@import url('https://fonts.googleapis.com/css?family=Saira:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,400i,500,500i,700,700i');

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

.box_list small,
.main_title h2,
.main_title_3 h3,
.marker_info small,
footer h5 {
    text-transform: uppercase
}

.container_check {
    -moz-user-select: none;
    -ms-user-select: none
}

.tabs nav ul,
ol,
ul,
ul#cat_nav {
    list-style: none
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 999999
}

[data-loader=circle-side] {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/hospital_loader.gif');
}

.main_title_3,
.main_title_3 h3,
main {
    position: relative
}

hr,
hr.double {
    margin: 15px 0 30px;
    border-color: #ededed
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-family: "Ubuntu",Tahoma,Geneva,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #848484;
    background-color: #f3f7f9;
    letter-spacing: 0px;
}

a.wish_bt:after,
footer ul.links li a:after {
    font-family: ElegantIcons
}

main {
    background: #f5f8fa;
    z-index: 1
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Saira",Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
    font-weight: 600;
    color: #222222;
}

h1 {
    font-size: 45px;
    line-height: 50px;
}

h2 {
    font-size: 35px;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    line-height: 24px;
}

h4 {
    font-size: 25px;
    line-height: 30px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
}

h6 {
    font-size: 16px;
    line-height: 18px;
}

hr.double {
    border-width: 2px
}

ol,
ul {
    margin: 0 0 25px;
    padding: 0
}

p {
    margin-bottom: 15px
}

    p.lead {
        font-weight: 300;
        font-size: 16px;
    }

strong {
    font-weight: 600
}

.main_title {
    text-align: center;
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .main_title {
        margin-bottom: 15px
    }
}

.main_title h5 {
    font-family: "Saira",Arial,Helvetica,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.5px;
    color: #848484;
    margin-top: 5px;
    margin-bottom: 5px;
}

.main_title h2 {
    font-family: "Saira",Arial,Helvetica,sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    color: #222222;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.main_title.white-color h2 {
    color: #fff;
}

.main_title.white-color h5,
.main_title.white-color p {
    color: rgba(255,255,255,0.8);
}

.main_title_3 {
    background-color: #0392ce;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    margin-bottom: 60px
}

@media (max-width: 991px) {
    .main_title_3 {
        margin-bottom: 30px
    }
}

.main_title_3 h3 {
    font-size: 16px;
    font-size: 1rem;
    margin: 5px 0 0;
    color: #fff
}

    .main_title_3 h3 strong {
        background-color: #0392ce;
        color: #fff;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        line-height: 24px;
        display: inline-block;
        width: 24px;
        height: 24px;
        font-size: 14px;
        font-size: .875rem;
        margin-right: 10px;
        position: relative;
        top: -2px
    }

    .main_title_3 h3:after,
    .main_title_3 h3:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 54px;
        bottom: -42px;
        display: block;
        z-index: 9
    }

    .main_title_3 h3:before {
        left: 25%;
        background: url(img/arrow_left.png) no-repeat
    }

    .main_title_3 h3:after {
        right: 25%;
        background: url(img/arrow_right.png) no-repeat
    }

@media (max-width: 991px) {
    .main_title_3 h3:after,
    .main_title_3 h3:before {
        display: none
    }
}

a {
    color: #0392ce;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

    .btn_1,
    a.btn_1,
    header.header_sticky {
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out
    }

    a:focus,
    a:hover {
        color: #333
    }

    .btn_1,
    a.btn_1 {
        border: none;
        color: #fff;
        background-color: #0392ce;
        cursor: pointer;
        padding: 7px 20px;
        display: inline-block;
        outline: 0;
        font-size: 14px;
        font-size: .875rem;
        transition: all .3s ease-in-out;
        font-weight: 500
    }

        .btn_1.medium,
        a.btn_1.medium {
            padding: 11px 30px;
            font-size: 16px;
        }

        .btn_1.full-width,
        a.btn_1.full-width {
            display: block;
            text-align: center;
            padding: 12px 45px;
            font-size: 16px;
            font-size: 1rem;
            width: 100%
        }

        .btn_1:hover,
        a.btn_1:hover {
            background: #222222;
        }

        .btn_1.outline,
        a.btn_1.outline {
            background: 0 0;
            border: 2px solid #0392ce;
            color: #0392ce
        }

            .btn_1.outline:hover,
            a.btn_1.outline:hover {
                background: #0392ce;
                color: #fff
            }

footer,
header {
    background-color: #fff
}

header {
    min-height: 55px;
    padding: 5px 0;
    border-bottom: 1px solid transparent;
    line-height: 55px;
}

    header.header_map,
    header.header_sticky.sticky,
    header.static {
        border-bottom: 1px solid #ededed
    }

    header.header_sticky {
        width: 100%;
        z-index: 999;
        position: relative;
        transition: all .3s ease-in-out
    }

        header.header_sticky.sticky {
            position: fixed;
            left: 0;
            top: 0;
            z-index: 99999999
        }

@media (max-width: 991px) {
    header.header_sticky.sticky {
        position: static
    }
}

header.header_map {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2
}

header.static {
    z-index: 999;
    position: relative
}

@media (max-width: 991px) {
    header .container {
        margin-right: auto !important;
        margin-left: auto !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
        width: 100% !important;
        max-width: 100%
    }
}

#logo_home h1 {
    margin: 0;
    padding: 0;
    line-height: 1
}

    #logo_home h1 a {
        width: 185px;
        height: 70px;
        display: block;
        background: url(../img/logo.png) no-repeat;
        background-size: 185px 70px;
        text-indent: -9999px;
    }

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    #logo_home h1 a {
        background-image: url(../img/logo.png);
        background-size: 185px 70px;
        margin: auto;
    }
}

@media (max-width: 991px) {
    ul#top_access {
        right: 0;
        top: 2px
    }

        ul#top_access li#user figure {
            text-indent: 0
        }

        ul#top_access li#user {
            text-indent: -9999px;
            padding: 0;
            margin: 2px 10px 0 0
        }

    #logo,
    #logo_home {
        position: relative;
        left: 0px
    }
}

footer {
    color: #fff;
    background-color: #222222;
}

    footer hr {
        border-color: rgba(255, 255, 255, .1);
    }

    footer h5 {
        font-size: 14px;
        font-size: .875rem;
        font-weight: 600;
        color: #fff;
        margin-bottom: 20px
    }

    footer ul li {
        margin-bottom: 10px
    }

        footer ul li a {
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            display: inline-block;
            position: relative;
            color: rgba(255, 255, 255, .7);
        }

            footer ul li a:hover {
                color: #0392ce
            }

            footer ul li a i {
                margin-right: 10px;
                color: #fff
            }

    footer ul.links li a:hover {
        -webkit-transform: translate(5px, 0);
        -moz-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        -o-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

        footer ul.links li a:hover:after {
            opacity: 1
        }

    footer ul.links li a:after {
        content: "\24";
        position: absolute;
        margin-left: 5px;
        top: 1px;
        opacity: 0;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

ul#additional_links li a {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

footer ul.contacts li a i {
    margin-right: 10px;
    color: #0392ce
}

footer #copy {
    text-align: right;
    font-size: 13px;
    font-size: .8125rem;
    color: #999
}

@media (max-width: 767px) {
    footer h5 {
        margin-bottom: 10px
    }

    footer ul {
        margin-bottom: 35px
    }

    footer #copy {
        text-align: left;
        margin-bottom: 25px
    }
}

