/* *{
    margin: 0px;
    padding: 0px;
}
.head-hd{
    font-family: sans-serif;
    color: white;
    padding: 5vh;
}
.custom-shape-divider-bottom-1640875033 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.btn1{
    margin: 2vh 5vh;
    padding: 1vh;
    border-radius: 100px;
    
}
.btn1:hover{
    background-color: white;
    color: green;
}

.custom-shape-divider-bottom-1640875033 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 186px;
}

.custom-shape-divider-bottom-1640875033 .shape-fill {
    fill: #FFFFFF;
} */



*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
}
.wrapper{
    margin: 50px auto;
    border-radius: 10px;
    padding: 50px 50px;
    box-shadow:  0 0 40px 2px rgba(37,27,214,0.18);
}
.feature-box{
    padding: 30px;
}
.feature-box h1{
    margin-top: 20px ;
    color: #1B65A7;
}
.feature-box p{
     margin: 50px auto;
     color: #555;
}
.feature-box a{
    text-decoration: none !important;
    background: #1B65A7; ;
    border-radius: 20px;
    padding: 10px 20px;
    margin-right: 30px;
    border: 2px solid  #a669ce !important;
}

.btn-One{
    background: #1B65A7 !important;
    color: #fff !important;
}
.btn-One:hover{
    background: transparent !important;
    color: #1B65A7 !important;
}
.imgrig{
    width: 100%;
    padding:40px;
}
.wave-img{
    width: 100%;
    position: absolute;
    display: block;
    top:69%;
    z-index:-1;
    opacity: 0.3;
}
@media only screen and (max-width:990px){

    .wave-img{
        display: none;
    }
    .feature-box a{
        padding: 5px 5px;
       margin-right: 10px; 
    }

}

@media only screen and (max-width:1200px){
    .wave-img{
        top:105%;
    }
}