@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

body {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
}

.col-1.hidden{
    display: none;
}

.button-btm-text {
    position: relative;
    z-index: -2;
}

/*
Loading Screen
*/



.loading {
  align-items: center;
  background: rgba(29, 29, 29, 0.5);
  display: flex;
  height: 100vh;
  justify-content: center;
  z-index: 9999999;
  position: fixed;
  width: 100%;
  display: none;
}

.slide-content{
    padding: 50px 0px 0px 0px;
}

.par1{
    font-family: 'Poppins';
  font-weight: 400;
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
  height: unset;
  aspect-ratio: unset;
  color: #183D47;
  padding: 0px 10px;
}

.slider .slide {
  height: 100px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
@keyframes search1024 {
  0% {
    left: 16rem;
  }
  15% {
    left: 21rem;
  }
  25% {
    left: 24rem;
  }
  50% {
    left: 27rem;
  }
  75% {
    left: 30rem;
  }
  90% {
    left: 35rem;
  }
  100% {
    left: 16rem;
  }
}

@keyframes search540 {
  0% {
    left: 5rem;
  }
  15% {
    left: 9rem;
  }
  25% {
    left: 11rem;
  }
  50% {
    left: 13rem;
  }
  75% {
    left: 15rem;
  }
  90% {
    left: 18rem;
  }
  100% {
    left: 5rem;
  }
}

@keyframes search360 {
  0% {
    left: 2rem;
  }
  15% {
    left: 6rem;
  }
  25% {
    left: 7rem;
  }
  50% {
    left: 8rem;
  }
  75% {
    left: 9rem;
  }
  90% {
    left: 13rem;
  }
  100% {
    left: 2rem;
  }
}

@keyframes search280 {
  0% {
    left: 1rem;
  }
  15% {
    left: 3rem;
  }
  25% {
    left: 4rem;
  }
  50% {
    left: 5rem;
  }
  75% {
    left: 6rem;
  }
  90% {
    left: 9rem;
  }
  100% {
    left: 1rem;
  }
}

@keyframes search768 {
  0% {
    left: 11rem;
  }
  15% {
    left: 14rem;
  }
  25% {
    left: 16rem;
  }
  50% {
    left: 18rem;
  }
  75% {
    left: 20rem;
  }
  90% {
    left: 26rem;
  }
  100% {
    left: 11rem;
  }
}

.searchIcon {
  animation: search 6s linear infinite;
  position: absolute;
  height: 150px;
  width: auto;
  top: 4.8rem;
  left: 48%;
  z-index: 999;
}

.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: fit-content;
  margin: 225px auto auto auto;
  overflow: hidden;
  position: relative;
  width: 960px;
  padding: 80px 0px 50px 0px;
  -webkit-border-radius: 1rem;
  -khtml-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
}

@media(min-width:280px){
    .slider{
        margin: 165px auto auto auto;
        padding: 50px 0px 50px 0px;
        width: 90%;
    }
.searchIcon {
  animation: search280 6s linear infinite;
  position: absolute;
  height: 100px;
  width: auto;
  top: 4rem;
  left: 48%;
  z-index: 999;
}
.par1{
    font-size: 0.9rem;
}

.slide img{
    height: 50px;
}

.slider .slide{
    width: 170px;
}
}

@media(min-width:360px){
.searchIcon {
  animation: search360 6s linear infinite;
  position: absolute;
  height: 100px;
  width: auto;
  top: 4rem;
  left: 48%;
  z-index: 999;
}
.par1{
    font-size: 0.9rem;
}

.slider .slide{
    width: 180px;
}
}

@media(min-width:540px){
.searchIcon {
  animation: search540 6s linear infinite;
  position: absolute;
  height: 130px;
  width: auto;
  top: 3.6rem;
  left: 48%;
  z-index: 999;
}
.par1{
    font-size: 0.9rem;
}

.slide img{
    height: 65px;
}

.slider .slide{
    width: 225px;
}
.slider{
    margin: 145px auto auto auto;
}
}

@media(min-width:768px){
.searchIcon {
  animation: search768 6s linear infinite;
  position: absolute;
  height: 130px;
  width: auto;
  top: 3.6rem;
  left: 48%;
  z-index: 999;
}
.par1{
    font-size: 1.1rem;
}

.slider .slide{
    width: 250px;
}
 .slider{
        width: 95%;
        margin: 185px auto auto auto;
    }
}

@media(min-width:820px){
    .slider{
        width: 95%;
        margin: 255px auto auto auto;
    }
}

@media(min-width:1024px){
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: fit-content;
  margin: 230px auto auto auto;
  overflow: hidden;
  position: relative;
  width: 960px;
  padding: 80px 0px 50px 0px;
  -webkit-border-radius: 1rem;
  -khtml-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
}

.searchIcon {
  animation: search1024 6s linear infinite;
  position: absolute;
  height: 150px;
  width: auto;
  top: 4.8rem;
  left: 48%;
  z-index: 999;
}
.par1{
    font-size: 1.4rem;
}

}

.searchIcon img {
  height: 100%;
  width: auto;
}

.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 50%;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 1rem;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 1rem;
}
.slider .slide-track {
  animation: scroll 42s linear infinite;
  display: flex;
  width: calc(250px * 14);
}


/*
End Loading Screen
*/

.no-margin-left-right {
    margin: 0px!important;
}

.dollar{
    position: relative;
}
.dollar::after{
    content: "$";
    position: absolute;
    left: 20px;
    color: #000;
}

.app-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}

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

.header-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.logo {
    max-width: 201px;
}

.logo img {
    width: 100%;
}

.number a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
}

.myboxwidth {
    position: relative;
}

header.header {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 20px 30px 0; 
}
.site-branding img{
    max-width:250px;
}
input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.progress {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 1px
}

.progress-bar {
    display: block;
    height: 3px;
    background-color: #30CCAF;
    transition: width 500ms ease-in-out;
}


.progressbar-title {
    color: #95989a;
    font-size: 12px;
    margin-bottom: 5px;
    text-align: center;
    transition: all .4s;
}

.app-content {
    min-height: 60vh;
}

.app-inner h3 {
    text-align: center;
    font-weight: 400;
    line-height: 35px;
    margin: 0px;
    font-size: 30px;
    /* letter-spacing: 1px; */
    font-family: 'Poppins', sans-serif;
    color: #183D47;
}

