@import url("https://fonts.googleapis.com/css?family=Muli:300,400,500,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,500,700");
:root {
    --color-scrubs-blue: #70AEDD;
    --logo-light: #01AAED;
    --logo-midtone: #117FCC;
    --logo-midtone-darker: #1D5FB4;
    --logo-dark: #2D3494;
    --logo-red: #E51636;
    --logo-text: #14579B;
    --text-dark: #092746;
    --text-darkest: #071E36;
    --bg-shade: #f5fcff;
    --bg-nav-shade: #DCE6F0;
    /*  --color-border:#f9f9f9; */
    --color-border: #f9f9f9d2;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Muli", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    background: #fff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.white-bg {
    background: #ffffff;
}

.gray-bg {
    background: var(--bg-shade);
}

.dark-bg {
    background: var(--text-dark);
}

.white-color {
    color: #fff;
}

.theme-color {
    color: var(--logo-midtone);
    ;
}

.darker-theme-color {
    color: var( --logo-midtone-darker);
}

.text-bold {
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Ubuntu", sans-serif;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal;
}

h1,
h2,
h3 {
    color: var(--text-dark);
}

h2 {
    margin-bottom: 1.5em;
}

h4,
h5,
h6 {
    color: var(--logo-text);
}

p {
    font-size: 1.2em;
    line-height: 1.6em;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    color: var(--logo-light);
}

a:hover {
    color: var(--logo-midtone);
}

img {
    border: none;
    outline: none;
    /*  max-width: 100%; */
}

