/*multistep form*/

.multistep_form {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .multistep_form {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (max-width: 767px) {
  .multistep_form {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
.multistep_form input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 24px;
  height: 14px;
  vertical-align: middle;
}

.multistep_form .card h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
}
.multistep_form .card .form_h6 {
  text-align: center;
  font-size: 12px;
  color: #333;
  font-family: sans-serif;
  font-weight: 500;
  line-height: 24px;
}

.multistep_form .card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  /* font-family: "Raleway", sans-serif; */
  color: #808080e0;
}

.multistep_form .picture_head {
  font-size: 14px;
  color: black;
  font-family: "kufam";
  font-weight: 600;
  line-height: 24px;
}

.multistep_form .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.multistep_form .images .img,
.multistep_form .images .pic {
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  margin-bottom: 10px;
  border-radius: 4px;
}

.multistep_form .images .img {
  width: 112px;
  height: 93px;
  background-size: cover;
  margin-right: 10px;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.multistep_form .images .img:nth-child(3n) {
  margin-right: 0;
}

.multistep_form .images .img span {
  display: none;
  text-transform: capitalize;
  z-index: 2;
}

.multistep_form .images .img::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
  border-radius: 4px;
  opacity: 0;
  position: absolute;
}

.multistep_form .images .img:hover::after {
  display: block;
  background-color: #000;
  opacity: 0.5;
}

.multistep_form .images .img:hover span {
  display: block;
  color: #fff;
}

.multistep_form .images .pic {
  background-color: #1a803e1a;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
  padding: 40px 0;
  text-transform: uppercase;
  color: #084c3f;
  font-size: 24px;
  cursor: pointer;
}

.multistep_form .images2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.multistep_form .images2 .img2,
.multistep_form .images2 .pic2 {
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  margin-bottom: 10px;
  border-radius: 4px;
}

.multistep_form .images2 .img2 {
  width: 112px;
  height: 93px;
  background-size: cover;
  margin-right: 10px;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.multistep_form .images2 .img2:nth-child(3n) {
  margin-right: 0;
}

.multistep_form .images2 .img2 span {
  display: none;
  text-transform: capitalize;
  z-index: 2;
}

.multistep_form .images2 .img2::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
  border-radius: 4px;
  opacity: 0;
  position: absolute;
}

.multistep_form .images2 .img2:hover::after {
  display: block;
  background-color: #000;
  opacity: 0.5;
}

.multistep_form .images2 .img2:hover span {
  display: block;
  color: #fff;
}

.multistep_form .images2 .pic2 {
  background-color: #1a803e1a;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
  padding: 40px 0;
  text-transform: uppercase;
  color: #084c3f;
  font-size: 24px;
  cursor: pointer;
}

.multistep_form #msform {
  text-align: right;
  position: relative;
  /* margin-top: 20px; */
}

.multistep_form #msform fieldset .form-card {
  background: white;
  border: 0 none;
  /*-webkit-box-shadow: 0 0px 7px -2px rgba(0, 0, 0, 0.2);*/
  /*box-shadow: 0 0px 7px -2px rgba(0, 0, 0, 0.2);*/
  padding: 20px 40px 0px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 94%;
  margin: 0 3% 0px 3%;
  position: relative;
  border-radius: 20px;
  background: #ffffff;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.multistep_form #msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.multistep_form #msform fieldset:not(:first-of-type) {
  display: none;
}

.multistep_form #msform fieldset .form-card {
  text-align: left;
  color: #9e9e9e;
}

.multistep_form .form-group label {
  margin-bottom: 6px;
  font-weight: 500;
  color: #333;
  font-size: 13px;
  font-family: sans-serif;
  line-height: 18px;
}

.multistep_form .form-group select,
.multistep_form .form-group input {
  border-radius: 8px;
  border: solid 1px #d8d8d8;
  /* border: 1px solid #d9e1ec; */
  height: 34px;
  padding: 10px;
  font-size: 10px;
}

.multistep_form .form-group select:focus,
.multistep_form .form-group input:focus {
  outline: 0px solid red;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #084c3f;
}

.multistep_form .form-group select::-webkit-input-placeholder,
.multistep_form .form-group input::-webkit-input-placeholder {
  color: rgba(128, 128, 128, 0.534);
}

.multistep_form .form-group select:-ms-input-placeholder,
.multistep_form .form-group input:-ms-input-placeholder {
  color: rgba(128, 128, 128, 0.534);
}

.multistep_form .form-group select::-ms-input-placeholder,
.multistep_form .form-group input::-ms-input-placeholder {
  color: rgba(128, 128, 128, 0.534);
}

.multistep_form .form-group select::placeholder,
.multistep_form .form-group input::placeholder {
  color: rgba(128, 128, 128, 0.534);
}

.multistep_form .form-group select option:hover,
.multistep_form .form-group input option:hover {
  background-color: black !important;
}

