.vv-flex {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 17px 0;
}

#currency {
    position: relative;
    float: right;
    padding: 13px 21px 10px 8px;
    border-radius: 1rem;
    width: 18% !important;
    background: var(--bs-white)
}


/* colors */

.bg1,
.bg1 .contact-image h2 {
    /* color: #5ccde7; */
    color: #29b1d1;
    background: #5ccde7;
}

.bg4,
.bg4 .contact-image h2 {
    /* color: #5ccde7; */
    color: #9b7f15;
    background: #f7edc7;
}

.bg2,
.price-option__purchase,
.cert-form .std_id,
.bg2 .contact-image h2 {
    background: #6b3bff;
    color: #6b3bff;
}

.bg3,
.price-option__purchase,
.cert-form .std_id,
.bg3 .contact-image h2 {
    /* background: #5c1010;*/
    /*    color: #5c1010; */
    background: #d1efe1;
    color: #2c503f;
}

summary label {
    color: #46747e;
}

label h4 {
    color: white;
    font-size: 28px;
    text-align: center
}


/*  */

.cert-form {
    /* margin: 3rem 0 2rem; */
    box-shadow: 5px 2px 10px 0 rgb(158 158 158 / 83%)
}

@media only screen and (max-width: 600px) {
    .cert-form {
        margin: 3rem 0 2rem;
    }
}

.contact-image {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0 0;
    align-content: stretch;
}

@media only screen and (max-width: 600px) {
    .contact-image {
        margin: 0;
    }
    .contact-image h2 {
        width: auto !important;
        font-size: 26px
    }
    h3.animate-charcter {
        font-size: 18px;
    }
}

.contact-image img {
    /* border-radius: 6rem;
   width: 11%;
   margin-top: -3%;
   transform: rotate(29deg); */
    border-bottom-right-radius: 7rem;
    border-bottom-left-radius: 7rem;
    /* width: 9%; */
    margin-top: -5%;
    background: white;
    padding: 11px 30px;
}

.contact-image h2 {
    border-bottom-right-radius: 9rem;
    border-bottom-left-radius: 9rem;
    /* width: 10%; */
    margin-top: -2%;
    background: white !important;
    font-weight: 900;
    padding: 19px 30px;
    text-align: center;
    text-shadow: 0px 3px 6px #d7d0ee
}

@media screen and (max-width: 1199px) {
    .contact-image h2 {
        margin-top: -4%;
    }
}

.cert-form form {
    padding: 20px 0
}

.cert-form form .row {
    /* margin-bottom: -7%; */
}

.infos .checkbox {
    padding: 5px 0;
    /* width: 95%; */
}

.infos .checkbox label {
    /* margin-bottom: 8%;
   margin-top: -10%; */
    text-align: center;
    color: black;
    font-weight: 200;
    display: initial !important;
    /* font-size: 15px; */
}

.cert-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.btnContactSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}


/* ////cert plan  */

button,
input,
select,
textarea {
    font: inherit;
}

a {
    color: inherit;
}


/* End basic CSS override */

.price-table {
    background-color: white;
    border-radius: 16px;
    /* min-height: 28rem;
   max-width: 375px;
   min-width: 332px; */
    padding: 20px 32px;
    margin: 10px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    background-image: linear-gradient(135deg, rgba(74, 222, 128, 0.15), rgba(29, 123, 219, 0.1) 20%, var(--c-blue-700) 40%, var(--c-blue-700) 100%);
}

.price-table:after {
    content: "";
    display: block;
    top: -3px;
    left: -3px;
    bottom: -3px;
    right: -3px;
    z-index: -1;
    position: absolute;
    border-radius: 16px;
    background-image: linear-gradient(135deg, var(--c-green-400), var(--c-blue-500) 40%, var(--c-blue-300) 60%, var(--c-blue-700) 100%);
}

.price-table .bought {
    padding: 10px 0;
}

.price-table .cert_price {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 700;
    display: inline-flex;
    align-self: center;
    align-items: center;
    gap: 4px;
    position: relative;
    color: #776e95;
}

