body {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

/******* banner start*******/
.banner {
    background-image: url(../images/allplan-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 500px;

}

.banner::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2524241f;
}

.banner h1 {
    font-weight: bold;
    color: #fff8f8;
    font-size: 50px;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media screen and (min-width:320px) and (max-width:990px) {
    .banner {
        padding: 100px 0;
    }

    .banner h1 {
        font-weight: bold;
        color: #ffffff;
        font-size: 25px;
    }
}

/******* banner start*******/
/******* alplans start ******/
.all-plan {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #9cabaf;
    /* background: linear-gradient(0deg, rgb(255 255 255) 50%, rgb(156 168 217) 50%, rgb(1, 18, 83) 87%); */
}

.all-plan .container {
    max-width: 80%;
    margin: auto;
}

.all-plan h2 {
    color: #fff;
    font-weight: bold;
    padding-bottom: 5px;
}

.all-plan .plan-head {
    color: #fbe7a6;
    padding-bottom: 30px;
}

.all-plan .pricing-content .content .plan-price {
    max-height: 120px;
    min-height: 105px;
    padding: 10px 0;
}

.all-plan .pricing-content .content .start-price {
    font-weight: bold;
    color: #04004b;
    font-size: 20px;
    padding-bottom: 5px;
}

.all-plan .pricing-content .content .cut-price {
    text-decoration: line-through;
    color: red;
    padding-bottom: 5px;
}

.all-plan .pricing-content .content .main-price {
    font-weight: bold;
}

.all-plan .pricing-content .content .plan-details {
    max-height: 100px;
    min-height: 80px;
}

.all-plan .pricing-content .content .plan-details ul li {
    font-size: 15px;
}

.all-plan .pricingTable {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    margin: 15px;
    position: relative;
    z-index: 1;
}

.all-plan .pricingTable .pricingTable-header {
    color: #08255c;
    background-color: #fff;
    text-align: center;
    padding: 40px 0 40px;
    margin: 0 15px;
    display: block;
    -webkit-clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
    clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
    position: relative;
    z-index: -1;
    max-height: 108px;
    min-height: 101px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.all-plan .pricingTable .title {
    font-size: 17px;
    font-weight: bold;
    margin: 0;
}

.all-plan .pricingTable .pricing-content {
    background: linear-gradient(to bottom, #FBEA54, #c3cbe1);
    border-radius: 20px;
    padding: 15px 15px 25px;
    margin-top: -15px;
    z-index: 2;
    transition: all 0.3s;
}

.all-plan .pricingTable:hover .pricing-content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.all-plan .pricingTable .content {
    background: #fff;
    border-radius: 10px;
    padding: 20px 50px 50px;
    margin-bottom: 20px;
    -webkit-clip-path: polygon(50% 100%, 100% 80%, 100% 0, 0 0, 0 80%);
    clip-path: polygon(50% 100%, 100% 80%, 100% 0, 0 0, 0 80%);
    max-height: 310px;
    min-height: 300px;
}

.all-plan .pricingTable .content ul {
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    list-style: disc;
    padding: 0;
    display: inline-block;
    margin: 0 auto 5px;
}

.all-plan .pricingTable .content ul li {
    margin-bottom: 10px;
}

.all-plan .pricingTable .content ul li span {
    color: #F39733;
}

.all-plan .pricingTable .price-value {
    color: #000;
    font-size: 30px;
    transition: all 0.3s;
}

.all-plan .pricingTable .amount {
    color: #F39733;
}

.all-plan .pricingTable .pricingTable-signup {
    color: #000000;
    font-size: 15px;
    padding: 8px 12px;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    transition: all 0.3s;
    border: 2px solid #fff;
    border-radius: 5px;
    text-decoration: none;
}

.all-plan .pricingTable .pricingTable-signup:hover {
    padding: 10px 15px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.7) inset;
    color: #000000;
    text-decoration: none;
}

.all-plan .pricingTable.green .pricingTable-header {
    color: #08255c;
}

.all-plan .pricingTable.green .pricing-content {
    background: linear-gradient(to bottom, #003c91, #cda973);
}

.all-plan .pricingTable.blue .pricingTable-header {
    color: #08255c;
}

.all-plan .pricingTable.blue .pricing-content {
    background: linear-gradient(to bottom, #fff03c, #a3b7d5);
}

/* Position navigation buttons at the bottom of cards */
.all-plan {
    position: relative;
}


/* Add some bottom padding to accommodate the navigation */
.all-plan {
    padding-bottom: 100px;
}



.all-plan .plan-all {
    background-color: #fce566;
    font-weight: bold;
    color: #000;
    margin: 10px 0;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.all-plan .plan-all:hover {
    box-shadow: 0 0 15px 5px rgba(35, 57, 255, 0.7);
    transform: scale(1.05);
}

@media only screen and (max-width: 767px) {
    .all-plan h1.white {
        font-size: 18px;
    }
}

@media only screen and (max-width: 990px) {
    .all-plan .container {
        width: 100%;
        max-width: 100%;
    }

}

@media only screen and (max-width: 479px) {
    .all-plan .pricingTable .content ul {
        font-size: 15px;
    }

    .all-plan .pricingTable .price-value {
        font-size: 23px;
    }



}

/******* plans end ******/