#header {
    position: relative;
    padding: 10px 0;
    background: var(--secondary);
}

.top-address p {
    margin-bottom: 0;
    gap: 15px;
}

.top-address p a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.top-address p a,
.top-right-menu .social-icons li a,
.top-address p span {
    font-size: 15px;
    font-weight: 500;
    color: var(--white);
}

.top-address p a:hover,
.top-right-menu .social-icons li a:hover{
    color: var(--primary);
}

.top-address p span i,
.top-address p a i {
    font-size: 13px;
    margin-right: 5px;
}

.top-right-menu .social-icons {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 12px;
}

.top-right-menu .social-icons li {
    position: relative;
    list-style: none;
}

.top-right-menu .social-icons li a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 15px;
}

/* header */
@media (max-width: 992px) {}