/*Global  css start here  */
@font-face {
    font-family: OpenSans-Light;
    src: url(../../fonts/OpenSans-Light.ttf)
}
@font-face {
    font-family: OpenSans-Bold;
    src: url(../../fonts/OpenSans-Bold.ttf)
}
@font-face {
    font-family: OpenSans-Regular;
    src: url(../../fonts/OpenSans-Regular.ttf)
}
@font-face {
    font-family: OpenSans-Semibold;
    src: url(../../fonts/OpenSans-Semibold.ttf)
}


@font-face {
	font-family: Poppins-Regular;
	src: url(../../fonts/Poppins-Regular.ttf)
}
@font-face {
	font-family: Poppins-Light;
	src: url(../../fonts/Poppins-Light.ttf)
}
@font-face {
	font-family: Poppins-SemiBold;
	src: url(../../fonts/Poppins-SemiBold.ttf)
}

@font-face {
	font-family: Poppins-Bold;
	src: url(../../fonts/Poppins-Bold.ttf)
}
@font-face {
	font-family: Poppins-Medium;
	src: url(../../fonts/Poppins-Medium.ttf)

}
:root {
    --black: #000; /* CSS variable define  */
  }

  .text-black {
    color: var(--black); /* CSS variable ka use */
  }
.poppinbold{font-family: Poppins-Bold;}
.poppinmedium{font-family: Poppins-Medium;}
.regular-font-poppins{font-family: Poppins-Regular;}
.lightfont-poppins{	font-family: Poppins-Light;}
.boldfont-poppins{	font-family: Poppins-Bold;}
.semiboldfont-poppins{ font-family: OpenSans-Bold;}

.regular-font{font-family: OpenSans-Regular;}
.lightfont{    font-family: OpenSans-Light;}
.boldfont{    font-family: OpenSans-Bold;}
.semiboldfont{    font-family: OpenSans-Semibold;}
.fontweight500{ font-weight: 500;}