.app-row {
    min-height: 258px;
    align-items: center;
    /* display: flex; */
    justify-content: center;
    margin: auto;
    max-width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.app-list-wrap {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.app-list-wrap-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    justify-content: space-between;
}

.display_content{
    display: contents !important; 
}


.app-list.cols3 {
    flex: 33.33333% 1 1;
}

.app-list.cols2 {
    flex: 50% 1 1;
}

.app-list.cols10 {
    flex: 10% 1 1;
}

.app-list.cols4 {
    flex: 25% 1 1;
}
.app-list.colsStreet {
    flex: 100% 1 1;
}


.p-5 {
    margin: auto;
}


.button-btm-text {
    max-width: 60%;
}



/*NEW CSS*/
.grid-1-1-2{
    display: grid;
    grid-template-columns: 2fr 2fr 2.5fr;
}

.box_3{
    position: relative;
}

.mydollar{
    position: absolute;
    bottom: 17px;
    left: 19px;
    font-weight: 500;
}



.my-radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.my-radio-toolbar label {
    color: #000;
    font-size: 18px;
}



.my-radio-toolbar input[type="radio"]:checked + label,
#step-1 input[type="checkbox"]:checked + label {
    border: 0.5px solid #68cea8;
    box-shadow: 34.291412353515625px 35px 137.1656494140625px 0px #1B314221;
    box-shadow: 0px -5px 0px 0px #68CEA8 inset;
}
.app-input-container.dob input:focus{
    border: 1px solid #30CCAF;
    /* box-shadow: 0 0 0 3px rgb(48 204 175 / 30%); */
}


.my-radio-toolbar {
    width: 100%;
    height: 100%;
    margin: 0px;
    display: block;
}

.my-radio-toolbar label {
    width: 100%;
    height: 75px;
    padding: 17px;
    margin: 0px;
    border: none;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #d6d6d6;
    transition: all .2s ease-out;
}
.my-radio-toolbar label:hover{
    box-shadow: 0 2px 12px 0 rgba(96,101,105,.2);
}
.my-form-control{
    padding: 0px 41px;
    background-color: #f4f4f4;
}
/*NEW CSS*/



.custom-box img {
    height: 60px;
    margin-right: 10px;
}

.custom-box {
    font-family: 'Poppins', sans-serif;
    height: 70px;
    align-items: center;
    /*
    border: 1px solid #d6d6d6;
    box-shadow: 0 6px 2px -2px #f2f2f2;
*/
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    justify-content: center;
    letter-spacing: .04em;
    margin: 0 5px 12px;
    text-align: center;
}



.mb-30 {
    margin-bottom: 30px;
}

/*
.custom-box-clicked {
    border-color: #07a3ee;
    box-shadow: 0 4px 0 0 #07a3ee;
}
*/

.app-header {
    margin-top: 16px;

}

.warning {
    text-align: center;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    background: #FEE2E2;
    padding: 10px;
    color: #333;
    max-width:800px;
    margin: 0 auto 40px;
}

