body {
    -webkit-font-smoothing: antialiased !important;
    text-rendering: auto;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    font-weight: 400;
    background: #e7e7e7;
}
.menu-item-has-children > a {
  pointer-events: auto;
}
a {
    text-decoration: none;
    color: #152d72;
}

a:hover,
a:focus,
a:active {
    color: #0f235d;
}

.bi {
    width: 1em;
    height: 1em;
    vertical-align: -.125em;
    fill: currentcolor;
}

.main-heading {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
    margin: 0 0 2rem;
}

.faq-section {
    padding: 65px 0;
    width: 100%;
    margin: 0 auto;
}

.faq-heading {
    color: #152d72;
    font-weight: 700;
    line-height: 1.15;
    font-size: 50px;
    margin-bottom: 2rem;
}

.faq-heading span {
    color: #6cc222;
}

.faq-section .accordion-item:first-of-type {
    border-radius: 0;
}

.faq-section .accordion-item {
    border-width: 0;
    background-color: #fff;
    margin-bottom: 1rem;
    border-radius: 0;
}

.faq-section .accordion-button {
    font-weight: 600;
    background-color: #fff;
    color: #152d72;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #6cc222;
    box-shadow: none;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
}

.cu-faqs .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #70c023;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 #a3e069;
}

.cu-faqs .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(112, 192, 35, 0.25);
}

.inline-page-wrapper {
    width: 450px;
    max-width: 100%;
    margin: 50px auto;
    background: #70c023;
    padding: 20px;
    border-radius: 10px;
}

.inline-page-wrapper .card-title {
    color: #fff;
    margin-bottom: 24px;
    font-size: 20px;
}

.inline-page-form {
    display: flex;
    gap: 15px;
}

.ipw-phone {
    margin: 30px 0 0;
    border-top: 1px solid #5ca317;
    padding-top: 15px;
}

.ipw-phone p {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    text-align: center;
}

.ipw-phone p a {
    color: #fff;
    font-weight: 700;
    margin-left: 5px;
    font-size: 1.15rem;
    display: inline-block;
}

.text-white {
    color: #fff;
}

nav.navbar {
    padding: 0px 10px;
}

.navbar-nav>li {
    padding: 30px 20px 30px 20px;
}

.navbar-nav .dropdown-menu>li a {
    padding: 10px 15px;
    display: block;
}

.nav-cta {
    padding: 30px 0px 30px 25px;
}

.navbar-nav li a,
.nav-cta {
    color: #0f0f0f;
    list-style: none;
    font-size: 17px;
    line-height: 18px;
    text-decoration: none;
    font-weight: 600;
}

.nav-cta,
.nav-cta:hover {
    color: #152d72;
}

.hm-banner {
    padding: 50px 0;
    background-position: top right;
    background: #e7e7e7;
}

.hm-banner h1 {
    color: #152d72;
    font-size: 53px;
    font-weight: 700;
    letter-spacing: -1.69px;
    line-height: 1.15;
    min-height: 0.1vw;
    width: 70%;
}

.hm-banner h1 span {
    color: #6cc222;
}

.hm-banner p.sub {
    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
    margin-bottom: 30px;
}

.hm-banner-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 640px;
    margin: 0 0 5px;
    top: 0;
}

.hm-banner-wrapper .banner-btn {
    width: 48.2%;
    margin-bottom: 22px;
}

.hm-banner-wrapper .banner-btn a {
    width: 48.2%;
    text-decoration: none;
    position: relative;
    top: 0;
    transition: top .1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hm-banner-wrapper .banner-btn:hover a {
    text-decoration: none;
    top: -3px;
}

.hm-banner-wrapper .banner-btn a div {
    height: 93px;
    width: 100%;
    border: 2px solid #152d72;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: inset 0 -5px 0 0 hsl(0deg 0% 74% / 50%), 0 3px 6px 0 rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 74px;
    position: relative;
}

.hm-banner-wrapper .banner-btn:hover a div {
    border: 2px solid #6cc222;
    border-radius: 18px;
    background-color: #6cc222;
    box-shadow: inset 0 -5px 0 0 hsl(0deg 0% 74% / 50%), 0 3px 6px 0 rgb(0 0 0 / 20%);
}

.hm-banner-wrapper .banner-btn a div:before {
    position: absolute;
    left: 20px;
    width: 41px;
    height: 43px;
}

.hm-banner-wrapper .banner-btn a div.energy:before,
.hm-compare-wrap div.energy:before {
    content: "";
    background: url(../images/energy-off.svg) no-repeat;
    background-size: 41px 43px;
}

.hm-banner-wrapper .banner-btn:hover a div.energy:before {
    content: "";
    background: url(../images/energy-on.svg) no-repeat;
    background-size: 41px 43px;
}

.hm-banner-wrapper .banner-btn a div.connectivity:before,
.hm-compare-wrap div.connectivity:before {
    content: "";
    background: url(../images/telecom-off.svg) no-repeat;
    background-size: 41px 43px;
}

.hm-banner-wrapper .banner-btn:hover a div.connectivity:before {
    content: "";
    background: url(../images/telecom-on.svg) no-repeat;
    background-size: 41px 43px;
}

.hm-banner-wrapper .banner-btn a div.insurance:before,
.hm-compare-wrap div.insurance:before {
    content: "";
    background: url(../images/insurance-off.svg) no-repeat;
    background-size: 41px 43px;
}

.hm-banner-wrapper .banner-btn:hover a div.insurance:before {
    content: "";
    background: url(../images/insurance-on.svg) no-repeat;
    background-size: 41px 43px;
}

.hm-banner-wrapper .banner-btn a div.finance:before,
.hm-compare-wrap div.finance:before {
    content: "";
    background: url(../images/finance-off.svg) no-repeat;
    background-size: 41px 43px;
}

.hm-banner-wrapper .banner-btn:hover a div.finance:before {
    content: "";
    background: url(../images/finance-on.svg) no-repeat;
    background-size: 41px 43px;
}

.hm-banner-wrapper .banner-btn a div.shopping:before,
.hm-compare-wrap div.shopping:before {
    content: "";
    background: url(../images/shopping-off.svg) no-repeat;
    background-size: 41px 43px;
}

.hm-banner-wrapper .banner-btn:hover a div.shopping:before {
    content: "";
    background: url(../images/shopping-on.svg) no-repeat;
    background-size: 41px 43px;
}

.hm-banner-wrapper .banner-btn a div.travel:before,
.hm-compare-wrap div.travel:before {
    content: "";
    background: url(../images/travel-off.svg) no-repeat;
    background-size: 41px 43px;
}

.hm-banner-wrapper .banner-btn:hover a div.travel:before {
    content: "";
    background: url(../images/travel-on.svg) no-repeat;
    background-size: 41px 43px;
}

.hm-banner-wrapper .banner-btn a h4 {
    color: #152d72;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.1px;
    line-height: 21.6px;
}

.hm-banner-wrapper .banner-btn:hover a h4,
.hm-banner-wrapper .banner-btn:hover a p {
    color: #fff;
}

.hm-banner-wrapper .banner-btn a p {
    color: #404040;
    font-size: 12px;
    padding-right: 50px;
    line-height: 13.6px;
    margin: 0;
}

.hm-banner-wrapper .banner-btn a div:after {
    content: "";
    background: url(../images/arrow.png) no-repeat;
    background-size: 28px 18px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 28px;
    height: 20px;
}

.hm-banner-wrapper .banner-btn:hover a div:after {
    content: "";
    background: url(../images/arrow-white.png) no-repeat;
    background-size: 28px 18px;
}

.hm-logo {
    padding: 30px 0 36px;
}

.hm-logo p {
    width: 100%;
    margin: 0 0 27px;
    color: #152d72;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
}

.hm-banner-img {
    width: 100%;
    height: auto;
}

.logo-brand img {
    margin: 0 15px;
}

.lj-card {
    display: block;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 12%);
    padding: 1rem;
    width: 100%;
    height: 100%;
    position: relative;
    transition: .1s all;
}

