@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
 
body {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
}


button:focus {
	outline: none;
}

a {
	text-decoration: none;
}


.mainbanner {
	background-image: url('../../assets/images/banner.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	min-height: 100vh;
	overflow: hidden;
}

.topbanner {
	position: absolute;
	width: 100%;
}

.topbanner img {
	width: 100%;
	position: absolute;
	top: -125px;
	z-index: 99;
}

.mainbanner::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 116vh;
	top: -122px;
	left: 0;
	background-image: url(../../assets/images/bgcurve.png);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 99;
}

.mailtext {
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	height: 100vh;
}

.mailintext {
	position: relative;
	background: #fff;
	border-radius: 30px;
	padding: 0px 0px 20px;
	margin: auto 30px;
}

.mailinnertext {
	position: relative;
	z-index: 999;
}

.centmailnot {
	width: 20px;
	height: 20px;
	border-radius: 50px;
	background: #ff0000;
	display: block;
	position: absolute;
	margin: auto;
	left: 115px;
	right: 0px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;

}

.topmail {
	position: relative;
	width: 100%;
}

.topmail img {
	width: 100%;
}

.mailtext h1 {
	position: absolute;
	color: #fff;
	text-align: center;
	left: 0;
	right: 0;
	top: 35px;
	z-index: 9;
	font-size: 36px;
	font-weight: 700;
}

.cenmail {
	position: relative;
	margin: -160px 0px 0px;
}

.cenonemail {
	width: 150px;
}

.centwomail {
	position: absolute;
	top: 65px;
	right: 80px;
	width: 55px;
}

.mailtext h4 {
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	color: #000;
	margin: -10px 0px 7px;
}


.mailtext a {
	font-weight: 800;
	font-size: 18px;
	text-align: center;
	color: #FF8501;
	text-decoration: none;
	display: block;
	letter-spacing: 0.3px;
}

.mailtext a:hover {
	color: #FF8501;
}


/* Responsive */


@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {

	.cenmail {
		position: relative;
		margin: -110px 0px 0px;
	}

	.centwomail {
		position: absolute;
		top: 30px;
		right: 45px;
		width: 45px;
	}

	.mailtext h1 {
		top: 28px;
		font-size: 33px;
	}


	.mainbanner::before {
		display: none;
	}

}

@media (max-width: 991.98px) {}


@media (min-width: 768px) and (max-width: 991.98px) {

	.mailintext {
		position: relative;
		background: #fff;
		border-radius: 30px;
		padding: 0px 0px 20px;
		margin: auto 0px;
	}

	.cenmail {
		position: relative;
		margin: -90px 0px 0px;
	}


	.cenonemail {
		width: 140px;
	}

	.centwomail {
		position: absolute;
		top: 30px;
		right: 30px;
		width: 50px;
	}


}


@media (max-width: 767.98px) {

	.cenmail {
		position: relative;
		margin: -140px 0px 0px;
	}


	.mailtext h1 {
		top: 35px;
		font-size: 30px;
	}


	.centwomail {
		position: absolute;
		top: 50px;
		right: 55px;
		width: 55px;
	}


}


@media (max-width: 575.98px) {

	.mailintext {
		margin: auto 40px;
		padding: 0px 0px 12px;
	}

	.cenmail {
		margin: -150px 0px 0px;
	}

	.mailtext h1 {
		left: 0;
		right: 0;
		top: 25px;
		z-index: 9;
		font-size: 25px;
		font-weight: 700;
	}

	.centmailnot {
		left: 95px;
	}

	.cenonemail {
		width: 130px;
	}

	.centwomail {
		position: absolute;
		top: 35px;
		right: 25px;
		width: 50px;
	}


}


@media (max-width: 499.98px) {


	.cenmail {
		margin: -110px 0px 0px;
	}

}


@media (max-width: 449.98px) {

	.mailintext {
		margin: auto 30px;
		padding: 0px 0px 12px;
	}

	.cenmail {
		margin: -110px 0px 0px;
	}

	.mailtext h1 {
		left: 0;
		right: 0;
		top: 20px;
		z-index: 9;
		font-size: 20px;
		font-weight: 700;
	}

	.centmailnot {
		left: 95px;
	}

	.cenonemail {
		width: 120px;
	}

	.centwomail {
		position: absolute;
		top: 35px;
		right: 25px;
		width: 50px;
	}

	.mainbanner::before {
		display: none;
	}


	.mailtext h4 {
		font-size: 18px;
	}

	.mailtext a {
		font-size: 18px;
	}

}


@media (max-width: 399.98px) {

	.mailintext {
		margin: auto 30px;
		padding: 0px 0px 12px;
	}

	.cenmail {
		margin: -75px 0px 0px;
	}

	.mailtext h1 {
		left: 0;
		right: 0;
		top: 15px;
		z-index: 9;
		font-size: 20px;
		font-weight: 700;
	}

	.centmailnot {
		left: 75px;
	}

	.cenonemail {
		width: 100px;
	}

	.centwomail {
		position: absolute;
		top: 20px;
		right: 25px;
		width: 40px;
	}

	.mainbanner::before {
		display: none;
	}


	.mailtext h4 {
		font-size: 16px;
	}

	.mailtext a {
		font-size: 16px;
	}

}