.content.steps-content h1,
.content.steps-content p {
  text-transform: capitalize;
}
.request_type {
  width: 100%;
  margin: 100px auto;
}
.request_type .steps-progress .progress-circle.active-circle {
  width: 12px;
  height: 12px;
  background: #f6ab3f;
  display: inline-block;
  border-radius: 50%;
  border: 0;
}
.request_type .steps-progress .progress-circle {
  width: 12px;
  height: 12px;
  background: transparent;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #b9b9c4;
  position: relative;
}
.steps-progress {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}
.steps-progress .progress-circle:not(:first-of-type):after {
  position: absolute;
  content: "";
  right: 14px;
  top: 5.5px;
  width: 171px;
  height: 1px;
  background-color: #b9b9c4;
}
.steps-progress.pro-two .progress-circle:not(:first-of-type):after {
  width: 123px;
}
.request_type .steps-progress.pro-two .progress-circle.active-circle:after {
  background-color: #f6ab3f;
}

.request_type .step-desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #575f6e;
  font-family: "Roboto";
}
.request_type h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  text-transform: capitalize;
  color: #022454;
  margin-bottom: 20px;
}
.request_type ul {
  padding: 0;
  list-style: none;
}
.access-item {
  transition: all 0.4s ease-in-out;
}
.access_document {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.access_document .example label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.access_document .example {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.request_type ul li {
  border: 1px solid #e2e4e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  gap: 12px;
  height: 98px;
  max-height: 100%;
  margin-bottom: 24px;
}
.request_type ul li label h3 {
  font-style: normal;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #022454;
  padding-bottom: 12px;
  padding-top: 24px;
}
.request_type ul li p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #575f6e;
}

.radio-button {
  cursor: pointer;
  padding-right: 25px;
}
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input {
  font-size: 1rem;
  line-height: 1.5;
  padding: 11px 23px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  outline: 0;
  background-color: transparent;
}

.radio-button__input {
  opacity: 0;
  position: absolute;
}

.radio-button__control {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-color: inherit;
  color: #017b5f;
  border: 1px solid #c2c2c2;
  border-radius: 24px;
}

.radio-button__input:checked + .radio-button__control:after {
  content: "";
  display: block;
  position: absolute;
  left: 10.33%;
  right: 8.33%;
  top: 9.33%;
  bottom: 8.33%;
  background: #f6ab3f;
  border-radius: 12px;
  width: 14px;
  height: 14px;
}
.solid-btn.next_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 24px 0px 32px;
  gap: 8px;
  width: 124px;
  height: 48px;
  background: #f6ab3f;
  border: 1px solid #bbbfc1;
  text-transform: capitalize;
  cursor: pointer;
  margin-top: 48px;
}
.solid-btn.next_btn:hover {
  border: 2px solid #fff;
  background-color: transparent;
  border-color: var(--cyan);
  color: var(--cyan) !important;
}
.solid-btn.next_btn:hover svg path {
  fill: var(--cyan) !important;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .request_type {
    width: 611px;
    margin: 100px auto;
  }
}
.privacy-issue {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  gap: 16px;
  height: 84px;
  background: #f0f2f4;
  margin-bottom: 48px;
}

.privacy-issue p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #242426;
  margin-bottom: 0;
}
.custom-select {
  border: 0;
  border-bottom: 1px solid #022454;
  background-image: url(../img/steps/select.svg);
  border-radius: 0;
  height: 38px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #022454;
  margin-top: 48px;
  margin-bottom: 6px;
  opacity: 0.8;
  padding: 0.375rem 1.75rem 0.375rem 0rem;
}

.select-msg p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  color: #828282;
}
.custom-select:focus {
  outline: none;
  box-shadow: none !important;
  border-color: transparent;
  border-bottom: 1px solid #022454;
}