.price-table .cert_price small {
    font-size: 1.25rem;
    font-weight: 400;
    /* position: absolute; */
    left: -1.5ch;
}

.price-table .title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    margin-top: 16px;
    color: #fff;
}

.price-table .description {
    font-size: 1rem;
    text-align: center;
    margin-top: 4px;
    color: gray;
}

.price-table .button {
    margin: 0 auto 0 auto;
    background: var(--bs-secondary);
    padding: 10px;
    /* width: 100%; */
    text-align: center;
}

.price-table .button a {
    color: var(--bs-white) !important;
    font-size: 16px;
}

.features {
    margin: 18px 0;
}

@media screen and (max-width:1199px) {
    .features {
        margin: 18px 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: center;
    }
}

ul.feature li label {
    color: #00000099;
}

ul.feature {
    margin: 0;
}

ul.feature li:before {
    content: url(https://img.icons8.com/emoji/20/000000/check-mark-emoji.png);
}

.feature {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
}

.feature+.feature {
    /* margin-top: 16px; */
}

.feature summary {
    display: inline-flex;
    align-items: center;
    list-style: none;
}

.feature summary::-webkit-details-marker {
    display: none;
}

.feature[open] summary:after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 50;
}

.feature[open] div {
    animation: scale 0.15s ease;
}

.feature .checkmark {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--c-green-400);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.feature .checkmark svg {
    width: 18px;
    height: 18px;
    color: #fff;
}

.feature .question-icon {
    display: flex;
    align-items: center;
    margin-left: 6px;
    cursor: pointer;
}

.feature .answer {
    padding: 12px;
    background-color: var(--c-blue-800);
    border-radius: 6px;
    position: absolute;
    top: -12px;
    z-index: 100;
    transform: translatey(-100%) translatex(-50%);
    transform-origin: bottom center;
    width: 80%;
    left: 50%;
    border: 1px solid var(--c-blue-300);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}

@keyframes scale {
    0% {
        transform: translatey(-100%) translatex(-50%) scale(0);
    }
    100% {
        transform: translatey(-100%) translatex(-50%) scale(1);
    }
}


/*////////////////////// //coupons///////////////////////  */

.responsive-group {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

:root {
    --color-primary: #f6aca2;
    --color-secondary: #f49b90;
    --color-tertiary: #f28b7d;
    --color-quaternary: #f07a6a;
    --color-quinary: #ee6352;
    /* --color-primary: #5192ED;
--color-secondary: #69A1F0;
--color-tertiary: #7EAEF2;
--color-quaternary: #90BAF5;
--color-quinary: #A2C4F5;
*/
}

.text_shadows {
    font-size: 3.5rem;
    /* font-size: 4rem; */
    text-align: center;
    margin: 0;
    /* color: #e5e1e1; */
    animation: shadows 1.2s ease-in infinite, move 1.2s ease-in infinite;
    letter-spacing: -2.8px;
}

label h6 {
    color: white;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    text-shadow: -2px 1px black;
    text-align: center;
}

@keyframes shadows {
    0% {
        text-shadow: none;
    }
    10% {
        text-shadow: 3px 3px 0 var(--color-secondary);
    }
    20% {
        text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary);
    }
    30% {
        text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary);
    }
    40% {
        text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
    }
    50% {
        text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
    }
    60% {
        text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
    }
    70% {
        text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary);
    }
    80% {
        text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary);
    }
    90% {
        text-shadow: 3px 3px 0 var(--color-secondary);
    }
    100% {
        text-shadow: none;
    }
}

