/* Tablets */
@media only screen and (max-width: 991px) {
    .carousel-caption{
        max-width: 80%;
    }

    .background-circle{
        position: relative;
    }

    .bottom-image{
        bottom: -100px;
    }

    .about-box{
        margin-bottom: 200px;
    }

    .rating-item{
        margin: 5px 0;
        padding: 20px;
    }

    .main-nav{
        border: 0;
        padding: 0;
    }

    .footer-divider{
        border: 0;
    }

    header{
        border-bottom: 1px solid rgb(0 0 0 / 10%);
    }

    .service-style__img{
        height: 400px;
    }

    .big-m-t {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .contact-form{
        padding: 0;
        padding-top: 20px;
    }

    .service-item {
        padding: 10px 0;
    }
}

/* Mobile Devices */
@media only screen and (max-width: 767px) {
    .background-circle {
        display: none;
    }

    .top-image, .bottom-image{
        position: relative;
        width: 100%;
        bottom: 0
    }

    .bottom-image {
        margin-top: 10px;
    }

    .carousel-caption{
        top : 50%
    }

    .big-m-t {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .hero-text, .carousel-caption h1{
        font-size: 2rem;
    }

    .about-box{
        margin-bottom: 0;
    }

    .about__img-box{
        height: 300px;
    }

    .contact-style__info li{
        width: 100%;
        flex: 1 1 100%;
    }

}

@media (min-height: 3000px) {
  .carousel-inner {
    max-height: 800px;
  }
}

