#cookieWarnBox {
    transition: all .4s ease-in-out;
    position: fixed;
    z-index: 999999;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    background-color: transparent !important
}

a {
    text-decoration: none
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important
}

#output {
    color: orange;
    letter-spacing: 2px
}

#cookieWarnBox.loaded {
    opacity: .9;
    bottom: -17px
}

table {
    background-color: transparent;
    width: 100% !important
}

.heading-pricicng {
    font-size: 45px;
    margin: auto;
    font-weight: 700;
    font-family: Inter;
    font-weight: 600;
    font-size: 52px;
    line-height: 1.5;
    text-align: center;
    color: #101010
}

.contactDetail {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin: 0
}

.pricingtablinks {
    border-radius: 12px;
    background-color: #fff;
    color: #101010;
    padding: 16px 60px;
    margin: 0 auto 50px auto;
    border: 1px solid #101010;
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    display: none
}

.india.priceactive {
    background-color: #00c48d;
    background: linear-gradient(358.59deg, #1385f5 1.91%, #6d2dd9 99.52%);
    border: none
}

.GBP.priceactive {
    background-color: #f37121
}

.SGD.priceactive {
    background-color: #a74598
}

.top-row-pricingtable {
    background-color: #fff
}

.pricingtable {
    background-color: #fff;
    width: 100%;
    border-collapse: collapse;
    /* This is key */
}

.top-row-pricingtable th {
    text-align: center !important;
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #101010;
}

.pricingtable td, .pricingtable th {
    border: 1px solid #93cefb;
    font-size: 16px !important;
    padding: 26px 16px !important;
    color: #101010;
    text-align: center;
}


/* .pricingtable td, th {
    border-left: 1px solid #93cefb;
    border-right: 1px solid #93cefb;
    font-size: 16px;
    padding: 26px 16px;
    color: #101010
} */

.top-row-pricingtable-col1 {
    width: 33%;
    text-align: left !important;
    padding-left: 2% !important;
    font-family: Inter;
    font-weight: 600;
    line-height: 22px;
    color: #1f1f1f;
}


.table-body {
    background-color: #f9fcff
}

/* .table-body tr {
    border: 1px solid #93cefb
} */

.tabcontentss {
    border: 1px solid #93cefb;
    margin: 50px auto
}

.pricing-page {
    padding: 12% 50px 30px 50px;
    text-align: center
}

.pricingcontent {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    background-color: #fff;
    width: 95%;
    padding: 0;
    margin: auto;
    box-shadow: 0 6px 12px #0000001A
}

.table-data {
    width: 25%
}

.mobile-version {
    margin: 0
}

.collapsible {
    font-size: 22px;
    width: 95%;
    background-color: #fff;
    box-shadow: 0 6px 12px #0000001A;
    border: none;
    margin: 1% auto;
    color: #101010;
    padding: 3% 0;
    line-height: 1.2
}

.collapsible.active .fa-chevron-down:before {
    content: "\f077" !important
}

.collapsible .fa-chevron-down {
    font-size: 13px;
    padding-left: 5px;
    position: absolute;
    right: 10%
}

.subheadingmobile {
    font-size: 14px;
    font-weight: 500
}

.subheadingmobile2 {
    font-size: 10px;
    font-weight: 400
}

.subheadingmobile.active {
    font-size: 12px
}

.subheadingmobile2.active {
    font-size: 10px
}

.usersTd1 {
    text-align: left;
    color: #101010;
    font-size: 16px
}

.usersTd2 {
    text-align: right;
    color: #101010;
    font-size: 14px;
    padding: 5% 3% 5% 0
}

.underLn {
    color: #101010
}

.font-bold {
    font-weight: 700
}

.strwidFree {
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff !important;
    letter-spacing: normal;
    background: linear-gradient(358.59deg, #1385f5 1.91%, #6d2dd9 99.52%)
}

.strwidFree:hover {
    background: linear-gradient(358.59deg, #1385f5 1.91%, #6d2dd9 99.52%);
    color: #fff;
    box-shadow: 2px 2px 6px #00000029
}

.row-text {
    text-align: left
}

.pricing-tablemobile {
    background: #f9fcff;
    box-shadow: 2px 2px 6px #00000029;
    display: block
}

.white-bg-clr {
    background-color: #fff
}

.flex-gap-data {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 2px;
}

@media only screen and (min-width:676px) {
    .mobile-version {
        display: none
    }
}

@media only screen and (max-width:676px) {
    .desktopVersion {
        display: none
    }

    .pricingtablinks {
        font-size: 18px;
        margin: 0 10px
    }

    .pricing-page {
        padding: 120px 20px 30px 20px;
        background: #f9fcff
    }

    .collapsible {
        font-size: 18px;
        width: 100%;
        padding: 10px 20px;
        margin: 0;
        line-height: 16px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        color: #101010;
        font-weight: 700
    }

    .collapsible.active {
        width: 100%;
        margin: 0;
        padding: 20px 0
    }

    .button-space {
        margin: 10px 0
    }

    .pricingcontent {
        width: 100%
    }

    .pricing-tablemobile tr {
        padding: 10px;
        display: flex;
        justify-content: space-between;
        color: #101010
    }

    .usersTd1 {
        padding: 0;
        letter-spacing: normal;
        width: 80%;
        margin: auto;
        font-size: 14px
    }

    .usersTd2 {
        padding: 0;
        letter-spacing: normal;
        text-align: center;
        width: 20%
    }

    .img-size {
        width: 20px;
        height: 20px
    }

    .top-row-pricingtable th {
        text-align: center !important;
        font-size: 16px
    }

    .collapsible .fa-chevron-down {
        right: 10%
    }

    .heading-pricicng {
        font-size: 36px;
        margin: 20px auto
    }

    .pricingtablinks {
        padding: 16px 40px
    }
}

@media only screen and (min-width:678px) and (max-width:1024px) {
    .pricingtable td, th {
        font-size: 12px;
        padding: 10px
    }

    .img-size {
        width: 20px;
        height: 20px
    }

    .pricingtablinks {
        padding: 10px 20px;
        font-size: 16px;
        margin: 0 0 30px 0
    }

    .heading-pricicng {
        font-size: 36px
    }

    .pricing-page {
        padding: 200px 20px 30px 20px;
        text-align: center
    }

    .top-row-pricingtable th {
        font-size: 14px;
        line-height: 1.5
    }

    .strwidFree {
        font-size: 12px
    }
}