.pricingSec {
    width: 100%;
    overflow: hidden;
}

.pricingSec .inner_container {
    width: 100%;
}

.pricingSec .inner_container .pricingSecInner {
    width: 100%;
    font-family: "Poppins";
    position: relative;
    padding-block-end: 20px;
}

.pricingTitleBx {
    text-align: start;
    width: 100%;
    padding: 50px;
    background: var(--bg_clr_sky8);
    border-radius: 16px;
}
.pricingTitleBx .title {
    color: var(--text_clr_black);
    font-family: "Poppins";
    margin: 0;
}
.pricingTitleBx .pricingPara {
    color: var(--text_clr_grey3);
}

.pricingRow {
    width: 100%;
    background: rgb(243, 243, 243);
    background: linear-gradient(
        90deg,
        rgba(243, 243, 243, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    margin-block-start: 83px;
    border-radius: 10px;
}

.pricingRow .pricingRowInner {
    width: 100%;
    padding-block-end: 30px;
}
.pricingRowTitle {
    vertical-align: baseline;
}
.pricingRowTitle .th {
    width: 214px;
}

.pricingRow .pricingRowInner .pricingToggle {
    position: relative;
    margin-inline: 20px;
}

.pricingRow .pricingRowInner .pricingToggle .pricingToggleTitle {
    font-weight: 600;
    color: var(--text_clr_black);
}

.pricingRow .pricingRowInner .pricingToggle .pricingToggleOption {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

.pricingToggleOptionText {
    margin: 0;
}

.pricingSwitchBtn input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
    cursor: pointer;
    position: absolute;
}

.pricingSwitchBtn label {
    cursor: pointer;
    text-indent: -9999px;
    width: 24px;
    height: 14px;
    background: var(--bg_clr_grey3);
    display: block;
    border-radius: 11px;
    position: relative;
}

.pricingSwitchBtn label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 2px;
    width: 9px;
    height: 9px;
    background: var(--bg_clr_white);
    border-radius: 12px;
    transition: 0.3s;
}

.pricingSwitchBtn input:checked + label {
    background: var(--bg_clr_sky3);
}

.pricingSwitchBtn input:checked + label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
    background: var(--bg_clr_white);
}

.pricingSwitchBtn label:active:after {
    width: 10px;
}

.pricingRow .pricingRowInner .prBx {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin-inline: auto;
    /* width: 370px; */
    min-height: 162px;
    width: 100%;
}

.prBxcolumnStater,
.prBxcolumnProf {
    min-width: 252px;
    padding-inline: 20px;
    border-radius: 10px 10px 0 0;
}
.prBxcolumnStater,
.pricingRowDetails td:nth-child(2) {
    background: var(--bg_clr_sky8);
    border-right: 5px solid var(--bg_clr_white);
}
.pricingRow tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

.prBxcolumnProf,
td:nth-child(3) {
    background: var(--bg_landing5);
}
.startBac {
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    padding: 8px 10px;
    text-transform: uppercase;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
}

