.logo{
    width: 150px;
    height: auto !important;
}

.noListStyle{
    list-style: none;
}

.underline{
    text-decoration: underline;
}

.negative-mt-50{
    margin-top: -75px;
}
.my-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.cyanBg{
    margin-top: -1px;
    background-color: #4ad5ca;
}
.pdy-5 {
    padding-top: 7rem;
    padding-bottom: 15rem;
}
@media only screen and (min-width: 992px) {
    .phone{
        width: 500px;
        height: auto;
    }
    .main-background{
        background-image: url(assets2/img/shape/Group\ 1.svg);
    }
}

@media only screen and (max-width: 992px) {
    .main-background{
        background-image: linear-gradient(#ffffff, #a5f3ff) !important;
        background-size: contain !important;
    }
}

@media only screen and (min-width: 768px) {
    .no-padding{
        padding: 0 !important;
    }
    .width-80{
        width: 80% !important;
    }
    .featureH2 {
        font-size: 45px;
        font-weight: 800;
        margin-bottom: 20px;
    }
    .featureCon {
        display: flex;
        text-align: center;
        justify-content: center;
    }
    
}
@media only screen and (max-width: 768px) {
    
    .featureH2 {
        font-size: 36px;
        text-align: center;
        font-weight: 800;
        margin-bottom: 20px;
        
    }
    .featureCon {
        display: flex;
        flex-direction: column;
    }
    .row {
        justify-content: center;
    }
    .featurePara {
        text-align: center;
    }
    
}
.mb-0 {
    margin-bottom: 0px;
}

.mt-auto{
    margin-top: auto !important;
}

.display-flex{
    display: flex;
    flex-direction: column;
}
