/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Montserrat;
    src: url(../../../assets/font/Montserrat-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Montserrat;
    src: url(../../../assets/font/Montserrat-SemiBold.ttf);
    font-weight: 600;
}


@font-face {
    font-family: Montserrat;
    src: url(../../../assets/font/Montserrat-Bold.ttf);
    font-weight: 700;
}

.et_builder_inner_content .et_pb_row_1_tb_body.et_pb_row {
    padding: 42px 60px !important;
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    box-shadow: 0px 2px 7px 2px rgba(132, 132, 132, 0.11);
    width:90%;
}

header .dropdown {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 999;
    transform: translateY(-50%);
}

header .dropdown .dropdown-text {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}

header .dropdown .dropdown-text i {
    font-size: 20px;
}

header .dropdown .dropdown-content {
    display: none;
    position: absolute;
    right: 10px;
    background-color: white;
    min-width: 120px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

header .dropdown .dropdown-content a {
    color: black;
    padding: 3px 12px;
    text-decoration: none;
    font-size: 14px;
    display: block;
}

header .dropdown:hover .dropdown-content {
    display: block;
}

header .dropdown .dropdown-content a:hover {
    background-color: #f1f1f1;
}

.mainBoxWrapper {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}

.et_builder_inner_content .et_pb_section_0_tb_body.et_pb_section {
    padding-top: 14px;
    padding-bottom: 34px;
}

section.mainSection {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #f2f2f2;
    font-family: Montserrat;
}

.listHead ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
}

.listHead ul li {
    padding-bottom: 17px;
    flex: 1;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.listHead ul li a {
    text-decoration: none;
    color: #d9d9d9;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: normal;
    gap: 10px;
    position: relative;
}

.listHead ul li a::before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #fff;
    top: 28%;
}

.listHead ul li.active a::before {
    background-color: #3662d9;
}

.listHead ul li a span {
    text-align: center;
    height: 32px;
    font-weight: 400;
    color: #d9d9d9;
    font-weight: 700;
    text-transform: uppercase;
}

.listHead ul li.active a span {
    color: #151269;
}

.listHead ul li a span.number {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #d9d9d9;
    color: #fff;
    border-radius: 15px 15px 15px 0;
    font-size: 24px;
    font-weight: normal;
    position: relative;
    flex: 0 0 auto;
}

.listHead ul li.active {
    position: relative;
}

.listHead ul li.active a {
    color: #151269;
}

.listHead ul li.active span.number {
    background-color: #3662d9;
}

.listHead ul li.bundlePlanActive a::before {
    width: 50%;
    left: 0;
}

.listHead ul li.bundlePlanActive a span.number {
    background: #fff;
    color: #3662d9;
    border: 2px solid #3662d9;
}

.mainBoxWrapper.thankYouPage .ruled-table {
    padding-top: 30px;
}

.mainBoxWrapper.thankYouPage .ruled-table > .row {
    padding: 0;
    margin: 0 auto;
}

.boxContent h1 {
    color: #151269;
    font-weight: 700;
    font-size: 30px;
    margin: 0;
    padding-bottom: 20px;
}

form.check-availability-form.additionalServiceForm {
    padding-top: 15px;
}

form.additionalServiceForm h2 {
    color: #151269;
    font-weight: 400;
    font-size: 26px;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}

.boxContent.TermsAndConditionsBox h1 {
    font-size: 26px;
    font-weight: 400;
}

.boxContent.TermsAndConditionsBox h1 br {
    display:none;
}

.boxContent.News-box-content .contactBox {
    padding-top: 24px;
}

.boxContent.News-box-content .newsBox {
    padding-bottom: 24px;
}

.boxContent.fantastic-box-content h1.infoText {
    padding-bottom: 5px;
}

.boxContent.fantastic-box-content .newsBox h3 {
    font-size: 24px;
}

.boxContent.fantastic-box-content {
    padding-top: 35px;
}

.check-availability-form .boxContent.fantastic-box-content {
    padding-top: 40px;
    padding-bottom: 27px;
    border-bottom: 1px solid #d9d9d9;
}

.check-availability-form .boxContent.fantastic-box-content .contactBox {
    padding-top: 0;
}

.boxContent.TermsAndConditionsBox {
    padding-top: 27px !important;
}

.boxContent.TermsAndConditionsBox .formFiveText {
    padding-bottom: 31px;
}

.boxContent h1.infoText {
    font-size: 24px;
    padding-left: 0;
}

form.check-availability-form.contact-form .boxContent h1.infoText {
    font-size: 25px;
}

.boxContent.preferredBoxContent h1.infoText {
    padding-bottom: 15px;
}

.boxContent.informationSecondForm .contactBox h1 {
    font-size: 24px;
    line-height: normal;
}

form.additionalServiceForm .boxContent .checkText h1 {
    font-size: 18px;
    text-transform: uppercase;
}

.fieldsInline .form-field .form-control {
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    outline: none;
    font-size: 14px;
    padding: 12px;
    line-height: normal;
    color: #000;
    font-weight: 400;
    /* text-transform: uppercase; */
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    height:60px;
}

.fieldsInline .form-field .form-control[readonly] {
    background-color: #e9ecef;
}

.fieldsInline .form-field .form-control::placeholder {
    color: #c00000;
    font-size: 14px;
}

.fieldsInline .form-field p.red_error_contact {
    font-size: 13px;
}

.fieldsInline .form-field p.red_error_contact:empty {
    display: none;
}

.form-field.selectBox select.form-control {
    background-image: url(./assets/images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 11px;
    color:#c00000;
}

.form-field.selectBox select.form-control.first-option-selected {
    color: #000;
}

.form-field.selectBox select.form-control option {
    color: #c00000;
}

.fieldsInline .form-field span.select2.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-results .select2-results__option--selected {
    background-color: #5897fb;
    color: #fff;
}

/* .select2-container--default .select2-results .select2-results__option--highlighted.select2-results__option--selectable {
    color: white;
    background: #c00000ab;
} */

.fieldsInline .form-field .select2-container--default .select2-selection--clearable.select2-selection--single .select2-selection__rendered {
    color: #000;
}

.fieldsInline .form-field .select2-container--default .select2-selection--single {
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    outline: none;
    font-size: 14px;
    padding: 15px 20px!important;
    height: auto;
}

.fieldsInline .form-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    font-weight: 400;
    color: #c00000;
}

.fieldsInline .form-field .select2-container--default .select2-selection--single span.select2-selection__arrow {
    height: 100%;
    right: 15px;
}

.fieldsInline .form-field .select2-container--default .select2-selection--single span.select2-selection__arrow b {
    border-color: #c00000 transparent transparent transparent;
    border-width: 6px 5px 0 5px;
    margin-top: -4px;
}

