﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.goog leapis.com/css?family=Roboto:300,400,500,700');
/*NavigationBar*/
body {
    font-family: 'poppins', sans-serif !important;
    transition: background-color .5s;
    background-color: #fff;
    /*color: #666 !important;*/
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-x: hidden !important;
}
/*--custom-class-for-pricing-table---*/
.Pricing-height {
    line-height: inherit !important;
    height: 40px !important;
}
/*--End--*/
body.admin {
    background-color: #fff !important;
}

body p, body {
    font-size: 12px !important;
}

img {
    max-width: 100% !important;
    height: auto
}

.tabClrGreen {
    background-color: #4d4aed;
}

.tabClrBlue {
    background-color: #4a9aed;
}

.tabClroreng {
    background-color: #b8803a;
}

.tabClrLoser {
    background-color: #2e6a33;
}

.tabClrDR {
    background-color: #005f5b;
}

.tabClrdarkpink {
    background-color: #802769;
}

.tabClrdarkyallo {
    background-color: #993100;
}

.tabClrdarkparpal {
    background-color: #8e07f3;
}

.close-calender {
    opacity: 0 !important;
    visibility: hidden !important;
}

.navbar-nav li {
    border-right: 1px solid #ccccccc9;
}

    .navbar-nav li:last-child {
        border-right: none
    }

.navbar {
    min-height: auto;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    /*color: #333;*/
    color: #b7b7b7 !important;
    font-weight: normal;
    font-size: 12px;
}

.col-half-offset {
    margin-left: 4.166666667%;
}

input::placeholder {
    /* color: #333; */
    color: #666 !important;
    font-weight: normal;
    font-size: 12px;
}

input:-ms-input-placeholder { /* IE 10+ */
    color: #b7b7b7 !important;
    font-weight: normal;
    font-size: 12px;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #b7b7b7 !important;
    font-weight: normal;
    font-size: 12px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.DisplayInline {
    display: inline-block;
}

table {
    background-color: #fff;
}

a, a:hover, a:focus, a:visited {
    cursor: pointer;
}

.input-group {
    display: block;
}

.align-right {
    text-align: right;
}

.form-group::after {
    clear: both;
    display: block;
    content: '';
}

.margbotm0 {
    margin-bottom: 0;
}
/*Admin-header*/
.admin-heading {
    display: none;
}

.admin .admin-heading {
    position: relative;
    left: 0;
    top: calc(100px - 50px);
    padding: 10px 30px 10px 10px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

    .admin .admin-heading h3 {
        font-size: 22px;
    }

        .admin .admin-heading h3 i {
            color: #ed4a52;
        }
/*Admin-header-end*/

/*default-css*/
.slider .carousel-indicators li {
    border-color: #07bab7;
}

    .slider .carousel-indicators li.active {
        background-color: #07bab7;
    }

.red {
    color: #ed4f57;
}

.form-control {
    position: relative;
    z-index: 9;
    font-size: 12px;
}
.kaya-hoisptal-btn {
    margin-left: 12px !important;
    margin-bottom: 5px;
}
.kaya-btn {
    font-size: 13px;
    background: #07bab7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-transform: capitalize;
    display: inline-block;
    color: #fff;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    -webkit-transition: all 0.5s ease;
    border: 0;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 8px !important;
}

    .kaya-btn:hover, .kaya-btn:focus, .kaya-btn2:hover, .kaya-btn2:focus {
        background: #07bab7;
        color: #fff !important;
        -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
        box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
    }

.padding-rl0 {
    padding-right: 0;
    padding-left: 0;
}

.heading {
    margin: 10px 0 5px 0;
    text-align: center;
}

    .heading h4, .heading h2 {
        display: inline-block;
        font-size: 26px;
        position: relative;
        color: #000;
        margin: 10px 0;
        font-weight: 500;
        text-transform: capitalize;
        min-width: 150px;
        padding: 10px 0;
    }

        .heading h4:after, .heading h4:before, .heading h2:after, .heading h2:before {
            content: '';
            background: #07bab7;
            height: 1px;
            width: 100%;
            position: absolute;
            bottom: -15px;
            left: 0;
        }

        .heading h4:before, .heading h2:before {
            content: '';
            bottom: -20px;
            left: 50%;
            width: 65%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .heading img {
        display: block;
        margin: auto;
        position: relative;
        z-index: 9;
        background: #fff;
        background:;
        padding: 5px 10px;
        TOP: -8px;
    }

/*default-css*/
header {
    background-color: #fff;
}

.top-bar {
    padding: 5px 0;
}

.yamm .dropdown {
    display: inline-block;
    text-align: center;
}

.yamm .navbar-nav {
    float: left;
}

    .yamm .navbar-nav li a {
        color: #000;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        padding: 5px 10px;
        text-transform: capitalize;
        margin: 0px 0px;
        font-weight: 500;
    }

.yamm.navbar {
    background-color: #f9f9f9;
    /*min-height: 30px;*/
    border: 0;
    border-radius: 0;
}

.navbar-right li a img {
    max-width: 12px;
    width: 100%;
    vertical-align: middle;
}

.navbar-right li .ios-width {
    max-width: 35px !important;
}

.navbar-right li:last-child a img, .navbar-right li:nth-child(4) a img {
    max-width: 15px;
    width: 100%;
}

.navbar-right li:last-child a img, .navbar-right li:nth-child(5) a img {
    max-width: inherit;
    width: 100%;
}

.navbar-right li:last-child a img, .navbar-right li:nth-child(6) a img {
    max-width: inherit;
    width: 100%;
}

.navbar-right li:last-child a, .navbar-right li:nth-child(5) a {
    margin: 0px;
    padding: 0 5px;
}

.navbar-right li:last-child a, .navbar-right li:nth-child(6) a {
    margin: 0px
}

.navbar-right li:last-child a, .navbar-right li:nth-child(6) a {
    margin: 0px
}

.navbar-right li:last-child a, .navbar-right li:nth-child(4) a {
    margin: 0px;
    /*padding:0px*/
}

.navbar-default .navbar-nav.navbar-right li:nth-last-child(2) a:hover, .navbar-default .navbar-nav.navbar-right li:last-child a:focus, .navbar-default .navbar-nav.navbar-right li:last-child a:active {
    background-color: transparent !important;
}

.navbar-default .navbar-nav.navbar-right li:nth-last-child(3) a:hover, .navbar-default .navbar-nav.navbar-right li:last-child a:focus, .navbar-default .navbar-nav.navbar-right li:last-child a:active {
    background-color: transparent !important;
}

.navbar-default .navbar-nav.navbar-right li:nth-last-child(4) a:hover, .navbar-default .navbar-nav.navbar-right li:last-child a:focus, .navbar-default .navbar-nav.navbar-right li:last-child a:active {
    background-color: transparent !important;
}

.navbar-default .navbar-nav.navbar-right li:nth-last-child(1) a:hover {
    background-color: transparent !important;
}

.navbar-right li:nth-child(2) a img {
    width: 13px;
}

.yamm .navbar-nav li > a > i {
    font-size: 1.1em;
}

.d-none {
    display: none
}
/*=============================kavita singh===========================*/
.yamm .navbar-nav li:first-child > a > i {
    display: block;
}

.share_frd_link {
    position: absolute;
    right: -80px;
    bottom: 45px;
}

.kaya-btn3 {
    float: left;
    border-radius: 0px;
    margin-left: 5px;
    margin: 7px auto !important;
    margin-right: 5px !important;
}
/*=============================kavita singh css end===========================*/

.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li.open > a:hover,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.active > a {
    color: #fff !important;
    background-color: #07bab7 !important;
}

.yamm .navbar-nav .dropdown-menu {
    background-color: rgba(255,255,255,0.92);
    border: 0;
}

    .yamm .navbar-nav .dropdown-menu li a {
        color: #ed4a52 !important;
    }

.yamm .li-wrapper {
    max-width: 1010px;
    width: 100%;
    margin: auto;
}

    .yamm .li-wrapper ul {
        float: left;
        width: 23%;
        margin-right: 10px;
    }

        .yamm .li-wrapper ul li {
            list-style: none;
            margin-bottom: 10px;
        }

            .yamm .li-wrapper ul li a {
                text-align: left;
                display: block;
                -webkit-transition: all ease 1s;
                transition: all ease 1s;
                position: relative;
                padding: 5px 0;
                font-size: 1em;
                font-weight: normal;
            }

                .yamm .li-wrapper ul li a:before {
                    content: "\f192";
                    position: absolute;
                    left: -18px;
                    top: 5px;
                    color: #ed4a52;
                    font-size: 0.9em;
                    font-family: FontAwesome;
                }

                .yamm .li-wrapper ul li a:hover {
                    padding-left: 10px;
                }

.foo::before {
    border-bottom: 3px solid #FFF;
    border-left: 3px solid #FFF;
    -webkit-transform-origin: 0 100%;
}

.foo::after {
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform-origin: 100% 0%;
}

.top-bar .kaya-btn {
    margin-top: 10px;
}

    .top-bar .kaya-btn:focus {
        color: #fff;
    }
/*static-banner*/
.search-area {
    background: url(../images/fixed-banner.jpg) fixed;
    background-size: cover;
    background-attachment: fixed;
    min-height: 500px;
    position: relative;
}

.slider {
    position: relative;
}

.item {
    position: relative;
}

.slider img {
    width: 100%;
}

.item .captions {
    background: rgba(7,186,183,0.8);
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 47%;
    color: #fff;
}

    .item .captions:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        right: -21.4em;
        z-index: -1;
        width: 0;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 21.47em solid transparent;
        border-top: 42.7em solid rgba(7,186,183,0.8);
        z-index: 9;
    }

    .item .captions h2 {
        font-size: 2.5vw;
        font-weight: 500;
        display: block;
    }

.item .caption-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 50%;
}

    .item .caption-text h2:first-child {
        text-align: left;
    }

    .item .caption-text h2:nth-child(3) {
        text-align: right;
    }

    .item .caption-text p {
        color: #FFF;
        font-size: 1.1em;
        text-align: justify;
        margin: 30px 0;
    }
/*booking an appointment css*/
.booking-form {
    background: rgba(255,255,255,0.9);
    padding: 15px;
    border-right: 5px solid #ed4a52;
    max-width: 22vw;
    position: absolute;
    right: 0%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 99;
}

    .booking-form .form h3 {
        color: #ed4a52;
        font-size: 1.3vw;
        font-weight: 600;
    }

    .booking-form .form p {
        color: #333;
        margin-bottom: 20px;
    }

    .booking-form .form h3 i {
        font-size: inherit;
        vertical-align: middle;
    }

    .booking-form .form .form-control {
        border-bottom: 1px solid #333 !important;
        border-radius: 0;
        border: 0;
        padding-left: 0;
        background: transparent;
    }

    .booking-form .form .input-group-addon {
        border: 0;
        border-bottom: 1px solid #333 !important;
        background: transparent;
        color: #ed4a52;
        border-radius: 0;
    }

    .booking-form .form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        /*color: #333;*/
        font-weight: 500;
        font-size: 0.8em !important;
    }

    .booking-form .form input::-moz-placeholder { /* Firefox 19+ */
        /*color: #333;*/
        font-weight: 500;
        font-size: 0.8em !important;
    }

    .booking-form .form input:-ms-input-placeholder { /* IE 10+ */
        font-weight: 500;
        font-size: 1vw !important;
    }

    .booking-form .form input:-moz-placeholder { /* Firefox 18- */
        font-weight: 500;
        font-size: 1vw !important;
    }

    .booking-form .form .input-group {
        margin-bottom: 20px;
    }

    .booking-form .form select {
        display: block;
        width: 100%;
        background: transparent;
        border-bottom: 1px solid #333;
        padding: 5px 5px 5px 0;
        -webkit-appearance: none;
        margin: 0;
        font-size: 1em;
    }
/*side-menus*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        z-index: 99;
        font-size: 36px;
        margin-left: 50px;
    }

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav a {
        font-size: 18px;
    }
}
/*diseases-solutions*/
/* ---------Hover Overlay text Effect--------- */
.overlay-item {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 2px solid #07bab7;
}

    .overlay-item .mask {
        display: block;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        height: 100%;
    }

    .overlay-item img {
        display: block;
        width: 100%;
        height: auto;
        x-margin-right: auto;
        x-margin-left: auto;
    }

    .overlay-item h3 {
        text-transform: uppercase;
        text-align: center;
        position: relative;
        padding: 10px;
        margin: 0px 0px 20px 0px;
        display: block;
        background-color: #ed4a52;
        color: #fff;
    }

    .overlay-item p {
        text-align: center;
        padding: 10px;
    }

    .overlay-item a.btn {
        margin: 10px 0;
    }

.overlay-effect img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.overlay-effect .mask {
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.overlay-effect h3 {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.overlay-effect p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.overlay-effect a.btn {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.solution-box:hover img {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.solution-box:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    background: #fff;
}

.solution-box:hover h3, .solution-box:hover p, .solution-box:hover a.btn {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.box-caption {
    background: #07bab7;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
}

    .box-caption h4 {
        display: inline-block;
        position: relative;
        background: #07bab7;
        padding: 10px;
        z-index: 99;
    }

    .box-caption:after, .box-caption:before {
        content: '';
        background: #fff;
        height: 1px;
        width: 77%;
        position: absolute;
        bottom: 26px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
    }

    .box-caption:before {
        content: '';
        bottom: 32px;
        left: 50%;
        width: 65%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.di-solution .controls {
    text-align: center;
    margin: 20px 0;
}

.carousel .item img {
    width: 100%;
    opacity: inherit;
}

.di-solution .btn-success {
    background-color: #ed4a52;
    border: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .di-solution .btn-success:hover {
        background-color: #07bab7;
    }
/*--diseases--*/
.border-rb {
    border-right: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
}

.border-right0 {
    border-right: 0 !important;
}

.border-right {
    border-right: 1px solid #bbbbbb;
}
/*on hover-fall effect*/
/*Hover Fall Effect*/
.fall-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .fall-item .mask, .fall-item .content {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .fall-item img {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
    }

    .fall-item h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        padding: 5px;
        background: #ed4a52;
        margin: 0 0 0px 0;
    }

    .fall-item p {
        font-style: italic;
        position: relative;
        color: #fff;
        padding: 10px 20px 20px;
        text-align: center;
    }

.fall-effect .mask {
    background-color: rgba(255, 255, 255, 0.7);
    top: -200px;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0.5s;
    -moz-transition: all 0.3s ease-out 0.5s;
    -o-transition: all 0.3s ease-out 0.5s;
    -ms-transition: all 0.3s ease-out 0.5s;
    transition: all 0.3s ease-out 0.5s;
}

.fall-effect h2 {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}

.fall-effect p {
    color: #333;
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    -ms-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}

.fall-effect a.btn {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.3s;
    -moz-transition: all 0.2s ease-in-out 0.3s;
    -o-transition: all 0.2s ease-in-out 0.3s;
    -ms-transition: all 0.2s ease-in-out 0.3s;
    transition: all 0.2s ease-in-out 0.3s;
}

.fall-effect:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    background-color: #07bab7;
}

.fall-effect:hover h2 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
    font-size: 1vw;
    font-weight: 500;
}

.fall-effect:hover p {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.fall-effect:hover a.btn {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.diseases .num {
    height: 52px;
    width: 52px;
    line-height: 52px !important;
    border: 1px solid #07bab7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 2vw !important;
    color: #07bab7;
    text-align: center;
    margin: auto auto 20px;
    padding: 0 !important;
}

.diseases div {
    text-align: center;
}

.diseases h3 {
    font-size: 1.5vw;
    text-transform: capitalize;
    color: #07bab7;
    font-weight: 500;
}

.diseases div span {
    display: block;
}

.fall-item {
    padding: 10px 10px 15px;
}

.diseases .mask {
    padding-top: 10px;
}

    .diseases .mask .num {
        background: #fff;
    }

    .diseases .mask p {
        background: #ed4a52;
        padding: 5px 0;
        font-size: 1.2vw;
        font-weight: 500;
        text-transform: capitalize;
        color: #fff;
    }
/*diseases-tabs-solution*/
.tabs-solution .nav-tabs.main-tabs li a {
    color: #808080;
    position: relative;
}

.tabs-solution .nav-tabs.main-tabs {
    display: table;
    margin: 0 auto;
    border: 0;
}

    .tabs-solution .nav-tabs.main-tabs li {
        display: inline-block;
    }

        .tabs-solution .nav-tabs.main-tabs li a:hover {
            background: #ed4a52;
            color: #fff;
        }

            .tabs-solution .nav-tabs.main-tabs li a:hover:after {
                display: none;
            }

        .tabs-solution .nav-tabs.main-tabs li a:after {
            content: '';
            background: #808080;
            right: -2px;
            top: 0;
            position: absolute;
            height: 100%;
            width: 1px;
        }

        .tabs-solution .nav-tabs.main-tabs li:last-child a:after {
            display: none;
        }

        .tabs-solution .nav-tabs.main-tabs li.active a {
            background: #ed4a52;
            position: relative;
            color: #fff;
            margin-right: 0 !important;
        }

            .tabs-solution .nav-tabs.main-tabs li.active a:before, .feedbox .nav.nav-tabs li.active a:before, .comment-block .nav.nav-tabs li.active a:before, .main_container.admin-content .nav.nav-tabs li.active a:before {
                content: '';
                border-right: 20px solid transparent;
                border-left: 20px solid transparent;
                border-top: 20px solid #ed4a52;
                width: 0;
                height: 0;
                position: absolute;
                bottom: -10px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                /*z-index: 3000;*/
            }

.inner-tab .nav-tabs li {
    display: block;
    float: none;
}

.inner-tab:after, .inner-tab .tabbable:after, .inner-tab .tab-pane:after {
    clear: both;
    display: block;
    content: '';
}

.inner-tab .tabbable {
    float: right;
    width: 78%;
}

    .inner-tab .tabbable .nav-tabs {
        width: 35%;
    }

    .inner-tab .tabbable .tab-content {
        width: 65%;
    }

        .inner-tab .tabbable .tab-content .tab-pane h2 {
            border-bottom: 1px solid #fff;
            padding-bottom: 10px;
            margin: 0 0 30px;
            display: inline-block;
        }

        .inner-tab .tabbable .tab-content .tab-pane ol {
            margin: 15px 0 0;
        }

            .inner-tab .tabbable .tab-content .tab-pane ol li {
                margin: 0 0 10px;
                list-style: circle;
            }

        .inner-tab .tabbable .tab-content .tab-pane p {
            margin: 35px 0 20px;
            color: #fff;
            font-size: 12px;
            text-align: justify;
        }

        .inner-tab .tabbable .tab-content .tab-pane .kaya-btn {
            border: 1px solid #fff;
            margin: 30px 0 0;
        }

.inner-tab .nav-tabs {
    margin-right: 0 !important;
}

    .inner-tab .nav-tabs li a {
        background: rgba(255,255,255,0.7);
        color: #ed4a52;
        border: 1px solid #ed4a52;
        text-align: left;
        margin-bottom: 20px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        font-size: 1vw;
    }

        .inner-tab .nav-tabs li a:hover {
            color: #fff;
            border: 1px solid #ed4a52;
            background: #ed4a52;
            font-weight: 500;
        }

    .inner-tab .nav-tabs li.active a {
        background: #ed4a52;
        border: 1px solid #ed4a52;
        color: #fff;
    }

    .inner-tab .nav-tabs li.active a {
        border: 1px solid #ed4a52;
    }

.inner-tab .tab-content .tab-pane.active {
    background: #ed4a52;
    padding: 20px;
    color: #fff;
    min-height: 445px;
}

.inner-tab .tab-content {
    padding: 0;
    float: right;
    position: relative;
    z-index: 99;
}
/*Left-tabs*/
.inner-tab .tabs-right > .nav-tabs,
.inner-tab .tabs-left > .nav-tabs {
    border-bottom: 0;
}

.inner-tab .tab-content > .tab-pane,
.inner-tab .pill-content > .pill-pane {
    display: none;
}

.inner-tab .tab-content > .active,
.inner-tab .pill-content > .active {
    display: block;
}

.inner-tab .tabs-left > .nav-tabs > li,
.inner-tab .tabs-right > .nav-tabs > li {
    float: none;
}

    .inner-tab .tabs-left > .nav-tabs > li > a,
    .inner-tab .tabs-right > .nav-tabs > li > a {
        min-width: 300px;
        margin-right: 0;
        margin-bottom: 3px;
    }

.inner-tab .tabs-left > .nav-tabs {
    /* float: left; */
    /* margin: 45px 0; */
    border-right: 1px solid #ddd;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateY(-50%);
}

    .inner-tab .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
        font-weight: 500;
        font-size: 1.3vw;
    }

        .inner-tab .tabs-left > .nav-tabs > li > a:hover,
        .inner-tab .tabs-left > .nav-tabs > li > a:focus {
            border-color: #eeeeee #dddddd #eeeeee #eeeeee;
        }

    .inner-tab .tabs-left > .nav-tabs .active > a,
    .inner-tab .tabs-left > .nav-tabs .active > a:hover,
    .inner-tab .tabs-left > .nav-tabs .active > a:focus {
        border-color: #ddd transparent #ddd #ddd;
    }

.inner-tab #tab1, .inner-tab #tab2 {
    background: url(/Content/kayawell-assets/images/yoga-banner.jpg) no-repeat;
    background-size: cover;
}

.inner-tab #tab2 {
    background: url(/Content/kayawell-assets/images/ayurved-banner.jpg) no-repeat -150px;
    background-size: cover;
}

.inner-tab #tab3 {
    background: url(/Content/kayawell-assets/images/eating-banner.jpg) no-repeat -150px;
    background-size: cover;
}

.inner-tab #tab4 {
    background: url(/Content/kayawell-assets/images/heart-banner.jpg) no-repeat -120px;
    background-size: contain;
}

.inner-tab #tab5 {
    background: url(/Content/kayawell-assets/images/kidney-banner.jpg) no-repeat -140px;
    background-size: contain;
}

.inner-tab #tab6 {
    background: url(/Content/kayawell-assets/images/alzheimers-banner.jpg) no-repeat -100px;
    background-size: contain;
}

.inner-tab {
    padding: 0;
    margin: 50px 0;
    position: relative;
}
/*Home Doctor Css*/
.doctor .controls {
    text-align: center;
    margin: 20px 0;
}

.doctor .btn-success, .wellnesspaln .btn-success {
    background-color: #ed4a52;
    border: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.doctor .doctor-box {
    position: relative;
    overflow: hidden;
}

    .doctor .doctor-box img {
        width: 100%;
    }

    .doctor .doctor-box > .doctor-info {
        position: absolute;
        position: static;
        left: 0;
        bottom: -124px;
        width: 100%;
        background-color: #07bab7;
        background-color: #fff;
        text-align: center;
        padding: 10px 20px;
        border-top: 5px solid #ed4a52;
        border-top: 5px solid rgb(241, 241, 241);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .doctor .doctor-box:hover .doctor-info {
        bottom: 0;
    }


@media (max-width: 991px) {
    .package-list-view ul > .packageList_mobview02 {
        height: 101px !important;
    }
}

.doctor .doctor-box > .doctor-info::after {
    content: "";
    position: absolute;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ed4a52;
    border-left: 15px solid #07b1ae;
    transform: rotate(-45deg);
    right: -2.4px;
    top: -10px;
    display: none;
}

.doctor .doctor-box > .doctor-info p {
    color: #fff;
    color: #07bab7;
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0px;
}

    .doctor .doctor-box > .doctor-info p > small {
        font-size: 12px;
        font-weight: normal;
        display: block;
    }

.doctor .doctor-box > .doctor-info ul li {
    display: inline-block;
    min-height: 30px;
    max-height: 30px;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    color: #000;
    padding: 0px 8px 4px;
    position: relative;
    text-align: center;
}

    .doctor .doctor-box > .doctor-info ul li:before {
        content: "";
        height: 15px;
        width: 2px;
        background: #fff;
        position: absolute;
        top: 1px;
        left: 1px;
    }

    .doctor .doctor-box > .doctor-info ul li:first-child::before {
        content: none;
    }

.doctor .doctor-box .doctor-ctgy {
    display: block;
}

.view-profile.kaya-btn {
    background: transparent;
    border: 1px solid #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #07b1ae;
    border: 1px solid #07b1ae;
    color: #ffffff;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 4px #666;
    opacity: 0;
    transition: 0.4s;
}

.portal {
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid #fff;
    background: #ececec;
}

    .portal p {
        text-align: center;
        font-size: 1em;
    }

    .portal h4 {
        font-size: 2em;
    }

    .portal .kaya-btn {
        font-size: 1.2em;
        float: right;
        margin-top: 30px;
    }

.know_more {
    background-image: url(/Content/kayawell-assets/images/knowmore.jpg);
    background-repeat: no-repeat;
    background-position-x: right;
    margin-top: 40px;
}

    .know_more .more {
        width: 60%;
        background-color: #07bab7;
        display: inline-block;
        position: relative;
        padding-left: 90px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .know_more .more::before {
            content: "";
            top: 0;
            width: 0;
            position: absolute;
            right: -100px;
            height: 0px;
            border-top: 425px solid #07bab7;
            border-right: 100px solid transparent;
            display: none;
        }

        .know_more .more .heading {
            margin: auto;
        }

            .know_more .more .heading h4 {
                color: #fff;
            }

                .know_more .more .heading h4:after, .know_more .more .heading h4:before {
                    background: #ffffff;
                }

        .know_more .more p {
            text-align: center;
            color: #fff;
            font-size: 14px;
        }

        .know_more .more .heading img {
            background: #07bab7;
        }

        .know_more .more .more-content p {
            margin-left: 50px;
            color: #fff;
            font-size: 14px;
            text-align: left;
            padding: 0px 15px;
        }

        .know_more .more .more-content i {
            position: absolute;
            left: 0px;
            background: #ed4a52;
            padding: 8px;
            font-size: 24px;
            border-radius: 5px;
            line-height: 25px;
            min-width: 40px;
        }

    .know_more .more-content {
        position: relative;
    }

.footer_top {
    background-color: #fff;
}

    .footer_top .address-block img {
        width: 50%;
    }

    .footer_top .address-block p {
        text-align: justify !important;
        padding: 10px 0px;
        color: #333;
    }

    .footer_top .address-block {
        text-align: center;
    }

        .footer_top .address-block table td {
            min-width: 100px;
        }

    .footer_top h6 {
        font-weight: 600;
        position: relative;
        margin: 20px 0;
        font-size: 12px;
    }
.list-inline > li {
     padding-right: 0px !important; 
}
        .footer_top h6:before {
            content: "";
            width: 70px;
            height: 2px;
            background-color: #07bab7;
            position: absolute;
            bottom: -8px;
        }

        .footer_top h6:after {
            content: "";
            width: 48px;
            height: 2px;
            background-color: #07bab7;
            position: absolute;
            bottom: -15px;
            left: 0px;
        }

    .footer_top .quick_link li {
        padding: 1px 0;
        padding-left: 12px;
        position: relative;
        font-weight: 500;
    }

        .footer_top .quick_link li::before {
            content: "";
            width: 2px;
            background: #dadada;
            height: 12px;
            left: 0px;
            position: absolute;
            top: 5px;
        }

        .footer_top .quick_link li a {
            color: #000;
            text-transform: capitalize;
        }

    .footer_top .quick_link {
        margin-top: 10px;
    }

.contact-form .form .form-control {
    border-bottom: 1px solid #333 !important;
    border-radius: 0;
    border: 0;
    padding-left: 0;
    background: transparent;
}

.contact-form .form .input-group-addon {
    border: 0;
    border-bottom: 1px solid #333 !important;
    background: transparent;
    color: #999;
    border-radius: 0;
}

.contact-form .form .input-group {
    margin-bottom: 20px;
}

.contact-form {
    margin-top: 60px;
}

    .contact-form p {
        color: #333;
    }

.footer_links {
    width: 100%;
    padding: 0px 0;
    display: inline-block;
    background-color: #eaeaea;
}

.social-links li {
    display: inline-block;
    padding: 0px 5px;
}

    .social-links li a {
        color: #999;
        font-size: 22px;
    }

.social-links {
    float: right;
}

.footer_top .address-block .add_info P {
    padding: 0px;
}

    .footer_top .address-block .add_info P Strong {
        color: #ed4a52;
    }

        .footer_top .address-block .add_info P Strong b {
            float: right;
        }

.sidenav {
    background-color: #ed4a52 !important;
    z-index: 1035 !important;
}

    .sidenav a {
        color: #ffffff !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.38);
    }

    .sidenav .closebtn {
        color: #40dad8 !important;
    }

    .sidenav .closebtn {
        border: none;
    }
/* accordian */
.panel-default > .panel-heading {
    color: #fff;
    background-color: #07bab7;
    border-color: #e4e5e7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .panel-default > .panel-heading a:after {
        content: "";
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: "Glyphicons Halflings";
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        float: right;
        transition: transform 0.25s linear;
        -webkit-transition: -webkit-transform 0.25s linear;
    }

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

    .accordion-option .title {
        font-size: 20px;
        font-weight: bold;
        float: left;
        padding: 0;
        margin: 0;
    }

    .accordion-option .toggle-accordion {
        float: right;
        font-size: 16px;
        color: #6a6c6f;
    }

        .accordion-option .toggle-accordion:before {
            content: "Expand All";
        }

        .accordion-option .toggle-accordion.active:before {
            content: "Collapse All";
        }

.tab-content.inner-tab.visible-xs .tab-pane {
    padding: 30px;
}

.solution-box {
    margin-bottom: 10px;
}

.panel-collapse .panel-body .tab-pane {
    background: #dedede;
    padding: 20px;
}

    .panel-collapse .panel-body .tab-pane .row {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .panel-collapse .panel-body .tab-pane .kaya-btn {
        margin: 0 auto;
        display: table;
    }

    .panel-collapse .panel-body .tab-pane .kaya-btn {
        color: #ffffff !important;
    }

.custom-dropdown {
    background: transparent;
    position: relative;
    left: 0;
    width: 100%;
    border: none;
    display: none;
    box-shadow: none;
    transition: all 0.6s;
}

    .custom-dropdown.dropdown-menu:after {
        content: none;
    }

    .custom-dropdown li {
        background: #fff !important;
    }

        .custom-dropdown li a {
            color: #ed4a52 !important;
        }
/* model join now */
.joinnow .modal-header, #SignUpModal .modal-header {
    background-color: rgba(7,186,183,0.8) !important;
    background: -webkit-linear-gradient(to right, #50c9c3, #2e9a94);
    background: linear-gradient(to right, #50c9c3, #2e9a94);
}

.joinnow .modal-body .img-rnd.pop-rnd:hover {
    border: 2px solid #38c7c5;
}

.cun-join.font18 > .black {
    min-width: 120px;
    margin-top: 12px;
}

.con-block.text-center > p .black {
    color: #3e3e3e !important;
}

.img-rnd.pop-rnd img {
    display: none;
}

.img-rnd {
    border-radius: 4%;
}

#JoinNowModal .col-sm-4.member > .con-block.text-center > .img-rnd a:after {
    content: "";
    position: absolute;
    top: 10px;
    width: 95px;
    background-repeat: no-repeat;
    left: 5px;
    background-color: #fff;
    padding: 45px 0px;
    border-radius: 0px;
    background-image: url(/../Content/kayawell-assets/images/member.svg);
}

#JoinNowModal .col-sm-4.expert > .con-block.text-center > .img-rnd a:after {
    content: "";
    position: absolute;
    top: 10px;
    width: 95px;
    background-repeat: no-repeat;
    left: 0px;
    background-color: #fff;
    padding: 45px 0px;
    border-radius: 0px;
    background-image: url(/../Content/kayawell-assets/images/expert.svg);
}

#JoinNowModal .col-sm-4.organisation > .con-block.text-center > .img-rnd a:after {
    content: "";
    position: absolute;
    top: 5px;
    width: 95px;
    background-repeat: no-repeat;
    left: 5px;
    background-color: #fff;
    padding: 46px 0px;
    border-radius: 0px;
    background-image: url(/../Content/kayawell-assets/images/organisation.svg);
}

#JoinNowModal .col-sm-4.pharmacy > .con-block.text-center > .img-rnd a:after {
    content: "";
    position: absolute;
    top: 5px;
    width: 95px;
    background-repeat: no-repeat;
    left: 5px;
    background-color: #fff;
    padding: 46px 0px;
    border-radius: 0px;
    background-image: url(/../Content/kayawell-assets/images/Pharmacy.svg);
}

#JoinNowModal .col-sm-4.LabRegistration > .con-block.text-center > .img-rnd a:after {
    content: "";
    position: absolute;
    top: 0px;
    width: 96px;
    background-repeat: no-repeat;
    left: -1px;
    background-color: #fff;
    padding: 50px 0px;
    border-radius: 0px;
    background-image: url(/../Content/kayawell-assets/images/lab-ico.svg);
}

#JoinNowModal .col-sm-4.nurse > .con-block.text-center > .img-rnd a:after {
    content: "";
    position: absolute;
    top: 4px;
    width: 96px;
    background-repeat: no-repeat;
    left: 1px;
    background-color: #fff;
    padding: 46px 0px;
    border-radius: 0px;
    background-image: url(/../Content/kayawell-assets/images/nurse.svg);
}
/* modal animation */
.img-rnd.pop-rnd {
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .img-rnd.pop-rnd a:before {
        position: absolute;
        z-index: -1;
        content: '';
        left: calc(50% - 10px);
        bottom: 5px;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #38c7c5 transparent transparent transparent;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
    }

    .img-rnd.pop-rnd:hover, .img-rnd.pop-rnd:focus, .img-rnd.pop-rnd:active {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

.con-block.text-center:hover .img-rnd.pop-rnd, .con-block.text-center:focus .img-rnd.pop-rnd, .con-block.text-center:active .img-rnd.pop-rnd {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    border: 2px solid #38c7c5;
}

.img-rnd.pop-rnd:hover:before, .img-rnd.pop-rnd:focus:before, .img-rnd.pop-rnd:active:before {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.con-block.text-center:hover .img-rnd.pop-rnd:before, .con-block.text-center:focus .img-rnd.pop-rnd:before, .con-block.text-center:active .img-rnd.pop-rnd:before {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.con-block {
    min-height: 180px;
    cursor: pointer;
    padding-top: 19px;
}

.colboder-right {
    border: 1px solid #dcdcdc !important;
    background: #fff;
    margin: 0px;
    padding: 15px;
    border-radius: 0px 20px 20px 0px;
    -webkit-box-shadow: 3px 3px 22px #ccc;
    box-shadow: 3px 3px 22px #ccc;
}

.main_container.admin-content .wrapper {
    background: #ececec;
}

.colboder-right .btn-login, #btnFind.btn-login, #formStaff .btn-login {
    background-color: #ed4a52 !important;
    background: -webkit-linear-gradient(to right,#ed4a52 60%, #ff8c91 );
    background: linear-gradient(to right,#ed4a52 60%, #ff8c91 );
    border: none;
    border-radius: 25px !important;
}

.overlap {
    min-height: 450px;
    background: #ffc;
    position: absolute;
    right: -30px;
    z-index: 99;
    left: 0px;
    border-radius: 10px;
    /*background: url("../images/yoga-form-bg.jpg");*/
    background-size: cover;
}

.register-right {
    color: #fff !important;
    text-shadow: 0px 2px 20px #2d2d2d;
    font-size: 24px !important;
    text-align: center;
    font-weight: normal !important;
    padding: 20px 0px !important;
    margin-bottom: 10px;
}

.register-check {
    padding: 20px 60px !important;
    z-index: 99;
    width: 100%;
    bottom: 0px;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.3);
}

#PhysicianForm {
    padding: 0px 0px 30px 0px;
}

.prof-reg {
    margin-bottom: 10px !important;
    margin-top: 90px;
    font-size: 26px !important;
    color: #4e4e4e;
    border: none !important;
}

.green {
    color: #07bab7 !important;
}

.register-check li:before {
    color: #07bab7;
    content: "\f21e";
    top: 10px;
    position: absolute;
    left: -30px;
    font-size: 1em;
    font-family: FontAwesome;
}

.register-check li {
    position: relative;
}

.carousel-control.left, .carousel-control.right {
    display: block !important;
    background-image: none;
}

.left.btn.btn-success {
    position: absolute;
    left: -50px;
    bottom: 160px;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -khtml-border-radius: 8px !important;
    border-radius: 8px !important;
}

.controls .right.btn-success {
    position: absolute;
    right: -50px;
    bottom: 160px;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -khtml-border-radius: 8px !important;
    border-radius: 8px !important;
}

.more-opt {
    margin: 30px;
    text-align: center;
}

.di-solution .controls, .doctor .controls {
    position: relative;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    margin-left: -50px !important;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    margin-right: -50px !important;
}

/*login popup*/

#LoginPopup .modal-header, #AskExpertModalContainer .modal-header {
    background-color: rgba(7,186,183,0.8) !important;
    background: -webkit-linear-gradient(to right, #50c9c3, #2e9a94);
    background: linear-gradient(to right, #50c9c3, #2e9a94);
    border: none;
}

    #LoginPopup .modal-header img {
        display: none;
    }

#LoginPopup .modal-body .nue-head {
    display: none;
}

#frmAllLogin .form-control, #AskExpertModalContainer .form-control, #formCommment .form-control {
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    border: 0;
    padding-left: 0;
    background-color: #fff !important;
}

#frmAllLogin .form input::-moz-placeholder {
    text-align: left;
}

#btnLogin, #btnSaveConsumer, #btnSearchGroup {
    background-color: #ed4a52 !important;
    background: -webkit-linear-gradient(to right,#ed4a52 60%, #ff8c91 );
    background: linear-gradient(to right,#ed4a52 60%, #ff8c91 );
    border: none;
    border-radius: 25px !important;
    width: 200px;
    margin: 0 auto;
    display: table;
    font-size: 1.2em;
    color: #fff;
    margin-top: 30px;
    padding: 5px 0px;
}


.red-btn {
    background-color: #ed4a52 !important;
    background: -webkit-linear-gradient(to right,#ed4a52 60%, #ff8c91 );
    background: linear-gradient(to right,#ed4a52 60%, #ff8c91 );
    border: none;
    border-radius: 25px !important;
    width: 200px;
    margin: 0 auto;
    display: table;
    font-size: 1.2em;
    color: #fff;
    padding: 5px 0px;
    margin-top: 20px
}

#LoginPopup #divLogin {
    background: rgba(255, 255, 255, 0.6);
    padding: 20px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.35);
}

#LoginPopup .modal-content {
    background-color: rgba(255, 255, 255, 0.63) !important;
}

.login.fade.in {
    background-color: transparent !important;
    background: url(/Content/kayawell-assets/images/yoga-login.jpg ) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
}

.tab-content .MsoNormal span {
}

.tab-content .MsoNormal {
    line-height: 20px !important;
    margin-bottom: 10px !important;
}

#LoginPopup #clsbtn {
    color: rgba(255, 255, 255, 0.2);
}

.col-md-12.text-center .blue {
    color: #07bab7 !important;
}

#myCarousel1 .carousel-inner, #myCarousel2 .carousel-inner {
    width: 100%;
    overflow: hidden;
    min-height: 327px;
}

.login .modal-header h4 {
    font-size: 18px !important;
    font-weight: bold;
    color: #fff !important;
    text-transform: none;
}

/* sognupmodel */

#SignUpModal .modal-header #dLabel {
    display: none;
}

#SignUpModal .form-control, #PhysicianForm .form-control, #formStaff .form-control, #PersonalFormId .chosen-container {
    border-bottom: 1px solid #bbb !important;
    border-radius: 0;
    margin-right: 2px;
    border: 0;
    padding-left: 0;
    background: transparent;
    text-align: left;
}

#PhysicianForm .chosen-choices {
    border-bottom: 1px solid !important;
    border: 1px solid rgba(230, 230, 230, 0.78);
    max-height: 80px !important;
    overflow: auto;
}


.register.fade.in {
    background-color: transparent !important;
    background: url(../images/joinus.jpg);
    background-attachment: fixed;
}

.register .modal-dialog {
    width: 60%;
}

.register .bdr-janleft {
    padding-right: 40px;
    padding-left: 30px;
}


.login-kw-icon {
    width: 50px;
    margin: 0 auto;
    display: block;
}

.modal-header button span {
    color: rgba(255, 255, 255, 0.12);
    font-size: 24px !important;
}

/* profile*/

.pfl-patnt-banner {
    height: 260px !important;
    background-image: url(/Content/Kayawell-assets/images/joinus.jpg);
    background-attachment: fixed;
}

.profil-ptnt-img {
    border: none;
    width: 200px;
    text-align: center;
    padding: 30px 35px 20px 15px;
    overflow: hidden;
}

    .profil-ptnt-img .profl-img {
        height: 100% !important;
        width: 100%;
        object-fit: cover;
    }

    .profil-ptnt-img .live-img {
        bottom: 46px;
        right: -8px;
        top: auto;
    }

.profil-patnt-container {
    margin-top: 0px;
    position: relative;
    width: 80%;
    margin: 0 auto;
    display: block;
}

.profile-top {
    /*position: absolute;*/
    background-color: rgba(255, 255, 255, 0.92);
    width: 100%;
    height: auto;
    border: 1px solid #ececec;
    z-index: 9;
    /*top: -180px;*/
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.profile-middle {
    display: inline-block;
    background: #ffffff;
    /*margin-top: 100px;*/
    width: 100%;
    /*min-height: 400px;*/
    border: 1px solid #ececec;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 0 15px 0px;
}

.profil-patien {
    position: relative;
    /*background-color: rgba(234, 234, 234, 0.62);*/
    padding-bottom: 20px;
    padding-top: 20px;
}

.follow-section .follow-box {
    margin: 0;
    border: none;
    text-align: left;
}

.profhed {
    min-height: initial;
}

    .profhed #changeCoverPhoto {
        font-weight: 400;
    }

.profile-details {
    padding-top: 20px;
}

.reslt-btn span {
    color: #5d5d5d !important;
}

.reslt-btn {
    width: auto !important;
    height: auto !important;
    float: none !important;
    position: relative;
    margin-bottom: 8px;
    background-color: transparent !important;
}
.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 i {
        border: none !important;
        padding: 0px !important;
        color: #fff !important;
        font-size: 2em !important;
        background-color: #07bab7;
        width: 50px;
        height: 50px;
        line-height: 48px;
        border-radius: 50%;
        margin-top: 5px !important;
        margin: 0 auto;
    }
@media (min-width: 281px) and (max-width: 767px) {
    .paitent-result-btn {
        color: #000 !important;
        text-decoration: none;
        background: #037473;
    }
}
#divbuttonInner {
    width: 100%;
}

    #divbuttonInner .kaya-btn {
        margin-right: 10px;
    }

.reslt-btn i:hover {
    background-color: #ed4a52 !important;
    transition: 0.3s;
}

.profile-tab li.active a {
    border: 1px solid #07bab7 !important;
    color: #07bab7 !important;
}

    .profile-tab li.active a:hover {
        background: #07bab7;
        color: #fff !important;
    }

.profile-tab li a:hover {
    color: #07bab7;
}


/* profile middle tabs */
/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background-clip: padding-box;
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.bhoechie-tab-menu div.list-group > a {
            margin-bottom: 0;
            float: left;
            width: 26%;
            /*background-color: #ed4a52;*/
            color: #ffffff;
        }

            div.bhoechie-tab-menu div.list-group > a .glyphicon {
                color: #ed4f57;
            }

            div.bhoechie-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }


            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,
            .responsive-tab .nav-tabs > li a {
                background-color: #fff;
                color: #000 !important;
            }

                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,
                .responsive-tab .nav-tabs > li.active > a {
                    background-color: #07bab7;
                    color: #fff !important;
                }

.main_container.admin-content .nav-tabs li.active a:hover {
    color: #fff;
}

div.bhoechie-tab-menu div.list-group > a.active:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -11px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -13px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #07bab7;
}

.bhoechie-tab-menu .list-group:after {
    content: '';
    clear: both;
    display: block;
}

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.bhoechie-tab-menu .list-group a:hover {
    color: #000;
}

.bhoechie-tab-menu .list-group-item.active, .bhoechie-tab-menu .list-group-item.hover {
    border-color: transparent !important;
}

.bhoechie-tab-menu .list-group {
    padding: 15px;
}

.list-group a i {
    /*font-size: 26px;
    padding: 10px 0px;*/
}

.shar-social.icon-gray a > i {
    color: #676767;
    font-size: 16px;
    padding: 0px 5px;
}

    .shar-social.icon-gray a > i:hover {
        color: #ed4a52;
        transition: 0.3s;
    }

.modal-header button span {
    color: rgba(255, 255, 255, 0.12);
    font-size: 24px !important;
}
/*Search-style-css*/
.popup-box-on {
    display: block !important;
}

.off {
    display: none;
}

.chat_box .chat_message_wrapper ul.chat_message > li + li {
    margin-top: 4px;
}

#search.open {
    opacity: 1;
    transform: translate(0px, 0px) scale(1, 1);
}

#search {
    background-color: rgba(255,255,255,0.9);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 2000;
}

    #search .close {
        color: #ed4a52;
        font-size: 40px;
        opacity: 1;
        padding: 10px 17px;
        position: fixed;
        right: 15px;
        top: 15px;
    }

    #search button.close {
        background: transparent none repeat scroll 0 0;
        border: 0 none;
        cursor: pointer;
    }

.close {
    float: right;
    font-weight: 500;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

#search input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 50px;
    font-weight: 300;
    margin: -51px auto 0;
    outline: medium none;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

#search .btn {
    left: 50%;
    margin-top: 60px;
    padding: 10px 50px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
}

.btnstyle3 {
    background-color: #ed4a52;
    border-color: #ed4a52;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .btnstyle3:hover {
        background-color: #07bab7 !important;
        border-color: #07bab7 !important;
    }

.list-btns.result-textblock .reslt-btn {
    height: inherit;
    width: inherit;
    float: none;
}

    .list-btns.result-textblock .reslt-btn i {
        background: #07bab7;
        color: #fff;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        display: block;
        text-align: center;
        height: 50px;
        width: 50px;
        padding: 0;
        line-height: 50px;
    }

.list-btns li {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

    .list-btns li p {
        display: block;
    }

.col-sm-6 .profile-div {
    position: absolute;
    top: -78px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.docserchrslt {
    /* padding: 11px 15px 10px !important; */
    padding-bottom: 0 !important;
    border: 1px solid #eaeaea;
    margin-bottom: 1.5em;
    /* border-radius: 20px; */
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-radius: 15px;
    background: url(/data/application/lab-background.jpg);
}

    .docserchrslt:hover, .forum.jumbotron:hover {
        -webkit-box-shadow: 2px 6px 20px #ccc;
        box-shadow: 2px 6px 20px #ccc;
        background-color: #fff;
    }

.find-doc {
    margin-bottom: 8em;
}

.profile-img {
    height: 180px;
    margin-right: 25px;
    width: 180px;
    border: 1px solid #E5E5E5;
    margin: 0 auto 5px;
    /*-webkit-border-radius: 100%;*/
    border-radius: 10px;
    border: 1px solid rgb(7, 186, 183);
    object-fit: cover;
}

.speciality {
    /*max-height: 32px;
    min-height: 32px;*/
    overflow: hidden;
    margin: 5px 0;
}

.hospital-name {
    margin: 5px 0;
    text-transform: capitalize;
}

.bhoechie-tab-content .tabclc1 {
    padding-bottom: 15px;
}

/* form */
#searchForm .form-control {
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    border: 0;
    padding-left: 0;
    background: transparent;
}

.post-container .author_name, #divActivityCommnt .author_name {
    color: #ed4a52 !important;
    font-weight: 600 !important;
}

#divDoctorPrmo .author_name {
    display: block;
}

#divDoctorPrmo .form-tags {
    margin: 5px 0;
}

.kaya-btn2 {
    font-size: 14px;
    background: #07BAB4;
    -webkit-border-radius: 3px;
    border-radius: 10px;
    text-transform: capitalize;
    display: inline-block;
    color: #fff;
    padding: 0px 10px;
    -webkit-transition: all 0.5s ease;
    height: 30px;
    line-height: 30px;
    border: 1px solid #07BAB4;
}

.btn-resend {
    font-size: 14px;
    background: transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-transform: capitalize;
    display: inline-block;
    color: #07BAB4;
    padding: 0px 10px;
    -webkit-transition: all 0.5s ease;
    height: 30px;
    line-height: 30px;
    border: 1px solid #07BAB4;
    margin-top: 5px
}

.kaya-btn2:hover {
    background: #ed4a52;
    color: #fff;
    border: 1px solid #ed4a52;
}

ul#comments .avatar {
    border-radius: 50%;
}

ul#comments .post-container, .col-bdr.mar_btm20 .groupbox {
    padding-top: 3px;
    position: relative;
    border: 1px solid rgba(128, 128, 128, 0.22);
    padding: 10px 20px;
    border-radius: 0px 25px 25px 25px;
    box-shadow: 4px 2px 22px #c7c7c7;
    margin-left: 70px;
    background-color: #fff;
    box-sizing: border-box;
}

.feedbox .tab-content {
    border: none;
}

.post-container:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 12px;
    box-shadow: 0px 3px 5px #c3c3c3;
    z-index: -1;
    transform: rotate(45deg);
    border-right: 20px solid transparent;
    border-left: 20px solid #ffffff;
    border-top: 20px solid transparent;
}

.feedbox .nav-tabs {
    display: table;
    margin: 0 auto;
    border: none;
}

.feedbox .nav.nav-tabs li.active a {
    background: #ed4a52;
    position: relative;
    color: #fff;
    margin-right: 0 !important;
}

.feedbox a {
    color: #ed4a52;
}

#btnFind.btn-login {
    border-radius: 50% !important;
    line-height: 14px;
    font-size: 21px;
    padding: 16px 0px;
    color: #fff;
}

.hvr-icon-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-grow-rotate:before {
        content: "\f095";
        position: absolute;
        right: 0.6em;
        top: -10px;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-grow-rotate:hover:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:active:before {
        -webkit-transform: scale(1.5) rotate(12deg);
        transform: scale(1.5) rotate(12deg);
    }

#searchForm .form-group {
    border: 1px solid rgba(7,186,183,0.5);
    padding: 30px 0px;
    border-radius: 15px;
}

.home-maincon p {
    font-size: 16px !important;
    line-height: 2;
}

.new_timers {
    z-index: 999;
}

.news-page #div1 #PlanDivdata .col-md-3.col-sm-4.col-xs-12 {
    display: flex;
    align-items: stretch;
}

.col-heal-img a:hover {
    text-decoration: none;
}

.col-heal-img {
    font-size: 16px;
    line-height: 2;
}

.social ul li#call:hover {
    background-color: #c33083 !important;
}

.result-textblock {
    display: inline-block;
}

.groupbox .img-owl {
    background: transparent;
    height: 80px;
    border: 2px solid rgba(204,204,204,0.5);
    position: absolute;
    padding: 0px;
    width: 80px;
    border-radius: 50%;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.col-bdr {
    border: none;
}

    .col-bdr.mar_btm20 .groupbox {
        margin-left: 0px;
        padding-top: 45px;
        box-shadow: 0px 2px 22px #c7c7c7;
        border: 1px solid rgba(204, 204, 204, 0.41);
        text-align: center;
    }

.groupbox a {
    color: #ed4a52 !important;
}

.profil-patnt-container .profile-top {
    border-radius: 115px 0px 0px 0px;
}

.well-img .heading {
    margin: 0;
}

/* community */
.comment-block .nav.nav-tabs, .main_container.admin-content .nav.nav-tabs {
    border-bottom: none;
}

.comment-block .nav-tabs, .main_container.admin-content .nav-tabs {
    display: table;
    margin: 0 auto;
    border: none;
}

    .comment-block .nav-tabs li.active a {
        background: #ed4a52;
        background: #ed4a52;
        position: relative;
        color: #fff;
        margin-right: 0 !important;
        border: 0;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .main_container.admin-content .nav-tabs li a {
        /*color:#fff;*/
        border: 0;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        border: 1px solid #e3e3e3;
    }

#divManageGroup .form-control, #divPersonalEditor #PersonalFormId .form-control {
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    border: 0;
    padding-left: 0;
    background: transparent;
}

#btnSearchGroup .btn-login {
    color: #fff;
    margin-top: 30px;
    padding: 5px 0px;
}

#divManageGroup .groupboxrow, .inv-form, {
    border: 1px rgba(204, 204, 204, 0.5) solid;
    padding: 20px 0px;
    border-radius: 15px;
    /*display: inline-block;*/
}

#commentdiv .groupboxrow .col-bdr, #divShowsCommunityList .col-bdr, #divShowsWellnessList .col-bdr {
    border: 1px rgba(204, 204, 204, 0.5) solid;
    padding: 10px 0px;
    border-radius: 15px;
    margin: 8px 0;
    background-color: #f9f9f9;
}

.groupboximg .img-owl {
    min-height: 210px;
}

    .groupboximg .img-owl img {
        min-height: 190px;
        max-height: 190px;
    }

.recp-detal #btnLogin {
    margin: 0px 10px 0px 0px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    background: #ed4a52;
    border-radius: 5px !important;
    -webkit-border-radius: 5px;
    text-transform: capitalize;
    display: inline-block;
    color: #fff;
    padding: 0px 10px;
    -webkit-transition: all 0.5s ease;
    border: 0;
}

    .recp-detal #btnLogin:hover {
        background: #07bab7 !important;
        color: #fff;
    }

.groupbox {
    padding: 0px 20px 10px;
}

.group-detail {
    padding: 0px 20px 10px;
}

.recp-detal a:hover, .recp-detal a:focus {
    color: #000;
}

.recp-detal .heading {
    margin: 0px;
}

#commentdiv .groupboxrow .col-bdr:hover, #divShowsCommunityList .col-bdr:hover, #divShowsWellnessList .col-bdr:hover {
    box-shadow: 2px 6px 20px #ccc;
    background-color: #f9f9f9;
    transition: 0.4s;
}

.col-bdr.mar_btm20 .groupbox:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 12px;
    box-shadow: 0px 3px 5px #c3c3c3;
    z-index: -1;
    transform: rotate(45deg);
    border-right: 20px solid transparent;
    border-left: 20px solid #ffffff;
    border-top: 20px solid transparent;
}

.userimg i {
    font-size: 16px;
    background: #ed4a52;
    padding: 4px 10px;
    color: #ffffff;
    border-radius: 40px;
}

.col-bdr.joingroup {
    border: 1px rgba(204, 204, 204, 0.5) solid;
    padding: 30px 0px;
    border-radius: 15px;
}

.specl-ul {
    display: none;
}

.hover07 .img-blog > img {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover07:hover .img-blog > img {
    -webkit-filter: blur(1.5px);
    filter: blur(1.5px);
    /*-webkit-transform: scale(1.5);
    transform: scale(1.5) ;*/
}

.like-dislike-heal {
    text-align: center;
    width: 100% !important;
    background-color: transparent;
    display: none;
    position: absolute;
    top: 108px;
    height: 0px;
}

    .like-dislike-heal a, .rescp-detailimg .like-dislike a {
        margin-top: 5px;
        transform: translateY(30%);
        border-radius: 40px;
        background: rgba(0, 0, 0, 0.21);
        margin-right: 2px;
        width: auto;
    }

        .like-dislike-heal a.kaya-btn {
            background: #ed4a52 !important;
            color: #fff !important;
        }

            .like-dislike-heal a.kaya-btn:hover {
                background: #07bab7 !important;
                color: #fff !important;
            }

        .like-dislike-heal a.kaya-btn2 {
            background: #07bab7 !important;
            color: #fff !important;
        }

            .like-dislike-heal a.kaya-btn2:hover {
                background: #ed4a52 !important;
                color: #fff !important;
            }

.pic.col-heal-img a:hover {
    color: #ed4a52;
}

.change-picker {
    margin-top: 10px;
}

.parent-plan {
    position: relative;
    border: 1px solid #07bab7;
    border-radius: 2px;
    width: 100%;
    display: inline-block;
    padding-right: 0px;
    overflow: auto;
    border: 1px solid #e4e4e4;
    -webkitbox--box-shadow: 0px 2px 4px rgba(158, 158, 158, 0.30);
    box-shadow: 0px 2px 4px rgba(158, 158, 158, 0.30);
}

.box .box-des {
    overflow: hidden;
    /*color: rgba(41, 41, 41, 0.68);*/
    width: auto !important;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    margin: 0px;
    padding-top: 10px;
    margin-right: 0px;
    position: relative;
}
/* Underline Reveal */
.hvr-underline-reveal {
    /*display: inline-block;*/
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.pic > .img-blog {
    width: 100% !important;
}

.box.box-tabs {
    position: static !important;
}

.box img {
    width: 100% !important;
    height: 160px;
    min-height: 160px;
    max-height: 160px;
}

.docserchrslt .rating-md2 {
    text-align: center;
    /*min-height: 120px;*/
    min-width: 100%;
}

.box.box-tabs img {
    width: 100% !important;
    /*min-height: 120px;*/
    min-width: 100%;
    min-height: 160px;
    max-height: 160px;
    height: 160px;
}

.docserchrslt .rating-md2 {
    text-align: center;
}

#divExpertSearch .docserchrslt {
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.under-construction img {
    width: 100%;
}

.modal-header {
    background: #07bab7;
    color: #fff;
    text-align: center;
}

#SaveConfirmModal .modal-body p {
    font-size: 1.5em;
    color: #ed4a52;
    text-align: center;
    position: relative;
    display: block;
}

.mine#divExpertSearch .docserchrslt {
    -webkit-border-radius: 100px 0px 0px;
    border-radius: 100px 0px 0px;
}

.under-construction img {
    width: 100%;
}

.modal-header {
    background: #07bab7;
    color: #fff;
    text-align: center;
}

#SaveConfirmModal .modal-body p {
    font-size: 1.5em;
    color: #8e8e8e;
    text-align: center;
    position: relative;
    display: block;
}

#divExpertSearch .result-textblock {
    margin-top: -3em;
    position: relative;
}

#divExpertSearch .docserchrslt {
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.under-construction img {
    width: 100%;
}

.pic:hover .like-dislike-heal, .box-tabs.hvr-underline-reveal:hover .like-dislike-heal {
    display: block;
}

.like-dislike-heal a:last-child, .rescp-detailimg .like-dislike a:last-child {
    background: #ed4a52 !important;
}

    .like-dislike-heal a:last-child:hover, .rescp-detailimg .like-dislike a:last-child:hover {
        background: #07bab7 !important;
    }

.like-dislike-heal a, .rescp-detailimg .like-dislike a {
    background: #07bab7 !important;
}

    .like-dislike-heal a:hover, .rescp-detailimg .like-dislike a:hover {
    }

.pagination > li > a, .pagination > li > span {
    color: #fff;
}


.img-owl.img-normal i {
    font-size: 2em;
    line-height: 40px;
    /* padding-left: 20px; */
    color: #fff;
    border: 2px solid;
    border-radius: 50px;
    height: 70px;
    width: 70px;
    padding-left: 8px;
    padding-top: 3px;
}

.dflt-owl .col-bdr {
    background: rgb(237, 74, 82);
    border-radius: 6px;
}

.dflt-owl .groupbox {
    background-color: transparent !important;
    padding: 25px 0px 0px;
}

    .dflt-owl .groupbox a {
        color: #fff !important;
        font-size: 18px;
        text-transform: capitalize;
    }

.img-clandr {
    border-radius: 50%;
    height: 70px;
    width: 70px;
    background: #c7c7c7;
    text-align: center;
    padding: 20px;
    margin: 5px 10px;
    display: block !important;
}

.cal-block {
    cursor: pointer;
    padding: 25px 0px;
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.13);
}

    .cal-block:hover {
        background: #ffffff;
    }

.upcom:hover {
    background: #ed4a52;
    color: #fff;
    transition: 0.4s;
}

.upcom {
    border-left: none;
    border-bottom: 2px solid #ed4a52;
    transition: 0.4s;
}

.total {
    border-left: none;
    border-bottom: 2px solid #07bab7;
    transition: 0.4s;
}

.dflt-owl .img-owl.img-normal {
    padding: 12px 0;
}

.col-bdr:hover .img-owl.img-normal i {
    background: #fff;
    color: #ed4a52 !important;
    transition: 0.3s;
}
/* ---------------------------------------------------
SIDEBAR STYLE
----------------------------------------------------- */
#curTime {
    display: none;
}

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #07bab7;
    color: #fff;
    transition: all 0.3s;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 9999;
    width: 100%;
    visibility: visible;
}

    #sidebar.active {
        min-width: 50px;
        max-width: 50px;
        width: 100%;
    }

        #sidebar.active ul li a {
            text-align: center;
        }

            #sidebar.active ul li a span.fa, #sidebar.active ul li a span i.fa {
                font-size: 1.2em !important;
                margin-right: 0;
                display: block;
            }

            #sidebar.active ul li a span:last-child {
                display: none;
            }

    #sidebar .sidebar-header .logo.s-logo {
        display: none !important;
    }

        #sidebar .sidebar-header .logo.s-logo img {
            max-width: 50px !important;
        }

    #sidebar.active .sidebar-header .logo {
        display: none;
    }

        #sidebar.active .sidebar-header .logo.s-logo {
            display: block !important;
            min-height: 50px;
            line-height: 50px;
        }

    #sidebar.active ul li a[aria-expanded="false"]::before, #sidebar.active ul li a[aria-expanded="true"]::before {
        display: none;
    }

    #sidebar.active ul ul a {
        padding-left: 10px !important;
    }

    #sidebar .sidebar-header .logo {
        background: #fff;
        padding: 0px 8px;
        text-align: center;
        display: block;
        width: 100%;
    }

        #sidebar .sidebar-header .logo img {
            width: 80%;
        }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px 10px;
        font-size: 1.1em;
        display: block;
        color: #fff;
        border: 1px solid rgba(255,255,255,0.2);
    }

        #sidebar ul li a span {
            margin-right: 5px;
        }

        #sidebar ul li a:hover {
            color: #ed4a52;
            background: #fff;
        }

    #sidebar ul li.active > a, #sidebar a[aria-expanded="true"] {
        color: #fff;
        background: #ed4a52;
    }


    #sidebar ul li a[data-toggle="collapse"] {
        position: relative;
    }


    #sidebar ul li a[aria-expanded="true"]::before {
        content: "\f0da";
    }

    #sidebar ul li a[aria-expanded="false"]::before, #sidebar ul li a[aria-expanded="true"]::before {
        content: "\f0d7";
        display: block;
        position: absolute;
        right: 20px;
        font-family: FontAwesome;
        font-size: 1em;
    }

    #sidebar ul ul a {
        font-size: 0.9em !important;
        padding-left: 30px !important;
        background: #ed4a52;
    }

    #sidebar ul.CTAs {
        padding: 20px;
    }

        #sidebar ul.CTAs a {
            text-align: center;
            font-size: 0.9em !important;
            display: block;
            border-radius: 5px;
            margin-bottom: 5px;
        }

    #sidebar a.download {
        background: #fff;
        color: #07bab7;
    }

    #sidebar a.article, a.article:hover {
        background: #6d7fcc !important;
        color: #fff !important;
    }
/*==================kavita singh===================================*/
.padd-top-my {
}

.yes_no {
    border-radius: 0;
    border: 0;
    padding-left: 0;
    background: transparent !important;
    float: right;
}


/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */
#content {
    min-height: 100vh;
    transition: all 0.3s;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* ---------------------------------------------------
MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    .modal-dialog {
        width: 750px;
    }

    .col-half-offset {
        margin-left: 3.8%;
    }

    .cun-join.font18 > .black {
        min-width: 105px;
    }

    .adsfix div.slots1 {
        width: 69%;
    }

    .profil-ptnt-img .live-img {
        right: -3px;
    }

    .profil-patien {
        padding-top: 77px;
    }

    .lab-text-cond a {
        top: 26px;
    }

    #getgird .doctor .more-opt, .wellnesspaln .more-opt, section.package-list-view .more-opt, #diseaseslist .more-opt {
        position: static !important;
    }

    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }
}

#barchart_material {
    margin: 20px 0px 0px;
    background: #fff;
    padding: 10px;
}

.dahbrd-head {
    color: #ed4a52;
}

.calblock:hover .img-clandr {
    background: #C91F37;
    transform: scale(1.2);
}

.patntblock:hover .img-clandr {
    background: #4d73a0;
    transform: scale(1.2);
}

.paymtblock:hover .img-clandr {
    background: #5D3F6A;
    transform: scale(1.2);
}

.msgblock:hover .img-clandr {
    background: #7A942E;
    transform: scale(1.2);
}

.myqandablock:hover .img-clandr {
    background: #044F67;
    transform: scale(1.2);
}

.img-clandr {
    height: 60px;
    width: 60px;
    line-height: 60px;
}

.pic.col-heal-img .kaya-btn {
    font-size: 0.8em !important;
}


#AskExpertModalContainer .login .modal-dialog {
    width: 48%;
}

#AskExpertModalContainer .modal-header .nue-head {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 18px;
}

#AskExpertModalContainer .login .modal-body {
    min-height: 280px;
}

#divDoctorPrmo .gridRow td {
    border: none !important;
}

#wellnesstab .doc-nm {
    font-size: 18px;
    font-weight: 500;
    color: #07bab7;
    color: #07bab7;
    position: relative;
    padding-left: 26px;
}

    #wellnesstab .doc-nm:before {
        font-family: FontAwesome;
        content: "\f0f0";
        color: rgba(237, 74, 82, 0.4);
        position: absolute;
        left: 0px;
        top: -5px;
        font-size: 24px;
    }

#wellnesstab .group-detail p, #CommunityTab .group-detail p {
    font-size: 16px !important;
}

#wellnesstab .group-detail strong, #CommunityTab .group-detail strong {
    padding-right: 10px;
}

#wellnesstab .group-detail .desc {
    color: #777;
    font-weight: 200;
    /* background: #ccc; */
    min-height: 60px;
    max-height: 60px;
    overflow-x: hidden;
    overflow-y: hidden;
}

    #wellnesstab .group-detail .desc:hover {
        overflow-y: scroll;
    }


#CommunityTab .group-detail .pull-right.font12 {
    font-size: 13px !important;
    color: rgba(84, 84, 84, 0.75);
    font-weight: 500;
}

#wellnesstab thead, #CommunityTab thead {
    display: none;
}

.Diseases-tab .heading {
    margin: 10px;
}

.rs-cut {
    text-decoration: line-through !important;
    color: rgb(117, 117, 117) !important;
    font-weight: 500 !important;
    font-size: 12px !important;
}

.table tbody tr:nth-child(2n) {
    background-color: transparent !important;
}

#wellnesstab .table, #CommunityTab .table, #wellnesstab .table td, #CommunityTab .table td {
    border: 0px !important;
}

.rs p, #Insurancetab #mymealGrid .rs {
    font-size: 15px;
    color: #07bab7;
    position: relative;
    display: inline-block;
    margin: 2px 0px;
    font-weight: 600;
}

    .rs p:before, #Insurancetab #mymealGrid .rs:before, .panels-footer .rs span:before, .appointment .rs span:before {
        font-family: FontAwesome;
        content: "\f156";
        position: absolute;
        left: -14px;
        top: -3px;
        font-size: 14px;
    }


.idebook-edit .faq-resc img {
    max-width: 360px;
}

#AskExpertModalContainer .login .modal-dialog {
    width: 48%;
}

.idebook-edit .col-sm-4 {
    padding: 6px;
    border-radius: 16px;
    border: 10px solid #eee;
}

#AskExpertModalContainer .modal-header .nue-head {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 18px;
}

#AskExpertModalContainer .login .modal-body {
    min-height: 280px;
}

#divDoctorPrmo .gridRow td {
    border: none !important;
}

#wellnesstab .doc-nm {
    font-size: 18px;
    font-weight: 500;
    color: #07bab7;
    color: #07bab7;
    position: relative;
    padding-left: 26px;
}

    #wellnesstab .doc-nm:before {
        font-family: FontAwesome;
        content: "\f0f0";
        color: rgba(237, 74, 82, 0.4);
        position: absolute;
        left: 0px;
        top: -5px;
        font-size: 24px;
    }

#wellnesstab .group-detail p, #CommunityTab .group-detail p {
    font-size: 16px !important;
}

#wellnesstab .group-detail strong, #CommunityTab .group-detail strong {
    padding-right: 10px;
}

#wellnesstab .group-detail .desc {
    color: #777;
    font-weight: 200;
    /* background: #ccc; */
    min-height: 60px;
    max-height: 60px;
    overflow-x: hidden;
    overflow-y: hidden;
}

    #wellnesstab .group-detail .desc:hover {
        overflow-y: scroll;
    }


#CommunityTab .group-detail .pull-right.font12 {
    font-size: 13px !important;
    color: rgba(84, 84, 84, 0.75);
    font-weight: 500;
}

#wellnesstab thead, #CommunityTab thead {
    display: none;
}

.Diseases-tab .heading {
    margin: 10px;
}

.rs-cut {
    text-decoration: line-through;
}

.table tbody tr:nth-child(2n) {
    background-color: transparent !important;
}

#wellnesstab .table, #CommunityTab .table, #wellnesstab .table td, #CommunityTab .table td {
    border: 0px !important;
}

.main_container.admin-content .nav-tabs li a:hover {
    color: #ed4a52;
}

/* ribbon */
.ribbonoff {
    margin: 20px 0px !important;
    width: 350px;
    margin: 10px auto;
    padding: 0 10px 0;
    position: relative;
    color: #444;
    background: #fff;
    border-radius: 3px;
}

    .ribbonoff h3 {
        display: block;
        /* position: absolute; */
        line-height: 1.3;
        width: 125%;
        margin: 0;
        padding: 5px 10px;
        position: relative;
        left: -28px;
        top: 8px;
        color: #ffffff;
        /* text-shadow: 0 1px 1px #07bab7; */
        border-top: 1px solid #07bab7;
        border-bottom: 1px solid #07bab7;
        background: #07bab7;
        background: linear-gradient(top, #383838 0%, #262626 100%);
        border-radius: 2px 2px 0 0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.3);
        text-align: center;
    }


.idebook-edit .faq-resc img {
    max-width: 100%;
    object-fit: cover;
    height: auto !important;
}

.btn-green, .btn-success {
    border: 0;
}

    .btn-green:hover, .btn-success:hover {
        background: rgba(7, 186, 183, 0.8);
    }

.shar-social.icon-ligntgray a > i {
    color: rgba(103, 103, 103, 0.45);
    font-size: 14px;
    padding: 0px 5px;
}

    .shar-social.icon-ligntgray a > i:hover {
        color: #ed4a52;
        transition: ease-in-out 0.3s;
    }

.admin-header .navbar {
    background: #07bab7;
}

.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
    background: #ed4a52;
}

.inner-search .sb-icon-search {
    background: #07bab7;
    color: #fff;
}

.megamenu_dark_bar .megamenu > li > a, .megamenu_dark_bar .megamenu > li > a:hover, .megamenu_dark_bar .megamenu > li:hover > a {
    border: 0;
    color: #fff;
    background: transparent;
}

.logowrap .navbar-btn {
    background: transparent;
    border: 0;
}

.logowrap .navbar-btn {
    font-size: 1.5em;
    color: #fff;
    padding: 0px 15px;
}

.admin footer .socials ul li a {
    background: transparent;
    color: #ed4a52;
}
/*--Steps-Css--*/
/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 60px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #ed4a52;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #a12128;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #07bab7;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #f5f5f5;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }

.admin .main_container.admin-content .nav.nav-tabs {
    border-bottom: 1px solid #ccc;
}

.admin .nav-tabs, #rootwizard.main-profile-edit.onetime .nav-tabs {
    display: block !important;
    text-align: center;
}

    .admin .nav-tabs li, #rootwizard.main-profile-edit.onetime .nav-tabs li {
        float: none;
        display: inline-block;
    }

.admin .fc-toolbar, .fc-toolbar {
    background: #07bab7;
    padding: 20px 10px;
    margin-bottom: 0 !important;
}

.admin .fc-agendaWeek-view thead th, .fc-agendaWeek-view thead th {
    background: #07bab7;
    border: 0;
    color: #fff;
    font-weight: normal;
}

.admin .fc-center, .fc-center {
    color: #fff;
}

.admin .fc .fc-button-group button, .fc-toolbar .fc-button-group button {
    background: transparent;
    color: #fff;
    box-shadow: inherit;
}

.admin .fc-head thead {
    border: 0 !important;
}

.user-btn button, .user-btn a {
    border: 1px solid #ed4a52 !important;
    color: #ed4a52;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .user-btn button:hover, .user-btn a:hover, .user-btn button:focus, .user-btn a:focus, .user-btn button:active, .user-btn a:active, .user-btn button:visited, .user-btn a:visited {
        background: #ed4a52;
        color: #fff;
    }
/*END Form Wizard*/

/* DEVASHISH 25/17 */
#wikitab .idebook-edit .faq-resc {
    height: 200px;
    margin: 0px 0px 20px 0px;
}

.shar-social.icon-ligntgray a > i:hover {
    color: #ed4a52;
    transition: ease-in-out 0.3s;
}

.admin-header .navbar {
    background: #07bab7 !important;
}

.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
    background: #ed4a52 !important;
}

.inner-search .sb-icon-search {
    background: #07bab7;
    color: #fff;
}

.megamenu_dark_bar .megamenu > li > a, .megamenu_dark_bar .megamenu > li > a:hover, .megamenu_dark_bar .megamenu > li:hover > a {
    border: 0;
    color: #fff;
    background: transparent;
}

.admin .header {
    margin-bottom: 0;
}

.admin .navbar-fixed-top, .admin .navbar-fixed-bottom {
    position: relative;
}

.dashdflt .img-clandr {
    padding: 0;
    margin: 0;
    top: -25px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%);
}

.cb-enable.selected span {
    background-color: #07bab7 !important;
}

.cb-disable.selected span {
    background-color: #ed4a52 !important;
}

#wikitab .idebook-edit .faq-resc {
    height: 200px;
    margin: 0px 0px 20px 0px;
}

.idebook-edit .panel-default > .panel-heading a {
    /*padding: 10px 15px;*/
    font-size: 16px;
    font-weight: 500;
}

.idebook-edit #thePanelWith > .panel-heading a {
    padding: 10px 15px;
}

.idebook-edit #thePanelWith > .panel {
    background-color: transparent;
    border: 0;
}

#theYogaWith .idebook-edit .panel-default > .panel-heading a {
    padding: 0px;
}

.faq-detail {
    margin: 0px;
}

.dflt-owl .img-owl.img-normal i {
    color: #ed4a52;
    background: #fff;
    padding: 13px 18px;
    border-radius: 50%;
    line-height: 40px;
    font-size: 30px;
}

.dflt-owl .col-bdr {
    min-height: 95px;
}

.img-clandr, .img-clandr a i {
    font-size: 28px;
    color: #fff !important;
}

.mysociallink .col-recp-img, .col-recp-img img, .rescp-detailimg .col-recp-img {
    height: auto !important;
    border: 0px;
    position: relative;
}

.ingred-head {
    color: #ffffff;
    font-weight: 400;
    padding-bottom: 10px;
    border-radius: 8px 8px 0 0;
    background: #aaa;
}

.useful-block {
    border-radius: 8px 8px 0px 0px;
}

.rescp-detailimg .test-dtl {
    margin-bottom: 0;
    font-size: 16px;
    margin-left: 0px;
    width: 100%;
    color: #07bab7;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}

    .rescp-detailimg .test-dtl a {
        color: #666;
    }

.useful-block {
    background: #fff;
}

.mysociallink .img-resdtail, .col-recp-img .img-resdtail {
    margin: 0 auto;
    float: none;
}

.mysociallink .kaya-btn {
    width: 100%;
}

.mysociallink {
    background: #fff;
    padding: 6PX 6px 6PX 6PX;
    border-radius: 16px;
    border: solid 10px #eee;
}

.rescp-detailimg .col-recp-img {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
}

.pricing span {
    width: 100%;
    text-align: right;
    display: block;
}

    .pricing span.regularPrice {
        font-size: 14px !important;
        font-weight: 500;
    }

.maal-block1.jrnl-col {
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
}

.jrnl-col {
    margin-bottom: 10px;
}

.commentbox {
    text-align: center;
}

    .commentbox input {
        border: 1px solid #07bab7;
    }

.reps-li li {
    color: rgba(72, 72, 72, 0.78);
}

.col-recp-img .like-dislike {
    text-align: center;
    width: 100% !important;
    background-color: transparent;
    display: none;
    position: absolute;
    top: 70px;
    height: 20%;
}

.like-dislike a.kaya-btn2:hover {
    background: #ed4a52 !important;
    color: #fff !important;
}

.p20 {
    padding: 20px;
}

.p10 {
    padding: 10px;
}

.postby .img-resdtail {
    height: inherit;
    width: inherit;
}

    .postby .img-resdtail img {
        width: 28px;
        height: 28px !important;
        vertical-align: middle;
    }

.postby .test-dtl {
    vertical-align: middle;
    width: auto;
}

.img-resdtail {
    display: inline-block;
}

.rescp-detailimg {
    margin-bottom: 10px;
}

.mbtn.mbtn-back:before {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    left: 4px;
    font-size: 26px;
    top: -4px;
}

.mbtn {
    position: relative;
    position: relative;
    padding-left: 20px;
    padding-right: 15px;
}

.back-rechrs .recp-login {
    border: 1px solid rgba(209, 209, 209, 0.49);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

    .back-rechrs .recp-login:hover {
        box-shadow: 0px 6px 20px #ccc;
        background-color: #f9f9f9;
        transition: 0.4s;
    }

    .back-rechrs .recp-login h1 {
        background: #fff;
    }

.recp-login .product-img {
    position: relative;
    border: 2px solid #fff;
}

.back-rechrs .recp-login h1 {
    background: rgba(255, 255, 255, 0.58);
    bottom: 0px;
    width: 100%;
}

.recp-login .product-img img {
    min-height: 115px;
    max-height: 115px;
    height: 115px;
    width: 100%;
    border-radius: 8px;
}


.recp-login .font16 strong {
    font-weight: 500;
    color: rgb(109, 109, 109);
}

.vew-org {
    color: #07bab7;
    float: right;
    font-weight: normal;
}

#divStaffSearch {
    display: inline-block;
    background: #fff;
    width: 100%;
    border: 1px solid transparent;
    padding: 0;
    border-radius: 0;
}

    #divStaffSearch .form-control, #theYogaWith .form-control, #theYogaWith .chosen-container-multi .chosen-choices, .find-blog.find-doc .form-control, #ContactUs .form-control, #divEventView .form-control, #formKeywordPanel .appointment .form-control, .form-group .form-control {
        border-bottom: 1px solid #bbb !important;
        border-radius: 0;
        border: 0;
        padding-left: 0;
        background: transparent !important;
    }

#theYogaWith .note-editor.note-frame {
    border: 1px solid rgba(148, 148, 148, 0.22);
    border-bottom: #000 solid 1px;
}

#theYogaWith .panel-default > .panel-heading {
    padding: 0px 2px 2px 2px;
}

.doupload, .donotupload {
    background-color: transparent;
    padding: 0px 0px 2px 40px;
}

    .doupload:before {
        content: "\f058";
        font-family: FontAwesome;
        position: absolute;
        color: #07bab7;
        left: 10px;
        top: -4px;
        font-size: 24px;
    }

    .donotupload:before {
        content: "\f055";
        font-family: FontAwesome;
        position: absolute;
        color: #ed4a52;
        transform: rotateZ(45deg);
        left: 10px;
        top: -4px;
        font-size: 24px;
    }

.reg-right1 {
    padding-left: 26px;
}

.img-owl {
    overflow: visible;
}

#headingdo:after a, #headingdont:after a {
    content: none;
}

.find-blog.find-doc, .comment-block .find-doc, .app-search, #divViewEpxertPlanSearch, #bulkentry, #paymentHistoryForm, #formStaff, #divmemberList, #divRepliedSearch, #divNDPackageSearch, #divManageGroup > .groupboxrow {
    margin-bottom: 0;
    background: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

    .find-blog.find-doc .form-control, .comment-block .find-doc .form-control {
        padding-right: 0 !important;
    }

.select2-container-multi .select2-choices, .select2-container .select2-choice {
    top: -6px;
    border: none !important;
    text-align: left;
}

.docfind .select2-search-choice {
    background-clip: padding-box;
    background-color: #fff !important;
    border: 1px solid #cccccc !important;
    border-radius: 4px !important;
    padding: 3px 20px 3px 5px !important;
    position: relative !important;
}

.result-textblock.list-btns {
    width: 100%;
    text-align: right;
}

.select2-container-multi .select2-search-choice-close {
    left: auto !important;
}

.select2-drop-active {
    border: 1px solid rgba(220, 220, 220, 0.64);
    border-top: none;
}

.faqsmbl:hover {
    color: #fff !important;
}

#carousel-example .overlay-effect img {
    /*height: 260px;
min-width: 260px;
max-width: 260px;*/
    width: 100%;
}

.bhoechie-tab-content .table td, .bhoechie-tab-content .table {
    border: none !important;
}

.betaico i {
    font-size: 18px;
    padding: 6px 0 0 0;
    color: #efefef;
    text-shadow: 0px 0px 20px #fff;
}

.betaico {
    text-align: center;
}

    .betaico p {
        padding: 0;
        margin: 0;
        font-size: 11px !important;
        line-height: 14px;
        color: #fff;
        font-weight: 500;
    }

    .betaico.nav-beta {
        background: #07bab7;
        color: #fff !important;
        position: fixed;
        right: 0;
        top: 235px;
        z-index: 999;
        padding: 5px;
        -webkit-border-radius: 5px 0px 0px 5px;
        border-radius: 5px 0px 0px 5px;
        background: rgba(7, 186, 183, 0.65) !important;
    }


        .betaico.nav-beta i, .betaico.nav-beta p {
            color: #fff !important;
        }

.copyrights {
    margin: 0;
    margin-top: 0;
    padding: 10px 0;
    background: #fff;
    text-align: center !important;
    font-size: 12px;
    font-weight: 600;
}

.recp-detal .groupbox .img-owl {
    overflow: hidden;
}

.search, #divExpertClear, #divmemberList, #rootwizard, #_GroupActivityCommentEditor, #divActivityCommnt, #divRepliedSearch, #divPendingSearch, #frmSearchGroup, #divEventView, .feedback, .Edt_Practice, #formStaff, #divNDPackageSearch {
    background: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 15px 15px 15px 15px;
}

    .search .form-control, #divExpertClear .form-control, #divmemberList .form-control, #rootwizard .form-control, #EventForm .form-control, #formMstrPckge .form-control, #formNewDiscusion .form-control, #_GroupActivityCommentEditor .form-control, #divActivityCommnt .form-control, #divGridAppList .form-control, #divViewEpxertPlanSearch .form-control, #bulkentry .form-control, #emalform .form-control, #divRepliedSearch .form-control, #divPendingSearch .form-control, #frmSearchGroup .form-control, #paymentHistoryForm .form-control {
        border-bottom: 1px solid #000 !important;
        border-radius: 0;
        border: 0;
        padding-left: 0;
        background: transparent;
    }

#divExpertClear, #divmemberList, #rootwizard {
    margin-bottom: 20px;
}

#formMstrPckge .form .table, #formMstrPckge .form .table td, #formMstrPckge .form .table tr {
    border: none;
}

#formMstrPckge .chosen-choices, #formNewDiscusion .chosen-choices, .chosen-choices {
    /* border-bottom: 1px solid !important;*/
    border: 1px solid rgba(230, 230, 230, 0.78);
    background-image: linear-gradient(#ffffff 1%, #ffffff 15%);
    max-height: 80px !important;
    overflow: auto;
}

ul#comments .avatar {
    border: 1px solid rgba(156, 156, 156, 0.34);
}

.feedbox .find-doc, .comment-block .find-doc {
    background: #fff;
    border: 0px;
}

.bg-none {
    background-color: transparent !important;
}

#divManageGroup .groupboxrow {
    background-color: #fff;
}

#divActivityCommnt.feeds {
    padding-top: 3px;
    position: relative;
    border: 1px solid rgba(128, 128, 128, 0.22);
    padding: 10px 20px;
    border-radius: 0px 25px 25px 25px;
    box-shadow: 4px 2px 22px #c7c7c7;
    margin-left: 70px;
    background-color: #fff;
    box-sizing: border-box;
}

.feeds:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 12px;
    box-shadow: 0px 3px 5px #c3c3c3;
    z-index: -1;
    transform: rotate(45deg);
    border-right: 20px solid transparent;
    border-left: 20px solid #ffffff;
    border-top: 20px solid transparent;
}

.likecomment {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    border-top: none;
}

.peoplelike {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin: auto;
}

#divActivityComentList .post-container {
    padding-left: 20px;
    font-style: italic;
    border-left: 2px solid rgb(214, 214, 214);
    border-radius: 8px 0px 0px 8px;
    border-bottom: 1px solid rgba(236, 233, 230, 0.17);
    margin-bottom: 8px;
}

.avatar.upload-imgs {
    height: auto;
    min-width: 70px;
    max-height: 70px;
    max-width: 70px;
    min-height: 70px;
    border: 2px solid rgb(241, 241, 241);
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
}

#divActivityComentList .post-container:before, #divShowsSeeMoreDeseasList .box1 .post-container:before {
    content: none;
}

.comment-btm {
    display: inline-block;
    width: 101%;
    background: rgba(241, 241, 241, 0.5);
    border-radius: 0px 0px 25px 25px;
    margin-bottom: -16px;
    margin-left: -5px;
    padding: 10px;
    border-top: 1px solid rgb(232, 232, 232);
}

#_GroupActivityCommentEditor .imgbtn a {
    cursor: pointer;
    position: absolute;
    top: -1px;
    right: 10px;
    background: white;
    border: 0px;
    color: #ccc !important;
}

#divActivityComentList .avatar-container {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -70px;
}

    #divActivityComentList .avatar-container .avatar {
        border: 1px solid rgba(156, 156, 156, 0.34);
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

.timeago, .posted {
    font-weight: 500;
    font-size: 10px;
    color: #afafaf;
    padding: 4px;
}

.no-arrow > .groupbox:before {
    content: none !important;
}

.no-arrow > .groupbox {
    border-radius: 25px 25px 25px 25px !important;
}

.groupbox {
    background-color: transparent;
}

#div1 #PlanDivdata .box {
    position: static !important;
}

#mySidenav.sidenav {
    background-color: #fff !important;
    color: #ed4a52 !important;
    width: 230px;
    position: fixed;
    left: -230px;
}

    #mySidenav.sidenav.open {
        left: 0px;
    }

    #mySidenav.sidenav a {
        color: #ed4a52 !important;
        font-size: 16px;
        border-bottom: 1px solid rgba(187, 187, 187, 0.24);
        padding-top: 10px;
        padding-bottom: 10px;
    }

#mySidenav .dropdown-menu.custom-dropdown li a {
    background-color: #ed4a52 !important;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.31) !important;
}

#PlanDivdata box.hover07.hvr-underline-reveal {
    position: static;
    left: auto;
}

#div1 {
    height: auto !important;
}

    #div1 #PlanDivdata .box, #divShowsWellnessList .box {
        position: static !important;
    }

.box, .ProfilePartialPlan .plans {
    border: 1px solid #e4e4e4;
    -webkitbox--box-shadow: 0px 2px 4px rgba(158, 158, 158, 0.30);
    box-shadow: 0px 2px 4px rgba(158, 158, 158, 0.30);
    background: #fff;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    /*min-height: 300px;*/
}

#my-dropdown.open {
    transition: 0.6s;
}

.custom-dropdown li a {
    padding-left: 50px;
}

    .custom-dropdown li a:before {
        content: "\f192";
        position: absolute;
        left: 35px;
        top: 8px;
        color: rgba(255, 255, 255, 0.90);
        font-size: 10px;
        font-family: FontAwesome;
    }

    .custom-dropdown li a i {
        height: 20px;
        width: 20px;
        background: #fcd;
        text-align: center;
    }

.custom-dropdown li {
    position: relative;
}

#mySidenav .closebtn {
    color: rgba(0, 0, 0, 0.53) !important;
    font-size: 26px !important;
    border: none !important;
}

.mask .kaya-btn {
    position: absolute;
    bottom: 10px;
    transform: translateX(-50%);
    left: 50%;
}

.footer.adminfooter {
    position: absolute;
    width: 100%;
    margin: 0;
    bottom: -38px;
    left: 0;
    display: none
}

.doc-bfr:hover a {
    color: #fff !important;
    text-decoration: none !important;
}

.img-blog .blog-title {
    /*    font-size: 16px;*/
    position: absolute;
    bottom: -6px;
    /*left: 0px;*/
    color: #07bab7;
    letter-spacing: 1px;
    /*    font-weight: 600;*/
    text-align: left !important;
    padding: 2px 8px;
    background: #fff;
    border-radius: 0px 10px 0px 0px;
    width: 100%;
}

.img-blog {
    position: relative;
    padding: -10px !important;
}

.ribbonoff1 h3:before {
    content: "";
    border-right: 0px solid transparent;
    border-left: 10px solid transparent;
    border-top: 30px solid #07bab7;
    left: -9px;
    top: 0px;
    z-index: 0;
    position: absolute;
}

.ribbonoff1 h3 {
    position: absolute;
    top: 5px;
    right: -3px;
    background: #07bab7;
    color: #fff;
    /*width: 100px !important;*/
    transform: rotateY(20deg);
    box-shadow: 5px 2px 2px rgba(0, 0, 0, 0.1);
}

.ribbonoff1 h3 {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    padding: 6px;
    margin: 0px;
}

.box.hover07:hover .blog-title {
    background-color: #f9f9f9;
    transition: 0.4s;
}

.doc-bfr:before {
    content: "\f0f0";
    position: absolute;
    left: -18px;
    top: 6px;
    color: rgba(103, 103, 103, 0.75);
    font-size: 18px;
    font-family: FontAwesome;
}

.doc-loc {
    text-transform: capitalize;
    position: relative;
    padding-left: 15px;
}

    .doc-loc:before {
        content: "\f041";
        position: absolute;
        left: 0px;
        top: 0px;
        color: rgba(103, 103, 103, 0.75);
        font-size: 1em;
        font-family: FontAwesome;
    }

.kaya-dis {
    font-size: 12px;
    max-height: 85px;
    font-weight: 500;
    text-align: left !important;
    overflow: hidden;
    text-transform: capitalize;
}

.col-heal-img .plan-title {
    text-align: left !important;
    text-transform: capitalize;
    font-size: 14px !important;
    height: 20px;
    overflow: hidden;
}

.blog-data {
    font-size: 13px;
    letter-spacing: 0.6px;
    font-weight: 500;
    color: #292929;
    max-height: 37px;
    overflow: hidden;
}

#PlanDivdata .panels-footer, #divShowsWellnessList .panels-footer, #carousel-example2 .panels-footer {
    border-top: 1px rgba(204, 204, 204, 0.32) solid;
    padding: 10px;
    width: 100%;
}



#PlanDivdata .plan-title {
    font-size: 16px;
    font-weight: 500;
    text-align: left !important;
}

.plans .clear-rating {
    display: none !important;
}

a:focus {
    color: #ed4a52;
}

.panels-footer .clear-rating.clear-rating-active {
    display: none;
}

.kaya-btn2.blk {
    background-color: transparent;
    color: #797979;
}

    .kaya-btn2.blk:hover, .kaya-btn2.blk:active, .kaya-btn2.blk:focus {
        background: #ed4a52;
        color: #fff;
    }

#divGridAppList .bootPicker i {
    z-index: 1;
}

.bootPicker i {
    right: 14px;
    position: absolute;
    top: 15px;
}

.clenderpicker i {
    position: absolute;
    top: -15px;
}

.form-group .form-control {
    box-shadow: none;
    /* border-top:1px solid #000 !important;*/
}
/*.length_flex ul{
    display:block !important;
}*/
.app-search {
    display: inline-block;
    width: 100%;
}

.report .table-bordered > tfoot > tr > td {
    border: 1px solid #e0e0e0;
    width: 25%;
}

.report .table-bordered tr td {
    width: 25%;
}

#sidebar {
    z-index: 999 !important;
}

#btnLocation {
    cursor: pointer;
    font-size: 16px;
    color: #a2a2a2;
    display: block;
    margin-top: -2px
}

#LocationModal .modal-header {
    background: #ffffff;
    color: #fff;
    border: none;
    text-align: center;
}

#LocationModal button.close {
    color: #333 !important;
    font-weight: 400;
    font-size: 38px;
    text-shadow: none;
    padding: 10px 15px;
}

#divPatientListing .docserchrslt {
    display: inline-block;
    width: 100%;
    position: relative;
}

    #divPatientListing .docserchrslt .patient-prolist {
    }

.docserchrslt .user-pro-img {
    width: 100%;
    height: 140px;
    min-height: 140px;
    max-height: 140px;
}

.docserchrslt .fa-map-marker {
    color: #4a4a4a !important;
    width: 20px;
    font-size: 18px;
    text-align: center;
}

.pat-loc:before {
    content: "\f041";
    position: absolute;
    left: 5px;
    top: 0px;
    color: rgb(74, 74, 74);
    font-size: 18px;
    font-family: FontAwesome;
}

.patient-prolist .result-textblock {
    border-top: 1px solid rgb(220, 220, 220);
    padding-top: 6px;
}

#divPatientListing .serchhead {
    margin-top: 12px;
}

#divPatientListing a:focus, #divPatientListing a:hover {
    color: #ed4a52 !important;
}

.yamm .navbar-nav .dropdown-menu .find-more {
    position: absolute;
    right: 20px;
    /* bottom: 0; */
    font-size: 14px;
    top: 20px;
    background: #ed4a52;
    color: #fff !important;
    padding: 6px 30px 6px 10px;
    border-radius: 4px;
}

    .yamm .navbar-nav .dropdown-menu .find-more:after {
        content: "\f054";
        font-family: FontAwesome;
        position: absolute;
        top: 6px;
        right: 15px;
        transform: rotateX(0deg);
        transition: ease-in-out 0.6s;
    }

.find-more:hover::after {
    transform: rotateX(180deg) !important;
    transition: ease-in-out 0.8s;
    right: 8px !important;
}

#SelectedCityName {
    color: #000 !important;
    margin: 0px 2px;
}

    #SelectedCityName:hover {
        color: #07bab7 !important;
    }

.new_heder_css #SelectedCityName {
    color: #fff !important;
    margin: 0px 2px;
}

    .new_heder_css #SelectedCityName:hover {
        color: #07bab7 !important;
    }

.find_menu_doctor {
    width: 500px;
    padding: 20px;
}

/*.find_menu_doctor ul li {
    padding-bottom: 10px;
}*/
#divShowsCommunityList table thead {
    display: none !important;
}

#divShowsCommunityList table tbody {
    background-color: transparent !important;
}

#divShowsCommunityList table td {
    border: none !important;
}

.sort-list-tab {
    text-align: center;
}

    .sort-list-tab button {
        cursor: pointer;
        border-radius: 4px;
        background: #fff;
        padding: 4px 14px;
        border: 1px solid rgba(204, 204, 204, 0.45);
        margin-bottom: 4px;
    }

        .sort-list-tab button.active, .sort-list-tab button:focus, .sort-list-tab button:hover {
            background: #ed4a52 !important;
            color: #fff !important;
        }

.table-responsive #commentdiv table thead {
    display: none;
}

.table-responsive #commentdiv table {
    background-color: transparent !important;
    border: 0px;
}

    .table-responsive #commentdiv table td {
        border: 0px;
    }

#divShowsSeeMoreDeseasList #mymealGrid .box1 {
    border: 1px rgba(204, 204, 204, 0.5) solid;
    padding: 10px 0px;
    border-radius: 15px;
    margin: 8px 0;
    background-color: #fff;
    display: inline-block;
}

#divShowsSeeMoreDeseasList .box1 .post-container .avatar-container img {
    width: 100%;
    height: 180px;
    min-height: 180px;
    max-height: 180px;
}

#divShowsSeeMoreDeseasList .box1 .author_name {
    text-align: center;
    margin: 10px 0px 0px;
}

    #divShowsSeeMoreDeseasList .box1 .author_name a, .forum.jumbotron .btn-default {
        margin: 2px 4px;
        color: #ffffff;
        min-width: 80px;
        padding: 4px 8px;
        font-weight: 500;
        background: #07bab7;
        font-size: 12px;
        border-radius: 20px !important;
        border-color: rgb(7, 186, 183);
        transition: ease-in 0.2s;
    }

        #divShowsSeeMoreDeseasList .box1 .author_name a.btn-default:hover, #divShowsSeeMoreDeseasList .box1 .author_name a.btn-default:active, #divShowsSeeMoreDeseasList .box1 .author_name a.btn-default:focus, .forum.jumbotron .btn-default:focus, .forum.jumbotron .btn-default:hover, .forum.jumbotron .btn-default:active {
            color: #07bab7 !important;
            background-color: #ffffff;
            border-color: #07bab7 !important;
            transition: ease-in 0.2s;
        }

#divShowsSeeMoreDeseasList .box1:hover, #divShowsSeeMoreDeseasList .box1:focus {
    box-shadow: 2px 6px 20px #ccc;
    background-color: #f9f9f9;
    transition: 0.4s;
}

#divShowsSeeMoreDeseasList .box1 .post-content > p, #divShowsSeeMoreDeseasList .box1 .post-content > span[style], #divShowsSeeMoreDeseasList .box1 .post-content > p > span[style], .forum.jumbotron .post-content > p, .forum.jumbotron .post-content > span[style], .forum.jumbotron .post-content > p > span[style] {
    font-size: 14px !important;
    color: #1f1f1f !important;
    text-align: justify !important;
    font-family: 'Roboto', sans-serif !important;
}

#divShowsSeeMoreDeseasList .box1 .post-content, .forum.jumbotron .post-content {
    font-size: 14px !important;
    color: #1f1f1f !important;
    padding: 8px 10px !important;
    text-align: justify !important;
    font-family: 'Roboto', sans-serif !important;
    overflow-y: scroll;
    height: 156px;
    overflow-x: hidden;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-radius: 12px;
    border-color: rgba(204, 204, 204, 0.22);
}

#divShowsSeeMoreDeseasList .box1 .item-condition, .forum.jumbotron .item-condition {
    font-size: 18px;
    font-weight: 600;
    color: #ed4a52;
}

.no-record {
    text-align: center;
    font-size: 26px;
    color: #929292;
    display: inline-block;
    border: 3px solid rgba(162, 162, 162, 0.32);
    padding: 20px;
}

.hz-user-image.user-photo-thumb, .profiimg .img-prof {
    border-radius: 50%;
    border: 1px #07bab7 solid;
    display: inline-block;
}

#bulkentry .inline2 li > label {
    min-width: 110px;
    font-weight: 500;
}

.user-summary {
    display: inline-block;
    vertical-align: middle;
}

.tabs-solution .nav-tabs.main-tabs li.active a {
    border-bottom: 0px !important;
}

.Dr-img-th {
    width: 60px;
    border-radius: 4px;
    height: 40px;
    border: 2px #e4e4e4 solid;
    margin: 2px;
}

.tabbable.hidden-xs.tabs-left > .tab-content > .tab-pane {
    min-height: 540px !important;
    max-height: 540px !important;
}

/* scrollbar style*/

.scroll-my::-webkit-scrollbar-track, body::-webkit-scrollbar-track, ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 5px;
}

.scroll-my::-webkit-scrollbar, body::-webkit-scrollbar, ::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.scroll-my::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc;
}

#divExpertSearch .profile-div .rating-md2 {
    min-height: inherit;
}

#divExpertSearch .profile-div {
    text-align: center;
}

.profile-div.relativeDiv a img {
    width: 100%;
    max-height: 160px;
    min-height: 160px;
    object-fit: cover;
}

.unable-connect.DisplayInline strong {
    color: red;
    font-weight: bold;
}

.profile-div a img {
    /*width: 160px;*/
    /*max-height: 160px;*/
    min-height: 160px;
}
/*  Image popup slider  */
.demo-gallery {
    margin-bottom: 10px;
}

    .demo-gallery > ul {
        margin-bottom: 0;
        list-style: none;
    }

        .demo-gallery > ul > li {
            float: left;
            width: 60px;
            display: none;
        }

            .demo-gallery > ul > li:nth-child(-n+4) {
                display: block;
            }

            .demo-gallery > ul > li a {
                border-radius: 3px;
                display: block;
                overflow: hidden;
                position: relative;
                border: 1px solid #e4e4e4;
                float: left;
            }

                .demo-gallery > ul > li a > img {
                    -webkit-transition: -webkit-transform 0.15s ease 0s;
                    -moz-transition: -moz-transform 0.15s ease 0s;
                    -o-transition: -o-transform 0.15s ease 0s;
                    transition: transform 0.15s ease 0s;
                    -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
                    height: 40px !important;
                    width: 55px !important;
                }

                .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
                    opacity: 1;
                }

                .demo-gallery > ul > li a .demo-gallery-poster {
                    background-color: rgba(0, 0, 0, 0.1);
                    bottom: 0;
                    left: 0;
                    position: absolute;
                    right: 0;
                    top: 0;
                    -webkit-transition: background-color 0.15s ease 0s;
                    -o-transition: background-color 0.15s ease 0s;
                    transition: background-color 0.15s ease 0s;
                }

                    .demo-gallery > ul > li a .demo-gallery-poster > img {
                        left: 50%;
                        margin-left: -10px;
                        margin-top: -10px;
                        opacity: 0;
                        position: absolute;
                        top: 50%;
                        -webkit-transition: opacity 0.3s ease 0s;
                        -o-transition: opacity 0.3s ease 0s;
                        transition: opacity 0.3s ease 0s;
                    }

                .demo-gallery > ul > li a:hover .demo-gallery-poster {
                    background-color: rgba(0, 0, 0, 0.5);
                }

    .demo-gallery .justified-gallery > a > img {
        -webkit-transition: -webkit-transform 0.15s ease 0s;
        -moz-transition: -moz-transform 0.15s ease 0s;
        -o-transition: -o-transform 0.15s ease 0s;
        transition: transform 0.15s ease 0s;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        height: 100%;
        width: 100%;
    }

    .demo-gallery .justified-gallery > a:hover > img {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
        opacity: 1;
    }

    .demo-gallery .justified-gallery > a .demo-gallery-poster {
        background-color: rgba(0, 0, 0, 0.1);
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: background-color 0.15s ease 0s;
        -o-transition: background-color 0.15s ease 0s;
        transition: background-color 0.15s ease 0s;
    }

        .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
            left: 50%;
            margin-left: -10px;
            margin-top: -10px;
            opacity: 0;
            position: absolute;
            top: 50%;
            -webkit-transition: opacity 0.3s ease 0s;
            -o-transition: opacity 0.3s ease 0s;
            transition: opacity 0.3s ease 0s;
        }

    .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .demo-gallery .video .demo-gallery-poster img {
        height: 48px;
        margin-left: -24px;
        margin-top: -24px;
        opacity: 0.8;
        width: 48px;
    }

    .demo-gallery.dark > ul > li a {
        border: 3px solid #04070a;
    }

.demo-gallery {
    width: 100%;
}

    .demo-gallery .list-unstyled.row {
        margin: 0px;
    }

.lg-toolbar #lg-share {
    display: none !important;
}

#divExpertSearch #calendar .fc-button-group .fc-button {
    color: #fff;
    background: #07bab7;
}

#divExpertSearch #calendar {
    margin: 15px 0 15px 0;
}

#divExpertSearch .fc-toolbar {
    background: #07bab7;
    padding: 20px 10px;
    margin-bottom: 0;
    color: #fff;
}

#divExpertSearch .fc-agendaWeek-view thead th {
    background: #07bab7;
    border: 0;
    color: #fff;
    font-weight: normal;
}

#divShowsWellnessList .box .ribbonoff1 {
    top: 4px;
}

.panel-title a:focus, .panel-heading a:focus {
    color: #ed4a52;
}

body.admin .container.con-off {
    width: auto !important;
}

#divExpertSearch .docserchrslt {
    border: 1px #d3d4ee solid;
    width: 97%;
}

.profile-top .profileRes-img {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgb(7, 186, 183);
    box-shadow: 0px 0px 12px rgba(7, 186, 183, 0.57);
}

.tabs-solution .panel-collapse .panel-body .tab-pane {
    background-color: #fff !important;
}

.LSin-sm {
    text-align: center;
}

#mySidenav.sidenav .LSin-sm .mobLS {
    color: #fff !important;
    display: inline-block;
    font-size: 14px !important;
    padding: 0px 14px;
    margin: 10px 4px;
}

#comments .forum-status, .groupbox .forum-status {
    position: absolute;
    bottom: 4px;
    right: 20px;
    font-size: 14px;
}

    #comments .forum-status a, .groupbox .forum-status a {
        color: #999 !important;
    }

        #comments .forum-status a:hover {
            color: #07bab7;
        }

.adsense {
    background: #07bab7;
    padding: 6px;
    border-radius: 10px;
    /*margin-bottom: 10px;*/
}

    .adsense h4:first-child {
        color: #fff;
        padding: 8px 10px;
        margin-bottom: 6px;
        background: rgba(107, 107, 107, 0.3);
        margin-top: 0;
    }

    .adsense h4 {
        margin-top: 10px;
    }

    .adsense h4, .adsense p, .adsense small {
        color: #fff;
    }

    .adsense img {
        border: 4px solid rgba(255, 255, 255, 0.7);
        border-radius: 4px;
        width: 100%;
        height: 200px;
        min-height: 200px;
        max-height: 200px;
    }

.Evnt-blog .Evnt-blog-title {
    font-size: 16px;
    padding-bottom: 6px;
    padding-top: 8px;
    color: #ed4a52;
    text-align: left;
    font-weight: 500;
    height: 53px;
    overflow: hidden;
    margin-top: 10px;
}

.Evnt-blog .EvntDate p {
    position: relative;
    padding-left: 18px;
    font-size: 12px;
}

.Evnt-blog .EvntDate .Dt-from:after {
    content: "\f274";
    position: absolute;
    left: -3px;
    top: -5px;
    font-size: 16px;
    font-family: FontAwesome;
}

.Evnt-blog .EvntDate .Dt-to:after {
    content: "\f273";
    position: absolute;
    left: -3px;
    top: -5px;
    font-size: 16px;
    font-family: FontAwesome;
}

.Evnt-blog .rs p {
    width: 100px;
    margin: 7px 0px;
}

.Evnt-blog .doc-bfr {
    margin: 0px;
    font-size: 16px;
    color: #07bab7;
    font-weight: 500;
}

    .Evnt-blog .doc-bfr:before {
        color: rgb(102, 102, 102);
    }

.Evnt-blog .doc-loc:before {
    left: -6px;
    color: rgb(102, 102, 102);
}

.Evnt-blog .doc-loc {
    height: 50px;
    text-overflow: ellipsis;
}

    .Evnt-blog .doc-loc p {
        margin: 0px;
        overflow: hidden;
        height: 40px;
        text-overflow: ellipsis;
    }

.Evnt-blog .Evnt-tag {
    color: #888;
    font-weight: 500;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}

.Evnt-Ribbon.rs span {
    color: #fff !important;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

.Evnt-Ribbon.rs i {
    font-size: 21px;
}

.Evnt-Ribbon {
    display: inline-block;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.41);
    line-height: 18px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 16px;
    position: absolute;
    text-align: center;
    background: #07bab7;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    color: #fff;
}

.ribbon-back:before, .ribbon-back:after {
    content: '';
    border-right: 9px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #ffffff;
    width: 0;
    transform: rotate(-90deg);
    height: 0;
    left: 12px;
    top: 3px;
    position: absolute;
}

.ribbon-back:after {
    transform: rotate(-270deg);
    left: auto;
    top: 2px;
    right: 12px;
}

.Evnt-blog .dr-info {
    font-size: 14px;
    border: 1px solid rgba(204, 204, 204, 0.6);
    border-left: 0px;
    display: inline-block;
    border-right: 0px;
    width: 100%;
    border-bottom: 0px;
}

.Evnt-Ribbon.rs span.rs-cut {
    font-weight: normal !important;
}

.Evnt-blog.col-heal-img .ribbonoff1 {
    top: 8px;
}

#PlanDivdata .pic.col-heal-img .star-rating, #wellnesstab .pic.col-heal-img .star-rating {
    height: 20px;
}

    #PlanDivdata .pic.col-heal-img .star-rating.rating-disabled, #wellnesstab .pic.col-heal-img .star-rating.rating-disabled {
        height: 20px;
    }

    #PlanDivdata .pic.col-heal-img .star-rating .clear-rating, #wellnesstab .pic.col-heal-img .star-rating .clear-rating {
        display: none;
    }

#PlanDivdata .pic.col-heal-img .dtr-details, #wellnesstab .pic.col-heal-img .dtr-details {
    display: inline-block;
    padding-left: 25px;
    min-height: 110px;
    max-height: 110px;
    overflow: hidden;
}

#PlanDivdata .pic.col-heal-img .kaya-dis {
    max-height: 36px;
}

.Evnt-date p {
    font-size: 12px;
    font-weight: 500;
    color: #797979;
    padding-left: 24px;
    position: relative;
}

    .Evnt-date p:before {
        content: "\f017";
        position: absolute;
        left: 0px;
        top: -8px;
        color: rgba(103, 103, 103, 0.75);
        font-size: 22px;
        font-family: FontAwesome;
    }

.Evnt-map .Evnt-heading h2 {
    line-height: 30px;
    font-size: 20px;
    background: #383838;
    padding: 0px 10px;
    color: #fff;
    margin: 0px 15px 10px 0px;
    font-weight: 800;
}

.panel {
    margin-bottom: 10px;
}

.Evnt-map {
    background: #fff;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px;
    border-radius: 4px;
}

    .Evnt-map .doc-loc:before {
        left: -4px;
        top: 0px;
    }

.ProfilePartialPlan .plans .pic.col-heal-img .img-blog img {
    width: 100% !important;
    height: 160px;
    min-height: 160px;
    max-height: 160px;
}

.ProfilePartialPlan > .container {
    width: auto !important;
    padding: 0px;
}

.ProfilePartialPlan .ribbonoff1 {
    top: 6px;
    right: -14px;
}

.ProfilePartialPlan .blog-data {
    color: #07bab7;
    font-size: 16px;
}

.ProfilePartialPlan .star-rating .rating-xs {
    font-size: inherit;
}

.ProfilePartialPlan .pic > .img-blog {
    width: auto;
}

.ProfilePartialPlan .panels-footer {
    margin-top: 10px;
}

.ProfilePartialPlan .plans {
    min-height: 260px !important;
}

.ProfilePartialPlan {
    overflow-y: scroll;
    max-height: 600px;
}

.Evnt-img img {
    border: 5px solid #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.Evnt-info .test-dtl img {
    border-radius: 50px;
}

.Evnt-info .test-dtl, .Evnt-info .Evnt-date, .Evnt-info .shar-social.icon-gray {
    display: inline-block;
    float: none;
    width: auto;
}

.rescp-detailimg .Evnt-img {
    position: relative;
    overflow: hidden;
}

    .rescp-detailimg .Evnt-img .ribbonoff1 {
        top: 10px;
        right: 0px;
    }

.rescp-detailimg .Evnt-info {
    background: none;
    border: 1px solid #e4e5e7;
    border-radius: 5px;
}

.Evnt-info {
    background: #fff;
    margin-bottom: 10px;
    padding: 10px;
}

#divShowsInstructions .panel-body p {
    margin-top: 10px !important;
    font-size: 16px !important;
    /* line-height: inherit !important;*/
}

.rescp-detailimg .panel.panel-default, .panel-heading {
    border-radius: 6px 6px 0px 0px;
}

.kayawell-news .col-heal-img a:hover, .kayawell-news .col-heal-img a:focus, .kayawell-news .col-heal-img a:active {
    color: #ed4a52 !important;
}

.kayawell-news.box {
    min-height: 360px;
}

#EventDiv .box {
    min-height: 490px !important;
}

.CaseStudy .form-group {
    margin-bottom: 5px;
}

    .CaseStudy .form-group p {
        margin: 0px;
    }

.CaseStudy {
    width: 100%;
    box-shadow: 0px 2px 8px #c3c3c3;
    background: rgba(7, 186, 183, 0.07);
    padding: 10px 16px;
    border-bottom: 2px #07bab7 solid !important;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 10px;
    border: 1px solid #e2e2e2;
}

    .CaseStudy .clear-rating, .testimonial-img .clear-rating {
        display: none !important;
    }

    .CaseStudy .rating-xs {
        font-size: 18px;
    }

.testimonial-img .rating-xs {
    font-size: 16px;
}

.CaseStudy .summery > p, .CaseStudy .feedback > p {
    max-height: 60px;
    margin-bottom: 10px;
    overflow: hidden;
    cursor: pointer;
    text-align: justify;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

    .CaseStudy .summery > p.active, .CaseStudy .feedback > p.active {
        max-height: inherit;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

.CaseStudy .feedback > p {
    max-height: 40px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.testimonial {
    /* border: 1px solid #55cac8; */
    position: relative;
    width: 90%;
    background: #fff;
    float: right;
    margin: 20px 0px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-bottom: 10px solid #07bab7;
}

    .testimonial .testimonial-img {
        position: absolute;
        width: 85px;
        left: -42px;
        text-align: center;
        top: -20px;
    }

        .testimonial .testimonial-img .profl-img {
            border-radius: 50px;
            border: 2px #07bab7 solid;
            width: 65px;
            height: 65px;
        }

    .testimonial .tstm-content .tstm-NM:before {
        content: "\f2be";
        position: absolute;
        left: -26px;
        top: -3px;
        color: #07bab7;
        text-shadow: 0px 0px 4px rgba(7, 186, 183, 0.3);
        font-size: 16px;
        font-family: FontAwesome;
    }

    .testimonial .tstm-content .tstm-Email:before {
        content: "\f0e0";
        position: absolute;
        left: -26px;
        top: -3px;
        color: #07bab7;
        text-shadow: 0px 0px 4px rgba(7, 186, 183, 0.3);
        font-size: 16px;
        font-family: FontAwesome;
    }

    .testimonial .tstm-feedback:before {
        content: "\f10d";
        position: absolute;
        left: 4px;
        top: 0px;
        color: #333;
        font-size: 10px;
        font-family: FontAwesome;
    }

    .testimonial .tstm-feedback:after {
        content: "\f10e";
        position: absolute;
        right: 4px;
        bottom: 0px;
        color: #333;
        font-size: 10px;
        font-family: FontAwesome;
    }

    .testimonial .tstm-feedback {
        position: relative;
        padding: 10px 25px;
        margin: 10px 0;
        max-height: 80px;
        min-height: 80px;
    }

        .testimonial .tstm-feedback p {
            padding: 10px 16px;
            font-size: 12px;
            text-align: justify;
        }

    .testimonial .tstm-content {
        text-align: left;
        padding-left: 80px;
    }

        .testimonial .tstm-content > div {
            position: relative;
            margin: 10px 0px;
            font-size: 15px;
            color: #000;
        }

    .testimonial:before {
        content: '';
        position: absolute;
        width: 5px;
        height: 66px;
        top: 0px;
        left: -2px;
        background: #fff;
    }

    .testimonial .tstm-date, .CaseStudy .CaseStudy-date {
        font-size: 11px;
        font-weight: 600;
        color: #777;
        text-align: right;
        padding: 2px 4px;
    }

.CaseStudy .summery:after, .CaseStudy .feedback:after {
    content: 'Read More...';
    /*position: absolute;*/
    right: 16px;
    bottom: -2px;
    font-size: 10px;
    color: #07bab7;
    font-style: italic;
}

.CaseStudy .form-group .fa {
    font-size: 14px;
}

.CaseStudy .form-group > label {
    font-size: 12px;
    color: #07bab7;
    margin: 0px;
}

.fa-clock-end {
    font-size: 20px;
    color: #333;
    position: relative;
}

    .fa-clock-end::after {
        content: '\f055';
        position: absolute;
        font-family: FontAwesome;
        font-size: 14px;
        top: -4px;
        left: 12px;
        transform: rotateZ(-34deg);
    }

.admin #EventForm .drag-myImg {
    width: 100%;
}

    .admin #EventForm .drag-myImg #divPreviewImage span {
        position: absolute;
        /*bottom: 20px;*/
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
    }

    .admin #EventForm .drag-myImg #divPreviewImage img {
        width: 100% !important;
    }


/* hover image */
.hovereffect {
    cursor: pointer;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: -webkit-linear-gradient(45deg, #fff 0%, #fff 100%);
    background: linear-gradient(45deg, #fff 0%,#fff 100%);
    opacity: 0.0;
    transition: ease-in-out 0.45s;
}

    .hovereffect .overlay {
        background: rgba(0, 0, 0, 0.1);
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        padding: 3em;
        text-align: left;
        cursor: pointer;
    }

    .hovereffect img {
        display: block;
        position: relative;
        opacity: 0;
        max-width: none;
        width: calc(80% + 60px);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
        transition: opacity 0.35s, transform 0.45s;
        -webkit-transform: translate3d(-40px,0,0);
        transform: translate3d(-40px,0,0);
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        position: relative;
        font-size: 17px;
        background-color: transparent;
        padding: 15% 0 10px 0;
        text-align: left;
    }

    .hovereffect .overlay:before {
        position: absolute;
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
        border: 1px solid #fff;
        content: '';
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
        transition: opacity 0.35s, transform 0.45s;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
    }

    .hovereffect a, .hovereffect p {
        color: #FFF;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
        transition: opacity 0.35s, transform 0.45s;
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    .hovereffect:hover img {
        opacity: 0.8;
        filter: alpha(opacity=60);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .hovereffect:hover .overlay:before,
    .hovereffect:hover a, .hovereffect:hover p {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .hovereffect .overlay h2 {
        display: none;
    }

.we-serve {
    margin-bottom: 40px;
    margin-top: 40px;
}

    .we-serve .serve-group {
        width: 19%;
        margin: 0.5% 0.5%;
        box-shadow: 1px 2px 8px #cacaca;
        height: 200px;
        border: 1px solid #ffffff;
        padding: 0;
        float: left;
        cursor: pointer;
        position: relative;
    }

        .we-serve .serve-group .hovereffect:hover {
            opacity: 1;
        }

        .we-serve .serve-group .serve-data {
            position: absolute;
            width: 100%;
            padding: 10px 40px;
            height: 100%;
            text-align: center;
            z-index: -1;
            background: #fff;
        }

            .we-serve .serve-group .serve-data h2 {
                font-size: 16px;
                font-weight: 600;
            }

            .we-serve .serve-group .serve-data > img {
                width: 50px;
                margin: 20px 0px;
                height: 62px;
            }

.Specialities > ul li a:hover, #Knowledge > ul li a:hover {
    font-weight: 600;
    color: #333;
    transition: ease-in 0.3s;
}

.Specialities > ul {
    padding: 10px 0 0 0;
}

#sb-search {
    display: none;
}

    #sb-search.coin {
        display: block;
    }

.megamenu_container .inner-search {
    width: auto !important;
    margin-bottom: 0px;
}

.inner-search li a {
    /* display: block;*/
    padding: 0 5px !important;
}

.inner-search li {
    vertical-align: middle;
    position: relative;
    padding: 4px 10px;
}

    .inner-search li:before {
        content: '';
        background: #0ea7a4;
        left: 0;
        display: inline-block;
        top: 0;
        height: 100%;
        width: 1px;
        position: absolute;
    }

    .inner-search li.dropdown {
        padding: 0px 21px;
        text-align: center;
    }

.length_flex .subclass_manual li {
    padding: 4px 10px;
}

#dropdownMenu1 span {
    position: relative;
    top: 5px;
    color: #fff;
}

}

#dropdownMenu1 {
    color: #fff;
}

.inner-search li.dropdown li {
    text-align: left;
}

    .inner-search li.dropdown li a {
        padding: 2px;
    }

.inner-search li.dropdown .dropdown-menu {
    left: -125px;
}

.inner-search li.divider {
    padding: 0;
}
/* feedback heart beat */

.parent {
    position: relative;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
}

.heart {
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 100px;
    background: linear-gradient(to bottom, #E53038, #d32930);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
    animation: beat 1.5s ease 0s infinite;
}

    .heart span {
        font-size: 22pt;
        color: white;
        text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
    }

    .heart:before, .heart:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #E53038;
        opacity: 0.4;
        border-radius: inherit;
    }

    .heart:before {
        z-index: -2;
        animation: beat-before 1.5s ease 100ms infinite;
    }

    .heart:after {
        z-index: -1;
        animation: beat-after 1.5s ease 200ms infinite;
    }

.feedback-home {
    cursor: pointer;
    z-index: 999;
    position: fixed;
    bottom: 35px;
    right: 20px;
    padding: 4px;
}

    .feedback-home i.fa {
        font-size: 28px;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .feedback-home i:focus {
        color: #07bab7;
    }

.item-condition .condition-title {
    color: #ed4a52;
    font-size: 16px;
}

.Diseases-tab .box.plans {
    position: static !important;
}

#wellnesstab .ribbonoff1 {
    top: 2px;
}

.tab-content.Diseases-tab .pic div {
    width: 100% !important;
}

#ContactUs .conform-head {
    text-transform: initial;
}

.patternBox > .content-top {
    background: #333;
    height: 400px;
    margin-top: -32px;
    background-image: url('/../Content/kayawell-assets/images/contact-bg.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: 100% -120px;
    background-repeat: no-repeat;
}

.contact-us .form-contact {
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 30px 30px 0 30px;
    border: 0px;
    background-color: #fff;
    background-color: #fff;
}

.contact-hdr p, .contact-hdr h2 {
    color: #fff;
}

.patternBox > .container {
    margin-top: -320px;
}

.patternBox .colbdr {
    padding-left: 0px;
    color: #fff;
    background: #037473;
    height: 100%;
    border-radius: 0px 4px 4px 0px;
    background-image: url(/../Content/kayawell-assets/images/contact-bg-element.png);
    background-repeat: repeat;
    background-size: 100%;
    margin-right: -15px;
    margin-left: -15px;
}

.contact-us .colbdr #map_canvas {
    border: transparent;
    border-radius: 0px 4px 0px 0px;
}

.contact-us .colbdr .add-block {
    padding: 10px 0px 10px 15px;
    margin: 0px;
    border-top: none;
    line-height: 24px;
    height: 170px;
    font-size: 16px;
}

    .contact-us .colbdr .add-block i.fa {
        font-size: 18px;
    }

.add-block .contact-adrs .home-address:before {
    content: "\f015";
    position: absolute;
    left: -40px;
    top: 1px;
    color: #fff;
    font-size: 22px;
    font-family: FontAwesome;
}

.add-block .contact-adrs .home-address {
    position: relative;
    margin-left: 38px;
}

.inv-form {
    background-color: #fff;
    padding: inherit !important;
    padding-top: 20px !important;
    display: block;
}

#Insurancetab .post-container:before {
    content: none;
}

.shar-social.icon-ligntgray.leftstyle {
    position: absolute;
    right: -40px;
    height: 310px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
}

    .shar-social.icon-ligntgray.leftstyle a > i {
        color: rgba(103, 103, 103, 0.45);
        font-size: 20px;
        background: #fff;
        border-radius: 40px;
        width: 40px;
        height: 40px;
        line-height: 42px;
        margin-bottom: 8px;
        margin-left: 6px;
    }

        .shar-social.icon-ligntgray.leftstyle a > i:hover {
            background-color: #ed4a52;
            color: #fff;
            transition: ease-in 0.3s;
        }

    .shar-social.icon-ligntgray.leftstyle > p {
        font-size: 12px;
        width: 48px;
        font-weight: 800;
        background: #fff;
        color: #999;
        box-shadow: 8px 0px 2px #dcdcdc;
        letter-spacing: 2px;
    }

#frmSearchGroup .chosen-container-single .chosen-single {
    border: 0;
    border-bottom: 1px #000 solid;
}

.admin #rootwizard .tab-content {
    border: none;
}

#EventDiv .Evnt-blog-title::first-letter, .recp-detal .collayout p::first-letter, .recp-detal .collayout h1::first-letter, #thePanelWith .collayout p::first-letter, #thePanelWith .collayout h1::first-letter {
    text-transform: uppercase !important;
}

#divExpertSearch .address-doc ul li, #divExpertSearch .address-doc ul li span {
    /*padding-left: 22px;*/
    position: relative;
    text-transform: capitalize;
    color: #000;
}

#divExpertSearch .address-doc ul li {
    margin-bottom: 5px;
}

    #divExpertSearch .address-doc ul li:nth-child(2) span:before, .app_info.address-doc ul li:last-child span:before {
        content: "\f041";
        font-family: FontAwesome;
        color: #07bab7;
        position: absolute;
        left: -22px;
        font-size: 16px;
    }

.hospital-name i {
    color: #07bab7;
}

#Insurancetab #mymealGrid .inc_provider {
    border: 1px rgba(204, 204, 204, 0.45) solid;
    width: 94%;
    display: inline-block;
    font-weight: 500;
}

#Insurancetab #mymealGrid .hvr-underline-reveal {
    display: block !important;
    background: #fff;
    overflow: hidden;
}

#Insurancetab #mymealGrid .img-blog .blog-title {
    position: static;
    border-radius: 0px;
    text-align: center !important;
    width: 100% !important;
}

    #Insurancetab #mymealGrid .img-blog .blog-title p:first-letter {
        text-transform: uppercase;
    }

    #Insurancetab #mymealGrid .img-blog .blog-title p {
        font-size: 18px;
        color: #07bab7;
        margin: 5px 0px;
    }

        #Insurancetab #mymealGrid .img-blog .blog-title p:hover, #Insurancetab #mymealGrid .inc_provider .InsCompanyName:hover {
            color: #ed4a52;
            transition: ease-in 0.2s;
        }

    #Insurancetab #mymealGrid .img-blog .blog-title > span {
        padding-bottom: 5px;
    }

#Insurancetab #mymealGrid .img-blog a {
    display: block;
}

#Insurancetab #mymealGrid .img-blog img {
    width: 100%;
    min-height: 170px;
    max-height: 170px;
}

.inc_provider img {
    width: 80px;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    padding: 4px;
}

#Insurancetab #mymealGrid .ins_age {
    font-size: 13px;
    font-weight: 800;
    color: #777;
}

#Insurancetab #mymealGrid .rs {
    padding: 0px 0px 0px 14px;
}

    #Insurancetab #mymealGrid .rs:before {
        left: 2px;
        top: 0px;
    }

.tab-content.Diseases-tab .box .shar-social.icon-ligntgray, #EventDiv .box .shar-social.icon-ligntgray {
    display: none;
}

.tab-content.Diseases-tab .box .col-heal-img .box-des {
    /* height: 94px;
    min-height: 94px;
    overflow-y: auto;
    max-height: 94px;
    overflow-x: hidden;
    overflow: hidden; */
    margin: 6px 0px;
}

.admin #divExpertSearch .demo-gallery-blog .demo-gallery {
    width: 100% !important;
}

.heart img {
    position: absolute;
    top: 7px;
    left: 11px;
    width: 34px;
}

.admin #defaultkentry {
    margin-bottom: 2em;
    background: #fff;
    padding: 15px 40px;
    border-radius: 15px;
    border: 1px solid rgba(220, 220, 220, 0.69);
}

    .admin #defaultkentry #groupsunday .form-control.apptime_In {
        background: rgba(255, 255, 255, 0.2);
        font-weight: 500;
        color: #868686;
        border-top: 2px solid #07bab7 !important;
        text-align: center;
        border: 1px solid rgba(204, 204, 204, 0.4);
    }

.responsive-tab::-webkit-scrollbar {
    height: 4px;
}

.we-serve a {
    color: #333 !important;
}
/* range slider  */

.range-slider .rangeValues {
    font-weight: 500;
    color: #777;
}

.range-slider .slider-title {
    font-weight: 800;
}

div.range-slider {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 5px;
}

    div.range-slider input[type="range"] {
        pointer-events: none;
        position: absolute;
        -webkit-appearance: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -moz-tap-highlight-color: rgba(255, 255, 255, 0);
        border: 1px solid rgba(189, 189, 189, 0.4);
        border-radius: 14px;
        background: #F1EFEF;
        left: 0;
        width: 100%;
        outline: none;
        height: 10px;
        margin: 0;
        z-index: 1;
        padding: 0;
        top: 30px;
    }

        div.range-slider input[type="range"]::-webkit-slider-thumb {
            pointer-events: all;
            position: relative;
            outline: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            width: 20px;
            height: 20px;
            border: none;
            border-radius: 14px;
            background-image: linear-gradient(to bottom, #07bab7 0, #07bab7 100%);
            border: 3px rgba(0, 0, 0, 0.02) solid;
        }

        div.range-slider input[type="range"]::-moz-range-thumb {
            pointer-events: all;
            position: relative;
            z-index: 10;
            -moz-appearance: none;
            -moz-appearance: none;
            width: 20px;
            height: 20px;
            border: none;
            border-radius: 14px;
            background-image: linear-gradient(to bottom, #07bab7 0, #07bab7 100%);
            /* W3C */
        }


        /*div.range-slider input#MinExp[type="range"] {
        z-index: 999;
    }*/

        div.range-slider input[type="range"]::-ms-thumb {
            pointer-events: all;
            position: relative;
            z-index: 10;
            -ms-appearance: none;
            -moz-appearance: none;
            width: 20px;
            height: 20px;
            border-radius: 14px;
            border: 0;
            background-image: linear-gradient(to bottom, #07bab7 0, #07bab7 100%);
            /* W3C */
        }

    div.range-slider input[type=range]::-moz-range-track {
        position: relative;
        z-index: -1;
        background-color: black;
        border: 0;
    }

    div.range-slider input[type=range]:last-of-type::-moz-range-track {
        -moz-appearance: none;
        background: none transparent;
        border: 0;
    }

    div.range-slider input[type=range]::-moz-focus-outer {
        border: 0;
    }


/* end range slider*/

/* range slider 2*/
.container_rangeslidertwo .output:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 17px;
    width: 0px;
    height: 0px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #07bab7;
}

.slidertwo {
    pointer-events: none;
    margin: 0px;
    cursor: pointer;
    /*width:200px;*/
    padding-left: 30%;
    padding-right: 30%;
    /*height:6px;*/
    background-color: #17694f;
    box-sizing: border-box;
}

    .slidertwo.focusable {
        border: 1px solid #222;
    }

.container_rangeslidertwo .thumb {
    cursor: pointer;
    border-color: #7b7b7b;
    border-style: solid;
    /*border-width:4px; width:16px; height:16px;*/
    background-color: #777;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    position: absolute;
    /*top:-6px;left:50px;*/
}

.container_rangeslidertwo .track {
    pointer-events: none;
    height: 100%;
    background-color: #07bab7;
}

.container_rangeslidertwo {
    position: relative;
    margin: 34px 0px;
}

    .container_rangeslidertwo .output {
        pointer-events: none;
        margin: 0;
        width: auto !important;
        height: 20px !important;
        min-width: 45px;
        line-height: 30px;
        border-radius: 30px;
        background-color: #07bab7;
        text-align: center;
        position: absolute;
        top: -45px;
        box-shadow: 0px 1px 12px rgba(7, 186, 183, 0.52);
        /*left:45px*/
    }

        .container_rangeslidertwo .output p {
            pointer-events: none;
            font-size: 14px;
            color: #fff;
            text-align: center;
            margin: -4px;
            font-weight: 600;
        }

.slidertwo {
    border-radius: 10px;
    background: #eaeaea;
    border: 1px solid #ccc;
    height: 8px !important;
}

.container_rangeslidertwo .slider-title {
    text-align: center;
    margin-top: 4px !important;
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    color: #555;
}

.kaya-btn2.searchbtn {
    font-size: 1em;
    cursor: pointer;
}

#rootwizard .tab-content {
    padding: 0px !important;
}

.docserchrslt .rate-details {
    margin-top: 0px;
}

#divShowsWellnessList {
    border-top: solid 1px #ccc;
    padding-top: 15px;
}

.profil-patnt-container .profile-top .demo-gallery {
    width: 100% !important;
}

.profile-middle #excerciseListDiv #ExcerciseGrid tr {
    border-bottom: 1px solid #e4e4e4;
}

.adsense .adsense_content ul {
    text-align: left;
    color: #fff;
    padding: 5px;
    padding-left: 30px;
    font-size: 15px;
}

    .adsense .adsense_content ul li {
        padding-left: 10px;
        position: relative;
        padding: 0px 0px 10px 8px;
    }

    .adsense .adsense_content ul .doc-bfr:before {
        top: 0px;
        color: rgb(255, 255, 255);
        font-size: 20px;
        left: -21px;
    }

    .adsense .adsense_content ul .doc-loc:before {
        top: 0px;
        color: rgb(255, 255, 255);
        font-size: 20px;
        left: -19px;
    }

.memberSignup .colboder-right .form-control {
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    border: 0;
    padding-left: 0;
    background: transparent;
}

.memberSignup .colboder-right {
    padding: 30px 40px;
    min-height: 536px;
}

.overlap1 {
    min-height: 560px;
    background: #ffc;
    position: absolute;
    right: -30px;
    z-index: 99;
    left: 0px;
    border-radius: 10px;
    background: url(../images/naturopathy.jpg);
    background-size: cover;
}

.overlap2 {
    min-height: 560px;
    background: #ffc;
    position: absolute;
    right: -30px;
    z-index: 99;
    left: 0px;
    border-radius: 10px;
    background: url(../images/kids.jpg);
    background-size: cover;
}

.doc-spec:before {
    content: "\f19d";
    position: absolute;
    left: -25px;
    top: 0px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-family: FontAwesome;
}

.doc-exp:before {
    content: "\f2bc";
    position: absolute;
    left: -25px;
    top: 0px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-family: FontAwesome;
}

.doc-dise:before {
    content: "\f29a";
    position: absolute;
    left: -24px;
    top: 0px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-family: FontAwesome;
}

#divLogin .login {
    background: #fff;
    border-radius: 5px;
    padding: 20px 50px;
    margin-top: 80px;
    margin-bottom: 80px;
}

#divLogin .nue-head {
    padding: 0px;
}

#divLogin {
    /* background-image: url(../images/joinus.jpg); */
    background-attachment: fixed;
    background: #fff;
    padding: 20px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.35);
    text-align: center;
}

.panels-footer .rs span {
    /*padding: 0px 18px 0px 0px;*/
    font-weight: 600;
    color: #07bab7;
    font-size: 15px;
    position: relative;
    display: inline-block;
}

    .panels-footer .rs span:before {
        left: -10px;
        top: -2px;
    }

.help-blck {
    height: auto !important;
}

.banner_image img {
    width: 100%;
    opacity: 0.5;
    max-height: 440px;
}

.banner_image {
    background: #000;
    position: relative;
}

    .banner_image .quick_btn {
        position: absolute;
        width: 80%;
        text-align: center;
        top: 40%;
        left: 50%;
        transform: translateX(-50%);
    }

        .banner_image .quick_btn h4 {
            font-size: 36px;
            color: #fff;
            font-weight: 800;
            text-shadow: 0px 2px 30px #333;
            text-transform: capitalize;
        }

        .banner_image .quick_btn .kaya-btn2 {
            font-size: 17px;
            height: auto;
            margin: 25px 0px 0px;
            color: #fff;
            background: rgba(127, 127, 127, 0.38);
            border: 1px solid #fff;
        }

.portal h4 {
    font-size: 2em;
    text-transform: capitalize;
}

.local_content h4 {
    font-size: 2em;
}

.local_content .title {
    font-size: 1.3em;
    padding: 12px 0px;
    font-weight: 800;
}

.local_content p {
    font-size: 1.2em;
    text-align: justify;
}

.offer-text {
    padding: 0px 0px !important;
    border: none !important;
}

.faq-detail .collapse.in {
    border-bottom: none;
}

.local_content {
    padding: 30px 0px;
}

    .local_content .steps li, .packDrecpt ul li {
        font-size: 16px;
        padding: 5px 0px;
        color: #666666;
        position: relative;
        padding-left: 35px;
    }

        .local_content .steps li:before, .upload-alrt ul li:before, .packDrecpt ul li:before {
            content: '';
            background-image: url(/../Content/kayawell-assets/images/kaya_bullet.png);
            position: absolute;
            width: 18px;
            height: 18px;
            top: 5px;
            left: 0px;
            background-size: contain;
            background-repeat: no-repeat;
        }

#formKeywordPanel .appointment .form-control {
    margin-bottom: 12px;
}

#formKeywordPanel .docserchrslt .col-md-4 {
    padding-left: 15px;
}

#formKeywordPanel .docserchrslt {
    padding: 15px 0px !important;
}

#formKeywordPanel .appointment {
    border-left: 1px solid #ddd;
}

    #formKeywordPanel .appointment h4 {
        padding: 10px 0;
        font-weight: 600;
        color: #000;
    }

    #formKeywordPanel .appointment .rs {
        position: relative;
        padding-left: 16px;
        font-size: 14px;
        font-weight: 500;
    }

.appointment .rs span:before {
    left: 5px;
    top: 0px;
}

#formKeywordPanel .appointment .rs span {
    color: #07bab7;
    font-weight: 700;
}

#formKeywordPanel .doc_img {
    width: 100%;
    height: 170px;
    max-height: 170px;
    border: 2px solid #07bab7;
    border-radius: 4px;
}

/*#formKeywordPanel .app_info {
    width: 60%;
    float: left;
}*/

#formKeywordPanel .app_info ul li {
    position: relative;
}

#formKeywordPanel .app_info ul {
    padding-left: 25px;
}

.app_info.address-doc ul li:last-child p:before {
    content: '' !important;
    width: 20px;
    height: 20px;
    left: -25px;
    position: absolute;
    background-image: url(/../Content/kayawell-assets/images/map.png);
    left: -23px;
    top: -2px;
}

.app_info.address-doc ul li:first-child p:before {
    content: "\f0fa";
    font-family: FontAwesome;
    color: #07bab7;
    position: absolute;
    left: -23px;
    top: -2px;
    font-size: 16px;
    background-image: none;
}

#formKeywordPanel .app_info i {
    color: #07bab7;
    font-size: 16px;
}

#formKeywordPanel .app_info span i {
    color: #fff;
    margin-right: 5px;
}

.Practice_info li h4 {
    font-size: 20px;
    font-weight: 400;
}

.Practice_info li {
    padding: 5px 0 0px;
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
}

.Practice_infoico li {
    display: inline-block;
    float: right;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #07bab7;
    position: relative;
    margin-right: 20px;
}

    .Practice_infoico li i {
        color: #fff;
        font-size: 28px;
        line-height: 48px;
    }

    .Practice_infoico li span {
        background: #ed4a52;
        color: #fff;
        padding: 0px 5px;
        border-radius: 20px;
        position: absolute;
        top: -8px;
        font-size: 12px;
        right: 0px;
        font-weight: 800;
    }

.Practice_info {
    padding-left: 15px !important;
}

.profil-patien.practice .about-item ul li, .appointment_sch .about-item ul li {
    border: none;
    padding: 0;
    padding-bottom: 8px;
}

.profil-patien.practice .about-item {
    margin-bottom: 32px;
}

.appointment_sch .about-item {
    margin-top: 0px;
}

.appointment_sch #groupsunday .form-group label {
    color: #333;
}

.appointment_sch #groupsunday.form-group {
    border: 1px solid #eee;
    margin-bottom: 10px !important;
}

.appointment_sch #groupsunday > .form-group {
    margin-bottom: 8px !important;
}

.appointment_sch {
    margin: 8px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px 0;
    position: relative;
}

    .appointment_sch .time-sch {
        font-size: 13px;
        font-weight: 500;
    }

    .appointment_sch .profile-img {
        border: 2px solid rgba(204, 204, 204, 0.5);
        border-radius: 0px;
    }

    .appointment_sch .demo-gallery {
        width: 100% !important;
        height: 52px !important;
    }

.profil-patien .demo-gallery {
    margin-bottom: 0px;
    height: 55px;
    padding: 8px 0px;
}

.profil-patien .shar-social {
    padding: 4px 0;
}

.profil-patien .profile-middle .profile-img {
    width: 100% !important;
    /*height: auto !important;*/
}

.profil-patien .img-box {
    width: 200px;
    height: 200px;
    margin: auto;
}

.profil-patien .rating-container .filled-stars {
    color: #ebd104;
}

.profile-top .about-item ul li {
    border: 0;
}

.profil-patien .clear-rating {
    display: none !important;
}

.profil-patien .rating-container.rating-gly-star {
    font-size: 14px !important;
}

.profil-patien .rating-stars {
    left: -3px !important;
}

.text-head {
    font-weight: 600;
    padding: 0px !important;
}

.colorbox .green {
    background-color: #f7b733 !important;
}

.colorbox .blue {
    background-color: rgb(17, 153, 142) !important;
}

.colorbox .red {
    background-color: #ff5858 !important;
}

.colorbox .gray {
    background-color: #b1b1b1 !important;
}

.local_content .we-serve .serve-group:hover {
    box-shadow: none;
    transition: ease-in-out 0.3s;
}

.local_content .we-serve .serve-group {
    width: 100%;
    margin: 4px 0px;
    height: 80px;
    border: solid 1px rgba(7, 186, 183, 0.3);
}

.local_content .we-serve .serve-data img {
    float: left;
    width: 18%;
    margin: 0px;
}

.local_content .we-serve {
    margin-top: 0px;
}

    .local_content .we-serve .serve-group .serve-data h2 {
        padding-top: 20px;
    }

    .local_content .we-serve .serve-group .hovereffect:hover {
        display: none;
    }

    .local_content .we-serve .serve-group .serve-data {
        padding: 6px 20px;
        z-index: 99;
    }

.rescp-detailimg #divtagsPanel .panel-body > iframe {
    width: 100%;
}

.appointment_sch .about-item.addinfo ul li, .appointment_sch .about-item ul li {
    position: relative;
}

    .appointment_sch .about-item.addinfo ul li:first-child:before {
        content: '\f007' !important;
        top: 8px;
        left: -18px;
        font-size: 16px;
        font-weight: normal;
    }

    .appointment_sch .about-item.addinfo ul li:nth-child(2):before {
        font-size: 16px;
        left: -18px;
        top: 10px;
    }

.appointment_sch .about-item.addinfo ul, .appointment_sch .about-item ul {
    padding-left: 15px;
}

    .appointment_sch .about-item ul li:nth-child(4):before {
        content: '\f164';
        position: absolute;
        font-family: 'FontAwesome';
        color: #07bab7;
        font-size: 16px;
        top: -4px;
        left: 18px;
    }

.Disclaimer p {
    text-align: center;
    margin: 0;
    color: #9e9e9e;
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 10px !important;
    font-style: italic;
}


.Disclaimer a {
    color: #07bab7;
}

.feedback .title {
    font-size: 14px;
    padding: 10px 0px;
    font-weight: 600;
}

.feedback .btn-like {
    border: 1px solid #07bab7;
    border-radius: 2px !important;
    color: #07bab7;
    /*width: 85px;*/
    height: 52px;
}

    .feedback .btn-like span {
        font-size: 12px;
        display: block;
        font-weight: 500;
    }

    .feedback .btn-like.active {
        border: 1px solid #39c8c6;
        color: #ffffff;
        background: #07bab7;
    }

    .feedback .btn-like:hover {
        background: #07bab7;
        color: #fff;
        box-shadow: 0px 2px 4px rgba(7, 186, 183, 0.4588235294117647);
    }

.feedback .form-control, .Edt_Practice .form-control, #rootwizard .form-control {
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    border: 0;
    padding-left: 0;
    background: transparent;
}

.feedback .chosen-choices, #rootwizard .chosen-choices {
    border-bottom: 1px solid !important;
    border: 1px solid rgba(230, 230, 230, 0.78);
}

.feedback .star-rating {
    font-size: 18px;
}

.feedback .image .img-thumbnail {
    height: 60px !important;
}

.admin .main_container .tab-content {
    padding: 0px 0px 20px 0px;
}

.admin .main_container #calendar {
    margin: 5px 0 15px 0;
}

.hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

    .hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
        box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.4);
    }

section.local_content {
    background: #fff;
}

#btnAddNewImage img {
    width: 100%;
    max-height: 170px;
    height: 170px;
}

#rootwizard .chosen-container-single .chosen-single {
    border-bottom: 1px solid !important;
    border: 1px solid rgba(230, 230, 230, 0.78);
}

#refresh {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 10;
}

/* calender demo*/
#demo .calendar, #demo .calendar .calendar-inner, #demo .calendar .calendar-inner .view.view-date, #demo .calendar .calendar-inner .view.view-month {
    width: 100% !important;
}

.calendar-display .m {
    color: #07bab7 !important;
}

#demo {
    width: 100%;
    margin: 0 auto;
}

    #demo input {
        margin: 10px 0;
        height: 28px;
        width: 200px;
        padding: 0 6px;
        border: 1px solid #ccc;
        outline: none;
    }

    #demo .calendar-ct .week {
        color: #fff;
        background: #07bab7;
    }

.app_slot {
    width: 100%;
    border: 1px solid #ccc;
}

    .app_slot h4.head {
        text-align: center;
        padding: 14px 0px;
        color: #07bab7;
        font-weight: 800;
    }

    .app_slot .slots li {
        display: inline-block;
        float: left;
    }

    .app_slot .slots {
        width: 100%;
        padding: 10px;
        display: inline-block;
        text-align: center;
        border: 1px solid rgba(204, 204, 204, 0.5411764705882353);
        border-left: none;
        border-right: none;
        margin: 2px 0px;
    }

.slots > p {
    margin: 4px;
}

.app_slot .slots .slot-btn {
    border: 1px solid #ddd;
    padding: 3px 0px;
    margin: 3px 3px;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    width: 23%;
}

    .app_slot .slots .slot-btn:hover, .app_slot .slots .slot-btn:active, .app_slot .slots .slot-btn:hover {
        background: #07bab7;
        color: #fff;
        border-color: #07bab7;
        transition: ease-out 0.1s;
        -webkit-transition: ease-out 0.1s;
    }

.app-reqst.list-btns {
    position: absolute;
    top: -14px;
    width: auto;
    right: 0;
}

    .app-reqst.list-btns i {
        height: 40px !important;
        width: 40px !important;
        line-height: 40px !important;
        font-size: 18px !important;
    }

.mode {
    background: #fff;
    border-radius: 15px;
    margin-top: 10px;
}

.following.scilawsome > a .fa {
    font-size: 22px;
    float: left;
    padding-right: 10px;
}

.bg-white {
    background: #fff;
    padding: 0px 15px;
    border-radius: 4px;
}

.footer_top .contact-form .input-group {
    display: block !important;
}

#myCarousel1 .item:first-child .overlap {
    background: url("../images/kids.jpg");
    background-repeat: no-repeat;
}

#myCarousel1 .item:nth-child(2) .overlap {
    background: url("../images/naturopathy.jpg");
    background-repeat: no-repeat;
}

#myCarousel1 .item:nth-child(3) .overlap {
    background: url("../images/doctors.jpg");
    background-repeat: no-repeat;
}

#myCarousel1.diagnostic-slide .item:first-child .overlap {
    background: url("../images/lab-img1.jpg");
    background-repeat: no-repeat;
}

#myCarousel1.diagnostic-slide .item:nth-child(2) .overlap {
    background: url("../images/lab-img2.jpg");
    background-repeat: no-repeat;
}



#myCarousel2 .item:first-child .overlap {
    background: url("../images/Pharmacy.jpg");
    background-repeat: no-repeat;
}

#myCarousel2 .item:nth-child(2) .overlap {
    background: url("../images/Pharmacy1.jpg");
    background-repeat: no-repeat;
}

#myCarousel2 .item:nth-child(3) .overlap {
    background: url("../images/Pharmacy2.jpg");
    background-repeat: no-repeat;
}

.admin .profhed #changeCoverPhoto li:nth-child(2) span {
    font-size: 14px;
}

.admin .bhoechie-tab-container .list-group-item.text-center {
    font-size: 12px;
    margin-bottom: 10px;
}

.videos h4 {
    font-weight: 600;
}

.videos .clc-edit-ico.video-link > .following {
    box-shadow: 0px 2px 20px #ccc;
    display: block;
    padding: 10px;
}

.admin #divPhysicianList .docserchrslt {
    overflow: hidden;
}

#divbuttonInner .kaya-btn {
    margin-right: inherit;
}

/* checkbox  */
.adselect .checkbox {
    padding-left: 20px;
}

    .adselect .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .adselect .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #07bab7;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .adselect .checkbox label.no::before {
            display: none;
        }

        .adselect .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0px;
            top: -8px;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 19px;
            color: #07bab7;
        }

    .adselect .checkbox input[type="checkbox"] {
        opacity: 0;
    }

        .adselect .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .adselect .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .adselect .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .adselect .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .adselect .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .adselect .checkbox.checkbox-inline {
        margin-top: 0;
    }

    .adselect .checkbox label, .adselect .radio label {
        font-weight: 500;
        color: #07bab7;
    }

.adselect h5 {
    font-size: 18px;
    font-weight: 800;
    /* text-align: center; */
    background: #07bab7;
    padding: 8px 10px;
    color: #fff;
}


.adselect .radio {
    padding-left: 20px;
}

    .adselect .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .adselect .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #07bab7;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .adselect .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #07bab7;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .adselect .radio input[type="radio"] {
        opacity: 0;
    }

        .adselect .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .adselect .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .adselect .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.adselect .radio.radio-inline {
    margin-top: 0;
}

.admin .chosen-container .panel-body a {
    color: #555555;
}

.recp-detal .Evnt-img img {
    border: none;
}

.adselect .col-sm-3 img {
    width: 100% !important;
}

.adselect .col-sm-3 > .text-center {
    display: block;
}

.admin .latest-news {
    display: none;
}

.admin .latest-policy {
    display: block !important;
}

.recp-detal .Evnt-img img {
    border: none;
    -moz-box-shadow: 0px 4px 6px #999;
    -webkit-box-shadow: 0px 4px 6px #999;
    box-shadow: 0px 4px 6px #999;
    margin: 0 auto;
    display: block;
}

.recp-detal .Evnt-img .ribbonoff1 {
    box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.62);
}

.find-doc.find-blog .select2-container-multi.selectpicker {
    overflow-y: scroll;
}

/*pricing*/

.pricing_no_pop {
    padding: 20px 0;
}

    .pricing_no_pop > .pricing-card {
        box-shadow: none;
        border-radius: 6px;
        overflow: hidden;
    }

    .pricing_no_pop .pricing-header {
        background-color: #ed4a52;
        background-image: url(/../Content/kayawell-assets/images/palns.png);
        background-repeat: no-repeat;
        background-size: 160px 130px;
        background-position: 128px 40px;
    }

        .pricing_no_pop .pricing-header h5 {
            background: #666 !important;
            border-bottom: none;
        }

.pricing-col.person .pricing-card {
    border: 1px solid #07bab7;
    border-radius: 6px;
    overflow: hidden;
}

.pricing-col.current .pricing-card {
    border: 1px solid #07bab7;
    border-radius: 6px;
    overflow: hidden;
}

.pricing-col.business .pricing-card {
    border: 1px solid #07bab7;
    border-radius: 6px;
    overflow: hidden;
}

.pricing-feature li {
    padding: 0px 0;
}

.price-box .price {
    font-size: inherit !important;
    padding: 0;
    font-size: 12px !important;
}

.pricing-col ul li:nth-child(22n) p, .pricing_no_pop ul li:nth-child(22n) p {
    line-height: 0px !important;
    padding-top: 11px;
}

.pricing-col ul li:nth-child(22n) p, .pricing_no_pop ul li:nth-child(22n) p, .pricing-col ul li:nth-child(23n) p, .pricing_no_pop ul li:nth-child(23n) p {
    height: 50px;
    line-height: inherit;
    display: block;
    justify-content: center;
    align-items: center;
}

    .pharmacy .pricing-col ul li:nth-child(22n) p, .pharmacy .pricing_no_pop ul li:nth-child(22n) p, .pricing-col ul li:nth-child(22n) p i, .pharmacy .pricing_no_pop ul li:nth-child(22n) p {
        height: 30px;
        line-height: 30px;
    }


.price-box {
    margin: 0px;
}

    .price-box .price i {
        text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    }

.pricing-footer .kaya-btn2.btn-block {
    height: auto;
    font-size: 14px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.18);
    margin-top: 0px;
}

.pricing-header h5 {
    font-size: 18px;
    font-weight: 800;
}

.price-box .price h5 {
    background-color: #fff !important;
    color: #07bab7 !important;
    font-size: 24px;
    padding: 8px 0px;
    border: none;
}

    .price-box .price h5 > i {
        text-shadow: none;
        font-size: 18px;
    }

.pricing-feature ul li > p {
    font-size: 14px;
    font-weight: 700;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
}

.pricing-feature ul li p > i {
    font-size: 20px !important;
    color: #07bab7;
    margin: -4px;
}

.price-box .price h5 > small {
    font-size: 18px;
    font-weight: 600;
    color: #07bab7;
}

/* side */

.sitelogo {
    position: absolute;
    right: 5px;
    color: #fff;
    top: -1px;
    z-index: 999;
    width: 50px;
    height: 65px;
    background: #ed4a52;
    padding-top: 10px;
}

    .sitelogo small {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .sitelogo:hover {
        background: #07bab7;
    }

    .sitelogo:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        left: 0;
        bottom: -20px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 40px solid #fff;
    }

    .sitelogo:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        right: 0;
        bottom: -20px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 40px solid #fff;
    }


.pricing-wrapper.addon .heading h4:before, .pricing-wrapper.addon .heading h4:after {
    content: none;
}

.addon_pack {
    background: #eee;
}

.practice-reg.org-bg {
    background-image: url(/../Content/kayawell-assets/images/joinus.jpg);
    display: inline-block;
    background-attachment: fixed;
}

#formStaff {
    margin-top: 120px;
    margin-bottom: 60px;
}

    #formStaff .prof-reg {
        margin-top: 30px;
    }


.wellnesspaln .controls {
    text-align: center;
    margin: -50px 0;
    position: relative;
}

.wellnesspaln .ribbonoff1 {
    top: 2px;
}

.wellnesspaln .rating-container {
    font-size: 14px;
}

.col-bdr .group-bottom .col-sm-6 {
    text-align: center !important;
}

.recp-detal .quick_link {
    text-align: right;
}

.search {
    border: 1px rgba(204, 204, 204, 0.5) solid;
}

#divShowsCommunityList .table, #divDoctorPrmo .table {
    border: none !important;
}

.bhoechie-tab-content #ExpertAbout {
    margin-bottom: 15px;
    position: relative;
    padding: 0 0 0 15px;
}

#ExpertAbout .about-content {
    margin-top: 10px;
    font-size: 16px;
}

.demo-gallery-blog #ImgPopslid_1 .row p {
    font-size: 16px !important;
}

.recipes .Row #excerciseListDiv p {
    font-size: 16px !important;
}

.divWellnessPlan .row p {
    font-size: 16px !important;
}

.doctor_profile_about p {
    font-size: 16px !important;
    line-height: 1.5;
}

ul.garbage-detail-main.gardage_main_mobile.Practice-expert-icon li span {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
}

@font-face {
    font-family: 'Aakriti';
    src: url('/../Content/kayawell-assets/fonts/Aakriti.eot');
    src: url('/../Content/kayawell-assets/fonts/Aakriti.eot?#iefix') format('embedded-opentype'), url('/../Content/kayawell-assets/fonts/Aakriti.woff2') format('woff2'), url('/../Content/kayawell-assets/fonts/Aakriti.woff') format('woff'), url('/../Content/kayawell-assets/fonts/Aakriti.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.plans .rate {
    background: #07bab7;
    color: #fff;
    text-align: left;
    display: inline-block;
    padding: 0px 4px;
    margin: 0px 0px 0px 0px;
    border-radius: 2px;
    margin-top: 0px;
    font-size: 14px;
    position: relative;
    top: -1px;
    line-height: 16px;
    height: 16px;
}

    .plans .rate i {
        font-size: 10px;
    }

#carousel-example2 .box {
    padding: 0;
}

    #carousel-example2 .box .p20, .box .p20 {
        padding: 5px 10px 10px;
    }

.varify {
    padding: 0px 15px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #07bab7;
    font-size: 22px;
    cursor: pointer;
    width: 100px;
    float: none !important;
    display: flex;
}

    .varify img {
        height: inherit !important;
        max-height: inherit !important;
        min-height: inherit !important;
        width: 100%;
        cursor: pointer;
    }

    .varify .varify-details ul.varify-items {
        padding: 10px 10px 10px 18px;
    }

        .varify .varify-details ul.varify-items > li {
            position: relative;
            text-align: left;
            padding-left: 6px;
            margin-top: 8px;
            color: #666;
        }

            .varify .varify-details ul.varify-items > li:before {
                color: #07bab7;
                content: "\f058";
                position: absolute;
                left: -13px;
                top: -4px;
                font-size: 14px;
                font-family: FontAwesome;
            }

            .varify .varify-details ul.varify-items > li:nth-child(1):before {
                content: "\f2a0" !important;
            }

            .varify .varify-details ul.varify-items > li:nth-child(2):before {
                content: "\f0e0" !important;
            }

            .varify .varify-details ul.varify-items > li:nth-child(3):before {
                content: "\f2bb" !important;
            }

    .varify .varify-details {
        font-size: 12px;
        color: #999;
        width: 147px;
        background: rgba(255, 255, 255, 1);
        border-radius: 4px;
        border: 1px solid #07bab7;
        bottom: 34px;
        position: absolute;
        z-index: 9999;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 90%;
        box-shadow: 0px 1px 18px #cacaca;
        display: none;
    }



        .varify .varify-details ul.varify-items1 {
            margin-bottom: 20px;
        }

            .varify .varify-details ul.varify-items1 li {
                font-size: 14px;
                color: #07bab7 !important;
                text-align: left;
            }

                .varify .varify-details ul.varify-items1 li > i {
                    width: 22%;
                    height: 20px;
                    line-height: 20px;
                    border-radius: 20px;
                    text-align: center;
                    color: #07bab7 !important;
                }

                .varify .varify-details ul.varify-items1 li > small {
                    letter-spacing: 1px;
                }

        .varify .varify-details::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: -13px;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            margin-top: -10px;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 12px solid #07bab7;
        }

.varify_mobview_icon .varify-details_mobview-topic::after {
    content: '';
    position: absolute;
    left: 26%;
    bottom: 134px !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 1px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #07bab7 !important;
    border-top: 0px solid #fff !important;
}

.varify .varify-details > p {
    display: inline-block;
    margin: 5px 8px;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.varify .varify-details ul.varify-items1 li.not-varify i, .varify .varify-details ul.varify-items1 li.not-varify {
    color: #8d8d8d !important;
}

.varify .varify-details img {
    margin-right: 6px;
    width: 25px !important;
    min-height: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 7px;
    margin-bottom: -18px !important;
    margin-left: -3px;
}

}

.varify-details > p > strong {
    font-size: 12px;
    padding-left: 4px;
    padding-top: 0;
    margin-top: 0;
}

.varify .varify-details > p > span {
    letter-spacing: 1px;
}

.about-content .tabclc p {
    font-size: 18px !important;
    color: #037473;
    padding-bottom: 5px;
}

.bhoechie-tab-content .about-content li {
    text-align: left;
}

.Practice_info.expert-info li:first-child h4 {
    display: inline-block;
}

.Practice_info.expert-info li:first-child .varify img, .docserchrslt .profile-div .varify img {
    width: 70px;
}

.Practice_info.expert-info li:first-child .varify .varify-details .varify-items1 > li:before {
    content: none !important;
}

.docserchrslt .rate-details .varify img {
    width: 100%;
}

.docserchrslt .rate-details small {
    display: inline-block;
}

.dodded-info {
    border: dashed 1px #ccc;
    padding: 6px 6px;
}

#CalculateCampionRecord .table tbody tr:nth-child(2n) {
    background: #f1f1f1 !important;
}

#SendMoreCampaignConfirmation #DynamicData, #CalculateCampionRecord #DynamicData {
    margin-bottom: 8px;
    display: block;
}

.Practice .pricing-col {
    width: 20%;
    float: left;
}

.pharmacy.Practice .pricing-col {
    width: 33%;
}

.Practice .sitelogo {
    position: static;
    width: auto;
    padding: 0px;
    height: auto;
}

    .Practice .sitelogo:before {
        left: -4px;
        bottom: -19px;
        border-top: 20px solid transparent;
        border-bottom: 29px solid transparent;
        border-left: 16px solid #fff;
    }

    .Practice .sitelogo:after {
        right: -6px;
        bottom: -11px;
        border-top: 20px solid transparent;
        border-bottom: 21px solid transparent;
        border-right: 20px solid #fff;
    }

.Practice .style-3 .pricing-header {
    height: 170px;
}

.modal .b-color {
    display: block;
    padding-bottom: 10px;
}

/* saprate pages */
body.saprate {
    background: #ccc;
    font-size: 14px !important;
}

    body.saprate p {
        word-spacing: 2px;
        font-size: 14px !important;
        color: #444;
    }

.saprate header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

    .saprate header .navbar-brand {
        padding: 0;
    }

    .saprate header .navbar {
        background: rgba(255,255,255,1);
        margin-bottom: 0px !important;
    }

    .saprate header .navbar-brand img {
        width: 60%;
    }

.saprate .item img {
    width: 100%;
}

.saprate .doctor-poster {
    background: url(../images/p-patter.jpg) repeat-x;
    height: 357px;
    position: relative;
    margin-top: calc(100px - 50px);
}

    .saprate .doctor-poster img {
        width: 90%;
        position: relative;
        margin: auto;
    }

    .saprate .doctor-poster .poster-content {
        color: #fff !important;
        margin-top: calc(200px - 110px);
    }

        .saprate .doctor-poster .poster-content p, .saprate .doctor-poster .poster-content h4 {
            color: #fff !important;
            color: #fff !important;
        }

        .saprate .doctor-poster .poster-content h4 {
            font-size: 30px;
        }

        .saprate .doctor-poster .poster-content .btn {
            margin-top: 50px;
            background-color: #07bab7;
            color: #fff;
            border: 2px solid #FFFFFF;
            -webkit-box-shadow: 3px 3px 2px #ddd;
            box-shadow: 3px 3px 2px #ddd;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            -webkit-animation-name: redPulse;
            -webkit-animation-duration: 2s;
            -webkit-animation-iteration-count: infinite;
            font-size: 16px;
        }

            .saprate .doctor-poster .poster-content .btn:hover {
                -webkit-box-shadow: 6px 7px 14px #ddd;
                box-shadow: 6px 7px 14px #ddd;
            }

@-webkit-keyframes redPulse {
    from {
        background-color: #07bab7;
    }

    50% {
        background-color: #f00;
    }

    to {
        background-color: #07bab7;
    }
}

@keyframes greenPulse {
    from {
        background-color: #07bab7;
    }

    50% {
        background-color: #f00;
    }

    to {
        background-color: #07bab7;
    }
}

.saprate header nav i {
    color: #07bab7;
}

.saprate header .navbar-default .navbar-nav > li > a {
    color: #232323;
}

.saprate .doctor-recommend .container > h2, .whyus .container > h2, .app .container-fluid > h2, .about .container > h2 {
    margin: 30px 0px;
}

.saprate .doctor-recommend, .whyus, .about {
    padding-bottom: 30px;
}

    .saprate .doctor-recommend .container .recommend-dr {
        padding: 20px 0px;
    }

.saprate .whyus {
    border-top: solid 2px #07bab7;
    border-bottom: solid 2px #07bab7;
    background: #eee;
}

.saprate .doctor-recommend {
    background: #fff;
    border-bottom: solid 2px #07bab7;
}

.saprate .whyus .item {
    text-align: center;
    padding: 20px;
}

    .saprate .whyus .item i {
        font-size: 58px;
        padding: 8px 20px;
        color: #07bab7;
    }

.saprate .app .app-desc {
    text-align: center;
    color: #fff;
    padding-top: 150px;
    letter-spacing: 2px;
}

    .saprate .app .app-desc h2, .saprate .app .app-desc h4, .saprate .app .app-desc p, .saprate .app .app-desc a {
        color: #fff;
        text-decoration: none;
    }

    .saprate .app .app-desc h2, .saprate .app .app-desc h4, .saprate .app .app-desc p, .saprate .app .app-desc a {
        color: #fff;
        text-decoration: none;
    }

.saprate .app {
    background: #07bab7;
    box-shadow: 0px 0px 10px #999;
    background-image: url(../images/bg.png);
    background-repeat: repeat;
    background-attachment: fixed;
}

    .saprate .app .container-fluid > h2 {
        color: #fff;
    }

    .saprate .app img {
        margin: 0 auto;
    }

    .saprate .app .app-desc .row {
        padding-top: 20px;
    }

.saprate .about {
    background: #fff;
}

    .saprate .about ul li {
        list-style: none;
        position: relative;
    }

        .saprate .about ul li p {
            margin: 0;
            line-height: 26px;
        }

        .saprate .about ul li:before {
            content: "\f111";
            position: absolute;
            font-family: FontAwesome;
            font-size: 0.8em;
            left: -18px;
            color: #ed4a52;
            top: 5px;
            /*background-image: url(../images/bullet.png);
    background-size: cover;*/
        }

.saprate .recommend-dr > p.icon:before {
    content: "\f320";
    font-family: LineAwesome;
    position: absolute;
    left: 12px;
    font-size: 36px;
    top: 6px;
    color: #07bab7;
}

.saprate .recommend-dr > p.icon {
    padding-left: 40px;
    font-size: 16px;
}

.saprate ul.social-icon {
    display: inline-block;
    padding: 0;
    margin: 0;
    float: right;
}

    .saprate ul.social-icon li {
        list-style: none;
        float: left;
        font-size: 24px;
        color: #000;
        padding: 0px 10px;
    }

        .saprate ul.social-icon li a {
            color: #000;
            outline: none;
            text-decoration: none;
        }

footer {
    background: #eee;
    color: #000;
    margin-bottom: 50px
}

.saprate footer .copyright {
    margin-top: 10px;
    font-size: 12px;
}

.saprate .whyus .item strong {
    font-size: 16px;
}

.saprate ul.social-icon li img {
    width: 16px;
}

.text-muted {
    color: #000;
    font-size: 16px !important;
    padding: 10px 0;
    line-height: 2;
}

.saprate .text-muted {
    color: #444;
}

.alert.alert-kaya.mb-4.alert-dismissible {
    display: none;
}

.listing-view.d-none {
    display: none !important;
}

.saprate .nav > li > a {
    position: relative;
    display: block;
    padding: 15px 15px;
}

.saprate .navbar-default .navbar-nav > li > a:hover, .saprate .navbar-default .navbar-nav > li > a:focus, .saprate .navbar-default .navbar-nav > li.active > a {
    color: #232323 !important;
    background-color: transparent !important;
}

.doctor #owl-carousel_Experts .doctor-box {
    border: 1px solid #e4e4e4;
    box-shadow: 0px 2px 4px rgba(158, 158, 158, 0.30);
    margin: 4px;
    border-radius: 4px;
}

    .doctor #owl-carousel_Experts .doctor-box:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 165%;
        height: 20%;
        background: rgba(255,255,255,0.18);
        content: '';
        -webkit-transition: -webkit-transform 0.6s;
        transition: transform 0.6s;
        -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    }

    .doctor #owl-carousel_Experts .doctor-box:hover:after {
        -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,400%,0);
    }

    .doctor #owl-carousel_Experts .doctor-box .doctor-info p {
        font-size: 16px !important;
    }

    .doctor #owl-carousel_Experts .doctor-box:hover .doctor-img .view-profile {
        opacity: 1;
        transition: 0.2s;
    }

.docserchrslt.medpre .plan-banner img {
    width: 100%;
    height: 180px !important;
    min-height: 180px !important;
    max-height: 180px !important;
}

input.kaya-btn2 {
    line-height: unset !important;
}

#formuploadprescription {
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
    padding: 20px 15px;
    background: #fff;
}

#OTPSection #btnValidateOtp, #OTPSection .ResendOtp, .ResendOtp {
    position: absolute;
    top: 0px;
    right: 8px;
    cursor: pointer;
    z-index: 99;
}

.Diseases-tab .row #div1 > .row {
    width: 100%;
}

#divShowsuse .panel-body .reslt-btn, #divShowsuseLab .reslt-btn, #divShowsuse .reslt-btn, .panel .panel-body .reslt-btn {
    border: 1px solid #e4e4e4;
    border-radius: 20px !important;
    color: #888;
    font-size: 12px;
    padding: 3px 10px;
    font-weight: 400;
    margin: 16px 14px;
    /*margin: 4px 2px;*/
    transition: ease 0.3s;
    background-color: #efefef !important;
}

    #divShowsuse .panel-body .reslt-btn:hover, #divShowsuseLab .reslt-btn:hover, #divShowsuse .reslt-btn, .panel .panel-body .reslt-btn:hover {
        border: 1px solid #07bab7;
        color: #07bab7;
        transition: ease 0.5s;
        background-color: #fff !important;
    }

#divShowsDesc .panel-body .lt-steps {
    font-size: 14px;
    padding: 6px 20px;
    list-style: none !important;
    position: relative;
}

#divShowsDesc .panel-body h4 {
    font-size: 12px;
    background: transparent;
    padding: 10px 0px;
    border-bottom: 1px solid #EFEFF0;
    cursor: pointer;
    position: relative;
}

    #divShowsDesc .panel-body h4:after {
        content: '\f107';
        position: absolute;
        font-family: FontAwesome;
        bottom: 10px;
        right: 0px;
        font-size: 14px;
    }

#divShowsDesc .panel-body div:first-child h4:after {
    content: none !important;
}

#divShowsDesc .panel-body ul.lt-steps li {
    padding: 6px 0px;
}

#owl-carousel_wellness .owl-item {
    margin: 0px !important;
}

    #owl-carousel_wellness .owl-item .item, #owl-carousel_HealthTips .owl-item .item, #owl-carousel_diagwellness .owl-item .item {
        margin: 0px 10px;
    }

body.admin .groupboxrow .col-bdr .col-sm-8 {
    padding-left: 15px;
}

.weOffering {
    background-color: #0fb1ae;
    display: inline-block;
    color: #fff;
    padding: 10px 0;
    margin-top: 10px;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

    .weOffering .item {
        width: 65px;
        height: 65px;
        margin: 30px auto 6px;
        background: #fff;
        border-radius: 50px;
        padding: 12px;
        -moz-box-shadow: 0px 0px 4px #fff;
        -webkit-box-shadow: 0px 0px 4px #fff;
        box-shadow: 0px 0px 4px #fff;
    }

    .weOffering.contact {
        background: #fff;
        border: 1px solid rgba(221, 221, 221, 0.45);
        color: #000;
        border-radius: 5px;
        margin-bottom: 5px;
    }

        .weOffering.contact .item {
            background: #0fb1ae;
            padding: 8px;
        }

#closeit {
    top: -20px;
    right: 10px;
    color: #666;
}

#PhysicianForm #myCarousel1 .carousel-inner, #PhysicianForm .colboder-right, #PhysicianForm .overlap, #PersonalFormId .carousel-inner, #PersonalFormId .colboder-right {
    min-height: 480px;
}

#PhysicianForm .register-check li:before, #PersonalFormId .register-check li:before {
    content: "";
}

#PhysicianForm .register-check p, #PersonalFormId .register-check p {
    color: #fff;
    margin: 0;
}

#PhysicianForm .register-check i, #PersonalFormId .register-check i {
    border-radius: 50px;
    position: absolute;
    top: 5px;
    left: -50px;
    border: 2px solid;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
}

#PhysicianForm .register-check {
    background-color: #000;
    opacity: .9;
}

#PersonalFormId .form-group a.chosen-single {
    border-bottom: none;
}

.main-profile-edit ul.nav.nav-pills li.active a {
    color: #fff;
    background-color: #ed4a52;
    border: 0;
}

#rootwizard.onetime .chosen-container-single .chosen-single, #rootwizard.onetime .feedback .chosen-choices, #rootwizard .chosen-choices {
    border-bottom: none !important;
}

.LabTest-List label {
    display: block;
    margin: 0;
    padding: 20px;
    border: 1px solid #eee;
    background: #eee;
    border-radius: 2px;
}

    .LabTest-List label > input {
        float: right;
    }

.Select-LabTest .LabTest-List .profile-div a img {
    width: 80px;
    max-height: 80px;
    min-height: 80px;
}

.Select-LabTest .LabTest-List li {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 6px 0;
}

.Select-LabTest .LabTest-List #SearchByUL li {
    border: none;
    padding: 0;
}

#showEnquiryRequest .modal-title {
    margin: 0 0 10px;
    text-align: center;
}

h6.red {
    padding: 8px 0;
}

#map.maplocator_cls {
    width: 100%;
}

#owl-carousel_HealthTips .owl-item .col-heal-img p {
    min-height: 34px;
    max-height: 34px;
    overflow: hidden;
}

.post-container .kaya-btn2 {
    margin-bottom: 4px;
}

#divMultipleImages .btn {
    position: absolute;
    left: 8px;
    bottom: 8px;
    box-shadow: 0px 0px 4px #666;
}

#divMultipleImages .imagecontainer {
    margin: 8px 10px;
}

#divMultipleImages .frame {
    position: relative;
    display: inline-block;
}

.bhoechie-tab-content #ExpertAbout:before, #divShowsDesc .panel-body ul.lt-steps:before {
    content: '';
    height: 95%;
    width: 2px;
    top: 10px;
    position: absolute;
    background: #eee;
    left: 0;
}

#divShowsDesc .panel-body ul.lt-steps:before {
    top: 20px;
    left: 5px;
}

.bhoechie-tab-content #ExpertAbout .tabclc, #divShowsDesc .panel-body ul.lt-steps li {
    position: relative;
}

    .bhoechie-tab-content #ExpertAbout .tabclc:before, #divShowsDesc .panel-body ul.lt-steps li:before {
        content: '';
        width: 8px;
        left: -18px;
        height: 8px;
        border-radius: 20px;
        background: #ccc;
        position: absolute;
        top: 3px;
    }

    .bhoechie-tab-content #ExpertAbout .tabclc:after, #divShowsDesc .panel-body ul.lt-steps li:after {
        content: '';
        width: 14px;
        left: -21px;
        height: 14px;
        border-radius: 20px;
        background-color: transparent;
        position: absolute;
        border: 2px solid #ccc;
        top: 0px;
    }

.btn-coupen, .btn-default.btn-coupen:hover {
    border: dashed 1px #ccc;
    text-align: left;
    color: #777;
    border-radius: 6px;
    margin: 4px 4px;
    border-left: solid;
    font-weight: 400;
    background-color: transparent;
}

.media .name {
    color: #07bab7;
    font-weight: 600;
}

.media .time {
    display: inline-block;
}

#divShowsDesc .panel-body div[data-toggle="collapse"].collapsed > h4 {
    color: rgb(102, 102, 102) !important;
    font-weight: 800;
    font-size: 14px !important;
}

#divShowsDesc .panel-body ul.lt-steps li:before {
    top: 11px;
}

#divShowsDesc .panel-body ul.lt-steps li:after {
    top: 8px;
}

#divShowsDesc .panel-body div[data-toggle="collapse"] > h4 {
    color: rgb(237, 74, 82) !important;
    font-weight: 800;
    font-size: 14px !important;
}

.diseaseslist .owl-item .circle {
    overflow: hidden;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: #0da19e;
    -webkit-box-shadow: 0px 0px 4px rgba(13, 161, 158, 0.5);
    box-shadow: 0px 0px 4px rgba(13, 161, 158, 0.5);
}

.diseaseslist .owl-item .lihideshow:hover .circle {
    box-shadow: 0px 4px 6px rgba(13, 161, 158, 0.5);
    transition: 0.3s ease-in;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.diseaseslist .owl-item a:focus {
    color: #07bab7;
}

.diseaseslist .owl-item .circle img {
    margin-top: 6px;
}

.diseaseslist .owl-nav {
    /*z-index:-1;*/
}

.m-auto {
    margin: 0 auto;
}

.diseaseslist .owl-item .lihideshow strong {
    font-size: 13px;
    margin-top: 4px;
    display: block;
    text-align: center;
    font-weight: 500;
}

#getgird .doctor .more-opt, .wellnesspaln .more-opt, #diseaseslist .more-opt, .package-list-view .more-opt, section.doctor .more-opt {
    margin: 0;
    position: absolute;
    top: 25px;
    right: 20px;
}

#getgird .doctor .container, .wellnesspaln .container, .package-list-view .container, section.doctor .container {
    position: relative;
}

.adsfix .nav.nav-tabs {
    position: absolute;
    bottom: -26px;
}

    .adsfix .nav.nav-tabs > li {
        float: left;
        width: 20%;
        background: #fff;
        min-height: 80px;
        max-height: 80px;
        border: solid 2px #dedede;
    }

.adsfix .nav-tabs > li.active > a, .adsfix .nav-tabs > li.active > a:hover, .adsfix .nav-tabs > li.active > a:focus {
    border: 0px !important;
    cursor: pointer;
}

.adsfix .nav > li > a, .adsfix .tab-content {
    padding: 0px;
}

    .adsfix .nav > li > a > img, .adsfix .tab-content .tab-pane > img {
        width: 100%;
        -webkit-filter: grayscale(30%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }

.adsfix .nav.nav-tabs > li.active {
    border: solid 2px #07bab7;
    transition: 0.2s ease-in-out;
}

    .adsfix .nav.nav-tabs > li.active > a img, .adsfix .tab-content .tab-pane.active > img {
        -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
        filter: grayscale(0%);
        transition: 0.2s ease-in-out;
    }

.adsfix .tab-content .tab-pane {
    height: 540px;
    object-fit: cover;
    overflow: hidden;
}

.adsfix .nav.nav-tabs > li.active:after {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border: 15px solid transparent;
    border-bottom-color: #0dafac;
}

.adsfix .nav > li > a {
    max-height: 76px;
    overflow: hidden;
}

    .adsfix .nav > li > a > img {
        height: 80px;
    }

.adsfix .slots {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-60%);
    width: 100%;
}

.adsfix .slots1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    top: 40%;
    z-index: 999;
    transform: translateY(-50%);
}

    .adsfix .slots .btn.autoHeight, .adsfix .slots1 .btn.autoHeight {
        height: auto !important;
        padding: 4px;
        margin: 5px 0px;
    }

    .adsfix .slots .btn span, .adsfix .slots .btn > p, .adsfix .slots1 .btn span, .adsfix .slots1 .btn > p {
        line-height: 2;
        color: #fff;
        margin: 0px;
    }

.adsfix #ThyroAppointmentForm .formads {
    height: 393;
    overflow: auto;
    background: #fff;
    padding: 0px;
    border: 1px solid #07bab7;
    border-radius: 5px;
    position: relative;
    right: 20px;
    -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}

    .adsfix #ThyroAppointmentForm .formads .col-sm-12 {
        margin-bottom: 9px;
    }

section#adsfix .adsfix .slots1 {
    width: 100%;
}

    section#adsfix .adsfix .slots1 h5 + span, .card.adsfix .slots1 h5 + span {
        font-weight: 500;
        font-size: 16px;
    }

#adsfix .tab-content {
    position: relative;
    background: #fff;
}

section#adsfix .adsfix .nav.nav-tabs {
    width: 100%;
}

section#adsfix .card {
    border: none;
}

section#adsfix .adsfix .tab-content .tab-pane {
    max-height: 500px;
    min-height: 500px;
}

.sourceimg {
    background-size: cover;
    background-position-x: 140px;
    background-image: url(/Content/kayawell-assets/images/laborderbanner1.png);
    background-position-y: -30px;
    background-repeat: no-repeat;
}

section#adsfix .slottitle, .card.adsfix .slottitle {
    position: relative;
    padding-left: 50px;
}

    section#adsfix .slottitle:before, .card.adsfix .slottitle:before {
        content: '';
        position: absolute;
        background-image: url(/Content/kayawell-assets/images/28x28.png);
        background-size: contain;
        width: 80px;
        height: 28px;
        left: 2px;
        top: 1px;
        background-repeat: no-repeat;
    }

    section#adsfix .slottitle:after, .card.adsfix .slottitle:after {
        content: '';
        position: absolute;
        width: 8px;
        height: 3px;
        border-radius: 10px;
        left: 39px;
        background: #07bab7;
        top: 12px;
    }

.slots1 .btn.slot-btn {
    color: #07bab7;
    border: 1px solid #07bab7;
    padding: 5px 15px 0px 15px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.adsfix .slots1 h5 {
    min-height: 20px;
    height: 20px;
    overflow: hidden;
}

.bg-green {
    color: #07bab7;
}

.bg-red {
    color: #ed4a52;
}

.adsfix .nav.nav-tabs a {
    margin: 0px;
}

.adsfix .nav.nav-tabs img + p {
    position: absolute;
    bottom: 0;
    left: 0px;
    font-size: 16px !important;
    font-weight: 500;
    background-color: rgba(220, 220, 220, 0.90);
    width: 100%;
    height: 37%;
    margin: 0;
    line-height: 2;
    color: #666;
    letter-spacing: 1px;
    text-align: center;
    opacity: 1;
    transition: 0.3s ease-in-out;
    border-radius: 100% 100% 0 0;
}

.adsfix .nav.nav-tabs .imgtab.active img + p, .adsfix .nav.nav-tabs > li.active img + p {
    background-color: rgba(7, 186, 183, 0.86);
    color: #fff;
    transition: 0.1s ease-in-out;
}

section#adsfix .adsfix .slots1 .adsfix-list > li {
    font-size: 15px;
    color: #666;
    letter-spacing: 0.7px;
    list-style: inherit
}

section#adsfix .adsfix .slots1 .adsfix-list {
    list-style: inside;
}

section#adsfix .adsfix .slots1 .fontrupee small, .card.adsfix .slots1 .fontrupee small {
    font-size: 13px;
    font-weight: 500;
    padding: 2px;
}

.media.cal-block .media-left .img-clandr {
    padding: 0;
    margin: 0;
    position: static;
    left: 20px;
    top: auto;
    -webkit-transform: translateX(0%) !important;
    transform: translateX(0%);
}

.media.cal-block .media-body {
    max-width: 80%;
    width: 80%;
    text-align: left;
    padding: 0 10px 0 10px;
}

.media.cal-block:hover .img-clandr {
    background: #ed4a52 !important;
}

.media.cal-block {
    padding: 10px 0px !important;
    margin: 0 0 10px 0;
    min-height: 80px;
    max-height: 80px;
}

    .media.cal-block .media-left {
        width: 20%;
    }

#dataDiv_NotificationPage tr.ds4u-row td > p {
    margin: 0;
    font-size: 14px !important;
    font-weight: 500;
    color: #07bab7;
}

    #dataDiv_NotificationPage tr.ds4u-row td > p small {
        padding: 0px 10px;
        font-style: oblique;
        color: #999;
        font-size: 10px;
        float: right;
    }

#dataDiv_NotificationPage tr.ds4u-row td span {
    font-weight: 500;
}

.summary.details .panel-heading {
    padding: 2px 10px;
    text-transform: uppercase;
    border-color: #eee;
}

.summary.details .panel-body {
    padding: 8px 10px;
}

.summary.details .panel-default {
    border-color: #eee;
}

.summary.details .table {
    border: none;
    background: transparent;
    margin-top: 15px;
}

    .summary.details .table > tbody > tr > td {
        border-top: 1px solid #eee;
    }

.forum.jumbotron {
    display: table;
    padding: 8px;
    border: 1px #ccc solid;
    background: transparent;
    width: 100%;
}

    .forum.jumbotron .forum-status {
        opacity: 0.5;
    }

    .forum.jumbotron .post-content:before {
        content: none;
    }

    .forum.jumbotron .post-content {
        height: 60px !important;
    }

    .forum.jumbotron .item-condition {
        font-size: 14px !important;
    }

.adsfix #ThyroAppointmentForm .input-group {
    display: table;
}
/* DEVASHISH END */


/* kavita singh start */
.waves {
    width: 100%;
    height: 110px;
    position: relative;
    z-index: 1;
}

.hidden-xs-upper {
    display: none;
}

.show-xs .formads {
    background: #fff;
    padding: 15px 0;
    border: 1px solid #07bab7;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}

.waves .wave {
    287 display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    background-size: 1920px 100px;
    -webkit-animation: waves 20s linear infinite;
    animation: waves 20s linear infinite;
}

    .waves .wave:nth-of-type(1) {
        background-image: url(/Assets/kayawell-assets/images/wave-2.svg);
    }

    .waves .wave:nth-of-type(1) {
        -webkit-animation-delay: -26s;
        animation-delay: -26s;
        -webkit-animation-duration: 45s;
        animation-duration: 45s;
    }

    .waves .wave:nth-of-type(2) {
        background-image: url(/Assets/kayawell-assets/images/wave-1.svg);
    }

    .waves .wave:nth-of-type(2) {
        -webkit-animation-delay: -18s;
        animation-delay: -18s;
        -webkit-animation-duration: 35s;
        animation-duration: 35s;
        -webkit-animation-name: waves-reversed;
        animation-name: waves-reversed;
    }

    .waves .wave:nth-of-type(3) {
        background-image: url(/Assets/kayawell-assets/images/wave-3.svg);
    }

    .waves .wave:nth-of-type(3) {
        -webkit-animation-delay: -29s;
        animation-delay: -29s;
        -webkit-animation-duration: 40s;
        animation-duration: 40s;
    }

@-webkit-keyframes waves-xlarge {
    from {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

@keyframes waves-xlarge {
    from {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

@-webkit-keyframes waves-xlarge-reversed {
    from {
        background-position: 0 0
    }

    to {
        background-position: -100% 0
    }
}

@keyframes waves-xlarge-reversed {
    from {
        background-position: 0 0
    }

    to {
        background-position: -100% 0
    }
}

@-webkit-keyframes waves {
    from {
        background-position: 0 0
    }

    to {
        background-position: 3840px 0
    }
}

@keyframes waves {
    from {
        background-position: 0 0
    }

    to {
        background-position: 3840px 0
    }
}

@-webkit-keyframes waves-reversed {
    from {
        background-position: 0 0
    }

    to {
        background-position: -3840px 0
    }
}

@keyframes waves-reversed {
    from {
        background-position: 0 0
    }

    to {
        background-position: -3840px 0
    }
}



.light_grey_border {
    border: 1px solid #ddd;
    border-radius: 5px;
}
/* kavita singh END */


/*modal-popup-location*/
#LocationModal .modal-dialog {
    width: 100%;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

    #LocationModal .modal-dialog .modal-content {
        min-height: 400px;
    }

#LocationModal button.close {
    margin-top: -10px;
    color: #fff;
    text-shadow: none;
}

#LocationModal h2 {
    color: #333;
    text-align: center;
    margin: 20px 0 3em;
}

.top-cities {
    max-width: 1000px;
    width: 100%;
    margin: 30px auto;
    text-align: center;
}

    .top-cities li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .top-cities li a {
            font-size: 1em;
            padding: 5px 10px;
            display: block;
            border-radius: 50px;
            -webkit-border-radius: 50px;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            color: #969696;
            border: 1px solid #969696;
        }

#sidebarCollapse i {
    font-size: 1.3em;
    color: #fff;
}

.top-cities h4 {
    margin: 30px 0;
}

.top-cities li a:hover, .top-cities li a:focus {
    color: #fff;
    background-color: #07bab7;
    border-color: #07bab7;
}

#sidebarCollapse i {
    font-size: 1.3em;
    color: #fff;
}

.top-cities h4 {
    margin: 30px 0;
}

.top-cities li a:hover, .top-cities li a:focus {
    color: #fff;
    background-color: #07bab7;
    border-color: #07bab7;
}

.news-heading h4 {
    font-size: 1.6em;
    color: #ed4a52;
    margin: 15px 0;
}

.news-details img {
    border: 5px solid #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.news-details .shar-social, .news-details .test-dtl {
    display: inline-block;
    float: none;
    width: auto;
}

    .news-details .test-dtl img {
        border-radius: 100%;
        -webkit-border-radius: 100%;
        margin-right: 5px;
    }

    .news-details, .news-details .shar-social a i {
        color: #a0a0a0;
    }

        .news-details .shar-social {
            margin-left: 5px;
        }

.news-details {
    margin-bottom: 15px;
}

.advertisement img {
    width: 100%;
}

.latest-title {
    background: #07bab7;
    color: #fff;
    font-size: 1.5em;
    text-align: left;
    padding: 8px 5px 8px 10px;
    margin: 10px 0;
}

.latest-news ul li, .latest-policy ul li {
    margin: 0 0 15px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}

    .latest-news ul li .img-responsive {
        height: 50px;
        width: 100%;
    }

    .latest-news ul li h2, .latest-policy ul li h2 {
        color: #ed4a52;
    }

.vertical-advertisment {
    margin: 15px 0 0;
}

    .vertical-advertisment img {
        width: 100%;
        min-height: 100px;
        max-height: 100px;
    }

.adsense .img-blog .blog-title {
    bottom: 4px !important;
    /*left: 4px !important;*/
}

.adsense_content .rating-gly-star .rating-stars:before {
    padding-left: 0px;
}

/*form-area*/
.form-area {
    position: absolute;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -46%);
    transform: translate(-50%, -56%);
    z-index: 999;
    max-width: 970px;
    width: 72%;
    color: #fff;
    text-align: center;
    background: rgba(7, 186, 183, 0.7);
    padding: 15px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    .form-area a {
        color: #fff;
        font-size: 1.3rem;
    }

    .form-area .btn-primary {
        background-color: #ed4a52;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .form-area .btn-primary:hover {
            background-color: #07bab7;
        }



    .form-area h4 {
        margin-bottom: 1rem;
        font-size: 2.6rem;
    }

    .form-area p {
        color: #fff;
        font-size: 1.5rem;
        text-align: center;
    }

    .form-area .form-group {
        float: left;
    }

    .form-area .btn {
        padding: 8px 12px;
        border: 0;
    }

    .form-area .form-group .form-control {
        background-color: #fff;
    }

    .form-area .category .btn {
        border-radius: 0;
    }

    .form-area .city .btn {
        border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
    }

    .form-area .sub-cat .btn {
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    .form-area .form-group.city {
        width: 45%;
    }

    .form-area .form-group .form-control {
        border: 0;
    }

    .form-area .form-group.city .form-control {
        border-right: 1px solid #ccc;
    }

    .form-area .form-group .btn-group {
        width: 100% !important;
    }

    .form-area .form-group.category {
        width: 35%;
    }

    .form-area form:after, .additional-links:after {
        clear: both;
        display: block;
        content: '';
    }

    .form-area form {
        width: 100%;
        margin: auto;
        padding: 10px;
        background-color: rgba(255,255,255,0.5);
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .form-area .form-group.sub-cat {
        width: 20%;
    }

        .form-area .form-group.sub-cat .btn {
            width: 100%;
            height: 34px;
        }

.select2-search input {
    border-color: #ccc !important;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.search-area .form-area .select2-container {
    width: 100% !important;
}

.additional-links {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #07bab7;
    z-index: 9;
}


    .additional-links .col-sm-2 a {
        color: #fff;
        display: block;
        text-align: center;
        padding: 15px 0.5rem;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
        font-size: 1.4rem;
        position: relative;
        font-weight: 400;
        border-right: 1px solid rgba(255,255,255,0.2);
    }

        .additional-links .col-sm-2 a i {
            margin-bottom: 5px;
        }

        .additional-links .col-sm-2 a:hover {
            background: #fff;
            color: #ed4a52;
        }


            .additional-links .col-sm-2 a:hover:after {
                content: '';
                width: 100%;
                height: 2px;
                background: #ed4a52;
            }

        .additional-links .col-sm-2 a:after {
            content: '';
            height: 4px;
            width: 0;
            -webkit-transition: all 0.5s linear;
            transition: all 0.5s linear;
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: #fff;
        }

    .additional-links .carousel-inner {
        min-height: inherit !important;
    }

.ten-columns > .col-sm-2 {
    width: 20%;
    padding: 0;
}

.additional-links .controls {
    bottom: 50% !important;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.additional-links .slide .controls a {
    position: inherit;
    top: 10%;
    transform: translateY(-100%);
}

    .additional-links .slide .controls a:focus {
        background-color: transparent !important;
    }

.additional-links .col-sm-2 a:after {
    content: '';
    height: 4px;
    width: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.additional-links .carousel-inner {
    min-height: inherit !important;
}

.ten-columns > .col-sm-2 {
    width: 20%;
    padding: 0;
}

.additional-links .controls {
    bottom: 50% !important;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.additional-links .slide .controls a {
    position: inherit;
    top: 10%;
    transform: translateY(-100%);
}

    .additional-links .slide .controls a:focus {
        background-color: transparent !important;
    }

.additional-links .controls:after {
    clear: both;
    display: block;
    content: '';
}

.open > .dropdown-menu {
    display: block !important;
}

.slider .item {
    /*height: 100vh;
    min-height: 300px;*/
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.slider .carousel-inner {
    height: 100%;
    border-bottom: 1px solid #07bab7;
}

.slider .form-inline .form-control {
    width: 100%;
    text-align: left;
}
/*expert-filter-sidebar*/
#accordion.panel {
    background: transparent;
    border: 0;
}

.behclick-panel .list-group {
    margin-bottom: 0px;
}

.behclick-panel .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item {
    /*margin: 15px 0px;*/
    border: none;
}

.behclick-panel .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.behclick-panel .panel-heading, .mysociallink .panel-heading {
    border-top-left-radius: 1px solid #d4d4d4;
    margin: 6px 0 0px;
    background-color: #07bab7;
    color: #fff;
    padding: 6px 6px;
}

.panel-body #Div_SearchExpertName #collapseNearStoreName .list-group .list-group-item:hover, .panel-body #collapse0 .list-group .list-group-item:hover, .panel-body #collapseExperience .list-group .list-group-item:hover, .panel-body #HospitalName .list-group .list-group-item:hover, .panel-body #collapseNearStoreName .list-group .list-group-item:hover {
    background-color: #fff !important;
    color: #fff !important;
}

.panel-body .list-group .list-group-item:hover, .mysociallink .list-group .list-group-item:hover {
    background-color: #9fefee;
}

.behclick-panel {
    border-radius: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

    .behclick-panel .radio, .checkbox {
        margin: 0px;
        padding-left: 10px;
    }

    .behclick-panel .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a, .mysociallink .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
        outline: none;
    }

    .behclick-panel .panel-body > .panel-heading, .mysociallink .panel-body > .panel-heading, {
        padding: 6px 6px;
    }

    .behclick-panel .panel-title > a, .mysociallink .panel-title > a {
        color: #fff !important;
        display: block;
        position: relative;
    }

        .behclick-panel .panel-title > a i, .mysociallink .panel-title > a i {
            position: absolute;
            right: 0;
            color: #ccc;
        }

    .behclick-panel .panel-body {
        background: #fff;
        padding: 0PX 6px 6px 6px;
        border-radius: 16px;
        border: solid 7px #eee;
    }


    /* unvisited link */
    .behclick-panel a:link {
        text-decoration: none;
    }

    /* visited link */
    .behclick-panel a:visited, .mysociallink a:visited {
        text-decoration: none;
    }

    /* mouse over link */
    .behclick-panel a:hover {
        text-decoration: none;
    }

    /* selected link */
    .behclick-panel a:active {
        text-decoration: none;
    }

.checkbox input[type="checkbox"] {
    margin-top: 3px;
    margin-left: 0;
    margin-right: 5px;
}


#accordion .panel-collapse, .mysociallink .panel-collapse {
    border: 1px solid #d4d4d4;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 10px;
    background: #fff;
    border-top: 0;
}

.admin .navbar-toggle {
    display: none;
}

.logo .fa-close {
    display: none;
}

#SideToggle.close .fa-close {
    display: block;
    font-weight: normal;
    font-size: 16px;
    opacity: 0.7;
}

#SideToggle.close .fa-bars {
    display: none;
}

.select2-drop-active {
    border-color: #aaa !important;
}

.page-title {
    background: url(../images/about-kayawell.jpg) no-repeat;
    position: relative;
    background-size: 100%;
    z-index: 9;
    background-attachment: fixed;
    min-height: 130px;
    height: 130px;
    line-height: 130px;
    color: #fff;
}

    .page-title:after {
        content: '';
        background: rgba(0,0,0,0.3);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
    }

    .page-title .breadcrumb {
        background-color: transparent;
    }

        .page-title .breadcrumb li a {
            color: #fff;
            position: relative;
            z-index: 9;
        }

    .page-title h1 {
        line-height: 130px;
        color: #fff;
        position: relative;
        z-index: 9;
    }

.rating-container .caption {
    display: none !important;
}

.avatar-container .profile-img {
    margin: 0 auto auto 5px;
    width: 50px;
    height: 50px;
}

.profile-top .rating-container .star i {
    font-size: 0.6em;
}

#ExpertAbout .row {
    margin-bottom: 20PX;
}

#ExpertAbout .tabclc, .scilawsome a {
    color: #333;
}

.add-on {
    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 9;
}

.form-group > div {
    position: relative;
}

.Pagehaed {
    padding-top: 10px;
    margin: 0px 0 10px !important;
}

.dropdown-menu.open {
    display: block;
}

.rating-container .filled-stars {
    color: #ed4a52;
    -webkit-text-stroke: inherit;
    text-shadow: inherit;
}

.speciality p {
    margin: 0;
}

.serchhead, .hospital-name {
    position: relative;
}

    .serchhead img {
        left: -25px !important;
    }

    .serchhead img {
        position: absolute;
        left: -20px;
    }

    .serchhead a {
        color: #000;
        font-weight: 500;
        margin-left: 5px;
    }

.about-content p {
    text-align: left;
    margin: 0 !important;
    font-size: 16px !important;
    word-break: break-word;
    padding-top: 10px;
}

.videos {
    text-align: left;
}

.expert-buttons a {
    display: block !important;
    background: transparent;
    color: #666;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

    .expert-buttons a:hover {
        background-color: #ed4a52;
    }

.spacing-data.docserchrslt.medpre {
    padding-bottom: 30px !important;
}

.expert-buttons .col-sm-4:first-child a {
    border-left: 0;
}

.expert-buttons .col-sm-4:last-child a {
    border-right: 0;
}

.expert-buttons {
    background: #eaeaea;
}

#divExpertSearch .docserchrslt:hover .expert-buttons a {
    color: #fff;
}

.form-group a.chosen-single {
    border: 0;
    border-bottom: 1px solid #bbb !important;
}

.app-section {
    background: #07bab7;
    padding: 1em 0 16em;
    position: relative;
    color: #fff;
    margin: 3em 0;
    overflow: hidden;
}

    .app-section ul {
        margin-left: 20px;
        margin-bottom: 28px;
    }

        .app-section ul li {
            font-size: 16px;
            margin: 2px 0 6px;
            list-style: disc;
        }


.app-section {
    background: #07bab7;
    padding: 1em 0 6em;
    position: relative;
    color: #fff;
    margin: 3em 0;
    overflow: hidden;
}

    .app-section ul {
        margin-left: 20px;
        margin-bottom: 28px;
    }

        .app-section ul li {
            font-size: 14px;
            margin: 2px 0 6px;
            list-style: disc;
        }

    .app-section h2 {
        font-size: 2em;
        font-weight: 600;
        text-transform: capitalize;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .app-section p {
        color: #fff;
        margin: 1em 0 2.2em;
    }

    .app-section .app-btn {
        background: #fff;
        color: #333 !important;
        display: inline-flex;
        height: 36px;
        line-height: 16px;
    }

    .app-section .kaya-btn:hover {
        color: #333 !important;
    }

    .app-section .app-btn img {
        display: inline-block;
        margin: 8px 8px 5px 5px;
    }

    .app-section .app-btn span {
        font-size: 1.2em;
    }

    .app-section .app-btn small {
        display: block;
        font-size: 68%;
    }

.parallax {
    position: absolute;
    top: 0;
    right: 0;
}

    .parallax > div {
        text-align: center;
    }

        .parallax > div img {
            width: 80%;
        }





/*payment-page*/
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #ed4a52;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #ed4a52;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #ed4a52;
    }
}



.col-bdr .col-sm-4 {
    text-align: center;
}

.modal input {
    text-transform: inherit;
}



.admin .admin-content {
    margin-top: calc(100px - 35px);
}

.admin .pfl-patnt-banner {
    overflow: inherit;
}

.admin .social-section.profile-l-sidebar {
    bottom: 12px;
}

.admin .social-section.profile-l-sidebar {
    bottom: 12px;
}

body.b-avtive {
    overflow: hidden;
}

/*--secont-nav---*/
.second-nav {
    background: #037473;
}

    .second-nav ul > li {
        border: 1px solid transparent;
        text-align: center;
    }

    .second-nav .owl-item li {
        text-align: center;
        min-height: 80px;
    }

    .second-nav ul > li:hover {
        background: #fff;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        border-bottom: 0;
    }

    .second-nav .owl-item li a {
        position: relative;
        padding: 1px 0;
        display: block;
    }

    .second-nav ul > li:hover a:after {
        content: '';
        background: #fff;
        height: 3px;
        width: 100%;
        position: absolute;
        bottom: -3px;
        left: -1px;
        z-index: 9999;
    }

    .second-nav > ul > li a {
        text-align: center;
        color: #0c0c0c;
        display: block;
        padding: 5px 0px;
    }

    .second-nav ul li a img {
        width: 25px !important;
        margin: 5px auto;
        display: block;
        height: 25px !important;
    }

    .second-nav ul li a strong {
        display: block;
        font-size: 14px;
        font-weight: normal;
        margin-top: 3px;
        color: #fff;
    }

    .second-nav .owl-nav i {
        background-color: #fff;
        box-shadow: inherit;
    }

    .second-nav .owl-carousel:hover .owl-nav i {
        color: #333;
        background-color: transparent;
    }

header .local_content {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9999;
    background: #fff;
    padding: 0 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    display: block;
    width: 100%;
    max-width: 100%;
    border: 2px solid rgba(7,186,183,0.8);
}



header .second-nav ul li:hover .local_content {
    opacity: 1;
    visibility: visible;
    display: block;
}

.second-nav .steps li {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
}

header .search-form .form-control {
    border-bottom: 1px solid rgba(7,186,183,0.61);
    width: 100%;
    height: 44px;
    background-color: #fff !important;
    line-height: 40px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 0;
}

header .search-form .city .form-control {
    line-height: 25px;
    padding-left: 5px;
}

.Filter ul {
    margin-top: 3px
}

#HospitalName.display-inline {
    display: inline-block;
    width: 40%;
}

#collapseNearStoreName.display-inline-block {
    display: inline-block;
    width: 41%;
}

#Div_SearchExpertName .extera-add {
    display: inline-block;
}

    #Div_SearchExpertName .extera-add .kaya-btn {
        display: list-item;
        float: left;
        height: 34px;
        line-height: 34px;
    }

.margbotm5 {
    margin-right: 5px;
}

#Div_SearchExpertName div.range-slider {
    margin-top: 2px;
}

header .search-form .city .form-control {
    border-right: 0;
}

header .search-form .form-group.sub-cat {
    width: 100%;
}

header .search-form input.form-control {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
}

header .search-form .form-control a {
    padding: 10px;
}

header .search-form .form-group {
    float: left;
    width: 20%;
}

    header .search-form .form-group.sr-btn {
        width: 7%;
    }

        header .search-form .form-group.sr-btn button {
            height: 40px;
            width: 100%;
        }

.search-form:after {
    clear: both;
    display: block;
    content: '';
}

.search-form .select2-container .select2-choice .select2-arrow {
    top: 4px;
}

.location {
}

    .location a, .location a span {
        color: #fff !important;
        font-size: 14px;
    }

/* .location a i {
            font-size: 14px;
        }*/

header .local_content h4 {
    color: #ed4a52;
    margin-top: 10px;
}

header .local_content .we-serve {
    position: relative;
}

    header .local_content .we-serve ul {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        padding: 0 20px;
    }

        header .local_content .we-serve ul li {
            display: block;
            width: 100%;
            margin: 0 0 10px;
        }

            header .local_content .we-serve ul li a:after {
                display: none;
            }

            header .local_content .we-serve ul li a {
                display: block;
                width: 100%;
                font-size: 16px;
                font-weight: normal;
                background-color: rgba(0,0,0,0.2);
                border: 1px solid #fff;
                color: #fff !important;
                height: 36px;
                line-height: 36px;
            }

                header .local_content .we-serve ul li a:hover {
                    color: #0c0c0c !important;
                    background: #fff;
                    border-color: transparent;
                }

header .local_content h5 {
    font-weight: 600;
    margin: 10px 0 5px;
    color: #0c0c0c;
}

header .local_content .we-serve img {
    width: 100%;
    margin: auto;
    border: 5px solid #ccc;
    max-height: 340px;
}

header .local_content .we-serve {
    margin-bottom: 0;
    background: #000;
}

    header .local_content .we-serve img {
        opacity: 0.7;
    }

header .local_content {
    padding: 10px;
}

    header .local_content p, header .local_content .steps li {
        font-size: 12px;
    }

    header .local_content .kaya-btn {
        display: inline-block;
        color: #fff;
        margin-top: 15px;
    }

.col-bdr .col-sm-4 {
    text-align: center;
}

.modal input {
    text-transform: inherit;
    line-height: normal;
}
@media (min-width: 281px) and (max-width: 767px) {
    .enqiry-body  {
     padding:30px !important
    }
}


.admin .admin-content {
    margin-top: calc(100px - 90px);
}

.admin .pfl-patnt-banner {
    overflow: inherit;
}

.admin .social-section.profile-l-sidebar {
    bottom: 12px;
}

body.b-avtive {
    overflow: hidden;
}



/*.note-btn-group.btn-group.note-font {

    display:inline-block !important;

}
.note-btn-group.btn-group.note-style {
    display: inline-block !important;
}*/
/*.btn-group, .btn-group-vertical {
    position: relative;
     display: block !important; 
    vertical-align: middle;
}*/
/*new header css*/
.dr-box {
    border: 1px solid #ccc;
    display: flex;
}

    .dr-box .img-responsive {
        height: 75px;
        width: 75px;
        border-right: 1px solid #ccc;
    }

    .dr-box .dr-detail {
        text-align: left;
        padding: 5px;
    }

        .dr-box .dr-detail h4 {
            color: #ed4a52;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 5px;
        }


/*New header css end*/
#ui-id-1 {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    background-image: none;
    z-index: 999;
}

    #ui-id-1 li div {
        padding: 5px 10px;
    }

.ad-searcing {
    background: #07bab7;
    color: #fff;
    margin: 0;
    padding: 0;
}

    .ad-searcing:after {
        clear: both;
        display: block;
        content: '';
    }

    .ad-searcing a {
        color: #fff;
        padding: 5px;
        position: relative;
    }

        .ad-searcing a:after {
            content: '';
            background: #fff;
            height: 100%;
            width: 1px;
            position: absolute;
            right: -8px;
            top: 0;
        }

    .ad-searcing li:last-child a:after {
        display: none;
    }

    .ad-searcing ul {
        text-align: left;
    }

    .ad-searcing span, .ad-searcing ul {
        display: inline-block;
    }

    .ad-searcing span {
        margin-bottom: 0;
        margin-right: 10px;
        font: 600px;
    }

.app_info b {
    margin: 20px 0 15px;
}
/*---Insurance Page---*/
.insurance-list .insurance-box {
    border: 1px solid #ddd;
    padding: 5px;
}

.insurance-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

    .insurance-box .ins-flex {
        flex: 1;
        margin-right: 10px;
    }

    .insurance-box .ins-price, .insurance-box .amount {
        -webkit-align-self: center;
        align-self: center;
    }

    .insurance-box .amount {
        text-align: center;
        font-weight: normal;
    }

        .insurance-box .amount a {
            font-size: 16px;
            color: #ed4a52;
            text-transform: capitalize;
        }

        .insurance-box .amount p {
            font-size: 16px;
            margin: 0;
        }

            .insurance-box .amount p span {
                font-size: 20px;
            }

.insurance-list .notice {
    margin-bottom: 20px;
}

    .insurance-list .notice i {
        color: #ed4a52;
    }

.insurance-list .groupboximg .img-responsive {
    max-height: 130px;
    min-height: 130px;
    border: 1px solid #eee;
}

.docfind .kaya-btn2 {
    margin-top: 4px;
}

.profilePic .col-sm-4 button {
    display: inline-block;
}

.home .ask-form .profil-ptnt-img {
    height: inherit;
    padding-bottom: 5px;
    padding-right: 0;
    border-radius: 100px 10px 10px;
    border: 1px #ccc solid;
}

    .home .ask-form .profil-ptnt-img #DocName {
        font-size: 20px;
        margin: 10px 80px 10px 80px;
        text-align: center;
        color: #ff2d2d;
        text-transform: capitalize;
    }

    .home .ask-form .profil-ptnt-img #DocSpecialities {
        text-transform: capitalize;
    }

.experience span {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

header .second-nav .owl-carousel.owl-drag .owl-item {
    margin: 0;
    border: 0;
}

header .owl-carousel .owl-nav.disabled, header .owl-carousel .owl-dots.disabled {
    display: block;
}

header .owl-nav > div, #filter-carousel .owl-nav > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: inline-block;
}

    header .owl-nav > div:first-child, #filter-carousel .owl-nav > div:first-child {
        left: -10px;
    }

    header .owl-nav > div:last-child {
        right: -10px;
    }

    #filter-carousel .owl-nav > div:first-child {
        left: -16px;
    }

    #filter-carousel .owl-nav > div:last-child {
        right: -16px;
    }

.local_content.show, .local_content.show:hover {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

.profilePic .col-sm-4 button {
    display: inline-block;
}

#sidebar.active ul li a span {
    position: relative;
    display: block;
    text-align: center;
}

    #sidebar.active ul li a span[title] {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

#sidebar.active ul li:hover a span[title]:after {
    content: attr(title);
    position: absolute;
    top: -11px;
    left: 39px;
    background: rgba(237,74,82,1);
    color: #fff;
    padding: 13px 10px;
    display: block;
    width: 155px;
    text-align: left;
    font-size: 12px;
    font-family: 'Roboto', sans-serif !important;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.drag-myImg label {
    display: block;
}

#divPreviewImage img {
    width: 256px;
    border: 1px solid #ccc;
}

.latest-news .col-sm-8 h4 {
    font-size: 14px;
    text-transform: capitalize;
}

.banner_image h4 {
    text-transform: capitalize;
}

.admin .profiimg .caret {
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(-60%);
}

#carousel-example2 .item .row .row {
    display: block;
}

.connections {
    text-align: left;
    padding: 5px 30px;
    margin: 10px 0 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px dashed #ccc;
    position: relative;
    top: 5px;
    display: inline-block;
    width: 100%;
}

    .connections i.fa {
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-animation: blink 1s ease infinite; /* Safari 4+ */
        -moz-animation: blink 1s ease infinite; /* Fx 5+ */
        -o-animation: blink 1s ease infinite; /* Opera 12+ */
        animation: blink 1s ease infinite; /* IE 10+, Fx 29+ */
    }


@-webkit-keyframes blink {
    0%, 49% {
        color: #ed4a52;
    }

    50%, 100% {
        color: #e50000;
    }
}

.connections > div {
    display: inline-block;
    color: #4c4c4c;
    font-size: 14px;
}

.b-color {
    color: #ed4a52;
    font-weight: 600;
}
/*input-file-design*/
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
    color: #969696;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile-3 + label {
    color: #d3394c;
}

    .inputfile-3:focus + label,
    .inputfile-3.has-focus + label,
    .inputfile-3 + label:hover {
        color: #722040;
    }

.upload-alrt {
    text-align: left;
}

    .upload-alrt h4 {
        display: inline-block;
        cursor: pointer;
    }

    .upload-alrt ul {
        width: 100% !important;
        background: #fff;
    }

        .upload-alrt ul.length {
            height: auto;
            -webkit-transition: height 1s ease;
            transition: height 1s ease;
        }

        .upload-alrt ul li {
            font-size: 12px;
            position: relative;
            margin-bottom: 5px;
            padding-left: 25px;
        }

            .upload-alrt ul li:before {
                content: '';
                top: 2px;
                width: 15px;
                height: 15px;
            }

.file-box {
    height: 100px;
    width: 100%;
    border: 1px dashed #ccc;
    line-height: 100px;
    text-align: center;
}

.guidline {
    margin: 10px 0;
}

    .guidline i {
        -webkit-animation: blink 1s ease infinite; /* Safari 4+ */
        -moz-animation: blink 1s ease infinite; /* Fx 5+ */
        -o-animation: blink 1s ease infinite; /* Opera 12+ */
        animation: blink 1s ease infinite; /* IE 10+, Fx 29+ */
    }

.shar-social {
    text-align: left;
    padding: 13px 5px;
}

.fb-like.fb_iframe_widget {
    vertical-align: top;
    /*margin-top: 12px;*/
}

.Evnt-img .fb-like.fb_iframe_widget {
    margin-top: 12px;
}

.shar-social.icon-gray {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    float: left;
}

.Evnt-info .Evnt-date {
    display: block;
}

    .Evnt-info .Evnt-date p {
        font-size: 12px;
        padding-left: 16px;
    }

        .Evnt-info .Evnt-date p:before {
            content: "\f017";
            position: absolute;
            left: 0px;
            top: -2px;
            color: rgba(103, 103, 103, 0.75);
            font-size: 14px;
            font-family: FontAwesome;
        }

.scroll-section {
    max-width: 700px;
    margin: auto;
    padding: 5px;
    color: #ed4a52;
}

#SMS .form-group textarea {
    height: 34px;
}

#OtherUser_Info .chosen-container, .chosen-container-multi .chosen-choices {
    border: 0;
    border-bottom: 1px solid #bbb;
}

.chosen-container-multi .chosen-choices {
    /*height: 34px !important;*/
    overflow-y: scroll !important;
}

    .chosen-container-multi .chosen-choices .search-field {
        display: block;
    }

.form-group label .badge {
    background: #07bab7;
    color: #fff;
}

.profile-div .varify {
    top: 8px;
    left: 0;
    position: absolute;
}

    .profile-div .varify > img {
        width: 35px !important;
    }

    .profile-div .varify .varify-details {
        bottom: 48px !important;
    }

    .profile-div .varify .varify-details_mobview-topic {
        bottom: -155px !important;
        left: 72% !important;
    }

#countcharacter {
    background: transparent;
    border: 0;
    width: 20px;
    display: inline-block;
    color: #fff;
}

.Diseases-tab .row #div1 {
    display: flex;
    flex-wrap: wrap;
}

.Diseases-tab .row .tips-list {
    display: flex;
    margin-bottom: 30px;
}

.tips-title a.badge {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #07bab7;
}

    .tips-title a.badge:hover {
        color: #fff;
    }

.panel-collapse .list-group-item .kaya-btn span {
    color: #fff;
}

.panel-collapse .list-group-item .kaya-btn i {
    padding: 0;
    font-size: 12px;
    color: #fff;
}

.FirstCap {
    text-transform: capitalize;
}

#tawkchat-minified-container {
    background-color: #07bab7 !important;
}

.doc-location .address-doc {
    position: relative;
}

.maplocator_cls {
    height: 140px !important;
}

.location-text {
    bottom: -52px;
    border: 1px solid #e4e4e4;
    text-transform: capitalize;
    position: absolute;
    background: #fff;
    padding: 10px 10px 10px 30px;
    box-sizing: border-box;
    margin: 15px !important;
    display: block;
}

    .location-text:before {
        content: "\f041";
        color: #ed4a52;
        font-size: 1.5em;
        position: absolute;
        left: 12px;
        top: 7px;
        font-family: FontAwesome;
    }

.page-list .list-box {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 15px 20px 15px 55px;
    position: relative;
    box-shadow: 0 0 40px rgb(0 0 0 / 20%);
}

    .page-list .list-box .list-count {
        border: 1px solid #e5e5e5;
        padding: 5px 10px;
        font-size: 22px;
        position: absolute;
        left: 0;
        top: 0;
        border-top: 0;
        border-left: 0;
        background: #07BAB4;
        color: #fff;
    }

.quantity-box .input-group {
    display: table;
}

.bold-content {
    font-weight: 600;
}

.flex-div {
    display: flex;
    align-items: center;
}

.quantity-box {
    width: 100px;
}

    .quantity-box button.min, .quantity-box button.max {
        padding: 5px 8px;
        font-size: 12px;
    }

    .quantity-box input {
        height: 29px !important;
    }

.list-title {
    margin: 0 0 10px;
}

.list-price {
    margin-right: 15px;
    color: #07bab7;
}

.main_availability a {
    color: #fff;
    text-align: center;
    margin: 10px 0 0 0;
}

.main_availability p {
    color: #fff !important;
    margin: 0px;
}

.list-price small {
    font-size: 14px;
    position: relative;
    color: #a4a4a4;
}

    .list-price small:after {
        content: '';
        background: #7b7b7b;
        height: 1px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.list-bdr {
    border-bottom: 1px solid #e5e5e5;
    margin: 5px 0;
}

.col-sm-7 .list-discription {
    margin-top: 0;
}

.list-buttons .btn {
    font-weight: normal;
}

.inline-div {
    display: inline-block;
}

.list-box .form-group label {
    vertical-align: middle;
}

.list-box .form-group {
    margin-right: 10px;
}

.pricing-feature ul li p > span i.fa.fa-inr {
    font-size: 12px !important;
    margin: 0 0px 0 2px !important;
    color: #ed4a52;
}

.pricing-feature ul li p strong {
    font-size: 12px;
    margin-right: 5px;
    display: block;
}

.pricing-feature ul li p span {
    color: #ed4a52;
    margin: 0 5px;
}

.pricing_no_pop .pricing-feature ul li:last-child p, .pricing_no_pop .pricing-feature ul li:last-child p small {
    display: block;
}

.order-table td {
    padding: 10px 5 !important;
    border: 0;
    border-bottom: 1px solid #dedede;
    border-top: 0 !important;
}

.order-table {
    border: 0;
}

.order-box {
    background: #fff;
    border: 1px solid #07bab7;
    border-radius: 10px;
}

    .order-box > h4 {
        background: #e4e4e4;
        padding: 10px;
        text-align: center;
        border-radius: 10px 10px 0 0;
    }

    .order-box .kaya-btn2 {
        display: block;
        text-align: center;
        font-size: 16px;
    }

    .order-box.affix {
        position: fixed !important;
        z-index: 99;
        top: 5px;
        max-width: 378px;
        width: 100%;
        box-shadow: 0 0 19px rgb(0 0 0 / 20%);
    }

.admin .second-nav ul li a h5 {
    font-size: 12px;
    color: #fff;
}

.admin .second-nav ul li a img {
    width: 25px !important;
}

.admin header .owl-nav > div:first-child {
    left: -20px;
}

.panel-body {
    padding: 10px;
}

    .panel-body p {
        font-size: 16px !important;
        /*line-height: 30px !important;*/
        font-weight: normal;
        margin-bottom: 0;
        text-indent:0px !important;
    }

.collayout ul {
    padding: 0 !important;
    margin: 0 !important;
}

    .collayout ul li {
        text-align: justify;
        margin-left: 20px;
        list-style: auto !important;
        padding-bottom: 10px;
        font-weight: normal !important;
        font-size: 16px !important;
    }

.collayout ol {
    padding: 0 !important;
    margin: 0 !important;
}

    .collayout ol li {
        text-align: left;
        margin-left: 20px;
        list-style: auto !important;
        padding-bottom: 10px;
        font-size: 16px !important;
        font-weight: normal !important;
        color: #000;
    }

        .collayout ol li a {
            margin: 10px 0;
        }

.collayout span {
    font-weight: normal;
}

.panel-body a {
    color: #07bab7 !important;
}

.filter-main:hover, .filter-main {
    background-color: transparent !important;
    border: 0 !important;
}

    .filter-main .owl-item {
        margin: 0;
    }

        .filter-main .owl-item .filter-button, .filter-button {
            color: #333;
            margin-bottom: 0;
            font-size: 16px;
            font-weight: normal;
            display: block;
            width: 100%;
        }

            .filter-main .owl-item .filter-button:hover, .filter-button:hover {
                background: #07bab7;
                color: #fff;
            }
/*.filter-main .owl-carousel .owl-item { width:auto !important; float:left;
}*/
.admin.headerMenuMember .second-nav {
    display: none;
}

.lab-conditions, .lab-speciality {
    max-height: 100px;
    overflow-y: auto;
}

    .lab-conditions ul, .lab-speciality ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-width: 50px;
        -moz-column-width: 50px;
        column-width: 50px;
    }


/*Wellness-Plan-Detail*/
.plan-detail-up {
    padding: 10px;
}


    .plan-detail-up:after, .plan-banner:after, .plan-view-share:after {
        clear: both;
        display: block;
        content: '';
    }

.wellnessplan-address span {
    color: #333;
    font-size: 14px;
    padding-left: 18px;
    position: relative;
    font-weight: normal;
}

    .wellnessplan-address span i {
        position: absolute;
        left: 0;
        top: 0;
    }

.plan-banner {
    position: relative;
}

    .plan-banner:before {
        content: '';
        left: 0;
        bottom: 0px;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
        position: absolute;
        width: 100%;
        z-index: 9;
        height: 50px;
    }

    .plan-banner img {
        height: 230px !important;
    }
/*Wellness-Plan-Detail*/
/*share-menu*/
/*social share button*/
.menu-item,
.menu-open-button {
    background: #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    margin: 0;
    position: absolute;
    color: #ffffff;
    text-align: center;
    line-height: 18px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease-out 200ms;
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
    right: 10px;
    top: 13px;
}

.menu-open {
    display: none;
}

.menuShare {
    margin: auto;
    position: relative;
    bottom: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    font-size: 26px;
    z-index: 99;
}

    .menuShare a.menu-item .fa {
        color: #fff;
        font-size: 14px;
    }

.share-icon {
    color: #585656;
    font-size: 14px;
}

.menu-item:hover {
    opacity: 1;
}

.menu-item:nth-child(3) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(4) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(5) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(6) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-open-button {
    z-index: 2;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
}

    .menu-open-button:hover {
        -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
        transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    }

.menu-open:checked + .menu-open-button {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
    transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item {
    -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
    transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

    .menu-open:checked ~ .menu-item:nth-child(3) {
        transition-duration: 180ms;
        -webkit-transition-duration: 180ms;
        -webkit-transform: translate3d(0.08361px, -40px, 0);
        transform: translate3d(0.08361px, -40px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(4) {
        transition-duration: 280ms;
        -webkit-transition-duration: 280ms;
        -webkit-transform: translate3d(0.08361px, -80px, 0);
        transform: translate3d(0.08361px, -80px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(5) {
        transition-duration: 380ms;
        -webkit-transition-duration: 380ms;
        -webkit-transform: translate3d(0.08361px, -120px, 0);
        transform: translate3d(0.08361px, -120px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(6) {
        transition-duration: 480ms;
        -webkit-transition-duration: 480ms;
        -webkit-transform: translate3d(0.08361px, -160px, 0);
        transform: translate3d(0.08361px, -160px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(7) {
        transition-duration: 580ms;
        -webkit-transition-duration: 580ms;
        -webkit-transform: translate3d(0.08361px, -200px, 0);
        transform: translate3d(0.08361px, -200px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(8) {
        transition-duration: 680ms;
        -webkit-transition-duration: 680ms;
        -webkit-transform: translate3d(0.08361px, -240px, 0);
        transform: translate3d(0.08361px, -240px, 0);
    }

.facebook_share_btn {
    background-color: #3b5998;
}

    .facebook_share_btn:hover {
        color: #3b5998;
        text-shadow: none;
    }

.twitter_share_btn {
    background-color: #00aced;
}

    .twitter_share_btn:hover {
        color: #00aced;
        text-shadow: none;
    }

.linkedin_share_btn {
    background-color: #0077B5;
}

.pinterest_share_btn {
    background-color: #bd081c;
}

.whatsapp_share_btn {
    background-color: #25D366;
}

.google_plus_share_btn {
    background-color: #dd4b39;
}

    .google_plus_share_btn:hover {
        color: #dd4b39;
        text-shadow: none;
    }

/*end social share button*/
.plan-banner .plan-view {
    margin: 20px 10px 10px;
    color: #fff;
    position: relative;
    z-index: 9;
}

    .plan-banner .plan-view .badge {
        background-color: #fff;
        color: #585656;
    }

.plan-view-share {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.wellnessplan-address .timing a {
    font-size: 12px;
}

    .wellnessplan-address .timing a span {
        padding-left: 2px;
    }

.plan-banner .fb-like {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 9;
}

{
    display: inline-block;
    font-size: 14px;
    padding-left: 3px;
}

.wellnessplan-address > div {
    margin-bottom: 5px !important;
}

.consltant .offer-text2 h4 {
    font-size: 14px;
    padding-left: 2px;
}

.door-step-title {
    padding: 5px;
    background: #ed4a52;
    margin: 0 0 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .door-step-title span {
        color: #fff;
        border: 1px dashed #fff;
        display: block;
        font-size: 16px;
        text-transform: capitalize;
        padding: 0px 6px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

.map-add span {
    text-transform: capitalize;
}

.door-step-title span img {
    width: 40px;
    display: inline-block;
}

.plan-detail-up .demo-gallery > li {
    float: left;
    width: 25%;
}

    .plan-detail-up .demo-gallery > li img {
        width: 100%;
        max-height: 40px;
        min-height: 40px;
        margin: auto;
    }

    .plan-detail-up .demo-gallery > li a {
        display: block;
    }
/*share-menu-end*/
#PlanDivdata > div, #PlanDivdata {
    display: flex;
    flex-wrap: wrap;
}

    #PlanDivdata > div .filter, #PlanDivdata .filter {
        display: flex;
    }

.lab-detail-tab .nav-tabs li a {
    border: 0;
    background: transparent;
    color: #333;
    border-bottom: 2px solid transparent;
}

    .lab-detail-tab .nav-tabs li.active a, .lab-detail-tab .nav-tabs li a:focus {
        border-bottom: 2px solid #07bab7 !important;
        border: 0;
    }

.lab-detail-tab .tab-content {
    padding: 10px 0;
}

    .lab-detail-tab .tab-content p {
        text-align: justify;
        max-height: 40px;
        overflow: auto;
        padding-right: 15px;
        position: relative;
    }

.lab-detail-tab .nav-tabs li:hover a {
    color: #07bab7;
}

.desc-btn {
    position: relative;
}

.lab-text-cond p {
    position: relative;
    /*overflow: hidden;
    height: 20px;
            padding-right: 7em;*/
    text-align: justify;
}

.lab-text-cond a {
    color: #ed4a52;
    text-align: center;
    font-size: 12px;
    padding: 2px 6px;
    position: absolute;
    right: 0;
    top: 18px;
    -webkit-border-radius: 3px;
    border-radius: 3px !important;
    background: #07bab7;
    color: #fff;
    font-weight: 500;
}

.lab-text-cond p:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    display: none;
}

.lab-text-cond ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
}

    .lab-text-cond ul li span {
        font-style: italic;
        font-size: 12px;
    }

    .lab-text-cond ul li img {
        position: absolute;
        height: 20px;
        width: 25px;
        display: inline-block;
        left: 0;
        top: 0;
    }

    .lab-text-cond ul li i.fa-check {
        color: #07bab7;
    }

    .lab-text-cond ul li i.fa-times {
        color: #ed4a52;
    }
/*start-Offers-page-css*/
.offers-kayawell {
    margin: 35px 0;
}

    .offers-kayawell.mobile-app {
        margin-top: 0px;
    }


    .offers-kayawell ul li {
        margin-bottom: 25px;
        margin-top: 1em;
    }

        .offers-kayawell ul li a {
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            display: block;
        }

            .offers-kayawell ul li a:hover {
                -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
                box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            }

            .offers-kayawell ul li a img {
                background: rgba(7,186,183,0.6);
                padding: 1px;
                border-radius: 10px;
                width: 100%;
            }



/*end-Offers-page-css*/
.search-form .sub-cat {
    width: 100%;
}

    .search-form .sub-cat.description-list {
        position: relative;
    }

        .search-form .sub-cat.description-list:before {
            content: "\f002";
            position: absolute;
            right: 12px;
            top: 7px;
            font-family: 'FontAwesome';
            font-size: 1.5em;
            color: #07bab7;
            z-index: 99;
            opacity: 0.8;
        }

.offerBtn {
    background-color: rgb(7, 186, 183);
    box-shadow: inset 0px 5px 0px 0px rgba(255, 255, 255, 0.15);
    width: 125px;
    height: 38px;
    z-index: 82;
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    cursor: pointer;
    transition: all .2s;
}

    .offerBtn:hover {
        background: #ed4a52;
    }

    .offerBtn:active {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(27,199,0,1);
        -moz-box-shadow: 0px 0px 15px 0px rgba(27,199,0,1);
        box-shadow: 0px 0px 15px 0px rgba(27,199,0,1);
    }

    .offerBtn img {
        height: 80px;
        top: 10px;
        position: absolute;
        left: -5px;
        opacity: .15;
    }

    .offerBtn span {
        position: absolute;
        padding-top: 2px;
    }

.btnIcon {
    top: 24px;
    left: 50px;
}

.st0 {
    fill: #FFFFFF;
}

.st1 {
    fill: #FFFFFF;
    fill-opacity: 0.5;
}

.text1,
.text2,
.text3 {
    color: #FFF;
}

.offerBtn:before {
    content: '';
    display: block;
    height: 330px;
    width: 330px;
    position: absolute;
    background-color: rgba(255, 255, 255, .15);
    transform: rotate(-45deg);
    top: -116px;
    left: -218px;
    transition: all .2s;
}

.offerBtn:hover:before {
    left: -300px;
}

.text1 {
    font-size: 13px;
    line-height: 1em;
    left: 3px;
    top: 6px;
    /* letter-spacing: 1px; */
}

.text2 {
    font-weight: 300;
    right: 42px;
    bottom: 10px;
}

.text3 {
    top: 4px;
    right: 26px;
    font-size: 18px;
    font-family: 'Open Sans', sans;
    font-weight: 400;
    letter-spacing: -4px;
}

.text4 {
    transform: rotate(-90deg);
    right: -16px;
    top: 9px;
    background: #ed4a52;
    color: #fff;
    padding: 4px 10px;
    font-size: 10px;
    text-transform: uppercase;
}
/*.ui-autocomplete{ display:block !important;}
.ui-autocomplete li{ }*/
.ui-autocomplete li a {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #e2e2e2;
}

    .ui-autocomplete li a.ui-state-focus {
        display: block;
        background-color: #07bab7;
        color: #fff;
        border: 0;
        box-shadow: inherit;
    }

.ui-autocomplete li:hover {
    background-color: #07bab7;
}

    .ui-autocomplete li:hover a {
        color: #fff;
    }

.ui-widget-content a {
    font-size: 12px;
}

.ui-autocomplete-category {
    color: #07bab7;
}

    .ui-autocomplete-category:hover {
        background-color: transparent !important;
    }
/*.ui-menu-item .ui-state-focus .list-detail{ background-color:#07bab7 !important;}*/
.ui-menu-item .list-detail h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

.ui-menu-item a.ui-state-focus .list-detail h5, .ui-menu-item a.ui-state-focus .list-detail h6 {
    color: #fff !important;
    opacity: 1;
}
/*Sidebar Video Popup*/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 800px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
#video-popup .modal-content {
    border-radius: 0;
    border: none;
}

#video-popup .modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

#video-popup .modal-dialog {
    padding-top: 0 !important;
}

#video-popup .modal-header button span {
    color: #ccc;
}

#video-popup .modal-header button {
    float: left;
}

#video-popup .modal-header .modal-title {
    color: #000;
}

#video-popup .modal-body form {
    width: 100%;
    height: 35px;
    border-color: #ccc;
    margin-bottom: 15px;
}

/*#video-popup .modal-body .video-text {
    padding-top: 5px;
    padding-bottom: 5px;
}*/

#video-popup .modal-body .video-text h3 {
    font-size: 14px;
    color: #000;
    margin: 0;
}

#video-popup .modal-body .video-text h3 {
    font-size: 14px;
    color: #000;
    margin: 0;
}

#video-popup .modal-body .video-text p {
    margin: 3px 0;
}

#video-popup .modal-body .video-text p {
    margin: 3px 0;
}

#video-popup .modal-body .video-text a.btn {
    border: 0;
    color: #ff2d2d;
    font-weight: normal;
    font-size: 12px;
    padding: 0;
}

#video-popup .modal-body .video-text a.btn {
    border: 0;
    color: #ff2d2d;
    font-weight: normal;
    font-size: 12px;
    padding: 0;
}

#video-popup .modal-body ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}

    #video-popup .modal-body ul li:hover .live-video img:first-child {
        display: none;
    }

    #video-popup .modal-body ul li:hover .live-video img:last-child {
        display: block !important;
    }

    #video-popup .modal-body ul li:hover .live-video img:first-child {
        display: none;
    }

    #video-popup .modal-body ul li:hover .live-video img:last-child {
        display: block !important;
    }

.VideoToggle {
    cursor: pointer;
}

.Video-Dec-list {
    margin: 0px 0 30px;
    border: 1px solid #e2e2e2;
    padding: 5px;
}

    .Video-Dec-list iframe {
        width: 100%;
        border: 3px solid #e2e2e2 border: 3px solid #e2e2e2;
    }

    .Video-Dec-list ol li {
        margin-bottom: 0;
    }

#video-popup .modal-body ul li .VideoToggle {
    position: relative;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #e2e2e2;
    border-bottom: 0;
}

    #video-popup .modal-body ul li .VideoToggle:hover:before {
        content: "\f103";
        background-color: #07bab7;
        color: #fff;
        opacity: 1;
        visibility: visible;
        opacity: 1;
        visibility: visible;
    }

#video-popup .modal-body ul li:hover {
    border-color: #07bab7;
}

    #video-popup .modal-body ul li:hover .video-text h3 {
        color: #07bab7;
    }

.VideoToggle {
    padding: 5px;
}

#video-popup .modal-body ul li .VideoToggle:before {
    content: "\f103";
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: FontAwesome;
    height: 100%;
    width: 25px;
    line-height: 25px;
    text-align: center;
    color: #07bab7;
    font-size: 1.5em;
    border: 1px solid #d4d4d4;
    border-top: 0;
    border-bottom: 0;
    opacity: 0;
    visibility: hidden;
    opacity: 0;
    visibility: hidden;
    /*-webkit-border-radius:100%;
        border-radius:100%;*/
    position: absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    line-height: 70px;
}

.Video-Dec-list li h4 {
    position: relative;
    padding-left: 24px;
    color: #000;
    opacity: 0.7;
    font-size: 14px;
    margin-bottom: 10px;
}

    .Video-Dec-list li h4:before {
        content: "\f0a4";
        font-family: FontAwesome;
        font-size: 0.9em;
        color: #ed4a52;
        position: absolute;
        left: 0;
        top: 0;
    }

.Video-Dec-list li p {
    margin: 0;
}

#video-popup .modal-body ul li .VideoToggle.VideoActive:before {
    background-color: #07bab7;
    color: #fff !important;
    content: "\f103";
    opacity: 1;
    visibility: visible;
}

#video-popup .modal-body ul li .VideoToggle.VideoActive:before {
    background-color: #07bab7;
    color: #fff !important;
    content: "\f103";
    opacity: 1;
    visibility: visible;
}
/*Sidebar Videop Popup Css End*/

.main-profile-edit ul.nav.nav-pills li a:focus,
.main-profile-edit ul.nav.nav-pills li a:hover {
    color: #fff;
    background-color: #ed4a52;
    border: 0;
}

.main-profile-edit ul.nav.nav-pills li a:focus,
.main-profile-edit ul.nav.nav-pills li a:hover {
    color: #fff;
    background-color: #ed4a52;
    border: 0;
}


.main-dashboard > .col-md-3.col-sm-3 {
    margin-bottom: 35px;
}

.latest-news {
    background-color: #fff;
}

.payment-seg input {
    vertical-align: middle;
}

.addLink {
    padding: 4px 10px !important;
}

    .addLink .betaico.book-ap li {
        position: relative;
        padding: 0 !important;
        min-height: inherit;
    }

.betaico.book-ap .dropdown-menu li {
    min-height: inherit;
}

    .betaico.book-ap .dropdown-menu li a {
        padding: 8px 10px 8px 30px !important;
        display: block;
    }

        .betaico.book-ap .dropdown-menu li a i {
            color: #333;
        }

.addLink .betaico.book-ap ul li a:hover, .addLink .betaico.book-ap ul li a:hover i, .addLink .betaico.book-ap ul li a:focus i,
.addLink .betaico.book-ap ul li a:focus {
    background-color: #07bab7;
    color: #fff !important;
}

.betaico.book-ap .dropdown-menu li a i {
    color: #07bab7;
    font-size: 14px;
    position: absolute;
    left: 8px;
    top: 5px;
}

.mobile-view-text {
    width: 45%;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.form-group .mobile-view-text > textarea {
    position: absolute;
    top: 150px;
    width: 85%;
    left: 20px;
    height: 150px !important;
    background: #ececec !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 0;
    font-size: 13px;
    padding: 10px;
}

.alignment li {
    vertical-align: middle;
}

#TotalSMSCount {
    color: #ababab;
}
/*tips-filer*/
.tips-filter {
    background: #fff;
    padding: 10px;
    border: 1px solid #e2e2e2;
}

    .tips-filter .search-input > .form-group {
        margin-bottom: 0;
    }

        .tips-filter .search-input > .form-group:after {
            content: "\f002";
            font-family: FontAwesome;
            font-size: 1.2em;
            color: #000;
            opacity: 0.3;
            position: absolute;
            right: 15px;
            top: 5px;
        }
/*tips-filter-end*/
#getWelnessplan {
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 20px 0;
    margin: 20px 0 0;
}

.wellnessPlan-inner {
    position: relative;
    border: 1px solid #07bab7;
    border-radius: 12px;
    width: 100%;
    display: inline-block;
    padding-right: 0px;
    overflow: auto;
}

.pricing-col.col-half-offset {
    margin-left: 0.80%;
    width: 20%;
}

.kaya-btn {
}

.shar-social.icon-gray {
    display: flex !important;
}

.blockElement {
    display: block;
    text-align: center;
}
/*--button-animation-css---*/


.owl-nav > div {
    display: inline-block;
}

.owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 9;
}

.owl-next {
    float: right;
}

.owl-prev {
    float: left;
}

.owl-nav i {
    height: 35px;
    font-size: 16px;
    width: 35px;
    background: #fff;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0 2px 2px #ddd;
    box-shadow: 0 2px 2px #ddd;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    z-index: 99;
}

.owl-carousel:hover .owl-nav i {
    opacity: 1;
    background-color: #07bab7;
    color: #fff;
}

#owl-carousel_wellness .owl-nav {
    display: block;
}

.appointment-payment-option label span, .appointment-payment-option label input {
    vertical-align: middle;
}

.appointment-payment-option label {
    margin-right: 10px;
}

#ShowGoogleMap {
    border: 1px solid #e2e2e2;
    width: 90%;
}

.relativeDiv {
    position: relative;
}

#otpdiv button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    z-index: 9;
}

.SponsoredBanner {
    border: 1px solid #e2e2e2;
    margin-bottom: 10px
}

    .SponsoredBanner a {
        display: block;
    }

.advertisementPage .captcha .cth_input input.form-control {
    border-bottom: 1px solid #ddd !important;
}
/*.d-tag{ background:url(../images/tag.svg) no-repeat; height:100px; width:100px;}*/
.kv-zoom-title {
    color: #fff;
}

.kv-file-content img {
    width: 160px !important;
}

.form-group .file-zoom-dialog {
    position: fixed;
}

.modal-header .kv-zoom-actions .btn-default {
    background-color: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.1);
}

.saleCallout {
    display: inline-block;
    box-sizing: content-box;
    height: 13px;
    position: relative;
    content: "";
    cursor: pointer;
    margin: 0 13px 0 0;
    padding: 5px 20px 5px 8px;
    border: none;
    border-radius: 4px 1px 1px 4px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: #000;
    /*box-shadow: 0 4px 0 0 #a93137, 4px 4px 0 0 #a93137;*/
    top: 0px;
    margin: 0 0 10px;
}

    .saleCallout h5 {
        font-family: arial;
        font-size: 14px;
        color: #fff;
        margin-top: 0;
        text-transform: capitalize;
    }

.upload-tab-title {
    display: block;
    margin-top: -5px;
}

.saleCallout:before {
    display: inline-block;
    box-sizing: content-box;
    z-index: 1;
    width: 16px;
    height: 16px;
    position: absolute;
    content: "";
    cursor: pointer;
    top: 4px;
    right: -8px;
    border: none;
    border-radius: 1px 1px 4px;
    color: #fff;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #000;
    /*box-shadow: 0 5px 0 0 #a93137;*/
    text-shadow: none;
    transform: rotateY(1deg) rotateZ(-45deg);
}

.saleCallout:after {
    display: inline-block;
    box-sizing: content-box;
    z-index: 2;
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    cursor: pointer;
    top: 6px;
    right: 0;
    border: none;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #fcfcfc;
    box-shadow: 3px 5px 0 0 #a93137 inset;
    text-shadow: none;
}

.packDrecpt ul li {
    font-size: 12px;
}

.packDrecpt p strong {
    font-size: 15px;
}

.package-list-view {
    background: #fff;
    padding: 0 0 5em 0;
}

    .package-list-view ul {
        display: block;
        /*height: auto;*/
        padding: 10px 0 0;
        vertical-align: top;
        border-radius: 4px;
        border: 1px solid #ccc;
        background-color: #fff;
    }

        .package-list-view ul .package-title {
            border-bottom: 1px solid #ccc;
            font-size: 18px;
            max-height: 45px;
            min-height: 45px;
            text-transform: capitalize;
            color: #3a3a3a;
            margin: 0 0 6px;
            padding: 0 5px 10px;
            display: block;
            font-weight: 500;
            text-align: center;
        }

        .package-list-view ul li {
            list-style: none;
            color: #3a3a3a;
            font-size: 13px;
            margin: 0 15px;
            padding: 0;
        }

        .package-list-view ul .nn-fast {
            font-size: 11px;
            text-align: left;
            margin: 15px 10px;
            padding: 10px 0 0;
            /*border-top: 1px solid #e4e4e4;*/
        }

            .package-list-view ul .nn-fast span {
                margin-left: 30px;
            }

            .package-list-view ul .nn-fast img {
                width: auto;
                display: inline-block;
            }

        .package-list-view ul section .healthians_price {
            margin-right: 24px;
            float: left;
            display: inline-block;
        }

        .package-list-view ul section .limited-offer {
            display: inline-block;
            font-weight: 500;
            font-size: 22px;
        }

.sv-btn {
    font-weight: 400;
    background: #767676;
    font-size: 12px;
    float: right;
    display: inline-block;
    color: #fff;
    vertical-align: top;
    border-radius: 30px;
    border: 0;
    padding: 2px 9px;
    margin-top: 15px;
}

.package-list-view ul section .limited-offer font {
    color: #3f3f3f;
    height: 12px;
    display: block;
    font-weight: 400;
    font-size: 13px;
}

.package-list-view ul a.view-detail {
    display: block;
    margin: 0;
    font-size: 18px;
    border-radius: 0 0 3px 3px;
    color: #fff;
    background: #00a0a8;
    padding: 8px 0;
    text-align: center;
}

.taleft {
    text-align: left;
    margin-bottom: 9px;
    padding: 0 20px;
}

.package-list-view ul section .healthians_price strong {
    font-weight: 400;
    font-size: 15px;
    text-decoration: line-through;
}

.package-list-view ul section .healthians_price font {
    color: #3f3f3f;
    height: 17px;
    display: block;
    font-size: 13px;
}

.packageList .kaya-btn2 {
    display: block;
    text-align: center;
}

#PopularPack .owl-nav {
    display: block;
}
/*Event Section*/
.main-event img {
    width: 100%;
    max-height: 380px;
}

.main-event-content {
    position: absolute;
    width: 100%;
    top: 0;
    color: #fff;
    padding: 0 15px;
}

    .main-event-content .heading-first {
        font-size: 26px;
    }

    .main-event-content .heading-subline {
        font-size: 20px;
    }

    .main-event-content .col-sm-8 {
        background: rgba(0,0,0,0.5);
    }

.timing {
    margin: 24px 0 0;
}

    .timing > div {
        display: inline-block;
        vertical-align: middle;
    }

    .timing > .icon {
        height: 35px;
        width: 35px;
        text-align: center;
        line-height: 35px;
        color: #ed4a52;
        background: #fff;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin-right: 10px;
    }


.timing-dtl li {
    font-size: 14px;
}

.main-event-content .desc-pera p {
    font-size: 14px !important;
    color: #fff;
    text-align: justify;
}

.event-price {
    text-align: center;
}

    .event-price span.sale-price {
        font-size: 24px;
    }

    .event-price .real-price {
        font-size: 20px;
        color: rgba(255,255,255,0.7);
    }

    .event-price p {
        font-size: 16px !important;
        color: #fff;
        margin-top: 0;
    }

.event-title:after {
    content: '';
    display: block;
    clear: both;
}

span.event-title {
    font-size: 28px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 145px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 100%;
}

.close-btn {
    position: absolute;
    color: #fff;
    right: 20px;
    top: 5px;
}

    .close-btn a, .close-btn button, .close-btn button:hover {
        color: #fff;
        z-index: 999;
        vertical-align: middle;
    }

    .close-btn a {
        margin-right: 10px;
        margin-top: 5px;
        display: inline-block;
    }

.main-event-content .row > .col-sm-6.relativeDiv {
    background: rgba(0,0,0,.5);
    padding: 26px;
}

.popup-carousel ul li img {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    float: left;
    width: 75px !important;
    height: 75px;
}

.reltd-evnt {
    float: right;
    width: 80%;
}

.popup-carousel {
    padding: 10px;
}

.reltd-evnt p {
    font-size: 12px;
    text-align: left;
    margin: 5px 0;
    color: #373737;
}

.reltd-evnt strong {
    margin: 0;
    font-size: 15px;
    font-weight: normal;
}

.reltd-date span {
    font-size: 11px;
    color: #373737;
}

#demo2 {
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: 9;
    padding: 5px 5px 0;
}

    #demo2.open {
        opacity: 1;
        visibility: visible;
    }

    #demo2 a {
        margin: 0;
    }

    #demo2 li {
        margin-bottom: 5px;
    }

.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}

    .bounce img {
        height: 15px;
        width: 15px;
    }

.main-loader {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 99999;
    text-align: center;
}

    .main-loader img {
        margin-top: 20%;
    }
/*
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}*/

.upload-alrt .kaya-btn {
    margin: 0 0 5px;
}

.upload-alrt .unable-connect.DisplayInline > span {
    font-size: 16px;
    margin-right: 5px;
}

#accordion #TopSpecialities {
    max-height: 200px;
    overflow-y: scroll;
}

#accordion.InnerAccordian .panel-collapse {
    padding: 15px !important;
}

#accordion.InnerAccordian .panel-heading {
    margin-top: 0;
}

    #accordion.InnerAccordian .panel-heading .panel-title {
        font-size: 18px;
    }

#accordion.InnerAccordian .panel-title > a i {
    right: 10px;
}

.poster-conten {
    position: relative;
}

.poster-content .plan-view-share {
    position: fixed;
    bottom: 10px;
    right: 20px;
}

.poster-content .share-icon {
    color: #fff;
}

.poster-content .menu-item, .poster-content .menu-open-button {
    height: 30px;
    width: 30px;
    line-height: 20px;
    background: #07bab7;
    border: 1px solid #fff;
}

.footer_top .earn ul {
    margin-top: 40px;
}

    .footer_top .earn ul li a {
        position: relative;
        display: block;
        margin: 10px 0;
        font-size: 13px;
        text-align: center;
        height: inherit;
        line-height: inherit;
        padding: 5px;
    }

        .footer_top .earn ul li a::before {
            content: "\f0f0";
            font-size: 1.2em;
            color: #fff;
            left: 10px;
            position: absolute;
            top: 0;
            font-family: FontAwesome;
            display: none;
        }

    .footer_top .earn ul li:last-child a::before {
        content: "\f0a1";
    }

.packageList li {
    position: relative;
}

.packageList .pack-title-img {
    width: 100%;
    position: absolute;
    right: 20px;
    max-width: 80px;
    top: 8px;
}

.TableClickLink {
    color: #ed4a52;
    border-bottom: 1px solid #ed4a52;
    padding-bottom: 2px;
}

#EventPopup {
    z-index: 99999 !important;
}

.customeGrid_Clickable {
    color: #07bab7 !important;
    font-weight: bold !important;
}

.saleCallout.book_test {
    margin-right: 15px;
}

    .saleCallout.book_test h3 {
        font-size: 14px;
    }

.LabTest-List li {
    margin-bottom: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .LabTest-List li:hover {
        -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.20);
        box-shadow: 0 4px 6px 0 rgba(0,0,0,.20);
    }

    .LabTest-List li h5, .Selected-Tests h5 {
        font-size: 16px;
        color: #4c4c4c;
        margin-bottom: 5px;
    }

    .LabTest-List li h6 {
        font-weight: normal;
    }

.Selected-Tests {
    background: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.23);
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.23);
}

    .Selected-Tests a {
        display: block;
        background-color: #e0e0e0;
        color: rgba(0,0,0,.3);
        text-align: center;
    }

    .Selected-Tests ul li {
        margin-bottom: 10px;
    }

    .Selected-Tests h5 {
        margin-bottom: 20px;
    }

.Lab-Price {
    font-size: 20px;
}

.R-Ltr {
    right: 0;
    left: inherit;
    min-width: inherit;
}

    .R-Ltr li a {
        padding: 5px;
    }

.Selected-Tests a {
    display: block;
    background-color: #e0e0e0;
    color: rgba(0,0,0,.3);
    text-align: center;
}

.Selected-Tests ul li {
    margin-bottom: 10px;
}

.Selected-Tests h5 {
    margin-bottom: 20px;
}

.Lab-Price {
    font-size: 20px;
}

.LabTestPop .img-rnd {
    margin: auto;
    padding: 5px 12px;
}

    .LabTestPop .img-rnd img {
        display: block;
    }

    .LabTestPop .img-rnd.pop-rnd a:before {
        display: none;
    }

.admin-content.admin .nav-tabs li a {
    padding: 5px 10px;
}

#mySidenav .sidebar-header {
    padding: 10px 10px 10px 30px;
    background: #07bab7;
    color: #fff;
}

    #mySidenav .sidebar-header #closeit {
        top: 10px;
        right: 10px;
        color: #fff;
        position: absolute;
        opacity: 0.9;
        font-weight: 300;
        font-size: 16px;
    }

.LabPlans .box {
    min-height: inherit;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #07bab7;
    border-radius: 12px;
    width: 100%;
    display: inline-block;
    padding-right: 0px;
}
/*-dandia-offers-page*/
.offers-kayawell li {
    position: relative;
}

    .offers-kayawell li a:before {
        content: '';
        position: absolute;
        background-image: url(../images/contest-graphic.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 382px;
        left: 0;
        z-index: 99;
        width: 100%;
        top: -59px;
        display: none;
    }

#CouponCodeSection .CouponCodebtn, #ThyroAppointmentForm .bootPicker .CouponCodebtn, #AppointmentForm .form-group .CouponCodebtn {
    position: absolute;
    right: 6px;
    /*top: 6px;*/
    z-index: 9;
}

.mysociallink .form-group .CouponCodebtn {
    position: absolute;
    right: 6px;
    top: 2px;
    z-index: 9;
}

.formads .form-group {
    margin-bottom: 0px;
}
/*.play-responsive {
    width: auto;
    position: static;
    left: -23px;
    top: 9px;
}

.play-responsive span{
        font-size: 17px;
    text-align: center;
    padding: 0 0 0 8%;
    color:#666;
}*/
.play-responsive img {
    width: 80% !important;
}

.alert-kaya {
    padding: 4px 8px;
    margin: 6px 0px;
    background: #ecffff;
    border: 1px solid #d2f7f6;
    position: relative;
}

    .alert-kaya .close {
        color: #999;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

.social-media-link ul {
    margin-top: 0 !important;
}

    .social-media-link ul li a, #ExpertAbout .follow-box a {
        color: #07bab7;
        font-size: 1.2em !important;
        padding: 3px !important;
    }

        .social-media-link ul li a i, #ExpertAbout .follow-box a i {
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .social-media-link ul li a:hover i, #ExpertAbout .follow-box a:hover i {
            color: #ed4a52;
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }

/*#HomeFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 8;
}

.bodysection {
    position: relative;
    z-index: 99;
    margin-bottom: 38em;
    background: #fff;
}*/
.formads h4 {
    margin: 15px 0 10px;
}

.formads .form-group .form-control {
    margin-bottom: 7px;
}

.paddright-0 {
    padding-right: 0px;
}
/*kavita 7dec addmore*/
.norow {
    margin-left: 0px;
    margin-right: 0px;
}

.extra-fields-customer {
    margin-right: 5px;
}

.customer_records_dynamic .remove {
    padding-top: 10px;
}

.addmore {
    max-height: 150px;
    overflow-x: auto;
}

.addmore_btn {
    margin-bottom: 15px;
    margin-left: 15px;
}

.hidden {
    display: none;
}

.check_frmcntrl {
    width: 12px;
    display: inline-block;
    vertical-align: middle;
}

.form-control.check_frmcntrl:focus {
    box-shadow: none;
}

#rootwizard.navbar .navbar-inner .nav-tabs li a {
    color: #000 !important
}

.main-profile-edit .nav-tabs li a {
    color: #000 !important;
}



.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 6px 0px !important;
    height: 33px !important;
    border-radius: 0px !important;
    background-color: #fff;
    background: transparent !important;
    background: transparent !important;
    background: transparent !important;
    background: transparent !important;
    background: transparent !important;
    background-clip: padding-box;
    box-shadow: none !important;
    color: #999 !important;
    text-decoration: none !important;
    white-space: nowrap;
    line-height: 24px !important;
    border-top: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
}

.icons-set {
    margin-top: -12px;
    margin-right: 5px;
}

.frc {
    width: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: 1px 1px 10px #ccc;
    /* border: 1px solid #ccc; */
    border-radius: 3px;
}

    .frc .col-sm-12 {
        padding: 10px 5px;
    }

.h3-head {
    color: #07bab7;
    text-align: center;
    border-bottom: 1px solid #eee;
}



.ver-otp {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.fg-0 {
    margin-bottom: 15px
}

.resend-btn {
    font-size: 14px;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-transform: capitalize;
    display: inline-block;
    color: #07BAB4;
    padding: 0px 10px;
    -webkit-transition: all 0.5s ease;
    height: 30px;
    line-height: 30px;
    border: 1px solid #07BAB4;
}

.mr-10 {
    margin-right: 7px
}

.otp-up {
    position: absolute;
    top: 0px;
    right: 15px
}

.phone-number {
    display: inline-block
}

.email-id {
    display: inline-block
}

.mail-bdr {
    /* border: 1px solid #07bab7; */
    /* padding: 5px; */
    margin-top: 5px;
}

.icon-bdr {
    /* background: #07bab7; */
    text-align: center;
    /* width: 25px; */
    /* height: 25px; */
    /* line-height: 25px; */
    /* margin-top: 0px !important; */
    /* vertical-align: middle; */
    color: #07bab7;
}

.mail-bdr span {
    margin-right: 10px
}

.none-bdr {
    border-color: transparent !important;
    padding: 0px !important;
    border-radius: 0px !important
}

.dropdown-menu {
    padding: 0px !important;
    border-color: transparent !important
}

.padd-0 {
    padding: 0px !important
}

.top-2 {
    top: -2px !important;
}

.top-15 {
    top: -15px !important;
}

.main_container.admin-content .nav-tabs li .tabs-community {
    color: #ed4a52 !important;
    background: #eee !important
}

.comment-block .nav-tabs li.active .tabs-community {
    background: #ed4a52 !important;
    background: #ed4a52;
    position: relative;
    color: #fff !important;
    margin-right: 0 !important;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#divShowsContentList {
    text-align: center;
    border: 3px solid #07bab7 !important;
    background: #f7f7f7;
    /* vertical-align: bottom; */
    border-radius: 10px;
    margin-top: 20px;
}

    #divShowsContentList p {
        font-size: 36px !important;
        color: #07bab7;
        vertical-align: baseline;
        align-items: center;
        text-transform: uppercase;
        font-weight: 500;
        border-bottom: 3px solid #07bab7;
        display: inline;
        margin: 125px 0px;
        display: inline-block;
    }

.no-record {
    text-align: center;
    border: 3px solid #07bab7 !important;
    background: #f7f7f7;
    /* vertical-align: bottom; */
    border-radius: 10px;
    margin-top: 20px;
}

    .no-record p {
        font-size: 36px !important;
        color: #07bab7;
        vertical-align: baseline;
        align-items: center;
        text-transform: uppercase;
        font-weight: 500;
        border-bottom: 3px solid #07bab7;
        display: inline;
        margin: 125px 0px;
        display: inline-block;
    }



.fs-18 {
    font-size: 18px !important;
}

.ui-menu .ui-menu-item a {
    width: 100%
}

.hospital-nav .owl-stage-outer .owl-stage {
    width: 100% !important
}

.hospital-nav .owl-stage-outer .disabled {
    display: none !important
}

.hospital-nav .owl-stage-outer .owl-stage .owl-item {
    width: 150px !important
}


.heading-title {
    margin-bottom: 100px;
}

.text-center {
    text-align: center;
}

.heading-title h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}

.p-top-30 {
    padding-top: 30px;
}

.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}

.text-uppercase {
    text-transform: uppercase;
}

.team-member, .team-member .team-img {
    position: relative;
}

.team-member {
    overflow: hidden;
}

    .team-member, .team-member .team-img {
        position: relative;
    }

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.team-member:hover .team-hover .desk {
    top: 35%;
}

.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}

.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}

.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}

.team-member:hover .team-hover .s-link {
    bottom: 10%;
}

.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}

.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}

    .desk, .desk h4, .team-hover .s-link a {
        text-align: center;
        color: #222;
    }

.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}

.team-title {
    position: static;
    padding: 20px 10px;
    display: inline-block;
    letter-spacing: 1px;
    width: 100%;
}

    .team-title h5 {
        margin-bottom: 0px;
        display: block;
        text-transform: uppercase;
    }

    .team-title span {
        font-size: 14px;
        color: #a5a5a5;
        letter-spacing: 1px;
    }



.hospital-section {
    width: 100%;
    background: #fff;
    margin: 50px 0px 50px 0px
}


.p-top-30 {
    padding-top: 30px;
}

.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}

.text-uppercase {
    text-transform: uppercase;
}

.team-member, .team-member .team-img {
    position: relative;
}

.team-member {
    overflow: hidden;
}

    .team-member, .team-member .team-img {
        position: relative;
    }

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 5px solid #07bab7;
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.team-member:hover .team-hover .desk {
    top: 35%;
}

.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}

.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}

.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}

.team-member:hover .team-hover .s-link {
    bottom: 10%;
}

.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}

.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}

    .desk, .desk h4, .team-hover .s-link a {
        text-align: center;
        color: #07bab7;
        font-size: 24px;
    }

    .team-hover .s-link > p {
        font-size: 16px !important;
    }

.team-member .s-link a {
    margin: 0 2px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #07bab7;
    background: #07bab7;
    padding: 5px 10px;
    border-radius: 3px;
}

    .team-member .s-link a:hover {
        border: 1px solid #ed4a52;
        background: #ed4a52;
    }

.team-title {
    position: static;
    padding: 15px 10px;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}

    .team-title h5 {
        margin-bottom: 10px;
        display: block;
        text-transform: uppercase;
        font-size: 16px;
        color: #07bab7;
    }

    .team-title span {
        font-size: 14px;
        color: #333;
        letter-spacing: 1px;
    }

.team-view {
    margin-top: 30px;
    border: 1px solid #f7f7f7;
    box-shadow: 0px 0px 5px #ccc;
}

.hospital-services {
    width: 100%;
    background: #dfdddd45;
    padding: 50px 0px
}

.about-us h1 {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    color: #07bab7;
    font-size: 30px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}

.about-us p {
    font-size: 16px !important;
    margin-top: 25px;
}

.abt-btn {
    font-size: 16px;
    background: #ed4a52;
    color: #fff;
    padding: 0px 10px;
    /* height: 30px; */
    /* line-height: 30px; */
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 10px;
    display: inline-block;
}

    .abt-btn:hover {
        background: #07bab7;
        color: #fff !important;
        -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
        box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
    }

.about-us {
    margin-top: 30px
}

.hospital-nav .owl-carousel .owl-nav.disabled {
    display: none !important
}

.hospital-nav ul li a strong {
    margin-top: 0 !important;
}







@keyframes cursor {
    from, to {
        border-color: transparent;
    }

    50% {
        border-color: black;
    }
}

@keyframes typing {
    from {
        width: 100%;
    }

    90%, to {
        width: 0;
    }
}

@keyframes slide {
    33.3333333333% {
        font-size: 3rem;
        letter-spacing: 3px;
    }

    to {
        font-size: 0;
        letter-spacing: 0;
    }
}

.hospital-slider {
    position: relative;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
}





.text-view {
    margin-top: 17%
}

    .text-view .text {
        color: transparent;
        font-size: 4vw;
        display: inline-block;
        border-radius: 3px;
        background-color: #1d3557;
        position: relative;
        -webkit-background-clip: text;
        background-clip: text;
        font-weight: 600
    }

        .text-view .text:before {
            content: attr(data-title);
            background: linear-gradient(90deg, #07bab7 0%, #ed4a52 51%, #07bab7 100%);
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 0;
            background-clip: text;
            -webkit-background-clip: text;
            transition: all 1s ease-in-out;
            animation: text-animation 3s infinite;
        }

@keyframes text-animation {
    0% {
        width: 0;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

.add-block .contact-adrs li {
    margin: 10px 0px
}

.contact-us .colbdr .add-block:before, i {
}

.service_box {
    margin-top: 30px;
    padding: 30px 15px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    transition: all 0.30s ease 0s;
    border: 1px solid #ccc;
    min-height: 240px;
}

    .service_box:hover {
        background: #07bab7;
        border: 1px solid #07bab7
    }

    .service_box .service_icon {
        width: 60px;
        height: 60px;
        margin: 0 auto;
        font-size: 30px;
        background: #ed4a52;
        line-height: 60px;
        border-radius: 50px;
        transform: translateY(0);
        transition: all 0.30s ease 0s;
        border: 1px solid #ed4a52;
    }

    .service_box:hover .service_icon {
        transform: translateY(-100%);
    }

    .service_box .service_icon i {
        color: #fff;
    }

    .service_box h3 {
        position: relative;
        margin: 0;
        color: #07bab7;
        font-size: 22px;
        text-transform: uppercase;
        transform: translateY(0%);
        transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
        margin: 15px 0px 10px;
        padding: 0;
    }

    .service_box:hover h3 {
        top: -10px;
        color: #fff;
        margin: 0px
    }

    .service_box p {
        color: #333;
        margin: 0;
        transition: all 0.30s linear 0s;
        font-size: 15px !important;
    }

    .service_box:hover p {
        top: -60px;
        color: #fff;
    }

.choose-ui {
    margin: 0px;
    padding: 0px
}

    .choose-ui li {
        font-size: 16px;
        width: 50%;
        float: left;
        margin: 10px 0px
    }

        .choose-ui li span {
            margin-left: 15px
        }

        .choose-ui li i {
            color: #07bab7;
            border: 1px solid #07bab7;
            width: 20px;
            height: 20px;
            line-height: 18px;
            text-align: center;
            border-radius: 2px;
        }


.our-fea {
    margin-top: 30px
}

    .our-fea h4 {
        color: #07bab7;
        font-size: 20px;
        border-bottom: 1px solid #07bab7;
        padding-bottom: 15px;
    }

    .our-fea ul {
        padding: 0px;
        margin: 0px;
    }

        .our-fea ul li span {
            margin-left: 10px
        }

        .our-fea ul li i {
            color: #07bab7;
        }

        .our-fea ul li {
            font-size: 16px;
            /* margin: 10px 0px; */
            border-bottom: 1px solid #07bab7;
            padding: 10px 0px;
        }

            .our-fea ul li:last-child {
                border-bottom: none
            }

            .our-fea ul li:hover {
                color: #ed4a52;
                transition: 0.5s
            }

                .our-fea ul li:hover i {
                    color: #ed4a52;
                    margin-left: 5px;
                    transition: 0.5s
                }

.megamenu_light a#dropdownMenu1 {
    padding: 0 0px;
    padding-bottom: 5px;
}

.megamenu_light button.view-icon-edit {
    margin: 0 10px;
}

.megamenu_light p {
    margin-bottom: 0 !important;
}

.modal-backdrop {
    z-index: 99;
}

@media (min-width:320px) and (max-width:480px) {

    about-content p {
        word-break: break-all;
    }

    .modal--radius .close {
        background: #07bab7;
        margin-right: 30px;
        padding: 0 8px !important;
        border-radius: 50%;
        line-height: 32px !important;
        position: absolute;
        z-index: 999;
        right: 0px;
        top: 14px !important;
        height: 30px;
        width: 30px;
    }

    .hti-btn {
        display: block !important;
        width: 100%;
        padding: 10px 40px 30px;
    }

    .hti-left {
        width: 100% !important;
        float: none !important;
        text-align: center !important
    }

    .hti-right {
        width: 100% !important;
        text-align: center !important;
        float: right;
    }

    .hti-btt {
        font-size: 12px !important;
        font-weight: 400 !important
    }

    .popular-experts-pack img {
        border-radius: 50%;
        margin-right: 4px;
    }

    .inline-treatments.popular-experts-pack li {
        display: flex;
        padding-left: 0px;
        margin-left: 8px;
        margin-top: 5px;
    }

    .varify_mobview_icon .varify-details_mobview-topic::after {
        content: '';
        position: absolute;
        left: 26%;
        bottom: 154px !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 0px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 13px solid #07bab7 !important;
        border-top: 0px solid #fff !important;
    }

    .profile-div .varify .varify-details_mobview-topic {
        bottom: -172px !important;
        left: 82% !important;
    }

    .profile-img {
        height: 110px !important;
    }

    .verify-doctor-online.online-health-parent.Practice_info.expert-info li:
    (2)::before {
        left: -35px;
        top: 80px !important;
    }

    .choose-ui li {
        width: 100%
    }

    .tabs label {
        width: 50% !important;
    }

    .hospital-slider {
        height: 200px;
    }

    .text-view .text {
        font-size: 6vw;
    }

    .new-bar .logo img {
        width: 106px !important;
        padding-top: 6px;
        padding-left: 8px
    }

    .logo .visible-xs {
        float: right !important;
    }

    .location, .location_inlinebtn {
        display: flex !important;
        padding-top: 3px;
    }

        .location a i {
            font-size: 20px !important;
        }

        .location a, .location a span {
            color: #fff !important;
            font-size: 14px !important;
            padding-left: 6px;
        }

    a.solution-vcclinic img {
        max-width: 12%;
    }

    .list-inline > li {
        display: inline-block;
        padding-left: 0px !important;
        padding-right: 5px;
    }

    .offerBtn {
        background-color: rgb(7, 186, 183);
        box-shadow: inset 0px 5px 0px 0px rgb(255 255 255 / 15%);
        width: 125px;
        height: 35px !important;
        z-index: 82;
        display: block;
        position: relative;
        overflow: hidden;
        margin-top: 5px;
        cursor: pointer;
        transition: all .2s;
    }

    .text1 {
        left: 5px !important;
        font-size: 11px !important;
        /* line-height: normal !important; */
    }

    .text4 {
        transform: rotate(-90deg);
        right: -17px !important;
        top: 6px !important;
        background: #ed4a52;
        color: #fff;
        padding: 4px 10px;
        font-size: 10px !important;
        text-transform: uppercase;
    }

    .heading img {
        display: block;
        margin: auto;
        position: relative;
        z-index: 99 !important;
        background: #fff;
        background:;
        padding: 5px 10px;
        TOP: -8px;
    }

    .new-tab-sec button {
        width: 96px !important;
        line-height: 15px !important;
        margin: 0 4px 18px 2px !important;
        padding: 10px 10px !important;
        font-size: 14px !important;
    }

    .owl-stage-outer .doctor-img img {
        min-height: 200px !important;
        max-height: 200px !important;
        object-fit: cover;
    }

    .nav > li > a {
        font-size: 9px !important;
        font-weight: bold;
    }

    .vertical-tabs-adver div.bhoechie-tab-menu div.list-group > a.active::after {
        left: 112% !important;
    }

    .btn_w_doc {
        padding: 8px 16px !important;
        font-size: 12px !important;
    }

    .verified_doctor, .doctor_according, .book_appointment, .enquiry-dtr, .tips-health, .prescption-eld, .wellness-pack, .treatment-special, .consult-video, .doctor-search, .pharmacy-find, .pharmacy-choose, .prescption-upload,
    .availability-medicine, .ordermedicine, .contact-pharma, .medicine-refill, .medicine-discount, .medicine-deliver, .reminder-notification, .diagnostic-new-pahr, .book-test-lab, .upload-dtr, .lab-report, .available-twentyfour, .lab-test-pack,
    .enquiry-diagnostic, .verified-info, .check-treatment, .book-appoint-clinic, .video-clinic-consult, .visit-physicial, .eprescption-clinic, .medicine-cart, .order-lab-tes, .feedback-share, .special-treatmnt {
        padding: 16px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important;
        background-size: 30px 30px;
    }

    .vertical-tabs-adver h4 {
        color: #07bab7;
        line-height: 20px;
        font-size: 16px;
        font-weight: 500;
    }

    .we-appply.bhoechie-tab-content.active li {
        padding: 4px !important;
    }

    .bhoechie-tab-content.active b {
        color: #000;
        font-weight: 500;
        margin: 9px 0 !important;
    }


    .infographic_tab_kayawell {
        background-image: url(/Content/images/mobile_infographic_tab_kayawell.png);
        padding: 25px !important;
        background-repeat: no-repeat;
        margin-right: 10px !important;
        width: 100%;
        height: 400px;
        background-size: contain;
    }

    .doctor .doctor-box > .doctor-info ul li {
        font-size: 10px !important;
    }

    .ratings {
        background: #07bab7;
        width: 50px;
        height: 50px;
        color: #fff;
        border-radius: 50%;
        font-size: 14px;
        position: absolute;
        top: 148px !important;
        left: 20px;
    }

    .wellness-parent-plan.parent-plan .img-blog .blog-title {
        font-size: 8px !important;
        position: absolute;
        left: 0;
        color: #07bab7;
        /* letter-spacing: 1px; */
        font-weight: 600;
        /* text-align: left !important; */
        padding: 2px 5px !important;
        background: #fff;
        border-radius: 0 10px 0 0;
        display: flex;
        width: 100%;
        margin-top: 3px;
    }

    .rescp-detailimg #divtagsPanel .panel-body > iframe {
        width: 100%;
        height: 216px !important;
    }

    .shar-social.icon-gray {
        display: inline-block;
        float: none;
        width: auto;
        vertical-align: top;
        float: left;
        padding-top: 16px;
    }

    a.rest-btnappoint.btn-appointment-rest {
        margin: 0px 0 0 0px;
        display: inline-block;
        float: left;
        padding: 6px 2px !important
    }


    .diagnostic-hospital-test.bhoechie-tab-menu .list-group {
        width: 100%;
        display: block;
    }

    div.bhoechie-tab-menu div.list-group > a:first-child {
        /* border-top-right-radius: 0; */
        -moz-border-top-right-radius: 0;
    }

    .profile-middle .list-group-item.text-center {
        margin-bottom: 6px;
    }

    a.lab-inside-btn.btn.kaya-btn {
        height: 30px !important;
    }

    .serchhead {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 4px;
        margin-top: 16px;
    }

    .profil-patien .profile-middle .profile-img {
        width: 100% !important;
        height: 189px !important;
    }
    /* .popular-experts-pack ul li {
        line-height: 24px;
        color: #333;
        font-size: 13px;
        display: inline-block;
    }*/

    .nbdetai-practice {
        padding-top: 0px !important
    }

    .new-ratings_mobile span {
        font-size: 13px !important;
        margin-top: 7px;
    }

    .feat-ndoctor_experts-pack-mob {
        text-align: left !important;
    }

        .feat-ndoctor_experts-pack-mob span {
            display: flex;
            justify-content: left !important;
            font-weight: 500;
        }

    .varify .varify-details > p {
        display: grid;
        margin: 5px 0px !important;
        width: 100%;
        padding-bottom: 14px;
        border-bottom: 1px solid #eee;
    }

    .varify .varify-details img {
        margin-right: 1px !important;
        width: 25px !important;
        min-height: 0px !important;
        padding-top: 0;
        padding-bottom: 0px;
    }

    .varify-details > p > strong {
        font-size: 10px !important;
        padding-left: 4px;
        padding-top: 0;
        margin-top: 0;
    }

    .calendar .view {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        *:;
        overflow: hidden;
        -webkit-transition: .6s;
        transition: .6s;
        border: 1px solid #d2d2d2;
        padding: 10px 0 !important;
    }

    .healthtips_class .owl-stage {
        display: flex !important;
        align-items: center;
    }

    .second-nav .owl-item li a {
        position: relative;
        padding: 1px 10px;
        display: block;
    }

    .videopayment ul li {
        display: inline-block;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .modal--radius {
        border-radius: 6px !important;
        width: 480px !important;
    }

    .mod-cont img {
        width: 100% !important;
        margin: 0 auto;
    }

    .verify-doctor-online.online-health-parent.Practice_info.expert-info li:nth-child(2)::before {
        left: -35px;
        top: 65px;
    }

    .choose-ui li {
        width: 100%
    }

    .tabs label {
        width: 50% !important;
    }

    .hospital-slider {
        height: 300px;
    }

    .text-view .text {
        font-size: 6vw;
    }

    .vertical-tabs-adver, col-xs-9 {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }

    .rescp-detailimg #divtagsPanel .panel-body > iframe {
        width: 100%;
        height: 300px !important;
    }

    .btn-appointment-rest {
        background: transparent;
        padding: 10px 24px;
        color: #000;
        border-radius: 10px;
        margin: 7px auto !important;
        display: flex;
        justify-content: center;
        font-size: 12px;
        font-weight: 600;
        border: 1px solid #07bab7;
        width: 180px;
        text-align: center;
    }
}

@media (min-width:281px) and (max-width:767px) {

    .more-btn-mob02 {
        display: block !important;
    }

    .more-btn-mob01 {
        display: none !important;
    }

    .sidenav {
        height: 100%;
        width: 100% !important;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #fff !important;
        overflow-x: hidden;
        transition: 0.5s;
    }


    .navbar-toggler-icon {
        display: inline-block;
        width: 2em;
        height: 2em;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
    }

        .navbar-toggler-icon i {
            font-size: 19px;
            padding-top: 3px;
            background: #ffffff;
            padding: 8px 10px 6px;
            border-radius: 4px;
            color: #67d5d3;
            padding: 3px;
        }

    #closeit {
        top: 0px !important;
        right: 10px;
        color: #666;
        z-index: 9999;
    }

    .close {
        float: right;
        height: 50px;
        width: 50px;
        font-weight: 500;
        line-height: 1;
        padding: 8px 14px;
        border-radius: 50px;
        color: #000 !important;
        margin: 10px;
    }

        .close i {
            color: #037473 !important;
            font-size: 18px;
        }

    .bordernn {
        border: none;
    }

    .logo .fa-close {
        display: block;
    }

    .inline_head {
        display: flex !important;
    }

    .bg-dark ul {
        margin-top: 40px;
    }

    .sidenav a {
        padding: 8px 8px 8px 18px;
        text-decoration: none;
        font-size: 13px !important;
        color: #000 !important;
        display: block;
        letter-spacing: 1px;
        /* transition: 0.3s; */
    }

    .sidenav a {
        color: #000 !important;
        border-bottom: 1px solid #cde3e3 !important;
    }

    .bg-dark li a i {
        color: #037473;
    }

    .btn_hs {
        display: block !important;
        border: none;
        margin-top: 7px;
        background-color: #fff;
    }

    .mob_view {
        display: flex;
        /* justify-content: right !important;
        margin-right: 0px !important;*/
    }

    .new-bar .col-xs-6 {
        width: 100%;
    }

    .navbar-right li {
        padding-right: 1px;
        padding-left: 0px;
    }

        .navbar-right li a img {
            max-width: 12px !important;
            width: 100%;
            vertical-align: middle;
        }

    .navbar-nav > li > a {
        padding: 5px 5px !important;
        line-height: 20px;
        background: #037473;
        color: #fff !important;
    }

    .location, .location_inlinebtn {
        display: flex !important;
        padding-top: 3px;
        justify-content: right;
    }

    .alert-kaya .close {
        color: #999;
        position: absolute;
        right: 10px;
        top: 29% !important;
        transform: translateY(-50%);
    }

    .new-sp li {
        border-right: 1px solid #ccccccc9;
        padding: 0 0px !important;
    }

    .nav > li > a:hover {
        text-decoration: none;
        background-color: #eee;
        color: #037473 !important;
    }

    .slider .item img {
        max-height: 97px !important;
        min-height: 94px !important;
        border-bottom: 1px solid #07bab7;
    }

    .slider .carousel-inner {
        max-height: 94px !important;
        border-bottom: none;
    }

    .top-btn-s {
        background: #037473;
        margin-left: 5px;
    }

        .top-btn-s a {
            font-size: 10px !important;
            padding: 3px !important;
            color: #fff;
            font-weight: normal !important;
        }

    .new-bar, .col-xs-5 {
        padding-left: 0px !important;
    }
    /* .doctor #owl-carousel_Experts .doctor-box {
        border: 1px solid #e4e4e4;
        box-shadow: 0px 2px 4px rgb(158 158 158 / 30%);
        margin: 4px;
        border-radius: 4px;
        width: 270px !important;
    }*/
    /* .owl-item {
        width: 0px !important;
    }*/
    .offerBtn {
        border-radius: 5px;
    }

    .location a, .location a span {
        color: #000 !important;
    }

    .location a {
        padding-top: 0px
    }

    .search-form .sub-cat.description-list:before {
        padding: 4px 7px !important;
    }

    .new-updated-search.search-form input[Placeholder] {
        padding-left: 8px !important;
    }

    .ribbonoff1 h3 {
        right: 6px !important;
    }

    .for-set-ribbon.ribbonoff1 {
        top: 66px !important;
        position: absolute;
        left: 0;
    }

    .box img {
        width: 100% !important;
        height: 160px !important;
        min-height: 160px !important;
        max-height: 160px !important;
    }

    .btn_healthtips {
        background: #07bab7;
        display: flex;
        justify-content: center;
        color: #fff;
        font-size: 12px !important;
        padding: 7px;
        font-weight: 400 !important;
        border-radius: 10px 10px 10px 10px;
    }

    .consult-creative.btn-primary {
        background: #07bab7;
        padding: 10px 30px;
        text-align: center;
        border-radius: 10px 10px 10px 10px;
        text-align: center;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        font-size: 12px !important;
        font-weight: 400 !important;
    }

    .parent-block-vertical-tab {
        background-image: linear-gradient(to right top,#f6f9ff,#f8f9fe,#f9fafd,#fafafc,#fbfbfb);
        padding: 24px 10px 0px 10px !important;
    }

    .heading {
        margin: 0px 0 2px 0 !important;
        text-align: center;
    }

    .owl-stage-outer {
        margin-top: 0em !important;
    }

    .p10 {
        padding: 10px;
        min-height: 70px;
        max-height: 70px;
    }

    #getWelnessplan {
        background: #fff;
        border: none !important;
        padding: 0px 0 !important;
        margin: 0px 0 0 !important;
    }

    .navbar {
        position: relative;
        min-height: 0px !important;
        margin-bottom: 0px !important;
        border: none !important;
        background-color: #fff !important;
    }

    .testimonial10 .testi10 .customer-thumb img {
        width: 80px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
        height: 80px !important;
        object-fit: cover;
        border: 4px solid #07bab7;
    }

    .mob-social-hide {
        display: none;
    }

    .mob-social-show {
        display: block !important;
    }

    .testi10 .owl-nav {
        display: block !important;
    }

    .wellnesspaln1 {
        padding-top: 18px
    }

    .ad-searcing a {
        color: #fff;
        padding: 5px;
        position: unset;
    }

    .ad-searcing ul {
        text-align: center;
        padding: 10px;
    }

    .btn {
        display: inline-block;
        margin-bottom: 14px;
        font-weight: 600;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid #fff;
        white-space: nowrap;
        padding: 2px 10px !important;
        font-size: 14px;
        line-height: 1.42857143;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .ad-searcing span {
        font-size: 20px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .btn:hover, .btn:focus {
        color: #fff;
        text-decoration: none;
        background: #037473;
    }

    .new-tab-sec .tab {
        width: 100% !important;
        text-align: center !important;
    }

    .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: 0px !important;
        background-clip: padding-box;
        opacity: .97;
        filter: alpha(opacity=97);
    }

    .wellnesspaln1 .more-opt {
        top: 0px !important;
        z-index: 9999;
        position: relative;
        float: none !important;
    }

    #LocationModal button.close {
        margin-top: 20px;
        color: #fff;
        text-shadow: none;
        padding-right: 0;
        font-size: 38px;
    }

    .modal-header {
        background: #07bab7;
        padding: 22px 15px !important;
    }

        .modal-header .close:hover, .close:focus {
            color: #fff !important;
            opacity: 1;
        }
    /* .rescp-detailimg #divtagsPanel .panel-body > iframe {
        width: 100%;
        height: 300px;
    }*/
    .tr-tc {
        text-align: center !important;
        margin-top: 11px;
    }

    .filter-main .owl-item .filter-button, .filter-button {
        color: #fff;
        background: #07bab7;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .box.box-tabs02 img {
        width: 100% !important;
        /* min-height: 120px; */
        /* min-width: 100%; */
        /* min-height: 160px; */
        /* max-height: 160px; */
        height: 113px !important;
        min-height: 113px !important;
        max-height: 116px !important;
    }

    .box .box-des {
        overflow: hidden;
        /* color: rgba(41, 41, 41, 0.68); */
        width: auto !important;
        font-size: 14px !important;
        text-align: center;
        font-weight: 400;
        margin: 0px;
        padding-top: 10px;
        margin-right: 0px;
        position: relative;
    }

    .box-des_ptc {
        font-size: 11px !important;
    }

    .like-dislike-heal {
        text-align: center;
        width: 100% !important;
        background-color: transparent;
        display: none;
        position: absolute;
        top: 76px !important;
        height: 0px;
    }

    .respdet_img_mobile {
        display: none !important;
    }

    .respdet_img_mobile02 {
        display: block !important;
    }

    .heading img {
        display: block !important;
        margin: auto;
        position: relative;
        z-index: 9;
        background: #fff;
        background:;
        padding: 5px 10px;
        top: -17px !important;
        z-index: 999
    }

    .panel-body b {
        font-weight: 600;
        color: #000;
        font-size: 16px !important;
    }

    .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 14px;
        color: inherit;
    }

    .profil-ptnt-img_mob {
        width: 200px;
        height: 200px;
        position: relative !important;
        top: 0px !important;
        left: 20% !important;
        transform: translateX(-50%);
    }

    .practice .profile-details {
        padding-top: 6px !important;
    }

    .profile-top {
        margin-top: 15px !important;
    }

    .Practice_infoico li span {
        background: #ed4a52;
        color: #fff;
        padding: 0px 5px;
        border-radius: 20px;
        position: absolute;
        top: -8px;
        font-size: 11px;
        right: 0px;
        font-weight: 600;
    }

    .Practice_infoico_new-mob {
        text-align: center;
        padding-bottom: 10px;
        padding-top: 28px !important;
        /*display: flex;*/
    }

    .Practice_infoico li {
        display: inline-block;
        float: right;
        text-align: center;
        width: 40px !important;
        height: 38px !important;
        border-radius: 50%;
        background: #07bab7;
        position: relative;
        margin-right: 1px !important;
    }

        .Practice_infoico li i {
            color: #fff;
            font-size: 16px !important;
            line-height: 35px !important;
        }

    /* .rest-btnappoin_main-section {
        display: flex;
    }*/

    .year-exp-detail.rate-details small {
        margin: 8px 0 !important
    }

    .rate-details {
        position: relative !important;
        right: 8px;
        bottom: 40px;
        text-align: left;
        top: 0;
    }

    .popular-exp-pack-mob ul li {
        display: flex !important;
    }

    .popular-exp-pack-mob02 ul li {
        display: inline-block !important;
        width: 100%;
        margin-bottom: 6px;
    }

    .popular-exp-pack-mob ul li img {
        margin-right: 3px;
    }

    .new_rating-new-bed {
        display: flex !important;
    }

    .doc-user-font_mob h2 {
        font-size: 24px
    }

    .gardage_main_mobile li {
        font-size: 13px;
    }

    .sh-social_icon_gray_mob {
        text-align: left !important;
    }

        .sh-social_icon_gray_mob i {
            color: #07bab7;
            font-weight: 700;
            font-size: 11px !important;
            background: #fff;
            border-radius: 50%;
            height: 18px !important;
            width: 19px !important;
            line-height: 19px !important;
            text-align: center;
            margin-right: 6px !important;
            margin-top: 1px !important;
        }

    .doc-detail-writerev_bookappoi {
        position: relative !important;
        top: 0;
        right: 0px !important;
        padding-bottom: 1px;
        padding-top: 10px;
    }


    .about-content_mob ul li {
        text-align: left !important;
    }

    .doc-detail-tab-btn_mob .main-align-tab.bhoechie-tab-menu .list-group > a {
        width: 44% !important;
        font-weight: 500 !important;
        margin-top: 10px;
        padding: 3px !important;
        font-size: 11px !important;
    }

    .bhoechie-tab-content.active span {
        font-weight: 500;
        margin: -1px 0 !important;
    }
    /*   .doctor-vishal-main-reating_mob{
        display:flex;
    }*/
    .doc-profile-div_mob {
        display: inline-grid;
        justify-content: left;
        text-align: center; /*
        width: 100%;*/
        margin-bottom: -37px;
    }

        .doc-profile-div_mob .varify {
            top: -120px;
            left: 1px;
            position: relative !important;
        }

    .expert-buttons_dc-mob {
        background: #fff !important;
    }

    .profil-ptnt-img-expertlist_mob {
        position: relative !important;
        top: 0px !important;
    }

    .btn-finalied.kaya-btn3.kaya-btn.mar_btm10 {
        font-size: 12px !important;
    }

    .info-new-tx-left_mob {
        text-align: left !important;
    }

    .new-ratings_mobile_mobview01 {
        display: block !important;
        padding: 14px 0 24px;
    }

    .new-ratings_mobile_mobview02 {
        display: none !important;
    }

    .search-form_mobview01 {
        display: block !important;
    }

    .search-form_mobview02 {
        display: none !important;
    }

    .panel-body .video-thumbnail > iframe {
        width: 100%;
        height: 216px !important;
    }


    .profhed_mobview {
        margin-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .comenthed {
        font-size: 16px;
        color: #333;
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 5px;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-weight: 700;
        padding-top: 16px !important;
    }

    .doctor-space li:first-child::before {
        color: #fff !important;
        margin-left: 24px !important;
    }

    .verify-doctor-online.online-health-parent.Practice_info.expert-info li:nth-child(2)::before {
        left: -35px;
        top: 38px !important;
    }

    .rate-details_mobview02 {
        display: none !important;
    }

    .rate-details_mobview01 {
        display: block !important;
        padding-left: 30px;
    }

        .rate-details_mobview01 > small {
            width: 100% !important;
        }

    .doc-profile-div_mobview-first {
        display: flex;
    }

    .Practice_info.expert-info .varify_mob03 {
        position: relative !important;
    }

    .flex-hospital-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .roww02 {
        display: flex;
        flex-wrap: nowrap;
    }

    .check-fs12-mobview {
        display: flex;
    }

    .fs12-mobview {
        padding-left: 7px;
    }

    .check-box-mobview {
        margin: 3px 0 !important;
    }

    .counter-dmview .et_pb_column_1_4 {
        width: 100% !important;
        text-align: center !important;
        padding-right: 20% !important;
        padding-left: 20% !important;
    }

    .form-group {
        margin-bottom: 10px !important;
    }

    .mySidemenu_show {
        display: none;
    }




    .btn_hs {
        display: none;
    }

    .more-btn-mob01 {
        display: block;
    }

    .mar_top20 {
        margin-top: 0px !important;
    }

    .wellnesspaln1 .more-opt {
        top: -377px;
        z-index: 9999;
        position: relative;
        float: right;
    }


    .home-maincon {
        margin-top: 30px;
        min-height: 10px;
        margin-bottom: 50px;
    }

    .tr-tc {
        text-align: right;
    }

    .kaya-btn {
        font-size: 13px;
        background: #07bab7 !important;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        text-transform: capitalize;
        display: inline-block;
        color: #fff !important;
        padding: 0px 10px;
        height: 28px !important;
        line-height: 30px;
        -webkit-transition: all 0.5s ease;
        border: 0;
        font-weight: normal;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        vertical-align: middle;
        z-index: 1;
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        border-radius: 8px !important;
    }

    .mysociallink .kaya-btn {
        width: 100%;
        padding-top: 6px !important;
    }

    .like-dislike a {
        color: #fff;
        display: inline-block;
        padding: 3px 15px !important;
        margin-right: -3px;
        background: #07bab7;
        line-height: inherit;
        margin-top: 0 !important;
    }

    .doctor-info {
        min-height: 103px !important;
        max-height: 103px !important;
    }

    .testimonial-img_mobview {
        margin-left: 15px;
        display: block;
        width: 100%;
    }

    .tstm-NM_mob {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

    .star-rating_mob {
        line-height: 2px;
        font-size: 16px !important;
        margin-right: 15px !important;
        color: orange;
    }

    .tstm-feedback_mobview {
        margin-top: 0px !important;
        padding: 23px 17px 15px;
    }

    .inline-experts-pack_mobview {
        border: 1px solid #ddd;
        padding: 0px !important;
        text-align: left;
        margin: 0 0 10px;
    }

    .pos-f-t {
        display: block !important;
    }
    /*  .modal-body{
        padding:20px 0 !important;
    }*/
    .modal-body .col-sm-12, .col-sm-6 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .inline-treatments.popular-experts-pack ul {
        text-align: center;
        display: grid;
    }

    .expert-buttons02_mobview {
        display: block !important;
    }

    .profile-div02_mobview {
        display: flex;
    }

        .profile-div02_mobview .rating-md2 {
            min-width: 20% !important;
            padding-left: 6px;
        }

    .profile-img_mobview {
        width: 156px !important;
        height: 110px !important;
    }

    .owl_crs-pt-0 {
        margin-top: 0.3em !important;
    }

    .packageList_mobview02 {
        height: 100px !important;
    }

    .packageList_mobview ul {
        display: block;
        height: 356px;
        padding: 14px 0 14px;
        vertical-align: top;
        border-radius: 4px;
        border: 1px solid #ccc !important;
        background-color: #fff;
    }

    .package-list-view ul .package-title_mobview {
        border-bottom: 1px solid #ccc;
        font-size: 18px;
        max-height: 45px;
        min-height: 45px;
        text-transform: capitalize;
        color: #3a3a3a;
        margin: 0 0 6px;
        padding: 5px 5px 10px !important;
        display: block;
        font-weight: 500;
        text-align: center;
    }

    .rating-act {
        float: left;
        width: 100%;
    }

    .plr_mobview {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .panel-headcoll_mobview-show02 {
        display: block !important;
    }

    .panel-headcoll_mobview-show01 {
        display: none !important;
    }
    /* .for-lab-adjust {
        display: grid !important;
    }*/
    .btn-appointment-rest {
        background: transparent;
        padding: 10px 24px;
        color: #000;
        border-radius: 10px;
        margin: 15px auto;
        display: flex;
        justify-content: center;
        font-size: 12px !important;
        font-weight: 600;
        border: 1px solid #07bab7;
        width: 100% !important;
        text-align: center;
        line-height: 1 !important;
    }

    .f-lab-abj_inline_mobview {
        display: flex;
    }
    /*  .star-rating {
        line-height: 0 !important;
        font-size: 14px !important;
        margin-right: 15px;
        color: orange;
        display: flex;
        margin-top: 6px;
        justify-content:center;
    }*/
    .feedback_testimonial .inline-treatments.popular-experts-pack ul li {
        margin: 4px 0px !important;
    }

    .popular-experts-pack ul li {
        line-height: 16px;
    }

    .popular-experts-pack h3 {
        color: #000;
        font-size: 13px;
        margin: 0 0 3px;
        font-weight: bold;
    }

    .profl-img {
        width: 50%;
        margin: 0 auto;
    }

    .feedback_testimonial .testimonial .tstm-content {
        text-align: center;
        padding-left: 0;
        float: none !important;
    }

    .feedback_testimonial .star-rating.rating-disabled input {
        margin-top: 0px;
    }

    .contact-hdr {
        text-align: center;
    }

    .join_kayawell_new.modal-dialog.modal-lg.modal-refresh {
        margin-left: -67px !important;
    }

    .btn-group, .btn-group-vertical {
        position: relative;
        display:block !important;
        vertical-align: middle;
    }
    .note-toolbar.panel-heading {
        margin-top: 0px !important
    }
 
    .helth-tips_treatment-bt {
        display: none;
    }
    .note-popover .popover-content > .btn-group, .panel-heading.note-toolbar > .btn-group {
        margin-top: 5px;
        margin-right: 3px;
        /* margin-left: 0; */
        display: inline-block !important;
    }
    .helth-tips_treatment-bt-mobview {
        display: block !important
    }

    .tbt-mobview {
        margin-bottom: 0px !important;
        background: #07bab7;
        color: #fff;
        font-weight: normal;
        margin-top: 8px;
    }

    .hospital-decscription .more-opt {
        margin: 0px 0 2px !important;
    }

    .docserchrslt {
        /* padding: 11px 15px 10px !important; */
        padding-bottom: 0 !important;
        border: 1px solid #eaeaea;
        margin-bottom: 1.5em;
        /* border-radius: 20px; */
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background-color: #fff;
        box-shadow: 0 0 40px rgb(0 0 0 / 20%);
        padding: 30px 50px;
        border-radius: 15px;
        background: url(/data/application/lab-background.jpg);
    }

    .review-new-btn.btn-appointment-rest {
        background: transparent;
        color: #000;
        font-weight: 600;
        font-size: 10px !important;
    }

    .papl-02 {
        min-height: 80px !important;
        max-height: 80px !important
    }

    .wellnesspaln1 .more-opt {
        margin: 0px 0 30px !important;
    }

    .btn.kaya-btn {
        line-height: 24px !important;
    }

    .lavish-graphics .btn-group-xs {
        float: none !important
    }

    .note-video-clip {
        width: 100% !important;
        height: 280px !important;
    }
}


/* desktop css*/
.list-group-item {
    padding: 5px 0 !important;
}

.title_tag-02 {
    font-size: 17px !important;
    margin-bottom: 12px !important;
}

.rate-details {
    position: absolute;
    right: 8px;
    bottom: 40px;
    text-align: center;
    top: 0;
    padding-left: 22px;
}

.note-popover .popover-content .note-style h1, .panel-heading.note-toolbar .note-style h1, .note-popover .popover-content .note-style h2, .panel-heading.note-toolbar .note-style h2, .note-popover .popover-content .note-style h3, .panel-heading.note-toolbar .note-style h3, .note-popover .popover-content .note-style h4, .panel-heading.note-toolbar .note-style h4, .note-popover .popover-content .note-style h5, .panel-heading.note-toolbar .note-style h5, .note-popover .popover-content .note-style h6, .panel-heading.note-toolbar .note-style h6, .note-popover .popover-content .note-style blockquote, .panel-heading.note-toolbar .note-style blockquote {
    margin: 0;
    color: #000;
}


.dropdown-menu.note-check.dropdown-fontname > li > a {
    color: #000 !important;
}

.tele-padd-bord {
    padding: 30px 30px 0 !important;
    border-right: none !important;
}

.panel-body {
    overflow: hidden;
}

.panel-body, .divStatusPartial {
    overflow: inherit !important;
}

div#pliip1 {
    width: 100% !important;
}

.panel-body h2 {
    line-height: 34px !important;
    text-align: left !important;
    font-weight: 500;
    font-size: 22px;
}

.panel-body h3 {
    line-height: 35px !important;
    text-align: left !important;
}

.new-fa-icon ul li i {
    color: #07bab7;
    font-size: 20px;
    margin-right: 6px;
}

.ui-menu-item a:hover {
    color: #fff !important;
}

.wellnesspaln1 .more-opt {
    margin: -59px 0 30px;
}

.pan-bdy-brh br {
    display: none !important;
}

.demo-gallery-blog {
    margin-bottom: 25px !important;
}

.bhoechie-tab-content.active ul li {
    font-size: 12px;
    color: #000;
    font-weight: 500;
}

.demo-gallery ul li {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    width: 85px !important;
}

.Dr-img-th02_mobview {
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    height: 55px !important;
    width: 85px !important;
}

.saas_two_section_title .title_tag {
    color: #00BEA3;
    font-size: 18px;
    font-weight: 500;
    padding: 3px 30px;
    border-radius: 8px;
    display: inline-block;
    background-color: #e9fffc;
}

.mt-7 {
    margin-top: 10px
}

.clos-btn .close {
    background: #07bab7;
    margin-right: 30px;
    padding: 2px 16px;
    border-radius: 50%;
    line-height: 38px;
    z-index: 999;
}

.modal--radius {
    border-radius: 6px !important;
    width: 700px
}

    .modal--radius .close {
        background: #07bab7;
        margin-right: 30px;
        padding: 2px 16px;
        border-radius: 50%;
        line-height: 38px;
        position: absolute;
        z-index: 999;
        right: 0;
        top: 44px;
    }

.joinnow .close {
    color: #fff;
    opacity: 1;
}

.mod-cont {
    padding: 20px 20px 0 !important;
}

.hti-btt:hover {
    background: #000 !important;
    color: #fff !important
}

.hti-btn {
    display: flex;
    width: 100%;
    padding: 0 40px 30px;
}

.hti-left {
    width: 50%;
    float: left;
    margin: 0 10px;
}

.hti-right {
    width: 50%;
    text-align: right;
    float: right;
    margin: 0 10px;
}

.hti-btt {
    animation: blinker 1s linear infinite;
    width: 100%;
    padding: 13px;
    font-size: 16px;
    font-weight: 600;
}

@keyframes blinker {
    50% {
        opacity: 0.4;
    }
}

.hltp-text {
    min-height: 58px !important;
    max-height: 58px !important;
    overflow: hidden;
}

.inner-health-tips-slider {
    margin-bottom: 40px;
}

a:hover {
    text-decoration: underline;
    color: #fff;
}

.popular-exp-pack-mob02 ul li {
    margin-bottom: 6px;
}

.doc-profile-gall-slider {
    display: none;
}

.diagnosis-profile-gall-slider {
    display: none;
}

.pharmacy-profile-gall-slider {
    display: none;
}

.panel-body .food_calcium h4 {
    font-size: 18px !important;
    padding: 20px 0 !important;
}

.panel-body .food_calcium ul li {
    font-size: 16px;
    padding: 6px 0;
}

    .panel-body .food_calcium ul li i {
        color: #07bab7;
        padding-right: 5px;
    }

.panel-body .food_calcium ol li {
    font-size: 16px;
    padding: 6px 0;
    list-style: lower-roman;
    margin-left: 18px;
    padding-left: 5px;
}

/*.panel-body b {
    font-weight: 500;
    color: #000;
    font-size: 17px !important;
}*/

.panel-body h2 b {
    font-weight: 500;
    font-size: 17px !important;
}

.panel-body h2 span {
    font-weight: 500 !important;
    font-size: 17px !important;
}
/*
.panel-body.pan-bdy-brh p span {
    font-size: 16px;
    font-weight: 600;
}
*/
.panel-body.pan-bdy-brh h4 span {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.hospital-decscription .more-opt {
    margin: -59px 0 30px;
}

.modal-title span {
    color: #fff !important;
}

.list-unstyled_gall-view {
    display: -webkit-box !important;
    min-width: 280px !important;
    overflow-x: scroll !important;
    padding-bottom: 6px;
}

    .list-unstyled_gall-view li {
        width: 200px !important;
    }

.Dr-img-th02_mobview {
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
}

.btn-group.cus_wrie_re.doc-detail-writerev_bookappoi {
    position: absolute;
    top: 0;
    right: 0;
}

.exp-kaya-list li span i {
    font-size: 16px;
    color: #07bab7;
    font-weight: 500;
}

.phar-btn-chn-position {
    position: relative !important;
    right: 0 !important
}

.address-doc002 ul li > span i {
    color: #07bab7;
}

.fa-map-marker {
    font-size: 16px;
}

.feattured-new-doctors.popular-experts-pack {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.panel-headcoll_mobview-show01 {
    display: block;
}

.panel-headcoll_mobview-show02 {
    display: none;
}

.packageList_mobview02 {
    height: 72px;
}

.pbpheight_mobview {
    height: 120px !important;
}

.pos-f-t {
    display: none;
}

.inline-experts-pack_mobview ul li {
    display: inline-block !important;
    width: auto !important;
    font-size: 12px;
    border-right: 1px solid #ccc !important;
    border: none;
    padding: 0px 5px;
    color: #000;
    font-weight: 500;
    margin: 2px;
}

    .inline-experts-pack_mobview ul li:last-child {
        border-right: 1px solid #fff !important;
    }

.new-ratings_mobile_mobview01 {
    display: none;
}

.search-form_mobview01 {
    display: none;
}

.doctor-appoint-patient.user-details strong {
    font-weight: 500;
    margin-left: 4px;
}

.verify-doctor-online.online-health-parent.Practice_info.expert-info li:first-child::before {
    left: -35px;
    top: 15px;
}

.doc-user-font_mob {
    margin-left: 12px !important;
}

.doctor-space li:first-child::before {
    color: #fff !important;
    margin-left: 35px;
}

.garbage-detail-main li:nth-child(4)::before {
    color: #fff !important;
}

.garbage-detail-main li:nth-child(3)::before {
    color: #07bab7 !important;
}

.verify-doctor-online.online-health-parent.Practice_info.expert-info li:nth-child(4)::before {
    left: -35px;
}

.rate-details_mobview01 {
    display: none;
}

.rate-details_mobview02 {
    display: block;
}

.varify_mob03 {
    padding: 0px 1px !important;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #07bab7;
    font-size: 22px;
    cursor: pointer;
    width: 100px;
    float: none !important;
    display: block !important;
}

.new_rating-new-bed_hosp_desk {
    display: none;
}

.navbar-right li a img {
    max-width: 12px;
    width: 14% !important;
    vertical-align: middle;
}

.varify-home-imvari img {
    min-height: 50px !important;
    max-height: 50px !important;
    margin-bottom: -17px !important;
}

.kaya-btn_mobview {
    margin-top: 10px !important;
}

.alignnment-color.experts-left-space.Practice_info li i, .alignnment-color.experts-left-space.Practice_info li h2 span i {
    color: #07bab7 !important;
}

.check-box-mobview {
    margin: 0 0 5px;
}

.mar_top20_mobview {
    padding: 10px 10px 10px 0px !important;
}
/*.panel-body a {
    color: #000 !important;
}*/

.form-inline {
    display: flex;
}

.w100 {
    width: 100% !important;
}

.w35 {
    width: 37% !important;
}

.w50 {
    width: 50% !important;
}

.w65 {
    width: 65% !important;
}

.modal-header .close {
    margin-left: auto;
}

.yamm-fw.blink_me {
    animation: blink 3s linear infinite;
    color: #037473 !important;
}

.modal-header {
    display: inherit !important;
    justify-content: space-between;
    text-align: left !important;
}

.width_custam {
    width: 46% !important;
}

.btn-hspital-new :hover {
    color: #fff !important;
}

.found_patient p {
    color: #fff;
    font-size: 20px !important;
    opacity: 0.5;
}

.manual_type {
    padding: 0 10px;
    display: table-caption;
}

.manual_typeone {
    color: #fff;
    display: table-caption;
    padding: 0 3px;
}

.location_alert {
    font-size: 20px !important;
    color: #fff;
    opacity: 0.5;
}

@keyframes blinker {
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
        color: #037473 !important;
    }
}

.d-flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.form-horizontal .form-group label {
    font-size: 14px;
}

.finder_main_ragistration label {
    font-size: 14px;
}

.class_manualsub {
    display: flex;
    align-items: center;
}

.subclass_manual li a {
    display: contents !important;
}

.subclass_manual .dropdown-menu {
    left: -80px !important;
    margin-top: 4px;
}

.edit_profilclass {
    margin-right: 4px !important;
}

.content_showimg {
    display: contents;
}

.dropdown-menu > li > a {
    display: block;
    padding: 4px 10px !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    vertical-align: middle;
    /*white-space: nowrap; */
    position: relative;
}

.single-classmenu {
    border-left: 1px solid #000 !important;
    margin-top: 8px;
    margin-right: 20px;
}

ul.megamenu.megamenu1 {
    display: flex;
    align-items: center;
}

.add_member_class a {
    margin: 2px 2px;
    font-size: 12px;
}

.event_list_class {
    border: 1px solid #ccc !important;
}

.connect_list_class {
    border: 1px solid #ccc !important;
    border-radius: 10px;
    padding-bottom: 25px;
    padding-top: 10px;
}

    .connect_list_class .claender_picker {
        position: absolute;
        top: -12px;
        right: 0;
    }

.buy_connection_shet {
    margin-top: 24px;
}

.delete_move {
    min-width: 30px !important;
    top: 0;
}

.add_off {
    position: absolute;
    top: -3px !important;
    right: 8px !important;
}

.location_list_manual_option select {
    width: 100%;
    margin-bottom: 20px;
    padding: 7px 8px;
}

.user_prof_img {
    display: flex;
    align-items: center;
}

    .user_prof_img i {
        padding: 0 10px;
    }

.aria_expanded_class li.dropdown .dropdown-menu {
    left: 0;
}

.tachmeter {
    padding-right: 7px;
}

.box_content_sec li {
    line-height: 0;
}

.tabs_pointstwo li.active {
    background-color: #ed4a52;
    border-radius: 5px 5px 0 0;
}

    .tabs_pointstwo li.active a {
        background-color: #ed4a52 !important;
        color: #fff !important;
    }

.immidate_windowpage {
    margin-top: 20px;
}

.notes_place {
    padding: 15px;
}

.manual_type_child .ds4u-grid .ds4u-colw {
    width: 100% !important;
    min-width: 100% !important;
}

.manual_type_child .ds4u-grid .ds4u-tablw {
    width: 100% !important;
    min-width: 100% !important;
}

.manual_type_childone .table th, .table td {
    padding: 8px 0px 8px 4px;
}

.null_classes {
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.add-onmain {
    position: absolute;
    right: 9px;
    top: 17px;
    z-index: 9;
}

.book_in_summery .ds4u-header .ds4u-hcon .ds4u-colw thead th {
    word-break: break-word;
}
/*.book_in_summery .ds4u-header .ds4u-hcon .ds4u-colw thead th:nth-child(2) {
    word-break: break-word;
}

.book_in_summery .ds4u-header .ds4u-hcon .ds4u-colw thead th:nth-child(9) {
    width: 150px;
}*/
.onfigurations_pull h1 {
    margin-left: 20px !important;
}

.target_png .inner-search {
    display: flex;
    align-items: flex-start;
    text-align: right;
}

    .target_png .inner-search li:before {
        content: '';
        background: #0ea7a4;
        left: 0;
        display: inline-block;
        top: 0;
        height: 50px !important;
        width: 1px;
        position: absolute;
    }

.target_png .hidden-xs .betaico {
    height: 10px;
}

.true_popup {
    display: inline-flex;
    align-items: center;
    margin-top: 5px;
}

    .true_popup i {
        padding: 0 5px;
    }

.target_png .inner-search li.dropdown {
    padding: 4px 10px;
}

    .target_png .inner-search li.dropdown .dropdown-menu {
        left: -58px;
    }

.nav-tabs .changes_otp .active .time_change_pass {
    background-color: #ed4a52;
}

.login_view_popup .dropdown-menu {
    right: -20px !important;
    text-align: left;
    left: inherit;
}

.sub_class_img .sub_event_position {
    position: absolute !important;
    top: -25px;
}

.dash_board_img .col-md-3 .xe-counter .xe-icon i img {
    width: 30px;
    display:inline !important;
}
.xe-icon img {
    width: 30px;
    display: inline !important;
}

.sub_tool_enqury li.dropdown .dropdown-menu {
    left: -20px;
    top: 37px !important;
}

.sub_bg_back {
    background: #fff;
}

    .sub_bg_back h5 {
        color: #000;
    }

    .sub_bg_back .form-group label {
        color: #000;
    }

    .sub_bg_back .modal-footer .btn-secondary {
        background-color: #ff0000;
    }

    .sub_bg_back .close span {
        color: #000;
    }

.comment_shift_banner .news-details .news-info {
    display: flex;
}

.book_in_summery_cul .ds4u-mcontent .ds4u-table .ds4u-tbody .ds4u-row td .btn {
    white-space: inherit !important;
}

.mar_top27 {
    margin-top: 27px;
}

.from_searchtab .col-sm-3 {
    width: 23%;
}

.choose_menual_otp input {
    margin: 5px 0;
}

.remove_blck_dis {
    display: block;
    margin: auto;
}

.register_right_one {
    background: #07bab7;
    border-radius: 50px;
    padding: 5px 0px !important;
}

.panel_view_th #gridContent #StaffDetailsGrid .table-responsive .table > thead > tr > th:last-child {
    text-align: center !important;
}

.box_content_sec .addLink .hidden-xs .book-ap .submi_tool {
    top: 30px;
}

.enddate_time i {
    position: absolute;
    right: 0;
    top: 0;
}

.megamenu_light {
    display: flex;
    flex-direction: row-reverse;
}
/*@media (max-width: 1400px) {
    .megamenu_light {
        margin-left: -24% !important;
    }
}*/
/*.ds4u-grid {
    width: min-content !important;
}*/
.red span {
    color: #ed4f57;
    position: absolute;
    top: 10px !important;
    right: !important;
    right: -21% !important;
    display: contents;
}

.valid_otp_s {
    position: absolute;
    top: 5px;
}

.verticall_toll .red span {
    display: contents;
}

.homegeviagation .navbar-btn {
    margin-bottom: -30px;
}

.care-dash {
    font-size: 14px;
}

#showsDeleteModal .modal-dialog .modal-content .modal-body p {
    font-size: 18px !important;
    font-weight: 600;
    text-align: center;
}

.modal-header .manual_closeerx {
    margin-top: -24px;
}

.navbar-right li:last-child a, .navbar-right li:nth-child(5) a {
    margin: 0px;
    padding: 6px;
}

.pass_clickhere a:hover {
    color: #07bab4;
}

.pass_word_cancal {
    align-items: center;
    justify-content: center;
    display: flex;
}

    .pass_word_cancal button {
        margin: 0 5px;
    }

.message_answere a {
    line-height: 2;
    font-size: 18px;
    color: #07bab4;
}

    .message_answere a:hover {
        color: #07bab4;
    }

.message_answere {
    font-size: 18px;
}

.delivering_user .field-validation-error {
    font-size: 12px !important;
    font-weight: 400;
}

.records_found p {
    position: absolute;
    left: 0;
    width: 98%;
    font-size: 55px !important;
    color: #e2e2e2;
    text-align: center;
    top: 62%;
    margin-top: 10px;
    margin-left: 10px;
    font-weight: 600;
}

.expert_gallerytable tbody .gridRow a:hover .glyphicon-trash, .expert_gallerytable tbody .gridAltRow a:hover .glyphicon-trash {
    color: #000 !important;
}

.service_orders_table .ds4u-colw, .ds4u-tablw, .ds4u-tablw {
    min-width: 990px !important;
}

.categoury_new_list_area ul li a img {
    display: block;
    margin: auto;
    margin-bottom: 10px !important;
    width: 100% !important;
    border: 6px solid #ddd !important;
    border-radius: 10px;
}

.categoury_new_list_area ul li a {
    display: block;
    background: #fff;
    text-align: center;
    border: none !important;
    padding: 0px !important;
    border-radius: 0px !important;
    font-size: 14px;
}

    .categoury_new_list_area ul li a:hover {
        color: #000;
        text-decoration: none;
    }

.categoury_new_list_area ul li {
    width: 12%;
    display: inline-block;
    margin-right: 41.1px;
}

.user_hover_css .col-md-3 a:hover {
    color: #000;
    text-decoration: none;
}

.user_hover_css :hover {
    color: #000;
    text-decoration: none;
}

.seeall_timeing {
    padding: 15px 23px;
}

.content-tags {
    display: inline-flex;
    padding-right: 10px;
    text-decoration: underline;
    margin-top: -15px;
}

.new_heder_css .navbar-nav {
    float: inline-end;
}

.star_rating span.fa.fa-star {
    padding-top: 2px !important;
    padding-right: 10px !important;
    font-size: 16px !important;
}

.nav_rateinges {
    position: absolute;
    bottom: 15px;
}
/*.view_more {
    position: absolute;
    bottom: 0px;
    left:0%;
    transform: translate(-50%, -50%);
}*/
.star_rating i {
    padding-top: 2px !important;
    padding-right: 10px !important;
    font-size: 16px !important;
    color: #fbbc04 !important;
}

.view_more a:focus {
    color: #fff !important;
}

body {
    overflow-y: scroll !important;
    padding: 0 !important;
}

div#JoinNowModal {
    padding: 0 !important;
}

.info_data_doctor {
    margin-top: 0;
}

.slot-btn a:hover {
    color: #fff !important;
}

.slot-btn a:active {
    color: #fff !important;
}

.app_slot .slots {
    border-bottom: none;
}

    .app_slot .slots .slot-btn:hover, .app_slot .slots .slot-btn:active, .app_slot .slots .slot-btn:hover {
        background: #07bab7;
        color: #fff !important;
        border-color: #07bab7;
        transition: ease-out 0.1s;
        -webkit-transition: ease-out 0.1s;
    }

form#formKeywordPanel {
    padding: 20px;
}

.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;
    border: 2px solid #ccc;
}

.doctor_profile_area li.text-left {
    margin-bottom: 10px;
    font-size: 16px;
}
/*.active{
    border-bottom:4px solid #fff;
}*/
.app_slot .slots .slot-btn {
    border: 1px solid #ddd;
    padding: 3px 0px;
    margin: 3px 3px;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    width: 46%;
}

.time_input.visit div label {
    margin-bottom: 0 !important;
}

.behclick-panel .panel-heading, .mysociallink .panel-heading {
    margin-bottom: 0px !important;
}

.panel-body a:hover {
    color: #fff !important;
}

.behclick-panel .panel-heading {
    margin-top: 10px !important;
}

a#btnHSignUpProfession:hover {
    color: #07bab7 !important;
}

.whatsapp_qr a img {
    width: 150px;
}

.whatsapp_qr {
    justify-content: center;
    align-items: center;
    display: flex;
    border: 1px solid #ccc;
    border-radius: 5pX;
    padding: 4px;
    margin-bottom: 5px;
}

    .whatsapp_qr p {
        text-align: center;
    }

.find_menu_doctor .find_doctor_menu {
    padding: 0;
    margin: 0;
}

.find_menu_doctor {
    position: absolute;
    top: 20px;
    background: #26726d;
}

.navbar.navbar-default.yamm.new #SelectedCityName {
    font-weight: 600;
}

.health_tips_header ul.nav.navbar-nav.navbar-right li a {
    font-weight: 600;
    font-size: 14px;
}

.find_menu_doctor {
    display: none;
}

.doctor_side_menu:hover .find_menu_doctor {
    display: block;
}

.find_doctor_menu h6 {
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

li.doctor_side_menu.health .find_menu_doctor {
    position: fixed;
    width: 100%;
    left: 0;
    top: 30px;
}

.yamm .navbar-nav li a {
    padding: 6px;
}

.find_menu_doctor .col-md-3 {
    width: 20%;
    max-width: 20%;
}

.find_menu_doctor {
    width: 1000px;
}

    .find_menu_doctor.find_menu_listeing {
        min-width: 1000px;
    }

    .find_menu_doctor .col-md-3 h6 {
        font-size: 16px;
        font-weight: 400;
    }

.weight_gain:hover i {
    transform: rotate(-180deg);
    transition: transform 0.4s ease-in-out;
}

.weight_find {
    padding-top: 15px;
}

.weight_find {
    display: none;
}

.tool_buger {
    display: none;
}

.weight_find {
    position: absolute;
    top: 18px;
    left: 0;
    background: #20625e;
    width: 100%;
    padding: 10px;
}

.tool_buger {
    position: absolute;
    top: 0;
    right: -19px;
    background: #26726d;
    z-index: 9999;
}

.weight_gain:hover .tool_buger {
    display: block;
}

.menu_fitness:hover .weight_find {
    display: block !important;
}

li.weight_gain {
    font-size: 16px;
    font-weight: 400;
    margin-right: 0;
    line-height: 2;
}

ul.tool_buger li a {
    font-size: 14px !important;
    font-weight: normal !important;
}

.find_menu_doctor .menu_fitness:hover h6 i {
    transform: rotate(-180deg);
    transition: transform 0.4s ease-in-out;
}

.login .modal-header .manual_closeerx {
    margin-top: 0;
}

.login .modal-header h4 {
    font-size: 15px !important;
    width: 100%;
}

.login select#CountryCodeLogin {
    padding: 0;
}

.navbar.navbar-default.yamm.new .navbar-nav li {
    text-align: left;
}

.find_doctor_menu h6 {
    color: #fff;
}

a#docSearch {
    color: #fff !important;
}

.show {
    opacity: 1;
}

#formStaff .form.form-horizontal.verticall_toll {
    margin-top: 30px;
}

#formStaff .reg-right {
    margin-bottom: 50px;
}

#formStaff .col-sm-4.col-sm-offset-4 {
    margin-bottom: 30px;
}

#wfuform .w35 {
    width: auto !important;
}

#search_area form {
    position: inherit;
    width: 100%;
    left: inherit;
    top: inherit;
    transform: inherit;
    z-index: 999;
    display: flex;
}

#search_area input#tagsss {
    width: 100%;
    border: 0 !important;
}

#search_area .sub-cat.description-list:before {
    background: transparent;
    padding: 7px;
    color: #037473 !important;
    top: 0 !important;
    right: 15px !important;
}

.panel-body a:hover {
    color: #07bab7 !important;
}

div#fullloader {
    display: none !important;
}

.shar-social.icon-gray {
    display: block;
    float: none;
    padding-left: 0;
}

.app_info {
    margin-top: 15px;
    display: block;
}

#formKeywordPanel .docserchrslt .col-md-4 {
    padding-right: 30px;
}

.location_alert p {
    font-size: 20px !important;
    color: white !important;
}

.testimonial .testimonial-img {
    width: 100%;
}

.feedback_testimonial .testimonial .tstm-content {
    float: none !important;
}

.feedback_testimonial .testimonial .testimonial-img {
    position: inherit;
}


.menu_fitness:hover .weight_find {
    display: block !important;
    width: 240px;
}

.general_div {
    left: -100% !important;
    position: absolute !important;
}

.tool_buger {
    right: -70%;
    padding: 10px;
    top: 13px;
}
    .acne_care {
        right: -50% !important;
        padding: 10px;
        top: 13px;
    }
.weight_gain strong {
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
}

.weight_find ul {
    width: 100%;
}

.navbar.navbar-default.yamm.new .navbar-nav li a {
    border-bottom: none;
}

.sdsdsd {
    margin-left: -10px;
}

div#invalidOtp {
    margin-top: -10px;
}

.doctor_appointment_area #formAppointmentPanel {
    padding: 15px 5px;
}

.social ul li.whatsapp_channel:hover {
    transform: translateX(150px) !important;
}

.contact_qr_code {
    display: flex;
}

    .contact_qr_code .whatsapp_qr {
        height: fit-content;
        width: 100%;
        height: 150px !important;
        margin-right: 10px;
    }

        .contact_qr_code .whatsapp_qr .d-flex a img {
            width: 85% !important;
        }

    .contact_qr_code .whatsapp_qr {
        height: fit-content;
    }

        .contact_qr_code .whatsapp_qr .img-responsive {
            width: 90px !important;
        }

        .contact_qr_code .whatsapp_qr p {
            text-align: center;
            font-size: 12px !important;
            line-height: normal;
        }

        .contact_qr_code .whatsapp_qr .d-flex {
            display: block;
        }

        .contact_qr_code .whatsapp_qr a img {
            margin: auto !important;
        }

@media(max-width:540px) {
    .find_menu_doctor {
        position: absolute;
        top: 20px;
        background: #20625e;
        z-index: 999;
        width: auto;
        height: 440px;
        overflow-y: auto;
    }

    .found_patient p {
        display: none;
    }
}


.megamenu li ul, .megamenu li ol {
    margin: 0 0 10px 0px !important;
}

@media only screen and (min-width: 280px) and (max-width: 540px) {
    .social {
        display: block !important;
    }

    .burger {
        margin-left: auto;
    }

    li.doctor_side_menu.health .find_menu_doctor {
        position: fixed;
        width: 100%;
        left: 0;
        top: 50px;
    }

    .find_menu_doctor .col-md-3 {
        width: 50%;
        max-width: 50%;
    }

        .find_menu_doctor .col-md-3 h6 {
            font-size: small;
            padding-bottom: 20px;
        }

    .tool_buger {
        right: -65%;
        padding: 10px;
        top: -25px;
    }

    .weight_find {
        position: absolute;
        top: 90px;
        left: 0;
        background: #20625e;
        width: 100%;
        padding: 10px;
    }

    li.weight_gain {
        font-size: small;
    }

    .acne_care {
        position: absolute;
        right: -28% !important;
        padding: 10px;
        top: -25px;
    }

    .treatment_point {
        position: absolute;
        left: -70px;
    }

    .Health_menus {
        position: absolute;
        left: 100% !important;
        padding: 10px;
        top: 15px;
    }

    .find_menu_doctor {
        position: absolute;
        height: 470px;
        overflow-y: auto;
    }

    div#navbar-collapse-grid {
        display: none !important;
    }

    .main_responsive_new_header .sidenav {
        height: 100%;
        width: 100% !important;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #20625e !important;
        overflow-x: hidden;
        transition: 0.5s;
    }

    .logo .fa-close {
        color: #fff !important;
    }

    .main_responsive_new_header .sidenav a {
        color: #fff !important;
        border-bottom: none !important;
        font-size: 14px !important;
        font-weight: normal;
    }

    .main_responsive_new_header #SelectedCityName {
        color: #000 !important;
        margin: 0px 2px;
    }

    .main_responsive_new_header .location a {
        display: inline-flex;
    }

        .main_responsive_new_header .location a i {
            color: #fff;
        }

    .main_responsive_new_header li.location {
        float: left;
    }

    .main_responsive_new_header li.doctor_side_menu.health .find_menu_doctor {
        position: fixed;
        width: 100%;
        left: 0;
        top: 50px;
        color: #fff;
    }

    .main_responsive_new_header .weight_find ul {
        width: 100% !important;
    }

    .main_responsive_new_header .weight_find {
        position: inherit;
        margin-top: -50px !important;
    }

    .main_responsive_new_header .general_div {
        left: 0px !important;
        position: inherit !important;
    }

    .main_responsive_new_header .acne_care {
        position: inherit !important;
    }

    .main_responsive_new_header .mob_view {
        display: none;
    }

    .main_responsive_new_header .find_menu_doctor {
        background: #26726d;
    }

    .general_div {
        left: 0% !important;
        position: inherit !important;
    }
}

@media only screen and (min-width: 541px) and (max-width: 820px) {
    .burger {
        margin-left: auto;
    }

    .social {
        display: block !important;
    }

    .nav-links.nav-active {
        overflow-y: scroll;
        position: absolute;
        height: 500px;
    }

    li.doctor_side_menu.health .find_menu_doctor {
        position: fixed;
        width: 100%;
        left: 0;
        top: 50px;
        z-index: 9999;
    }

    .find_menu_doctor .col-md-3 {
        width: 30%;
        max-width: 30%;
    }

        .find_menu_doctor .col-md-3 h6 {
            padding-bottom: 20px;
        }

    .weight_find {
        position: absolute;
        top: 50px;
        left: 0;
        background: #20625e;
        width: 100%;
        padding: 10px;
    }

    .Health_menus {
        position: absolute;
        top: 50px;
        left: 33px;
        background: #20625e;
        width: 100%;
        padding: 10px;
    }

    .respiratory_menu {
        position: absolute;
        left: -160px;
    }
}

@media only screen and (min-width: 820px) and (max-width: 980px) {
    .nav-links li a {
        font-size: 11px !important;
    }

    .new_heder_css #SelectedCityName {
        font-size: 11px;
    }

    li.doctor_side_menu.health .find_menu_doctor {
        position: fixed;
        width: 100%;
        left: 0;
        top: 40px;
        z-index: 9999;
    }

    .weight_find {
        position: absolute;
        top: 70px;
    }

    .tool_buger {
        right: -100% !important;
    }
}


@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .nav-links li a {
        font-size: 13px !important;
    }

    .new_heder_css #SelectedCityName {
        font-size: 13px !important;
    }
}

@media (max-width:1024px) {
    li.doctor_side_menu.health .find_menu_doctor {
        position: fixed;
        top: 33px !important;
        z-index: 9999;
    }

    .tool_buger {
        right: -100% !important;
    }
}

@media (max-width:912px) {
    .navbar.navbar-default.yamm.new .navbar-nav li a {
        font-weight: normal !important;
        font-size: xx-small !important;
    }

    li.doctor_side_menu.health .find_menu_doctor {
        position: fixed;
        top: 33px;
        z-index: 9999;
    }

    .find_menu_doctor .col-md-3 h6 {
        padding-bottom: 0;
    }

    .weight_find {
        position: absolute;
        top: 40px;
    }
}

@media (max-width:912px) {



    li.doctor_side_menu.health .find_menu_doctor {
        background: #26726d;
    }

    .weight_find {
        position: inherit !important;
    }

        .weight_find ul li {
            margin: 0px 0;
        }

    .general_div {
        left: 0% !important;
        position: inherit !important;
        width: 100% !important;
    }

    .weight_gain .tool_buger {
        position: inherit !important;
        left: 0 !important;
        top: 0 !important;
    }

    .general_div {
        left: 0% !important;
        position: inherit !important;
    }

    .find_menu_doctor .col-md-3 h6 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    ul.tool_buger li {
        font-size: 14px !important;
    }
}

@media (max-width:768px) {


    ul.tool_buger li {
        font-size: 14px !important;
    }


    li.doctor_side_menu.health .find_menu_doctor {
        background: #26726d;
    }

    .weight_find {
        position: inherit !important;
    }

        .weight_find ul li {
            margin: 0px 0;
        }

    .general_div {
        left: 0% !important;
        position: inherit !important;
        width: 100% !important;
    }

    .weight_gain .tool_buger {
        position: inherit !important;
        left: 0 !important;
        top: 0 !important;
    }

    .general_div {
        left: 0% !important;
        position: inherit !important;
    }

    .find_menu_doctor .col-md-3 h6 {
        padding-top: 20px !important;
    }
}

@media (max-width:540px) {
    .find_menu_listeingfind_menu_listeing {
        max-width: 200px;
    }

    .find_doctor_menu h6 {
        font-size: 16px;
    }

    .tab-content {
        padding: 30px;
    }

    .main_tol_cintainer .current_new_header .navbar .nav-links {
        overflow-y: auto !important;
        height: 500px;
    }

    .header_section li i {
        color: #fff;
    }

    .gbhrt {
        position: relative;
    }

    span#SelectedCityName {
        font-size: 13px;
        font-weight: normal !important;
    }

    .custam_path {
        min-width: 100%;
    }

    .check_box_inputes {
        margin-left: 22px;
    }

    .gym_img img {
        margin: auto;
        display: block;
    }

    .modal.fade .modal-dialog {
        transform: translate(0px, 10px) !important;
    }

    .red#invalidOtp {
        top: 0px !important;
        position: absolute;
        right: 40px;
    }

    .inline_head {
        display: block !important;
    }

    nav.navbar.navbar-dark.bg-dark {
        justify-content: flex-end;
    }

    .navbar-toggler span:nth-child(1) {
        top: 0;
    }

    button.navbar-toggler.bordernn.btn_hs {
        margin-right: 4px;
        padding: 15px;
    }

    .navbar-toggler span {
        opacity: 1;
        left: 4px;
        top: 2px !important;
    }

    .pos-f-t {
        margin-top: -30px !important;
    }

    li.doctor_side_menu.health .find_menu_doctor {
        position: fixed;
        top: 43px !important;
        z-index: 9999;
    }

    .tool_buger {
        right: -80% !important;
        top: -30px !important;
    }

    .main_responsive_new_header .weight_find {
        margin-top: 0;
    }

    ul.tool_buger.acne_care {
        position: inherit !important;
        left: 0;
        right: inherit !important;
        top: inherit !important;
    }

    .menu_fitness:hover .weight_find {
        padding-top: 10px;
        margin: 0 !important;
    }

    .weight_gain .tool_buger {
        position: inherit;
        left: 0;
    }

    .main_responsive_new_header .general_div {
        left: 0 !important;
        position: inherit !important;
    }

    .social {
        top: inherit;
        bottom: 19%;
    }

    .weight_find.ovary_menu.respiratory_menu ul {
        margin-top: 0;
    }

    .weight_find.ovary_menu ul {
        margin-top: 0;
    }

    .row.row-res.d-flex {
        flex-wrap: inherit;
    }

    .colboder-right {
        padding: 10px 15px !important;
    }

    #ShowWellnessDetailModal .modal-md .modal-content {
        width: 100%;
    }

    #ShowWellnessDetailModal .modal-md {
        transform: translate(0px, 10px) !important;
    }

    #ShowWellnessDetailModal .modal-footer .btn + .btn {
        margin-bottom: 12px;
    }

    .dtr-details .rating-verified .varify {
        right: 0px;
        height: 0;
        min-height: 0;
        display: inline-block;
    }

    .rating-verified {
        margin-top: -50px;
    }

    .profile-div .varify {
        top: -180px !important;
        left: -20px !important;
        position: absolute;
    }
}



@media screen and (max-height: 768px) {
    header .search-form .form-control {
        height: 34px !important;
    }

    .dflt-owl .col-sm-4 {
        margin-bottom: 10px;
    }

    .form-inline.custam_path input {
        width: 100% !important;
    }

    .captcha .cth_input {
        float: right;
        position: relative;
    }

    #OTPSection #btnValidateOtp, #OTPSection .ResendOtp, .ResendOtp {
        position: absolute;
        top: 0px;
        right: 30px !important;
        cursor: pointer;
        z-index: 99;
    }

    .colboder-right {
        padding: 10px 15px !important;
    }

    .col-bdr .col-sm-8 {
        text-align: left;
    }

    .check_box_inputes input {
        margin-left: 13px !important;
    }
}

@media screen and (max-height: 580px) {
    .check_box_inputes input {
        margin-left: 27px !important;
        margin-top: -4px !important;
    }
}

@media screen and (max-width: 420px) {
    header .search-form .form-control {
        height: 33px !important;
    }





    .found_patient {
        display: none;
    }

    .homegeviagation .navbar-btn {
        margin-bottom: 0;
    }
}

@media(max-width:560px) {
    .check_box_inputes input {
        margin-top: -18px !important;
    }

    .check_box_inputes input {
        margin-left: 24px !important;
    }
}

@media(max-width:540px) {





    nav.navbar.navbar-inverse.homegeviagation.navbar-fixed-top .col-sm-6.col-xs-6 {
        width: 100% !important;
    }

    ul.inner-search.subclass_manual.hidden-xs.list-inline li:nth-child(1), ul.inner-search.subclass_manual.hidden-xs.list-inline li:nth-child(2) {
        display: none;
    }

    .megamenu_container.megamenu_dark_bar.megamenu_light.length_flex {
        justify-content: center;
    }

    ul.inner-search.subclass_manual.hidden-xs.list-inline li {
        margin-right: 5px;
    }

    .homegeviagation .navbar-btn {
        margin-bottom: 0 !important;
    }

    .main_container.admin-content .col-sm-5.col-md-5.text-right {
        display: block;
        width: 100%;
        margin-top: 50px;
    }

    .main_container.admin-content .center-align.row {
        display: block;
    }

    .pagecount {
        margin-top: 0 !important;
        padding: 6px 5px !important;
    }

    .pagination {
        margin-top: 0;
    }

    .tab-content .pagination > li > a {
        padding: 6px 8px !important;
    }

    ul.expert-dashbord-menu.expert_class_side.login_view_popup {
        overflow: visible;
    }
}

@media(max-width:380px) {

    .check_box_inputes input {
        margin-top: -20px !important;
        margin-left: 5px !important;
    }
}

@media(max-width:375px) {
    .pagecount {
        margin-top: 0 !important;
        padding: 6px 2px !important;
    }

    .pagination {
        margin-top: 0 !important;
    }

    .tab-content .pagination > li > a {
        padding: 6px 4px !important;
    }
}

@media(max-width:342px) {

    .check_box_inputes input {
        margin-top: -35px !important;
        margin-left: 5px !important;
    }
}

@media only screen and (min-width: 540px) and (max-width: 768px) {
    .navbar.navbar-default.yamm.new ul.nav.navbar-nav.navbar-right {
        display: none;
    }

    .location {
        display: none !important;
    }

    .visible-xs .mob_view {
        display: none;
    }

    .navbar-default .container {
        width: 100%;
        padding: 5px;
    }

    .btn_hs {
        margin-top: 17px;
        border-radius: 3px;
    }

    nav.navbar.navbar-dark.bg-dark {
        position: absolute;
        top: -70px;
        z-index: 9999;
        right: 15px;
    }

    .btn_hs {
        background: none;
    }

    .navbar-toggler span:nth-child(1) {
        top: 0.5%;
    }

    .sidenav {
        background-color: #20625e !important;
    }

        .sidenav a {
            color: #fff !important;
            border: none !important;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none !important;
    }

    nav.navbar.navbar-dark.bg-dark button {
        position: fixed;
        top: 2px;
        right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
    header .search-form .form-control {
        height: 44px !important;
    }

    .check_box_inputes input {
        margin-left: 10px !important;
        margin-top: -20px !important;
    }
}


@media only screen and (min-width: 1366px) and (max-width: 5000px) {
    header .search-form .form-control {
        height: 44px !important;
        left: 2px !important;
    }
}

.forum.jumbotron .post-content p {
    word-break: break-all;
}

.patient_arrow i {
    opacity: 0;
}

iframe#aswift_1 {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}


div#aswift_1_host {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

.feattured-new-doctors.popular-experts-pack.feat-ndoctor_experts-pack-mob ul li {
    height: 250px;
    overflow: auto;
}

.docfind.mar_btm20.col-sm-6.col-sm-offset-3.plr_mobview ul li:hover a {
    color: #fff !important;
}

input::placeholder {
    font-size: 16px !important;
    color: #000 !important;
}

.find_menu_listeing {
   /* width: 700px !important;*/
    overflow-y: scroll;
    height: 320px;
}

.Specialities ul.list-group li {
    font-size: 16px;
}

    .Specialities ul.list-group li i {
        padding-right: 5px;
    }

.Services ul.list-group li {
    font-size: 16px;
}

    .Services ul.list-group li i {
        padding-right: 5px;
    }

.Insurances ul.list-group li {
    font-size: 16px;
}

    .Insurances ul.list-group li i {
        padding-right: 5px;
    }

#Knowledge ul.list-group li {
    font-size: 16px;
}

    #Knowledge ul.list-group li i {
        padding-right: 5px;
    }

#divLoading {
    opacity: 0.4 !important;
}

.about-content.about-content_mob ul li {
    list-style: disc;
    margin-left: 20px;
}

.about-content.about-content_mob ul .tabclc {
    list-style: none;
    margin-left: 0;
}

.popular_specialities .quick_link li:nth-child(n+11) {
    color: yellow !important;
}




.new_searchbar {
    display: none;
}

.navbar.navbar-default.yamm.new_heder_css {
    display: block !important;
}

.responsive_headercodepennew {
    display: none;
}

.new_sign_login {
    display: none;
}

.loction_searchingtwo {
    display: none;
}

@media (max-width: 820px) {
    .navbar.navbar-default.yamm.new_heder_css {
        display: none !important;
    }

    .responsive_headercodepennew {
        display: block;
    }

    .responsive_headercodepennew {
        background: #20625e;
        padding: 10px;
        width: 100%;
    }

    .header_section {
        margin-top: 0 !important;
    }

    .responsive_headercodepennew .header_inline {
        display: flex;
        text-align: center;
    }

        .responsive_headercodepennew .header_inline li a img {
            width: 40%;
        }

    .responsive_headercodepennew .header_inlinecss {
        display: flex;
    }

        .responsive_headercodepennew .header_inlinecss li a {
            color: #fff;
            font-size: 16px;
        }

        .responsive_headercodepennew .header_inlinecss li {
            margin-top: 15px;
            font-size: 11px;
            margin: auto;
            display: block;
            padding-top: 10px !important;
        }

    .respons_doclog .reposive_find {
        display: none;
    }

    .respons_doclog:hover .reposive_find {
        display: block;
        height: 250px;
        overflow: scroll;
        width: max-content;
        max-width: 100%;
    }

    .responsive_tables h5 {
        color: #fff;
        font-size: 16px;
        text-align: left;
        padding-left: 8px;
        font-weight: 400;
    }

    .reposive_find {
        position: absolute;
        background: #20625e;
        left: 0;
        top: 42px;
        z-index: 999;
        padding: 20px;
        padding-left: 0;
    }

    .responsive_tables ul li {
        text-align: left !important;
        font-weight: 400;
        font-size: 14px !important;
    }

    .manual_stracture {
        display: flex;
    }

    .reposive_find {
        position: fixed;
        top: 48px;
    }

    .responsive_tables ul li {
        padding-left: 10px;
    }

    .responsive_tables {
        width: 200px;
    }

    .weight_managementstwo {
        display: none;
    }

    .responsive_headercodepennew.sticky {
        top: inherit;
        z-99999;
    }

    .top-bar.new-bar.pb-0 {
        margin-top: 70px !important;
    }

    .header_inline {
        bottom: 0 !important;
        top: inherit !important;
    }

    .responsive_headercodepennew.sticky .header_inline {
        position: fixed;
        top: inherit;
        bottom: 0;
        background: #20625e;
        margin: 0 !important;
        left: 0;
        padding: 10px 0;
    }

    .new-updated-search.search-form.new_Search_point {
        display: flex;
    }

    .new_searchbar {
        display: block;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    form.new_searchbar input {
        border: 1px solid #35908f !important;
        padding: 7px 0;
        border-right: 0;
        width: 300px;
        margin-right: 10px;
        margin-top: -10px;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
    }

    form.new_searchbar button {
        padding: 7px 4px;
        border-left: 0;
        background: #35908f;
        color: #fff;
        border-radius: 0px 50px 50px 0px;
        margin-top: -10px;
    }

    .new_sign_login button {
        background: #35908f;
        color: #fff;
        border: none;
        padding: 6px 14px;
        border-radius: 5px;
    }

    .new_sign_login {
        position: absolute;
        right: 11px;
    }

    .new_sign_login {
        display: block;
        z-index: 1000;
    }

    .new_Search_point form .form-group input {
        border: 1px solid #d0e1e1 !important;
        border-radius: 0 !important;
    }

    .responsive_tables .border_closers {
        border-bottom: 1px solid #fff;
        padding-top: 10px;
        margin-left: 6px;
    }

    .responsive_tables .find_doctor_menu h6 {
        margin-bottom: 10px !important;
    }

    .loctions_log i {
        color: #fff;
    }

    .tool_tips + .tooltip > .tooltip-inner {
        background-color: #000;
        color: #FFFFFF;
        border: 1px solid #000;
        padding: 5px;
        font-size: 16px;
    }
    /* Tooltip on top */
    .tool_tips + .tooltip.top > .tooltip-arrow {
        border-top: 5px solid #000;
    }

    .loction_searchingtwo a {
        display: flex;
    }

        .loction_searchingtwo a i {
            background: #20625e;
            color: #fff;
            width: 46px;
            height: 46px;
            align-items: center;
            justify-content: center;
            display: flex;
            border-radius: 50px;
            font-size: 16px;
        }

    .loction_searchingtwo input {
        border: none;
        border-bottom: 1px solid #d0e1e1;
        width: 100px;
        margin-right: -10px !important;
    }

    .new_Search_point form .form-group input {
        border: 1px solid #d0e1e1 !important;
        border-radius: 0 !important;
        margin-top: 2px;
        margin-left: -5px;
    }

    .search-form .sub-cat.description-list:before {
        right: -27px !important;
    }

    .loction_searchingtwo {
        display: block;
    }

    .new_sign_login button {
        z-index: 9999;
        position: relative;
    }
}

/*.find_menu_helth {
    width: max-content !important;
}*/
/*.mobileside_opentips {
    width: max-content !important;
}*/
@media (max-width: 580px) {
    .mobileside_opentips {
        width: auto !important;
    }
    .find_doctor_menu li a{
        color: #fff !important;
    }
    .search-form .sub-cat.description-list:before {
        opacity: 1 !important;
        right: -4px !important;
    }

    .loction_searchingtwo a i {
        /*display: none !important;*/
        width: 30px !important;
        height: 30px !important;
    }
    .new_Search_point form .form-group input{
        margin-left:4px !important;
    }
    .loction_searchingtwo #SelectedCityName{
        width:auto !important;
    }
    /* .loction_searchingtwo #SelectedCityName {
        display: none !important;
    }*/
   /* .search-form .sub-cat.description-list:before {
        right: 0 !important;
    }*/

    #sidebar {
        position: absolute !important;
    }

    .navbar.navbar-default.yamm.new_heder_css {
        display: none !important;
    }

    .responsive_headercodepennew {
        display: block;
    }

    .responsive_headercodepennew {
        background: #20625e;
        padding: 10px;
    }

    .header_section {
        margin-top: 0 !important;
    }

    .responsive_headercodepennew .header_inline {
        display: flex;
        text-align: center;
    }

        .responsive_headercodepennew .header_inline li a img {
            width: 40%;
        }

    .responsive_headercodepennew .header_inlinecss {
        display: flex;
    }

        .responsive_headercodepennew .header_inlinecss li a {
            color: #fff;
            font-size: 11px;
        }

        .responsive_headercodepennew .header_inlinecss li {
            margin-top: 15px;
            font-size: 11px;
            margin: auto;
            display: block;
            padding-top: 10px !important;
        }

    .respons_doclog .reposive_find {
        display: none;
    }

    .respons_doclog:hover .reposive_find {
        display: block;
        height: 250px;
        overflow: scroll;
        width: max-content;
        max-width: 100%;
    }

    .responsive_tables h5 {
        color: #fff;
        font-size: 16px;
        text-align: left;
        padding-left: 8px;
        font-weight: 400;
    }

    .reposive_find {
        position: absolute;
        background: #20625e;
        left: 0;
        top: 42px;
        z-index: 999;
        padding: 20px;
        padding-left: 0;
    }

    .responsive_tables ul li {
        text-align: left !important;
        font-weight: 400;
        font-size: 14px !important;
    }

    .manual_stracture {
        display: flex;
    }

    .reposive_find {
        position: fixed;
        top: 48px;
    }

    .responsive_tables ul li {
        padding-left: 10px;
    }

    .responsive_tables {
        width: 200px;
    }

    .weight_managementstwo {
        display: none;
    }

    .responsive_headercodepennew.sticky {
        top: inherit;
        z-index: 99999;
    }

    .top-bar.new-bar.pb-0 {
        margin-top: 70px;
    }

    .header_inline {
        bottom: 0 !important;
        top: inherit !important;
    }

    .responsive_headercodepennew.sticky .header_inline {
        position: fixed;
        top: inherit;
        bottom: 0;
        background: #20625e;
        margin: 0 !important;
        left: 0;
        padding: 10px 0;
    }

    .new-updated-search.search-form.new_Search_point {
        display: flex;
    }

    .new_searchbar {
        display: block;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    form.new_searchbar input {
        border: 1px solid #d0e1e1 !important;
        padding: 7px 0;
        border-right: 0;
        width: 150px;
        margin-right: 0px;
        margin-top: -10px;
    }

    form.new_searchbar button {
        padding: 7px 4px;
        border-left: 0;
        background: #35908f;
        color: #fff;
        border-radius: 0px 50px 50px 0px;
        margin-top: -10px;
    }

    .new_sign_login button {
        background: #35908f;
        color: #fff;
        border: none;
        padding: 6px 14px;
        border-radius: 5px;
    }

    .new_sign_login {
        position: absolute;
        right: 11px;
    }

    .new_sign_login {
        display: block;
        z-index: 1000;
    }

    .new_Search_point form .form-group input {
        border: 1px solid #d0e1e1 !important;
        border-radius: 0 !important;
    }

    .responsive_tables .border_closers {
        border-bottom: 1px solid #fff;
        padding-top: 10px;
        margin-left: 6px;
    }

    .responsive_tables .find_doctor_menu h6 {
        margin-bottom: 5px !important;
        border-bottom: 1px solid #fff;
        width: fit-content;
        margin-left: 10px;
    }

    .loctions_log i {
        color: #fff;
    }

    .tool_tips + .tooltip > .tooltip-inner {
        background-color: #000;
        color: #FFFFFF;
        border: 1px solid #000;
        padding: 5px;
        font-size: 16px;
    }
    /* Tooltip on top */
    .tool_tips + .tooltip.top > .tooltip-arrow {
        border-top: 5px solid #000;
    }

    .loction_searchingtwo a {
        display: flex;
    }

        .loction_searchingtwo a i {
            background: #20625e;
            color: #fff;
            width: 35px;
            height: 35px;
            align-items: center;
            justify-content: center;
            display: flex;
            border-radius: 50px;
            font-size: 16px;
        }

    .loction_searchingtwo input {
        border: none;
        border-bottom: 1px solid #d0e1e1;
        width: 100px;
        margin-right: -10px !important;
    }

    .new_Search_point form .form-group input {
        border: 1px solid #d0e1e1 !important;
        border-radius: 0 !important;
        margin-top: 2px;
        margin-left: -5px;
    }

    .search-form .sub-cat.description-list:before {
        padding: 4px 9px !important;
        margin-top: 2px;
    }

    .loction_searchingtwo {
        display: block;
    }

        .loction_searchingtwo a input::placeholder {
            font-size: 14px !important;
        }

    .sub-cat .ui-autocomplete-input::placeholder {
        font-size: 14px !important;
    }

    .new_sign_login button {
        z-index: 9999;
        position: relative;
    }

    .login .modal-header .manual_closeerx {
        margin-top: -17px;
        right: -20px;
    }

    .sign_modal_fade {
        z-index: 99999;
        position: relative;
    }

    .join_kayawell_new.modal-dialog.modal-lg {
        transform: translate(0px, 100px) !important;
    }
    .inquiry_kayawell_new.modal-dialog.modal-lg {
        transform: translate(0px, 44px) !important;
        padding-bottom: 80px !important;

    }
    .ReloadBtn {
        position: relative !important;
        bottom: 0px !important;
        left: 0px !important;
        float: right !important;
    }
    .guestpost_kayawell_new.modal-dialog.modal-lg {
        transform: translate(0px, 44px) !important;
        padding-bottom: 80px !important;
    }
    #CaptchaImageCode{
        width:auto !important;
    }
    .modal-header .close {
        position: absolute;
        top: 0% !important;
        right: 2%;
    }
}

/*new header css*/
/*.find_menu_doctor {
    position: fixed !important;
     top: 30px !important; 
    background: #26726d;
    transform: translate(0px, 10px) !important;
    right: 0px;*/
    /* left: 0px; */
    /*width: 100% !important;
}*/

    .find_menu_doctor .col-md-3{
        margin:0px 20px;
    }
.find_doctor_menu li a{
    font-size:15px !important;
    font-weight:500 !important;
}

/*end*/
/*.kayawell-heading{
    margin:0px 20px;
}*/
/*.responsive_headercodepen{
    display:none;
}*/
/*.responsive_headercodepen nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 70px;
    background: #3E8DA8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 99;
}*/
/*nav .navbar {
        height: 100%;
        max-width: 1250px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: auto;*/
/* background: red; */
/*padding: 0 50px;
    }*/
/*.navbar .logo a {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}*/
/*nav .navbar .nav-linkss {
    line-height: 70px;
    height: 100%;
}*/
/*nav .navbar .linkss {
    display: flex;
}
*/
/*nav .navbar .linkss li {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        list-style: none;
        padding: 0 14px;
    }*/
/*  nav .navbar .linkss li a {
            height: 100%;
            text-decoration: none;
            white-space: nowrap;
            color: #fff;
            font-size: 15px;
            font-weight: 500;
        }*/
/*.linkss li:hover .htmlcss-arrow,
.linkss li:hover .js-arrow {
    transform: rotate(180deg);
}
*/
/*nav .navbar .linkss li .arrow {*/
/* background: red; */
/*height: 100%;
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
}*/
/*nav .navbar .linkss li .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    line-height: 40px;
    background: #3E8DA8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
}*/
/*nav .navbar .linkss li:hover .htmlCss-sub-menu,
nav .navbar .linkss li:hover .js-sub-menu {
    display: block;
}*/
/*.navbar .linkss li .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}*/
/*.navbar .linkss li .sub-menu a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}*/
/*.navbar .linkss li .sub-menu .more-arrow {
    line-height: 40px;
}*/
/*.navbar .linkss li .htmlCss-more-sub-menu {*/
/* line-height: 40px; */
/*}*/
/*.navbar .linkss li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}*/
/*.linkss li .sub-menu .more:hover .more-sub-menu {
    display: block;
}*/
/*.navbar .search-box {
    position: relative;
    height: 40px;
    width: 40px;
}*/
/*   .navbar .search-box i {
        position: absolute;
        height: 100%;
        width: 100%;
        line-height: 40px;
        text-align: center;
        font-size: 22px;
        color: #fff;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }*/
/*   .navbar .search-box .input-box {
        position: absolute;
        right: calc(100% - 40px);
        top: 80px;
        height: 60px;
        width: 300px;
        background: #3E8DA8;
        border-radius: 6px;
        opacity: 0;
        pointer-events: none;
        transition: all 0.4s ease;
    }*/
/*.navbar.showInput .search-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: #3E8DA8;
}*/
/*.search-box .input-box::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #3E8DA8;
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
}*/
/*.search-box .input-box input {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: none;
}*/
/*.responsive_headercodepen .search-box {
    background: none;
    box-shadow: none;
}*/
/*.responsive_headercodepen .search-box {
    margin: 0px 0px 0px -15px;
    padding: 0px 15px;
}*/
/*.navbar .nav-linkss .sidebar-logo {
    display: none;
}*/
/*.navbar .bx-menu {
    display: none;
}*/
/*@media (max-width:920px) {
    nav .navbar {
        max-width: 100%;
        padding: 0 25px;
    }

        nav .navbar .logo a {
            font-size: 27px;
        }

        nav .navbar .linkss li {
            padding: 0 10px;
            white-space: nowrap;
        }

            nav .navbar .linkss li a {
                font-size: 15px;
            }
}*/
/*@media (max-width:800px) {
    nav {*/
/* position: relative; */
/*}

    .navbar .bx-menu {
        display: block;
    }

    nav .navbar .nav-linkss {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 270px;
        width: 100%;
        background: #3E8DA8;
        line-height: 40px;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
    }

    .navbar .nav-linkss .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #fff;
    }

    .sidebar-logo i,
    .navbar .bx-menu {
        font-size: 25px;
        color: #fff;
    }

    nav .navbar .linkss {
        display: block;
        margin-top: 20px;
    }

        nav .navbar .linkss li .arrow {
            line-height: 40px;
        }

        nav .navbar .linkss li {
            display: block;
        }

            nav .navbar .linkss li .sub-menu {
                position: relative;
                top: 0;
                box-shadow: none;
                display: none;
            }

                nav .navbar .linkss li .sub-menu li {
                    border-bottom: none;
                }

    .navbar .linkss li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }

        .navbar .linkss li .sub-menu .more-sub-menu li {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

    .linkss li:hover .htmlcss-arrow,
    .linkss li:hover .js-arrow {
        transform: rotate(0deg);
    }

    .navbar .linkss li .sub-menu .more-sub-menu {
        display: none;
    }

    .navbar .linkss li .sub-menu .more span {*/
/* background: red; */
/*display: flex;
        align-items: center;*/
/* justify-content: space-between; */
/*}

    .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }

    nav .navbar .linkss li:hover .htmlCss-sub-menu,
    nav .navbar .linkss li:hover .js-sub-menu {
        display: none;
    }

    .navbar .nav-linkss.show1 .linkss .htmlCss-sub-menu,
    .navbar .nav-linkss.show3 .linkss .js-sub-menu,
    .navbar .nav-linkss.show4 .linkss .js-sub-menus,
    .navbar .nav-linkss.show2 .linkss .more .more-sub-menu {
        display: block;
    }

    .navbar .nav-linkss.show1 .linkss .htmlcss-arrow,
    .navbar .nav-linkss.show3 .linkss .js-arrow
    .navbar .nav-linkss.show4 .linkss .js-arrows {
        transform: rotate(180deg);
    }

    .navbar .nav-linkss.show2 .linkss .more-arrow {
        transform: rotate(90deg);
    }
}*/
/*@media (max-width:580px) {
    .responsive_headercodepen {
        display: block !important;
    }
    .col-xs-5.col-sm-12.clint-book {
        margin-top: 15% !important;
    }
}*/
/*.responsive_headercodepen {
    display: none !important;
}*/
/*@media (max-width:580px) {
    .navbar.navbar-default.yamm.new_heder_css {
        display: none;
    }
    .responsive_headercodepen {
        display: block !important;
    }
}*/
/*@media (max-width:370px) {
    nav .navbar .nav-linkss {
        max-width: 100%;
    }
}*/
body.admin .near_expertsing {
    width: 100%;
}

#wfuform .w35 {
    width: 100% !important;
}

.form-inline input#PhoneNo {
    width: 100% !important;
    border: 1px solid #000 !important;
}

div#s2id_ptStateId {
/*    z-index: 9999;*/
    z-index: 999;
    position: relative;
}

.find_doctor_menu li a {
    padding-left: 0 !important;
}

    .find_doctor_menu li a:hover {
        border-bottom: none !important;
    }

.responsive-tab ul li {
    font-size: 17px;
}

.main_container.admin-content .nav.nav-tabs li.active a:before {
    border: none !important;
}

body {
    overflow-y: inherit !important;
    padding: 0 !important;
}

.collayout {
    font-weight: normal;
    text-align: left;
}

.cth_input {
    display: flex;
}


.collayout p span {
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 2;
}

#divShowsMsgList.col-sm-6.col-sm-offset-3.list-group.no-record ul li {
    padding: 10px 0;
    text-align: left;
    list-style: disc;
    margin-left: 20px;
}

.respons_doclog.active .reposive_find {
    display: block;
    height: 250px;
    overflow: scroll;
    width: max-content;
    max-width: 100%;
}
@media (max-width:768px) {
    .loction_searchingtwo #SelectedCityName {
        width: 100px;
        align-items: center;
        justify-content: center;
        display: flex;
        color: #000 !important;
    }

    .mobileside_healthtips a:hover .find_menu_doctor {
        display: block;
    }

   /* .mobileside_opentips {
        position: absolute;
        top: -166px;
        height: 160px;
    }*/
    .mobileside_opentips {
        position: fixed;
        height: 211px;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        bottom: 100px;
        top: inherit;
        border-radius: 10px 10px 0px 0px;
        z-index: 99999;
        overflow-x: hidden;
    }
  
    .hospital-top {
        margin-top: 20px !important;
    }

    .hosiptal-input {
        margin-bottom: 10px !important;
    }
    /*.mobileside_opentips .row .col-lg-3 .find_doctor_menu li a {
            color: #fff;
        }
}*/
}
    @media (max-width: 1400px) {
        .bootstrap-datetimepicker-widget {
            inset: 0px 0px 0px -100px !important;
        }
        .conatin-reviw{
            width:950px !important
        }
    }
@media (max-width: 800px) {
    .bootstrap-datetimepicker-widget {
        inset: 0px 0px 0px 0px !important;
    }
    .conatin-reviw {
        width: auto !important
    }
}
@media only screen and (max-width: 767px) {

    ul.megamenu.megamenu1.practice-menu {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        gap: 4px;
    }
    .back_admin {
        margin-top: 14px;
    }
        .back_admin a {
            margin-top: 4px !important;
        }
}
@media only screen and (max-width: 420px) {

    button.view-icon-edit {
        display: none;
    }
    .heading {
        margin: 0px 0 2px 0 !important;
        text-align: center;
        margin-top:40% !important;
    }
    ul.list-unstyled.components {
        margin-top: 20%;
        z-index: 9999 !important;
    }
  /*  .mobileside_opentips {
        position: fixed;
        height: 200px;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        bottom: 76px !important;
        top: inherit;
        border-radius: 10px 10px 0px 0px;
        z-index: 99999;
        overflow-x: hidden;
    }*/
  /*  ul.find_doctor_menu li {
        width: max-content;
    }
    .find_doctor_menu li a{
        text-decoration:none;
    }*/
}
@media only screen and (max-width: 540px) {

    .mobileside_opentips {
        position: fixed;
        height: 200px;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        bottom: 76px !important;
        top: inherit;
        border-radius: 10px 10px 0px 0px;
        overflow-x: hidden;
    }
    .new-mobile-menu {
        width: max-content !important;
        display:block;
    }
}
/*.mobileside_opentips::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
    border-radius: 10px 10px 0px 0px;
}*/


div#RequestEnquiryListData {
    width: 100%;
    overflow-x: scroll;
}
.mobileside_opentips {
    z-index: 99999 !important;
}
