.UnpmgFund {
    /* background-color: red !important; */
}

.UnpmgFund .imageSlider {
    z-index: 1;
    width: 90%;
    margin: 0 auto;
    padding: 1rem 0rem;
}

.UnpmgFund .imageBanner {
    height: 620px;
    /* background-color: red; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: white;
}

.UnpmgFund .overlay {
    padding-right: 1rem;
}

.UnpmgFund .services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 1rem;
    grid-column-gap: 1rem;
    margin-bottom: 1rem;
    width: 80%;
    margin: 0 auto;
    padding: 2rem 0rem;
}

.UnpmgFund .services .title {
    color: #0d7dfc;
    font-weight: bold;
}

.UnpmgFund .services .imgCover {
    height: 240px;
}

.UnpmgFund .services .service {
    box-shadow: 1px 1px 15px rgba(44, 44, 44, 0.17);
    background: white;
}

.UnpmgFund .services .service .content {
    width: 80%;
    margin: 0 auto;
    padding: 1rem 0rem;
}

.UnpmgFund .services .service .content h1 {
    font-size: 1.4rem;
    text-transform: uppercase;

}

.btn {
    background: #0d7dfc;
    color: white;
    border-radius: 4pc;
    transition: all ease-in-out .3s;
    padding: 7px 15px;
}




/* MutualFundDetailed FUND DETAILED PAGE STYLE */
.MutualFundDetailed {
    height: calc(100vh - 120px);
    display: flex;
    justify-content: center;
    align-items: center;

}

.MutualFundDetailed .overlay {
    /* background:linear-gradient(to bottom, rgba(255, 0, 0, 0.589), rgba(0, 0, 255, 0.575)); */
    background: rgba(255, 255, 255, 0.904);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.MutualFundDetailed .overlay h2 {
    padding-bottom: 1rem;
    font-size: 3rem;
    width: 30%;
    text-align: center;
}

.MutualFundDetailed .overlay .info {
    line-height: 1.8;
    color: rgb(114, 114, 114);
}



.MutualFundDetailed .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem;
    width: 70%;
    margin: 0 auto;
}

.MutualFundDetailed .content .sideOne {
    position: relative;
}

.MutualFundDetailed .content .btnGroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.MutualFundDetailed .content .btnGroup .trigger {
    border: none;
    padding: .6rem 2rem;
    background: linear-gradient(to right, rgb(44, 44, 253), rgb(48, 120, 255));
    color: white;
    border-radius: 4pc;
}



/* EntrepreneuriaFundDetailed FUND DETAILED PAGE STYLE */
.EntrepreneuriaFundDetailed {
    height: calc(100vh - 120px);
    display: flex;
    justify-content: center;
    align-items: center;

}


.EntrepreneuriaFundDetailed .overlay {
    /* background:linear-gradient(to bottom, rgba(255, 0, 0, 0.589), rgba(0, 0, 255, 0.575)); */
    background: rgba(255, 255, 255, 0.904);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.EntrepreneuriaFundDetailed .overlay h2 {
    padding-bottom: 1rem;
    font-size: 3rem;
    width: 30%;
    text-align: center;
}

.EntrepreneuriaFundDetailed .overlay .info {
    line-height: 1.8;
    color: rgb(114, 114, 114);
}

.EntrepreneuriaFundDetailed .content {
    width: 70%;
    margin: 0 auto;
}

.EntrepreneuriaFundDetailed .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem
}

.EntrepreneuriaFundDetailed .content .sideOne {
    position: relative;
}

.EntrepreneuriaFundDetailed .content .btnGroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.EntrepreneuriaFundDetailed .content .btnGroup .trigger {
    border: none;
    padding: .6rem 2rem;
    background: linear-gradient(to right, rgb(44, 44, 253), rgb(48, 120, 255));
    color: white;
    border-radius: 4pc;
}

@media screen and (max-width: 500px) {
    .UnpmgFund .imageBanner {
        height: 250px;
        /* background-color: red; */
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }

    .UnpmgFund .overlay {
        padding-right: 1rem;
    }

    .UnpmgFund .services {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 1rem;
        grid-row-gap: 1rem;

    }

    .EntrepreneuriaFundDetailed {
        height: auto;
    }
    .EntrepreneuriaFundDetailed .overlay h2{
       width: 80%;
       font-size: 2rem;
       padding: 2rem 0rem;
       margin: 0 auto;
    }

    .EntrepreneuriaFundDetailed .content {
        display: block;
        /* grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 1rem */
    }
    .EntrepreneuriaFundDetailed  ul{
        padding: 0 !important;
    }
    .EntrepreneuriaFundDetailed  ul li{
        list-style: disc;
    }
    .EntrepreneuriaFundDetailed  .title{
        font-weight: bold;
    }

    /* MutualFundDetailed FUND DETAILED PAGE STYLE */
.MutualFundDetailed {
    height: auto;

}



.MutualFundDetailed .overlay h2 {
    /* padding-bottom: 1rem; */
    font-size: 2rem;
    width: 80%;
   margin: 0 auto;
   padding: 2rem 0rem;
}
.MutualFundDetailed .content {
   
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 1rem;
    width: 80%;
    margin: 0 auto;
}
}