/* Minification failed. Returning unminified contents.
(48,16): run-time error CSS1038: Expected hex color, found '#ffff'
 */
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    color: #1977cc;
    text-decoration: none;
}

    a:hover {
        color: #3291e6;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
}

.clicker {
    cursor: pointer !important;
}

.link {
    color: #1977cc;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#top_bar {
    background: #1977cc;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    z-index: 996;
}

    #top_bar.topbar-scrolled {
        top: -40px;
    }

    #top_bar .contact span {
        line-height: 1;
        color: #ffff;
        transition: 0.3s;
    }

    #top_bar .contact i {
        color: #fff;
        padding-right: 4px;
        margin-left: 15px;
        line-height: 0;
    }

        #top_bar .contact i:first-child {
            margin-left: 0;
        }

    #top_bar .social-network span {
        color: #fff;
        padding-left: 15px;
        display: inline-block;
        line-height: 1px;
        transition: 0.3s;
    }

        #top_bar .social-network span:hover {
            color: #555555;
        }

        #top_bar .social-network span:first-child {
            border-left: 0;
        }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    top: 40px;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

    #header.header-scrolled {
        top: 0;
    }

    #header .logo {
        max-width: 80%;
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0.5px;
        font-family: "Poppins", sans-serif;
    }

        #header .logo span {
            color: #2c4964;
        }

/*#header .logo img {
            max-height: 40px;
        }*/


/**
  * Login Button
  */
.login_btn {
    margin-left: 25px;
    background: #1977cc;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}

.login-btn:hover {
    background: #166ab5;
    color: #fff;
}

.login_admin_btn {
    margin-left: 25px;
    background: #1977cc;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: none;
}

@media (max-width: 868px) {
    .login-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px;
    }

    .login_admin_btn {
        margin: 0 15px 0 0;
        display: inline-block;
    }
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/**
  * Desktop Navigation 
  */
/*.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar > ul > li {
        position: relative;
        white-space: nowrap;
        padding: 8px 0 8px 20px;
    }

    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        color: #2c4964;
        white-space: nowrap;
        transition: 0.3s;
        border-bottom: 2px solid #fff;
        padding: 5px 2px;
    }

        .navbar a i, .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
            color: #1977cc;
            border-color: #1977cc;
        }*/

.navbar-collapse .navbar-nav .nav-item .active_nav_link {
    color: #1977cc;
    border-bottom: 2px solid #1977cc;
    /*border-width: 10px;*/
    /*border-color: #1977cc;*/
}
/*.navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 20px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 14px;
            font-weight: 500;
            text-transform: none;
            color: #082744;
            border: none;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
                color: #1977cc;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}*/
/**
  * Mobile Navigation 
  */
/*.mobile-nav-toggle {
    margin-left: 10px;
    color: #2c4964;
    font-size: 28px;
    cursor: pointer;
    display: none !important;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.fa-times {
        color: #fff;
    }

@media only screen and (max-width: 991px) {
    .mobile-nav-toggle {
        display: block !important;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(28, 47, 65, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile > ul > li {
        padding: 0;
    }

    .navbar-mobile a {
        padding: 10px 20px;
        font-size: 15px;
        color: #2c4964;
        border: none;
    }

        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color: #1977cc;
        }

    .navbar-mobile .getstarted {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                color: #1977cc;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }*/
/*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f1f7fd;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        color: #2c4964;
    }

        .section-title h2::before {
            content: '';
            position: absolute;
            display: block;
            width: 120px;
            height: 1px;
            background: #ddd;
            bottom: 1px;
            left: calc(50% - 60px);
        }

        .section-title h2::after {
            content: '';
            position: absolute;
            display: block;
            width: 40px;
            height: 3px;
            background: #1977cc;
            bottom: 0;
            left: calc(50% - 20px);
        }

    .section-title p {
        margin-bottom: 0;
    }


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#initial {
    width: 100%;
    height: 85vh;
    background-size: cover;
    margin-bottom: -200px;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.15);
}

    #initial .container {
        position: relative;
    }

    #initial h1 {
        margin: 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        text-transform: uppercase;
        color: #2c4964;
    }

    #initial h2 {
        color: #2c4964;
        margin: 10px 0 0 0;
        font-size: 24px;
    }

    #initial .btn_appointment {
        font-family: "Raleway", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 35px;
        margin-top: 30px;
        border-radius: 50px;
        transition: 0.5s;
        color: #fff;
        background: #1977cc;
    }

    #initial .btn-get-started:hover {
        background: #3291e6;
    }

@media (min-width: 1024px) {
    #initial {
        background-attachment: fixed;
    }
}

@media (max-width: 992px) {
    #initial {
        margin-bottom: 0;
        height: 100vh;
        background-position-x: 55% !important;
    }

        #initial .container {
            padding-bottom: 63px;
        }

        #initial h1 {
            font-size: 28px;
            line-height: 36px;
        }

        #initial h2 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 30px;
        }
}

@media (max-height: 600px) {
    #initial {
        height: 110vh;
    }
}

/*--------------------------------------------------------------
# Service Cards
--------------------------------------------------------------*/
.service_cards .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.25);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

    .service_cards .icon-box::before {
        content: '';
        position: absolute;
        background: #1977cc;
        right: 0;
        left: 0;
        bottom: 0;
        top: 100%;
        transition: all 0.3s;
        z-index: -1;
    }

    .service_cards .icon-box:hover::before {
        background: #1977cc;
        top: 0;
        border-radius: 0px;
    }

