/* inner banner styles start */
.inner_small_banner {
  position: relative;
}

input[type="text"],textarea {
  text-transform: capitalize;
}

/* .inner_small_banner:before {
    position: absolute;
    content: '';
    background-color: rgba(0, 68, 175, 0.5);
    top: 0;
    width: 100%;
    height: 100%;
} */

.inner_small_banner h1 {
  position: absolute;
  bottom: 40px;
  left: 70px;
  color: #fff;
  font-size: 50px;
  letter-spacing: 10px;
  font-family: "Roboto-Bold";
  text-transform: uppercase;
}

/* inner banner styles end */

.reg_form_main {
  padding: 30px 0px;
}

.reg_form_main h2 {
  font-size: 24px;
  color: var(--primeCol);
  font-family: "Roboto-Bold";
  margin-bottom: 26px;
  letter-spacing: 2px;
}

.reg_form_main .reg_in {
  margin-bottom: 0.5em;
  padding: 0.5rem;
  /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);*/
}

.reg_form_main .reg_in h3 {
  font-size: 24px;
  color: #000;
  font-family: "Roboto-Bold";
  margin-bottom: 0.3em;
  letter-spacing: 1px;
}

.reg_form_main .reg_in p {
  font-size: 16px;
  color: #0044af;
  font-family: "Roboto-Regular";
}

/*...................................Quick-links..........*/
.quick-links {
  margin: 0 0 50px;
  border-radius: 6px;
  border: solid 1px var(--primeCol);
  background-color: #fff9f3;
}

.quick-link-header {
  padding: 11px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  background-image: var(--gradient);
}

.quick-link-text {
  font-family: "Roboto-Medium";
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

.quick-link-content {
  padding: 20px 0px 0px 0px;
}

.quick-link-content ul {
  margin: 0;
  padding-left: 0;
}

.quick-link-content li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.quick-link-content li .round {
  width: 10px;
  height: 10px;
  background-color: var(--primeCol);
  border-radius: 100%;
  display: inline-block;
  margin-right: 20px;
}

.quick-link-content a {
  color: var(--primeCol);
  font-family: "Roboto-Regular";
  font-size: 14px;
  text-decoration: underline;
}

/* stepper form css start */

.msform{
  text-align: center;
  position: relative;
}

.msform .form-control {
  height: calc(1.3em + 0.75rem + 12px) !important;
}

.msform textarea.form-control {
  height: calc(1.3em + 2rem + 12px) !important;
}

.msform .blue_btn {
  margin-top: 40px;
  margin-right: 12px;
}

.msform select option {
  font-size: 13px;
}
/*
.msform fieldset {
    border-radius: 10px;
    border: solid 1px #0044af;
    background-color: #eef4ff;
    padding: 40px 50px;
}
*/

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

input:focus {
  outline: none !important;
  border: 1px solid var(--primeCol);
}

.msform fieldset .form-card {
  text-align: left;
  color: #000;
  margin-left:2em;
}

select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px;
}

select.list-dt:focus {
  border-bottom: 2px solid skyblue;
}

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

