.year-wise-invest-sec {
  background-color: #fbf8f0;
}
.year-wise-invest-sec .year-wise-invest table {
  width: 100%;
}
.year-wise-invest-sec .year-wise-invest table tr th {
  text-align: center;
  background-color: #03106a;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  height: 75px;
  border-right: 1px solid #fff;
  color: #1e1b1b;
}
.year-wise-invest-sec .year-wise-invest table tr th:first-child {
  border-radius: 16px 0 0 0;
}
.year-wise-invest-sec .year-wise-invest table tr th:last-child {
  border-radius: 0 16px 0 0;
  border: none;
}
@media (max-width: 767px) {
  .year-wise-invest-sec .year-wise-invest table tr th {
    white-space: nowrap;
  }
}
.year-wise-invest-sec .year-wise-invest table tr td {
  text-align: center;
  padding: 16px 32px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #1e1b1b;
}
.year-wise-invest-sec .year-wise-invest table tr td:first-child {
  -moz-text-align-last: left;
       text-align-last: left;
  font-weight: 400;
}
@media (max-width: 767px) {
  .year-wise-invest-sec .year-wise-invest table tr td {
    white-space: nowrap;
  }
}
.year-wise-invest-sec .year-wise-invest table tr:nth-child(even) {
  background-color: #fbf8f0;
}
.year-wise-invest-sec .year-wise-invest table tr:nth-child(odd) {
  background-color: white;
}
@media (max-width: 767px) {
  .year-wise-invest-sec .year-wise-invest {
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .year-wise-invest-sec .year-wise-invest::-webkit-scrollbar {
    display: none;
  }
}
.year-wise-invest-sec p {
  font-size: 10px;
  line-height: 16px;
  margin-top: 24px;
  color: #1e1b1b;
}
@media (max-width: 767px) {
  .year-wise-invest-sec p {
    margin-top: 32px;
  }
}
.year-wise-invest-sec .disclaimer {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .year-wise-invest-sec .disclaimer {
    padding-bottom: 32px;
  }
}

.invest-container {
  /* min-height: 400px; */
}
@media (max-width: 767px) {
  .invest-container {
    min-height: 330px;
  }
}

@media (max-width: 767px) {
  .why-invest {
    padding: 20px 0;
    margin-bottom: unset;
  }
}
.why-invest .res-wid {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .why-invest .res-wid {
    min-height: 32px;
  }
}

.why-invest-sec {
  margin: 100px 0;
}
@media (max-width: 767px) {
  .why-invest-sec {
    margin: 40px 0;
  }
}

.animate-btn {
  width: 100%;
  margin: auto;
}

.sip-calculator-sec {
  display: flex;
  justify-content: space-between;
  gap: 56px;
  align-items: center;
}
.sip-calculator-sec h4 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 24px;
  color: #1e1b1b;
}
@media (max-width: 767px) {
  .sip-calculator-sec h4 {
    font-size: 16px;
  }
}
.sip-calculator-sec p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4rem;
  color: #000946;
}
@media (max-width: 767px) {
  .sip-calculator-sec p {
    font-size: 12px;
    line-height: 20px;
  }
}
.sip-calculator-sec p strong {
  color: #000946;
}
@media (max-width: 992px) {
  .sip-calculator-sec img {
    display: none;
  }
}

.sip-calculator-sec-two h4 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 24px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .sip-calculator-sec-two h4 {
    margin-top: 40px;
    font-size: 16px;
  }
}
.sip-calculator-sec-two p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 2rem;
  color: #000946;
}
@media (max-width: 767px) {
  .sip-calculator-sec-two p {
    font-size: 12px;
    line-height: 20px;
  }
}

