.logo{
    width: 150px;
    height: auto !important;
}

.noListStyle{
    list-style: none;
}

.underline{
    text-decoration: underline;
}

.negative-mt-50{
    margin-top: -75px;
}

@media only screen and (min-width: 992px) {
    .phone{
        width: 500px;
        height: auto;
    }
    .main-background{
        background-image: url(assets2/img/shape/1.jpg);
    }
}

@media only screen and (max-width: 992px) {
    .main-background{
        background-image: linear-gradient(#d0f7ff, #ffcafe) !important;
        background-size: contain !important;
    }
}

@media only screen and (min-width: 768px) {
    .no-padding{
        padding: 0 !important;
    }
    .width-80{
        width: 80% !important;
    }
}

.mb-0 {
    margin-bottom: 0px;
}

.mt-auto{
    margin-top: auto !important;
}

.display-flex{
    display: flex;
    flex-direction: column;
}