.follow_us ul {
    margin: 0
}

    .follow_us ul li {
        display: inline-block;
        margin-right: 2px;
    }

        .follow_us ul li a i {
            margin: 0;
        }

        .follow_us ul li a {
            color: rgba(255, 255, 255, .7);
            width: 32px;
            height: 32px;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, .7);
            border-radius: 50%;
            font-size: 13px;
            line-height: 32px;
        }

            .follow_us ul li a:hover {
                color: #fff;
                background-color: #0392ce;
                border-color: #0392ce;
            }

ul#additional_links {
    margin: 0;
    font-size: 13px;
    font-size: .8125rem;
    color: #999
}

    ul#additional_links li {
        display: inline-block;
        margin-right: 15px
    }

        ul#additional_links li:first-child {
            margin-right: 20px
        }

        ul#additional_links li:last-child:after {
            content: ""
        }

        ul#additional_links li a {
            opacity: .5;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

            ul#additional_links li a:hover {
                opacity: 1
            }

        ul#additional_links li:after {
            content: "|";
            font-weight: 300;
            position: relative;
            left: 10px
        }

.wow {
    visibility: hidden
}

.hero_home {
    height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .hero_home {
        height: 650px
    }
}

.hero_home.version_3 {
    background-image: url(../img/slider-01.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

@media (max-width: 767px) {
    .hero_home.version_3 {
        height: 450px
    }
}

@media (max-width: 991px) {
    .hero_home.version_3 .content {
        padding: 0 10%
    }
}

@media (max-width: 767px) {
    .hero_home.version_3 .content {
        padding: 0 15px
    }
}

.hero_home.version_3 .content p {
    margin: 10px 0 40px
}

.hero_home .content {
    padding: 0;
    vertical-align: middle;
    text-align: left;
    font-size: 18px;
    color: #828282;
    line-height: 26px;
}

@media (max-width: 991px) {
    .hero_home .content {
        padding: 0 30px
    }
}

@media (max-width: 767px) {
    .hero_home .content {
        font-size: 16px;
        font-size: 1rem;
        padding: 0 15px
    }
}

.hero_home .content h3 {
    margin: 0;
    font-size: 50px;
    font-weight: 700;
    color: #0492ce;
    line-height: 60px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .hero_home .content h3 {
        font-size: 42px;
        font-size: 2.625rem
    }
}

@media (max-width: 575px) {
    .hero_home .content h3 {
        font-size: 32px;
        font-size: 2rem
    }
}

@keyframes pop-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.hero_home .content h3.animated {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-duration: .4s;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s
}

.hero_home .content p.animated {
    animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    animation-duration: .4s;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s
}

.hero_home .content form.animated,
.hero_home .content .doctor-search-form.animated {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s
}

.hero_home .content .btn_1.animated {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s
}

.owl-theme .owl-dots {
    margin-top: 25px !important
}

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #0392ce !important
    }

.box_list figure a img,
.search_bar_list input[type=submit] {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

@media (max-width: 991px) {
    .box_list {
        min-height: inherit
    }
}

iframe {
    height: 100%;
    width: 100%
}

.box_list small {
    font-weight: 600
}

#results {
    padding: 20px 0;
    color: #fff;
    background: #0392ce;
}

    #results.is_stuck {
        z-index: 99;
        position: relative !important;
    }

    #results h4 {
        color: #fff;
        margin: 10px 0 0;
        font-size: 18px;
        font-size: 1.125rem
    }

@media (max-width: 767px) {
    #results {
        padding: 10px 0
    }

        #results h4 {
            display: none
        }
}

.search_bar_list {
    position: relative
}

    .search_bar_list input[type=text] {
        border: 0;
        height: 40px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        padding-left: 15px
    }

    .search_bar_list input[type=submit] {
        position: absolute;
        right: -1px;
        color: #fff;
        font-weight: 600;
        top: 0;
        border: 0;
        padding: 0 15px;
        height: 40px;
        cursor: pointer;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        -ms-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        background-color: #222222;
        transition: all .3s ease-in-out
    }

        .search_bar_list input[type=submit]:hover {
            background-color: #222222
        }

.box_list {
    background-color: #fff;
    display: block;
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

    .box_list figure {
        margin-bottom: 0;
        overflow: hidden;
        position: relative;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        height: 260px
    }

        .box_list figure .preview {
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -12px;
            -webkit-transform: translateY(10px);
            -moz-transform: translateY(10px);
            -ms-transform: translateY(10px);
            -o-transform: translateY(10px);
            transform: translateY(10px);
            text-align: center;
            opacity: 0;
            visibility: hidden;
            width: 100%;
            -webkit-transition: all .6s;
            transition: all .6s;
            z-index: 2
        }

            .box_list figure .preview span {
                background-color: rgba(4, 146, 206, .55);
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                -ms-border-radius: 20px;
                border-radius: 20px;
                display: inline-block;
                color: #fff;
                font-size: .75rem;
                padding: 5px 15px;
            }

        .box_list figure:hover .preview {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }

        .box_list figure a img {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            transition: all .3s ease-in-out
        }

        .box_list figure a:hover img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1)
        }

    .box_list .wrapper {
        padding: 10px
    }

        .box_list .wrapper h3 {
            font-size: 1.25rem;
            margin-top: 0
        }

        .box_list .wrapper p {
            margin-bottom: 0;
        }

    .box_list small {
        color: #999
    }

    .box_list ul {
        width: 100%;
        padding: 20px 15px;
        border-top: 1px solid #ededed
    }

@media (max-width: 991px) {
    .box_list ul {
        position: static
    }
}

.box_list ul li {
    display: inline-block;
    color: #999;
    font-weight: 500
}

    .box_list ul li i {
        margin-right: 5px;
        font-weight: 500
    }

@media (max-width: 767px) {
    .box_list figure {
        height: 280px
    }

    .box_list .wrapper p {
        font-size: 13px;
        font-size: .8125rem
    }

    .box_list ul li:first-child {
        display: none
    }
}

.box_list ul li:nth-child(2) {
    display: none
}

.box_list.home ul li:first-child,
.box_list.home ul li:last-child,
.box_list.home ul li:nth-child(2),
a.wish_bt {
    display: inline-block
}

.box_list ul li a {
    color: #999;
    font-weight: 500
}

    .box_list ul li a:hover {
        color: #0392ce
    }

.box_list ul li:last-child {
    margin-right: 0;
    float: right
}

    .box_list ul li:last-child a {
        background: #fff;
        border: 2px solid #0392ce;
        color: #0392ce;
        padding: 5px 20px;
        font-weight: 500;
        line-height: 1;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px
    }

        .box_list ul li:last-child a:hover {
            background: #0392ce;
            color: #fff
        }

a.wish_bt {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    padding: 9px 10px;
    color: #fff;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

#review_summary {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px
}