.custom-select .star {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #f6ab3f;
}
.select-msg {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-transform: lowercase;
  color: #828282;
}
.privacy-issue.warning {
  background-color: #fdebeb;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  gap: 16px;
  height: auto;
  min-height: 102px;
  max-height: 100%;
}
.privacy-issue.warning p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-transform: capitalize;
  color: #eb5757;
}
.step-five p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #022454;
}
.step-five p:nth-of-type(2) {
  font-weight: 600;
}
.agree-check {
  border: 1px solid #e2e4e5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  gap: 12px;
  height: 72px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.custom-control-label::after {
  top: 26px;
  right: 24px;
  background-color: #e2e4e5;
  left: unset;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../img/steps/checkbox.svg");
  background-size: contain;
  background-color: #fff;
}
.custom-control-label {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #022454;
  cursor: pointer;
  width: 100%;
}
.close-icon {
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.close-icon:hover {
  opacity: 0.6;
}
.custom-control-label::before {
  top: 26px;
  right: 24px;
  left: unset;
  background-color: #e2e4e5;
}
.checked {
  border: 1px solid #f6ab3f !important;
  /* filter: drop-shadow(0px 0px 10px rgba(246, 171, 63, 0.6)) !important; */
}
.step-two-form .form-group label {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #022454;
  opacity: 0.8;
  margin-bottom: 0;
}
.step-two-form .form-group {
  margin-bottom: 32px;
}
.step-two-form .form-group label span {
  color: #f6ab3f;
}

.step-two-form .form-group input {
  border: 0;
  border-bottom: 1px solid #022454;
  border-radius: 0;
  padding: 0;
  height: 20px;
}
.step-two-form .form-group input:focus {
  outline: none;
  box-shadow: none !important;
  border-color: #f6ab3f;
}

input[type="checkbox"]:focus + label::before {
  outline: none;
  outline: 0px !important;
  -webkit-appearance: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.submit_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 24px 0px 32px;
  gap: 8px;
  width: 257px;
  height: 48px;
  background: #f6ab3f;
  border: 1px solid #bbbfc1;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  margin-top: 48px;
}
.submit_btn:hover {
  border: 2px solid #fff;
  background-color: transparent;
  border-color: var(--cyan);
  color: var(--cyan) !important;
}
.submit_btn:hover svg path {
  fill: var(--cyan) !important;
  transition: all 0.4s ease-in-out;
}
.results .results-list {
  margin-bottom: 48px;
}
.results .results-list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  height: auto;
  border: 1px solid #e2e4e5;
  margin-bottom: 24px;
  gap: 0;
}
.results .results-list li input:first-of-type {
  border: 0;
  border-bottom: 1px solid #022454;
  outline: none;
  border-radius: 0;
  height: 20px;
  margin-bottom: 14px;
  padding-left: 0;
}
.results .results-list li input:nth-of-type(2) {
  border: 0;
  border-bottom: 1px solid #bdbdbd;
  outline: none;
  border-radius: 0;
  height: 20px;
  margin-bottom: 14px;
  padding-left: 0;
}

.results .results-list li h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #022454;
  opacity: 0.8;
  margin-bottom: 0;
  width: 100%;
}
.results .results-list li h3 span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #f6ab3f;
  opacity: 0.8;
}

.results .results-list li p:first-of-type {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #828282;
  padding-bottom: 18px;
  margin-bottom: 0;
}
.results .results-list li p:nth-of-type(2) {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #bdbdbd;
}
.results .results-list li input:focus {
  outline: none;
  box-shadow: none !important;
  border-color: #f6ab3f;
}

.results .results-list li h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #bdbdbd;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 0;
}
.validate-msg {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #828282;
  padding-top: 6px;
}
.file-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #022454;
  opacity: 0.8;
}
.file-title span {
  color: #f6ab3f;
}
.form-group.files .label-content .authorized .authorized-pdf {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #022454;
  opacity: 1;
  padding-right: 32px;
}
.form-group.files label span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #022454;
  opacity: 0.4;
  cursor: pointer;
}
.form-group.files .label-content label img {
  padding-right: 6px;
}

.form-group.files .label-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 24px;
  gap: 12px;
  height: 48px;
  border: 1px solid #e2e4e5;
  cursor: pointer;
}
.form-group.files .form-file-content:first-of-type .label-content {
  width: 358px;
}
.form-group.files .form-file-content:nth-of-type(2) .label-content {
  width: 264px;
}
.form-group.files .form-file-content:nth-of-type(3) .label-content {
  width: 374px;
}
.format-warning {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #eb5757;
  padding-top: 8px;
}
.form-file-content {
  margin-bottom: 32px;
}
.form-group.select-list {
  position: relative;
}
.sectors {
  position: absolute;
  top: 52px;
  left: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #022454;
  opacity: 0.8;
}
.sectors .star {
  color: #f6ab3f;
}
.custom-select:focus label {
  top: 30px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .steps-progress .progress-circle:not(:first-of-type):after {
    right: 30px;
  }}
