@media only screen and (max-width: 767px) and (min-width: 200px) {
    h1, .h1 {
        font-size: 2rem !important;
    }
    h2, .h2, .fs-2 {
        font-size: 1.5rem !important;
    }
    h3, .h3, .fs-3 {
        font-size: 1.2rem !important;
    }
    h4, .h4, .fs-4 {
        font-size: 1rem !important;
    }

    p, .p, ul, ol {
        font-size: 0.9rem !important;
    }
}

@media only screen and (max-width: 950px) and (min-width: 200px) {
    .mobile-view-menu-box {
        overflow-x: scroll;
        max-height: 550px;
    }
}

/*Home Page*/
@media only screen and (max-width: 990px) and (min-width: 768px) {
    .card-tabs .nav.nav-pills li.nav-item {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
       .curious-list {
        padding: 20px;
    }
    .icon-box i {
        font-size: 30px;
        margin-bottom: 10px;
        color: rgb(235 5 140 / 15%);
    }
    .text-sub {
        font-size: 13px;
    }
    .curious-list p.fs-5.text-dark.mb-0.text-bold, .three-box-des p.fs-5.text-dark.mb-1.text-bold {
        font-size: 18px !important;
    }
    .nav-fill>.nav-link, .nav-fill .nav-item {
        flex: 1 1 auto !important;
        text-align: center;
        flex-basis: auto !important;
    }
    ul.nav.nav-pills.nav-fill.p-1.price-nav.flex-column.on-resize {
        flex-direction: inherit !important;
    }
    .card-tabs .nav.nav-pills li.nav-item {
        margin: 2px 5px;
    }
    .moving-tab.position-absolute.nav-link {
        display: none !important;
    }
    .tab-in-tab-conrol .nav-tabs {
        border: none;
        margin: auto;
        display: flex;
        align-content: space-between;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .tab-in-tab-conrol .nav-tabs li button {
        padding: 8px 16px;
    }

    .sales-plugin-box {
        display: none;
    }

}




/*package-slider-tab-over-box */
@media only screen and (max-width: 550px) and (min-width: 200px) {
    .tablist-button-box .nav-tabs .nav-link {
        font-size: 12px;
    }
    .tablist-button-box .nav-tabs .nav-link span {
        display: none;
    }
    .nav-fill>.nav-link, .nav-fill .nav-item {
        flex: 1 1 200px !important;
        text-align: center;
        flex-basis: 100% !important;
    }
    .tab-in-tab-conrol .nav-tabs li button {
        padding: 4px 7px;
    }

}


