
.mt-30{
	margin-top: 30px;
}

/* =====================banner */
.bannerBox{
	padding-bottom: 93.5px;
}
.bannerBox  .title{
	line-height: 66px;
	font-weight: 500;
	font-size: 50px;
	
}

.bannerImg{
	margin-top: 40px;
	/* margin-left: 10px; */
	text-align: right;
}
.bannerImg>img{
	margin-left: 20px;
}

.bannerBox .button{
	display: flex;
	align-items: center;
	margin-top: 75px;
}



.bannerRegister{
	width: 180px;
	height: 70px;
	box-sizing: border-box;
	border: 2px solid rgb(82, 54, 255);
	border-radius: 39px;
	background: rgb(255, 255, 255);
	text-align: center;
	line-height: 70px;
	font-size: 20px;
	font-weight: 700;
}

.bannerContact{
	width: 180px;
	height: 70px;
	border-radius: 39px;
	background: rgb(82, 54, 255);
	color: #fff;
	text-align: center;
	line-height: 70px;
	font-size: 20px;
	font-weight: 700;
	margin-left: 25px;
}



/* =================== */
.cont{
	margin-left: 115px;
	flex: 1;
}
.row1{
	display: flex;
}
.contText{
	width:481px ;
}
.contTextTitle{
	font-size: 30px;
	font-weight: 400;
}
.contTextTtem{
	font-size: 24px;
	font-weight: 300;
	line-height: 64px;
}
.contimg img{
	width: 300px;
	height: 300px;
}





.serialNumber{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 42px;
}
.Number{
	width: 42px;
	height: 42px;
	color: #fff;
	background-color: #5236ff;
	font-size: 30px;
	font-weight: 500;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
}
.line{
	height: 318px;
	border-left:3px dashed #5236ff;
}

/* ============================ */
.consult{
	color: rgb(36, 35, 49);
	font-family: Nunito;
	font-size: 40px;
	font-weight: 700;
	line-height: 110%;
}
.contectDesc{
	color: rgb(121, 121, 121);
	font-family: Nunito;
	font-size: 22px;
	font-weight: 400;
	line-height: 157.4%;
	letter-spacing: 0%;
	text-align: left;
	margin-top: 22px;
}
.contectBotton{
	border-radius: 39px;
	background: rgb(36, 35, 49);
	width: 174px;
	height: 74px;
	color: #fff;
	text-align: center;
	line-height: 74px;
	margin-top: 40px;
}

@media (max-width:1200px) {
	.contectBox{
		display: flex;
		align-items: center;
		flex-direction: column;
		text-align: center;
	}
	.contectDesc{
		max-width: 500px;
		text-align: center;
	}
}
/* =================== */

@media (max-width:1200px) {
	.serialNumber{
		display: none;
	}
	.contimg{
		margin-top: 50px;
		text-align: center;
	}
	.contText{
		text-align: center;
		margin: 0 auto;
		margin-top: 20px;
	}
	.cont {
		margin-left: 0;
	}
}

@media (max-width:570px) {

	.contText{
		width: 100%;
	}
}
@media (max-width:578px) {
	.contactIcon{
		margin-bottom: 20px;
	}
	
}
@media (max-width:340px) {
	.consult{
		font-size: 30px;
	}
	
}


@media (max-width:1400px) {

.bannerImg{
	text-align: center;
}
.bannerCont{
	text-align: center;
}
.bannerBox .button{
	justify-content: center;
}
	
}