#smartwizard input {
  width: 100%;
  display: block;
  border: 1px solid #ebebeb;
  height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #222;
  font-weight: bold;
  font-size: 14px;
}
#smartwizard .form-group,#smartwizard .form-date {
  margin-bottom: 18px;
  position: relative;
}
#smartwizard .form-label {
  display: block;
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: right;
}
#search_list {
  list-style: none;
  padding: 0;
  position: absolute;
  z-index: 999;
  text-align: right;
  max-height: 400px;
   overflow-y: scroll;
  right: 0;
  top: 84px;
  background: #ededed;
  width: 88%;
  min-height: 35px;
}
#search_list li {
  list-style: none;
  padding: 0px;
  width: 100%;
  text-align: right;
}
#search_list li a {
  color: black;
  font-size: 14px;
  padding: 7px 20px 7px 5px;
  line-height: 34px;
  width: 100%;
  display: inline-block;
}
#smartwizard .form-icon {
  position: absolute;
  right: 20px;
  left: unset;
  font-size: 18px;
  color: #999;
  top: 12px;
}
#smartwizard .submit {
  width: 150px;
  background: #666;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
}
p.desc {
  margin: 0px;
  margin-bottom: 40px;
  color: #555;
}
.check-container {
  pointer-events: none;
}
.choose-product {
  background: #FFF;
  padding: 10px;
  border-radius: 10px;
}
html display-flex, .form-flex, .form-date-group, .steps ul, .title, .title .step-number, .actions ul li a, .form-radio-flex, .form-find {
  display: flex;
  display: -webkit-flex;
}
.form-radio-flex {
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -15px;
}
.form-radio-flex .form-radio-item {
  padding: 0 15px;
  margin-bottom: 25px;
}
.form-radio-flex input {
  width: 0;
  height: 0;
  position: absolute;
  right: -9999px;
  left: unset;
}
.form-radio-flex input:hover {
  border: 1px solid #4966b1;
}
.form-radio-flex input + label {
  margin: 0px;
  width: 155px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background-color: #FFF;
  border: 1px solid transparent;
  text-align: center;
  text-transform: none;
  transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
  padding: 4px;
  border-radius: 8px;
  cursor: pointer;
}
.form-radio-flex input + label img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.form-radio-flex input:checked + label {
  border: 3px solid #4966b1;
  border-radius: 5px;
  z-index: 1;
}
.section-group{
  background: #FAFAFA;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding: 8px;
  margin: 3px 2px 20px 2px;
  box-shadow: 1px 4px 4px #ddd;
  min-height: 150px;
}
.section-title{
  font-weight:700;
  padding:5px 4px;
  background: #DDD;
  margin-bottom: 15px;
  border-radius: 5px;
}
.mark-group{
  margin-top: 10px;
  margin-right: 14px;
}
#smartwizard select.form-control {
  border: 1px solid #ebebeb;
  width: 46%;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  cursor: pointer;
  padding: 0 20px;
  height: 50px;
  font-size: 14px;
  background-color: #fff;
  color: #222;
  font-weight: bold;
  margin-bottom: 10px;
  float: right;
  margin-left: 4%;
}
.d-none{
  display: none !important;
}
.product-info-table-row{
  margin: 2px 0;
  text-align: right;
}
.product-info-table-cell{
  padding: 8px;
  line-height: 24px;
}
.product-info-table-cell i{
  color: #555;
  font-size: 11px;
  padding-left: 5px
}
.border-b{
  border-bottom: 1px solid #DDD;
}
.border-l{
  border-left: 1px solid #DDD !important;
}
.no-padding{padding: 0 !important;}
.trash-col{background: #FAFAFA;}
.trash-col i{font-size: 17px;color:#b61c19}

@media only screen and (min-width: 320px) and (max-width: 359px) {
  .sw>.tab-content>.tab-pane {
    padding: 0.1rem;
  }
  .form-radio-flex .form-radio-item {
    padding: 0 4px;
  }
  .form-radio-flex input + label {
    width: 90px;
  }

  .sw>.nav {
    flex-direction: initial!important;
  }
  .sw-theme-dots>.nav .nav-link {
    margin-top: unset;
    padding-left: 0px;
    text-align: center!important;
    padding-top: 56px;
    padding-right: 24px;
  }
  .sw-theme-dots>.nav::before {
    top: 21px;
    left: -2.5px;
    width: 100%;
    height: 5px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 379px) {
  .sw>.tab-content>.tab-pane {
    padding: 0.1rem;
  }
  .form-radio-flex .form-radio-item {
    padding: 0 4px;
    width: 33%;
  }
  .form-radio-flex input + label {
    width: 102px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 479px) {
  .sw>.tab-content>.tab-pane {
    padding: 0.1rem;
  }
  .form-radio-flex .form-radio-item {
    padding: 0 4px;
  }
  .form-radio-flex input + label {
    width: 120px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sw > .tab-content > .tab-pane {
    padding: 0.1rem;
  }

  .form-radio-flex .form-radio-item {
    padding: 0 4px;
  }

  .form-radio-flex input + label {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sw > .tab-content > .tab-pane {
    padding: 0.1rem;
  }

  .form-radio-flex .form-radio-item {
    padding: 0 4px;
  }

  .form-radio-flex input + label {
    width: 170px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .sw > .tab-content > .tab-pane {
    padding: 0.1rem;
  }

  .form-radio-flex .form-radio-item {
    padding: 0 4px;
  }

  .form-radio-flex input + label {
    width: 200px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 767px) {

  .sw>.nav {
    flex-direction: initial!important;
  }
  .sw-theme-dots>.nav .nav-link {
    margin-top: unset;
    padding-left: 0px;
    text-align: center!important;
    padding-top: 56px;
    padding-right: 33px;
  }
  .sw-theme-dots>.nav::before {
    top: 21px;
    left: -2.5px;
    width: 100%;
    height: 5px;
  }
}
.details-box{
  padding:10px;
  border:1px solid #DDD;
  border-radius: 5px;
}
.details-box .btn{width: 100%;margin-top:20px;}
.details-box h3{text-align: center;font-size:14px;font-weight:600;    margin-bottom: 23px;padding-top: 5px;}
.sw-theme-dots>.nav .nav-link::after{z-index: 90}
.sw-theme-dots>.nav .nav-link>.num{z-index: 91}