.app-btn-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.app-btn {
    outline: none !important;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    padding: 16px 0;
    width: 380px;
	box-shadow:0px 5px 18px rgba(0,0,0,.25);
	transition: all ease-in-out 0.3s;
	/* background: linear-gradient(180deg,rgba(153, 231, 218,1) 0%,rgba(101, 217, 197,1) 38%,rgba(48, 204, 175,1) 100%) !important; */
    background: -webkit-gradient(linear, left top, left bottom, from(#7bf2c6), to(#68cea8)) !important;
    background: linear-gradient(180deg, #7bf2c6 0%, #68cea8 100%) !important;
    font-family: 'Poppins', sans-serif;
}

.button-btm-text {
    color: #888;
    margin: 20px auto auto;
    /* position: relative; */
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    
}

.app-list.text-center {
    margin: auto;
}

.app-input-container {
    border: 0px solid #d6d6d6;
    box-shadow: 0 0px 0px 0px #f2f2f2;
    font-size: 25px;
    position: relative;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

label {
    color: #767676;
    display: flex;
    grid-template-columns: 75% 25%;
    font-size: 13px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: end;
    line-height: 19px;
    margin: 0 8px 10px 8px;
    text-align: left;
    width: -webkit-fill-available;
    font-family: 'Poppins', sans-serif;
}

input.email_consent{
    display: inline-block;
    box-shadow: none;
    height: 20px;
    width: 20px;
    vertical-align: top;
}

.check{
    width: 360px;
    padding-top: 20px;
    font-size: 12px;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.check label{
    margin: 0px 0px 0px 15px;
    font-size: 12px;
    display: inline-block;
    width: 320px;
}

.email_consent {
    position: absolute;
    opacity: 0;
}

.email_consent + .email_label {
    position: relative;
    cursor: pointer;
    padding: 0;
    width: 20px;
    margin: 0;
    vertical-align: top;
}

 .email_consent + .email_label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #868686;
    border-radius:5px;
}

.email_consent:hover + .email_label:before {
    background: #767676;
}

.email_consent:focus + .email_label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.email_consent:checked + .email_label:before {
    background: #767676;
}

.email_consent:disabled + .email_label {
    color: #b8b8b8;
    cursor: auto;
}

.email_consent:disabled + .email_label:before {
    box-shadow: none;
    background: #ddd;
}

.email_consent:checked + .email_label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 11px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.altlink,.altlink:hover,.altlink:hover:visited,.altlink:visited{
    color:#68CEA8;
    text-decoration: none;
}

input {
    background-color: #f4f4f4;
    border: 1px solid #d6d6d6;
    border:0;
    border-top: 2px solid #d6d6d6;
    border-radius: 10px;
    box-shadow: none;
    color: #343434;
    display: block;
    font-family: inherit;
    font-size: 16px;
    height: 50px;
    letter-spacing: .04em;
    padding: 5px 19px;
    transition: all .2s ease-out;
    width: 100%;
    
}

input:focus {
    outline: 0;
    /*box-shadow: 0 0 0 3px rgba(87,76,250,.3);*/
    border: 1.8px solid #68cea8;
}

.app-input-hint {
    color: #b7b7b7;
    font-size: 25px;
    margin: 10px auto;
    text-align: center;
    display: block;
    text-transform: uppercase;
}


.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #868686;
    border-radius:5px;
}

.styled-checkbox:hover + label:before {
    background: #30CCAF;
}

.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
    background: #30CCAF;
}

.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 11px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.app-form-btm-text.mt-30 {
    margin: 10px 0px 25px 0px;
    font-size: 13px;
    line-height: 19px;
    color: #767676;
}    

.mt-30 {
    margin-top: 30px;
}

.yearsmonth {
    overflow: hidden;
}

.app-form-text.mt-4 {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.7;
}

.custom-box.app-input-container.dob {
    width: 360px;
}

.custom-box.app-input-container.home {
    width: 500px;
}

.mt-60 {
    margin-top: 60px;
}

.input-text {
    position: absolute;
    right: 0px;
    border-left: 1px solid #d6d6d6;
    height: 100%;
    margin: 0px;
    padding: 6px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:50%;
    padding: 0px 17%;
    font-size: 22px;
    color: #183D47;
    font-family: 'Poppins', sans-serif;
}


#livedYears, #livedMonths, #previouslivedYears, #previouslivedMonths, #emYear,#emMonth, #emYearPrevious, #emMonthPrevious, #previouslivedYears2, #previouslivedMonths2, #previouslivedYears3, #previouslivedMonths3, #previouslivedYears3, #previouslivedMonths4, #emYearPrevious2, #emMonthPrevious2, #emYearPrevious3, #emMonthPrevious3, #emYearPrevious4, #previousLivedYears4, #emMonthPrevious4 {
    padding-left:22.5%;
}


fieldset.question {
    border: 0;
    margin-left: 180px;
    padding: 0 0 10px;
    font-size: 0;
    position: relative;
    display: block;
    max-width: 100%;
}

fieldset.question legend {
    font-size: 17px;
    margin-bottom: 10px;
    width: 180px;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    color: #666;
    line-height: 50px;
    letter-spacing: -0.04em;
    position: absolute;
    top: 0;
    left: -180px;
}

fieldset.question label {
    display: inline-block;
    width: calc(33.33% - (20px / 3));
    height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 9px 5px;
    line-height: 1.4;
    background: #BBB;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}

fieldset.question label:nth-of-type(3n) {
    margin-right: 0;
}

fieldset.question label.single-line {
    padding: 0 5px;
    line-height: 50px;
}

fieldset.question.error label {
    background: #AE3535;
}

fieldset.question input:hover + label {
    background: #7b7b7b;
    color: #fff;
}

fieldset.question input:focus + label,
fieldset.question input:checked + label {
    background: #333;
    color: #fff;
}

fieldset.question input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.address-block {a
    background: #FFF;
    border-radius: 5px;
    padding: 20px;
    height: 400px;
    display: none;
}

.address-block.addresses-found {
    display: block;
    border: 2px solid limegreen;
    height: 400px;
}

.address-block span {
    height: unset;
    width: 100%;
    border: 0;
    padding: 5px 0;
}

div#locationField {
    width: 100%;
}




.app-popup {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: flex-start;
    left: 0;
    line-height: 1.5;
    overflow-y: auto;
    padding-bottom: 20px;
    padding-top: 80px;
    position: fixed;
    text-align: center;
    top: 0;
    transition-property: none;
    width: 100vw;
    z-index: 5;
}


.app-popup-content {
    background-color: #fff;
    margin: 0 auto;
    max-width: 325px;
    min-height: 350px;
    position: relative;
    width: 90%;
    z-index: 10;
}

.app-popup-backdrop {
    background-color: rgba(0, 0, 0, .5);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 5;
}

#speedometer {
    left: 0;
    position: absolute;
    top: 0;
}

.searching-popup-text {
    bottom: 20px;
    left: 0;
    padding: 0 30px;
    position: absolute;
    width: 100%;
}

.searching-popup-location {
    border: 1px solid #ddd;
    bottom: 20px;
    color: #522888;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 15px;
    padding: 15px 10px;
    width: 100%;
}


.searching-popup-small {
    font-size: 9px;
    font-weight: 400;
    letter-spacing: .04em;
    margin-top: 50px;
}

.app-popup-content {
    background-color: #fff;
    margin: 0 auto;
    max-width: 325px;
    min-height: 350px;
    position: relative;
    width: 90%;
    z-index: 10;
}




.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    color: #183D47;
    font-size: 18px;
}

/*

.radio-toolbar label:hover {
    background-color: #dfd;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 2px dashed #444;
}
*/

.radio-toolbar input[type="radio"]:checked + label,
#step-1 input[type="checkbox"]:checked + label {
    /* border: 1px solid #30CCAF;
    border-radius: 5px;
    box-shadow: 0 0 0 3px rgb(48 204 175 / 30%); */
    /* -webkit-box-shadow: 3.5rem 3.5rem 13.8rem rgba(24, 61, 71, 0.13), 0 0.3rem 0 0 #68cea8;
    box-shadow: 3.5rem 3.5rem 13.8rem rgba(24, 61, 71, 0.13), 0 0.3rem 0 0 #68cea8; */
    border: 0.5px solid #68cea8;
    box-shadow: 34.291412353515625px 35px 137.1656494140625px 0px #1B314221;
    box-shadow: 0px -5px 0px 0px #68CEA8 inset;
}
.app-input-container.dob input:focus{
    border: 1px solid #68cea8;
}


.radio-toolbar {
    width: 100%;
    height: 100%;
    margin: 0px;
    display: block;
}

.radio-toolbar label {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    border: none;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #d6d6d6;
    transition: all .2s ease-out;
}
.radio-toolbar label:hover{
    box-shadow: 0 2px 12px 0 rgba(96,101,105,.2);
}


 



.checkbox-label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.checkbox-label img {
    /* width: 100px; */
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

/*

.custom-box input:checked + .checkbox-label {
    border-color: #07a3ee;
    box-shadow: 0 4px 0 0 #07a3ee;
}
*/

.img-title {
    display: inline-block;
    padding-left: 5px;
    color: #183D47;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}


label.checkbox-label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 1px solid #d6d6d6;
    transition: all .2s ease-out;
}
label.checkbox-label:hover{
        box-shadow: 0 2px 12px 0 rgba(96,101,105,.2);
}



/*::::::::::::::::::::::::::::Address Selection Message::::::::::::::::::::::*/
.address-selection-message {
    padding: 20px;
    width: 100%;
    background-color: #f2f2f2;
    position: absolute;
    top: 120px;
    left: 0px;
    border: 1px solid #d6d6d6;
    opacity: 0;
    text-align: center;
    border-radius: 10px;
}

.address-selection-message p {
    color: #363636;
    display: block;
    font-size: 14px;
    letter-spacing: .04em;
    line-height: 1;
    margin-bottom: 10px;
}

.address-selection-message .message {
    color: #30CCAF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.36;
}

.address-selection-message::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 32px solid #f2f2f2;
    top: -20px;
    left: -2px;
    z-index: 1;
    display:none;
}