@keyframes move {
    0% {
        transform: translate(0px, 0px);
    }
    40% {
        transform: translate(-12px, -12px);
    }
    50% {
        transform: translate(-12px, -12px);
    }
    60% {
        transform: translate(-12px, -12px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

.coupon {
    position: relative;
    /* width: 200px; */
    height: auto;
    margin: 10px 8px;
    border-radius: 10px;
    border: 2px dashed #fa5b7d;
    /* background-color: pink; */
}

.coupon:nth-child(1) {
    background-color: #fad0c4;
    background-image: linear-gradient(93deg, #12c9b4 0%, #adf7ee 20%)
}

.coupon:nth-child(2) {
    /* background-color: #ffac81;
   background-image: linear-gradient(315deg, #ffac81 0%, #ff928b 74%); */
    background-color: #f9ea8f;
    background-image: linear-gradient(60deg, #f9ea8f 0%, #aff1da 74%);
}

.coupon:nth-child(4) {
    background-color: #eec0c6;
    background-image: linear-gradient(64deg, #f1dbde 0%, #7ee8fa 74%);
}

.coupon:nth-child(3) {
    background-color: #bbf0f3;
    background-image: linear-gradient(81deg, #f3f7ea 0%, #f6d285 28%);
}

small {
    padding: 0 4px;
}

.coupon .coupon__tag {
    position: absolute;
    left: -29%;
    bottom: 40%;
    width: 70%;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    font-size: 0.92em;
    text-align: center;
    font-family: Helvetica;
    /* color: #fa5b7d; */
    color: #757991;
}

.coupon .coupon__body {
    margin-left: 30px;
    padding: 10px 15px;
    border-left: 1px dotted #fa5b7d;
}

@media only screen and (max-width: 600px) {
    .coupon .coupon__body {
        min-height: auto;
    }
    .coupon .coupon__body .coupon__value {
        font-size: 1.6em !important;
    }
}

.coupon .coupon__body .coupon__title,
.coupon .coupon__body .coupon__value {
    text-align: center;
}

.coupon .coupon__body .coupon__title {
    /* font-family: Helvetica;
   font-size: 1em;
   text-shadow: 1px 1px 0 white;
   color: #fa5b7d; */
    font-family: Helvetica;
    font-size: 15px;
    color: #0c0c0ec2;
    padding: 5px;
}

.coupon .coupon__body .coupon__value {
    font-family: Museo slab;
    font-size: 2em;
    color: var(--bs-danger);
    text-shadow: -1px 6px 5px #9d9595;
}

.coupon__value h5 {
    color: #6b3bff;
    text-shadow: none;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 0 0;
}

.coupon__value h5 span {
    font-weight: 900;
    font-size: 16px;
    color: #83222b;
}

.m-2 {
    margin: 10px 0;
}


/* ////////////////////coupon end/////////////////////// */


/* pricing for r2  */


/* General */

h1,
h2,
h3,
h4,
h5,
h6 {
    cursor: pointer;
}


/* Intro */

.intro {
    width: 100%;
    height: 30px;
}

.intro h1 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.intro a {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
}

.intro img {
    width: 20px;
    heght: 20px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    top: 5px;
}


/* Body */

#pricing-for-r2 {
    /* width: 80%; */
    /* min-width: 1100px; */
    /* min-height: 500px; */
    /* margin: 3% auto 0 auto; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* margin: 0 15px; */
}

#pricing-for-r2 .pricetab:nth-child(1) h1,
#pricing-for-r2 .pricetab:nth-child(1) .pricefooter .button {
    background: var(--bs-orange)
}

#pricing-for-r2 .pricetab:nth-child(2) h1,
#pricing-for-r2 .pricetab:nth-child(2) .pricefooter .button {
    background: var(--bs-green2);
}

#pricing-for-r2 .pricetab:nth-child(3) h1,
#pricing-for-r2 .pricetab:nth-child(3) .pricefooter .button {
    background: var(--bs-light-green)
}

#pricing-for-r2 .pricetab:nth-child(4) h1,
#pricing-for-r2 .pricetab:nth-child(4) .pricefooter .button {
    background: var(--bs-primary)
}

#pricing-for-r2 .pricetab:nth-child(5) h1,
#pricing-for-r2 .pricetab:nth-child(5) .pricefooter .button {
    background: var(--bs-red);
}

#pricing-for-r2 .pricetab:nth-child(6) h1,
#pricing-for-r2 .pricetab:nth-child(6) .pricefooter .button {
    background: var(--bs-pink);
}

#pricing-for-r2 .pricetab:nth-child(4) h1:nth-child(3) {
    background: #88a2ff;
}

