@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body {
    margin: 0 auto;
    padding: 0;
    font-family: "Poppins", sans-serif !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;

}

.calculatorCalulations header {
    background-color: #ECF1F3;
}

header .mainlogo {
    max-width: 288px;
    height: auto;
}

header .mainlogo img {
    width: 100%;
}

header .socialIcons a {
    margin: 0 8px 0 8px;
    width: 40px;
    height: 40px;
}

header .socialIcons a:last-child {
    margin-right: 0px;
}

footer .withBackground {
    background-color: #ECF1F3;
    padding: 80px 0;
    position: relative;
    z-index: 0;

}

footer .withBackground::before {
    content: url("../images/backgrounds/footerwave.svg");
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    opacity: .4;
    z-index: -1;
}

.customeaccordain .accordion-item,
.accordion-flush>.accordion-item:first-child,
.accordion-flush>.accordion-item:last-child {
    border-radius: 8px;
    border: 1px solid rgba(21, 36, 89, 0.20);
    background: #FFF;
    margin-bottom: 8px;
    padding: 8px 15px;
    z-index: 2;
}

 .customeaccordain .accordion-item button {
    padding: 0px;
    color: #1D2346;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;

}

.customeaccordain .accordion-item button.accordion-button.collapsed::after {
    background-image: url("../images/add.svg");
}

 .customeaccordain .accordion-item button.accordion-button::after {
    background-image: url("../images/closed.svg");
}

 .customeaccordain button.accordion-button:focus {
    box-shadow: none;
}

 .customeaccordain .accordion-item .accordion-body {

    color: #1D2346;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;/
}

footer .footerLogo {
    max-width: 500px;

}

footer .footerLogo img {
    width: 100%;
}

footer .infotexted p {

    color: #292928;
    margin: 0;
    font-size: 16px;
    line-height: 48px;
}

main section {
    padding: 80px 0;
}

.bannersectionTwo {
    background-color: #ECF1F3;
    position: relative;
    overflow: hidden;

}

.bannersectionTwo::before {
    content: url("../images/backgrounds/footerwave.svg");
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -50px;
    left: 0px;
    overflow: hidden;
    opacity: .4;
}

