.main-top-navbar.second-navbar-main {
	position: unset ;
}
section.ourproduct-slider {
	padding-top: 60px;
	padding-bottom: 100px;
}
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;
}
.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;
}
.field-wrapper h4 i {
	margin-right: 10px;
	color: var(--first-color);
}
.field-wrapper h4 {
	font-family: "poppins";
	font-weight: 400;
	font-size: 14px;
	color: #5e5e5e;
}
.field-wrapper1 {
	float: left;
}
.field-wrapper1 h4 {
	font-family: "poppins";
	font-weight: 400;
	font-size: 17px;
	color: var(--first-color);
	text-align: start;
	margin-bottom: 10px;
}
.inputWithIcon input {
	width: 100%;
	border: 1px solid #7c7c7b;
	margin: 3px 0;
	outline: none;
	border-radius: 0;
	padding: 12px 0px;
	box-sizing: border-box;
	transition: 0.3s;
}
.inputWithIcon textarea#exampleFormControlTextarea1 {
	height: 110px;
	margin-top: 11px;
	resize: none;
	border: 1px solid #7c7c7b;
	border-radius: 10px;
	box-shadow: 2px 11px 12px 1px rgba(228, 237, 241, 1);
}
.inputWithIcon input::placeholder {
	font-family: "Space Mono", monospace;
    font-weight: 400;
    font-size: clamp(12px, 5vw, 14px);
	color: #a6a5b5;
}
.inputWithIcon input:focus {
	border-color: var(--first-color);
	box-shadow: 0 0 8px 0 var(--first-color);
}
.radio-btn {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 10px;
}
.inputWithIcon input {
	padding-left: 21px;
	margin-bottom: 19px;
}
.contect-us-address {
    background: #14252a;
    color: #fff;
    padding: 40px 40px;
    margin-right: 0px;
}
.shipping-heading-sammary h2 {
	color: #fff;
	font-size: 35px;
	margin-bottom: 30px;
}
.shipping-heading p {
    color: #fff;
    font-size: 13px;
    margin: 0;
    line-height: 1.3;
}
.contact-us-wrapper h4 {
	color: #fff;
	font-family: var(--bold-font-family);
	font-size: 29px;
}
.contact-us-wrapper p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
}
.contact-us-wrapper {
    border-top: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.shipping-heading h2 {
	color: #fff !important;
	font-family: var(--bold-font-family);
	font-size: 38px;
}
.shipping-heading {
	margin-bottom: 28px;
}
textarea#exampleFormControlTextarea1 {
    width: 100%;
    border: 1px solid #7c7c7b;
    margin: 2px 0;
    outline: none;
    border-radius: 0;
    padding: 12px 24px;
    box-sizing: border-box;
    transition: 0.3s;
    /* height: 52px; */
    box-shadow: 2px 11px 12px 1px rgba(228, 237, 241, 1);
    height: 160px;
    resize: none;
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-size: clamp(12px, 5vw, 14px);
	color: #a6a5b5;
}
textarea#exampleFormControlTextarea1:focus {
	border-color: var(--first-color);
	box-shadow: 0 0 8px 0 var(--first-color);
}
.btn-checkout-main {
	text-align: end;
}
.btn-checkout-main .btn {
	padding: 15px 40px;
	letter-spacing: 0;
	margin-top: 18px;
}
.inputWithIcon label {
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-size: clamp(12px, 5vw, 14px);
    color: #14252a;
    line-height: 1.2;
}
label.form-label {
	font-family: "Space Mono", monospace;
    font-weight: 400;
    font-size: clamp(12px, 5vw, 14px);
    color: #14252a;
    line-height: 1.2;
}
@media (max-width: 581px) {
	.hero-content h2 {
		font-size: 2.5rem;
	}
	.shipping-heading h2 {
		font-size: 25px;
	}
	.contact-us-wrapper p {
		color: #fff;
		padding-right: 0;
	}
	.contect-us-address {
		padding: 20px;
		margin-right: 12px;
	}
}
