@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
    color: #303332;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}
img {
  max-width: 100%;
}
.head-logo {
  padding: 6px 0px 10px;
}
.logo-col  img {
    max-width: 338px;
}
.main-form-wrap  form section:not(:first-child){
  display:none;
}
button.page-next.btn.btn-primary img {
  display: none;
}
input#property_value {
  margin-bottom: 0;
}
.btn-action-wrap {

  margin: 12px 0px 0px;
}
span#question1-error {
  display: block;
}
fieldset legend {
  margin-bottom: 15px;
}
.btn-check:active+.btn-danger:focus, .btn-check:checked+.btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show>.btn-danger.dropdown-toggle:focus {
  box-shadow: none !important;
}
span.checkmark-box {
  margin-bottom: 5px;
}

.form-box-wrapper {
    padding: 0;
    margin-bottom: 43px;
}
section.banner-home {
  overflow: hidden;
}
.form-box-wrapper {
    /* min-height: 570px; */
    /* display: flex; */
    /* align-items: center; */
    /* background: transparent; */
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 13px 17px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #212529;
  border-radius: 0.25rem;
  height: 56px;
  border-radius: 5px 0px 0px 5px;
}

/**************Form**************/
 

/* Form */


.birth-col {
  width: 100%;
  max-width: 289px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFF;
  margin: auto;
  padding: 17px 17px 17px 72px;
  border-radius: 10px;
  position: relative;
}

.select-col select {
  padding: 10px 10px;
  margin: 0px 6px;
  border: 0;
  -webkit-appearance: none;
  outline: 0 !important; 
}

.birth-icon {
  max-width: 41px;
  background: #18a757;
  padding: 5px;
  border-radius: 5px;
}
.btn-full {
  width: 100%;
}

.form-header {
  height: 211px;
}
.birth-col .select-col {
  border-right: 1px solid #858383;
}
.map-icon {
    position: absolute;
    width: 45px;
    height: 41px;
    background: #006161;
    left: 21px;
    top: 20px;
    padding: 10px;
    border-radius: 5px;
    line-height: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-info span.map-icon {
  left: 29px;
}
span.map-icon img {
    max-width: 21px;
}
.form-group.post-col {
  position: relative;
}
.privacy-check-text {
    /* color: #FFF; */
    margin-top: 15px;
    padding: 0px 30px !important;
    margin-right: 0 !important;
    font-size: 14.9px;
}

.privacy-check-text a {
    color: #006161;
    display: inline-block;
}

.row.contact-info .form-group {
  margin-bottom: 10px;
}
 


.birth-col .select-col:last-child {
  border: 0;
}
.form-card {
  margin-top: -97px;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0,0,0,.11);
  margin-bottom: 97px;
}

.form-body {
  padding: 40px;
}

section.form-sec  .logo-wrap {
  padding: 1px 30px;
  border-bottom: 1px solid #ccc;
}

.sidebar {
  border: 1px solid #122246;
  border-radius: 10px;
  padding: 30px;
  margin-top: 54px;
  margin-left: 29px;
}

::-webkit-input-placeholder {  
  color: #122246 !important;
  font-weight: 400;
}
::-moz-placeholder {  
  color: #122246 !important;
  font-weight: 400;
}
:-ms-input-placeholder { 
  color: #122246 !important;
  font-weight: 400;
}
:-moz-placeholder { 
  color: #122246 !important;
  font-weight: 400;
}
.form-head {
  text-align: center;
  margin-bottom: 35px;
}

.form-head h2 {
  margin: 0;
}
ul.list-style {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.list-style li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 37px;
}

ul.list-style li span.tick-icon {
  position: absolute;
  left: 0;
}

