﻿.flex-phone {
    display: flex;
    flex: revert;
}
.footer-text {
    font-weight: normal;
    font-size: 1.2rem;
    text-decoration: none !important;
}
    .footer-text span, .footer-text h5, .footer-text, .centralOffice a {
        color: #262626;
    }
.bg-buttery-white {
    background-color: #FFFCF7 !important;
}
.h4-footer {
    margin: 0px
}
.socials-footer {
    text-align: center;
}
    .socials-footer a {
        margin-left: 1%
    }
.footer-top_area {
    padding: 40px 3% 5px 3%;
}
.bug {
    margin: 20px auto;
    justify-content:center;
    display: flex;
    gap: 40px;
}

.bugTag {
    color: #5E673C !important;
    border-bottom: 1px solid #5E673C;
    padding-bottom: 8px
}
@media(max-width: 770px) {
    .col-responsive {
        display: block !important;
        text-align: center;
        /*margin-bottom: 4%*/
    }
}
@media(max-width: 770px) {
    .flex-phone {
        display: block !important;
        text-align: center;
    }
}
@media(max-width: 770px) {
    .none-mobile-size {
        display: none;
    }
}
@media(max-width: 770px) {
    .footer-text {
        margin-bottom: 2%;
        line-height: 1.5;
    }
}
.colresponsive {
    display: flex;
    justify-content: center
}
@media(max-width: 768px) {
    .footerTextRes {
        display: block
    }
}
@media(max-width: 500px) {
    .pipe {
        display: none
    }
}
@media(max-width: 385px) {
    .centralOffice {
        display: block
    }
}
@media(min-width: 1000px) {
    .dFlexDir {
        /*display: flex*/
    }
}
.footer-textEmail {
    display: inline-block
}
@media(max-width: 358px) {
    .pipeEmail {
        display: none
    }
}
.pHr {
    border: 1px solid #606060;
    margin: 2% auto;
    opacity: 0.6;
}
.col-line-height {
    line-height: 3
}
.footerPhone {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
    .footerPhone a {
    }
    .footerPhone li:not(:last-child):after {
        content: ' | ';
        font-weight: bold;
        margin-right: 5px;
        margin-left: 5px;
    }
.footerMail:not(:last-child):after {
    content: ' | ';
    font-weight: bold;
    margin-right: 5px;
    margin-left: 5px;
}
.linkUrl {
    cursor: pointer;
    color: #262626 !important;
    font-weight: normal;
}