/* [ -- Master Stylesheet -- ] */

/* ------------- Index of Stylesheet -------------
:: 1.0 Import Web Fonts
:: 2.0 Import All CSS
:: 3.0 Base CSS
:: 4.0 Header Area CSS
:: 5.0 Welcome Area CSS
:: 6.0 About Us Area CSS
:: 7.0 Service Area CSS
:: 8.0 Doctor Area CSS
:: 9.0 Testimonials Area CSS
:: 10.0 Call to Action Area CSS
:: 11.0 Book an appoinment Area CSS
:: 12.0 Footer Area CSS
:: 13.0 Breadcumb Area CSS
:: 14.0 CTA Area CSS
:: 15.0 Department Area CSS
:: 16.0 Services Area CSS
:: 17.0 Blog Area CSS
:: 18.0 Contact Area CSS
:: 19.0 Shortcode Area CSS
------------------------------------------------ */

/* :: 1.0 Import Web Fonts */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:400,500,700');

/* :: 2.0 Import All CSS */

@import '../css/bootstrap.min.css';
@import '../css/owl.carousel.css';
@import '../css/magnific-popup.css';
@import '../css/animate.css';
@import '../css/font-awesome.min.css';
@import '../css/themify-icons.css';

/* :: 3.0 Base CSS */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #262626;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

p {
    color: #7f7e7e;
    font-size: 14px;
    line-height: 2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

a:focus {
    outline: 0 solid;
}

a,
a:hover,
a:focus {
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    color: #5f5f5f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

#preloader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #f2f4f8;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul,
ol {
    margin: 0;
}

ol li,
ul li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

#preloader {
    overflow: hidden;
    background-color: #f2f4f8;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

#preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    z-index: 8;
    -webkit-animation: 2000ms linear 0s normal none infinite running medica-thumb;
            animation: 2000ms linear 0s normal none infinite running medica-thumb;
}

.medica-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running medica-load;
    animation: 2000ms linear 0s normal none infinite running medica-load;
    background: transparent none repeat scroll 0 0;
    border-color: #ffffff #ffffff #2f88fd;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 60px;
    position: absolute;
    width: 60px;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}