.lji-wrp {
    width: 90px;
    height: 90px;
    margin: auto;
    background: #f1f1f1;
    padding: 20px;
    border-radius: 50%;
    margin-bottom: 1rem;
    transition: .1s all;
}

.lj-card:hover .lji-wrp {
    background: #e6e6e6;
}

.lji-wrp .micon {
    width: 50px;
    height: 50px;
    transition: .1s all;
    position: relative;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    color: #6cc222;
}

.lj-card p {
    color: #152D72;
    margin: 0;
    font-weight: 500;
}

.trust-pilot {
    padding: 40px 0;
    background-color: #fdfdfd;
    background-image: url("../images/rectangle.png");
}

.how-help {
    padding: 60px 0;
}

.how-help h3 {
    color: #152d72;
    font-weight: 700;
    line-height: 1.15;
    font-size: 50px;
    margin-bottom: 2rem;
}

.how-help h3 span {
    color: #6cc222;
}

.hhlp-card {
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 12%);
    padding: 2rem;
    position: relative;
    max-width: 450px;
    margin: auto;
}

.hhlp-card h4 {
    font-weight: 700;
    color: #6cc222;
}

.hhlp-btn {
    border: 2px solid #152d72;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 600;
}

.hhlp-btn:hover {
    background: #152d72;
    color: #fff;
}

.slick-list {
    position: relative;
}

.slick-list:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 48px;
    z-index: 2;
    top: 0;
    background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
}

.slick-list:after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 48px;
    z-index: 2;
    top: 0;
    background-image: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    display: none;
}

.popular-blogs .pb-rm {
    margin: 0;
}

.popular-blogs img {
    width: 100%;
    height: auto;
}

.brand {
    padding: 65px 0;
    width: 100%;
    margin: 0 auto;
    background-color: #6cc222;
}

.brand-wrapper {
    width: 780px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}

.brand-wrap {
    margin-bottom: 25px;
}

.brand-wrap img {
    background-color: #fff;
    height: 66px;
    width: 100%;
    object-fit: contain;
    padding: 10px;
}

.divider {
    border-top: 1px solid #fff;
    height: 1px;
    margin: 0 auto;
}

.hm-compare {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    background-image: radial-gradient(153% 300px at top center, #6cc222 75%, transparent 0);
}

.how-work {
    padding: 65px 0;
    background-image: url(../images/rectangle.png);
    background-color: #fff;
}

.how-work h3 {
    color: #152d72;
    font-weight: 700;
    line-height: 1.15;
    font-size: 50px;
    margin-bottom: 2rem;
}

.how-work h3 span {
    color: #6cc222;
}

.how-work-content {
    color: #000;
    position: relative;
}

.how-work-content img {
    margin: 0 auto 35px;
    display: block;
    width: 170px;
}

.how-work-content h4 {
    color: #6cc222;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 25px;
    text-align: left;
    font-weight: 600;
    margin: 0 0 10px;
}

.how-work-content p {
    color: #545454;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}

.hm-compare-wrap {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 12%);
    padding: 30px 30px 30px;
    width: 100%;
    height: 100%;
    position: relative;
    transition: top .1s ease;
    top: 0;
}

.hm-compare-wrap:hover {
    text-decoration: none;
    top: -3px;
}

.hm-compare-wrap a {
    text-decoration: none;
}

.hm-compare-wrap div.block-details:before {
    position: relative;
    width: 63px;
    height: 69px;
    background-size: 63px 69px;
    display: block;
    margin: 0 auto .5rem;
}

.hm-compare-wrap div.block-details h3 {
    color: #152d72;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 27px;
    margin-bottom: 10px;
    text-align: center;
}

.hm-compare-wrap div.block-details h4 {
    color: #6cc222;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
}

.hm-compare-wrap div.block-details p {
    color: #545454;
    font-size: 14px;
    letter-spacing: -.49px;
    line-height: 22px;
    margin-bottom: 20px;
}

.hm-compare-wrap button {
    width: 100%;
    height: 52px;
    position: relative;
    border: 1px solid #152d72;
    border-radius: 5px;
    background-color: #fff;
    color: #152d72;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 18px;
    text-align: left;
    padding-left: 20px;
}

.hm-compare-wrap button:after {
    content: "";
    background: url(../images/arrow.png) no-repeat;
    background-size: 19px 12px;
    position: absolute;
    bottom: 18px;
    right: 20px;
    width: 19px;
    height: 12px;
}

.hm-compare-wrap button:hover {
    background-color: #152d72;
    color: #fff;
}

.hm-compare-wrap button:hover::after {
    content: "";
    background: url(../images/arrow-white.png) no-repeat;
    background-size: 19px 12px;
    position: absolute;
    bottom: 18px;
    right: 20px;
    width: 19px;
    height: 12px;
}

.rc-body {
    margin: 15px;
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.25);
}

.rc-body .img-star {
    width: 100%;
    max-width: 160px;
}

.rc-body h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rc-body p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.rc-body h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    position: relative;
}

