/*
Template Name: Banizzo - Digital Agency HTML5 Template
Theme URI: https://codexup.com/
Author: CodeXup
Author URI: https://codexup.com/preview/banizzo/
Description: 
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0.0
*/
@media (min-width: 1280px){
    .header__others .menu-icon {
        border: none;
        font-size: 18px;
        color: var(--white);
        background: transparent;
        display: none;
    }
}
@media (max-width: 767px){
    .header__logo-2 img{
        width: 64%!important;
    }
    .contact__item {
    display: flex;
    }
.contact__item .title {
    margin-left: 14px;
    margin-top: 7px;
    }
    .contact__item ul li {
    margin-left: 2px;
    margin-top: 9px;
}
}
@media only screen and (min-width: 768px) and (max-width: 912px) {
        .header__logo-2 img{
        width: 80%!important;
    }
    .contact__item ul li a {
    font-size: 14px;
}
}