.datepicker .day:hover {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

a.wish_bt:after {
    content: "\e030"
}

a.wish_bt:hover:after {
    content: "\e089";
    color: #0392ce
}

@media (max-width: 767px) {
    .box_list ul li:nth-child(2) {
        display: inline-block
    }
}

.rating i {
    color: #ddd;
    font-size: 13px;
    font-size: .8125rem
}

    .rating i.voted {
        color: #FFC107
    }

.rating small {
    margin-bottom: 0;
    display: inline-block;
    font-size: 12px;
    font-size: .75rem
}

    .rating small a {
        color: #999;
        text-decoration: underline
    }

.infoBox {
    padding-right: 50px !important
}

    .infoBox > img {
        position: absolute !important;
        right: 60px !important;
        top: 10px !important;
        z-index: 9999999
    }

.marker_info {
    width: 200px;
    padding: 20px 15px 15px;
    height: 250px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #fefefe;
    background-color: rgba(255, 255, 255, .9);
    position: relative;
    z-index: 99999;
    font-family: Poppins, Helvetica, sans-serif
}

    .marker_info figure {
        width: 60px;
        height: 60px;
        overflow: hidden;
        margin: auto auto 10px;
        position: relative;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px
    }

        .marker_info figure img {
            width: auto;
            height: 80px;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

    .marker_info h3 {
        font-size: 16px;
        font-size: 1rem;
        margin: 0 0 10px
    }

        .marker_info h3 a {
            color: #0392ce
        }

            .marker_info h3 a:hover {
                color: #333
            }

    .marker_info small {
        font-size: 10px;
        font-size: .625rem;
        color: #999;
        font-weight: 600
    }

    .marker_info span {
        display: block;
        padding: 0;
        font-size: 12px;
        font-size: .75rem;
        margin-bottom: 10px
    }

    .marker_info:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-right-color: rgba(255, 255, 255, .9);
        border-width: 10px;
        margin-top: -10px
    }

.btn_infobox_get_directions:before,
.btn_infobox_phone:before {
    font-family: ElegantIcons;
    font-size: 14px;
    font-size: .875rem;
    cursor: pointer;
    position: relative;
    left: 0;
    top: 2px;
    color: #0392ce;
    margin-right: 8px
}

.btn_infobox_get_directions,
.btn_infobox_phone {
    border: none;
    display: block;
    font-weight: 500;
    color: #555;
    background: 0 0;
    font-size: 12px;
    outline: 0;
    cursor: pointer
}

.btn_infobox_get_directions {
    font-size: .75rem
}

    .btn_infobox_get_directions:before {
        content: "\e081"
    }

.btn_infobox_phone {
    font-size: .75rem
}

    .btn_infobox_phone:before {
        content: "\e090"
    }

.full-height {
    height: 100%
}

@media (max-width: 991px) {
    .full-height {
        height: auto
    }
}

.row-height {
    height: 100%;
    min-height: 100%
}

@media (max-width: 991px) {
    .row-height {
        height: auto
    }
}

.map-right {
    height: 100%;
    min-height: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 0
}

@media (max-width: 991px) {
    .map-right {
        height: 400px;
        position: static;
        min-height: inherit
    }
}

#map_listing {
    height: 100%;
    width: 100%
}

    #map_listing.normal_list {
        height: 495px;
        width: auto;
        border: 3px solid #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 25px
    }

.content-left {
    height: 100%;
    min-height: 100%;
    overflow-y: scroll;
    padding-top: 55px;
    background-color: #f5f8fa
}

#error_page h2,
.box_profile small,
.my-toggle {
    text-transform: uppercase
}

#breadcrumb {
    background-color: #0392ce;
    padding: 25px 0;
    line-height: 1;
    color: #fff
}

    #breadcrumb ul {
        margin: 0;
        font-size: 13px;
        font-size: .8125rem
    }

        #breadcrumb ul li {
            display: inline-block;
            padding-right: 8px;
            margin-right: 3px;
            position: relative;
            padding-left: 8px;
        }

            #breadcrumb ul li a {
                color: #fff
            }

                #breadcrumb ul li a:hover {
                    color: #222222
                }

            #breadcrumb ul li:after {
                content: "\e9ee";
                font-family: fontello;
                position: absolute;
                right: 0;
                top: 0
            }

            #breadcrumb ul li:last-child {
                opacity: .7
            }

                #breadcrumb ul li:last-child:after {
                    content: '';
                    margin-right: 0
                }

.tabs_styled_2 .nav-tabs .nav-item.show .nav-link,
.tabs_styled_2 .nav-tabs .nav-link.active {
    color: #333;
    background-color: #fff;
    border-color: #e1e8ed;
    border-bottom: 1px solid transparent
}

@media (max-width: 767px) {
    #breadcrumb {
        padding: 15px 0
    }

    .tabs_styled_2 .nav-tabs .nav-item.show .nav-link,
    .tabs_styled_2 .nav-tabs .nav-link.active {
        border: 1px solid transparent
    }
}

.tabs_styled_2 .nav-tabs .nav-link.active:hover,
.tabs_styled_2 .nav-tabs .nav-link:focus {
    border-color: #e1e8ed;
    border-bottom: 1px solid transparent
}

@media (max-width: 767px) {
    .tabs_styled_2 .nav-tabs .nav-link.active:hover,
    .tabs_styled_2 .nav-tabs .nav-link:focus {
        border: 1px solid transparent
    }
}

.tabs_styled_2 .nav-tabs .nav-link:hover {
    border-color: transparent
}

@media (max-width: 767px) {
    .tabs_styled_2 .nav-item {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        border: 1px solid #e1e8ed;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px
    }
}

.tabs_styled_2 .nav-tabs .nav-link {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 16px;
    font-size: 1rem;
    padding: .75rem 1.5rem;
    margin-right: 5px
}

@media (max-width: 767px) {
    .tabs_styled_2 .nav-tabs .nav-link {
        margin-right: 0;
        padding: .5rem
    }
}

.tabs_styled_2 .nav-tabs {
    border-bottom: 1px solid #e1e8ed
}

.tabs_styled_2 .tab-pane {
    background-color: #fff;
    padding: 30px 30px 20px;
    border: 1px solid #e1e8ed;
    border-top: none
}

    .tabs_styled_2 .tab-pane hr {
        margin: 30px -30px;
        border-color: #ededed
    }

.indent_title_in {
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px
}

    .indent_title_in i {
        font-size: 40px;
        position: absolute;
        left: 0;
        color: #0392ce;
        top: 0
    }

@media (max-width: 767px) {
    .indent_title_in {
        padding-left: 0
    }

        .indent_title_in i {
            position: static
        }
}

.indent_title_in h3 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 21px
}

.indent_title_in p {
    color: #999;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: .875rem
}

.wrapper_indent {
    padding-left: 60px
}

@media (max-width: 767px) {
    .wrapper_indent {
        padding-left: 0
    }
}

ul.list_edu {
    margin-bottom: 0;
    line-height: 1.8
}

    ul.list_edu li:before {
        font-family: fontello;
        content: "\ea3e";
        margin-right: 8px;
        color: #afacac;
    }

    ul.list_edu li strong {
        font-weight: 500
    }

#review_summary {
    text-align: center;
    background-color: #0392ce;
    color: #fff;
    padding: 20px 10px;
    border-radius: 5px
}

@media (max-width: 991px) {
    #review_summary {
        margin-bottom: 15px
    }
}

#review_summary strong {
    font-size: 3rem;
    line-height: 1
}

.reviews-container .progress {
    margin-bottom: 12px;
    height: 12px;
}

.reviews-container .progress-bar {
    background-color: #5cb3e0
}

