/* .bannerBgContainer{
    border-radius: 0px 0px 24px 24px;
background: linear-gradient(180deg, #FFE6D3 0%, rgba(245, 226, 212, 0.00) 100%);
} */

.BgColorLocker {
  border-radius: 6px;
  background: linear-gradient(159deg, #ffbec0 0%, #ffd8c2 100%) !important;
}

.twoColor h1 {
  /* color: var(--primary); */
  font-weight: 600;
}

.twoColor span {
  color: var(--secondary);
}

.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;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
  background: var(--primary);
}

.BgColorSafeLocker {
  border-radius: 12px;
  background: linear-gradient(180deg, #ffc2c4 0%, #ffd8c2 100%);
  margin-top: 150px;
}

.BgColorSafeLocker h1 {
  color: #1a1818;
  font-weight: 600;
}

.BgColorSafeLocker span {
  color: #9e0b0f;
}

/* .marginTopForButton{
    margin-top: -10px;
} */

.MarginTopForImage {
  margin: -142px 0px -100px 0px;
}

.CommonForServicePages {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
}

.CommonForServicePages h1 {
  background-color: #fff4f1;
  display: inline;
  color: #252525;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
}

.BgImgCoreBanking {
  background-image: url('https://repcobank.s3.ap-south-1.amazonaws.com/ServiceCoreBankingBanner.png');
}

.BgImgForm {
  background-image: url('https://repcobank.s3.ap-south-1.amazonaws.com/ServiceFormBanner.png');
}

.backGroundColorForPension {
  border-radius: 12px;
  border: 0.5px solid #cbcbcb;
  background: #fffaf8;
  padding: 32px 19px 47px 20px;
  /* height: 250px;
    max-height: 250px; */
  transition: all 0.5s ease;
  /* height: clamp(250px ,280px,300px ); */
}

.backGroundColorForPension .AboutScheme {
  height: clamp(50px, 70px, 100px);
}

.backGroundColorForPension a {
  color: #414141 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.backGroundColorForPension:hover {
  border-radius: 12px;
  border: 1px solid #f58345;
  background: #ffeee5;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.25);
}
.backGroundColorForPension:hover a {
  color: #f58345 !important;
}

.RepcoGenius {
  background: #ffede3;
  text-align: justify;
}

.RepcoGenius h2 {
  color: var(--primary);
  font-weight: 600;
}

.RepcoGenius p {
  color: #000;
  font-weight: 500;
  line-height: 30px;
}

.BgImgpension {
  background-image: url('https://repcobank.s3.ap-south-1.amazonaws.com/ServicePensionBanner.png');

  /* max-height:415px; */
}

.BankingSolution {
  text-align: justify;
}

.BankingSolution h2 {
  color: var(--primary);
  font-weight: 600;
}
.BankingSolution p {
  color: #000;
  font-weight: 500;
  line-height: 30px;
}

.loanSanction h2 {
  color: var(--primary);
  font-weight: 600;
}

.loanSanction span {
  color: #000;
}

.loanSanction p {
  color: #000;
  font-weight: 500;
  line-height: 30px;
  text-align: justify;
}

.tableBody p {
  color: #3e3a3a;
  font-weight: 700;
}

.tableBody a {
  font-weight: 600;
  color: #f58345 !important;
}

@media screen and (max-width: 991px) {
  .MarginTopForImage {
    margin: 0px 0px 0px 0px;
  }

  .BgImgCoreBanking {
    height: 23vh;
  }

  .BgImgpension {
    height: 23vh;
  }

  .BgColorSafeLocker {
    margin-top: 50px;
  }
}

@media screen and (max-width: 760px) {
  .fontSizeForBanking {
    font-size: 40px !important;
    line-height: 30px;
  }
  .BgImgpension {
    max-height: 250px;
  }

  .TabsInMortgage h2 {
    font-size: 20px !important;
  }
  .CommonForServicePages {
    height: 130px;
  }
}