.app-input-container.dob input {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-appearance: none;
    height: 75px;
}
#dob::-webkit-inner-spin-button,
#dob::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}


::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b7b7b7 !important;
    font-weight:400;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #b7b7b7 !important;
    font-weight:400;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #b7b7b7 !important;
    font-weight:400;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #b7b7b7 !important;
    font-weight:400;
}

input::placeholder {
    color: #b7b7b7 !important;
    font-weight:400;
}

.app-row {
    width: 970px;
}
.contact_app_row{
    min-height: 100px;
    margin-top: 60px;
    margin-bottom: 20px;
}
.app-btn {
    margin: 0;
    width: 360px;
}

.button-btm-text {
    font-size: 14px;
    margin-top: 30px;
}

input {
    font-size: 20px;
    height: 70px;
    box-shadow: 0px 4px 5px 0px #0000001A inset;
    font-family: 'Poppins', sans-serif;
}

label {
    font-size: 13px;
}

.app-input-hint {
    font-size: 16px;
}

.app-popup-content {
    max-width: 480px;
    min-height: 525px;
}

.searching-popup-small {
    font-size: 14px;
}

.app-popup-content {
    max-width: 480px;
    min-height: 525px;
}

.searching-popup-location {
    font-size: 25px;
    margin-top: 35px;
}

.p-5.md {
    width: 780px;
}

.p-5.xs {
    width: 385px;
}

.p-5.sm {
    width: 575px;
}


.lxg {
    width: 820px;
}

.app-input-container.income input {
    width: 360px;
}

.app-content {
    margin-top: 55px;
}

.app-content {
    min-height: 68vh;
}


.app-list-wrap-inner {
    flex-direction: row;
}

.app-btn-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.custom-box.app-input-container {
    height: auto;
}


input.errorinput,
.selected.errorinput {
    border: 2px solid #c83e3e!important;
    transition: all .2s!important;
    /* box-shadow: none; */
}



input[type="text"] {
    /* box-shadow: none !important; */
}


input#homeValue {
    position: relative;
    text-align: left;
    padding-left: 35px;
    margin: 0px;
}

span.dollars {
    position: absolute;
    left: 20px;
    font-size: 20px
}


.searching-popup {
    display: none;
}

.searching-popup.button_loader {
    display: block;
}

#pin {
    transform-origin: bottom center;
    /*orientation fix*/
    transform: rotate(270deg);
}


#pinCircle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 10px solid black;
    position: absolute;
    left: 50;
    margin-left: 32%;
    margin-left: 44%;
    margin-top: 42%
}

#pin {
    width: 13px;
    height: 60px;
    top: 50%;
    background-color: black;
    position: relative;
    top: 0;
    bottom: 20%;
    margin-bottom: 30px;
    top: -280%;
    height: 200px;
    margin-left: 0px;
    border-radius: 10px;
    transform-origin: bottom center;
    /*orientation fix*/
    transform: rotate(-103deg);

}

#imageContainer img {
    height: 180px;
    left: 50%;
    top: 8%;
    position: absolute;
    transform: translateX(-50%);
    position: absolute;

}

#congrates {
    font-size: 22px;
    /* display: none; */
    font: arial;
    margin-top: 60%;
    position: absolute;
    font-size: 0px !important;
    margin-left: 32%;
}

#congratesLabel {
    font-size: 22px;
    color: black;

}

.congrates {

    display: none;

}

.svg {
    display: block;
}


.error {
    color: #c83e3e;
    font-size: 12px;
    /* font-style: italic; */
    transition: all .4s;
    text-align: right;
    padding-right: 8px;
    /* margin-bottom: 5px; */
    display: block;
}

#error,
#prevAlert,
#prevAlert2,
#prevAlert3,
#errormonthlyIncome,
#errorcompany,
#errortitle,
#fnameerror,
#lnameerror,
#emailerror,
#numbererror,
#errorYearsActive,
#errorCancel,
#errorYearsClaim,
#errorClaim5,
#errorNoMortgage {
    color: #c83e3e;
    font-size: 12px;
    /* font-style: italic; */
    float: right;
    transition: all .4s;
    justify-self: right;

}

span#errorcompany,
#errormonthlyIncome,
#errortitle,
#fnameerror,
#lnameerror,
#prevAlert2,
#prevAlert3,
#emailerror,
#numbererror {
    padding-right: 6px;
}


#pin {
    top: -450%;
}


span#erroraddress {
    float: right;
    margin-right: 6px;
}

.footer-area {
    text-align: center;
    margin-top: 140px;
    padding-top: 0px;
    font-size: 12px;
    line-height: 10px;
    font-weight: 200;
    color: #95989a;
    padding-bottom: 100px;
}
@media(min-width: 768px){
    .footer-area{
        padding-bottom: 20px;
    }
}

.footer-area .app-container {
    max-width: 55%;
}

p.copyright a {
    color: #95989a;
    display: block;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    transition: all .3s;
}


p.copyright a:hover {
    color: #000;
}


