﻿/*==========================================================
TOP HEADER
==========================================================*/

.top-header {
    background: #0B2F63;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
}

.header-link {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    transition: .3s;
}

    .header-link:hover {
        color: #FFD54F;
    }

    .header-link i {
        margin-right: 6px;
    }

.follow-us {
    margin-right: 12px;
    font-weight: 600;
}

.social-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    margin-left: 6px;
    transition: .3s;
}

.facebook {
    background: #1877F2;
}

.instagram {
    background: #E4405F;
}

.social-icon:hover {
    transform: translateY(-3px);
    color: #fff;
}

/*==========================================================
NAVIGATION
==========================================================*/

.navbar {
    padding: 14px 0;
    transition: .3s;
}

.navbar-brand img {
    max-height: 65px;
}

.navbar-nav .nav-link {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin: 0 8px;
    transition: .3s;
}

    .navbar-nav .nav-link:hover {
        color: #0B2F63;
    }

.dropdown-menu {
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
}

.dropdown-item {
    padding: 10px 20px;
}

    .dropdown-item:hover {
        background: #0B2F63;
        color: #fff;
    }

.btn-primary {
    border-radius: 8px;
    padding: 10px 18px;
}

.btn-outline-success {
    border-radius: 8px;
    padding: 10px 18px;
}
.logo-img {
    height: 65px;
}

.logo-title {
    color: #0B2F63;
    font-weight: 700;
    margin: 0;
    font-size: 24px;
}

.logo-subtitle {
    color: #6c757d;
    font-size: 13px;
}

.floating-appointment {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 65px;
    height: 65px;
    background: #0B2F63;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 28px;
    box-shadow: 0 8px 25px rgba(0,0,0,.25);
    z-index: 9999;
    transition: .3s;
}

    .floating-appointment:hover {
        background: #1565C0;
        transform: translateY(-4px);
        color: #fff;
    }

/*=========================================
ACTION BUTTONS
=========================================*/

.btn-primary {
    background: #0B2F63;
    border-color: #0B2F63;
    border-radius: 8px;
    font-weight: 600;
    padding: 10px 20px;
}

    .btn-primary:hover {
        background: #084173;
        border-color: #084173;
    }

.btn-outline-success {
    border-radius: 8px;
    font-weight: 600;
    padding: 10px 20px;
}

.navbar {
    min-height: 90px;
}

.logo-title {
    font-size: 22px;
    font-weight: 700;
    color: #0B2F63;
    margin: 0;
    line-height: 1.1;
}

.logo-subtitle {
    font-size: 13px;
    color: #666;
}

.logo-img {
    height: 65px;
}
.navbar-nav .nav-link.active {
    color: #0B2F63;
    font-weight: 700;
    border-bottom: 3px solid #0B2F63;
}

/*==========================
TOP HEADER
==========================*/

.top-header {
    background: #0B2F63;
    color: #fff;
    font-size: 14px;
}

    .top-header a {
        color: #fff;
        text-decoration: none;
    }

    .top-header i {
        color: #FFD54F;
        margin-right: 6px;
    }

@media(max-width:768px) {

    .top-header {
        font-size: 13px;
        text-align: center;
        padding: 8px 0;
    }

        .top-header .working-hours {
            display: none;
        }

        .top-header .col-md-4 {
            margin-bottom: 5px;
        }
}