#msform {
width: 100%;;
margin: 0px 0%;
text-align: center;
position: relative; float:left;
}
#msform  .col-full-2{ background:none!important;}
#msform  .col-full-2 li { width:12.2%; text-align:center; min-height: 120px; margin:5px 1%; box-sizing:border-box;}
#msform .col-full-2 img{ width:100%;}
#msform .text{ font-size:10px;}
#msform .img-area{ width:100%; height:70px; display:inline-block;}
#msform .img-area img{ width:50px; max-height:70px; max-width:100%; overflow:hidden; }
#msform .img1 img{ width:100%;}
#msform .img1{ margin-left:0; width:100%;}
#msform .img1 img{ width:50px; max-height:75px; max-width:90%;}
#msform .img2{ margin-left:0; width:100%;}
#msform .img2 img{ width:35px; margin-top:10px;}
#msform .img3{ margin-left:0;     width: 100%;}
#msform .img3 img{ margin-top:20px;}
#msform .img4{ margin-left:0;     width: 100%;}
#msform .img4 img{ margin-top:20px;}
#msform .img5{ margin-left:0;     width: 100%;}
#msform .img5 img{ margin-top:10px;}
#msform .img6{ margin-left:0;     width: 100%;}
#msform .img7{ margin-left:0;     width: 100%;}
#msform .img7 img{ margin-top:0px; width:60px;}
.col-full-2 ul{ margin:0; padding:0; width:100%;}
#msform .radio{ float:left; width:100%; margin-bottom:20px;}
#msform .radio .r1{ float:left; min-height:100px; width:11.9%; margin:0 1%; text-align:center; border:1px solid #e1e1e1;}
#msform .radio .r1 img{ width:80%; margin-top:20px;}
#msform .radio .r1:nth-child(2) img{ width:60%; padding:0 20%;}
#msform fieldset {
background: white;
border: 0 none;
border-radius: 3px;
padding: 20px 30px;
box-sizing: border-box;
width: 80%;
margin: 0 10%;
/*stacking fieldsets above each other*/
position:relative; float:left;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
display: none;
}
/*inputs*/
/*#msform input, #msform textarea {
padding: 15px;
border: 1px solid #ccc;
border-radius: 3px;
margin-bottom: 10px;
width: 100%;
box-sizing: border-box;
font-family: montserrat;
color: #2C3E50;
font-size: 13px;
}*/

/*#msform .action-button {
width: 100px;
background: #27AE60;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 1px;
cursor: pointer;
padding: 10px 5px;
margin: 10px 5px;
}*/
/*#msform .action-button:hover, #msform .action-button:focus {
box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}*/
/*headings*/
.fs-title {
font-size: 20px;
text-transform: uppercase;
color: #2C3E50; font-family: 'Oswald', sans-serif;
margin-bottom: 10px;
}
.fs-subtitle {
font-weight: normal;
font-size: 15px;
color: #666;
margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
margin-bottom: 30px;
overflow: hidden;
/*CSS counters to number the steps*/
counter-reset: step;
}
#progressbar .active{ background:none!important;     color: #18c3f3!important;} 
#progressbar li {
list-style-type: none;
color: #000; font-family: 'Oswald', sans-serif;
text-transform: uppercase;
font-size: 17px; font-weight:600;
width: 32.33%; margin-right:1%;
float: left;
position: relative;
}
#progressbar li:before {
content: counter(step);
counter-increment: step;
width: 20px;
line-height: 20px;
display: block;
font-size: 10px;
color: #fff;
background: #000;
border-radius: 3px;
margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
content: '';
width: 100%;
height: 2px;
background: #000;
position: absolute;
left: -50%;
top: 9px;
z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
/*connector not needed before the first step*/
content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
background: #18c3f3;
color: white;
}
@media only screen and (min-width: 100px) and (max-width: 479px) {
#msform .img3 img{ width:75px;}
#msform .img4 img{ width:75px;}
#msform .img5 img{ width:65px;}
#msform .img6 img{ width:65px;}
#msform .col-full-2 li{ width:100%;}
.repair .rdarea .txarea{ font-size:14px;}
.repair .submit{ width:70px; font-size:12px;}
}