.multistep_form #msform .action-button {
  width: 74px;
  background: #084c3f;
  font-weight: bold;
  color: white;
  border: 0 none;
  /* border-radius: 18px; */
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  margin-right: 18px;
  /* -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px; */
}
.multistep_form #msform .action-button.skip {
  background: transparent;
  color: #333;
  border: 1px solid gray;
}

.multistep_form #msform .action-button img {
  width: 17px;
  /* height: 17px; */
  vertical-align: top;
  margin-top: 3px;
}

.multistep_form #msform .action-button:hover,
.multistep_form #msform .action-button:focus {
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 3px #084c3f;
  box-shadow: 0 0 0 2px white, 0 0 0 3px #084c3f;
}

.multistep_form #msform .action-button-previous {
  width: 74px;
  background: transparent;
  font-weight: bold;
  color: #333;
  border: 1px solid gray;
  /* border-radius: 18px; */
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  /* -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px; */
  float: left;
  margin-left: 18px;
}

.multistep_form #msform .action-button-previous img {
  width: 17px;
  /* height: 17px; */
  vertical-align: top;
  margin-top: 3px;
}

.multistep_form #msform .action-button-previous:hover,
.multistep_form #msform .action-button-previous:focus {
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

.multistep_form select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px;
}

.multistep_form select.list-dt:focus {
  border-bottom: 2px solid skyblue;
}

.multistep_form .card {
  z-index: 0;
  border: none;
  border-radius: 0.5rem;
  position: relative;
}

.multistep_form .fs-title {
  font-size: 20px;
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
  font-family: sans-serif;
}

.multistep_form #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  padding: 0;
}

.multistep_form #progressbar .active {
  color: #000000;
}

.multistep_form .front_image {
  position: relative;
}

.multistep_form .front_image::before {
  background-color: #084c3f;
  color: #fff;
  content: "\f382";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  height: 38px;
  left: 0;
  line-height: 37px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 108px;
  text-align: center;
  color: white;
  font-weight: 900;
  border-radius: 0.25rem;
  /* padding: 1px; */
  /* display: block; */
  /* margin-top: 0px; */
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.multistep_form .back_image {
  position: relative;
}

.multistep_form .back_image::before {
  background-color: #084c3f;
  color: #fff;
  content: "\f382";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  height: 38px;
  left: 0;
  line-height: 37px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 108px;
  text-align: center;
  color: white;
  font-weight: 900;
  border-radius: 0.25rem;
  /* padding: 1px; */
  /* display: block; */
  /* margin-top: 0px; */
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.multistep_form #progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 16.5%;
  float: left;
  position: relative;
}

.multistep_form #progressbar #account:before {
  font-family: "Font Awesome 5 Free";
  content: "\f023";
  font-weight: 900;
}

.multistep_form #progressbar #document:before {
  font-family: "Font Awesome 5 Free";
  content: "\f15b";
  font-weight: 900;
}

.multistep_form #progressbar #personal:before {
  font-family: "Font Awesome 5 Free";
  content: "\f406";
  font-weight: 900;
}

.multistep_form #progressbar #cnic:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2c2";
}

.multistep_form #progressbar #payment:before {
  font-family: "Font Awesome 5 Free";
  content: "\f09d";
}

.multistep_form #progressbar #car_detail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1b9";
  font-weight: 900;
}

.multistep_form #progressbar #driving:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1b9";
  font-weight: 900;
}

.multistep_form #progressbar #confirm:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
}

.multistep_form #progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

.multistep_form #progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

.multistep_form #progressbar li:first-child:after {
  content: "";
  width: 68%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 60px;
  top: 25px;
  z-index: -1;
}

.multistep_form #progressbar li:last-child:after {
  content: "";
  width: 50%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

.multistep_form #progressbar li.active:before,
.multistep_form #progressbar li.active:after {
  background: #084c3f;
}

.multistep_form .radio-group {
  position: relative;
  margin-bottom: 25px;
}

.multistep_form .radio {
  display: inline-block;
  width: 204;
  height: 104;
  border-radius: 0;
  background: lightblue;
  -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px;
}