p.copyright {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.mt-15 {
    margin-top: 20px;
}

.footer-link {
    margin-top: 20px;
}

.footer-link a {
    color: #95989a;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    transition: all .3s;
    display: inline-block;
    position: relative;
}

.footer-link a:hover {
    color: #333;
}

/* .footer-link a:after {
    position: absolute;
    right: -2px;
    top: -2px;
    width: 1px;
    height: 14px;
    background: #95989a;
    content: "";
    z-index: 1;
} */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
@media (max-width: 1200px){
    .site-branding{
        text-align: center;
    }
}
@media (max-width: 1024px){
  .app-container {
        padding: 0px;

    }  
    .app-content {
        padding:0 30px;
    }
}
@media (max-width: 768px) {

    .app-input-container.alt input {
        width: 100% !important;
    }

    .check{
        width: 100%;
        font-size: 10px;
        padding: 20px 8px 0px 8px;
    }

    input.email_consent{
        width: 30px;
        height: 30px;
    }

    .check label{
        max-width: 430px;
        font-size: 10px;
    }

    .check label{
        width: 90%;
        font-size: 10px;
    }
    .contact_app_row{
        margin-top: 30px;
    }
    .year-input-text{
        padding: 0 21.3% !important;
    }
    .site-branding img{
            max-width: 125px;
            width: 100%;
    }
    .app-container {
        max-width: 100%;
        width: 100%;
        padding: 0px;
        margin: auto;
    }
    header.header{
        padding-top:10px;
    }
    .p-5{
        max-width: 500px;
    }
    div#p_bar {
        width: 100%;
        margin-top:5px;
    }

    .app-content {
        min-height: 60vh;
        padding:0 15px;
        margin-top:25px;
    }

    .app-inner h3 {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 24px !important;
    }

    .app-row {
        width: 100%;
        display: block;
        min-height: 140px;
        margin-bottom: 15px;
    }

    .app-list-wrap {
        display: block;
    }

    .app-list-wrap-inner {
        /*flex-direction: column;*/
        flex-direction: inherit;
        margin: 10px 0 0;
        width: 100%;
    }

    .app-list.cols3 {
        flex: 100% 1 1;
    }
    .checkbox-label img {
        width: 60px;
        height: 40px;
    }

    .img-title {
        font-size: 15px;
        text-align:left;
    }

    .app-btn-wrap {
        flex-direction: column;
        margin: 0 8px 0;
    }

    .app-btn-wrap button:nth-child(1) {
        order: 2;
    }

    .app-btn {
        width: 100% !important;
        margin: 10px 0px;
        padding: 12px 0;
        font-size: 16px;
    }

    .app-list.cols2,
    .app-list.cols10,
    .app-list.cols4 {
        flex: 50% 1 1;
    }

    .p-5 {
        width: 100% !important;
    }

    .custom-box.app-input-container.dob {
        width: 97%;
        margin: 0 auto;
    }

    input {
        font-size: 18px;
        height: 55px;
    }

    .checkbox-label {
        margin: 0;
    }

    .button-btm-text {
        max-width: 100%;
    }

    .custom-box.app-input-container.home {
        width: 100%;
        box-sizing: border-box;
        margin: 0px;
    }
    .custom-box{
        margin:0 8px 15px;
    height: 50px;
    }
    label.checkbox-label{
        padding: 0.4rem !important;
    }

    .app-list.text-center {
        width: 100%;
    }

    .radio-toolbar label {
        font-size: 16px;
    }

    .progressbar-title {
        font-size: 11px;
    }

    .yearsmonth input {
        height: 50px;
    }

    .input-text {
        font-size: 14px;
        padding: 0px 20%;
    }

    .warning {
        font-size: 14px;
        line-height: 20px;
    }

    .number {
        display: none;
    }

    .header-inner {
        justify-content: center;
    }

    #error,
    #prevAlert,
    #prevAlert2,
    #prevAlert3,
    #errormonthlyIncome,
    #errorcompany,
    #errortitle,
    #fnameerror,
    #lnameerror,
    #emailerror,
    #numbererror {
        font-size: 11px;
        margin-right: 2px;
    }

    .error {
        font-size: 11px;
    }

    div#step-7 .app-row {
        min-height: 250px;
    }

    .app-popup {
        position: fixed;
        left: 0px;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-top: 150px;
        top: 0px;
        overflow: visible;
    }

    .app-popup-content {
        height: 400px;
        margin: auto;
    }

    div#imageContainer {
        text-align: center;
        width: 100%;
    }

    .searching-popup-text {
        text-align: center;
    }

    label#congratesLabel {
        text-align: center;
        margin-left: -20px;
    }

    .searching-popup-searching {
        padding-top: 35px;
    }

    svg#speedometer {
        top: 35px;
    }

    div#pin {
        height: 148px;
        top: -333%;
    }
	.app-popup-content{
		min-height: 400px;
	}

	#congrates {
    margin-top: 50%;
}
	label.checkbox-label {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

label.checkbox-label img {
    margin-left: 60%;
}
.app-input-container.income input {
    width: 100%;
}
	
	.app-form-text.mt-4,
	.app-form-btm-text.mt-30{
    font-size: 10px;
    margin: 15px;
}
.button-btm-text{
    font-size:12px;
}



.display_content {
    display: flex !important;
}
.radio-toolbar label, label.checkbox-label, input {
    max-width: 485px !important;
}

.grid-1-1-2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    /* margin: 0 10px; */
}

.col-1{
    grid-column: 1 / span 2;
}

.box_3 {
    margin-left: 0px;
}
.my-radio-toolbar label {
    height: 55px;
}
.myboxwidth input{
    max-width: 100% !important;
    background-color: #f4f4f4;
    width: 100% !important;
}

}

@media(max-width: 525px){
    .check{
        width: 100%;
        font-size: 10px;
        padding: 20px 8px 0px 8px;
    }

    input.email_consent{
        width: 20px;
        height: 20px;
    }

    .email_consent + .email_label:before {
        width: 20px;
        height: 20px;
    }

    .email_consent + .email_label {
        width: 20px;
    }
}

@media(max-width: 430px){
    .check label{
        margin: 0px 0px 0px 10px;
    }
}

@media(max-width: 390px){
    .check label{
        margin: 0px 0px 0px 5px;
    }
}

@media(max-width: 345px){
    .check label{
        margin: 0px 0px 0px 0px;
    }
}

@media (min-width: 500px) and (max-width: 768px){
	#congrates {
    margin-top: 38%;
        margin-left: 35%;
}
.button-btm-text{
    font-size:14px;
}
}

@media (max-width: 1020px) {
    .app-container {
        width: 100%;
        margin: auto;
        padding: 0px;
    }
	.p-5{
		width: 100% !important;
	}

}
@media (min-width: 1021px) {

    #step-7 .app-row {
        align-items: flex-start;
        margin-top: 35px;
        min-height: 280px;
    }

    /*
    .step-nineone .app-row {
        align-items: flex-start;
        margin-top: 70px;
        min-height: 280px;
    }
*/


}
@media (max-width: 500px) {
    .custom-box.app-input-container.dob {
        width: 95%;
        margin: 0;
        margin: 0 auto;
    }
    label{
            margin: 0 10px 6px 10px;
    }
}


