.timer-container {
    color: #444444;
    text-align: center;
}

#headline {
    font-weight: normal;
    letter-spacing: .125rem;
    text-transform: uppercase;
    font-size: var(--responsive-font-sizeh4);
    /* color: #444444; */
    color: #ffffff;
    font-size: 12px;
}

#timer-countdown li {
    display: inline-block;
    list-style-type: none;
    padding: 0.05em 0.5em;
    text-transform: uppercase;
}

#timer-countdown li span {
    display: block;
    font-size: 35px;
}

#timer-message {
    font-size: var(--responsive-font-sizeh4);
    display: none;
    padding: 1rem;
}

#timer-countdown li span.timer-txt {
    font-size: var(--responsive-font-size-spkr-modal);
}

/* ------------------------------------ */

.count-down {
    /* background-color: #f4f7fa */
    width: 20%;
    z-index: 999;
}


.pr .count-down {
    width: 100%;
}

/* .count-col {
    position: fixed !important; 
    left: 0; 
    bottom: 53px; 
    z-index: 999;
} */

.count-down .box-head {
    position: relative;
    /* margin-top: -115px; */
    border: 1px solid rgba(238, 238, 238, .219);
    border-radius: 15px;
    background-color: rgba(255, 255, 255, .507);
    padding: 5px;
    -webkit-box-shadow: 0 0 30px #00000017;
    box-shadow: 0 0 30px #00000017;
    z-index: 2
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .count-down .box-head {
        padding: 5px;
        border-radius: 10px;
        margin-top: -70px
    }
}

@media(max-width:767px) {
    .count-down .box-head {
        padding: 4px;
        border-radius: 8px;
        margin-top: -20px
    }

    .pf .count-down {
       width: 70%;
    }

    .pr .count-down {
       width: 100%;
       margin-top: 20px;
    }

    .count-col {
        bottom: 86px;
    }
}

.count-down .box-content {
    text-align: center;
    background-color: var(--main-brand-color);
    /* background-color: #3813c2; */
    /* background-image: url(../images/count-down/bg.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    /* padding: 60px 50px; */
    padding: 5px;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .count-down .box-content {
        padding: 10px;
        border-radius: 6px
    }
}

@media(max-width:767px) {
    .count-down .box-content {
        padding: 5px;
        border-radius: 4px;
    }
}

.count-down .box-content::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: url(/era_cms/images/left-shape.png) no-repeat;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    z-index: -1
}

.count-down .box-content::after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: url(/era_cms/images/right-shape.png) no-repeat;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    z-index: -1
}

.count-down .box-content .box {
    /* width: 24%; */
    width: 21%;
    text-align: center;
    display: inline-block;
    position: relative
}

.count-down .box-content .box::before {
    position: absolute;
    content: "";
    right: -3.5px;
    top: 50%;
    height: 7px;
    width: 7px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: -7px
}

@media(max-width:767px) {
    .count-down .box-content .box::before {
        height: 3px;
        width: 3px;
        margin-top: -3px;
        right: -2px
    }
}

.count-down .box-content .box::after {
    position: absolute;
    content: "";
    right: -3.5px;
    top: 50%;
    height: 7px;
    width: 7px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: 7px
}

@media(max-width:767px) {
    .count-down .box-content .box::after {
        height: 3px;
        width: 3px;
        margin-top: 3px;
        right: -2px
    }
}

.count-down .box-content .box:last-child::before {
    display: none
}

.count-down .box-content .box:last-child::after {
    display: none
}

.count-down .box-content .box h1 {
    /* font-size: 42px; */
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .count-down .box-content .box h1 {
        font-size: 16px
    }
}

@media(max-width:767px) {
    .count-down .box-content .box h1 {
        font-size: 16px;
        font-weight: 600
    }
}

.count-down .box-content .box h2 {
    /* font-size: 18px;
    font-weight: 500;
    display: block;
    margin-top: 5px;
    color: #fff; */
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin-top: 3px;
    color: #fff;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .count-down .box-content .box h2 {
        font-size: 8px
    }
}

@media(max-width:767px) {
    .count-down .box-content .box h2 {
        font-size: 8px
    }
}