.vm_header {
    width: 100%;
    height: 40px;
    /*padding: 10px 20px 20px 20px;
     background-color: #fd446fe0; */
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    clear: both;
}

.vm_alert-container {
    color: #C3955B;
    margin: -20px auto;
    float: left;
    display: inline-block;
    width: 140%;
    text-align: center;
    transform: scale(0.7);
    transform-origin: left;
}

.vm_copy-container .blk-font {
    color: #000;
    margin: 0;
}

.vm_copy-container {
    display: inline-block;
    position: relative;
    bottom: 12px;
}

.vm_main-head {
    margin: 0;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    vertical-align: top;
    cursor: pointer;
    font-weight: 700;
    /* letter-spacing: 3px; */
}

.vm_countdown-clock li {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0 15px;
    text-align: center;
}

.vm_countdown-clock {
    display: inline-block;
    padding: 0 60px;
    color: #000;
    cursor: default;
    margin-top: 0px;
}

.vm_countdown-clock li span.int {
    display: block;
    font-family: "Open Sans", sans-serif;
    color: #C3955B;
    font-weight: bold;
    min-width: 70px;
    font-size: 35px;
    letter-spacing: 3px;
    border: dashed white 2.3px;
    border-radius: 8px;
}

.vm_countdown-clock li span.ttext {
    color: #C3955B;
}

a #vm_nav-button {
    padding: 10px 30px;
    color: #ff0000db;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    background: white;
    border-radius: 30px;
    font-size: 19px;
    position: relative;
    bottom: 26px;
}

.vm_nav-button-wrap {
    text-decoration: none;
}

.vm_countdown-clock li:nth-child(1) {
    margin-left: 10px;
}

.vm_nav-button-container {
    bottom: 20px;
    display: inline-block;
}

/* Mobile Style */

@media only screen and (max-width: 2160px) {
    .vm_alert-container {
        width: 200%;
        transform: scale(0.5);
    }
}

@media only screen and (max-height: 950px) {
    .vm_alert-container {
        margin: -15px 0px -35px 0px;
    }
}

@media only screen and (max-height: 860px) {
    /* .vm_alert-container {
        margin: -23px auto;
    } */
    .vm_alert-container {
        margin: -15px 0px -35px 0px;
    }
}

@media only screen and (max-height: 800px) {
    /* .vm_alert-container {
        margin: -26px auto;
    } */
    .vm_alert-container {
        margin: -15px 0px -35px 0px;
    }
}

@media only screen and (max-height: 760px) {
    .vm_alert-container {
        margin: -15px 0px -35px 0px;
    }
}

@media only screen and (max-height: 700px) {
    .vm_alert-container {
        margin: -22px 0px -44px 0px;
    }
}
@media only screen and (max-width: 1366px) {
    .vm_alert-container {
        margin: -22px 0px -46px 0px;
    }
}



@media only screen and (max-width: 1024px) {
    .vm_alert-container {
        width: 202%;
        transform: scale(0.5);
        margin: -22px 0px 0px 0px;
    }
}

@media only screen and (max-width: 900px) {
    .vm_alert-container {
        width: 255%;
        transform: scale(0.4);
    }

    .vm_header {
        height: 30px;
        padding-top: 0px;
    }

    .vm_countdown-clock {
        margin-top: -13px;
    }
}

@media only screen and (max-width: 719px) {
    .vm_alert-container {
        width: 250%;
        transform: scale(0.4);
        margin-top: -10px;
        /* margin-bottom: 20px !important; */
    }

    .vm_countdown-clock {
        padding: 0 50px 0 50px;
    }

    a #vm_nav-button {
        bottom: 25px;
    }
}

@media only screen and (max-width: 600px) {
    .vm_countdown-clock {
        padding: 0 15px 0 15px;
    }
}

@media only screen and (max-width: 510px) {
    .vm_alert-container {
        width: 240%;
        transform: scale(0.4);
    }

    .vm_countdown-clock {
        padding-top: 0;
    }

    a #vm_nav-button {
        bottom: 28px;
    }
}

@media only screen and (max-width: 422px) {
    .vm_alert-container {
        width: 280%;
        transform: scale(0.35);
    }

    .vm_countdown-clock {
        padding: 0 0 0 15px;
    }

    a #vm_nav-button {
        bottom: 23px;
    }
}

@media only screen and (max-width: 365px) {
    .vm_alert-container {
        width: 268%;
        transform: scale(0.35);
    }
}

@media only screen and (max-width: 342px) {
    .vm_alert-container {
        width: 313%;
        transform: scale(0.3);
    }
}