.boxedtext {
    background-color: #D8DEE6;
    color: var(--primary, #152459);
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    padding: 4px 20px;
    border-radius: 6px;
    margin-bottom: 14px;
    width: fit-content;
}

.testimonialCard .boxedtext {
    margin: auto;
    margin-bottom: 30px;
}

.boxtextimg {
    position: relative;
}

.boxtextimg .icondesign {
    position: absolute;
    top: -80px;
    left: -100px;
    zoom: .9;
}

h2.secondaryheading {
    color: #292928;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    /* 171.429% */
    margin-bottom: 8px;
}

.spacspan {
    height: 70px;
}

p.normalText {
    color: #1D2346;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    opacity: .8;
    /* 168.75% */
}

.maincalculator {
    border-radius: 24px;
    border: 1px solid rgba(21, 36, 89, 0.50);
    background: #F6F8FF;
    padding: 25px;

}

.calcultorOuter {
    z-index: 0;
    position: relative;
    margin-top: -200px;
}

.calcultorOuter::before {
    content: url("../images/backgrounds/dotscircles.svg");
    position: absolute;
    top: -90px;
    right: -70px;
    overflow: hidden;
    z-index: -1;

}

.calcultorOuter::after {
    content: url("../images/backgrounds/dotscircles.svg");
    position: absolute;
    bottom: -90px;
    left: -70px;
    overflow: hidden;
    z-index: -1;

}

.maincalculator .card {
    height: 100%;
    background-color: transparent;
    border: 0px;
}

.maincalculator .tab-content {
    background-color: #fff;
    height: 100%;
    border-radius: 0 8px 8px 8px;
    padding: 16px 30px;
}

.maincalculator button.nav-link.active {
    color: #1D2346;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    border: 0;
    border-bottom: 1px solid white;
    padding: 16px 30px;
    outline: 0;
    box-shadow: none;
}

.maincalculator button.nav-link:hover,
.maincalculator button.nav-link:focus {
    border: 0;
    border-bottom: 1px solid white;
    padding: 16px 30px;
    box-shadow: none;
    outline: none;

}

.maincalculator button.nav-link {
    color: #909090;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 16px 30px;
    box-shadow: none;
    border: 0px;

}

.maincalculator ul.nav.nav-tabs {
    border: 0px;
}

.maincalculator .bluecard {
    border-radius: 8px;
    padding: 16px;
    background: linear-gradient(190deg, #3E56AA -32.72%, #152459 91.37%);
    position: relative;
    z-index: 0;

}

.bluecard::before {
    content: url("../images/backgrounds/bluecardwave.svg");
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    overflow: hidden;
    z-index: -1;

}

.maincalculator .steppers {
    color: #424241;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.maincalculator li.nav-item:focus-visible {
    outline: none;
    box-shadow: none;
}

.maincalculator .steppers .heads {
    color: #1D2346;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 171.429% */
}

.maincalculator .formControls {
    margin-top: 26px;
}

.maincalculator .formControls input,
.maincalculator .formControls .selectInputs {
    border-radius: 4px;
    border: 0.5px solid #ACABAB;
    background: #FFF;
    padding: 13px 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Poppins", sans-serif;
    width: 100%;
    appearance: none;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
    color: #66697E;
}

.contactCard .formControls input,
.contactCard .formControls .selectInputs,
.contactCard .formControls textarea {
    border-radius: 8px;
    border: 1px solid #F2F4F9;
    background: #FFF;
    height: 56px;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    color: #66697E;
    appearance: none;
    position: relative;
    z-index: 0;
}

.maincalculator .selctFormConterols,
.contactCard .selctFormConterols {
    position: relative;
}

.maincalculator .formControls .selctFormConterols::before {
    content: url("../images/slectIcon.svg");
    width: 18px;
    height: 18px;
    position: absolute;
    top: 13px;
    right: 10px;
    overflow: hidden;
    z-index: 2;

}

.contactCard .formControls .selctFormConterols::before {
    content: url("../images/bigarrowdown.svg");
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    overflow: hidden;
    z-index: 2;
}

option[value=""][disabled] {
    display: none;
}

.maincalculator .formControls ::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #66697E;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.maincalculator .formControls ::placeholder {
    color: #66697E;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.maincalculator .formControls label,
.contactCard .formControls label {
    color: #1D2346;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.contactCard .formControls label span {
    color: red;
}

.btn-custome {
    border-radius: 8px;
    background: #152459;
    padding: 12px 24px;
    color: #ffff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn-custome:hover {
    background: #091336;
    color: #ffff;
}

.table-responsive {
    border-radius: 8px;
}

.table-responsive table {
    margin-bottom: 0px;
}

.table-responsive h3.tableCaptions {
    color: #1D2346;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    padding: 5px 10px;
    border-radius: 8px 8px 0px 0px;
    background: #F6F8FF;
    margin-bottom: 0px;
}

td.tableleftText {
    color: #909090 !important;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 5px 10px;
    /* 200% */
}

td.tableleftText.bold {
    font-weight: 600;
}

td.tablerightText {
    color: #1D2346;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 200% */
    padding: 5px 10px;
}

.mainBanner {
    margin: 0;
    height: 90vh;
    background-image: url("../images/backgrounds/mainbanner.svg"), url("../images/backgrounds/bannerimg.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    background-size: 65% auto, 35% 100%;
}

.homePage header {
    position: absolute;
    width: 100%;
    top: 25px;
}

h1.scoheading {
    font-family: "Bebas Neue", sans-serif;
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 84px;
    font-style: normal;
    font-weight: 400;
    line-height: 84px;
}

p.bannerhead {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 469px;
    margin-bottom: 20px;
}

.btn-whitecolred {
    border-radius: 8px;
    background: #FFF;
    color: #1D2346;
    font-family: "Poppins", sans-serif;
    min-width: 242px;
    height: 60px;
    padding: 8px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    /* line-height: normal; */
    line-height: 38px;
    border: 2px solid white;
    margin-left: 10px;
}

.btn-whitecolred:hover {
    border: 2px solid white;
    color: white;

}

.btn-whitecolred-outline {
    border-radius: 8px;
    background: #1D2346;
    color: white;
    font-family: "Poppins", sans-serif;
    min-width: 242px;
    height: 60px;
    padding: 8px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    border: 2px solid white;
    margin-left: 10px;
}

.btn-whitecolred-outline:hover,
.btn-whitecolred-outline:focus {
    background: white;
    color: #1D2346;
}

.mainBanner .bannercontent {
    position: relative;
    min-height: 100vh;
    padding-left: 20px;
}

.mainBanner .bannercontent .innercontents {
    position: absolute;
    top: 40%;
    transform: translate(0, -50%);

}

.overlapedcards {
    margin-top: -90px;
}

.overlapedcards .whiteCard {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.05);
    padding: 24px;
    margin-bottom: 15px;
    transition: 0.2s all ease-in-out;

}

.overlapedcards .whiteCard:hover {
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);

}


.overlapedcards .whiteCard img {
    margin-bottom: 16px;
}

.overlapedcards .whiteCard .cardsecondText {
    color: #424241;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}

.introVideo .boxtextimg .icondesign {
    left: -150px;
}

.videoControl {
    position: relative;
    padding: 10px 10px 0 10px;
}

.videoControl iframe {
    border-radius: 8px;
}

.introVideo .backvideo {
    position: relative;
}

.iframecontroledView {
    overflow: hidden;
}

.introVideo .backvideo {
    border-radius: 8px;
    opacity: 0.1;
    background: linear-gradient(0deg, #FFF 11.36%, #152459 106.29%);
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    right: 0;
    margin: auto;
    left: 0;
    top: 0;

}

.greyCards {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.05);
    padding: 24px 20px;
    height: 100%;
}

.greyCards img.withshadow {
    box-shadow: 0px 4.184px 37.655px 0px rgba(29, 35, 70, 0.16);
    border-radius: 6px;

}

.greyCards .heads {
    margin-bottom: 18px;
}

.cardtitles {
    color: #1D2346;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
}

.greyCards .cardtext {
    color: #1D2346;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    opacity: 0.8;
}

.overlapbadges {
    position: relative;
    z-index: 0;
}

/* .overlapbadges{
 background: url("../images/backgrounds/infosections.svg");
    background-position: left bottom;
    z-index: -1;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-top: 0;

} */
.overlapbadges {
    padding-top: 0px;
}

.overlapbadges:after {
    background: url("../images/backgrounds/infosections.svg");
    background-position: center bottom;
    background-size: 100% 50%;
    background-repeat: no-repeat;
    padding-top: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    bottom: 0;
}

section.overlapbadges:before {
    content: "";
    background: #ECF1F3;
    position: absolute;
    bottom: 0px;
    height: 50%;
    width: 100%;
    z-index: -3;
}

/* .overloadedCards{
    margin-top:-100px;
} */
.cardSeller {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 34.205px 68.41px 0px rgba(0, 0, 0, 0.10);
    padding: 25px 15px;
    height: 100%;
}

.sellerImgs {
    width: 80px;
    height: 80px;
    margin: auto;
    margin-bottom: 12px;


}

.sellerImgs img {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0px 0px 30.1px rgba(29, 35, 70, 0.14));
}

.btn-smalls {
    border-radius: 4px;
    background: #152459;
    padding: 8px 16px;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn-smalls:hover {
    background: #091336;
    color: #FFF;
}

.smalltextcards {
    color: #1D2346;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    opacity: 0.8;
}

.mt-50 {
    margin-top: 50px;
}

.sellerStories .normalText {
    margin-bottom: 32px;
}

.sellercards {
    border-radius: 8px;
    background: #F6F8FF;
    height: 100%;
    margin-right: 15px;
    z-index: 0;
    position: relative;
    padding: 38px;
}

.sellercards::before {
    content: url("../images/backgrounds/sellersections.svg");
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;

}

.testimonials {
    background-color: #ECF1F3;
    background-image: url("../images/backgrounds/testmonial.svg");
    background-position: center center;
    background-size: 100% 100%;
}

.taxCards {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.05);
    padding: 24px;
    text-align: center;
    margin-top: 15px;
}

.taxCards img {
    margin: auto;
}

.taxCards .mainheadeimgs {
    border-radius: 12px;
    background: rgba(29, 35, 70, 0.05);
    padding: 20px;
    margin-bottom: 15px;
}

.testimonialscards {
    background: #F6F8FF;
    border-radius: 8px;
    height: 100%;
    margin-left: 40px;
    z-index: 0;
    position: relative;
    padding: 100px 42px;
}

.testimonialscards::before {
    content: url("../images/ourusers.svg");
    width: 406px;
    height: 115px;
    position: absolute;
    bottom: -70px;
    left: -24px;
    overflow: hidden;
    z-index: -1;
}

.incomegrowth {
    background-image: url("../images/backgrounds/graph.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.btn-contact {
    border-radius: 8px;
    background: #152459;
    padding: 12px;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    min-width: 242px;
    margin-top: 8px;
}

.btn-contact:hover {
    background: #091336;
    color: #ffff;
}

.incomeheadings {
    color: #292928;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    /* 150% */
}

.incomesubheading {
    color: #292928;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 45px;
}

.graphcard {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 34.205px 68.41px 0px rgba(0, 0, 0, 0.10);
    padding: 20px;
    height: 100%;
    max-width: 415px;
    /* margin-bottom: 45px; */
}

.graphimg {
    margin: auto;
    width: 326px;
    margin-bottom: 32px;
}

.graphimg img {
    width: 100%;
    height: 100%;
}

.graphtitle {
    color: #1D2346;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 14px 0 40px 0;
}

.graphdetaillist li {
    color: #1D2346;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    margin-bottom: 16px;
}

.graphdetaillist li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.mt-45 {
    margin-top: 45px;
}

.graphSection {
    position: relative;
    z-index: 0;
    margin: auto;
    width: fit-content;
}

.graphSection::before {
    content: url("../images/lightdots.svg");
    width: 200px;
    height: 200px;
    position: absolute;
    top: -80px;
    right: -80px;
    overflow: hidden;
    z-index: -1;
}

.graphSection::after {
    content: url("../images/lightdots.svg");
    width: 201px;
    height: 201px;
    position: absolute;
    bottom: -60px;
    left: -100px;
    overflow: hidden;
    z-index: -1;
}

.explanationVideo {
    background-color: #ECF1F3;
}

.newembed {
    border-radius: 8px;
    border: 4px solid rgba(21, 36, 89, 0.50);
    overflow: hidden;
}

.videoplayer {
    margin: auto;
    z-index: 0;
    position: relative;
    margin-top: 45px;
    margin-bottom: 45px;
}

.videoplayer::before {
    content: url("../images/backgrounds/darkvideo.svg");
    width: 201px;
    height: 201px;
    position: absolute;
    top: -80px;
    right: -80px;
    overflow: hidden;
    z-index: -1;
}

.videoplayer::after {
    content: url("../images/backgrounds/darkvideo.svg");
    width: 201px;
    height: 201px;
    position: absolute;
    bottom: -60px;
    left: -100px;
    overflow: hidden;
    z-index: -1;
}

.btn-contact.newpad {
    padding: 16px 24px;
}

.contactus {
    background-image: url("../images/backgrounds/contactus.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.contactimg img {
    margin: 45px auto;
}

.contactCard {
    border-radius: 8px;
    background: #ECF1F3;
    padding: 40px;
    height: 100%;
}

.cardheadcontact {
    color: #1D2346;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 150% */
    margin-bottom: 32px;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #1D2346;
}

.sellersliderCard {
    padding: 24px 20px;
    border-radius: 12px;
    border-top: 8px solid #1D2346;
    background: #FFF;
    box-shadow: 0px 9px 30px 0px rgba(0, 0, 0, 0.05);
    margin: 0 4px;
    min-height: 237px;
}

.carousel-indicators {
    margin: 0;
    margin-bottom: -40px;
}

.slidertitles {
    color: #152459;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 60.48px;
    margin-left: 8px;

}

.textsliders {
    color: #1D2346;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.testimonialCard {
    padding: 30px 50px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.05);
    margin: 15px 15px;
    min-height: 488px;

}

.testimonialCard .slidertexttitle {
    color: #424241;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}

.testimonialCard p {
    margin-bottom: 60px;
}

.testimonialCard .starsIcon {
    margin: 20px;
}

.testimonialscards {
    z-index: 0;
}

.testimonialscards::before {
    content: url("../images/downquote.svg");
    width: 115px;
    height: 84px;
    position: absolute;
    top: 70px;
    left: 24px;
    overflow: hidden;
    z-index: -1;
}

.testimonialscards::after {
    content: url("../images/abovequote.svg");
    width: 115px;
    height: 84px;
    position: absolute;
    bottom: 70px;
    right: 24px;
    overflow: hidden;
    z-index: -1;
}

.alertdesign {
    margin: 30px 0px;
}

.maincalculator .bluecard {
    height: 100%
}


.d-none {
    display: none;
}
.masterClass .videoplayer::after,.masterClass .videoplayer::before{
    display: none;
}
.masterpoints .boxedtext{
    margin:auto;
    margin-bottom: 15px;

}
.masterClass .videoplayer{
margin-top: 15px;
}
.masterpoints{
    background-color: #ECF1F3;
    background-image: url("../images/backgrounds/testmonial.svg");
    background-position: center center;
    background-size: 100% 100%;
}
.faqSection{
position: relative;
z-index: 0;
}
.faqSection::before{
    content: "";
    background: #ECF1F3;
    position: absolute;
    top: 0px;
    height: 50%;
    width: 100%;
    z-index: -3;
}
.faqSection::after{
    background: url("../images/backgrounds/infosections.svg");
    background-position: center top;
    background-size: 100% 50%;
    background-repeat: no-repeat;
    padding-top: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
}
.faqCards{
    border-radius: 12px;
    background-color: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.05);
    padding: 54px 50px;
    height: 100%;
    background-image: url("../images/backgrounds/contactus.svg");
    background-position: left top;
    background-size: 100% ;
    background-repeat: no-repeat;
    
}


.faqImgs{
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    height: 100%;
    min-height: 350px;
}
.faqImgs img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
}

.taxcardsControl .taxCards{ 
    height: 100%;
    }
.taxcardsControl .col-lg-6{
    margin-top: 15px;
}

.btn-custom-col .btn-whitecolred {
    line-height: 27px !important;
         max-width: 120px; 
    min-width: 120px; 
    height: 46px;
}







/* My Css done by my self */



.button-container {
    display: flex;
    justify-content: space-between; /* Distributes buttons evenly across the container */
    margin-top: 20px; /* Adjust as needed */
}

/* Style the information icon */
.info-icon {
    display: inline-block;
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}

/* Style the tooltip message */
.tooltip-message {
    display: none;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Position above the icon */
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
}

/* Arrow pointing down */
.tooltip-message::after {
    content: "";
    position: absolute;
    top: 100%; /* Bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

/* Show the tooltip message on hover */
.info-icon:hover .tooltip-message {
    display: block;
}

/* Example custom styles */
.toast-success {
    background-color: #28a745;
}

.toast-error {
    background-color: #dc3545;
}

.graphdetaillist {
    display: none; /* Hide all ULs by default */
}

p.disclaimerText {
    color: #1D2346;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    /* font-weight: 400; */
    line-height: 27px;
    opacity: .8;
    /* 168.75% */
}

.overlapedcards .whiteCard a {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 9;
}