.header_top {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-top: 15px;
}

.banner_information {
    text-align: center;
    line-height: 100%;
    letter-spacing: 1%;
    font-weight: 700;
    font-size: 14px;
    display: block;
}

.banner_information p {
    margin: 0 !important
}

header .bottom_section {
    z-index: 99;
    position: relative;
}


.discount-code{
    cursor: pointer;
}
.banner_information strong {
margin-top: 5px !important;
display: inline-block;
}
@media(min-width:767px) {
    .banner_information strong {
        border: 1.5px dashed #EC2227;
        padding: 4px 24px;
        border-radius: 4px;
        margin-left: 14px !important;
        margin-top: 0 !important;
    }
}