.form-inner {
  background: #f6f6f6;
  padding: 35px;
}
.form-title {
  font-size: 20px;
  margin-bottom: 16px;
  margin-top: 20px;
}
span.checkmark {
  width: 100%;
  float: left;
  margin-bottom: 3px;
  cursor: pointer;
  border-radius: 6px;
  position: relative;
  min-width: 126px;
  min-height: 126px;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 25px;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid #ffffff;
  background: #FFF;
  box-shadow: none;
  font-weight: 600;
  color: #000000;
  flex-wrap: wrap;
  padding: 7px 13px;
  border: 3px solid #e7e0be;
  outline: 3px solid #006161;
  text-transform: uppercase;
}

.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
}

label.radio_container {
  width: 100%;
}
.active_box span.checkmark {
  border: 1px solid #23304A;
  background: #e4eaff;
  color: #23304A;
}
span.red-mark {
  color: red;
}

.circle-left-check span.checkmark:before {
  content:"";
  width: 20px;
  height: 20px;
  border: 1px solid #c5c1c1;
  position: absolute;
  left: 13px;
  border-radius: 50%;
}

span.checkmark {
  position: relative;
}

.circle-left-check span.checkmark {
  justify-content: flex-start;
  padding-left: 38px;
}

.circle-left-check.active_box span.checkmark:before {
  background:#122246;
}




.main-form-wrap  form section:not(:first-child){
  display:none;
}
 
.form-head {
  text-align: center;
  margin-bottom: 36px;
  color: #393838;
}

.form-head h2 {
  margin: 0;
}
 
.form-inner {
  background: #f6f6f6;
  padding: 35px;
}
.form-title {
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 14px;
    margin-top: 26px;
    text-align: center;
    color: #006161;
    font-weight: 600;
}
 

.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
}

label.radio_container {
  width: 100%;
}
.active_box span.checkmark, span.checkmark:hover {
  /* border: 3px solid #083336; */
  outline: 3px solid #006161;
  background: #006161;
  color: #ffffff;
}
span.red-mark {
  color: red;
}

.circle-left-check span.checkmark:before {
  content:"";
  width: 26px;
  height: 26px;
  border: 1px solid #c5c1c1;
  position: absolute;
  left: 25px;
  border-radius: 50%;
}

span.checkmark {
  position: relative;
}
 

label.radio_container.active_box  span.checkmark img,
span.checkmark:hover img{
  filter: invert(1) brightness(1);
}

.circle-left-check span.checkmark {
  justify-content: flex-start;
  padding-left: 63px;
}

.circle-left-check.active_box span.checkmark:before {
  background: #53ced6;
  border: 1px solid #53ced6;
}
.progress-bar.active {
  animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
}
.progress .progress-value {
  display: block;
  padding: 3px 7px;
  font-size: 12px;
  color: #ffffff;
  border-radius: 100px;
  background: transparent;
  border: 0;
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
  margin: 0px auto;
  width: 100%;
  font-weight: 700;
}
.progress-bar-striped {
  background: #006161;
  position: relative;
  overflow: visible;
  border-radius: 100px  100px;
}
.progress {
  background-color: #FFF;
  height: 21px;
  margin: 0px auto 1px;
  box-shadow: 0px 0px 10px rgba(0,0,0,.11);
  border: 1px solid #1b7b83;
  border-radius: 100px;
  overflow: visible !important; 
} 
.progress .progress-value {
  position: absolute;
  top: -45px;
  right: -15px;
  font-size: 13px;
  color: #fff;
  padding: 3px 7px;
  background: #006161;
  border: 1px solid #006161;
  border-radius: 3px;
  width: auto;
  left: auto;
}

