﻿.m-conic-background {
    background: conic-gradient(from 176.8deg at 54.31% 57.45%, #8E7DF0 -37.27deg, #8E7DF0 56.41deg, #5BCDE7 87.21deg, #32C6B0 181.87deg, #284B64 223.54deg, #8E7DF0 322.73deg, #8E7DF0 416.41deg);
    filter: blur(184.58px);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.me-lg-auto {
    margin-right: unset !important;
}


.icon-chevron-right:before {
    content: "\e999";
}
.icon-angle-left:before {
    content: "\e7a5";
}

.icon-angle-right:before {
    content: "\e7a4";
}



/* Pricing Boxes
-----------------------------------------------------------------*/
.pricing-box {
 
    text-align: right;
  
}


/* Pricing Boxes - Title
-----------------------------------------------------------------*/
.pricing-title {
    padding: 0;
    background-color: transparent;
    border-bottom: 0;
}

    .pricing-title h3 {
        margin: 0;
        font-size: 21px;
        letter-spacing: 0;
        color: #555;
        text-transform: none;
    }

    .pricing-title span {
        font-size: 14px;
        text-transform: capitalize;
    }


/* Pricing Boxes - Price
-----------------------------------------------------------------*/
.pricing-price {
    position: relative;
    font-weight: 500;
}

    .pricing-price::after {
        content: none;
    }

    .pricing-price span.price-tenure {
        display: block;
        font-weight: normal;
        color: #AAA;
        text-transform: lowercase;
    }

/* Pricing Boxes - Features
-----------------------------------------------------------------*/
.pricing-features {
    padding: 0 0 1.25rem 0;
}

    .pricing-features li {
        padding: 7px 0;
        font-size: 14px;
    }

        .pricing-features li i {
            position: relative;
            top: 2px;
            font-size: var(--basefontsize, 16px);
        }


/* Pricing Boxes - Action
-----------------------------------------------------------------*/
.pricing-action {
    padding: 0;
    text-align: center;
}
