@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    background:#fff;
    font-family: "Outfit", serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.navbar-brand img {
    height: 50px; /* Adjust as needed */
  }
  .top-bar {
    background-color: #153762;
    color: white;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 400;
  }
  .top-bar .contact-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar{
    box-shadow: 0 2px 4px rgba(0,0,0,0.16);
  }
  .navbar .nav-item {
    padding-left: 30px;
    padding-right:30px;
  }
  .navbar .nav-item .nav-link{
    padding-top:0;
    padding-bottom: 0;
  }
  .navbar .navbar-nav li{
    border-right:1px solid #ddd;
  }
  .navbar .navbar-nav li:last-child{
    border-right:0;
  }
  .apply-btn {
    background-color: #B80B28;
    color: white;
    font-size: 17px;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 4px;
  }
  .apply-btn:hover {
    background-color: #B80B28;
  }
  .body-heading h1{
    color: #0F0F0F;
    font-size: 50px;
    font-weight: 600;
    font-family: "Jost", sans-serif;
    padding-bottom: 15px;
  }

  .body-heading p{
    color: #898989;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.accordion .card{
  border:0;
}
.accordion p, .accordion span{
  line-height:24px;
}
.step-button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background-color: #EFF0F6;
    transition: .4s;
    margin-bottom:9px;
}
.step-button[aria-expanded="true"] {
    width: 34px;
    height: 34px;
    /* background-color: #c80123; */
    color: #fff;
}
.done {
    background-color: #4A3AFF;
    color: #fff;
}
.step-item {
    z-index: 10;
    text-align: center;
}
#progress {
  -webkit-appearance:none;
    position: absolute;
    width: 84%;
    z-index: 5;
    height: 6px;
    margin-left: 57px;
    margin-bottom: 42px;
}
/* to customize progress bar */
#progress::-webkit-progress-value {
    background-color: #4A3AFF;
    transition: .5s ease;
}
#progress::-webkit-progress-bar {
    background-color: var(--prm-gray);
}

.label{
  color:#000;
}
#headingOne, #headingTwo, #headingThree{
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.collapse p{
  /* color: #898989; */
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 24px;
}

.card-body h3{
  color: #0F0F0F;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.card-body p{
  margin-bottom: 15px;
}

.card-body h4{
  color: #0F0F0F;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.card-body label{
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.card-body label sup{
  color: #FF4D4F;
}

.card-body input, .card-body select{
  border: 1px solid #D9D9D9;
  border-radius: 0;
}

select{
  appearance: none;
  background: url(../images/down-arrow.png) no-repeat center right 20px;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
}
.checkbox-wrapper label {
  margin-left: 5px;
  color: #8C8C8C;
}

input[type="checkbox"]:checked + label {
  color: #595FE5;
}

.former-address-section, .mailing-address-section {
  margin-top: 10px;
}

.small-text{
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}

.table{
  border:1px solid #D9D9D9;
  border-radius:4px;
}

.table-striped{
  border:1px solid #D9D9D9;
}

.table tr th{
  background: #E9E7FF;
  color: #141414;
  padding:15px;
}

.table tr td{
  padding:15px 7px;
  border-bottom:1px solid #D9D9D9;
  line-height:24px;
}

.nxtbtn{
  background: #4A3AFF;
  color: #fff;
  width: 159px;
  height:56px;
  border-radius: 30px;
  border:2px solid transparent;
  transition: 0.6s ease-in-out;
  font-size: 18px;
  font-weight: 600;
}

.nxtbtn:hover, .nxtbtn:focus{
  border:2px solid #4A3AFF;
  color: #4A3AFF;
  background:#fff;
}

h6{
  font-size: 16px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}

.question {
  font-weight: bold;
  margin-bottom: 5px;
}
.question span{
  color: #898989;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.radio-group {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.radio-group label {
  margin: 0 10px;
  display: flex;
  gap:7px;
}

#mortgage2Header {
  display: flex;
}

#mortgage3Header {
  display: flex;
}


.step-color-red {
  background-color: #c80123;
  color: #fff;
}

.step-color-green {
  background-color: #068911;
  color: #fff;
}

.step-color-yellow{
  background-color: #f4e406;
  color: #fff;
}

/* #progress[value="20"]::-webkit-progress-value {
  background-color: #c80123;
} */