#pricing-for-r2 .pricetab:nth-child(5) h1:nth-child(2) {
    background: #ff6473cf;
}

#pricing-for-r2 .pricetab:nth-child(4) h1:nth-child(2) {
    background: #6f8fff9e;
}

.pricetab {
    /* min-width: 260px; */
    min-width: 271px;
    min-height: 28rem;
    /* min-height: 56rem; */
    background: white;
    float: left;
    margin-top: .2%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
    margin: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.col-md-6.p-0 {
    border-right: 1px solid #ede0e0;
}

#pricing-for-r2 .pricetab:nth-child(5) {
    /* min-height: 48rem; */
}

@media screen and (max-width:1199px) {
    #pricing-for-r2 .pricetab {
        min-height: auto;
    }
    .pricetab h1 {
        font-size: 15px !IMPORTANT;
    }
    .col-md-12.p-0 {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .v-flex {
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        align-content: center;
    }
}

@media only screen and (max-width: 600px) {
    .price-table {
        min-width: auto
    }
    .col-md-12.p-0,
    .v-flex {
        display: block !important
    }
    .pricetab,
    .pricetabmid {
        width: 300px;
        margin: 15px;
        min-height: auto !important
    }
    .text_shadows {
        display: block;
        margin: 10px 0;
        font-size: 2em
    }
    #currency {
        width: 50% !important;
    }
}