.multistep_form .radio:hover {
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.multistep_form .radio.selected {
  -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.multistep_form .fit-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile_picture .mh {
  border-bottom: none;
}

.profile_picture .mb {
  padding: 4.2rem;
}

.profile_picture .cat-folder-img {
  width: 60px;
  height: 60px;
  background: #ededed;
  text-align: center;
  border-radius: 50%;
  font-family: Ubuntu, Ubuntu-Light, ubuntuMedium;
  color: #336dff;
  margin-bottom: 33px;
  /* padding-top: 0; */
  margin-top: -67px;
}

.profile_picture .fa-folder {
  font-size: 19px;
  padding: 20px;
}

.profile_picture .upload-img6 img {
  width: 40px;
  height: 40px;
}

.profile_picture #addpro_cat {
  border-radius: 8px;
  border: solid 1px #d8d8d8;
  /* border: 1px solid #d9e1ec; */
  height: 34px;
  padding: 10px;
  font-size: 10px;
}

.profile_picture .uload-card {
  border: 2px dashed rgba(0, 0, 0, 0.125);
}

.profile_picture label {
  /*font-family: 'kufam';*/
  font-weight: 700;
  /* color: #0000008c; */
  margin-bottom: 14px;
  font-weight: 600;
  color: black;
  font-size: 12px;
  font-family: "Kufam";
  line-height: 18px;
}

.profile_picture .upload-text-heading {
  margin-top: 25px;
}

.profile_picture .upload-text-heading h5 {
  font-weight: 500;
  color: black;
  font-size: 12px;
  font-family: "Kufam";
  line-height: 18px;
}

.profile_picture .upload-input-label {
  margin-bottom: 12px;
  font-weight: 500;
  color: black;
  font-size: 12px;
  font-family: "Kufam";
  line-height: 18px;
}

.profile_picture .upload-main-paragraph {
  color: #bbbbbb;
  font-size: 12px;
  font-weight: 100;
  line-height: 7px;
}

.profile_picture .upload-image-format6 p {
  font-size: 12px;
  margin-top: 15px;
  font-weight: 500;
}

.profile_picture .upload-detail6 h4 {
  font-size: 12px;
  /* margin-top: 18px; */
  font-weight: 300;
  margin-top: -16px;
  font-family: "kufam";
}

.profile_picture .upload-clicking6 a {
  font-size: 12px;
  font-weight: 500;
  /* margin-top: 28px; */
  margin-top: 21px;
  color: #084c3f !important;
}

.profile_picture .mf {
  margin-top: -37px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 15px;
  border-top: none;
  display: block;
}

.profile_picture .upload-card-body6 {
  margin-top: 24px;
}

.profile_picture .mf button {
  width: 100px;
  height: 41px;
  font-size: 12px;
  border: none;
  border-radius: 15px;
}

.profile_picture .mf img {
  width: 13px;
  height: 13px;
}

.profile_picture .file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1fb264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824b;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.profile_picture .file-upload-btn:hover {
  background: #1aa059;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.profile_picture .file-upload-btn:active {
  border: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.profile_picture .file-upload-content6 {
  display: none;
  text-align: center;
}

.profile_picture .file-upload-input6 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
  top: 0px;
  right: 0px;
}

.profile_picture .image-title-wrap6 {
  padding: 0 15px 15px 15px;
  color: #222;
}

.profile_picture .drag-text6 {
  text-align: center;
}

.profile_picture .drag-text-payment-edit {
  text-align: center;
}

.profile_picture .drag-text-payment-edit h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824b;
  padding: 60px 0;
}

.profile_picture .drag-text6 h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824b;
  padding: 60px 0;
}

.profile_picture .file-upload-image6 {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.profile_picture .remove-image6 {
  text-decoration: underline;
  color: #084c3f;
  font-size: 13px;
}

.profile_picture .remove-image6:hover {
  text-decoration: underline;
  color: #084c3f;
  font-size: 13px;
}

.front_licence .mh {
  border-bottom: none;
}

.front_licence .mb {
  padding: 4.2rem;
}

.front_licence .cat-folder-img {
  width: 60px;
  height: 60px;
  background: #ededed;
  text-align: center;
  border-radius: 50%;
  font-family: Ubuntu, Ubuntu-Light, ubuntuMedium;
  color: #336dff;
  margin-bottom: 33px;
  /* padding-top: 0; */
  margin-top: -67px;
}

.front_licence .fa-folder {
  font-size: 19px;
  padding: 20px;
}

.front_licence .upload-img4 img {
  width: 40px;
  height: 40px;
}

.front_licence #addpro_cat {
  border-radius: 8px;
  border: solid 1px #d8d8d8;
  /* border: 1px solid #d9e1ec; */
  height: 34px;
  padding: 10px;
  font-size: 10px;
}

.front_licence .uload-card {
  border: 2px dashed rgba(0, 0, 0, 0.125);
}

.front_licence label {
  font-family: "kufam";
  font-weight: 700;
  /* color: #0000008c; */
  margin-bottom: 14px;
  font-weight: 600;
  color: black;
  font-size: 12px;
  /* font-family: 'Kufam'; */
  line-height: 18px;
}

.front_licence .upload-text-heading {
  margin-top: 25px;
}

.front_licence .upload-text-heading h5 {
  font-weight: 500;
  color: black;
  font-size: 12px;
  font-family: "Kufam";
  line-height: 18px;
}

.front_licence .upload-input-label {
  margin-bottom: 12px;
  font-weight: 500;
  color: black;
  font-size: 12px;
  font-family: "Kufam";
  line-height: 18px;
}

.front_licence .upload-main-paragraph {
  color: #bbbbbb;
  font-size: 12px;
  font-weight: 100;
  line-height: 7px;
}

