.hide {
    display: none;
}


/* CORE PWA */
.md-img img[data-src] {
    filter: blur(0.2em);
}

.md-img img {
    filter: blur(0em);
    transition: filter 0.5s;
}

/* */

/* Promotion Section */
.promotion-text {
    padding: 1.5rem;
}

.promotion-text p:nth-of-type(1) {
    font-size: 4rem;
    font-weight: 600;
}

.promotion-text p:nth-of-type(2) {
    font-size: 3rem;
    font-weight: 600;
}

/*  */
.sticky-header {
    width: 100%;
    height: 100%;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.sticky-header>img {
    width: 100%;
    height: 170px;
}

/*  */
:root {
    --yellowish: #FFEC23;
    --darkblue: #68676d;
    --darklightblue: #294B86;
    --green:#099220;
    --smokegrey: rgb(63, 62, 62);
    --orange: #FF4500;
    --lightorange: #ffa20f;
    --yellow: #FCFC00
}

.banner,
.banner-2,
.md-img {
    position: relative;
    overflow: hidden;
    /* background: whitesmoke; */
}

.hero-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 550px;
    height: 400px;
}

.banner {
    padding-top: calc(764/1663 * 100%);
    width: 100%;
    height: 100%;
}

/* .banner-2 {
    padding-top: calc(700/990 * 100%);
    width: 100%;
    height: 100%;
} */

.md-img img {
    height: auto;
    width: 50%;
    transition: all ease-in-out 500ms;
}

/* .hero-img {
    width: 100%;
    height: auto;
} */

.md-img,
.img-link {
    display: flex;
    justify-content: center;
}

.md-img .h-1450 {
    height: 1350px;
}

.md-img .h-400 {
    height: 400px;
    border-radius: 10px;
}

.md-img .w-660 {
    width: 660px;
}

.md-img .w-700 {
    width: 700px;
}

.md-img .w-601 {
    width: 601px;
}

.md-img .w-620 {
    width: 620px;
}

.md-img .w-450,
.img-link .w-450 {
    width: 450px;
}

.img-link .w-390 {
    width: 390px;
}

.md-img .w-750 {
    width: 750px;
}

.md-img .w-550 {
    width: 550px;
}

.md-img .w-170 {
    width: 170px;
}

/* PERHATIAN WORD */

.flickering-text-box {
    height: 180px;
}

.flickering-text-box .flicker-text {
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    font-size: 5rem;
    transform: scale(1, 1.5);
    color: black;
}

/* blink-text */
.flicker-text {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
/* end*/

.sm-text-box {
    width: calc(100% - 70%);
    /* width: 350px; */
    margin: 0px auto;
    font-size: 1.15rem;
    text-align: center;
}

.md-text-box {
    width: 750px;
    margin: 0px auto;
    font-size: 1.15rem;
}

.md-text-box hr {
    border-color: #1B1480;
    border-width: 3px;
}

.youtube-embed-video {
    display: flex;
    justify-content: center;
    width: 725px;
    height: 408px;
    margin: 50px auto;
    transition: all ease-in-out 500ms;
}

.youtube-embed-video iframe {
    border-radius: 5px 5px 0px 0px;
}

.youtube-embed-video2 {
    display: flex;
    justify-content: center;
    width: 725px;
    height: 408px;
    margin: 50px auto;
    transition: all ease-in-out 500ms;
}

.youtube-embed-video2 iframe {
    border: 4px solid;
    border-radius: 15px 15px 15px 15px;
}


.youtube-embed-video::after {
    content: "Tekan butang PLAY video di atas";
    position: absolute;
    width: 100%;
    color: var(--yellowish);
    font: bold 2rem Arial;
    bottom: -35px;
    text-align: center;
    background-color: var(--darkblue);
    border-radius: 0px 0px 5px 5px;
}

.md-text-box hr {
    margin: 12px 0px;
    border-top: 3px solid --darklightblue;
}

.md-text-box .text-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.md-text-box .text-item span i {
    color: var(--darklightblue);
    font-size: 1.3rem;
}


.carousel-img {
    border: 3px solid var(--smokegrey);
    border-radius: 10px;
}

#witnesses-comment-1,
#witnesses-comment-2,
#NLCV1 {
    width: 333px;
    margin: 0px auto;
    border-radius: 10px;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li.active {
    background-color: var(--orange);
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid var(--orange);
    background-color: white;
}

.carousel-control-icon,
.carousel-control-icon:hover {
    color: white;
}

.card-box-width {
    width: 1140px;
    margin: 0px auto;
}

.card-box-width .card {
    height: 395px;
}

.card-box-width .card .card-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

.customer-box .user-info {
    margin-left: 8px;
}

.customer-box .user-info p {
    font-weight: bold;
    color: var(--darkblue);
}

.customer-box img {
    width: 65px;
    height: 65px;
}

.parcel-tracker-box,
.faq-section {
    border: 10px solid blue;
}

.custom-list-group {
    height: 270px;
    width: 480px;
    overflow-y: scroll;
}


/* -webkit- (Chrome, Safari, newer versions of Opera) */

.custom-list-group::-webkit-scrollbar {
    width: 0 !important
}


/* -moz- (Firefox): */

.custom-list-group {
    overflow: -moz-scrollbars-none;
}


/* -ms- (Internet Explorer +10): */

.custom-list-group {
    -ms-overflow-style: none;
}

.custom-list-group .list-group-item a {
    text-decoration: none;
    font-size: 12px;
}

.custom-list-group .list-group-item:nth-child(even) {
    background-color: var(--lightorange);
}


/* Countdown CSS */
.countdown-box {
    display: flex;
    justify-content: center;
}

#clock-div {
    font-family: 'Times New Roman', Times, serif;
    color: #FCFC00;
    display: inline-block;
}

