/* GLOBAL STYLES
-------------------------------------------------- */

/* Global Font-Family Import */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,700;1,800;1,900&display=swap");


@font-face {
    font-family: 'HaptikFont';
    src: url('/fonts/GT_Haptik/WebFonts/GT-Haptik.woff2') format('woff2'),
    url('/fonts/GT_Haptik/WebFonts/GT-Haptik.woff') format('woff'),
    url('/fonts/GT_Haptik/WebFonts/GT-Haptik.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GT Haptik Regular";
    src: url("https://db.onlinewebfonts.com/t/2ec3ff0d589a5e3203c12ad898857451.eot");
    src: url("https://db.onlinewebfonts.com/t/2ec3ff0d589a5e3203c12ad898857451.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/2ec3ff0d589a5e3203c12ad898857451.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/2ec3ff0d589a5e3203c12ad898857451.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/2ec3ff0d589a5e3203c12ad898857451.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/2ec3ff0d589a5e3203c12ad898857451.svg#GT Haptik Regular")format("svg");
}


/* Padding below the footer and lighter body text */
body {
    color: #5a5a5a;
}
html {
    scroll-behavior: smooth;
    transition: scroll-behavior 0.5s ease-in-out;
}
:root {
    height: -webkit-fill-available !important;
}

/*  CUSTOM ROOT SCROLL-BAR */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(119, 142, 255, 0.1);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2F5041;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #2F5041;
}
/* CUSTOM ROOT SCROLL-BAR END */

/* CUSTOMIZE THE CSS FOR HEADER
-------------------------------------------------- */
.logo-front {
    color: #fff;

    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.7px; /* 103.889% */
    text-transform: uppercase;
}

.navbar-dark .navbar-toggler{
    color: #2F5041 !important;
    border-color:#2F5041 !important;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='green' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.logo-back {
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.7px;
    letter-spacing: 10.17px;
    text-transform: uppercase;
}

.btn-green{
    background-color: #2F5041 !important;
    border: none !important;
}
.btn-green:hover{
    color: white !important;
    box-shadow: 0px 0px 17px #00000091;
}
.nav-link {
    padding-right: 2.5rem !important;
}
.font-nav-link {
    font-family:   'GT Haptik Regular', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #29323F !important;
}
.font-nav-link:hover{
    color: #366a57 !important;
}

