
/* @import url('/cdns/googleapis_poppinsfont.css'); */

body,
html,
li {
    font-family: Poppins, sans-serif !important
}
body {
    top: 0 !important;
}
.roboto {
    font-family: 'Roboto Condensed', sans-serif;
}

a,
li,
p,
ul {
    padding: 0;
    margin: 0
}

.blackBtn,
.custom__btn,
.seeBtn {
    text-decoration: none
}

.custom_btn,
.seeBtn {
    width: max-content;
    color: #fff
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48
}

/* language btn css */
.language_wrapper {
    height: 40px;
    overflow: hidden;
    border: 1px solid #fff !important;
    border-radius: 4px;
}

.language-btn {
    height: 40px;
    min-width: 100px;
}

select.goog-te-combo {
    margin: 0 !important;
    background: transparent;
    color: #fff;
    opacity: 1;
    padding: 0 6px;
    height: 40px;
}
select.goog-te-combo option {
    color: #000 !important;
    padding: 7px 0;
}
/* language btn css */
:root {
    --primaryColor: #ff9302;
    --secondryColor: #00796a;
    --headingPurpel: #6824cf;
    --headingBlue: #10417f;
    --greyColor: #333;
    --xs-font: .75rem !important;
    --small-font: .825rem !important;
    --regular-font: .875rem !important;
    --medium-font: 1rem !important;
    --large-font: 1.125rem !important
}

.MuiInputLabel-formControl {
    font-size: 12px !important;
    transform: translate(0, 19px) scale(1);
    color: #000;
}

body {
    background-color: #fff;
    font-size: 16px;
    color: var(--grey);
    font-weight: 300
}

h2.headingBlue,
li,
p,
ul,
ul li {
    font-weight: 400
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin-bottom: 0
}

a,
li,
ul {
    outline: 0;
    text-decoration: none !important
}

