.heroHomeSlider .owl-item div {
    height: 100%;
}
.heroHomeSlider .owl-item div img {
    height: 100%;
    max-height: 500px;
    object-fit: cover;
}

.testimonialCardOne h2,
.testimonialCardOne .h2 {
    margin: 24px 0;
}

.contactInfoTwo {
    padding: 24px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
    border-radius: 6px;
}

.contactInfoTwo .icon {
    font-size: 2em;
}

.contactInfoTwo .info {
    margin-top: 24px;
}

.contactInfoTwo + .contactInfoTwo {
    margin-top: 24px;
}

.sectionTitle p + h3,
.sectionTitle h3 + ul {
    margin-top: 16px;
}

.sectionTitle ul li + li {
    margin-top: 8px;
}

.featureOne .imgSec img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .testimonialCardOne h2, 
    .testimonialCardOne .h2 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .testimonialCardOne h2, 
    .testimonialCardOne .h2 {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .navbarArea .navbar .othersOption .sidebarToggler {
        display: block;
    }
}