@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');


@font-face {
	font-family: 'Gotham Black Special';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('../fonts/gotham-black-regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Gotham Narrow';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('../fonts/GothamNarrow-Black.ttf') format('truetype');
}


body {
    color: #000000;
}

a {
    text-decoration: none !important;
}

input.erorr_border {
    border-color: red !important;
}

.form-group {
    position: relative;
}

.text-orange {
    color: #ff8c00 !important;
}

.page-child .form-group .right_svg,
.page-child .form-group .wrong_svg {
    position: absolute;
    top: 45px !important;
    right: 10px;
    width: 20px !important;
    height: 25px !important;
}

.form-group .right_svg,
.form-group .wrong_svg {
    position: absolute;
    top: 43px;
    right: 10px;
    width: 20px !important;
    height: 25px !important;
}

.form_section_main {
    font-family: 'Roboto', sans-serif;
}

html {
    scroll-behavior: smooth;
}

#msform {
    width: 100%;
    margin: 50px auto;
    margin: 20px auto;
    text-align: center;
    position: relative;
}

.mobile_version {
    display: none;
}

.modal-backdrop {
    z-index: 99998 !important;
}

.form-concession {
    margin-top: 40px;
}

#msform fieldset {
    border: 0 none;
    box-sizing: border-box;
    width: 100%;
    top: 0;
}

#moreinfopopup .modal-header,
#termsinfopopup .modal-header {
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
}

.plan_select_info .btm_box button {
    padding: 7px 0px;
}

.btm_box {
    display: grid;
    grid-template-columns: 47% 47%;
    margin-top: 10px;
    gap: 11px;
}

div#moreinfopopup button.close,
div#basicinfopopup button.close,
div#termsinfopopup button.close {
    border-radius: 50%;
    min-height: inherit;
    padding: 0;
    background: #FF8C00;
    width: 35px;
    height: 35px;
    margin-right: 0;
    color: #fff;
    line-height: 35px;
    text-align: center;
    opacity: 1;
    position: relative;
}

#basicinfopopup .modal-header {
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
}

div#basicinfopopup button.close span {
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#basicinfopopup .modal-body {
    height: 500px;
    /* padding: 0 40px 20px; */
    overflow-y: scroll;
}

.modal-open .modal {
    z-index: 99999 !important;
    background: rgba(0, 0, 0, 0.5);
}

.question_box.concession.form-concession {
    text-align: left;
    margin: 25px 0;
}

.question_box.concession.form-concession h3 {
    margin-top: 0;
}

.question_box.medical {
    text-align: left;
}

.question_box.medical input {
    margin: 0 15px 0 0 !important;
}

.question_box.concession.form-concession input {
    margin: 0 15px 0 0 !important;
}

div#moreinfopopup button.close span {
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
    transform: scale(1.0) !important;
}

.plan_img {
    max-width: 135px;
}

/*inputs*/
#msform input,
#msform select,
#msform textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    /* margin-bottom: 20px; */
    width: 100%;
    box-sizing: border-box;
    color: #000000;
    /* font-size: 13px; */
}

/*buttons*/
#msform .action-button {
    width: 300px;
    background: #FF8C00;
    font-weight: 500;
    font-size: 17px;
    color: white;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    padding: 10px 15px;
    margin: 10px 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    border: 1px solid #FF8C00;
}
#msform .previous  {
    width: auto;
    /* background: #FF8C00; */
    font-weight: 500;
    font-size: 17px;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 0px 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    color: #000 !important;
    letter-spacing: 0;
    position: absolute;
    left: 0;
    top: -30px;
}

#msform .action-button:hover {
    background: #FF8C00;
}

#msform .action-button:hover svg path {
    fill: #000000;
}

#msform .previous.action-button {
    background: none;
    color: #FF8C00;
}

#msform .action-button:hover {
    background: #FF8C00;
    color: #fff;
}

ul#progressbar li {
    position: relative;
}

ul#progressbar li:after {
    position: absolute;
    content: '';
    width: 100%;
    right: 0;
    top: 40px;
    height: 0.5px;
    background: #36485e;
}

/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #000;
    text-transform: uppercase;
    font-size: 9px;
    width: 20%;
    float: left;
    position: relative;
}

/* #progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 81px;
    line-height: 81px;
    display: block;
    height: 81px;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 50%;
    margin: 0 auto 5px auto;
} */

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
/* #progressbar li.active:before,
#progressbar li.active:after {
    background: #27AE60;
    color: white;
} */

/* My css */
.form_section_main {
    margin: 0;
    padding-top: 60px;
}

ul#progressbar li span.per_text {
    width: 81px;
    height: 81px;
    display: block;
    line-height: 81px;
    text-align: center;
    margin: 0 auto 15px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 4.5px rgb(0 0 0 / 16%);
    font-size: 24px;
    font-weight: bold;
}

span.head_text {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

ul#progressbar li.active span.head_text,
ul#progressbar li.active span.per_text {
    color: #FF8C00;
}

.option_box_inner {
    display: inline-flex;
    width: 100%;
    gap: 85px;
}

.option_box_inner span {
    width: calc(33% - 24px);
}

.option_box_inner label {
    width: 100%;
    width: 220px;
}


.option_box {
    /*      max-width: 33.33333%;*/
    width: 100%;
    cursor: pointer;
}

.option_text h3 {
    font-size: 18px !important;
    font-weight: 500;
    color: #191919;
    line-height: 1.4;
    margin: 0;
    font-family: "Roboto" !important;
}

