/*video*/
.countdown-content {
	position:relative;
    padding: 120px 0px;
}
.bkg-video {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
}
.bkg-video iframe,.bkg-video video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
	width:100%;
	height:auto;
}
.bkg-video-overlay{
	background-color: #000;
    opacity: 0.73;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.countdown-content .html-content{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    color: #fff;
}

.countdown-content .html-content h2{
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
}
.countdown-block .countdown-display{
    display: flex;
    justify-content: center;
}

/***process-countdown***/
.process-countdown{margin-top:20px;}	
.process-countdown .info-process {float:left;width:100%;color:#a1a1a1;font-size: 13px;}	
.process-countdown .info-process strong{font-weight: 400;}	
.process-countdown .info-process .avai{float:left;}	
.process-countdown .info-process .sold{float:right;}	
.process-countdown .progress
{
	background-color: #eee;
    border-radius:10px;
    display: block;
    height: 8px;
    margin-bottom: 9px;
    margin-top: 10px;
    width: 100%;
	float:left;
}
.progress .progress-bar {
    border-radius:10px;
    display: block;
    height: 100%;
    text-indent: -999em;
    background: #ffb4b1;  
	
    max-width: 100%!important;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.30);
    -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.30);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.30);

}
.owl-count-down .txt-offer-countdown{max-width:110px;float:left;text-align:left;margin-top:7px;margin-right: 20px;}
.owl-count-down .txt-offer-countdown strong{font-size:14px;color:#333;}
.owl-count-down .txt-offer-countdown p{margin:3px 0 0;font-size: 12px;}
.owl_countdown ul li{float:left;margin-left:10px;text-align:center;}

.owl_countdown ul li{
	border-right: 1px solid #fff;
    padding: 0 16px;
}

#countdown_video ul.clock{
	display:flex;
    justify-content: center;
	
}
.owl_countdown ul li:last-child{
    border-right:none ;
}
.owl_countdown ul li .c-text{font-size:13px;
    margin-top:5px;
    text-transform: uppercase;
}

#countdown_video ul.clock .c-number span{
	font-size:28px;
	font-weight:700;
	color:#fff;
}
.text-wrapper .rich-text{
    padding-bottom: 10px;
}
a.a-btn {
    box-shadow: 1px 1px 3px rgb(136 136 136 / 19%);
    background-color: #fff;
    padding: 8px 30px;
    font-size: 15px;
}

#countdown_video{
    padding-top: 20px;
}


.bkg-img-overlay{
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

@media (max-width: 767px) 
{
    .countdown-content {
        padding: 60px 0px;
    }
    #countdown_video ul.clock{
        justify-content: start;
        padding-top: 15px;
    }

    .bkg-video iframe,.bkg-video video{
        height: 100%;
        width: auto;
    }

    .countdown-content .html-content h2{
        font-size: 36px;
    }
}