.box {
    background-color: #F34646;
    display: inline-block;
    padding: 15px;
    border-radius: 10px;
    width: 257px;
    height: 112px;
    text-align: center;
    margin: 0px 10px;
}

.small-text {
    font-size: 25px;
    text-align: center;
    line-height: 1.5;
}

.day,
.hour,
.minute,
.second {
    color: var(--yellow);
    font-size: 54px;
    font-weight: 700;
    line-height: 1;
    transform: scale(.5, 2);
}
/* End of Countdown CSS */

#form-section>.card {
    width: 52%;
    padding: 3rem;
}

.form-title {
    margin: 3rem 0px;
}

.menu-item {
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    border: 1px solid rgba(168, 167, 167, 0.822);
    font-size: 15px;
    margin: 25px 0px;
    transform: scale(1.05);
    box-shadow: 3px 2px 5px rgba(128, 128, 128, 0.438);
}

.discount-percent {
    position: absolute;
    top: -10px;
    right: -10px;
}

.menu-item .menu-package {
    font-size: 14px;
}

.menu-item .original-price {
    text-decoration: line-through;
    color: rgb(189, 186, 186);
}

.menu-item .product-name-unit {
    font-size: 13px;
    color: rgb(172, 169, 169);
}

.menu-item .after-discount-price {
    transform: translateX(10px);
}

table {
    font-size: 14px;
}

table tbody td {
    border-top: 1px dashed #dee2e6;
    border-bottom: 1px dashed #dee2e6;
}

.table tfoot td {
    border: 0;
}

.table tfoot tr:last-child td {
    border-top: 1px dashed #dee2e6;
}

.balloon-guide {
    padding: 10px 15px;
    position: relative;
    margin-top: 15px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #EAEAEA;
    color: #787b7c;
}

.balloon-guide::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 5%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #EAEAEA transparent;
}

.cod-desc{
    color: #AB3841 !important;
}

.policy {
    font-size: 11px;
}

.faq-section {
    padding: 0px 3rem;
}

#accordion {
    width: 85%
}

#accordion .card .card-header h5 .btn {
    font-size: 15px;
}

#accordion .card .card-body {
    font-size: 14px;
    background-color: #E1E1E1;
}

#accordion .card .card-header {
    padding: 5px 8px;
}

#accordion .card .btn-link {
    text-decoration: none;
    color: black;
}

#facebook-disclaimer {
    padding: 1.5rem 0px 1rem 0px;
}

#facebook-disclaimer>.md-img {
    background-color: #9c9c9c !important;
}

.submit-btn {
    height: 45px;
}

.card-footer {
    height: 47px;
    transition: all ease-in-out 500ms;
}