.option_box {
    /* max-width: 30%; */
    width: 100%;
    background: #fff;
    /* box-shadow: 0px 0px 3.5px rgb(0 0 0 / 16%); */
    border-radius: 12px;
    padding: 14px 20px;
    border: 1px solid #ddd;
    min-height: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.option_img {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.option_box svg {
    height: 36px;
    width: auto;
}
 @media(min-width:768px){
 .option_box_inner {
    width: 70%;
    margin: 40px auto 0;
}
 }
.step-header {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
}

#msform .step-header .previous {
    position: static;
    flex-shrink: 0;
}

.requiremtns h2 {
    font-family: "Gotham Black Special";
    font-weight: bold;
    font-size: 40px;
    margin: 0;
}
label.chacked .option_box {
    background: #FFF9F4 !important;
}

section.form_section_main {
    padding-top: 0;
}
 .enrgy_sec p {
    font-size: 26px;
    font-family: 'Roboto';
    font-weight: 500;
}
.option_box_inner {
    display: flex;
    /* gap: 31px;
    margin-bottom: 50px;
    margin-top: 40px; */
    gap: 14px;
    margin-bottom: 50px;
    margin-top: 10px;

    justify-content: center;
}

label.chacked {
    border: solid #FF8C00 1px;
    border-radius: 12px;
}

.option_box:hover h3,
label.chacked .option_box h3 {
    color: #FF8C00;
}

.cls-1,
.cls-2,
.cls-4 {
    fill: none !important;
}

/* .maniBox:hover svg path, */
.option_box:hover svg path,
.maniBox label.chacked svg path {
    fill: #FF8C00 !important;
}

.low_user:hover .cls-1,
.medium_user:hover .cls-1,
.high_user:hover .cls-1 {
    fill: #FF8C00 !important;
}

.price_box:hover .cls-2,
.speed_box:hover .cls-2,
.wifi_box:hover .cls-2,
.moving_box:hover .cls-2,
.betterplan_box:hover .cls-2,
.broadband_box:hover .cls-2,
.asap_box:hover .cls-2,
.date_box:hover .cls-2,
.mind_box:hover .cls-2 {
    fill: #FF8C00 !important;
}

label.chacked .low_user .cls-1,
label.chacked .medium_user .cls-1,
label.chacked .high_user .cls-1 {
    fill: #FF8C00 !important;
}

label.chacked .price_box .cls-2,
label.chacked .speed_box .cls-2,
label.chacked .wifi_box .cls-2,
label.chacked .moving_box .cls-2,
label.chacked .betterplan_box .cls-2,
label.chacked .broadband_box .cls-2,
label.chacked .asap_box .cls-2,
label.chacked .date_box .cls-2,
label.chacked .mind_box .cls-2 {
    fill: #FF8C00 !important;
}



.question_box .ques-button {
    font-family: 'Roboto', sans-serif !important;
    text-transform: capitalize;
    font-size: 15px !important;
    width: 150px !important;
    margin: 0px 15px 0px 0px;
    background: #fff !important;
    box-shadow: 0px 0px 3.5px rgb(0 0 0 / 16%);
    border: none !important;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing: 0;
}
button.previous.action-button {
    color: #000 !important;
}
#msform .previous:hover {
    background: transparent !important;
    color: #000 !important;
}

button.previous.action-button svg {
    color: #000 !important;
}
.question_box p {
    color: #000;
    font-family: "Roboto";
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 0px;
}

.final_question{
    font-size: 20px !important;
    margin-bottom: 10px !important;
}

.question_box_inner {
    /* margin-top: 80px; */
    margin-top: 0px;
}

.question_box {
    margin-bottom: 40px;
    text-align: left;
}

.question_box .ques-button:hover,
.question_box .ques-button.selected {
    color: #fff !important;
    background: #FF8C00 !important;
}

.select_option select {
    width: 100%;
}

.select_option {
    width: 62%;
}

.option_box_inner.select_option_inner {
    justify-content: center;
}

.select_option select {
    width: 100%;
    border: 1px solid #BDBDBD;
    background: none;
    color: #707070;
    appearance: none;
    background-image: url(https://cheapbills.s3.ap-southeast-2.amazonaws.com/wp-content/uploads/2023/03/07191649/Icon-ionic-ios-.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    border-radius: 4px;
}

.communication_box .question_box .ques-button {
    width: 200px !important;
    margin: 0px !important;
}

.question_box_inner.communication_box {
    text-align: left;
}

.communication_box input.no.ques-button {
    margin-left: -4px !important;
}

.communication_box h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 35px;
}

.form-group-main .form-group {
    width: 49%;
}

.form-group-main {
    display: flex;
    /*         justify-content: center;*/
    gap: 30px;
    text-align: left;
}

.form-group-main label {
    font-weight: 500;
    color: #191919;
    font-size: 17px;
}

