#sp__regForm {
    margin: 0px auto;
}

#sp__regForm .ps_code,
#sp__regForm .btn_adds {
    text-align: center;
}

#sp__regForm #kelt_zip1 {
    display: inline-block;
    padding: 12px 25px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #99CA3C;
    font-size: 1em;
    background: white;
    width: 100%;
}

#sp__regForm h1 {
    text-align: center;
    color: #223064;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}

/* *{
	margin:0;
	padding:0;
	box-sizing:border-box;
} */
.ap__container_main {
    width: 100%;
    font-family: montserrat, sans-serif;
}

.ap__container_main .ap__wrap__sec {
    width: 100%;
    text-align: center;
}

.ap__container_main .ap__inner_sec {
    padding: 0px 15px;
    width: 100%;
}

.ap__container_main #svg_form_time {
    height: 15px;
    max-width: 80%;
    margin: 40px auto 20px;
    display: block;
}

.ap__container_main #svg_form_time circle,
.ap__container_main #svg_form_time rect {
    fill: white;
}

.ap__container_main .button {
    background: #213045;
    border-radius: 30px;
    padding: 15px 25px;
    display: inline-block;
    margin: 10px 5px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgb(0, 0, 0, 0.5);
}

.ap__container_main .button:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #fa9746;
}

.ap__container_main .disabled {
    display: none;
}

.ap__container_main section.ap__main__area {
    padding: 37px;
    max-width: 457px;
    margin: 0px auto;
    background: #ffff;
    font-family: montserrat, sans-serif;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    transition: transform 0.2s ease-in-out;
    max-height: 532px;

}

.ap__container_main select#move_type {
    width: 100%;
    margin: 7px 0px;
    display: inline-block;
    padding: 12px 25px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid lightgrey;
    font-size: 1em;
    font-family: inherit;
    background: white;
}

.ap__container_main #sp__regForm ::-webkit-input-placeholder {
    color: #000;
}

.ap__container_main input {
    width: 100%;
    margin: 20px 0px;
    display: inline-block;
    padding: 12px 25px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #99CA3C;
    font-size: 1em;
    font-family: inherit;
    background: white;
    outline: none;
}

.ap__container_main .ap__inner_sec .ps_select_address {
    padding: 10px 25px;
    display: flex;
    flex: 1;
    flex-direction: column;
    position: relative;
}

.ap__container_main .ap__inner_sec .btn_find_address {
    transition: all 0.2s ease, visibility 0s;
    background: #99CA3C;
    border-radius: 30px;
    padding: 10px;
    color: #fff;
    width: 250px;
    font-weight: 600;
}

.ap__container_main .ap__inner_sec .ps_select_address .sp_select_dropdown {
    height: 100%;
    max-width: 300px;
    min-height: var(--inputHeight);
    min-width: 100%;
    padding: 13px;
    border-radius: 10px;
    border: 2px solid #99CA3C;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
}

.ap__container_main .ap__inner_sec .ps_select_address .sp_select_dropdown .sp_select_option {
    background-color: #fff;
    color: #44474d;
    font-size: 15px;
}

.ap__container_main .ap__inner_sec .buttons_rating {
    padding: unset;
    text-align: center;
}

.ap__container_main .ap__inner_sec .rating_btn {
    margin-bottom: 15px;
    margin-top: 26px;
}

/* .ap__container_main .ap__inner_sec .rating_btn{ */
/* width: 232px; */
/* height: 51px; */
/* position: relative; */
/* margin: 0px 0px 18px 0; */
/* top: 15px; */
/* } */

.ap__container_main .ap__inner_sec .no_rate_div .btn_norate_div button {
    border-radius: 30px;
    background: #f67800;
    border: none;
    max-width: 150px;
    box-sizing: border-box;
    min-height: 45px;
    min-width: 10px;
    padding: 0px;
    width: 100%;
    color: #FFFFFF;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0.05em;
}

.ap__container_main .no_rate_container .no_rate_txt {
    padding-top: 30px;
}

.ap__container_main .no_rate_container .no_rate_txt_div {
    width: 410px;
}

.ap__container_main .no_rate_container .btn_norate_div {
    text-align: center;
    margin-top: 40px;
}

.ap__container_main .ap__inner_sec .no_rate_container .no_rate_text_div {
    margin-bottom: 30px;
    margin-top: 31px;
}

.ap__container_main .no_rate_container .btn_norate {
    padding: 14px;
    color: #fff;
    background: #f67800;
    border-radius: 30px;
    border: none;
    font-size: 15px;
    font-weight: 600;
}

