.price-section .title-line {
    top: -145px;
    margin-bottom: -111px;
}
.max-width-800 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.price-row {
	max-width: 1360px;
	margin-left: auto;
	margin-right: auto;
}
.price-row .row {
	--bs-gutter-x: 45px;
	--bs-gutter-y: 95px;
}
.price-blog {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 62px 0px rgba(66, 68, 89, 0.09);
}
.price-blog.popular {
	border: 2px solid rgb(156, 199, 22);
}
.price-icon {
	position: relative;
	display: flex;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background-image: -moz-linear-gradient( 43deg, rgb(152,191,17) 0%, rgb(178,225,24) 0%, rgb(99,120,57) 47%, rgb(20,15,89) 83%, rgb(20,15,89) 93%, rgb(20,15,89) 100%);
	background-image: -webkit-linear-gradient( 43deg, rgb(152,191,17) 0%, rgb(178,225,24) 0%, rgb(99,120,57) 47%, rgb(20,15,89) 83%, rgb(20,15,89) 93%, rgb(20,15,89) 100%);
	background-image: -ms-linear-gradient( 43deg, rgb(152,191,17) 0%, rgb(178,225,24) 0%, rgb(99,120,57) 47%, rgb(20,15,89) 83%, rgb(20,15,89) 93%, rgb(20,15,89) 100%);
	box-shadow: inset 0px 8px 18px 0px rgba(221, 222, 239, 0.29);
	border: 4px solid rgb(241, 242, 247);
	align-items: center;
	justify-content: center;
	margin-top: -45px;
	margin-bottom: 15px;
	margin-left: 34px;
}
.price-top {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px 30px 40px;
	border-bottom: 1px solid #e4e5ec;
}
.price-title {
	position: relative;
	display: block;
	font-size: 25px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
}
.price-tag {
	position: relative;
	display: block;
	font-weight: 600;
	font-size: 38px;
	line-height: 1.237;
	color: var(--sk-secondary);
}
.price-tag span {
	color: var(--sk-primary);
	font-size: 16px;
}
.price-info {
	padding: 35px 40px;
}
.price-info ul {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
.price-info ul li {
	position: relative;
	display: block;
	padding: 0 0 0 32px;
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
}
.price-info ul li strong {
	font-weight: 600;
}
.price-info ul li:before {
	position: absolute;
	content: '';
	display: flex;
	left: 0;
	top: 3px;
	width: 15px;
	height: 15px;
	background: url(../images/check.svg) no-repeat center;
	background-size: contain;
}
.price-blog .btn-outer {
	padding: 0 40px 50px;
	width: 100%;
}
.price-blog .btn-outer .btn {
	width: 100%;
	justify-content: center;
	text-align: center;
}
.price-popular-tag {
    position: absolute;
    right: -2px;
    top: -28px;
    display: inline-block;
    background-color: #9ac417;
    color: var(--sk-primary);
    padding: 5px 20px 30px 20px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: -1;
}
.price-bottom-area {
	padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-top: 30px;
}
@media (max-width: 1550px) {
	.price-row .row {
	    --bs-gutter-x: 25px;
	}
	.price-top {
        padding: 0 25px 25px;
    }
    .price-title {
	    font-size: 22px;
	}
	.price-tag {
	    font-size: 32px;
	}
	.price-tag span {
	    font-size: 14px;
	}
	.price-info {
	    padding: 35px 25px;
	}
	.price-blog .btn-outer {
	    padding: 0 25px 50px;
	}
}
@media (max-width: 1199px) {
	.price-top {
		flex-direction: column;
    }
    .price-icon {
    	margin-left: 22px;
    }
}
@media (max-width: 991px) {
	.price-top {
		flex-direction: row;
    }
    .price-title {
	    font-size: 25px;
	}
	.price-tag {
	    font-size: 38px;
	}
}
@media (max-width: 767px) {
	.price-top {
	    padding: 0 25px 25px;
	}
	.price-info {
	    padding: 30px 25px;
	}
	.price-section .title-line {
	    top: -81px;
	    margin-bottom: -55px;
	}
	.price-icon {
	    width: 80px;
	    height: 80px;
	    margin-top: -40px;
	    margin-bottom: 20px;
	    margin-left: 20px;
	    padding: 19px;
	}
	.price-blog .btn-outer {
	    padding: 0 15px 40px;
	}
	.price-title {
	    font-size: 25px;
	}
	.price-tag {
	    font-size: 36px;
	}
	.price-row .row {
		--bs-gutter-y: 70px;
	}
}
@media (max-width: 480px) {
	.price-top {
		flex-direction: column;
	}
}