/*.front_licence .upload-image-format4 p {*/
/*  font-size: 12px;*/
/*  margin-top: 15px;*/
/*  font-weight: 500;*/
/*}*/

.front_licence .upload-detail4 h4 {
  font-size: 12px;
  /* margin-top: 18px; */
  font-weight: 300;
  margin-top: -16px;
  font-family: "kufam";
}

.front_licence .upload-clicking4 a {
  font-size: 12px;
  font-weight: 500;
  /* margin-top: 28px; */
  margin-top: 21px;
  color: #084c3f !important;
}

.front_licence .mf {
  margin-top: -37px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 15px;
  border-top: none;
  display: block;
}

.front_licence .upload-card-body4 {
  margin-top: 24px;
}

.front_licence .mf button {
  width: 100px;
  height: 41px;
  font-size: 12px;
  border: none;
  border-radius: 15px;
}

.front_licence .mf img {
  width: 13px;
  height: 13px;
}

.front_licence .file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1fb264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824b;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.front_licence .file-upload-btn:hover {
  background: #1aa059;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.front_licence .file-upload-btn:active {
  border: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.front_licence .file-upload-content4 {
  display: none;
  text-align: center;
}

.front_licence .file-upload-input4 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
  top: 0px;
  right: 0px;
}

.front_licence .image-title-wrap4 {
  padding: 0 15px 15px 15px;
  color: #222;
}

.front_licence .drag-text4 {
  text-align: center;
}

.front_licence .drag-text-payment-edit {
  text-align: center;
}

.front_licence .drag-text-payment-edit h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824b;
  padding: 60px 0;
}

.front_licence .drag-text4 h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824b;
  padding: 60px 0;
}

.front_licence .file-upload-image4 {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.front_licence .remove-image4 {
  text-decoration: underline;
  color: #084c3f;
  font-size: 13px;
}

.front_licence .remove-image4:hover {
  text-decoration: underline;
  color: #084c3f;
  font-size: 13px;
}
.back_image_licence .addpro_main_head_second h4 {
  opacity: 0.8;
  color: #202224;
  font-family: "Kufam";
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.0642857px;
}

.back_image_licence label {
  font-family: "kufam";
  font-weight: 700;
  /* color: #0000008c; */
  margin-bottom: 14px;
  font-weight: 600;
  color: black;
  font-size: 12px;
  /* font-family: 'Kufam'; */
  line-height: 18px;
}

.back_image_licence .uload-card {
  border: 2px dashed rgba(0, 0, 0, 0.125);
  margin-bottom: 20px;
}

.back_image_licence .upload-img img {
  width: 40px;
  height: 40px;
}

.back_image_licence .upload-text-heading {
  margin-top: 30px;
}

.back_image_licence .upload-input-label {
  margin-bottom: 20px;
  font-weight: 700;
  color: black;
}

.back_image_licence .upload-main-paragraph {
  color: #bbbbbb;
  font-size: 12px;
  font-weight: 100;
  line-height: 7px;
}

.back_image_licence .upload-detail h4 {
  font-size: 12px;
  /* margin-top: 18px; */
  font-weight: 300;
  margin-top: -16px;
  font-family: "kufam";
}

.back_image_licence .upload-clicking a {
  font-size: 12px;
  font-weight: 500;
  /* margin-top: 28px; */
  margin-top: 21px;
  color: #084c3f !important;
}

.back_image_licence .mf {
  margin-top: -37px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 15px;
  border-top: none;
  display: block;
}

.back_image_licence .upload-card-body {
  margin-top: 24px;
}

.back_image_licence .file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1fb264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824b;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.back_image_licence .file-upload-btn:hover {
  background: #1aa059;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.back_image_licence .file-upload-btn:active {
  border: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.back_image_licence .file-upload-content {
  display: none;
  text-align: center;
}

.back_image_licence .file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
  top: 0px;
  right: 0px;
}

.back_image_licence .image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.back_image_licence .drag-text {
  text-align: center;
}

.back_image_licence .drag-text-payment-edit {
  text-align: center;
}

.back_image_licence .drag-text-payment-edit h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824b;
  padding: 60px 0;
}

.back_image_licence .drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824b;
  padding: 60px 0;
}

.back_image_licence .file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.back_image_licence .remove-image {
  text-decoration: underline;
  color: #084c3f;
  font-size: 13px;
}

.back_image_licence .remove-image:hover {
  text-decoration: underline;
  color: #084c3f;
  font-size: 13px;
}
.front_cnic_licence .mh {
  border-bottom: none;
}

.front_cnic_licence .mb {
  padding: 4.2rem;
}

.front_cnic_licence .cat-folder-img {
  width: 60px;
  height: 60px;
  background: #ededed;
  text-align: center;
  border-radius: 50%;
  font-family: Ubuntu, Ubuntu-Light, ubuntuMedium;
  color: #336dff;
  margin-bottom: 33px;
  /* padding-top: 0; */
  margin-top: -67px;
}

