
/* -------------products------------------- */
.card {
  background-color: transparent;
  margin-bottom: 2rem;
  border: none;
}
.card .card-img-top{
  height: 55px;
  width: 70px;
 display: inline-block;
 margin: auto;
}
.card .card-body{
  font-family: 'Lato', sans-serif;
  color: var(--text-color);
}
.card .card-body h5{
  font-weight: 700;
  font-size: 1.3rem;
}
.card .card-body p{
  font-weight: 700;
  font-size: .9rem;
}
/* -------------products------------------- */
/* -------------EMI------------------- */
.emi{
  font-family: 'Lato', sans-serif;
}
.emi .emi_item{
  display: flex;
  align-items: center;
  background-color: white;
  padding: .8rem;
  border-radius: 1rem;
  box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.4);
  margin-bottom: 2rem;
}
.emi .emi_item img{
  margin-right: .5rem;
}
.emi_item-content h3{
  font-weight: 500;
  margin-bottom: .3rem;
  font-size: 16px;
}
.emi_item-content p{
  font-size: 10px;
  margin-bottom: 0;
}
.emi_gallary{
  margin-top: 8rem
}
.emi_get{
  width: 15rem;
  height: 15rem;
  float: left;
  -webkit-transform: translateX(7rem);
  transform: translateX(7rem);
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    -webkit-shape-outside: circle(50% at 50% 50%);
    shape-outside: circle(50% at 50% 50%);
}
@media screen and (max-width: 992px){
  .emi_get{
    width: 12rem;
    height: 12rem;}
}
.emi_get img{
height: 100%;
backface-visibility: hidden;
-webkit-transform: translateX(-3rem);
transform: translateX(-3rem);
}

.emi_get .emi_get-bg{
  width: 45%;
  height: 180px;
  background-image: radial-gradient(30.57% 30.57% at 39.43% 41.43%, #FFFFFF 28.83%, rgb(253 137 54) 96%);
  filter: blur(25px);
  border-radius: 50%;
}
.emi_get span{
  position: absolute;
  content: "";
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  font-size: 2.5rem;
  z-index: 555;
  width: 100%;
  display: block;
  text-transform: capitalize;
  font-weight: 900;
  width: 100%;
  line-height: 1.3;
}
.emi_photo{
  flex-basis: 50%;
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px){
  .emi_get{
    display: none;
  }
  .emi_photo{
    flex-basis: 100%;
  }
}
.emi_photo .emi_photo-content{
  flex-basis:30%;
  display: block;
}
.emi_photo .emi_photo-content:nth-child(2){
  transform: translateY(-2rem);
}
.emi_photo .emi_photo-content .emi_photo-one{
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}
.emi_photo .emi_photo-content .emi_photo-one::after{
  position: absolute;
  content: "";
  color: white;
  bottom: 0;
  left: 0;
  height: 35%;
  width: 100%;
  clip-path: polygon(0 0, 100% 50%, 100% 75vh, 0 100%);
  background-color: rgba(31, 23, 80, 0.75);
}
.emi_photo .emi_photo-content .emi_photo-one span {
  position: absolute;
  bottom: 10px;
  left: 5px;
  text-transform: capitalize;
  font-size: 1.1rem;
  color: white;
  z-index: 99999;
}
@media screen and (max-width: 992px){
  .emi_photo .emi_photo-content .emi_photo-one span {
    font-size: .8rem;
    bottom: 5px;
  }
}
@media screen and (max-width: 768px){
.emi_photo .emi_photo-content .emi_photo-one span {
  font-size: 1rem;
}
}
.emi_photo .emi_photo-content .emi_photo-one img{
  width: 100%;
}
/* -------------EMI------------------- */
/* -------------features------------------- */
.features_content{
  background-color: white;
  padding: 1.1rem;
  border-radius: 10px;
  text-align: center;
  font-family:"open sans";
  font-weight: 400;
}
.features_content h3{
  color:#03B4F7;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 20px;
}
.features_content img{
  width: 100%;
}
.features_content h3:first-of-type{
  font-weight: 400;
}
.features_content p{
  margin-bottom: .8rem;
  margin-top: .8rem;
  color: black;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3;
}
.features_content p:first-of-type{
  font-size: 14px;
  margin-bottom: .2rem;
}
.features_content p:nth-of-type(3){
  font-size: 12px;
  text-align: left;
}
.features_content .f-salary{
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 1rem;
}
.features_content .f-salary span:first-child{
  color: #919191;
}
.features_content h4{
  font-size: 18px;
  font-weight: 400;
  color: #919191;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.features_content p.left{
  text-align: left;
  padding: 2px 12px;
  font-size: 12px;
}
.features_content ul{
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.features_content ul li{
  flex: 0 0 50%;
  margin-bottom: 0.7rem;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
}
  /* -------------features------------------- */
  /* -------------best banks------------------- */
  .bank_header{
    font-family: "inter";
    font-weight: 600;
  }
  /* -------------best banks------------------- */
  .container.padding {
    padding: 0 75px;
  } 
  .slick-slide img{
    width: 100%;
  }
  .slick-prev,.slick-next {
    font-size: 2rem;
    color:rgba(3, 180, 247, 1);
   }
   .slick-prev{
    left: -45px;
    top: 45%;
   }
   .slick-next {
    top:45%;
    right: -45px;
   }
   @media screen and (max-width: 768px){
    .slick-prev,.slick-next {
      font-size: 1.5rem;
     }
  }
  .slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{
    color:rgba(3, 180, 247, 1);
  }
  
.slick-prev:before,.slick-next::before {
  content: '';
}
.news_header{
  color: black;
  font-size: 3rem;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 3rem;
}
.news_input{
  position: relative;
  margin-top: 10px;
}
.news_input input{
  background-color: white;
  width: 74%;
  padding: 0.7rem;
  border: none;
  border-radius: 10px;
  height: 40px;
  overflow: hidden;
  outline: none;
}

.news_input select{
  background-color: white;
  width: 25%;
  padding: 0.7rem;
  border: none;
  border-radius: 10px;
  height: 40px;
  overflow: hidden;
  outline: none;
}



.news_input input::placeholder{
  text-transform: capitalize;
  color: #919191;
}
.news_input .bt{
  position: absolute;
  right: 0px;
  height: 100%;
  top: 0px;
  margin-top: 0;
  width: 35%;
  border-radius: 10px;
} 