.reviews-container .review-box {
    position: relative;
    margin-bottom: 25px;
    padding-left: 100px;
    min-height: 100px
}

.reviews-container .rev-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

    .reviews-container .rev-thumb img {
        width: 80px;
        height: auto
    }

@media (max-width: 767px) {
    .reviews-container .review-box {
        padding-left: 0
    }

    .reviews-container .rev-thumb {
        position: static;
        margin-bottom: 10px
    }
}

.reviews-container .rev-content {
    position: relative;
    padding: 25px 25px 0;
    border: 1px solid #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.box_profile ul.statistic li,
ul.time_select li label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px
}

.reviews-container .rev-info {
    font-size: .75rem;
    font-style: italic;
    color: #777;
    margin-bottom: 10px
}

#calendar {
    padding: 0;
    margin-bottom: 30px
}

    #calendar .datepicker.datepicker-inline,
    #calendar .datepicker.datepicker-inline table {
        width: 100%
    }

.datepicker thead tr th.next:hover,
.datepicker thead tr th.prev:hover {
    color: #0392ce
}

.datepicker .disabled.disabled-date.day,
.datepicker .disabled.disabled-date.day:hover {
    background-color: #eb525b !important;
    color: #fff !important
}

.datepicker .day:hover {
    background: #8ec549 !important;
    color: #fff;
    transition: all .3s ease-in-out
}

.datepicker .active.day:hover {
    background: #333 !important;
    color: #fff
}

ul.legend li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding-left: 30px
}

    ul.legend li strong {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: -2px
    }

    ul.legend li:first-child strong {
        background-color: #8ec549
    }

    ul.legend li:last-child strong {
        background-color: #eb525b
    }

ul.time_select li input[type=radio] {
    display: none;
    cursor: pointer
}

    ul.time_select li input[type=radio]:checked + label {
        background-color: #333;
        color: #fff
    }

ul.time_select li label {
    display: inline-block;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #f8f8f8;
    border-radius: 3px;
    padding: 8px 10px 6px;
    line-height: 1;
    min-width: 100px;
    margin: 5px;
    text-align: center;
    cursor: pointer
}

    ul.time_select li label:hover {
        background-color: #0392ce;
        color: #fff
    }

.box_profile {
    background-color: #fff;
}

ul.treatments {
    margin-bottom: 45px
}

    ul.treatments li {
        border-bottom: 1px dotted #ddd;
        width: 45%;
        float: left;
        margin: 15px
    }

@media (max-width: 991px) {
    ul.treatments li {
        width: auto;
        float: none
    }
}

.box_form,
.box_profile {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px
}

.box_profile {
    border-radius: 5px;
    border: 1px solid #e1e8ed;
    padding: 0 25px 25px;
    margin-bottom: 35px
}

    .box_profile ul.statistic li,
    .profile ul.statistic li {
        background-color: #222222;
        font-weight: 600;
        min-width: 95px;
        display: inline-block
    }

    .booking .title,
    .box_profile figure {
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0
    }

    .box_profile figure {
        margin: -1px -26px 25px;
        border-radius: 5px 5px 0 0;
        overflow: hidden
    }

@media (max-width: 991px) {
    .box_profile figure {
        width: 100px;
        height: 100px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin: 25px auto
    }
}

.box_profile .rating {
    margin-bottom: 20px;
    display: inline-block
}

.box_profile small {
    color: #999;
    font-weight: 600
}

.box_profile h1 {
    font-size: 21px;
    line-height: 30px;
}

.box_profile p {
    color: #999
}

.box_profile ul.statistic {
    padding-bottom: 5px
}

    .box_profile ul.statistic li {
        border-radius: 3px;
        line-height: normal;
        color: #fff;
        padding: 3px 10px;
        font-size: 12px;
        font-size: .75rem
    }

.box_profile ul.contacts {
    text-align: left;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 25px;
    margin: 0 -25px 25px
}

#confirm,
.divider,
.form_title h3 strong,
.tabs nav,
.tabs nav ul {
    text-align: center
}

.box_profile ul.contacts li {
    margin-bottom: 15px
}

    .box_profile ul.contacts li h6 {
        font-size: 14px;
        font-size: .875rem;
        margin-bottom: 3px
    }

    .box_profile ul.contacts li:last-child {
        margin-bottom: 0
    }

.booking .title {
    background-color: #0392ce;
    color: #fff;
    margin: -30px -30px 30px;
    padding: 20px 30px;
    border-radius: 5px 5px 0 0;
    text-align: center;
}

    .booking .title h3 {
        font-size: 22px;
        margin: 0;
        color: #fff
    }

    .booking .title small {
        font-size: 13px;
        font-size: .8125rem
    }

.booking hr {
    margin-top: 15px !important
}

.booking ul.treatments {
    margin: 15px 0 0
}

    .booking ul.treatments li {
        border-top: 1px dotted #ddd;
        border-bottom: none;
        width: 100%;
        margin: 0;
        padding: 12px 0 5px
    }

@media (max-width: 991px) {
    .box_profile ul.contacts,
    .box_profile {
        text-align: center
    }

    .booking ul.treatments li {
        width: auto;
        float: none
    }
}

.divider {
    height: 1px;
    margin: 30px 0;
    background-color: #e1e8ed
}

    .divider span {
        position: relative;
        top: -20px;
        background-color: #fff;
        display: inline-block;
        padding: 10px;
        font-style: italic
    }

.link_bright a {
    color: #0392ce
}

    .link_bright a:hover {
        color: #fff02a
    }

#error_page {
    background: url(../img/error.jpg);
}

#error_page {
    width: 100%;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff
}

    #error_page h2 {
        font-size: 140px;
        font-size: 8.75rem;
        color: #222222;
        font-weight: 700;
        line-height: 1
    }

        #error_page h2 i {
            color: #ec1010;
        }

@media (max-width: 767px) {
    #error_page h2 {
        font-size: 72px;
        font-size: 4.5rem
    }

    #error_page {
        padding: 0;
        height: 450px
    }
}

#error_page p {
    font-size: 18px;
    color: #222222;
}

.search_bar_error {
    position: relative;
    margin-bottom: 60px
}

    .search_bar_error input[type=text] {
        border: 0;
        height: 50px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        padding-left: 15px;
        -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .35);
        -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .35);
        box-shadow: 0 0 50px 0 rgba(0, 0, 0, .35)
    }

    .search_bar_error input[type=submit] {
        position: absolute;
        right: 0;
        color: #fff;
        font-weight: 600;
        top: 0;
        border: 0;
        padding: 0 25px;
        height: 50px;
        cursor: pointer;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        -ms-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        background-color: #0392ce;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
    }

#contact_info ul li strong,
.box_general_3.cart label,
.error_message,
.summary ul li strong,
ul.treatments.checkout li strong {
    font-weight: 500
}

#contact_info {
    margin: 35px 0 0
}

    #contact_info h3 {
        font-size: 18px;
        font-size: 1.125rem
    }

    #contact_info h4 {
        font-size: 14px;
        font-size: .875rem
    }

    #contact_info ul li {
        margin-bottom: 15px
    }

        #contact_info ul li strong {
            display: block
        }

#map_contact {
    width: 100%;
    height: 500px
}

