/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2026 | 03:41:58 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

		@media (max-width: 1475px) {
			.header-btn {
				display: none;
			}
		}

		.temprory_li {
			display: none;
		}

		@media (max-width: 1474px) and (min-width: 1201px) {
			.temprory_li {
				display: block;
			}
		}
		@media (max-width: 1280px) and (min-width: 1201px) {
        .main-menu ul li:not(:last-child) {
            margin-right: 17px !important;
        }
    }