@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
body {
    padding-top: 10% !important;
}
.wrap {
    padding-left: 7%;
    padding-right: 7%;
}
.greenBackground {
    background-color: #7CCC86;
    border-radius: 30px;
}
.getStartedButton {
    border-radius: 32px;
    border: none;
    color: #434343;
    font-weight: bold;
    font-size: 12px;
    background-color: #fff;
}
.spanMute {
    font-size: 12px;
    color: #818181;
    font-weight: bold;
}
.greenBackground2 {
    background-color: #7DCEB5;
    border-radius: 41px;
}
.spanText {
    font-size: 13px;
}
.secondButton {
    border: none;
    border-radius: 32px;
    color:#7DCEB5;
    background-color: #fff;
    font-weight: bold;
    font-size: 12px;
}
.basic-card {
    border: 1px solid #707070;
    border-radius: 38px;
}
.wrap-div {
    margin-left: 7%;
    margin-right: 7%;
}

.month-span {
    color: #434343;
    opacity: 0.6;
}

.free-p {
    border-radius: 12px;
    background-color: #7DCEB5;
    color: #fff;
}

.standard-p {
    border-radius: 12px;
    background-color: #7DB8CE;
    color: #fff;
}

.premium-p {
    border-radius: 12px;
    background-color: #CB7DCE;
    color: #fff;
}

.card-text-packages {
    font-size: 12px;
}

.free-btn {
    border: none;
    background: rgb(242, 171, 187);
    background: linear-gradient(228deg, rgba(242, 171, 187, 1) 0%, rgba(213, 105, 129, 1) 100%);
    text-decoration: none;
    color: #fff;
    border-radius: 33px;
}

.standard-btn {
    border: none;
    background: rgb(137, 150, 246);
    background: linear-gradient(228deg, rgba(137, 150, 246, 1) 0%, rgba(57, 88, 232, 1) 100%);
    text-decoration: none;
    color: #fff;
    border-radius: 33px;
}

.premium-btn {
    border: none;
    background: rgb(223, 206, 188);
    background: linear-gradient(228deg, rgba(223, 206, 188, 1) 0%, rgba(186, 153, 118, 1) 100%);
    text-decoration: none;
    color: #fff;
    border-radius: 33px;

}

.c-1 {
    border: 2px solid #7DCEB5;
}

.c-2 {
    border: 2px solid #7DB8CE;
}

.c-3 {
    border: 2px solid #CB7DCE;
}

.basic-card {
    border: 1px solid #434343;
    border-radius: 33px;
}

.standard-card {
    border: 1px solid #434343;
    border-radius: 33px;
}

.premium-card {
    border: 1px solid #434343;
    border-radius: 33px;
}

.basic-hr {
    height: 5px !important;
    border-radius: 3px;
    background: rgb(242, 171, 187);
    background: linear-gradient(228deg, rgba(242, 171, 187, 1) 0%, rgba(213, 105, 129, 1) 100%);
}

.standard-hr {
    height: 5px !important;
    border-radius: 3px;
    background: rgb(137, 150, 246);
    background: linear-gradient(228deg, rgba(137, 150, 246, 1) 0%, rgba(57, 88, 232, 1) 100%);
}

.premium-hr {
    height: 5px !important;
    border-radius: 3px;
    background: rgb(223, 206, 188);
    background: linear-gradient(228deg, rgba(223, 206, 188, 1) 0%, rgba(186, 153, 118, 1) 100%);
}

.dot-b {
    color: red;
}

.dot-s {
    color: blue;
}

.dot-p {
    color: purple;
}
.firstLine {
    color: #fff !important;
    height: 1.5px !important;
    width: 100%;
}
.tabSpan {
    font-size: 13px;
}
.bi-chevron-down::before {
    line-height: 1.5;
}
.tabs {
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.underTabs {
    cursor: pointer;
}
.show-mobile {
    display:none;
}
.show-desktop {
    display:block;
}
.show-mobile {
    display:none;
}
.darkTextMob {
    color: #fff;
    /* font-weight: bold; */
}
.headermobile {
    display: none;
}
@media (max-width: 978px){
    body {
        padding-top: 0% !important;
    }
    .show-mobile {
        display:block;
    }
    .show-desktop {
        display:none;
    }
    .greenBackground2 {
        background-color: #fff;
    }
    .darkTextMob {
        color: #434343;
    }
    .wrap {
        padding-left: 0%;
        padding-right: 0%;
    }
    .centerTextMob {
        text-align: center;
    }
    .mobileTryBtn {
        border: none;
        border-radius: 30px;
        background-color: #7CCC86;
        color: #fff;
        font-weight: bold;
        width: 100%;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 18px;
    }
    .stickyBtnMob {
        position: sticky;
        top:auto;
        left: 0px;
        bottom: 60px;
    }
    .headermobile {
        display: block;
    }
    .btn-m-free {
        background-color: #fff !important;
        border-radius: 18px;
        border: none;
        font-size: 12px;
    }

    .basic-package {
        border: 1px solid #E2E2E2;
        border-radius: 18px;
    }

    .second-div-basic {
        background: rgb(213, 105, 129);
        background: linear-gradient(228deg, rgba(213, 105, 129, 1) 0%, rgba(242, 171, 187, 1) 100%);
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
    }

    .second-div-standard {
        background: rgb(131, 145, 245);
        background: linear-gradient(228deg, rgba(131, 145, 245, 1) 0%, rgba(74, 101, 235, 1) 100%);
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
    }

    .second-div-premium {
        background: rgb(222, 205, 186);
        background: linear-gradient(228deg, rgba(222, 205, 186, 1) 0%, rgba(198, 170, 140, 1) 100%);
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
    }
}
