@media only screen and (max-width: 767px) {

.designer_logo {
justify-content: center !important;
}

.logo_daily {
top: 100%;
}

.nav_pills_daily {
    width: 100%;
    margin-bottom: 1rem;
  }

}

@media only screen and (min-width: 359px) and (max-width: 1080px) {

.footer_style .f_menu a {
padding: 4px;
}

.second_menu{
display: none !important;
}

.__padding_top{
padding-top:5rem;
}

}


@media only screen and (min-width: 810px) and (max-width: 1080px) {


}


@media only screen and (min-width: 576px) and (max-width: 767px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer_style .f_menu a {
padding: 4px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {



}

@media only screen and (min-width: 768px) and (max-width: 1280px) {

.logo_daily {
top: 100%;
}

}
