* {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

.header {
  overflow: hidden;
  background-color: white;
  padding: 10px 10px;
}

.header a {
  float: left;
  color: #38393b;
  text-align: center;
  width: 130px;
  text-decoration: none;
  font-size: 14px;
  line-height: 13px;
  border-radius: 4px;
  margin-bottom: 6px;
  margin-top: 8px;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 5px;
}

.fas.fa-phone {
  transform: rotate(270deg);
  margin-right: 10px;
}

.header-logo {
  font-size: 20px;
  font-weight: bold;
  border: 4px solid white;
  border-radius: 4px;
  display: inline-block;
  background-color: white;
}

.header a:hover {
  color: #f15a29;
}

.header-right {
  float: right;
  background: #f8f8f8;
  margin-right: 6%;
  margin-top: 5px;
}

.divider {
  border: 0;
  height: 1px;
  background-color: #c5c2c0;
  width: 100%;
}

.sd-root-modern {
  background: #f36624 !important;
}

main {
  font-family: Arial, Helvetica, sans-serif;
  padding: 20px;
  background: #f36624;
}

.sd-body.sd-completedpage {
  background-color: #f36624;
}

label {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}


.sv-components-column.sv-components-column--expandable {
  background-color: #ed6a21;
}

input,
select {
  width: 100%;
  padding: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  border-radius: 8px;
}

#loanApplicationForm {
  background: white;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#submitBtn {
  background: #4caf50;
  color: white;
  font-size: 20px;
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 250px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.des {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0px;
}

li {
  margin-bottom: 15px;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

p {
  color: white;
  font-size: 22px;
}

a {
  color: white;
  font-size: 14px;
  margin-bottom: 15px;
}

.sd-html td,
.sd-html span,
.sd-html div,
.sd-html p {
  font-size: 14px;
}

a:link {
  text-decoration: none;
}

.column {
  float: left;
  padding: 10px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}




#fileInput {
  display: none;
  margin: 20px 0;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 20px;
}

.left {
  color: white;
  margin-left: 100px;
}

.right {
  color: white;
  margin-right: 150px;
}

span.a {
  display: inline;
  height: 100px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

hr {
  display: inline-block;
  width: 170px;
  margin: 5px;
  border: 1px solid white;
}

.spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
  color: #333;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mobile-view {
  display: none;
}

.mobile-container {
  display: none;
}

@media (max-width: 640px) {
  .mobile-view {
    display: block;
  }

  .header-right {
    width: 35%;
  }

  .column {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .header-logo {
    margin-bottom: 20px;
  }

  h1 {
    width: 100%;
    margin-top: 120px !important;
    margin-right: 20px;
  }


  .mobile-container {
    display: block;
  }

  #myLinks {
    display: block;
  }






  .header-right {
    background: #f8f8f8;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .header-right a {
    color: black;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    border-radius: 4px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    display: inline-block;
    padding: 5px;
    margin: 0 5px;
    white-space: nowrap;
  }

  .header a:hover {
    color: #f15a29;
  }

  .icon {
    margin-top: 15px;
    margin-right: 10px;
    background-color: white;
  }

  .fa-bars {
    color: #f15a29;
  }

  .mobile-container {
    max-width: 480px;
    margin: auto;
    background-color: white;
    color: white;
    border-radius: 10px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }

  .topnav {
    overflow: hidden;
    background-color: white;
    position: relative;
  }

  .topnav #myLinks {
    display: none;
    list-style-type: none;
    color: black;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid black;
    padding: 0;
    margin: 0;
  }

  #myLinks li {
    font-size: 18px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    border-top: 1px solid #dddddd;
    padding: 15px 10px;
    margin: 0;
    display: flex;

    justify-content: space-between;
  }

  .fa-chevron-down {
    font-size: 24px;
    cursor: pointer;
    margin-left: 10px;
  }

  .fa-angle-right {
    margin-right: 5px;
  }

  .expandable-content {
    display: none;
    background-color: #555;
    margin-top: 5px;
    margin-bottom: 10px;
  }

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

  .expandable-content ul li {
    margin-left: -380px !important;
    padding-left: 0 !important;
  }

  .topnav a {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    display: block;
  }

  .topnav a.icon {
    background: white;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
  }

  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }

  .footer-up {
    display: none;
  }

  .footer-below {
    display: none;
  }

  .footer-one {
    background-color: #0072bc;
    color: white;
    padding: 10px;
    text-align: center;
  }

  .footer-second {
    background-color: #0f1c50;
    color: white;
    padding: 10px;
    text-align: center;
  }

  .about,
  .Resources,
  .Online-Solution,
  .Retail-Solution,
  .Invoicing-Solution,
  .Channels,
  .Media,
  .adress,
  .Reach-Us,
  .Follow-Us {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin-left: 5px;
    margin-top: 18px;
  }

  .about li,
  .Resources li,
  .Online-Solution li,
  .Retail-Solution li,
  .Invoicing-Solution li,
  .Channels li,
  .Media li,
  .adress li {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 23px;
    margin-top: 15px;
  }

  .Reach-Us a {
    text-decoration: none;
    color: inherit;
    display: block;
    margin-bottom: 10px;
  }

  .Reach-Us ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .address-item,
  .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .address-item i,
  .contact-item i {
    margin-right: 10px;
    font-size: 20px;
    flex-shrink: 0;
  }

  .address-item span,
  .contact-item span {
    display: block;
    line-height: 1.5;
    margin-left: 0;
    text-align: left;
  }

  .contact-item a {
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
  }

  .contact-item i {
    margin-right: 8px;
  }

  .address {
    line-height: 1.5;
    word-wrap: break-word;
    flex-grow: 1;
    max-width: calc(100% - 30px);
  }

  .fa-map-marker-alt {
    font-size: 25px;
  }

  .about a,
  .Resources a,
  .Online-Solution a,
  .Retail-Solution a,
  .Invoicing-Solution a,
  .Channels a,
  .Media a,
  .adress a,
  .Reach-Us a {
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
  }

  .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 24px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 50%;
    background-color: #0f1c50;
    color: white;
    transition: background-color 0.3s ease;
  }

  .social-icons a:hover {
    background-color: #1e2a7a;
  }

  .p {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }

  .h2 {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 23px;
  }
}

