.servicesLooking{font-family: Helvetica;}
.servicesLooking h4{text-align:center;color: #000C3B;font-size: 26px;margin-top: 10px;margin-bottom: 25px;}
.progressbarStep{margin-bottom: 30px;margin: auto;width: 100%;}
.progressbarStep li{list-style-type: none;color: #000c3b;text-transform: uppercase;font-size: 14px;width: 33.33%;float: left;position: relative;letter-spacing: 1px;text-align:center;padding-top: 40px;z-index: 1;}
.progressbarStep li:before{    content: "";width: 18px;height: 18px;line-height: 20px;display: block;font-size: 12px;color: #333;background: #8b8589;border-radius: 25px;margin: 0 auto 10px auto;}
.progressbarStep li:after{content: '';width: 100%;height: 2px;background: #b0abab;position: absolute;left: -47%;top: 48px;z-index: -1;}
.progressbarStep li:first-child:after {content: none;}
.progressbarStep li.active:before, .progressbarStep li.active:after{background: #fdb42b;}
.progressbarStep label{width: 100%;left: 0;top: 0;position: absolute;text-transform: initial;font-size: 17px;}
.progressbarStep .active label{color:#fdb42b}
.listServices p label{font-weight: normal;}
.listServices a{color:#000c3b;}
.servicesLooking .panel-group{margin-bottom: 20px;max-width: 530px;width: 100%;margin: auto;margin-top:25px;}
.servicesLooking .panel-title > a:before{font-family: FontAwesome;content: "\f068";padding: 8px 9px;background: #fff;color: #b0abab;font-size: 8px;border-radius: 20px;position: absolute;right: 15px;border: 1px solid #b0abab;top: 5px;}
.servicesLooking .panel-title > a.collapsed:before{content: "\f067";}
.servicesLooking .panel-default > .panel-heading{background-color: #fff;border-color: transparent;border: 0px;    padding: 0px;}
.servicesLooking .panel-default > .panel-heading + .panel-collapse > .panel-body{border: 1px solid #f1f1f1;margin-top: 3px;border-bottom: 0px;    box-shadow: 2px 2px 4px #d4d4d4;border-radius: 3px;}
.servicesLooking .panel-group .panel{border-bottom: 0px;margin-bottom: 15px;}
.servicesLooking .panel-default > .panel-heading a{padding: 10px 15px;display: block;position: relative;color: #000c3b;font-size: 17px;}
.servicesLooking .panel-title > a.collapsed{border: 1px solid #f1f1f1;}
.servicesLooking .listServices p{color:#000c3b;font-size: 17px;}
.servicesLooking input[type='radio']:after {width: 16px;height: 16px;border-radius: 15px;top: -1px;left: 0px;position: relative;background-color: #fff;content: '';display: inline-block;visibility: visible;border: 1px solid #b0abab;}
.servicesLooking input[type='radio']:checked:after {width: 15px;height: 15px;border-radius: 15px;top: -2px;left: -1px;position: relative;background-color: #fdb42b;content: '';display: inline-block;visibility: visible;}
.listServices input[type='radio']{margin-right: 8px;}
.items .displayNoneTxt {display: none !important;}
@media (max-width: 991px)
{
	.progressbarStep li:after{left: -45%;}
}