body {
	font-family: 'Inter', sans-serif;
}

html,
body {
	block-size: 100%;
}

html {
	scroll-snap-type: y mandatory;
}

.mr-10 {
	margin-right: 10px
}

.ml-0 {
	margin-left: 0 !important
}

.mr-15 {
	margin-right: 15px !important
}

.header {
	z-index: 9999
}

.director-section .row {
	position: relative
}

.white-box {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.head-1 {
	color: #212121;
}

.director-section.section-light-gray:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	background-color: #F3F3F3;
	border-radius: 50%;
	transform: scaleX(2);
	height: 100%;
}

.director-section.section-light-gray {
	position: relative;
	overflow: hidden;
}

.section-light-gray {
	background: #f3f3f3;
}

.director-section.section-light-gray.last:after {
	border-radius: 50% 50% 0 0;
}

.head-1 {
	font-size: 35px;
	font-weight: 600;
}

.banner-section .bannerTxt p {
	color: #fff;
}

.bg-blue {
	background-image: linear-gradient(to top, #f5fbfc, #f0f7f8, #ebf3f4, #e7eff0, #e2ebec);
}

.banner-section .head-1 {
	font-size: 58px;
	color: #fff;
}

.notes {
	color: #888686;
	font-size: 13px !important;
	margin-top: 5px;
	margin-bottom: 5px;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.meter {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	z-index: 2;
}

.value_container {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	margin-top: -22px;
}

.value {
	color: #434343;
	font-size: 36px;
	font-weight: 500;

}

.box-shadow {
	box-shadow: 3px 4px 4px 0px rgba(50, 50, 50, 0.25);
}

.btn:hover {
	transform: translateY(0px);
	box-shadow: none;
}

.as-ondate {
	display: block;
	text-align: center;
	font-size: 13px;
}

.meter {
	position: relative;
	left: 10px;
}

.emosi-heading {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 88px;
}

@media (max-width: 991px) {

	.director-section.section-light-gray:after,
	.director-section.section-light-gray.last:after {
		border-radius: 0;
	}

	.director-section {
		padding: 40px 0;
	}

	.bannerTxt {
		margin-top: 0;
	}

}



/* New Css */
.banner-section {
	padding-top: 80px;
	padding-bottom: 80px;
	background: linear-gradient(180deg, #2570B5 0%, #265B9F 29.17%, #204389 100%) !important;
}

section.banner-section {
	margin-top: 0px !important;
}

#customers {
	border-collapse: collapse;
	width: 100%;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #E5E5E5;
	background: #FFF;
}

#customers thead tr {
	background: linear-gradient(90deg, #2A7CC3 0%, #0E3A8C 100%);
}

#customers th {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	white-space: nowrap;
	padding: 12px 7px;
}

#customers td {
	color: #434343;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

}

#customers tr:nth-child(even) {
	background-color: #D9D9D9;
}

#customers td,
#customers th {
	padding: 10px 7px;
}

.align-center {
	align-items: center;
	display: flex;
}

#customers tbody tr>td:nth-child(3) p {

	align-items: center;
	justify-content: center;
	display: inline-flex;
	padding: 0px 10px;
	justify-content: center;
	align-items: center;
	margin-bottom: 0px;
	border-radius: 4px;
	padding: 2px 9px !important;
	font-size: 14px;
	font-weight: 300;
}

#customers tbody tr:nth-child(1)>td:nth-child(3) p {
	background: #FF301B;
	color: white;
}

#customers tbody tr:nth-child(2)>td:nth-child(3) p {
	background: #F78728;
	color: white;
}

#customers tbody tr:nth-child(3)>td:nth-child(3) p {
	background: #ABB6B4;
	color: white;
}

#customers tbody tr:nth-child(4)>td:nth-child(3) p {
	background: #6AB247;
	color: white;
}

#customers tbody tr:nth-child(5)>td:nth-child(3) p {
	background: #375826;
	color: white;
}

/*  */

.table-2 #customers tbody tr:nth-child(1) td {
	padding: 32px 20px;
}

.table-responsive {
	overflow-x: auto;
}

