.template-type-simple .widget-header{
	padding: 80px 20px;
}
.home-widget-header .register-form{
	padding:30px;
	background:#fff;
}
.home-widget-header .widget-header{
	padding-top:180px;
}

.home-widget-details-2 .widget-detail-2 ul li {
	/*text-align:center;*/
	margin-top:20px;
}
.home-widget-details-2 .widget-detail-2 ul li span {
	display:none;
}
.home-widget-details-2 .widget-detail-2 ul li h5 {
	color: var(--color-01);
}



.home-widget-functions{
	background:linear-gradient(0deg, rgba(236, 243, 255,0) 0%, rgba(236, 243, 255,1) 100%);
}
.home-widget-plans{
	background:#F5F7F9;
}
.home-details{
	background:linear-gradient(0deg, rgba(236, 243, 255,1) 0%, rgba(236, 243, 255,0) 100%);
}
.home-faq{
	background:linear-gradient(0deg, rgba(236, 243, 255,0) 0%, rgba(236, 243, 255,0.8) 100%);
}
.home-tutorials{
	padding:70px 20px;
}
.home-tutorials .ui-title{
    text-align: center;
    max-width: 600px;
    margin:0px auto 80px;
}
.home-tutorials ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	list-style:none;
	gap:20px;
}
.home-tutorials ul li{
	width:calc(16.6% - 17px);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-webkit-border-radius: 2px;
    khtml-border-radius: 2px;
    border-radius: 2px;
	background:#fff;
	cursor:pointer;
}
.home-tutorials ul li a{
	display:block;
	color:#333;
}
.home-tutorials ul li i{
	display:block;
	width: 100%;
    height: 0;
    padding-bottom: 55%;
    background-size: cover;
    background-position: center;
}
.home-tutorials ul li span{
	display:block;
	padding:15px;
	font-size: 14px;
}

@media all and (max-width: 1024px){
	.home-tutorials ul li{
		width:calc(33.33% - 14px);
	}
}
@media all and (max-width: 900px){
	.home-tutorials ul li{
		width:calc(50% - 15px);
	}
}
@media all and (max-width: 768px){
	.template-type-simple .widget-header{
		padding: 120px 20px 60px;
	}
    .home-cpanel .widget-details .el-content{
		gap:20px;
	}
    .home-cpanel .widget-details .el-content,
	.home-cpanel .widget-details .el-content .ui-title,
	.home-cpanel .widget-details .el-content p{
		max-width: 100%;
		text-align: center;
	}
}
@media all and (max-width: 600px){
	.home-tutorials ul li{
		width:100%;
	}
}

