.full-height,.steps-bar-wrap {
  background-color:#f5f7fa;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ff7b47;
  background: none;
  border-left: 4px solid #ff7b47;
  border-radius: 0px;
  font-weight: 500;
}
.nav-pills .nav-link,
.nav-pills .show {
  text-align: left !important;
  color: #424242;
  font-size: 20px;
  font-weight: 400;
}

#heading {
  text-transform: uppercase;
  color: #ff7b47;
  font-weight: normal;
}
.gray-section {
  background: #f4f7fa;
}
#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset {
  background: white !important;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.form-card {
  text-align: left;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform .input,
#msform textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  /* margin-bottom: 25px; */
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;

  color: #2c3e50;
  background-color: #eceff1;
  font-size: 16px;
  letter-spacing: 1px;
}
#msform input[type="checkbox"] {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 5px;
  margin-top: 2px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  color: #2c3e50;
  background-color: #eceff1;
  float: left;
}

#msform .input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #ff7b47;
  outline-width: 0;
}

#msform .action-button {
  width: 100px;
  background: #ff7b47 !important;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
  text-align: center;
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #311b92;
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

.fs-title {
  font-size: 25px;
  color: #ff7b47;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}

.purple-text {
  color: #ff7b47;
  font-weight: normal;
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: #424242;
  padding-left: 0px;
  display: flex; 
  justify-content: center;
}

#progressbar .active {
  color: #ff7b47;
}

#progressbar li {
  list-style-type: none;
  font-size: 17px;
  width: 20%;
  float: left;
  position: relative;
  font-weight: 400;
}

#progressbar #what:before {
  content: "1";
}

#progressbar #from:before {
  content: "2";
}

#progressbar #to:before {
  content: "3";
}
#progressbar #list:before {
  content: "4";
}
#progressbar #contact:before {
  content: "5";
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #424242;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 0px;
  z-index: 3;
  position: relative;
  border: 2px solid #b0b0b0;
}
#progressbar li.active:before {
  color: #ffffff;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 0;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #ff7b47 !important ;
  content: "✓" !important;
  color: #ffffff;
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: #ff7b47 !important;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

#post_detail {
  color: #ffffff;
}

a.underline:hover {
  text-decoration: underline !important;
}
#delivery_Specific_date,
#delivery_Range_date,
#pickup_Specific_date,
#pickup_Range_date {
  font-size: 0.8em !important;
  font-weight: 100 !important;
  color: #333;
}
.form-control {
  height: 50px;
}
 .h-100px{
  height: 100px;
 }

@media (max-width: 786px) {
    .delivery-job-container h1 {
    font-size: 22px;
  }
  #msform {
    margin-top: 0px;
  }
  #progressbar li {
    font-size: 12px;
    font-weight: 100;
  }

  #progressbar li:before {
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 12px;
    border: 1px solid #b0b0b0;
  }
  #progressbar li.active:before {
    border: 1px solid #ff7c47;
  }

  #progressbar li:after {
    top: 15px;
  }
}
@media (max-width: 767px) {
  #insurance_limit {
      margin-top:15px;
  }
}