.horizontal-divider-testimonial {
    width: 20%;
    height: 3px;
    background-color: #f1f6fd;
    margin-bottom: 1rem;
}

.review-slider .slick-list:before,
.review-slider .slick-list:after {
    background-image: none;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    position: absolute;
    bottom: -60px;
    border: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 0;
    font-family: 'FontAwesome';
    background: #fff;
    color: #152d72;
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.25);
}

button.slick-prev.slick-arrow {
    left: 0;
}

button.slick-next.slick-arrow {
    left: 70px;
}

button.slick-prev.slick-arrow:before {
    content: "\f177";
    font-size: 16px;
}

button.slick-next.slick-arrow:before {
    content: "\f178";
    font-size: 16px;
}

.review-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.review-slider {
    margin-bottom: 60px;
}

.connectivity-banner {
    padding-bottom: 50px;
    background-color: #152d72;
    background-image: url('../images/happy-family.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.connectivity-banner.connectivity-internet {
    background-image: url('../images/happy-family-2.png');
}

.connectivity-banner h1 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 2rem;
}

.connectivity-banner h1 span {
    color: #70c023;
}

.connectivity-banner p {
    color: #fff;
}

.connectivity-banner p span {
    color: #70c023;
}

.connectivity-providers-2 {
    position: relative;
    padding: 50px 0;
    text-align: center;
    background: #fff;
}

.connectivity-providers-2 h2 {
    color: #152d72;
    margin-bottom: 2rem;
}

.cp-area h3 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.cp-area p {
    margin: 0;
}

.connectivity-location {
    position: relative;
    padding: 50px 0;
    background: #f3f3f3;
}

.connectivity-location h3 {
    font-weight: 700;
    font-size: 2.5rem;
    color: #152d72;
    margin-bottom: 1.25rem;
}

.connectivity-location h3 span {
    color: #70c023;
}

.connectivity-wc {
    position: relative;
    padding: 50px 0;
    background: #fff;
}

.connectivity-wc h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #152d72;
    margin-bottom: 2rem;
}

.connectivity-wc .card-wci h3 {
    font-size: 1.5rem;
    margin: 15px 0;
    text-align: center;
}

.connectivity-wc h3 span {
    color: #70c023;
}

.connectivity-wc1 .card-wci h3 {
    font-size: 1.5rem;
    margin: 15px 0;
    text-align: center;
    color: #70c023;
    font-weight: 700;
}

.connectivity-wc1 .card-wci h3 span {
    color: #152d72;
}

.area-top.insurance-banner {
    padding-bottom: 50px;
    background-color: #152d72;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.area-top.insurance-banner.insurance-auto {
    background-image: url(../images/auto-insurance.png);
}
.area-top.insurance-banner.insurance-ho {
    background-image: url(../images/home-owners.png);
    background-color: #fff;
    background-size: auto;
}

.insurance-banner.insurance-ho h1{
    color: #152d72;
}
.insurance-banner.insurance-ho .connectivity-form .nbn-pincode-wrapper{
        border: 1px solid #152d72;
    border-radius: 5px;
}
.insurance-banner h1 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 2rem;
}

.insurance-banner h1 span,
.insurance-banner h3,
.insurance-banner p span {
    color: #70c023;
}

.card.card-wci {
    height: 100%;
}

.card-wci img {
    object-fit: contain;
    width: 100px;
    height: 100px;
}

.rc-img-new img {
    height: 50px;
    object-fit: contain;
    margin: 0 auto;
}

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

ul.pros,
ul.cons {
    list-style: none;
}

ul.pros li,
ul.cons li {
    position: relative;
    margin-bottom: 30px;
}

ul.pros li:before,
ul.cons li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -30px;
    width: 16px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

ul.pros li:before {
    background-image: url('../images/pros.png')
}

ul.cons li:before {
    background-image: url('../images/cons.png')
}

.connectivity-card {
    background: #f3f3f3;
    border-radius: 30px;
    padding: 2rem;
    max-width: 1000px;
    margin: auto;
}

.connectivity-card h2 {
    color: #152d72;
    font-weight: 700;
    font-size: 40px;
    margin: 0 0 20px;
}

.card.card-wc {
    background: #152d72;
    text-align: center;
    border: #152d72;
    height: 100%;
}

.card.card-wc .card-body {
    padding: 2rem;
}

.card-wc p {
    color: #6cc222;
    font-weight: 700;
    margin: 1rem 0 0;
}

.site-footer .cta {
    background: #6cc222;
    padding: 1rem 0;
    text-align: center;
    color: #fff;
}


.site-footer .cta h3 {
    color: #fff;
    margin: 0;
}


.site-footer .cta h3 a {
    color: #fff;
    text-decoration: none;
}

.disclaimer {
    text-align: center;
    font-size: .9rem;
    padding: 15px 0;
}

.footer-menu {
    background: #152d72;
    color: #fff;
    padding: 2rem 0 1rem;
    font-weight: 300;
}


.site-footer h5.heading {
    color: #6cc222;
    font-size: 1.3rem;
    text-align: left;
    margin-bottom: 2rem;
}

.cnimg2-wrap h1,
.premium-banner h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #152d72;
    margin: 0 0 2rem;
}

.cnimg2-wrap h1 span,
.premium-banner h1 span {
    color: #70c023;
}

.premium-banner {
    position: relative;
}

.premium-banner .pb-wrapper {
    padding: 60px 0;
}

.premium-banner .pb-wrapper-img {
    text-align: center;
    padding: 30px;
}

.premium-banner .pb-wrapper-img img {
    max-width: 100%;
}

.pp-cardi {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.pp-cardicon {
    width: 55px;
    text-align: left;
}

.pp-cardi h4 {
    width: calc(100% - 85px);
    text-align: left;
}

.pp-cardi h4 strong {
    color: #70c023;
}

.otf-img {
    text-align: center;
    padding: 0 60px;
}

.pie-chart {
    position: relative;
    padding-bottom: 40%;
    /*
	padding-bottom: 56.25%;
   16:9 */
    padding-top: 25px;
    height: 0;
}

.pie-chart iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.save-meter-pp {
    background: #fff;
    position: relative;
    padding: 60px 0;
    text-align: center;
}

.save-meter-pp h3 {
    font-weight: 700;
    color: #152d72;
    font-size: 36px;
}

.save-meter-pp h3 span {
    color: #70c023;
}

h4.pp-tnc {
    font-weight: 600;
    color: #152d72;
}

p.pp-tnc {
    font-weight: 300;
    color: #152d72;
}

.connectivity-explore img,
.connectivity-providers img {
    max-width: 100%;
}

.connectivity-providers,
.connectivity-explore {
    position: relative;
    padding: 60px 0;
}

.connectivity-providers {
    background: #fff;
}

.connectivity-providers h3,
.connectivity-explore h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #152d72;
    margin: 0 0 2rem;
}

