@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {

    .top-nav {
        position: relative;
        text-align: center;
    }

    .nav-left {
        padding: 0.5rem !important;
    }

    .nav-right {
        text-align: center;
        padding: 0.5rem !important;
    }

    .nav-right a {
        background-color: var(--yellow);
        padding: 5px 10px;
        border-radius: 5px;
        color: var(--blue-bg-color);
    }

    .date-now {
        font-size: 15px;
        margin-top: 10px;
        text-shadow: none;
        display: none;
    }

    .draw-timer {
        height: 130px;
    }

    .middle-box-inner .col-lg-6 {
        flex: auto;
    }

    .first-container {
        height: 100%;
    }

    .latest-3-container {
        margin-top: 30px;
    }

    .container-result {
        min-width: 350px;
    }

    .new-result-heading {
        margin-bottom: 25px !important;
        margin-top: 25px;
    }

    .draw-date span {
        width: 100%;
        display: block;
        font-weight: 500;
        text-transform: uppercase;
        padding-right: 0px !important;
        margin-bottom: 10px;
    }

    .draw-heading {
        padding-left: 0px;
        margin-top: 20px;
    }

    .middle-box {
        padding-bottom: 20px;
    }

    .clock {
        margin: auto!important;
    }

    .btn-view-all-wrapper {
        margin: 15px 0px 25px 0px;
    }

    .all-history-container {
        padding-top: 20px;
    }

    .heading-3latest-wrapper {
        margin-top: 25px;
    }

    .heading-history-wrapper {
        margin-top: 0;
    }

    .draw-result span {
        width: 60px;
        height: 60px;
    }

    .draw-result span p {
        height: 37px;
        width: 37px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
    }

    .logo-wrapper {
        margin-top: 10px;
    }

    .logo-center {
        width: 215px;
    }

    .draw-date {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .draw-date span {
        font-size: 14px;
        border-bottom: 1px solid #a7a752;
        margin-bottom: 7px;
        padding-bottom: 7px;
    }

    .latest-num {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .latest-date {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center !important;
        padding-top: 0.3rem;
        padding-block-start: 0.3rem;
    }

    #newResult {
        font-size: 16px;
    }

    .heading-3latest-wrapper h3 {
        font-size: 1.4rem;
    }

    .footer {
        width: 80%;
    }

    .lincense {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .drawing {
        min-height: 300px;
        padding: 20px;
    }

    .msg-ondraw-1 {
        font-size: 2rem;
        line-height: 35px;
    }

    .on-drawing-wrapper {
        padding: 15px;
    }

}

/* iphone x */
@media (min-height: 768px) {

    .first-container {
        height: 100vh;
    }

}

/* iPad and Tablests Portrait */
@media only screen and (min-device-width : 769px) and (max-device-width : 1024px) and (orientation : portrait) {

    .nav-left {
        width: 50%;
    }

    .nav-right {
        width: 50%;
    }

    .first-container {
        height: 100vh;
    }

    .draw-timer {
        height: 62px;
    }

}

/* Laptops */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {

    .draw-timer {
        height: 135px;
    }

}


@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) {


}