.progress .progress-value:after {
  content: "";
  border-top: 10px solid #006161;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
 
.privacy-box {
  color: #FFF;
}

.secure img {
  max-width: 12px;
}

.btn-action-main .btn{
  border-radius: 55px;
  padding: 12px 13px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  min-width: 198px;
  border: 1px solid transparent;
  border-radius: 5px;
  margin: 0px 6px;
  cursor: pointer;
}
.page-next {
  background: #006161;
  border-color: #006161;
  color: #ffffff;
  box-shadow: 1px 3px #006161;
}
.page-next:hover, .page-next:focus, .page-next:active {
  background: #006161 !important;
  border-color: #006161 !important;
  /* box-shadow: none !important; */
  color: #ffffff;
  box-shadow: 1px 3px #006161;
}

.page-prev {
  background: transparent !important;
  border: 1px solid #006161 !important;
  /* padding: 0 !important; */
  color: #006161;
  /* font-weight: normal; */
  /* text-decoration: none; */
  /* margin-bottom: 0; */
  /* margin-top: 0; */
  /* font-size: 23px; */
}
.page-prev:hover {
  background: #FFF !important; 
  color: #000;
}

.btn-action-main .btn:hover svg {
  fill: #ffffff;
}


.btn-action-main li {
    margin: 0px;
    list-style: none;
}
section.step1 .btn-action-main {
  justify-content: center;
}
.btn-action-main {
    text-align: center;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    flex-direction: row-reverse;
    margin: 32px auto 0px;
    max-width: 415px;
}

.consent {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  display: none;
  max-width: 600px;
  margin: auto;
}
.consent a{
    color: #fff;
    text-decoration: none;
}

.form-control {
  padding: 20px 20px 20px 78px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  height: 82px;
}
.add-col .accordion-button {
  background: transparent !important;
  box-shadow: none !important;
  /* color: #FFF; */
  padding: 0;
  text-align: center !important;
  justify-content: center;
  display: block;
  font-size: 16px;
  border: 0;
}

.add-col .accordion-item {
  background: transparent;
  box-shadow: none !important;
  text-align: center !important;
}

.add-col {
  margin-top: 20px;
}

.add-col  .form-group label {/* color: #FFF; */text-align: left;display: block;margin-bottom: 10px;}

.add-col  .form-control {
  padding: 20px;
  height: 60px;
}

.add-col  .form-group {
  margin-bottom: 10px;
}
.btn-action-main  svg {
  width: 25px;
  fill: #FFF;
}
 
button.page-prev  svg {
    width: 25px;
    fill: #006161;
}
.info-bottom {
    background: #006161;
    padding: 20px;
    border-radius: 10px;
    margin-top: 50px;
}

span.info-icon {
  max-width: 48px;
  display: inline-block;
  width: 80px;
}
span.info-icon img {
    filter: brightness(0) invert(1);
}
.info-left {
  display: flex;
  align-items: center;
  width: 39%;
}
.provider-logo {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}
 
.info-text-form {
    margin: 20px auto 0px;
    max-width: 900px;
}
.page-prev:hover svg {
    fill: #000!important;
}
.info-text-form a {
    color: #000;
}
.logo-item {
    background: #FFF;
    /* padding: 10px; */
    border-radius: 4px;
}

.info-bottom h3 {
    font-size: 24px;
    margin-top: 0;
    color: #FFF;
    font-weight: 500;
}
.info-left h3 {
    margin-bottom: 0;
    color: #FFF;
    font-size: 15px;
    margin-left: 19px;
    flex: 1;
    margin-top: 0;
}

.info-inner {
  display: flex;
  align-items: flex-start;
}

.info-right {
  color: #FFF;
  width: 61%;
  padding-left: 46px;
}

.info-right p {
  margin: 0;
}
section.form-sec {
    padding: 20px 0px 60px;
    background: url('../images/hero-bg.jpg') no-repeat;
    background-size: cover !important;
    margin-bottom: 25px;
}
.logo-col {
    margin-bottom: 26px;
}
span.space-left1 {
  padding-left: 10px;
}

span.space-left2 {
  padding-left: 13px;
}
input.form-control {
        line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    display:block;
    width:100%;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
label {
    display: inline-block;
}
img, svg {
    vertical-align: middle;
}
.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-select {
    height: 60px;
    text-align: center;
    background-image: none !important;
}
/* Grid CSS */
.text-center {
    text-align: center!important;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem;
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}
.justify-content-center {
    justify-content: center!important;
}
*, ::after, ::before {
    box-sizing: border-box;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
} 

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}
 
.progress-bar { 
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}
.progress {
    display: flex;
    height: 20px;
    overflow: hidden;
     
}

.progress-bar-striped {
    background-image: none !important;
}
.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

@media (min-width: 992px) {
    
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
 
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1320px
    }
}