.connectivity-providers h3 span,
.connectivity-explore h3 span {
    color: #70c023;
}

.connectivity {
    position: relative;
    background: #eff2f4;
}

.connectivity-nimg1 {
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 0;
}

.connectivity-nimg2 {
    display: flex;
    padding: 60px 0;
    width: 60%;
    gap: 2rem;
    text-align: center;
    z-index: 1;
    position: relative;
}

.connectivity-why {
    background: #fff;
    padding: 60px 0;
}

.connectivity-why .card-blue, .connectivity-im .card-blue {
    height: 100%;
    background: #152d72;
    border-radius: 15px;
    text-align: center;
    padding: 2rem;
    color: #fff;
}
.connectivity-im .card-blue h3 {
    color: #70c023;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.connectivity-im .card-blue img {
    object-fit: contain;
    height: 50px;
    width: auto !important;
}

.connectivity-why .cb-icon {
    margin-bottom: 1rem;
}

.connectivity-why .cb-icon img {
    object-fit: contain;
}

.connectivity-why .card-blue h3 {
    color: #70c023;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 1rem;
}

.connectivity-why .card-blue p {
    margin: 0;
}

.connectivity-why .connect-wrap {
    text-align: center;
    margin: 3rem 0 0;
}

.connectivity-why .connect-wrap h2 {
    font-weight: 700;
    color: #152d72;
}

.connectivity-why .connect-wrap h2 span {
    color: #70c023;
}

.connectivity-choose {
    background: #152d72;
    padding: 60px 0;
    position: relative;
    color: #fff;
    text-align: center;
}

.connectivity-choose h3 {
    color: #fff;
    text-align: center;
    margin: 0 0 2rem;
    font-weight: 700;
    font-size: 2rem;
}

.connectivity-choose h3 span {
    color: #70c023;
}

.cnimg1-wrap img {
    width: 185px;
}

.pp-steps {
    position: relative;
    margin-top: 60px;
}

.pp-steps h3 {
    font-size: 20px;
    font-weight: 600;
    color: #152d72;
    margin: 0 0 0.5rem;
}

.pp-steps p {
    font-size: 14px;
}

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

ul.quick-menu li {
    padding-bottom: 5px;
}

ul.quick-menu li a {
    color: #fff;
    text-decoration: none;
    line-height: 1.8;
    font-size: 15px;
}

.foo-about {
    margin: 1.5rem 0;
}

ul.social {
    list-style-type: none;
    text-align: left;
    padding: 0;
}

ul.social li {
    display: inline-block;
    margin-right: 10px;
}

ul.social li a {
    height: 34px;
    width: 34px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    color: #333;
    background: #fff;
    display: block;
}

ul.social li i {
    color: #152d72;
}

.foo-about a,
.copyright a {
    color: #6cc222;
    text-decoration: none;
    font-weight: 600;
}

.copyright {
    text-align: center;
    font-size: .85rem;
    margin: 0.5rem 0 0;
    border-top: 1px solid #717171;
    padding-top: 1rem;
}

.banner-form {
    padding: 10px 0 20px;
}

.banner-form .input-holder {
    transition: top .1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 20%);
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    position: relative;
    z-index: 100;
    height: 85px;
}

.banner-form .input-holder input {
    height: 30px;
    width: calc(100% - 245px);
    border: 0;
    position: relative;
    margin: -2px 0;
    font-size: 16px;
    padding: 0;
    outline: none;
}

.banner-form .input-holder .cta-holder {
    margin-top: 0;
    width: 240px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
}

.banner-form .input-holder .cta-holder .btn-product {
    border: 1px solid #152d72;
    border-radius: 5px;
    background-color: #152d72;
    padding: 17px 0 17px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    top: 0;
    line-height: 18px;
    width: 240px;
    position: relative;
    border-spacing: 0;
}

.banner-form .input-holder .cta-holder .btn-product:after {
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAdCAYAAAAkXAW5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMC1jMDAwIDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjczMDQ2MzM5MzhFODExRUNBMjMyODQ0ODVFNjhFQ0NCIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjczMDQ2MzM4MzhFODExRUNBMjMyODQ0ODVFNjhFQ0NCIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMDIxIE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjc3N0NFOTc3N0Q1RTExRUJBRjA1OTA4MUQ2NjQ5RDEwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjc3N0NFOTc4N0Q1RTExRUJBRjA1OTA4MUQ2NjQ5RDEwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+gfW/VgAAA2FJREFUeNrslmlIVFEUx//n+d7M5DRlYTtiVB+iQCKIKNq0oDBt+dRGBkNJC6EtFBkEfakgKIhWUlqEsLBNlEyktNBoKESipjBTolxGs9xym97p3BmLovyiPuuDFw7z3rzLvb977v9/7iVmxr9uGv6DNggxCDEI0VMj7LagTnTBYXMhPWM9llT60Lj7Ks9BGFUjRL5xf2eCeog2DomJQOzq6QjbFY3IdQvpNnzmXwH6DsE9hItac0s4KikLjarb5QTMjpqpXYGPodNAaUKNaqfyU7d45dlisE3eszYjAZF0yP+ZYdMGAkJlwyYRSoU7LnFi3msgcjhQsh2H4YS7s/H3jFjnDgHRnIHf1KUXcMRbC8wYD+RspTSYWOhvw08QSy1qiha1ETJTEx+cd57Tq1qB2GnAyU2UiRZzor8rKGTL64QCcQhIQwUSVl5Ebru8J89H+NZVWjY+mcMkK8LhNodIX13im6U0jK+o4vCYOO1ZViIinaKZpedRkPfYjNaTlpNHuoRZDUGS9k4/1dc2Y/gr0cesCODuFixa1qGlEv+Dq1XXN7AREihrKK2RbThVhA3yrLbEb4kmZIkOA3A6GA3N1Jz/iiO2LaATsVODEMfu4Yle8ZmvWSIBVltACHcxasUVJZXA/UJGyBS6kDohaIhN1+HJyOe5+lAbWQIwVFY+xGAUlxGKy4EPb8QGEXT6w34kjpH6caIQ76/m8HKMooAr+n1yQ0b92EDwyORFUi3RLh/Gackv92LHWAHIfomOPem8Qs6YekXQZwhZX+CEttsYoWK7mi+Ep2+BwnJ1mkoYqgBwTFYinZw2Fnghzoi/yAmiiFJbqDjG7AcIQwsC1DcR8iuAgnfy51cJh4Qq23U8+YhbuxMvlbJOoOae4xQ04YY+kgIAQC8hAqsXKbkcQXd73hIyS1XaVUpkUJcUHXV98PEIdzzlHoiBS7lkbRoutVTiqB5O8P9SGPTe7Lt4HHad4a0iPCkDXld3n0LOYJ/ABK3sWjybbqat4SmqMCdlwvOgyHSLNn4D6BWEJpMZAvDIS8h93n1k27uF8WPwDhl4FKXk7ORoBXC8ADWn73I8RmtB2L5C2MV2dY0C4O1eufHLjeqnUCQbLcg885A2ThqN0H03OU7umD7dwB9ZUO27AAMAPj8816A7me0AAAAASUVORK5CYII=) no-repeat;
    background-size: 19px 15px;
    position: absolute;
    right: 15px;
    margin: auto;
    width: 19px;
    height: 15px;
}

