@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	font-family: "Inter", sans-serif;
	overflow-x: hidden !important;
	color: #0E0F19;
}
ul {
	padding: 0;
	margin: 0;
}
ul>li {
	list-style: none;
	margin: 8px 0;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	line-height: 1.6;
	font-family: "Inter", sans-serif;
}

@media screen and (min-width:768px) {
	h1 {
		line-height: 1.2;
		margin-bottom: 1rem
	}
}

h2 {
	font-size: 1.75rem;
	line-height: 1.3
}

h3 {
	font-size: 1.5rem;
	line-height: 1.3
}

h4 {
	font-size: 1.25rem;
	line-height: 1.3
}

h5 {
	font-size: 1rem;
	font-weight: 400
}

h6 {
	font-size: .87rem;
	font-weight: 400;
	line-height: 1.5
}

p {
	font-size: 1rem;
	line-height: 1.6
}

.text-muted {
	color: #495057 !important
}

.space {
	letter-spacing: .5px
}

a {
	color: #0E0F19;
	transition: color .3s ease-in-out;
    text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

.justify-vertical {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}

.HeadLogo {
	text-align: center;
	padding: 80px;
}

.expireContent {
	padding: 0 0 60px;
}
.headingTItle {
	font-size: 50px;
	font-weight: 700;
	color: #0E0F19;
	line-height: 60px;
	margin-bottom: 70px;
}
.paraContent {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
}
.paraContent a {
	text-decoration: underline !important;
	color: #0E0F19;
}
.paraContent a:hover, .paraContent a:focus {
	text-decoration: underline;
	color: #0E0F19;
}

.todoSeciton {
	padding: 50px;
	background-color: #ECF3FE;
	border-radius: 8px;
	margin-top: 50px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}
.todoSeciton p a {
	text-decoration: underline;
	color: #0E0F19;
	font-weight: 700;
}
.todoSeciton p:last-child {
	margin-bottom: 0;
}
.todoHead {
	font-size: 36px;
	margin-bottom: 15px;
	font-weight: 700;
}
.errorFeaturesLists {
	margin-top: 30px;
}
.eflInner {
	padding: 20px 30px;
	background-color: #ECF3FE;
	border-radius: 8px;
	text-transform: uppercase;
	color: #F36F56;
	font-size: 22px;
}


@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .headingTItle {
		font-size: 44px;
		line-height: 54px;
		margin-bottom: 50px;
	}
	.todoHead {
		font-size: 30px;
	}
	.eflInner {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
    .headingTItle {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 40px;
	}
	.todoHead {
		font-size: 28px;
	}
	.eflInner {
		font-size: 16px;
		padding: 10px 15px;
	}
	.paraContent {
		font-size: 16px;
		line-height: 26px;
	}
}
@media (max-width: 520px) {
	.HeadLogo {
		padding: 40px 0;
	}
	.headingTItle {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 20px;
	}
	.headingTItle br {
		display: none;
	}
	.todoSeciton {
		padding: 20px;
	}
	.todoHead {
		font-size: 24px;
	}
	.eflInner {
		font-size: 16px;
		padding: 10px 15px;
	}
	.paraContent {
		font-size: 16px;
		line-height: 26px;
	}
	.errorFeaturesLists .col{
		width: 100%;
		flex: 0 0 100%;
	}
}