.ainfo-container {
	max-width: 1320px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
/*new theme*/

.grid-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.grid-item .borderless {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.list-checked {
    padding-left: 0;
    list-style: none;
}
.list-checked li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 17px;
    font-size: 16px;
}
.list-checked li:before {
    background-image: url(/skins/shared/images/ainfo/check.svg);
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: right center;
    content: "";
    margin-top: 2px;
}
.text-primary {
    color: #1238bf;
}
.fw-bold {
    font-weight: 600;
}
.mx-auto {
        margin-right: auto!important;
        margin-left: auto!important
}
.grid-cards a img {
    display: block;
    width: 100%;
}
.text-link {
    font-size: 20px;
    color: #1238bf;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
/*#region section global desktop*/
@media (min-width:992px) {
	.sec-size-xs {
		padding-top: 40px;
		padding-bottom: 40px;
		display: flow-root;
	}
	.sec-size-sm {
		padding-top: 80px;
		padding-bottom: 80px;
		display: flow-root;
	}	
	.sec-size-md {
		padding-top: 120px;
		padding-bottom: 120px;
		display: flow-root;
	}	
	.sec-size-lg {
		padding-top: 140px;
		padding-bottom: 140px;
		display: flow-root;
	}
    .sec-grid-gap {
        padding-left: 90px;
        padding-right: 90px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
	.grid-item-col{
		padding-left: 90px;
		padding-right: 90px;
	}
	.grid-item-col.greyleft {
		padding-left: 0;
	}
	.grid-item-col.greyright {
		padding-right: 0;
	}
.slide-leftcol {
    padding-left: 90px;
    position: relative;
    z-index: 1;
}
.slide-rightcol {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    top: 0;
    height: 100%;
    padding-right: 0;
    z-index: 0;
    right: 0;
    width: 700px;
}
.slide-rightcol img {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    width: auto !important;
}
	.heading-1 {
		font-size: 80px;
		line-height: 82px;
		padding-bottom: 30px;
		font-weight: 600;
	}
	.heading-2 {
		font-size: 55px;
		line-height: 60px;
		font-weight: 600;
	}
	.heading-3 {
		font-size: 40px;
		line-height: 48px;
		font-weight: 600;
	}
	.heading-4 {
		font-size: 30px;
		line-height: 38px;
		font-weight: 500;
	}	
    .heading-5 {
        font-size: 22px;
        line-height: 32px;
        font-weight: 600;
    }
	.heading-6 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
		font-weight: 500;
		padding-bottom: 0;
	}
    .sec-grid p {
        font-size: 16px;
        line-height: 18px;
        min-height: 38px;
    }
    .tile-grid {
        margin-top: 50px;
    }
}
/*#endregion section global desktop*/




/*#region pricing page*/
.flex-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 30px;
	margin-left:0;
	margin-right:0;
}
.price-container {
    max-width: 1000px;
    margin: 30px auto;
}
.pricing-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    background: #fff;
    box-shadow: 0 2px 9px rgb(0 0 0 / 11%);
    border: 2px solid #dfe1e6;
    border-radius: 10px;
}



    .pricing-box.black-box {
        border: 2px solid #0f1014;
        background: #0f1014;
    }

    .light-green .pricing-box {
        border: 2px solid #008060;
        background: #00806008;
        border-radius: 0 0 10px 10px;
    }
    .green-pricing .pricing-box:hover {
        border-color: #008060;
    }	
	.light-blue .pricing-box {
		border: 2px solid #1238bf;
		background: #f6fdff;
		border-radius: 0 0 10px 10px;
	}
    .blue-pricing .pricing-box:hover {
        border-color: #1238bf;
    }
.popular-pack {
    white-space: nowrap;
    text-align: center;
    color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 13px;
    padding-top: 3px;
    display: flex;
    justify-content: center;
}

    .popular-pack span {
        margin: 0 3px;
    }
.light-blue .popular-pack {
    background-color: #1238bf;
    border: 1px solid #1238bf;
}
.light-green .popular-pack {
    background-color: #008060;
    border: 1px solid #008060;
}

.pricing-box h2 {
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 6px;
}

.pricing-box.black-box h2 {
    color: #fff;
}

.pricing-box .list-price {
    text-decoration: line-through;
    font-size: 15px;
    color: #8d9091;
}

.pricing-box.black-box .list-price {
    color: #fff;
}

