.main-top-navbar {
	position: relative !important;
	width: 100%;
}
section.profile-sec {
	padding: 60px 0 60px 0;
}
.btn-apply-card-main a.btn {
	letter-spacing: 1px;
	padding: 10px 40px;
	font-size: 15px;
}
section.ourproduct-slider.royalty-card .shipping-heading h2 {
	margin-bottom: 40px;
	font-size: 45px;
}
section.ourproduct-slider.royalty-card .card-royalty-ctalog img.img-fluid {
	width: 100%;
	height: 540px;
	object-fit: fill;
}
.hero-content {
	translate: none !important;
	rotate: none !important;
	scale: none !important;
	transform: translate(0px, 80px) !important;
	opacity: 1 !important;
}
nav {
	opacity: 1 !important;
}
div#stick-navbar {
	opacity: 1 !important;
}
section.profile-sec .nav-tabs .nav-link.active {
	color: #14252a;
	transition: 1s all ease;
	background: #fff;
	width: 100%;
	text-align: start;
	font-family: var(--medium-font-family);
	font-style: italic;
	text-transform: uppercase;
	border-left: 1px solid #14252a;
	border-right: 1px solid #14252a;
}
.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;
	margin-bottom: 30px;
}
section.profile-sec .nav-tabs {
	/* border-bottom: 1px solid #fff; */
	position: relative;
	/* text-align: end; */
	width: 100%;
	display: flex;
	align-items: start;
	justify-content: start;
	width: 100% !important;
	flex-direction: column;
	padding-bottom: 0px;
}
.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;
}
.btn-checkout-main button.btn {
    width: 200px;
}
.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;
}
.inputWithIcon input::placeholder {
	font-size: 12px;
	color: #a6a5b5;
	font-family: "Poppins-Regular";
	font-weight: 400;
}
.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;
}
.btn {
	position: relative;
	padding: 15px 27px;
	background-color: #14252a;
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 4px;
	overflow: hidden;
	color: #fff;
	font-family: "Space Mono", monospace;
	font-weight: 400;
	border-radius: 0;
	margin-bottom: 10px;
}
.btn-checkout-main {
	display: flex;
	align-items: end;
	justify-content: end;
	flex-direction: column;
}
.shipping-heading h2 {
	font-family: var(--bold-font-family);
}
.hero-content p {
	padding: 0px 130px;
	text-align: center;
	line-height: 1.5;
}
.btn-apply-card-main {
	text-align: end;
}
.card-royalty p {
	margin-bottom: 10px;
	margin-top: 20px;
}
.new-summar h4 {
	color: #fff;
	font-size: 18px;
	font-family: var(--bold-font-family);
}
.new-summar {
	background: #14252a;
	position: absolute;
	bottom: 0;
	padding: 12px 30px;
}
.card-royalty-ctalog {
	position: relative;
}
section.ourproduct-slider.royalty-card {
    padding-bottom: 130px;
    padding-top: 40px;
}
/* reture pages */
.form-group-checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.form-group-checkbox label {
	position: relative;
	line-height: 1;
	cursor: pointer;
}

.form-group-checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #636060;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
		inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    /* background-image: linear-gradient( to bottom, #f8b329, #eca923, #e09f1e, #d59617, #c98c11); */
    margin-right: 5px;
    border-radius: 4px;
}
.form-group-checkbox input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 6px;
	width: 7px;
	height: 12px;
	border: solid #f35f63;
	border-width: 0px 2px 2px 0px;
	transform: rotate(45deg);
}
.form-group-checkbox label span {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    margin-left: 5px;
    font-family: "Space Mono", monospace;
}
.checkbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #b7b7b7;
	padding-top: 50px;
	margin: 50px 0px 80px 0px;
}
.form-group-checkbox {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #14252a;
}
.return-policy {
	background: #14252a;
	padding: 20px 0px;
}
.return-policy p {
	color: #fff;
}
.job-btn-wrapper {
	padding: 0 30px;
}
.line-wrapper-careers {
	padding: 10px 30px 0 30px;
}
.return-heading-policy h2 {
	color: #fff;
	font-family: var(--bold-font-family);
	margin: 20px 0px;
}
.inputWithIcon label {
	font-family: "Space Mono", monospace;
	font-weight: 400;
	color: #14252a;
	font-size: 16px;
}
/* textile pages */
textarea#exampleFormControlTextarea1 {
	width: 100%;
	border: 1px solid #7c7c7b;
	margin: 3px 0;
	outline: none;
	border-radius: 0;
	padding: 12px 10px;
	box-sizing: border-box;
	transition: 0.3s;
	height: 130px;
	resize: none;
}
/**
 * FilePond Custom Styles
 */
.file-drop {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	/* height: 100%; */
	min-height: 166px;
	border: 1px dashed #808080;
	background-color: transparent;
	transition: background-color 160ms ease;
	margin-top: 10px;
	padding: 20px;
}
label.gray-dark.mb-1 {
	font-family: "Space Mono", monospace;
	font-weight: 400;
	color: #14252a;
	font-size: 16px;
}
.file-drop img {
	width: 20%;
	height: 95px;
	object-fit: scale-down;
}
button.underline.font-medium.text-blue-600 {
	margin: 0;
}
.royalty-type-content h6 {
    color: #ffffffb3;
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    text-transform: capitalize;
}
.royalty-type-content h5 {
    color: #fff;
    font-size: 15px;
    margin: 0;
    font-style: normal;
    font-family: "Space Mono", monospace;
    font-weight: bold;
}
.return-policy.wrapper-policy {
	padding: 30px 40px 80px 40px;
}
.royalty-type-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
}
.royalty-type-wrapper img {
	width: 30px;
	height: 30px;
	object-fit: fill;
}
.return-policy ul li {
	margin: 20px 0;
	border-top: 1px solid #899294;
	padding: 20px 34px;
	padding-bottom: 0;
}
.return-policy ul li:last-child {
	margin: 20px 0;
	border-bottom: 1px solid #899294;
	padding: 20px 40px;
	padding-bottom: 20px 0;
}
.textile-list-content {
	display: flex;
	align-items: baseline;
	gap: 10px;
}
.textile-list-content i {
	padding-top: 0px;
	font-size: 19px;
}
.return-heading-policy.job-heading h2 {
	font-size: 25px;
}
.job-btn-apply a.btn {
	width: 100%;
	padding: 12px 10px;
	letter-spacing: 0px;
	background: #fff;
	color: #14252a;
}
section.ourproduct-slider.royalty-textile-design {
    padding: 30px 0 120px 0;
}
@media (max-width: 1367px) {
	.return-heading-policy.job-heading h2 {
		font-size: 22px;
	}
}
@media (max-width: 1280px) {
	.hero-content h2 {
		font-size: 2.5rem;
	}
}
@media (max-width: 581px) {
	.hero-content p {
		line-height: 1.5;
	}
	.hero-content p {
		padding: 0px 30px;
		text-align: center;
		line-height: 1.5;
	}
	section.ourproduct-slider.royalty-card .shipping-heading h2 {
		margin-bottom: 10px;
		font-size: 25px !important;
	}
	.hero-content h2 {
		font-size: 1.8rem;
	}
	.list-careers {
		display: flex;
		align-items: start;
		gap: 0px;
		flex-direction: column;
	}
	.return-heading-policy.job-heading h2 {
		font-size: 28px;
	}
	.list-careers ul {
		width: 100%;
	}
	label.gray-dark.mb-1 {
		text-align: center;
		margin-top: 10px;
	}
}