.service_cards .icon {
    margin-bottom: 15px;
}

    .service_cards .icon i {
        font-size: 48px;
        line-height: 1;
        color: #1977cc;
        transition: all 0.3s ease-in-out;
    }

.service_cards .title {
    font-weight: 700;
    font-size: 18px;
    color: #111;
}


.service_cards .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 15px
}

.service_cards .icon-box:hover .title, .service_cards .icon-box:hover .description {
    color: #fff;
}

.service_cards .icon-box:hover .icon i {
    color: #fff;
}

/*--------------------------------------------------------------
# Emergency
--------------------------------------------------------------*/
.emergency {
    background: #1977cc;
    color: #fff;
    background-size: cover;
    padding: 60px 0;
}

    .emergency h3 {
        font-size: 28px;
        font-weight: 700;
    }

    .emergency .emergency_btn {
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 35px;
        border-radius: 25px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        .emergency .emergency_btn:hover {
            background: #fff;
            color: #1977cc;
        }

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about_us .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about_us .content ul {
    list-style: none;
    padding: 0;
}

    .about_us .content ul li {
        padding-bottom: 10px;
    }

    .about_us .content ul i {
        font-size: 20px;
        padding-right: 4px;
        color: #1977cc;
    }

.about_us .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# All Services
--------------------------------------------------------------*/
.all_services .icon-box {
    margin-bottom: 20px;
    text-align: center;
}

.all_services .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s;
    color: #1977cc;
    overflow: hidden;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

    .all_services .icon i {
        font-size: 36px;
        line-height: 0;
    }

.all_services .icon-box:hover .icon {
    box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
}

.all_services .title {
    display: flex;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
    padding-bottom: 15px;
    color: #444444;
    transition: 0.3s;
}

    .all_services .title:hover {
        color: #1977cc;
    }

    .all_services .title::after {
        content: '';
        position: absolute;
        display: block;
        width: 50px;
        height: 2px;
        background: #1977cc;
        bottom: 0;
        left: calc(50% - 25px);
    }

.all_services .description {
    line-height: 24px;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.clinics .member {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.2);
}

    .clinics .member .member-img {
        position: relative;
        overflow: hidden;
    }

    .clinics .member .social {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 40px;
        opacity: 0;
        transition: ease-in-out 0.3s;
        background: rgba(255, 255, 255, 0.85);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .clinics .member .social span {
            transition: color 0.3s;
            color: #555555;
            margin: 0 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

            .clinics .member .social span i {
                line-height: 0;
            }

            .clinics .member .social span:hover {
                color: #1977cc;
            }

        .clinics .member .social i {
            font-size: 18px;
            margin: 0 2px;
        }

    .clinics .member .member-info {
        padding: 25px 15px;
    }

        .clinics .member .member-info h4 {
            font-weight: 700;
            margin-bottom: 5px;
            font-size: 18px;
            color: #555555;
        }

        .clinics .member .member-info span {
            display: block;
            font-size: 13px;
            font-weight: 400;
            color: #aaaaaa;
        }

        .clinics .member .member-info p {
            font-style: italic;
            font-size: 14px;
            line-height: 26px;
            color: #777777;
        }

    .clinics .member:hover .social {
        opacity: 1;
    }

/*--------------------------------------------------------------
# Promo
--------------------------------------------------------------*/
#date-countdown .countdown-block {
    color: rgba(255, 255, 255, 0.4);
}

#date-countdown .label {
    font-size: 40px;
    color: #fff;
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .index_calendar {
    width: 100%;
}

    .appointment .index_calendar .form-group {
        padding-bottom: 8px;
    }

    .appointment .index_calendar .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 14px;
    }

    .appointment .index_calendar .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .appointment .index_calendar .error-message br + br {
            margin-top: 25px;
        }

    .appointment .index_calendar .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .appointment .index_calendar .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .appointment .index_calendar .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .appointment .index_calendar input, .appointment .index_calendar textarea, .appointment .index_calendar select {
        border-radius: 0;
        box-shadow: none;
        font-size: 15px;
        /*padding: 10px !important;*/
    }

        .appointment .index_calendar input:focus, .appointment .index_calendar textarea:focus, .appointment .index_calendar select:focus {
            border-color: #1977cc;
        }

    .appointment .index_calendar input, .appointment .index_calendar select {
        height: 44px;
    }

    .appointment .index_calendar textarea {
        padding: 10px 12px;
        height: 145px
    }

    .appointment .index_calendar button[type="submit"] {
        background: #1977cc;
        border: 0;
        padding: 10px 35px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
    }

        .appointment .index_calendar button[type="submit"]:hover {
            background: #1c84e3;
        }

@media(max-width:900px) {
    .appointment .index_calendar .appointment_basic_info {
        flex-direction: column;
    }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    width: 100%;
    background: #fff;
}

@media(max-width:800px) {
    .contact .info {
        justify-content: start !important;
    }
}

.contact .info i {
    font-size: 20px;
    color: #1977cc;
    float: left;
    width: 44px;
    height: 44px;
    background: #d6e9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2c4964;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #4b7dab;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
    background: #1977cc;
    color: #fff;
}

/*--------------------------------------------------------------
# Login and Register
--------------------------------------------------------------*/
.wraper {
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.34);
}