.select-order-alert {
    height: 45px;
    border: 2px dashed red;
    padding: 10px;
}

#tq-page .tq-page-box {
    width: 55%;
    transition: all ease-in-out 250ms;
}

#tq-page div.card {
    box-shadow: 5px 5px 8px rgba(172, 170, 170, 0.301);
}

#tq-page div.card-body {
    padding: 30px 48px;
}

#tq-page div.card .card-body .rounded {
    background-color: #f1f1f1;
    padding: 15px 25px;
}

#tq-page #page-title {
    font-family: 'Domine', serif;
    text-align: center;
}

#tq-page #tq-desc {
    text-align: center;
    width: 65%;
    margin: 10px auto;
    font-size: 1.2rem;
}

#tq-page .text-desc {
    font-size: 0.8rem;
    color: #565757;
    margin: 20px 0px 10px 0px;
}

#tq-page img {
    width: 25%;
    height: auto;
    margin: 0px auto 25px auto;
    display: block;
}

#tq-page .text-order-desc {
    font-size: 0.8rem;
    margin-bottom: 3px;
    color: #808181;
}

#tq-page .order-value {
    font-size: 0.9rem
}

#tq-page .table td {
    font-size: 0.75rem;
    border: 0px;
    color: #616363;
}

#tq-page .cart-item {
    border-width: 1px 0px;
    border-color: rgba(153, 151, 151, 0.678);
    border-style: dashed;
}

#tq-page thead tr th {
    border-width: 0px;
}

#tq-page .row .col-md-4 {
    border-right: 1px dashed rgba(114, 113, 113, 0.548);
}

#tq-page .row .col-md-4:nth-of-type(3) {
    border-right: 0;
}

.menu-item .col-2 input:focus{
    box-shadow: none;
}

