/* ====================== basic mutual fund page start ==================== */
.mutual-wrapper {
	padding-top: 220px;
}

.top_banner_style{
    position: relative;
   }
  .bannerMain{
    position: absolute;
    content: "";
    max-width: 100%;
    height: auto;
    display: block;
    top: -115px;
    z-index: -999;
  }
  .breadcrumb-area{
         position: relative; 
  }
  .cal-header{
    position: absolute;
    top: -200px;
    left:40%;
    /* transform: translate(-35%, -45%); */
   
  }

  .cal-header h3{
    color: #fff;
    font-size: 2rem;   
  }
  .cal-border {
	height: 5px;
	width: 70px;
	background-color: #B02A30;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {

    .cal-header{
        /* position: absolute; */
        margin-top: 120px;
        /* transform: translate(-35%, -45%); */
       
      }
    
  .cal-header h3{
    color: #fff;
    font-size: 1.2rem !important;   
  }
    .cal-border{
      height: 5px;  
      width: 70px;
      background-color: #B02A30;
      margin: 0 auto;
  }
  .bannerMain {
	position: absolute;
	content: "";
	max-width: 100%;
	height: auto;
	display: block;
	margin-top: 45px;
	z-index: -999;
}
.breadcrumb-area {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	width: 100%;
	height:  420px !important;
}
   }
/* ==================== basic mutual fund start */
.basic-mutual-fund .top-header {
    height: 200px;
    width: 100%;
    background-image: url('../images/header-inside-curve.html');
    background-size: cover;
    background-position: bottom;

}

.basic-mutual-fund .learn-background {
    /* height: 600px;
    width: 100%;
    background-image: url('../images/learn-bg.jpg');
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat; */


}

.basic-mutual-fund .investment h3 {
    display: inline-block;
    background-color: #F8A03F;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: bold;
}

.basic-mutual-fund .investment h3,.basic-mutual-fund .investment 
h2 {
    color: #335790;
}
/* .basic_fund_first_accordion_img img{ 
          padding: 20px 10px !important;
} */
/* .basic_fund_first_accordion{
        padding: 10px 20px !important;
} */

.basic-mutual-fund #chapter-1 {
    background-color: #FEF7EB;
}

.basic-mutual-fund #chapter-2 {
    background-color: #F5FAFB;
}

.basic-mutual-fund #chapter-3 {
    background-color: #FDF5E3;
}

.basic-mutual-fund #chapter-4 {
    background-color: #F5F9FB;
}

.basic-mutual-fund .curve {
    height: 50px;
    width: 100%;
    background-image: url('../images/gradient-curve.html');
    background-position: top;
    background-size: cover;
}

.basic-mutual-fund .curve-grey {
    height: 50px;
    width: 100%;
    background-image: url('../images/gradient-curve-grey.html');
    background-position: top;
    background-size: cover;
}

.basic-mutual-fund .investment .row {
    padding: 80px 100px 10px;
}

.basic-mutual-fund .chapter-index {
    border-radius: 10px;
    box-shadow: 3px 3px 5px gray;
    margin-top: 10px;
    padding: 30px 30px 0 30px;
    background-color: #FFFFFF;
    position: absolute;
    margin: -50px 100px 0px 100px;
}
.basic-mutual-fund .investment{padding-top: 30px;}
.basic-mutual-fund .chapter-menu {
    margin-bottom: 0;
}

.basic-mutual-fund .chapter-menu ul {
    list-style: none;
}

.basic-mutual-fund .chapter-menu ul li {
    display: inline-block;
    border-right: 2px solid #E5E5E5;
    margin-bottom: 0;
}

.basic-mutual-fund .chapter-menu ul li:last-child {
    border-right: none;
}

.basic-mutual-fund .chapter-menu ul li a {
    display: block;
    text-decoration: none;
    padding: 10px 30px;
    border-bottom: 3px solid #FFFFFF;
}

.basic-mutual-fund .chapter-menu ul li a:active {
    border-bottom: 3px solid #97291E;
}

.basic-mutual-fund .chapter-menu ul li a:hover {
    border-bottom: 3px solid #97291E;
}

.basic-mutual-fund .chapter-menu select {
    display: none;
}