.pricing-box .price {
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
}

.pricing-box.black-box .price {
    color: #35bef5;
}

.pricing-box .next-price {
    font-size: 14px;
    color: #0f1014;
    font-weight: 500;
}

.pricing-box.black-box .next-price {
    color: #fff;
}

.pricing-box p {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 0;
}

.pricing-box.black-box p {
    color: #fff;
}

.pricing-box .pr-shortdesc {
    text-align: center;
    line-height: 18px;
    margin-bottom: 12px;
    color: #8d9091;
    font-size: 14px;
    padding: 0 20px;
    min-height: 56px;
    margin-top: 15px;
}
.pricing-box ul {
    border-top: 1px solid #dfe1e6;
    padding-top: 30px;
    margin-top: 20px;
    min-height: 222px;
    max-height: 222px;
    min-width: 220px;
}
    .pricing-box ul li {
        font-size: 13px;
        line-height: 24px;
    }

        .pricing-box ul li i {
            padding-right: 5px;
            font-weight: 600;
            margin-right: 2px;
        }

    .pricing-box ul strong {
        padding-bottom: 5px;
        display: block;
        font-size: 12px;
    }
.blue-pricing .pricing-box .price, .blue-pricing .pricing-box ul li i {
    color: #1238bf;
}
.green-pricing .pricing-box .price, .green-pricing .pricing-box ul li i {
    color: #008060;
}
.pricing-box .btn.btn-stroke-green-light {
    display: block;
    margin-top: 15px;
    border-width: 1px;
    letter-spacing: 1px;
    min-width: 160px;
    font-size: 12px;
    padding: 9px 8px 8px;
    font-weight: 500;
    border: 1px solid #008060;
    border-radius: 30px;
    text-transform: none;
    color: #008060;
}

    .pricing-box .btn.btn-stroke-green-light:hover {
        background: #008060;
        color: #fff;
    }

.pricing-box .btn.btn-stroke-green {
    display: block;
    margin-top: 15px;
    border-width: 1px;
    letter-spacing: 1px;
    min-width: 160px;
    font-size: 12px;
    padding: 9px 8px 8px;
    font-weight: 500;
    border-radius: 30px;
    background: #008060;
    color: #fff;
    border: 1px solid #008060;
}

    .pricing-box .btn.btn-stroke-green:hover {
        background: #ffffff;
        color: #008060;
    }
.pricing-box .btn.btn-stroke-blue {
    display: block;
    margin-top: 15px;
    border-width: 1px;
    letter-spacing: 1px;
    min-width: 160px;
    font-size: 12px;
    padding: 9px 8px 8px;
    font-weight: 500;
    border-radius: 30px;
    background: #1238bf;
    color: #fff;
    border: 1px solid #1238bf;
}
.pricing-box .btn.btn-stroke-blue-light {
    display: block;
    margin-top: 15px;
    border-width: 1px;
    letter-spacing: 1px;
    min-width: 160px;
    font-size: 12px;
    padding: 9px 8px 8px;
    font-weight: 500;
    border: 1px solid #1238bf;
    border-radius: 30px;
    text-transform: none;
    color: #1238bf;
}
@media (min-width: 992px) {

    .flex-box .ainfo-pricing > div {
        margin-right: 20px;
        margin-left: 20px;
    }

    .ainfo-pricing {
        width: 33.33333333%;
    }
}

@media (max-width: 991px) {

    .pricing-box {
        margin-bottom: 20px;
    }
}


@media (max-width: 600px) {
    .ainfo-pricing {
        width: 100%;
    }
}


/*#endregion pricing page*/
.ainfo-slider { 
	margin: 0 10px;
}
.ainfo-slider.content-slide .box-content-overly {
    text-align: left;
    color: #454545;
    font-size: 15px;
}
.ainfo-slider .box-text-cell-inner {
    max-width: 30%;
}
.ainfo-slider .box-text-cell-inner h2 {
    font-weight: 600;
    font-size: 26px;
    padding-bottom: 10px;
}

.price-box {
    display: flex;
    align-items: center;
    font-size: 28px;
}
.price-standard {
    font-size: 28px;
    color: #454545;
    padding: 0 6px;
}
.price {
    font-size: 28px;
    font-weight: 400;
    color: #1238bf;
    display: block;
    padding: 0 0 0 6px;
}