.profBac {
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    padding: 8px 10px;
    text-transform: uppercase;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.prBxcolumnTitle {
    color: var(--text_clr_black);
    font-family: "Poppins";
    margin: 0;
    min-width: 300px;
    width: 400px;
    padding: 20px;
}
.pricingRow .pricingRowInner .prBx .prNum span {
    /* display: none; */
}

.prBxcolumnStater .prBxTitle {
    color: var(--text_clr_price);
    font-weight: 600;
    margin-block-end: 10px;
    text-transform: uppercase;
}

.prBxcolumnStater .prBxTitleMob {
    color: var(--text_clr_price);
    font-weight: 600;
    margin-block-end: 10px;
    display: none;
    text-transform: uppercase;
}
.prBxcolumnProf .prBxTitle {
    color: var(--text_clr_price1);
    font-weight: 600;
    margin-block-end: 10px;
    text-transform: uppercase;
}

.prBxcolumnProf .prBxTitleMob {
    color: var(--text_clr_price1);
    font-weight: 600;
    margin-block-end: 10px;
    display: none;
    text-transform: uppercase;
}
.profBac .prNumText1 {
    color: var(--text_clr_black);
    font-weight: 500;
    margin-block-end: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 16px;
    padding-block-end: 4px;
}
.startBac .prNumText1 {
    font-size: 16px;
    margin-block-end: 0;
}
.pricingRow .pricingRowInner .prBx .prNum .prNumText1 span {
    font-weight: 600;
    color: var(--text_clr_black);
    padding-inline: 3px;
    margin-block-end: 0;
}

.pricingRow .pricingRowInner .prBx .prNum .prNumText2 {
    font-weight: 600;
    margin-block-end: 0;
    font-size: 8px;
    line-height: 1;
}

.pricingRow .pricingRowInner .prBx .prNum {
    padding-block: 20px 10px;
    width: 100%;
}

.prBxcolumnStater .prBtnFill,
.prBxcolumnProf .prBtnFill {
    width: fit-content;
    margin-inline: auto;
    display: block;
    height: 42px;
    padding-inline: 30px;
    color: var(--text_clr_white);
    font-weight: 600;
    font-size: 13px;
    background: var(--bg-landing2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.prBxcolumnProf .prBtnFill {
    background: var(--bg-landing1);
}
.prBxcolumnStater .prBtnFillMob {
    display: none !important;
    width: 100%;
    margin-inline: auto;
    height: 42px;
    padding-inline: 30px;
    color: var(--text_clr_white);
    font-weight: 600;
    font-size: 14px;
    background: var(--bg-landing2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.prBxcolumnProf .prBtnFillMob {
    display: none !important;
    width: 100%;
    margin-inline: auto;
    height: 42px;
    padding-inline: 30px;
    color: var(--text_clr_white);
    font-weight: 600;
    font-size: 14px;
    background: var(--bg-landing1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
/* pricingRowDetails */

.pricingRowDetails {
    width: 100%;
    padding-block-start: 10px;
    border-block-end: 1px solid var(--clr_border);
}

.pricingRowDetails:last-child {
    border-block-end: 0;
}

.pricingRowDetailsTitle {
    font-weight: 600;
    color: var(--text_clr_black);
    padding: 20px;
    margin-block-end: 0;
}

/* .pricingRowDetails:nth-child(1) > .pricingRowDetailsTitle {
    border-block-start: 1px solid var(--clr_border);
}
.pricingRowDetails:last-child(1) > .pricingRowDetailsTitle {
    border-block-start: 1px solid var(--clr_border);
} */
.pricingRowDetailsPara1,
.pricingRowDetailsPara2 {
    width: 20px;
    height: 20px;
    font-weight: 600;
    font-size: 14px;
    /* font-weight: 700;
    color: var(--text_clr_grey2);
    padding-block: 20px;
    margin-block-end: 0;
    line-height: 1.9;
    padding-inline: 20px; */
}
.pricingRowDetailsPara1 img,
.pricingRowDetailsPara2 img {
    width: fit-content;
    height: 100%;
    margin-inline: auto;
    /* font-weight: 700;
    color: var(--text_clr_grey2);
    padding-block: 20px;
    margin-block-end: 0;
    line-height: 1.9;
    padding-inline: 20px; */
}

@media only screen and (max-width: 1399px) {
    /* .pricingRow .pricingRowInner .prBx {
        width: 200px;
    } */
}

@media only screen and (max-width: 991px) {
    /* .pricingRow {
        width: 100%;
        overflow: auto;
    } */

    /* .pricingRow .pricingRowInner {
        width: 790px;
    } */
    .pricingRow {
        width: auto;
        overflow: scroll;
    }

    .pricingRow .pricingRowInner {
        width: auto;
        overflow: scroll;
    }
}

@media only screen and (max-width: 767px) {
    .pricingRow .pricingRowInner .prBx .prBtnFill {
        width: 154px;
    }
    .prBxcolumnTitle {
        font-size: 25px;
        line-height: 32px;
    }
    .pricingTitleBx {
        padding: 30px 20px;
        border-radius: 10px;
    }
    .pricingRow {
        margin-block-start: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .pricingRowDetailsTitle {
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 575px) {
    .pricingSec .inner_container {
        width: 100%;
        padding-inline: 30px;
    }
    .headColor {
        text-align: center;
    }
    .pricingRow .pricingRowInner .prBx .prNum span {
        display: block;
    }

    .pricingRow .pricingRowInner .prBx .prNum .prBxTitle {
        display: none;
    }

    .pricingRow .pricingRowInner .prBx .prNum .prBxTitleMob {
        display: block;
        font-size: 25px;
    }

    .pricingRow .pricingRowInner .prBx .prBtnFill {
        display: none !important;
    }

    .pricingRow .pricingRowInner .prBx .prBtnFillMob {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .pricingRow .pricingRowInner .prBx {
        min-height: 150px;
        width: 100%;
    }
}

@media only screen and (max-width: 450px) {
    .pricingRow .pricingRowInner {
        width: 150%;
        overflow: scroll;
    }

    .prBxcolumnStater,
    .prBxcolumnProf {
        padding-inline: 10px;
        min-height: 170px;
    }
}