.ap__container_main .ap__inner_sec .not_listed_btn {
    transition: inherit;
    margin: 0px 4px 0px 0px;
    color: #FFFFFF;
    letter-spacing: 0em;
    font-family: sans-serif;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    font-size: 16px;
    border-radius: 30px;
}

.ap__container_main .ap__inner_sec .rating_btn .sp_btn_rating {
    transition: all 0.2s ease, visibility 0s;
    background: #99CA3C;
    border-radius: 30px;
    padding: 10px;
    border: none;
    min-width: 250px;
}

.ap__container_main .ap__inner_sec .sp_btn_not_listed {
    transition: all 0.2s ease, visibility 0s;
    background: #f67800;
    border-radius: 30px;
    padding: 11px;
    border: none;
    width: 250px;
}

.ap__container_main .ap__inner_sec .rating_btn .sp_rate_label,
.ap__container_main .ap__inner_sec .sp_btn_not_listed .sp_rate_label {
    transition: inherit;
    margin: 0px 4px 0px 0px;
    color: #FFFFFF;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0.05em;
}

#chk_rate_container {
    text-align: center;
}

.ap__container_main .ap__inner_sec .chk_rate_container .comp-l148h40a {
    width: 100%;
    padding: 15px;
    margin: 25px 0px;
    max-width: 130px;
    display: inline-block;
}

.ap__container_main .ap__inner_sec .rating_btn .sp_label_container {
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 1;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    transition: all .2s ease, visibility 0s;
    width: 100%;
}

.ap__container_main section.ap__main__area h2 {
    color: #000;
    font-size: 1.7em;
    line-height: 1.3;
    text-align: center;
    font-weight: 700;
}

.ap__container_main section.ap__main__area p {
    margin-top: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    text-align: center;
    font-weight: 600;
}

.ap__container_main .sp__left {
    display: flex;
    width: 100%;
}

.ap__container_main .sp__right {
    display: flex;
    width: 100%;
    align-items: baseline;
}

.ap__container_main .ap__button_main {
    width: 100%;
    margin: 0px;
    display: initial;
}

.ap__container_main .sp__lname-box,
.ap__container_main .sp__fname-box,
.ap__container_main .sp__email-box,
.ap__container_main .sp__select-box {
    width: 50%;
    margin: 5px;
}

.ap__container_main strong {
    line-height: 1.5;
    font-size: 15px;
    color: #000;
}

.tl-bounce {
    animation-name: error;
    animation-duration: 1s;
    animation-delay: 1s
}

@keyframes error {
    0% {
        transform: translateX(0);
        timing-function: ease-in
    }

    5% {
        transform: translateX(-3px);
        timing-function: ease-out
    }

    10% {
        transform: translateX(3px);
        timing-function: ease-in
    }

    15% {
        transform: translateX(-3px);
        timing-function: ease-out
    }

    20% {
        transform: translateX(3px);
        timing-function: ease-in
    }

    25% {
        transform: translateX(-3px);
        timing-function: ease-out
    }

    30% {
        transform: translateX(3px);
        timing-function: ease-in
    }

    35% {
        transform: translateX(-3px);
        timing-function: ease-in
    }

    40% {
        transform: translateX(3px);
        timing-function: ease-out
    }

    45% {
        transform: translateX(-3px);
        timing-function: ease-in
    }

    50% {
        transform: translateX(0);
        timing-function: ease-out
    }
}

.ap__container_main .sm_required.sm__error {
    border: 2px solid red !important;
}

/**ownership form***/
.ap__container_main .frm_ownership {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    grid-template-rows: repeat(3, min-content) 1fr;
    grid-template-columns: 100%;
}

.frm_ownership .txt_head {
    position: relative;
    height: auto;
}

.frm_ownership #btn_frm {
    text-align: center;
}

.frm_ownership .btn_frm {
    width: 250px;
    height: 51px;
    position: relative;
    margin: 0px 0px 17px 0;
    left: 104px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;

}

.frm_ownership .inp_owner {
    margin-top: unset;
    background: #99CA3C;
    border-radius: 30px;
    border: none;
    box-sizing: border-box;
    min-height: 45px;
    min-width: 10px;
    max-width: 200px;
    padding: 0;
    width: 100%;
    color: #FFFFFF;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    font-weight: bold;
    max-width: 230px;
    font-style: normal;
    letter-spacing: 0.05em;
}

.frm_ownership .inp_tenant {
    margin-top: unset;
    border-radius: 30px;
    background: #f67800;
    border: none;
    max-width: 230px;
    box-sizing: border-box;
    min-height: 45px;
    min-width: 10px;
    padding: 0;
    width: 100%;
    color: #FFFFFF;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0.05em;
}

