/******ajout price*****/

.price_plan_area {
    position: relative;
    z-index: 1;
    background-color: #f5f5ff;
    padding-top:50px;
    padding-bottom:50px;
}

.single_price_plan {
    position: relative;
    z-index: 1;
    border-radius: 0.5rem 0.5rem 0 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 50px;
    background-color: #ffffff;
    padding: 3rem 4rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_price_plan {
        padding: 3rem;
    }
}
@media only screen and (max-width: 575px) {
    .single_price_plan {
        padding: 3rem;
    }
}
.single_price_plan::after {
    position: absolute;
    content: "";
    background-image: url("https://kjserveur.com/assets/img/half-circle-pricing.png");
    background-repeat: repeat;
    width: 100%;
    height: 17px;
    bottom: -17px;
    z-index: 1;
    left: 0;
}


.single_price_plan .title {
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 2rem;
    
}
.single_price_plan .title span {
    color: #ffffff;
    padding: 0.2rem 0.6rem;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #2ecc71;
    display: inline-block;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    
}
.single_price_plan .title h3 {
    font-size: 1.25rem;
}
.single_price_plan .title p {
    font-weight: 300;
    line-height: 1;
    font-size: 14px;
}
.single_price_plan .title .line {
    width: 80px;
    height: 4px;
    border-radius: 10px;
    background-color: #3f43fd;
}
.single_price_plan .price {
    margin-Top: 1.5rem;
    margin-bottom: .1rem;
    
}
.single_price_plan .price h4 {
    
    position: relative;
    z-index: 1;
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 0;
    color: #3f43fd;
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#e24997), to(#2d2ed4));
    background-image: linear-gradient(90deg, #ff1919, #0b1c72);
    
}

.single_price_plan .price h2 {
    position: relative;
    z-index: 1;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 0;
    color: #3f43fd;
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#e24997), to(#2d2ed4));
    background-image: linear-gradient(90deg, #e24997, #2d2ed4);
    
}

.single_price_plan .price h3 {
    position: relative;
    z-index: 1;
    font-size: 2rem;
    line-height: 1;
    margin-top: 1.5rem;
    margin-bottom: .2rem;
    color: #3f43fd;
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#e24997), to(#2d2ed4));
    background-image: linear-gradient(90deg, #0948b3, #344665);
    
}

.single_price_plan .description {
    position: relative;
    margin-bottom: 1.5rem;
}
.single_price_plan .description p {
    line-height: 16px;
    margin: 0;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.single_price_plan .description p i {
    color: #0948b3;
    margin-right: 0.8rem;
    font-size: 18px;
}
.single_price_plan .description p .lni-close {
    color: #ff4129;
}
.single_price_plan .description p .lni-protection {
    color: #ff4129;
}

.featured-div{
    background-color: #ebf2ff;
}





.single_price_plan .description p .titre-price {
    color: #0948b3;
    font-size: 18px;
    text-transform: capitalize;
    text-decoration:underline;
    padding-top:15px;
}

.single_price_plan .description p .text-ssl {
    color: #ff4129;
    
}



.single_price_plan .description p .text-wordpress {
    color: #0948b3;
    
}


.single_price_plan.active,
.single_price_plan:hover,
.single_price_plan:focus {
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
}
.single_price_plan .side-shape img {
    position: absolute;
    width: 35%;
    top: -4%;
    right: -4%;
    z-index: 9;
}

.section-heading h3 {
    margin-bottom: 1rem;
    font-size: 3.125rem;
    letter-spacing: -1px;
}

.section-heading p {
    margin-bottom: 0;
    font-size: 1.25rem;
}

.section-heading .line {
    width: 100%;
    height: 3px;
    margin: 30px auto 0;
    border-radius: 6px;
    background: #2d2ed4;
    background: -webkit-gradient(linear, left top, right top, from(#e24997), to(#2d2ed4));
    background: linear-gradient(to right, #e24997, #2d2ed4);
}


.center{
    padding-top:20px;
}

.text-h1{
    color:#0948b3;
    margin-bottom:5rem;
}
.barre{
    text-decoration: line-through;
}


.btn-grad {
    background-image: linear-gradient(to right, #e24997 0%, #2d2ed4  51%, #31553a  100%);
    margin-top: 4rem;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.2s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;

    display: block;
}
.btn-grad a {
    color:white;
}
.btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: white;
    text-decoration: none;
}

.centerprice{
    text-align:center;
}
.centerprice2{
    text-align:left;
    text-decoration: line-through;
    color:gray;
}



/*********** futured div********/

.featured_price_plan {
    position: relative;
    z-index: 1;
    border-radius: 0.5rem 0.5rem 0 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 50px;
    background-color: #fbffc3;
    padding: 3rem 4rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_price_plan {
        padding: 3rem;
        
    }
}
@media only screen and (max-width: 575px) {
    .single_price_plan {
        padding: 3rem;
    }
}
.featured_price_plan::after {
    position: absolute;
    content: "";
    background-image: url("https://kjserveur.com/assets/img/half-circle-pricing1.png");
    background-repeat: repeat;
    width: 100%;
    height: 17px;
    bottom: -17px;
    z-index: 1;
    left: 0;
}


.featured_price_plan .title {
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 2rem;
    
}
.featured_price_plan .title span {
    color: #ffffff;
    padding: 0.2rem 0.6rem;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #2ecc71;
    display: inline-block;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    
}
.featured_price_plan .title h3 {
    font-size: 1.25rem;
}
.featured_price_plan .title p {
    font-weight: 300;
    line-height: 1;
    font-size: 14px;
}
.featured_price_plan .title .line {
    width: 80px;
    height: 4px;
    border-radius: 10px;
    background-color: #3f43fd;
}
.featured_price_plan .price {
    margin-Top: 1.5rem;
    margin-bottom: .1rem;
    
}
.featured_price_plan .price h4 {
    
    position: relative;
    z-index: 1;
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 0;
    color: #3f43fd;
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#e24997), to(#2d2ed4));
    background-image: linear-gradient(90deg, #ff1919, #0b1c72);
    
}

.featured_price_plan .price h2 {
    position: relative;
    z-index: 1;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 0;
    color: #3f43fd;
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#e24997), to(#2d2ed4));
    background-image: linear-gradient(90deg, #e24997, #2d2ed4);
    
}

.featured_price_plan .price h3 {
    position: relative;
    z-index: 1;
    font-size: 2rem;
    line-height: 1;
    margin-top: 1.5rem;
    margin-bottom: .2rem;
    color: #3f43fd;
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#e24997), to(#2d2ed4));
    background-image: linear-gradient(90deg, #0948b3, #344665);
    
}



.featured_price_plan .description {
    position: relative;
    margin-bottom: 1.5rem;
}
.featured_price_plan .description p {
    line-height: 16px;
    margin: 0;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.featured_price_plan .description p i {
    color: #0948b3;
    margin-right: 0.8rem;
    font-size: 18px;
}
.featured_price_plan .description p .lni-close {
    color: #ff4129;
}
.featured_price_plan .description p .lni-protection {
    color: #ff4129;
}







.featured_price_plan .description p .titre-price {
    color: #0948b3;
    font-size: 18px;
    text-transform: capitalize;
    text-decoration:underline;
    padding-top:15px;
}

.featured_price_plan .description p .text-ssl {
    color: #ff4129;
    
}



.featured_price_plan .description p .text-wordpress {
    color: #0948b3;
    
}



.featured_price_plan .side-shape img {
    position: absolute;
    width: 10%;
    top: 0;
    right: 0;
    z-index: -2;
}

.mr5{
    margin-top:3rem;
    font-size:20px;
}


     