@media (max-width:980px){

.form-title {
    font-size: 25px;
    line-height: 30px;
    margin-top: 11px;
}
.form-head p {
    margin-top: 0;
    margin-bottom: 0;
}

.form-head h3 {
    margin-bottom: 8px;
}
.form-head {
    margin-bottom: 28px;
}

.info-inner {
    display: block;
}

.info-right {
    width: 100%;
    padding-left: 0;
}

.info-left {
    width: 100%;
    margin-bottom: 13px;
}

span.info-icon {
    max-width: 28px;
}

.head-logo {
    padding: 12px 0px 10px;
}
section.form-sec {
    padding: 7px 0px 40px;
}
.btn-action-main {
  flex-direction: column;
}
.logo-col {
    margin-bottom: 47px;
}
.btn-action-main .btn {
  width: 100%;
  margin: 0px 0px 18px;
}

.btn-action-main li {
  display: block;
  width: 100%;
}
label.radio_container {
  margin-bottom: 10px;
}
section.step1 .btn-action-main {
  margin-top: 10px;
}
button.page-next.btn.btn-primary {
    font-size: 24px;
}
.birth-col {
  margin-bottom: 20px;
}
.progress {
  width: 90%;
}
span.checkmark {
  min-height: 65px;
}
.form-control {
  height: 70px;
}

.map-icon {
  top: 15px;
}




}






@media (max-width:767px){
.form-box-wrapper {
    margin-bottom: 20px;
}
.page-next {
    padding: 10px 10px;
    min-width: 173px;
} 
.info-bottom h3 {
    font-size: 18px;
}

.info-bottom {
    margin-top: 10px;
}
.provider-logo {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 5px;
}

.logo-item {
    text-align: center;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-item img {
    max-height: 40px;
    object-fit: cover;
}
.site-footer {
    padding: 12px 0 26px;
}


}



@media (max-width:480px){
  .step1 span.checkmark {
    min-width: 95px;
}
 
}

@media (max-width:360px){
.logo-col img {
    max-width: 100%;
}
 
}

/* Wrapper spacing */
.errorTxt {
    margin-top: 14px;
}

/* jQuery validate default error label */
.errorTxt label.error {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #d93025; /* modern soft red */
    background: rgba(217, 48, 37, 0.08);
    padding: 8px 12px;
    border-left: 4px solid #d93025;
    border-radius: 6px;
    line-height: 1.4;
}

/* Optional smooth appearance */
.errorTxt label.error {
    animation: fadeInError 0.2s ease-in-out;
}

@keyframes fadeInError {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}


.form-loader {
    text-align: center;
    margin-top: 15px;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #eee;
    border-top: 4px solid #0073e6;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: 0 auto 10px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


#formLoader {
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

#formLoader.active {
    opacity: 1;
    visibility: visible;
}

.loader-content {
    text-align: center;
}

.pulse-ring {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 4px solid #0e6b63;
    animation: pulse 1.5s ease-out infinite;
    margin: 0 auto 20px;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.loader-text {
    font-size: 18px;
    font-weight: 600;
    color: #0e6b63;
}

.dots::after {
    content: '';
    animation: dots 1.5s steps(3, end) infinite;
}

@keyframes dots {
    0% { content: ''; }
    33% { content: '.'; }
    66% { content: '..'; }
    100% { content: '...'; }
}
.form-error-box {
    display: none;
    margin-top: 15px;
    padding: 12px 15px;
    background: #ffe9e9;
    border-left: 4px solid #e53935;
    color: #b71c1c;
    font-size: 14px;
    border-radius: 6px;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}