:root{
	--#198AFE:#198AFE;
	--#00DED3:#00DED3;
	--#FF9400:#FF9400;
	--#FF5C5C:#FF5C5C;
	--#2DCC88:#2DCC88;
	--#1868DB:#1868DB;
	--#F5F5FF:#F5F5FF;
}

body {
	font-family: 'Poppins', 'Arial', sans-serif;
	margin: 0;
	font-size: 14px;
}

.mainColor-bg {
	background: #198AFE;
}

.mainColor-text {
	color: #198AFE;
}

header {
	background-color: #333;
	color: #fff;
	padding: 0px 90px;
}
.containerBox{
	padding: 68px 90px;
	background-color: #fff;
}

.containerBox.F5F5FF{
	background-color: #F5F5FF;
}
.containerBox.C198AFE{
	background-color: #198AFE;
}

.logoBox {
	padding: 32px 0 ;
}
.logoBox img{
	height: 32px;
}
.banner{
	padding: 52px 0 ;
	justify-content: space-between;
}
.header-left{
	width: 55%;
}
.title1{
	font-size: 52px;
}
.title2{
	font-size: 16px;
	line-height: 28px;
	margin-top: 20px;
}
.text-center{
	text-align: center;
}
.m-auto{
	margin: 0 auto;
}
.title3{
	font-size: 34px;
	font-weight: 600;
}
.title4{
	font-size: 15px;
	line-height: 22.5px;
	max-width: 60%;
	color:#727272;
	margin-top: 20px ;
}
.btn{
	height: 44px;
	border: 1px solid;
	padding: 10px 20px ;
	font-weight: 500;
	background-color: #fff;
	border-color:#fff;
	margin-right: 15px;
	position: relative;
	margin-bottom: 15px;
	line-height: 21px;
}
.btn.round{
	border-radius: 40px;
}
.btn.plain{
	background-color: transparent;
	color:#fff
}
.btn.long{
	padding: 10px 50px ;
}
.btn .icon~span{
	/* padding-left: 30px; */
}
.btn .icon{
	/* position: absolute; */
	/* top: 6px; */
	/* left: 12px; */
	display:inline-block;
	position: relative;
	top: -1px;
	width: 24px;
}
.DownloadBox{
	margin-top: 40px;
	margin-bottom: 40px;
}
.header-right{
	width: 45%;
	max-width: 414px;
}

.servicesBox{
	/* justify-content: space-between; */
	flex-wrap: wrap;
	margin-top: 45px;
}
.servicesBox .col-md-3,.servicesBox .col-md-6{
	padding: 7.5px 7.5px;
}
.servicesBox1 .services{
	padding: 40px 12px;
	background-color: #F5F5FF;
	flex-grow: 1;
	border-radius: 20px;
	height: 380px;
	position: relative;
}
.servicesBox .services:hover{
	background-color: #198AFE;
}
.servicesBox1 .services .floatIcon{
	position: absolute;
	width: 60px;
	height: 8px;
	border-radius: 8px;
	background-color: #333;
	bottom:40px;
	left: calc( 50% - 30px );
}
.servicesBox .services:hover .floatIcon{
	background: #fff !important;
}
.servicesBox .services .icon1{
	width: 76px;
	margin: 0 auto;
	border-radius: 16px;
}
.servicesBox .services .icon1>img:nth-of-type(1){
	display: block;
}
.servicesBox .services .icon1>img:nth-of-type(2){
	display: none;
}
.servicesBox .services:hover{
	color:#fff;
}
.servicesBox .services:hover .text2{
	color:rgba(255, 255, 255, 0.5);
}
.servicesBox .services:hover .icon1>img:nth-of-type(1){
	display: none;
}
.servicesBox .services:hover .icon1>img:nth-of-type(2){
	display: block;
}
.servicesBox .services:hover .text1{
	color:#fff;
}
.text1{
	margin-top: 20px;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	text-align: center;
	word-break: break-word;
	color:#012968;
}
.text2{
	margin-top: 20px;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	word-break: break-word;
}
.text2~.text2,.text1~.text1{
	margin-top: 0px;
}
.textBox{
	max-width: 80%;
}
.servicesBox2{
	margin-top: 0;
}

.servicesBox2 .services{
	padding: 40px 24px;
	background-color: #F5F5FF;
	flex-grow: 1;
	border-radius: 20px;
	position: relative;
}
.servicesBox2 .services .flex{
	justify-content: space-between;
}
.servicesBox2 .services .flex .icon1{
	margin: 0 0;
	position: relative;
}
.servicesBox2 .services .flex .text1{
	margin: 0;
	text-align: left;
}
.servicesBox2 .services .flex .text2{
	text-align: left;
}
.servicesBox2 .services .floatIcon{
	position: absolute;
	width: 60px;
	height: 8px;
	border-radius: 8px;
	background-color: #333;
	bottom:0px;
	left: calc( 50% - 30px );
}

