@media only screen and (min-width: 320px) and (max-width: 767px) {
    .btnshead {
        padding: 0.6rem 1rem;
    }

    .carousel-slide img {
        width: 100%;
        height: 100%;
    }

    .carousel {
        width: 100%;
        height: 100%;

    }

    .carousel-slide {
        min-width: 100%;
        box-sizing: border-box;
        height: 100%;
    }

    .carousel-track {
        width: 100%;
        height: 100%;
    }

    .top-controls button {
        padding: 4px 16px;
        font-size: 13px;

    }

    .card-title {
        font-size: 18px;
    }

    .card-title {
        font-size: 18px;
        ;
    }

    h2 {
        font-size: 22px !important;
    }

    .card-section {
        margin: 0px;
    }

    .gift-code {

        font-size: 18px;
    }

    .table-section {
        margin: 0px;
    }

    details.toc-container {
        max-width: 100%;
    }

    .contet-card {
        margin: 0px;
    }

    h1 {
        font-size: 28px !important;
    }

    .feature-imgs img {
        max-width: 100%;
    }

    ul {
        padding: 0px !important;
        list-style: none !important;
    }

    ol {
        list-style: none !important;
    }

    .actives {
        background: transparent !important;
        border-radius: 10px;
    }

    section#jalwa-gift-code {
        margin: 0px 21px;
    }
}