.fieldsInline .form-field .select2-container--default .select2-selection--single .select2-selection__rendered span.select2-selection__placeholder {color: #c00000;font-weight: 400;}

.fieldsInline .form-field .select2-container--default .select2-selection--single button.select2-selection__clear {
    position: absolute;
    right: 20px;
    top: 1px;
    height: 100%;
    font-size: 22px;
    font-weight: 500;
}

.select2-results li.select2-results__option {
    color: #c00000;
    font-size: 15px;
    text-transform: uppercase;
    padding: 4px;
    font-weight: 400;
}

.contactBox .fieldsWrap input[type="submit"] {
/*     height: 100%; */
    padding:16px 20px;
}

.News-box-content .contactBox .fieldsWrap input[type="submit"] {
    height: 60px;
}

.mainSection.secondThirdFormSection .btnWrapper,
.mainSection.AdditionalFormSection .btnWrapper,
.mainSection.termsFormSection .btnWrapper {
    width: 25%;
}

.btnWrapper input[type=submit],
.btnWrapper input[type=button],
.btnWrapper a,
.btnWrapper button {
    width: 100%;
    background-color: #c00000;
    padding: 12px;
    line-height: normal;
    color: #fff;
    border-radius: 0 25px 0 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .3s;
    border-color: #c00000;
    border: 1px solid #c00000;
    border-bottom: 4px solid #ac0000;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    height:60px;
    align-content:center;
    text-align:center;
    text-decoration: none;
    padding-inline: 40px;
}

.btnWrapper input[type=submit][disabled] {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    border-bottom: 1px solid #c3c3c3;
}

.column-quarter.btnWrapper p input[type=submit] {
    width: auto;
}

.boxContent .column-quarter.btnWrapper p {
    text-align: center;
    margin: 0;
    width: auto;
}

a.btn.nextBtn {
    width: 100%;
    background-color: #c00000;
    padding: 12px;
    line-height: normal;
    color: #fff;
    border-radius: 0 25px 0 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .3s;
    border-color: #c00000;
}

a.btn.nextBtn:hover {
    border-color: #c00000;
    color: #c00000;
    background: #fff;
}

a.btn.nextBtn:active {
    background-color: #c00000;
    border-color: #c00000;
    color: #fff;
}

.column-quarter .btnWrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    gap: 24px;
}

.column-quarter .btnWrapper button.btn {
    width: auto;
    background: none;
    color: #c00000;
    border-width: 1px;
}

.column-quarter .btnWrapper input {
    width: auto;
}

.column-quarter .btnWrapper button.btn:hover {
    background-color: #c00000;
    color: #fff;
}

.boxContent .newsBox {
    border-bottom: 1px solid #bfbfbf;
}

.boxContent .ruled-table h3 {
    padding-bottom: 14px;
    font-size: 30px;
    text-align:left;
    line-height: normal;
}

.boxContent .ruled-table .serveyThanksHead h3 {
    padding-bottom: 7px;
}

.boxContent .ruled-table p {
    font-size: 16px;
    color: #58595b;
}

.thankYouPage .boxContent .ruled-table p {
    font-size: 14px;
}

.boxContent .ruled-table p br {
    display: none;
}

.boxContent .ruled-table p a {
    color: #58595b;
    text-decoration: none;
}

.boxContent.fantastic-box-content .contactBox {
    padding-top: 24px;
}

.boxContent .newsBox h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #58595b;
    text-align: left;
}

.boxContent .newsBox p.redColor {
    font-size: 20px;
    line-height: 30px;
    color: #c00000;
    font-weight: 500;
}

.boxContent .newsBox p.smallText {
    font-size: 12px;
    padding-bottom: 10px;
    font-style: italic;
    padding-top: 5px;
}

.boxContent .newsBox p {
    font-size: 14px;
    color: #58595b;
    margin: 0;
    padding:0;
}

.boxContent .newsBox p.greyText {
    color: #58595b;
    font-size: 16px;
    padding-top: 15px;
}

.boxContent.fantastic-box-content .newsBox h1 {
    padding-bottom: 15px !important;
}

.boxContent .newsBox p.greyText span {
    font-weight: 500;
}

.boxContent .newsBox p.greyText span a {
    color: #58595b;
    text-decoration: none;
}

.signingUpBox {
    border-radius: 10px;
    padding: 45px;
    background-color: #F1F1F2;
    margin-top:20px;
}

.boxContent .ruled-table > .row {
    border: none;
}

.signingUpBox .signingUpBoxInner .row {
    margin: 0 auto;
    padding: 20px 40px;
}

.signingUpBox .signingUpBoxInner {
    border-radius: 10px;
    background-color: #fff;
}

.signingUpBox .row .column-half {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #58595b;
}

.signingUpBox .row .column-half:first-child {
    text-transform: uppercase;
    width: 43%;
    font-size: 15px;
}

.signingUpBox .row .column-half:last-child {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    width: 57%;
}

h6.unique-msg {
    font-size: 14px;
    font-weight: normal;
    color: #58595b;
    line-height: normal;
    font-style: italic;
    padding: 0;
}

h6.unique-msg span {
    font-weight: 600;
}

.signingUpBox .row .column-half:last-child .column-half {
    width: auto;
    padding-right: 5px;
}

.signingUpBox .row .column-half span {
    color: #c00000;
    text-transform: lowercase;
}

.signingUpBox .signingUpBoxInner .row.socialMediaWrap {
    padding-top: 20px;
    padding-bottom: 36px;
}

.signingUpBox .signingUpBoxInner .row.socialMediaWrap .column-full h3 {
    padding-bottom: 15px;
    text-align:center;
    font-size: 24px;
}

.signingUpBox .signingUpBoxInner .row.socialMediaWrap .column-full {
    margin: 0;
}

.signingUpBox .signingUpBoxInner .row.socialMediaWrap .column-full ul {
    padding: 0;
}

.thankYouDetailWrapper {
    margin-top: 20px;
}

.mainBoxWrapper.thankYouPage .thankYouDetailWrapper p {
    padding: 23px 48px;
    background-color: #151269;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 10px 10px 0 0;
}

.thankYouDetailWrapper .signingUpBox {border-radius: 0 0 10px 10px;
    margin: 0;padding: 32px 50px;}

.thankYouDetailWrapper .signingUpBox h1 {
    font-weight: 400;
    text-align:left;
    font-size: 28px;
}

.row.socialMediaWrap .column-full ul a {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c00000;
    margin-right: 7px;
}

.row.socialMediaWrap .column-full ul li {
    margin: 0;
}
.paymentText p {
    color: #58595b;
    font-size: 14px;
}

.email-verification-page .paymentText {
    padding-bottom: 35px;
}

.email-verification-page .paymentText p,
.email-not-matched-page .ruled-table p{
    font-size: 20px;
    text-align: center;
    line-height: 32px;
    font-weight: 300;
}

.email-not-matched-page .ruled-table p a {
    color: #151269;
    font-weight: 700;
    display:inline-block;
}

.plansBoxesInner .card input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.plansBoxesInner .card input:checked+.cardWrapper {
    border: 3px solid #27469a;
    padding: 7px;
    border-radius: 7px;
}

.cardWrapper .cardInner {
    box-shadow: 0px 0px 8px rgba(0, 0, 139, 0.5);
    border-radius: 7px;
    cursor: pointer;
}

.cardWrapper {
    padding: 7px;
    border: 3px solid transparent;
}

.plansBoxesInner .card {
    padding: 0;
    border: none;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    margin: 15px 0;
}

.plansBoxesWrapper.SecondSelectPlans .card {
    box-shadow: none;
    padding-left: 12px;
    padding-right: 12px;
}

.card .card-header {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background-color: #3662d9;
    padding: 12px;
}

.card.popularCard .card-header {
    background-color: #f5f5fc;
    color: #151269;
}

.card .card-body {
    padding: 34px 26px;
    background-color: #27469a;
    border-radius: 0 0 7px 7px;
}