/* XS */
/* @media only screen and (max-width:576px) {
    .flickering-text-box {height: 100px !important;}
    .flicker-text {font-size: 10.5vw !important}
    .sm-text-box {font-size: 1.1rem !important;width: calc(100% - 25%) !important;}
    .md-text-box{width: calc(100% - 5%) !important;}
    .text-item h5,.small-text,.form-header-title,.faq-section .faq-title{font-size: 1rem !important;}
    .md-img .w-750,.md-img .w-620,
    .img-link .w-390 {width: 85% !important;}

    .md-img>.ingredient-img>.w-750,
    .carousel-img,.card-box-width,
    #accordion,
    .md-img .w-700,
    .news-cutout{width: 100% !important; height: auto!important;}
    .md-img .h-400,
    .md-img .w-660,
    .md-img .w-450,
    .img-link .w-450,
    .md-img.table-OT-img>.w-700 {width: 90% !important;height: auto !important;}

    .youtube-embed-video {width: 100% !important;height: 56vw !important;}
    .youtube-embed-video iframe {width: 100% !important;height: auto !important;}
    .youtube-embed-video::after {font: bold 1rem Arial !important;bottom: -18px !important;}
    .news-cutout-box {width: calc(100% - 8%) !important;}
    #witnesses-comment-1,
    #witnesses-comment-2 {width: 90% !important;margin: 3rem auto !important;}
    .guide-text{
        width: 100% !important;
        padding: 0px 10%;
        text-align: center !important;
        font-size: 1rem !important;
    }
    .card-box-width .card {height: 100% !important;box-shadow: 5px 4px 8px #cdd5d5;}
    .rating-box{margin-top: 2rem !important;}
    .promoting-word h2{font-size: 1.5rem !important;}
    .box {
        padding: 7px !important;
        width: auto !important;
        height: auto !important;
        margin: 0px 5px !important;
    }
    .time-value{font-size: 45px !important;}
    .parcel-tracker-box{padding: 10px}
    .list-group-item,.footer h5{font-size: 0.9rem !important;}
    .menu-item .product-name-unit{font-size: 0.7rem !important;}
    .menu-item .menu-package,.menu-item .after-discount-price,.menu-item .original-price{font-size: 0.8rem !important;}
    #form-section>.card{
        width:100% !important;
        padding: 5px !important;
    }

    #borang-pembelian .form-title{
        margin: 1rem 0px;
        font-size: 1rem;
        text-align: center;
    }

    .menu-list {width: 90%;margin: 0px auto;}
    #customer-desc{padding: 0px 10px;}
    .faq-section{padding: 1.5rem 5% !important;}
    #accordion .card .card-header h5 .btn{
        white-space: normal !important;
        font-size: 0.9rem !important;
        text-align: left !important;
    }

    .disclaimer-text p{
        width: 90% !important;
        font-size: 0.9rem !important;
        font-weight: 500;
        color: #444444;
    }
} */
@media only screen and (max-width:768px) {



    .hero-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 250px;
        height: 200px;
    }

    .flickering-text-box {
        height: 160px !important;
    }

    .flicker-text {
        font-size: 15.5vw !important
    }

    .sm-text-box {
        font-size: clamp(14px,18px,25px) !important;
        width: calc(100% - 35%) !important;
    }

    .md-text-box {
        width: calc(100% - 5%) !important;
    }

    .text-item h5,
    .small-text,
    .form-header-title,
    .faq-section .faq-title {
        font-size: 1rem !important;
    }

    .md-img .w-550,
    .md-img .w-750,
    .md-img .w-620,
    .img-link .w-390 {
        width: 85% !important
    }

    .md-img>.ingredient-img>.w-750,
    .carousel-img,
    .card-box-width,
    #accordion,
    .md-img .w-601,
    .md-img .w-700,
    .news-cutout {
        width: 100% !important;
        height: 100% !important;
    }

    .md-img .h-1450 {
        height: auto;
    }

    .md-img .h-400,
    .md-img .w-660,
    .md-img .w-450,
    .img-link .w-450,
    .md-img.table-OT-img>.w-700 {
        width: 90% !important;
        height: 100%!important;
    }
    .md-img .w-660.patches{
        width: 100%!important;
        height: 100% !important;
    }
    .youtube-embed-video {
        width: 90% !important;
        height: 56vw !important;
        box-shadow: 5px 4px 7px #787b7c;
    }

    .youtube-embed-video iframe {
        width: 100% !important;
        height: auto !important;
    }

    .youtube-embed-video2 {
        width: 300px !important;
        height: 300px !important;
    }

    .youtube-embed-video2 iframe {
        border: 4px solid;
        border-radius: 5px 5px 5px 5px;
    }

    .youtube-embed-video::after {
        font: bold 1rem Arial !important;
        bottom: -18px !important;
        width: 100% !important;
        box-shadow: 5px 4px 7px #787b7c;
    }

    .news-cutout-box {
        width: calc(100% - 8%) !important;
    }

    #witnesses-comment-1,
    #witnesses-comment-2 {
        width: 90% !important;
        margin: 3rem auto !important;
    }

    .guide-text {
        width: 100% !important;
        padding: 0px 10%;
        text-align: center !important;
        font-size: 1rem !important;
    }

    .card-box-width .card {
        height: 100% !important;
        box-shadow: 5px 4px 8px #cdd5d5;
    }

    .rating-box {
        margin-top: 2rem !important;
    }

    .promoting-word h2 {
        font-size: 1.5rem !important;
    }

    .box {
        padding: 7px !important;
        width: auto !important;
        height: auto !important;
        margin: 0px 5px !important;
    }

    .time-value {
        font-size: 45px !important;
    }

    .parcel-tracker-box {
        padding: 10px
    }

    .list-group-item,
    .footer h5 {
        font-size: 0.9rem !important;
    }
    .menu-item .col-2{
        border-radius: 50%;
        height: 20px;
    }
    .menu-item .col-2 input{
        width: 50%;
        height: auto;
    }
    .menu-item .col-9{
        padding: 0;
    }

    .menu-item .product-name-unit {
        font-size: 0.7rem !important;
        width: 55%;
    }

    .menu-item .menu-package,
    .menu-item .after-discount-price,
    .menu-item .original-price {
        font-size: 0.8rem !important;
    }

    #form-section>.card {
        width: 100% !important;
        padding: 5px !important;
    }

    #borang-pembelian .form-title {
        margin: 1rem 0px;
        font-size: 1rem;
        text-align: center;
    }

    .menu-list {
        width: 90%;
        margin: 0px auto;
    }

    #customer-desc {
        padding: 0px 10px;
    }

    .faq-section {
        padding: 1.5rem 5% !important;
    }

    #accordion .card .card-header h5 .btn {
        white-space: normal !important;
        font-size: 0.9rem !important;
        text-align: left !important;
    }

    .disclaimer-text p {
        width: 90% !important;
        font-size: 0.9rem !important;
        font-weight: 500;
        color: #444444;
    }

    #tq-page .tq-page-box {
        width: 90%;
    }

    #tq-page #page-title {
        font-size: 2rem;
    }

    #tq-page #tq-desc {
        font-size: 1rem;
        width: 100%;
    }

    #tq-page img {
        width: 100%;
    }

    #tq-page div.card-body {
        padding: 10px 15px;
    }

    #tq-page .text-desc {
        text-align: center;
        font-size: 0.9rem;
    }

    #tq-page div.card .card-body .rounded:nth-of-type(1) {
        padding: 0;
    }

    #tq-page div.card .card-body .rounded:nth-of-type(2) {
        padding: 15px 10px;
    }

    #tq-page .row .col-md-4 {
        border-bottom: 1px dashed rgba(114, 113, 113, 0.548);
        border-right: 0;
        padding: 10px 15px;
    }

    #tq-page .row .col-md-12 {
        padding: 10px 15px;
    }

    #tq-page .row .col-md-4 .order-value {
        margin-bottom: 0;
    }

    #tq-page thead tr th:nth-child(2) {
        width: 20%;
    }

    #tq-page .order-list-title {
        text-align: center;
        font-size: 1.2rem;
    }

    /* Promotion Section -- Start -- */
    .sticky-header>img {
        width: 100%;
        height: 73px;
    }

    .promotion-text {
        padding: 0.9rem;
    }

    .promotion-text p:nth-of-type(1) {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 0;
    }

    .promotion-text p:nth-of-type(2) {
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: 0;
    }

    /* Promotion Section -- End -- */

    .md-img img{
        height: 100% !important;
    }
}

