/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@media (max-width: 400px) {
	.atmc-header_logo1 {
    align-items: center;
    transform: scale(0.8);
	}
  
  @media (min-width: 400px) {
	.atmc-header_logo1 {
    align-items: center;
    transform: scale(1);
	}
     
.atmc-header {
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%;
	z-index: 20;
	border-bottom: none;!important
	transition: all ease-in-out 400ms;
}
  
  .atmc-header_language-switcher {
	display: flex;
	align-items: center;
	padding: 2rem;
	border-left: none;!important
	height: 100%;
	color: inherit;
}
  
  .atmc-header-01_search_trigger {
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 2rem;
	border-right: none;
	border-left: none;
	height: 100%;
	transition: 0.3s ease;
    }
@media (max-width: 991px) {
	.atmc-header_logo1 {
		margin-left: 20px;
    margin-right: 0px;
	}
}