.green-header .site_info_section {
    background: rgb(0 65 76);
    padding: 5px 0 10px;
}
.green-header .chip_logo img.img-fluid{
    display: block;
}

.green-header .site_info_section .call-us .variation-text, .green-header .site_info_section .variation-call, .green-header .site_info_section .variation-call a.btn-primary, .lang a {
    color: #fff !important;
}

.green-header .site_info_section .sticky_mobile_topbar .call-us {
    border-color: rgba(0, 0, 0, 0.15) !important;
    background: url(../images/white_phone.png) no-repeat 0 center / 36px auto !important;
}
.green-header .banner_image img {
    width: calc(100% - 15%);
}

@media (max-width: 767.98px) {
    .green-header .site_info_section .variation-call a.btn-primary{
        color: #00414C !important;
    }
}