/* ////////////// this is for header /////////////////// */
.container.forlogoslogin {
    max-width: 90%;
}
.container.forHeader {
    max-width: 90%;
    height: 100%;
}
.container.forHeader >.row{
    height: 100%;
    display: flex;
    align-items: center;
}
.top-header {
    height: 9vh;
}
.top-header .container,.top-header .container .row{
	height: 100%;
}
.mian-menu-area {
    height: 6vh;
}
.header-block{
	display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}
.mainLogo img{
	width: 40px;
	height: auto;        /* Keep correct aspect ratio */
/* 	  max-width: 100%;     Prevent overflow */
	  display: block;      /* Removes inline spacing issue */
	  object-fit: contain; /* Ensures no distortion on iOS */
}
.CM_image img{
	width: 60px !important; 
	height: fit-content;
	border-radius: 100%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    height: auto;        /* Keep correct aspect ratio */
/* 	  max-width: 100%;     Prevent overflow */
	  display: block;      /* Removes inline spacing issue */
	  object-fit: contain; /* Ensures no distortion on iOS */
}
.CM_image {
    margin-right: 50px;
}
.Cm_login{
	display: flex;
	align-items: center;
    height: 100%;
}
.loginSelect.login-herd.newstyle{
	margin-top:unset;
}
.mainLogo {
    display: flex;
    align-items: center;
}
.companyName {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}
.companyName span:nth-child(1) {
    font-size: 20px;
    font-weight: 800;
}

.companyName span:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
}

.loginSelect.login-herd.newstyle button {
	background-color: #19559f;
    color: white;
    border: none;
    padding: 5px 18px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
    height: fit-content;
    font-size: 12px;
    white-space: nowrap;
}

.loginSelect.login-herd.newstyle button i {
    margin-right: 8px;
    font-weight: unset;
}

.mian-menu-area.sticky {
    top: unset;
}
.sub-menu li{
	background-color: var(--Headers-hover-background-color);
	color: white !important;
}
.sub-menu li a{
	color: white !important;
	border-bottom: unset !important;
}

.main-menu>ul>li.has-child>ul.sub-menu {
    border-top: unset;
}
.main-menu .top-menu li a {
    padding: 7px 4px;
    text-decoration: none !important;
}
.main-menu .top-menu li a i{
    margin-left: 5px;
}
