.election-count-wrapper {
	width: 100%;
	display: flex;
	margin-bottom: 60px
}

.election-count-wrapper .election-countdown {
max-width: 1200px;
	width: 100%;
	margin-inline: auto;
	position: relative;

	border-radius: 18px;
	box-shadow: 6px 2px 34px rgba(0, 0, 0, .4)
}

@media (max-width:576px) {
	.election-count-wrapper .election-countdown {
		min-height: 420px
	}
}

.election-count-wrapper .election-countdown>img {
	position: absolute;
	top: 0;
	right: 0;
	height:100%;
}

@media (max-width:576px) {
	.election-count-wrapper .election-countdown>img {
		display: none
	}
}

.election-count-wrapper .election-countdown:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	background: linear-gradient(90deg, #1274B4 0, #3082b9 40%, rgb(24 131 189 / 81%) 60%, rgb(159 216 236 / 70%));
	z-index: 5
}

@media (max-width:576px) {
	.election-count-wrapper .election-countdown:after {
		background: linear-gradient(90deg, #186a95 0, #186a95)
	}
}

.election-count-wrapper .election-countdown__content {
	position: relative;
	z-index: 7;
	top: 25px;
	left: 15%;
	display: inline-flex;
	align-items: center;
	flex-direction: column
}

@media (max-width:576px) {
	.election-count-wrapper .election-countdown__content {
		left: 0;
		width: 100%;
		padding-inline: 10px
	}
}

.election-count-wrapper .election-countdown__content h3 {
	font-size: 5.8rem;
	font-weight: 900;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .26);
	text-align: center;
	margin: auto ;
	font-family: 'Khand', sans-serif;
}

.election-count-wrapper .election-countdown__content .countdown-wrapper {
	text-align: center;
	height: 200px;
	width: 200px;
	position: relative;
	margin-top: 15px;
	margin-left: -50px;

}

@media (max-width:767px) {
	.election-count-wrapper .election-countdown__content .countdown-wrapper {
		margin-left: -20px;
			margin-bottom:150px;
	}
}

@media only screen and (min-width: 600px) {
    
  .election-countdown__content {margin-bottom: 100px; }
}




.election-count-wrapper .election-countdown__content .countdown-wrapper img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 7;
	width:auto;
	height:220px;
}

.election-count-wrapper .election-countdown__content .countdown-wrapper .countdown {
	position: relative;
	z-index: 9;
	height: 195px
}

.election-count-wrapper .election-countdown__content .countdown-wrapper .countdown h2 {
	font-size: 130px;
	font-weight: 900;
	color: #1b90cf;
	letter-spacing: -10px;
	margin: 90px 0 0 -10px
}

.election-count-wrapper .election-countdown__content .countdown-wrapper .countdown span {
	font-size: 2.2rem;
	color: #fff;
	font-weight: 600;
	padding: 5px 25px 0;
	background: #1b90cf;
	border-radius: 10px;
	position: absolute;
	right: -90px;

	margin-bottom:-30px;
	font-family: 'Khand', sans-serif;
}

.election-count-wrapper .election-countdown .election-date {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 11;
	padding-left: 20px;
	border-bottom-left-radius: 16px;
	background: linear-gradient(90deg, #dfeef6 0, rgba(223, 238, 246, .7) 25%, rgba(223, 238, 246, 0) 65%, rgba(223, 238, 246, 0))
}

@media (max-width:767px) {
	.election-count-wrapper .election-countdown .election-date {
		padding-block: 5px;
		background: linear-gradient(90deg, #dfeef6 0, rgba(223, 238, 246, .7) 70%, rgba(223, 238, 246, 0))
	}
}

.election-count-wrapper .election-countdown .election-date p {
	font-size: 1.8rem;
	color: #0771aa
}