.btn.btn-know-more {
	border-radius: 3px;
	background: #FFF !important;
	color: #434343 !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	padding: 10px 15px;
	text-transform: capitalize;
}

.box-white::before {
	content: "";
	border-radius: 10px;
	background: #fff;
	padding: 10px;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: -10px;
	left: 10px;
}

.box-white {
	border-radius: 10px;
	background: #0A4B89;
	width: 100%;
	padding: 15px 0px;
	position: relative;
	width: 100%;
	z-index: 0;
	margin-left: -10px;
	padding: 20px;
}

.table-flex {
	display: flex;
	flex-wrap: wrap;
}

.table-flex .table-1 {
	flex: 3;
}

.table-flex .table-2 {
	flex: 2;
}

.note-bulb {
	border-radius: 5px;
	border: 1px solid #3C90F6;
	background: rgba(3, 62, 119, 0.50);
	position: relative;
	padding: 7px 20px;
	align-items: center;
}

.bulb-img {
	position: absolute;
}

.note-msg {
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding-left: 55px;
}

.note-msg p {
	margin-bottom: 0;
}

.whatsapp-section {
	border-radius: 5px;
	border: 1px solid #ADD7FF;
	background: #E5F1FD;
	padding: 15px 15px;
	align-items: center;
	justify-content: space-between;
}

