:root {
  --white: #ffffff;
  --yellow: #fdc508;
  --light-blue: #1a9dae;

  --light-light-blue: #e0f9fc;
  --light-light-blue2: #f2feff;
  --black: #000000;
  --light-grey: #707070;
}
* {
  padding: 0px;
  margin: 0px;
  outline: none;
}
button:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: var(--black);
}

h2 {
  font-size: 19px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 11px;
}

p {
  font-size: 7px;
}
ul li {
  list-style-type: none;
}
.font-regular {
  font-weight: 400;
}
.semi-bold {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
body {
  font-family: "Montserrat", sans-serif;
  background-color: #f5f5f5;
  font-size: 14px;
}
.header-section {
  height: 81px;
}
.header-container-sec {
  padding-left: 18px;
  padding-right: 18px;
}
.header-sec-row {
  display: flex;
  justify-content: center;
}
.header-section {
  background-color: var(--white);
}
.main-sec39-top-sec2 button {
  background-color: var(--yellow);
  border: none;
  font-size: 14px;
  border-radius: 3px;
  padding: 0 35px;
  margin-left: 27px;
  font-size: 13px;
  height: 40px;
}
.sec1content-h3 {
  padding-top: 10px;
}
.sec1content {
  padding-left: 33px;
}
.sec1content h2 {
  font-weight:500;
}
.section2 .complete-btn {
  border: 1px solid black;
  padding: 0 30px;
  height: 40px;
  font-size: 13px;
  border-radius: 3px;
  transition: 0.5s ease;
}
.section2 .complete-btn.always-active {
  transition: 0.5s ease;
  border: none;
  background-color: var(--light-blue);
  color: var(--white);
}

.section3,
.section2 {
  flex-direction: column;
}
.section3 .btn_status {
  background-color: var(--white);
  border: 1px solid var(--black);
  transition: 0.5s ease;
  padding: 0 34px;
  height: 40px;
  font-size: 13px;
  border-radius: 3px;
  margin-right: 16px;
}
.section3 .btn_status.active {
  border: none;
  background-color: var(--light-blue);
  color: var(--white);
  transition: 0.5s ease;
}
.sec1andsec2 {
  padding-left: 28px;
  border-left: 1px solid var(--light-grey);
}
.application-sec-sub {
  padding: 24px 0;
}
.application-sec {
  background-color: var(--white);
  /*margin-top: 11px;*/
  margin: 11px 0 0 0;
  border-radius: 6px;
}
.main-sec39-container {
  padding: 0 0 15px 0;
}
.column-the-sixth-section-sub {
  background-color: #ffffff;
}
.top-nav-sec1 {
  column-gap: 12px;
  padding-top: 13px;
  padding-bottom: 33px;
}
.right-side-of-complete-application {
  width: 35%;
  border-left: 1px solid var(--black);
  padding: 0 20px;
}
.complete-application {
  background-color: var(--yellow);
  width: 100%;
  height: 48px;
  border-radius: 3px;
  font-size: 12px;
  border: none;
}
.date-amount-date {
  font-weight: 400;
}
.date-amount-date-header {
  font-size: 13px;
}
.underline-this {
  border-bottom: 1px solid #bfbfbf;
}
.the-left-side-of-division {
  border-right: 1px solid #bfbfbf;
  width: 28%;
  padding: 0 24px 0 0;
}
.the-right-side-of-division {
  width: 72%;
}
.the-right-side-of-division .column-the-sixth-section-form-progress {
  width: 90%;
}
.this-side-title {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: normal;
}
.this-side-sub-title {
  font-size: 13px;
  color: #989898;
  margin: 2px 0 18px 0;
}
.raymond-the-complete-button {
  background-color: var(--light-blue);
  color: var(--white);
  height: 42px;
  border: none;
  padding: 0 24px;
  border-radius: 3px;
  font-size: 11px;
}
.final-button {
  background-color: var(--yellow);
  width: 240px;
  height: 48px;
  border-radius: 3px;
  font-size: 12px;
  border: none;
  font-weight: 400;
}
.one-more-nav-main {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.one-more-nav-main img {
  margin: 0 6px;
}
.one-more-division-from-nav {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.home-icon-nav {
  height: 16px;
  width: 16px;
}
.one-more-nav-back {
  display: flex;
}
.one-more-naviagtion {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.one-more-nav-back {
  display: flex;
  align-items: center;
}
.one-more-back-to-application {
  background-color: var(--white);
  border: none;
  border-radius: 50%;
  height: 36px;
  width: 36px;
}
.one-more-nav-back-text {
  font-size: 14px;
  font-weight: 700;
  margin-left: 6px;
}
.flag-ul {
  display: flex;
  justify-content: space-between;
  row-gap: 12px;
  flex-direction: column;
}
.flag-li {
  width: 100%;
}
.flag-btn {
  background-color: var(--white);
  font-size: 14px;
  border-radius: 25px;
  border: 0;
  height: 46px;
  width: 100%;
  display: flex;
  align-items: center;
}
.flag-btn.active {
  background-color: var(--light-blue);
  color: var(--white);
}
.i-will-divide-this {
  text-align: left;
}
.final-steps {
  padding-top: 24px;
}
.ithinum-koode-padding {
  padding: 16px 18px;
}
@media only screen and (max-width: 992px) {
  .application-sec {
    margin: 12px 0 !important;
  }
  .application-sec-sub {
    display: flex;
    flex-direction: column;
    padding: 24px 16px;
  }
  .sec1andsec2 {
    border: none;
    border-top: 1px solid var(--light-grey);
    padding: 12px 0 0 0;
    margin: 12px 0 0 0;
    justify-content: space-between;
  }
  img[alt*="flag"] {
    height: 100px;
    width: 100px;
  }
  .section2 .complete-btn {
    padding: 0 12px;
    margin: 12px 0;
  }
  .section3 .btn_status {
    padding: 0 12px;
    margin: 12px 0;
  }
  .main-sec39-container {
    padding: 0;
  }
  .small-righty {
    text-align: right;
  }
  .right-side-of-complete-application {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
  }
  .complete-application {
    display: none;
  }
  .section1 {
    flex-direction: row;
    display: flex;
  }
  .row-application-sec {
    padding: 0;
  }

  .date-amount {
    display: flex;
    justify-content: space-between;
    padding: 16px 0 0 0;
    border-top: 1px solid var(--light-grey);
  }
  .date-amount-date {
    width: 50%;
  }
  .top-nav-sec1 {
    display: flex;
    font-size: 7px;
    padding: 0;
  }
  .application-sec {
    padding: 0 !important;
  }
  .the-navigation-itself {
    padding: 0 16px;
    align-items: center;
  }
  .back-to-application-form {
    padding: 0;
  }
  .one-more-division-from-nav {
    padding: 14px 0 0 8px;
  }
  .one-more-nav-back {
    margin: 8px 0 0 0;
  }
  .section1 {
    margin-bottom: 16px;
  }
  .flag-location {
    font-size: 13px;
  }
  .flag-name {
    font-size: 14px;
  }
  .the-left-side-of-division {
    width: 100%;
    padding: 0;
  }
  .underline-this {
    border: none;
  }
  .flag-btn .btn-icon-wrapper {
    margin: 0 12px 0 6px;
  }
  .the-right-side-of-division {
    width: 100%;
    min-height: 25vh;
  }
  .final-steps {
    padding: 0 16px 16px 16px;
    flex-direction: column;
    width: 100%;
  }
  .final-button {
    width: 100%;
    margin-top: 6px;
  }
  .i-will-divide-this {
    text-align: center;
  }
  .contact-sec {
    display: flex;
    margin-bottom: 12px;
  }
}
