#home-contact > div > div > div > div > div > div:nth-child(2) > div > div:nth-child(6), #home-contact > div > div > div > div > div > div:nth-child(2) > div > div:nth-child(7) {
    display: none;
}

.flex-container {
    display:flex;
    justify-content:space-evenly;
    flex-wrap:wrap;
}
.logo__link {
    align-items: center !important;
}

.logo__title {
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 100;
    font-size: 40px;
    color:#5ce0e6;
}
.logo__description {
    font-family: 'Dancing Script', cursive;
    font-size: 30px;
    color:#d6bea6;
}
.covid19-banner {
    background: rgba(4, 47, 86, 0.4) !important; 
        text-align: center;
}

 
.contact-box {
    padding:10px;
    width:45%;
    border: 4px double #fff;
    background: #278ff5;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 30%);
}

.holder__locations {
    display: flex;
}
.header_text {
    padding: 2px 10px;
}
.wrap__componentsHeader {
    max-width: 1540px;
}
.header_text p {
    margin: 0;
}

.home-layout .wrap__logo-holder {
    top: 50px;
}
.mm-slideout {
    padding-top: 0 !important;
}

@media (max-width:767px) {
    .contact-box {
        width:100%;
    }
    
    .wrap__navigationHeader, .wrap__componentsHeader--inner {
    width: auto;
}

}

.contact-button {
    background-color: #ffffff !important;
    color: #278ff5 !important;
    text-overflow: ellipsis !important;
    position: relative !important;
    border: 1px solid rgba(105, 105, 105, 0.4) !important;
    border-radius: 1px !important;
}
.contact-button:hover {
    background-color:#278ff5 !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

.wrap__socialmediaHeader--inner {
    display: none;
}
.bx-controls.bx-has-pager.bx-has-controls-direction {
    display: none;
}

@media only screen and (max-width: 520px) {
 .holder__locations {
    display: block;
}   
.wrap__componentsHeader--inner {
    width: 65%;
}

img.logo__image {
    max-height: initial !important;
    height: auto !important;
    width: 120px !important;
}
.home-layout .wrap__logo-holder {
    top: 100px;
}
}