
@media (min-width: 992px) {
	.position-relative-desktop {
		position: relative;
	}
	.enerbox-logo {
		position: absolute;
		left: 15px;
		top: 0px;
		height: 100%;
		justify-content: center;
		align-items: center;
	}
	.enerbox-logo-inner {
		margin: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}
}

@media (max-width: 992px) {
	.mmm{
		height: 22px;
		bottom: 15px;
		position: absolute;
		right: 200px;
	}
		.enerbox-logo {
	}
	.img-logo {
		max-width:120px;
	}
    .hestashot {
        top: 41%;
        left: 41%;
    }
    .fix-margin-rand02 .pr-2,
    .fix-margin-rand02 .first-div {
        /* padding: 0px 15px !important; */
        margin-bottom: 20px !important;
        padding-right: 0px !important;
    }
    .text-right-mobile {
        text-align: right !important;
    }
    .justify-content-start-mobile {
        justify-content: flex-start !important;
    }
    .home-title {
        display: none;
    }
    .align-items-start-mobile {
        align-items: flex-start !important;
    }
	.center-mobile li{
		text-align:center;
	}
	.w-100-mobile {
		width:100%;
	}
}
@media (max-width: 340px) {
	.mmm{
		right: 165px;
	}
}
@media (max-width: 280px) {
	.mmm{
		right: 140px;
	}
}