.card .card-body .cardList {
    border-bottom: 1px solid #526bae;
}

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

.cardList ul li {
    padding-bottom: 12px;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
}

.plansBoxesInner .card .card-header {
    border-radius: 7px 7px 0 0;
    position: relative;
    overflow: hidden;
}

.cardList ul li::before {
    content: '';
    background-image: url(../assets/images/tick.png);
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    top: 5px;
}

.CardPayment p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    align-items: end;
    line-height: normal;
    justify-content: center;
}

.CardPayment {
    padding-top: 17px;
    padding-bottom: 27px;
}

.CardPayment p span.large {
    font-size: 43px;
    font-weight: 600;
    line-height: 32px;
}

.ribbon {
    background: #c00000;
    box-shadow: 0 0 0 999px #c00000;
    clip-path: inset(0 -100%);
    position: absolute;
    inset: 0 auto auto 0;
    transform-origin: 86% 0;
    transform: translate(-37.3%) rotate(-45deg);
    line-height: normal;
    height: 25px;
    display: flex;
    align-items: center;
}

.ribbon span.popularText {
    font-size: 8px;
    color: #fff;
    text-transform: uppercase;
}

.boxCheckWrap {
    padding-bottom: 34px;
    padding-top: 20px;
    align-items: start;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
    transition: 0.5s;
}

.boxCheckWrap .termsandSevicesText {
    flex: 2;
}

.boxCheckWrap .termsandSevicesBox {
    flex: 1;
}

.check-availability-form .formFiveText ul {
    padding-top: 20px;
}

.check-availability-form .boxCheckWrap {
    padding: 0;
}

.check-availability-form .boxCheckWrap.formFiveText {
    padding-bottom: 34px;
    padding-top: 20px;
    padding-right: 20px;
}

.check-availability-form .boxCheckWrap:hover {
    background: transparent;
}

.check-availability-form .formFiveText ul a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}
.checkBoxHead {
    font-size: 16px;
    color: #030304;
    position:relative;
}

.formFiveText label.checkBoxHead input {
    width: 40px;
    text-align: center;
    border: 1px solid rgb(132 132 132 / 46%);
    border-radius: 4px;
    box-shadow: inset 0px 1px 5px 0px rgb(132 132 132 / 64%);
    padding: 2px 0;
    font-family: 'Montserrat';
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.formFiveText label.checkBoxHead input::-webkit-outer-spin-button,
.formFiveText label.checkBoxHead input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.formFiveText label.checkBoxHead input[type=number] {
  -moz-appearance: textfield;
}

.formFiveText label.checkBoxHead img.leftIcon {
    transform: rotate(180deg);
}

.formFiveText label.checkBoxHead img {
    width: 15px;
    cursor:pointer;
}

.checkBoxHead input.checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkBoxHead span.checkmark {
position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: white;
    border-radius: 4px;
    transition: .3s;
    box-shadow: inset 0px 1px 5px 0px rgba(1, 0, 1, 0.5);
}

.checkBoxHead span.checkmark::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    transition: .3s;
    background-image:url('./assets/images/checkbox-check.png');
    background-repeat: no-repeat;
    background-size: 15px;
    left: 0;
    top: 0;
    background-position: center;
}

.checkBoxHead input:checked + span.checkmark::after {
    display: block !important;
}

.boxCheckWrap .checkText {
    width: 100%;
}

.boxCheckWrap .checkText p {
    margin: 0;
    font-size: 14px;
    color: #030304;
    font-weight: 400;
}

.boxCheckWrap .checkText p.redColor {
    color: #c00000;
    font-weight: 700;
}

.boxCheckWrap .checkPayment {
    flex: 1 1 auto;
    text-align: right;
}

.boxCheckWrap .checkPayment p {
    margin: 0;
    font-size: 17px;
    color: #c00000;
    font-weight: 400;
}

.formFiveText p {
    margin: 0;
    font-size: 14px;
    color: #58595b;
    padding-bottom: 15px;
}

.formFiveText ul {
    list-style: none;
    padding: 0;
    margin-bottom: 23px;
}

.formFiveText ul li {
    padding-bottom: 10px;
    color: #c00000;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.formFiveText ul li:last-child {
    padding-bottom: 0;
}

.formFiveText label.checkBoxHead {
    font-size: 14px;
    color: #030304;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    font-weight: 400;
    margin-bottom: 10px;
    height: 30px;
    padding-left: 40px;
}

.formFiveText label.checkBoxHead span {
    color: #a9abae;
    font-size: 25px;
    cursor: pointer;
}

div#rep-check-boxes .formFiveText label.checkBoxHead {
    display: inline-flex;
}

.check-availability-form label.checkBoxHead {
    padding-left: 40px;
}

.schedule.check-availability-form label.checkBoxHead {
    margin-bottom: 8px;
}

.schedule.check-availability-form .formFiveText label.checkBoxHead span::before {
    content: '';
    width: 38px;
    height: 38px;
    border: 2px solid #c61818;
    position: absolute;
    top: -4px;
    left: -4px;
    bottom: 0;
    border-radius: 6px;
}

.schedule.check-availability-form label.checkBoxHead input:checked + span.checkmark::before {
    display: none;
}

