.uc-schedule-stripe * { 
	margin: 0; 
	padding: 0; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}

.uc-schedule-stripe{
	display:table;
	width:100%;
	}
	
.uc-schedule-stripe .uc-title-box,.uc-schedule-stripe .uc-conten-box,.uc-schedule-stripe .uc-button-box{
	display:table-cell;
	vertical-align:top;
	}	

.uc-schedule-stripe .uc-title-box,.uc-schedule-stripe .uc-button-box{
	width:15%;
	}
.uc-schedule-stripe .uc-conten-box{
	width:70%;
	}		
	
.uc-schedule-stripe .uc-conten-box{
	border-left:#171717 3px solid;
	border-right:#171717 3px solid;
	padding:14px 26px;
	}
.uc-schedule-stripe .uc-button-box{ 
	vertical-align:middle;
	padding:0px 0px 0 33px;
	}

.uc-schedule-stripe .uc-btn{
	font-weight:700;
	text-decoration:none;
	font-size:28px;
	color:#48dbdc;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	position:relative;
	} 	

.uc-schedule-stripe .uc-btn:after{
	content:'';
	font-size: 0px; line-height: 0%; width: 0px;
	border-top: 12px solid #fff;
	border-right: 12px solid #48dbdc;
	-ms-transform: rotate(-45deg); 
	-webkit-transform: rotate(-45deg); 
	transform: rotate(-45deg);
	position:absolute;
	right:-22px;
	top:11px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.uc-schedule-stripe .uc-btn:hover{
	color:#171717;
	}
.uc-schedule-stripe .uc-btn:hover:after{
	right:-60px;
	border-right: 12px solid #171717;
	
	}	
.uc-schedule-stripe .uc-title{
	font-weight:600;
	font-size:25px;
	color:#eb2ab8;
	padding:14px 0 10px 0;
	
	}
.uc-schedule-stripe .uc-time{
	font-weight:400;
	font-size:15px;
	color:#6d6964;
	}	
.uc-schedule-stripe .uc-main-title{
	font-size:28px;
	font-weight:700;
	line-height:34px;
	color:#171717;
	width:calc(100% - 55%);
	float:left;
	padding-right:70px;
	}
.uc-schedule-stripe .uc-main-content{
	font-size:22px;
	line-height:25px;
	color:#9b9995;
	width:calc(100% - 45%);	
	float:right;
	padding:7px 0 0 0;
	}
	
@media(max-width:1100px){
	.uc-schedule-stripe .uc-main-content{
		font-size:14px;
		line-height:16px;
		}
	.uc-schedule-stripe .uc-main-title{
		    width: calc(100% - 40%);
		}		
	.uc-schedule-stripe .uc-main-content{
		width: calc(100% - 60%);
		}	
	.uc-schedule-stripe .uc-title-box{
		padding:0px 20px 0 0;
		} 
	.uc-schedule-stripe .uc-button-box{
		padding:0px 0 0 20px;
		}	
	}
@media(max-width:1024px){
	.uc-schedule-stripe .uc-main-content{
		display:none;
		}
	.uc-schedule-stripe .uc-conten-box{
		width:60%;
		}	
	.uc-schedule-stripe .uc-title-box,.uc-schedule-stripe .uc-button-box{
		width:20%;
		}	
	.uc-schedule-stripe .uc-time{
		font-size:13px;
		}	
	.uc-schedule-stripe .uc-main-title{
		width:calc(100% - 0%);
		padding:0px;
		}
	}	
	
@media(max-width:767px){
	.uc-schedule-stripe .uc-title-box{
		width:calc(100% - 0%);
		padding:0px 0 18px 0;
		display:block;
		} 
	.uc-schedule-stripe .uc-conten-box,.uc-schedule-stripe .uc-button-box{	
		width:calc(100% - 0%);
		display:block;
		}
	.uc-schedule-stripe .uc-title{
		font-size:20px;
		}	
	.uc-schedule-stripe .uc-time{
		font-size:16px;
		padding:0 0 0px 5px;
		}
	.uc-schedule-stripe .uc-button-box{
		padding:0px;
		text-align:center;
		}	
	.uc-schedule-stripe .uc-conten-box{
		padding: 14px 35px;
		overflow:hidden;
		}	
			
	}