
.tempstart .progress_wrapper .labels span {
    float: none;
  }
.tempstart .field-wrapper .btn {
    position: relative;
    right: auto;
    height: auto;
    top: auto;
}
.tempstart .progress_wrapper .with_close{
    margin-right: 0;
  }
.tempstart  .progress_wrapper{
    text-align: center;
    display: none;
  }
  .tempstart .details{
    word-wrap: break-word;

  }
.tempstart .images {
    float: right;
    border-radius: 15px;
    padding: 10px;
}
.tempstart  .progress_wrapper p{
    padding: 10px;
  }
.tempstart .categoryradios input[type="radio"]:checked ~ * {
    background: #F0F0F0;
      transition: all 0.2s;
      cursor: pointer;  border-right: 2px solid #db3037;  background: #fff;
      -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.08);
     box-shadow: 0 2px 50px rgba(0, 0, 0, 0.08);
}

.tempstart .categoryradio input{
  display: none
}
.tempstart .pr1{
  top:10px;
}
.tempstart .pr2{
  top:54px;
}
.tempstart .absuluteprew{
  position: absolute;
  left:10px;
  cursor: pointer;  display: none;
  width:130px;
  text-align: center;
  padding: 2px 0;
  line-height: 40px;
}
.tempstart .prewbox:hover .absuluteprew{
display: block
}
.tempstart .prewbox {
position: relative;
    float: right;
    width: 150px;
    background: #FFF;
    padding: 10px;
    margin: 20px 10px 0 0;
    border-radius: 15px;

}
.tempstart .prewbox img {

    width: 100%;
    max-height: 130px;

}
.tempstart .tick{
  color:green;
  display: none
}
.tempstart .name{
  /* display: block !important */
}
.tempstart .field-wrapper{
  /* display: none; */
  position: relative;
}
.tempstart .field-wrapper .tick{
  position: absolute;
  margin-top: -35px;
  left:20px;
  z-index: 9999999
}
.tempstart .selectcategory{
  background: #FFF;
border: 1px solid #ececec;
outline: none;
padding: 0 20px;
border-radius: 200px;
line-height: 50px;
width:100%;
margin:0px;
padding:0;
text-align: center;
height: 50px;
}

.tempstart .categoryradio{
  width:14.28%;
}
@media only screen and (max-width: 600px) {
  .tempstart .categoryradio{
    width:33.28%;
  }
}
.tempstart .categoryradio img:hover{
background: #F0F0F0;
  transition: all 0.2s;
  cursor: pointer;  border-right: 2px solid #db3037;  background: #fff;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.08);
 box-shadow: 0 2px 50px rgba(0, 0, 0, 0.08);
}
.tempstart .categoryradio p{
  font-size: 12px;
  color:#333;
  text-align: center;
  width:70%;
  margin-right: 5%;
}
.tempstart .category label{

  min-height: 150px
}
.tempstart .category label img{
  width:70%;
  margin-right: 5%;
  padding:10%;
  transition: all 1s;
}
.tempstart .lireq{
  width:100%;
}
.tempstart .m-t-10{
  margin-top:10px;
}
.tempstart .pricing--features {
    min-height: 240px;
    padding:10px 0px;
    line-height: 2;
    text-align: justify;
}
.prewuploaded{
  display: none
}
