body{
    font-family: Arial, Helvetica, sans-serif !important;
}
.AboutChotiImgTopPadd{
    padding-top: 3rem;
}
.border-None{
    border: 0;
}
.border-None h2{
    text-transform: unset;
}
.WhySIPSection:hover{
    background: #e4f0fc;
    border-radius: 1rem;
}
.WhySIPSection ul{
padding: 2rem 1rem;
margin: 0;
display: grid;
grid-template-columns: 30% 70%;
}

.WhySIPSection ul.text-first {
    grid-template-columns: 70% 30%;
  }
  
.WhySIPSection ul li{
list-style-type: none;
padding: .5rem;
margin: 0;
font-size: 17px;
/* color: #4e4e4e; */
color: #212529;
line-height: 28px;
}
.WhySIPSection ul li h2{
font-size: 24px;
  color: #1073d6;
}

.FundSchemeSection {
    width: 90% !important;
    position: relative;
    background: #fff;
    margin: 0.5%;
    padding: 10px;
    transition: all .2s ease-in-out;
    border: 1px #fff solid;
}
.FundSchemeSection .FundSchemeSection_inner {
    height: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.FundSchemeSection:hover {
 border: 1px rgb(38, 146, 255) solid;
}
.FundSchemeSection .FundSchemeSection_inner div div{
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 0;
    padding: .5rem;
    margin: 0;
}

.FundSchemeSection_inner a{
  color: #4f4f4f;
  font-size: 1.12rem;
  font-weight: 700;
  margin-bottom: .8rem;
  min-height: 45px;
  display: inline-block;
  text-align: left;
  width: 100%;
}

.FundSchemeSection_inner a:hover{
  color: #0056b3;
  text-decoration: underline;
}
.FundSchemeSection_inner span{
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    font-size: .85rem;
    text-align: left;

}

.FundSchemeSection_inner span:last-child{
    text-align: right;
}
.FundSchemeSection_inner button{
    border: 1px #f7c030 solid;
    font-size: .9rem;
    padding: .4rem 1.2rem;
    margin: 0;
    background-color: #f7c030;
    border-radius: 2rem;
    width: 100%;
    color: #000;
}

.FundSchemeSection_inner button:hover{
    border: 1px #f7c030 solid;
    background-color: #fff;
}

.FundSchemeSection_inner div img{
    width: auto;
    padding-top: 1rem;
}

.MainBannerDesk{
    display: block;
}
.MainBannerMobile{
    display: none;
}

.SchemeSlider .slick-prev {
    background-color: #207dd9;
    opacity: 1;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    z-index: 1
}
.SchemeSlider .slick-prev::before{
    content: " ❮ " !important;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    opacity: 1;
}

.SchemeSlider .slick-next {
    background-color: #207dd9;
    opacity: 1;
    height: 30px;
    width: 30px;
    border-radius: 100%
}
.SchemeSlider .slick-next::before{
    content: " ❯ " !important;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    opacity: 1;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: #207dd9 !important;
}

.SpiButton{
  position: absolute;
  right: 20%;
  bottom: 6%;
 
}
.bringsLine{
    color: #fff;
    text-align: left;
    padding-right: 2rem;
}
.SpiButton-Choti-SIP{
background: #fff;
  padding: 1rem 2rem;
  border-radius: .8rem;
  font-size: 1rem;
  font-weight: 600;
  color: #1073D6;
   cursor: pointer;
   z-index: 100;
}

.SpiButtonKnowMore{
  padding: 9px 9px;
  font-size: 1rem;
  font-weight: 400;
  /* color: #fff !important; */
  color: black;
  cursor: pointer;
  z-index: 100;
  border: 2px solid #fff;
  border-radius: 8px;
  background-color: #fec906;
}

.SpiButtonKnowMore:hover{
    color: #36618d !important;
    text-decoration: none !important;
}

@media(max-width: 1199.90px) {
  .SchemeSlider .slick-next { 
    right: -5px;
}
.SchemeSlider .slick-prev {
    left: -5px;
}
.SpiButton{
  /* bottom: 10%;  */
  bottom: 5%; 
}
}

@media(max-width: 991.90px) {
    .SpiButton{
    position: absolute;
    right: 10%;
    /* bottom: 4%; */
    bottom: 0%;
    display: flex;
 
    }
 .SpiButton-Choti-SIP{
  background: #fff;
  padding: .5rem 1rem;
  border-radius: .8rem;
  font-size: .85rem;}
  .SpiButtonKnowMore{
     padding: .2rem 0 0 1rem;
  }
  .bringsLine{
       padding: .2rem 1rem 0 0rem;
  }
}

@media(max-width: 767.90px) {
    .MainBannerDesk{
    display: none;
}
.MainBannerMobile{
    display: block;
}
  .SchemeSlider .slick-next { 
    right: 4px;
}
.SchemeSlider .slick-prev {
    left: 4px;
}
 .question {
    font-size: 16px;
    width: calc(100% - 54px);
  }
  .WhySIPSection ul li {
  font-size: 15px;}
  .bringsLine{
    font-size: .8rem;
  }
    .SpiButton{
        /* bottom: 7%; */
        bottom: 1%;
    }
}

@media(max-width: 575.90px) {
     .SpiButton-Choti-SIP{
        padding: .5rem;
     }
      .SpiButton{
        /* bottom: 5%; */
        bottom: 0%;
        right: 0%;
    }
}

@media(max-width: 479.90px) {
      .SpiButton{
        /* bottom: 2%; */
        bottom: 0%;
        right: 0%;
    }
     .SpiButton-Choti-SIP{
        font-size: .75rem;
        padding: .2rem .5rem;
     }
     .SpiButtonKnowMore{
        /* font-size: .75rem; */
        font-size: .55rem;
     }    
}

.schemeSection{
    background-color: #f6f6f6;
    padding-bottom: 1.5rem;
}

.FundSchemeSection a{
    text-decoration: none !important;
}


