.servicesBox {margin:30px 0; border:1px solid #eaeaea; padding:20px 10px; background:#fcfcfc;}
.servicesBox .title {text-align:center; text-transform:uppercase; margin-bottom:30px;}
.servicesBox .title h2 {color:#25aae1; font-weight:600; font-size:20px; padding-bottom:6px;}
.servicesBox .title h3 {color:#666; font-weight:400; font-size:20px; padding:0;}
.servicesBox .title h3:after {border-bottom-width:3px; position:relative; display:block; width:40%; margin: 12px auto 10px;}
.servicesBox .content {}
.servicesBox .content .service {font-size:13px; border-bottom:3px solid rgba(234,234,234,.6); margin:0 0 20px; padding:0 0 16px 40px; position:relative;}
.servicesBox .content .service h5 {padding:0; font-size:14px;}
.servicesBox .content .service:last-child {margin-bottom:2px; padding-bottom:20px;}
.servicesBox .content .service-success h5 {color:#28a745;}
.servicesBox .content .service p {color:#666;}
.servicesBox .content .service .badge {float:right;}
.servicesBox .footer {text-align:center; color:#25aae1; font-weight:500; font-size:18px; padding:20px 0 0; text-transform:uppercase;}
.servicesBox .footer .show_more {color:#a0a0a0; font-size:13px; text-transform:none; margin-bottom:20px;}
.servicesBox .footer .show_more a {color:#a0a0a0; text-decoration:underline}
.servicesBox .footer .show_more a:hover {color:#333;}

.servicesBox .content .service:before {height:20px; width:20px; border-radius:50%; content:" "; position:absolute; padding:3px; left:0;}
.servicesBox .content .service:before {text-align:center; font-size:20px; font-weight:600; color:#fff; background:#a0a0a0; border:2px solid #a0a0a0;}
.servicesBox .content .service-primary:before {background:#25aae1; border:2px solid #25aae1;}
.servicesBox .content .service-success:before {background:#28a745; border:2px solid #28a745;}
.servicesBox .content .service:nth-child(1):before{content:"1";}
.servicesBox .content .service:nth-child(2):before{content:"2";}
.servicesBox .content .service:nth-child(3):before{content:"3";}
.servicesBox .content .service:nth-child(4):before{content:"4";}
.servicesBox .content .service:nth-child(5):before{content:"5";}
.servicesBox .content .service:nth-child(6):before{content:"6";}


@media (max-width:767px){
	.servicesBox .title h2 {}
	.servicesBox .title h3 {}
	.servicesBox .content .service {border-bottom-width:1px;}
	.servicesBox .content .service:last-child:before {content:"4";}
}
@media (max-width:490px){
	.servicesBox .title h2 {font-size:5.5vw;}
	.servicesBox .title h3 {font-size:4.5vw;}
	.servicesBox .content .service {padding-left:32px; margin-bottom:10px; padding-bottom:10px;}
	.servicesBox .content .service:before {font-size:13px; line-height:1em; height:12px; width:12px;}
	.servicesBox .content .service h5 {font-size:3.4vw;}
	.servicesBox .content .service p {font-size:2.8vw; font-weight:300;}
	.servicesBox .footer {font-size: 3.8vw;}
	.servicesBox .footer .show_more a {font-size:12px;}
}