.investmentCalc .invesmentHead .calculate .leftInvesSec h2::after {
  bottom: 40px;
}
@media (max-width: 767px) {
  .investmentCalc .invesmentHead .calculate .leftInvesSec h2::after {
    bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .investmentCalc .invesmentHead .calculate .leftInvesSec h2::after {
    bottom: 15px;
    left: 42%;
  }
}

.investmentCalc .invesmentHead .calculate .rightInvesSec {
  padding: 60px;
}
@media (max-width: 767px) {
  .investmentCalc .invesmentHead .calculate .rightInvesSec {
    padding: 24px 16px;
    margin: 0;
    margin-top: 24px;
    width: 100%;
  }
}
.investmentCalc .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;
}
.investmentCalc .invesmentHead .calculate .rightInvesSec .dropdownSelect .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
  font-weight: 500;
  color: #1e1b1b;
}
.investmentCalc .invesmentHead .calculate .rightInvesSec .dropdownSelect .form-group.focused .floating-label {
  font-size: 14px;
}
.investmentCalc .invesmentHead .calculate .rightInvesSec .dropdownSelect .select2Part.focused .select2-container--default .select2-selection--single .select2-selection__rendered {
  /* padding-top: 15px; */
}

.investmentTab .invesmentForm {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 24px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .investmentTab .invesmentForm {
    grid-template-columns: repeat(1, 1fr);
  }
}
.investmentTab .invesmentForm .calenderBtn {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .investmentTab .invesmentForm .calenderBtn {
    width: 100%;
  }
}
.investmentTab .invesmentForm .calenderBtn::after {
  content: "";
  background-image: url("../../assets/images/Secondary.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 18px;
  z-index: inherit;
}
.investmentTab .invesmentForm .calenderBtn label {
  /* color: #666; */
  /* top: -12px; */
  left: 21px;
  font-size: 13px;
  position: absolute;
}
.investmentTab .invesmentForm .calenderBtn input {
  padding: 22px 14px 17px 28px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid var(--grey, #666);
  border-radius: 8px;
  color: #000;
  outline: none;
  width: 100%;
}
.investmentTab .invesmentForm .calenderBtn input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.investmentTab .invesmentForm .calenderBtn input::placeholder {
  color: #000;
  opacity: 1;
}
@media (max-width: 767px) {
  .investmentTab .invesmentForm .calenderBtn input {
    width: 100%;
  }
}

.ui-datepicker td span,
.ui-datepicker td a {
  font-size: 12px;
  padding: 0;
  text-align: center;
}

.p-60 {
  margin-top: 60px;
}

.floating-label {
  margin-bottom: 0;
}

.faqWrapper {
  padding: 80px 0px;
}
@media (max-width: 767px) {
  .faqWrapper {
    padding: 60px 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: 500;
}
.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;
  }
}

.sip-calculator-works {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .sip-calculator-works {
    padding: 20px 0;
  }
}

.sip-calculator-sec {
  display: flex;
  justify-content: space-between;
  gap: 56px;
}
@media (max-width: 992px) {
  .sip-calculator-sec {
    flex-direction: column;
  }
}
.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: 2rem;
  color: #000946;
}
@media (max-width: 767px) {
  .sip-calculator-sec p {
    font-size: 12px;
    line-height: 20px;
  }
}
.sip-calculator-sec img {
  align-self: center;
}

.sip-calculator-sec-two {
  padding-top: 100px;
}
.sip-calculator-sec-two strong{
  font-size: 14px;
}
@media (max-width: 767px) {
  .sip-calculator-sec-two {
    padding: 40px 0px;
  }
}
.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-container {
  min-height: 387px;
  padding: 24px 24px 32px;
}

.related-calculator {
  padding: 0 25px 15px 15px;
}
@media (max-width: 767.98px) {
  .related-calculator {
    padding: 0 15px 30px;
  }
  .invest-container{
    gap: 8px;
  }
}

.related-calc {
  display: flex;
  gap: 24px;
  place-items: center;
  padding: 0 100px;
}
@media (max-width: 767.98px) {
  .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;
  min-width: 300px;
}
@media (max-width: 767.98px) {
  .related-calc-sec {
    min-width: unset;
  }
}
.related-calc-sec h5 {
  font-size: 20px;
  line-height: 28px;
  color: #1e1b1b;
  margin: 16px 0;
}
.related-calc-sec p {
  font-size: 14px;
  line-height: 22px;
  min-height: 132px;
}

