.countdownContainer{
    background-color:white;
}

.timer {
    display: flex;
    justify-content: center;
}

.timerContainer {
    color:white;
}
    .timerContainer .heading {
        color: #00182F;
        display: flex;
        justify-content: center;
        font-size: 1.88rem;
        font-family: new-atten-round, Arial, sans-serif, 'Open Sans',sans-serif;
        padding-bottom: 10px;
        font-weight: 600;
        padding: 40px 0px 40px 0px;
    }

/*----------------------------------------------------------
---------------------- COUNTDOWN ------------------------- */

#days {
    float: left;
}

#hours {
    float: left;
}

#minutes {
    float: left;
}

#seconds {
    float: left;
}

.timer {
    /*border: 2px solid #93e0d1;     padding:5px 15px 15px 15px;     border-radius:8px;*/
    /*margin-top: -15px;*/
}

    .timer .heading {
        font-size: 3rem;
        padding-bottom: 5px;
        text-align: center;
        text-shadow: 0 3px 3px rgba(0, 0, 0, .10);
    }

.timer-header {
    font-size: 1.38rem;
    text-align: center;
    color: #00182F;
    font-weight:700;
}

.timer-display {
    float: left;
    background-color: #00182F;
    color: White;
    font-weight: normal;
    margin: 1px;
    line-height: 110px;
    height: 110px;
    width: 75px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 10px;
    border-radius: 15px;
}

.timer-container-space{
    margin-right:40px;
}

.bars-tab {
    display: block;
}

.bars-tab-apply {
    width: 14.28%;
    float: left;
}

.bars-tab .bars-tab-apply a {
    line-height: 45px;
    text-align: center;
}

.bars-tab .bars-tab-apply div {
    background-color: #123c8a;
    color: white;
    border-radius: 25px;
}

/*======================================*/
/*============= MOBILE STYLE ===========*/
/*Small devices (landscape phones, 0px and up)*/
@media screen and (min-width: 0px) and (max-width: 417px) {
    .timer-display {
        line-height: 40px;
        height: 40px;
        width: 20px;
        font-size: 0.8rem;
        border-radius: 5px;
    }

    .timer-container-space{
        margin-right:10px;
    }

    .timer-header{
        font-size:0.8rem;
    }

    .timerContainer .heading{
        font-size:1.5rem;
        padding-top:20px;
        padding-bottom:20px;
    }
}

@media screen and (min-width: 418px) and (max-width: 462px) {
    .timer-display {
        line-height: 50px;
        height: 50px;
        width: 28px;
        font-size: 1rem;
        border-radius: 5px;
    }

    .timerContainer .heading {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .timer-header {
        font-size: 1.18rem;
    }
}
@media screen and (min-width: 463px) and (max-width: 507px) {
    .timer-display {
        line-height: 60px;
        height: 60px;
        width: 35px;
        font-size: 1.4rem;
        border-radius: 5px;
    }

    .timerContainer .heading {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .timer-header{
        font-size:1.18rem;
    }
}
@media screen and (min-width: 508px) and (max-width: 575px){
    .timer-display {
        line-height: 60px;
        height: 60px;
        width: 40px;
        font-size: 1.6rem;
    }
}
/*Small devices (landscape phones, 576px and up)*/
@media screen and (min-width: 576px) and (max-width: 767px) {
    .timer-display {
        line-height: 60px;
        height: 60px;
        width: 40px;
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 800px) {
    .timer-display {
        line-height: 80px;
        height: 80px;
        width: 50px;
    }
}
/*Medium devices (tablets, 768px and up)*/
@media screen and (min-width: 801px) and (max-width: 991px) {
    .timer-display{
        line-height:80px;
        height:80px;
        width:50px;
    }
}