.front_cnic_licence .fa-folder {
  font-size: 19px;
  padding: 20px;
}

.front_cnic_licence .upload-img3 img {
  width: 40px;
  height: 40px;
}

.front_cnic_licence #addpro_cat {
  border-radius: 8px;
  border: solid 1px #d8d8d8;
  /* border: 1px solid #d9e1ec; */
  height: 34px;
  padding: 10px;
  font-size: 10px;
}

.front_cnic_licence .uload-card {
  border: 2px dashed rgba(0, 0, 0, 0.125);
}

.front_cnic_licence label {
  font-family: "kufam";
  font-weight: 700;
  /* color: #0000008c; */
  margin-bottom: 14px;
  font-weight: 600;
  color: black;
  font-size: 12px;
  /* font-family: 'Kufam'; */
  line-height: 18px;
}

.front_cnic_licence .upload-text-heading {
  margin-top: 25px;
}

.front_cnic_licence .upload-text-heading h5 {
  font-weight: 500;
  color: black;
  font-size: 12px;
  font-family: "Kufam";
  line-height: 18px;
}

.front_cnic_licence .upload-input-label {
  margin-bottom: 12px;
  font-weight: 500;
  color: black;
  font-size: 12px;
  font-family: "Kufam";
  line-height: 18px;
}

.front_cnic_licence .upload-main-paragraph {
  color: #bbbbbb;
  font-size: 12px;
  font-weight: 100;
  line-height: 7px;
}

.front_cnic_licence .upload-detail3 h4 {
  font-size: 12px;
  /* margin-top: 18px; */
  font-weight: 300;
  margin-top: -16px;
  font-family: "kufam";
}

.front_cnic_licence .upload-clicking3 a {
  font-size: 12px;
  font-weight: 500;
  /* margin-top: 28px; */
  margin-top: 21px;
  color: #084c3f !important;
}

.front_cnic_licence .mf {
  margin-top: -37px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 15px;
  border-top: none;
  display: block;
}

.front_cnic_licence .upload-card-body3 {
  margin-top: 24px;
}

.front_cnic_licence .mf button {
  width: 100px;
  height: 41px;
  font-size: 12px;
  border: none;
  border-radius: 15px;
}

.front_cnic_licence .mf img {
  width: 13px;
  height: 13px;
}

.front_cnic_licence .file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1fb264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824b;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.front_cnic_licence .file-upload-btn:hover {
  background: #1aa059;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.front_cnic_licence .file-upload-btn:active {
  border: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.front_cnic_licence .file-upload-content3 {
  display: none;
  text-align: center;
}

.front_cnic_licence .file-upload-input3 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
  top: 0px;
  right: 0px;
}

.front_cnic_licence .image-title-wrap3 {
  padding: 0 15px 15px 15px;
  color: #222;
}

.front_cnic_licence .drag-text3 {
  text-align: center;
}

.front_cnic_licence .drag-text-payment-edit {
  text-align: center;
}

.front_cnic_licence .drag-text-payment-edit h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824b;
  padding: 60px 0;
}

.front_cnic_licence .drag-text3 h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824b;
  padding: 60px 0;
}

.front_cnic_licence .file-upload-image3 {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.front_cnic_licence .remove-image3 {
  text-decoration: underline;
  color: #084c3f;
  font-size: 13px;
}

.front_cnic_licence .remove-image3:hover {
  text-decoration: underline;
  color: #084c3f;
  font-size: 13px;
}
.back_cnic_image .mh {
  border-bottom: none;
}

.back_cnic_image .mb {
  padding: 4.2rem;
}

.back_cnic_image .cat-folder-img {
  width: 60px;
  height: 60px;
  background: #ededed;
  text-align: center;
  border-radius: 50%;
  font-family: Ubuntu, Ubuntu-Light, ubuntuMedium;
  color: #336dff;
  margin-bottom: 33px;
  /* padding-top: 0; */
  margin-top: -67px;
}

.back_cnic_image .fa-folder {
  font-size: 19px;
  padding: 20px;
}

.back_cnic_image .upload-img2 img {
  width: 40px;
  height: 40px;
}

.back_cnic_image #addpro_cat {
  border-radius: 8px;
  border: solid 1px #d8d8d8;
  /* border: 1px solid #d9e1ec; */
  height: 34px;
  padding: 10px;
  font-size: 10px;
}

.back_cnic_image .uload-card {
  border: 2px dashed rgba(0, 0, 0, 0.125);
}

.back_cnic_image label {
  font-family: "kufam";
  font-weight: 700;
  /* color: #0000008c; */
  margin-bottom: 14px;
  font-weight: 600;
  color: black;
  font-size: 12px;
  /* font-family: 'Kufam'; */
  line-height: 18px;
}

.back_cnic_image .upload-text-heading {
  margin-top: 25px;
}