@media (max-width: 767px) {
    #contact_info {
        margin: 0 0 35px
    }

    #map_contact {
        height: 350px
    }
}

.error_message {
    color: #f26c4f;
    display: inline-block;
    margin-bottom: 10px
}

.form_title {
    position: relative;
    padding-left: 55px;
    margin-bottom: 10px
}

    .form_title h3 {
        margin: 0;
        padding: 0;
        font-size: 20px;
        line-height: 25px;
    }

        .form_title h3 strong {
            width: 36px;
            height: 36px;
            display: inline-block;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            color: #0392ce;
            font-size: 18px;
            line-height: 34px;
            position: absolute;
            left: 0;
            top: -3px;
            border: 2px solid #0392ce;
            background-color: transparent;
        }

    .form_title p {
        color: #999;
        margin: 0;
        padding: 0;
        font-size: 12px;
        line-height: 14px
    }

.cards {
    margin-top: 28px
}

.step {
    padding: 15px 0 0px 55px;
    margin: 0;
}

@media (max-width: 991px) {
    .cards {
        display: none
    }
}

.message {
    background-color: #f8f8f8;
    padding: 15px;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

    .message p {
        margin: 0
    }

.summary ul {
    margin: 0 0 15px;
    padding: 0
}

    .summary ul li {
        margin-bottom: 10px
    }

ul.treatments.checkout {
    margin: 0;
    padding: 0
}

    ul.treatments.checkout li {
        margin-bottom: 8px
    }

        ul.treatments.checkout li.total {
            text-transform: uppercase;
            color: #0392ce;
            font-weight: 500;
            font-size: 18px;
            font-size: 1.125rem
        }

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

.inlinesvg .svg svg {
    display: inline
}

.icon--order-success svg path {
    -webkit-animation: checkmark .25s ease-in-out .7s backwards;
    animation: checkmark .25s ease-in-out .7s backwards
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle .6s ease-in-out backwards;
    animation: checkmark-circle .6s ease-in-out backwards
}

.tabs {
    position: relative;
    width: 100%;
    overflow: visible;
    padding-bottom: 35px
}

    .tabs nav {
        overflow: hidden
    }

        .tabs nav ul {
            padding: 0;
            margin: 0;
            display: inline-block;
            width: 100%
        }

            .tabs nav ul li {
                margin: 0 -4px 0 0;
                display: block;
                display: inline-block;
                background-color: #f5f8fa;
                width: 33%;
                text-align: left;
                line-height: 1.3
            }

                .tabs nav ul li a {
                    padding: 25px 35px 25px 90px;
                    color: #555;
                    display: block;
                    font-size: 21px;
                    font-size: 1.3125rem;
                    white-space: nowrap;
                    position: relative;
                    font-weight: 500
                }

@media (max-width: 991px) {
    .tabs nav ul li {
        text-align: center
    }

        .tabs nav ul li a {
            padding: 15px;
            font-size: 16px;
            font-size: 1rem
        }

            .tabs nav ul li a i {
                display: none
            }
}

.tabs nav ul li a i {
    position: absolute;
    left: 35px;
    top: 25px;
    font-size: 38px;
    font-size: 2.375rem
}

.tabs nav ul li a em {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400
}

@media (max-width: 767px) {
    .tabs nav ul li a em {
        display: none
    }
}

.tabs nav ul li:first-child {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0;
    -ms-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0;
    border-right: 2px solid #ddd
}

.tabs nav ul li:last-child {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    -ms-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
    border-left: 2px solid #ddd
}

.tabs nav ul li.tab-current {
    background-color: #fff;
    z-index: 100
}

    .tabs nav ul li.tab-current:after {
        right: auto;
        left: 100%;
        width: 4000px
    }

    .tabs nav ul li.tab-current a {
        color: #222
    }

        .tabs nav ul li.tab-current a i {
            color: #0392ce
        }

.content section {
    padding: 60px 0 0;
    display: none;
    max-width: 1230px;
    margin: 0 auto
}

    .content section:after,
    .content section:before {
        content: '';
        display: table
    }

    .content section.content-current {
        display: block
    }

    .content section:after {
        clear: both
    }

.fileupload,
.hero_map,
.rating {
    position: relative
}

.box_general_3.write_review h1 {
    font-weight: 500;
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 20px
}

.box_general_3.write_review label {
    font-weight: 500
}

.rating {
    display: inline-block
}

.rating-input {
    display: none
}

    .rating-input:checked ~ .rating-star,
    .rating:hover .rating-star:hover,
    .rating:hover .rating-star:hover ~ .rating-star {
        background-position: 0 0
    }

.rating-star,
.rating:hover .rating-star {
    cursor: pointer;
    float: right;
    display: block;
    margin-right: 3px;
    width: 37px;
    height: 37px;
    background: url(Health Care/img/stars.svg) 0 -38px
}

.fileupload {
    width: 320px
}

input[type=file] {
    background-color: #fff;
    border: 1px solid #e1e8ed;
    padding: 5px;
    height: auto;
    color: #999;
    border-radius: 3px
}

    input[type=file].invalid::-webkit-file-upload-button,
    input[type=file].valid::-webkit-file-upload-button,
    input[type=file]::-webkit-file-upload-button {
        color: #fff;
        font-size: 13px;
        border: 0;
        border-radius: 3px;
        padding: 8px 10px 8px 38px;
        background: url(Health Care/img/camera.svg) 8px center no-repeat #0392ce;
        outline: 0
    }

.hero_map {
    width: 100%;
    height: 600px
}

    .hero_map .search_wp {
        width: 100%;
        position: absolute;
        bottom: 15px
    }

@media (max-width: 991px) {
    .hero_map .search_wp {
        padding: 0 10px
    }
}

@media (max-width: 767px) {
    .hero_map {
        height: 550px
    }

        .hero_map .search_wp {
            position: relative;
            bottom: 140px
        }
}

.bg_color_1,
.box_form {
    background-color: #fff
}

.box_general hr,
.box_general_2 hr {
    margin-left: -30px;
    margin-right: -30px
}

.about-review {
    margin-bottom: 30px;
    border: 1px solid #e1e8ed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    min-height: 260px
}

@media (max-width: 767px) {
    .about-review {
        min-height: inherit
    }
}

.about-review .user_review {
    padding-left: 60px;
    position: relative;
    padding-top: 10px
}

    .about-review .user_review figure {
        position: absolute;
        left: 0;
        top: 0;
        width: 45px;
        height: 45px;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%
    }

        .about-review .user_review figure img {
            width: auto;
            height: 50px;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

    .about-review .user_review h4 {
        font-size: 14px;
        font-size: .875rem;
        margin-bottom: 0;
        color: #777
    }

    .about-review .user_review span {
        display: block;
        font-size: 12px;
        font-size: .75rem;
        color: #999;
        font-weight: 400
    }

.about-review .rating {
    color: #222;
    margin-bottom: 10px
}

    .about-review .rating i {
        color: #999
    }

    .about-review .rating .voted {
        color: #FFC107
    }

.bg_color_2 {
    background: url(Health Care/img/hero_bg_1.svg) fixed #0392ce
}

.form-control {
    font-size: 14px;
    font-size: .875rem;
    min-height: 40px;
    border-color: #e1e8ed;
    padding: 6px 9px;
}

#booking .loader {
    position: absolute;
    right: 15px;
    top: 13px;
    color: #fff
}

.box_form {
    padding: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
    margin-bottom: 25px;
    color: #555
}

.box_general,
.box_general_2 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    background-color: #fff;
    padding: 30px
}

