
.pickup_time, .delivery_time{
	width: 100%;
	float: left;
	height: auto;
}
.date_container{
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	height: 65px;
	background: #E4E2E2;
	margin-top: 10px;
	color: #333;
	border: 1px solid #ccc;
	padding-left:10px;
	border-bottom: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.date_container li{
	list-style: none;
	width: 20%;
	float: left;
	padding-top: 3px;
	height: 55px;
	margin-top: 2px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}
.date_container li:hover{
	background-color: #F9F9F9;
}
.service{
	display: block;
}
.pickup_time h4, .delivery_time h4{
	text-align: center;
	font-weight: 500;
    margin-top: 0;
    color: #78C091;
}
.pickup_time{
	border-right: 0px solid #ccc;
}
.slots_container{
	width: 86%;
    height: auto;
    overflow: auto;
    border: 0px solid #ccc;
    border-top: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    -webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.slots_container li {
    width: 50%;
    float: left;
    list-style: none;
}
.slots_container li div{
    width: 100px;
    margin: 0 auto;
    padding: 10px 20px;
    border: 1px solid #ccc;
    margin-top: 10px;
    border-radius: 2px;
    background: #FDFDFD;
    cursor: pointer;
    /* float: left; */
}
.slots_container li div:hover{
	border-color: #78C091;
}
.active_date{
	background-color: #F9F9F9;
}
.check_mark{
	    position: absolute;
	    margin-left: -27px;
	    margin-top: -16px;
	    display: none;
	    background: white;
	    border-radius: 19px;
	    color: #659E79;
	    width: 18px;
	    height: 25px;
}
.active_slot{
	background: #78C091!important;
    color: white!important;
}
.active_slot .check_mark{
	display: block;
	font-size: 22px;
}


@media screen and (max-width:480px){
	.date_container,.slots_container {
    	width: 96%;
	}
	.slots_container li div {
    	width: 124px;
    	padding: 10px 8px;
	}
	.check_mark{
		    margin-left: -17px;
	}
}