.frm_ownership .inp_social {
    margin-top: unset;
    padding: 10px;
    border-radius: 30px;
    background: #668B84;
    border: none;
    box-sizing: border-box;
    max-width: 230px;
    color: #FFFFFF;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0.05em;
}

/*****signup form*****/
.ap__container_main .frm_property {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    /* min-height: 536px; */
    grid-template-rows: repeat(3, min-content) 1fr;
    grid-template-columns: 100%;
    margin: 121px 0px 33px 0;
    left: 42px;
}

.frm_property .inp_address {
    position: relative;
    margin: 15px 0px 17px 0;
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

.frm_property .field1_container {
    width: 100%;
}

.frm_property .field1_container .field1_text {
    width: 30%;
    float: left;
}

.frm_property .field1_container .field1_input {
    width: 70%;
    float: left;
    font-weight: 700;
}

.frm_property .field1_container input {
    border: 2px solid #99ca3c;
    width: 265px;
}

.frm_property .field1_container .text_class {
    color: red;
}

.frm_property .btn_sub .btn_next_owner,
.frm_benefits .bt_ben .btn_next_details,
.frm_property .btn_sub .btn_next_final {
    background: #99CA3C;
    border-radius: 30px;
    padding: 10px;
    color: #fff;
    max-width: 220px;
    font-weight: 600;
}

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

.frm_property .btn_sub .btn_next {
    width: 50%;
    margin: 20px 0px;
    display: inline-block;
    padding: 12px 25px;
    box-sizing: border-box;
    border-radius: 30px;
    border: 1px solid lightgrey;
    font-size: 1em;
    font-family: inherit;
    background: white;
    outline: none;
    background-color: #99ca3c;
    color: #fff;
    font-weight: 700;
}

/****form benefits******/
.frm_benefits .sp_container .ben_para {
    padding: 30px;
    font-weight: 500;
}

.frm_benefits .sp_container select {
    border: 2px solid #99ca3c;
    width: 100%;
    max-width: 320px;
    color: #99ca3c;
    padding: 14px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
}

.frm_benefits .sp_container select .F8vzy2 {
    background-color: #fff;
    color: #44474d;
    font-size: 13px;
    font-weight: bold;
}

.frm_benefits .sp_container .bt_ben {
    text-align: center;
}

.frm_benefits .sp_container .bt_ben .btn_next {
    width: 25%;
    max-width: 220px;
    margin: 20px 0px;
    display: inline-block;
    padding: 12px 25px;
    box-sizing: border-box;
    border-radius: 30px;
    border: 1px solid lightgrey;
    font-size: 1em;
    font-family: inherit;
    background: white;
    outline: none;
    background-color: #99ca3c;
    color: #fff;
    font-weight: 700;
}

.sp_check input {
    width: unset;
    margin: 5px 2px;
    display: inline-block;
    padding: 12px 25px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid lightgrey;
    font-size: 1em;
    font-family: inherit;
    background: white;
    outline: none;
}

/******form gas,electric,other******/
.frm_heat .ps_btns {
    text-align: -webkit-center;
}

.frm_heat .inp_elec {
    background: #99CA3C;
    border-radius: 30px;
    border: none;
    box-sizing: border-box;
    display: block;
    min-height: 45px;
    min-width: 10px;
    max-width: 200px;
    padding: 0;
    width: 100%;
    margin: 0px 4px 0px 0px;
    color: #FFFFFF;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0.05em;
}

.frm_heat .inp_gas {
    border-radius: 30px;
    background: #f67800;
    border: none;
    max-width: 200px;
    box-sizing: border-box;
    display: block;
    min-height: 45px;
    min-width: 10px;
    padding: 0;
    width: 100%;
    margin: 10px 4px 0px 0px;
    color: #FFFFFF;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0.05em;
}

.frm_heat #inp_other {
    border-radius: 30px;
    background: #668B84;
    border: none;
    box-sizing: border-box;
    margin: 10px 4px 0px 0px;
    max-width: 200px;
    color: #FFFFFF;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0.05em;
}

/******form details*******/
.frm_details {
    width: 100%;
    max-width: 422px;
}

.frm_details .p_text p {
    font-size: 17px;
    font-weight: 500;
    padding: 30px;
    text-align: center;
}

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

.frm_details .btn_provide .inp_yes {
    width: unset;
    margin: 20px 0px;
    display: inline-block;
    padding: 12px 25px;
    box-sizing: border-box;
    border-radius: 30px;
    font-size: 1em;
    font-family: inherit;
    color: #fff;
    font-weight: 600;
    background: #99CA3C;
    outline: none;
}