.banner-form-new {
    background: #fff;
    padding: 30px;
    border-radius: 0 0 20px 20px;
    border-style: solid;
    border-color: #152d72;
    border-width: 0 2px 2px;
    max-width: 830px;
    margin: 0 auto 3rem;
    text-align: center;
}

.banner-form-new h1,
.banner-form-new h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #152d72;
    margin: 0 0 2rem;
}

.banner-form-new h1 span,
.banner-form-new h3 span {
    color: #70c023;
}

.banner-form-new .choose-type,
.banner-form-new .choose-utilities {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
    margin: 0 0 1rem;
    gap: 10px;
}

.banner-form-new .choose-utilities {
    max-width: 500px;
    margin: auto;
}

.cj-form-il .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.cj-form-il .form-check-input:checked {
    background-color: #70c023;
    border-color: #70c023;
}

.cj-form-il .form-check-input:focus {
    border-color: #70c023;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(112 192 35 / 25%);
}

.banner-form-new .choose-utilities .icon-holder {
    border-radius: 50%;
    color: #70c023;
    background: #152d72;
    width: 28px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    font-size: 16px;
    transition: 0.5s all;
}

.banner-form-new .choose-utilities .btn-check:checked+.btn .icon-holder,
.banner-form-new .choose-utilities .btn-check:hover+.btn .icon-holder {
    background: #70c023;
    color: #152d72;
}

.banner-form-new .btn-outline-blue {
    border-color: #152d72;
    color: #152d72;
}

.banner-form-new .btn-outline-blue:hover,
.banner-form-new .btn-check+.btn:hover {
    border-color: #152d72;
    color: #fff;
    background: #152d72;
}

.banner-form-new .btn-check:checked+.btn,
.banner-form-new .btn.active,
.banner-form-new .btn.show,
.banner-form-new .btn:first-child:active,
.banner-form-new :not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #152d72;
    border-color: #152d72;
}

.nbn-pincode-wrapper {
    max-width: 500px;
    margin: 0 auto 50px;
}

.connectivity-form .nbn-pincode-wrapper {
    margin: 0;
}

.nbn-pincode {
    background: #fff;
    border-radius: 10px;
    padding: 8px;
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nbn-icon {
    font-size: 24px;
    width: 24px;
    color: #152d72;
}

.nbn-pincode .nbn-form-control {
    outline: none !important;
    border: none !important;
    padding: 0;
    width: calc(100% - 190px);
}

.nbn-pincode .nbn-btn {
    background: #6cc222;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    padding: 10px 25px;
    font-weight: 600;
}

.moving {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 15px 0;
}

.connectivity-form .moving {
    color: #fff;
}

.banner-cta-wrp {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.nb-whyus {
    padding: 50px 0 0;
    background-color: #fdfdfd;
    background-image: url(../images/rectangle.png);
    position: relative;
}

.nb-why-card {
    position: absolute;
    width: 500px;
    background: #152d72;
    color: #fff;
    border-radius: 0 15px 15px 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 3rem;
    max-width: 48%;
}

.nb-why-card p a {
    color: #fff;
    text-decoration: underline;
}

.nb-why-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #6cc222;
    position: relative;
    margin: 0 0 25px;
    padding: 0 0 10px;
}

.nb-why-card h3:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 5px;
    background-color: #6cc222;
    left: 0;
    bottom: 0;
}

.nb-why-card .p1 {
    font-size: 24px;
    line-height: 1.25;
}

.nb-why-card .p1 strong {
    color: #6cc222;
}

.nb-why-card .p1 span {
    font-weight: 700;
}

.nb-how-work-image {
    width: 130px;
    height: 130px;
    background: #f1f1f1;
    border-radius: 50%;
    padding: 30px;
}

.nb-how-work-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
}

.nb-how-work-content {
    color: #000;
    position: relative;
    width: calc(100% - 130px - 1.5rem);
}

.nb-how-work-content h4 {
    color: #152d72;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 8px;
}

.nb-how-work-content h4:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    background-color: #6cc222;
    left: 0;
    bottom: 0;
}

.nb-stats {
    position: relative;
    background: #152d72;
    border-radius: 15px 15px 0 0;
    padding: 1rem 2rem;
    margin-top: 0;
    color: #fff;
}

.nb-stats-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 15px;
}

.nb-stats-list p {
    margin: 0;
    line-height: 1.15;
}

.nb-stats-list strong {
    color: #6cc222;
    display: block;
    font-size: 34px;
}

.nb-stats-list span {
    font-size: 14px;
}

.nb-service-area {
    position: relative;
    padding: 70px 0;
}

.nb-service-area h3 {
    color: #fff;
    text-transform: uppercase;
    background: #152d72;
    display: inline-block;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 30px;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
}

.nb-service-area h3:after {
    content: "";
    position: absolute;
    left: 25px;
    bottom: 7px;
    width: 35px;
    height: 2px;
    background: #6cc222;
}

.nbsa-sub {
    font-size: 25px;
    line-height: 1.25;
    margin-bottom: 25px;
}

.nbsa-sub-1 {
    font-size: 18px;
    line-height: 1.48;
}

ul.nbsa-sub-1 {
    list-style: none;
}

ul.nbsa-sub-1 li {
    margin-bottom: 1rem;
}

.nbsa-sub span {
    font-weight: 700;
    color: #152d72;
}

.nbsa-sub strong {
    color: #6cc222;
}

.nbsa-sub-2 {
    font-weight: 600;
    color: #152d72;
    font-size: 24px;
}

