.light-btn {
  background-color: #FFFFFF;
  color: #1961AC;
  border-radius: 12px;
  padding: 10px 30px;
  font-family: "OpenSans-SemiBold";
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
  margin-right: 24px;
  display: inline-block;
  transition: all 0.2s;
}
.light-btn:hover {
  background-color: #f6f6f6;
}

.calculator-box .dropdown-heading {
  background: radial-gradient(50.79% 52.48% at 48.36% 50.79%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.72) 100%);
  border-radius: 12px;
  font-family: "OpenSans-Bold";
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  padding: 20px 51px 18px 18px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.calculator-box .dropdown-heading:before {
  content: "\e90e";
  font-family: "icomoon";
  font-size: 6px;
  line-height: 3px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  right: 18px;
  transition: all 0.2s;
}
.calculator-box .dropdown-heading.active:before {
  transform: translateX(-50%) rotate(-180deg);
}

.custom-dropdown {
  position: relative;
}
.custom-dropdown .dropdown-block {
  position: absolute;
  z-index: 2;
  top: 100%;
  margin-top: 10px;
  padding: 10px 0;
  left: 0;
  min-width: 165px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.custom-dropdown .dropdown-block a {
  display: block;
  padding: 7px 20px;
}
.custom-dropdown .dropdown-block a:hover, .custom-dropdown .dropdown-block a.active {
  background-color: #d8e024;
}
.custom-dropdown.name-dropdown-filter {
  width: 100%;
}
.custom-dropdown.name-dropdown-filter .dropdown-heading {
  padding: 0;
  padding-right: 24px;
  background: transparent;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  font-family: "OpenSans-Regular";
  border-radius: 0;
  overflow: unset;
}
.custom-dropdown.name-dropdown-filter .dropdown-heading:before {
  right: 0;
  top: auto;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 17px;
  font-size: 10px;
  line-height: 8px;
  border-radius: 2px;
  cursor: pointer;
  background-color: #FFFFFF;
  border: 0.4px solid #AFAFAF;
  color: #1961AC;
  transform: none;
}
.custom-dropdown.name-dropdown-filter .dropdown-heading.active:before {
  content: "\e90d";
}
.custom-dropdown.name-dropdown-filter .dropdown-block {
  margin-top: 11px;
  width: 100%;
}
.custom-dropdown.name-dropdown-filter .dropdown-block.top-margin-4 {
  margin-top: 4px;
}
.custom-dropdown.name-dropdown-filter .search-dropdown {
  padding: 10px;
}
.custom-dropdown.name-dropdown-filter .search-dropdown-inner {
  position: relative;
}
.custom-dropdown.name-dropdown-filter .search-dropdown-inner .form-control {
  border-radius: 6px;
  padding: 10px 10px;
}
.custom-dropdown.name-dropdown-filter .search-dropdown-inner .btnsearch {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.charts-blocks {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.charts-blocks .charts-blocks-left {
  width: 190px;
}
.charts-blocks .charts-blocks-right {
  width: calc(100% - 190px);
  padding-left: 25px;
}
.charts-blocks .chart-value-list li {
  text-align: left;
  padding-left: 16px;
  position: relative;
  margin-top: 25px;
}
.charts-blocks .chart-value-list li:first-child {
  margin-top: 0px;
}
.charts-blocks .chart-value-list .charts-circles {
  width: 10px;
  height: 10px;
  background: linear-gradient(134.06deg, #1268B3 0%, #108DFA 99.11%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
}
.charts-blocks .chart-value-list .charts-circles.charts-lime {
  background: linear-gradient(134.06deg, #D8E024 0%, #D8E024 48.01%, #D8E024 99.11%), linear-gradient(134.06deg, #1268B3 0%, #108DFA 99.11%);
}
.charts-blocks .chart-value-list .total-amt-text {
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 2px;
}
.charts-blocks .chart-value-list .total-amt {
  font-family: "OpenSans-Bold";
  font-size: 16px;
}

.calculator-loader {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 2;
  background: #fff;
}
.calculator-loader .loader {
  height: 100%;
}

.calculator-dropdown-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.calculator-dropdown-filter.zindex3 {
  z-index: 3;
}

.custom-tab-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
  overflow: auto;
  scrollbar-width: none;
}
.custom-tab-menu::-webkit-scrollbar {
  width: 0;
}
.custom-tab-menu .tab-btn {
  font-family: "OpenSans-SemiBold";
  font-size: 13px;
  line-height: 17px;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  color: rgba(25, 97, 172, 0.7);
  margin: 0 5px;
  text-align: left;
}
.custom-tab-menu .tab-btn.active {
  background-color: #1961AC;
  color: #FFFFFF;
}

.calculator-details {
  margin-bottom: 30px;
  position: relative;
}

.calculator-details-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

.calculator-heading {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  line-height: 19px;
  color: #333333;
}

.calculator-textbox {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(168, 157, 157, 0.3);
  width: 100%;
  max-width: 180px;
  padding-bottom: 10px;
}
.calculator-textbox.with-border {
  background: linear-gradient(132.36deg, #FFFFFF -2.92%, rgba(255, 255, 255, 0.93) 99.09%);
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.01), 5px 0px 10px rgba(0, 0, 0, 0.01), 0px -5px 10px rgba(0, 0, 0, 0.01), 0px 5px 10px rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(60, 122, 185, 0.3);
  border-radius: 8px;
  padding: 3px 0;
}
.calculator-textbox.with-border .textbox-inner .input-text {
  width: 35px;
  height: 100%;
  font-family: "OpenSans-Regular";
}
.calculator-textbox.with-border .textbox-inner .input-textbox-calulator {
  line-height: 25px;
}
.calculator-textbox.with-border .textbox-inner.prefix-text {
  padding-left: 35px;
}
.calculator-textbox.with-border .textbox-inner.prefix-text .input-text {
  border-radius: 8px 0 0 8px;
  border-right: 1px solid rgba(60, 122, 185, 0.5);
  left: 0;
  margin: 0;
}
.calculator-textbox.with-border .textbox-inner.suffix-text {
  padding-right: 35px;
}
.calculator-textbox.with-border .textbox-inner.suffix-text .input-text {
  border-radius: 0 8px 8px 0;
  border-left: 1px solid rgba(60, 122, 185, 0.5);
  right: 0;
  margin: 0;
}
.calculator-textbox.with-border .textbox-inner.suffix-text.with-calendar {
  padding-right: 0px;
}
.calculator-textbox.with-border .textbox-inner.suffix-text.with-calendar .input-text {
  pointer-events: none;
}
.calculator-textbox.with-border .textbox-inner.suffix-text.with-calendar .input-text span {
  line-height: 25px;
  color: #126FB3;
}
.calculator-textbox.with-border .textbox-inner.suffix-text.with-calendar .input-textbox-calulator {
  padding-right: 30px;
}
.calculator-textbox.with-border .textbox-inner.suffix-text.with-calendar .input-textbox-calulator::placeholder {
  font-size: 16px;
}
.calculator-textbox.mx-w120 {
  max-width: 120px;
}
.calculator-textbox .textbox-inner {
  text-align: center;
  position: relative;
}
.calculator-textbox .textbox-inner .input-text {
  font-family: "OpenSans-Bold";
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.calculator-textbox .textbox-inner.prefix-text {
  padding-left: 22px;
}
.calculator-textbox .textbox-inner.prefix-text .input-text {
  left: 10px;
  margin-top: -1px;
}
.calculator-textbox .textbox-inner.suffix-text {
  padding-right: 25px;
}
.calculator-textbox .textbox-inner.suffix-text .input-text {
  right: 10px;
}
.calculator-textbox .textbox-inner.year-month-input {
  padding-right: 55px;
}
.calculator-textbox .textbox-inner.year-month-input .input-text {
  right: 10px;
}

.input-textbox-calulator {
  border: 0;
  outline: 0;
  font-family: "OpenSans-Bold";
  font-size: 18px;
  line-height: 22px;
  width: calc(100% - 12px);
  background-color: transparent;
  color: #333333;
  text-align: center;
}

.btn-count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  border-radius: 2px;
  cursor: pointer;
  background-color: #FFFFFF;
  border: 0.4px solid #AFAFAF;
  color: #1961AC;
}
.btn-count i {
  font-weight: 600;
  font-size: 9px;
  line-height: 9px;
  padding-top: 1px;
  padding-left: 1px;
}

.custom-range-slider-wrap {
  margin-top: -15px;
}

.irs--round .irs-line {
  background-color: #BCBCBC;
  border-radius: 0;
  opacity: 0.4;
}
.irs--round .irs-bar {
  background-color: #D8E024;
  border-radius: 0;
}
.irs--round .irs-handle {
  background-color: #1961AC;
  border: 0;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  box-shadow: 0px 2px 20px 9px rgba(216, 224, 36, 0.2);
  top: 30px;
}
.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: #1961AC;
}
.irs--round .irs-min, .irs--round .irs-max, .irs--round .irs-single {
  display: none;
}

.custom-range-label {
  display: flex;
  justify-content: space-between;
  font-family: "OpenSans-Regular";
  font-size: 12px;
  line-height: 14px;
  color: #333333;
}

.calculator-content-wrap {
  display: flex;
}

.calculator-inputs-wrap {
  max-width: 410px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.calculator-graph-wrap {
  position: relative;
  max-width: calc(100% - 360px);
  width: 100%;
  margin-left: -50px;
}

.calculator-inputs-inner {
  background: radial-gradient(50.79% 52.48% at 48.36% 50.79%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.8) 100%);
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.01), 5px 0px 10px rgba(0, 0, 0, 0.01), 0px -5px 10px rgba(0, 0, 0, 0.01), 0px 5px 10px rgba(0, 0, 0, 0.01);
  border-radius: 30px;
  padding: 40px 40px 10px;
  height: 100%;
}

.year-month-tab {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.year-month-item {
  display: inline-flex;
}

.month-year-wrapper {
  position: relative;
}
.month-year-wrapper .calculator-details {
  margin-right: 4px;
}
.month-year-wrapper .calculator-details .calculator-details-top {
  width: calc(100% - 98px);
}
.month-year-wrapper .calculator-details .calculator-textbox {
  width: 78px;
}
.month-year-wrapper .calculator-details .calculator-textbox .textbox-inner.year-month-input {
  padding: 0;
}

.month-year-tab-wrap {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  background: linear-gradient(134.06deg, #F1F9FF 0%, #F5FBFF 99.11%);
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.01), 5px 0px 10px rgba(0, 0, 0, 0.01), 0px -5px 10px rgba(0, 0, 0, 0.01), 0px 5px 10px rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(60, 122, 185, 0.3);
  border-radius: 8px;
  z-index: 2;
}

.month-year-tab-box {
  display: flex;
}
.month-year-tab-box .year-month-item {
  display: inline-flex;
}

.year-month-btn-squared {
  border-radius: 6px;
  min-width: 48px;
  padding: 4px 11px;
  font-family: "OpenSans-SemiBold";
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #828282;
}
.year-month-btn-squared.active {
  background: #126FB3;
  color: #FFFFFF;
}

.year-month-tabBtn {
  background-color: #FFFFFF;
  border: 0.6px solid #CED7DC;
  border-radius: 54px;
  font-family: "OpenSans-SemiBold";
  font-size: 12px;
  line-height: 16px;
  color: #1268B3;
  padding: 1px 18px;
  margin-left: -14px;
  display: inline-block;
  text-align: center;
}
.year-month-tabBtn.active {
  background-color: #1268B3;
  border-color: #1268B3;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  padding: 1px 13px;
}

.loans-calculation-box {
  position: relative;
  max-width: 985px;
  margin: 30px auto 0;
}
.loans-calculation-box .loans-dropdown {
  position: absolute;
  top: 0px;
  z-index: 2;
}
.loans-calculation-box .dropdown-heading {
  width: 160px;
  /* white-space: nowrap; */
  overflow: hidden;
  /* text-overflow: ellipsis; */
  padding-right: 35px;
}
.loans-calculation-box .custom-tab-menu {
  justify-content: flex-start;
  margin-left: 200px;
  align-items: center;
  min-height: 55px;
}

.calculator-graph-inner {
  background: radial-gradient(50.79% 52.48% at 48.36% 50.79%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.72) 100%);
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.01), 5px 0px 10px rgba(0, 0, 0, 0.01), 0px -5px 10px rgba(0, 0, 0, 0.01), 0px 5px 10px rgba(0, 0, 0, 0.01);
  border-radius: 30px;
  padding: 30px 40px 30px 82px;
  text-align: center;
  height: 100%;
}
.calculator-graph-inner img {
  margin: 0 auto;
}

.calculate-price {
  background: linear-gradient(94.99deg, rgba(75, 184, 130, 0.85) -7.43%, rgba(82, 169, 126, 0.909844) 37.99%, #65B68E 102.12%);
  border-radius: 20px;
  max-width: 269px;
  margin: 0 auto 30px;
  padding: 14px;
}
.calculate-price p {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 6px;
}
.calculate-price h4,.calculate-price .customCssEmi {
  font-family: "OpenSans-Bold";
  font-size: 30px;
  line-height: 41px;
  text-align: center;
  color: #FFFFFF;
}

.calculate-btn-wrap {
  margin-top: 40px;
}
.calculate-btn-wrap.desktop-no-margin {
  margin-top: 0;
}
.calculate-btn-wrap .calculate-btn {
  padding: 16px 35px;
  font-size: 16px;
  line-height: 19px;
  margin: 0 10px;
}
.calculate-btn-wrap .calculate-btn.check-eligibility-btn {
  display: none;
  background: linear-gradient(134deg, rgba(255, 255, 255, 0.71) 0%, rgba(255, 255, 255, 0.95) 100%);
  border-radius: 10px;
  outline: none;
  font-family: "OpenSans-Bold";
}

.graph-chart-box {
  pointer-events: none;
  height: 250px;
}

.graph-chart-box2 {
  pointer-events: none;
  width: 173px !important;
  height: 167px !important;
}
.graph-chart-box2 .highcharts-container {
  width: 100% !important;
  height: 167px !important;
}

.dataLabel-head {
  font-family: "OpenSans-Regular";
  font-size: 12px;
  line-height: 16px;
  fill: #333333;
  margin-bottom: 5px;
}

.page-calculator-wrap .calculator-graph-wrap {
  margin-top: 0;
  max-width: calc(100% - 360px);
  margin-left: -50px;
}
.page-calculator-wrap .calculator-inputs-inner {
  height: 100%;
}
.page-calculator-wrap .calculator-inputs-wrap {
  max-width: 410px;
}
.page-calculator-wrap .calculator-graph-inner {
  padding-top: 40px;
  padding-left: 82px;
  height: 100%;
}
.page-calculator-wrap .calculator-heading {
  font-size: 14px;
  line-height: 19px;
}
.page-calculator-wrap .year-month-tabBtn {
  font-size: 12px;
  line-height: 16px;
}

.monthly-emi-price {
  background: linear-gradient(94.99deg, rgba(75, 184, 130, 0.85) -7.43%, rgba(82, 169, 126, 0.909844) 37.99%, #65B68E 102.12%);
  border-radius: 20px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 32px 68px;
  margin-bottom: 20px;
}

.monthly-emi-price p {
  font-family: "OpenSans-SemiBold";
  font-size: 16px;
  line-height: 19px;
  margin-right: 20px;
}

.monthly-emi-price h4 {
  font-family: "OpenSans-Bold";
  font-size: 20px;
  line-height: 23px;
}

.emi-calculator-box.top-loan-space {
  padding-top: 80px;
}

.monthly-emi-row {
  display: flex;
  background: linear-gradient(94.99deg, rgba(75, 184, 130, 0.85) -7.43%, rgba(82, 169, 126, 0.909844) 37.99%, #65B68E 102.12%);
  border-radius: 20px;
  color: #fff;
  padding: 30px 20px;
  max-width: 430px;
  width: 100%;
  margin: 0 auto 20px;
}
.monthly-emi-row.flex-wrap {
  flex-wrap: wrap;
}
.monthly-emi-row.column-view {
  flex-direction: column;
  align-items: center;
}
.monthly-emi-row.column-view .monthly-emi-col {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.monthly-emi-row.column-view .monthly-emi-col:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.monthly-emi-row.column-view .monthly-emi-col:nth-last-child(1) {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.monthly-emi-row.column-view .monthly-emi-col:nth-last-child(1):after {
  display: none;
}
.monthly-emi-row:nth-last-child(1) {
  margin-bottom: 0;
}
.monthly-emi-row.balanceTransfer-totalSavings-row {
  background: linear-gradient(134.06deg, rgba(18, 104, 179, 0.71) 0%, rgba(16, 141, 250, 0.95) 99.11%);
  margin-bottom: 20px;
}
.monthly-emi-row .monthly-emi-section {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.monthly-emi-row .monthly-emi-section:nth-last-child(1) {
  padding-bottom: 0;
  margin-bottom: 0;
}
.monthly-emi-row .monthly-emi-section:nth-last-child(1):after {
  content: none;
}
.monthly-emi-row .monthly-emi-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.fullwidths .monthly-emi-col {
  width: 100%;
}

.width-auto {
  width: auto !important;
}

.monthly-emi-col {
  width: 50%;
}
.monthly-emi-col p {
  font-size: 14px;
  line-height: 19px;
  font-family: "OpenSans-Regular";
  margin-right: 0;
  margin-bottom: 6px;
  position: relative;
}
.monthly-emi-col p.blank-space {
  color: transparent;
}
.monthly-emi-col p > span {
  font-family: "OpenSans-Regular";
  font-size: 11px;
  line-height: 11px;
  position: relative;
  top: 0px;
}
.monthly-emi-col p > span .path1:before {
  color: #fff;
}
.monthly-emi-col p > span .path2:before {
  color: #63b28b;
}
.monthly-emi-col h4 {
  font-size: 30px;
  line-height: 41px;
  font-family: "OpenSans-Bold";
}

.monthlyEmi-monthlySaving-wrap {
  background: linear-gradient(94.99deg, rgba(75, 184, 130, 0.85) -7.43%, rgba(82, 169, 126, 0.909844) 37.99%, #65B68E 102.12%);
  border-radius: 20px;
  color: #fff;
  padding: 30px 20px;
  max-width: 430px;
  width: 100%;
  margin: 0 auto 20px;
}
.monthlyEmi-monthlySaving-wrap.column-view {
  display: flex;
  flex-direction: column;
}
.monthlyEmi-monthlySaving-wrap.column-view .monthlyEmi-monthlySaving-row {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.monthlyEmi-monthlySaving-wrap.column-view .monthlyEmi-monthlySaving-row:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.monthlyEmi-monthlySaving-wrap.column-view .monthlyEmi-monthlySaving-row:nth-last-child(1) {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.monthlyEmi-monthlySaving-wrap.column-view .monthlyEmi-monthlySaving-row:nth-last-child(1):after {
  display: none;
}

.monthlyEmi-monthlySaving-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.monthlyEmi-monthlySaving-row:not(:last-child) {
  margin-bottom: 10px;
}
.monthlyEmi-monthlySaving-row p {
  white-space: nowrap;
}
.monthlyEmi-monthlySaving-row .monthly-emi-col {
  padding: 0 15px;
}

.eligibility-congratulation-block h3 {
  margin-bottom: 30px;
}
.eligibility-congratulation-block p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
}
.eligibility-congratulation-block.new-infoess h3 {
  font-size: 20px;
  line-height: 24px;
}
.eligibility-congratulation-block.new-infoess p {
  font-size: 16px;
  line-height: 22px;
}

.atsrics-condditions p {
  font-size: 10px;
  line-height: 14px;
}

.loan-amount-block {
  background: linear-gradient(94.99deg, rgba(75, 184, 130, 0.85) -7.43%, rgba(82, 169, 126, 0.909844) 37.99%, #65B68E 102.12%);
  border-radius: 20px;
  width: 100%;
  max-width: 357px;
  margin: 0 auto;
  padding: 30px;
  color: #fff;
}
.loan-amount-block p {
  font-family: "OpenSans-Bold";
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 6px;
}
.loan-amount-block h4 {
  font-family: "OpenSans-Bold";
  font-size: 30px;
  line-height: 41px;
}

.employer-dropdown {
  background: linear-gradient(132.36deg, #FFFFFF -2.92%, rgba(255, 255, 255, 0.93) 99.09%);
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.01), 5px 0px 10px rgba(0, 0, 0, 0.01), 0px -5px 10px rgba(0, 0, 0, 0.01), 0px 5px 10px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 15px 10px;
}
.employer-dropdown.gst-dropdown {
  max-width: 157px;
}
.employer-dropdown.gst-dropdown .dropdown-block {
  min-width: 100%;
  width: auto;
  left: -10px;
  right: -10px;
}
.employer-dropdown .calculator-heading {
  font-family: "OpenSans-Regular";
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.02em;
  color: rgba(51, 51, 51, 0.8);
  border-right: 1px solid rgba(51, 51, 51, 0.8);
  padding-right: 6px;
  margin-right: 10px;
}
.employer-dropdown .calculator-textbox {
  padding-bottom: 0;
  border-bottom: 0;
}
.employer-dropdown .custom-dropdown.name-dropdown-filter .dropdown-heading {
  font-family: "OpenSans-SemiBold";
  font-size: 14px;
  line-height: 19px;
}
.employer-dropdown .custom-dropdown.name-dropdown-filter .dropdown-heading:before {
  border: 0;
  color: #333333;
  background-color: transparent;
}

.area-conversion-wrap {
  display: flex;
  justify-content: center;
}

.area-conversion-inner {
  background: radial-gradient(50.79% 52.48% at 48.36% 50.79%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.8) 100%);
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.01), 5px 0px 10px rgba(0, 0, 0, 0.01), 0px -5px 10px rgba(0, 0, 0, 0.01), 0px 5px 10px rgba(0, 0, 0, 0.01);
  border-radius: 30px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
}

.area-conversion-col {
  max-width: 210px;
  width: 100%;
}
.area-conversion-col p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #333333;
  margin-bottom: 8px;
}
.area-conversion-col .custom-dropdown {
  background: linear-gradient(132.36deg, #FFFFFF -2.92%, rgba(255, 255, 255, 0.93) 99.09%);
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.01), 5px 0px 10px rgba(0, 0, 0, 0.01), 0px -5px 10px rgba(0, 0, 0, 0.01), 0px 5px 10px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 5px;
}
.area-conversion-col .custom-dropdown.name-dropdown-filter .dropdown-heading {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #333333;
  min-width: auto;
}
.area-conversion-col .custom-dropdown.name-dropdown-filter .dropdown-heading:before {
  border: 0;
  color: #333333;
  min-width: auto;
}
.area-conversion-col .conversion-value-input {
  background: linear-gradient(134.06deg, #F6FBFF 0%, #E5ECF1 99.11%);
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.01), 5px 0px 10px rgba(0, 0, 0, 0.01), 0px -5px 10px rgba(0, 0, 0, 0.01), 0px 5px 10px rgba(0, 0, 0, 0.01);
  border-radius: 15px;
  border: 1px solid rgba(103, 147, 193, 0.5);
  width: 100%;
  height: 51px;
  font-family: "OpenSans-Bold";
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #333333;
  padding: 14px 20px;
  outline: none;
}

.equal-sign-col {
  font-family: "OpenSans-Bold";
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  padding: 0 30px;
}

.amountPayable-interestPayable-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 271px;
  margin: 0 auto;
}

.has-tooltip {
  display: inline-block;
  padding-right: 14px;
}
.has-tooltip .custom-tooltip {
  position: absolute;
  top: 5px;
  right: 0;
}

.amountPayable-interestPayable-col {
  width: 50%;
  text-align: left;
}
.amountPayable-interestPayable-col p {
  font-family: "OpenSans-Regular";
  font-size: 10px;
  line-height: 14px;
  color: #333333;
  opacity: 0.8;
}
.amountPayable-interestPayable-col h3 {
  font-family: "OpenSans-Bold";
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #333333;
}

.full-bgcalc {
  background: radial-gradient(50.79% 52.48% at 48.36% 50.79%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.8) 100%);
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.01), 5px 0px 10px rgba(0, 0, 0, 0.01), 0px -5px 10px rgba(0, 0, 0, 0.01), 0px 5px 10px rgba(0, 0, 0, 0.01);
  border-radius: 30px;
  padding: 30px 40px;
}

.calculator-security-wrap {
  margin-bottom: 20px;
}
.calculator-security-wrap .calculate-price {
  max-width: 100%;
  display: block;
  margin: 0px;
  text-align: center;
}
.calculator-security-wrap .calculate-btn-wrap {
  margin: 0px;
  position: absolute;
  right: 0;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.calculator-security-wrap .calculate-btn-wrap .calculate-btn {
  margin: 0px;
}

.calculator-rows-outers {
  position: relative;
  padding-right: 183px;
}

.calculator-price-rows {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -25px;
}
.calculator-price-rows .calculator-price-col {
  padding: 0 25px;
  width: 50%;
}

.las-main-box .text-label12, .las-company-stock .text-label12 {
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #333333;
}
.las-main-box .success-text-info, .las-company-stock .success-text-info {
  padding-top: 6px;
  color: #13B419;
}

.las-company-stock .success-text-info {
  padding-top: 10px;
}
.las-company-stock .las-cate-right {
  display: flex;
  justify-content: flex-end;
}
.las-company-stock .las-cate-right .success-text-info {
  max-width: 295px;
  text-align: right;
  padding-top: 0px;
  margin-top: -16px;
}

.qty-calc-values {
  font-family: "OpenSans-Bold";
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  padding-top: 3px;
}
.qty-calc-values .icon-rupee {
  font-size: 76%;
}

.form-textbox-searchs {
  position: relative;
}
.form-textbox-searchs .input-textbox {
  border-bottom: 1px solid rgba(168, 157, 157, 0.3);
  font-family: "OpenSans-Regular";
  padding: 5px 0;
  height: 26px;
  text-overflow: ellipsis;
}
.form-textbox-searchs.opened .searchs-results {
  display: block;
}

.searchs-results {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.06);
  border-radius: 0px 0px 20px 20px;
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  z-index: 2;
  display: none;
}
.searchs-results .searchs-results-ul {
  max-height: 200px;
  overflow: auto;
  padding: 0px 20px;
}
.searchs-results .searchs-results-li {
  border-top: 1px solid rgba(168, 157, 157, 0.3);
  padding: 13px 0;
}
.searchs-results .searchs-results-li:first-child {
  border-top: none;
}
.searchs-results .searchs-results-li a {
  font-size: 12px;
  line-height: 14px;
  color: #333333;
  display: block;
}

.las-stock-body {
  max-height: 400px;
  overflow: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.las-stock-body::-webkit-scrollbar {
  width: 2px;
}
.las-stock-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.las-stock-body::-webkit-scrollbar-thumb {
  background: #888;
}
.las-stock-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.las-no-stock {
  padding: 12px 0;
}
.las-no-stock p {
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  color: #333333;
}

.las-stock-head .las-stock-row ul {
  align-items: flex-end;
}

.ui-menu.ui-widget-content {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.06);
  border-radius: 0px 0px 20px 20px;
  border: none;
  list-style-type: none;
  font-family: "OpenSans-Regular";
  z-index: 9;
  max-height: 170px;
  overflow: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.ui-menu.ui-widget-content::-webkit-scrollbar {
  width: 2px;
}
.ui-menu.ui-widget-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.ui-menu.ui-widget-content::-webkit-scrollbar-thumb {
  background: #888;
}
.ui-menu.ui-widget-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.ui-menu.ui-widget-content .ui-menu-item {
  border-top: 1px solid rgba(168, 157, 157, 0.3);
  padding: 13px 20px;
  list-style-image: none;
}
.ui-menu.ui-widget-content .ui-menu-item:first-child {
  border-top: none;
}
.ui-menu.ui-widget-content .ui-menu-item .ui-menu-item-wrapper {
  font-size: 12px;
  line-height: 14px;
  color: #333333;
  display: block;
  padding: 0px;
}
.ui-menu.ui-widget-content .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background-color: transparent;
  border: none;
  margin: 0px;
}

.added-popup {
  background-color: #FFFFFF;
  border: 1px solid #6FCF97;
  box-shadow: 0px 2px 26px rgba(82, 215, 0, 0.06);
  border-radius: 4px;
  padding: 5px 19px 5px 8px;
}
.added-popup.clear-reds {
  border: 1px solid #EB5757;
}
.added-popup.clear-reds p i {
  color: #EB5757;
}
.added-popup p {
  font-size: 10px;
  line-height: 14px;
  color: #333333;
  position: relative;
  padding-left: 20px;
}
.added-popup p i {
  position: absolute;
  left: 0px;
  top: 2px;
  color: #31C440;
  font-size: 12px;
}

.las-stock-added-inner {
  padding: 20px 0px 9px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.las-stock-added-inner .las-added-left {
  display: flex;
  align-items: center;
}
.las-stock-added-inner .las-added-left .text14i {
  margin-right: 15px;
}

.las-stock-table .las-stock-head ul li {
  padding-top: 18px;
  padding-bottom: 18px;
}
.las-stock-table .las-stock-row {
  position: relative;
}
.las-stock-table .stock34 {
  width: 34%;
}
.las-stock-table .stock18 {
  width: 18%;
}
.las-stock-table .stock13 {
  width: 13%;
}
.las-stock-table .stock9 {
  width: 9%;
}
.las-stock-table .input-textbox-qty {
  background: linear-gradient(134.06deg, #F1F9FF 0%, #F5FBFF 99.11%);
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.01), 5px 0px 10px rgba(0, 0, 0, 0.01), 0px -5px 10px rgba(0, 0, 0, 0.01), 0px 5px 10px rgba(0, 0, 0, 0.01);
  border-radius: 6px;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #333333;
  width: 100%;
  padding: 2px 10px;
  height: 24px;
  border: 1px solid #4882be;
  max-width: 75px;
}
.las-stock-table .input-textbox-qty:focus {
  outline: none;
}
.las-stock-table ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid rgba(168, 157, 157, 0.3);
}
.las-stock-table ul li {
  padding: 10px 7px;
  text-align: center;
}
.las-stock-table ul li.las-stock-name {
  text-align: left;
  padding-left: 0px;
}
.las-stock-table ul li.las-stock-remove {
  text-align: right;
}

.mob-row-closed {
  display: none;
}

.las-company-stock .las-company-stock-outer {
  position: relative;
  padding-right: 150px;
}
.las-company-stock .las-company-left .row-flex {
  margin-left: -20px;
  margin-right: -20px;
}
.las-company-stock .las-company-left .row-flex .col-sp15 {
  padding-left: 20px;
  padding-right: 20px;
}
.las-company-stock .las-add-stock {
  position: absolute;
  right: 0px;
  top: 10px;
}
.las-company-stock .las-add-stock .btn-blue {
  padding: 12px 20px;
}
.las-company-stock .las-add-stock .btn-blue span {
  font-size: 11px;
  margin-right: 5px;
}

.las-company-stock {
  margin-bottom: 15px;
}

.text-with-tooltips.has-tooltip {
  position: relative;
  padding-right: 23px;
}
.text-with-tooltips.has-tooltip .custom-tooltip {
  top: 1px;
  right: 5px;
}
.text-with-tooltips.has-tooltip.loan-tooltips .custom-tooltip {
  right: 20px;
}

.text-breaks {
  white-space: normal !important;
}

.flatpickr-calendar.open {
  z-index: 4;
}
.flatpickr-calendar span.flatpickr-weekday {
  color: #333333;
}
.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-calendar .flatpickr-current-month .numInputWrapper {
  font-size: 17px;
}
.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months:hover, .flatpickr-calendar .flatpickr-current-month .numInputWrapper:hover {
  background: transparent;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #1961AC;
}
.flatpickr-calendar .flatpickr-day:hover {
  background-color: #1961AC;
  color: #FFFFFF;
  border-color: #1961AC;
}
.flatpickr-calendar .flatpickr-day.today {
  border-color: #1961AC;
}
.flatpickr-calendar .flatpickr-day.selected {
  background-color: #1961AC;
  border-color: #1961AC;
}

@media (max-width: 991px) {
  .text-with-tooltips.has-tooltip .custom-tooltip {
    top: 1px;
  }
  .text-with-tooltips.has-tooltip.loan-tooltips .custom-tooltip {
    right: 5px;
  }
  .charts-blocks .charts-blocks-left {
    width: 50%;
  }
  .charts-blocks .charts-blocks-right {
    width: 50%;
  }
  .calculator-inputs-wrap {
    max-width: 100%;
  }
  .calculator-graph-wrap {
    max-width: 100%;
    margin-left: 0;
  }
  .calculator-graph-inner {
    padding: 80px 40px 40px;
    margin-top: -40px;
    height: auto;
  }
  .calculator-graph {
    display: flex;
    justify-content: center;
  }
  .calculator-details-top {
    flex-wrap: wrap;
  }
  .calculator-details-top .calculator-heading {
    margin-bottom: 5px;
  }
  .calculator-dropdown-filter .calculator-heading {
    width: 120px;
    font-size: 14px;
    line-height: 19px;
  }
  .calculator-dropdown-filter .calculator-textbox {
    width: calc(100% - 120px);
    max-width: none;
  }
  .calculate-btn-wrap .calculate-btn {
    padding: 12px 20px;
    margin-bottom: 15px;
  }
  .calculate-price {
    margin-top: 0;
  }
  .emi-calculator-box.top-loan-space {
    padding-top: 40px;
  }
  .calculator-content-wrap {
    flex-wrap: wrap;
  }
  .page-calculator-wrap {
    flex-wrap: wrap;
  }
  .page-calculator-wrap .calculator-inputs-wrap {
    max-width: 100%;
  }
  .page-calculator-wrap .calculator-graph-wrap {
    max-width: 100%;
    margin-left: 0;
  }
  .page-calculator-wrap .calculator-graph-inner {
    padding: 80px 40px 40px;
    margin-top: -40px;
    height: auto;
  }
  .page-calculator-wrap .calculator-graph {
    display: flex;
    justify-content: center;
  }
  .custom-tab-menu .tab-btn {
    white-space: nowrap;
  }
  .loans-calculation-box .custom-tab-menu {
    margin-left: 185px;
    margin-bottom: 30px;
  }
  .loans-calculation-box .loans-dropdown {
    top: -9px;
  }
  .employer-dropdown.gst-dropdown .calculator-textbox {
    width: 100%;
  }
  .calculator-price-rows {
    margin: 0 -10px;
  }
  .calculator-price-rows .calculator-price-col {
    padding: 0 10px;
  }
  .calculator-rows-outers {
    padding-right: 160px;
  }
  .full-bgcalc {
    padding: 30px;
  }
  .las-stock-table .stock34 {
    width: 29%;
  }
  .las-stock-table .stock13 {
    width: 14%;
  }
  .las-stock-table .stock9 {
    width: 11%;
  }
  .las-company-stock .las-company-left .row-flex {
    margin-left: -15px;
    margin-right: -15px;
  }
  .las-company-stock .las-company-left .row-flex .col-sp15 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .text-with-tooltips.has-tooltip .custom-tooltip {
    top: 0px;
  }
  .added-popup {
    display: inline-block;
  }
  .btn-count i {
    font-weight: 400;
    font-size: 8px;
  }
  .loans-calculation-box .loans-dropdown {
    position: relative;
    top: auto;
    text-align: center;
    margin-bottom: 40px;
  }
  .loans-calculation-box .dropdown-heading {
    width: auto;
    min-width: 160px;
  }
  .loans-calculation-box .custom-tab-menu {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .loans-calculation-box .dropdown-block {
    left: 0;
    right: 0;
    max-width: 198px;
    margin: 10px auto 0;
  }
  .atsrics-condditions {
    margin-top: 15px;
  }
  .calculator-content-wrap {
    flex-wrap: wrap;
  }
  .calculator-content-wrap .calculator-inputs-wrap {
    max-width: 100%;
  }
  .calculator-content-wrap .calculator-graph-wrap {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .calculator-inputs-inner {
    border-radius: 24px;
    padding: 30px 20px 10px;
  }
  .calculator-textbox {
    max-width: 168px;
    padding-bottom: 5px;
    margin-left: 8px;
  }
  .calculator-textbox .textbox-inner.prefix-text .input-text {
    margin-top: 0px;
  }
  .calculator-textbox .textbox-inner .input-text {
    font-size: 16px;
    line-height: 19px;
  }
  .calculator-textbox.with-border .textbox-inner .input-text {
    padding-top: 3px;
  }
  .calculator-textbox.with-border .textbox-inner.suffix-text .input-text {
    padding-top: 0px;
  }
  .custom-range-label {
    font-size: 10px;
    line-height: 12px;
  }
  .input-textbox-calulator {
    font-size: 16px;
    line-height: 19px;
  }
  .btn-count {
    min-width: 14px;
    height: 14px;
    font-size: 7px;
    line-height: 7px;
  }
  .calculator-graph-inner {
    margin-top: -40px;
    border-radius: 24px;
    padding: 64px 20px 14px;
    display: flex;
    flex-direction: column;
  }
  .calculate-price {
    order: -1;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .calculate-price p {
    font-size: 12px;
    line-height: 16px;
  }
  .calculate-price h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .calculate-btn-wrap {
    margin-top: 20px;
  }
  .calculate-btn-wrap.mob-no-margin {
    margin-top: 0;
  }
  .calculate-btn-wrap .calculate-btn {
    width: calc(100% - 10px);
    max-width: 357px;
    margin: 0 5px 10px;
    font-size: 14px;
    line-height: 17px;
    padding: 16px 35px;
  }
  .calculate-btn-wrap .calculate-btn.check-eligibility-btn {
    display: inline-block;
  }
  .calculator-heading {
    font-size: 13px;
    line-height: 16px;
  }
  .custom-tab-menu .tab-btn {
    font-size: 12px;
    line-height: 14px;
    margin: 0px;
  }
  .page-header {
    text-align: center;
  }
  .page-calculator-wrap .calculator-inputs-inner {
    border-radius: 24px;
    padding: 30px 20px 10px;
  }
  .page-calculator-wrap .calculator-graph-inner {
    border-radius: 24px;
    padding: 64px 20px 14px;
  }
  .page-calculator-wrap .calculate-btn-wrap .calculate-btn {
    padding: 16px 35px;
  }
  .page-calculator-wrap .calculator-heading {
    font-size: 12px;
    line-height: 16px;
  }
  .monthly-emi-price {
    flex-wrap: wrap;
    justify-content: center;
    padding: 14px;
    max-width: 272px;
    margin: 0 auto 20px;
    width: 100%;
  }
  .monthly-emi-price p {
    margin-right: 0;
    width: 100%;
    margin-bottom: 6px;
    font-family: "OpenSans-Regular";
    font-size: 12px;
    line-height: 17px;
  }
  .monthly-emi-price h4 {
    font-family: "OpenSans-SemiBold";
    font-size: 20px;
    line-height: 23px;
  }
  .monthly-emi-row {
    padding: 16px;
    width: 100%;
    justify-content: space-evenly;
  }
  .monthly-emi-row .monthly-emi-section {
    justify-content: space-around;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .monthly-emi-row .monthly-emi-section:nth-last-child(1) {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .monthly-emi-row.column-view .monthly-emi-col {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .monthly-emi-row.no-column-mobile {
    flex-direction: row;
  }
  .monthly-emi-row.no-column-mobile .monthly-emi-col {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .monthly-emi-row.no-column-mobile .monthly-emi-col:after {
    content: none;
  }
  .monthly-emi-row .monthly-emi-col {
    width: auto;
    padding: 0 5px;
  }
  .monthly-emi-row .monthly-emi-col.full-width {
    width: 100%;
  }
  .monthly-emi-col h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .monthly-emi-col p {
    font-size: 12px;
    line-height: 16px;
  }
  .eligibility-congratulation-block h3 {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 8px;
  }
  .eligibility-congratulation-block p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .eligibility-congratulation-block.new-infoess h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .eligibility-congratulation-block.new-infoess p {
    font-size: 13px;
    line-height: 18px;
  }
  .loan-amount-block {
    padding: 14px 20px;
  }
  .loan-amount-block .loan-amount-title {
    display: none;
  }
  .loan-amount-block h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .calculator-details-top, .calculator-dropdown-filter {
    flex-wrap: nowrap;
  }
  .calculator-dropdown-filter {
    align-items: flex-start;
  }
  .calculator-dropdown-filter.employer-dropdown .calculator-heading {
    margin-bottom: 0px;
    margin-top: 3px;
    font-size: 13px;
  }
  .calculator-dropdown-filter.employer-dropdown .custom-dropdown.name-dropdown-filter .dropdown-heading {
    font-size: 13px;
    min-width: 146px;
  }
  .custom-dropdown.name-dropdown-filter .dropdown-heading {
    font-family: "OpenSans-SemiBold";
  }
  .monthlyEmi-monthlySaving-wrap {
    padding: 14px 20px;
    margin-bottom: 0;
  }
  .monthlyEmi-monthlySaving-wrap.column-view .monthlyEmi-monthlySaving-row {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .monthlyEmi-monthlySaving-row {
    width: 100%;
  }
  .monthlyEmi-monthlySaving-row .monthly-emi-col {
    padding: 0 4px;
  }
  .monthlyEmi-monthlySaving-row p {
    padding-right: 15px;
    white-space: normal;
  }
  .monthlyEmi-monthlySaving-row p .custom-tooltip {
    position: absolute;
    top: 3px;
    right: 0;
  }
  .has-tooltip .custom-tooltip {
    top: 3px;
  }
  .area-conversion-inner {
    padding: 20px;
  }
  .area-conversion-col {
    max-width: 125px;
  }
  .area-conversion-col p {
    font-size: 13px;
    line-height: 18px;
  }
  .area-conversion-col .custom-dropdown.name-dropdown-filter .dropdown-heading {
    font-size: 13px;
    line-height: 17px;
    font-family: "OpenSans-SemiBold";
  }
  .equal-sign-col {
    padding: 10px;
  }
  .year-month-btn-squared {
    min-width: 48px;
    font-size: 14px;
    line-height: 23px;
  }
  .month-year-wrapper .calculator-details {
    margin-right: 4px;
  }
  .month-year-wrapper .calculator-details .calculator-details-top {
    width: calc(100% - 98px);
  }
  .month-year-wrapper .calculator-details .calculator-textbox {
    width: 66px;
  }
  .employer-dropdown.gst-dropdown {
    max-width: 100%;
  }
  .employer-dropdown.gst-dropdown .calculator-textbox {
    margin-left: 0px;
  }
  .full-bgcalc {
    padding: 24px;
    border-radius: 24px;
  }
  .calculator-security-wrap .calculate-btn-wrap {
    position: static;
    transform: translateY(0);
    padding-top: 10px;
  }
  .calculator-price-rows {
    margin: 0px;
    display: block;
  }
  .calculator-price-rows .calculator-price-col {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
  }
  .calculator-rows-outers {
    padding-right: 0px;
  }
  .form-textbox-searchs .input-textbox {
    font-size: 13px;
  }
  .las-main-box .success-text-info {
    padding-top: 5px;
  }
  .mob-row-closed {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0px;
    top: -8px;
    background: linear-gradient(134.17deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.9) 100.73%);
    box-shadow: 0px 2.35294px 4.70588px rgba(25, 97, 172, 0.15);
    border-radius: 50%;
    font-size: 7px;
    line-height: 8px;
    color: #333;
    font-weight: bold;
  }
  .las-stock-added-inner {
    padding: 10px 0 12px;
  }
  .las-stock-added-inner .las-added-left .text14i {
    font-size: 14px;
  }
  .las-stock-added-inner .las-added-right .btn-links-md {
    font-size: 13px;
  }
  .las-stock-table .stock34, .las-stock-table .stock13, .las-stock-table .stock18, .las-stock-table .stock9 {
    width: 100%;
  }
  .las-stock-table .las-stock-remove {
    display: none;
  }
  .las-stock-table .las-stock-body {
    max-height: 1062px;
    padding-top: 8px;
  }
  .las-stock-table .las-stock-body .las-stock-row {
    background: linear-gradient(132.36deg, #FFFFFF -2.92%, rgba(255, 255, 255, 0.93) 99.09%);
    border-radius: 12px;
    padding: 10px 20px;
    margin-top: 20px;
  }
  .las-stock-table .las-stock-body .las-stock-row:first-child {
    margin-top: 0px;
  }
  .las-stock-table .input-textbox-qty {
    text-align: right;
    padding: 2px;
  }
  .las-stock-table ul {
    border-bottom: none;
  }
  .las-stock-table ul li {
    text-align: right;
    padding-left: 127px;
    padding-right: 0px;
    position: relative;
  }
  .las-stock-table ul li:before {
    content: attr(data-content);
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .las-stock-table ul li .text14i {
    font-family: "OpenSans-SemiBold";
  }
  .las-company-stock .las-company-stock-outer {
    padding-right: 0px;
  }
  .las-company-stock .las-add-stock {
    position: static;
    margin-bottom: 20px;
  }
  .las-company-stock .las-add-stock .btn-blue {
    width: 100%;
  }
  .las-company-stock .las-cate-right {
    display: block;
    margin-bottom: 20px;
  }
  .las-company-stock .las-cate-right .success-text-info {
    margin-top: 0px;
    text-align: center;
    max-width: 100%;
  }
  .las-company-stock .las-company-left .success-text-info.text-black2 {
    font-family: "OpenSans-SemiBold";
  }
  .las-company-stock .las-company-left .row-flex {
    margin-left: 0px;
    margin-right: 0px;
  }
  .las-company-stock .las-company-left .row-flex .col-sp15 {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .las-company-stock .las-company-left .row-flex .row-col-45, .las-company-stock .las-company-left .row-flex .row-col-25, .las-company-stock .las-company-left .row-flex .row-col-30 {
    width: 100%;
  }
}
@media (max-width: 470px) {
  .graph-chart-box {
    height: 300px;
  }
  .dataLabel-head {
    font-size: 10px;
    line-height: 12px;
  }
  .calculate-btn-wrap .calculate-btn {
    width: 100%;
    max-width: none;
    margin: 0 0 10px;
  }
}
@media (max-width: 430px) {
  .graph-chart-box {
    margin-top: -55px;
  }
}
@media (max-width: 412px) {
  .fixed-height-p .monthlyEmi-monthlySaving-row p {
    min-height: 48px;
  }
}
@media (max-width: 374px) {
  .calculator-textbox {
    max-width: 150px;
  }
  .month-year-wrapper .calculator-details .calculator-textbox {
    width: 48px;
  }
  .calculator-dropdown-filter.employer-dropdown .calculator-textbox {
    max-width: 146px;
  }
  .calculator-dropdown-filter.employer-dropdown .custom-dropdown.name-dropdown-filter .dropdown-heading {
    min-width: 146px;
  }
}
@media (max-width: 359px) {
  .graph-chart-box {
    margin-top: -55px;
  }
  .calculator-textbox {
    max-width: 100%;
  }
  .calculator-textbox.mx-w120 {
    max-width: 100%;
  }
  .calculator-textbox.with-border {
    margin-left: 0;
  }
  .calculator-textbox.with-border .textbox-inner.suffix-text {
    width: 100%;
  }
  .calculator-details-top, .calculator-dropdown-filter {
    flex-wrap: wrap;
  }
  .area-conversion-col {
    max-width: 100%;
  }
  .equal-sign-col {
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  .month-year-wrapper .calculator-details .calculator-details-top {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .month-year-wrapper .calculator-details .calculator-textbox {
    width: calc(100% - 98px);
  }
  .month-year-tab-wrap {
    top: 21px;
  }
  .calculator-dropdown-filter {
    flex-wrap: nowrap;
  }
  .calculator-dropdown-filter.employer-dropdown .calculator-heading {
    width: 102px;
    margin-right: 4px;
    font-size: 12px;
  }
  .calculator-dropdown-filter.employer-dropdown .calculator-textbox {
    width: calc(100% - 102px);
    margin-left: 4px;
  }
  .calculator-dropdown-filter.employer-dropdown .custom-dropdown.name-dropdown-filter .dropdown-heading {
    min-width: 116px;
    font-size: 12px;
  }
  .calculator-dropdown-filter.employer-dropdown .custom-dropdown.name-dropdown-filter .dropdown-block {
    min-width: 148px;
  }
}
/*with las calculator*/
.drag-box {
  padding-bottom: 10px;
}
.drag-box .drag-inner-box {
  background: linear-gradient(132.36deg, #FFFFFF -2.92%, rgba(255, 255, 255, 0.93) 99.09%);
  border: 1px dashed #D8D8D8;
  border-radius: 12px;
  min-height: 75px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.drag-box .drag-inner-box .drag-panel {
  padding: 17px 0px;
}
.drag-box .drag-inner-box p.multiple-text {
  display: none;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
}
.drag-box .drag-inner-box .drag-options {
  display: inline-flex;
  flex-direction: column;
}
.drag-box .drag-inner-box .drag-options ul {
  display: inline-flex;
  align-items: center;
  margin: 0 -14px;
}
.drag-box .drag-inner-box .drag-options ul li {
  padding: 0 15px;
  font-size: 13px;
  line-height: 17px;
  color: #333333;
}
.drag-box .drag-inner-box .drag-options ul li span {
  padding: 10px 14px;
  background: linear-gradient(134.06deg, rgba(18, 104, 179, 0.071) 0%, rgba(16, 141, 250, 0.095) 99.11%);
  border-radius: 10px;
  margin: 0 20px;
  display: inline-block;
}
.drag-box .drag-inner-box .browse-file {
  height: 39px;
  background: #1961AC;
  border-radius: 12px;
  padding: 10px 35px;
  font-family: "OpenSans-SemiBold";
  font-size: 14px;
  line-height: 19px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.drag-box .drag-inner-box .browse-file input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.drag-box .drag-inner-box .browse-file label {
  margin: 0;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.drag-box .drag-inner-box .btn-download {
  font-family: "OpenSans-Regular";
  font-size: 12px;
  line-height: 16px;
  color: #1961AC;
  text-decoration: underline;
  padding: 0;
  background: transparent;
  border: none;
}
.drag-box .drag-inner-box .loader-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.drag-box .drag-inner-box .loader-inner span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 130%;
  color: #333333;
}
.drag-box .drag-inner-box .drag-space-lr {
  padding-left: 60px;
  padding-right: 60px;
}
.drag-box .drag-inner-box .success {
  position: relative;
}
.drag-box .drag-inner-box .success .result-text {
  font-size: 13px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.drag-box .drag-inner-box .success .result-text .file {
  color: #333333;
  margin-left: 5px;
}
.drag-box .drag-inner-box .success.drag-error p, .drag-box .drag-inner-box .success.drag-error .filetext, .drag-box .drag-inner-box .success.drag-error .file-name {
  font-size: 13px;
  line-height: 20px;
}
.drag-box .drag-inner-box .success.drag-error img {
  margin: 0 auto 8px;
}
.drag-box .drag-inner-box .success.drag-error p {
  color: #E81D2D;
}
.drag-box .drag-inner-box .success.drag-error .filetext {
  color: #000000;
}
.drag-box .drag-inner-box .success .close {
  background: linear-gradient(134.17deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.9) 100.73%);
  box-shadow: 0px 2.35294px 4.70588px rgba(25, 97, 172, 0.15);
  border: none;
  position: absolute;
  top: -27px;
  right: -10px;
  color: #005899;
  opacity: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drag-box .drag-inner-box .success .close i {
  line-height: 8px;
  font-size: 8px;
  font-weight: bold;
}
.drag-box .file-added-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: linear-gradient(134.06deg, #F1F9FF 0%, #F5FBFF 99.11%);
  border: 1px solid #D1D1D1;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 10px 18px;
  margin-top: 10px;
}
.drag-box .file-added-box .file-added-info {
  display: flex;
  align-items: center;
  padding-right: 14px;
}
.drag-box .file-added-box .file-added-info img {
  height: 15px;
  width: 15px;
  margin-right: 8px;
}
.drag-box .file-added-box .file-added-info p {
  font-size: 13px;
  line-height: 17px;
}
.drag-box .file-added-box .file-added-controls span {
  padding: 0 14px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  display: inline-block;
}
.drag-box .file-added-box .file-added-controls .remove-btn {
  font-family: "OpenSans-SemiBold";
  font-size: 14px;
  line-height: 19px;
  color: #A9B6C2;
  padding-left: 14px;
  display: inline-block;
}
.drag-box .file-added-box .close {
  border: none;
  background: linear-gradient(134.17deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.9) 100.73%);
  box-shadow: 0px 2.35294px 4.70588px rgba(25, 97, 172, 0.15);
  border-radius: 50%;
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  top: -10px;
  font-size: 8px;
  line-height: 8px;
  display: none;
}
.drag-box .file-added-box .close i {
  font-weight: bold;
}

@media (max-width: 991px) {
  .drag-box .file-added-box .close {
    display: block;
  }
  .drag-box .drag-inner-box {
    margin-bottom: 20px;
  }
  .drag-box .drag-inner-box p.multiple-text {
    display: block;
  }
  .drag-box .drag-inner-box .drag-options {
    display: flex;
    margin-top: 20px;
  }
  .drag-box .drag-inner-box .drag-options ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0;
    width: 100%;
  }
  .drag-box .drag-inner-box .drag-options ul li {
    padding: 0;
    width: 100%;
  }
  .drag-box .drag-inner-box .drag-options ul li:nth-child(1), .drag-box .drag-inner-box .drag-options ul li:nth-child(2) {
    display: none;
  }
  .drag-box .drag-inner-box .browse-file {
    padding: 12px 30px;
  }
  .drag-box .drag-inner-box .btn-download {
    margin-top: 20px;
  }
  .drag-box .drag-inner-box .loader {
    padding: 30px 0;
  }
  .drag-box .drag-inner-box .success .result-text .file {
    margin-left: 0;
  }
  .drag-box .file-added-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
  }
  .drag-box .file-added-box .file-added-info {
    padding-right: 0;
  }
  .drag-box .file-added-box .file-added-controls span {
    padding-left: 23px;
    padding-right: 0;
    font-size: 12px;
    line-height: 17px;
  }
  .drag-box .file-added-box .file-added-controls .remove-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .drag-box .drag-inner-box .drag-panel {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .drag-box .drag-inner-box .drag-space-lr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* with micro finance calculator */
.tenure-moths-wrapper .text14i {
  margin-bottom: 12px;
}
.tenure-moths-wrapper .months-details-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.tenure-moths-wrapper .months-details-menu li {
  padding: 6px 4px 0;
}
.tenure-moths-wrapper .months-details-menu .checkbox-btn-wrap {
  display: inline-block;
  position: relative;
}
.tenure-moths-wrapper .months-details-menu .checkbox-btn-wrap .btn-checkbox {
  display: block;
  padding: 5px 20px;
  min-width: 83px;
  background: linear-gradient(134.06deg, #F1F9FF 0%, #F5FBFF 99.11%);
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.01), 5px 0px 10px rgba(0, 0, 0, 0.01), 0px -5px 10px rgba(0, 0, 0, 0.01), 0px 5px 10px rgba(0, 0, 0, 0.01);
  border-radius: 30px;
  border: 1px solid rgba(60, 122, 185, 0.3);
  font-family: "OpenSans-SemiBold";
  font-size: 14px;
  line-height: 149.8%;
  text-align: center;
  color: #333333;
}
.tenure-moths-wrapper .months-details-menu .checkbox-btn-wrap input {
  width: 100%;
  height: 32px;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.tenure-moths-wrapper .months-details-menu .checkbox-btn-wrap input:checked ~ .btn-checkbox {
  background: #1961AC;
  color: #ffffff;
}

.micro-finance-calculator .product-details .calculator-textbox {
  max-width: 100%;
}
.micro-finance-calculator .monthly-emi-wrapper {
  margin-bottom: 10px;
}
.micro-finance-calculator .month-year-tab-wrap {
  z-index: 1;
}
.micro-finance-calculator .final-amount-text p {
  font-size: 12px;
  line-height: 17px;
}
.micro-finance-calculator .calculator-textbox.with-border {
  background: linear-gradient(134.06deg, #F1F9FF 0%, #F5FBFF 99.11%);
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.01), 5px 0px 10px rgba(0, 0, 0, 0.01), 0px -5px 10px rgba(0, 0, 0, 0.01), 0px 5px 10px rgba(0, 0, 0, 0.01);
  backdrop-filter: blur(9px);
}

@media (max-width: 991px) {
  .micro-finance-calculator .product-details .calculator-dropdown-filter {
    align-items: center;
  }
  .micro-finance-calculator .product-details .calculator-dropdown-filter .calculator-heading {
    width: 61px;
  }
  .micro-finance-calculator .product-details .calculator-dropdown-filter .calculator-textbox {
    width: calc(100% - 61px);
  }
}
@media (max-width: 767px) {
  .tenure-moths-wrapper .months-details-menu {
    margin: 0 -2px;
  }
  .tenure-moths-wrapper .months-details-menu li {
    padding: 5px 2px 0;
  }
  .tenure-moths-wrapper .months-details-menu .checkbox-btn-wrap .btn-checkbox {
    padding: 5px 15px;
    min-width: 77px;
  }
  .product-details .calculator-dropdown-filter .calculator-textbox {
    width: calc(100% - 61px);
    margin-left: 0;
  }
  .micro-finance-calculator .final-amount-text p {
    font-size: 13px;
  }
}
.amountPayable-interestPayable-col .calculated-tip-mobile,.amountPayable-interestPayable-col .calculated-tap-mobile {
    font-family: "OpenSans-Bold";
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #333333;
}

.calculator-dropdown-filter .name-dropdown-filter .search-dropdown input{
  width: 100% !important;
}
/*# sourceMappingURL=style.css.map */

ul.simple-bar {
  overflow-y: auto;
  height: 100px;
}
.text-red {
  color: #FF3A44 !important;
}
.las .row-flex .row-col-45 {
  width: 45%;
}
.las .row-flex .row-col-25 {
  width: 25%;
}
.las .row-flex .row-col-30 {
  width: 30%;
}
.z-10{
  z-index: 10;
}
.las .form-textbox-new {
  position: relative;
  padding: 20px 0px;
  margin-bottom: 20px;
}
.las .form-textbox-new.calc-textbox-new {
  padding-bottom: 0px;
  padding-top: 22px;
  margin-bottom: 0px;
}
.las .form-textbox-new .label-name {
  display: block;
  font-weight: normal;
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #9D9D9D;
  position: absolute;
  left: 0px;
  top: 33px;
  transition: all 0.4s;
}
.las .form-textbox-new.active .label-name {
  font-size: 12px;
  line-height: 16px;
  top: 10px;
}
.las .form-textbox-new.calc-textbox-new .label-name {
  top: 26px;
  font-size: 13px;
  color: #333;
}

.las .form-textbox-new.calc-textbox-new.active .label-name {
  top: 2px;
  font-size: 12px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.z-0{
  position: relative;
  z-index: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.irs-disabled{
  opacity: 1 !important;
}

.year-month-btn-squared.custom-month-year-js-void{
  background: none;
}

.year-month-btn-squared.custom-month-year-js-void.active {
    background: #126FB3;
    color: #FFFFFF;
}
.pre-payment-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.error {
  background: rgba(255, 107, 107, .1);
  color: #FF3A44;
  border: 1px solid rgba(255, 107, 107, .35);
  padding: 10px 12px;
  border-radius: 10px;
  margin-top: 8px;
  display: none;
}
.error.show {
  display: block;
}