/* =======================================================================
Template Name: Dil Hospital
Author:  SmartEye Adminpanel
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for web template
======================================================================= */
/* Top Header CSS */
.top-header {
    background-color: #333;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}

.top-header .contact-info {
    display: flex;
    align-items: center;
    color: #ddd;
}

.top-header .contact-info i {
    margin-right: 5px;
}

.top-header .user-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-header .user-actions p,
.top-header .user-actions a {
    color: #ddd;
    margin-right: 15px;
    text-decoration: none;
}

.top-header .user-actions a:hover {
    color: #fff;
}

.social-icons {
    display: inline-block;
}

.social-icons a {
    color: #ddd;
    margin-left: 5px;
    font-size: 16px;
    text-decoration: none;
}
.social-icons a:first-child {
    margin-left: 0; /* Remove margin for the first icon */
}
.social-icons a:hover {
    color: #007bff;
}

@media (max-width: 768px) {
    .top-header .contact-info,
    .top-header .user-actions {
        text-align: center;
        justify-content: center;
    }
    .user-actions p {
        margin: 5px 0;
    }
}