.nbsa-sub-2 span {
    color: #6cc222;

}

ul.nbsa-areas {
    margin: 0;
    list-style: none;
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

ul.nbsa-areas li {
    width: 33.33%;
}

.nbwusl-wrp {
    position: relative;
    margin: 50px 0;
    max-width: 450px;
    /*box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.25);*/
}

.nb-whyus-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
}

.nb-whyus-list li {
    background: #fff;
    padding: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    transition: 0.5s all;
    position: relative;
    z-index: 1;
}

.nb-whyus-list li:first-child {
    border-radius: 15px 15px 0 0;
}

.nb-whyus-list li:last-child {
    border-radius: 0 0 15px 15px;

}

.nb-whyus-list li.active {
    transform: scale(1.1);
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    z-index: 2;
}

.nb-whyus-list li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 4px;
    background: #e6e6e6;
}

.nb-whyus-list li.active:after,
.nb-whyus-list li:last-child:after {
    display: none;
}

.nb-whyus-list .ptt {
    font-size: 18px;
    font-weight: 700;
    color: #152d72;
    margin: 0;
    width: calc(100% - 220px);
    transition: 0.5s all;
}

.nb-whyus-list li.active .ptt {
    color: #6cc222;
}

.nb-whyus-list .ptt-seprate {
    background: url("../images/loader.png") no-repeat center;
    width: 100px;
    background-size: contain;
    height: 36px;

}

.nb-whyus-list .ptt-img {
    width: 60px;
}

.nb-card {
    padding: 2rem 2rem 0;
    background: #152d72;
    border-radius: 15px;
    color: #fff;
}

.nb-card h3 {
    font-size: 34px;
    line-height: 1.25;
    margin: 1rem 0 2rem;
}

.nb-card h3 strong {
    color: #6cc222;
}

.nb-card h3 .border-bottom {
    border-color: #6cc222 !important;
    border-width: 5px !important;
}

.nb-benefits {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 3rem 0 2rem;
    gap: 1rem;
}

.nb-benefits li {
    width: calc(33.33% - 2rem);
    font-weight: 600;
    position: relative;
    padding-left: 35px;
}

.nb-benefits li span {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: #6cc222;
    font-weight: 400;
    border-radius: 50%;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 4px;
    left: 0;
}

.area-plan,
.area-provider {
    padding: 50px 0;
    position: relative;
    background-image: url(../images/rectangle.png);
    background-color: #fff;
}


.nbsa-list {
    font-size: 18px;
    line-height: 1.48;
}

.nbsa-list li {
    margin-bottom: 1rem;
}

.text-primary {
    color: #152d72 !important;
}

.table.table-tpp>thead th {
    background: #152d72;
    color: #70c023;
    padding-top: 15px;
    padding-bottom: 15px;
}

.table.table-tpp>thead th:first-child {
    border-radius: 25px 0 0;
}

.table.table-tpp>thead th:last-child {
    border-radius: 0 25px 0 0;
}

.table-tpp th,
.table-tpp td {
    height: 65px;
    vertical-align: middle;
}

.table-tpp img {
    height: 45px;
    object-fit: cover;
    max-width: 100%;
}

.table-tpp tbody {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.area-cms {
    position: relative;
    padding: 50px 0;
    background: #fff;
}

.area-top {
    position: relative;
    padding-top: 50px;
}

.area-top .cj-form-il {
    position: relative;
    margin-top: 60px;
}

.area-top .cj-form-il:before {
    background: #6cc222;
    content: "";
    position: absolute;
    width: 90%;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
}

.area-top .connectivity-form .cj-form-il:before {
    display: none;
}

.area-top h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #152d72;
    margin: 0;
}

.area-top h2 span {
    color: #70c023;
}

.area-how {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: flex-end;
}

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

.area-how ul li {
    line-height: 1.75;
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
}

.area-how ul li:before {
    content: url('../images/check.svg');
    width: 20px;
    height: 20px;
}

.area-cms h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #152d72;
}

.area-cms h1 span {
    color: #70c023;
}

.popular-blogs {
    padding: 60px 0 1px;
    background: #fff;
    position: relative;
}

.about-top {
    padding: 50px 0;
    text-align: center;
    font-size: 1.15rem;
    line-height: 1.65;
}

.about-top h1 {
    color: #333;
    font-weight: 400;
    line-height: 1.15;
    font-size: 50px;
    margin-bottom: 2rem;
}

.about-top h1 .ath-1 {
    color: #152d72;
    font-weight: 700;
}

.about-top h1 .ath-2 {
    color: #70c023;
    font-weight: 700;
}

.about-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.about-card-head {
    position: relative;
    margin-bottom: 40px;
}

.about-card-head h3 {
    font-weight: 700;
    color: #152d72;
}

.about-card-head:after {
    height: 4px;
    content: "";
    position: absolute;
    width: 25%;
    background: #70c023;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
}

.about-card p {
    margin: 0;
}

.about-nimg {
    position: relative;
    z-index: 0;
    text-align: center;
    bottom: -15px;
}

.about-nimg2 {
    position: relative;
    z-index: 1;
}

.about-gs {
    text-align: center;
    margin: 50px auto;
}

.about-gs h2 {
    font-weight: 700;
    color: #152d72;
    margin-bottom: 30px;
}

.about-gs p {
    font-size: 1.15rem;
    line-height: 1.65;
}

.about-gs p a {
    font-weight: 700;
    text-decoration: underline;
}

.about-note {
    background: #152d72;
    padding: 30px;
    border-radius: 20px;
    border: 4px solid #70c023;
    max-width: 830px;
    margin: 0 auto 3rem;
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.65;
}

.about-note h3 {
    text-align: center;
    font-weight: 700;
    margin: 0 0 30px;
}

.about-note h3 span {
    color: #70c023;
}

.solar-calculator h2 {
    color: #152d72;
    font-weight: 600;
    line-height: 1.15;
    font-size: 30px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    text-align: center;
}

.solar-calculator h2 span {
    color: #6cc222;
}

.ut-cms h1 {
    color: #152d72;
    font-weight: 700;
    line-height: 1.15;
    font-size: 50px;
    margin-bottom: 2rem;
}

.ut-cms h1 strong {
    color: #6cc222;
}

.ut-cms h2 {
    color: #152d72;
    font-weight: 700;
    line-height: 1.15;
    font-size: 30px;
    margin-bottom: 2rem;
}

.ut-cms p,
.ut-service-area p,
.ut-service-area li {
    font-size: 18px;
    line-height: 1.48;
}

