@media (max-width: 1200px) {
    .cspt-header-style-1 .cspt-header-wrapper.cspt-sticky-on {
        position: static !important;
        width: auto !important;
    }
    .cspt-header-style-1 .cspt-header-wrapper>.container>.d-flex {
        position: relative;
    }
    .cspt-header-style-1 .cspt-header-search-btn {
        position: absolute;
        right: 60px;
    }
    .cspt-header-style-1 .site-title img.cspt-main-logo {
        max-height: 46px;
    }
}

@media (min-width: 1200px) {
    .cspt-header-style-1 .cspt-navbar div>ul>li>a {
        margin: 0 16px;
    }
}