:root {
	--green: #D2EF9A;
	--black: #1F1F1F;
	--secondary2: #A0A0A0;
	--white: #ffffff;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

@media (min-width: 768px){
	.md\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}

.container {
	max-width: 1322px !important;
	width: 100%;
	padding-right: 16px;
	padding-left: 16px;
	margin: 0 auto;
}

.container {
	width: 100%;
}

@media (min-width: 640px){
	.container {
		max-width: 640px;
	}
}

@media (min-width: 768px){
	.container {
		max-width: 768px;
	}
}

@media (min-width: 1024px){
	.container {
		max-width: 1024px;
	}
}

@media (min-width: 1280px){
	.container {
		max-width: 1280px;
	}
}

@media (min-width: 1536px){
	.container {
		max-width: 1536px;
	}
}

.flex {
	display: flex;
}

.gap-y-8 {
	row-gap: 2rem;
}

.w-full {
	width: 100%;
}

.border-line {
	border-right: 1px solid #e9e9e9;
}

@media (min-width: 768px){
	.md\:w-1\/2 {
		width: 50%;
	}

	.md\:border-r {
		border-right-width: 1px;
	}

	.md\:pr-\[40px\] {
		padding-right: 40px;
	}
}

@media (min-width: 1024px){
	.lg\:pr-\[60px\] {
		padding-right: 60px;
	}
}

.items-center {
	align-items: center;
}

@media (min-width: 768px){
	.md\:pl-\[40px\] {
		padding-left: 40px;
	}
}

@media (min-width: 1024px){
	.lg\:pl-\[60px\] {
		padding-left: 60px;
	}
}

.heading4 {
	font-size: 30px;
	line-height: 42px;
	font-weight: 600;
	text-transform: capitalize;
}

.mt-4 {
	margin-top: 1rem;
}

@media (min-width: 768px){
	.md\:mt-7 {
		margin-top: 1.75rem;
	}
}

input {
	outline: none;
	border: 1px solid transparent;
	transition: border-color ease 0.3s;
}

input {
	font-family: inherit;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

.mt-5 {
	margin-top: 1.25rem !important;
}

.justify-between {
	justify-content: space-between;
}

.mt-2 {
	margin-top: 0.5rem;
}

.text-secondary {
	--tw-text-opacity: 1;
	color: rgb(105 108 112 / var(--tw-text-opacity));
}

.rounded-lg {
	border-radius: 0.5rem;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.pb-3 {
	padding-bottom: 0.75rem;
}

.pt-3 {
	padding-top: 0.75rem;
}

input:focus {
	border-color: var(--black);
}

a {
	color: inherit;
	text-decoration: inherit;
}

.font-semibold {
	font-weight: 600;
}

.hover\:underline:hover {
	text-decoration-line: underline;
}

button {
	font-family: inherit;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

button {
	text-transform: none;
}

button {
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none;
}

button {
	cursor: pointer;
}

.button-main {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--white);
	background-color: var(--black);
	padding: 16px 40px;
	border-radius: 12px;
	display: inline-block;
	cursor: pointer;
	transition: all ease 0.4s;
}

.button-main:hover {
	background-color: var(--green);
	color: var(--black);
}

.block-input {
	width: 18px;
	height: 18px;
	border: 1px solid var(--secondary2);
	border-radius: 4px;
	position: relative;
}

.cursor-pointer {
	cursor: pointer;
}

.pl-2 {
	padding-left: 0.5rem;
}

.block-input input  {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	cursor: pointer;
}

[class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.ph-fill {
	font-family: "Phosphor-Fill" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.block-input .icon-checkbox  {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 24px;
	height: 24px;
	opacity: 0;
}

.block-input input:checked + .icon-checkbox  {
	opacity: 1;
}

.ph-fill.ph-check-square:before {
	content: "\ea34";
}