#clock span ,
#clock_new span {
    float: left;
        text-align: center;
        font-size: 30px;
        margin: 0 2.5%;
        color: #fff;
        padding: 0px;
        width: 10%;
        font-weight: 900;
        border-radius: 20px;
        box-sizing: border-box;
        box-shadow: -3px 4px 5px -1.7px #fff;
}

.hide_in_mobile_and_tab #clock span ,
.hide_in_mobile_and_tab #clock_new span {
    float: left;
        text-align: center;
        font-size: 18px;
        margin: 0 2.5%;
        color: #fff;
        padding: 0px;
        width: 20%;
        font-weight: 900;
        border-radius: 20px;
        box-sizing: border-box;
        box-shadow: -3px 4px 5px -1.7px #fff;
}


#clock span:nth-child(1) ,
#clock_new span:nth-child(1) {
    background: #fff0 ;
}


#clock span:nth-child(2) ,
#clock_new span:nth-child(2) {
    background: #fff0 ;
}


#clock span:nth-child(3) ,
#clock_new span:nth-child(3) {
    background:#fff0 ;
}


#clock span:nth-child(4) ,
#clock_new span:nth-child(4) {
    background: #fff0 ;
}

.d-block2{
    display: block !important;
}
#clock:after ,
#clock_new:after {
    content: "";
    display: block;
    clear: both;
}

#units span {
    float: left;
    width: 15%;
    text-align: center;
    margin-top: 1rem;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 7px rgb(193 216 136);
}

.hide_in_mobile_and_tab #units span {
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 0.2rem;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

span.turn {
    animation: turn 1s ease forwards;
}

@keyframes turn {
    0% {
        transform: rotateY(0deg)
    }

    100% {
        transform: rotateY(180deg)
    }
}

@media (min-width: 320px) and (max-width: 475px){
    #clock span ,
    #clock_new span {
        width: 20%;
            font-size: 30px;
        box-shadow: -3px 4px 5px -1.7px rgb(193 216 136);

    }
    #units span{
        color: #2f313f;
        width: 25%;
        letter-spacing: 0;
        text-shadow: 1px 1px 7px rgb(193 216 136);
        font-weight: bolder;
    }
    #clock span:nth-child(1) ,
    #clock span:nth-child(2) ,
    #clock span:nth-child(3) ,
    #clock span:nth-child(4) {
        background: #fff0 ;
        color: #000
    }
    #clock_new span:nth-child(1) ,
    #clock_new span:nth-child(2) ,
    #clock_new span:nth-child(3) ,
    #clock_new span:nth-child(4) {
        background: #fff0 ;
        color: #fff;
    }

}
@media (min-width: 1024px) and (max-width: 1440px){
    .d-block2{
        display: none !important;
    }
    #clock span ,
    #clock_new span {
        width: 20%;
            font-size: 30px;
        box-shadow: -3px 4px 5px -1.7px rgb(193 216 136);

    }
    #units span{
        width: 25%;
    }
}


.alert-dismissible #clock span {
    float: left;
    text-align: center;
    font-size: 18px;
    margin: 0 2.5%;
    color: #fff;
    padding: 0px;
    width: 20%;
    font-weight: 900;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: -3px 4px 5px -1.7px #b9d190;
}


.alert-dismissible  .imp-notice__text, .alert-dismissible  .imp-notice__title {
    font-size: 12px;
}
.alert-dismissible #units span {
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 0.6rem;
    color: #93b748;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 7px rgb(193 216 136);
}