@media (min-width: 1201px) {
	.site-header.pbmit-fixed-header .pbmit-sticky-header {
        z-index: 999;
        opacity: 1;
        visibility: visible;
        -ms-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -op-animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -ms-animation-duration: .3s;
        -moz-animation-duration: .3s;
        -op-animation-duration: .3s;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -ms-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -op-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -ms-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -op-animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }
    .site-header .pbmit-sticky-header {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        left: 0;
        top: 0;
        box-shadow: 0 2px 5px rgb(0 0 0 / 8%);
        width: 100%;
        z-index: 0;
        transition: all .2s ease;
        -moz-transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
    }
    .site-header.pbmit-fixed-header .pbmit-sticky-header .site-branding img.logo-img {
        display: none;
    }
    .site-header.pbmit-fixed-header .pbmit-sticky-header .site-branding img.logo-img.sticky-img {
        display: inline-block;
    }
    .site-header.pbmit-fixed-header .site-navigation ul.navigation > li > a {
        color: var(--pbmit-blackish-color);
    }
    .site-header.pbmit-fixed-header .site-navigation ul.navigation > li > a:hover {
        color: var(--pbmit-global-color);
    }
    .site-header.pbmit-fixed-header .main-menu ul > li.dropdown > a:after {
        color: var(--pbmit-blackish-color);
    }
    .site-header.pbmit-fixed-header .main-menu ul > li.dropdown > a:hover:after {
        color: var(--pbmit-global-color);
        font-size: 12px;
    }
    .site-header.pbmit-fixed-header .pbmit-header-search-btn a {
        color: var(--pbmit-global-color);
    }
}
.site-header .pbmit-sticky-header.pbmit-sticky-bg-color-white {
    background-color: var(--pbmit-white-color);
}

.site-branding img.logo-img {
    display: inline-block;
}
.site-branding img.logo-img.sticky-img {
    display: none;
}


@media screen and (max-width:1200px) {
    .site-header .pbmit-sticky-header.pbmit-sticky-bg-color-white {
        display: none;
    }
}