﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/**********************
Theme Name: KOSIMEDIC
Author: m1l4n
Author URL: http://mianfolio.com/
**********************/

/*
Table of content

1. General Styles
2. Custom
3. Occupation Box
3. Doctors Box / Doctor Profile

4. Welcome
5. Blog / Latest News
6. About
7. Departments
8. Reviews
9. Statistics
11. Call me / Call us
12. Before / After
13. Backgrounds
14. Breadcrumbs / Overlays
15. Margins and Paddings
16. Helper Classes
17. Timetable
18. Footer
19. Visual elements / Scroll to top
20. Boxed Layout
21. Home With Form

*/

.navbar.navbar-default.navbar-static-top.navbar.navbar-fixed-top {
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.3);
    z-index: 10;
}

/**********************
1. General Styles
**********************/
html, body {
    background-color: #fff;
    height: 100%;
    width: 100%;
    margin: 0%;
}

html {
    font-size: 100%;
    overflow-y: scroll;
}

:root {
    --c50: #fafafa;
    --c100: #f5f5f5;
    --c200: #eeeeee;
    --c300: #e0e0e0;
    --c400: #bdbdbd;
    --c500: #9e9e9e;
    --c600: #757575;
    --c700: #616161;
    --c800: #424242;
    --c900: #212121;
}