.reg_form_main h2.fs-title {
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.6);
  background-image: linear-gradient(to bottom, #0079d8, #0044af);
  padding: 14px 20px;
  font-family: "Roboto-Medium";
  color: #fff;
  font-size: 16px;
  width: 100%;
  margin-bottom: 25px;
  letter-spacing: initial;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*background-image: linear-gradient(to bottom, #fff5ea, #fff5ea),
    linear-gradient(to bottom, #ff8401, #ee5718);
  border-image-source: linear-gradient(to bottom, #ff8401, #ee5718);
  border-radius: 4px;*/
  /*border-width: 1px;
  border-style: solid;
  border-image-slice: 1;*/
  display: flex;
  align-items: center;
  padding: 0px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

#progressbar .active {
  background-image: var(--gradient);
  padding: 20px;
  font-size: 16px;
  color: #fff;
  font-family: "Roboto-Medium";
  position: relative;
}

#progressbar .active:after {
  width: 0px;
  height: 0px;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid var(--primeCol);
  position: absolute;
  right: -19px;
  /*content: "";*/
  top: 0;
  z-index: 2;
}
#progressbar .active:before {
  width: 0px;
  height: 0px;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 26px solid #eef4ff;
  position: absolute;
  right: -22px;
  /*content: "";*/
  top: -2px;
  z-index: 1;
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 25%;
  float: left;
  position: relative;
  color: var(--primeCol);
  font-size: 16px;
  font-family: "Roboto-Medium";
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

#progressbar #confirm:before {
  content: none;
}

.radio-group {
  position: relative;
  margin-bottom: 25px;
}

.radio {
  display: inline-block;
  width: 204;
  height: 104;
  border-radius: 0;
  background: lightblue;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px;
}

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

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

.radio_main {
  margin-bottom: 24px;
}
.radio_main h3 {
  font-size: 14px;
  font-family: "Roboto-Regular";
  color: #00245b;
  margin-bottom: 9px;
}

.radio_main label {
  font-size: 14px;
  font-family: "Roboto-Regular";
  color: #00245b;
  margin-bottom: 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 28px;
}

.has-float-label textarea.introduction_textarea {
  min-height: 164px;
}

.save_continue_btns input {
  width: auto;
  min-width: 180px;
}

.uploaded_image_block {
  margin-bottom: 24px;
}

.uploaded_image_block h6 {
  font-size: 14px;
  font-family: "Roboto-Regular";
  color: #00245b;
  margin-bottom: 15px;
}

.uploaded_image_block .uploaded_images_list .image_in {
  border: dotted 0.5px var(--primeCol);
  background-color: #fff9f3;
  padding: 5px;
  position: relative;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.uploaded_image_block .uploaded_images_list .image_in .close_image {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.uploaded_image_block .uploaded_images_list .image_in .actual_image {
  width: auto;
  height: auto;
}

.note_text {
  color: var(--primeCol);
  font-size: 12px;
  font-family: "Roboto-Medium";
  text-align: right;
}

.enclosure_form_card .enclosure_document {
  align-items: center;
  margin-bottom: 20px;
}

.enclosure_form_card .enclosure_document .applicant_label {
  color: #0044af;
  font-size: 14px;
  font-family: "Roboto-Regular";
  margin-bottom: 0px;
}

.vertical-center {
  min-height: 100%; /* Fallback for browsers do NOT support vh unit */
  display: flex;
  align-items: center;
}

.textarea-count {
  float: right;
  padding: 0.1rem 0 0 0;
  font-size: 0.875rem;
}

.trans_orange_btn {
  border-radius: 5px !important;
  color: var(--primeCol);
  /*box-shadow: 0 4px 0 0 var(--primeCol);*/
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px var(--primeCol);
  background-color: #ffffff;
}

.save_continue_btn {
  /*margin: 0 0 0 20px;
  padding: 12px 38px 12px 39px;
  border-radius: 2px;
  background-image: linear-gradient(352deg, #e64122 88%, #ff8400 12%);*/
  /*width: 180px;
  height: 36px;*/
  /*margin: 0 0 0 20px;*/
  padding: 10px 38px 10px 39px;
  /*box-shadow: 0 4px 0 0 var(--primeCol);*/
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  background-color: var(--primeCol);
  border: 0 !important;
  border-radius: 5px;
  width: auto;
  padding: 10px 40px;
  color: #fff;
  font-family: "Roboto-Regular";
  font-size: 14px;
}

dt {
  font-size: 14px;
  font-family: "Roboto-regular";
  color: var(--primeCol);
}

.dt-header {
  font-size: 14px;
  font-family: "Roboto-regular";
  color: #000000;
}
/* stepper form css end */

.preview-page {
  background-color: #fff2f0;
  font-family: "Roboto";
  width: 70%;
  display: flex;
  flex-direction: column;
  align-self: center;
  border: 1px solid var(--primeCol);
}
.preview-header {
  background-image: var(--gradient;
  height: 50px;
  display: flex;
  justify-content: center; /*horizontal*/
  align-items: center;
}
.preview-header p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 0px !important;
}
.preview-header span {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}
.edit-app {
  display: flex;
  justify-content: flex-end;
}
.edit-app p {
  width: 150px;
  height: 30px;
  padding-top: 5px;
  border-radius: 2px;
  border: solid 1px var(--primeCol);
  background-color: #ffffff;
  color: var(--primeCol);
  font-size: 14px;
  text-align: center;
}
.edit-app button {
  border: 1px solid var(--primeCol);
}
.edit-app .btn {
  outline: none;
  background-color: #fff;
  color: var(--primeCol);
  font-size: 14px;
}

/*...............................................
  #commom section
............................................*/
.section-header {
  height: 45px;
  border-radius: 4px;
  background-color: var(--primeCol);
  display: flex;
  flex-direction: column;
  justify-content: center; /*horizontal*/
}
.section-header p {
  font-size: 16px;
  color: #fff;
  margin: 0px !important;
}
/*..................................................
  #section-1
.................................................*/

#section1 .section1-text p {
  font-size: 15px;
  color: #000000;
}
#section1 .section1-text span {
  color: var(--primeCol);
  font-size: 15px;
}
#section1 .section1-list {
  width: 100%;
  display: flex;
  justify-content: start;
  line-height: 2;
}
#section1 .section1-list1,
.section1-list3 {
  color: var(--primeCol);
  font-size: 15px;
}
#section1 .section1-list2,
.section1-list4 {
  color: #000000;
  font-size: 15px;
}
@media (max-width: 800px) {
  #section1 .section1-list li {
    font-size: 13px;
  }
}
/*..................................................
  #section-2
.................................................*/
#section2 .section2-list {
  width: 100%;
  display: flex;
  justify-content: start;
  line-height: 2;
  font-size: 15px;
}

