/* 
.glob_lr {
    padding: 50px;
    background-image: linear-gradient(to right, #e0625b, #6889c2);
} */

.package-btn {
    border: none;
    padding: 8px 10px;
    border-radius: 8px;
      margin: 0px 3px;
      font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    color:black;
    /* background-color: rebeccapurple; */
}

a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 16px;
    /* font-weight: 600; */
}

.package-card {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
}

:root {
    --main-color: #d852a7;
}

.pricingTable {
    width: 95%;
    height: 100%;
    color: #fff;
    background: white;
    box-shadow: 1px 1px 2px 1px rgb(221, 221, 221);
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 30px 20px;
    margin: 0px 32px;
    border-radius: 30px;
    border-top: 4px solid #36a0b3;
}
.pricingTable2 {
    width: 95%;
    height: 100%;
    color: #fff;
    background: white;
    box-shadow: 1px 1px 2px 1px rgb(221, 221, 221);
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 30px 20px;
    margin: 0px 32px;
    border-radius: 30px;
    border-top: 4px solid #3dbd8f;
}
.pricingTable3 {
    width: 95%;
    height: 100%;
    color: #fff;
    background: white;
    box-shadow: 1px 1px 2px 1px rgb(221, 221, 221);
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 30px 20px;
    margin: 0px 32px;
    border-radius: 30px;
    border-top: 4px solid #c34e4e;
}

.pricingTable .pricingTable-header {
    margin: 0px 0px 9px;
}
.pricingTable2 .pricingTable-header {
    margin: 0px 0px 9px;
}
.pricingTable3 .pricingTable-header {
    margin: 0px 0px 9px;
}

.pricing-content b {
    color: #1d2d48;
    font-weight: 700;
}

.title {
    color:black;
    font-size: 42px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px 0px 30px 0px;
    text-align: center;
}

.pricingTable .title2 {
    color: #000000;
    font-size: 25px;
    background-color: #d1e6ff;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
    font-family: sans-serif;
    text-transform: capitalize;
    margin-bottom: 15px;
    line-height:0;
    padding-bottom:15px;
}
.title2 h5{
  font-size: 25px;
  font-weight: 600;
}

.pricingTable .price-value {
        color: white;
    background: #36a0b3;
    font-size: 24px;
    padding: 10px;
    font-weight: 700;
    margin: 0px 38px 15px -35px;
    border-radius: 0 30px 0 0;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    position: relative;
}

.pricingTable .price-value:before {
    content: "";
    background: linear-gradient(to top right, transparent 49%, #1e7383 50%);
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.pricingTable .price-value2 {
    color: white;
    background: #3dbd8f;
    font-size: 24px;
    padding: 10px;
    font-weight: 700;
    margin: 0px 38px 15px -35px;
    border-radius: 0 30px 0 0;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    position: relative;
}

.pricingTable .price-value2:before {
    content: "";
    background: linear-gradient(to top right, transparent 49%, #299b72 50%);
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: -15px;
    left: 0;
}


.pricingTable .price-value3 {
    color: white;
    background: #c34e4e;
    font-size: 24px;
    padding: 10px;
    font-weight: 700;
    margin: 0px 38px 15px -35px;
    border-radius: 0 30px 0 0;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    position: relative;
}

.pricingTable .price-value3:before {
    content: "";
    background: linear-gradient(to top right, transparent 49%, #912e2e 50%);
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: -15px;
    left: 0;
}


.pricingTable .pricing-content {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    text-align: left;
}

.pricingTable .pricing-content li {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    text-transform: capitalize;
    margin: 0 0 15px;
}

.pricing-content li:before {
    content: "\2713";
    font-weight: 900;
    color: #1d2d48;
    margin-right: 10px;
}

.pricingTable .pricing-content li:last-child {
    margin: 0;
}
.pricingTable{
    position: relative;
}
/*.pricingTable-signup {
    width: 50%;
    background: #36a0b3;
    color: white;
    padding: 10px;
    border-radius: 8px;
    position:absolute;
}*/
.pricingTable-signup {
        width:28%;
    background:#36a0b3;
    color: white;
    padding: 10px;
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    margin: 10px 0px 10px 0px;
    padding: 7px;
}
.pricingTable-signup a{
    text-decoration:none;
    color:white;
}

.pricingTable-signup2 {
        width:28%;
    background:#3dbd8f;
    color: white;
    padding: 10px;
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    margin: 10px 0px 10px 0px;
    padding: 7px;
}
.pricingTable-signup2 a{
    text-decoration:none;
    color:white;
}

.pricingTable-signup3 {
        width:28%;
    background:#c34e4e;
    color: white;
    padding: 10px;
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    margin: 10px 0px 10px 0px;
    padding: 7px;
}
.pricingTable-signup3 a{
    text-decoration:none;
    color:white;
}

/* .pricingTable .pricingTable-signup a {
    color: var(--main-color);
    background: #FCD2D1;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 5px 15px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.pricingTable .pricingTable-signup a:hover {
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
} */

.pricingTable.purple {
    --main-color: #7a54f2;
}

.pricingTable.blue {
    --main-color: #1c9cea;
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin: 0 0 40px;
    }
}

.package-font {
    font-family: 'open sans' !important;
}



/* -----------------------------------table------------------------------------ */
table {
    width: 100%;
    width: min(900px, 100%-3rem);
    margin-inline: auto;
    border-collapse: collapse;
    border-spacing: 2rem;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.table-container {
    width: 70%;
    margin: auto;
    margin-top: 20px;
    background-color: white;
    border-radius: 8px;
    font-family: 'open sans';
}

th,
td,
caption {
    padding: 1rem;
}

th {
    &:nth-child(1) {
        background: #fffaee;
        border-radius: 20px 0 0 0;
        /* border-right: 7px solid #fff; */
    }

    &:nth-child(2) {
        background: #e5f4fb;
    }

    &:nth-child(3) {
        background: #e3f4df;
        border-radius: 0 20px 0 0;
        /* border-left: 7px solid #fff; */
    }
}

td {
    border-bottom: 2px dashed #eeeded;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

tr:last-child {
    td {
        border-bottom: none;
    }
}

col:nth-child(2) {
    background: #f4feff;
}

.pricing-content h6 {
    color: black;
    font-weight: 600;
}

caption,
th,
td {
    text-align: left;
}

td {
    border: 1px solid #e2e2e2 !important;
    border-radius: 8px;
}

tr:last-child {
    text-align: left;
}

th,
thead,
tr {
    width: 38% !important;
}

@media (max-width: 650px) {
    td {
        display: grid;
        gap: 2.5rem;
        grid-template-columns: 1fr 1fr;
        padding: 2rem 2rem;
    }

    td:first-child {
        padding-top: 2rem;
    }

    td:last-child {
        padding-top: 2rem;
    }


    th {
        display: none;
    }

    td::before {
        content: attr(data-cell);
        font-weight: bold;
        font-size: 16px;
        text-transform: capitalize;
        padding: 0.5rem 1rem;
    }

    td:nth-of-type(1)::before {
        background: #e3f4df;
    }

    td:nth-of-type(2)::before {
        background: #e5f4fb;
    }

    td:nth-of-type(3)::before {
        content: attr(data-cell);
        background: #fffaee;
    }
}

/* -----------------------------------table------------------------------------ */