.register_wraper, .login_section .login-wraper {
    width: 50%;
}

@media (max-width: 900px) {
    .register_wraper, .login_section .login-wraper {
        width: 100%;
    }
}

.register_wraper {
    background: #1977cc;
    color: #fff;
}

    .register_wraper .text h2 {
        font-weight: 900;
        color: #fff;
    }

.login-wraper {
    position: relative;
    background: #fff;
}

    .login-wraper h3 {
        font-weight: 300;
    }

.register-form .form-group, .login-form .form-group {
    position: relative;
}

.form-group .label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-weight: 700;
}

.form-group span {
    color: gray;
}

.form-control {
    height: 48px;
    background: rgba(0, 0, 0, 0.05);
    color: #000;
    font-size: 16px;
    border-radius: 0px 50px 50px 00px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form_btn {
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid #fff;
    color: #fff;
}

    .form_btn:hover {
        background: #fff;
        color: #1977cc;
    }

.arrow-back {
    margin-bottom: 20px;
}

.socials {
    position: relative;
    width: 100%;
}

    .socials .social-icon {
        display: block;
        width: 40px;
        height: 40px;
        background: transparent;
        border: 1px solid rgba(0, 0, 0, 0.15);
        font-size: 16px;
        margin-right: 5px;
        border-radius: 50%;
    }

        .socials .social-icon i {
            color: #555555;
        }

        .socials .social-icon:hover, .socials .social-icon:focus {
            background: #1977cc;
        }

            .socials .social-icon:hover i, .socials .social-icon:focus i {
                color: #fff;
            }

.register-btn {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}

    .register-btn:hover {
        background: #fff;
        color: #1977cc;
    }

