@charset "utf-8";
/* CSS Document */




@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 992px) and (max-width: 1199px)  {
} 
@media screen and (min-width: 768px) and (max-width: 991px)  {
}
@media only screen and (max-width : 576px) {
    .top_social_media {
        display: none;
    }
    
	.middlelogo img {
		max-width: 70px;
		width: 70px;
		height: 70px;
	}
	.logo_text h1 {
		color: var(--color1);
		font-size: 16px;
	}
    .desktop-login{
        display: none !important;
    }
    .mobile-login{
        display: block !important;
    }
}