@-webkit-keyframes medica-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes medica-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes medica-thumb {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes medica-thumb {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.medica-table {
    display: table;
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
}

.medica-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-100 {
    margin-bottom: 100px;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-default {
    background-color: #172538;
}

.bg-gray {
    background-color: #e0f3f9;
}

.bg-transparent {
    background-color: transparent;
}

.bg-transparent-dark {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-transparent-light {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

#scrollUp {
    background: #243eff;
    background: -webkit-linear-gradient(to right, #3de6fa, #243eff);
    background: -webkit-linear-gradient(left, #3de6fa, #243eff);
    background: linear-gradient(to right, #3de6fa, #243eff);
    border-radius: 0;
    bottom: 100px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 38px;
    right: 0;
    text-align: center;
    width: 40px;
}


::-webkit-scrollbar 
{
    width: 5px;
    background:#243eff;
    height: 5px;
}

::-webkit-scrollbar-track 
{
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3); 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb 
{
    border-radius: 15px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    background:#243eff;
}


.section_padding_100 {
    padding: 70px 0;
}

.section_padding_50 {
    padding: 50px 0;
}

.section_padding_50_0 {
    padding: 50px 0 0 0;
}

.section_padding_100_70 {
    padding: 100px 0 70px;
}

.section_padding_100_50 {
    padding: 100px 0 50px;
}

.section_padding_100_0 {
    padding: 100px 0 0;
}

.section_padding_0_100 {
    padding: 0 0 100px;
}

.section_padding_100_20 {
    padding: 50px 0 20px 0;
}

.section_heading {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}

.section_heading img {
    margin-bottom: 10px;
}

.section_heading h2 {
    font-size: 36px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.section_heading.white-heading h2 {
    color: #fff;
}

.section_heading p {
    margin-bottom: 0;
    margin-top: 5px;
}

.medica-btn {
    display: inline-block;
    color: #fff;
    background-color: transparent;
    height: 60px;
    padding: 0 30px;
    line-height: 56px;
    font-size: 14px;
    min-width: 140px;
    border: 2px solid #fff;
    border-radius: 0;
    font-weight: 600;
}

.medica-btn.btn-2 {
    color: #fff;
    background-color: #2f88fd;
    border-color: #2f88fd;
}

.medica-btn.btn-3 {
    color: #2f88fd;
    background-color: #fff;
    border-color: #2f88fd;
}

.medica-btn.btn-4 {
    color: #262626;
    background-color: #fff;
    border-color: #262626;
}

.medica-btn.btn-5 {
    color: #2f88fd;
    background-color: #262626;
    border-color: #262626;
}

.medica-btn:hover,
.medica-btn:focus {
    color: #fff;
    background-color: #2f88fd;
    border-color: #2f88fd;
}

.gradient-background {
    background: #243eff;
    background: -webkit-linear-gradient(to right, #3de6fa, #243eff);
    background: -webkit-linear-gradient(left, #3de6fa, #243eff);
    background: linear-gradient(to right, #3de6fa, #243eff);
}

.gradient-background-overlay,
.background-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gradient-background-overlay:after,
.background-overlay:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: #243eff;
     background: -webkit-linear-gradient(to right, #3de6fa, #243eff);
    background: -webkit-linear-gradient(left, #3de6fa, #243eff);
    background: linear-gradient(to right, #3de6fa, #243eff); 
     opacity: 0.8; 
}

.background-overlay:after {
    background: rgba(36, 62, 255, 0.8);
}

.nicescroll-rails {
    z-index: 999999 !important;
}

/* :: 4.0 Header Area CSS */

.header-area {
    position: relative;
    z-index: 100;
}

.top-header-area {
    position: relative;
    height: 55px;
    z-index: 1;
}

.top-header-social-info a {
    font-size: 12px;
    color: #fff;
    margin-right: 20px;
    display: inline-block;
}

.top-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.top-menu ul li a {
    display: block;
    padding: 5px 10px;
    color: #fff;
}

.main-header-area {
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 1;
}

.is-sticky .main-header-area {
    width: 100%;
    z-index: 10000 !important;
    background-color: #f2f4f8;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.2);
}

.navbar {
    padding: 0;
}

#searchbtn {
    cursor: pointer;
    margin-left: 15px;
    color: #2f88fd;
}

.header-search-form,
.search-form-on .navbar-nav {
    display: none;
}

.search-form-on .header-search-form {
    display: block;
}

.header-area .main-menu .nav-link {
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 20px;
    color: #5f5f5f;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.header-area .main-menu .nav-item.active .nav-link,
.header-area .main-menu .nav-link:hover,
.header-area .main-menu .nav-link:focus {
    color: #2f88fd;
}

.dropdown-menu.show {
    border: none;
    padding: 15px 0;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
    margin-top: 15px;
}

.dropdown-item {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #5f5f5f;
    text-transform: uppercase;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #2f88fd;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    background-color: #f2f4f8;
}

.header-search-form form input {
    width: 550px;
    height: 45px;
    padding: 5px 15px;
    font-size: 12px;
    color: #fff;
    border: none;
    background-color: transparent;
    border: 2px solid #2f88fd;
    border-radius: 4px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0;
}

.header-search-form form input:focus {
    box-shadow: none;
    border-color: #2f88fd;
    background-color: transparent;
}

/* :: 5.0 Welcome Area CSS */

.hero-area,
.single-hero-slide {
    position: relative;
    z-index: 1;
    width: 100%;
}

.hero-slides-content h2 {
    color:#048bb0;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-slides-content h5 {
    color: #048bb0;
    font-size: 22px;
    font-weight: 400;
}

.hero-area .owl-prev,
.hero-area .owl-next,
.medica-testimonials-area .owl-prev,
.medica-testimonials-area .owl-next {
    width: 44px;
    height: 44px;
    position: absolute;
    border: 2px solid #fff;
    top: 50%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    left: 70px;
    margin-top: -22px;
    opacity: 0.3;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
}

.hero-area .owl-next,
.medica-testimonials-area .owl-next {
    left: auto;
    right: 70px;
}

.hero-area .owl-dots {
    width: 1110px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.hero-area .owl-dot {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    border: 2px solid transparent;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 31px;
    font-weight: 600;
}

.hero-area .owl-dot.active {
    border: 2px solid #fff;
}

.hero-area:hover .owl-prev,
.hero-area:hover .owl-next,
.medica-testimonials-area:hover .owl-prev,
.medica-testimonials-area:hover .owl-next {
    opacity: 1;
}

.medica-about-us-area {
    position: relative;
    z-index: 1;
}

/* .medica-about-us-area:after {
    position: absolute;
    z-index: -1;
    top: 0;
    height: 80px;
    left: 0;
    background-color: #e5f1f3;
    content: '';
    width: 100%;
} */

.medica-contact-info-area {
    padding: 50px 0 0;
    background-color: #e5f1f3;
}

.single-contact-info {
    margin-bottom: 50px;
}

.contact-meta p {
    margin: 0;
    color: #6c6c6c;
}

.medica-emergency-card,
.medica-doctors-card,
.medica-appointment-card,
.medica-department-card,
.medica-contact-card,
.medica-catagories-card,
.latest-news-widget-area {
    padding: 50px 40px;
    background-color: #38c3fb;
    width: 100%;
}

.medica-card-area .col-12 {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.medica-doctors-card,
.medica-department-card {
    background-color: #2f88fd;
}

.medica-appointment-card {
    background-color: #1063cf;
    padding-bottom: 30px;
}

.medica-contact-card {
    background-color: #093f86;
}

.latest-news-widget-area,
.medica-catagories-card {
    background-color: transparent;
}

.medica-emergency-card h5,
.medica-doctors-card h5,
.medica-appointment-card h5,
.medica-department-card h5,
.medica-contact-card h5 {
    color: #fff;
    margin-bottom: 20px;
}

.latest-news-widget-area h5,
.medica-catagories-card h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

.medica-emergency-card h4 {
    color: #093c80;
    margin-bottom: 30px;
}

.medica-emergency-card p,
.medica-doctors-card p {
    color: #fff;
    margin-bottom: 35px;
}

.medica-emergency-card > a,
.medica-doctors-card > a {
    color: #fff;
    font-size: 12px;
}

.medica-appointment-card .form-control {
    width: 100%;
    height: 40px;
    background-color: #2f88fd;
    border: none;
    border-radius: 0;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    color: #fff;
    position: relative;
    z-index: 1;
}

.medica-appointment-card .form-control::-webkit-input-placeholder {
    color: #fff;
}

.medica-appointment-card .form-control::-moz-placeholder {
    color: #fff;
}

.medica-appointment-card .form-control:-ms-input-placeholder {
    color: #fff;
}

.medica-appointment-card .form-control::placeholder {
    color: #fff;
}

select.form-control:not([size]):not([multiple]) {
    height: 40px;
}

.medica-appointment-card select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.department-menu li a {
    display: block;
    color: #fff;
    padding: 15px;
    border-bottom: 1px solid #7badee;
}

.department-menu li a:hover,
.department-menu li a:focus {
    padding-left: 20px;
    border-bottom: 1px solid #fff;
}

.medica-contact-card .single-contact-info {
    margin-bottom: 30px;
}

.medica-contact-card .contact-meta p {
    color: #fff;
    font-size: 13px;
}

.catagories-menu li a {
    display: block;
    color: #7f7e7e;
    padding: 15px;
    border-bottom: 1px solid #e3e3e3;
}

.catagories-menu li a:hover,
.catagories-menu li a:focus {
    padding-left: 20px;
    border-bottom: 1px solid #2f88fd;
    color: #2f88fd;
}

.department-menu li:last-child a,
.catagories-menu li:last-child a {
    border-bottom: none;
}

/* :: 6.0 About Us Area CSS */

.medica-about-text h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}

.medica-about-text h2 span {
    color: #1a95b7;
    padding: 2px;
}

.medica-about-text p:last-of-type {
    margin-bottom: 20px;
}

.medica-about-text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
}

.medica-about-text ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    z-index: 1;
    padding-left: 40px;
    margin-bottom: 15px;
    font-size: 16px;
}

.medica-about-text ul li:before {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #2f88fd;
    border-radius: 50%;
    content: '';
}

.medica-about-thumbnail {
    text-align: center;
}

/* :: 7.0 Service Area CSS */

.medica-services-area {
    position: relative;
    z-index: 1;
    padding:20px
}

.single-service-area {
    margin-bottom: 80px;
}

.single-service-area img {
    margin-bottom: 30px;
}

.single-service-area h5 {
    color: #fff;
    margin-bottom: 30px;
}

.single-service-area p {
    color: #fff;
    margin-bottom: 0;
}

/* :: 8.0 Doctor Area CSS */

.single-doctor-area {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

.doctor-meta {
    margin-top: 50px;
    text-align: center;
}

.doctor-meta h5 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.doctor-meta h6 {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.doctor-social-info a {
    display: inline-block;
    width: 33px;
    height: 33px;
    color: #2f88fd;
    border-radius: 50%;
    border: 2px solid #2f88fd;
    line-height: 29px;
    font-size: 13px;
    margin: 0 5px;
}

.doctor-social-info a:hover,
.doctor-social-info a:focus {
    color: #fff;
    border-color: #2f88fd;
    background-color: #2f88fd;
}

.doctor-social-info {
    margin-top: 20px;
}

.doctor-thumbnail {
    text-align: center;
}

/* :: 9.0 Testimonials Area CSS */

.medica-testimonials-area {
    position: relative;
    z-index: 1;
}

.single-testimonial-slide {
    text-align: center;
}

.single-testimonial-slide .col-12 > h6 {
    color: #fff;
    line-height: 2.2;
    margin-bottom: 40px;
}

.testimonial-given-author-info img {
    width: 78px !important;
    height: 78px !important;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.testimonial-given-author-info > h6 {
    color: #fff;
    margin-bottom: 5px;
}

.testimonial-given-author-info > p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    text-transform: uppercase;
}

/* :: 10.0 Call to Action Area CSS */

.medica-call-to-action {
    position: relative;
    z-index: 1;
}

.single-cool-fact {
    padding-bottom: 50px;
}

.single-cool-fact .counter-area h2 {
    color: #fff;
    font-size: 36px;
}

.single-cool-fact .counter-area h6 {
    color: #fff;
    margin-bottom: 0;
}

/* :: 11.0 Book an appoinment Area CSS */

.medica-book-an-appointment-area .medica-appointment-card {
    padding: 50px 30px;
}

.medica-appointment-card .form-group {
    position: relative;
    z-index: 1;
}

.medica-appointment-card .form-group > i {
    position: absolute;
    z-index: 2;
    text-align: center;
    line-height: 40px;
    top: 0;
    right: 10px;
    color: #fff;
}

/* :: 12.0 Footer Area CSS */

.footer-logo,
.widget-title {
    margin-bottom: 20px;
}

.widget-title {
    margin-top: 10px;
}

.widget-title h6 {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-widget-area p {
    color: #fff;
}

.footer-social-info a {
    font-size: 12px;
    margin-right: 20px;
    color: #fff;
    display: inline-block;
}

.widget-post-content > a {
    color: #fff;
    font-size: 14px;
}

.widget-single-blog-post {
    margin-bottom: 20px;
}

.widget-post-content > p {
    margin-bottom: 0;
    font-size: 11px;
    color: #2f88fd;
}

.footer-widget-area ul > li > a {
    color: #fff;
    margin-bottom: 8px;
    display: block;
}

.footer-widget-area ul > li > a:hover,
.footer-widget-area ul > li > a:focus,
.footer-social-info a:hover,
.footer-social-info a:focus {
    color: #2f88fd;
}

.bottom-footer-area {
    background-color: #0b131e;
    width: 100%;
    height: 55px;
    position: relative;
    z-index: 1;
}

.copywrite-text p {
    margin: 0;
    color: #404b5a;
}

.copywrite-text p a {
    color: #2f88fd;
    font-weight: 600;
}

.footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.footer-menu li a {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #404b5a;
    padding: 0 15px;
}

.footer-menu li a:hover,
.footer-menu li a:focus {
    color: #2f88fd;
}

/* :: 13.0 Breadcumb Area CSS */

.breadcumb-area {
    width: 100%;
    height: 150px;
    position: relative;
    z-index: 1;
}

.breadcumb-title {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.breadcrumb-item.active,
.breadcrumb-item a,
.breadcrumb-item {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item:before {
    content: "|";
    color: #fff;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

/* :: 14.0 CTA Area CSS */

.cta-area {
    position: relative;
    z-index: 1;
}

.cta-content h2 {
    color: #fff;
    font-size: 36px;
}

.cta-content h6 {
    color: #fff;
    margin-bottom: 0;
}

/* :: 15.0 Department Area CSS */

.single-department-area {
    margin-bottom: 100px;
}

.single-department-area > img {
    margin-bottom: 20px;
    height: 50px;
    width: auto;
}

.single-department-area > h6 {
    font-weight: 600;
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.single-department-area:hover > h6,
.single-department-area:focus > h6 {
    color: #2f88fd;
}

/* :: 16.0 Services Area CSS */

.single-service {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.single-service > img {
    margin-bottom: 50px;
}

.single-service h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.single-service a {
    color: #2f88fd;
    display: block;
    font-weight: 600;
}

.single-service a:hover,
.single-service a:focus {
    color: #7f7e7e;
}

/* :: 17.0 Blog Area CSS */

.single-blog-area {
    margin-bottom: 100px;
}

.single-blog-area,
.single-blog-area .post-thumb {
    position: relative;
    z-index: 1;
}

.post-content {
    margin-top: 40px;
}

.post-content h4 {
    font-weight: 600;
}

.post-date > a {
    width: 125px;
    height: 38px;
    background-color: #2f88fd;
    display: block;
    color: #fff;
    line-height: 38px;
    text-align: center;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 3;
}

.post-content > p {
    margin-bottom: 20px;
}

.post-meta p {
    padding-right: 5px;
}

.post-meta p,
.post-meta p a {
    font-size: 12px;
}

.post-content > a,
.post-meta p a {
    color: #2f88fd;
}

.post-meta p:last-of-type a,
.post-content > a:hover,
.post-content > a:focus,
.latest-news-widget-area .widget-post-content a {
    color: #7f7e7e;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination .page-link {
    padding: 0;
    margin-left: 2px;
    line-height: 31px;
    color: #262626;
    background-color: #fff;
    border: 2px solid transparent;
    width: 35px;
    height: 35px;
    text-align: center;
}

.pagination .active .page-link,
.pagination .page-link:hover,
.pagination .page-link:focus {
    color: #2f88fd;
    background-color: #fff;
    border: 2px solid #2f88fd;
}

/* :: 18.0 Contact Area CSS */

.form-control {
    background-color: #e3e9f0;
    width: 100%;
    height: 40px;
    border-radius: 0;
    border: none;
    font-size: 12px;
    font-style: italic;
    color: #a6a6a6;
    margin-bottom: 25px;
    font-weight: 300;
    padding: 10px 20px;
}

.form-control:focus {
    background-color: inherit;
}

textarea.form-control {
    height: 240px;
}

.form-control::-webkit-input-placeholder {
    color: #a6a6a6;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #a6a6a6;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #a6a6a6;
    opacity: 1;
}

.form-control::placeholder {
    color: #a6a6a6;
    opacity: 1;
}

.googleMap {
    width: 100%;
    height: 600px;
}

/* :: 19.0 Shortcode Area CSS */

.elements-title h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 50px;
}

/* Accordians */

.panel {
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px;
}

.single-accordion:last-of-type {
    margin-bottom: 0px;
}

.single-accordion h6 a {
    background-color: #1d1d1d;
    border-radius: 0;
    color: #fff;
    display: block;
    margin: 0;
    padding: 10px 60px 10px 20px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}

.single-accordion h6 a.collapsed {
    background-color: #2f88fd;
    color: #fff;
}

.single-accordion h6 a span {
    font-size: 10px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 14px;
}

.single-accordion h6 a.collapsed span.accor-close {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

span.accor-open {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.single-accordion h6 a.collapsed span.accor-open {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.single-accordion h6 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none;
}

.single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0;
}

/* barfiller */

.single_progress_bar {
    margin-bottom: 20px;
}

.single_progress_bar:last-of-type {
    margin-bottom: 0;
}

.barfiller {
    background: #e0e0e0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background-color: #2f88fd;
    z-index: 1;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    margin-top: -16px;
    font-size: 14px;
    left: 0px;
    position: absolute;
    z-index: 2;
    background-color: #2f88fd;
    color: #fff;
    width: 60px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-weight: 500;
}

.single_progress_bar p {
    margin-bottom: 0;
    margin-top: 10px;
    color: #262626;
    font-weight: 600;
}

.single-pie-bar h6 {
    margin-bottom: 0;
}

/* Cool Facts */

.counter-area h2 {
    font-size: 36px;
}

.counter-area h6 {
    margin-bottom: 0;
    color: #838383;
}

.single-cool-fact-area h2 {
    color: #2f88fd;
    font-size: 36px;
}

.counter-area h6 {
    color: #262626;
    margin-bottom: 0;
}

.single-icon-box img {
    margin-bottom: 15px;
}


/* extra style - Donate Page */

.flip-card 
{
    background-color: transparent;
    width: 100%;
    perspective: 1000px;
}

.flip-card-inner 
{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card-front 
{
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    color: black;
    padding: 20px;
}

.flip-card-front .image-container
{
    flex-basis: 33%;
}
  
.flip-card-front .image-container .button-container
{
    width: 100%;
}

.flip-card-front .image-container .button-container button
{
    background: transparent;
    padding: 10px;
    border: 1px solid #243eff;
    margin: 5px 0 5px 0;
    cursor: pointer;
    transition: 0.5s ease background-color;
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.flip-card-front .image-container .button-container button:hover
{
    background-color: #2f88fd;
    color: #fff;
}

.flip-card-back 
{
    background: linear-gradient(to left, #3de6fa, #243eff);
    color: white;
    transform: rotateY(180deg);
    display: none;
}

.equipment-list h2
{
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    text-align: left;
    padding: 20px 0 0 10px;
}

.equipment-list i
{
    padding: 20px 0 0 10px;
    cursor: pointer;
}
.flip-card-back .contact-form h5
{
    text-align: left;
    padding: 20px 0 0 10px;
    margin-bottom: 25px;
}

.flip-card-back .contact-form form
{
    padding: 0 10px 10px 10px;
}

.flip-card-back .contact-form form .medica-btn
{
    float: left;
}

.eqipment-list-container
{
    padding: 10px 0 0px 20px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.eqipment-list-container input
{
    margin-right: 5px
}

.eqipment-list-container label
{
    margin-left: 5px;
    font-size: 15px;
    font-weight: 600;
}

.eqipment-list-container label img
{
    width: 100px;
    height: 80px;
    margin-right: 5px;
}

.spread-image-container
{
    display: flex;
    flex-wrap: wrap;
}

.spread-image-container img
{
    width: 50%;
    height: 350px !important;
}

#equipmentDonate,
#smileDonate,
#buildingDonate
{
    display: none;
}


/* Elastislide Style */
.es-carousel-wrapper{
	background: #243eff;
	padding:10px 27px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	position:relative;
	margin-bottom:20px;
}
.es-carousel{
	overflow:hidden;
	background:#000;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a{
	display:block;
	border-style:solid;
	border-color:#222;
	opacity:0.8;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.es-carousel ul li.selected a{
	border-color:#fff;
	opacity:1.0;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:8px;
	background:transparent url(../images/nav_thumbs.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:8px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}





.rg-image-wrapper{
	position:relative;
	padding:20px 30px;
	background: #243eff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height:20px;
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
}
.rg-image img{
	max-height:100%;
	max-width:100%;
}
.rg-image-nav a{
	position:absolute;
	top:0px;
	left:0px;
	background:#000 url(../images/nav.png) no-repeat -20% 50%;
	width:28px;
	height:100%;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.3;
	outline:none;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:115% 50%;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover{
	opacity:0.8;
}
.rg-caption {
	text-align:center;
	margin-top:15px;
	position:relative;
}
.rg-caption p{
	font-size:11px;
	letter-spacing:2px;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	line-height:16px;
	padding:0 15px;
	text-transform:uppercase;
    color:#fff;
}
.rg-view{
	height:30px;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#464646 url(../images/views.png) no-repeat top left;
	border:3px solid #464646;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(../images/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}


/* Admin Section */

.login-area form
{
    padding: 10px;
    box-shadow: 0 4px 2px 0 #ecb4b4;
}

.login-area .logo-container
{
    padding:15px;
}

#signUpForm,
#confirmOtp,
#forgotPassword,
#changePassword
{
    display:none;
}

.login-area form .text-area
{
    padding: 10px 0  0 15px;
}

.login-area form .text-area span
{
    color: #2f88fd;
    font-weight: 600;
    cursor: pointer;
}


/* Admin  section index */

.top-bar
{
    background: #f2f4f8;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
}

.top-bar .logo 
{
    padding: 15px 15px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.top-bar .logo img
{
    width:60%;
}

.top-bar .menu-icon i
{
    color:#000;
    float: left;
    font-size: 30px;
    cursor: pointer;
    transition: color 0.5s;
    padding-left:10px;
    float: right;
}

.top-bar .menu-icon i:hover
{
    color: #2f88fd;
}

.top-bar .logout-button i
{
    color:#3691bc;
    float: right;
    font-size: 30px;
    cursor: pointer;
    transition: color 0.5s;
    padding-right:10px;
    float: right;
}

.top-bar .logout-button i:hover
{
    color: #2f88fd;
}

/* Admin  Side menu */

.side-menu
{

    background: #2f88fd;
    padding: 10px;
    color:#fff;
    z-index: 100;
}

.side-menu .menu-header
{
    box-shadow: 0 2px 0 0 #8b929c  !important;
}

.menu-signature span
{
    padding: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    float: left;
}

.menu-items ul
{
    list-style: none;
    padding: 10px;
}

.menu-items ul li 
{
    font-size: 20px;
    line-height: 2;
    cursor: pointer;
    transition: color 0.5s ease;
    font-weight: 600;
}

.menu-items ul li:hover
{
    color: #707070;
}


#homeList,
#aboutList,
#diagnosisList,
#mediaList,
#supportLIst,
#formsList,
#hospitalList,
#sccHome
{
    display: none;
}

/* admin content area */

.content-area
{
    padding:10px !important;
    margin-left:auto;
    margin-right: auto;
}

.content-area .heading-area h2
{
    font-family: monospace;
    border-bottom: 1px solid #3691bc;
    padding:10px;
}

.content-area .shop-table
{
    padding: 10px;
    margin-bottom: 50px;
}

.content-area .shop-table form
{
    padding: 5px !important;
    box-shadow: 0 0 2px 2px #f7f2f2;
    margin-bottom: 15px;
}

.content-area .shop-table .table-responsive thead
{
    background: #2f88fd;
    font-family: 'Roboto, san-serif';
}

.content-area .shop-table .table-responsive tbody tr td img
{
    width:80px;
    height:50px;
}

.view,
.delete
{
    padding: 5px;
    color:blueviolet;
    font-weight: 700;
    cursor: pointer;
    transition: color 0.5s ease;
}

.delete 
{
    color: red !important;
}

.view:hover
{
    color: red;
}

.delete:hover
{
    color: blueviolet !important;
}

.lang-switch-admin
{
    width: max-content;
}


/* Edit Area */

.result-div
{
    position: fixed;
    top:0;
    right:0;
    background: #3691bc;
    max-width: 620px;
    height: 100%;
    padding: 10px;
    color:#202020;
    z-index: 100;
    display: none;
}

.result-div .result-head
{
    box-shadow: 0 2px 0 0 #000 !important;
}

.result-heading span
{
    padding: 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    float: left;
}

.result-close i
{
    float: right;
    padding: 10px;
    cursor: pointer;
    transition: all 0.5s ease;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.result-close i:hover
{
    font-size: 30px;
    color: #000;
}

.details-content-area form
{
    padding: 20px 0 0 20px;
}


.overflow
{
    overflow:overlay !important;
}

#changeLanguage
{
    font-size: 12px;
    padding: 10px 20px;
    font-weight: 600;
    color: #fff;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

#changeLanguage select:focus
{
    border:none;
    box-shadow: none;
}

#changeLanguage option
{
    color:#000;
}


.form-group select option
{
    color:#000;
}

.hospital-onwheel-icon
{
    position: fixed;
    width: 150px;
    height: 100px;
    background: #329cfc;
    padding: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 270px;
    right:0;
    z-index: 101;
    cursor: pointer;
    transition: 0.5s all ease;
}

.hospital-onwheel-icon:hover
{
    box-shadow: 2px 0 0 1px #1a1d1f;
}

.hospital-onwheel-icon img,
.scc-onwheel-icon img
{
    margin-top: 10px;
}

.hospital-onwheel-icon p,
.scc-onwheel-icon p
{
    font-size: 10px;
    color: #0b131e;
    font-weight: 600;
}

.scc-onwheel-icon
{
    position: fixed;
    width: 150px;
    height: 100px;
    background: #329cfc;
    padding: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 374px;
    right:0;
    z-index: 101;
    cursor: pointer;
    transition: 0.5s all ease;
}

.scc-onwheel-icon:hover
{
    box-shadow: 3px 0 0 0 #74899c;
}

.hospital-image-gallery
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.hospital-image-gallery a
{
    width:25%;
}


.schedule
{
    margin-bottom: 50px;
    text-align: left;
    background-color: #ffffff;
}

.nav-wrapper
{
    user-select: none;
    position: relative;
}

.nav-current
{
    background:#243eff;
    cursor:default !important;
    color:#fff !important;
    transition:0.5s ease all;
}

/*.nav-current:after {*/
/*    content:'';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom:-10px;*/
/*    margin: 0 auto;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-top: 25px solid #243eff;*/
/*    border-left: 50px solid transparent;*/
/*    border-right: 50px solid transparent;*/
/*    z-index:101;*/
/*}*/

.nav-schedule
{
    display: flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    width: 100%;
    z-index: 10;
}

.nav-schedule .nav-list
{
    height: auto;
    width: auto;
    padding: 20px 55px 20px 15px;
    cursor: pointer;
    margin: 0;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #e9e9e9;
    color: #5a5051;
    font-size: 20px;
    font-weight: 600;
}

.nav-content .card
{
    border-width: 0;
}

.nav-content .card .card-header
{
    background:transparent;
}

.event-date
{
    font-size:12px;
    color:#008db1;
    width:100%;
    margin:0;
}

.event-date i
{
    font-size:14px;
    margin-right:10px;
}

.event-heading
{
    margin-top:10px;
    width:100%;
}

.nav-content .card-body
{
    color: #707070;
    line-height: 1.6;
}

.icon-view
{
    margin-bottom:10px;
}

.icon-view .card-header
{
    background:#f9faff;
}

.icon-view .card-header h5 img
{
    width:50px;
    margin-right:10px;
}

.media-image h3
{
    margin-bottom: 50px;
    font-size: 20px;
    color:#048bb0;
}

.item img
{
    height:220px;
    width: 100%;
    box-shadow: 0 0 5px 0 #929292;
    margin-bottom:20px;
}


.year-area h3
{
    color:#048bb0;
}

.event-card .card
{
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.event-card h4
{
    color:#7d7d7e; 
}

.event-card .row
{
    margin-bottom: 30px;
}