@media only screen and (max-width: 992px) {
    .navbar-brand-lg{
        display: none !important;
    }
    #phone-slider-back , #phone-slider-next , #phone-slider , .card-review.last{
        display: none;
    }

    .app-features {
        /*height: 920px;*/
        background-color: #F6F9FF;
        --bs-gutter-x: 0 !important;
        margin-top: 630px;
        margin-bottom: 125px;
    }

    .card-review.item.second{
        display: block;
    }

}

@media only screen and (min-width: 992px) {
    .navbar-brand-sm{
        display: none !important;
    }
}


li.nav-item {
    margin: 0 25px;
}

.carousel-top{
    margin-top: -4em;
    z-index: 0;
}

.navbar{
    z-index: 1;
    background-color: #000000;
    font-size: 15px;
    margin-top: 9px;
}

.carousel-main-content{
    text-align: left;
    margin-left: -83px;
}

@media (min-width: 1200px){
    .h1, h1 {
        font-size: 4.5rem !important;
    }
}

/* Review Slider */

#slider-review {
    height: 350px;
    margin-bottom: 50px;
}

.card-review {
    /*border: solid 0.25px;*/
    /*height: 200px;*/
    display: inline-block;
    margin: 76px 5px;
}
p.mx-2.review-description {
    font-size: 13px;
}
.card-review.first {
    border: none;
    padding-left: 30px;
}
.card-review.first  h4{
    font-size: 40px;
    font-weight: 500;
}
.card-review.first  h3{
    font-size: 60px;
    font-weight: 600;
    color: #2C028C;
}
.review-image-container {
    height: 100px;
}
.card-review.item{
    box-shadow: 7px 7px 55px -14px rgb(128 128 128 / 32%);
}
.card-review.item.second{
    display: none;
}

.img-reviewer {
    width: 80px;
    margin: 10px;
}

.card-review.last {
    border: none;
}

/* App features */

.app-features{
    height: 920px;
    background-color: #F6F9FF;
    --bs-gutter-x: 0 !important;
}
.phone-slider-item{
    width: 100px;
}
.phone-slider-item-selected{
    width: 300px;
}


element.style {
}
h1.app-features-title {
    margin: 90px 0;
    color: #0A3294;
    font-family: Poppins;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: 0;
}

.col.app-features-item {
    margin: 38px 0;
    width: 500px;
    color: #000000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 27px;
}
.btn-apps {
    background-color: #fff;
    padding: 10px 40px;
    font-size: 13px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(189,187,189,1);
    -moz-box-shadow: 0px 0px 9px 0px rgba(189,187,189,1);
    box-shadow: 0px 0px 9px 0px rgb(189 187 189 / 18%);
}
}

.contact-us{
    height: 400px;
    background-color: #F6F9F0;
}
.contact-us-title{
    color: #000000;
    font-family: Poppins;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 90px 0 0 80px;
}
.contact-us-text{
    color: #0A3294;
    font-family: Poppins;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 100px;
    margin: -19px 0 0 75px;
}
.contact-us-description{
    margin: -19px 0 -35px 74px;
    font-size: 10px;
}

.contact-form{
    margin-top: 90px;
    margin-bottom: 20px;
}

.contact-form-control{
    border: 0.5px solid #C4D0E9;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0 7px 25px 0 rgba(38,56,94,0.06);
}

.btn-contact{
    color: #fff;
    background-color: #0e3594;
    height: 50px;
    width: 200px;
    box-shadow: 0 10px 30px 0 rgba(38,56,94,0.06);
    border-radius: 12px;
}

footer{
    background-color: #F6F9FF;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 5px;
}

.main-footer{
    height: 200px;
    border-top: solid 0.5px #e0dede;
}
.footer-copyright{
    height: 100px;
    border-top: solid 0.5px #eceaea;
}

footer img .logo{

    width: 190px;
    padding-left: 10px;

}

a.footer-links {
    color: #000;
    text-decoration: none;
}



.phone-slider-item-selected {
    width: 372px;
    /* top: 10px; */
    position: absolute;
    margin-top: 80px;
    margin-left: -10px;
    z-index: 1;
}
.phone-slider-controls {
    position: absolute;
    margin-top: 790px;
    margin-left: 115px;
}
.phone-slider-item {
    width: 100px;
    position: absolute;
    z-index: 0;
    margin-top: 300px;
    margin-left: -15px;
}