.hero-about {
    background-image: url(../uploads/about.jpg);
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    background-position-y: center !important;
    background-size: cover !important;
    background-position-x: 35%;
    padding: 2vw 0vw !important;
    border-radius: 0px !important;
    margin-bottom: 0px;
}

.uppersub-heading {
    font-size: 15px;
}

.semiBold-20 {
    font-size: 20px;
    font-family: "JosefinSans-SemiBold" !important;
}

.heading-15 {
    font-size: 15px;
    font-family: "JosefinSans-SemiBold" !important;
}

.aboutRightImage-BG {
    background-color: #F6F6F6;
}

.aboutright-img {
    background-image: url(../uploads/about_rightimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.star-ul {
    list-style: none;
    padding-left: 0px;
    float: right;
}

.star-ul li {
    display: inline-block;
}

.star-ul li img {
    position: relative;
    top: -5px;
}

ul.star-ul {
    display: flex;
    align-items: center;
}
ul.star-ul li h4{
    margin-left: 10px;
}
.carousel-item{
    padding: 0 20px;
}
.review-card {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
}

.review-indicators {
    bottom: -50px;
}

.review-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.review-indicators li.active {
    background-color: #111921;
}

.review-indicators li {
    background-color: #9DDDDD;
}