.back_cnic_image .upload-text-heading h5 {
  font-weight: 500;
  color: black;
  font-size: 12px;
  font-family: "Kufam";
  line-height: 18px;
}

.back_cnic_image .upload-input-label {
  margin-bottom: 12px;
  font-weight: 500;
  color: black;
  font-size: 12px;
  font-family: "Kufam";
  line-height: 18px;
}

.back_cnic_image .upload-main-paragraph {
  color: #bbbbbb;
  font-size: 12px;
  font-weight: 100;
  line-height: 7px;
}

.back_cnic_image .upload-detail2 h4 {
  font-size: 12px;
  /* margin-top: 18px; */
  font-weight: 300;
  margin-top: -16px;
  font-family: "kufam";
}

.back_cnic_image .upload-clicking2 a {
  font-size: 12px;
  font-weight: 500;
  /* margin-top: 28px; */
  margin-top: 21px;
  color: #084c3f !important;
}

.back_cnic_image .mf {
  margin-top: -37px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 15px;
  border-top: none;
  display: block;
}

.back_cnic_image .upload-card-body2 {
  margin-top: 24px;
}

.back_cnic_image .mf button {
  width: 100px;
  height: 41px;
  font-size: 12px;
  border: none;
  border-radius: 15px;
}

.back_cnic_image .mf img {
  width: 13px;
  height: 13px;
}

.back_cnic_image .file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1fb264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824b;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.back_cnic_image .file-upload-btn:hover {
  background: #1aa059;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.back_cnic_image .file-upload-btn:active {
  border: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.back_cnic_image .file-upload-content2 {
  display: none;
  text-align: center;
}

.back_cnic_image .file-upload-input2 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
  top: 0px;
  right: 0px;
}

.back_cnic_image .image-title-wrap2 {
  padding: 0 15px 15px 15px;
  color: #222;
}

.back_cnic_image .drag-text2 {
  text-align: center;
}

.back_cnic_image .drag-text-payment-edit {
  text-align: center;
}

.back_cnic_image .drag-text-payment-edit h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824b;
  padding: 60px 0;
}

.back_cnic_image .drag-text2 h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824b;
  padding: 60px 0;
}

.back_cnic_image .file-upload-image2 {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.back_cnic_image .remove-image2 {
  text-decoration: underline;
  color: #084c3f;
  font-size: 13px;
}

.back_cnic_image .remove-image2:hover {
  text-decoration: underline;
  color: #084c3f;
  font-size: 13px;
}
.bank_checque_pic .mh {
  border-bottom: none;
}

.bank_checque_pic .mb {
  padding: 4.2rem;
}

.bank_checque_pic .cat-folder-img {
  width: 60px;
  height: 60px;
  background: #ededed;
  text-align: center;
  border-radius: 50%;
  font-family: Ubuntu, Ubuntu-Light, ubuntuMedium;
  color: #336dff;
  margin-bottom: 33px;
  /* padding-top: 0; */
  margin-top: -67px;
}

.bank_checque_pic .fa-folder {
  font-size: 19px;
  padding: 20px;
}

.bank_checque_pic .upload-img5 img {
  width: 40px;
  height: 40px;
}

.bank_checque_pic #addpro_cat {
  border-radius: 8px;
  border: solid 1px #d8d8d8;
  /* border: 1px solid #d9e1ec; */
  height: 34px;
  padding: 10px;
  font-size: 10px;
}

.bank_checque_pic .uload-card {
  border: 2px dashed rgba(0, 0, 0, 0.125);
}

.bank_checque_pic label {
  font-family: "kufam";
  font-weight: 700;
  /* color: #0000008c; */
  margin-bottom: 14px;
  font-weight: 600;
  color: black;
  font-size: 12px;
  /* font-family: 'Kufam'; */
  line-height: 18px;
}

.bank_checque_pic .upload-text-heading {
  margin-top: 25px;
}

.bank_checque_pic .upload-text-heading h5 {
  font-weight: 500;
  color: black;
  font-size: 12px;
  font-family: "Kufam";
  line-height: 18px;
}

.bank_checque_pic .upload-input-label {
  margin-bottom: 12px;
  font-weight: 500;
  color: black;
  font-size: 12px;
  font-family: "Kufam";
  line-height: 18px;
}

.bank_checque_pic .upload-main-paragraph {
  color: #bbbbbb;
  font-size: 12px;
  font-weight: 100;
  line-height: 7px;
}

.bank_checque_pic .upload-detail5 h4 {
  font-size: 12px;
  /* margin-top: 18px; */
  font-weight: 300;
  margin-top: -16px;
  font-family: "kufam";
}

.bank_checque_pic .upload-clicking5 a {
  font-size: 12px;
  font-weight: 500;
  /* margin-top: 28px; */
  margin-top: 21px;
  color: #084c3f !important;
}