.header_text_section{
    background-color: #2F5041;
    padding: 18px 13px;
    color: white;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.header_text_section p{
    font-family:   'GT Haptik Regular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;

}
.bg-dark-bills {
    background: #FFFFFF;
}
.height-header-wrap {
    max-height: 100px !important;
    height: 100px;
}
/* .height-footer-wrap {
    max-height: 100px !important;
    height: 100px;
} */
.style-list-footer-wrap > p {
    padding: 0px !important;
}
.btn-quote {
    border-radius: 100px;
    background: #fff;

    /* Font Style For Button */
    color: #0d1952;

    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
.cursor-pointer-wrap {
    cursor: pointer;
    padding-left: 5px;
}
.btn-credentials {
    border-radius: 100px;
    background: #778eff;

    /* Font Style For Button */
    color: #fff;
    padding: 10px 45px;

    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
.app-logo{
    width: 200px;
}
.btn-check-sign {
    display: flex;
    flex-direction: column;
}

/* GET A QUOTE
-------------------------------------------------- */
.quote-section {
    margin-top: 115px;
    padding-top: 54px;
    background-image: url("../background/HeroSection.png");
    background-repeat: no-repeat;
    /* height: 300px; */
    background-size: cover;
}
*{
    font-family:   'GT Haptik Regular', sans-serif !important;
    font-weight: inherit !important;
}

.household-item {
    color: rgba(47, 80, 65, 1);
    font-family:   'GT Haptik Regular', sans-serif;
    font-size: 47px;
    font-style: normal;
    font-weight: 400;
}

.cursor-card {
    cursor: pointer;
    /*padding-top: 30px;*/
}
.cursor-card.rounded-pill input::placeholder {
    color: #737373;
    font-size: 14px !important;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
}
.bills-item {
    color: #778eff;
    font-family: Poppins;
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.card-submit {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.28);
    border-radius: 30px;
    border-width: 1px;
    padding-top: 36px;
    padding-right: 32px;
    padding-bottom: 36px;
    padding-left: 32px;
    gap: 32px;
    border: 1px solid rgba(255, 255, 255, 0.39);
    backdrop-filter: blur(111px);
    box-shadow: 0px 3px 46px 0px rgba(119, 142, 255, 0.11);
}

.invalid-feedback,
.valid-feedback {
    font-family: Poppins;
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
}

.quote-section-inputs{
    background-color: rgba(246, 248, 255, 1) !important;
    border: none !important;
    font-family: 'GT Haptik Regular', sans-serif !important;
}
.quote-section-inputs::placeholder{
    font-family: 'GT Haptik Regular', sans-serif !important;
    font-style: normal !important;
}
.quote-title {
    color: rgba(41, 50, 63, 1);
    font-family: 'GT Haptik Regular', sans-serif;
    font-size: 32px;
    font-style: normal;
    padding-bottom: 20px;
    padding-top: 10px;
    font-weight: 400;
}
.instant-quote {
    color: #778eff;

    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
}
.placeholder-index-quote::placeholder {
    color: #bec0bf;

    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.placeholder-index-quote {
    color: #080e28;
    font-family: Poppins;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border: 1px solid #ced4da;
}
.placeholder-index-quote:focus-visible {
    outline: none !important;
}
.ui-datepicker-trigger {
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 15px;
}

.mob-form-label {
    position: relative;
}

.placeholder-index::placeholder {
    color: #737373;
    font-family: Poppins;
    font-size: 14px !important;
    font-style: italic;
    font-weight: 400;
}
.placeholder-index {
    color: #080e28;
    font-family: Poppins;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.padding-btn-wrap {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    padding: 10px 15px;
}
.bg-card-item {
    border-radius: 8px;
    display: flex;
    /* width: 196px; */
    /* padding: 12px; */
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    align-self: stretch;
    align-items: center;
    background: rgba(47, 80, 65, 0.1);

    border: 0.5px solid rgba(47, 80, 65, 1)

}
.gas-item-wrapper {
    color: rgba(41, 50, 63, 1);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}
.gas-item-wrapper span {
    color: rgba(47, 80, 65, 1);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
}
.broadband-item-wrapper {
    color: rgba(41, 50, 63, 1);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}
.item-selected-broadband {
    color: #2F5041;
    font-family: 'GT Haptik Regular', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
}
.water-item-wrapper {
    color: rgba(41, 50, 63, 1);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}
.tv-item-wrapper {
    color: rgba(41, 50, 63, 1);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}
.special-price-tag {
    color: #fff;

    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
.special-price-cut {
    color: #fff;

    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-decoration: line-through;
}
.special-price-discount {
    color: #fff;

    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}
.special-quote-tag {
    color: #778eff;

    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.bg-offer-tag {
    border-radius: 8px;
    background: #2F5041;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 15px;
    align-self: stretch;
    position: relative;
}
.special-offer-tag {
    color: #fff;
    font-family: 'GT Haptik Regular', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.special-bonus-text {
    color: #fff;

    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}
.special-selling-text {
    color: #fff;

    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.bg-card-overlay {
    height: 192px;
}
.bg-card-overlay-outer {
    height: 88px;
}
.img-bonus-offer {
    position: absolute;
    top: -50px;
    right: -40px;
}
.img-bonus {
    width: 130px;
}
.bonus-signup {
    position: absolute;
    top: 40px;
    color: #000;
    left: 32px;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    transform: rotate(-12deg);
}
.responsive-broadband-text {
    padding-left: 25px !important;
}

/* Modal Quote
-------------------------------------------------- */
.select-no-tenants {
    color: #bec0bf !important;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.quote-modal-fixed {
    left: 7px !important;
}
.modal-quote {
    width: 90% !important;
    max-width: 90% !important;
}
.modal-quote .modal-header {
    border: none !important;
}

.label-column-quote {
    display: flex;
    align-items: flex-start !important;
    width: 100%;
}
.radio-quote {
    margin-top: 4px !important;
}
.btn-close {
    padding-top: 15px !important;
    padding-right: 15px !important;
}
.package-label-wrap {
    color: #737373;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.package-label {
    color: #080e28;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.package-label-include {
    color: #080e28;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}
.wrap-check {
    color: #080e28;
    padding-left: 0px !important;
    padding-right: 5px !important;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.price-detail-content{
    color: #fff;
    padding-left: 0px !important;
    padding-right: 5px !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.total-price-value{
    color: #fff !important;
}

.wrap-check-value {
    color: #080e28;
    padding-left: 0px !important;
    padding-right: 5px !important;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.check-label-form {
    color: #080e28;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.width-input {
    width: 100% !important;
    /*flex:none !important*/
    padding: 8px 15px !important;
}

.font-tenant-quote {
    color: #bec0bf;

    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.width-label {
    width: 20%;
    color: #080e28;
    margin-top: 7px;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.form-label-model {
    color: #080e28;
    margin-top: 7px;
    padding-left: 0px !important;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.mob-form-label {
    padding: 0px !important;
}
.modal-quote .modal-title {
    color: #080e28;
    text-align: center;
    font-family: Poppins;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    padding-left: 20px !important;
    text-transform: capitalize;
}

.modal-quote .modal-short-text {
    color: #737373;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}
.modal-quote .modal-content {
    border-radius: 1.3rem !important;
}

.modal-quote .modal-header {
    align-items: flex-start !important;
}

.stepper-wrapper {
    margin: 15px auto;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}


.stepper-wrapper::before {
    content: "";
    width: 60%;
    height: 1px;
    background-color: rgba(190, 192, 191, 0.4);
    position: absolute;
    z-index: 0;
    left: 70px;
    top: 20px;
}

.progress {
    content: "";
    width: 0%;
    height: 3px;
    background-color: rgb(78, 196, 243);
    position: absolute;
    z-index: -1;
    transition: width 1s;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.screen-indicator {
    border-radius: 50%;
    border: 1px solid #bec0bf;
    background-color: #fff;
    padding: 8px 14px;
    color: #bec0bf;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    z-index: 1;
    width: 40px;
    height: 40px;
    transition-duration: 0.7s;
    position: relative;
}
.step-screen-indicator {
    border-radius: 50%;
    border: 1px solid #2F5041;
    background-color: #fff;
    padding: 8px 17px;
    color: #2F5041;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    z-index: 1;
    width: 45px;
    transition-duration: 0.7s;
    position: relative;
}
.active-indicator-step {
    color: #080e28;

    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.step-indicator-span {
    color: #080e28;

    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.screen-indicator-completed {
    border-radius: 50%;
    border: 1px solid #2F5041;
    background-color: #fff;
    padding: 8px 14px;
    color: #2F5041;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    z-index: 1;
    transition-duration: 0.7s;
    width: 40px;
    height: 40px;
    position: relative;
}

.step-indicator-completed {
    border-radius: 50%;
    border: 1px solid #2F5041;
    background-color: #fff;
    padding: 7px 14px;
    background: #2F5041;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    z-index: 1;
    transition-duration: 0.7s;
    width: 40px;
    height: 40px;
    position: relative;
}
.active-indicator-span {
    color: #080e28;
    line-height: 24px;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.rounded-btn {
    border-radius: 100px;
    background: #778eff;
}
.indicator-span {
    color: #bec0bf;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.step span {
    display: block;
    margin-top: 5px;
}
.btn-outline-primary {
    color: #2F5041 !important;
    border-color: #2F5041 !important;;
}
.btn-outline-primary:hover{
    color: #fff !important;
    background-color: #2F5041 !important;
    border-color: #2F5041 !important;;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff !important;
    background-color: #2F5041 !important;
    border-color: #2F5041 !important;
}
/* .modal-column-input {
    padding-top: 15px !important;
} */

.validation-alignment {
    display: flex;
}
.switch-container {
    display: flex;
    justify-content: flex-end;
    margin: 5px 15px;
}
.switch-container-share {
    display: flex;
    justify-content: center !important;
    margin: 5px 15px;
}
.switch-flex {
    border-radius: 30px;
    border: 1px solid #2F5041;
    background: #fff;
    display: flex;
}
.switch-weekly {
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 30px;
    background: #2F5041;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}
.switch-monthly {
    cursor: pointer;
    padding: 5px 10px;
    color: #fff;
    background: #2F5041;
    border-radius: 30px;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.monthly {
    display: none;
}

.step-over {
    border: 1px solid #737373;
    /* padding: 10px; */
    border-radius: 10px;
}

.step-over .row {
    --bs-gutter-x: 0rem !important;
    --bs-gutter-y: 0 !important;
}

.flex-border-bottom {
    border-bottom: 1px solid #737373;
}

.border-wrap {
    border-right: 1px solid #737373;
    padding: 15px 15px !important;
}
.border-wrap-value {
    border-right: 1px solid #737373;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ml-80 {
    margin-right: 80px;
}

.form-check-input[name="gas_electricity"] {
    border-radius: 100%;
    background-color: #2F5041 !important;
    border-color: #2F5041 !important;
}
.form-check-input:checked {
    background-color: #2F5041 !important;
    border-color: #2F5041 !important;
}
.warp-border-condition {
    border-radius: 12px;
    border: 1px solid #737373;
    background: #fff;
    padding: 8px 13px 28px 11px;
    margin: 0px 5px;
}
.warp-border-condition span {
    color: #737373;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.warp-border-condition span > img {
    padding-right: 10px !important;
}

.align-center {
    display: flex;
    align-items: center;
}

.wrap-justify-border {
    display: flex;
    justify-content: space-around;
}

.btn-arrow-module {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 70px;
    cursor: pointer;
    color: #171f48;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.quote-route > a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
.padding-right-wrap {
    padding-right: 40px;
}
.padding-left-wrap {
    padding-left: 30px;
}
.price-detail-wrapper {
    background-color: #2F5041 !important;
    color: #FFFFFF;
    width: 100%;
    margin-left: 0px !important;
    border-radius: 10px;
}

.request-thankyou-submit {
    color: #2F5041 !important;
    text-align: center;
    font-family: Poppins;
    font-size: 68px;
    padding-top: 30px;

    font-style: normal;
    font-weight: 900;
}

.request-quote-submit {
    color: #171f48;
    font-family: Poppins;
    font-size: 68px;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 30px;
}
.thanks-content{
    color: #171f48;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 30px;
}

.quote-route-payment {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    padding: 10px 35px;
}
/* Refund Policy Header
-------------------------------------------------- */
.refund-policy-note {
    padding-top: 5rem !important;
    padding-bottom: 1rem !important;
}

.refund-policy-note > p {
    color: #fff;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
}
/* EACH RECEIVE A REFUND
------------------------- */
.refund-section {
    background: rgba(119, 142, 255, 0.1);
}
.refund-list-wrap {
    list-style-type: none;
    padding-left: 20px !important;
}
.baseline-dot img {
    padding-bottom: 3px !important;
}
.refund-description-text {
    margin-left: 14px;
    color: #29323f;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.wrap-contract-refund {
    color: #778eff;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}
.list-wrap-li-bold {
    color: #29323f;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}
.bill-wrapper-refund {
    display: flex;
    align-items: center;
}
.refund-bold-title {
    color: #29323f;

    font-family: Poppins;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
}
.list-wrap-li {
    color: #29323f;

    font-family: Poppins;
    font-size: 18px;

    font-style: normal;
    font-weight: 400;
}
.list-refund-bar {
    border-radius: 8px;
    border: 2px solid #778eff;
    background: #fff;
    flex-direction: column;
    align-items: center;
    /* gap: 16px; */
    display: flex;
}
ul.colored-refund-dots {
    list-style: none;
}
ul.colored-refund-dots li::before {
    content: "•"; /* Use a bullet character for dots */
    color: #778eff; /* Change the color to your desired color */
    margin-right: 0.5em; /* Adjust the spacing as needed */
}
.underusage-refund-title {
    color: #29323f;

    text-align: center;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
}
.canva-chart {
    width: 100% !important;
    height: 100% !important;
}
.colored-refund-dots li {
    color: #29323f;

    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.tracking-text-refund {
    color: #29323f;

    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
.btn-refund-pill {
    color: #fff;
    text-align: center;
    font-family:   'GT Haptik Regular', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    /*background: #778eff !important;*/
    /*display: flex;*/
    padding: 15px 20px;
    justify-content: center;
    align-items: flex-start;
}

/* BILL MANAGEMENT
------------------------- */
.bill-management-bold-title {
    color: #29323f;
    font-family:   'GT Haptik Regular', sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
}
.tracking-bills-title {
    color: #29323f;
    font-family:   'GT Haptik Regular', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
ul.colored-bills-dots {
    list-style: none;
}
ul.colored-bills-dots li::before {
    content: url("../brand/blue-dot.svg"); /* with class ModalCarrot ??*/ /* Use a bullet character for dots */
    color: #2F5041; /* Change the color to your desired color */
    margin-right: 0.5em; /* Adjust the spacing as needed */
}
.colored-bills-dots li {
    color: #29323f;
    display: flex;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.colored-bills-dots li b {
    color: #29323f;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}
.colored-bills-dots {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.bill-management-section{
    background-image: url("../background/Vector.png");
    background-position: right;
    background-repeat: no-repeat;
}
.bg-bills-management {
    border-radius: 8.799px;
    border: 0.5px solid #2F5041;
    background: #F5F5F5;
    justify-content: space-around;
    align-items: center;
    display: flex;
    height: 124px;
    flex-direction: column;
}
.bg-bills-management p {
    color: #2F5041;

    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.9%; /* 20.426px */
    text-transform: capitalize;
}

/* UTILITIES WE PROVIDE
------------------------- */
.utilities-section {
    /*background: rgba(47, 80, 65, 1);*/
    background-image: url("../background/UtilitiesWeProvide.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.utilities-management-bold-title {
    color: rgba(255, 255, 255, 1);
    font-family: 'GT Haptik Regular', sans-serif;
    font-size: 37px;
    font-style: normal;
    font-weight: 400;
}
.utilities-bills-title {
    color: rgba(255, 255, 255, 1);
    font-family: 'GT Haptik Regular', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.bg-utilities-management {
    border-radius: 12px;
    background: rgba(255, 255, 255, 1);
    justify-content: left;
    border: 1px solid rgba(238, 238, 238, 1) !important;
}
.bg-utilities-management > h3 {
    color: rgba(23, 31, 72, 1);
    font-family: 'GT Haptik Regular', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.bg-utilities-management > p {
    color: #171f48;
    font-family: 'GT Haptik Regular', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

/* HOW IT WORKS CONTENT
-------------------------------------------------- */

.how-work-section {
    /*background: rgba(219, 223, 222, 1);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../background/How it works.png");
    background-color: #DBDFDE;
}
.how-work-bold-title {
    color: #29323f;
    font-family: 'GT Haptik Regular', sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
}
.card_section_works{
    background: rgba(255, 255, 255, 1);
    border: 0.71px solid rgba(226, 226, 226, 1);
    left: 1154.52px;
    border-radius: 7.11px;
    border-width: 0.71px;
    padding: 15px;
    height: 110px;
    width: 100%;

}
.card_section_works_image{
    height: 78px;
    width: 78px;
    margin-right: 30px;
    margin-top: 37px;
}

/* Numbered circle styling */
.number-circle {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background-color: #2F5041;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    font-family: 'GT Haptik Regular', sans-serif;
    margin-right: 30px;
    margin-top: 37px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    position: relative;
}

/* Add inner shadow for depth */
.number-circle::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    pointer-events: none;
}

.image_bar{
    margin-left: 48px;
    margin-top: -30px;
    margin-bottom: -29px;
}

.card_section_works p{
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(0, 0, 0, 1);
}

.card_section_works h5{
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500;
    font-size: 18.42px;
    line-height: 170%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(0, 0, 0, 1);
}
.bg-how-work-management {
    border: none !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.padding-work-row {
    padding: 69px 0px !important;
}
.bg-how-work-management .row-work-management {
    border-radius: 12px;
    border: 1px solid #778eff !important;
    background: #fff;
    height: 310px;
}
.bg-how-work-management .row-work-management > h3 {
    color: #171f48;

    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}
.bg-how-work-management .row-work-management > p {
    color: #171f48;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.bg-number-tag {
    border-radius: 4px;
    border: 1px solid #778eff;
    padding: 5px 15px;
    margin-bottom: 20px;
    background: #fff;
}

.bg-number-tag > p {
    color: #778eff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}
/* SAVE MONEY ON ENERGY
------------------------- */
.save-energy-tag {
    color: #3e434c;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
}
.save-energy-title {
    color: #29323f;
    font-family: Poppins;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
}
.save-energy-text {
    color: #3e434c;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

/* PAY FOR SHARE
------------------------- */
.pay-share-section {
    position: relative;
    background-image: url("../background/pay_share_section.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pay-share-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(47, 80, 65, 0.85);
    z-index: 1;
}

/* Ensure your content appears above the overlay */
.pay-share-section > * {
    position: relative;
    z-index: 2;
}
.pay-share-title {
    color: #fff;
    font-family:   'GT Haptik Regular', sans-serif;
    font-size: 66.733px;
    font-style: normal;
    text-align: center;
    font-weight: 400;
    text-transform: capitalize;
}
.pay-share-text {
    color: #fff;

    text-align: center;
    font-family:   'GT Haptik Regular', sans-serif;
    font-size: 33.366px;
    font-style: normal;
    font-weight: 400;
}

/* FAQ's
------------------------- */
.faq-bills-title {
    color: #080e28;
    font-family:   'GT Haptik Regular', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
}
.faq-management-bold-title {
    color: #080e28;
    font-family:   'GT Haptik Regular', sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
}
.bg-faq-management {
    border-radius: 12px;
    background: rgba(219, 223, 222, 1);
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    padding: 16px 12px !important;
}
.bg-faq-management > h3 {
    color: rgba(47, 80, 65, 1);
    font-family:   'GT Haptik Regular', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}
.bg-faq-management > p {
    color: rgba(105, 105, 105, 1);
    font-family:   'GT Haptik Regular', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

/* SECURITY PRIORITY
-------------------------------------------------- */
.security-section {
    background: #f2f4ff;
}
.security-priority-title {
    color: #080e28;

    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
}
.security-management-bold-title {
    color: #080e28;

    font-family: Poppins;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
}
.security-priority-text {
    color: #080e28;

    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.circle-security-logo {
    width: 104px;
    height: 104px;
    border-radius: 100px;
    background: #20263d;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bg-security-management {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    height: 340px;
    background: #080e28;
}
.bg-security-management > h3 {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
}
.bg-security-management > p {
    color: #bfc6d4;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}

/* TESTIMONIAL CSS
-------------------------------------------------- */
.static-rating {
    font-size: 24px;
    color: #00b67a;
}
.container-testimonials {
    position: relative;
}
.carousel-control-next-review {
    position: absolute;
    right: 80px;
    bottom: 20px;
}
.carousel-control-prev-review {
    position: absolute;
    right: 130px;
    bottom: 20px;
}
.row-active-carousal {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.top-testimonial-text > p {
    color: #263238;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.top-testimonial-text > h3 {
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}
.testimonial-description {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}
.bottom-testimonial-text > h4 {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}
.bottom-testimonial-text > p {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
}

/* CONTACT US CSS
-------------------------------------------------- */
.contact-section {
    background: rgba(219, 223, 222, 1);
}
.list-item-contact {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.list-item-contact img {
    width: auto; /* Set the desired image width */
    height: auto; /* Maintain aspect ratio */
    margin-right: 10px;
}
.contact-title {
    color: rgba(41, 50, 63, 1);
    font-family:   'GT Haptik Regular', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
}
.contact-tag {
    color: rgba(38, 50, 56, 1);
    text-transform: uppercase;
    font-family:   'GT Haptik Regular', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
}
.contact-text {
    color: rgba(63, 63, 63, 1);
    font-family:   'GT Haptik Regular', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}
.list-item-contact span {
    color: rgba(63, 63, 63, 1);
    text-transform: lowercase;
    font-family:   'GT Haptik Regular', sans-serif;
    cursor: pointer;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}
.contact-unordered-list {
    list-style: none; /* Remove default list styles */
    padding: 0; /* Remove any padding */
}
.card-submit-contact {
    border-radius: 20px;
    background: #fff;
}
.btn-contact-pill {
    color: #fff;
    font-family:   'GT Haptik Regular', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /*background: #778eff !important;*/
    display: flex;
    padding: 18px 20px;
    justify-content: center;
    align-items: flex-start;
}
.submit-contact-form {
    /*background: #778eff;*/
    padding: 10px 30px;
    color: #fff;
    font-family:   'GT Haptik Regular', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
.label-contact-tag {
    color: rgba(63, 63, 63, 1);
    text-align: center;
    font-family:   'GT Haptik Regular', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.input-wrapper-control {
    border-radius: 28px;
    background: rgba(244, 244, 244, 1);
    border: none !important;
    padding: 13px 18px;
    margin-top: 11px;
    margin-left: -6px;
}
.input-wrapper-control::placeholder {
    color: rgba(115, 115, 115, 1);
    font-family:   'GT Haptik Regular', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;

}
.rounded-textarea {
    border-radius: 23px !important;
    height: 160px;
}
/* NEWS LETTER CSS
-------------------------------------------------- */
.news-letter-info {
    /* margin: 70px 0px; */
    border-radius: 20px;
    background: #778eff;
}

.news-letter-lift {
    padding: 50px 50px !important;
}

.news-letter-lift > p {
    color: #fff;

    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 41.6px; /* 138.667% */
}

.news-letter-lift > input {
    display: flex;
    width: 90%;
    height: 54px;
    padding: 9.5px 12px 9.5px 22px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;

    border-radius: 56px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.18);
}

.news-letter-lift > input::placeholder {
    color: rgba(255, 255, 255, 0.84);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.btn-letter-pill {
    color: #778eff;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    background: #fff !important;
    display: flex;
    padding: 18px 35.495px 18px 35.695px;
    justify-content: center;
    align-items: flex-start;
}
.img-detail-success {
    padding-top: 100px !important;
}
/* FOOTER CSS
-------------------------------------------------- */
.footer-menu {
    background: rgba(47, 80, 65, 1);
    padding: 35px 0px !important;
}
.flex-footer-logo {
    display: flex;
    align-items: flex-start;
    height: 100%;
    justify-content: left;
}
.flex-items-footer {
    display: flex;
    align-items: center !important;
    justify-content: flex-end;
}
.style-list-footer {
    display: flex;
    align-items: center;
    margin: 0px !important;
    justify-content: flex-end;
}
.style-list-footer > li > a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-family:   'GT Haptik Regular', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.style-list-footer-wrap > p {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.top-footer-icon > a {
    color: #778eff;
    text-decoration: none;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.container-fluid.footer-menu {
    position: relative;
}
.scroll-to-top {
    position: fixed;
    bottom: 5px;
    right: 15px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}
.top-arrow img {
    width: 18px;
    height: 18px;
}
.top-footer-icon {
    margin-right: 20px; /* Add some space between the "Back to top" link and the top arrow */
}
.top-arrow {
    font-size: 24px; /* You can adjust the size as needed */
}
.top-arrow a {
    text-decoration: none;
    color: #000; /* Set the color of the arrow icon */
}

.form-user-settings {
    border-radius: 20px;
    background: #fff;
    padding: 25px;
}
.text-about-me{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #29323F;
    font-family:   'GT Haptik Regular', sans-serif;
}
.about-me-section{
    background: rgba(219, 223, 222, 1);
}
.about-me-pt{
    padding-top: 4rem;
}
.about-me-image{
    object-fit: cover;
    border-radius: 20px;
    background-color: rgba(219, 223, 222, 1);
    width: 100%;
    height: 100%;
}
.pac-container {
    z-index: 10000 !important;
}
.loader_wrapper {
    position: fixed;
    width: 100%;
    display: block;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    z-index: 999;
    top: 0;
    left: 0;
}
.loader_wrapper i {
    top: 50%;
    font-size: 70px;
    left: 50%;
    position: absolute;
    color: #778EFF;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media only screen and (max-width: 575px) and (min-width: 350px) {
    .bg-utilities-management {
        height: 130px !important;
    }
    .text-about-me{
        font-size: 14px;
    }
}
@media only screen and (max-width: 786px) and (min-width: 350px) {
    .cursor-card {
        padding-top: 0px !important;
    }
    .btn-credentials {
        font-size: 12px !important;
    }
    .style-list-footer-wrap {
        flex-direction: column !important;
        justify-content: center !important;
    }
    .btn-create-submit {
        width: 100% !important;
        text-align: end !important;
        padding-top: 10px !important;
    }
    .quote-flex {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .style-list-footer {
        justify-content: center;
        flex-direction: column !important;
    }

    .flex-footer-logo {
        justify-content: center !important;
    }
    .style-list-footer-wrap > p {
        text-align: center !important;
        padding-top: 5px !important;
    }
    .faq-bills-title {
        font-size: 14px;
    }
    .switch-container {
        justify-content: center !important;
    }
    .faq-management-bold-title {
        font-size: 22px;
    }
    .bg-faq-management > h3 {
        font-size: 14px !important;
    }
    .bg-faq-management > p {
        font-size: 12px !important;
    }
    .how-work-bold-title {
        font-size: 32px !important;
    }
    .bg-utilities-management > h3 {
        font-size: 14px !important;
    }
    .special-bonus-text,
    .special-selling-text {
        font-size: 16px !important;
    }
    .special-offer-tag {
        font-size: 30px !important;
    }
    .bg-utilities-management {
        height: 165px;
    }

    .bg-utilities-management > p {
        font-size: 12px;
    }
    .bg-how-work-management .row-work-management > p {
        font-size: 12px !important;
    }
    .quote-title {
        font-size: 26px !important;
    }
    .instant-quote {
        font-size: 26px !important;
    }
    .refund-policy-note {
        padding-bottom: 0px !important;
    }
    .refund-policy-note > p {
        font-size: 14px !important;
    }
    .wrap-contract-refund {
        font-size: 14px !important;
    }
    .refund-description-text,
    .colored-bills-dots li,
    .colored-bills-dots li b {
        font-size: 14px !important;
    }
    .tracking-bills-title {
        font-size: 14px !important;
    }
    .utilities-bills-title {
        font-size: 12px;
    }
    .contact-title {
        color: #3f3f3f;
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 800;
    }
    .list-wrap-li-bold {
        font-size: 14px !important;
    }
    .refund-bold-title,
    .bill-management-bold-title,
    .utilities-management-bold-title {
        font-size: 22px !important;
    }
    .responsive-broadband-text {
        padding-left: 0px !important;
    }
    /* .height-footer-wrap {
        height: 100% !important;
        max-height: 100% !important;
    } */
    .nav-link {
        padding-right: 0px !important;
    }
    .flex-footer-logo {
        justify-content: flex-start;
        padding-bottom: 10px !important;
    }
    .height-header-wrap {
        margin-bottom: 10px !important;
    }
    .nav-responsive-wrap {
        background: white;
        padding-bottom: 25px;
        border-radius: 10px;
    }
    .modal-quote .modal-title {
        font-size: 30px !important;
        padding-left: 20px !important;
    }

    .modal-section {
        align-items: center !important;
    }
    .request-quote-submit {
        font-size: 26px !important;
    }
    .request-thankyou-submit {
        font-size: 40px !important;
    }
    .form-label-model {
        padding-left: 0px !important;
    }
    .padding-left-wrap {
        padding-left: 0px;
    }

    .padding-right-wrap {
        padding-right: 0px;
    }
    .stepper-wrapper::before {
        content: "";
        width: 60%;
        height: 1px;
        background-color: rgba(190, 192, 191, 0.4);
        position: absolute;
        z-index: 0;
        left: 47px;
        top: 160px;
        transform: rotate(90deg);
    }
    .stepper-wrapper {
        margin: 15px auto;
        width: 240px;
        height: 336px;
        display: flex;
        /* align-items: center; */
        position: relative;
        flex-direction: column;
        justify-content: space-between;
    }
    .border-wrap {
        border: none !important;
    }
    .flex-reserve-wrap {
        flex-direction: column;
    }
    .border-wrap-value {
        justify-content: start !important;
        padding: 0px 0px 15px 20px !important;
    }
    .contact-text {
        color: #3f3f3f;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        text-transform: capitalize;
    }
    .list-item-contact span {
        color: #3f3f3f;
        text-transform: lowercase;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
    }
    .responsive-quote-card {
        display: flex !important;
        flex-direction: column !important;
    }
    .responsive-broadband-text {
        justify-content: center !important;
    }
    .bg-card-overlay-outer {
        margin-bottom: 15px !important;
    }
    .img-bonus {
        width: 85px !important;
    }
    .img-bonus-offer {
        top: -35px !important;
    }
    .bonus-signup {
        top: 25px;
        left: 20px;
        font-size: 12px;
    }
    .btn-refund-pill {
        font-size: 16px;
    }
    .btn-check-sign {
        padding-left: 0px !important;
        /* padding-right: 42px; */
        width: 50%;
    }
    .list-refund-bar {
        width: 100% !important;
    }
    .btn-letter-pill {
        padding: 10px 22.495px 10px 22.695px !important;
        margin-bottom: 10px !important;
    }
    .btn-refund-pill {
        padding: 10px 22.495px 10px 22.695px !important;
        margin-bottom: 10px !important;
    }

    .pay-share-title {
        font-size: 26px !important;
    }
    .pay-share-text {
        font-size: 16px !important;
    }
    .container-testimonials {
        padding: 35px !important;
    }
    .card-section {
        padding: 10px !important;
    }

    .household-item {
        font-size: 32px !important;
    }
    .bills-item {
        font-size: 32px !important;
    }
    .responsive-refund {
        display: none !important;
    }
    .reponsive-row-refund {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    /* .colored-bills-dots li {
        font-size: 13px !important;
    } */
    .utilities-image-responsive {
        display: none !important;
    }
    .utilities-row-responsive {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .work-row-reponsive {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .how-work-bold-title {
        text-align: center !important;
    }
    .bg-how-work-management {
        padding-top: 10px !important;
    }
    .work-image-reponsive {
        display: none !important;
    }
    .row-work-management {
        height: 165px !important;
    }
    .money-row-responsive {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .save-energy-title {
        font-size: 26px !important;
    }
    .pay-row-responsive {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .pay-row-responsive .ordered-list-refund {
        padding: 1rem !important;
    }
    .pay-row-responsive .ordered-list-column {
        padding: unset !important;
    }
    .faq-row-responsive {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .bg-faq-management {
        margin-top: 10px !important;
    }
    .security-row-responsive {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .testimonial-row-responsive {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .top-testimonial-text {
        padding-top: 10px !important;
    }
    .testimonial-description {
        font-size: 16px !important;
    }

    .width-input {
        width: 95% !important;
    }
    .ui-datepicker-trigger {
        right: 30px !important;
    }

    .width-label {
        width: 100% !important;
    }
    .label-column-quote {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}
@media only screen and (max-width: 991px) and (min-width: 787px) {
    .cursor-card {
        padding-top: 0px !important;
    }
    .btn-credentials {
        font-size: 12px !important;
    }
    .style-list-footer-wrap {
        flex-direction: column !important;
        justify-content: center !important;
    }
    .style-list-footer {
        justify-content: flex-start;
    }
    .bg-utilities-management {
        height: 135px !important;
    }
    .faq-bills-title {
        font-size: 16px;
    }
    .faq-management-bold-title {
        font-size: 24px;
    }
    .contact-tag {
        font-size: 16px !important;
    }
    .contact-text {
        font-size: 16px !important;
    }
    .list-item-contact span {
        font-size: 16px !important;
    }
    .contact-title {
        font-size: 28px !important;
    }
    .bg-faq-management > h3 {
        font-size: 14px !important;
    }
    .bg-faq-management > p {
        font-size: 14px !important;
    }
    .utilities-image-responsive {
        display: none !important;
    }
    .work-image-reponsive {
        display: none !important;
    }

    .responsive-refund {
        display: none !important;
    }
    .pay-share-title {
        font-size: 34px !important;
    }
    .pay-share-text {
        font-size: 17px !important;
    }
    .how-work-bold-title {
        font-size: 32px !important;
    }
    .bg-utilities-management > h3 {
        font-size: 14px !important;
    }
    .bg-utilities-management > p {
        font-size: 12px;
    }
    .row-work-management {
        height: 135px !important;
    }
    .utilities-bills-title {
        font-size: 14px;
    }
    .btn-refund-pill {
        font-size: 16px;
    }
    .bg-how-work-management .row-work-management > p {
        font-size: 12px !important;
    }
    .quote-title {
        font-size: 28px !important;
    }
    .instant-quote {
        font-size: 28px !important;
    }

    .refund-policy-note > p {
        font-size: 16px !important;
    }
    .wrap-contract-refund {
        font-size: 14px !important;
    }
    .list-wrap-li-bold {
        font-size: 14px !important;
    }
    .refund-description-text,
    .colored-bills-dots li,
    .colored-bills-dots li b {
        font-size: 14px !important;
    }
    .tracking-bills-title {
        font-size: 16px !important;
    }
    .refund-bold-title,
    .bill-management-bold-title,
    .utilities-management-bold-title {
        font-size: 28px !important;
    }
    .btn-check-sign {
        padding-left: 0px !important;
        /* padding-right: 42px; */
        width: 50%;
    }
    .modal-quote .modal-title {
        font-size: 30px !important;
        padding-left: 20px !important;
    }
    .responsive-broadband-text {
        padding-left: 0px !important;
        justify-content: center !important;
    }
    .nav-responsive-wrap {
        background: white;
        padding-bottom: 25px;
        border-radius: 10px;
    }
    .nav-link {
        padding-right: 0px !important;
    }
    .request-thankyou-submit {
        font-size: 40px !important;
    }
    .form-label-model {
        padding-left: 0px !important;
    }
    .request-quote-submit {
        font-size: 32px !important;
    }
    .width-input {
        width: 100% !important;
    }
    .flex-reserve-wrap {
        flex-direction: column;
    }

    .width-label {
        width: 100% !important;
    }
    .label-column-quote {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .btn-check-sign {
        padding-left: 0px !important;
        /* padding-right: 42px; */
        width: 50%;
    }
    .btn-credentials {
        font-size: 14px !important;
    }
    .placeholder-index::placeholder {
        font-size: 12px !important;
    }
    .contact-tag {
        font-size: 16px !important;
    }
    .contact-text {
        font-size: 14px !important;
    }
    .list-item-contact span {
        font-size: 16px !important;
    }
    .contact-title {
        font-size: 24px !important;
    }

    .wrap-check-value > span {
        font-size: 13px !important;
    }
    .wrap-check-value {
        font-size: 13px !important;
    }
    .wrap-check {
        font-size: 16px !important;
    }
    .bg-bills-management p {
        font-size: 12px !important;
    }
    .faq-bills-title {
        font-size: 18px;
    }
    .faq-management-bold-title {
        font-size: 26px;
    }
    .bg-faq-management > h3 {
        font-size: 16px !important;
    }
    .bg-faq-management > p {
        font-size: 14px !important;
    }
    .pay-share-title {
        font-size: 36px !important;
    }
    .pay-share-text {
        font-size: 19px !important;
    }
    .how-work-bold-title {
        font-size: 32px !important;
    }
    .bg-utilities-management > h3 {
        font-size: 14px !important;
    }
    .bg-utilities-management > p {
        font-size: 12px;
    }
    .row-work-management {
        height: 210px !important;
    }
    .bg-how-work-management .row-work-management > p {
        font-size: 12px !important;
    }
    .utilities-bills-title {
        font-size: 16px;
    }
    .btn-refund-pill {
        font-size: 16px;
    }
    .special-bonus-text,
    .special-selling-text {
        font-size: 16px;
    }
    .tv-item-wrapper,
    .broadband-item-wrapper,
    .water-item-wrapper,
    .gas-item-wrapper,
    .gas-item-wrapper > span {
        font-size: 11px !important;
    }
    .item-selected-broadband {
        font-size: 11px !important;
    }
    .quote-title {
        font-size: 22px !important;
    }
    .instant-quote {
        font-size: 22px !important;
    }
    .refund-policy-note > p {
        font-size: 18px !important;
    }
    .wrap-contract-refund {
        font-size: 14px !important;
    }
    .list-wrap-li-bold {
        font-size: 14px !important;
    }
    .refund-description-text,
    .colored-bills-dots li,
    .colored-bills-dots li b {
        font-size: 14px !important;
    }
    .tracking-bills-title {
        font-size: 16px !important;
    }
    .responsive-broadband-text {
        padding-left: 0px !important;
    }
    .refund-bold-title,
    .bill-management-bold-title {
        font-size: 28px !important;
    }
    .nav-link {
        padding-right: 0px !important;
    }
    .request-thankyou-submit {
        font-size: 40px !important;
    }
    .nav-responsive-wrap {
        background: white;
        padding-bottom: 25px;
        border-radius: 10px;
    }
    .request-quote-submit {
        font-size: 32px !important;
    }
    .modal-quote .modal-title {
        font-size: 30px !important;
    }
    .form-label-model {
        padding-left: 0px !important;
    }

    .flex-reserve-wrap {
        flex-direction: column;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 1201px) {
    .refund-bold-title,
    .bill-management-bold-title,
    .utilities-management-bold-title {
        font-size: 36px !important;
    }
    .btn-credentials {
        font-size: 14px !important;
    }
    .bg-how-work-management .row-work-management > h3 {
        font-size: 14px !important;
    }
    .bg-how-work-management .row-work-management {
        height: 285px !important;
    }
    .bg-utilities-management {
        height: 165px !important;
    }
    .bg-number-tag > p {
        font-size: 14px !important;
    }
    .request-quote-submit {
        font-size: 60px !important;
    }
    .contact-tag {
        font-size: 18px !important;
    }
    .contact-text {
        font-size: 18px !important;
    }
    .list-item-contact span {
        font-size: 16px !important;
    }
    .contact-title {
        font-size: 30px !important;
    }
    .how-work-bold-title {
        font-size: 32px !important;
    }
    .faq-bills-title {
        font-size: 18px;
    }
    .faq-management-bold-title {
        font-size: 26px;
    }
    .bg-faq-management > h3 {
        font-size: 14px !important;
    }
    .bg-faq-management > p {
        font-size: 12px !important;
    }
    .bg-utilities-management > h3 {
        font-size: 14px !important;
    }
    .bg-utilities-management > p {
        font-size: 12px;
    }
    .bg-how-work-management .row-work-management > p {
        font-size: 12px !important;
    }
    .btn-refund-pill {
        font-size: 16px;
    }
    .quote-title {
        font-size: 24px !important;
    }
    .instant-quote {
        font-size: 24px !important;
    }
    .refund-policy-note > p {
        font-size: 20px !important;
    }
    .wrap-contract-refund {
        font-size: 14px !important;
    }
    .list-wrap-li-bold {
        font-size: 14px !important;
    }
    .refund-description-text,
    .colored-bills-dots li,
    .colored-bills-dots li b {
        font-size: 14px !important;
    }
    .tracking-bills-title {
        font-size: 16px !important;
    }
}
@media only screen and (max-width: 1920px) and (min-width: 1441px) {
    .col-xl-width {
        width: 20%;
    }
}
@media only screen and (max-width: 1188px) {
    .mob-form-label {
        width: 100% !important;
    }
}

.main-form-section {
    margin-top: 100px !important;
    padding: 0px 45px;
}

.modal-section {
    padding: 4px 64px;
}
.package-section-label {
    color: #080e28;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
}
@media only screen and (max-width: 1188px) {
    .needs-validation {
        padding: 0px !important;
    }
    .main-form-section {
        padding: 0px 0px;
    }

    .modal-section {
        padding: 4px 0px;
    }
    .btn-success{
        margin-top: 10px;
    }
}


@media only screen and (max-width: 693px) {
    .card_section_works_image {
        height: 35px;
        width: 35px;
        margin-right: 10px;
        margin-top: 67px;
        margin-left: -23px;
    }



    .image_bar {
        margin-left: 0px;
        margin-top: -37px;
        margin-bottom: -29px;
    }
}


@media only screen and (max-width: 786px) {
    .flex-footer-logo a{
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .flex-footer-logo a{
        width: auto;
    }
    .bg-faq-management{
        text-align: center;
    }
}
@media only screen and (max-width: 1116px) {
    .card_section_works_image {
        height: 50px;
        width: 50px;
        margin-right: 10px;
        margin-top: 54px;
        margin-left: -34px;
    }



    .image_bar {
        margin-left: 0px;
        margin-top: -37px;
        margin-bottom: -29px;
    }

    .btn-success{
        margin-top: 10px;
    }
}

@media only screen and (max-width: 885px) {
    .card_section_works_image {
        height: 40px;
        width: 40px;
        margin-right: 10px;
        margin-top: 67px;
        margin-left: -23px;
    }

    .btn-success{
        margin-top: 10px;
    }
    .image_bar {
        margin-left: 0px;
        margin-top: -37px;
        margin-bottom: -29px;
    }
}

@media only screen and (max-width: 1476px) {
    .card_section_works_image {
        height: 78px;
        width: 78px;
        margin-right: 8px;
        margin-top: 13px;
        margin-left: -28px;
    }



    .image_bar {
        margin-left: 18px;
        margin-top: -37px;
        margin-bottom: -29px;
    }
}


@media only screen and (max-width: 539px) {
    .card_section_works_image {
        height: 40px;
        width: 40px;
        margin-right: 10px;
        margin-top: 67px;
        margin-left: -23px;
    }

    .card_section_works{
      height: 220px;
    }

    .household-item{
        font-size: 23px !important;
        margin-top: 40px !important;
    }
    .image_bar {
        margin-left: 0px;
        margin-top: -37px;
        margin-bottom: -29px;
    }
    .bill-track-logo{
        width: 150px;
    }
    .btn-success{
        margin-top: 10px;
    }
}

@media only screen and (max-width: 425px) {
    .bill-track-logo{
        width: 120px;
    }
    .btn-success{
        margin-top: 10px;
    }
}

@media only screen and (min-width: 1447px) and (max-width: 2560px) {
    .image_bar {
        margin-top: 0px;
    }
}