.invest-in-sip-sec {
  background-color: #fbf8f0;
  padding: 80px 0;
  margin: 100px 0 0;
}
@media (max-width: 1200px) {
  .invest-in-sip-sec {
    padding: 32px 0px;
    margin: 40px 0 0;
  }
}
.invest-in-sip-sec .invest-in-sip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 168px;
}
@media (max-width: 767px) {
  .invest-in-sip-sec .invest-in-sip .character {
    display: none;
  }
}
@media (max-width: 767px) {
  .invest-in-sip-sec .invest-in-sip {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 8px 24px 0px rgba(50, 50, 50, 0.1);
    padding: 32px 24px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .invest-in-sip-sec .invest-in-sip {
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
    gap: 50px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .invest-in-sip-sec .invest-in-sip {
    gap: 50px;
  }
}

.how-to-invest h3 {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  color: #1e1b1b;
}
@media (max-width: 767px) {
  .how-to-invest h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.how-to-invest .how-to-invest-wrap {
  display: flex;
  gap: 108px;
  margin: 40px 0;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .how-to-invest .how-to-invest-wrap {
    flex-direction: column;
    gap: 16px;
  }
}
.how-to-invest .how-to-invest-wrap::before {
  content: "";
  position: absolute;
  border: 1px dashed #1e1b1b;
  width: 75%;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  display: block;
  z-index: 0;
}
@media (max-width: 767px) {
  .how-to-invest .how-to-invest-wrap::before {
    height: 80%;
    left: 0%;
    margin-left: 1.5rem;
    width: unset;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .how-to-invest .how-to-invest-wrap::before {
    width: 80%;
  }
}
.how-to-invest .how-to-invest-wrap .invest-pills {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  align-self: start;
}
@media (max-width: 767px) {
  .how-to-invest .how-to-invest-wrap .invest-pills {
    flex-direction: row;
    gap: 16px;
  }
}
.how-to-invest .how-to-invest-wrap .invest-pills .num {
  background-color: #03106a;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  font-size: 12px;
  line-height: 20px;
  z-index: 1;
}
.how-to-invest .how-to-invest-wrap .invest-pills p {
  font-size: 14px;
  line-height: 24px;
  color: #1e1b1b;
  margin: 0px;
  font-weight: 600;
}

.faqWrapper {
  padding: 80px 0px;
}
@media (max-width: 767px) {
  .faqWrapper {
    padding: 40px 15px;
  }
}
.faqWrapper .accordion {
  cursor: pointer;
  padding: 17px 0;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  border-bottom: 1px solid #eeeeee;
}
.faqWrapper .accordion h4 {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  color: #1e1b1b;
}
@media (max-width: 767px) {
  .faqWrapper .accordion h4 {
    font-size: 12px;
  }
}
.faqWrapper .accordion img {
  transform: rotate(0deg);
  transition: all 0.6s;
  display: block;
}
.faqWrapper .accordion.active {
  border-bottom: none;
}
.faqWrapper .accordion.active h4 {
  font-weight: 600;
}
.faqWrapper .accordion.active img {
  transform: rotate(90deg);
}
.faqWrapper .panel {
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  display: none;
  margin-top: 0px;
  border-bottom: 1px solid #eeeeee;
  padding: 0 40px;
}
.faqWrapper .panel p {
  font-size: 14px;
  line-height: 22px;
  color: #1e1b1b;
}
@media (max-width: 767px) {
  .faqWrapper .panel p {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .invesmentHead .calculate .leftInvesSec {
    place-items: center;
  }
}

.invesmentHead {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .invesmentHead {
    padding: 48px 0 48px;
  }
}

.invesmentHead .calculate .leftInvesSec p {
  color: #666;
}
@media (max-width: 767px) {
  .invesmentHead .calculate .leftInvesSec img {
    display: none;
  }
}

.invesmentHead .calculate .leftInvesSec {
  padding: 0;
  margin-right: 40px;
  gap: 0;
}
@media (max-width: 767px) {
  .invesmentHead .calculate .leftInvesSec {
    margin-right: 0;
  }
}

.invesmentHead .calculate .leftInvesSec h2 {
  padding-bottom: 40px;
  white-space: pre-line;
  width: 100%;
}
@media (max-width: 767px) {
  .invesmentHead .calculate .leftInvesSec h2 {
    font-size: 24px;
    white-space: nowrap;
  }
}

.invesmentHead .calculate .leftInvesSec h2::after {
  /* bottom: 40px; */
}
@media (max-width: 767px) {
  .invesmentHead .calculate .leftInvesSec h2::after {
    bottom: 15px;
  }
}

.invesmentHead .calculate .rightInvesSec {
  padding: 60px;
}
@media (max-width: 767px) {
  .invesmentHead .calculate .rightInvesSec {
    padding: 24px 16px;
    margin: 0;
    margin-top: 24px;
    width: 100%;
  }
}
.invesmentHead .calculate .rightInvesSec .dropdownSelect .select2-container--default .select2-selection--single {
  border-radius: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #666666;
  height: 63px;
}
.invesmentHead .calculate .rightInvesSec .dropdownSelect .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
}
.invesmentHead .calculate .rightInvesSec .dropdownSelect .form-group.focused .floating-label {
  font-size: 14px;
}
.invesmentHead .calculate .rightInvesSec .dropdownSelect .select2Part.focused .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 15px;
}

.investmentTab .invesmentForm {
  margin-top: 0px;
}
.added_class_form{
  background-color: #f9fafb;
  
}
.added_class_form .floating-input{
  padding: 20px 69px 20px 22px;
  font-size:18px;
  line-height: normal;
}
/* .investmentTab .invesmentForm .floating-label {
  margin-bottom: 48px;
} */
/* .year-wise-invest{
  overflow-y: auto;
  max-height: 80vh;
} */
/* .year-wise-invest thead{
position: sticky;
top: 0;
} */
/* scroll bar custom css addded  */
/*
 *  STYLE 3
 */


  /*
 *  STYLE 7
 */

 .year-wise-invest::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 .6rem rgba(0,0,0,.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.year-wise-invest::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.year-wise-invest::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	/* background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(60, 60, 61))); */
                     background-color: #a5a5a5;
}

@media (min-width: 992px){
.invesmentHead .calculate .leftInvesSec .section-title {
  text-align: left;
}
}

.invesmentHead .grid_parent .leftInvesSec img {
  display: none;
}
.invesmentHead .grid_parent .leftInvesSec p {
color: #666;
font-size: 1.8rem;
line-height: 2.6rem;
margin-block-end: clamp(2.4rem, 2.813vw, 3.2rem);
text-align: left;
}
.invesmentHead .grid_parent .rightInvesSec {
padding: 24px;
background: #fff;
border-radius: 16px;
}
.invesmentHead .grid_parent .rightInvesSec .d-grid{
grid-template-columns: repeat(1,1fr);
position: relative;
}
.invesmentHead .grid_parent .rightInvesSec .chartDetails .chart-right-side-sec .summar h3{
margin:32px 0 24px;
}
.invesmentHead .grid_parent .rightInvesSec .chartDetails .summar h3{
text-align: center;
margin-bottom: 0rem;
}

@media (min-width: 992px) {
.invesmentHead .grid_parent .rightInvesSec {
  padding: 60px;
  background: #fff;
  border-radius: 16px;
}
.invesmentHead .grid_parent .leftInvesSec p {
  color: #666;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-block-end: clamp(5rem, 2.813vw, 14.7rem);
  text-align: left;
}
.invesmentHead {
  padding: 100px 0;
}
.invesmentHead .grid_parent {
  grid-template-columns: 0.6fr 2fr;
  display: grid;
  gap: 3.4rem;
}
.invesmentHead .grid_parent .leftInvesSec {
  padding: 0;
  gap: 0;
}
.invesmentHead .grid_parent .leftInvesSec .section-title {
  text-align: left;
}
.invesmentHead .grid_parent .leftInvesSec .section-title::after {
  left: 0;
  transform: unset;
}

.invesmentHead .grid_parent .leftInvesSec img {
  display: block;
}
.invesmentHead .grid_parent .rightInvesSec .d-grid{
  grid-template-columns: repeat(2,1fr);
  position: relative;
}
.invesmentHead .grid_parent .rightInvesSec .animate-btn {
  width: 100%;
}
/* .invesmentHead .grid_parent .rightInvesSec .summar{
  display: flex;
  justify-content: end;
}
.invesmentHead .grid_parent .rightInvesSec .summar h3{
 margin-bottom: 2.4rem;
} */
.invesmentHead .grid_parent .rightInvesSec .chartDetails .summar h3{
  text-align: center;
  /* margin-bottom: 4rem; */
}
.invesmentHead .grid_parent .invesmentForm{
  margin-top: 6rem;
}
}
@media(max-width:991.98px){
  .invesmentHead .grid_parent .rightInvesSec{
    padding:32px 24px 100px
  }
  .invesmentHead .grid_parent .rightInvesSec .animate-btn {
    width: 100%;
    position:absolute;
    margin: 0;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: -95px;
  }
  .invesmentHead .grid_parent .rightInvesSec .invesmentForm .notRupeeBottmNoContent .highlight{
    top: 25%;
  }
  .invesmentHead .grid_parent .rightInvesSec .invesmentForm .floating-label label.error {  bottom:-20px}
  .invesmentHead .grid_parent .rightInvesSec .invesmentForm  .floating-label{margin-bottom:35px}
}
@media (min-width: 992px) and (max-width: 767px) {
  .invesmentHead .grid_parent .rightInvesSec {
    padding: 24px 16px;
    margin: 0;
    margin-top: 24px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .invesmentHead .grid_parent .rightInvesSec .animate-btn {
    margin: 6rem 0 0;
  }
  .invesmentHead .divider_line {
    display: none;
  }
  .invesmentHead .grid_parent .leftInvesSec img {
    display: block;
}

}
.invesmentHead .grid_parent .rightInvesSec .chartDetails .chart-right-side-sec .summar h3
{
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.investmentCalc .invesmentForm .addtop{
  padding: 10px 0 0;
margin-top: 10px;
}

@media (min-width: 992px)
{
  .investmentCalc .invesmentHead .grid_parent .rightInvesSec .animate-btn {
  margin: 4rem auto 0;
}
.chartDetails .chart-right-side-sec .chart-wrapper .highcharts-container{

  max-height: 390px;
  min-height: 380px;
}
.invesmentHead .grid_parent .rightInvesSec .chartDetails .chart-right-side-sec .summar h3{
  margin: 0px 0 24px;
}
.investmentCalc .invesmentHead .grid_parent .rightInvesSec .chart-wrapper
{
  padding-top: 40px;
}
}
.related-calculator {
  padding: 0 25px 15px 15px;
}

.related-calc {
  display: flex;
  gap: 24px;
  place-items: center;
  padding: 0 100px;
}
@media (max-width: 767px) {
  .related-calc {
    padding: 0 16px;
  }
}

.related-calc-sec {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
  padding: 24px;
  width: 100%;
}
.related-calc-sec h5 {
  font-size: 20px;
  line-height: 28px;
  color: #1e1b1b;
}
.related-calc-sec p {
  font-size: 14px;
  line-height: 22px;
  min-height: 132px;
}
.related-calc-sec .animate-btn{
  margin: unset;
}
.orange-dots .swiper-pagination-bullet {
  background-color: #f2f2f2;
  opacity: 1;
}
.sip-calculator-works {
  /* padding: 100px 0; */
  margin: 100px 0;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: -10px;
}
.related-calc-sec p{
  min-height: 66px;
}
.related_calc_sec .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 0;
}
.box-shadow{
  padding: 15px;
}
@media (max-width: 1200px) {
  .invest-in-sip-sec {
    padding: 32px 0px;
    margin: 40px 0 0;
    margin-top: 0;
  }
}
.invest-in-sip-sec {
margin-top: 0;
}
@media (max-width: 768px) {
  .sip-calculator-works{
    margin: 40px 0;
  }
}