.utslc-image {
    width: 140px;
    height: auto;
}

.utsl-inner {
    margin-bottom: 2rem;
}

.ut-head4 {
    font-size: 20px;
    font-weight: 700;
    color: #152d72;
}

.ut-service-area p strong {
    color: #152d72;
}

.ut-service-area {
    padding: 50px 0;
    position: relative;
    background: #fff;
}

.ut-service-area-2 {
    background: #fafafa;
}

.ut-head3 {
    color: #152d72;
    font-weight: 700;
    line-height: 1.15;
    font-size: 30px;
    margin-bottom: 1rem;
}

.ut-head3 span {
    color: #6cc222;
}

.btn-green {
    background: #6cc222;
    color: #fff;
    border-color: #6cc222;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus {
    background: #5da81d;
    color: #fff;
    border-color: #5da81d;
}

.inner-banner {
    padding-bottom: 15px;
    background-color: #f8f9fb;
    box-shadow: inset 0 4px 20px 0 rgb(0 0 0 / 10%);
    padding-top: 45px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    z-index: 500;
    min-height: 500px;
}

.inner-banner.connectivity {
    background: url(../images/connectivity.png) bottom -50px right -30px no-repeat;
    background-size: contain;
}

.inner-banner .sub-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.inner-banner .sub-title img {
    width: 28px;
    height: 28px;
    margin-top: -5px;
}

.inner-banner .sub-title h3 {
    color: #ff6323;
    font-size: 18px;
    letter-spacing: -.06px;
    font-weight: 500;
    padding-left: 10px;
    margin: 0;
}

.inner-banner .main-title h1 {
    color: #152d72;
    margin: 0;
    display: inline;
    font-size: clamp(2rem, 5vw, 3.3rem);
    font-weight: 700;
    letter-spacing: -1.69px;
    line-height: 1.1;
    min-height: 0.1vw;
}

.inner-banner .main-title p.h1 {
    font-size: clamp(2rem, 5vw, 3.3rem);
    font-weight: 700;
    letter-spacing: -1.69px;
    line-height: 1.1;
    min-height: 0.1vw;
    color: #ff6323;
    padding-left: 6px;
    display: inline;
}

.inner-banner p.main-title__intro {
    color: #000;
    font-size: 20px;
    letter-spacing: -.6px;
    line-height: 26px;
    margin-bottom: 15px;
    font-weight: 300;
    padding-right: 10%;
    margin-top: 25px;
}

.flbl {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #777;
    line-height: 30px;
    cursor: pointer;
}

.mbsc-calendar-cell>div:not(.mbsc-calendar-cell-inner) {
    display: none;
}

.flight-card {
    cursor: pointer;
}

.flight-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flight-logo {
    flex: 0 0 75px;
    max-width: 75px;
    padding: 1rem;
}

.flight-logo-wrp {
    width: 100%;
    margin-top: 1rem;
}

.flight-logo img {
    width: 100%;
    height: auto;
}

.flight-meta {
    flex: 0 0 calc(100% - 325px);
    max-width: calc(100% - 325px);
}

#selected-flight-data .flight-meta {
    flex: 0 0 calc(100% - 75px);
    max-width: calc(100% - 75px);
}

.flight-price {
    flex: 0 0 250px;
    max-width: 250px;
    background: #70c023;
    padding: 1rem;
    color: #fff;
}

.flight-price button,
.flight-price .amount {
    opacity: 0;
}

.flight-card .flight-list:first-child .flight-price button,
.flight-card .flight-list:first-child .flight-price .amount {
    opacity: 1;
}

.co2-emisson {
    margin-bottom: 1rem;
    font-size: .85rem;
}

.flight-price .amount {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1rem;
}

.flight-meta-wrp {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0;
}

.flight-name {
    padding: 1rem;
    flex: 0 0 calc(100% - 275px);
    max-width: calc(100% - 275px);
}

.flight-time {
    padding: 1rem;
    flex: 0 0 125px;
    max-width: 125px;
}

.flight-stops {
    padding: 1rem;
    flex: 0 0 150px;
    max-width: 150px;
}

.flight-meta-wrp p.f-title {
    font-weight: 700;
    font-size: 1rem;
    margin: 0;
}

.flight-meta-wrp p.f-subtitle {
    color: #4B4B55;
    font-size: .85rem;
    margin: 0;
}

.flight-segment {
    margin-bottom: 1rem;
}

.flight-segment .fs-duration {
    font-size: .85rem;
    color: #4B4B55;
    margin: 0.5rem 0;
}

.flight-segment .fs-info {
    font-size: .75rem;
    color: #333;
}

.flight-segment .fs-layover {
    font-size: .8rem;
    border-radius: 5px;
    background: #d4f7b3;
    display: inline-block;
    padding: 5px 10px;
    color: #008000;
    margin-top: 1rem;
}

.flight-segment .fs-date {
    position: relative;
    padding-left: 30px;
}

.flight-segment .fs-date p {
    margin-bottom: 0;
    position: relative;
}

.flight-segment .fs-date p:before {
    border: 1px solid #ccc;
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    border-radius: 50%;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}

.flight-segment .fs-date:last-child p:after {
    content: "";
    position: absolute;
    left: -24px;
    bottom: -20px;
    background: #fff;
    width: 2px;
    height: 100%;
}

.flight-meta-more {
    position: relative;
    margin-bottom: 2rem;
    display: none;
}

.more .flight-meta-more {
    display: block;
}

.flight-segment .fs-wrap {
    position: relative;
}

.flight-segment .fs-wrap:before {
    content: "";
    position: absolute;
    left: 6.5px;
    top: 10px;
    border-left: 2px dashed #ccc;
    height: calc(100% - 10px);
}

.animation-bg {
    background: #ddd;
    height: 145px;
}

.btn-primary {
    color: #fff;
    background-color: #152d72;
    border-color: #152d72;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0f235d;
    border-color: #0f235d;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0f235d;
    border-color: #0f235d;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #0f235d;
    border-color: #0f235d;
    box-shadow: 0 0 0 0.25rem rgb(15 35 93 / 50%);
}

.duffel-components .duffel-button--primary {
    background-color: #152d72 !important;
    border-color: #152d72 !important;
}

.duffel-components .duffel-button--primary:hover {
    background-color: #0f235d !important;
    border-color: #0f235d !important;
}

.ui-autocomplete-loading {
    background: white url("../images/loader.svg") right center no-repeat;
    background-size: 24px;
}

.mypaymentcard .card-payment__container {
    margin-left: auto !important;
    margin-right: auto !important;
}

