.WhyChoose {
  color: var(--secondary);
  text-align: center;
  /*/*font-size: 48px;*/
  font-weight: 600;
}
.slick-dots li.slick-active button:before {
  opacity: 0;
  color: #000;
}

.dottedLine {
  color: #fff;
  border-left: 2px dotted var(--primary);
  margin-left: 30px;
}

.TabsInMortgage {
  margin-left: -24px !important;
  margin-right: -24px !important;
}

.marginForDevLoans {
  margin-top: -140px;
}

.commonForAllLoanPages {
  color: #000;
  /* font-family: Work Sans; */
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.DevelopmentLoan {
  font-size: 18px;
}
.CraftingHappiness {
  color: var(--secondary);
  text-align: center;
  /*/*font-size: 48px;*/
  font-weight: 600;
}

.Mortgageloans {
  color: var(--primary);
  /*/*font-size: 48px;*/
  font-weight: 600;
  /* line-height: 64px; */
  max-width: 824px;
}

.loansTab {
  border-radius: 12px 12px 0px 0px !important;
  border-top: 1px solid #e7e7e7 !important;
  border-right: 1px solid #e7e7e7 !important;
  border-left: 1px solid #e7e7e7 !important;
  max-height: 41px !important;
  height: 41px !important;
}

.bgcolorbelowWhyChoose {
  background: linear-gradient(159deg, #ffbec0 0%, #ffd8c2 100%);
  border-radius: 10px;
}

.bgcolorbelowWhyChoose div p {
  font-weight: 500;
}

.TimeStrap {
  font-weight: 500;
}
.borderForLeftSideCalci {
  border-radius: 12px;
  border: 0.5px solid var(--primary);
  width: 40%;
}

.RightSideBGcolorForcalsi {
  border-radius: 12px;
  background: linear-gradient(180deg, #ffe5df 0%, rgba(255, 229, 223, 0) 100%);
  width: 40%;
}
.LoanAmount {
  border-radius: 6px;
  background: var(--primary);
  color: #fff;
}

.SurabhiLoan {
  color: var(--primary);
  font-weight: 600;
}

.SurabhiLoan span {
  color: #1a1818;
}

.SecuredLoan {
  font-size: 36px;
  color: #675757;
  font-weight: 500;
}

.colan {
  fill: var(--primary);
  stroke-width: 1px;
  stroke: #252020;
  opacity: 0.2;
}

.commonForAllLoanPages p {
  text-align: justify;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;

  text-decoration: none;
  font-weight: 500 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
  background: var(--primary);
}

.nav-pills .nav-link {
  background: #f8f8f8;
  border: 0;
  color: var(--primary) !important;
  border-radius: 0.25rem;
}

input[type='range'] {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  /*  overflow: hidden;  remove this line*/

  /* New additions */
  height: 6px;
  background: #ccc;
}

/* Thumb: webkit */
input[type='range']::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  height: 20px;
  width: 18px;
  background-color: var(--primary);
  border-radius: 50%;
  border: none;

  /* box-shadow: -407px 0 0 400px var(--primary); emove this line */
  transition: 0.2s ease-in-out;
}

/* Thumb: Firefox */
input[type='range']::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: var(--primary);
  border-radius: 50%;
  border: none;

  /* box-shadow: -407px 0 0 400px var(--primary); emove this line */
  transition: 0.2s ease-in-out;
}

/* Hover, active & focus Thumb: Webkit */

input[type='range']::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255, 85, 0, 0.1);
}
input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
}
input[type='range']:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
}

/* Hover, active & focus Thumb: Firfox */

input[type='range']::-moz-range-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255, 85, 0, 0.1);
}
input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
}
input[type='range']:focus::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
}

/* .MortgageLoanValue{
    color: var(--primary) !important;
  } */

.ForEmiTotal {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 2px dashed var(--primary);
}

.Amount {
  color: var(--primary);
  font-size: 36px;
  font-weight: 600;
}

.commonFsForLoans {
  color: #808080;
  font-style: normal;
  font-weight: 700;
}

.subValues {
  color: #808080;
  font-weight: 400;
}

.SimpleSteps {
  color: var(--secondary);
  font-weight: 600;
}

.WidthForAmtBox {
  width: 200px;
}

.WidthForTime {
  width: 70px;
}

.WidthForInterest {
  width: 110px;
}
.FontsMonthOrYear {
  color: #000;
  text-align: center;
  font-size: 43px;
  font-weight: 500;
}

.forMarginOnly {
  margin-top: -100px;
}

.HeadingOfCalci {
  /*/*font-size: 48px;*/
  font-weight: 600;
}

.marginDepositLoan {
  margin-top: -100px;
}

.MarginForVechileForm {
  margin-top: -115px;
}

.VehilceLoan {
  font-size: 36px;
}

.MarginFormInSpecialLoan {
  margin-top: -185px;
}

.bgImgdevLoanSimpleStep {
  background-image: url('https://repcobank.s3.ap-south-1.amazonaws.com/Screen+2023-08-03+at+5.29+1.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.bgColorForBannerSpecialLoans {
  fill: linear-gradient(180deg, #ffe6d3 0%, rgba(245, 226, 212, 0) 100%);
}

@media screen and (max-width: 992px) {
  .borderForLeftSideCalci {
    width: 55%;
  }

  .RightSideBGcolorForcalsi {
    width: 55%;
  }
}

@media screen and (max-width: 768px) {
  .forMarginOnly {
    margin-top: -5px;
  }

  .SimpleSteps {
    font-size: var(--fontSizeHeading);
  }

  .HeadingOfCalci {
    font-size: var(--fontSizeHeading);
  }

  .marginForDevLoans {
    margin-top: -50px;
  }

  .SecuredLoan {
    font-size: 20px !important;
    line-height: 30px;
  }
  .VehilceLoan {
    font-size: var(--fontSizeHeading);
  }

  .marginDepositLoan {
    margin-top: -5px;
  }
  .MarginForVechileForm {
    margin-top: -27px;
  }

  .WhyChoose {
    font-size: var(--fontSizeHeading);
  }
  .loansTab {
    height: 60px !important;
    max-height: 60px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
  }
}

@media only screen and (max-width: 550px) {
  .borderForLeftSideCalci {
    width: 95%;
  }
  .Amount {
    /* color: var(--primary); */
    font-size: 30px;
    /* font-weight: 600; */
  }
  .ForEmiTotal {
    font-size: 20px;
  }
  .FontsMonthOrYear {
    font-size: var(--fontSizeHeading);
  }

  .RightSideBGcolorForcalsi {
    width: 95%;
  }

  .MarginFormInSpecialLoan {
    margin-top: -50px;
  }

  /* .WhyChoose{
      font-size: 30px;
    } */
}