.img {
    max-width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ico {
    font-size: 35px;
}

.container {
    width: 100%;
    max-width: 1300px;
}

.section-padding {
    padding-top: 16vh;
    width: 100%;
    padding-bottom: 10vh;
}

.server-message {
    display: none;
}

.btn {
    border: none;
    padding: 18px 58px 18px 19px;
    text-transform: capitalize;
    border-radius: 6px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    background-size: 200%;
    transition: 0.6s;
    box-shadow: 0px 7px 21px 0px rgba(0, 0, 0, 0.12);
    background-image: linear-gradient(to left, #01AAED, #2D3494, #117FCC);
}

.btn i {
    color: #ffffff;
    /*   font-size: 13px;
    font-weight: 500; */
    position: relative;
    left: 26px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.btn:hover i {
    left: 30px;
}

.btn:hover {
    color: #fff;
    background-position: right;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

header {
    background: #fffefe;
    height: auto;
}

.top-bar {
    height: 25px;
}

.top-bar i {
    color: var(--logo-light);
}

.top-bar a {
    color: #333 !important;
}

.top-bar a:hover {
    color: var(--logo-light) !important;
}

.affix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

.affix.navbar {
    background-color: rgb(255, 255, 255);
}

.affix.navbar .nav-item>a,
.affix.navbar .navbar-brand {
    color: var(--logo-text);
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.navbar .navbar-brand img {
    height: 45px;
}

@media (max-width: 575.98px) {
    .navbar .navbar-brand img {
        height: 30px;
    }
}


/* --- change hamburger color ------ */

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(1, 170, 237, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: var(--logo-light) !important;
}

.custom-toggler.navbar-toggler:hover {
    border-color: var(--logo-light) !important;
    border-width: 2px;
}

.custom-toggler.navbar-toggler:active,
.custom-toggler.navbar-toggler:focus,
.custom-toggler.navbar-toggler-icon:focus {
    border-color: var(--logo-light) !important;
    border-width: 2px;
}

.navbar-toggler:active,
.navbar-toggler:focus,
.navbar-toggler-icon:focus {
    border-color: var(--logo-light) !important;
    border-width: 2px;
}

.navbar .navbar-nav>li>a,
.navbar .navbar-nav>li>a:focus {
    font-size: 1.1em;
    text-transform: uppercase;
    position: relative;
    line-height: 1.2em;
}

.navbar .navbar-nav>li>a:hover {
    color: var(--logo-light);
}

.navbar .navbar-nav .nav-link {
    color: var(--logo-text);
}

.navbar .navbar-nav .nav-link:hover {
    color: #2B68A5;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--logo-light) !important;
}

.navbar .dropdown .dropdown-menu a {
    color: var(--logo-text);
}

.navbar .dropdown .dropdown-menu a:hover,
.navbar .dropdown .dropdown-menu a:active,
.navbar .dropdown .dropdown-menu a:focus {
    background: var(--bg-nav-shade);
    color: var(--logo-light);
}

.dropdown-toggle.active-dropdown::after {
    transform: rotate(-90deg);
}


/* btco hover menu*/

.dropdown-menu {
    margin: 0 0 0;
}


/*Drop-down menu work on hover*/

.btco-hover-menu {
    background: none;
    margin: 0;
    padding: 0;
    min-height: 20px;
}

@media only screen and (max-width: 991px) {
    .btco-hover-menu .show>.dropdown-toggle::after {
        transform: rotate(-90deg);
    }
}

@media only screen and (min-width: 991px) {
    .btco-hover-menu .collapse ul li {
        position: relative;
    }
    .btco-hover-menu .collapse ul li:hover>ul {
        display: block
    }
    .btco-hover-menu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none
    }
    /*******/
    .btco-hover-menu .collapse ul ul li {
        position: relative
    }
    .btco-hover-menu .collapse ul ul li:hover>ul {
        display: block
    }
    .btco-hover-menu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        display: none
    }
    /*******/
    .btco-hover-menu .collapse ul ul ul li {
        position: relative
    }
    .btco-hover-menu .collapse ul ul ul li:hover ul {
        display: block
    }
    .btco-hover-menu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 250px;
        display: none;
        z-index: 1
    }
}


/* end btco hover menu*/

@media only screen and (min-width: 960px) {
    .navbar .navbar-nav .nav-link {
        padding: 1em 0.7em;
    }
    .navbar {
        padding: 0;
    }
    .navbar .navbar-brand {
        padding: 0 0.7em;
    }
}

.navbar .navbar-nav .nav-link {
    position: relative;
}


/* ---------- end nav and top bar ---------*/


/*  Hero slider style
==========================*/

.hero-slider {
    position: relative;
}

.single-hs-item {
    height: 700px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.single-hs-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background-color: #000;
    opacity: .6; */
}

.item-bg1 {
    background-image: url('../images/banner/b1.jpg');
    height: 70vh;
}

.item-bg2 {
    background-image: url('../images/banner/b2.jpg');
    height: 70vh;
}

.item-bg3 {
    background-image: url('../images/banner/b3.jpg');
    height: 70vh;
}

@media (max-width: 575.98px) {
    .item-bg1 {
        background-image: url('../images/banner/small/b1.jpg');
        height: 70vh;
    }
    .item-bg2 {
        background-image: url('../images/banner/small/b2.jpg');
        height: 70vh;
    }
    .item-bg3 {
        background-image: url('../images/banner/small/b3.jpg');
        height: 70vh;
    }
}

.d-table {
    width: 100%;
    height: 100%;
    display: table;
}

.d-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.hero-text {
    padding: 10vw;
    max-width: 1140px;
    position: relative;
}

.hero-text h1 {
    margin: 0;
}

.hero-text p {
    font-size: 17px;
    max-width: 600px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 35px;
}

@media (max-width: 575.98px) {
    .hero-text h2 {
        font-size: 22px;
    }
}

.hero-btn {
    padding: 18px 63px 18px 21px;
    color: #fff !important;
}

.hero-btn:hover {
    color: #fff;
}

.hero-slider .owl-item.active h1 {
    -animation: 1s .3s fadeInUp both;
}

.hero-slider .owl-item.active p {
    -webkit-animation: 1s .3s fadeInUp both;
    animation: 1s .3s fadeInUp both;
}

.hero-slider .owl-item.active .slider-btn {
    -webkit-animation: 1s .3s fadeInUp both;
    animation: 1s .3s fadeInUp both;
}

.owl-carousel .owl-nav button.owl-prev {
    background-color: var(--logo-light);
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    font-size: 30px;
    margin: -40px 0 0;
    border-radius: 0;
    height: 50px;
    width: 50px;
}

.owl-carousel .owl-nav button.owl-next {
    background-color: var(--logo-dark);
    position: absolute;
    right: 0;
    top: 50%;
    color: #fff;
    font-size: 30px;
    margin: -40px 0 0;
    border-radius: 0;
    height: 50px;
    width: 50px;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}


/* .owl-theme .owl-dots .owl-dot span {width: 11px;height: 20px;} */

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--logo-dark);
}