.box_form label {
    font-weight: 500;
    font-size: 13px;
    font-size: .8125rem;
    margin-bottom: 3px
}

.box_form .form-group {
    margin-bottom: 25px
}

.box_general {
    border-radius: 5px;
    margin-bottom: 15px;
    color: #555;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05)
}

.box_general_3 {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px
}

.box_general_3 {
    background-color: #fff;
    padding: 30px 30px 15px 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #e1e8ed
}

    .box_general_3 hr {
        margin: 20px -30px
    }

    .box_general_3 input::placeholder {
        color: #98a1ab;
    }

.container_check {
    display: block;
    position: relative;
    font-size: 14px;
    font-size: .875rem;
    padding-left: 30px;
    line-height: 1.4;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

    .container_check input {
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

        .container_check input:checked ~ .checkmark {
            background-color: #0392ce;
            border: 1px solid transparent
        }

    .container_check .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border: 1px solid #cbd1d6;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .container_check .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            left: 7px;
            top: 3px;
            width: 5px;
            height: 10px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg)
        }

    .container_check input:checked ~ .checkmark:after {
        display: block
    }

.my-toggle {
    background: #fff;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #888;
    cursor: pointer;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 700;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none
}

    .my-toggle:focus,
    .my-toggle:hover {
        background-color: #eee;
        color: #555;
        outline: transparent
    }

.hideShowPassword-wrapper {
    width: 100% !important
}

ul.bullets {
    line-height: 1.8;
    margin-bottom: 0
}

    ul.bullets li {
        position: relative;
        padding-left: 20px
    }

        ul.bullets li:before {
            font-style: normal;
            font-weight: 400;
            font-family: ElegantIcons;
            font-size: 14px;
            content: "\5c";
            color: #afacac;
            position: absolute;
            left: 0;
            top: 0
        }

.box_faq {
    position: relative;
    padding-left: 50px
}

    .box_faq h4 {
        font-size: 18px;
        font-size: 1.125rem
    }

    .box_faq i {
        font-size: 36px;
        font-size: 2.25rem;
        position: absolute;
        left: 0;
        top: 0;
        color: #999
    }

.add_bottom_15 {
    margin-bottom: 15px
}

.add_bottom_30 {
    margin-bottom: 30px
}

.add_bottom_45 {
    margin-bottom: 45px
}

@media (max-width: 767px) {
    .add_bottom_45 {
        margin-bottom: 30px
    }
}

.add_bottom_60 {
    margin-bottom: 60px
}

.add_bottom_75 {
    margin-bottom: 75px
}

.add_top_20 {
    margin-top: 20px
}

.add_top_30 {
    margin-top: 30px
}

.add_top_60 {
    margin-top: 60px
}

.more_padding_left {
    padding-left: 40px
}

.nomargin_top {
    margin-top: 0
}

.nomargin,
.nopadding {
    margin: 0 !important
}

.nopadding {
    padding: 0 !important
}

.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (max-width: 767px) {
    .margin_60 {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px
}

@media (max-width: 767px) {
    .margin_60_35 {
        padding-top: 30px;
        padding-bottom: 5px
    }
}

.margin_120 {
    padding-top: 120px;
    padding-bottom: 120px
}

@media (max-width: 991px) {
    .margin_120 {
        padding-top: 60px;
        padding-bottom: 35px
    }
}

.margin_120_95 {
    padding-top: 120px;
    padding-bottom: 95px
}

@media (max-width: 991px) {
    .margin_120_95 {
        padding-top: 60px;
        padding-bottom: 35px
    }
}

@media (max-width: 767px) {
    .margin_120_95 {
        padding-top: 30px;
        padding-bottom: 5px
    }
}

#toTop {
    width: 40px;
    height: 40px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    padding: 10px;
    line-height: 20px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    z-index: 99
}

    #toTop:before {
        font-family: fontello;
        content: "\e899"
    }



.page-item.active .page-link {
    background-color: #0392ce;
    border-color: #0392ce
}

.page-item.disabled .page-link {
    color: #999;
    border-color: #e1e8ed
}

.page-link {
    color: #0392ce;
    border: 1px solid #e1e8ed
}

    .page-link:focus,
    .page-link:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0392ce;
        border-color: #0392ce
    }

.form-control:disabled#booking_date,
.form-control:disabled#booking_time,
.form-control[readonly]#booking_date,
.form-control[readonly]#booking_time {
    background-color: #fff;
    opacity: 1
}

.td-wrap,
div.datedropper {
    font-family: Poppins, Helvetica, sans-serif !important
}

    div.datedropper .picker .pick-lg ul.pick-lg-b li.pick-v:hover {
        text-decoration: none !important
    }

    div.datedropper.primary .pick-lg-b .pick-sl:before,
    div.datedropper.primary .pick-lg-h,
    div.datedropper.primary .pick-m,
    div.datedropper.primary .pick-submit,
    div.datedropper.primary:before {
        background-color: #0392ce !important
    }

    div.datedropper.primary .pick li span,
    div.datedropper.primary .pick-btn,
    div.datedropper.primary .pick-lg-b .pick-wke,
    div.datedropper.primary .pick-y.pick-jump {
        color: #fd4741
    }

.box_style_cat {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e1e8ed;
    margin-bottom: 25px
}

@media (max-width: 991px) {
    .box_style_cat {
        display: none
    }
}

ul#cat_nav {
    margin: 0;
    padding: 0
}

    ul#cat_nav li {
        border-bottom: 1px solid #e1e8ed
    }

        ul#cat_nav li i {
            font-size: 16px;
            font-size: 1rem;
            margin: 1px 10px 0 0;
            float: left
        }

        ul#cat_nav li:last-child {
            border-bottom: 0;
            padding-bottom: 0
        }

        ul#cat_nav li a {
            position: relative;
            color: #555;
            display: block;
            padding: 15px 10px
        }

            ul#cat_nav li a:after {
                font-family: fontello;
                content: "\e89b";
                position: absolute;
                right: 15px;
                top: 15px
            }

            ul#cat_nav li a span {
                font-size: 11px;
                font-size: .6875rem;
                color: #999
            }

            ul#cat_nav li a#active,
            ul#cat_nav li a.active,
            ul#cat_nav li a:hover {
                color: #0392ce
            }

        ul#cat_nav li:first-child a#active,
        ul#cat_nav li:first-child a.active,
        ul#cat_nav li:first-child a:hover {
            -webkit-border-radius: 3px 3px 0 0;
            -moz-border-radius: 3px 3px 0 0;
            -ms-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0
        }

        ul#cat_nav li:last-child a#active,
        ul#cat_nav li:last-child a.active,
        ul#cat_nav li:last-child a:hover {
            -webkit-border-radius: 0 0 3px 3px;
            -moz-border-radius: 0 0 3px 3px;
            -ms-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px
        }

.card {
    border: 0;
    margin-bottom: 5px
}

    .card .card-header {
        background-color: #fff;
        border-bottom: 1px solid #e1e8ed;
        padding: 20px
    }

.card-body {
    padding-bottom: 0
}