.check-availability-form label.checkBoxHead input,
.schedule.check-availability-form .formFiveText label.checkBoxHead input{
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.check-availability-form .formFiveText label.checkBoxHead input {
    width: 40px;
    opacity: 1;
    font-size: 16px;
    height:30px;
    visibility: visible;
    position: inherit;
}

.formFiveText label.checkBoxHead.termsBox input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.radioBtnsWrapper .checkBoxHead span.checkmark::after {background-image: none;width: 10px;height: 10px;border-radius: 50%;background-color: white;top: 50%;left: 50%;transform: translate(-50%, -50%);}

.radioBtnsWrapper .checkBoxHead span.checkmark {
    border-radius: 50px;
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.check-availability-form .radioBtnsWrapper label.checkBoxHead input:checked ~ span.checkmark {
    background: #151269;
}

.check-availability-form .radioBtnsWrapper label.checkBoxHead {
    padding-left: 24px;
    font-size: 15px;
}

.radioBtnsWrapper {
    display: flex;
    gap: 16px;
    align-items: center;
}

.check-availability-form .btnWrapper {
    padding-top: 24px;
    position: relative;
    margin-left: auto;
}

.conditionRequiredMsgWrap {
    position: relative;
}
/* inline-block; */
.conditionRequiredMsgWrap .conditionRequiredMsg {
    display: none;
    font-size: 14px;
    color: #c00000;
    padding: 3px 13px;
    border: 1px solid #c00000;
    border-radius: 50px;
    position: absolute;
    background-color: #fff;
    top: -19px;
    left: 13px;
    right: 13px;
    text-align: center;
}

.conditionRequiredMsgWrap .conditionRequiredMsg.hidden {
    display: none;
}

.conditionRequiredMsgWrap .conditionRequiredMsg::before {
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    transform: rotate(-45deg);
    border: 1PX solid transparent;
    border-bottom: 1PX solid #c00000;
    border-left: 1PX solid #c00000;
    background: #fff;
    bottom: -5px;
    left: 50%;
}

.additionalServiceForm .btnWrapper {
    width: 25%;
    padding-top: 30px;
}

.InstallationText p {
    margin: 0;
    font-size: 13px;
    color: #c00000;
    padding-bottom: 6px;
    text-transform: uppercase;
    line-height: normal;
}

.InstallationText p.mobileText {
    display: none;
}

.InstallationText .checkBoxHead span.checkmark {
    width: 20px;
    height: 20px;
}

.InstallationText .checkBoxHead {
    font-size: 14px;
    color: #58595b;
    padding-left: 30px;
    height: 20px;
}

.InstallationText .checkBoxHead span.checkmark::after {
    background-size: 12px;
}

.paymentText.assistText p {
    font-size: 11px;
}

.paymentText.assistText p span {
    font-weight: 600;
}

.plansBoxesInner .slick-list {
    padding: 0;
}

.plansBoxesInner .slick-list .slick-slide {
    padding-right: 7px;
    padding-left: 7px;
}


.plansBoxesInner button.slick-arrow {
    left: 0;
    z-index: 10;
    width: 19px;
    height: 19px;
    padding: 0;
}

.plansBoxesInner button.slick-arrow::before {
    font-size: 0;
}

.plansBoxesInner button.slick-arrow {
    position: absolute;
}

.plansBoxesInner button.slick-prev.slick-arrow {
    z-index: 5;
    top: 50%;
    transform: translate(-50%, -50%);
    left: -20px;
}

.plansBoxesInner button.slick-next.slick-arrow {
    right: -40px;
    text-align: right;
    width: auto;
    z-index: 5;
    top: 50%;
    transform: translate(-50%, -50%);
    left: inherit;
}

.SecondSelectPlans .plansBoxesInner .card .card-header {
    padding-bottom: 10px;
    padding-top: 25px;
    background-color: #27469a;
    border: none;
}

.SecondSelectPlans .plansBoxesInner .card .card-header p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
}

.SecondSelectPlans .plansBoxesInner .card .card-header p span.large {
    font-size: 43px;
    font-weight: 600;
    line-height: 32px;
}

.SecondSelectPlans .popularCard.card .card-header {
    background-color: #fff;
}

.SecondSelectPlans .popularCard.card .card-active .card-header {
    background-color:#fff;
}

.SecondSelectPlans .popularCard.card .card-header p {
    color: #151269;
}

.SecondSelectPlans .card .card-body {
    padding: 10px 0 0;
    text-align: center;
}

.card .card-body .planText {
    padding-bottom: 10px;
    border-bottom: 1px solid #bfbfbf;
    border-style: dashed;
    border-top: none;
    border-left: 0;
    border-right: 0;
}

.card .card-body .planText span {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.SecondSelectPlans .popularCard.card .card-body {
    background-color: #c00000;
}

.card .card-body .planContent {
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.card .card-body .planContent p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.SecondSelectPlans .ribbon {
    transform-origin: 90% 0;
    transform: translate(-33.3%) rotate(-45deg);
}

.SecondSelectPlans .ribbon span.popularText {
    font-size: 12px;
}

.accordion-header button.accordion-button {
    background-color: #27469a;
    border: none;
    outline: none;
    color: #fff;
    font-weight: 600;
    padding: 15px 0;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    border-radius: 0 !important;
    box-shadow: none;
    width: 80%;
    margin: 0 auto;
    text-transform: uppercase;
}

.accordion-item h2.accordion-header {
    padding-bottom: 20px;
}

.card .card-body .accordion .accordion-item {
    border: none;
    background-color: #27469a;
}

.accordion-header button.accordion-button::after {
    content: '+';
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 400;
    transform: none;
}

.accordion-header button.accordion-button[aria-expanded='true']::after {
    content: '';
    font-weight: 400;
    width: 12px;
    height: 2px;
    background-color: #fff;
}

.accordion-header button.accordion-button[aria-expanded='true'] {
    width: 100%;
    padding: 15px 30px;
    background-color: #7287bd;
}

.accordion-body .broadBand {
    border: 1px solid #000;
    border-width: 2px;
    text-align: left;
    padding: 3px 5px;
}

.accordion-item .accordion-body {
    background-color: #fff;
    padding: 10px;
    border-radius: 0 0 6px 6px;
}

.accordion-body .broadBand h1 {
    color: #000;
    padding: 0;
    font-size: 25px;
}

.accordion-body .broadBand p {
    font-size: 12px;
    margin: 0;
    color: #000;
}

.accordion-body .broadBand span {
    display: block;
    font-size: 12px;
    color: #000;
}

.accordion-body .broadBand h1+p {
    font-weight: 600;
    font-size: 14px;
}

.monthlyPrice {
    padding: 2px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-width: 2px;
    margin: 5px 0;
}

.accordion-body .monthlyPrice p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}

.accordion-body .broadBand hr {
    margin: 8px 0;
    opacity: 1;
    border-width: 2px;
}

.accordion-body .broadBand table th {
    font-size: 14px;
}

.accordion-body .broadBand table td {
    font-size: 12px;
    color: #000;
}

.accordion-body .broadBand table tr td:last-child {
    text-align: right;
}

.accordion-body .broadBand p.bold {
    font-size: 14px;
    font-weight: 600;
}

.accordion-body .broadBand span.rightText {
    text-align: right;
    padding: 5px 0;
    color: #2c3f97;
    font-weight: 600;
}

.popularCard.card .card-body .accordion .accordion-item {
    background-color: #c00000;
}

.popularCard.card .card-body .accordion .accordion-item button.accordion-button {
    background-color: #c00000;
}

.popularCard.card .card-body .accordion .accordion-item button.accordion-button[aria-expanded='true'] {
    background-color: #c36969;
}

.selectPlanBtnWrapper {
    padding: 0 10px 15px;
}

.selectPlanBtnWrapper a.btn.nextBtn {
    background: transparent;
    border-color: #fff;
    transition: .3s;
}

.selectPlanBtnWrapper a.btn.nextBtn:hover {
    background: #fff;
    color: #27469a;
}

.popularCard.card .selectPlanBtnWrapper a.btn.nextBtn:hover {
    color: #c00000;
}

.FooterHead 
 .et_pb_column {
    margin-right: 10px;
    width: auto;
}

.FooterHead .et_pb_column .et_pb_module {
    margin-bottom: 5px;
}

.FooterHead .et_pb_column .footerContactBtn {
    width: 100%;
    text-align: center;
}

.FooterHead {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #00459e;
}

.FooterHead .et_pb_column:first-child {
    flex: 1;
}

.et_pb_section .et_pb_row_0_tb_body.et_pb_row {
    display: none;
}

@media (max-width: 1290px) and (min-width: 992px) {
    .et_builder_inner_content .et_pb_row_1_tb_body.et_pb_row {
    padding: 42px 30px !important;
}
}

@media (min-width:1600px) {
    .formFiveText label.checkBoxHead {
        font-size:16px;
    }
    .formFiveText p {
        font-size:16px;
    }
    .boxContent.TermsAndConditionsBox h1 {
        padding-bottom: 32px;
        font-size: 32px;
}
    .boxCheckWrap .checkText p {
        font-size:16px;
        font-weight:400;
    }
    .boxCheckWrap .checkPayment p,
    .check-availability-form .formFiveText ul a {
        font-size:20px;
    }
    form.check-availability-form.additionalServiceForm {
    padding-top: 32px;
}
    form.additionalServiceForm h2 {
        font-size:32px;
    }
    .fieldsInline .form-field.form-email-field {
        width: 598px;
    }
    .email-verification-page .paymentText p,
    .email-not-matched-page .ruled-table p{
        font-size:24px;
        line-height: 36px;
    }
    .thankYouDetailWrapper .signingUpBox h1 {
        font-size:32px;
    }
    .mainBoxWrapper.thankYouPage .boxContent .ruled-table .thankYouDetailWrapper p {
            font-size: 20px;
    }
    .thankYouPage .boxContent .ruled-table p {
        font-size:16px;
    }
    
    .thankYouPage .boxContent .ruled-table p{
        font-size:16px;
    }
    form.additionalServiceForm .boxContent .checkText h1 {
    font-size: 20px;
}
    .boxContent.fantastic-box-content {
    padding-top: 56px;
}

.boxContent.fantastic-box-content .newsBox {
    padding-bottom: 35px !important;
}

.boxContent.fantastic-box-content .newsBox h1 {
    padding-bottom: 21px !important;
}
    .boxContent.fantastic-box-content .newsBox h3 {
    font-size: 32px;
}
    .fieldsInline .form-field .form-control {
        font-size:15px;
    }
    .fieldsInline .form-field .form-control::placeholder {
        font-size:15px;
    }
    .signingUpBox .row .column-half:first-child {
    font-size: 15px;
}

.signingUpBox .row .column-half:last-child {
    font-size: 16px;
}
    .signingUpBox .signingUpBoxInner .row {
    margin: 0 auto;
    padding: 20px 50px;
}
    .boxContent.informationSecondForm .contactBox h1 {
    font-size: 28px;
}
    .listHead ul li a span {
    font-size: 15px;
}
.listHead ul li a span.number {
    font-size: 24px;
}
    .btnWrapper input[type=submit], .btnWrapper input[type=button],
    .fieldsInline .form-field .form-control {
    height: 60px;
}
    .et_pb_section .et_pb_row_1_tb_body.et_pb_row {
        padding-top: 63px !important;
        padding-bottom: 42px !important;
        padding-inline: 40px !important;
        width: 100% !important;
        max-width: 1488px !important;
}
    .boxContent .newsBox h3 {
        font-size: 24px;
    }
    .boxContent .newsBox p,
    .boxContent .newsBox p.greyText,
    .InstallationText .checkBoxHead {
        font-size: 16px;
    }
    .boxContent .newsBox p.smallText,
    .paymentText p {
        font-size: 16px;
    }
    .boxContent h1,
    .boxContent .ruled-table h3 {
        font-size: 36px;
    }
    .boxContent .newsBox p.redColor {
        font-size: 22px;
    }
    .boxContent h1.infoText {
        font-size: 28px;
    }
    .InstallationText p {
        font-size: 15px;
    }
}

@media (max-width:1199px) {
    .paymentText.assistText p {
        font-size: 10px;
    }

    .card .card-body .planText span {
        font-size: 20px;
    }

    .accordion-header button.accordion-button {
        font-size: 14px;
    }

}

@media (max-width:991px) {
    .check-availability-form .btnWrapper {
        width: 48% !important;
    }
    .check-availability-form.contact-form .form-field.btnWrapper {
        width: 50%;
    }
    .listHead ul li a span br {
        display: none;
    }
    form.check-availability-form.contact-form .boxContent h1.infoText {
        font-size:26px;
    }
    .et_builder_inner_content .et_pb_row_1_tb_body.et_pb_row {
    padding: 40px !important;
}
    .fieldsInline .form-field .form-control {
    font-size: 13px;
}

.fieldsInline .form-field .form-control::placeholder {
    font-size: 13px;
}
.listHead ul li a span {
    font-size: 10px;
    height: auto;
    font-weight: bold;
}
    .check-availability-form .boxContent h1 {
    text-align: left;
}
    .additionalServiceForm .btnWrapper,
    .check-availability-form .btnWrapper{
    width: 35%;
}
.boxContent.fantastic-box-content h1.infoText {
    padding-bottom: 10px;
    font-size: 24px;
    text-align: center;
}

.paymentText {
    text-align: center;
}
    
    .paymentText p {
    font-size: 16px;
}


.listHead ul li a::before {
    top: 35%;
}
    .mainSection.secondThirdFormSection .btnWrapper,
    .mainSection.AdditionalFormSection .btnWrapper,
    .mainSection.termsFormSection .btnWrapper {
        width: 50%;
    }

    .boxContent .boxCheckWrap .checkText h1 {
        text-align: left;
    }

    .plansBoxesWrapper.SecondSelectPlans .card {
        margin: 0;
        margin-bottom: 8px;
    }

    .plansBoxesInner button.slick-next.slick-arrow {
        right: -30px;
    }

    .plansBoxesInner button.slick-prev.slick-arrow {
        left: -12px;
    }

    .paymentText.assistText p {
        text-align: center;
        font-size: 15px;
        padding-top: 6px;
    }

    .fieldsInline .form-field {
        flex: inherit;
        padding: 0 5px;
        margin-bottom: 24px;
    }

    .fieldsInline .form-field.btnWrapper {
        margin-bottom: 0;
    }

    .boxContent h1 {
        text-align: center;
        font-size: 28px;
        line-height: normal;
    }

    .listHead ul li a span.number {
        width: 45px;
        height: 45px;
        font-weight: normal;
    }

    .listHead ul li a {
        gap: 8px;
        font-size: 11px;
    }

    .boxContent .newsBox h3 {
        font-size: 17px;
    }

    .boxContent .newsBox p {
        font-size: 13px;
    }

}

@media (max-width:767px) {
    .listHead ul li {
        border-bottom: 1px solid rgba(217, 217, 217, 1);
        margin-bottom: 15px;
    }
    .check-availability-form .form-field.btnWrapper {
        padding-top: 20px;
    }
    .fieldsInline .form-field {
        padding: 0;
    }
    .boxContent h1.infoText {
        font-size: 26px;
    }
    .check-availability-form.contact-form .form-field.btnWrapper {
        width: 100%;
    }
    form.check-availability-form.additionalServiceForm {
        padding-top: 4px;
    }
    form.check-availability-form.additionalServiceForm .conditionRequiredMsgWrap {
    margin: 0 29px;
}
    .check-availability-form .boxContent h1 {
    padding-bottom: 16px;
}
    .check-availability-form.additionalServiceForm .boxCheckWrap.formFiveText {
    padding-top: 44px;
}
    form.additionalServiceForm h2 {
    padding: 0;
}
    .formFiveText p {
    font-size: 16px;
}
    form.check-availability-form .boxContent.TermsAndConditionsBox {
    padding-top: 35px;
}
    .check-availability-form .boxContent.fantastic-box-content {
    padding-top: 29px; 
        padding-bottom: 21px;
}
    .check-availability-form .formFiveText {
    padding-bottom: 22px !important;
}
    .check-availability-form .formFiveText ul {
    margin-bottom: 10px;
        padding-top: 15px;
}
    .check-availability-form label.checkBoxHead {
    padding: 0;
    justify-content: start !important;
}
    
    .schedule.check-availability-form label.checkBoxHead {
    padding-left: 40px;
}

.boxCheckWrap .checkPayment {
    text-align: left;
}

.boxCheckWrap .termsandSevicesBox {
    padding: 20px 0 0;
}

.check-availability-form label.checkBoxHead.termsBox {
    padding-left: 40px;
}
    
.check-availability-form .radioBtnsWrapper label.checkBoxHead {
    padding-left: 24px;
}
    .row.email-not-matched-page .mainBoxWrapper {
    padding: 0 39px;
}
    .email-verification-page .paymentText p, .email-not-matched-page .ruled-table p {
    font-size: 18px;
    line-height: 24px;
}

.mainBoxWrapper.email-verification-page {
    padding: 0 38px;
}
    .schedule.check-availability-form .formFiveText {
    padding-left: 30px;
}
    form.check-availability-form {
    padding: 0 10px;
}
    .mainBoxWrapper.thankYouPage .ruled-table {
    padding: 30px 15px 0;
}
    .mainBoxWrapper.thankYouPage .ruled-table > .row {
    padding: 0 15px;
}

    form.check-availability-form .boxContent {
        padding: 0;
/*         margin: 0 29px; */
}
    .check-availability-form .boxCheckWrap.formFiveText {
        padding-right: 0;
        padding-bottom: 27px;
    }



    .additionalServiceForm .boxCheckWrap {
    padding-left: 0;
    padding-right: 0;
    gap: 10px;
}
    .boxContent.fantastic-box-content {
    padding: 35px 35px 0;
}
    .listHead {
    padding: 0 30px;
}
    
.formFiveText label.checkBoxHead {
    font-size: 14px;
    line-height: 18px;
}
    .thankYouDetailWrapper .signingUpBox {
    padding: 32px;
}
    .listHead ul li:last-child a::before {
    display: none;
}
    .check-availability-form .btnWrapper {width: 100% !important;}
    .additionalServiceForm .btnWrapper {
    width: 50%;
}
    .boxCheckWrap {
    padding-left: 0;
    padding-right: 0;
}

.boxCheckWrap .checkPayment p {
    font-size: 20px;
    padding-top: 14px;
}

.boxContent .boxCheckWrap .checkText h1 {
    font-size: 16px !important;
}

.boxCheckWrap .checkText p {
    font-size: 14px;
}
    .listHead ul li a {
    display: block;
}
    .listHead ul li a span {
        height: auto;
        min-height: 18px;
        font-size: 7px;
        display:block;
}
    .listHead ul li a {
    gap: 0;
}
    .listHead ul li a::before {
    top: 33%;
}
    .boxContent.fantastic-box-content .newsBox h3 {
    font-size: 24px;
    line-height: 32px;
}

    .signingUpBox .signingUpBoxInner .row {
    padding: 15px 20px;
}

.signingUpBox .signingUpBoxInner .row.socialMediaWrap .column-full h3 {
    font-size: 19px;
}

.signingUpBox {
    padding: 35px;
}
    .et_pb_section .et_pb_row_0_tb_body.et_pb_row {
        padding: 40px 30px !important;
    }
    .formFiveText ul li {
        font-size: 18px;
    }

    .accordion-header button.accordion-button {
        width: 87%;
    }

    .mainSection.secondThirdFormSection .btnWrapper,
    .mainSection.AdditionalFormSection .btnWrapper,
    .mainSection.termsFormSection .btnWrapper {
        width: 100%;
    }

    .cardWrapper {
        padding: 0;
    }

    .plansBoxesWrapper.SecondSelectPlans .card {
        margin-bottom: 20px;
        padding: 0;
    }

    .card .card-body .planContent p {
        height: auto;
        font-size: 18px;
    }

    .card .card-body .planText span {
        font-size: 28px;
    }

    .SecondSelectPlans .plansBoxesInner .card .card-header p span.large {
        font-size: 48px;
    }

    .SecondSelectPlans .plansBoxesInner .card .card-header p {
        font-size: 20px;
    }

    .accordion-header button.accordion-button {
        font-size: 16px;
    }

    .SecondSelectPlans .ribbon {
        transform-origin: 100% 0;
        transform: translate(-26.3%) rotate(-45deg);
    }

    .selectThirdFormSection .mainBoxWrapper .mainBoxInner {
        padding: 50px;
    }

    .plansBoxesInner button.slick-prev.slick-arrow {
        left: -20px;
    }

    .plansBoxesInner button.slick-next.slick-arrow {
        right: -40px;
    }

    .listHead ul li a {
        font-size: 0;
        justify-content: center;
        text-align: center;
    }

   .listHead ul li a span.number {
    height: 50px;
    width: 50px;
       font-size: 24px;
       border-radius: 12px 12px 12px 0;
    font-weight: 400;
       margin-bottom: 16px;
}
    
    .et_pb_section .et_pb_row_1_tb_body.et_pb_row {
    padding: 53px 15px 60px !important;
}

    .listHead ul li {
        padding-bottom: 20px;
    }

    .InstallationText .checkBoxHead {
        margin-bottom: 20px;
    }
    .et_builder_inner_content .et_pb_section_0_tb_body.et_pb_section {
    padding-top: 60px;
}
}

@media (max-width: 699px) {
    .column-quarter .btnWrapper {
    flex-direction: column;
}

.column-quarter .btnWrapper button.btn {
    order: 2;
    width: 100%;
}

.column-quarter .btnWrapper input {
    width: 100%;
}
    .et_pb_section .et_pb_row_1_tb_body.et_pb_row {
    padding-top: 16px !important;
}

.et_builder_inner_content .et_pb_section_0_tb_body.et_pb_section {
    padding-top: 12px;
}

header.et-l--header .et_pb_row {
    padding-block: 16.5px;
} 

.et_pb_image_0_tb_header .et_pb_image_wrap img {
    width: 203px;
}
}

@media (max-width:650px) {
    
.signingUpBox .row .column-half:last-child {
    line-height: 24px;
}
    .signingUpBox .row .column-half:first-child,
    .signingUpBox .row .column-half:last-child{
        width:100%;
    }
    .boxContent .ruled-table p br {
    display: block;
}
}

@media (max-width:575px) {
    .radioBtnsWrapper {
        justify-content: center;
    }
    .listHead ul li {
        padding-bottom: 8px;
    }
    header.et-l--header .et_pb_row {
        padding-block: 10.5px;
    }

    .et_pb_image_0_tb_header .et_pb_image_wrap img {
        max-width: 180px;
    }
    .listHead {
        padding: 0;
    }
    .et_builder_inner_content .et_pb_section_0_tb_body.et_pb_section {
        padding-top: 13px;
    }

    .et_pb_section .et_pb_row_1_tb_body.et_pb_row {
        padding-top: 13px !important;
        padding-inline: 10px !important;
    }
    form.check-availability-form.additionalServiceForm {
    padding-left: 6px;
    padding-right: 6px;
}
    .boxCheckWrap .checkText p.redColor {
        font-size: 16px;
        padding-top: 5px;
        padding-bottom: 0;
}
    .boxContent.TermsAndConditionsBox h1 br {
        display:block;
    }
    .boxCheckWrap .termsandSevicesBox {
    padding-top: 5px;
}
    
    .boxContent.TermsAndConditionsBox h1 {
    font-size: 24px;
}

.check-availability-form .boxContent h1 {
    padding-bottom: 16px;
}

form.additionalServiceForm h2 {
    font-size: 24px;
    padding: 0;
}
    .et_pb_section .et_pb_row_1_tb_body.et_pb_row {
    width: 90%;
    padding-bottom: 24px !important;
}
    .thankYouDetailWrapper .signingUpBox {
    padding: 32px 20px;
}

.thankYouDetailWrapper .signingUpBox h1 {
    padding-bottom: 23px;
}

.boxContent .ruled-table h3 {
    text-align: left;
}
    .conditionRequiredMsgWrap .conditionRequiredMsg {
    right: 0;
    text-align: center;
}

.check-availability-form .formFiveText ul a {
    font-size: 14px;
}

.formFiveText ul li {padding-bottom: 5px;}
    .additionalServiceForm .btnWrapper,
    .check-availability-form .btnWrapper{
    width: 100%;
}
    .boxContent .boxCheckWrap .checkText h1 {
    padding: 0;
}
    .signingUpBox .signingUpBoxInner .row.socialMediaWrap .column-full h3 {
    font-size: 18px;
}

.signingUpBox {padding: 36px 20px;}

.boxContent .ruled-table h3 {
    font-size: 28px;
}

.signingUpBox .signingUpBoxInner .row.socialMediaWrap {
    padding-left: 0;
    padding-right: 0;
}

    .signingUpBox .signingUpBoxInner .row {
    padding: 15px 20px;
}
    
.row.socialMediaWrap .column-full ul a {
    margin: 0;
}
    .boxContent .newsBox p.redColor {
        font-size: 18px;
    }

.et_pb_section .et_pb_row_0_tb_body.et_pb_row {
    padding: 30px 10px !important;
    width: 90%;
}
    section.mainSection.AdditionalFormSection .boxContent>h1,
    .plansBoxesWrapper.SecondSelectPlans+h1 {
        padding-bottom: 20px;
    }

    .boxCheckWrap .checkText p {
        padding-top: 10px;
        padding-bottom: 15px;
        font-size:16px;
    }

    .boxCheckWrap .checkText {
        padding-left: 40px;
        max-width: 100%;
    }


    .boxCheckWrap .checkPayment {
        text-align: left;
        padding-left: 40px;
    }

    .boxContent.informationSecondForm .newsBox p {
        padding-top: 0;
        padding-bottom: 30px;
    }

    section.mainSection {
        padding: 60px 18px;
    }

    .boxContent h1 {
        text-align: center;
        font-size: 28px;
        padding-bottom: 34px;
    }

    .fieldsInline .form-field .form-control {
        font-size: 13px;
        padding: 12px 29px !important;
    }

    .form-field.selectBox select.form-control {
        background-position: center right 29px;
    }

    .mainBoxWrapper .mainBoxInner {
        padding: 0;
    }

    .fieldsInline .form-field {
        margin-bottom: 10px;
    }

    .InstallationText p {
        display: none;
    }

    .InstallationText p.mobileText {
        display: block;
        padding-bottom: 14px;
        padding-top: 15px;
    }

    .InstallationText {
        padding-left: 20px;
    }

    .InstallationText .checkBoxHead {
        font-size: 14px;
    }

    .boxContent.informationSecondForm .newsBox p.greyText {
        padding-bottom: 8px;
    }
}

@media (max-width:479px) {
    .listHead {
        padding: 0;
    }
    .listHead ul li a span.number {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .listHead ul li a::before {
        top: 23%;
    }
    
    .listHead ul li a span {
        font-size: 6px;
    }
}

@media (max-width:450px) {
    .et_pb_section .et_pb_row_1_tb_body.et_pb_row {
        width: 95%;
    }
    .listHead ul li a span {
        font-size: 6px;
    }
    form.additionalServiceForm h2 {
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.boxCheckWrap .checkText p {
    font-size: 14px;
}

.boxCheckWrap .checkPayment p {
    font-size: 18px;
}
    .row.email-not-matched-page .mainBoxWrapper {
    padding: 0 25px;
}
    .email-verification-page .paymentText p, .email-not-matched-page .ruled-table p {
    font-size: 16px;
    line-height: 22px;
}

.mainBoxWrapper.email-verification-page {
    padding: 0 20px;
}
    .followUsText h3 {
    font-size: 18px;
}
    .thankYouDetailWrapper .signingUpBox h1 {
    font-size: 22px;
}

.signingUpBox .row .column-half:first-child {
    font-size: 14px;
}

.signingUpBox .row .column-half:last-child {
    font-size: 15px;
}

.mainBoxWrapper.thankYouPage .thankYouDetailWrapper p {
    font-size: 16px;
    padding: 15px 35px;
}
    .boxContent .ruled-table h3 {
    font-size: 22px;
}

.mainBoxWrapper.thankYouPage .ruled-table > .row {
    padding: 0 5px;
}

.mainBoxWrapper.thankYouPage .ruled-table {
    padding: 24px 10px 0;
}
    .select-plan-msg h5 {
    font-size: 16px;
}
/*  form.check-availability-form .boxContent {
    padding: 0 10px;
} */

.check-availability-form .boxContent h1 {
    font-size: 20px;
    padding-bottom: 20px;
}

.formFiveText p {
    font-size: 14px;
    line-height: 22px;
}
    .boxContent .boxCheckWrap .checkText h1 {
    font-size: 14px !important;
    line-height: 20px;
}

.boxCheckWrap .checkText p.redColor {
    line-height: normal;
    font-size: 14px;
}
/*  .listHead {
    padding: 0 10px;
} */

.boxContent.fantastic-box-content {
    padding: 35px 10px 0;
}

    .row.socialMediaWrap .column-full ul a {
    width: 40px;
    height: 40px;
}

.et_pb_social_media_follow li a.icon:before {
    font-size: 14px;
}
    .formFiveText ul li {
        font-size: 15px;
    }

    .formFiveText ul {
        margin-bottom: 10px;
    }

    .InstallationText .checkBoxHead {
        font-size: 14px;
        line-height: normal;
    }

    .paymentText.assistText p {
        font-size: 12px;
    }


    .boxContent h1 {
        font-size: 22px;
    }
.boxContent.fantastic-box-content .newsBox h3 {
    font-size: 20px;
    line-height: normal;
}

.boxContent .newsBox p.redColor {
    font-size: 16px;
}

}

@media (max-width: 410px) {
    .et_pb_section .et_pb_row_1_tb_body.et_pb_row {
        width: 97%;
        padding-inline: 5px !important;
    }
    .listHead ul li a span {
        font-size: 6px;
    }
}

@media (max-width:360px) {
    .et_pb_section .et_pb_row_1_tb_body.et_pb_row {
        padding-inline: 10px !important;
    }
    .btnWrapper input[type=submit], .btnWrapper input[type=button], .btnWrapper a {
        font-size: 14px;
    }
}
.first-plan input.service_qty[value="0"]+.termsandSevicesWrapper .checkBoxHead span#prevBtn,
.first-plan input.service_qty[value="5"]+.termsandSevicesWrapper .checkBoxHead span#nextBtn {
  pointer-events: none;
}

.first-plan input.service_qty[value="0"]+.termsandSevicesWrapper .checkBoxHead span#nextBtn,
.first-plan input.service_qty[value="1"]+.termsandSevicesWrapper .checkBoxHead span#prevBtn,
.first-plan input.service_qty[value="1"]+.termsandSevicesWrapper .checkBoxHead span#nextBtn,
.first-plan input.service_qty[value="2"]+.termsandSevicesWrapper .checkBoxHead span#prevBtn,
.first-plan input.service_qty[value="2"]+.termsandSevicesWrapper .checkBoxHead span#nextBtn,
.first-plan input.service_qty[value="3"]+.termsandSevicesWrapper .checkBoxHead span#prevBtn,
.first-plan input.service_qty[value="3"]+.termsandSevicesWrapper .checkBoxHead span#nextBtn,
.first-plan input.service_qty[value="4"]+.termsandSevicesWrapper .checkBoxHead span#prevBtn,
.first-plan input.service_qty[value="4"]+.termsandSevicesWrapper .checkBoxHead span#nextBtn,
.first-plan input.service_qty[value="5"]+.termsandSevicesWrapper .checkBoxHead span#prevBtn {
  color: #151269;
}

.second-plan input.service_qty[value="1"]+.termsandSevicesWrapper .checkBoxHead span#prevBtn,
.second-plan input.service_qty[value="5"]+.termsandSevicesWrapper .checkBoxHead span#nextBtn {
  pointer-events: none;
}

.second-plan input.service_qty[value="1"]+.termsandSevicesWrapper .checkBoxHead span#nextBtn,
.second-plan input.service_qty[value="2"]+.termsandSevicesWrapper .checkBoxHead span#prevBtn,
.second-plan input.service_qty[value="2"]+.termsandSevicesWrapper .checkBoxHead span#nextBtn,
.second-plan input.service_qty[value="3"]+.termsandSevicesWrapper .checkBoxHead span#prevBtn,
.second-plan input.service_qty[value="3"]+.termsandSevicesWrapper .checkBoxHead span#nextBtn,
.second-plan input.service_qty[value="4"]+.termsandSevicesWrapper .checkBoxHead span#prevBtn,
.second-plan input.service_qty[value="4"]+.termsandSevicesWrapper .checkBoxHead span#nextBtn,
.second-plan input.service_qty[value="5"]+.termsandSevicesWrapper .checkBoxHead span#prevBtn {
  color: #151269;
}