label#number-error,
#email-error{
    position: absolute;
    top: -25px;
    right: 0px;
}

input.error {
    font-size: 22px;
    font-style: inherit;
    padding: 5px 15px;
    margin-bottom: 0px;
}

.prevHide{
	display: none;
}
.footer-link a:last-child:after {
    display: none;
}
.app-btn:hover {
    /* transform: translateY(-2px); */
    -webkit-box-shadow: 0 1rem 5rem rgba(75, 182, 142, 0.4), 0 0 3rem rgba(75, 182, 142, 0.2);
    box-shadow: 0 1rem 5rem rgba(75, 182, 142, 0.4), 0 0 3rem rgba(75, 182, 142, 0.2)
}

/*new code*/
.icon-check{
   flex-direction: column !important;
}
.radio-toolbar label, 
label.checkbox-label, input{
    //max-width: 510px;
    margin: 0 auto;
} 
label.checkbox-label{
    background: #fff;
   border: 1.25px solid #DADADA;
   border-radius:10px;
   cursor: pointer;
   font-size: 1.25rem;
   line-height: 1.5rem;
   margin-bottom: 0;
   padding: .4rem;
   text-align: center;
   width: 100%;
   height:auto;
  
}
.icon-check img{
    width:auto;
    height:90px;
}
.app-list-wrap-inner-icon{
    max-width:445px;
    width:100%;
    margin:0 auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .app-row{
            margin-top:60px !important;
        }
}

/* custom select{ */ 
/*the container must be positioned relative: add on oct 27*/
/* .custom-select {
    position: relative;
    font-family: 'Poppins', sans-serif;
    width:300px;
  } */
  
  .custom-select select {
    display: none; /*hide original SELECT element:*/
  }
  
  .select-selected {
    border: 1px solid #d6d6d6;
    border-radius: 10px;
  }
  
  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    top: 34px;
    right: 30px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #333 transparent transparent transparent;
    display:none;
  }
  
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }
  
  /*style the items (options), including the selected item:*/
  .select-items div,.select-selected {
    padding: 26px 8px;
    cursor: pointer;
    user-select: none;
    color: #000;
    font-size: 18px;
  }
  .select-items div{
    border-bottom:1px solid #f0f0f0;
  }
  
  /*style items (options):*/
  .select-items {
    border: 1px solid #d6d6d6;
    border-top:0;
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    height:300px;
    overflow: auto;
  }
  
  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .manual_car{
    text-align:center;
    font-size: 16px;
    margin-top:20px
  }
  .manual_car a{
      color:var(--color1);
      text-decoration: none;
      transition: all ease-in-out 0.3s;
  }
  .manual_car a:hover{
    color:var(--color3);
    text-decoration: underline;
}


@media (max-width: 1024px){
.custom-select {
}
}


@media (max-width: 576px){
.app-content {
    min-height: 45vh;
}
//.radio-toolbar label, label.checkbox-label, input {
//    max-width: 330px !important;
//}
.dollar::after {
    left: 30px;
    font-size: 20px;
}
.mt-20 {
    margin-top: 0px !important;
}
.w-100 {
    width: 98% !important;
}

.height-75 {
    height: 55px !important;
    font-size: 16px;
}
.margin-0{
    margin: 0 8px 15px !important;
}
.app-input-container.income input {
width: 100%;
}


/*.myboxwidth input#monthlyIncome {
    position: relative;
    text-align: left;
    padding-left: 35px;
    margin: 0px !important;
    width: 100%;
    max-width: 100% !important;
}*/


}

@media (max-width: 768px){
.mydollar {
    bottom: 12px;
    //left: 20px;
}

::-moz-placeholder{
     font-size: 16px;
}
::placeholder{
    font-size: 16px;
}
.mt-5 {
    margin-top: 0px !important;
}
.mt-20 {
    margin-top: 0px !important;
}
.w-100 {
    width: 98% !important;
}
.border-radius-left {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.border-radius-right {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.height-75 {
    height: 55px !important;
    font-size: 16px;
}
.margin-0{
    margin: 0 8px 5px !important;
}
.app-input-container.income input {
width: 100%;
}

.app-input-container.dob input {
    height: 55px;
    font-size: 16px;
}
.custom-select {
}

.select-items div, .select-selected {
    padding: 14px 8px;
    font-size: 16px;
}

}


@media (max-width: 490px){
.custom-select {
}
}

@media (max-width: 400px){
.custom-select {
    width: 100%;
}
}

@media (max-width: 350px){
.custom-select {
}
}

.pad-bottom_50 {
    padding-bottom: 50px;
}

.flexcolumns {
    flex-direction: column!important;
}
.myliststyle {
    width: 400px;
    padding: 15px 20px;
    display: block;
    font-size: 25px;
    border: 1.8px solid #ccc;
}
.myliststyle:focus {
    border: 1.8px solid #46F1D0;
}

.newbox {
    max-width: 380px;
    margin: auto;
    margin-bottom: 40px;
}

.newbox label {
    font-size: 20px!important;
    margin-left: 0px!important;
}

.newbox-cover {}
.newbox-cover h3 {
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
    margin: 0px;
    font-size: 35px;
    letter-spacing: 1px;
    color: #252525;
}



/*SELECT*/
.select {
  position: relative;
  height: 62.5px;
  background: white;
}
.select:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #252525 transparent transparent transparent;
  pointer-events: none;
}
.select:before {
  width: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: transparent;
  content: '';
  pointer-events: none;
}
.select:hover:before {
  background: transparent;
}
.select select {
  font-size: 18px;
  border: none;
  box-shadow: none;
  border-radius: 10px;
  background: transparent;
  height: 100%;
  width: 100%;
  cursor: pointer;
  outline: none;
  padding-right: 35px;
  padding-left: 15px;
  border: 1px solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.select select:focus {
    border-color: #ebd9ff!important;
}

.select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.select select::-ms-expand {
  display: none;
}
.select select:focus {
  border-color: #63ffb4;
}

@media (max-width: 867px){
    .newbox {
    max-width: 100%;
    margin: auto;
    margin-bottom: 40px;
}

.newbox-cover h3 {
    font-size: 20px;
}

}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .select select {
    padding-right: 0;
  }
  .select:after, .select:before {
    display: none;
  }
}

/* HOME-STATUS-DETAILS GRID */

@media (min-width: 768px){
    .grid-1-1-2{
        display: grid;
        grid-template-columns: 2fr 2fr;
        width: 515px;
        grid-gap: 20px 15px;
        margin: 0 auto;
    }
    
    .col-1{
        grid-column: 1 / span 2;
    }
}

/* ANNUAL-INCOME */

#errormonthlyIncome2 {
        color: #3ba959;
        font-size: 14px;
        /* font-style: italic; */
        float: right;
        transition: all .4s;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

/* CONTACT-DETAILS */
@media (max-width: 768px) {
    .contact_app_row{
        margin-top: 20px;
    }
}

/* DOB */
::placeholder{
        text-transform:none;
        font-family: 'Poppins', sans-serif;
    }

/* HOME-ADDRESS */

#input-line-error{
    text-align:right;
    float: right;
    font-size: 11px;
    /* font-style: italic; */
    color: #c83e3e;
}
#addressSelectionMessage{
    display:none;
    opacity:1;
    top: 95px;
}
.app-list{
    position: relative;
}
.input-line input{
    padding: 10px 15px 0; 
}
.input-line label.focusLabel{
    transform: translate3D(1px,5px,0) scale(0.75); 
}

