.iti--separate-dial-code .iti__selected-flag {
	background-color: white;
}
.bannerlp {
	background:  url(../../../assets/images/lpbanner.jpg) right/cover no-repeat;
	display:     flex;
	align-items: flex-end;
}
.bannerlp .banner-content .banner-title span {
	font-weight: 800;
}
.bannerlp .banner-content .banner-title {
	font-size:   44px;
	line-height: 1.4;
	font-weight: 700;
	margin:      0 0 1rem;
}
.bannerlp .banner-content .banner-text p i {
	color: #FFFFFF;
}
.bannerlp .banner-text p {
	display:     flex;
	align-items: start;
	gap:         8px;
}
.bannerlp .banner-content .banner-subtitle {
	margin: 0;
	color:  #FFFFFF;
}
.lp-header .button-round {
	color:   #FFFFFF;
	display: initial;
}
.lp-header {
	padding: 18px 0;
}
.lp-header img {

}
.home-about {
	padding-top: 2rem;
}
@media only screen and (max-width: 1445px) {
}
@media only screen and (max-width: 1366px) {
}
@media only screen and (max-width: 1199px) {
	.bannerlp {
		min-height: auto;
	}
	
	.lp-header ul li .button-round {
		padding:   1rem;
		font-size: 0.8rem;
	}
	
	.lp-header ul li .numSec {
		font-size: 0;
	}
	
	.lp-header ul li .numSec i {
		font-size: 1rem;
		color:     #903C88;
	}
	
	.lp-header ul li {
		font-size: 1.2rem;
	}
	
	.bannerlp .banner-content .banner-title {
		font-size: 29px;
		margin:    0 0 1rem;
	}
}
@media only screen and (max-width: 767px) {
	
	.lp-header ul li:nth-child(3),
	.lp-girl,
	.rateImg {
		display: none;
	}
	
	.banner-content .banner-subtitle {
		font-size: 18px;
	}
	
	.bannerlp {
		padding-top:      0;
		padding-bottom:   0;
		background-image: linear-gradient(to right bottom, #968FF8, #847BF8, #7268F7, #5E53F5, #483DF2);
	}
	
	.rateImg img {
		width:      120px;
		margin-top: 0.5rem;
	}
	
	.btnSec {
		flex-direction: column;
		gap:            1rem;
	}
	
	.btnSec a {
		background: #213643;
		padding:    10px;
		font-size:  1rem;
	}
	
	.bannerlp .banner-content .banner-title {
		font-size: 28px;
	}
	
	.bannerlp .banner-content .banner-subtitle {
		font-size: 16px !important;
	}
	
	.bannerlp .banner-text p {
		align-items: flex-start;
		padding:     0;
		font-size:   1rem;
		line-height: 1.3;
	}
	
	.bannerlp .banner-text p img {
		width:    14px;
		position: relative;
		top:      2px;
	}
	
	.home-banner-us .banner-content {
		padding:    1.5rem 0 2rem;
		margin-top: 4rem;
	}
	
	.home-banner-us {
		background: url(./assets/images/file-a-us-trademark.jpg) center/cover no-repeat;
		height:     770px;
	}
	
	.lp-header ul {
		margin-top: -2rem;
		gap:        1rem;
	}
}
@media only screen and (max-width: 575px) {
	.home-about {
		padding-top: 1rem;
	}
}