 
.circle_text_outside .uc_white_line_circle_countdown .uc_label{
    font-size: 30px;
}
.body_background {
    position: fixed;
    width: 100%;
    z-index: -999999;
    top: 0;
    left: 0;
    height: 100%;
}
.body_background .carousel {
    height: 100%;
}
.body_background .carousel .carousel-inner {
    height: 100%;
}
.body_background .carousel .carousel-inner .item {
    height: 100%;
}
.body_background .carousel .carousel-inner .item img {
    min-width: 100%;
    min-height: 100%
}

.wrap-count-down .count-down-title {
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
}
.wrap-count-down .count-down-title h1 {
    font-size: 48px;
    color: #FF3C59;
}
.wrap-count-down .count-down-subscribe form {
    position: relative;
}
.wrap-count-down .count-down-subscribe form input[type=text] {
    width: 100%;
    opacity: 0.8;
    background: none;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
    padding: 5px 132px 5px 20px;
    font-size: 18px;
}
.wrap-count-down .count-down-subscribe form button {
    position: absolute;
    top: 1px;
    right: 1px;
    height: 37px;
    border-radius: 3px;
    background: #fff;
    border: 0;
    padding: 0 21px;
    font-size: 18px;
}
.circle_text_outside.wrap-count-down .uc_white_line_circle_countdown .uc_number {
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%; 
    color: #87EA00;
    line-height: 120px;

}
.circle_text_outside.wrap-count-down .uc_white_line_circle_countdown .uc_number {
    background: rgba(72,135,191,0.62);
    border: 10px solid #DEEBF4;
}
.wrap-count-down .uc_white_line_circle_countdown .uc_label {
    color: #87EA00;
}
.wrap-count-down .uc_mega_round_icons_buttons .uc_icons_link .uc_icon i {
    border-color: #fff;
}
@media screen and (max-width: 380px){
    .uc_white_line_circle_countdown .uc_box  {
        margin-top: 18px;
    }
}