.flex-div-center {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.btn.btn-activate-now {
	border-radius: 5px;
	background: #3078BE;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 10px 15px;
	white-space: nowrap;
}

.message-section {
	padding-left: 20px;
	width: 88%;
}

.whatsapp-section .message-section h1 {
	color: #212121;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 0px;
}

.whatsapp-section .message-section h1 + p{
	font-style: italic;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}

.whatsapp-section .message-section p {
	color: #212121;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0px;
}
.btn.btn-about-timerstp {
	border-radius: 5px;
	background: #3078BE;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 10px 25px;
}

.btn.btn-about-timerstp:hover {
	color: #FFF !important;
}

.mb-0 {
	margin-bottom: 0px;
}

.partner {
	margin: 30px 0px;
}

.btn-invest-white {
	border-radius: 3px;
	background: #3078BE;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	flex-shrink: 0;
	border: 0px;
	padding: 12px 25px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	text-decoration: none !important;
}

.btn-invest-white:hover, .wobble-horizontal-on-hover:hover {
    background: #20609f;
	color: #FFF !important;
}

.btn.btn-know-more:hover{color: #212121 !important;}
.whats-app-section h2 {
	color: #212121;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px;
}

.whats-app-section p {
	color: #434343;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 22px;
}

.please-note {
	color: #767676;
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	padding-top: 13px;
}

.please-note strong {
	font-weight: 700;
}

.notess {
	border-top: 1px solid #DDD;
	margin: 20px 0px !important;
}

.section-light-gray {
	background: #FBFBFB !important;
	border: 1px solid #E5E5E5;
}

.ban-p {
	color: #FFF !important;
	text-align: justify;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 300 !important;
	line-height: 24px;
}

.bans-p {
	text-align: justify;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 24px;
}

.desktop-view {
	display: block;
}

.mob-view {
	display: none;
}

.text-center {
	text-align: center;
}

.emosi-pos-absolute {
	margin-top: 40px;
}

.clock-timer {
	align-items: center;
	justify-content: center;
	display: inline-flex;
	border-top: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	padding: 10px 0px;
	font-weight: 800;

}

.clock-timerstp .clock-timer h1 {
	color: #212121;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0px;
	line-height: 56px;
}

.clock-timerstp{
    color: #212121;
    font-size: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clock-timerstp a {
    color: #212121;
    font-size: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
	font-style: italic;
}
.clock-timerstp a img {
    margin: 0px 3px;
}
.clock-timerstp span{
    font-size: 28px;
    font-weight: 700;
	margin-left: 3px;
}
.show-mobile{
	display: none !important;
}
.powered-by{
	text-decoration: none !important;
}
@media (max-width:767px) {
	.clock-timerstp {
		display: block;	
	}
	.clock-timerstp a {
		display: block;
	}
	.banner-section {
		padding-top: 30px;
		padding-bottom: 30px;
		background: linear-gradient(180deg, #2570B5 0%, #265B9F 29.17%, #204389 100%) !important;
	}

	.flex-div {
		display: flex;
		flex-wrap: wrap;
	}

	.table-responsive {
		overflow-x: auto;
	}

	#customers td {
		white-space: inherit;
	}

	#customers th {
		white-space: inherit !important;
	}

	.table-2 {
		margin-left: 0px;
		margin-top: 20px;
	}

	.head-1 {
		font-size: 36px;
		font-weight: 600;
	}

	.stp-banners .head-1 {
		font-size: 30px !important;
	}

	.head-1>.text {
		font-size: 30px;
	}

	.message-section {
		padding-left: 0px;
	}

	.margt-10 {
		margin-top: 10px;
	}

	.btn.btn-about-timerstp {
		padding: 10px 15px;
	}

	.btn.btn-know-more {
		text-align: center;
	}

	.margt-25 {
		margin-top: 25px;
	}

	.whats-app {
		text-align: center;
	}

	.partner {
		margin: 18px 0px;
	}

	.emosi-pos-absolute {
		position: relative;
		bottom: 0;
	}

	.clock-timerstp .clock-timer h1 {
		font-size: 40px;
	}

	.clock-timer {
		padding: 15px;
	}
	.clock-timerstp span {
		font-size: 18px;
	}
	.show-mobile{
		display: block !important;
	}
	.show-web{
	  display: none !important;
    }
	.emosi-pos-absolute.margt-30{
		margin-top: 30px;
	}
	.whatsapp-section .div-center {
		align-items: center;
		text-align: center;
		justify-content: center;
    }
	.whatsapp-section {
        justify-content: center;
    }

}


/* Circle CSS Changes */
.main {
	width: 480px;
	height: 480px;
	position: relative;
}

.big-circle {
	height: 100%;
	width: 100%;
	position: relative;
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	animation: Rotate 50s linear infinite;
	-webkit-animation: Rotate 50s linear infinite;
}

.icon-block {
	width: 64px;
	height: 64px;
	position: absolute;
	border-radius: 50%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	border: 1px solid #d1d1d1;
}

.icon-block img {
	margin: 0px auto;
	width: 86%;
	animation: Rotate-reverse 50s linear infinite;
	-webkit-animation: Rotate-reverse 50s linear infinite;
}

.icon-block:first-child {
	top: 213px;
	left: 0%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.icon-block:nth-child(2) {
	top: 50%;
	right: 0;
	transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
}

.icon-block:nth-child(3) {
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	-webkit-transform: translate(-50%, 50%);
}

.icon-block:nth-child(4) {
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

/* circle content */
.circle {
	animation: circle-rotate 20s linear infinite;
	-webkit-animation: circle-rotate 20s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	width: 75%;
	height: 75%;
	background: #e9e9e9;
	border-radius: 50%;
}

.circle .icon-block img {
	animation: img-rotate 20s linear infinite;
	-webkit-animation: img-rotate 20s linear infinite;
}

/* center logo */
.center-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}


/* keyframe animation */

@keyframes Rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes Rotate {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes Rotate-reverse {
	from {
		transform: rotate(360deg);
	}

	to {
		transform: rotate(0deg);
	}
}

@-webkit-keyframes Rotate-reverse {
	from {
		-webkit-transform: rotate(360deg);
	}

	to {
		-webkit-transform: rotate(0deg);
	}
}

@keyframes circle-rotate {
	from {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	to {
		transform: translate(-50%, -50%) rotate(405deg);
	}
}

@-webkit-keyframes circle-rotate {
	from {
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
	}

	to {
		-webkit-transform: translate(-50%, -50%) rotate(405deg);
	}
}

@keyframes img-rotate {
	from {
		transform: rotate(-45deg);
	}

	to {
		transform: rotate(-405deg);
	}
}

@-webkit-keyframes img-rotate {
	from {
		-webkit-transform: rotate(-45deg);
	}

	to {
		-webkit-transform: rotate(-405deg);
	}
}


/* WhatsApp CSS */

.btn-whatsapp-pulse {
	color: white;
	position: relative;
	bottom: 0px;
	right: -4px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 28px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 150, 102, 0.5);
	}

	80% {
		box-shadow: 0 0 0 14px rgba(37, 150, 102, 0);
	}
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}

	75% {
		padding: 50px;
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@media(max-width: 767px) {
	.desktop-view {
		display: none;
	}

	.mob-view {
		display: block;
	}
}


/* banner Effect CSS */
.circles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}

.circles li {
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 0.2);
	animation: animate 25s linear infinite;
	bottom: -150px;

}

.circles li:nth-child(1) {
	left: 25%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
}


.circles li:nth-child(2) {
	left: 10%;
	width: 20px;
	height: 20px;
	animation-delay: 2s;
	animation-duration: 12s;
}

.circles li:nth-child(3) {
	left: 70%;
	width: 20px;
	height: 20px;
	animation-delay: 4s;
}

.circles li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	animation-delay: 0s;
	animation-duration: 18s;
}

.circles li:nth-child(5) {
	left: 65%;
	width: 20px;
	height: 20px;
	animation-delay: 0s;
}

.circles li:nth-child(6) {
	left: 75%;
	width: 110px;
	height: 110px;
	animation-delay: 3s;
}

.circles li:nth-child(7) {
	left: 35%;
	width: 150px;
	height: 150px;
	animation-delay: 7s;
}

.circles li:nth-child(8) {
	left: 50%;
	width: 25px;
	height: 25px;
	animation-delay: 15s;
	animation-duration: 45s;
}

.circles li:nth-child(9) {
	left: 20%;
	width: 15px;
	height: 15px;
	animation-delay: 2s;
	animation-duration: 35s;
}

.circles li:nth-child(10) {
	left: 85%;
	width: 150px;
	height: 150px;
	animation-delay: 0s;
	animation-duration: 11s;
}


@keyframes animate {

	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 0;
	}

	100% {
		transform: translateY(-1000px) rotate(720deg);
		opacity: 0;
		border-radius: 50%;
	}

}