.input-line label {
    -webkit-transform: translate3D(0,15px,0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform 175ms ease-out;
    color: #a7a7a7;
    font-size: 16px;
    font-weight: 400;
    left: 13px;
    pointer-events: none;
    position: absolute;
    top: 0px;
    transform: translate3D(0,15px,0);
    transform-origin: 0 0;
    transition: -webkit-transform 175ms ease-out;
    transition: transform 175ms ease-out;
    transition: transform 175ms ease-out,-webkit-transform 175ms ease-out;
    z-index:999;
}
    .pcaflagbutton,.pcamessage, .aclogo{
        display:none;
    } 
    @media (min-width: 600px){
.input-line label {
    -webkit-transform: translate3D(0,26px,0);
    font-size: 22px;
    top:-10px;
    transform: translate3D(0,26px,0);
}
.input-line label.focusLabel {
    -webkit-transform: translate3D(2px,22px,0) scale(0.63);
     transform: translate3D(2px,22px,0) scale(0.63); 
}
}
.ti{
    flex: 50% 1 1;
}

.bi{
    flex: 33.333333333% 1 1;
    
}

.errorHold{
    flex: 100% 1 1;
}

.errorGen{
    font-size: 11px;
}

@media (max-width: 1020px) and (min-width: 768px){
        /* .app-row{
            display: block;
        margin-top: 30px;
        min-height: 290px;
        } */
        .ti{
            flex: 50% 1 1;
        }
        
        .bi{
            flex: 33.333333333% 1 1;
            
        }
       
    }
    @media (max-width: 767px){
        .address-selection-message{
          top: 94px;
          border:0;
      }
      .app-row{
          margin-top:0px;
      }

      .ti{
            flex: 100% 1 1;
        }
        
        .bi{
            flex: 100% 1 1;
            
        }
   }

/* THANK-YOU */
body{
  font-family: 'Poppins', sans-serif;
}
.footer-text{
  line-height:1.5em;
  padding: 30px 30px 0px 30px;
  max-width: 1200px;
  margin:0 auto;
}
.footer-text p{
  margin-bottom:15px;
      text-align: justify;
}
p{
  /* margin-bottom:30px; */
  line-height: 1.5;
}
.ThankYouBanner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 15px 0rem;
  text-align:center;
  font-size:16px;
  color: #404040;
}
.thankImg {
  max-width: 350px;
  margin: 0 auto 15px;
}
.ThankYouBanner .confirmation {
  color: rgba(48, 204, 175,1);
  font-weight: bolder;
  line-height: 2em;
}
.app-btn{
  text-decoration:none;
  text-align: center;
}
.button-btm-text{
  margin-top:35px;
}
.app-btn-wrap{
  max-width: 484px;
  margin: 0 auto;
}
@media (max-width: 768px){ 
    .app-btn-wrap{
        position: fixed;
        left:0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 16px 23px;
        margin: 0;
        background-color: transparent;
        box-shadow: none;
        z-index: 999;
    }
    .app-btn-wrap .app-btn {
        max-width: 485px;
        margin: 0;
    }
}
@media only screen and (max-width: 575px){
.ThankYouBanner {
  padding: 0rem 15px;
  font-size:15px;
}
.thankImg img{
  max-width: 215px;
}
}
@media screen and (max-width: 400px){
  .ThankYouBanner p {
      font-size: 15px;
  }
}

@media screen and (max-width: 300px){
  .thank-rec {
      width: 220px !important;
  }
}

@media screen and (max-width: 365px){
  .thank-rec {
      width: 300px !important;
  }
}

/* CSS-2 */
body::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 251, 251, 0.0001)), to(rgba(104, 206, 168, 0.5)));
  background: linear-gradient(180deg, rgba(250, 251, 251, 0.0001) 0%, rgba(104, 206, 168, 0.5) 100%);
  opacity: 0.2;
  height: 530px;
  max-height: 100%;
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
  transform: matrix(1, 0, 0, -1, 0, 0);
}

/* HEADER */
.header{
  display:flex;
}

.trust-logo{
  margin-left:auto;
  padding-top: 7px;
}
@media only screen and (max-width: 600px) {
  .header{
  display: block;
  }

  .trust-logo{
      display:none;
  }
}

