
/*-----------------------------------
|| Start Schedule Design 
-----------------------------------*/

.schedule.schedule_box_controle{
    padding: 100px 0;
    position: relative;
    height: auto;
    background-color: #f1f1f1;
    /* background-image: url("../img/call-bg.jpg"); */
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

/* .overlay:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#1a76d1;
	opacity:0.8;
} */

.schedule.schedule_box_controle .schedule-inner {
	position: relative;
	transform: translateY(0%);
	z-index:9;
}