body {
	font-family: 'Inter', sans-serif;
}

html,
body {
	block-size: 100%;
}

html {
	scroll-snap-type: y mandatory;
}

.mr-10 {
	margin-right: 10px
}

.ml-0 {
	margin-left: 0 !important
}

.mr-15 {
	margin-right: 15px !important
}

.header {
	z-index: 9999
}

.director-section .row {
	position: relative
}

@media(max-width: 991px) {
	
	.mr-15 {
		margin-right: 0 !important
	}

	.director-section {
		padding: 30px 0
	}

	.mt-0 {
		margin-top: 0 !important
	}

}

.white-box {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
}


/* New CSS FOR TIMER STP */

.director-section.section-light-gray:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	background-color: #F3F3F3;
	border-radius: 50%;
	transform: scaleX(2);
	height: 100%;
}

.director-section.section-light-gray {
	position: relative;
	overflow: hidden;
}

.section-light-gray {
	background: #f3f3f3;
}

.director-section.section-light-gray.last:after {
	border-radius: 50% 50% 0 0;
}

.head-1 {
	font-size: 40px;
	font-weight: 600;
}

@media (max-width: 991px) {

	.director-section.section-light-gray:after,
	.director-section.section-light-gray.last:after {
		border-radius: 0;
	}

	.director-section {
		padding: 40px 0;
	}

	.bannerTxt {
		margin-top: 0;
	}

	.team-porfile {
		display: flex;

	}

	.head-4 {
		font-size: 20px;
	}
}


/*steps css*/

.banner-section .bannerTxt p {
	color: #fff;
}

