.pricing-area .single-item {
    margin-bottom: 30px;
}
.pricing-area .pricing-item {
    padding: 50px 40px;
    background: #fff;
    border-radius: 5px;
    position: relative;
}

.pricing-area .pricing-item>i {
    display: inline-block;
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 60px;
    color: #5138ee;
    font-weight: 100;
    opacity: 0.2;
}

.pricing-item .pricing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.pricing-item .pricing-header h4 {
    margin: 0;
    font-weight: 900;
    background: #fff;
    padding-right: 20px;
}

.pricing-item .pricing-header span {
    background: #fff;
    padding-left: 20px;
}

.pricing-item .pricing-header::after {
    position: absolute;
    left: 50%;
    top: 13px;
    content: "";
    height: 1px;
    width: 200px;
    background: #cccccc;
    transform: translateX(-50%);
    z-index: -1;
}

.pricing-item .price h2 {
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 20px;
}

.pricing-item .price h2 sup {
    font-weight: 700;
    font-size: 36px;
    top: -20px;
}

.pricing-item .price h2 sub {
    font-size: 15px;
    font-weight: 500;
    margin-left: -10px;
}
sub {
    bottom: -0.25em;
}

.pricing-item .btn {
    margin-bottom: 30px;
}
.btn.circle {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.btn-theme-effect {
    border: 2px solid #5138ee;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #fff;
	font-size: 14px;
}
.btn-sm {
    padding: 13px 40px;
}

.btn-theme-effect.circle::after {
    border-radius: 30px;
}
.btn-theme-effect::after {
    position: absolute;
    left: -10px;
    top: -10px;
    content: "";
    height: 120%;
    width: 120%;
    background: var(--color-primary);
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.pricing-item li {
    line-height: 35px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

ul {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 20px;
}

.default-padding.bottom-less {
    padding-top: 120px;
    padding-bottom: 90px;
}

.bg-dark .site-heading h2, .bg-theme .site-heading h2, .shadow .site-heading h2 {
    color: #fff;
}
.site-heading h2 {
    display: block;
    font-weight: 900;
    position: relative;
    margin-bottom: 0;
    line-height: 1.4;
}

.bg-dark .site-heading p, .bg-theme .site-heading p, .shadow .site-heading p {
    color:#fff;
}
@media (min-width: 1200px){
.site-heading p {
    padding: 0 10%;
}}
.site-heading p {
    margin: 0;
    margin-top: 10px;
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}


.gapequal {
   margin-bottom: 120px;
}