.payment .BoxIcon{
	width: 50%;
}
.payment .BoxIcon img{
	max-width: 486px;
}
.payment .BoxIcon.right{
	text-align: right;
}
.payment .paymentText{
	width: 50%;
}
.payment .paymentText.right{
	padding-left: 20px;
}
.payment .paymentText.left{
	padding-right: 20px;
}
.title5{
	font-size: 15px;
	line-height: 22.5px;
	color:#727272;
	margin-top: 15px ;
}
.payment .paymentText .receipt{
	margin-top: 30px;
}
.payment .paymentText .receiptText .icon{
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
.payment .paymentText .receiptText .icon img{
	width: 24px;
	margin-right: 10px;
}
.payment .paymentText .receiptText .details{
	margin-top: 4px;
	font-size: 15px;
	line-height: 28px;
	color:#727272;
}
.payment .paymentText .receipt .receiptText{
	margin-top: 10px;
}

.payment .paymentText .buy{
	margin-top: 30px;
}
.payment .paymentText .buyText .icon{
	width: 38px;
	margin-right: 10px;
}
.payment .paymentText .buyText .details{
	width: calc( 100% - 38px - 10px );
}
.payment .paymentText .buyText {
	margin-top: 4px;
	font-size: 15px;
	line-height: 28px;
	color:#727272;
	margin-bottom: 30px;
}
.payment .paymentText .buyText .details .title{
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #000619;
	margin-bottom: 8px;
}
.purchase{
	color:#fff;
	margin-bottom: 80px;
}
.works{
	margin-top: 50px;
	height: 86px;
}
.works2{
	margin-top: 50px;
	height: 629px;
}
.title6{
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	margin-top: 15px ;
}
.buttonBox{
	margin: 20px 0;
	justify-content: center;
}
.buttonBox .buttonView img{
	height: 56px;
}
.downloadBox{
	position: relative;
}
.download{
	padding: 24px 48px;
	border-radius: 12px;
	text-align: center;
	width: 80%;
	position: absolute;
	left: 10%;
}
.download .downloadText{
	justify-content: space-around;
}
.download .downloadText .downloadItem{
	width: calc( 100% / 3 );
	color:rgba(255, 255, 255, 1);
	padding: 10px 0;
}
.download .downloadText .downloadItem~.downloadItem{
	border-left: 1px solid rgba(204, 204, 204, 0.5);
}
.downloadText .label{
	font-size: 38px;
	font-weight: 600;
	line-height: 54px;
}
.downloadText .details{
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	margin-top: 10px;
}
.downloadDown{
	margin-top:120px;
}

.feedback{
	margin-top: 30px;
	width: 95%;
}
.feedback .col-md-6{
	padding: 15px;
}
.feedbackItem{
	border-radius: 12px;
	background-color: #F5F5FF;
	padding: 24px;
}
.user{
	margin-bottom: 25px;
}
.user .icon{
	width: 68px;
	margin-right: 15px;
}
.user .info{
	width: calc( 100% - 68px - 15px );
}
.user .info p{
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 2px;
}
.user .info p~p{
	font-size: 13px;
	color:#727272;
}
.user .info img{
	height: 18px;
}
.msg{
	font-family: Poppins;
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
}
.title7{
	font-family: PingFang SC;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	color:rgba(255, 255, 255, 0.7);
	margin-bottom: 20px;
}
.title8{
	font-size: 28px;
	font-weight: 600;
	line-height: 42px;
}
.section {
	padding: 40px 0;
}

.section-title {
	text-align: center;
	margin-bottom: 40px;
}

footer {
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	margin: 0 !important;
}
.pointer{
	cursor: pointer;
}
.wpurchase{
	display: inline-block;
}
.hpurchase{
	display: none;
}
 @media (max-width: 768px) {
    .containerBox{
    	padding: 24px 24px;
    	background-color: #fff;
    }
	.payment .BoxIcon img {
	    max-width: 100%;
	}
	.download {
	    padding: 12px 8px;
	    border-radius: 12px;
	    text-align: center;
	    width: 100%;
	    position: absolute;
	    left: 0;
	}
	.works2 {
	    margin-top: 50px;
	    width: 100%;
		height: unset;
	}
	.flex.payment,.flex.banner{
		display: block;
	}
	.flex.payment>div,.flex.banner>div{
		width: 100%;
	}
	.banner{
		padding-top: 0;
	}
	header{
		padding: 0px 24px;
	}
	.header-left .DownloadBox{
		text-align: center;
	}
	/* .header-right{
		display: none;
	} */
	.downloadDown {
	    margin-top: 235px;
	}
	.logoBox img {
	    height: 32px;
	}
	.title1 {
		font-size: 38px;
	}
	.title4 {
		max-width: 100%;
		font-size: 14px;
		margin-top: 10px;
	}
	.btn>span{
		display: none;
	}
	.works {
		margin-top: 20px;
		height: unset;
	}
	.text2{
		font-size: 15px;
	}
	.downloadText .label{
		font-size: 34px;
	}
	.row{
		margin-left: -10px;
		margin-right: -10px;
	}
	.payment .paymentText.right {
		padding-left: 0px;
	}
	.wpurchase{
		display: none;
	}
	.hpurchase{
		display: inline-block;
	}
	.title6{
		font-size: 24px;
	}
	.buttonBox .buttonView img {
		height: 28px;
	}
	.downloadText.flex{
		display: block;
	}
	.download .downloadText .downloadItem~.downloadItem {
		border-top: 1px solid rgba(204, 204, 204, 0.5);
		border-left: unset;
	}
	.download .downloadText .downloadItem {
		width: 80%;
		padding: 0px 0;
		margin: 0 auto;
	}
	.downloadText .details {
		margin-top: 0px;
		font-size: 12px;
	}
	.downloadText .label{
		padding: 0;
	}
	.feedback{
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.feedback .col-md-6 {
		padding: 0 0 15px 0;
	}
	.servicesBox .col-md-3{
		padding:12px 7.5px;
	}
	.title3{
		font-size: 28px;
		text-align: center;
	}
	.purchase {
		color: #fff;
		margin-bottom: 0px;
	}
	.title5{
		text-align: center;
	}
	.msg{
		font-size: 12px;
	}
	.title7{
		font-size: 13px;
	}
	.title8{
		font-size: 22px;
	}
	.min.title1{
		font-size: 26px;
	}
}