.hero-wrap.style4 .bg-one {
    background-image: url(../img/custom/hero.jpg);
}

.testimonial-card .client-info-area .client-info-wrap .client-img img {
    border-radius: 50%;
    object-fit: cover;
    height: 100%;
}

/* ABOUT US - TESTIMONIAL */
.testimonial-wrap.team.bg-chathamas .testimonial-card {
    height: 325px;
    display: flex;
    flex-direction: column;
}

.testimonial-wrap.team.bg-chathamas .owl-stage-outer {
    min-height: 340px !important;
}

/* HOME - TESTIMONIAL */
.testimonial-wrap.bg-white .testimonial-card {
    height: 255px;
    display: flex;
    flex-direction: column;
}

.testimonial-wrap.bg-white .owl-stage-outer {
    min-height: 255px !important;
}

.testimonial-card .client-quote {
    margin-bottom: 0;
}

.testimonial-card .client-info-area {
    margin-top: auto;
    padding-top: 1rem;
}

.about-wrap.style3 .promo-bg {
    background-image: url(../img/custom/video-story-1.jpg);
    height: 600px;
    z-index: 1;
    border-radius: 10px;
}

.about-wrap.style3 .promo-bg .play-now {
    width: 80px;
    height: 80px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 77px;
    background-color: #37b5db;
    border: none;
}

.about-wrap.style3 .promo-bg .play-now i {
    color: #fff;
    left: 1px;
    top: 3px;
    font-size: 34px;
    position: relative;
}

.btn.style1.custom {
    background-color: #FFFFFF;
    color: #002345;
}

.btn.style1.custom:after,
.btn.style1.custom:before {
    background-color: #37b5db;
}

.btn.style1.custom:hover {
    background-color: #37b5db;
    color: #FFFFFF;
}

.btn.style1.custom.active {
    background-color: #37b5db;
    border-color: transparent;
    color: #fff;
}

.cost-history h2 {
    font-size: 40px;
    color: #FFFFFF;
}

.cost-history p {
    color: #FFFFFF;
}

.responsive-chart {
    width: 100%;
    height: 450px;
}

.pricing-wrap .section-title h2 {
    color: white;
}

.pricing-wrap .section-title p {
    color: white;
}

@media only screen and (max-width: 767px) {
    .about-wrap.style3 .promo-bg {
        height: 400px;
    }

    .section-title h3,
    .content-title h3 {
        font-size: 20px;
    }

    .cost-history h2 {
        font-size: 20px;
    }

    .wh-wrap.style3 .wh-img-wrap {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cost-history h2 {
        font-size: 36px;
    }

    .wh-wrap.style3 .wh-img-wrap {
        margin-left: 0px;
    }
}