.card-header h5 {
    font-size: 16px;
    font-size: 1rem
}

    .card-header h5 a {
        border: 0;
        display: block;
        color: #999
    }

        .card-header h5 a i.indicator {
            font-size: 18px;
            font-size: 1.125rem;
            font-weight: 400;
            float: right;
            color: #0392ce
        }

/*-- tab --*/
.tab.tab-light .nav-tabs {
    width: 100%;
    margin: 0px;
    margin-bottom: -1px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}

.tab .nav-tabs {
    width: 18%;
    float: left;
    display: inline-block;
    border: none;
    margin-right: 4%;
}

.tab.tab-light .nav-tabs li {
    margin-right: 0;
    width: auto;
    float: none;
    margin: 0 1px;
    border: 1px solid #e6e6e6;
    background: #fcfcf9;
    border-bottom: none;
}

.tab .nav-tabs li {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0px;
    text-align: center;
}

.tab.tab-light .nav-tabs li a {
    border: none;
    display: block;
    background: none;
    padding: 18px 25px;
    color: #656565;
    position: relative;
}

.tab .nav-tabs li a {
    border: 1px solid #dddddd;
    color: #353535;
    border-bottom: none;
    background: #fff;
    padding: 15px;
    border-radius: 0;
    margin: 0px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.tab.tab-light .nav-tabs li a:before {
    content: "";
    width: 0;
    height: 3px;
    margin: 0;
    background: #ffd200;
    position: absolute;
    left: 50%;
    top: -1px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

ul li:after {
    content: "";
    font-family: 'FontAwesome';
    position: absolute;
    color: rgba(255, 255, 255, .8);
    left: 0;
    top: 0;
}

.tab.tab-light .nav-tabs li.active {
    border-bottom: none;
    background: none;
}

    .tab.tab-light .nav-tabs li.active a:before {
        width: 100%;
        left: 0;
    }

    .tab.tab-light .nav-tabs li.active a:after {
        content: "";
        width: 100%;
        height: 2px;
        margin: 0;
        background: #ffffff;
        position: absolute;
        left: 0;
        bottom: -2px;
    }

.tab.tab-light .tab-content {
    width: 100%;
    margin-top: 30px;
}

/*--search-form--*/
.bx_shadow {
    display: inline-block;
    width: 100%;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.1), 0 8px 16px 0 rgba(19,41,104,.1);
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.1), 0 8px 16px 0 rgba(19,41,104,.1);
    border-radius: 5px;
}

form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: .9167em;
}

.p0 {
    padding: 0 !important;
}

.br_none {
    border: none !important;
}

/* ===============================================
    ankur
------------------------*/
.main-color {
    color: #0392ce;
}

.main-bg-color {
    background-color: #0392ce;
}

.bg-grey {
    background-color: #f2f2f2;
}

.mt_60 {
    margin-top: -60px;
}

.box-shadow {
    -webkit-box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
    -moz-box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
    box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
}

.zero-section {
    padding: 0;
}

.doctor-section {
    padding-bottom: 70px;
}

section {
    padding: 60px 0;
}

.bg-img1 {
    background-image: url(../img/bg-img1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: repeat;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.85);
}
/* ===============================================
    featured-icon-box ( only contents )
------------------------*/
.featured-icon-box {
    position: relative;
}

.featured-title h5 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 600;
}

.featured-title h6 {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 0px;
}

.featured-icon-box.top-icon .featured-content {
    padding-top: 10px;
}

.featured-icon-box.featured-icon-hover:hover .ttm-icon {
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.box-seperator {
    margin: 0;
    background-color: #0492ce;
}

    .box-seperator .featured-title h5,
    .box-seperator .icon.icon-lg i {
        color: #fff;
    }

    .box-seperator .featured-icon-box {
        padding: 41px 31px 31px;
        color: rgba(255, 255, 255, .8);
    }

        .box-seperator .featured-icon-box .icon.icon-lg {
            display: inline-block;
        }

        .box-seperator .featured-icon-box:hover .icon.icon-lg {
            transition: all .3s cubic-bezier(.645,.045,.355,1);
            -webkit-transform: translateY(-8px);
            -ms-transform: translateY(-8px);
            transform: translateY(-8px);
            -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
        }

    .box-seperator.row > [class*='col-'] {
        border-right: 1px solid rgba(255, 255, 255, .1);
    }

        .box-seperator.row > [class*='col-']:last-child {
            border-right: none;
        }

    .box-seperator.row-seperator > [class*='col-'] {
        padding: 0;
    }

        .box-seperator.row-seperator > [class*='col-']:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            height: 1px;
            width: 100%;
            background-color: #f2f2f2;
        }

.icon.icon-lg i {
    font-size: 45px;
    line-height: 55px;
}

.department-slide .owl-controls .owl-nav {
    position: absolute;
    top: -50px;
    right: 10px;
}

.featured-icon-box.style1 .featured-title h5 {
    color: #fff;
}

.featured-icon-box.style1 .featured-desc p {
    color: rgba(255,255,255,.80);
}

.featured-icon-box.style1 i {
    color: #0392ce;
}

.featured-icon-box.style1 {
    border: 1px solid rgba(255, 255, 255, .07);
    padding: 30px 15px 30px 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}

    .featured-icon-box.style1:hover {
        z-index: 1;
    }

    .featured-icon-box.style1:before {
        position: absolute;
        content: '';
        bottom: 100%;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        -webkit-transition: .55s cubic-bezier(.68,1.55,.265,0.55);
        -moz-transition: .55s cubic-bezier(.68,1.55,.265,0.55);
        -ms-transition: .55s cubic-bezier(.68,1.55,.265,0.55);
        -o-transition: .55s cubic-bezier(.68,1.55,.265,0.55);
        transition: .55s cubic-bezier(.68,1.55,.265,0.55);
    }

    .featured-icon-box.style1:hover:before {
        bottom: 0;
    }

    .featured-icon-box.style1 .icon.icon-lg {
        margin-bottom: 20px;
    }

    .featured-icon-box.style1 a {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }

    .featured-icon-box.style1:hover:before {
        bottom: 0;
        background-color: #0392ce;
    }

    .featured-icon-box.style1:hover i {
        color: #fff;
    }

.list-style-icon li {
    padding-left: 26px;
    list-style: none;
    position: relative;
    padding-bottom: 7px;
}

    .list-style-icon li i {
        position: absolute;
        left: 0px;
        top: 0px;
    }