@media (max-width: 960px) {
    .basic-mutual-fund .chapter-menu ul {
        display: none;
    }

    .basic-mutual-fund .chapter-menu select {
        display: inline-block;
        padding: 10px;
        margin-bottom: 10px;
        border: none;
        color: #FF6130;
    }
}

.basic-mutual-fund .chapter-bottom-card {
    box-shadow: 5px 5px 30px gray;
    margin: 0 100px 50px 100px;
    padding: 20px 20px;

    border-radius: 7px;
}

.basic-mutual-fund .chapter-bottom-card div {
    margin: 15px 15px;
}

.basic-mutual-fund .chapter-bottom-card h5 {
    color: #204181;
}

.basic-mutual-fund .chapter-bottom-card p {
    color: #707A86;
}

.basic-mutual-fund .chapter-bottom-card .btn {
    border-radius: 20px;
    padding: 5px 20px;
    background-color: #FC761E;
}

.basic-mutual-fund .chapter-bottom-card .btn:hover {
    background-color: #B32D2F;
}

.basic-mutual-fund .custom-card {
    padding: 20px 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 10px 10px 50px gray;
    color: #FF5824;
    margin: 10px 0px;
}

.basic-mutual-fund .custom-card p {
    margin: 0;
}

.basic-mutual-fund hr.line-2 {

    width: 80px;
    height: 4px;
    background-color: #B02A30;
    opacity: 100%;
    text-align: center;
    margin: auto;

}

.basic-mutual-fund hr.line {
    width: 80px;
    height: 4px;
    background-color: #B02A30;
    opacity: 100%
}


.basic-mutual-fund .chapter-number {

    display: inline-block;
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    margin-left: 5px;
    text-align: center;
    padding-top: 2px;

}

.basic-mutual-fund .chapter-4-bottom-curve {

    height: 100px;
    width: 100%;
    background-image: url('../images/gradient-curve-grey.html');
    background-position: top;
    /* background-attachment: fixed; */
    background-size: cover;
}

.basic-mutual-fund .chapter-4-bottom-img {
    width: 100%;
    height: 250px;
    background-image: url('../images/chapter4.html');
    background-position: top;
    background-size: cover;
    position: absolute;
    
}