@media only screen and (max-width: 600px) {
    .single-hs-item {
        height: 550px;
    }
    .hero-text h1 {
        font-size: 30px;
    }
    .hero-text p {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .owl-carousel .owl-nav button.owl-next {
        top: auto;
        margin: 0;
        bottom: 0px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        top: auto;
        margin: 0;
        bottom: 0px;
    }
    .owl-dots {
        bottom: 10px;
        left: 50px;
        right: 50px;
    }
}


/*----- end hero section ----------*/


/*----- Welcome Area ---------*/

.welcome-img img {
    /*  padding-left: 20vw; */
    width: 120%;
    position: relative;
    z-index: 1;
}

.welcome-img-about2 img {
    margin-left: -100px;
    width: 130%;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .welcome-img img {
        width: 100%;
    }
    .welcome-img-about2 img {
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .welcome-img img {
        width: 100%;
        padding-left: 0;
    }
    .welcome-img-about2 img {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 575.98px) {
    .welcome-img img {
        width: 100%;
        padding-left: 0;
    }
    .welcome-img-about2 img {
        width: 100%;
        margin-left: 0;
    }
}

.welcome-text {
    padding: 130px;
    border: 10px solid var(--color-border);
}

.welcome-text2 {
    padding: 120px;
    border: 10px solid var(--color-border);
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .welcome-text {
        padding: 50px;
    }
    .welcome-text2 {
        padding: 50px;
    }
}

@media (max-width: 575.98px) {
    .welcome-text {
        padding: 40px 20px;
    }
    .welcome-text2 {
        padding: 40px 20px;
    }
}

.li-icon {
    height: 2.5em;
}

.about-btn {
    padding: 19px 97px 19px 20px;
}

.about-btn:hover {
    color: #fff;
}

.about-btn i {
    left: 43px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.about-btn:hover i {
    left: 46px;
}


/* ------ end welcome area --- */


/* -------- services -----------*/

.department_tab .nav {
    justify-content: space-evenly;
}

.department_tab .nav li {
    -webkit-box-flex: 20%;
    -ms-flex: 20% 0 0px;
    flex: 30% 0 0;
    margin-bottom: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .department_tab .nav li {
        -webkit-box-flex: 42%;
        -ms-flex: 42% 0 0px;
        flex: 42% 0 0;
        margin: 0 15px;
        margin-bottom: 0 !important;
    }
    .department_tab .nav li:last-child {
        margin-right: 15;
    }
}

@media (max-width: 575px) {
    .department_tab .nav li {
        -webkit-box-flex: 42%;
        -ms-flex: 100% 0 0px;
        flex: 100% 0 0;
        margin: 0px;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .department_tab .nav li {
        -webkit-box-flex: 30%;
        -ms-flex: 30% 0 0px;
        flex: 30% 0 0;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .department_tab .nav li {
        -webkit-box-flex: 15%;
        -ms-flex: 15% 0 0px;
        flex: 15% 0 0;
        margin-bottom: 0 !important;
    }
}

.department_tab .nav li a {
    background: #fff;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .department_tab .nav li a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 25px 0 25px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .department_tab .nav li a {
        flex-direction: row;
        justify-content: center;
        padding: 20px 0 20px 0;
        align-items: center;
        margin-bottom: 10px;
    }
}

.department_tab .nav li a span {
    font-size: 80px;
    color: var(--color-jungle-green);
    line-height: 1;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .department_tab .nav li a span {
        font-size: 40px;
        margin-right: 20px;
        margin-bottom: 0;
    }
}

.department_tab .nav li a h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .department_tab .nav li a h5 {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .department_tab .nav li a h5 {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .department_tab .nav li a h5 br {
        display: none;
    }
}

.department_tab .nav li a.active {
    background-image: -moz-linear-gradient(0deg, #A4DCE9 0%, #6FC7DD 100%);
    background-image: -webkit-linear-gradient(0deg, #0EAEEE 0%, #1A56A2 100%);
    background-image: -ms-linear-gradient(0deg, #A4DCE9 0%, #6FC7DD 100%);
    color: #fff;
}

.department_tab .nav li a.active span {
    color: #fff;
}

.department_tab .nav li a.active h5 {
    color: #fff;
}

.department_tab .nav li:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    .department_tab .nav li:last-child {
        margin-right: 15px;
    }
}


/* -- */

.department_info {
    color: #fff;
}

.department_info .dept_thumb img {
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .department_info .dept_info {
        padding: 78px 103px 52px 111px;
    }
}

.department_info .dept_info {
    background-image: -moz-linear-gradient(0deg, #A4DCE9 0%, #6FC7DD 100%);
    background-image: -webkit-linear-gradient(0deg, #0EAEEE 0%, #1A56A2 100%);
    background-image: -ms-linear-gradient(0deg, #A4DCE9 0%, #6FC7DD 100%);
    padding: 80px 90px 100px 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .department_info .dept_info {
        padding: 78px 100px 52px 110px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .department_info .dept_info {
        padding: 78px 100px 52px 110px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .department_info .dept_info {
        padding: 71px 18px 60px 23px;
    }
}

@media (max-width: 575px) {
    .department_info .dept_info {
        padding: 71px 18px 60px 23px;
    }
}

.department_info .dept_info h3 {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 600;
}

@media (max-width: 767px) {
    .department_info .dept_info h3 {
        font-size: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .department_info .dept_info h3 br {
        display: none;
    }
}

@media (max-width: 575px) {
    .department_info .dept_info h3 br {
        display: none;
    }
}

.department_info .dept_info p {
    margin-bottom: 1.5em;
    margin-top: 1.2em;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .department_info .dept_info p {
        margin-top: 15px;
        margin-bottom: 20px;
    }
}


/* ---------------- */


/*--------- contact area ------- */

.contact-row {
    /* margin-right: 5vw !important;
    margin-left: 5vw !important; */
    padding-top: 3vh;
}

.contact-area .contact-form {
    padding: 30px;
    background: #C0EAFB;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .contact-area .contact-form {
        padding: 80px 40px;
    }
}

@media (max-width: 575.98px) {
    .contact-area .contact-form {
        padding: 40px 20px;
    }
}

.contact-area .contact-form:before {
    content: "";
    position: absolute;
    top: -5%;
    right: -30%;
    width: 60%;
    height: 110%;
    border: 10px solid var(--color-border);
    z-index: -1;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .contact-area .contact-form:before {
        right: -20%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .contact-area .contact-form:before {
        position: inherit;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .contact-area .contact-form:before {
        position: inherit;
        border: 0px;
    }
}

@media (max-width: 575.98px) {
    .contact-area .contact-form:before {
        position: inherit;
        border: 0px;
    }
}

.contact-area .contact-form h3 {
    font-size: 24px !important;
    color: #164787 !important;
}


/* ------- gmap --------- */

.mapouter {
    position: relative;
    height: 350px;
}

.gmap_canvas {
    overflow: hidden;
    background: none!important;
    height: 350px;
}


/*--------end contact area ------*/


/*------ galery -----------*/

.gallery-row {
    padding-bottom: 3vh;
}


/* .gallery {
    background: #fff;
} */

.gallery-inner {
    margin-top: 60px;
}

.gallery-inner .mix {
    padding: 0;
}

ul.gallery {
    padding: 0;
    list-style: none;
    margin-left: 8px;
    text-align: center;
    background: var(--bg-shade);
}

ul.gallery li {
    border: 1px solid var(--color-scrubs-blue);
    color: var(--logo-text);
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 25px;
    text-transform: uppercase;
    background: #fff;
}

ul.gallery li.mixitup-control-active {
    color: #fff;
    background: var(--logo-text);
}

ul.gallery li:hover {
    color: #fff;
    background: var(--logo-text);
}

.gallery .item {
    position: relative;
}


/* .gallery .item img {
    width: 100%;
    z-index: 99999;
} */

.single-gallery-image {
    margin: 0;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.portfolio-caption {
    color: #333333;
}

.portfolio-caption {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    /*background: rgba(255, 255, 255, .8);*/
    background: rgba(10, 7, 7, 0.7) none repeat scroll 0 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.portfolio-caption h4 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    /*  -webkit-transition: .3s;
    transition: .3s; */
    padding: 10px 10px;
    display: inline-block;
}

.gallery .item:hover .portfolio-caption {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.gallery .item:hover .portfolio-caption h4 {
    margin-top: 0%;
    /* -webkit-transition: .3s;
    transition: .3s; */
}

.gallery .item:hover .portfolio-caption img {
    margin-top: 35%;
    -webkit-transition: .3s;
    transition: .3s;
}


/*------end galery ------*/


/* ----- specialist area  ------ */

.specialist-area .single-doctor:hover .content-area {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.doctors-row {
    margin-right: 5vw !important;
    margin-left: 5vw !important;
    padding-bottom: 5vh !important;
}

.specialist-area .single-doctor:hover .doctor-name {
    background: linear-gradient(to right, var(--logo-light), var(--logo-midtone));
}

.specialist-area .single-doctor:hover .doctor-name h3,
.specialist-area .single-doctor:hover .doctor-name h6 {
    color: #fff;
}

.specialist-area .content-area {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.specialist-area .doctor-name {
    padding: 20px;
    background: fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.specialist-area .doctor-text {
    background: #fff;
    padding: 20px;
}


/*---------- end specialist area ----- */


/*----- pricelist ------*/

.pricelist-row {
    padding-top: 70px;
}

.pricelist td {
    min-width: 80px;
}

@media (max-width: 575px) {
    .pricelist-row {
        padding-top: 10vh;
    }
}


/*----- end pricelist ----*/


/*------- footer -----------*/

.footer-top {
    padding-bottom: 10px;
    background: var(--text-dark);
}

.footer-row {
    margin-right: 5vw !important;
    margin-left: 5vw !important;
}

@media (max-width: 575px) {
    .footer-column {
        padding-top: 2vh;
    }
}

.footer-column p {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    color: var(--color-scrubs-blue);
    font-size: 13px;
}

.footer-column h6 {
    color: var(--logo-light);
}

#footer a {
    color: var(--color-scrubs-blue);
}

#footer a:active,
#footer a:focus,
#footer a:hover {
    color: var(--logo-light);
}

.footer-bottom {
    background: #0f1821;
    padding: 10px 0;
}

.copyright p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
}


/*--------- end footer ------- */