@charset "utf-8";
/* CSS Document */

.svc-details-wrap{
	margin:0 0 40px;
}
.svc-tab-cont-txt h4{
	font:600 1.3rem/2rem 'Open Sans', sans-serif;
	color:#fefefe;
	padding:4px 6px;
	text-transform:uppercase;
	background-color:#03015c;
	margin-bottom:15px;
}
.svc-details{
	font-size:1.4rem;
	line-height:2rem;
	font-weight:400;
	padding:0 0 0 46px;
	margin:0 0 26px;
	background:url(../images/ico-4.png) 0 3px no-repeat;
	background-size:35px;
}
.svc-details:last-child{
	margin-bottom:0;
}
.svc-details h3{
	display:block;
	margin-bottom:20px;
	color:#243a42;
}
.svc-tab-cont-txt ul:not(.ser-list) {
    padding: 0;
    margin: 0;
}
.svc-details ul:not(.ser-list) li{
	padding:0;
	margin:0 0 20px;
	background-image:none;
	position:relative;
}
.svc-details ul li strong{
	font-weight:600;
}
.svc-details ul li:after{
	content:"";
	display:block;
	width:1px;
	height:100%;
	background-color:#7e7bf9;
	position:absolute;
	left:-28px;
	top:6px;
}


@media only screen and (min-width:768px) {
	.svc-details-wrap{
		margin:0 0 50px;
	}
	.svc-tab-cont-txt h4{
		font-size:1.6rem;
		line-height:2.4rem;
		margin-bottom:20px;
	}
	.svc-details h3{
		font-size:1.6rem;
		line-height:2.8rem;
	}
	.svc-details{
		padding:0 0 0 96px;
		margin:0 0 40px;
		background-size:auto;
	}
	.svc-details ul:not(.ser-list) li{
		margin:0 0 30px;
	}
	.svc-details ul li strong{
		font-weight:600;
	}
	.svc-details ul li:before{
		content:"";
		display:block;
		width:18px;
		height:2px;
		background-color:#7e7bf9;
		position:absolute;
		left:-32px;
		top:10px;
	}
	.svc-details ul li:after{
		left:-57px;
	}
	.svc-details h3{
		display:block;
		min-height:64px;
		vertical-align:middle;
	}
}
@media only screen and (min-width:921px) {
	.svc-tab-cont-txt h4{
		font-size:1.8rem;
		line-height:2.8rem;
		margin-bottom:30px;
	}
}
@media only screen and (min-width:1023px) {
	.svc-details-wrap{
		margin:0 0 60px;
	}
}
