.hero-section{
	background-color: #001949;
	background: radial-gradient(circle, rgba(34,30,124,1) 0%, rgba(0,25,73,1) 47%, rgba(0,25,73,1) 69%, rgba(0,25,73,1) 100%);
}
.hero-section h1{
	color: #FFF;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 57.7px;
	margin-bottom: 18px;
}
.hero-section h1 .high-light{
	color: #FFFFFF;
	background-color: #0057FF;
}
.hero-section p{
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; 
}
.app-list p.star-rating-wrap, 
.app-list .star-rating-wrap span.star-rating {
	background-repeat: repeat-x;
	height: 18px;
	background-position: left;
	background-size: contain;
	font-size: 0px;
	position: relative;
}
.app-list .star-rating-wrap {
	background-image: url(../images/star-grey.svg);
	width: calc(18px * 5);
	position: relative;
}
.app-list .star-rating-wrap span.star-rating {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/star-yellow.svg);
}
.app-list .bg-1,
.app-list .bg-2{
	position: relative;
	padding: 60px;
	border-radius: 12px;
	overflow: hidden;
	transition: all .2s ease;
}
.app-list .app-wrap:hover{
	box-shadow: 0px 12px 38px 0px #DBE9FF;
	transition: all .2s ease;
	transform: translateY(-2px);
}
.app-list .bg-1{
	border: 1px solid #E8EFFF;
	background: linear-gradient(180deg, #D9FFFC 0%, rgba(255, 255, 255, 0.00) 95.38%);
	
}
.app-list .bg-2{
	border: 1px solid #E8EFFF;
	background: linear-gradient(180deg, #E0FFEF 0%, rgba(255, 255, 255, 0.00) 95.38%);
}
.app-list .bg-1:before,
.app-list .bg-2:before{
	background-size: auto 40%;
	background-repeat: no-repeat;
	content: '';
	transition: all .5s ease-in-out;
	width: 100%;
	height: 100%;
	position: absolute;
}
.app-list .bg-1:before {
	right: -30px;
	bottom: -30px;
	background-image: url(../images/external-products/lp/bg-1.png);
	background-position: right bottom;
}
.app-list .bg-2:before {
	left: -30px;
	bottom: -30px;
	background-image: url(../images/external-products/lp/bg-2.png);
	background-position: left bottom;
}
.app-list .bg-1:hover:before,
.app-list .bg-2:hover:before{
	transition: all .5s ease-in-out;
	bottom: 0;
}
.app-list .bg-1:hover:before{
	right: -10px;
}
.app-list .bg-2:hover:before{
	left: -10px;
}
.app-list .app-wrap .img img{
	width: 57px;
	min-width: 57px;
	height: auto;
}
.app-list .app-wrap .app-name{
	color: #212121;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 28px; 
margin-bottom: 10px;
}
.app-list .price-rating p{
	color: #212121;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 19px;
}
.app-list .desc{
	color: #434343;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 25px; 
margin-bottom: 24px;
}
.app-list ul.tick-icon{
	padding: 0;
	margin: 0 -20px;
}
.app-list .tick-icon li{
	color: #434343;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 25px; 
margin-bottom: 20px;
padding-left: 24px;
position: relative;
display: inline-flex;
margin: 10px 20px;
}
.app-list .tick-icon li:before{
	content: '';
	background-image: url(../images/external-products/lp/tick-icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	    height: 25px;
	width: 12px;
	left: 0;
	top: 0;
	position: absolute;
}
.app-list .btns-group{
	flex-wrap: wrap;
	margin: 0 -10px;
}
.app-list .btns-group .btn{
	display: inline-flex;
	align-items: center;
	color: #0057FF;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px;
letter-spacing: 0.08px;
padding: 14px 56px 14px 32px;
position: relative;
border: 1px solid #0057FF;
transition: all .2s ease;
margin: 10px;
}
.app-list .btns-group .btn.pri-btn{
	color: #fff;
	background: #0057FF;
}
.app-list .btns-group .btn.sec-btn{
	color: #0057FF;
	background: #fff;
}
.app-list .btns-group .btn:hover,
.app-list .btns-group .btn:focus{
	transition: all .2s ease;
	transform: translateY(2px);
	text-decoration: none;
}
.app-list .btns-group .btn:after{
	content: '';
	position: absolute;
	right: 32px;
	top: 0;
	height: 100%;
	width: 16px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all .2s ease;
}
.app-list .btns-group .btn:hover:after{
	transition: all .2s ease;
	right: 30px;
}
.app-list .btns-group .btn.view-btn:after{
	background-image: url(../images/external-products/lp/view-icon.svg);
}
.app-list .btns-group .btn.visit-btn:after{
	background-image: url(../images/external-products/lp/visit-icon.svg);
}
.app-list .feat-img img{
	width: 100%;
}

@media(min-width: 1200px){
	.hero-section{
		background-color: #001949;
		background-image: url(../images/external-products/lp/bg-desktop.svg);
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: cover;

	}
	.app-list ul.tick-icon{
		display: inline-flex;
    flex-wrap: wrap;
	}
	.app-list .tick-icon li{
		    width: 42%;
	}
}
@media(max-width: 767px){
	.app-list .bg-1,
	.app-list .bg-2{
		padding: 20px;
	}
}
@media(max-width: 575px){
	.app-list .btns-group{
		justify-content: center;

	display: inline-flex;
	}
	.app-list .btns-group .btn{
		min-width: 213px;
		width: 212px;
		    display: flex;
    justify-content: center;
	}
}