* /*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}*/
/*
a:hover {
    text-decoration: none;
}*/


@font-face {
    font-family: 'Neue Kabel';
    font-weight: 400;
    src: url('../fonts/NeueKabel.otf') format('OpenType');
    font-display: swap;
}

@font-face {
    font-family: 'Neue Kabel';
    font-weight: 500;
    src: url('../fonts/NeueKabel-Medium.otf') format('OpenType');
    font-display: swap;
}

@font-face {
    font-family: 'Neue Kabel';
    font-weight: 700;
    src: url('../fonts/NeueKabel-Bold.otf') format('OpenType');
    font-display: swap;
}

@font-face {
    font-family: 'Neue Kabel';
    font-weight: 800;
    src: url('../fonts/NeueKabel-ExtraBold.otf') format('OpenType');
    font-display: swap;
}

@font-face {
    font-family: 'Neue Kabel';
    font-weight: 900;
    src: url('../fonts/NeueKabel-Black.otf') format('OpenType');
    font-display: swap;
}



.what-pet-owners-say-section{
    padding: 40px 0;
    background: rgba(9, 68, 84, 0.05);
}

.what-pet-owners-say-section .what-pet-owners-say-title-wapper{
    max-width: 788px;
    margin: 0 auto;
}

.what-pet-owners-say-section .what-pet-owners-say-title-wapper h2{
    font-family: 'Neue Kabel';
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    color: #094454;
    margin: 0;
    padding-bottom: 32px;
}

.what-pet-owners-say-section .what-pet-owners-say-title-wapper p{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #222728;
    margin: 0;
    padding-bottom: 48px;
}

.what-pet-owners-say-img-wapper{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.what-pet-owners-say-img-wapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.what-pet-owners-say-img-wapper .h-overlay-slider{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 50px;
}

#owl-what-pet-owners .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 8px;
    align-items: center;
}

#owl-what-pet-owners .owl-dots .owl-dot{
width: 16px;
min-width: 16px;
height: 16px;
border-radius: 50%;
background: #BACACF;
}

#owl-what-pet-owners .owl-dots .owl-dot.active{
    background: #094454;
}



@media (min-width: 1150px) {
    .container.w-1080 {
	max-width: 1110px;
	width: 100%;
}
}



@media (max-width: 767px) {
    .what-pet-owners-say-section .what-pet-owners-say-title-wapper h2 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 20px;
    }

    .what-pet-owners-say-section .what-pet-owners-say-title-wapper p {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 30px;
    }

    #owl-what-pet-owners .owl-dots {
        margin-top: 30px;
    }
}