.bg-blue {
	background-image: linear-gradient(to top, #f5fbfc, #f0f7f8, #ebf3f4, #e7eff0, #e2ebec);
}

.banner-section .head-1 {
	font-size: 56px;
	color: #fff;
}

.notes {
	color: #888686;
	font-size: 13px !important;
	margin-top: 5px;
	margin-bottom: 5px;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.meter {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.as-ondate {
	display: block;
	text-align: center;
	font-size: 13px;
}

.meter {
	position: relative;
}

 .text-decoration{
	text-decoration: none !important;
 }
.verylow {
	background: #ed1e24;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	padding: 10px 15px;
	margin-top: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none !important;
}

.veryl-l {
	background: #faa51c;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	padding: 10px 15px;
	margin-top: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: 500
}

.moderate {
	background: #afafaf;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	padding: 10px 15px;
	margin-top: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: 500
}

.high-c {
	background: #90c73e;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	padding: 10px 15px;
	margin-top: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: 500
}

.vry-high {
	background: #2a763a;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	padding: 10px 15px;
	margin-top: 5px;
	color: #fff;
	font-size: 14px;
}


/* New Css */

section.banner-section {
	margin-top: 0px !important;
}

#customers {
	border-collapse: collapse;
	width: 100%;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #E5E5E5;
	background: #FFF;
}

#customers thead tr {
	background: linear-gradient(90deg, #2A7CC3 0%, #0E3A8C 100%);
}

#customers td {
	color: #434343;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

}

.table-2 #customers td {
	font-size: 16px;
}

#customers tr:nth-child(even) {
	background-color: #D9D9D9;
}

#customers td {
	padding: 7px 7px;
}

.align-center {
	align-items: center;
	display: flex;
}

#customers tbody tr>td:nth-child(3) p {

	align-items: center;
	justify-content: center;
	display: inline-flex;
	padding: 0px 10px;
	justify-content: center;
	align-items: center;
	margin-bottom: 0px;
	border-radius: 4px;
	/* gap: 10px; */
	padding: 2px 10px;
	font-size: 13px;
	font-weight: 300;
}

#customers tbody tr:nth-child(1)>td:nth-child(3) p {
	background: #FF301B;
	color: white;
}

#customers tbody tr:nth-child(2)>td:nth-child(3) p {
	background: #F78728;
	color: white;
}

#customers tbody tr:nth-child(3)>td:nth-child(3) p {
	background: #ABB6B4;
	color: white;
}

#customers tbody tr:nth-child(4)>td:nth-child(3) p {
	background: #6AB247;
	color: white;
}

#customers tbody tr:nth-child(5)>td:nth-child(3) p {
	background: #375826;
	color: white;
}

.emosi-scrore-heading {
	font-size: 28px;
	text-align: center;
	display: block;
	font-weight: 600;
	margin-bottom: 17px;
	color: #212121;
}
.sub-list{
	color: #212121;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px;
}
.list-items li{
	color: #212121;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}

/* Hover Horizental CSS */
@-webkit-keyframes wobble-horizontal-on-hover {
    16.65% {
      -webkit-transform: translateX(8px);
      transform: translateX(8px);
    }
    33.3% {
      -webkit-transform: translateX(-6px);
      transform: translateX(-6px);
    }
    49.95% {
      -webkit-transform: translateX(4px);
      transform: translateX(4px);
    }
    66.6% {
      -webkit-transform: translateX(-2px);
      transform: translateX(-2px);
    }
    83.25% {
      -webkit-transform: translateX(1px);
      transform: translateX(1px);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes wobble-horizontal-on-hover {
    16.65% {
      -webkit-transform: translateX(8px);
      transform: translateX(8px);
    }
    33.3% {
      -webkit-transform: translateX(-6px);
      transform: translateX(-6px);
    }
    49.95% {
      -webkit-transform: translateX(4px);
      transform: translateX(4px);
    }
    66.6% {
      -webkit-transform: translateX(-2px);
      transform: translateX(-2px);
    }
    83.25% {
      -webkit-transform: translateX(1px);
      transform: translateX(1px);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .wobble-horizontal-on-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .wobble-horizontal-on-hover:hover, .wobble-horizontal-on-hover:focus, .wobble-horizontal-on-hover:active {
    -webkit-animation-name: wobble-horizontal-on-hover;
    animation-name: wobble-horizontal-on-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