li,
p,
ul {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

p {
    font-size: 13px;
    line-height: 20px;
    color: #333
}

ul {
    padding-left: 0 !important
}

ul li {
    margin: 0
}

table {
    width: 100%;
    border-collapse: collapse !important;
    margin-bottom: 28px
}

table,
td,
th {
    border: 1px solid #ededf5 !important
}

table td,
table th {
    padding: 0px;
    font-size: 13px;
    font-weight: 500;
}

table th {
    background: #000;
    color: #fff;
}

tr:nth-child(2n) {
    background-color: #f5fcff
}

table td p {
    padding: 0 !important
}

table p,
table td {
    padding: 8px;
    margin-bottom: 0;
    font-weight: 500 !important;
}

table+p {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 30px
}

.innerpage_bg p+h2 {
    margin-top: 20px
}

.h2,
h2 {
    font-size: 1.5rem
}

.h100 {
    height: 100% !important
}

h2.headingBlue {
    color: var(--headingBlue);
    font-size: 26px
}

.pageMain_heading {
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 20px
}

.custom__btn,
.rangeHead .outputArea,
.seeBtn {
    font-size: var(--regular-font)
}

.divider {
    background: #eef0fa;
    height: 2px;
    max-width: 1440px;
    margin: auto
}

.formContainer .inputRow {
    padding-top: 15px;
    width: 100%;
    padding-bottom: 15px
}

.formContainer .inputRow label {
    font-size: var(--small-font);
    font-weight: 500;
    color: #333
}

.formContainer .inputRow input,
.formContainer .inputRow select {
    font-size: var(--xs-font);
    font-weight: 400;
    color: #333;
    border: 1px solid #e2edfb;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    height: 46px
}

.formContainer .inputRow input::placeholder {
    font-size: var(--small-font);
    font-weight: 300;
    color: #666
}

.formContainer .checkBoxRow {
    display: flex
}

.formContainer .checkBoxRow input[type=checkbox] {
    height: 19px;
    width: 19px;
    border: 1px solid #e2edfb !important;
    border-radius: 4px;
    margin-right: 10px
}

.blackBtn {
    background-color: #333;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    padding: 9px 19px;
    z-index: 9;
    position: relative
}

.blackBtn:hover,
.seeBtn:hover {
    background-color: #059483;
    color: #fff
}

.seeBtn {
    padding: 13px 25px;
    font-weight: 500;
    align-items: center;
    display: inline-flex;
    height: max-content
}

.custom__btn {
    background-color: var(--primaryColor);
    background-color: var(--secondryColor);
    color: #fff;
    border-radius: 4px;
    padding: 15px 30px;
    text-transform: uppercase;
    border: 0;
    transition: .3s
}

.custom__btn:hover,
.greenBtn {
    background-color: var(--secondryColor)
}

.custom__btn:hover,
.custom_btn,
.greenBtn:hover {
    background-color: var(--primaryColor)
}

.custom__btn:hover {
    color: #fff
}

.btnRounded {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px
}

.custom_btn {
    font-size: 15px;
    border: 0;
    border-radius: 4px;
    height: 47px;
    padding: 11px 14px;
    font-weight: 500
}

.custom_btn:hover {
    background-color: #ffc902;
    color: #000
}

.section_pad {
    padding: 20px 0
}

table.table_cards_Table {
    border: 1px solid #dae5f7;
    margin-top: 25px;
    width: 100%;
    background: #fff
}

table.table_cards_Table thead {
    background: #6824cf;
    color: #fff;
    font-weight: 600
}

table.table_cards_Table thead th {
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    letter-spacing: 1px;
}

table.table_cards_Table tr:nth-child(2n) {
    background-color: #f3f8ff
}

table.table_cards_Table td,
table.table_cards_Table th {
    border: 1px solid #dae5f7;
    padding: 8px;
    font-size: 13px;
    border-color: inherit
}

table.table_cards_Table td b,
table.table_cards_Table th b {
    font-weight: 600
}

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

input[type=number] {
    -moz-appearance: textfield
}



.error404 {
    width: fit-content;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 100px 0
}

.rangeArea {
    padding: 10px
}

.rangeHead {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    align-items: center
}

.rangeHead h2 {
    font-size: 16px;
    color: #3a3a3a;
    font-weight: 600
}

.rangeHead .outputArea {
    border: 1px solid #d7e1ef;
    height: 44px;
    line-height: 44px;
    padding: 0 18px 0 0;
    font-weight: 600;
    border-radius: 3px;
    display: flex;
    column-gap: 3px;
}

@media(min-width: 320px) and (max-width:640px) {
    h2.headingBlue {
        color: var(--headingBlue);
        font-size: 18px;
        font-weight: 500
    }

    p {
        font-size: 14px
    }

    .rangeHead {
        display: flex;
        flex-direction: column
    }

    .emicontainer .left {
        padding: 5px 10px !important
    }
}

.rangeArea .rangeSlider {
    -webkit-appearance: none;
    margin-right: 15px;
    width: 700px;
    height: 7px;
    background: var(--secondryColor);
    border-radius: 5px;
    background-size: 70% 100%;
    background-repeat: no-repeat
}

.ETablecellText {
    color: #000;
    font-size: 16px
}

.ETablecellValue {
    text-align: right;
    font-size: 18px
}

.emicontainer .left {
    flex: 2;
    padding: 45px 20px 45px 40px;
    border: 1px solid #ecedef;
    border-radius: 5px
}

.emicontainer .left .emi_check,
.emicontainer .left .emi_check:focus {
    outline: 0;
    border: 0
}

.emicontainer .left .MuiTable-root {
    width: 100%;
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
    border: none !important
}

.emicontainer .right {
    flex: 1
}

.article_list {
    border: 1px solid #e4ebf5 !important;
    margin: 0 20px
}

.article_list h2 {
    font-size: var(--regular-font) !important;
    font-weight: 600 !important;
    background-color: #fafcfe;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0 !important
}

.article_list ul {
    text-align: center;
    padding: 0
}

.article_list ul li {
    border-top: 1px solid #e4ebf5 !important;
    padding: 15px;
    list-style: none !important
}

.article_list ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
    cursor: pointer
}

.article_list ul li a:hover {
    color: #00796a
}

.emiCalcHeading {
    text-align: center;
    padding: 20px !important
}

.swiper-button-next .fas:after,
.swiper-button-prev .fas:after {
    content: '';
    position: absolute;
    top: 50%;
    height: 10px;
    width: 10px;
    z-index: 1;
    left: 50%;
    border-top: 2px solid var(--text)
}

.swiper-button-next .fas:after {
    border-right: 2px solid var(--text);
    transform: translate(-61%, -50%) rotate(45deg)
}

.swiper-button-prev .fas:after {
    border-right: 2px solid var(--text);
    transform: translate(-31%, -50%) rotate(-135deg)
}

.accvalidation {
    font-size: 12px !important;
    color: red
}

.footer-submenu {
    position: absolute;
    bottom: 50%;
    background: #201e1f;
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
    padding-bottom: 16px;
}


li.has-footer-submenu span {
    opacity: 0.8;
    font-size: 13px;
    color: rgb(255, 255, 255);
    line-height: 5px !important;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s all;
}

