.errorp{
	margin: 0;
	color: red;
	font-weight: bold;
	margin-top: 5px;
}
.successp{
	margin: 0;
	color: green;
	font-weight: bold;
	margin-top: 5px;
}
.hheading{
	margin-top: 50px;
    text-align: center;
    margin-bottom: 10px;
}
.service-text-box p{
	font-size: 33px;
}
.mt-20{
	margin-top: 20px !important;
}
.mb-20{
	margin-bottom: 20px !important;
}
.centerbox{
	margin:0 auto;
}
.hcolor{
	color: #141433;
}
.nopadding{
	padding:0px !important;
}
.box-ser{
	min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cursor_pointer{
	cursor: pointer;
}
.labelbold{
	font-weight: 700 !important;
    color: #000;
    margin-bottom: 0;
}
.mih-100{
	min-height: 100vh;
}
.fontbold{
	font-weight: bold;
}
.ft-20{
	font-size: 20px;
}
/*.actcountmainbox{
	display: inline-flex;
    gap: 20px;
    font-size: 18px;
}*/

.countmainbox h4 {
	color: #141433;
	font-size: 32px;
	font-weight: 400;
}
.countmainbox #countdown {
	display: flex;
	justify-content: center;
	padding: 0px 0px 0px 0px;
	gap: 100px;
	text-align: center;
}
.countmainbox #countdown .itembox .count_item_time {
	font-size: 48px;
	font-weight: 600;
	color: #141433;
	line-height: normal;
}
.countmainbox #countdown .itembox .item_label {
	color: #141433;
	font-weight: 600;
	font-size: 20px;
}
.countmainbox {
	padding: 10px 0 1px 0;
}
@media only screen and (max-width: 500px) {
	.countmainbox #countdown {
		gap: 30px !important;
	}
	.countmainbox #countdown .itembox .count_item_time{
		font-size: 30px !important;
	}
	.countmainbox #countdown .itembox .item_label{
		font-size: 18px !important;
	}
	.countmainbox #countdown .itembox {
		padding: 15px 0;
	}
	.countmainbox h4 {
	    font-size: 27px;
	    margin-bottom: 0px !important;
	}
	.countdownlabel.ft-20.mt-20{
		margin-top: 0px !important;
	}
}


.early-text h2 {
	color: #262262;
	font-size: 32px;
	text-align: center;
	margin-bottom: 10px;
}
.early-text p {
	color: #000;
	font-size: 17px;
	font-weight: 500;
}
.content {
	padding-top: 15px;
}
.content h5 {
	margin-bottom: 0px;
	padding-top: 25px;
	color: #141433;
	font-size: 25px;
}
.content h5:first-child{
	padding-top: 0px;
}
.content ul {
	padding-left: 25px;
}
.content ul li {
	list-style: disc;
	font-size: 16px;
}
.content {
	padding-top: 15px;
	padding-bottom: 20px;
}