.basic-mutual-fund .chapter-bottom-btn{margin: -70px 0 0 0;}
.basic-mutual-fund .chapter-bottom-btn a{margin:0 30px;padding: 50x;}
.basic-mutual-fund .chapter-bottom-btn .btn{border-radius: 20px; padding: 10px 15px;}
.basic-mutual-fund .chapter-bottom-btn .btn:hover{background-color: #B22C30; color: #FFFFFF;}

/* videos */


@media (max-width:830px) {
    .basic-mutual-fund .chapter-index{ margin-left: 10px; margin-right: 10px;}
    .basic-mutual-fund .investment{margin-top: 20px; padding-top: 50px;}
    .basic-mutual-fund .investment .row {
        padding: 80px 50px 10px;
    }
    .basic-mutual-fund .chapter-bottom-card {margin: 0 50px 50px 50px;}
}
@media (max-width:630px) {
    /* .chapter-index{ margin-bottom: 200px; padding: 100px;} */
    .basic-mutual-fund .investment{margin-top: 20px; padding-top: 80px;}
}
@media (max-width:550px) {
    /* .chapter-index{ margin-bottom: 200px; padding: 100px;} */
    .basic-mutual-fund .investment{margin-top: 20px; padding-top: 100px;}
}
@media (max-width:500px) {
    /* .chapter-index{ margin-bottom: 200px; padding: 100px;} */
    .basic-mutual-fund .investment{margin-top: 20px; padding-top: 150px;}
}
@media (max-width:450px) {
    /* .chapter-index{ margin-bottom: 200px; padding: 100px;} */
    .basic-mutual-fund .investment{margin-top: 20px; padding-top: 200px;}
}
@media (max-width:425px) {
    /* .chapter-index{ margin-bottom: 200px; padding: 100px;} */
    .basic-mutual-fund .investment{margin-top: 20px; padding-top: 260px;}
}
/* ====================== basic mutual fund page end ==================== */

/* ======================= glossary section start ================= */
.input-group-append button i{
           color: #111;
}
.glossary hr.line-2 {

    width: 80px;
    height: 4px;
    background-color: #B02A30;
    opacity: 100%;
    text-align: center;
    margin: auto;

}

.glossary hr.line {
    width: 80px;
    height: 4px;
    background-color: #B02A30;
    opacity: 100%
}

.glossary ul {
    list-style: none;
}

.glossary ul li {
    display: inline-block;
    border-right: 1px solid #ECECEC;

}

.glossary ul li:last-child {
    border-right: none;
}

.glossary ul li a {
    display: block;
    text-decoration: none;
    color: #FC8524;
    padding: 3px 10px;
    border-radius: 10px;

}


.glossary ul li a:hover {
    background-color: #B02A30;
    color: #ffffff;
}


.glossary .custom-card {
    min-height: 300px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

.glossary .grid {
    column-count: 4;
    column-gap: 30px;
}

.glossary .grid .grid-item {
    
    margin-bottom: 30px;
    border-radius: 6px;
    break-inside: avoid;
}

@media only screen and (max-width: 990px) {
    .glossary .grid {
        column-count: 3;
    }
}

@media only screen and (max-width: 770px) {
    .glossary .grid {
        column-count: 2;
    }
}

@media only screen and (max-width: 480px) {
    .glossary .grid {
        column-count: 1;
    }
}
/* ======================= glossary section end ================= */
/* ======================= videos section start ================= */
.videoes hr.line-2 {

    width: 80px;
    height: 4px;
    background-color: #B02A30;
    opacity: 100%;
    text-align: center;
    margin: auto;

}

.videoes hr.line {
    width: 80px;
    height: 4px;
    background-color: #B02A30;
    opacity: 100%
}
.videoes{box-sizing: border-box;}
.videoes .card-body-height{
    min-height: 150px;
    padding: 30px 20px;
    border: none;
   box-shadow: 5px 5px 40px gray;
   border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;
}
.videoes .card{border: none;}
.videoes.card-img-top{border-radius: 10px;}
.videoes .custom-card-title{
    font-weight: bolder;}
/* }
.videoes.card-img-top {width: 100%; box-sizing: border-box;}
 img{transition: transform .2s;}
img:hover{
    transform: scale(1.1);
} */
.videoes .card-img-top{height: 250px;width: 100%; overflow: hidden;}
.videoes .card-img-top img{width: 100%;height: 100%;}
.videoes .card-img-top img{transition: transform .2s; transition: .3s ease-in-out;}
.videoes .card-img-top img:hover{transform: scale(1.2); box-sizing: border-box; position: relative;}

/* ======================= videos section end ================= */

/* ======================= infographics section start ================= */
.infographics hr.line-2 {

    width: 80px;
    height: 4px;
    background-color: #B02A30;
    opacity: 100%;
    text-align: center;
    margin: auto;

}

.infographics hr.line {
    width: 80px;
    height: 4px;
    background-color: #B02A30;
    opacity: 100%
}
.infographics .infographics{
 
    margin: 50px 0;
}
.infographics .card-body-height{
    min-height: 100px;
    padding: 30px 20px;
    border: none;
   box-shadow: 5px 5px 40px gray;
   border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;
}
.infographics .card-img-top{overflow: hidden;height: 300px; width: 100%;}
.infographics .card-img-top img{ width: 100%;}
.infographics .card-img-top img{transition: transform .2s; transition: .3s ease-in-out;}
.infographics .card-img-top img:hover{transform: scale(1.1); box-sizing: border-box; position: relative;}
.infographics .card{border: none;}
.infographics.card-img-top{border-radius: 10px;}
.infographics .custom-card-title{
    font-weight: bolder;
}
/* ======================= infographics section end ================= */

/* ======================= mutual fund blog section start ================= */
.blog-wrap{
      margin-top: 92px;
}

.mutual-fund-blog hr.line {
    width: 80px;
    height: 4px;
    background-color: #B02A30;
    opacity: 100%
}

.mutual-fund-blog .headline-color {
    color: #174082;
}

.mutual-fund-blog .big-headline-style {
    font-weight: bold;
    margin: 15px 0;
}

.mutual-fund-blog .read-more {
    text-decoration: none;
    color: #FF6C3E;
    font-weight: bold;
}

.mutual-fund-blog .read-more:hover {
    color: #F79948
}

.mutual-fund-blog .date-stamp {
    display: inline-block;
    background-color: #174082;
    color: white;
    padding: 10px 20px;
    position: absolute;
    margin-top: -53px;
}


.mutual-fund-blog .card-body-height {
    min-height: 170px;
    padding: 30px 40px;
    border: none;
    box-shadow: 5px 5px 40px gray;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.mutual-fund-blog .card {
    border: none;
}

.mutual-fund-blog .card-img-top {
    height: 250px;
    width: 100%;
    overflow: hidden;
}

.mutual-fund-blog .card-img-top img {
    width: 100%;
    height: 100%;
}

.mutual-fund-blog .card-img-top img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.mutual-fund-blog .card-img-top img {
    transition: transform .2s ease-in-out;
}

.mutual-fund-blog .card-img-top img:hover {
    transform: scale(1.2);
}

.mutual-fund-blog .custom-card-title {
    font-weight: bolder;
    margin: 10px 0 20px 0;
}

.mutual-fund-blog .middle-banner {
    width: 70%;
    margin: auto;
    position: relative;
    padding-bottom: 25px;
}

.mutual-fund-blog .middle-banner .data {
    position: absolute;


}

.mutual-fund-blog .data h2,
.mutual-fund-blog .data a {
    display: block;
    text-align: center;
    margin-left: 250px;
    color: #ffffff;
}

.mutual-fund-blog .data h2 {
    margin-right: 15px;
    margin-top: 20px;
    font-size: 22px;
    line-height: 35px;
    font-weight: 500;
}

.mutual-fund-blog .data a {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    text-decoration: none;
}


.mutual-fund-blog .middle-banner-2 {

    width: 70%;
    margin: auto;
    position: relative;
}

.mutual-fund-blog .middle-banner-2 .data-2 {
    position: absolute;


}

.mutual-fund-blog .data-2 h2,
.mutual-fund-blog .data-2 a {
    display: block;
    text-align: center;

    color: #ffffff;
}

.mutual-fund-blog .data-2 h2 {
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 35px;
    font-weight: 500;
}

.mutual-fund-blog .data-2 a {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #ffffff;
    border-radius: 30px;
    padding: 5px 20px;
    margin: 10px 20px 0 0;
}

.mutual-fund-blog .data-2 ul {
    list-style: none;
}

.mutual-fund-blog .data-2 ul li {
    display: inline;
    margin: 10px 10px 0 10px;
    color: #FDB68F;
}



@media(max-width:1200px) {
    .mutual-fund-blog .middle-banner-2 {

        width: 100%;

    }
}

@media(max-width:993px) {
    .mutual-fund-blog .middle-banner {
        width: 100%;
        font-size: 15px;
    }
}

@media(max-width:992px) {
    .mutual-fund-blog .data-2 h2 {
        margin-right: 5px;
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 12px;
        line-height: 15px;
        font-weight: 500;
        
    }
    
    .mutual-fund-blog .data-2 a {
        font-size: 10px;
        line-height: 15px;
        font-weight: 600;
        text-decoration: none;
        border: 2px solid #ffffff;
        border-radius: 30px;
        padding: 3px 10px;
        margin: 5px 10px 0 0;
    }
}

@media(max-width:770px) {

    .mutual-fund-blog .data h2,
    .mutual-fund-blog .data a {
        display: block;
        text-align: center;
        margin-left: 100px;
        color: #ffffff;
    }

    .mutual-fund-blog .data h2 {
        margin-right: 15px;
        margin-top: 10px;
        font-size: 15px;
        line-height: 22px;
        font-weight: 500;
    }
    
    .mutual-fund-blog .data a {
        font-size: 10px;
        line-height: 14px;
        font-weight: 600;
        text-decoration: none;
    }
}
@media(max-width:600px){
    i{height: 10px; width: 10px;}
}
@media(max-width:600px){
    .mutual-wrapper{
            margin-top: 60px;
    }
    .cal-header h3{
          color: rgb(250, 154, 0);
    }
    .import-design{
           margin-top: 80px;
    }
}
/* ======================= mutual fund blog section end ================= */