  /* Mark input boxes that gets an error on validation: */
  input.invalid {
    background-color: #faa83c7e
  }
  form{
    font-size:1em;
    color:#52585b;
  }
 .form-control{
    font-size:1em;
  }
  ::placeholder{
    font-size:1em;
  }
  /* Hide all steps by default: */
  
  .custom-control-label::after {
    top: .25em;
    left: -1.5em;
    width: 1.5em;
    height: 1em;
    color:#49b7e9;
}
  .warehouse-optradio .radio-inline {
    padding-right: 13px;
  }

  .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image:none;
  }

  .custom-control-input:checked~.custom-control-label::before {
    background-color: #49b7e9;
    border-color: #49b7e9;
}

input.invalid ~ .custom-control-label::before{
  border-color:#faa83c;
}
  /* Make circles that indicate the steps of the form: */
  .step {
    height: 0.7em;
    width: 0.7em;
    margin: 0 0.7em;
    border: 1px solid #52585b; 
    border-radius: 50%;
    display: inline-block;

  }
  /* Hide HTML5 Up and Down arrows. */
.noArrow input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button , .noArrow input[type=time]::-webkit-inner-spin-button, input[type=time]::-webkit-outer-spin-button{
  -webkit-appearance: none; 
  }
  .step.active {
    background-color: #49b7e9;
    border: none;
  }

  .step:after {
    content: '';
    width: 1.8em;
    height: 2px;
    background: #52585b;
    position: absolute;
    top: 7.82%;
    margin-left: 0.3em;
  }
  .last:after{
    content: '';
    width: 0em;
  }

  /* Mark the steps that are finished and valid: */

.progressBar{
  text-align:center
}
.form-box{
  z-index: 10;
  margin-bottom: 15%;
  padding:3em;
  box-shadow: 8px 9px 20px -5px;
  background-color:#fff;
}
#contactForm.form-box{
  padding-bottom:1.5em;
}

#contactInfo.form-box{
  height: 40em;
}

#contactInfo .fas{
  font-size: 3.5em;
  color:#faa83c;
  
}
#contactInfo .row{
  padding:1em;
}
#Tab2 .form-row {
  margin-bottom: 1.5em;
}
#Tab2 input[type=time]{
  height:1.5em;
}
#Tab2 input[type=text]{
  height:1.5em;
}

.rowLabel{
  margin-right:1em;
  padding-left:0.75rem;
  margin-bottom:1em;
}

.inlineLbl{
  padding-left: 1.1rem!important;
}

#Tab3 .form-row, #Tab4 .form-row{
  padding-left:0.8rem;
}
#Tab6 .form-row, #Tab7 .form-row, #Tab8 .form-row{
  padding-bottom: 1em;
}
#Tab7 .input-group{
  height: 100%;
}
#Tab9 small{
  margin: -0.5em 0.5em 1em 0em;
}
#stepForm .form-group{
  margin-bottom: 1.5em;
}
.input-group-text{
    font-size: 1em;
    background-color: white;
    border: none;
    border-bottom: #49b7e9 1px solid;
    border-radius: 0%;
}
.table thead th {
  border-top: 0;
  border-bottom: 2px solid #49b7e9;
  font-weight: normal;
}

.NBbtn{
  width:8em;
}
#side-btn button{
  width:70%;
  height: 50%;
}
.hidden{
  width: 0;
  opacity: 0;
}

.contactIcon{
  width:100%;
}
.custom-select{
  border: 1px solid #49b7e9;
}

@media only screen and (max-width: 750px) {
  #side-btn{
    margin: 15% 8% 8% 8%;
    text-align: center;
  }
  
  #contactForm.form-box, #contactInfo.form-box {
    height: 90%;
  }
  .step{
    margin:0em 0.3em;
  }
  .step:after{
    width:0.9em;
    top: 2.2em;

  }
  .last:after{
    content: '';
    width: 0em;
  }
  .wrap .form-box{
    padding: 1.5em
  }
  .rowLabel{
    padding-left: 0;
  }
  .inlineLbl{
    padding-left: 0!important;
  }

  .form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 0px;
  }
  .tab .custom-checkbox{
    padding-left:1.5em!important;
    margin-bottom: 0.5em;
  }
}

@media only screen and (min-width: 750px){
  #ContactUsPage .form-box{
    width:70%;
  }
  .wrap{
    height:46.875em;
  }
  .wrap .form-box{
    height:100%;
    position: relative;
    box-sizing: border-box;
    width: 90%;
  }
  .formfooter {
    position: absolute;
    width: 85%;
    height: auto;
    bottom: 4%;
  }
}

@media (min-width: 160em) {
  .NBbtn{
    width: 10em;
    height: 3em;
    font-size: 1em;
  }
  .wrap .form-box{
    width: 70%;
  }
}

