.invest-section {
    margin: 60px 0px 100px 0px;
}

.invest-section .packemains {
    position: relative;
}

.invest-section .bgimaged {
    position: absolute;
    top: 60%;
    right: 0px;
    z-index: -1;
}

.invest-section .bgimaged .bgimgdd {
    height: 500px;
    z-index: -1;

}

.invest-section .invest-heading {
    text-align: center;
    margin-bottom: 60px;
}

.invest-section .invest-heading h2 {
    font-size: 40px;
    line-height: 53px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.invest-section .invest-text {
    padding-top: 13px;
}

.invest-section .invest-text h4 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.invest-section .invest-text-border {
    width: 127px;
    height: 3px;
    background: #FFBD21 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
}

.invest-section .invest-part-main {
    width: 260px;
    height: 260px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #0000003B;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    z-index: 0;
    overflow: hidden;
    cursor: pointer;
    transition-duration: .9s;
}

.invest-section .invest-part-main:before {
    height: 0;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    padding-top: 0;
    z-index: -1;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);


    border-radius: 100%;
    background: #066DB3;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.invest-section .invest-part-main:hover:before {
    width: 100%;
    height: 100%;
}


.invest-section .inv-main {
    display: flex;
    justify-content: flex-start;
}

.invest-section .inv-main1 {
    display: flex;
    justify-content: center;
}

.invest-section .inv-main2 {
    display: flex;
    justify-content: flex-end;
}

.invest-section .inv-main3 {
    display: flex;
    justify-content: center;
}

.invest-section .inv-main4 {
    display: flex;
    justify-content: center;
}

.invest-section .inv-main5 {
    display: flex;
    justify-content: flex-start;
}

.invest-section .invest1 {
    width: 125px;
    height: 125px;
}

.invest-section .part1 {
    display: block;
    text-align: center;
}

.invest-section .part2 {
    display: none;

}

.invest-section .part2 p {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.invest-section .invest-part-main:hover .part2 {
    display: block;
}

.invest-section .invest-part-main:hover .part1 {
    display: none;
}

@media (min-width:0px) and (max-width:485px) {
    .invest-section {
        margin: 30px 0px 60px 0px;
    }

    .invest-section .invest-heading h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .invest-section .invest-heading {
        margin-bottom: 30px;
    }

    .invest-section .invest1 {
        width: 80px;
        height: 80px;
    }

    .invest-section .invest-text h4 {
        font-size: 20px;
    }

    .invest-section .invest-part-main {
        width: 180px;
        height: 180px;
    }

    .invest-section .part2 p {
        font-size: 11px;
    }

    .invest-section .invest-text-border {
        width: 85px;
    }

    .invest-section .inv-main {
        justify-content: center;
    }

    .invest-section .inv-main1 {
        justify-content: center;
    }

    .invest-section .inv-main2 {
        justify-content: center;
    }

    .invest-section .inv-main3 {
        justify-content: center;
    }

    .invest-section .inv-main4 {
        justify-content: center;
    }

    .invest-section .inv-main5 {
        justify-content: center;
    }
}

@media (min-width:486px) and (max-width:991px) {
    .invest-section {
        margin: 41px 0px 80px 0px;
    }

    .invest-section .invest-heading h2 {
        font-size: 28px;
        line-height: 39px;
    }

    .invest-section .invest-heading {
        margin-bottom: 40px;
    }

    .invest-section .invest1 {
        width: 80px;
        height: 80px;
    }

    .invest-section .invest-text h4 {
        font-size: 23px;
    }

    .invest-section .invest-part-main {
        width: 220px;
        height: 220px;
    }

    .invest-section .part2 p {
        font-size: 14px;
    }

    .invest-section .invest-text-border {
        width: 110px;
    }

    .invest-section .inv-main {
        justify-content: center;
    }

    .invest-section .inv-main1 {
        justify-content: center;
    }

    .invest-section .inv-main2 {
        justify-content: center;
    }

    .invest-section .inv-main3 {
        justify-content: center;
    }

    .invest-section .inv-main4 {
        justify-content: center;
    }

    .invest-section .inv-main5 {
        justify-content: center;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .invest-section {
        margin: 50px 0px 80px 0px;
    }

    .invest-section .invest-heading h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .invest-section .invest-heading {
        margin-bottom: 50px;
    }

    .invest-section .invest1 {
        width: 90px;
        height: 90px;
    }

    .invest-section .invest-text h4 {
        font-size: 25px;
    }

    .invest-section .invest-part-main {
        width: 220px;
        height: 220px;
    }

    .invest-section .part2 p {
        font-size: 14px;
    }

    .invest-section .invest-text-border {
        width: 110px;
    }


}

@media (min-width:1800px) and (max-width:2685px){
.invest-section .inv-main {
display: flex;
justify-content: center;
}
.invest-section .inv-main2 {
    display: flex;
    justify-content: center;
}
}
