/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 14 2025 | 02:04:40 */
/* توحيد زر "Request a Demo" بسطر واحد */
/* .header__bottom-right .theme-btn {
  white-space: nowrap !important;
  padding: 10px 20px !important;
} */

.container_tr{
	padding-left: 5% !important ;
	padding-right: 5% !important ;
}

.header_tr{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
	
}

.header_tr .logo{
	margin-right: 2rem;
}

.header_tr .header-action-btn.d-none.d-xl-block{
	margin-left: 2rem;
}

@media screen and (min-width: 480px) {
	.header_tr .header__bottom-right .header__hamburger{
		display: none !important;
	}
	
	.header__hamburger.ml-50.d-xl-none{
		display: none !important;
	}
}

