

/* Extra Small Device */
@media (max-width: 767px) {
.top_right{margin-top: 5px;}
.footer_widget{margin-bottom: 35px;}

}


/* Small Device */
@media (min-width: 768px) {
    header{
        border-bottom: 1px solid;    border-color: var(--bpc);
        padding-bottom: 5px;
    }

}

/* Medium   Device */
@media (min-width: 992px) {
    header{
        border-bottom: none;
        padding-bottom: 0;
    }

}


/* Large Device */
@media (min-width: 1200px) {


}