.spinner {
  display: none;
}

.sv-header {
  display: none !important;
}

.sd-body.sd-body--static {
  padding-top: 0px;
}

.sv_progress-toc--mobile {
  margin-top: 25px;
  float: right;
  margin-left: 120px;
  justify-content: right;
  right: calc(1*(var(--sjs-base-unit, var(--base-unit, 8px))));
  top: calc(4*(var(--sjs-base-unit, var(--base-unit, 8px))));
}

.sv_progress-toc {
  margin-left: 120px;
}

.sv_progress-toc.sv_progress-toc--left.sv_progress-toc--sticky {
  border-radius: 10px;
}

.sv-list {
  border-radius: 10px;
}

.sd-btn--action {
  background-color: #e6d3ab;
}

.sv-popup--overlay .sv-popup__button.sv-popup__button {
  background-color: #e6d3ab;
  border-color: #e6d3ab;
}

.sv_progress-toc .sv-list__item.sv-list__item--selected .sv-list__item-body {
  background-color: #fef5f0;
}

.sd-dropdown__filter-string-input {
  height: 20px;
}

.sd-row {
  margin-top: 5px;
}

.sd-title.sd-element__title {
  margin-top: 5px;
}

.sv-dropdown_select-wrapper {
  margin-bottom: 12px;
}

.sd-question__header--location-top {
  padding-bottom: 5px;
}

@media (max-width: 640px) {
  .sv_progress-toc .sv-list__item-body {
    --sjs-questionpanel-hovercolor: 0;
  }
}