*,
html,
body {
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Georama SemiExpanded';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #363636;
}



/* CHANGES CSS */

.business-cycle-main .fund-fact,
.business-cycle-main .asset-allocation,
.business-cycle-main .scheme-allocation,
.business-cycle-main .NFO-Collaterals  {
  margin: 0;
}

/* DARSHAN CSS START */


.section-red-heading {
  font-size: 40px;
  line-height: 59px;
  color: #e21836;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.business-cycle-main img {
  width: unset;
}

.business-cycle-main section {
  padding: 25px 0px;
}

.business-cycle-main .banner-sc{
  padding: 0;
}


/* assistance-sc */

.assistance-sc {
  padding: 20px 0px;
  background: #e5e5e5;
}
.assistance-sc .assistance-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.assistance-sc .content{
  flex: 1;
}
.assistance-sc .form-container{
  flex: 2;
}
.assistance-sc .btn-container{
  flex: 1;
}
.assistance-sc .need{
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 34px;
  line-height: 30px;
  color: #000000;
  font-weight: bold;
}
.assistance-sc .content p{
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  padding-top: .3rem;
}
.assistance-sc  span{
  color: #e21836;
  font-weight:bold;
}
.assistance-sc .form-grp-container{
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.assistance-sc .form-grp-container:last-child{
  margin-bottom: 0px;
}
.assistance-sc .form-grp{
  flex: 1;
  position: relative;
}
.assistance-sc input[type=text]{
  width: 100%;
  border: 0;
  outline: 0;
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 26px;
}
.assistance-sc input[type=text]::placeholder{
  font-size: 20px;
  color: #afafaf;
  font-weight: 700;
}
.assistance-sc label{
  font-size: 10px;
  padding-left: 20px;
}
.assistance-sc input[type=checkbox]{
  height: 15px;
  width: 15px;
  left: 0;
  top: 3px;
}
.assistance-sc img{
  width: 100%;
}
.assistance-sc .btn-container img {
  width: 70%;
}
.assistance-sc .btn-container {
  text-align: center;
}


/* why-business-cycle-sc */

.why-business-cycle-sc p {
  font-size: 15px;
  line-height: 17px;
}

.why-business-cycle-sc .why-grid-container {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.why-business-cycle-sc .why-card {
  padding: 20px;
  background: #dedede;
}

.why-business-cycle-sc .why-card .head {
  font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin: 10px 0px;
}

.why-business-cycle-sc .why-card p {
  margin: 0;
}


/* key-drivers-sc */

.key-drivers-sc .key-grid-container {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;

}

.key-drivers-sc .key-card {
  display: flex;
  background: #e2e0db;
}

.key-drivers-sc .key-grid-container .content {
  padding: 10px;
}

.key-drivers-sc .key-card .head {
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  font-weight: 600;
}

.key-drivers-sc .key-card p {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
.key-drivers-sc .text-sm {
  margin-top: 10px;
  font-size: 10px;

}

/* Darshan Media Start */

@media (max-width:1200px) {
  .key-drivers-sc .key-grid-container {
    row-gap: 40px;
    column-gap: 40px;
  }
}

@media (max-width:991px) {
  .section-red-heading {
    font-size: 36px;
    line-height: 50px;
}
  .key-drivers-sc .key-grid-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .assistance-sc .assistance-container {
    flex-direction: column;
}
.assistance-sc .content {
  text-align: center;
}

}

@media (max-width:768px) {
  .section-red-heading {
    font-size: 28px;
    line-height: 40px;
}
.investmentStyle-box-main {
  padding: 20px 0px;
}
  .why-business-cycle-sc .why-card .head {
    font-size: 20px;
    line-height: 24px;
}
  .key-drivers-sc .key-card .head {
    font-size: 20px;
    line-height: 26px;
  }
  .nfowrap .nfo h3 {
    font-size: 17px;
    text-align: center;
    line-height: 20px;
}
}

@media (max-width:575px) {
  .section-red-heading {
    font-size: 26px;
    line-height: 30px;
}

.why-business-cycle-sc .why-card .head {
    font-size: 18px;
}
  .key-drivers-sc .key-card p {
    font-size: 13px;
  }

  .key-drivers-sc .key-card {
    flex-direction: column;
    padding: 10px;
  }

  .key-drivers-sc .key-card .img-container {
    text-align: center;
  }

  .key-drivers-sc .key-grid-container .content {
    padding: 0;
    padding-top: 10px;
    text-align: center;
  }
  .key-drivers-sc .key-card .head {
    font-size: 18px;
  }
  .assistance-sc .need {
    font-size: 26px;
}
}

@media (max-width:480px){
  .assistance-sc input[type=text]{
    font-size: 16px;
    line-height: 20px;
  }
  .assistance-sc input[type=text]::placeholder{
    font-size: 16px;
  }
  .assistance-sc .form-grp-container {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
}
}

@media (max-width:380px) {
  .key-drivers-sc .key-card {
    flex-direction: column;
    padding: 10px;
  }

  .key-drivers-sc .key-card .img-container {
    text-align: center;
  }

  .key-drivers-sc .key-grid-container .content {
    padding: 0;
    padding-top: 10px;
  }
}

/* Darshan Media End */

/* DARSHAN CSS END */




/*neha css starts*/
.investmentStyle-box-main div {
  border-radius: 11px;
  background-color: #dedede;
  width: 40%;
  display: inline-block;
  margin-right: 19.5%;
  margin-top: 3rem;
  position: relative;
  padding: 25px 35px;
  padding-right: 5rem;
  vertical-align: top;
}

.investmentStyle-box-main .number-img {
  position: absolute;
  width: auto;
  left: -3.5rem;
  top: 1rem;
}

.investmentStyle-box-main span {
  position: absolute;
  right: -2.5rem;
  top: -2.5rem;
}

.investmentStyle-box-main div:nth-child(even) {
  margin-right: 0;
}

.investmentStyle-box-main div:nth-child(3),
.investmentStyle-box-main div:last-child {
  margin-top: 6rem;
}

.investmentStyle-box-main p {
  font-size: 25px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 0;
  min-height: 150px;
}

@media(min-width:992px) and (max-width:1199.90px) {
  .investmentStyle-box-main div {
    margin-left: 5%;
    margin-right: 5%;
  }

  .investmentStyle-box-main p {
    font-size: 23px;
    min-height: 135px;
  }
}

@media(min-width:768px) and (max-width:991.90px) {
  .investmentStyle-box-main div {
    margin-left: 5%;
    margin-right: 5%;
    padding-right: 2rem;
  }

  .investmentStyle-box-main p {
    font-size: 23px;
    min-height: 135px;
  }
}

@media(min-width:481px) and (max-width:767.90px) {
  .investmentStyle-box-main div {
    padding-right: 3rem;
    width: 100%;
    margin: 2rem 0;
  }

  .investmentStyle-box-main p {
    font-size: 20px;
    min-height: 135px;
  }

  .investmentStyle-box-main {
    width: 80%;
    margin: 0 auto;
  }

  .investmentStyle-box-main div:nth-child(3),
  .investmentStyle-box-main div:last-child {
    margin-top: 2rem;
  }
}

@media(min-width:320px) and (max-width:480.90px) {
  .investmentStyle-box-main div {
    padding-right: 3rem;
    width: 100%;
    margin: 2rem 0;
  }

  .investmentStyle-box-main p {
    font-size: 17px;
    min-height: 135px;
  }

  .investmentStyle-box-main {
    width: 80%;
    margin: 0 auto;
  }

  .investmentStyle-box-main div:nth-child(3),
  .investmentStyle-box-main div:last-child {
    margin-top: 2rem;
  }

  .investmentStyle-box-main .number-img {
    width: 72px;
    left: -2.5rem;
  }
}

/*neha css ends*/


/* AKSHAY CSS START */

.business-cycle-main .banner-sc img{
  width: 100%;
}

  .business-cycle-five .boxwrapper .box {
    width: 25.33%;
    padding: 10px;
}
.business-cycle-five .invest-now {
  margin-bottom: -.5rem;

  margin-top: 1.5rem;
  box-shadow: none;
  background: none;
  background-image: none;
  box-shadow: 0px 1px 8px #bdbdbd;
  background-image: linear-gradient(to bottom, #f3f3f3, #efefef, #ffffff)
  
}
.business-cycle-five .btnbtn{
    width: 30%;
}
.business-cycle-five .black-head {
  font-size: 40px;
  line-height: 60px;
}
.business-cycle-five .start_dt {
  width: 50%;
  background-color: #05a35b;
  font-family: 'Georama SemiExpanded';
  font-size: 34px;
  line-height: 65px;
  padding: 0 20px;
  color: #fff;
}
.text-color-white{color: #fff;}
.business-cycle-five .end_dt {
  width: 50%;
  background-color: #df1637;
  font-family: 'Georama SemiExpanded';
  font-size: 34px;
  line-height: 65px;
  padding: 0 20px;
  color: #fff;
  font-weight: 500;
}
.business-cycle-five .boxwrapper a {
  color: #000000;
    font-size: 25px;
    line-height: 35px;
}
  .business-cycle-six .img-round{
    width: 69% !important;
    margin-top: 22px;
  }
  .business-cycle-six .business-text {
    font-size: 25px;
line-height: 30px;
color: #4d4d4d;
font-weight: 600;
text-align: center;
  }

  .business-cycle-six .know-how{
    font-size: 40px;
    line-height: 59px;
    color: #161616;
    font-weight: bold;
    text-align: center;
    
    margin-top: 30px;
  }
  .business-cycle-six  .img-round-two {
    margin-top: -10px;
  }
  .business-cycle-sev img{
    width: 100%;
  }
  .business-cycle-sev .line-bottom{
    font-size: 10px;
  }
  .business-cycle-sev  .line-bottom-one{

    font-size: 10px;
  }
  .business-cycle-eight .detailbold{
    font-size: 10px;
line-height: 15px;
color: #363636;
font-weight: 500;
text-align: left;
  }

  .business-cycle-eight   .scheme-desc {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-family: 'Georama SemiExpanded';
    margin-bottom: 15px;
    text-align: left;
}
  
.business-cycle-eight .allo{
  font-size: 12px;
  line-height: 17px;
  color: #363636;
  font-weight: 500;
  text-align: center;
 margin-top: 20px;
 margin-bottom: 20px;
}
.business-cycle-nine .scheme-desc {
  font-size: 12px;
  line-height: 18px;
  color: #000;
  font-family: 'Georama SemiExpanded';
  margin-bottom: 15px;
  text-align: left;
  margin-top: 27px;
} 

 .business-cycle-nine .exit_load_list li {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 10px;
}

.business-cycle-nine .also{
  font-size: 11px;
  line-height: 15px;
  color: #363636;
  text-align: start;
  margin-top: 89px;

}
.business-cycle-nine .footernote {
  /* text-align: right; */
  /* color: #1b1b1a; */
  font-size: 11px;
  line-height: 15px;
  color: #363636;
  text-align: center;
  margin-top: 10px;
}

.business-cycle-nine .riskometer_cont_col p {
  font-size: 13px;
  color: #363636;
  font-weight: 500;
}

.business-cycle-nine .riskometer_cont_col ul li {
  font-size: 15px;
  color: #363636;
  font-weight: 500;
 
}

.business-cycle-nine .short_desc_col{
  font-size: 13px;
  line-height: 18px;
  color: #363636;
  font-weight: 500;
  font-family: "Georama Expanded";
}
/* .business-cycle-sev .linebox{
  margin-top: -40px;
} */

.business-cycle-ten .boxwrapper a {
  color: #000000;
  font-size: 25px;
  line-height: 35px;
}
.business-cycle-ten .boxwrapper .box {
  width: 25.33%;
  padding: 10px;
}
.business-cycle-ten .disc_txtt{
  font-size: 21px;
line-height: 30px;
color: #000000;
font-weight: bold;
margin-top: 70px;
text-align: center;
}
.business-cycle-eight .table-head {
  background-color: #f3f3f3;
  color: #d5002f;
  font-weight: 900;
  padding: 5px 10px;
  border: 1px solid #afafaf;
}
@media (min-width:768px) and (max-width:1067px){
  .nfowrap .nfo {
    width: 50%;

}
.business-cycle-five .btnbtn{
  width: 38%;
}
}
@media (min-width:320px) and (max-width:1066px) {
  .business-cycle-five .start_dt {
    width: 100%;
}
.business-cycle-five .end_dt {
  width: 100%;
  
}
.business-cycle-five .black-head {
  font-size: 23px;
  line-height: 60px;
}
.business-cycle-five .start_dt {
  font-size: 23px;
}
.business-cycle-five .end_dt {
  font-size: 23px;
}
.business-cycle-five .boxwrapper .box {
  width: 100%;
  padding: 10px;
}
.section-red-heading {
  font-size: 23px;
  
}
.business-cycle-six .business-text {
  font-size: 21px;
}
.business-cycle-five .boxwrapper a {
  font-size: 21px;
}
.business-cycle-ten .boxwrapper .box {
  width: 100%;
  padding: 10px;
}
.business-cycle-ten .boxwrapper a {

  font-size: 21px;
  line-height: 35px;
}
.business-cycle-six .know-how {
  font-size: 23px;

}
.section-red-heading {
  line-height: 23px;
}
.lastone{
  margin-top: 18px;
}
.business-cycle-five .btnbtn{
  width: 50%;
}
}

/* AKSHAY CSS END */