.third-plan input.service_qty[value="3"]+.termsandSevicesWrapper .checkBoxHead span#prevBtn,
.third-plan input.service_qty[value="5"]+.termsandSevicesWrapper .checkBoxHead span#nextBtn {
  pointer-events: none;
}

.third-plan input.service_qty[value="3"]+.termsandSevicesWrapper .checkBoxHead span#nextBtn,
.third-plan input.service_qty[value="4"]+.termsandSevicesWrapper .checkBoxHead span#prevBtn,
.third-plan input.service_qty[value="4"]+.termsandSevicesWrapper .checkBoxHead span#nextBtn,
.third-plan input.service_qty[value="5"]+.termsandSevicesWrapper .checkBoxHead span#prevBtn {
  color: #151269;
}

/* Irtiza CSS */

.salesrep_link{
    font-size: xx-large;
}

/* Irtiza CSS */


.last-name-modal {
    z-index: 10;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: none;
}

.modal-dialog-box {
    max-width: 500px;
    margin: 1.75rem auto;
    min-height: calc(100% - 3.5rem);
    display: flex;
    align-items: center;
}

.modal-dialog-box .modal-content-box {
    background-color: #fff;
    border-radius: 10px;
}

.modal-dialog-box .modal-content-box .modal-text {
    padding: 10px 20px 20px;
}

