 .bread-crumb-with-bg {
    padding-top: 60px;
    padding-bottom: 3px;
    background-color: #005EB8;
    background-blend-mode: hard-light;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
}
.breadcrumb.list-unstyled li{
    color:white;
}
.contact-block {
    margin-right: auto;
    margin-left: auto;
    margin-top: 34px;
    margin-bottom: 34px;
    max-width: 1132px;
    width: 100%;
    border-radius: 4px;
    position: relative;
    padding: 34px 42px 41px;
}
.contact-block-left {
    width: 52%;
    padding-right: 20px;
}
.contact-block-right {
    max-width: 209px;
    padding-left: 20px;
    margin-left: auto;
    padding-top: 7px;
    width: 100%;
}
.popper-button{
    background-color: #F78F13;
    border: 1px solid #F78F13;
}
.contact-block h2 {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-block-right .btn {
    max-width: 100%;
    font-size: 15px;
    padding: 5px 10px;
        width: 100%;
}
.contact-block-right .btn.btn-border {
    margin-top: 18px;
}
.contact-block .contact-block-left p {
    margin-bottom: 0;
    color: #FFFFFF;
    font-size: 15px;
}
@media (max-width: 1900px) {
    .contact-callout-block #popper-popup {
        right: 270px;
        top: 65%;
        transform: translateY(-50%);
    }
}
#popper-popup {
    font-weight: bold;
    padding: 0px;
    font-size: 13px;
    border-radius: 4px;
    display: none;
    width: 100%;
    max-width: 341px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #BABABA;
    background: #ffffff;
    top: -50%;
    right: -336px;
    position: absolute;
    margin-top: -30px;
}
.list-distributor .box h3 {
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    display: block;
    width: 100%;
    margin-bottom: 12px;
}
.list-distributor .box p {
    margin-top: 0;
 
    font-size: 15px;
}