body{
	font-family: sans-serif;
}
.blue-color {
	color: #253A87;
}
.blue-bg{
	background-color: #253A87;
}
.voilet-color {
	color: #561C7F;
}
.voilet-bg{
	background-color: #561C7F;
}
.red-color {
	color: #E50000;
}
.red-bg {
	background-color: #E50000;
}
.light-blue-color {
	color: #AEECFF;
}
.light-blue-bg {
	background-color: #AEECFF;
}
.green-btn {
	background: linear-gradient(48.23deg, #5EBB49 0%, #A1CB2D 106.32%) !important;
}
.noti-btn {
	background: linear-gradient(48.23deg, #F58D15 0%, #F8CA1D 106.32%) !important;
}
.banner-sec {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position-x: center;
    background-position-y: center;
}
@media (max-width: 768px) {
	.banner-sec {
	    background-size: contain;
	}
}
@media (max-width: 425px) {
	.banner-sec {
	    background-position-y: 130px;
	}
}
@media (max-width: 375px) {
	.banner-sec {
	    background-position-y: 150px;
	}
}
.bg-img-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.content-sec-a {
	background-image: url(../../assets/images/bg-img1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position-x: center;
    background-position-y: center;
	padding: 150px 0px;
}
@media (max-width: 425px) {
	.content-sec-a {
		background-image: url(../../assets/images/mobile-bg-img1.svg);
	    min-height: auto;
	}
}
.out-lines {
    border: 4px dashed #e50101;
}
.lable {
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    width: 55%;
    margin: 0 auto;
    border-radius: 10px;
}
@media (max-width: 1024px) {
	.lable {
		position: absolute;
		width: 80%;
	}
}
.icon-box {
	display: inline-block;
}
.light-blue-bg {
    background-color: #AEECFF;
    width: 224px;
    height: 224px;
    position: relative;
}
.icon-box img {
    width: 65px;
}
.notify {
    position: absolute;
    left: 10px;
    top: 0;
    width: 51px;
    height: 51px;
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    padding: 10px;
}
.notify-2{
    position: absolute;
    left: 10px;
    top: 0;
    width: 51px;
    height: 51px;
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    padding: 10px;
}
.arrow {
    position: absolute;
    top: -55px;
    right: -140px;
    width: 60px;
}
.footer-sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
}
.lock {
	width:12px;
}
.icon-carrier {
	width: 50px;
}
.warring {
	width: 30px;
}
.icon-1 {
	width: 63px;
}
.medal {
	width: 35px;
}
.check {
	width: 16px;
}
.fs-14 {
	font-size: 14px;
}
.fs-64 {
	font-size: 64px;
}
.fs-32 {
	font-size: 32px;
}
.fs-24 {
	font-size: 24px;
	font-weight: 500;
}
.fs-40 {
	font-size: 40px;
}
.fs-22 {
	font-size: 22px;
}
.w-2 p {
	font-size: 14px;
}
.secure-40 {
	font-size: 40px;
}
.ticket {
	font-size: 28.5px;
}
.hurry-48 {
	font-size: 48px;
}
.demand-28 {
	font-size: 28px;
}
@media (max-width: 1200px) {
	.hurry-48 {
		font-size: 35px;
	}
	.demand-28 {
		font-size: 24px;
	}
}
@media (max-width: 770px) {
	.lable {
		width: 90%;
	}
}
@media (max-width: 768px) {
	.fs-40 {
		font-size: 24px;
	}
	.fs-14 {
		font-size: 11px;
		font-weight: 700;
	}
	.fs-64 {
		font-size: 32px;
		color: #561C7F;
	}
	.fs-32 {
		font-size: 14px;
	}
	.fs-24 {
		font-size: 14px;
	}
	.medal {
		width: 20px;
	}
	.secure-40 {
		font-size: 24px;
		color: #561C7F;
	}
	.ticket {
		font-size: 14px;
	}
	.icon-carrier {
		width: 30px;
	}
	.warring {
		width: 20px;
	}
	.hurry-48 {
		font-size: 24px;
	}
	.demand-28 {
		font-size: 14px;
		line-height: 2;
	}
	.notify-2{
		right: 10px !important;
		left: inherit !important;
	}
	.lable {
	    position: absolute;
	    top: -30px;
	    left: -10px;
	    right: -10px;
	    width: 101.3% !important;
	    margin: 0 auto;
	    border-top-left-radius: 10px;
	    border-top-right-radius: 10px;
	    border-bottom-right-radius: 0px;
	    border-bottom-left-radius: 0px;
	}
	.out-lines {
	    border: 3px dashed #e50101;
	}
}

@media (max-width: 700px) {
	.w-2 {
		width: 350px;
		display: inline-block;
	}
}
@media (max-width: 425px) {
	.w-2 {
		width: 200px;
		display: inline-block;
	}
	.content-sec-a {
		background-position-x: inherit !important;
		padding: 80px 0px;
	}
}