.main-top-navbar.second-navbar-main {
	position: unset ;
}
nav {
    opacity: 1 ! important;
}
.hero-content {
    translate: none !important;
    rotate: none !important;
    scale: none !important;
    transform: translate(0px, 80px) !important;
    opacity: 1  !important;
}
div#stick-navbar {
    opacity: 1 ! important;
}
section.ourproduct-slider {
	padding-top: 60px;
	padding-bottom: 100px;
}
.hero-content {
	top: -80px;
	left: 0;
	transform: translate(0%, 80%);
	width: 100% !important;
	color: #fff;
	z-index: -1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.about-img-para p {
	margin: 0;
}
.about-content h2 {
    margin: 0;
    font-size: 60px;
}
.about-content p {
	margin-bottom: 30px;
}
.about-img-para img {
	margin-bottom: 20px;
}
.statement-img-para h4 {
    font-family: var(--bold-font-family);
    font-size: 42px;
}
section.ourproduct-slider.checkout .about-content h3 {
    font-size: 60px;
    line-height: 45px;
}
@media (max-width: 913px) {
	.about-content h2 {
		font-size: 44px;
	}
	section.ourproduct-slider.checkout .about-content h3 {
		font-size: 45px;
	}
	.about-content img.img-fluid {
		margin-bottom: 30px;
	}
}
@media (max-width: 581px) {
	.about-content h2 {
		font-size: 44px;
	}
	section.ourproduct-slider.checkout .about-content h3 {
		font-size: 45px;
	}
	.about-content img.img-fluid {
		margin-bottom: 30px;
	}
}
@media (max-width: 320px) {
	.about-content h2 {
		font-size: 34px;
	}
	section.ourproduct-slider.checkout .about-content h3 {
		font-size: 38px;
	}

}
