@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
    .col-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .col-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    .col-7 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .header-right {
        padding: 1rem;
        justify-content: center;
    }

    .logo {
        text-align: center;
        padding: 10px;
    }

    .nav {
        justify-content: center;
        background-color: var(--color1);
        border-radius: var(--bradius-m);
        width: 85%;
    }

    .nav ul li {
        padding: 15px;
    }

    .nav ul li a {
        font-size: 1.3rem;
        text-transform: uppercase;
    }

    .art-img img {
        max-width: 330px;
    }

    .winning-numb {
        background-position: center top;
        background-size: 120%;
        padding: 4.5rem 15px 0px 15px;
        min-height: auto;
    }

    .heading-page {
        font-size: 3rem;
    }

    .box-number {
        bottom: 0;
        min-height: 315px;
    }

    .number-list {
        margin-bottom: 1rem;
    }

    .results-numb > i {
        font-size: 1.3rem;
        color: var(--color3);
    }

    .numb div {
        font-size: 2rem!important;
        width: 55px!important;
        height: 55px!important;
        margin: 5px;
        border: 2px solid var(--color3);
    }

    .past-draw-results {
        margin-top: 20px;
    }

    .numb-label {
        font-size: 2.3rem;
        margin-right: 10px;
    }

    .countdown-timer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .art-img {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .countdown {
        padding: 0 15px;
        padding-top: 4rem;
    }

    .countdown .row {
        background-color: var(--color2);
        border-radius: var(--bradius-m);
        border: 4px solid var(--color5);
    }

    .countdown-text h3 {
        font-size: 2rem;
        color: white;
        text-align: center;
    }

    .counter span {
        background-color: var(--color1);
    }

    .footer-txt p {
        font-size: 1rem;
    }

    #onDrawing img {
        width: 280px;
    }

    #modal {
        padding: 15px;
    }

    .modal-body p {
        font-family: var(--font1);
        font-size: 14px;
    }

    .modal-body h3 {
        font-size: 2rem;
    }

    #modalBtn {
        top: 160px;
    }
}


/* iPad and Tablests Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

}

/* 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) {


}