@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {

    .navigation {
        transform: translateX(-456px);
        transition: transform 0.5s ease-in-out;
        align-items: baseline;
        background-color: #222246;
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        left: 0;
    }

    .navigation.show {
        transform: translateX(0px);
        z-index: 1000;
    }

    body.overflow {
        overflow: hidden;
    }

    .carousel-item {
        height: auto!important;
    }

    .logo {
        text-align: center;
        top: 0;
        position: relative;
        margin-top: 60px;
    }

    .logo img {
        width: 70%;
    }

    .home-top-section {
        height: auto;
        position: relative;
        padding-top: 68px;
    }

    .home-bottom-section {
        position: relative;
        padding-top: 19px;
    }

    .slide-caption-wrapper {
        width: 100%;
        left: 0;
        top: 20px;
        text-align: center;
        padding: 20px;
    }

    .slide-caption-wrapper h3 {
        font-size: 2rem;
        text-align: center;
    }

    .slide-caption-wrapper span {
        background-color: #393939;
        padding: 7px;
    }

    .slide-caption-wrapper p {
        font-size: 1rem;
    }

    .live-draw-wrapper {
        top: 0;
        left: 0;
        width: 100%;
        padding: 15px;
        position: relative;
    }

    .home-bottom-section {
        height: auto;
    }

    .draw-title {
        font-size: 1rem;
    }

    .btn-c {
        padding: 8px 20px;
    }

    .countdown-draw {
        font-size: 1.5rem !important;
    }

    .last-date-wrapper {
        text-align: center;
        margin-bottom: 10px;
    }

    .view-all-wrapper {
        text-align: center !important;
    }

    .prize-label {
        font-size: 1rem;
    }

    .countdown-table-body {
        padding: 1rem;
    }

    .prize-wrapper span {
        font-size: 1.2rem;
        height: 35px;
        width: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-wrapper {
        padding: 20px 20px 0 20px;
    }

    .footer {
        min-width: auto;
        position: relative;
        left: 0;
        width: 100%;
    }

    .license-logo-wrapper {
        margin: 10px;
    }

    .license-logo-wrapper li {
        padding: 10px;
        margin-top: ;
    }

    .responsible-msg {
        font-size: 13px;
        font-weight: normal;
    }

    .copyright {
        margin: 0;
        font-size: 11px;
        padding-top: 30px;
    }

    .mobile-menu-wrapper {
        background-color: #222246;
        display: flex;
        position: fixed;
        z-index: 2000;
        width: 100%;
    }

    .mobile-logo img {
        width: 70px;
        margin-left: 5px;
        opacity: 1;
        transition: opacity 0.3s ease-in-out;
    }

    .mobile-logo img.hide {
        opacity: 0;
    }

    .mobile-menu {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        font-size: 1.5rem;
    }

    .btn-mobile {
        background-color: transparent;
        border: none;
        outline: transparent;
        position: relative;
    }

    .mobile-menu i {
        padding-right: 11px;
        color: var(--yellow-color);
        cursor: pointer;
    }

    .mobile-menu i:last-child {
        position: absolute;
        left: 14px;
        top: 7px;
        opacity: 0;
        transition: opacity 0.2s ease-in-out;
    }

    .mobile-menu i:first-child {
        transition: opacity 0.2s ease-in-out;
    }

    .all-result-table-wrapper {
        margin: 80px 10px 10px 10px;
        height: auto;
    }

    .all-result-table {
        min-width: 100%;
        position: relative;
    }

    .all-result-table-body .col-3 {
        min-width: 100%;
    }

    .all-result-date {
        justify-content: center !important;
        font-size: 14px;
    }

    .notinhome-bottom-section {
        overflow-y: auto;
    }

    #allDrawResults {
        height: 100%;
    }

    .all-result-table .countdown-draw {
        padding: 3px;
        background-color: #6d6d17;
        margin-top: 10px;
    }

    .all-result-table-head {
        display: none;
    }

    .all-result-table-body-wrapper {
        margin: 0;
    }

    .all-result-table-body {
        border: none;
        background-color: #222246;
        margin-bottom: 10px !important;
    }

    .all-result-table-body:last-child {
        margin-bottom: 0px !important;
    }

    .notinhome-top-section {
        height: auto;
        z-index: 200;
    }

    .countdown-draw {
        font-size: 1.5rem !important;
        text-align: center;
    }

    .countdown-clock {
        font-size: 2.8rem;
    }

    .title-border {
        display: none;
    }

    .heading-title {
        text-align: center;
        font-size: 2rem !important;
    }

    .mobile-prz-label {
        background-color: var(--green-color) !important;
    }

    .mobile-prz-label {
        height: auto !important;
        width: auto !important;
        border-radius: 0 !important;
        background-color: transparent !important;
        display: block !important;
        margin-right: 10px !important;
    }

    .mobile-prz-label i {
        font-size: 13px;
        margin-left: 3px;
    }

    .all-result-table-body .col-3 span {
        height: 20px;
        width: 20px;
        font-size: 14px;
    }

    .filter-wrapper {
        justify-content: normal;
    }

    .filter-wrapper form {
        width: 50%;
        padding: 3px;
    }

    .filter-wrapper .c-btn-primary {
        width: 100%;
        font-size: 13px;
    }

    .filter-wrapper span {
        padding: 3px;
        display: block;
        width: 50%;
    }

    .btn-show-all-draw {
        width: 100% !important;
        text-align: center;
        display: block;
    }

    .heading-title a {
        float: none;
    }

    #resultTop {
        display: none;
    }

    .about-wrapper {
        position: relative;
        width: 100%;
        height: auto;
    }

    .about-inner {
        height: auto;
    }

    .about-inner-left {
        padding: 15px;
        margin-top: 68px;
    }

    .about-inner-right {
        padding: 15px;
        background-color: transparent;
    }

    .about-right {
        background-color: var(--blue-transparent-color);
    }

    .about-logo {
        padding: 20px;
    }

    .about {
        padding: 20px;
    }

    .contact-wrapper {
        position: relative;
        width: 100%;
        height: auto;
        right: auto;
    }

    .contact-left {
        margin-top: 68px;
        min-height: 323px;
        background-color: transparent;
    }

    #hvnMap {
        padding: 15px;
    }

    .about-title {
        text-shadow: 0px 0px 5px rgb(40, 40, 40, 0.75);
    }
    
    .about-tagline {
        text-shadow: 0px 0px 5px rgb(40, 40, 40, 0.75);
    }
}


/* iPad and Tablests Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

.navigation {
    transform: translateX(-768px);
}

.logo img {
    width: 50%;
}

.live-draw-wrapper {
    left: 63px;
}

.license-logo-wrapper {
	margin-left: auto;
	margin-right: auto;
}

.slide-caption-wrapper {
	top: 60px;
}

}

/* Tablet Landscape */
@media screen and (min-device-width: 1024px) and (max-device-width: 1200px) {

    .navigation {
        left: 5%;
    }

    .slide-caption-wrapper {
        width: 40%;
    }

    .live-draw-wrapper {
        left: 33%;
    }

}


/* Laptops */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {


}


@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {



}


@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {


}