.form-group-main select {
    width: 100%;
    background: none;
    height: 48px;
    padding: 0 15px;
    border: 1px solid #707070;
    color: #000000;
    font-size: 17px;
    font-family: 'Roboto', sans-serif !important;
    appearance: none;
    background-image: url(https://cheapbills.s3.ap-southeast-2.amazonaws.com/wp-content/uploads/2023/03/07191649/Icon-ionic-ios-.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    border-radius: 3px;
}

.form-group-main input {
    height: 48px;
    padding: 0 15px;
    border: 1px solid #707070 !important;
    color: rgba(112, 112, 112, 0.5);
    font-size: 17px !important;
    font-family: 'Roboto', sans-serif !important;
}

.details_box_main {
    margin-top: 80px;
}

.details_form h3 {
    text-align: left;
    font-size: 32px;
    margin: 25px 0;
    /* color: #203C88 !important; */
    font-family: "Gotham Black Special" !important;
}

.details_form h4 {
    text-align: left;
    font-size: 24px !important;
    margin: 25px 0;
    /* color: #203C88 !important; */
    font-family: "Gotham Black Special" !important;
}

.form-group-main.address_box {
    margin: 45px 0;
}

.form-group-main.address_box input {
    border: none !important;
    background: #fff !important;
    box-shadow: 0px 3px 18.5px rgb(0 0 0 / 12%);
    height: 70px;
    border-radius: 0 !important;
    padding: 15px 45px !important;
}

.address_box.form-group-main .form-group {
    width: 100%;
    position: relative;
}

.address_box svg.location_icon {
    width: 15px !important;
    height: 21px !important;
    position: absolute;
    top: 25px;
    left: 15px;
}

.address_box .search_icon {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 !important;
}

button.search_icon svg {
    width: 38px !important;
    height: 38px !important;
}

.address_box .search_icon {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 !important;
    height: 70px;
    width: 70px;
    text-align: center;
    padding: 15px;
}

/*#msform .continue_btn {
 width: 100%;
 max-width: 510px;
}*/

.plan_box_main {
    margin-top: 80px;
}

.plan_box_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plan_select_box {
    display: flex;
    gap: 15px;
    width: 50%;
    justify-content: flex-end;
}

.details_box button {
    background: #fff;
    border: none;
    color: #000;
    text-transform: inherit;
    font-size: 15px;
    font-weight: 500;
    padding: 15px;
}

.details_box svg {
    width: 14px !important;
    height: 14px !important;
    margin-right: 5px;
}

.details_box button {
    background: #fff !important;
    border: none;
    color: #000;
    text-transform: inherit;
    font-size: 15px;
    font-weight: 600 !important;
    padding: 15px;
    box-shadow: 0px 0px 3.5px rgb(0 0 0 / 16%);
    border-radius: 0;
}

.plan_select_box label {
    display: block;
    text-align: left;
    min-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.select_box {
    width: 100%;
    max-width: 160px;
}

.plan_select_box select {
    background: none;
    max-width: 160px;
    width: 100%;
    font-size: 15px;
    color: #5F5F5F;
    font-weight: 400;
}

.estimate_box {
    width: 100%;
    max-width: 160px;
}

.plan_heading h4 {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: bold;
}

.plan_heading h4 span {
    color: #FF8C00;
}

.plan_details.planrow {
    padding: 16px;
}
.plan_details.planrow {
    display: flex;
    align-items: stretch;
}

.plan_detals_inner h6 {
    /* background: #36485E; */
    background: #203C88;
    color: #fff !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 18px !important;
    font-weight: 400;
    padding: 15px 15px 45px;
    margin-bottom: 0px;
    font-family: "Roboto" !important;
}
.plan_detals_inner h6 span {
    color: #fD8518;
    font-weight: 600;
}
.plan_details {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 3.5px rgb(0 0 0 / 16%);
    /* padding: 15px; */
    margin-top: -30px;
}

.plan_details_inner {
    display: flex;
    gap: 22px;
    text-align: left;
    align-items: center;
}

.plan_details_inner svg {
    width: 15px !important;
    height: 15px !important;
    position: relative;
    top: 2px;
}

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

.plan_info ul li a {
    color: #141D2F;
    font-size: 15px;
}

.plan_info ul li {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 13px;
    padding-bottom: 13px;
}

.plan_info ul li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.plan_dmo {
    text-align: center;
    background: rgba(255, 165, 0, 0.5);
    border-radius: 15px;
    width: 100%;
    max-width: 180px;
    padding: 25px 0;
}

.plan_info {
    width: 100%;
    max-width: 300px;
}

.plan_dmo h5 {
    color: #FF8C00;
    font-size: 30px;
}

.plan_dmo span,
.plan_estimate span {
    color: #141D2F;
    font-size: 15px;
    display: block;
    margin-top: 10px;
    font-weight: 400;
}

.plan_estimate {
    text-align: center;
    background: #26E7F5;
    border-radius: 15px;
    width: 100%;
    max-width: 180px;
    padding: 22px 0;
}

.plan_estimate h5 {
    color: #00966F;
    font-size: 30px;
}

.plan_select_info {
    text-align: center;
}

.plan_select_info a {
    color: #FF8C00;
    font-weight: 500;
    text-decoration: underline !important;
    margin-bottom: 15px;
    display: inline-block;
}

.plan_name_div {
    margin-top: 10px;
    text-align: left;
    padding: 0 10px;
}

.plan_decription {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    padding: 0 10px;
}

.plan_decription p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 24px;
    color: #000000;
}

.select_plan {
    border-radius: 0 !important;
    box-shadow: 0px 0px 3.5px rgb(0 0 0 / 16%);
    padding: 14px 20px;
    background: #FF8C00;
    width: 250px;
}

.select_plan:hover {
    background: #FF8C00;
    color: #FFFFFF;
}

.selected_plan {
    border-radius: 0;
    box-shadow: 0px 0px 3.5px rgb(0 0 0 / 16%);
    padding: 14px 20px;
    background: green !important;
    border: solid green 1px;
    border-color: green !important;
}

.selected_plan:hover {
    background: green;
    color: #FFFFFF;
}

.plan_details_box {
    margin-top: 25px;
}

.plan_detals_inner {
    margin-bottom: 30px;
}

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

.form_head_inner {
    display: flex;
    text-align: left;
    gap: 20px;
}

.form_description h6 {
    margin: 20px 0 10px;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}

.form_description ul li {
    background: #fff;
    /*         box-shadow: 0px 0px 3.5px rgb(0 0 0 / 16%);*/
    margin-bottom: 15px;
    padding: 40px 30px 20px;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    position: relative;
    background-image: url(https://cheapbills.s3.ap-southeast-2.amazonaws.com/wp-content/uploads/2023/03/17202818/Union-2-1.png);
    background-position: top;
    background-size: 100% 100%;
    max-width: 305px;
}

/*.form_description ul li.sign_pd {
 padding: 33px 30px 0;
}*/

.form_description ul li.pad_tp {
    padding-top: 50px;
}

.form_description span {
    display: block;
    padding-bottom: 0px;
}

li.mobile_pd span span {
    display: inline-block;
    padding-bottom: 0;
}

span.text_bold,
span.plans_count,
span.retailers_count {
    font-weight: bold;
}

/*.form_description ul li:after {
  position: absolute;
  content: '';
  width: 18px;
  height: 27px;
  top: -11px;
  left: 10px;
}
*/

.form_head_box {
    margin-top: 50px;
}

.search_plan .form_description ul li {
    max-width: 590px;
}

#progressbar {
    padding: 0;
    margin: 0;
}

ul.plan_pd b {
    display: inline-flex;
    padding: 0 5px;
    gap: 5px;
}

.shownext {
    display: none;
}

.form_description ul.plan_pd li {
    padding: 50px 40px 30px;
    margin-bottom: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    margin: 0;
    max-width: 835px;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    margin: 0;
    max-width: 835px;
}

.modal-open .modal {
    z-index: 99999 !important;
}

.model_popup_text {
    width: 55%;
    text-align: left;
    padding: 25px 30px;
}

.model_popup {
    display: flex;
}

.model_popup_image {
    width: 45%;
    background: #F7F7F7;
    display: flex;
    align-items: center;
}

/* .modal-body {
    padding: 0; 
} */

/*.model_image {
 height: 100%;
 position: relative;
}*/

/*.model_image img {
 position: absolute;
 right: -50px;
 bottom: 0;
}*/

.model_image {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    /*         height: 250px;*/
    padding: 0 25px;
    width: 100%;
}

.model_text p {
    font-size: 14px;
    color: #676F7C;
}

.model_text input.next.action-button {
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
}

@media screen and (max-width: 1200px) and (min-width: 1025px) {
    .plan_select_box {
        width: 58%;
    }

    .plan_dmo,
    .plan_estimate {
        max-width: 145px;
    }

    .plan_dmo h5,
    .plan_estimate h5 {
        font-size: 25px;
    }

    .plan_dmo span,
    .plan_estimate span {
        font-size: 14px;
    }

    .plan_info {
        max-width: 230px;
    }

    .plan_info ul li a {
        font-size: 13px;
    }

    button.select_plan {
        padding: 16px 16px;
        font-size: 11px;
    }


    .option_box_inner {
        gap: 50px;
    }
}


@media screen and (max-width: 1024px) and (min-width: 768px) {
    .option_box_inner {
        gap: 40px;
    }

    .plan_details_inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .plan_select_info button {
        display: block;
    }

    .plan_box_head {
        flex-wrap: wrap;
        justify-content: center;
    }

    .plan_select_box {
        width: 100%;
        justify-content: center;
        margin-top: 25px;
        flex-wrap: wrap;
    }

    section.form_section_main .container {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #progressbar {
        margin-left: 0;
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .mobile_version {
        display: block;
    }

    .desktop_version {
        display: none;
    }

    .form-group-main {
        margin-bottom: 1rem !important;
    }

    .form-group-main .form-group {
        margin-bottom: 0 !important;
    }

    .search_plan .form_description ul li {
        max-width: 305px;
        width: 100%;
        padding: 85px 40px 40px !important;
    }

    .form_description {
        width: 100%;
    }

    .option_box_inner span {
        width: 100%;
    }

    .option_box_inner {
        gap: 40px;
        flex-wrap: wrap;
    }

    .form_head_inner {
        flex-wrap: wrap;
        gap: 0;
    }

    .form_description ul.plan_pd li {
        padding: 80px 40px 30px;
    }

    .question_box_inner {
        margin-top: 15px;
    }

    .option_box {
        max-width: 100%;
        padding: 35px 0;
    }

    .plan_select_box select,
    .details_box button {
        font-size: 14px;
    }

    .details_box button {
        padding: 15px 10px;
    }

    .plan_select_box {
        width: 100%;
        margin-top: 25px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .plan_box_head {
        flex-wrap: wrap;
    }

    .select_box,
    .estimate_box {
        max-width: 135px;
    }

    #msform .next.action-button.continue_btn {
        margin: 0;
    }

    .form_head_box {
        margin-top: 0px;
    }

    ul#progressbar li {
        width: 33.33333%;
        margin-bottom: 35px;
    }

    ul#progressbar li:after {
        background: transparent;
    }

    .plan_details_inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .option_box svg {
        height: 32px !important;
    }

    .option_text h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .plan_select_info button {
        display: block;
    }

    .question_box p {
        font-size: 17px;
        margin-bottom: 25px;
    }

    button.search_icon svg {
        width: 28px !important;
        height: 28px !important;
    }

    .address_box .search_icon {
        padding: 19px;
    }


    .model_popup {
        flex-wrap: wrap;
    }

    .model_popup_image {
        width: 100%;
    }

    .model_popup_text {
        width: 100%;
    }

    .model_image img {
        position: unset;
    }

    .concession_box_inner {
        flex-wrap: wrap;
        gap: 10px !important;
    }

    /* .concession_box_main .concession_box_inner .concession_box {} */

    .model_popup_image .model_image {
        padding: 25px;
    }

    ul#progressbar li.mobActive {
        display: block !important;
    }

    ul#progressbar li {
        display: none;
    }

}