@media only screen and (min-width:769px) and (max-width:992px) {
    .flickering-text-box {
        height: 150px !important;
        width: auto !important
    }

    .flicker-text {
        font-size: 9.5vw !important
    }

    .sm-text-box {
        font-size: 1.1rem !important;
        width: calc(100% - 50%) !important;
    }

    .md-text-box,
    #accordion,
    .img-link .w-390 {
        width: 95% !important;
    }

    .text-item h5,
    .small-text,
    .form-header-title,
    .faq-section .faq-title {
        font-size: 1rem !important;
    }

    .md-img .w-750,
    .md-img .w-620,
    .news-cutout-box {
        width: 70% !important;
    }

    .md-img .w-750.h-305,
    .md-img .w-750.h-1543,
    .md-img .w-750.h-333,
    .ingredient-img,
    .md-img .w-550,
    .md-img .w-750.h-273 {
        width: 55% !important;
    }

    /* .img-link .w-390{width: 97% !important;} */

    .md-img .w-660 {
        width: 60% !important;
    }

    .md-img .w-700,
    .md-img .w-450.h-180 {
        width: 70% !important;
        height: auto !important;
    }

    .md-img .h-400,
    .md-img .w-450,
    .img-link .w-450,
    .md-img .w-750.arrow-kuning {
        width: 48% !important;
        height: auto !important;
    }

    .md-img .w-750.h-1163,
    #witnesses-comment-1,
    #witnesses-comment-2 {
        width: 43% !important;
    }

    .youtube-embed-video {
        width: 70% !important;
        height: 40vw !important;
    }

    .youtube-embed-video iframe {
        width: 100% !important;
        height: auto !important;
    }

    .youtube-embed-video::after {
        font: bold 1rem Arial !important;
        bottom: -18px !important;
    }

    .news-cutout,
    .md-img>.ingredient-img>.w-750,
    .carousel-img,
    .card-box-width {
        width: 100% !important;
    }

    .md-img.table-OT-img>.w-700 {
        width: 90% !important;
        margin: 3rem auto !important;
    }

    .guide-text {
        width: 100% !important;
        padding: 0px 10%;
        text-align: center !important;
        font-size: 1rem !important;
    }

    .card-box-width .card {
        height: 100% !important;
        box-shadow: 5px 4px 8px #cdd5d5;
    }

    .promoting-word h2 {
        font-size: 1.5rem !important;
    }

    .box {
        padding: 7px !important;
        width: 22vw !important;
        height: auto !important;
        margin: 0px 5px !important;
    }

    .time-value {
        font-size: 45px !important;
    }

    .parcel-tracker-box {
        padding: 10px
    }

    .list-group-item,
    .footer h5 {
        font-size: 0.9rem !important;
    }

    .menu-item .product-name-unit {
        font-size: 0.7rem !important;
    }

    .menu-item .menu-package,
    .menu-item .after-discount-price,
    .menu-item .original-price {
        font-size: 0.8rem !important;
    }

    #form-section>.card {
        width: 80% !important;
        padding: 5px !important;
    }

    #borang-pembelian .form-title {
        margin: 1rem 0px;
        font-size: 2rem;
        font-weight: 600;
        text-align: center;
    }

    .menu-list {
        width: 90%;
        margin: 0px auto;
    }

    #customer-desc {
        padding: 0px 10px;
    }

    .faq-section {
        padding: 1.5rem 5% !important;
    }

    #accordion .card .card-header h5 .btn {
        white-space: normal !important;
        font-size: 0.9rem !important;
        text-align: left !important;
    }

    .disclaimer-text p {
        width: 60% !important;
        font-size: 0.9rem !important;
        font-weight: 500;
        color: #444444;
    }

    #tq-page .tq-page-box {
        width: 75%;
    }

    #tq-page img {
        width: 50%;
    }

    /* Promotion Section -- Start --*/
    .sticky-header>img {
        width: 100%;
        height: 125px;
    }

    .promotion-text {
        padding: 0.9rem;
    }

    .promotion-text p:nth-of-type(1) {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 0;
    }

    .promotion-text p:nth-of-type(2) {
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: 0;
    }

    /* Promotion Section -- End -- */
}