@supports (-ms-ime-align: auto) {
  .app-btn-wrap{
  justify-content:center !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .app-row{
  margin-top:60px !important;
  }
}

/* FOOTER */
.footer-text{
  line-height:1.5em;
  padding: 30px 29px 0px 29px; 
  max-width: 1200px;
  margin:0 auto;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #c3c3c3;
}

.footer-text p{
  margin-bottom:15px;
  text-align: justify;
  font-size: 13px;
  line-height: 21px;
}

@media (max-width: 768px){ 
    .footer-text {
        padding: 230px 30px 0px 30px;
    }
}

.footer-link {
  display: flex;
  padding: 0 29px; 
  max-width: 1200px;
  margin:0 auto;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #c3c3c3;
}

.footer-link a {
  /* line-height:1.5em; */
  padding: 0 29px; 
  max-width: 1200px;
  margin:0 auto;
  text-align: left;
  padding-bottom: 5px;
  color: #c3c3c3 !important;
  font-weight: 400;
  font-size: 13px;
}

.footer-a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-terms {
  padding-left: 0px !important;
}

.trust-logo-1 {
  display: inline-block !important;
}

@media (max-width: 601px){
  .footer-link {
      display: block;
      text-align: center;
  }

  .footer-link a {
      padding: 0;
  }

  .footer-a {
      text-align: center;
      margin-bottom: 20px;
  }

  .trust-logo-1 {
      display:inline;
      text-align: center;
  }

  /* NOT FOOTER */
  .button-btm-text {
  margin-top: 30px;
}
}

/* THANK-YOU */
.thank-b {
  font-size: 26px;
  font-weight: 600;
  color: #183D47;
}

.thank-p {
  font-size: 22px;
  font-weight: normal;
  line-height: 33px;
  color: #767676;
  width: 624px;
  margin-bottom: 60px;
}

/* THANK-YOU-1 */
@media (max-width: 601px){
  .thank-rec {
      font-size: 15px;
      width: 343px;
      margin: 0 auto;
      font-weight: normal;
      color: #767676;
      margin-bottom: 30px;
      margin-top: 30px;
      line-height: 22px;
  }

  .thankImg {
      margin-top: 60px;
  }

  .ThankYouBanner b {
      font-size: 20px;
      font-weight: 600;
      color: #183D47;
  }
}

@media (min-width: 602px){
  .thank-rec {
      font-size: 22px;
      font-weight: normal;
      width: 624px;
      line-height: 33px;
      color: #767676;
      margin-bottom: 60px;
  }

  .thankImg {
      margin-top: 110px;
  }

  .ThankYouBanner b {
      font-size: 26px;
      font-weight: 600;
      color: #183D47;
  }
}

/* ALTERNATIVE */
.app-input-container.alt input {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-appearance: none;
  width: 360px;
  height: 70px;
  font-size: 20px;
  line-height: 30px;
}

@media (min-width: 768px) {
  .alt h3 {
      width: 683px;
      margin: 0 auto;
  }
}


/* BUTTON SIZE */
@media (min-width: 768px) {
  .app-btn-wrap{
  margin: 0 auto;
}
.home-grid {
  grid-gap: 20px 0px;
}
}


/* OTHER */
@media (max-width: 601px) {
  .app-inner h3 {
      font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .app-row {
      /* min-height: 380px; */
      margin-top: 70px; 
      margin-bottom: 20px;
  }

  /* .app-btn-wrap {
      margin-top: 20px;
  } */
}

@media (max-width: 321px) {
  .checkbox-label img {
      margin-left: 55% !important;
  }
}

@media (max-width: 281px) {
  .checkbox-label img {
      margin-left: 45% !important;
  }
}

.error-home {
  color: #c83e3e !important;
  font-size: 12px !important;
  transition: all .4s !important;
  text-align: left !important;
  padding-left: 5px !important;
  margin-bottom: 5px !important;
  float: right !important;
  margin-right: 10px !important;
}

/* handle counters */
.form-banner-wrapper {
	margin: 20px 0 0;
	display: flex;
	justify-content: center;
    font-size: 15px;
}

.form-banner-container {
	width: fit-content;
	display: grid;
	grid-template-columns: 45px auto;
	grid-gap: 15px;
	align-items: center;
	background: #EAF6F3;
	border-radius: 10px;
	padding: 25px 35px;
}

.form-banner-container .form-img {
	width: 100%;
	height: 38px;
}

.form-banner-container .form-img.icon-bulb {
	background: url(../img/icon_lightbulb.svg) no-repeat 0 0;
		background-size: 100% auto;
}

.form-banner-container .form-img.icon-money {
	background: url(../img/icon_money.svg) no-repeat 0 0;
	background-size: 100% auto;
}

.form-banner-container .form-text {
	color: #767676 !important;
}

.form-banner-container .form-text strong {
	color: #767676 !important;
}

.form-banner-container .form-text span {
	color: #767676 !important;
	display: inline-block;
}

@media (max-width: 768px){ 
	.app-form-btm-text.mt-30 {
        margin: -5px 15px 15px;
    }
    .form-banner-wrapper.contact-form {
        margin: -20px 0 0 0;
    }
}

@media (max-width: 420px){ 
	.form-banner-container {
		grid-template-columns: 30px auto;
		padding: 25px 15px;
		font-size: 14px;
	}
}

.select-options-list{
    position: absolute;
    top: 100%;
    text-align: left;
    background: #f4f4f4;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px -5px 5px 0px #0000001a inset;
    border: 2px solid #68cea8;
    border-top: none;
}
/* width */
.select-options-list::-webkit-scrollbar {
    width: 10px;
	height: 10px;
}

/* Track */
.select-options-list::-webkit-scrollbar-track {
}
 
/* Handle */
.select-options-list::-webkit-scrollbar-thumb {
  	background: #68cea8; 
  	border-radius: 8px;
}

/* Handle on hover */
.select-options-list::-webkit-scrollbar-thumb:hover {
}
.select-options-list li{
    padding: 5px 19px;
}
.select-options-list li:hover{
    background: #e6f7ee;
}
.select-options-list li span{
    font-size: 14px;
    word-break: break-word;
}
.custom-select .selected{
    background-color: #f4f4f4;
    border: 1px solid #d6d6d6;
    border: 0;
    border-top: 2px solid #d6d6d6;
    border-radius: 10px;
    box-shadow: none;
    color: #343434;
    display: block;
    font-family: inherit;
    font-size: 16px;
    letter-spacing: .04em;
    padding: 5px 19px;
    transition: all .2s ease-out;
    width: 100%;
    height: 70px;
    box-shadow: 0px 4px 5px 0px #0000001a inset;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
}

.custom-select-search.active input,
.custom-select.active .selected {
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    border: 2px solid #68cea8;
    border-bottom: none;
}



@media(min-width: 1024px){
    .custom-select .selected{
        height: 70px;
        font-size: 20px;
    }
    .select-options-list li span{
        font-size: 15px;
    }
}

@media(max-width: 768px){
    .custom-select .selected{
        height: 55px;
    }
}

.custom-loader {
  width: 28.5px;
  height: 28.5px;
  border-radius: 50%;
  background: 
    radial-gradient(farthest-side,#fff 94%,#0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%,#fff);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
  animation:s3 1s infinite linear;
}

@keyframes s3{ 
  100%{transform: rotate(1turn)}
}
