/* Import Google Font */
@import url('https://fonts.googleapis.com/css?family=Roboto:300i,400,400i,500,700,900');

/* CSS Variables */
:root {
  /* --roboto: 'Roboto', sans-serif; */
  --bc: #4d72d0;
  --heading: #405867;
  --pfont: #5f6771;
}

/* Font family link */
.multi_step_form {
  background: #f6f9fb;
  display: block;
  overflow: hidden;
  border-radius: 30px;
}

#msform {
  text-align: center;
  position: relative;
  padding: 50px;
  /* min-height: 820px; */
  /* max-width: 810px; */
  margin: 0 auto;
  background: #ffffff;
  z-index: 1;
}

#msform .tittle {
  text-align: center;
  padding-bottom: 55px;
}

#msform .tittle h2 {
  font: 500 24px/35px var(--roboto);
  color: #3f4553;
  padding-bottom: 5px;
}

#msform .tittle p {
  font: 400 16px/28px var(--roboto);
  color: var(--pfont);
}

#msform fieldset {
  border: 0;
  padding: 20px 105px 0;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
}

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

#msform fieldset h3 {
  font: 500 18px/35px var(--roboto);
  color: #3f4553;
}

#msform fieldset h6 {
  font: 400 15px/28px var(--roboto);
  color: var(--pfont);
  padding-bottom: 30px;
}

#msform fieldset .intl-tel-input {
  display: block;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
}

#msform fieldset .intl-tel-input .flag-container .selected-flag {
  padding: 0 20px;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  width: 65px;
}

#msform fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow {
  border: 0;
}

#msform fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow:after {
  content: "\f35f";
  position: absolute;
  top: 0;
  right: 0;
  font: normal normal normal 24px/7px Ionicons;
  color: var(--pfont);
}

#msform fieldset #phone {
  padding-left: 80px;
}

#msform fieldset .form-group {
  padding: 0 10px;
}

#msform fieldset .fg_2,
#msform fieldset .fg_3 {
  padding-top: 10px;
  display: block;
  overflow: hidden;
}

#msform fieldset .fg_3 {
  padding-bottom: 70px;
}

#msform fieldset .form-control,
#msform fieldset .product_select {
  border-radius: 3px;
  border: 1px solid #d8e1e7;
  padding: 0 20px;
  height: auto;
  font: 400 15px/48px var(--roboto);
  color: var(--pfont);
  box-shadow: none;
  outline: none;
  width: 100%;
}

#msform fieldset .form-control::placeholder,
#msform fieldset .product_select::placeholder {
  color: var(--pfont);
}

#msform fieldset .form-control:hover,
#msform fieldset .form-control:focus,
#msform fieldset .product_select:hover,
#msform fieldset .product_select:focus {
  border-color: var(--bc);
}

#msform fieldset .form-control:focus::placeholder,
#msform fieldset .product_select:focus::placeholder {
  color: transparent;
}

#msform fieldset .product_select:after {
  display: none;
}

#msform fieldset .product_select:before {
  content: "\f35f";
  position: absolute;
  top: 0;
  right: 20px;
  font: normal normal normal 24px/48px Ionicons;
  color: var(--pfont);
}

#msform fieldset .product_select .list {
  width: 100%;
}

#msform fieldset .done_text {
  padding-top: 40px;
}

#msform fieldset .done_text .don_icon {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 22px;
  margin-bottom: 10px;
  background: var(--bc);
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}

#msform fieldset .done_text h6 {
  line-height: 23px;
}

#msform fieldset .code_group {
  margin-bottom: 60px;
}

#msform fieldset .code_group .form-control {
  border: 0;
  border-bottom: 1px solid #a1a7ac;
  border-radius: 0;
  display: inline-block;
  width: 30px;
  font-size: 30px;
  color: var(--pfont);
  padding: 0;
  margin-right: 7px;
  text-align: center;
  line-height: 1;
}

