/* --------- Pricing Page CSS Start -------- */

.pricing-section .nav .nav-link.active{
background:var(--cpc-gradient);
}

.pricing-box-items .pricing-list li{
position:relative;
}

.pricing-box-items .pricing-list{
padding-left:24px !important;
}

.pricing-box-items .pricing-list li:before{
content: "";
position: absolute;
left: -24px;
top: 6px;
width: 16px;
height: 16px;
background-image: url(/images/icons/orange-bullet-icon.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
/* --------- Pricing Page CSS End -------- */