.footer-submenu a.second-link {
    color: #fff;
    opacity: .8;
    display: block;
    padding: 10px 20px;
    width: 100%;
    transition: .3s all;
}

.footer-submenu li.second-list {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.footer-submenu a.second-link:hover {
    background: #d8d5d521;
}

li.has-footer-submenu span:hover {
    color: var(--dark-yellow);
    opacity: 1;
}

.has-footer-submenu:hover .footer-submenu {
    opacity: 1;
    visibility: visible;
    bottom: 67%;
}



/* financial losses */
.financial-input-group {
    padding: 15px 10px;
    border: 1px solid var(--text);
    border-radius: 5px;
    margin-bottom: 10px;
    background: #fff;
}

.financial-input-group-in {
    display: flex;
    justify-content: space-between;
}

.gender-box {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.financial-input-group-in label {
    display: flex;
    align-items: center;
    gap: 3px;
}

.financial-input-group-in label .question {
    font-size: 13px;
    font-weight: 500;
}

.financial-losses-list {
    margin: 25px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: number;
    padding-inline-start: 25px !important;
}

.financial-losses-list li p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.financial-losses-list li::marker {
    font-size: 23px !important;
    font-weight: 800;
    color: var(--dark-green);
}

.financial-losses-list li p b {
    color: #000;
}

.financial-image-slider-1 {
    height: 100%;
    background: var(--dark-green);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fianancial-Slide1,
.fianancial-Slide-2,
.fianancial-Slide2,
.Financial-slide-4 {
    height: 100%;
}

.fianancial-Slide1 .facter-slider-content {
    padding: 0;
    width: 100%;
    max-width: 593px;
}

.fianancial-Slide1 .affect-center {
    justify-content: end;
    padding-right: 50px;
}

h2.fianancial-heading-slide-1 {
    font-size: 70px;
    line-height: 80px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    color: var(--dark-green);
}

.fianancial-heading-slide-1 {
    font-size: 70px;
    line-height: 80px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    color: var(--dark-green);
}
.rejectloan-big-heading {
    text-align: center !important;
}

.fianancial-Slide-2-content-box span {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}

span.fianancial-Slide-2-title-1 {
    font-size: 21px;
    color: #ffffffe0;
    margin-bottom: 20px;
}

span.fianancial-Slide-2-title-2 {
    font-size: 70px;
    line-height: 80px;
}

span.fianancial-Slide-2-title-3 {
    font-size: 70px;
    line-height: 80px;
}

.fianancial-Slide2 img {
    height: 95% !important;
}

.financial-slider-slide-4 {
    height: 101%;
    background: var(--dark-green);
    display: flex;
    align-items: center;
}

.financial-slider-slide-4 .financial-slider-slide-img-4 {
    max-width: 650px;
    margin: auto;
}

.financial-slider-slide-4 .financial-slider-slide-img-4 img.facterimgloan {
    height: auto;
    max-width: 375px;
}

.Financial-slide-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

h2.factorslider4-welcome {
    font-size: 25px;
    font-weight: 800;
    color: var(--dark-yellow);
    font-family: 'Roboto Condensed';
}

p.factorslider4-world {
    font-size: 35px;
    margin: 17px;
    font-family: 'Roboto Condensed';
    color: var(--dark-green);
}

.factorslider-4-content h3 {
    font-size: 47px;
    font-family: 'Roboto Condensed';
    color: var(--dark-green);
}

h4.factorslider4-h4 {
    font-size: 70px;
    font-weight: 900;
    font-family: 'Roboto Condensed';
    color: var(--dark-green);
}

.financial-image-slider-5 {
    width: 100%;
    height: 100%;
}

.financial-image-slider-img-5 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dark-yellow);
}

.financial-image-slider-img-5 img {
    height: auto;
    max-width: 375px;
}

.fianancial-Slide6 .affect-center {
    justify-content: center;
}

.rangeArea {
    max-height: 60px;
}

.chat-reciever {
    padding: 10px;
    border-radius: 10px;
    background-color: #19875496;
    display: inline;
    float: left;
    border-bottom-left-radius: 0;
    margin-left: 10px;
    min-width: 90px;
    margin-top: 5px;
}

.chat-sender {
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.14);
    display: inline;
    float: right;
    border-bottom-right-radius: 0;
    min-width: 90px;
    margin-top: 5px;
    margin-right: 10px;
}

.chat-message-box {
    overflow: auto;
}


/* new perkmaster css */
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-yAWNEb-L7lbkb,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
    display: none !important;
}

/* Product Badge Styles */
.product-badge {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 28px;
    font-weight: bold;
    color: #FFA500;
    margin: auto;
}

.pro-imgs-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
