@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');



.section {
    padding: 40px 0;
    clear: both;
}

h1,
h2,
h3,
h5,
p,
.btn {
    font-family: 'Poppins', sans-serif;
}

/* .banner {
    position: relative;
    background: url('{{ "assets/images/pro_dog_images/banner.jpg"|theme }}') no-repeat;
    background-size: cover;
    padding: 120px 0;
    z-index: 1;
}
 */
.banner h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 55px;
}

.banner::before {
    content: "";
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    top: 0;
    left: 0;
    z-index: -1;
}

.gen-info {
    padding-bottom: 0;
}

.gen-info h2,
.benefits-info h2,
.card-content h2 {
    color: #A41C1E;
    font-size: 35px;
    font-weight: 600;
    line-height: 38px;
}

.gen-info p,
.benefits-info p {
    font-size: 17px;
    font-weight: 400;
}

h3.bullet {
    position: relative;
    font-size: 24px;
    font-weight: 500;
}

h3.bullet::before {
    content: "";
    background: #a41c1e;
    width: 13px;
    height: 13px;
    position: absolute;
    left: -24px;
    top: 6px;
    border-radius: 10px;
}

.cta {
    padding: 0;
}

.cta {
    background: #A41C1E;
    padding: 20px;
}

.cta p {
    margin: 0;
    font-weight: 500;
    color: #F5F5F5;
}

.btn.btn-talk {
    color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    font-weight: 500;
}

.card-content .container-box-box {
    width: 1100px;
}

.card-content h2 {
    padding: 10px 0 20px;
}

.card-body {
    background: #f5f5f5;
}

.card {
    max-width: 80%;
    margin: 15px auto;
    transition: 0.5s all;
}

.card:hover {
    box-shadow: 2px 3px 12px #ccc;
    cursor: pointer;
}

.card img {
    max-width: 99.8%;
    transition: 0.5s all;
}

.card img:hover {
    transform: scale(0.99);
}

.card h5.card-title {
    font-size: 18px;
    color: #A41C1E;
}

.card .card-text {
    font-size: 14px;
    font-family: 'Poppins';
    height: 150px;
    overflow: overlay;
    padding-right: 10px;
}

.card .card-text::-webkit-scrollbar {
    width: 2px;
    background: #ccc;
    border-radius: 20px;
}

.item.card {
    max-width: 100%;
}

.owl-nav {
    position: relative;
}

.protect {
    position: relative;
}

.protect .owl-theme .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}

.protect .owl-theme .owl-nav img {
    max-width: 60%;
}

.protect .owl-theme .owl-nav button.owl-prev {
    position: absolute;
    left: -100px;
}

.protect .owl-theme .owl-nav button.owl-next {
    position: absolute;
    right: -100px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.cta2 {
    background: #f5f5f5;
}

.cta2 .container-box p,
.cta2 .container-box .btn {
    color: #000;
    border-color: #000;
}








@media only screen and (max-width: 980px) and (min-width: 320px) {
    .container-box {
        width: auto !important;
    }

    .protect .owl-theme .owl-nav button.owl-prev {
        left: -20px;
        top: 60px;
        ;
    }

    .protect .owl-theme .owl-nav button.owl-next {
        top: 60px;
        ;
        right: -20px;
    }

    h1 {
        font-size: 39px !important;
        line-height: 40px !important;
    }

    h2 {
        font-size: 25px !important;
        line-height: 28px !important;
    }

    span.d-block {
        display: inline-block !important;
    }

    h3.bullet {
        font-size: 20px;
    }

    .cta .col-md-6,
    .cta .col-md-6 {
        width: 50%;
    }
}