.box-shadow {
  padding: 15px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
@media (max-width: 767px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -10px;
  }
}

.table-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #1e1b1b;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .table-title {
    font-size: 18px;
  }
}

.transfer-plan {
  background-color: #fbf8f0;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .transfer-plan {
    padding: 40px 16px;
  }
}

.clculator-table {
  width: 100%;
}
.clculator-table thead tr th {
  background-color: #03106a;
  border-right: 1px solid #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #1e1b1b;
  padding: 8px 12px;
  text-align: center;
  height: 76px;
}
.clculator-table thead tr th:first-child {
  border-radius: 16px 0 0 0;
}
.clculator-table thead tr th:last-child {
  border: none;
  border-radius: 0 16px 0 0;
}
.clculator-table tbody tr {
  background-color: #fff;
}
.clculator-table tbody tr:nth-child(even) {
  background-color: #fbf8f0;
}
.clculator-table tbody tr td {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #1e1b1b;
  text-align: center;
  white-space: nowrap;
  padding: 16px 32px;
}

.pt-60 {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .pt-60 {
    padding: 40px 16px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .pt-100 {
    padding: 40px 16px;
  }
}

@media (max-width: 1200px) {
  .scroll-table {
    overflow-x: scroll;
  }
}

.rupee .floating-input {
  font-weight: 500;
}

.floating-input {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  padding: 22px 14px 17px 42px;
}

.dropdownSelect {
  margin-bottom: 0;
}

.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: 64px;
}

.dropdownSelect .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
  font-weight: 500;
  color: #1e1b1b;
}

.dropdownSelect .form-group.focused .floating-label {
  font-size: 14px;
}

.dropdownSelect .select2Part.focused .select2-container--default .select2-selection--single .select2-selection__rendered {
  /* padding-top: 10px; */
  height: 64px;
  color: #1e1b1b;
}

.dropdownSelect .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 64px;
}

.invesmentHead {
  padding: 40px 0;
}
.invesmentHead .grid_parent {
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  display: grid;
  gap: 3rem;
}
.invesmentHead .grid_parent .leftInvesSec img {
  display: none;
}
.invesmentHead .grid_parent .leftInvesSec p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
}
.invesmentHead .grid_parent .rightInvesSec {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  height: fit-content; /* N 01-09-2023 Changes*/
}

.invesmentHead .grid_parent .animate-btn {
  width: 100%;
  max-width: 21rem;
  margin: 3rem auto 0;
}

.divider_line {
  width: calc(100% - 0.1rem);
  height: 1px;
  background: #f2f2f2;
  margin: 40px 0;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .invesmentHead {
    padding: 100px 0;
  }
  .invesmentHead .grid_parent {
    grid-template-columns: 1fr 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 p {
    color: #666;
    font-size: 1.8rem;
    line-height: 2.6rem;
    /* margin-block-end: 14.7rem; */
    margin-bottom: 2rem;
    text-align: left;
  }
  .invesmentHead .grid_parent .leftInvesSec img {
    display: block;
  }
  .invesmentHead .grid_parent .rightInvesSec {
    padding: 64px 60px;
    background: #fff;
    border-radius: 16px;
  }
  .invesmentHead .grid_parent .rightInvesSec .animate-btn {
    width: 100%;
  }
}
@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;
  }
}
.select2-dropdown .select2-results__options{
  flex-direction: inherit;
  max-height: 200px;
  overflow-y: auto;
}
.floating-label label.error {
  color: #d61818;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  padding-left: 10px;
  position: absolute;
  bottom: -20px;
  background: none;
  top: unset;

}
.dropdownSelect .select2Part.focused .floating-label.dropdown_label_fixed{
  position: absolute;
}
.dropdownSelect .form-group{
  position: relative;
}
.dropdownSelect .form-group.focused .floating-label.dropdown_label_fixed{

  position: absolute;
}

#stp_end_date-error,#stp_start_date-error,#initial_investment_date-error{
  bottom: -20px;
}

.investmentCalc .invesmentHead .grid_parent .tab-toggler ul{
  display: block;
}