/*  blog  */
.featured-imagebox-blog {
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 12px 0 rgba(32,46,60,.10);
    -moz-box-shadow: 0 0 12px 0 rgba(32,46,60,.10);
    box-shadow: 0 0 12px 0 rgba(32,46,60,.10);
}

    .featured-imagebox-blog:hover {
        -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.10);
        box-shadow: 1px 2px 10px rgba(0,0,0,.10);
    }

    .featured-imagebox-blog .featured-thumbnail {
        position: relative;
        overflow: hidden;
    }

    .featured-imagebox-blog:hover .featured-thumbnail img {
        -webkit-transform: scale(1.075);
        -ms-transform: scale(1.075);
        transform: scale(1.075);
        -webkit-transition: all 3s ease-out;
        transition: all 3s ease-out;
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

.ttm-blog-overlay-iconbox a {
    opacity: 0;
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -17px;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 25px;
    background: transparent;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
}

.featured-imagebox-blog:hover .ttm-blog-overlay-iconbox a {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.featured-imagebox-blog .featured-content {
    padding: 45px 25px 25px 25px;
    position: relative;
}

.post-meta {
    display: block;
    padding: 5px 0;
    margin: 10px 0;
}

.featured-imagebox-blog .post-meta {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

    .featured-imagebox-blog .post-meta .ttm-meta-line:not(:last-child) {
        padding-right: 23px;
    }

.post-meta i {
    padding-right: 5px;
}

.post-meta .ttm-meta-line {
    position: relative;
}

    .post-meta .ttm-meta-line:not(:last-child):after {
        position: absolute;
        content: "";
        height: 16px;
        width: 1px;
        right: 10px;
        top: 0;
        background-color: #dce1e9;
    }

.ttm-box-post-date {
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
}

    .ttm-box-post-date .entry-date {
        height: 60px;
        width: 60px;
        display: block;
        line-height: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: center;
    }

.featured-imagebox-blog .ttm-box-post-date {
    left: 25px;
    top: -35px;
    background-color: #0492ce;
}

.ttm-entry-date span {
    display: block;
}

.featured-imagebox-blog .ttm-box-view-overlay:after {
    content: '';
    position: absolute;
    left: 0 !important;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: #222222;
}

.featured-imagebox-blog .ttm-box-view-overlay:before {
    content: '';
    position: absolute;
    right: 0 !important;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #222222;
}

.featured-imagebox-blog:hover .ttm-box-view-overlay:before,
.featured-imagebox-blog:hover .ttm-box-view-overlay:after {
    opacity: .6;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.profile-upload {
    display: flex;
}

.upload-img {
    margin-right: 10px;
}

    .upload-img img {
        border-radius: 4px;
        height: 40px;
        width: 40px;
    }

.upload-input {
    width: 100%;
}

    .upload-input input::placeholder {
        color: #000;
    }

.m-r-5 {
    margin-right: 5px !important;
}

.box_style_que {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px;
    padding: 20px;
    position: relative;
    text-align: center;
    border: 1px dashed rgba(255, 255, 255, .1);
    color: #fff;
}

    .box_style_que i {
        font-size: 36px;
        display: inline-block;
    }

    .box_style_que a {
        font-size: 16px;
        display: block;
        margin-bottom: 0;
        color: rgba(255, 255, 255, .5);
    }

    .box_style_que h4 {
        color: #fff;
        font-size: 17px;
        margin-bottom: 0;
    }

.map-section {
    padding: 0;
}

    .map-section > .container-fluid {
        padding: 0;
        overflow: hidden;
        position: relative;
    }

#map_canvas {
    margin: 0;
    padding: 0;
    height: 100%;
}

.map-wrapper {
    height: 385px;
    width: 100%;
}

/* experience */
.experience-box {
    position: relative;
}

.experience-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

    .experience-list:before {
        background: #eceaea;
        bottom: 0;
        content: "";
        left: 8px;
        position: absolute;
        top: 8px;
        width: 2px;
    }

    .experience-list > li {
        position: relative;
    }

        .experience-list > li:last-child .experience-content {
            margin-bottom: 0;
        }

.experience-user .avatar {
    height: 32px;
    line-height: 32px;
    margin: 0;
    width: 32px;
}

.experience-list > li .experience-user {
    background: #fff;
    height: 10px;
    left: 4px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 6px;
    width: 10px;
}

.experience-list > li .experience-content {
    background-color: #fff;
    margin: 0 0 20px 40px;
    padding: 0;
    position: relative;
}

    .experience-list > li .experience-content .timeline-content {
        color: #9e9e9e;
    }

        .experience-list > li .experience-content .timeline-content a.name {
            color: #616161;
            font-weight: bold;
        }

.experience-list > li .time {
    color: #0392ce;
    display: block;
    font-size: 12px;
    line-height: 1.35;
}

.before-circle {
    background-color: #afacac;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: relative;
}

    .before-circle:before {
        content: '';
        position: absolute;
        height: 14px;
        width: 14px;
        background-color: transparent;
        border: 1px solid #ccc;
        top: -3px;
        border-radius: 50%;
        left: -3px;
    }

@media (min-width: 1200px) {
    .dwnld_pro {
        width: 22.001%;
    }
}

@media (max-width: 991px) {
    section {
        padding: 40px 0 !important;
    }

    .main_title h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .doctor-search-form .pdf-file {
        padding: 8px;
        height: auto;
        text-align: center;
    }

    .doctor-search-form .txtup {
        padding-left: 0;
    }

    .doctor-search-form .txtup {
        display: inline-block;
    }

    .doctor-search-form .txtdown {
        padding-left: 5px;
        display: inline-block;
        font-size: 15px;
    }

    .doctor-search-form .dwnld_icon {
        display: none;
    }

    .doctor-search-form .search-boxes .form-group input {
        font-size: 14px;
    }
}

@media (max-width: 767px) {

    .department-slide.owl-theme .owl-controls .owl-nav div.owl-prev,
    .department-slide.owl-theme .owl-controls .owl-nav div.owl-next {
        display: inline-block !important;
    }

    .department-slide.owl-theme .owl-controls .owl-nav {
        left: auto;
        right: auto;
        text-align: center;
        margin-top: 25px;
        top: auto;
        position: relative;
    }

    .box_general_3 {
        padding: 20px 15px;
    }

    .step {
        padding: 20px 31px 20px 31px;
    }
}

@media (max-width: 575px) {

    .box-seperator .featured-icon-box {
        padding: 20px 15px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
}

/*timeslot_msg*/
.timeslot_msg {
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    background-color: rgba(255, 0, 0, .15);
    border-radius: 5px;
    border: 1px dashed #ff0000;
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding: 10px;
}

    .timeslot_msg:before,
    .timeslot_msg:after {
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        background-color: #fff;
        top: 35%;
        border-radius: 50%;
    }

    .timeslot_msg:before {
        left: -10px;
    }

    .timeslot_msg:after {
        right: -10px;
    }

    .timeslot_msg h5 {
        margin-bottom: 0;
        font-size: 16px;
    }

@media (max-width: 767px) {

    .timeslot_msg {
        width: 100%;
    }
}
/*Unavailable timeslot*/
.timeslot_notavailable_msg {
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    background-color: rgba(3, 146, 206, 0.24);
    border-radius: 5px;
    border: 1px dashed #0392ce;
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding: 10px;
}

    .timeslot_notavailable_msg:before,
    .timeslot_notavailable_msg:after {
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        background-color: #fff;
        top: 35%;
        border-radius: 50%;
    }

    .timeslot_notavailable_msg:before {
        left: -10px;
    }

    .timeslot_notavailable_msg:after {
        right: -10px;
    }

    .timeslot_notavailable_msg h5 {
        margin-bottom: 0;
        font-size: 16px;
    }

@media (max-width: 767px) {

    .timeslot_notavailable_msg {
        width: 100%;
    }
}

.register_p_box {
    display: inline-block;
    margin-left: 30px;
}

.no_found_box {
    text-align: center;
    position: relative;
    padding: 70px 0;
}

    .no_found_box h4 i {
        font-size: 30px;
        line-height: 40px;
        margin-top: 9px;
        position: relative;
        color: red;
    }

    .no_found_box h6 {
        color: #848484;
    }


