label.custom-alert-style{
	margin-top: 10px;
    color: red !important;
    font-size: 12px !important;
    margin: 0;
    font-weight: 600;
}
/*.error{
	font-size: 12px;
    margin-top: 2px;
    color: red;
    float: left;
    font-family: 'bmw_type_web_light_allregular';
}*/
.success{
	font-size: 12px;
    margin-top: 2px;
    color: green;
    float: left;
    font-family: 'bmw_type_web_light_allregular';
}
.main-box-slide {
    position: absolute;
    left: 50%;
}

.video-btn-c{
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    margin-right: 15px;
    width: 45px;
    height: 45px;
        background-image: url(/themes/custom/bmw/images/paly-and-pause.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 45px;
}
.video-btn-c.pause-btn {
    background-position: 0 -46px;
}

.main-box-slide .first{
    display: inline-block;
}
.main-box-slide .second{
    display: none;
}