#errormsg{
  color: #d61818;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  padding-left: 10px;
  position: absolute;
  bottom: -19px;
  background: none;
  top: unset;
}

#error_tranAmt{
  color: #d61818;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  padding-left: 10px;
  position: absolute;
  bottom: -19px;
  background: none;
  top: unset;
  position: relative;
  bottom: unset;
}

#error_iniAmt{
  color: #d61818;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  padding-left: 10px;
  position: absolute;
  bottom: -19px;
  background: none;
  top: unset;
}

.no_records_fund{
  text-align: center;
}

/* N 01-09-2023 Changes */
.tab-nav.tab-toggler.investmentTab{
  padding: 0;
}
.investmentCalc .invesmentHead .grid_parent .rightInvesSec .invesmentForm .floating-label{
  margin-bottom: 0;
  background-color: #fff;
}

.calenderBtn input:focus,
.floating-input.error:focus{
  border: 1px solid #9ab5ff;
}
.floating-input.error{
  border: 1px solid #666666;
}
.dropdownSelect .select2Part.focused .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: normal;

  height: fit-content;
}
.dropdownSelect .select2-container--default .select2-selection--single{
  line-height: normal;
  height: fit-content;
}
.sip-calculator-sec p:last-child,
.sip-calculator-sec-two p:nth-child(4),
.sip-calculator-sec-two p:last-child{
  margin-bottom: 0;
}
.section-title.invest-title{
  padding-top: 8rem;
}
.why-invest{
  margin-bottom: 10rem;
}
.related-calc-sec button.animate-btn{
  width: fit-content;
  padding: 12px 23px;
}
.rupee .floating-input,
.floating-input,
.investmentTab .invesmentForm .calenderBtn input{
  height: fit-content;
  max-height: fit-content;
  padding-top: 16px;
  padding-bottom: 16px;
}
.calenderBtn input{
  padding: 16px 14px 16px 28px;
}
.investmentTab .invesmentForm .calenderBtn label.error{
  font-size: 11px;
}
.why-invest .res-wid .invest-container p{
  /* min-height: 56px; */
}
#STPinvest .invesmentForm{
  gap: 50px 24px;
}
.common-select2-pointer  .dropdownSelect .select2-container--default .select2-selection--single,.common-select2-pointer .dropdownSelect .select2-container--focus.select2-container--default .select2-selection--single{
  display: grid;
    grid-template-columns: auto 20px;
    column-gap: 10px;
    padding-right: 24px;
}

.common-select2-pointer .dropdownSelect .select2Part.focused .select2-container--default .select2-selection--single .select2-selection__rendered{
  overflow: hidden;
  padding-right: 0;
  white-space: nowrap;
}
.common-select2-pointer  .dropdownSelect .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: auto;
  position: relative;
  right: 0;
}.related-calc-sec p{
  min-height: 66px;
}
.related_calc_sec .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 0;
}
.box-shadow{
  padding: 15px;
}
.investmentCalc .invesmentHead .grid_parent .rightInvesSec .invesmentForm .floating-label::before{
  top: 16px;
}
.investmentCalc .grid_parent #STPinvest .dropdownSelect .select2Part.focused .select2-container--default .select2-selection--single .select2-selection__rendered{
  height: 56px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.investmentCalc .grid_parent #STPinvest .rupee .floating-input, .floating-input{
  height: 56px;
}
@media (max-width:767px) {
  .invesmentHead .grid_parent .rightInvesSec{
    padding: 16px 24px;
  }
  #STPinvest .invesmentForm{
    gap: 35px 24px;
  }
  .invesmentHead .grid_parent .animate-btn{
    margin: 0rem auto 0;
  }
  .divider_line{
    margin: 0px 0px 20px 0px;
  }
}
@media (max-width: 767px) {
  .section-title.invest-title{
    padding-top: 24px;
  }
  .why-invest{
    margin-bottom: 4rem;
  }
}
.investmentCalc .invesmentHead .grid_parent .rightInvesSec .invesmentForm .floating-label:last-child{
  margin-bottom: 0px;
}
@media (max-width:768px) {
  .investmentCalc .invesmentHead .grid_parent .rightInvesSec .invesmentForm .floating-label:last-child{
    margin-bottom: 30px;
  }
}