.review-sec {
    padding: 60px 0px;
    text-align: center;
    background-color: #f3f3f3
}

.review-sec .review-head {
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.review-sec .each-review {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin: 15px 10px;
    border-radius: 7px;
    background-color: #fff;
}

.review-sec .owl-carousel {
    position: relative;
    padding-bottom: 50px;
}

.review-sec .owl-stage-outer.owl-height {
    margin-bottom: 65px;
}

.review-sec .owl-nav {
    height: 0px;
}

.review-sec .owl-dots {
    height: 50px;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.review-sec .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 6px;
    border: 1px solid #ff4c4c;
}

.review-sec .owl-dot.active {
    background-color: #ff4c4c;
}

.featured-section {
    background-color: #c5eaff;
    padding: 50px 0px;
}

.about-sec {
    background-image: url(../images/about.jpg);
    padding-bottom: 60px;
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
}

.about-sec .about-info {
    width: auto;
    max-width: 1000px;
    margin-left: 10%;
}

.about-sec .about-info .white-txt {
    color: #fff;
}

.about-sec .about-info .heading {
    font-size: 45px;
    font-weight: 700;
}

.about-sec .about-info .info {
    font-size: 14px;
    font-weight: 400;
}

.review-section {
    padding: 50px 0;
    background-color: #c5eaff;
    text-align: center;
}

.review-section .heading {
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 20px;
}

.review-section .each-review {
    width: auto;
    max-width: 800px;
    margin: 0 auto;
}

.review-section .each-review .msg {
    font-size: 30px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 20px;
}

.review-section .each-review .customer {
    font-size: 24px;
    font-weight: 700;
}

.review-section .owl-prev,
.review-section .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.review-section .owl-prev {
    left: 0;
}

.review-section .owl-next {
    right: 0;
}

@media only screen and (max-width: 1200px) {
    .about-sec {
        height: unset;
        padding-bottom: 60px;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #000;
        padding-top: 25%;
    }

    .about-sec .about-info {
        margin-left: 0;
    }

    .about-sec .about-info .heading {
        font-size: 35px;
    }
}

@media only screen and (max-width: 991px) {
    .review-section .each-review {
        width: 80%;
    }

    .review-section .each-review .msg {
        font-size: 20px
    }

    .review-section .heading {
        font-size: 30px;
    }

    .review-section .each-review .customer {
        font-size: 19px;
    }
}

@media only screen and (max-width: 767px) {
    .review-sec {
        padding: 40px 0px;
    }
}