.bank_checque_pic .mf {
  margin-top: -37px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 15px;
  border-top: none;
  display: block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.bank_checque_pic .upload-card-body5 {
  margin-top: 24px;
}

.bank_checque_pic .mf button {
  width: 100px;
  height: 41px;
  font-size: 12px;
  border: none;
  border-radius: 15px;
}

.bank_checque_pic .mf img {
  width: 13px;
  height: 13px;
}

.bank_checque_pic .file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1fb264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824b;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.bank_checque_pic .file-upload-btn:hover {
  background: #1aa059;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.bank_checque_pic .file-upload-btn:active {
  border: 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.bank_checque_pic .file-upload-content5 {
  display: none;
  text-align: center;
}

.bank_checque_pic .file-upload-input5 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
  top: 0px;
  right: 0px;
}

.bank_checque_pic .image-title-wrap5 {
  padding: 0 15px 15px 15px;
  color: #222;
}

.bank_checque_pic .drag-text5 {
  text-align: center;
}

.bank_checque_pic .drag-text-payment-edit {
  text-align: center;
}

.bank_checque_pic .drag-text-payment-edit h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824b;
  padding: 60px 0;
}

.bank_checque_pic .drag-text5 h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824b;
  padding: 60px 0;
}

.bank_checque_pic .file-upload-image5 {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.bank_checque_pic .remove-image5 {
  text-decoration: underline;
  color: #084c3f;
  font-size: 13px;
}

.bank_checque_pic .remove-image5:hover {
  text-decoration: underline;
  color: #084c3f;
  font-size: 13px;
}
.certificates_pics .uload-card {
  border: 2px dashed rgba(0, 0, 0, 0.125);
  margin-bottom: 20px;
}

.certificates_pics .addpro_main_head_second h4 {
  opacity: 0.8;
  color: #202224;
  font-family: "Kufam";
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.0642857px;
}

.certificates_pics .upload-img img {
  width: 40px;
  height: 40px;
}

.certificates_pics .upload-text-heading {
  margin-top: 30px;
}

.certificates_pics .upload-input-label {
  margin-bottom: 20px;
  font-weight: 700;
  color: black;
}

.certificates_pics .upload-main-paragraph {
  color: #bbbbbb;
  font-size: 12px;
  font-weight: 100;
  line-height: 7px;
}

.certificates_pics .upload-image-format p {
  font-size: 12px;
  margin-top: 15px;
  font-weight: 500;
}

.certificates_pics .upload-detail2 h4 {
  font-size: 14px;
  /* margin-top: 18px; */
  font-weight: 100;
  margin-top: -5px;
}

.certificates_pics .upload-clicking a {
  font-size: 12px;
  font-weight: 500;
  /* margin-top: 28px; */
  margin-top: 21px;
  color: #084c3f !important;
}

.certificates_pics .upload-card-body {
  margin-top: 24px;
}

.certificates_pics .dropzone,
.certificates_pics .dropzone * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.certificates_pics .dropzone {
  border: none !important;
  padding: 13px;
}

.certificates_pics .dropzone.dz-clickable {
  cursor: pointer;
}

.certificates_pics .dropzone.dz-clickable * {
  cursor: default;
}

.certificates_pics .dropzone.dz-clickable .dz-message {
  font-size: 26px;
}

.certificates_pics .dropzone.dz-clickable .dz-message,
.certificates_pics .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
  vertical-align: top;
}

.certificates_pics .dropzone.dz-clickable .dz-message .note {
  display: block;
  font-size: 16px;
}

.certificates_pics .dropzone.dz-started .dz-message {
  display: none;
}