.plan_details.planrow .column {
    overflow: hidden;
    height: auto;
}

.plan_details.planrow .column2 {
    height: auto;
}

.plan_details.planrow .datacolumn {
    overflow: hidden;
    height: 100%;
}

.plan_details.planrow .datacolumn2 {
    overflow: hidden;
    height: auto;
}

.plan_details.planrow .offerRow {
    overflow: hidden;
}

.plan_details.planrow {
    display: flex;
    align-items: stretch;
}

.plan_details.planrow .planhead {
    flex-wrap: wrap;
    gap: 15px;
}

@media only screen and (max-width: 768px) {
    .plan_details.planrow {
        flex-direction: column;
    }

    .plan_details.planrow .column,
    .plan_details.planrow .column2 {
        width: 100%
    }
}

@media screen and (max-width: 500px) {
    .option_box_inner {
        flex-wrap: wrap;
        gap: 30px;
    }

    .option_box {
        max-width: 100%;
    }

    #msform .action-button {
        margin: 0 5px;
        width: 100% !important;
    }

    ul#progressbar li {
        width: 50%;
        margin-bottom: 35px;
    }

    ul#progressbar li:after {
        background: transparent;
    }

    .plan_box_head {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .plan_select_box {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .plan_details_inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .plan_select_box label {
        min-height: inherit;
    }

    .form-group-main .form-group {
        width: 100%;
    }

    .form-group-main {
        flex-wrap: wrap;
        gap: 10px;
    }

    .communication_box .question_box .ques-button {
        width: 140px !important;
        margin: 0px !important;
    }

    .concession_box_main .concession_box {
        max-width: 100%;
        margin: 0 0 10px;
    }


}

/*#progressbar svg {
position: relative;
width: 210px !important;
height: 210px !important;
transform: rotate(-90deg);
}
#progressbar svg circle {
width: 100%;
height: 100%;
fill: none;
stroke: #f0f0f0;
stroke-width: 10;
stroke-linecap: round;
}
#progressbar svg circle:last-of-type {
stroke-dasharray: 625px;
stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
stroke: #3498db;
}*/

.radialProgressBar {
    border-radius: 50%;
    width: 81px;
    height: 81px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    margin: 0 auto 15px;
    box-shadow: 0px 0px 4.5px rgb(0 0 0 / 16%);
}

.radialProgressBar .overlay {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: auto;
    background: #fff;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

li.active .progress-20 {
    background-image: -webkit-linear-gradient(72deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #FF8C00 50%, #ddd 50%);
    background-image: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(160deg, #FF8C00 50%, #fff 50%);
}

li.active .radialProgressBar .overlay {
    /* color: #FF8C00; */
    color: #203C88;
}

li.active .progress-40 {
    background-image: -webkit-linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(250deg, #FF8C00 40%, #fff 0%);
    background-image: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(250deg, #FF8C00 40%, #fff 0%);
}

li.active .progress-60 {
    background-image: -webkit-linear-gradient(315deg, #FF8C00 50%, transparent 50%), linear-gradient(-90deg, #FF8C00 50%, #fff 50%);
    background-image: linear-gradient(315deg, #FF8C00 50%, transparent 50%), linear-gradient(-90deg, #FF8C00 50%, #fff 50%);
}

li.active .progress-80 {
    background-image: -webkit-linear-gradient(375deg, #FF8C00 49%, transparent 50%), linear-gradient(-90deg, #FF8C00 50%, #fff 50%);
    background-image: linear-gradient(375deg, #FF8C00 49%, transparent 50%), linear-gradient(-90deg, #FF8C00 50%, #fff 50%);
}

li.active .progress-100 {
    background-image: -webkit-linear-gradient(0deg, #FF8C00 100%, transparent 50%), linear-gradient(-0deg, #FF8C00 100%, #fff 50%);
    background-image: linear-gradient(0deg, #FF8C00 100%, transparent 50%), linear-gradient(-0deg, #FF8C00 100%, #fff 50%);
}

.submit.action-button.submit_btn {
    float: left;
    margin-left: 65px !important;
    box-shadow: 0px 3px 3px rgb(255 165 0 / 52%);
}

#msform .action-button:focus {
    outline: none !important;
}

button.previous.action-button svg,
button.step_1_pre.action-button svg {
    width: 8px !important;
    height: 8px !important;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

button.next.action-button svg, button.step_1_next.action-button svg, #msform .action-button svg {
    width: 14px !important;
    height: 12px !important;
    margin-left: 6px;
    position: relative;
    top: 0px;
	margin-right: 2px;
}

.connection_box {
    max-width: 300px;
    margin: 30px auto 0;
    text-align: left;
}

.connection_box input {
    font-size: 16px !important;
    color: #000 !important;
    margin-bottom: 0px !important;
}

.connection_box label,
.concession_box label {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

/* .concession_box_main,
.account_holder_main {
    margin: 30px auto 0;
    width: 100%;
} */


.concession_box_main.identification_box {
    display: block !important;
}

.concession_box {
    width: 100%;
    max-width: 49%;
    float: left;
    text-align: left;
    margin-bottom: 1rem;
}

.concession_box_inner {
    display: flex;
    gap: 30px;
}

.concession_box input {
    font-size: 16px !important;
    color: #000 !important;
    border: 1px solid #707070 !important;
    height: 48px;
    margin-bottom: 0px !important;
}

.concession_box select {
    width: 100%;
    background: none;
    padding: 15px;
    border: 1px solid #707070;
    border-radius: 3px;
    margin-bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 16px !important;
    height: 48px;
}

.modal-dialog {
    max-width: 100%;
    margin-top: 65px;
}

input#info_popup_form {
    color: #fff;
    text-transform: inherit;
    font-size: 17px;
}

.model_text h3 {
    text-align: center;
    color: #1A274A !important;
    font-size: 25px;
}

.model_text p {
    color: #676F7C;
    font-size: 15px;
}

.model_form_group a {
    color: #FF8C00;
}
#step_eight input[type="checkbox"] {
    visibility: hidden;
}
.builder-field-wrap {
    margin-bottom: 1rem;
}
.builder-field-wrap .form-group {
    margin-bottom: 0;
}
/* Radio — toggle button style */
.builder-choice-group[data-choice-type="radio"] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.builder-choice-group[data-choice-type="radio"] .form-check {
    display: inline-flex;
    margin: 0;
    padding: 0;
}
.builder-choice-group[data-choice-type="radio"] input[type="radio"] {
    display: none !important;
}
.builder-choice-group[data-choice-type="radio"] .form-check-label {
    display: inline-block;
    padding: 8px 28px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
    margin-bottom: 0;
    text-align: center;
    min-width: 80px;
}
.builder-choice-group[data-choice-type="radio"] input[type="radio"]:checked + .form-check-label {
    background: #FF8C00;
    border-color: #FF8C00;
    color: #fff;
}

/* Checkbox — standard Bootstrap form-check */
.builder-choice-group[data-choice-type="checkbox"] input[type="checkbox"] {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
    width: 1em !important;
    height: 1em !important;
    min-height: unset !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
    cursor: pointer;
}
.builder-choice-group[data-choice-type="checkbox"] .form-check {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0.5em;
}
.builder-choice-group[data-choice-type="checkbox"] .form-check-label {
    text-align: left;
    cursor: pointer;
    margin-bottom: 0;
}
.option_box_inner input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.option_box_inner .form-group {
    margin: 0;
}

/*.form_description ul li{
 max-width: 100%;
}
*/
.form_description ul li span.first {
    width: 100%;
    -webkit-animation: type 2s steps(40, end);
    animation: type 2s steps(40, end);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
}

.form_description ul li span.second {
    width: 100%;
    -webkit-animation: type2 2s steps(40, end);
    animation: type2 2s steps(40, end);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    animation-delay: 2s;
}

.form_description ul li span.third {
    width: 100%;
    -webkit-animation: type2 2s steps(40, end);
    animation: type 2s steps(40, end);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    animation-delay: 4s;
}

.form_description ul li span.fourth {
    width: 100%;
    -webkit-animation: type2 2s steps(40, end);
    animation: type 2s steps(40, end);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    animation-delay: 6s;
}

.form_description ul li span.fifth {
    width: 100%;
    -webkit-animation: type 2s steps(40, end);
    animation: type 2s steps(40, end);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    animation-delay: 8s;
}

.form_description ul li span.five {
    width: 100%;
    -webkit-animation: type2 2s steps(40, end);
    animation: type2 2s steps(40, end);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    animation-delay: 10s;
}

.form_description ul li span.sixth {
    width: 100%;
    -webkit-animation: type2 2s steps(40, end);
    animation: type 2s steps(40, end);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    animation-delay: 12s;
}

.form_description ul li span.seven {
    width: 100%;
    -webkit-animation: type2 2s steps(40, end);
    animation: type 2s steps(40, end);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    animation-delay: 14s;
}

.form_description ul li span.eight {
    width: 100%;
    -webkit-animation: type2 2s steps(40, end);
    animation: type 2s steps(40, end);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    animation-delay: 16s;
}

.form_description ul li span.nine {
    width: 100%;
    -webkit-animation: type2 2s steps(40, end);
    animation: type 2s steps(40, end);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    animation-delay: 18s;
}

.form_description ul li span.ten {
    width: 100%;
    -webkit-animation: type2 2s steps(40, end);
    animation: type 2s steps(40, end);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    animation-delay: 20s;
}

.form_description ul li span.eleven {
    width: 100%;
    -webkit-animation: type2 2s steps(40, end);
    animation: type 2s steps(40, end);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    animation-delay: 22s;
}

.form_description ul li span.twelve {
    width: 100%;
    -webkit-animation: type2 2s steps(40, end);
    animation: type 2s steps(40, end);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    animation-delay: 24s;
}

.form_description ul li span.thirteen {
    width: 100%;
    -webkit-animation: type2 2s steps(40, end);
    animation: type 2s steps(40, end);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    animation-delay: 26s;
}

/* @keyframes type {
 0% {
    width: 0;
 }

 100% {
    border: none;
    opacity: 1;
 }
}

@-webkit-keyframes type {
 0% {
    width: 0;
 }

 100% {
    border: none;
 }
}

@keyframes type2 {
 0% {
    width: 0;
 }

 100% {
    border: none;
    opacity: 1;
 }
}

@-webkit-keyframes type2 {
 0% {
    width: 0;
    opacity: 1;
 }

 100% {
    border: none;
 }
}*/
/* Start Code by devRm*/
.form_description ul .mobile_pd span.fourth {
    display: flex !important;
    gap: 7px;
}

.form_description ul li span {
    opacity: 1 !important;
    display: none;
}

.dot-pulse {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #FF8C00;
    color: #FF8C00;
    box-shadow: 9999px 0 0 -5px;
    animation: dot-pulse 1.5s infinite linear;
    animation-delay: 0.25s;
}

.dot-pulse::before,
.dot-pulse::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #FF8C00;
    color: #FF8C00;
}

.dot-pulse::before {
    box-shadow: 9984px 0 0 -5px;
    animation: dot-pulse-before 1.5s infinite linear;
    animation-delay: 0s;
}

.dot-pulse::after {
    box-shadow: 10014px 0 0 -5px;
    animation: dot-pulse-after 1.5s infinite linear;
    animation-delay: 0.5s;
}

@keyframes dot-pulse-before {
    0% {
        box-shadow: 9984px 0 0 -5px;
    }

    30% {
        box-shadow: 9984px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 9984px 0 0 -5px;
    }
}

@keyframes dot-pulse {
    0% {
        box-shadow: 9999px 0 0 -5px;
    }

    30% {
        box-shadow: 9999px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 9999px 0 0 -5px;
    }
}

@keyframes dot-pulse-after {
    0% {
        box-shadow: 10014px 0 0 -5px;
    }

    30% {
        box-shadow: 10014px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 10014px 0 0 -5px;
    }
}

.animation-dots {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #FF8C00;
    color: #FF8C00;
    box-shadow: 9999px 0 0 -5px;
    animation: animation-dots 1.5s infinite linear;
    animation-delay: 0.25s;
}

.animation-dots::before,
.animation-dots::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #FF8C00;
    color: #FF8C00;
}

.animation-dots::before {
    box-shadow: 9984px 0 0 -5px;
    animation: animation-dots-before 1.5s infinite linear;
    animation-delay: 0s;
}

.animation-dots::after {
    box-shadow: 10014px 0 0 -5px;
    animation: animation-dots-after 1.5s infinite linear;
    animation-delay: 0.5s;
}

@keyframes animation-dots-before {
    0% {
        box-shadow: 9984px 0 0 -5px;
    }

    30% {
        box-shadow: 9984px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 9984px 0 0 -5px;
    }
}

@keyframes animation-dots {
    0% {
        box-shadow: 9999px 0 0 -5px;
    }

    30% {
        box-shadow: 9999px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 9999px 0 0 -5px;
    }
}

@keyframes animation-dots-after {
    0% {
        box-shadow: 10014px 0 0 -5px;
    }

    30% {
        box-shadow: 10014px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 10014px 0 0 -5px;
    }
}

/*end code by devRm*/

/* i.fa.fa-info-circle {
    color: #999;
} */

.plan_name_div h5 {
    padding-top: 10px;
    color: #000000;
    font-weight: 400;
    font-size: 18px !important;
    letter-spacing: -1px;
}

.vefsDocumentDataRows {
    border: 1px solid #7c91a4;
    padding: 15px;
}

.bpidDoc {
    color: blue;
}

#termsinfopopup .modal-body {
    height: 350px;
    padding: 0 40px 20px;
    overflow-y: scroll;
}

div#termsinfopopup .modal-dialog {
    top: 56%;
}

#termsinfopopup .modal-content {
    margin-top: 20px;
}

div#termsinfopopup svg {
    width: 8px !important;
    height: 8px !important;
    margin-left: 6px;
    position: relative;
    top: -1px;
}

div#termsinfopopup button.action-button {
    width: 130px;
    background: #FF8C00;
    font-weight: 500;
    font-size: 17px;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 15px;
    margin: 10px 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    border: 1px solid #FF8C00;
}

.question_box.form-concession.account_holder {
    text-align: left;
}

.column {
    float: left;
    width: 50%;
    padding: 15px;
    height: 470px;
    border: 1px solid gray;
    overflow-x: scroll;
    border-radius: 12px 0px 0px 0px
}

.column h5 {
    font-size: 18px !important;
}

.column2 {
    float: left;
    width: 50%;
    /* padding: 15px; */
    height: 470px;
    border: 1px solid gray;
    overflow: hidden;
    border-radius: 0px 12px 0px 0px;
}

.datarow {
    border-bottom: 1px solid gray;
}

.datacolumn {
    float: left;
    width: 50%;
    padding: 35px 15px 15px 0px;
    height: 240px;
    overflow-x: scroll;
}

.datacolumn2 {
    float: left;
    width: 50%;
    padding: 35px 15px 15px 0px;
    height: 240px;
    border-left: 1px solid gray;
    overflow-x: scroll;
}

.datacolumn ul {
    text-align: left;
}

.datacolumn2 ul {
    text-align: left;
}

.datacolumn2 h5 {
    text-align: left;
    padding-left: 15px;
}

/* Clear floats after the columns */
.planrow:after {
    content: "";
    display: table;
    clear: both;
}

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

.planhead {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.offerRow {
    text-align: left;
    padding: 40px 15px 5px 15px;
}

.offerRow h5 {
    margin-bottom: 0px !important;
}


.plus_icon,
.selected_icon {
    width: 27px !important;
    height: 17px !important;
}

.offerRowData {
    display: flex;
    justify-content: space-around;
    padding: 30px 15px 15px 15px;
}

p.btntitle {
    text-align: center;
    font-weight: 800;
    margin-bottom: 2px !important;
}

.planbtn {
    background-color: #203C88 !important;
    border-radius: 15px;
    padding: 15px 50px;
    color: #fff;
    border: none !important;
}

.elplanbtn {

    background-color: #203C88 !important;
    border-radius: 15px;
    padding: 15px 50px;
    color: #fff;
    border: none !important;
    width: 150px;
}

.gasplanbtn {

    background-color: green !important;
    border-radius: 15px;
    padding: 15px 50px;
    color: #fff;
    border: none !important;
    width: 150px;
}

/* Responsive Styles */

/* For screens up to 768px */
@media (max-width: 768px) {
    .offerRowData {
        flex-wrap: wrap;
        padding: 15px;
    }

    p.btntitle {
        margin-bottom: 10px !important;
    }

    button.planbtn {
        padding: 10px 30px;
    }

    #msform .action-button {
        width: 100% !important;
    }
}

/* For screens up to 480px */
@media (max-width: 480px) {
    .offerRowData {
        flex-wrap: wrap;
        padding: 5px;
    }

    button.planbtn {
        padding: 8px 20px;
    }

    .offerRow {
        text-align: left;
        padding: 15px 15px 6px 15px;
    }

}

/* .maniBox {
    visibility: hidden;
} */

[aria-expanded="false"]>.expanded,
[aria-expanded="true"]>.collapsed {
    display: none;
}
select#current-supplier {
    border: 1px solid #DDDDDD;
    color: #7C7C7C;
    padding: 14px 9px !important;
    display: inline-block;
    height: auto !important;
    border-radius: 10px;
}
button.next.action-button.next4 {
    width: 300px !important;
    border-radius: 4px !important;
    padding: 14px 15px !important;
}

@media (min-width:767px) {
.new_step_chage {
    width: 60%;
    margin: 0 auto;
}
}
span.icon svg {
    width: 30px !important;
    height: 16px !important;
}
 .pop_up {
    background-color: #f6f9ff;
    padding: 20px;
    border-radius: 10px;
    max-width: 340px;
    margin: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    display: none;
    position: absolute;
    right: -60px;
}
    .level {
    margin-bottom: 12px;
}
    .level h2 {
    color: rgb(32 60 136);
    display: flex;
    align-items: center;
    font-size: 16px;
}
    .pop_up .icon {
      margin-right: 10px;
	  color: rgb(32 60 136);
    }
    .pop_up ul {
    padding-left: 20px;
    /* padding: 0; */
    margin: auto;
    text-align: left;
    color: #000;
}
.info_sec_in {
    width: 60%;
    margin: 0 auto;
    text-align: left;
}
.info_sec_in input.form-control {
    font-size: 16px !important;
    border: 2px solid #C1C1C1 !important;
    border-radius: 10px !important;
}
.submit_sec {
    width: 100%;
    float: left;
    text-align: center;
}

.submit_sec a {
    background: #FF8C00;
    font-size: 17px;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    margin: 10px 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    border: 1px solid #FF8C00;
    width: 300px !important;
    border-radius: 4px !important;
    padding: 14px 15px !important;
    display: inline-block;
    text-align: center;
}





.enrgy_sec svg {
    width: 28px !important;
    height: 27px !important;
    position: relative;
    top: 4px;
}



.enrgy_sec p span:hover.pop_up  {
	display:block !important;
}



.enrg_inner_flex {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
}
.level li {
    font-size: 13px;
}


button.next.action-button.next1_nmi {
    background: #FF8C00;
    font-size: 17px;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    margin: 10px 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    border: 1px solid #FF8C00;
    width: 300px !important;
    border-radius: 4px !important;
    padding: 14px 15px !important;
    display: inline-block;
    text-align: center;
}

@media (max-width:767px) {
.option_box_inner {
	/* display: grid !important;
	grid-template-columns: 1fr 1fr; 
	grid-template-columns: 1fr; */
	gap: 14px;
}
.option_box_inner label {
    margin: 0 !important;
}
.pop_up {
    right: -10px !important;
}
}
@media (max-width:400px) {
.option_box {
    padding: 25px 0 !important;
}.option_text h3 {
    margin-bottom: 0 !important;
}
}

button.next {
    width: 300px !important;
    border-radius: 4px !important;
    padding: 14px 15px !important;
}

button.next.action-button.next6 {
    margin-top: 5rem !important;
}

.select_box.text-right {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.question_box.form-concession.monthly_quarterly.text-right.m-0.mt-2 {
    display: flex;
    gap: 15px;
    justify-content: end;
}

body .question_box .ques-button:hover, .question_box .ques-button.selected {
    background: #FF8C00!important;
}
input.ques-button.filter_duration.m-0 {
    color: #5F5F5F !important;
    /* font-size: 13px; */
    font-weight: 400 !important;
}
select.sort_price {
    padding: 15px;
    /* height: 54px; */
    margin-top: .5rem!important;
}

input.ques-button.filter_duration.selected.m-0 {
    color: #fff !important;
}
input.ques-button.filter_duration.selected.m-0:hover {
    color: #fff !important;
}
span.fs-2.fw-bold.quarterly {
    font-weight: 600 !important;
    font-size: 22px !important;
}
span.small.text-start {
    font-size: 14px;
    /* line-height: 13px !important; */
}
select.sort_price {
    background: #fff !important;
}
/* .form_section_main:has(fieldset#step_nine[style*="display: block"]) {
    background: #F0F4Fd !important;
} */
.plan_details.planrow h5 {
    font-weight: 800 !important;
    font-size: 28px !important;
    color: #000;
}
.plan_details.planrow h5:last-child {
    margin: 0 0 30px;
}
.col-12.rounded.px-5.py-2.new_anergy_sec {
    background: transparent !important;
    border: 1px solid #203C88;
    color: #203C88 !important;
    font-size: 14px;
}
.col-12.rounded.px-5.py-2.new_anergy_sec a {
    color: #203C88 !important;
    font-family: 'Roboto', sans-serif;
}

.col-12.text-start.mt-2 {
    text-align: left;
    margin-top: 18px !important;
}

button.select_plan.infoo.border-orange.text-orange.bg-white.mt-2.basicInfoPopup {
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    color: #203C88 !important;
    font-weight: 400 !important;
    /* margin-top: 25px !important; */
    text-decoration: underline;
}

button.select_plan {
    border-radius: 8px !important;
    font-size: 16px !important;
    letter-spacing: 0 !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    width: 200px !important;

    border-color: #ff8c00;
    color: #FFFFFF;
}
span.fs-2.fw-bold {
    font-weight: 600 !important;
    font-size: 22px !important;
}

button.previous.action-button svg {
    position: relative;
    top: 0 !important;
}



.progress {
    height: 20px;
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0 !important;
}
.progress-bar {
    background-color: #ff8c00 !important;
}
body #msform input#consent {
    width: 70px;
    /* height: 70px; */
    /* border: 5px solid #cccc !important; */
    /* border-radius: 9px !important; */
}

label.consent-text a {
    font-weight: 500;
    text-decoration: underline;
}
.upload-box {
    width: 100%;
    max-width: 100% !important;
    margin: 14px auto;
    padding: 40px;
    border: 2px dashed #ddd;
    border-radius: 10px;
    text-align: center;
    font-family: Arial, sans-serif;
    position: relative;
}
button#saveAllData {
    background: #FF8C00;
    font-size: 17px;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    margin: 0px 0;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    border: 1px solid #FF8C00;
    width: 100%;
    border-radius: 4px !important;
    padding: 14px 15px !important;
    display: inline-block;
    text-align: center;
}
.upload-box i {
  font-size: 32px;
  color: #ccc;
  margin-bottom: 10px;
}

.upload-box p {
  margin: 0;
  font-weight: bold;
  color: #333;
}

.upload-box small {
  color: #777;
  display: block;
  margin-bottom: 20px;
}

.upload-btn-wrapper {
  position: relative;
  display: inline-block;
}

.btn-upload {
    border: none;
    background-color: #f57c00;
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-transform: capitalize;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.consent-container {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #444;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  /* max-width: 600px; */
  line-height: 1.5;
}

.consent-container input[type="checkbox"] {
  margin-top: 4px;
  width: 16px;
  height: 16px;
}

.consent-text a {
  color: #f57c00;
  text-decoration: none;
}

.consent-text a:hover {
  text-decoration: underline;
}
label.consent-text {
    font-size: 14px;
    font-weight: 400;
    color: #727272;
}



@media (max-width:767px){
.plan_heading.col-5 {
    max-width: 100% !important;
    flex: 100% !important;
}
.plan_select_box.col-7 {
	  max-width: 100% !important;
    flex: 100% !important;
}	
.select_box.text-right {
    flex-direction: column !important;
}

.question_box .ques-button { 
    width: 100% !important;
}
select.sort_price {
    width: 100% !important;
    max-width: 100% !important;
}



}


.inner_sec_left {
    flex: 1;
}

.inner_sec_right {
    flex: 1;
}

.inner_sec {
    display: flex;
    gap: 12px;
    width: 100% !important;
    margin: 0 0 5px;
}
.plan_details.planrow .small.text-center {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.plan_details.planrow {
    padding: 16px;
}

.plan_details.planrow .row {
    gap: 0px;
}

.gotham-font {
    font-family: "Gotham Black Special" !important;
}

.cb-blue-text {
    color: #203C88 !important;
}

.bb_plans_list h6{
    background: #203C88;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 15px 30px;
    margin-bottom: -20px;
}

.bb_plans_list h6 p{
    padding: 0;
    margin: 0;
}

.movein_bg {
    background: #F6F9FF !important;
    padding: 10px;
    font-size: 16px !important;
    font-weight: 100 !important;
    border-radius: 12px;
    margin: 20px 0px !important;
}

.movein_bg p {
    font-size: 16px !important;
}

.movein_bg svg {
    width: 18px !important;
    height: 18px !important;
}

.final_form_title {
    /* background: #36485E; */
    background: #203C88;
    color: #fff !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 15px 15px 45px;
    margin-bottom: 0px;
}

.final_form_details {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 3.5px rgb(0 0 0 / 16%);
    /* padding: 15px; */
    margin-top: -53px;
    padding: 30px;
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gotham Narrow', 'Roboto', sans-serif;
    font-size: 32px;
    color: #000000;
}

/* ── <a> next buttons (all steps) ───────────────────────────── */
a.next.action-button {
    display: inline-block;
    width: 300px;
    background: #FF8C00;
    font-weight: 500;
    font-size: 17px;
    color: #fff !important;
    border: 1px solid #FF8C00;
    border-radius: 4px;
    cursor: pointer;
    padding: 14px 15px;
    margin: 10px 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    text-decoration: none !important;
    text-align: center;
    box-sizing: border-box;
}

a.next.action-button:hover,
a.next.action-button:focus {
    background: #e07b00;
    border-color: #e07b00;
    color: #fff !important;
    text-decoration: none !important;
}

a.next.action-button.next6 {
    margin-top: 5rem;
}

@media (max-width: 576px) {
    a.next.action-button {
        width: 100%;
        margin: 10px 0;
    }
}

.tab-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: none !important;
    font-size: 18px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 10px;
    color: #0240ac;
    font-weight: 500;
    border-radius: 3px;
}

.tab-btn a.active {
    background: #0240ac;
    color: #fff;
}

.tab-btn svg {
    width: 24px !important;
    height: 24px !important;
}

.tab-btn svg g, .tab-btn svg path {
    fill: #0240ac;
}

.tab-btn a.active svg g, .tab-btn a.active svg path {
    fill: #fff;
}

.blueBg {
    background-color: #F0F4Fd !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.inner_sec_left {
    flex: 1;
}

.offer-select-btn {
    display: inline-block;
    min-width: 142px;
    padding: 11px 22px;
    background: #ff8c00;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.ajaxSendEmailbtn {
    background: #fff;
    color: #284692;
    border: 2px solid #284692;
    transition: background 0.2s, color 0.2s;
}

.ajaxSendSMSbtn {
    background: #fff;
    color: #F88C2D;
    border: 2px solid #F88C2D;
    transition: background 0.2s, color 0.2s;
}

.input-group {
    background-color: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: stretch;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0;
    height: 70px;
    overflow: hidden;
}

.input-group-append {
    display: flex;
    align-items: center;
    padding: 8px;
    flex-shrink: 0;
}

.bannerTxt {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    padding: 0 1rem !important;
    height: 100% !important;
    border: none !important;
    background: transparent !important;
    outline: none !important;
}

.bannerTxt:focus {
    box-shadow: none !important;
}

.bannerbtn {
    background-color: #000000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px !important;
    padding: 0 24px !important;
    height: 54px !important;
    white-space: nowrap;
    text-transform: capitalize !important;
    font-family: "Open Sans" !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

@media (max-width: 800px) {
    .input-group {
        height: auto !important;
        flex-wrap: wrap;
        overflow: visible;
    }
    .bannerTxt {
        flex: 1 0 100% !important;
        width: 100% !important;
        height: 50px !important;
        border-bottom: 1px solid #eee !important;
    }
    .input-group-append {
        width: 100%;
        padding: 8px;
    }
    .bannerbtn {
        width: 100%;
        height: 46px !important;
    }
}

/* ── Top bar ── */
.cb-topbar {
    background: #203C88;
    color: #fff;
    font-size: 13px;
    padding: 6px 0;
}
.cb-topbar a { color: #FF8C00; text-decoration: none; font-weight: 600; }
.cb-topbar a:hover { text-decoration: underline; }

/* ── Main navbar ── */
.cb-navbar {
    background: #fff;
    padding: 10px 0;
}
.cb-navbar .navbar-brand img { height: 50px; }
.cb-navbar .nav-link {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    padding: 5px 5px 5px 5px;
}
.cb-navbar .nav-link:hover { color: #FF8C00 !important; }
.cb-navbar .dropdown-menu { border-top: 3px solid #FF8C00; border-radius: 0 0 4px 4px; }
.cb-navbar .dropdown-item { font-size: 14px; color: #36485e; }
.cb-navbar .dropdown-item:hover { background: #FFF9F4; color: #FF8C00; }
.cb-navbar .cb-call-btn {
    background: #FF8C00;
    color: #fff !important;
    border-radius: 4px;
    padding: 8px 16px !important;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
}
.cb-navbar .cb-call-btn:hover { background: #e07800; color: #fff !important; }
.cb-navbar .cb-call-btn .fa { margin-right: 5px; }

/* ── Footer ── */
.cb-footer { background: #000000; color: #FFFFFF; margin-top: 60px; }
.cb-footer-top { border-bottom: 1px solid rgba(255,255,255,.1); padding: 40px 0 30px; }
.cb-footer-top img.cb-footer-logo { height: 45px; margin-bottom: 12px; }
.cb-footer-top p { font-size: 13px; margin-bottom: 4px; }
.cb-footer-cols { padding: 35px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.cb-footer-cols h5 { color: #FF8C00; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 14px; }
.cb-footer-cols ul { list-style: none; padding: 0; margin: 0; }
.cb-footer-cols ul li { margin-bottom: 7px; }
.cb-footer-cols ul li a { color: #cdd5df; text-decoration: none; font-size: 13px; }
.cb-footer-cols ul li a:hover { color: #FF8C00; }
.cb-footer-bottom { padding: 20px 0; font-size: 12px; color: #8fa0b3; }
.cb-footer-bottom a { color: #8fa0b3; text-decoration: none; }
.cb-footer-bottom a:hover { color: #FF8C00; }
.cb-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px; height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    color: #cdd5df;
    font-size: 15px;
    margin-right: 6px;
    text-decoration: none;
    transition: background .2s;
}
.cb-social a:hover { background: #FF8C00; color: #fff; }