﻿.banner img {
    height: auto;
    width: 100%;
}

.banner .title {
    font-size: 3.5rem;
    font-weight: normal;
}

.banner .subtitle {
    margin-bottom: 25px;
    font-size: 2rem;
    font-weight: normal;
    margin-top: -7px;
}

/* .banner img {
      width: 100%;
      height: 100%;
  } */

.banner-button {
    position: relative;
    padding-bottom: 1rem;
    /* top: -200px; */
}

    .banner-button button {
        background: var(--color-theme);
        color: #fff;
    }

    .banner-button p {
        /* color: #fff; */
        font-weight: bold;
        margin-bottom: 5px;
    }

.img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 0px;
    border: 1px solid rgb(68, 60, 60);
    border-radius: 50%;
}

    .img-box img {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 50%;
    }

.testimonial {
    padding: 30px 20px 10px 20px;
    text-align: center;
    font-size: 19px;
}

.overview {
    font-style: italic;
    text-align: center;
    font-size: 15px;
    padding: 10px 20px 20px 20px;
}

    .overview b {
        text-transform: uppercase;
        color: #7aa641;
    }

.imgHome {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.titleHome {
    margin: 10px;
}

.descHome {
    margin: 10px;
}

.btn-start {
    color: #dc3545;
    background-color: var(--color-white);
    border-color: #dc3545;
    margin: 10px;
}

.fb-banner {
    color: var(--color-black);
}

.review {
    /* margin-top: -150px; */
}

.list {
    list-style: none;
    padding-left: 15px;
}

    .list li a {
        color: var(--color-black);
    }

    .list .fa {
        color: #bb1830;
    }

@media (max-width: 767px) {
    /* .review{
          margin-top: -50px;
      } */
    .review {
        margin-top: 0px;
    }

    .banner img {
        height: 160px;
        /*width: auto;*/
        object-fit: cover;
    }

    .banner .title {
        font-size: 2rem;
    }

    .banner .subtitle {
        font-size: 1rem;
    }

    .banner-button {
        position: inherit;
        top: 30px;
    }

        .banner-button p {
            color: var(--color-black);
        }

    .top-area {
        display: none;
    }
}