#msform fieldset .passport {
  margin-top: -10px;
  padding-bottom: 30px;
  position: relative;
}

#msform fieldset .passport .don_icon {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 22px;
  position: absolute;
  top: 4px;
  right: 0;
  background: var(--bc);
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}

#msform fieldset .passport h4 {
  font: 500 15px/23px var(--roboto);
  color: var(--pfont);
  padding: 0;
}

#msform fieldset .input-group {
  padding-bottom: 40px;
}

#msform fieldset .input-group .custom-file {
  width: 100%;
  height: auto;
}

#msform fieldset .input-group .custom-file .custom-file-label {
  width: 168px;
  border-radius: 5px;
  cursor: pointer;
  font: 700 14px/40px var(--roboto);
  border: 1px solid #99a2a8;
  text-align: center;
  transition: all 300ms linear 0s;
  color: var(--pfont);
}

#msform fieldset .input-group .custom-file .custom-file-label i {
  font-size: 20px;
  padding-right: 10px;
}

#msform fieldset .input-group .custom-file .custom-file-label:hover,
#msform fieldset .input-group .custom-file .custom-file-label:focus {
  background: var(--bc);
  border-color: var(--bc);
  color: #fff;
}

#msform fieldset .input-group .custom-file input {
  display: none;
}

#msform fieldset .file_added {
  text-align: left;
  padding-left: 190px;
  padding-bottom: 60px;
}

#msform fieldset .file_added li {
  font: 400 15px/28px var(--roboto);
  color: var(--pfont);
}

#msform fieldset .file_added li a {
  color: var(--bc);
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

#msform fieldset .file_added li a i {
  font-size: 22px;
  padding-right: 8px;
  position: absolute;
  left: 0;
  transform: rotate(20deg);
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
}

#progressbar li {
  list-style-type: none;
  color: #99a2a8;
  font-size: 9px;
  width: calc(100%/6);
  float: left;
  position: relative;
  font: 500 13px/1 var(--roboto);
}

#progressbar li:nth-child(2):before {
  content: "\f22f";
}

#progressbar li:nth-child(3):before {
  content: "\26df";
}

#progressbar li:nth-child(4):before {
  content: "\f45e";
}

#progressbar li:nth-child(5):before {
  content: "\f119";
}

#progressbar li:before {
  content: "\f375";
  /* content: "1"; */
  font: normal normal normal 20px / 40px Ionicons;
  width: 40px;
  height: 40px;
  /* line-height: 50px; */
  display: block;
  background: #eaf0f4;
  border-radius: 50%;
  margin: 0 auto 10px auto;
}

#progressbar li:after {
  content: '';
  width: 70%;
  height: 4px;
  background: #eaf0f4;
  position: absolute;
  top: 21px;
  z-index: -1;
  border-radius: 30px;
  left: 70%;
}

#progressbar li:last-child:after {
  /* width: 150%; */
  display: none;
}

#progressbar li.active {
  color: var(--bc);
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: var(--bc);
  color: white;
}

.action-button {
  background: var(--bc);
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  min-width: 130px;
  font: 700 14px/40px var(--roboto);
  border: 1px solid var(--bc);
  margin: 0 5px;
  text-transform: uppercase;
  display: inline-block;
}

.action-button:hover,
.action-button:focus {
  background: var(--heading);
  border-color: var(--heading);
}

.previous_button {
  background: transparent;
  color: #99a2a8;
  border-color: #99a2a8;
}

.previous_button:hover,
.previous_button:focus {
  background: var(--heading);
  border-color: var(--heading);
  color: #fff;
}

.progress-pills {
  border-radius: 30px;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.progress-pills-complete {
  background: #bfccee;
  color: #4d72d0;
}

.progress-pills-inprogress {
  background: #bfb5b5;
  color: #1d1b1b;
}

.img-product {
  width: 100px;
  height: 100px;
}

.text-primary-blue {
  color: #4d72d0;
}