@media (min-width: 576px) and (max-width: 767px) {
  .steps-progress .progress-circle:not(:first-of-type):after {
    width: 135px;
    right: 22px;
  }
  .steps-progress.pro-two .progress-circle:not(:first-of-type):after {
    width: 90px;
  }
}
@media (max-width: 575px) {
  .request_type ul li label h3 {
    font-size: 17px;
  }
  .step-five p,
  .custom-control-label {
    font-size: 15px;
  }
  .submit_btn {
    width: 100%;
    font-size: 14px;
    margin-top: 28px;
  }
  .agree-check {
    padding: 0 24px;
    height: 50px;
  }
  .custom-control-label::before,
  .custom-control-label::after {
    top: 15px;
  }
  .request_type ul li p {
    font-size: 12px;
  }
  .request_type h2 {
    font-size: 26px;
  }
  .request_type .step-desc {
    font-size: 14px;
  }
  .steps-progress .progress-circle:not(:first-of-type):after {
    width: 120px;
    right: 22px;
  }
  .request_type {
    margin: 50px auto;
  }
  .steps-progress {
    margin-bottom: 30px;
  }
  .steps-progress.pro-two .progress-circle:not(:first-of-type):after {
    width: 65px;
  }
  .privacy-issue {
    padding: 10px;
    margin-bottom: 20px;
  }
  .privacy-issue p {
    font-size: 12px;
  }
  .form-group.files .label-content:nth-of-type(3),
  .form-group.files .label-content:first-of-type {
    width: 100%!important;
  }
  .form-group.files label span,
  .validate-msg,
  .form-group.files .label-content .authorized .authorized-pdf {
    font-size: 12px;
  }
  .step-two-form .form-group label,
  .file-title {
    font-size: 14px;
  }
  .format-warning {
    font-size: 10px;
  }
}
@media (max-width: 420px) {
  .steps-progress .progress-circle:not(:first-of-type):after {
    width: 80px;
    right: 19px;
  }
  .steps-progress.pro-two .progress-circle:not(:first-of-type):after {
    width: 55px;
  }
  .form-group.files label span {
    font-size: 11px;
  }
}
@media (max-width: 350px) {
  .steps-progress.pro-two .progress-circle:not(:first-of-type):after {
    width: 35px;
  }
}

.select-menu {
  max-width: 100%;
}
.sBtn-text{
  font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
text-transform: capitalize;
color: #022454;
opacity: 0.8;
}
.sBtn-text span{
  color: #f6ab3f;
}
.select-menu .select-btn {
  display: flex;
  background: #fff;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  border-bottom: 1px solid #022454;
  height: 38px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #022454;
  margin-top: 48px;
  margin-bottom: 6px;
  opacity: 0.8;
  padding: 0.375rem 0 0.375rem 0rem;
}
.select-menu .options {
  position: absolute;
  width: 330px;
  display: none;
  opacity: 0;
  overflow-y: auto;
  max-height: 295px;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  /* animation-duration: 0.35s; */
  animation-fill-mode: both;
  /* -webkit-animation-duration: 0.35s; */
  -webkit-animation-fill-mode: both;
}
.select-menu .options .option {
  display: flex;
  height: 30px;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 8px;
  align-items: center;
  background: #fff;
  border: 0!important;
}
.select-menu .options .option:hover .option-text {
  color: #f6ab3f;
}

.select-menu .options .option .option-text {
  font-size: 18px;
  color: #022454;
  transition: 0.3s;

}

.select-btn img {
  font-size: 25px;
  transition: 0.3s;
}

.select-menu .options.active .select-btn img {
  transform: rotate(-180deg);
}


.select-menu .options.active {
  display: block;
  opacity: 1;
  z-index: 10;
  width: 100%;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}