.pricetabmid {
    /* width: 20%; */
    min-width: 220px;
    background: linear-gradient(#F9B84A, #ff9547);
    float: left;
    box-shadow: 0 0 15px rgba(0, 0, 0, 1);
    margin: 22px 4px;
    position: relative;
}

.priceheader {
    width: 100%;
    height: 60px;
    background-image: -o-linear-gradient(bottom, #444, #555);
    background-image: -webkit-linear-gradient(bottom, #444, #555);
    background-image: -o-linear-gradient(bottom, #444, #555);
    background-image: -moz-linear-gradient(bottom, #444, #555);
    background-image: linear-gradient(to bottom, #444, #555);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .5);
}

.price {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #9e9e9e;
    margin: 5% auto 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 22%);
}

.pricemid {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #444;
    margin: 5% auto 0 auto;
    text-align: center;
}

.infos {
    margin: 25px 17px;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.infos#subject_list6 {
    height: 16rem;
}

.infos#subject_list4,
.infos#subject_list49 {
    height: 17rem;
}

@media only screen and (max-width: 600px) {
    .infos {
        height: auto !important
    }
}

@media screen and (max-width:1199px) {
    .infos#subject_list6
    /* ,.infos#subject_list4,
   .infos#subject_list49,.infos#subject_list3,.infos#subject_list39  */
    {
        height: auto;
    }
    .infos#subject_list3,
    .infos#subject_list39 {
        height: 20rem;
    }
}

.pricefooter {
    width: 100%;
    /* height: 50px; */
    margin-top: 5px;
    background: #333;
}

.pricefootermid {
    width: 100%;
    height: 50px;
    margin-top: 10%;
    background: #fe9040;
}

.author {
    width: 10%;
    min-width: 150px;
    height: 40px;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    clear: both;
    float: right;
    position: fixed;
    bottom: 0;
    right: 0;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.author:hover {
    background: rgba(0, 0, 0, .8);
}

.author:hover .credit {
    margin-left: 10%;
}


/* Typo */

.title {
    font-family: arial;
    color: #fff;
    font-size: 38px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 2px 5px rgba(0, 0, 5, 0.2);
    margin: auto;
}

.pricetab h1 {
    font-size: 18px;
    color: white;
    text-align: center;
    padding: 15px;
    background: #ed9292;
    margin: 0;
    line-height: 1.3;
    text-transform: capitalize;
    font-weight: 700;
}

.price h2 {
    text-align: center;
    font-size: 30px;
    color: #5c1010;
    padding: 0;
    margin: 0;
    width: 71px;
    filter: grayscale(1);
}

sub {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

h3 {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    line-height: 1;
}

.pricefooter .button a {
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    line-height: 3;
}

.pricefootermid .buttonmid a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 3;
}

.credit {
    font-family: arial;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-shadow: 1px 2px 5px rgba(0, 0, 5, 0.2);
    margin-left: 5%;
    line-height: 1.3;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/* Buttons */

.pricefooter .button {
    /* width: 50%; */
    /* padding: 20px 0; */
    margin: 0 auto 0 auto;
    /* background: #ff9547; */
    text-align: center;
    cursor: pointer;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pricefooter .button:hover {
    /* width: 60%; */
}

.pricefootermid .buttonmid {
    width: 50%;
    padding: 20px 0;
    margin: 0 auto 0 auto;
    background: #333;
    text-align: center;
    cursor: pointer;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.buttonmid:hover {
    width: 60%;
}

#duration1 {
    color: black;
    font-size: 12px;
    padding: 10px;
    margin: 5px 0;
    width: 100%;
}


/* ///////////////////////////////////////////////////////////// */

p.discounttext,
.discounttext2,
.discountprice {
    /* font-size: 24px;
   text-shadow: 1px 1px #ffaa39;
   font-weight: 600;
   letter-spacing: 3px; */
    font-size: 24px;
    text-shadow: 1px 1px #ffaa39, 2px 2px #bb2020;
    font-weight: 600;
    letter-spacing: 3px;
    color: #0f2a65;
}

@media only screen and (max-width :600px) {
    p.discounttext,
    .discounttext2,
    .discountprice {
        letter-spacing: 0px !important;
        font-size: 22px;
    }
}


/* .animate-charcter {
   text-transform: uppercase;
   background-image: linear-gradient(-225deg,
           #cec5ef 0%,
           #d4b6f3 29%,
           #f7abc4 67%,
           #fff800 100%);
   background-size: auto auto;
   background-clip: border-box;
   background-size: 200% auto;
   color: #fff;
   background-clip: text;
   text-fill-color: transparent;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   animation: textclip 2s linear infinite;
   display: inline-block;
   font-size: 21px;
   font-weight: 700;
}

@keyframes textclip {
   to {
       background-position: 200% center;
   }
}

@media only screen and (max-width: 600px) {

   .animate-charcter {
       font-size: 19px;
   }
} */

.vf-flex {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: center;
}


/* h1, h2 {
margin: 0;
line-height: 1;
font-weight: 400;
} */

h3.animate-charcter {
    color: white;
    font-weight: 600;
}

h3.animate-charcter {
    font-family: Futura, sans-serif;
    font-weight: 900;
    font-size: 24px;
    /* padding: 80px; */
    color: #d7417f;
    background: #ffffff;
    padding: 15px 25px;
    width: 100%;
    border-radius: 1rem;
}

@keyframes ani {
    /* 0% {
       transform: translate3d(0, 0, 0);
       text-shadow: 0em 0em 0 lightblue;
       color: #f6d58f;
   }

   30% {
       transform: translate3d(0, 0, 0);
       text-shadow: 0em 0em 0 lightblue;
       color: #bdefcb;
   }

   70% {
       transform: translate3d(0.08em, -0.08em, 0);
       text-shadow: -0.08em 0.08em lightblue;
       color: #269d8e;
   }

   100% {
       transform: translate3d(0.08em, -0.08em, 0);
       text-shadow: -0.08em 0.08em lightblue;
       color: #9c27b0;
   }
} */
    0% {
        transform: translate3d(0, 0, 0);
        text-shadow: 0em 0em 0 #815c0f;
        color: #f3ddaf;
    }
    30% {
        transform: translate3d(0, 0, 0);
        text-shadow: 0em 0em 0 #366878;
        color: #a4e7b7;
    }
    70% {
        transform: translate3d(0.08em, -0.08em, 0);
        text-shadow: -0.08em 0.08em #681d10;
        color: #f1c5c5;
    }
    100% {
        transform: translate3d(0.08em, -0.08em, 0);
        text-shadow: -0.08em 0.08em #7b068f;
        color: #df98eb;
    }
}

.animate-charcter span {
    position: relative;
    display: inline-block;
    animation: ani 1s infinite alternate cubic-bezier(0.86, 0, 0.07, 1);
}

.animate-charcter span:nth-last-child(1n) {
    animation-delay: -0.1666666667s;
}


/* .animate-charcter span:nth-last-child(2n) {
animation-delay: -0.3333333333s;
}
.animate-charcter span:nth-last-child(3n) {
   animation-delay: -0.5s;
} */


/* //////////////////////////////////// */


/* .next {
       animation: slide1 1s ease-in-out infinite;
       margin-left: 9px;
   }

   @keyframes slide1 {

       0%,
       100% {
           transform: translate(0, 0);
       }

       50% {
           transform: translate(10px, 0);
       }
   } */

@media print {
    html,
    body {
        display: none;
    }
}

html {
    user-select: none;
}


/* ////////////ribbon /////////////////////// */

.container-r {
    --d: 6px;
    /* folded part */
    --c: blue;
    /* color */
    --f: 16px;
    /* ribbon font-size */
    /* width: 200px;
   height: 180px; */
    position: relative;
    display: inline-block;
    /*  margin: 20px;
   background: lightblue; */
}


/* 
.container-r::before {
   content: attr(data-ribbon) !IMPORTANT;
   position: absolute;
   font-size: 16px;
   top: 0;
   right: 0;
   font-size: 20px;
   font-weight: 900;
   top: 0;
   text-shadow: 2px 3px 5px #6b3bff;
   transform: translate(29.29%, -100%) rotate(45deg);
   color: #fff;
   text-align: center;
   border: 1px solid transparent;
   border-bottom: 0;
   transform-origin: bottom left;
   padding: 5px 35px calc(6px + 5px);
   background: linear-gradient(rgba(0, 0, 0, 0.5) 0 0) bottom/100% 6px no-repeat #dc3545;
   background-clip: padding-box;
   clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 6px) calc(100% - 6px), 6px calc(100% - 6px), 0 100%);
   -webkit-mask: linear-gradient(135deg, transparent calc(50% - 6px * 0.707), #fff 0) bottom left,
       linear-gradient(-135deg, transparent calc(50% - 6px * 0.707), #fff 0)bottom right;
   -webkit-mask-size: 300vmax 300vmax;
   -webkit-mask-composite: destination-in;
   mask-composite: intersect;
}

@media only screen and (max-width: 600px) {
   .container-r::before {
      
       transform: translate(-11.71%, -100%) rotate(0deg)
   }
}

.left::before {
   left: 0;
   right: auto;
   transform: translate(-29.29%, -100%) rotate(-45deg);
   transform-origin: bottom right;
} */


/* 
body {
   text-align: center;
   background: #f2f2f2;
} */

.box {
    position: relative;
    /* max-width: 600px;
   width: 90%;
   height: 400px;
   background: #fff;
   box-shadow: 0 0 15px rgba(0, 0, 0, .1); */
}


/* common */


/* .ribbon {
   width: 150px;
   height: 150px;
   overflow: hidden;
   position: absolute;
}

.ribbon::before,
.ribbon::after {
   position: absolute;
   z-index: -1;
   content: '';
   display: block;
   border: 5px solid #2980b9;
}

.ribbon span {
   position: absolute;
   display: block;
   width: 225px;
   padding: 15px 0;
   background-color: #3498db;
   box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
   color: #fff;
   font: 700 18px/1 'Lato', sans-serif;
   text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
   text-transform: uppercase;
   text-align: center;
} */


/* top right*/


/* .ribbon-top-right {
   top: -10px;
   right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
   border-top-color: transparent;
   border-right-color: transparent;
}

.ribbon-top-right::before {
   top: 0;
   left: 0;
}

.ribbon-top-right::after {
   bottom: 0;
   right: 0;
}

.ribbon-top-right span {
   left: -25px;
   top: 30px;
   transform: rotate(45deg);
} */

p#all_product_amt,
p.certificate_amt,
p.delivery_charges {
    font-size: 18px;
    letter-spacing: 2px;
    color: green;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}