.modal-dialog-box .modal-content-box .modal-foot {
    padding: .75rem 20px;
    border-top: 1px solid #dee2e6;
    text-align: right;
}

.modal-dialog-box .modal-content-box .modal-foot button {
    background-color: #c00000;
    padding: 12px;
    line-height: normal;
    color: #fff;
    border-radius: 0 25px 0 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .3s;
    border-color: #c00000;
    border: 1px solid #c00000;
    border-bottom: 4px solid #ac0000;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    align-content: center;
    text-align: center;
    text-decoration: none;
    padding-inline: 60px;
}

.modal-dialog-box .modal-content-box .modal-text p {
    font-size: 18px;
    color: #151269;
    font-weight: 700;
    padding-bottom: 16px;
    display: inline-block;
    line-height: 120%;
    padding-left: 0;
}

.modal-head {
    text-align: right;
    padding: 20px 20px 0;
}

.modal-head button {
    background: none;
    border: 0;
}

.modal-head button svg {
    width: 24px;
    height: 24px;
}

.modal-dialog-box .modal-content-box .modal-text .form-group input {
    border: 1px solid #D9D9D9;
    width: 100%;
}

.modal-dialog-box .modal-content-box {
    width: 100%;
    margin: 0 15px;
}

.error-text {
    color: #c00000;
    font-size: 14px;
    display: none;
}