.certificates_pics .dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.certificates_pics .dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.certificates_pics .dropzone .dz-preview {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  width: 140px;
  height: 214px;
  margin: 0 13px 13px 0;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.certificates_pics .dropzone .dz-preview.dz-complete.dz-error {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.certificates_pics .dropzone .dz-preview .dz-remove {
  position: absolute;
  top: 177px;
  right: 0;
  bottom: auto;
  left: 0;
  padding: 0 0 13px 0;
  font-size: 13px !important;
  text-align: center;
  background-image: linear-gradient(#fff 0, #fff 21px, transparent 36px);
}

.certificates_pics .dropzone .dz-preview.dz-complete.dz-error .dz-remove {
  display: block;
  /* text-align: end; */
}

.certificates_pics .dropzone .dz-preview .dz-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.certificates_pics .dropzone .dz-preview .dz-image img {
  display: block;
}

.certificates_pics .dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.certificates_pics .dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.certificates_pics .dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid;
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.certificates_pics .dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#8bc34a),
    to(#689f38)
  );
  background-image: linear-gradient(to bottom, #8bc34a, #689f38);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
}

.certificates_pics .dropzone .dz-preview .dz-error-message {
  display: none;
  padding: 6px;
  line-height: 16px;
  font-size: 13px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#be2626),
    to(#a92222)
  );
  background: linear-gradient(to bottom, #be2626, #a92222);
  color: #fff;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}

.certificates_pics .dropzone .dz-preview {
  position: relative;
  display: inline-block !important;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.certificates_pics
  .dropzone
  .dz-preview.dz-complete.dz-error
  .dz-error-message {
  display: block;
}

.certificates_pics .dropzone .dz-preview .dz-filename {
  font-size: 13px;
  padding: 6px;
  /* line-height: 16px; */
  text-align: center;
  margin-top: 12px;
}

.certificates_pics .dropzone .dz-preview .dz-image {
  /* border-radius: 20px; */
  overflow: hidden;
  /* width: 120px; */
  height: 118px;
  position: relative;
  display: block;
  z-index: 10;
}

.certificates_pics .dropzone .dz-preview .dz-success-mark,
.certificates_pics .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: 37px !important;
  margin-top: -22px !important;
}

.certificates_pics .dropzone .dz-preview .dz-image {
  border-radius: none !important;
  overflow: hidden !important;
  width: 100% !important;
  height: 130px !important;
  position: relative !important;
  display: block !important;
  z-index: 10 !important;
}

.car_doc_pic .mh {
  border-bottom: none;
}

.car_doc_pic .mb {
  padding: 4.2rem;
}

.car_doc_pic .cat-folder-img {
  width: 60px;
  height: 60px;
  background: #ededed;
  text-align: center;
  border-radius: 50%;
  font-family: Ubuntu, Ubuntu-Light, ubuntuMedium;
  color: #336dff;
  margin-bottom: 33px;
  /* padding-top: 0; */
  margin-top: -67px;
}

.car_doc_pic .fa-folder {
  font-size: 19px;
  padding: 20px;
}

.car_doc_pic .upload-img7 img {
  width: 40px;
  height: 40px;
}

.car_doc_pic #addpro_cat {
  border-radius: 8px;
  border: solid 1px #d8d8d8;
  /* border: 1px solid #d9e1ec; */
  height: 34px;
  padding: 10px;
  font-size: 10px;
}

.car_doc_pic .uload-card {
  border: 2px dashed rgba(0, 0, 0, 0.125);
}

.car_doc_pic label {
  font-family: "kufam";
  font-weight: 700;
  /* color: #0000008c; */
  margin-bottom: 14px;
  font-weight: 600;
  color: black;
  font-size: 12px;
  /* font-family: 'Kufam'; */
  line-height: 18px;
}

.car_doc_pic .upload-text-heading {
  margin-top: 25px;
}

.car_doc_pic .upload-text-heading h5 {
  font-weight: 500;
  color: black;
  font-size: 12px;
  font-family: "Kufam";
  line-height: 18px;
}

.car_doc_pic .upload-input-label {
  margin-bottom: 12px;
  font-weight: 500;
  color: black;
  font-size: 12px;
  font-family: "Kufam";
  line-height: 18px;
}

.car_doc_pic .upload-main-paragraph {
  color: #bbbbbb;
  font-size: 12px;
  font-weight: 100;
  line-height: 7px;
}

.car_doc_pic .upload-detail7 h4 {
  font-size: 12px;
  /* margin-top: 18px; */
  font-weight: 300;
  margin-top: -16px;
  font-family: "kufam";
}

.car_doc_pic .upload-clicking7 a {
  font-size: 12px;
  font-weight: 500;
  /* margin-top: 28px; */
  margin-top: 21px;
  color: #084c3f !important;
}

.car_doc_pic .mf {
  margin-top: -37px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 15px;
  border-top: none;
  display: block;
}

.car_doc_pic .upload-card-body4 {
  margin-top: 24px;
}

.car_doc_pic .mf button {
  width: 100px;
  height: 41px;
  font-size: 12px;
  border: none;
  border-radius: 15px;
}

.car_doc_pic .mf img {
  width: 13px;
  height: 13px;
}

.car_doc_pic .file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1fb264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824b;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.car_doc_pic .file-upload-btn:hover {
  background: #1aa059;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.car_doc_pic .file-upload-btn:active {
  border: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.car_doc_pic .file-upload-content7 {
  display: none;
  text-align: center;
}

.car_doc_pic .file-upload-input7 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
  top: 0px;
  right: 0px;
}

.car_doc_pic .image-title-wrap7 {
  padding: 0 15px 15px 15px;
  color: #222;
}

.car_doc_pic .drag-text7 {
  text-align: center;
}

.car_doc_pic .drag-text-payment-edit {
  text-align: center;
}

.car_doc_pic .drag-text-payment-edit h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824b;
  padding: 60px 0;
}

.car_doc_pic .drag-text7 h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824b;
  padding: 60px 0;
}

.car_doc_pic .file-upload-image7 {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.car_doc_pic .remove-image7 {
  text-decoration: underline;
  color: #084c3f;
  font-size: 13px;
}

.car_doc_pic .remove-image7:hover {
  text-decoration: underline;
  color: #084c3f;
  font-size: 13px;
}
