* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-style: normal;
}

.btn-primary {
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #00BBF2 !important;
    --bs-btn-border-color: #00BBF2 !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #00bbf2a6 !important;
    --bs-btn-hover-border-color: #00bbf2a6 !important;
    --bs-btn-focus-shadow-rgb: 49, 132, 253 !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #00bbf2a6 !important;
    --bs-btn-active-border-color: #00bbf2a6 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #00BBF2 !important;
    --bs-btn-disabled-border-color: #00BBF2 !important;
}

.btn-outline-primary {
    --bs-btn-color: #00BBF2 !important;
    --bs-btn-border-color: #00BBF2 !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #00BBF2 !important;
    --bs-btn-hover-border-color: #00BBF2 !important;
    --bs-btn-focus-shadow-rgb: 13, 110, 253 !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #00BBF2 !important;
    --bs-btn-active-border-color: #00BBF2 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: #00BBF2 !important;
    --bs-btn-disabled-bg: transparent !important;
    --bs-btn-disabled-border-color: #00BBF2 !important;
    --bs-gradient: none !important;
}

.primary-color {
    color: #00BBF2 !important;
}

.bg-primary {
    background-color: #00BBF2 !important;
}

.btn-responsive {
    width: 50% !important;
}

@media (max-width: 767px) {
    .btn-responsive {
        width: 100% !important;
    }
}

.text-justify {
    text-align: justify !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0 !important;
    margin: 0 !important;
}

button:focus,
.form-control:focus {
    box-shadow: none !important;
    outline: none !important
}

a {
    text-decoration: none !important;
}


::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background: #00BBF2;
}

.main-padding-top {
    padding-top: 76px;
}

footer ul {
    list-style: none;
    padding-left: 0 !important
}

footer ul li {
    margin-top: 8px;
}

footer ul li a {
    color: inherit !important;
}

footer ul li a:hover {
    color: #00BBF2 !important;
}

.qr-box {
    background: linear-gradient(#fafafa, #fafafa) padding-box, linear-gradient(180deg, #00bbf2a6 41.41%, rgba(255, 214, 199, 0)) border-box;
    border: 6px solid transparent;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
    padding: 18px 18px 0;
    text-align: center;
}

footer .biller a {
    color: inherit !important;
    text-transform: uppercase;
    font-size: 14px;
}

footer .biller a:hover {
    color: #00BBF2 !important;
}

.rech-bill {
    color: inherit !important;
}

.number-column {
    background-color: #D6F4FD;
    border-radius: 40px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 32px;
}

.number-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #00BBF2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #00BBF2;
    margin: 3px 0;
}

.number-circle-middle {
    margin: 11px 0;
}

.step-text h5 {
    margin: 5px 0 !important;
}

.upi-ul ul li {
    margin-top: 10px
}

.upi-faq .m-acc {
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 25px 0 hsla(0, 0%, 87%, .5);
    border-color: transparent !important;
    padding: 6px 0px;
}

.upi-faq .accordion-button:not(.collapsed) {
    background-color: #fff !important;
    box-shadow: none !important;
}

.score-box {
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    position: relative;
    margin: auto;
    margin-bottom: 40px;
    transition: all 0.3s ease;
    max-width: 800px;
}

.score-box::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 20px;
    height: 20px;
    background: white;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transform: translateX(-50%) rotate(-45deg);
    z-index: 1;
}

.score-bar {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 840px;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.segment {
    flex: 1;
    transition: transform 0.3s ease;
}

.segment:hover {
    transform: scaleY(1.5);
}

.score-arrow {
    position: absolute;
    top: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid black;
    transition: left 0.3s ease;
}

.c-circle-box .circle {
    width: 300px;
    height: 300px;
    background: conic-gradient(#00BBF2 0% 35%, #f2f2f2 35% 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.c-circle-box .circle-text {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.c-circle-box .circle-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 220px;
}

.credit-acc .credit-faq {
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 25px 0 hsla(0, 0%, 87%, .5);
    border-color: transparent !important;
}

.credit-acc .accordion-button:not(.collapsed) {
    background-color: #fff !important;
    box-shadow: none !important;
}

.wic-box ul li {
    margin-top: 14px
}

.credit-acc .credit-faq {
    position: relative;
}

.progress-line-acc {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #00BBF2;
    width: 0%;
    border-radius: 10px 10px 0 0;
    z-index: 2;
}

.support-banner {
    height: 600px;
    background-size: 100% !important;
}

.support-box {
    color: inherit !important;
}

.support-box:hover {
    color: #00BBF2 !important;
}

.support-box:hover img {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .09) !important;
    border-color: transparent !important;
}

.support-link-box {
    margin-top: -305px;
}

.top-blog-img {
    height: 508px;
    object-fit: cover;
}

.op-img {
    width: 170px;
    height: 151px;
    object-fit: cover;
}

.lat-img {
    width: 110px;
    height: 122px;
    object-fit: cover;
}

.avatar {
    align-items: center;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 1.143em;
    height: 20px;
    justify-content: center;
    margin-right: 7px;
    width: 20px;
}

.main-banner-blog-details {
    width: 100%;
    height: 394px;
    object-fit: cover;
}

.support-content-box h3 {
    margin-top: 1rem !important;
}

.support-content-box p {
    margin-top: .5rem !important;
    font-size: 14px
}

.support-content-links li {
    margin-top: 1rem !important;
    font-size: 14px
}

.support-content-links li a {
    color: inherit
}

.sat-cont a {
    color: inherit !important;
}

.services-menus li a {
    padding: 10px;
    padding: 15px;
    width: 100%;
    border-radius: 0.5rem;
    display: block;
    color: inherit;
    font-size: 15px
}

.services-menus-active {
    background-color: #D6F4FD !important;
    color: #00BBF2 !important;
    font-weight: bold
}

.services-cards {
    color: inherit !important;
    font-size: 14px;
    line-height: 1.2;
}

.services-text-cont p {
    font-size: 14px;
    margin-top: 1rem !important;
}

.services-text-cont h6 {
    margin-top: 3rem !important;
}

.m-rchg-img {
    width: 36% !important;
}

.plan-card {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
}

.plan-card .plan-tag {
    background-color: #e1ebff;
    border-radius: 0 8px;
    color: #091d52;
    font-size: 0.614em;
    left: 18px;
    padding: 3px 15px;
    position: absolute;
    top: -6px;
}

.plan-card .plan-tag:before {
    background: #a0b2d6;
    border-radius: 10px 10px 0 0;
    content: "";
    display: block;
    height: 6px;
    left: -5px;
    position: absolute;
    top: 0;
    width: 6px;
}