.light-text{ color: #4C5055; }



/* h3{font-family: OpenSans-Bold;} */

.mt30{ margin-top: 30px;}
.fs12{ font-size: 12px;}
.fs13{ font-size: 13px;}
.fs14{ font-size: 14px;}
.fs15{ font-size: 15px;}
.fs16{ font-size: 16px;}
.fs17{ font-size: 17px;}

.fs18{ font-size: 18px;}

.fs20{ font-size: 20px;}
.fs22{ font-size: 22px;}

.fs24{ font-size: 24px;}
.fs30{ font-size: 30px;}
.fs32{ font-size: 32px;}

.fs36{ font-size: 36px;}


.rem3{ font-size:3rem;}

.fs18{ font-size: 18px;}
.fs1p5rem{ font-size: 1.5rem;}
.fs50{ font-size: clamp(24px, 5vw, 50px);}
.fs40{ font-size: clamp(24px, 5vw, 40px);}

.lightbg{ background-color: #fffcfc;}
.darkbg{ background-color: #66707F;}
.lighttext{ color: #3C5A69;}
.lighttext1{ color: #66707F;}
.black-text{ color: #000;}
.gain-color{ color: #18AB76;}
.loss-color{ color: #CA1010;}
.dark-text1{ color: #404040;}


.bglight1{ background-color: #FADFE9;}

.fs14{ font-size: 14px;}
.curser-pointer{ cursor: pointer;}
.btn-custom{ background-color:#2BA34D; color: #FFF;    padding:10px 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 1.44rem;
    line-height: 1.5;
    border-radius: .25rem; text-decoration: none;}
    .btn-custom:hover{color: #FFF; }

    .btn-custom-main{ background-color:#D7206A; color: #FFF;    padding:10px 20px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        font-size: 1.44rem;
        line-height: 1.5;
        border-radius: .25rem; text-decoration: none;}
        .btn-custom-main:hover{color: #FFF; }

    .btn-custom-main-outline{
        color: #D7206A;
        border-color: #D7206A;
        border:solid #D7206A 2px;
        text-align: center;
        padding: 10px 20px;
        vertical-align: middle;
        font-size: 1.44rem;
        line-height: 1.5;
        transition: all 0.3s ease;
        border-radius: .25rem; text-decoration: none;}
        .btn-custom-main-outline:hover{color: #FFF;   background-color:#D7206A;}

        .btn-outline-primary {
            color: #007bff;           /* Customize text color */
            border-color: #007bff;    /* Customize border color */
            font-weight: bold;        /* Make text bold */
            border-width: 2px;        /* Adjust border thickness */
            padding: 10px 20px;       /* Customize padding */
            border-radius: 8px;       /* Rounder corners */
            transition: all 0.3s ease; /* Smooth transition */
        }

        .btn-outline-primary:hover {
            background-color: #007bff; /* Background color on hover */
            color: #fff;               /* Text color on hover */
        }

.w30{ width:30px;}
.theme-text-color{ color: #D7206A;}
.theme-text-color-blue{ color: #073763;}
.theme-bg-blue{ background-color: #073763;}
.theme-bg{ background-color: #D7206A;}

.theme-bdr-color{  border:solid #D7206A 1px; }
.heading-linebtm{ margin: 10px 0px;}
.heading-linebtm:after{content: '';
    display: block;
    position: relative;
    width: 100px;
    border: 2px solid #D7206A;
    margin-top: 8px;}

    .radius15 {
        border-radius: 15px;
    }
    .dottedline{ border-bottom: dashed #ccc 1px; }
    .space-t-5rem{ margin-top:5rem;}
    .sectionpadding{ padding:5rem 0rem;}
    .sectionbg-1{ background-color: #FFEDE1;}
    .sectionbg-2{ background-color: #FAFAFA;}
    .sectionbg-3{ background-color: #f3fbf9;}
    .sectionbg-4{ background-color: #fef6f5;}
    .sectionbg-5{ background-color: #f7f8f9;
  background-image: url(../../images/bg/section-bg.jpg);

  }
        .sectionbg-6{ background-color: #f4f4f4;
  background-image: url(../../images/factor-affecting.png);}

.custom_link_style a{
    color: #d7206a;
    border-bottom: 1px solid #d7206a;
}
/*Global  css end here  */


/*calculator main page css  */

.calculator-wrapper-home {
    color: #000;
    font-weight: bold;
    margin: 30px 0px 10px 0px;
}

.calculator-wrapper-home a {
    color: #000;
    font-size: 1.5rem;
}
.calculator-wrapper-home a:hover {
    color: #d7206a;
}

.calculator-wrapper-home-main {
    background-image: url(https://investkraft.com/assets/images/partner-bg.png);
    background-size: fit;
}
.icon-calandar {
    width: 140px;
    float: left;
    margin-right: 8px;
}
.calandar-head {
    position: relative;
    top: 30px;
}

.calculator-wrapper {
    background: linear-gradient(90deg, #ffffff 80%, #9d637a 20%);
}
.rangeslider-custom {
    border-radius: 8px;
    height: 4px;
    outline: none;
    -webkit-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    width: 20px;
    -webkit-appearance: none;
    height: 20px;
    background: #d7206a;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.list li {
    list-style: initial;
    font-size: 2rem;
    margin-left: 1rem;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/*calculator main page css End  */

/*npv calculator */
.npv-wrapper {
    background-image: url("../images/npv.png");
    background-repeat: no-repeat;
    min-height: 568px;
    background-size: 100%;
    padding-top: 60px;
}

hr.style14 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f74a90, #ffffff, #f74a90);
    background-image: -moz-linear-gradient(left, #f74a90, #ffffff, #f74a90);
    background-image: -ms-linear-gradient(left, #f74a90, #ffffff, #f74a90);
    background-image: -o-linear-gradient(left, #f74a90, #ffffff, #f74a90);
    width: 200px;
    margin: 0 auto;
    margin-bottom: 15px;
}

/*npv calculator end */

/*SWP calculator */

.SWP-wrapper {
    background-image: url(../images/npv.png);
    background-repeat: no-repeat;
    min-height: 568px;
    background-size: 100%;
    padding-top: 30px;
}
@media all and (min-width: 0px) and (max-width: 768px) {
    .SWP-wrapper {
        background-image: none;
        background-color: #d7206a;
        min-height: auto;
        border: solid #040404 15px;
        border-radius: 10px;
        padding-top: 5px;
    }
}

/*SWP calculator end */

/*apy calculator */

.apy-wrapper {
    background-image: url("../images/npv.png");
    background-repeat: no-repeat;
    min-height: 420px;
    background-size: 100%;
    padding-top: 33px;
}

@media all and (min-width: 0px) and (max-width: 768px) {
    .apy-wrapper {
        background-image: none;
        background-color: #d7206a;
        min-height: auto;
        border: solid #040404 15px;
        border-radius: 10px;
        padding-top: 5px;
    }
}

@media screen and (min-width: 768px) {
    .apy-wrapper {
        padding-top: 30px;
    }
}
@media screen and (min-width: 768px) {
    .apy-wrapper {
        padding-top: 30px;
    }
}

.calculator-wrapper {
    background: linear-gradient(90deg, #ffffff 80%, #9d637a 20%);
}
.rangeslider-custom {
    border-radius: 8px;
    height: 4px;
    outline: none;
    -webkit-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    width: 20px;
    -webkit-appearance: none;
    height: 20px;
    background: #d7206a;
    border-radius: 50%;
    border: 1px solid #ccc;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.list li {
    list-style: initial;
    margin-left: 1rem;
}
.fs2rem {
    font-size: 2rem;
}

.list strong {
    font-size: 2rem;
}

.form-check-input1:checked {
    background-color: #d7206a !important;
    border-color: #d7206a !important;
}
.themebg {
    background-color: #d7206a;
}
.calbtn {
    background: #d7206a;
    line-height: 55px;
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
}
.radius28 {
    border-radius: 28px;
}
.radius30 {
    border-radius: 28px;
}
.radius10{
    border-radius: 10px;
}

.calbtn:hover {
    color: #fff;
}
.mt5rem {
    margin-top: 5rem;
}
.pt5rem {
    padding-top: 5rem;
}
.pb5rem {
    padding-bottom: 5rem;
}
.totalprice-value {
    background-color: #d7206a;
    color: #fff;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 2rem;
    text-align: center;
}
.totalprice-value p {
    font-weight: 600;
}
.totalprice-value h4 {
    font-size: 3rem;
    font-weight: 700;
}
.investamt {
    background-color: #fadfe9;
    border-radius: 30px;
    height: 14px;
    width: 20px;
    border: solid #d7206a 1px;
    position: relative;
    top: 2px;
}
.estimated {
    background-color: #d7206a;
    border-radius: 30px;
    height: 14px;
    width: 20px;
    border: solid #d7206a 1px;
    position: relative;
    top: 2px;
}
.font3rem {
    font-size: 3rem;
}

.seo-calculators .slider-container form[name="calculator"]:last-child {
    margin-bottom: 40px;
}

.seo-calculators .slider-container .slider {
    background: none;
    margin-bottom: 25px;
    height: 100%;
    border: none;
}

.seo-calculators .slider-container .slider .slider__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}

.seo-calculators .slider-container .slider .slider__heading {
    font-size: 20px;
    line-height: 32px;
    color: #262626;
    font-weight: 600;
    margin-bottom: 5px;
}

.seo-calculators .slider-container .slider .rangeslider {
    margin-bottom: 8px;
}

.seo-calculators .slider-container .slider .slider__input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .seo-calculators .slider-container .slider .slider__input {
        border-radius: 24px;
        border: 1px solid #d0d0d0;
    }
}

.seo-calculators .slider-container .slider .slider__input input {
    border: solid #ccc 1px;
    border-radius: 0px;
    width: 128px;
    height: 32px;
    margin: 0;
    text-align: right;
    line-height: 32px;
    background-color: transparent;
    font-weight: 700;
    color: #d7206a;
    padding-right: 10px;
}

@media (max-width: 992px) {
    .seo-calculators .slider-container .slider .slider__input input {
        width: auto;
        border: none;
        box-shadow: none;
    }
}

.seo-calculators .slider-container .slider .slider__input span {
    margin-left: 11px;
    font-size: 16px;
    line-height: 32px;
    margin-right: 8px;
    color: #262626;
}

@media (max-width: 992px) {
    .seo-calculators .slider-container .slider .slider__input span {
        margin-left: 4px;
    }
}

.seo-calculators .slider-container .slider .slider__input span.m-l-4 {
    margin-left: 4px;
}

.seo-calculators .slider-container .slider .slider__max,
.seo-calculators .slider-container .slider .slider__min {
    font-size: 16px;
    line-height: 24px;
    color: #6a6a6a;
}

.seo-calculators .slider-container .selection {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 44px;
    padding: 10px;
}

.seo-calculators .slider-container .selection .radio-button {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 33px;
}

.seo-calculators .slider-container .selection .radio-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.seo-calculators .slider-container .selection .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
}

.seo-calculators
    .slider-container
    .selection
    .radio-button:hover
    input
    ~ .checkmark {
    background-color: #ccc;
}

.seo-calculators
    .slider-container
    .selection
    .radio-button
    input:checked
    ~ .checkmark {
    background-color: #fff;
}

.seo-calculators .slider-container .selection .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.seo-calculators
    .slider-container
    .selection
    .radio-button
    input:checked
    ~ .checkmark:after {
    display: block;
}

.seo-calculators .slider-container .selection .radio-button .checkmark:after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d7206a;
}

.seo-calculators .calculator-output {
    width: 100%;
    border-radius: 0px 0px 15px 15px;
    padding: 40px 40px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 992px) {
    .seo-calculators .calculator-output {
        margin-left: 0;
        padding: 40px 16px 20px;
    }
}

.seo-calculators .calculator-output .calculator-output__heading {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    font-weight: 600;
}

@media (max-width: 992px) {
    .seo-calculators .calculator-output .calculator-output__heading {
        font-size: 18px;
        line-height: 24px;
        max-width: 200px;
        margin: 0 auto;
    }
}

.seo-calculators .calculator-output .calculator-output__amount--large {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}

.seo-calculators .calculator-output .calculator-output__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 27px;
}

@media (max-width: 992px) {
    .seo-calculators .calculator-output .calculator-output__row {
        padding: 0;
    }
}

.seo-calculators .calculator-output .calculator-output__amount--small {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}

.seo-calculators .calculator-output .calculator-output__chart-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .seo-calculators
        .calculator-output
        .calculator-output__chart-container
        canvas {
        margin-left: -13px;
    }
}

.seo-calculators
    .calculator-output
    .calculator-output__chart-container
    .calculator-output__chart-container--legend
    .legend-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

.seo-calculators
    .calculator-output
    .calculator-output__chart-container
    .calculator-output__chart-container--legend
    .legend-title
    span {
    width: 22px;
    height: 8px;
}

.seo-calculators
    .calculator-output
    .calculator-output__chart-container
    .calculator-output__chart-container--legend
    .legend-title
    .purple {
    background-color: #fadfe9;
}

.seo-calculators
    .calculator-output
    .calculator-output__chart-container
    .calculator-output__chart-container--legend
    .legend-title
    .gold {
    background-color: #d7206a;
}

.seo-calculators
    .calculator-output
    .calculator-output__chart-container
    .calculator-output__chart-container--legend
    .legend-title
    h3 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-left: 9px;
}

.seo-calculators .calculator-output .cta {
    background-color: #e79d0d;
    border-radius: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding: 12px 24px;
    margin: 0 auto;
    font-weight: 600;
}

.npv-wrapper {
    background-image: url("../images/npv.png");
    background-repeat: no-repeat;
    min-height: 420px;
    background-size: 100%;
    padding-top: 60px;
}

hr.style14 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f74a90, #ffffff, #f74a90);
    background-image: -moz-linear-gradient(left, #f74a90, #ffffff, #f74a90);
    background-image: -ms-linear-gradient(left, #f74a90, #ffffff, #f74a90);
    background-image: -o-linear-gradient(left, #f74a90, #ffffff, #f74a90);
    width: 200px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.head1{ font-size:4rem; }
.head2{ font-size:3rem; }
.head3{ font-size:2rem; }
.head4{ font-size:1.7rem; }
.head5{ font-size:1.4rem; }
.head6{ font-size:1.2rem; }

/* Bond page css start here   */

.owlcarousel-btnleft .owl-carousel .owl-nav,
.owlcarousel-btnleft .owl-carousel .owl-dots {
  text-align: left;
}
.owlcarousel-btnleft .navbtn img { width: 40px;}
.owlcarousel-btnleft .owl-theme .owl-nav [class*=owl-]:hover {

    background: none;

}
.owlcarousel-btnleft .owl-carousel .owl-item img {
  width: auto;
}    .hightlight-text {
  color: #285E6A;
}
.w40 {
  width: 40px;
}
.bondbg {
  background-color: #FFF0B5;
}
.bondbg1 {
  background-color: #C0ADF1;
}
.bondbg2 {
  background: url('../../images/bg/12percentbg.png') rgba(2, 71, 81, 1.8);
  background-size: cover
}
.bondbox {
  border-radius: 20px;
  width: 100%;
}

.minh260 {
  min-height: 260px;
}
.minh300 {
  min-height: 300px;
}
.ribbon {
  background-color: #76BB8A;
  margin: 10px 0px;
  padding: 4px 20px;
  display: inline-block;
  border-radius: 0px 8px 8px 0px;
  position: relative; top: 10px;
}
.collection-bond-wrapper {
  background-repeat: x;
  background-image:
    linear-gradient(to left, rgba(89, 164, 203, 0.0), rgba(89, 164, 203, 0.6)),
    url('../../images/bg/collectionbg.jpg');
}
.customerbg {
  background-color: #FFFAF5;
}
.bondlight {
  background-color: #F3FBFF;
}
.wbox {
  padding: 15px;
  width: 70px;
  height: 70px;
  background-color: #FFF;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  position: relative;
  top: -30px;
}
.starbox {
  width: 7em;
  height: 7em;
  font-size: .7em;
  padding: 4px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 60px;
  top: -40px;

}
.starbox-inner {
  background: #ea9547;
  color: #fff;
  aspect-ratio: 1;
  text-align: center;
  display: flex;
  align-items: center;
  clip-path: polygon(100.00% 50.00%, 90.95% 59.35%, 95.05% 71.69%, 82.84% 76.19%, 81.17% 89.09%, 68.22% 87.84%, 61.13% 98.75%, 50.00% 92.00%, 38.87% 98.75%, 31.78% 87.84%, 18.83% 89.09%, 17.16% 76.19%, 4.95% 71.69%, 9.05% 59.35%, 0.00% 50.00%, 9.05% 40.65%, 4.95% 28.31%, 17.16% 23.81%, 18.83% 10.91%, 31.78% 12.16%, 38.87% 1.25%, 50.00% 8.00%, 61.13% 1.25%, 68.22% 12.16%, 81.17% 10.91%, 82.84% 23.81%, 95.05% 28.31%, 90.95% 40.65%);
}

@media only screen and (max-width:767px) {
  .minh260 {
  min-height: auto;
}
.minh300 {
  min-height: auto;
}

}

.bondpublic .nav.nav-tabs .nav-link.active {
border-bottom: 4px solid #000;
border-top: none;
border-left: none;
border-right: none;

}
.bondpublic .nav.nav-tabs a:hover,.bondpublic .nav.nav-tabs a:focus{border-color: #fff; }
.bondpublic .nav-ta bs .nav-link{ color: #000; border: none; font-family: OpenSans-Regular;  font-size: 22px; }

.bondpublic .nav-tabs {border: #fff;}
.bluetext{ color: #004585;}
.bondbade{ background-color: #F6FCFF; border-radius: 30px; display: inline-block; padding:6px 12px;}
.prebooktag{ background-color: #fef3dd; color: #D7930F; border-radius: 30px; display: inline-block; padding:6px 12px;}
.opentag{ background-color: #dff3ec; color: #18AB76; border-radius: 30px; display: inline-block; padding:6px 12px}

.dashedline{ border-bottom: dashed 2px #ddd;}
.close{ color:#E64C3C;}
.filter-wrapper .accordion-button{ border: 0px;}
.filter-wrapper .accordion-collapse{ border: 0px;}
.filter-wrapper .accordion-button:not(.collapsed){ background-color: transparent; color: #000;}
.filter-wrapper .accordion-header button{ font-size: 16px; font-family: OpenSans-Semibold;}
.filter-wrapper .accordion-item { border-bottom: solid #DDDDDD 1px; }

.w38{ width: 38px;}
.h38{ height: 38px;}
.bglack{ background-color: #000;}
.hr{height: 1px; width: 100%; background-color: #DDDDDD;}
.pagination-wrapper .pagination  .page-item.active .page-link{background-color: #2BA34D;
border-color: #2BA34D;}
.pagination-wrapper .pagination .page-link{ color: #000;;}
.listproduct-box{  transition: 0.3s;}
.listproduct-box:hover{box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);}
.btnbottom { position: absolute; bottom: -20px; margin: 0 auto;   left: 0;
right: 0;}
.bullet-list ul{ list-style-type: none;
    margin: 0px; padding: 0px;
}
.bullet-list ul li{   background-image: url(../../images/bonds/bullet-list.png);
background-repeat: no-repeat;
background-position: left top;
padding-left:30px;
margin-bottom: 20px;
}


.bullet-list-normal ul{ list-style-type: none;
    margin: 0px; padding: 0px;
}
.bullet-list-normal ul li{   background-image: url(../../images/unlisted-shares/list.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left:30px;
    margin-bottom:15px;
    }


@media only screen and (min-width : 480px) {

}

/* Bond page css end here   */

/*----Life insurance page css start here -------*/

.herobgimage-life{background-image: url(../../images/life-insurance/herobg.webp), url(../../images/life-insurance/herobg1.webp);
background-repeat: no-repeat;
background-position:left top, right top;
border-radius:30px 0px 0px 0px;
}
.plr1rem{ padding-left:1rem; padding-right: 1rem;}
.heroform-life{ font-family: OpenSans-Regular;}
.heroform-life .btn{font-size: 1.5rem; outline: 0;   }
.heroform-life .btn-custom, .heroform-life.btn-custom:not(:hover){ background-color: #FABF4C; border-color: #FABF4C; color: #000; font-size: 1.5rem; border: solid #FABF4C 1px; }
.heroform-life .btn-custom:hover,.heroform-life .btn-custom:active{ background-color: #D7206A; border-color: #D7206A; color: #FFF; border: solid #D7206A 1px;  }
.heroform-life  .input-group{ border-radius: 8px;}
.heroform-life  .input-group-text{font-size: 1.5rem; font-family: OpenSans-Regular;}
.heroform-life .form-control,.heroform-life .form-select{ min-height: 50px; font-size: 1.5rem; font-size: 1.5rem; border-radius:8px; font-family: OpenSans-Regular;}
.lifecontent p,.lifecontent li{ font-size: 1.7rem; line-height: 27px; }
.lifecontent table{font-size: 1.7rem;}

.lifecontent a{ color: #000; text-decoration: none;}
.lifecontent strong{font-family: OpenSans-Semibold;}
.lifecontent ul,.lifecontent ol{ margin-top: 1rem; font-family: OpenSans-Semibold;}
.lifecontent li{ margin-bottom: 1rem;}
.lifeinsurance-hero-wrapper{ border-radius:30px;}
.pointer{ cursor: pointer;}
.lifecontent .accordion-button{ font-size: 1.5rem; border: none; }
.lifecontent .accordion-header{ border-bottom: dashed #ddd 1px;}
.lifecontent .accordion-collapse{ border: none;}
.lifecontent .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #FFF;
}
#life-insurance,#types-of-life-lnsurance,#faqs,#why-do-you-need-a-life-insurance,#claim-settlement-ratio, #documents-required-to-buy-life-insurance, #factors-affecting-life-insurance, #claim-process, #life-insurance-terminologies, #reasons-to-invest-in-life-insurance, #top-life-insurance-plans, #features-and-benefits, #life-insurance-companies, #premium-calculator, #life-lnsurance-process, #importance-of-life-Insurance,#plan-comparison,
#contact-details, #documents-required, #about-icici-prudential-life-insurance, #awards-and-achievement,#specifications-key-features, #life-lnsurance-claim, #type-of-plan, #benefits, #key-features, #eligibility, #policy-details, #inclusions-and-exclusions, #overview, #similar-plans, #key-features, #other-plan, #best-health-insurance-plans, #faqs, #claim-process, #covered-and-not-covered, #faq, #add-on-riders, #other-plans, #specifications, #contactdetails {scroll-margin-top: 10rem;}
.lifecontent table thead td{ background-color: #D7206A; color: #FFF;}
.lifecontent table.dataTable thead>tr>th.dt-orderable-asc, table.dataTable thead>tr>th.dt-orderable-desc, table.dataTable thead>tr>th.dt-ordering-asc, table.dataTable thead>tr>th.dt-ordering-desc, table.dataTable thead>tr>td.dt-orderable-asc, table.dataTable thead>tr>td.dt-orderable-desc, table.dataTable thead>tr>td.dt-ordering-asc, table.dataTable thead>tr>td.dt-ordering-desc {
    background-color: #D7206A;color: #FFF;
}
.lifecontent .dt-search{ margin-bottom: 8px;}
.lifecontent div.dt-container div.dt-search input{ padding: 5px; width: 200px; height: 38px; font-size: 1.5rem;}

.quick-linkwrapper{ background-color: #fffcf8; border-left:solid #FABF4C 4px ; border-radius:10px;}

.quick-linkwrapper a{ text-decoration: none; color: #000; margin-right: 20px;  }
.quick-linkwrapper a:hover{ text-decoration: none; color: #000;  }

.transform-none .fd_main_cont, .transform-none .fd_blog_bg{    transform: skew(0deg, 0deg);}
.pagination .page-item.active .page-link {
    background-color: #d7206a; /* Custom background color */
    color: white; /* Custom text color */
    border-color: #d7206a; /* Custom border color */
}

.pagination .page-item.active .page-link:hover {
    background-color: #d7206a; /* Custom hover background color */
    border-color: #d7206a; /* Custom hover border color */
}
.scollx{ overflow-x: scroll;}

.lifecontent ::-webkit-scrollbar {
    height:auto;

}
.lifecontent div.dt-container div.dt-info{ float: left;}
.lifecontent div.dt-container div.dt-paging{ float: right;}
.bottom-popup-for-life .modal-content{ background-color: #d7206a;   background-image: url(../../images/life-insurance/number-bg.webp); border-color:#d7206a ;}
.bottom-popup-for-life .modal.bottom .modal-dialog { position: fixed;bottom: 0;  margin: 0;
    width: 100%;
    transition: transform 0.3s ease-out;
    transform: translateY(100%);
    background-color: #d7206a;

  }
  .bottom-popup-for-life .modal.bottom.show .modal-dialog {
    transform: translateY(0);
  }
  .bottom-popup-for-life .modal.full-width .modal-dialog {
    max-width: 100%;
    margin: 0;
  }

  .bottom-popup-for-life .input-group-text { border-radius: 8px;}


  .btn-close-white {
    filter: invert(1);
  }

  .life-company-bg {background-color: #fffcf8; }

  .lifecontent  .related-article {
    border: #ddd solid 1px; padding: 4rem 3rem; border-radius: 10px;padding-bottom: 2rem;
}
.heading-with-line {
    display: flex;
    align-items: center;


}

.heading-with-line::after {
    content: '';
    flex-grow: 1;
    height: 2px;
    background-color: #000;
    margin-left: 10px;
    position: relative;
}

.heading-with-line::before {
    content: '';
    position: absolute;
    right:22px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
}

.expertbg{background-color: #d7206a;   background-image: url(../../images/life-insurance/number-bg.webp); border-color:#d7206a ;}


  .line-with-circle {
    flex-grow: 1; /* Line will take up remaining space */
    height: 1px; /* Adjust the thickness of the line */
    background-color:#d7206a; /* Adjust the color of the line */
    position: relative; /* Required for positioning the pseudo-element */
    margin-left: 0px; /* Space between the heading text and the line */
    line-height: 0px;
  }
  .line-with-circle span{ padding-right: 10px;}

  .line-with-circle::after {
    content: "";
    width: 10px; /* Adjust the diameter of the circle */
    height: 10px; /* Adjust the diameter of the circle */
    background-color: #d7206a; /* Adjust the color of the circle */
    border-radius: 50%; /* Makes the element a circle */
    position: absolute; /* Allows positioning relative to the parent */
    top: 50%; /* Vertically centers the circle */
    transform: translateY(-50%); /* Corrects the vertical alignment */
    right: -5px; /* Adjust this value to position the circle properly */
  }
.sticky-space{ position: -webkit-sticky; /* Safari ke liye */
    position: sticky;
    top: 80px;
    padding: 10px;
    z-index: 0;
    transition: top 0.3s;}

.main_container {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
    clear: both;
}

@media (min-width: 576px) {
    .main_container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .main_container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .main_container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .main_container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .main_container {
        max-width: 1320px;
    }
}

/*----Life insurance page css end  here -------*/

/*----old css override css start  here -------*/

.listoutside {list-style-position:outside !important; margin-top: 10px;}
.listoutside li{ margin-bottom: 10px;}

/*----old css override css end  here -------*/
.sidebar_head{ background-color: #d7206a; color: #FFF;     border-radius: 30px 30px 0px 0px;}
.sidebar a:hover{ color: #000;}
.ghi-popup .hi_hero .hi_lead_form{ box-shadow: none; padding: 0px;}
.altbg{ background-color: #F7FAFE;}
.altbg1{ background-color: #FBF6F8;}

@media screen and (min-width:768px) {
    .h120{ height: 120px;}
}

/*----unlisted-shares pages  css start here ----------------------------------------------------*/
.sectionbg{ background-color: #FFF5EB;}
.sharebox{ background-color: #FFF; border-radius: 15px; padding: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px #ddd;
}
.img-box{ width: 90px; height: 90px; border-radius:50%; background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
    display: flex;
    align-items: center;     /* Centers the image vertically */
    padding: 8px;
}
.img-box-small{ width:70px; height: 70px; border-radius:50%; background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
    display: flex;
    align-items: center;     /* Centers the image vertically */
    padding: 8px;
}
.dotted-line-btm{ border-bottom:dashed #ddd 1px;}
.center-block{ margin:0px auto;}
.box{ position: relative; margin:10rem 0px 5rem 0px;}
.num-process {
    position: absolute;
    top:0px;
    left: 50%;
    transform: translate(-50%, -50%);
    width:60px; height: 60px; background-color: #FFF; border:solid #DDDDDD 6px; border-radius: 50%; text-align: center;
margin:0 auto;  font-size:3rem; line-height: 5rem; font-weight:600; }

.iconbox{ width:60px; height: 60px; margin:15px auto 10px auto; border: solid #ddd 1px; border-radius: 50%; padding: 5px; background-color: #F4F4F4;}
.button-custom .btn-primary{ background-color: #d7206a; border-color: #d7206a;}
.button-custom .btn-primary:hover{ background-color: #d7206a; border-color: #d7206a;}
.button-custom .btn-primary:active,.button-custom .btn-primary:focus{ background-color: #d7206a; border-color: #d7206a;  box-shadow: none;   outline: none;
    border-color: transparent;
}
.button-custom .btn{ border-radius:30px;}

.button-custom .btn-outline-primary{ background-color: transparent; border-color: #d7206a; border-width: 2px; color: #d7206a;}
.button-custom .btn-outline-primary:hover{ background-color: #d7206a; border-color: #d7206a;}
.button-custom .btn-outline-primary:active,.button-custom .btn-outline-primary:focus{
    border-color: #d7206a;     outline: none;
    box-shadow: 0 0 0 .25rem rgba(215, 32, 106, .5);
    border-color: transparent;
}



.w60{ width:60px;}
.highcharts-range-selector-group{ font-weight: 600; font-size: 16px; color: #000;}
.highcharts-range-selector-group a{ color: #000;}
.highcharts-range-selector-buttons> .highcharts-label { display: none; }

.tabs-custom > .nav-tabs .nav-link {
    border: none; /* Remove default border */
    position: relative;
    padding: 15px 15px;
    font-family: OpenSans-Semibold;
    color: #d7206a;
}

.tabs-custom > .nav-tabs .nav-link.active {
    color: #d7206a;
}

.tabs-custom > .nav-tabs .nav-link.active::after {
    content: ""; /* Empty content for underline */
    display: block; /* Make it a block element */
    height: 3px; /* Underline height */
    background: #d7206a; /* Underline color */
    position: absolute; /* Position it absolutely */
    left: 0; /* Align to the left */
    right: 0; /* Align to the right */
    bottom: -1px; /* Position below the tab */
}

.nestedtabs-custom > .nav-tabs .nav-link {
    border: none; /* Remove default border */
    position: relative;
    padding: 15px 0px;
    font-family: OpenSans-Semibold;
    font-size: 15px;

}

.nestedtabs-custom > .nav-tabs .nav-link.active {
    color: #000;
}

.nestedtabs-custom > .nav-tabs .nav-link.active::after {
    content: ""; /* Empty content for underline */
    display: block; /* Make it a block element */
    height: 1px; /* Underline height */
    background: #ddd; /* Underline color */
    position: absolute; /* Position it absolutely */
    left: 0; /* Align to the left */
    right: 0; /* Align to the right */
    bottom: -1px; /* Position below the tab */
}

.custom-nav {
    text-align: right;
    margin-bottom: 5px;
 }

 .custom-nav .owl-prev, .owl-next {
    border: none;
    cursor: pointer;
    margin: 0 0px;
    transition: background-color 0.3s ease;
    background-color: transparent;
    padding: 0px;

 }
 .roatate{  transform: rotate(180deg);
 }


 .custom-nav .owl-prev:focus, .owl-next:focus {
    outline: none;
 }

 .custom-nav .owl-prev:disabled, .owl-next:disabled {
    background-color: #ccc;
    cursor: not-allowed;
 }

    .customshadow {
        box-shadow: 0px 3px 3px -1px rgba(10, 22, 70, .1), 0px 0px 1px 0px rgba(10, 22, 70, .06);
    }
.datatable-custom  .dataTables_filter{ margin-bottom: 15px;}
.formshadow{
    box-shadow: 0px 1px 30px #00000029;
    border-radius: 15px;
    background-color:#fff;
    padding: 30px 25px 15px 25px;

}
.formshadow .form-control{ font-size: 1.5rem; min-height: 40px;}
.herobg{ background-image: url(../../images/unlisted-shares/hero-bottom-bg.png); background-repeat: repeat-x; background-position: bottom  center ;}
.callback{ border: dashed #ddd 0px; border-radius:8px; margin-top: 10px; background-color: #FFF;}
.callback a:hover{ color: #000;}
.forminput .form-control{ font-size:1.5rem; padding:1rem 0.84rem; border: solid #ccc 1px; border-radius: 4px;}
.text-decoration-none a{ text-decoration: none; color: #000;}
.text-decoration-none a:hover{ color: #282828;}
/*----unlisted-shares pages  css end  here -----------------------------------------------------*/
/*----partner  pages  css start  here -----------------------------------------------------*/

.invp{border: #ddd solid 1px;
    border-radius: 20px;
    position: relative;
    padding: 2rem 3rem 1rem 3rem;
    margin: 1rem 2rem 3rem 2rem;;
    padding-top: 6rem;

    transition: all 0.3s;
}
.invp:hover{
    box-shadow: 0px 0px 20px #ddd;
}
.invp-icon{
    width: 68px;
    height: 68px;
    background: #000;
    line-height: 68px;
    border-radius: 100px;
    position: absolute;
    right: -10%;
    top: -3%;
    text-align: center;
}
.invp-icon img{ width: 34px;}
.select2-container--default .select2-selection--single {
    height: 40px;
    border: solid #ddd 1px;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 40px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
  }

  .select2-container--default .select2-selection--single .select2-selection__clear {
    width: 40px;
    display: none;
    height: 40px;
    background-color: #ddd;
    border: solid #ddd 1px;
  }

  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
  }

  .sectionbg-alt{    background: #fffaf5;
    padding: 10rem 0;
}
.ptb8rem{ padding:8rem 0px;}
.partnersectionbg{ background-color: #fff8ed;}
.form_bg_border {
    width: 85%;
    margin: 0 auto;
    height: 25px;
    background: #d7206a;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; /* Adjust width as needed */
    margin: 20px 0; /* Space above and below */
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    border-top: 1px dashed #ccc; /* Line color */
    margin: 0 10px; /* Space between line and "or" text */
}

.divider span {
    white-space: nowrap; /* Prevent wrapping of "or" */
    font-size: 16px; /* Adjust font size as needed */
    color: #555; /* Text color */
}

/* Responsive Adjustments */
@media (max-width: 600px) {
    .divider::before,
    .divider::after {
        margin: 0 5px; /* Reduce space on smaller screens */
    }

    .divider span {
        font-size: 14px; /* Smaller font size for smaller screens */
    }
}

  /*----partner  pages  css end  here -----------------------------------------------------*/
  #emi_calculator, #documents, #interest_rate, #benefits_pl{scroll-margin-top: 10rem;}

  /* Wedding loan css */
 .customs-shadowbox{
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
 }
 .shape-icon-wrapper {
    width: 100px; /* Shape's width */
    height: 83px; /* Shape's height */
    background: linear-gradient(100deg, #f4f4f4, #f4f4f4);
    clip-path: path(
        "M50 0C62.5 0 73.33 7.33 80 18.33C86.67 29.33 90 44 85 55.67C80 67.33 66.67 76 50 80C33.33 84 16.67 81 8.33 71C0 61 0 44 5 31.67C10 19.33 23.33 0 50 0Z"
    );
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    overflow: visible;
}

.shape-icon-wrapper img {
  position: relative;
  left: -8px;
   filter: brightness(0) saturate(100%);

}

.shape-icon-wrapper1 {
    width: 100px; /* Shape's width */
    height: 83px; /* Shape's height */
    background: linear-gradient(100deg, #FFEDE1, #FFEDE1);
    clip-path: path(
        "M50 0C62.5 0 73.33 7.33 80 18.33C86.67 29.33 90 44 85 55.67C80 67.33 66.67 76 50 80C33.33 84 16.67 81 8.33 71C0 61 0 44 5 31.67C10 19.33 23.33 0 50 0Z"
    );
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    overflow: visible;
}

.shape-icon-wrapper1 img {
  position: relative;
  left: -8px;
   filter: brightness(0) saturate(100%);

}
.myform .hi_lead_form  .h3{ font-size: 22px;     font-family: OpenSans-Bold;}
.myform .hi_lead_form{    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 30px;
    padding: 3rem 4rem;
    margin: 0 auto;
    padding-bottom: 3rem;
    max-width: 400px;
    position: relative;
}

.myform  .hi_lead_form .field {
    border: #ddd solid 1px;
    height: 55px;
    line-height: 55px;
    padding: 1rem;
    border-radius: 10px;
    color: #000;
    margin-bottom: 1.8rem;
}


/*  Procee box css start here  */

  .processbox{
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    transition: all 0.5s;

  }
  .processbox:hover {
    background: #d7206a;
    transform: translateY(-20px);
  }

  .processbox:hover h3,
.processbox:hover p {
  color: #fff;
}
.processbox:hover .process_number {
  color: #de4683;
}
.processbox:hover svg {
  stroke: #fff;
}
.processbox:hover path.resour {
  stroke: #fff;
}
.processbox:hover path.fill {
  fill: #fff;
  stroke: transparent;
}

/*  Procee box css end here */
.hovereffect{  transition: all 0.3s;}
.hovereffect a:hover{
    transform: translateY(-10px);
}


.breadcrumb-bg {
    background: linear-gradient(to bottom, #f8f9fa, #ffffff);
    border-top: solid #feffff 1px;
    box-shadow: inset 0 1px 0 0 #eceef0;
  }

  .ctabg {
    background-color: #f3f6ff;
  }

  .table-striped-custom tbody tr:nth-child(odd) {
  background-color: #f1faf7;
}

.table-striped-custom tbody tr:nth-child(even) {
  background-color: #fff;
}

  .ctabg li {
    border: solid #b7caf2 1px;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 1.5rem 1rem;
    border-radius: 15px;
  }

  .qicon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background-color: #f3f6ff;
    display: inline-block;
  }

  .callbackbtn {
    border: none;
    background-color: #d7206a;
    border-radius: 0px 0px 10px 10px;
    color: #FFF;
    padding: 6px 15px;
  }

  .breadcrumb-bg a {
    color: #000;
  }

  .custom-td-space td  {
    padding: 10px;
  }
.custom-td-space th  {
    padding: 12px 8px;
    background-color: #fba6d1;
  }
  .custom-td-space {
    border: 1px solid #dcdcdc; /* Border color */
    border-collapse: collapse; /* Ensures no double borders */
}

  .vstep-wrapper {
    position: relative;
    padding-left: 0px;
  }

  .vstep-step {
    position: relative;
    padding-bottom: 40px;
  }

  /* line under each step (except last) */
  .vstep-step::before {
    content: "";
    position: absolute;
    top: 18px;
    /* start just below the circle */
    left: 20px;
    /* match center of circle */
    width: 2px;
    height: calc(100% - 18px);
    /* from bottom of circle to next step */
    background-color: #d7206a;
    z-index: 0;
  }

  .vstep-step:last-child::before {
    content: none;
    /* remove line on last step */
  }

  .vstep-icon {
    position: absolute;
    left: 11px;
    top: 0;
    width: 18px;
    height: 18px;
    background-color: #FFF;
    border: 2px solid #FFF;
    box-shadow:
      0 0 0 3px #DDD,
      /* Outer ring (outline) */
      0 4px 6px rgba(0, 0, 0, 0.15);
    /* Soft drop shadow */
    color: #d7206a;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
  }

  .vstep-content {
    margin-left: 30px;
  }

  .vstep-title {
    font-weight: bold;
  }

  .timelineinv {
    list-style: none;
    padding: 10px 0;
    position: relative;
    font-weight: 300;
  }

  .timelineinv:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #dcdcdc, rgba(255, 255, 255, 0));
    left: 50%;
    margin-left: -1.5px;
  }



  .timelineinv>li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
  }

  .timelineinv>li:before,
  .timelineinv>li:after {
    content: " ";
    display: table;
  }

  .timelineinv>li:after {
    clear: both;
  }

  .timelineinv>li:before,
  .timelineinv>li:after {
    content: " ";
    display: table;
  }

  .timelineinv>li:after {
    clear: both;
  }

  .timelineinv>li>.timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    position: relative;
    border-radius: 20px;
  }

  .timelineinv>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #dcdcdc;
    border-right: 0 solid #dcdcdc;
    border-bottom: 15px solid transparent;
    content: " ";
  }

  .timelineinv>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #ffffff;
    border-right: 0 solid #ffffff;
    border-bottom: 14px solid transparent;
    content: " ";
  }

  .timelineinv>li>.timeline-badge {
    color: #d7206a;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 26px;
    right: -12px;
    z-index: 100;
    background-color: #d7206a;
    border-radius: 50%;

  }

  .timelineinv>li.timeline-inverted>.timeline-panel {
    float: right;
  }

  .timelineinv>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  .timelineinv>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }

  .timeline-badge>a {
    color: #d7206a;
  }

  .timeline-badge a:hover {
    color: #dcdcdc;
  }

  .timeline-title {
    margin-top: 0;
    color: inherit;
  }



  .timeline-body>p,
  .timeline-body>ul {
    padding: 10px 15px;
    margin-bottom: 0;
  }

  .timeline-footer {
    padding: 15px 15px 0px 15px;
  }

  .timeline-footer p {
    margin-bottom: 0;
  }

  .timeline-footer>a {
    cursor: pointer;
    text-decoration: none;
  }

  .timelineinv>li.timeline-inverted {
    float: right;
    clear: right;
  }

  .timelineinv>li:nth-child(2) {
    margin-top: 60px;
  }

  .timelineinv>li.timeline-inverted>.timeline-badge {
    left: -12px;
  }

  .no-float {
    float: none !important;
  }

  @media (max-width: 767px) {
    ul.timelineinv:before {
      left: 40px;
    }

    ul.timelineinv>li {
      margin-bottom: 0px;
      position: relative;
      width: 100%;
      float: left;
      clear: left;
    }

    ul.timelineinv>li>.timeline-panel {
      width: calc(100% - 65px);
      width: -moz-calc(100% - 65px);
      width: -webkit-calc(100% - 65px);
    }

    ul.timelineinv>li>.timeline-badge {
      left: 28px;
      margin-left: 0;
      top: 16px;
    }

    ul.timelineinv>li>.timeline-panel {
      float: right;
    }

    ul.timelineinv>li>.timeline-panel:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto;
    }

    ul.timelineinv>li>.timeline-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto;
    }

    .timelineinv>li.timeline-inverted {
      float: left;
      clear: left;
      margin-top: 30px;
      margin-bottom: 30px;
    }

    .timelineinv>li.timeline-inverted>.timeline-badge {
      left: 28px;
    }
  }

  .processnumber {
    font-size: 90px;
    color: #f5f5f5;
    font-weight: 900;
    transition: all 0.5s;
    text-align: right;
    line-height: normal;
  }
  .processnumber-small{
    font-size: 50px;
    color: #f5f5f5;
    font-weight: 900;
    transition: all 0.5s;
    text-align: right;
    line-height: normal;
  }

  .ctashadow{
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 30px;
    padding: 5rem;

  }

  .ctabutton {
    background: #d7206a;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    padding: 1.2rem clamp(1rem, 5vw, 8rem);
    margin-top: 3rem;
    display: inline-flex;
    text-decoration: none;
    transition: all 0.3s ease;
  }




  .ctabutton:hover {
    color: #FFF;
  }


  .health-work .nav {
    min-width: 550px;
    border-right: #ddd solid 1px;
  }


  .health-work .nav-pills .nav-link {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    margin: 0.75rem 0;
  }

  .health-work .nav-pills .nav-link i {
    color: transparent;
  }

  .health-work .nav-pills .nav-link.active,
  .health-work .nav-pills .show>.nav-link {
    background: transparent;
    color: #d7206a;
    font-weight: 600;
  }

  .health-work .nav-pills .nav-link.active i,
  .health-work .nav-pills .show>.nav-link i {
    color: #d7206a;
  }

  .health-work .nav-pills .nav-link.active,
  .health-work .nav-pills .show>.nav-link::after {
    content: "";
    border-right: 5px solid #d7206a;
    position: relative;
    left: 3px;
  }

  .health-work .tab-content {
    padding-left: 5rem;
  }

  @media (max-width: 767.98px) {
    .main_container{ padding: 0px 10px;}
    .health-work .nav {
      min-width: 100%;  /* Full width on small screens */
      border-right: none; /* Remove border on mobile */
      border-bottom: #ddd solid 1px; /* Optional: bottom border instead */
    }
    .health-work .tab-content {
      padding-left: 0rem;
  }
  }




    .custom-tabs-wrapper {
      background-color: transparent;
      padding: 10px 0;
    }

    .custom-tabs .nav-link {
      color: #D7206A;
      border-radius: 30px;
      padding: 8px 25px;
      margin: 0px 2rem;
      display: flex;
      align-items: center;
      transition: all 0.3s ease;
      font-weight: 500;
      font-size: 20px;
      background-color: #FFF;
    }

    .custom-tabs .nav-link svg {
      stroke: #D7206A;
      margin-right: 8px;
    }

    .custom-tabs .nav-link.active {
      background-color: #D7206A;
      color: #FFF;
      font-weight:500;
    }

    .custom-tabs .nav-link.active svg {
      stroke: #FFF;
    }

    .docustom-tab-content {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
      transition: transform .2s, box-shadow .2s;
    }

    .docustom-tab-content:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .docustom-tab-content .icon {
      width:50px;
        /* height: 48px;
    border-radius: 50%;
      background-color: #fff;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */

      display: flex;
      align-items: center;
      justify-content: center;
    }

    .docustom-tab-content .icon svg,
    .docustom-tab-content .icon img {
      width: 40px;
      /* height: 24px; */
    }

    .docustom-tab-content .content h6 {
      font-size: 1rem;
      margin-bottom: 0;
    }

    .docustom-tab-content .content small {
      font-size: 0.85rem;
    }

    .custom-card-link {
      display: block;
      text-decoration: none;
      /* remove underline */
      color: inherit;
      /* keep text color */
    }

    .custom-card-link .docustom-tab-content {
      /* your existing card styles */
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      transition: transform .2s, box-shadow .2s;
      margin: 20px 0px;
      min-height: 108px;
    }

    .custom-card-link:hover .docustom-tab-content {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    .bg-app {
  background-image: url('https://investkraft-new.s3.ap-south-1.amazonaws.com/web_app/test/assets/images/home/bg-left.png');
  background-repeat: no-repeat;
  background-position: left 80%;
  background-size: 200px auto;
  padding-bottom: 100px;

}
.bg-app-whychoose {
  background-color: #fffbf7;
}

ul.custom-bullets {
  list-style: none;      /* remove default bullets */
  padding-left: 0.5em;   /* space for your custom icon */
  margin: 0;
}

ul.custom-bullets li {
  position: relative;    /* establish containing block */
  margin-bottom: 1.0em;  /* optional spacing */
  padding-left: 1.5em;   /* indent text after the icon */
}

/* use ::before to inject and position the icon */
ul.custom-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;   /* icon’s intrinsic width */
  height: 16px;  /* icon’s intrinsic height */
  background: url("https://investkraft-new.s3.ap-south-1.amazonaws.com/web_app/test/assets/images/home/icon/bullet-icon.png") no-repeat center center;
  background-size: contain;
}

.feature-item {
  text-align: center;
  display: inline-block;
  margin: 3rem 1rem;
  padding: 1.5rem;
  border-radius: 1rem; /* 16px radius */
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}

.feature-item:hover {
  background-color: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.feature-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover .feature-icon {
  background-color: #f9f9f9;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.feature-icon svg,
.feature-icon img {
  width: 45px;
  height: 45px;
  transition: transform 0.3s ease;
}

.feature-item:hover .feature-icon svg,
.feature-item:hover .feature-icon img {
  transform: scale(1.1);
}

.feature-title {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #000;
  line-height: 1.2;
}

.stats-row {
  background-color: #D7206A;
}

.stats-item {
  padding: 1rem;
  position: relative;
}

/* vertical divider on all but last */
.stats-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px;
  height: 50%;
  background-color: rgba(255,255,255,0.5);
}

/* Typography */
.stats-item h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.stats-item small {
  opacity: 0.85;
}

/* Hero section css start here---------------------------------------------------------------------------------- */
    .hero-btn {
      color: #000;
      font-size: 1.8rem;
      border: #d7206a solid 1px;
      border-radius: 50px;
      font-weight: bold;
      padding: 1.5rem 0rem;
      transition: background-color 0.3s ease, color 0.3s ease;
      /* Smooth transition */
    }

    .hero-btn:hover {
      background-color: #d7206a;
      color: #fff;
    }

    .hero-btn:active,
    .hero-btn.active {
      background-color: #d7206a;
      color: #fff;
      border-color: #d7206a;
    }


   .mobile-frame {
    width: 100%;
    max-width: 370px;
    aspect-ratio: 10 / 13;
    position: relative;
    margin: 0 auto;
}
.mobile-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://investkraft-new.s3.ap-south-1.amazonaws.com/web_app/live/assets/images/home/mobile-new.webp');
      /* background-image: url('../../images/home/mobile-new.png'); */

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform-origin: center center;
/* transform: perspective(800px) rotateY(-6deg); */
}
.mobile-content {
    position: absolute;
    top: 23%;
    bottom: 23%;
    left: 23%;
    right: 23%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    text-align: center;
    z-index: 1; /* ✅ Content image ke upar rahega */
        /* transform-origin: center center;
transform: perspective(800px) rotateY(-5deg); */

}
    .opacity-0 {
      opacity: 0;
    }

    .fs5rem {
      font-size: 5rem;
    }

    .cursor {
      color: #d7206a;
      animation: blink 0.7s infinite;
      font-size: 5rem;
    }

    .text-p-color {
      color: #d7206a;

    }

    @keyframes blink {

      0%,
      100% {
        opacity: 1;
      }

      50% {
        opacity: 0;
      }
    }



     .herosection .form-container {
      display: none;
    }

     .radio-tile {
      display: flex;
      flex-direction: column;
      /* align-items: center; */
      justify-content: center;
      border-radius: 0.5rem;
      border: 2px solid #d7206a;
      background-color: #fff;
      box-shadow: none;
      transition: 0.15s ease;
      cursor: pointer;
      position: relative;
      margin-bottom: 15px;
    }

    .radio-tile:before {
      content: "";
      position: absolute;
      display: block;
      width: 0.75rem;
      height: 0.75rem;
      border: 2px solid #d7206a;
      background-color: #fff;
      border-radius: 50%;
      top: 0.25rem;
      left: 0.25rem;
      opacity: 0;
      transform: scale(0);
      transition: 0.25s ease;
    }

    .radio-icon svg path {
      fill: #d7206a;
      /* default color */
      transition: 0.3s ease;
    }

    .radio-label {
      color: #FFF;
      transition: 0.375s ease;
      text-align: center;
      font-size: 14px;
      font-weight: 600;
    }
      .radio-label1 {      transition: 0.375s ease; font-size: 12px;
}

    .radio-input {
      clip: rect(0 0 0 0);
      -webkit-clip-path: inset(100%);
      clip-path: inset(100%);
      height: 1px;
      overflow: hidden;
      position: absolute;
      white-space: nowrap;
      width: 1px;
    }

    /* ✅ Hover Styling */
    .radio-tile:hover {
      background-color: #d7206a;
      border-color: #d7206a;
        transition: 0.2s ease-in-out;

    }
/* Active/Selected style */
.radio-input:checked + .radio-tile {
  background-color: #FFFF;
  border-color: #FFFF;
  color: #d7206a;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
    .radio-tile:hover .radio-icon svg path {
      fill: #fff;
    }

    .radio-tile:hover .radio-label {
      color: #fff;
    }

    /* ✅ Checked state */
    .radio-input:checked+.radio-tile {
      border-color: #d7206a;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);

    }

    .radio-input:checked+.radio-tile:before {
      transform: scale(1);
      opacity: 0;
      background-color: #d7206a;
      border-color: #d7206a;
    }

    .radio-input:checked+.radio-tile .radio-icon svg path {
      fill: #d7206a;
    }

    .radio-input:checked+.radio-tile .radio-label {
      color: #d7206a;
    }

    /* ✅ Focus state */
    .radio-input:focus+.radio-tile {
      border-color: #d7206a;
      box-shadow: 0 0 0 4px rgba(215, 32, 106, 0.3);
    }

    .radio-input:focus+.radio-tile:before {
      transform: scale(1);
      opacity: 1;
    }

    .radio-tile-label {
      display: flex;
      align-items: center;
      gap: 1rem;
      width: 100%;
      padding: 1rem;
      border: 2px solid #ccc;
      border-radius: 0.5rem;
      transition: 0.3s ease;
      background-color: #fff;
      cursor: pointer;
    }

    .radio-icon svg {
      color: #d7206a;
      /* default icon color */
      transition: color 0.3s ease;
    }

    /* hover par color change */
    .radio-tile-label:hover .radio-icon svg {
      color: #d7206a;
    }

    /* checked state par color change ------------====================---*/
    /* Hide default radio */
     .herosection .form-check-input1 {
      display: none;
    }

    /* Label base style */
    .radio-tile-label {
      border-radius: 50px;
      border: 1px solid #ccc;
      display: flex;
      align-items: center;
      gap: 5px;
      padding: 0.8rem 0.8rem;
      cursor: pointer;
      background-color: #fff;
      transition: all 0.3s ease;
      color: #d7206a;
      /* All inner elements inherit this */
    }

    /* Title text inside label */
    .radio-title {
      font-weight: 600;
      color: inherit;
      margin: 0;
      transition: color 0.3s ease;
      font-size: 12px;
    }

    /* Icon SVG wrapper */
    .radio-icon svg path {
      fill: #d7206a;
      /* default pink */
      transition: fill 0.3s ease;
    }

.radio-tile-label:hover svg,
.form-check-input1:checked + .radio-tile-label svg {
  filter: brightness(0) invert(1);
}

    /* Hover State */
    .radio-tile-label:hover {
      background-color: #d7206a;
      color: #fff;
      border-color: #d7206a;
    }

    /* Checked (active) state */
    .form-check-input1:checked+.radio-tile-label,
    .form-check-input1:checked + .radio-label1 {
      background-color: #d7206a;
      color: #fff;
      border-color: #d7206a;
    }




.mobile-content a{ color: #d7206a;
    transition: color 0.3s ease;}
  .mobile-content a:hover{
    transition: color 0.3s ease;}
  .radio-tile-1 {
background-color: #d7206a;
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 50px;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
            inset 0 -2px 0 rgba(0, 0, 0, 0.2),
            0 4px 15px rgba(215, 32, 106, 0.5);
color: #FFF;

}
.radio-tile-1:before {
    border-color: #d7206a;

}
.radio-tile .radio-icon svg path {
      fill: #fff;
    }



.radio-tile-2 {
  background-color: #114176;
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 50px;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
            inset 0 -2px 0 rgba(0, 0, 0, 0.2),
            0 4px 15px rgba(215, 32, 106, 0.5);
color: #FFF;

}
.radio-tile-2:before {
    border-color: #114176;
}

.radio-tile-3 {
  background-color: #a814ac;
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 50px;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
            inset 0 -2px 0 rgba(0, 0, 0, 0.2),
            0 4px 15px rgba(215, 32, 106, 0.5);
color: #FFF;
}
.radio-tile-3:before {
    border-color: #a814ac;
}
.radio-tile-4 {
  background-color: #e52f51;
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 50px;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
            inset 0 -2px 0 rgba(0, 0, 0, 0.2),
            0 4px 15px rgba(215, 32, 106, 0.5);
color: #FFF;
}
.radio-tile-4:before {
    border-color: #e52f51;
}

.radio-tile-5 {
    background-color: #f86334;
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 50px;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
            inset 0 -2px 0 rgba(0, 0, 0, 0.2),
            0 4px 15px rgba(215, 32, 106, 0.5);
color: #FFF;
}
.radio-tile-5:before {
    border-color: #f86334;
}

/* Hero section css end here------------------------------------------------- */

.spacetb{ margin: 4rem 0px;}

         .boxshadow-custom {
                background: linear-gradient(145deg, #ffffff, #fff);
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05), 0 2px 5px rgba(0, 0, 0, 0.03);
                border-radius: 50%;
                transition: all 0.3s ease;
                border: #d7206a solid 1px;
              }

              .boxshadow-custom:hover {
                box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08), 0 4px 10px rgba(0, 0, 0, 0.05);
                transform: scale(1.03);
              }
.tabletd-space td, .tabletd-space th {
    padding: 12px 8px;

}

  table thead.table-inv {
    background-color: #d7206a;
    color: #ffffff;
  }

  .popupform-section{ border-radius: 20px;}
      .popupform-section .h3{ font-weight:700; text-align: start;}
    .popupform-section input{ margin-bottom: 15px;     border: #ddd solid 1px;
    height: 55px;
    line-height: 55px;
    border-radius: 10px;
  padding: 0px 15px;}

/* Bootstrap css over wirte */
.btn-secondary {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn-secondary:hover {
  background-color: #333;
  border-color: #333;
}

.form-shadowbox{ background-color: #FFF;  padding: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px #ddd;
}

.form-shadowbox1{  box-shadow: 0px 0px 10px #ddd;
    border-radius: 15px;
    background: #fff;
    padding: 2rem;

}



/* Responsove data table css start here */

/* expand/collapse icon color & size */
table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  font-size:28px;     /* size बड़ा */
  color: #d7206a;      /* icon का रंग (blue) */
  border-color: #d7206a;  /* border का रंग */
  background-color: #fff; /* background white (optional) */
  font-weight: 400;
  line-height: 24px;
  border: solid 2px #d7206a;
}
/* जब row open हो तो minus वाला icon */
table.dataTable.dtr-column > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent > th.dtr-control:before {
  color: #FFF;       /* red color */
  border-color: #d7206a;
  background-color:#d7206a ;
}



/* Responsove data table css end here */
::-webkit-scrollbar {
    height:auto;
}

/*   css for active back button selected start here  */
.form-check-input1 {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.radio-tile-label:hover {
  background-color: #d7206a;
  border-color: #d7206a;
  color: #fff;
  transition: 0.2s ease-in-out;
}

.radio-tile-label:has(.form-check-input1:checked) {
  background-color: #d7206a;
  border-color: #d7206a;
  color: #fff;
  transition: 0.2s ease-in-out;
}

.radio-tile-label:has(.form-check-input1:checked) .radio-title {
  color: #fff;
}

.radio-tile-label:has(.form-check-input1:checked) .radio-icon svg path {
  fill: #fff;
}
/*   css for active back button selected end here  */

.img-flip-horizontal {
  transform: scaleX(-1);
}


    /* QR container styling */
    .qr-wrapper {
      margin: 1.5rem auto;
      position: relative;
      padding: 30px;
      background: white;
      border-radius: 12px;
    }

    /* decorative corner "scanner" marks */
    .qr-wrapper::before,
    .qr-wrapper::after,
    .qr-corners::before,
    .qr-corners::after {
      content: "";
      position: absolute;
      width: 26px;
      height: 26px;
      border: 1px solid #111;
      border-radius: 0px;
      box-sizing: border-box;
      background: transparent;
    }

    /* top-left corner */
    .qr-wrapper::before {
      top: 16px;
      left: 16px;
      border-right: none;
      border-bottom: none;
    }

    /* top-right corner */
    .qr-wrapper::after {
      top: 16px;
      right: 16px;
      border-left: none;
      border-bottom: none;
    }

    /* use an inner wrapper for bottom corners */
    .qr-corners {
      position: absolute;
      inset: 0;
      pointer-events: none;
    }

    .qr-corners::before {
      bottom: 16px;
      left: 16px;
      border-top: none;
      border-right: none;
    }

    .qr-corners::after {
      bottom: 16px;
      right: 16px;
      border-top: none;
      border-left: none;
    }

    /* image itself */
    .qr-wrapper img.qr-img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 6px;
      background: white;
    }

    /* SCAN ME banner */
    .scan-banner {
      font-size: 18px;
      letter-spacing: 1px;
    }

    /* smaller responsive */
    @media (max-width: 420px) {
      .qr-wrapper {
        width: 85%;
        padding: 14px;
      }

      .qr-wrapper::before,
      .qr-wrapper::after,
      .qr-corners::before,
      .qr-corners::after {
        width: 28px;
        height: 28px;
        border-width: 5px;
      }

      .scan-banner {
        padding: 8px 12px;
        font-size: 13px;
      }
    }

    /* background circles */
/* DOUBLE BACKGROUND CIRCLES */
.qr-wrapper-border {
  position: relative;


}
.qr-wrapper-border::before,
.qr-wrapper-border::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* inner circle */
.qr-wrapper-border::before {
  width: 350px;
  height: 350px;
  opacity: 0.45;
}

/* outer circle */
.qr-wrapper-border::after {
  width: 500px;
  height: 500px;
  opacity: 0.25;
}

@media (max-width: 480px) {
  .qr-wrapper-border::before,
  .qr-wrapper-border::after {
    display: none;
  }
}

/* Hover par background color change karne ke liye */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #d7206a !important;
    color: white;
}

 /* Wrapper – no border at all */
  .banker-search-wrap {
    border: none;
  }

  /* Input field */
  .banker-search-wrap>.form-control {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 16px;
     font-family: OpenSans-Semibold;
  }

  /* Placeholder white / light */
  .banker-search-wrap>.form-control::placeholder {
    color: rgba(255, 255, 255, 1.7);
  }

  /* Focus state */
  .banker-search-wrap>.form-control:focus {
    box-shadow: none;
  }

  /* Search icon */
  .banker-search-wrap>.input-group-text {
    background-color: transparent;
    border: none;
    color: #ffffff;
  }



  .details-btn {
    border: none;
    background-color: transparent;
  }


  .banker-search-head th:first-child {
    border-top-left-radius: 10px;
  }

  .banker-search-head th:last-child {
    border-top-right-radius: 10px;
  }

  .banker-search-head th {
    background-color: #6B1B3B;
    color: #fff;
    vertical-align: middle;
    padding: 10px;
        font-size: 16px;
     font-family: OpenSans-Semibold;
  }

  .banker-search-head th:first-child {
    background-color: #B7054D;
  }

/* IPO Search Head */
.ipo-search-head th:first-child {
    border-top-left-radius:0px;
  }

  .ipo-search-head th:last-child {
    border-top-right-radius: 0px;
  }

  .ipo-search-head th {
    background-color: #FAFAFA;
    color: #000;
    vertical-align: middle;
    padding: 10px;
    font-size: 16px;
     font-family: OpenSans-Semibold;
    box-shadow: inset 0 -1px 0 #ddd;
  }

  .ipo-search-head th:first-child {
    background-color: #FAFAFA;
  }

    .ipo-search-wrap {
    border: none;
  }

  /* Input field */
  .ipo-search-wrap>.form-control {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #000;
 font-family: OpenSans-Semibold;
    font-size: 16px;
  }

  /* Placeholder white / light */
  .ipo-search-wrap>.form-control::placeholder {
    color: rgba(0, 0, 0, 1.0);
  }

  /* Focus state */
  .ipo-search-wrap>.form-control:focus {
    box-shadow: none;
  }

  /* Search icon */
  .ipo-search-wrap>.input-group-text {
    background-color: transparent;
    border: none;
    color: #000;
  }


/* IPO Search Head */




  /* Parent tabs wrapper */
  .custom-tabs-banker {
    border-bottom: 0px solid #e5e5e5;
    text-align: center;
  }

  /* Remove default bootstrap tab border */
  .custom-tabs-banker .nav-link {
    border: none;
    border-radius: 0;
     font-family: OpenSans-Semibold;
    font-size:24px;
    color: #000;
    padding: 20px 0;
    position: relative;
    background: transparent;
  }

  /* Hover effect */
  .custom-tabs-banker .nav-link:hover {
    color: #D7206A;
  }

  /* Active tab */
  .custom-tabs-banker  .nav-link.active {
    color: #D7206A;
    background: transparent;


  }

  /* Active underline */
  .custom-tabs-banker .nav-link.active::after {
    content: "";
    position: absolute;
    left: 20%;
    bottom: -1px;
    width: 60%;
    height: 5px;
    background-color: #D7206A;
    border-radius: 2px;

  }

  @media (max-width: 576px) {
    .custom-tabs-banker .nav-link {
      font-size: 14px;
      padding: 12px 0;
    }
  }

  .banker-search {
    min-width: 260px;
    max-width: 100%;
  }


.trshadow {
  box-shadow:
    -2px 0 6px -3px rgba(0, 0, 0, 0.20),
    2px 0 6px -3px rgba(0, 0, 0, 0.20);
}

.trline {
box-shadow: 0 1px 0 #ddd;
}

  .table-bankers>tbody>tr>td {
    padding: 1.5rem 1rem;
    border-top: 0;
    border-bottom: 0;

  }
  .table-bankers td{
      padding: 8px 10px;
font-family: OpenSans-Regular;
font-size: 15px;
color: #000;
  }
 .table-bankers td strong{ font-family: OpenSans-Semibold; font-size: 15px;}

 .darkthead th {
    background-color: #46494D;
    color: #fff;
    padding: 8px 10px;
    font-weight: 600;
    border: none;
}
.hr-ultra-light {
    border-top: 1px solid #ddd;
}

/* Wrapper compulsory */
  .filter-pills {
    justify-content: center;
    margin: 1.5rem 0px 2rem 0px;
  }

  /* Base button */
  .filter-pills .btn.filter-btn {
    border: 1px solid #DDDDDD;
    color: #66707F;
    background-color: transparent;
    border-radius: 50px;
    padding: 6px 18px;
      font-family: OpenSans-Regular;
    font-size: 16px;
    white-space: nowrap;
    transition: all 0.25s ease;
  }

  /* Hover */
  .filter-pills .btn.filter-btn:hover {
    border-color: #D7206A;
    color: #D7206A;
    background-color: transparent;
  }

  /* ✅ Active (Bootstrap override) */
  .filter-pills .btn.filter-btn.active {
    border-color: #D7206A;
    color: #D7206A;
    background-color: transparent;
    box-shadow: none;
         font-family: OpenSans-Semibold;

  }

  /* Remove focus styles */
  .filter-pills .btn.filter-btn:focus,
  .filter-pills .btn.filter-btn:focus-visible {
    outline: none;
    box-shadow: none;
  }
  .preipo-count.loss-text{ color: #BF0A2B;}
 .preipo-count.gain-text{ color: #18AB76;}




/* link reset */
.preipo-link {
  text-decoration: none;
  display: block;
}

/* card */
.preipo-card {
  border: 1px solid #DDDDDD;
  transition: border-color 0.25s ease;
}

/* text */
.preipo-text {
  color: #66707F;
  transition: color 0.25s ease;
  font-size: 15px;
}


.preipo-count {
  color: #000;
  transition: color 0.25s ease;
      font-family: OpenSans-Bold;
      font-size: 36px;
}

/* image default hidden */

.arrow-link{  color: #D7206A;}
.arrow-link img {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-4px);
  transition: all 0.25s ease;
}


/* 🔥 show image on hover */
.preipo-link .arrow-link img {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* hover effects */
.preipo-link:hover .preipo-card,
.preipo-link.active .preipo-card {
  border-color: #D7206A;
}

.preipo-link:hover .preipo-text,
.preipo-link:hover .preipo-count,
.preipo-link.active .preipo-text,
.preipo-link.active .preipo-count {
  color: #D7206A;
}

.custom-badge {
    color: #fff;
    padding: 3px 8px;
    font-size: 10px;
    border-radius: 3px;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
}

.custom-badge.open {
    background-color: #18AB76;
}

.custom-badge.listing-pending {
    background-color: #D4900B;
}

.custom-badge.closed {
    background-color: #BF0A2B;
}

.custom-badge.listed {
    background-color: #000000;
}
.custom-badge.upcoming-ipo {
    background-color: #4C76E7;
}

.custom-badge.nse {
    background-color: #FFAE88;
    color: #000;
    border-radius:30px;
    padding: 6px 12px;
     font-family: OpenSans-Regular;
       font-weight: normal;

}
.custom-badge.bse {
    background-color: #CEEBFF;
      color: #000;
       border-radius:30px;
      padding: 6px 12px;
       font-family: OpenSans-Regular;
       font-weight: normal;
}
.border-color-inv{border: solid #D7206A 1.4px;}

.bg-light-pink {
    background-color: #FFF5F5;
    border-radius: 5px;
}

.ipo-box {
    background: #ffffff;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    padding: 0px 0px;
}
.ipo-box ul{
  margin: 0px 0px 0px 0px;
  padding: 15px 10px;
}
.ipo-box > .row:first-of-type ul {
    margin-bottom:0px;
    border-bottom: solid #ddd 1px ;
}
.ipo-label {
    font-size: 16px;
    color: #66707F;
    margin-bottom: 4px;
}

.ipo-value {
    font-size:22px;
     font-family: OpenSans-Semibold;
    color: #000;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .ipo-divider {
        border-left: 1px solid #DDDDDD;
    }
}
.gray-bdr{ border: #ddd solid 1px;}
.ct-chart {
  height: 350px;
}
.ct-series-a .ct-bar { stroke: #dde2f4; } /* FY 2025 */
.ct-series-b .ct-bar { stroke: #dde2f4; } /* FY 2024 */
.ct-series-c .ct-bar { stroke: #dde2f4; } /* FY 2023 */
.ct-bar {
  stroke: #e3e8f8;
  stroke-width: 50px;
  stroke-linecap: butt;
}

.ct-label.ct-horizontal {
  font-size: 13px;
  color: #000;
}

/* Value label on top */
.ct-series-a .ct-bar {
  position: relative;
}

.ct-bar-label {
  font-size: 12px;
  fill: #000;
   font-family: OpenSans-Semibold;
}
.chatheight {
  height: 300px;
}
.thbg th{  font-family: OpenSans-Semibold; background-color: #f7f7f7;}
.thbg.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #ddd;
}

 .custom-table-wrapper {
    overflow-x: auto;
  }

  .custom-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 14px;
  }

  .custom-table thead {
    background-color: #f8f9fa;
  }

  .custom-table th,
  .custom-table td {
    padding: 12px 14px;
    border: 1px solid #dee2e6;
    text-align: center;
    vertical-align: middle;
  }

  .custom-table th {
    font-weight: 600;
    color: #212529;
  }

  .custom-table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
  }

  /* Hover effect like Bootstrap */
  .custom-table tbody tr:hover {
    background-color: #e9ecef;
  }

  /* Category (left column) background */
  .custom-table td:first-child,
  .custom-table th:first-child {
    background-color: #f1f3f5;
    font-weight: 600;
    text-align: left;
  }

  .custom-list-ipo ul {
    list-style: none;
    padding-left: 0;
}

.custom-list-ipo ul li {
    background: url("../../images/icon/ipo-right-arrow.png") no-repeat left 5px;
    background-size: 16px 16px;
    padding-left: 25px;
    margin-bottom: 8px;
    padding-top: 0px;
}

.custom-list-like ul {
    list-style: none;
    padding-left: 0;
}

.custom-list-like ul li {
    background: url("../../images/icon/like.png") no-repeat left top;
    background-size: 16px 16px;
    padding-left: 25px;
    margin-bottom: 8px;
    padding-top: 0px;
}

.custom-list-dislike ul {
    list-style: none;
    padding-left: 0;
}

.custom-list-dislike ul li {
    background: url("../../images/icon/dislike.png") no-repeat left 6px;
    background-size: 16px 16px;
    padding-left: 25px;
    margin-bottom: 8px;
    padding-top: 0px;
}

.custom-scroll {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;

    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #D7206A #D9D9D9;
}

/* Chrome, Edge, Safari */
.custom-scroll::-webkit-scrollbar {
    width: 6px;
}

.custom-scroll::-webkit-scrollbar-track {
    background: #D9D9D9;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #D7206A;
    border-radius: 10px;
}
 /* Accordion button default collapsed */
  .custom-accordion.accordion .accordion-button {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ddd;
    /* stable bottom border */
    background-color: #fff;
    box-shadow: none;
    outline: none;
    transition: none;
    padding: 25px 15px 25px 0px;
    /* ✅ remove transition for border flicker */
  }

  /* Active / open state: remove bottom border */
  .custom-accordion.accordion .accordion-button:not(.collapsed) {
    border-bottom: 0;
    background-color: #fff;
    color: #000;
  }

  /* Focus / click highlight remove */
  .custom-accordion.accordion .accordion-button:focus,
  .custom-accordion.accordion .accordion-button:active {
    border-bottom-color: #ddd;
    /* stable color */
    box-shadow: none;
    outline: none;
  }

  /* Accordion body & collapse wrapper: no border */
  .custom-accordion.accordion .accordion-body,
  .custom-accordion.accordion .accordion-collapse {
    border: 0;
  }

  /* Arrow black + bigger + rotate intact */
  .custom-accordion.accordion .accordion-button::after {
    filter: brightness(0);
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem 1.5rem;
    transition: transform 0.2s ease-in-out;
    /* arrow rotate smooth */
  }

  .sub-row {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.sub-row.last {
  border-bottom: none;
}

.owl-carousel .owl-item img.ipo-company-logo {
    max-width: 100px;
    max-height: 80px;
    object-fit: contain;
}

.hover-card {
  /* border: 1px solid #e5e5e5; */
  transition: all 0.35s ease;
    margin-bottom: 15px;
}

.hover-card:hover {
  border-color: #D7206A;
  transform: translateY(-15px);
  box-shadow: 0 1px 2px rgba(215, 32, 106, 0.25);
}

.ck-content table,
.ck-content th,
.ck-content td {
  border: 1px solid #ddd;
}
.ck-content th,
.ck-content td {
  padding: 10px;
}
.ck-content li{ margin-bottom:8px;}
.ck-content p,
.ck-content li,
.ck-content table td,
.ck-content table th {
    font-size: 16px;
    font-family: OpenSans-Regular;
    color:#404347;
}
.ck-content h2{ font-family: OpenSans-Semibold;  font-size: 24px;}
.ck-content h3{ font-family: OpenSans-Semibold;  font-size: 20px;}
.ck-content h4{ font-family: OpenSans-Semibold;  font-size: 18px;}
.ck-content p {
    margin: 0 0 10px 0;  }
   @media (max-width: 768px) {
    .ck-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
  .icon-safety {
    width: 26px;      /* yaha size change karo */
    height: 26px;     /* equal rakho for proper ratio */
    object-fit: contain;
}
.investkraft-brand-btn {
    background: linear-gradient(135deg, #1e3cff, #ff2d95, #ff6a3d);
    background-size: 200% 200%;
    border: none;
    color: #fff;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 60px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    letter-spacing: 0.5px;
}
.investkraft-brand-btn i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}
.investkraft-brand-btn:hover {
    background-position: right center;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.35);
}
.investkraft-brand-btn:hover i {
    transform: translateX(6px);
}

.investkraft-brand-btn:active {
    transform: scale(0.97);
}
 .hovereffect a {
    transition: transform 0.3s ease;
}

.hovereffect a:hover {
    transform: translateY(-5px);
}
.navbar .navbar-nav .nav-link.active-btn{
    background-color: #d7206a;
    color: #fff;
    border-radius: 50px;
    padding: 12px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    height: 48px;
    line-height: 1;
    margin-top:15px;
}



.navbar .navbar-nav .nav-link.active-btn:hover{
    background-color: #b81858;
    color: #fff;
}



.custom_faq_section .bs_faq_box {
    padding: 2rem 2.2rem;
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 10px;
    margin-top: 3rem;
}

.custom_faq_section .accordion-button {
    padding: 1.5rem 0;
    border: none;
}

.custom_faq_section .accordion-item {
    border-bottom: dashed 1px #000;
    border-top: none;
    border-left: none;
    border-right: none;
}

.custom_faq_section .accordion-item .accordion-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.custom_faq_section .accordion-button:not(.collapsed) {
    color: #000;
    background: #fff;
    font-weight: 600;
}

.custom_faq_section .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}
.custom_faq_section .accordion-collapse{ border: none;}
  /* SECTION */

.support-section{
    background: #fff;
    padding: 80px 0;
}

/* ICON */

.support-icon{
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    background: rgba(215,32,106,.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-icon i{
    font-size: 30px;
    color: #d7206a;
}

/* SUBTITLE */

.support-subtitle{
    max-width: 700px;
    margin: auto;
    color: #6c757d;
    font-size: 18px;
    line-height: 1.8;
}

/* CARD */

.support-card{
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 10px 25px rgba(0,0,0,.04);
    transition: .3s;
}

.support-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

/* CARD ICON */

.support-card-icon{
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin: auto auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-card-icon i{
    font-size: 34px;
}

/* ICON COLORS */

.email-bg,
.call-bg{
    background: rgba(215,32,106,.08);
}

.email-bg i,
.call-bg i{
    color: #d7206a;
}

.whatsapp-bg{
    background: rgba(37,211,102,.08);
}

.whatsapp-bg i{
    color: #25d366;
}

/* TITLE */

.support-title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* TEXT */

.support-text{
    color: #6c757d;
    margin-bottom: 25px;
    font-size: 18px;
}

/* BUTTON */

.support-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
    border: 2px solid transparent;
}

/* EMAIL BUTTON */

.email-btn,
.call-btn{
    border-color: rgba(215,32,106,.25);
    color: #d7206a;
}

.email-btn:hover,
.call-btn:hover{
    background: #d7206a;
    color: #fff;
}

/* WHATSAPP BUTTON */

.whatsapp-btn{
    border-color: rgba(37,211,102,.25);
    color: #25d366;
}

.whatsapp-btn:hover{
    background: #25d366;
    color: #fff;
}

/* BOTTOM TEXT */

.support-bottom-text{
    color: #8b8b8b;
    font-size: 16px;
}

/* RESPONSIVE */

@media(max-width:991px){

    .support-section{
        padding: 60px 0;
    }

}

@media(max-width:767px){

    .support-title{
        font-size: 24px;
    }

    .support-subtitle{
        font-size: 16px;
    }

    .support-card{
        padding: 30px 20px;
    }

}

.company-logo{
    height:120px;
    width:100%;
    object-fit:contain;
}

  .recent-blog-card {
      padding: 0 16px 0 0;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
      transition: all .3s ease;
      height: 100%;
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
    }


    .recent-blog-img {
      width: 100%;
      aspect-ratio: 16/9;
      object-fit: cover;
    }

    .cartegory-carousel-loan .owl-item,
    .cartegory-carousel-fd .owl-item {
      padding-top: 0px;
      padding-bottom: 30px;
    }

    .recent-blog-card:hover {
      box-shadow: 0 1rem 2rem rgba(0, 0, 0, .12);
    }


    .recent-blog-card h4 {
      margin: 0;
      line-height: 1.3;
    }

    .recent-blog-card h4 a {
      color: #212529;
      text-decoration: none;
      font-weight: 600;
    }

    .recent-blog-card h4 a:hover {
      color: #d7206a;
    }

    .date {
      font-size: 14px;
      color: #6c757d;
    }

    @media (max-width:991px) {

      .recent-blog-img {
        height: 200px;
      }

    }

    @media (max-width:767px) {

      .recent-blog-card {
        padding: 12px;
        border-radius: 12px;
      }

      .recent-blog-img {
        height: 180px;
      }

    }



    .line-with-dotcircle {
      display: flex;
      align-items: center;
      width: 100%;
    }

    .line-with-dotcircle h3 {
      margin: 0;
      padding-right: 15px;
    }

    .line-with-dotcircle .line {
      flex: 1;
      height: 1px;
      background: #d7206a;
      position: relative;
    }

    .line-with-dotcircle .line::after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 8px;
      height: 8px;
      background: #d7206a;
      border-radius: 50%;
    }

    /* button css start here  */
    .loan-carousel-wrapper {
      position: relative;
    }

    .nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 9;
      border: 0;
      background: #fff;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .owl-prev-loan,
    .owl-prev-fd {
      left: -30px;
    }

    .owl-next-loan,
    .owl-next-fd {
      right: -30px;
    }

    .roatate-prev {
      transform: translateY(-50%) rotate(180deg);
    }

    /* button css end here */
    .onhover-line {
font-size: 16px;
border: none;
border-bottom: 3px solid transparent;
 transition: all 0.3s;
padding-bottom: 5px;
background-color: transparent;
 color: #212529;
}
 .onhover-line:hover { border-bottom: 3px solid #d7206a;
 color: #d7206a;
  }