.payment-table {
    width: 480px;
    margin: 0 auto 3rem;
}

#myloader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100000;
    display: none;
}

#myloader .ajax-loader {
    background: url("../images/loader.svg") right center no-repeat;
    width: 100px;
    height: 100px;
    margin: calc(50vh - 50px) auto 0;
}

#passportModal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.divider-new {
    background: #fff;
    height: 7px;
    width: calc(100% + 2rem);
    box-shadow: inset 0 0 2px 1px rgb(0 0 0 / 25%);
    position: relative;
    left: -1rem;
    margin: 1rem 0;
}

.divider-new:last-child {
    display: none;
}

.lest_news_box_wrapper {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 60px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
}

.lest_news_img_wrapper {
    position: relative;
}

.lest_news_cont_wrapper {
    width: 100%;
    background: #fff;
    padding-top: 30px;
    padding-left: 33px;
    padding-right: 33px;
    border-top: 0;
    padding-bottom: 30px;
}

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

body.page .entry-header {
    padding: 30px 33px;
}

body.page h1.entry-title {
    text-transform: capitalize;
    color: #1d3571;
    font-weight: 500;
    line-height: 32px;
    padding-top: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.lest_news_cont_wrapper h1,
.lest_news_cont_wrapper h2 {

    font-size: 24px;
    text-transform: capitalize;
    color: #1d3571;
    font-weight: 500;
    line-height: 32px;
    padding-top: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.lest_news_cont_wrapper h2 a {
    display: block;
    color: #1d3571;
}

.lest_news_box_wrapper .entry-content {
    padding: 0 30px 30px;
}

.lest_news_box_wrapper .entry-share {
    padding: 0 30px 30px;
}

.entry-share ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}

.entry-share ul li {
    padding: 7px 15px;
    text-align: left;
    transition: .5s all;
    border-radius: 5px;
    font-size: 14px;
}

.entry-share ul li.share-fb {
    background: #3b5998
}

.entry-share ul li.share-tw {
    background: #1da1f2
}

.entry-share ul li.share-ld {
    background: #0077b5
}

.share-pn {
    background: #cb2027
}

.share-mail {
    background: #000;
}

.share-wap {
    background: #70c023;
}

.entry-share ul li a {
    color: #fff;
    display: block;
    text-decoration: none
}

.pvc_stats:before {
    content: "\f06e";
    font-family: "FontAwesome";
    margin-right: 12px
}

body .pvc_stats .pvc-stats-icon {
    display: none
}

.pvc_stats {
    padding: 0 !important;
    position: relative;
    top: 5px;
    color: #328fd1;
    display: none
}

.lest_news_cont_bottom_center .pvc_stats {
    display: inherit
}

.on-list .pvc_stats {
    width: 100%;
    top: -1px
}

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

.lsblog {
    width: 100%;
    margin-bottom: 40px;
    background: #fff;
    padding: 32px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
}

.sc_blog_date {
    font-size: 14px;
    color: #6cc222;
}

.lest_news_cont_bottom {
    width: 100%;
    padding: 10px;
    background: #fff;
    border-top: 1px solid #152d72;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.lest_news_cont_bottom p {
    margin: 0;
}

.sc_btn i {
    margin-right: 10px;
}

ul.energy-list {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 0.75rem;
}

.btn-energy {
    background: transparent;
    border: 2px solid #152d72;
    border-radius: 5px;
    padding: .5rem 1.25rem;
}

.btn-energy.active {
    background: #152d72;
    color: #fff;
}

.success-ring h1 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.success-ring h2,
.success-ring h3 {
    color: #fff;
    font-size: 1.5rem;
}

.success-ring a {
    color: #152d72;
    font-size: 1.5rem;
    text-decoration: none
}

.success-ring {
    box-shadow: 0 0 0 0 rgba(112, 192, 35, .7);
    background-color: #70c023;
    color: #fff;
    border-radius: 50%;
    height: 285px;
    margin: 50px auto;
    padding: 65px 0 0;
    width: 285px;
    animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1)
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(234, 193, 18, 0)
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(234, 193, 18, 0)
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(234, 193, 18, 0)
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(234, 193, 18, 0)
    }
}

@media only screen and (max-width: 991px) {
    .connectivity-nimg2 {
        width: 100%;
    }

    a.nav-cta {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #6cc222;
        text-align: center;
        padding: 15px 0;
        z-index: 10000;
    }

    .inner-banner.connectivity {
        background-image: none;
    }

    .banner-form .input-holder {
        height: 125px;
    }

    .banner-form .input-holder input,
    .banner-form .input-holder .cta-holder,
    .banner-form .input-holder .cta-holder .btn-product {
        width: 100%;
    }

}
@media only screen and (max-width: 1800px) {
.navbar-nav>li {
    padding: 30px 15px;
}
.navbar-nav li a, .nav-cta {
    font-size: 16px;
}



}
@media only screen and (max-width: 1600px) {
    .navbar-nav>li {
        padding: 30px 5px;
    }
.navbar-nav li a, .nav-cta {
    font-size: 14px;
}
}
@media only screen and (max-width: 767px) {

    .cnimg1-wrap img,
    .premium-banner .pb-wrapper-img {
        display: none;
    }

    .banner-cta-wrp {
        justify-content: center;
    }

    .area-how {
        justify-content: center;
        margin-top: 2rem;
    }

    .nb-why-card {
        position: relative;
        max-width: 90%;
        top: 0;
        transform: translateX(0);
        border-radius: 15px;
        margin: 0 auto 3rem;
        padding: 2rem;
    }

    .nb-stats-list {
        margin-bottom: 1rem;
    }

    .nb-why-card {
        position: relative;
        max-width: calc(100% - 1rem);
        margin: auto;
        border-radius: 15px;
        top: 0;
        transform: translateY(0);
    }
}
.price-strike{
	font-size: 30px;
    position: relative;
    width: fit-content;
    color: #a9a3a3!important;
  
}
.price-strike::before {
    background-color: #a9a3a3;
    content: " ";
    height: 2px;
    position: absolute;
    top: calc(50% - 0px);
    width: 100%;
}
/*************/
.header-bar{
    color: #fff;
	background-color: #152d72;
}
.header-bar-left a {
    margin-left: 10px;
    margin-right: 10px;
    opacity: .6;  color: #fff;
    cursor: pointer;
    pointer-events: all;
}
.header-bar-left a.active {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 1;
    position: relative;
}
.header-bar-left a.active:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #fff;
    bottom: -12px;
    left: 40%;
}