bg-50 { background: #fafafa }
bg-100 { background: #f5f5f5 }
bg-200 { background: #eeeeee }
bg-300 { background: #e0e0e0 }
bg-400 { background: #bdbdbd }
bg-400 { background: #9e9e9e }
bg-500 { background: #9e9e9e }
bg-600 { background: #757575 }
bg-700 { background: #616161 }
bg-800 { background: #424242 }
bg-500 { background: #212121 }

.grey-bg {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: #fff;
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px; /*edit*/
    position: relative;
    /*border-bottom: 1px solid #ccc;*/
}

body {
    font-size: 14px;
    line-height: 1.42857;
    font-family: 'Open Sans', sans-serif;
    color: var(--c600);
}

.modal-open {
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 35px;
    outline: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    line-height: 36px;
}

p {
    font-weight: 300;
    line-height: 25px;
}

p strong, p b {
    font-weight: bold;
}

input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

img {
    max-width: 100%;
}

.text-blue {
    color: var(--c700);
}

.text-dark {
    color: var(--c800);
}

.text-bold {
    font-weight: 600;
}

.text-light {
    font-weight: 300;
}

/**********************
3. Occupation Box
**********************/

.occupation-box {
    position: relative;
    height: 150px;
    margin-top: 92px;
}

    .occupation-box .occupation-box-content {
        text-align: center;
        background: #fff;
        border-radius: 10px;
        height: 100%;
        padding-left: 15px;
        padding-right: 15px;
        border: 1px solid var(--c700)
    }

    .occupation-box:hover .occupation-box-content {
        transition: all 0.5s ease 0s;
        background: var(--c700);
    }

        .occupation-box:hover .occupation-box-content h3, #occupation-wide .occupation-box:hover .occupation-box-content p {
            color: #fff;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .occupation-box .occupation-box-content h3 {
        color: var(--c700);
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        /*text height 35 + 57 top + 57 bottom = 149 total height*/
    }

/**********************
3.1 Occupation Box Color
**********************/

.occupation-color-box {
    position: relative;
    height: 150px;
    margin-top: 92px;
}

    .occupation-color-box .occupation-color-box-content {
        text-align: center;
        background: #fff;
        border-radius: 10px;
        height: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .occupation-color-box:hover .occupation-color-box-content h3, #occupation-color-wide .occupation-color-box:hover .occupation-color-box-content p {
        color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .occupation-color-box .occupation-color-box-content h3 {
        color: var(--c700);
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        /*text height 35 + 57 top + 57 bottom = 149 total height*/
    }

.hover-osteo:hover {
    background: #E83307;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hover-kine:hover {
    background: #1D609E;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hover-autisme:hover {
    background: #008532;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hover-diet:hover {
    background: #800000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hover-psycho:hover {
    background: #800000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hover-logo:hover {
    background: #944ED1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/**********************
4. Doctors Box / Doctor Profile
**********************/

#meet-doctors-wide .doctor-box {
    position: relative;
    height: 130px;
    margin-top: 92px;
}

    #meet-doctors-wide .doctor-box .profile-image {
        border-radius: 50%;
        background-position: 15% 15%;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #fff;
        width: 108px;
        height: 108px;
        border: 8px solid #fff;
        position: absolute;
        top: -62px;
        left: 51%;
        margin-left: -62px;
        display: block;
    }

    #meet-doctors-wide .doctor-box .doctor-box-content {
        border-radius: 10px;
        background: #fff;
        height: 100%;
        padding: 45px 15px 0px 15px;
        text-align: center;
    }

    #meet-doctors-wide .doctor-box:hover .doctor-box-content {
        background: var(--c700);
        transition: all 0.5s ease;
    }

        #meet-doctors-wide .doctor-box:hover .doctor-box-content h4, #meet-doctors-wide .doctor-box:hover .doctor-box-content p, #meet-doctors-wide .doctor-box:hover .doctor-box-content h3 {
            color: #fff;
            transition: all 0.3s ease;
        }

    #meet-doctors-wide .doctor-box:hover img {
        transform: rotate(-360deg);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #meet-doctors-wide .doctor-box:hover .doctor-box-content .doctor-social {
        opacity: 1;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #meet-doctors-wide .doctor-box .doctor-box-content h3 {
        color: var(--c700);
        padding-top: 25px;
    }

#doctor-profile p {
    margin-bottom: 0.2rem;
}

/* Selection */
::selection, ::-moz-selection {
    background: var(--c800);
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: var(--c800);
    color: #fff;
    text-shadow: none;
}

/*Aligns */
.main {
    position: relative;
    overflow: hidden;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/* Buttons */
.btn, a.btn {
    display: inline-block;
    border: 4px solid var(--c800);
    background: var(--c800);
    text-decoration: none;
    outline: none !important;
    font-weight: 500;
    color: #fff !important;
    font-size: 14px;
    padding: 13px 65px;
    line-height: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 60px;
}

    .btn:hover, a.btn:hover {
        background-color: var(--c900);
        border-color: var(--c900);
        color: #fff;
    }

    .btn:active, a.btn:active {
        background-color: var(--c900);
        border-color: var(--c900);
        color: #fff;
        box-shadow: none;
    }

    .btn.blue, a.btn.blue {
        background: var(--c700);
        border-color: var(--c700);
    }

        .btn.blue:hover, a.btn.blue:hover {
            background: var(--c800);
            border-color: var(--c800);
        }

        .btn.blue:active, a.btn.blue:active {
            background-color: var(--c700);
            border-color: var(--c700);
        }

    .btn.border, a.btn.border {
        background: #fff;
        color: var(--c700) !important;
        border: 2px solid var(--c700);
        padding: 15px 67px;
    }

        .btn.border:hover, a.btn.border:hover {
            background: var(--c700);
            border-color: var(--c700);
            color: #fff !important;
        }

        .btn.border:active, a.btn.border:active {
            background-color: var(--c700);
            border-color: var(--c700);
        }

    .btn.medium {
        padding: 10px 45px;
    }

    .btn.border.medium, a.btn.border.medium {
        padding: 12px 47px;
    }

    .btn.small {
        padding: 6px 30px;
    }

    .btn.small-xs {
        padding: 2px 8px;
    }

    .btn.border.small, a.btn.border.small {
        padding: 8px 32px;
    }

/* Links */
a {
    outline: none !important;
}

    a, a:link, a:visited {
        color: var(--c600);
        text-decoration: none;
    }

a, btn, button {
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}

    a:hover, a:focus {
        color: var(--c700);
    }

.container {
    position: relative;
    width: 100%;
}

/* Notifications */
.notify {
    position: relative;
    display: block;
    padding: 15px;
    margin: 15px 0;
    background: var(--c300);
    color: #fff;
}

    .notify.notify-danger {
        background: #F57E7D;
    }

    .notify.notify-success {
        background: var(--c800);
    }

    .notify.notify-info {
        background: var(--c700);
    }

/* Top Bar */
.top-bar {
    background: var(--c300);
    height: 40px;
}

    .top-bar p {
        margin-top: 6px;
        color: #fff;
    }

    .top-bar span {
        color: #fff;
        font-weight: 300;
        line-height: 25px;
    }

    .top-bar .fa {
        color: var(--c800);
        margin-right: 6px;
    }

    .top-bar ul li {
        margin-right: 15px;
    }

    .top-bar .dropdown {
        margin-top: 6px;
    }

    .top-bar .dropdown-toggle:hover {
        color: var(--c800);
        cursor: pointer;
    }

        .top-bar .dropdown-toggle:hover > span {
            color: var(--c800);
        }

    .top-bar .dropdown-menu li {
        margin-right: 0;
        text-align: center;
    }

    .top-bar .dropdown-menu {
        border-radius: 4px;
        border: none;
        border-top: none;
        padding: 10px 0;
        background: var(--c300);
        box-shadow: none;
        width: auto;
        margin-top: -2px;
    }

        .top-bar .dropdown-menu > li > a,
        .top-bar .dropdown-menu > li > a:hover,
        .top-bar .dropdown-menu > li > a:focus,
        .top-bar .dropdown-submenu:hover > a,
        .top-bar .dropdown-submenu:focus > a {
            background: none;
            color: #fff;
            font-size: 12px;
            padding: 5px;
        }

    .top-bar .dropdown:hover .top-bar .dropdown-menu {
        display: block;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .top-bar .dropdown-menu > li > a:hover, .top-bar .dropdown-submenu:hover > a {
        color: var(--c800);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .top-bar.dark {
        background: #4c6575;
    }

/**********************
2. Navigation
**********************/
.navbar-brand {
    /*	font-family: 'Pacifico', cursive;*/
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    padding-top: 10px;
}

.logo-font {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar {
    background: #fff;
    padding: 15px 0 0 0;
    border: 0;
    border-bottom: 1px solid #ede;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:link {
    color: var(--c600);
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 15px;
    padding-top: 12px;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #333;
    }

.navbar-toggle {
    border-radius: 0;
}

.dropdown-menu {
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    /*	overflow: hidden;*/
    border: 0;
    border-top: 2px solid var(--c300);
    padding: 0;
    box-shadow: none;
    width: auto;
}

.navbar-nav > .dropdown:hover > .dropdown-toggle {
    color: var(--c300);
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent !important;
    color: var(--c300);
}

ul.dropdown-menu > li:last-child > a {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.dropdown-menu > li > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    background: none;
    color: var(--c300);
    font-size: 12px;
    padding: 10px;
}

    .dropdown-menu > li > a:hover, .dropdown-submenu:hover > a {
        color: #fff;
        background: var(--c300);
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -2px;
        margin-left: -8px;
        border-radius: none;
        display: none !important;
        width: auto;
    }

.dropdown:hover .dropdown-menu .dropdown-submenu .dropdown-menu {
    display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

.navbar-fixed-top {
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-color: var(--c300);
    color: #fff;
    background-color: var(--c300);
}

/* Navigation Dark */
.navbar-dark {
    background: var(--c700);
    background: -webkit-linear-gradient(left, var(--c700) 0%, #919191 42%, var(--c800) 85%);
    background: -o-linear-gradient(left, var(--c700) 0%, #919191 42%, var(--c800) 85%);
    background: linear-gradient(to right, var(--c700) 0%, #919191 42%, var(--c800) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--c700)', endColorstr='var(--c800)',GradientType=1 );
    color: #fff;
    border-bottom: none;
}

    .navbar-dark .navbar-nav > li > a, .navbar-dark .navbar-nav > li > a:link {
        color: #fff;
    }

        .navbar-dark .navbar-nav > li > a:hover, .navbar-dark .navbar-nav > li > a:focus {
            color: #4c6575;
        }

    .navbar-dark .navbar-nav > .open > a, .navbar-dark .navbar-nav > .open > a:focus, .navbar-dark .navbar-nav > .open > a:hover {
        color: #4c6575;
    }

    .navbar-dark .navbar-brand {
        color: #fff;
    }

        .navbar-dark .navbar-brand:hover {
            color: #4c6575;
        }

    .navbar-dark .dropdown-menu {
        border-top: 2px solid #4c6575;
    }

    .navbar-dark .navbar-nav > .dropdown:hover > .dropdown-toggle {
        color: #4c6575;
    }

    .navbar-dark .navbar-default .navbar-nav > .open > a, .navbar-dark .navbar-default .navbar-nav > .open > a:focus, .navbar-dark .navbar-default .navbar-nav > .open > a:hover {
        color: #4c6575;
    }

    .navbar-dark .dropdown-menu > li > a,
    .navbar-dark .dropdown-menu > li > a:hover,
    .navbar-dark .dropdown-menu > li > a:focus,
    .navbar-dark .dropdown-submenu:hover > a,
    .navbar-dark .dropdown-submenu:focus > a {
        color: #4c6575;
    }

        .navbar-dark .dropdown-menu > li > a:hover, .navbar-dark .dropdown-submenu:hover > a {
            color: #fff;
            background: #4c6575;
        }

/**********************
13. Backgrounds
**********************/
.default-bg {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: #fff;
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    /*border-bottom: 1px solid #ccc;*/
}

.no-bottom-border-bg {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: #fff;
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}

.no-bottom-padding-bg {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: #fff;
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 0 0;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.doted-bg {
    background-image: url('../img/doted-bg.jpg');
    background-color: #fff;
    background-repeat: repeat;
    padding: 60px 0;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.gardient-bg-small {
    background: var(--c700);
    background: -webkit-linear-gradient(left, var(--c700) 0%, #919191 42%, var(--c800) 85%);
    background: -o-linear-gradient(left, var(--c700) 0%, #919191 42%, var(--c800) 85%);
    background: linear-gradient(to right, var(--c700) 0%, #919191 42%, var(--c800) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--c700)', endColorstr='var(--c800)',GradientType=1 );
    background-attachment: fixed;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
    position: relative;
    color: #fff;
    /*border-bottom: 1px solid #ccc;*/
}

/**********************
15. Margins and Paddings
**********************/
.mb0 {
    margin-bottom: 0 !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.mb60 {
    margin-bottom: 60px !important
}

.mb70 {
    margin-bottom: 70px !important
}

.mb80 {
    margin-bottom: 80px !important
}

.mb90 {
    margin-bottom: 90px !important
}

.mb180 {
    margin-bottom: 180px !important
}

.mt0 {
    margin-top: 0 !important
}

.mt10 {
    margin-top: 10px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt40 {
    margin-top: 40px !important
}

.mt50 {
    margin-top: 50px !important
}

.mt60 {
    margin-top: 60px !important
}

.mt70 {
    margin-top: 70px !important
}

.mt80 {
    margin-top: 80px !important
}

.mt90 {
    margin-top: 90px !important
}

.mt100 {
    margin-top: 100px !important
}

.mt110 {
    margin-top: 110px !important
}

.mt120 {
    margin-top: 120px !important
}

.mt130 {
    margin-top: 130px !important
}

.mt140 {
    margin-top: 140px !important
}

.mt150 {
    margin-top: 150px !important
}

.pt0 {
    padding-top: 0 !important
}

.pt10 {
    padding-top: 10px !important
}

.pt20 {
    padding-top: 20px !important
}

.pt30 {
    padding-top: 30px !important
}

.pt40 {
    padding-top: 40px !important
}

.pt50 {
    padding-top: 50px !important
}

.pt60 {
    padding-top: 60px !important
}

.pt70 {
    padding-top: 70px !important
}

.pt80 {
    padding-top: 80px !important
}

.pt90 {
    padding-top: 90px !important
}

.pb0 {
    padding-bottom: 0 !important
}

.pb10 {
    padding-bottom: 10px !important
}

.pb20 {
    padding-bottom: 20px !important
}

.pb30 {
    padding-bottom: 30px !important
}

.pb40 {
    padding-bottom: 40px !important
}

.pb50 {
    padding-bottom: 50px !important
}

.pb60 {
    padding-bottom: 60px !important
}

.pb70 {
    padding-bottom: 70px !important
}

.pb80 {
    padding-bottom: 80px !important
}

.pb90 {
    padding-bottom: 90px !important
}

/**********************
19. Visual Elements
**********************/
/* Placeholders */
.form-control {
    box-sizing: border-box;
    height: auto;
}

/* According */
.panel {
    border: 0;
    border-radius: 0 !important;
}

.panel-default > .panel-heading {
    background-color: var(--c700);
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 0;
    height: 50px;
}

.panel-title a {
    color: #fff !important;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
}

.panel-title .fa {
    margin-right: 10px;
}

.panel-body {
    border: none !important;
    box-shadow: 0 3px 1px -1px #ededed;
    font-weight: 300;
}

/* Nav Tabs */
.tabs-menu .nav-tabs {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
}

    .tabs-menu .nav-tabs > li > a {
        border: 0;
        border-radius: 0;
        line-height: 1.42857;
        margin-right: 0 !important;
        padding: 13px 40px;
        height: 50px !important;
        border-top: 2px solid #f4f4f4;
    }

    .tabs-menu .nav-tabs > li.active > a, .tabs-menu .nav > li > a:focus {
        background-color: #fff;
        cursor: pointer;
        border: none;
        border-top: 2px solid var(--c700);
    }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    background-color: #fff;
    cursor: pointer;
    border: none;
    border-top: 2px solid var(--c700);
}

.tabs-menu .nav > li > a:hover {
    background-color: #4c6575 !important;
    color: #fff;
    cursor: pointer;
    border: none;
    border-top: 2px solid #4c6575;
}

.tab-content .tab-pane {
    background-color: #fff;
    padding: 30px 15px 15px 15px;
    box-shadow: 0 3px 1px -1px #ededed;
}

    .tab-content .tab-pane .content {
        width: 80%;
        float: left;
        overflow: hidden;
        font-weight: 300;
    }

    .tab-content .tab-pane .btn {
        margin: 30px 0 20px 0;
    }

    .tab-content .tab-pane .image {
        float: left;
        width: 20%;
    }

        .tab-content .tab-pane .image img {
            display: block;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            border: 4px solid #f5f5f5;
            margin: 0 auto;
        }

        .tab-content .tab-pane .image p {
            text-align: center;
        }

            .tab-content .tab-pane .image p.name {
                font-weight: 400;
                color: var(--c700);
                line-height: 14px;
                margin-top: 10px;
            }

            .tab-content .tab-pane .image p.spec {
                font-weight: 400;
                font-size: 12px;
            }

/* Modal Contact */
.modal .modal-content {
    box-shadow: none !important;
    background-color: #f4f4f4;
    padding: 5px 15px 0 15px;
}

.modal .modal-body {
    padding-bottom: 0 !important;
}

.modal .modal-header {
    border: none;
    padding-bottom: 0;
}

    .modal .modal-header h4 {
        color: var(--c700);
        text-transform: uppercase;
        font-weight: 700;
        font-size: 24px;
    }

.modal .form-control {
    border: 1px solid var(--c700);
    margin-bottom: 15px;
    padding: 15px 15px;
}

.modal textarea.form-control {
    height: 120px;
    border: 1px solid var(--c700);
    padding: 15px 15px;
}

.modal img {
    width: 100%;
}

.modal .btn {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 730px;
        margin: 30px auto;
    }
}

/* Others */
blockquote {
    padding: 8px 16px;
    margin: 0 0 20px;
    font-size: 14px;
    border-left: 4px solid var(--c700);
    margin: 10px 0;
}

/* Scroll to top */
.scroll-top {
    position: fixed;
    display: none;
    bottom: 7px;
    right: 10px;
    z-index: 1001;
}

    .scroll-top a {
        background: #4c6575;
        display: block;
        opacity: 1;
        height: 26px;
        width: 26px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        padding-top: 2px;
    }

        .scroll-top a:hover,
        .scroll-top a:active {
            opacity: .7;
            color: #f4f4f4;
        }

#contact .form-control {
    background: #fff;
    border-radius: 4px;
    margin: 10px 0;
    color: #fff;
    border-color: var(--c300);
    color: var(--c300);
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    width: 100%;
    border: 1px solid var(--c700);
    margin-bottom: 15px;
    padding: 15px 15px;
}

#contact textarea.form-control {
    height: 120px;
    border: 1px solid var(--c700);
    padding: 15px 15px;
}

#contact .error, .error {
    margin-top: -15px;
    font-size: 10px;
    margin-bottom: 15px;
    display: block;
    color: #ed6a5d;
}

#contact .message-sent, .message-sent {
    background-color: var(--c800);
    padding: 15px 10px;
    color: #fff;
    width: 100%;
    margin-bottom: 15px;
}

#contact .message-not-sent, .message-not-sent {
    background-color: #ed6a5d;
    padding: 15px 10px;
    color: #fff;
    width: 100%;
    margin-bottom: 15px;
}

.doctor-box-info{
    font-size:13px;
}