#section2 .section2-list1 li:last-child {
  color: #000000;
}
#section2 .section2-list1 li:first-child {
  color: var(--primeCol);
}
#section2 .section2-content span,
.section2-pics span {
  color: var(--primeCol);
  font-size: 15px;
}
#section2 .section2-content p {
  color: #000000;
  font-size: 15px;
}

#section2 .pics {
  display: flex;
  justify-content: flex-start;
}
#section2 .section2-pics img {
  height: 130px;
  width: 130px;
  border: 1px dashed var(--primeCol);
  padding: 14px;
}
@media (max-width: 800px) {
  #section2 .section2-list li {
    font-size: 13px;
  }
}
/*..................................................
  #section-3
.................................................*/
#section3 .section3-list {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  line-height: 2;
}
#section3 .section3-list1,
#section3 .section3-list3 {
  color: var(--primeCol);
  font-size: 15px;
}
#section3 .section3-list2,
#section3 .section3-list4 {
  color: #000000;
  font-size: 15px;
}
@media (max-width: 700px) {
  .section3-list li {
    font-size: 10px;
  }
  #section3 .section3-list1,
  #section3 .section3-list3 {
    margin-left: -50px;
  }
}

/*..................................................
  #section-4
.................................................*/
#section4 .section4-images img {
  margin: 1px;
  height: 150px;
  width: 150px;
  border: 1px dashed var(--primeCol);
  padding: 14px;
}

#section4 .section4-images iframe {
  margin: 1px;
  height: 150px;
  width: 150px;
  border: 1px dashed var(--primeCol);
  padding: 14px;
  overflow: hidden;
}

/*..................................................
  #section-5
.................................................*/
#section5 {
  margin-bottom: 30px;
}
#section5 .section5-text {
  font-size: 14px;
  color: var(--primeCol);
}
#section5 .section5-btn button {
  border: 1px solid var(--primeCol);
}
#section5 .section5-btn {
  display: flex;
  justify-content: flex-end;
}
#section5 .section5-btn .btn {
  outline: none;
  background-color: #fff;
  color: var(--primeCol);
  font-size: 14px;
}

.imagePreview {
  width: 100%;
  height: 100px;
  background-position: center center;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  box-shadow: 0px -3px 6px 2px rgba(0, 0, 0, 0.2);
}
.btn-primary {
  display: block;
  border-radius: 0px;
  box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.2);
  margin-top: -5px;
}
.imgUp {
  margin-bottom: 15px;
}
.del {
  position: absolute;
  /*top: 0px;*/
  right: 15px;
  text-align: center;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-size: 18px;
}
.imgAdd {
  border-radius: 50%;
  background-color: #4bd7ef;
  color: #fff;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 30px;
  margin-top: 0px;
  cursor: pointer;
  font-size: 25px;
}

textarea {
  resize: none;
}

.words_count {
  float: right !important;
  background-color: smoke;
  margin-right: 5px;
}

.note-points {
  text-align: left !important;
}
