/*form styles*/
#msform {
    position: absolute;
    width: 100%;
    text-align: center;
    position: relative;
    transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
left: 50%;
top: 18%;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 90%;
    margin: 0 5%;
    /*stacking fieldsets above each other*/
    position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/

/*buttons*/
#msform .action-button {
    background: #e92a2a;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    padding: 15px 30px;
    margin: 0px;
   
    font-size: 18px;
    text-transform: uppercase;
}
.middlefield {
    width: 70%;
    margin: auto;
}
.textleft {
    text-align: left;
}
#pay {
    font-size: 33px !important;
}
/* radio tab start */
.middle {
  width: 100%;
  text-align: center;
  /* Made by */
}
.middle input[type="radio"] {
  display: none;
}
.middle input[type="radio"]:checked + .box {
  background-color: #ff7a18;
}
.middle input[type="radio"]:checked + .box span {
  color: white;
  transform: translateY(20px);
}
.middle input[type="radio"]:checked + .box span:before {
  transform: translateY(0px);
  opacity: 1;
}
.middle .box {
  width: 200px;
  height: 100px;
  border-radius: 8px;
  background-color: #f7f7f7;
  box-shadow:  0 1px 2px #ccc;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
    line-height: 30px;
  margin: 5px;
}
.middle .box:active {
  transform: translateY(10px);
}
.middle .box span {
  position: absolute;
  transform: translate(0, 5px);
  left: 0;
  right: 0;
  transition: all 300ms ease;
  font-size: 18px;
  user-select: none;
  color: #333;
}
.middle .box span:before {
  font-size: 1.2em;
  font-family: FontAwesome;
  display: block;
  transform: translateY(-80px);
  opacity: 0;
  transition: all 300ms ease-in-out;
  font-weight: normal;
  color: white;
}
.middle .front-end span:before {
  content: '\f0f6';
}
.middle .back-end span:before {
  content: '\f1b9';
}
.middle p {
  color: #fff;
  font-weight: 400;
}
.middle p span:after {
  content: '\f0f6';
  font-family: FontAwesome;
  color: gray;
}


.middle_pack {
  width: 100%;
  text-align: center;
 
  /* Made by */
}
.middle_pack input[type="radio"] {
  display: none;
}
.middle_pack input[type="radio"]:checked + .box {
  background-color: #e92a2a;
}
.middle_pack input[type="radio"]:checked + .box span {
  color: white;
  transform: translateY(10px);
}
.middle_pack input[type="radio"]:checked + .box span:before {
  transform: translateY(0px);
  opacity: 1;
}
.middle_pack .box {
  width: 360px;
  height: 210px;
  border-radius: 8px;
  background-color: #666;
  box-shadow:  0 1px 2px #333;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
    line-height: 30px;
  margin: 5px;
}
.middle_pack .box:active {
  transform: translateY(10px);
}
.middle_pack .box span {
  position: absolute;
  transform: translate(0, -4px);
  left: 0;
  right: 0;
  transition: all 300ms ease;
  font-size: 18px;
  user-select: none;
  color: #333;
}
.middle_pack .box span h3 {
  color: #fff;
  font-size: 25px;
    margin: 0px;
}
.middle_pack .box span p {
  color: #fff;
  font-size: 15px;
}
.middle_pack .box span ul {
    width: auto;
}
.middle_pack .box span ul li {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-transform: none;
}
.middle_pack .box span:before {
  font-size: 1.2em;
  font-family: FontAwesome;
  display: block;
  transform: translateY(-80px);
  opacity: 0;
  transition: all 300ms ease-in-out;
  font-weight: normal;
  color: white;
}
.middle_pack .front-end span:before {
  content: '\f00c';
}
.middle_pack .back-end span:before {
  content: '\f00c';
}
.middle_pack p {
  color: #fff;
  font-weight: 400;
}
.middle_pack p span:after {
  content: '\f00c';
  font-family: FontAwesome;
  color: gray;
}



.middle_auto {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
 
  /* Made by */
}
.middle_auto input[type="radio"] {
  display: none;
}
.middle_auto input[type="radio"]:checked + .box {
  background-color: #f1f1f1;
   
}
.middle_auto input[type="radio"]:checked + .box span {
  color: gray;
  transform: translateY(15px);
}
.middle_auto input[type="radio"]:checked + .box span:before {
  transform: translateY(0px);
  opacity: 1;
}
.middle_auto .box {
  width: 236px;
  height: 100px;
  border-radius: 8px;
  background-color: #f9f9f9;
  box-shadow:  0 1px 2px #ccc;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
    line-height: 30px;
  margin: 5px;
}
.middle_auto .box:active {
  transform: translateY(10px);
}
.middle_auto .box span {
  position: absolute;
  transform: translate(0, 4px);
  left: 0;
  right: 0;
  transition: all 300ms ease;
  font-size: 18px;
  user-select: none;
  color: #333;
}
.middle_auto .box span:before {
  font-size: 1.2em;
  font-family: FontAwesome;
  display: block;
  transform: translateY(-80px);
  opacity: 0;
  transition: all 300ms ease-in-out;
  font-weight: normal;
  color: #e92a2a;
}
.middle_auto .front-end span:before {
  content: '\f00c';
}
.middle_auto .back-end span:before {
  content: '\f00c';
    
}
.middle_auto p {
  color: #333;
  font-weight: 400;
}
.middle_auto p span:after {
  content: '\f00c';
  font-family: FontAwesome;
  color: gray;
}
/* radio tab end */


/*headings*/
.fs-title {
    font-size: 33px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-family: 'Unica One', cursive;
    letter-spacing: -.5px;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
}
/*progressbar*/
#progressbar {
    margin-bottom: 20px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: white;
    font-size: 14px;
    width: 25%;
    float: left;
    position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    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: #ff7a18;
    color: white;
}
    
    
#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
}

.jquery-script-center {
    width: 960px;
    margin: 0 auto;
}
.jquery-script-center ul {
    width: 212px;
    float:left;
    line-height:45px;
    margin:0;
    padding:0;
    list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
    width: 728px;
    height:90px;
    float:right;
}
.jquery-script-clear {
    clear:both;
    height:0;
}    
#package {
    display: none;
}
#makecar {
    display: none;
}
#cartype {
    display: none;
}    
#km {
    display: none;    
}    
#gen {
    display: none;    
}
.col3l {
    float: left;
    width: 32.5%;
} 
.col3m {
    float: left;
    width: 32.5%;
    margin: 0 0 0 1%;
} 
.col3r {
    float: right;
    width: 32.5%;
} 
.col2l {
    float: left;
    width: 49%;
} 
.col2r {
    float: right;
    width: 49%;
} 

.plan {
    width: 100%;
    margin:  0px 0 0 0px;
    display: none;
    border-top: solid 1px #ddd;
    padding-top: 20px;
    text-align: left;
}
.plan h3 {
    font-size: 25px;
    font-weight: 100;
    color: #666;
    margin:  0 0 7px 0px;
}
.plan p span {
    font-size: 12px;
    color: #666;
    font-style: italic;
    margin-bottom:  15px;
    display: block;
}
.plan ul {
    width: auto;
}
.plan ul li {
    list-style: none;
    line-height: 20px;
    margin:  0 0 0 0px;
    color: #666;
}