.self-install-popup .swal2-html-container {
    padding: 0;
}

.self-install-popup .swal2-html-container .modal-header {
    flex-direction: column;
    padding: 24px;
    border-bottom: 1px solid #CFCFCF;
}

.self-install-popup .swal2-html-container .modal-header .modal-icon {
    padding-bottom: 24px;
}

.self-install-popup .swal2-html-container .modal-header .modal-heading h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 12px;
}

.self-install-popup .swal2-html-container .modal-header .modal-heading p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #585858;
}

.self-install-popup .swal2-html-container .mdoal-body {
    padding: 24px;
    border-bottom: 1px solid #CFCFCF;
}

.self-install-popup .swal2-html-container .mdoal-body ul {
    list-style: none;
}

.self-install-popup .swal2-html-container .mdoal-body ul li {
    text-align: left;
    padding-bottom: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.self-install-popup .swal2-html-container .mdoal-body ul li:last-child {
    padding: 0;
}

.self-install-popup .swal2-html-container .mdoal-body ul li span.icon {
    background: #16B36433;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.self-install-popup .swal2-actions {
    width: 100%;
    margin: 0;
    padding: 24px;
    gap: 16px;
}

.self-install-popup .swal2-actions button {
    flex: 1;
    padding: 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    background: #C00000;
    border-radius: 0 25px 0 0;
    border: 1px solid #C00000;
    transition: .3s;
}

.self-install-popup {
    padding-bottom: 0;
}

.self-install-popup .swal2-actions button.swal2-confirm  {
    color: #C00000;
    background: none;
}

.self-install-popup .swal2-actions button:hover {
    color: #C00000;
    background: none;
}

.self-install-popup .swal2-actions button.swal2-confirm:hover {
    background-color: #C00000;
    color: #fff;
}

.mainBoxWrapper.accountWrapper .btnWrapper {
    padding-top: 20px;
}

.btnWrapper a.btn {
    display: inline;
    padding: 12px 24px;
    background: #C00000;
    color: #fff;
    border-width: 1px;
    font-size: 18px;
    text-transform: inherit;
}

.btnWrapper a.btn.bundleBtn {
    background: #fff;
    color: #C00000;
}

.btnWrapper a.btn.bundleBtn:hover {
    background: #C00000;
    color: #fff;
}

.btnWrapper a.btn:active {
    border-color: #C00000;
}

.btnWrapper a.btn i {
    padding-right: 5px;
}

.btnWrapper {
    text-align: center;
}


@media (max-width:991px) {
    .mainBoxWrapper.accountWrapper .btnWrapper button {
        width: 48%;
    }
}

@media (max-width:767px) {
    .mainBoxWrapper.accountWrapper .btnWrapper button {width: 100%;max-width: 300px;}

    .mainBoxWrapper.accountWrapper .btnWrapper {
        text-align: center;
    }
    .btnWrapper a.btn {
        font-size: 14px;
        height: 48px;
        display: inline-block;
        width: 100%;
    }
}
