﻿.contactUs-banner {
    background-color: #0096D6;
    padding: 10px 0;
}

.contactUs-banner  .container {
    max-width: 1280px;
    margin: 0 auto;
}

.contactUs-banner .content {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 999px) {
    .contactUs-banner .content {
        flex-direction: column;
        align-items: center;
    } 
}

.contactUs-banner .content .contact-hp {
    border: 1px solid #FFF;
    border-radius: 4px;
    background: none;
    color: #FFF;
    padding: 14px 49px;
    font-size: 18px;
    text-decoration: none;
    font-family: HPSimplifiedLight, Arial;
    display: inline-block;
}

.contactUs-banner .content .contact-hp:hover {
    color: #0096D6;
    background-color: #FFF; 
}

.contactUs-banner .social-networks{
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 999px) {
    .contactUs-banner .social-networks {
       margin-top: 30px;
    }
}

.contactUs-banner .social-networks li,
.contactUs-banner .social-networks a {
    display: inline-block;
}

.contactUs-banner .social-networks li {
    margin-right: 20px;
}

.contactUs-banner .social-networks li:last-child {
    margin-right: 0px;
}

.contactUs-banner .social-networks a {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactUs-banner .social-networks a:hover {
    opacity: 0.8;
}

.contactUs-banner .social-networks a svg {
    width: 55%;
}

@media screen and (max-width: 999px) {
    . {
        display: none;
    }
}


/*.contactUs-banner ul {
    display: inline-block;
    padding: 0;
    text-align: left;
    white-space: nowrap;
}

.contactUs-banner ul li {
    display: inline;
    margin-left: 15px;
    margin-right: 0;
    height: 50px;
    width: 50px;
    list-style: none;
}

.contactUs-banner ul li a {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    color: #0096D6;
    font-size: 0;
}*/