.rh-hero-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.icon-box-wrapper {
    border: 1px solid #eee;
    padding: 2.3rem 0 2.2rem;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.rh-heading {
    font-size: 36px;
    font-weight: 900;
}

.rh-sub-heading {
    max-width: 850px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

.rh-iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.map-iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

.rh-category {
    padding: 15px;
    border-radius: 5px;
    height: 100%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.rh-category .rh-cat-image {
    overflow: hidden;
}

.rh-category a {
    white-space: normal;
}

.rh-category img {
    width: 100%;
    transition: transform 300ms !important;
}

.rh-category:hover img {
    transition: 300ms ease;
    transform: scale(1.05);
}

.featured-testimonial {
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.author-img img {
    width: 70px !important;
    height: auto;
    border-radius: 100%;
}

.font-medium {
    font-weight: 500;
}

.border-radius-new {
    border-radius: 20px;
}

i.comms {
    font-size: 60px;
    opacity: 0.5;
}

.testi-carousel {
    margin: 50px auto;
    padding: 0 50px;
}

.testi-carousel .carousel-item {
    color: #999;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    min-height: 290px;
}

.testi-carousel .author-img img {
    width: 50px !important;
}

.testi-carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}

.carousel-control i {
    font-size: 24px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel .carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%;
}

.carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
    background: #555;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.expand::after,
.collapse::after {
    display: none;
}

@media only screen and (max-width: 600px) {
    .rh-hero-section {
        padding-top: 10px;
    }

    .rh-hero-section .row {
        flex-direction: column-reverse;
    }

    .rh-hero-section .row .col-md-6:nth-child(1) {
        margin-top: 20px;
    }

    i.comms {
        font-size: 50px;
    }

    .testi-carousel {
        padding: 0 40px;
    }

    .map-iframe {
        height: 250px;
        padding-bottom: 20px;
    }
}