@media only screen and (min-width:993px) and (max-width:1199px) {
    .flickering-text-box {
        height: 150px !important;
        width: auto !important
    }

    .flicker-text {
        font-size: 9.5vw !important
    }

    .sm-text-box {
        font-size: 1.1rem !important;
        width: calc(100% - 50%) !important;
    }

    .md-text-box,
    #faq-body,
    .img-link .w-390 {
        width: 95% !important;
    }

    .text-item h5,
    .small-text,
    .form-header-title,
    .faq-section .faq-title {
        font-size: 1rem !important;
    }

    .md-img .w-750,
    .md-img .w-620,
    .news-cutout-box {
        width: 70% !important;
    }

    .md-img .w-750.h-305,
    .md-img .w-750.h-1543,
    .md-img .w-750.h-333,
    .ingredient-img,
    .md-img .w-550,
    .md-img .w-750.h-273 {
        width: 55% !important;
    }

    /* .img-link .w-390{width: 97% !important;} */

    .md-img .w-660 {
        width: 60% !important;
    }

    .md-img .w-700,
    .md-img .w-450.h-180 {
        width: 70% !important;
        height: auto !important;
    }

    .md-img .h-400,
    .md-img .w-450,
    .img-link .w-450,
    .md-img .w-750.arrow-kuning {
        width: 48% !important;
        height: auto !important;
    }

    .md-img .w-750.h-1163,
    #witnesses-comment-1,
    #witnesses-comment-2,
    #NLCV1 {
        width: 43% !important;
    }

    .youtube-embed-video {
        width: 70% !important;
        height: 40vw !important;
    }

    .youtube-embed-video iframe {
        width: 100% !important;
        height: auto !important;
    }

    .youtube-embed-video::after {
        font: bold 1rem Arial !important;
        bottom: -18px !important;
    }

    .news-cutout,
    .md-img>.ingredient-img>.w-750,
    .carousel-img,
    .card-box-width {
        width: 100% !important;
    }

    .md-img.table-OT-img>.w-700 {
        width: 90% !important;
        margin: 3rem auto !important;
    }

    .guide-text {
        width: 100% !important;
        padding: 0px 10%;
        text-align: center !important;
        font-size: 1rem !important;
    }

    .card-box-width .card {
        height: 100% !important;
        box-shadow: 5px 4px 8px #cdd5d5;
    }

    .promoting-word h2 {
        font-size: 1.5rem !important;
    }

    .box {
        padding: 7px !important;
        width: 22vw !important;
        height: auto !important;
        margin: 0px 5px !important;
    }

    .time-value {
        font-size: 45px !important;
    }

    .parcel-tracker-box {
        padding: 10px
    }

    .list-group-item,
    .footer h5 {
        font-size: 0.9rem !important;
    }

    .menu-item .product-name-unit {
        font-size: 0.7rem !important;
    }

    .menu-item .menu-package,
    .menu-item .after-discount-price,
    .menu-item .original-price {
        font-size: 0.8rem !important;
    }

    #form-section>.card {
        width: 80% !important;
        padding: 5px !important;
    }

    #borang-pembelian .form-title {
        margin: 1rem 0px;
        font-size: 2rem;
        font-weight: 600;
        text-align: center;
    }

    .menu-list {
        width: 90%;
        margin: 0px auto;
    }

    #customer-desc {
        padding: 0px 10px;
    }

    .faq-section {
        padding: 1.5rem 5% !important;
    }

    #faq-body .card .card-header h5 .btn {
        white-space: normal !important;
        font-size: 0.9rem !important;
        text-align: left !important;
    }

    .disclaimer-text p {
        width: 60% !important;
        font-size: 0.9rem !important;
        font-weight: 500;
        color: #444444;
    }

    #tq-page .tq-page-box {
        width: 75%;
    }

    #tq-page img {
        width: 50%;
    }

    /* Promotion Section -- Start --*/
    .sticky-header>img {
        width: 100%;
        height: 125px;
    }

    .promotion-text {
        padding: 0.9rem;
    }

    .promotion-text p:nth-of-type(1) {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 0;
    }

    .promotion-text p:nth-of-type(2) {
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: 0;
    }

    /* Promotion Section -- End -- */
}