.frm_details .btn_provide .inp_no {
    width: unset;
    margin: 20px 0px;
    display: inline-block;
    padding: 12px 25px;
    box-sizing: border-box;
    border-radius: 30px;
    font-size: 1em;
    font-family: inherit;
    color: #fff;
    font-weight: 600;
    background: #f67800;
    outline: none;
    width: 100%;
    max-width: 232px;
}




/* Turn off scrollbar when body element has the loading class */
/* body.ps_loading{overflow: hidden;    } */
/* /* Make spinner image visible when body element has the loading class */
/* body.ps_loading .ps_overlay{ display: block;} */

/*
#regForm {
    background-color: #DAE5FF;
    padding: 20px;
    width: 100%;
    margin: auto;
}
div#quotemsg {
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}
.afg_inptsty {
    background: white !important;
}

.af_loader {
	display:none;
    border: 10px solid #2a1616;
    border-radius: 50%;
    border-top: 10px solid #f3f3f3;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0px auto;
}


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

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


#regForm h3 {
    color: #072440;
    margin: 30px auto;
    font-size: 1.8em;
    line-height: 30px;
}
#regForm .tab p {
    margin: 40px auto;
}

#regForm input {
  padding: 10px;
  border: 1px solid #aaaaaa;
  width: 100%;
}


input.invalid {
  background-color: #ffdddd;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: red;
}


.step {
  height: 15px;
  width: 15%;
  margin: 0 2px;
  background-color: red;
  border: none;  
  border-radius: 5px;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}


.step.finish {
  background-color: #8BC43F;
}
#regForm button, #quotesubmit {
    background: #8BC43F;
    padding: 10px 29px;
    color: #ffffff;
    border-radius: 1px;
    font-size: 1.3em;
    box-shadow: 0px 2px 3px #c4c4c4;
}
#regForm button i {
    padding-left: 5px;
}
#regForm .tab {

    text-align: center;
     display: none;

}
.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.radio-toolbar label {
    display: inline-block;
    background-color: #8BC43F;
    padding: 10px 20px;
    font-size: 16px;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.17);
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    margin: 7px;
}
.radio-toolbar input[type="radio"]:checked + label {
    background-color: #EE9D00;
}
.radio-toolbar input[type="radio"]:focus + label {
   background: #EE9D00;
}

#quotesubmit {
  display: none;
}
input#quotesubmit {
    width: 100%;
    border: none;
    cursor: pointer;
}
#regForm h3 {
    color: #072440;
    margin: 30px auto;
}
#regForm button#prevBtn {
    background: none !important;
    border: none;
    box-shadow: none;
    font-size: 12px;
    float: left;
    padding: 0;
    text-decoration: underline;
}
*/

/* .zip-help-popup { */
/* position: relative; */
/* border-radius: 6px; */
/* -webkit-border-radius: 6px; */
/* background: #e8f6fc; */
/* display: none; */
/* margin-top: -10px; */
/* text-align: left; */
/* } */
/* .zip-help-popup ul{ */
/* margin: 0; */
/* list-style-type: none; */
/* padding: 0; */
/* position: absolute; */
/* width: 100%; */
/* background: #fff; */
/* z-index: 9999; */
/* border: 1px solid #dcdcdc; */
/* } */
/* .zip-help-popup ul li { */
/* display: block; */
/* width: 100%; */
/* cursor: pointer; */
/* padding: 10px 15px; */
/* border-bottom: 1px solid #dcdcdc; */
/* } */
/* span.findAddress { */
/* text-align: left; */
/* display: block; */
/* font-weight: 700; */
/* color: #fff; */
/* } */

.ap__container_main section.ap__main__area {
    padding: unset;
    box-shadow: unset;
    border-radius: unset;
}

.no_rate_text_div {
    margin-top: 10px;
}

.formInpGroup {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.formInpGroup input {
    border: 2px solid #99ca3c;
}

.formInpGroup label {
    width: 230px;
    font-weight: bold;
}

.formInpGroup label span {
    color: red;
}

.ps_date {
    height: 70px;
}

#selec_div {
    text-align: center;
}

.sp_check .chk_text {
    font-size: 12px;
    font-weight: bold;
}

#btn_norate_div {
    text-align: center;
    margin-top: 20px;
}

#sp_sections .sm__error {
    border: 2px solid red !important;
}

/* === Popup Modal === */
.wped-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.wped-modal-content {
    background: #fff;
    margin: 5% auto;
    padding: 30px;
    border-radius: 10px;
    width: 90%;
    max-width: 700px;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s ease-in-out;
}

.wped-close {
    color: #555;
    float: right;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 10px;
}

.wped-close:hover {
    color: #000;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}