@media only screen and (min-width:1200px) {
    .menu-item input{
        width: 15px;
        height: 15px;
    }
}









/* Intrinsic Hack */
/* .md-img.w-750{padding-top: calc(750/750 * 100%); width: 750px; height: 750px;}
.md-img.w-750.h-610{padding-top: calc(610/750 * 100%);width: 750px; height: 610px;}
.md-img.w-750.h-305{padding-top: calc(305/750 * 100%);width: 750px; height: 305px;}
.md-img.w-750.h-1543{padding-top: calc(1543/750 * 100%);width: 750px; height: 1543px;}
.md-img.w-750.h-575{padding-top: calc(575/750 * 100%);width: 750px; height: 575px;}
.md-img.w-750.h-273{padding-top: calc(273/750 * 100%);width: 750px; height: 273px;}
.md-img.w-750.h-221{padding-top: calc(221/750 * 100%);width: 750px; height: 221px;}
.md-img.w-750.h-1163{padding-top: calc(1163/750 * 100%);width: 750px; height: 1163px;}
.news-cutout {padding-top: calc(1000/713 * 100%);width: 713px; height: 1000px;}
.md-img.w-700{padding-top: calc(700/477 * 100%);width: 477px; height: 700px;}
.md-img.h-400{padding-top: calc(400/601 * 100%);width: 601px; height: 400px;}
.md-img.w-700.h-291{padding-top: calc(291/700 * 100%);width: 700px; height: 291px;}
.md-img.w-450{padding-top: calc(195/450 * 100%); width: 450px; height: 195px;}
.md-img.w-450.h-96{padding-top: calc(96/450 * 100%);width: 450px; height: 96px;}
.md-img.w-450.h-290{padding-top: calc(290/450 * 100%);width: 450px; height: 290px;}
.md-img.w-450.h-180{padding-top: calc(180/450 * 100%);width: 450px; height: 180px;}
.md-img.w-660 {padding-top: calc(669/660 * 100%);width: 660px; height: 669px;}
.md-img.w-660.h-299 {padding-top: calc(299/660 * 100%);width: 660px; height: 299px;}
.md-img.w-660.h-451 {padding-top: calc(451/660 * 100%);width: 660px; height: 451px;}
.md-img.w-660.h-178 {padding-top: calc(178/660 * 100%);width: 660px; height: 178px;}
.md-img.w-390{padding-top: calc(135/390 * 100%);width: 390px; height: 135px;}
.md-img.w-170{padding-top: calc(76/170 * 100%);width: 170px; height: 76px;} */