@import "fonts.css";

:root {
    --primary-text-color: #000;
    --bg-primary: #9fcdff;
    --bg-white: #fff;
    --bg-lightgrey: #f6f7f9;
    --black: #000;
    --primary-font: "Monument Grotesk Medium", "Inter", sans-serif;
    --primary-font-bold: "Monument Grotesk Bold", "Inter Bold", sans-serif;
    --secondary-font: "BradfordLLWeb-Regular", cursive;
    --secondary-font-bold: "BradfordLLWeb-Bold", cursive;
}

body {
    color: #000000;
    font-family: "Monument Grotesk Bold", "Inter", sans-serif !important;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
a:focus,
a:active,
a:hover,
input,
textarea,
select,
button {
    outline: 0;
    box-shadow: none;
}
.btn {
    box-shadow: none !important;
}

img {
    max-width: 100%;
}

/* Shifts the chat widget above the offer banner on desktop */
.desktop-body #gladlyChat_container {
    bottom: 60px !important;
}

.desktop-body #attentive_creative {
    bottom: 70px !important;
}

#offerBannerDesktopSticky {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    border: solid 3px #000000;
    background: #ffffff;
    z-index: 99;
}

#desktopStickyLink {
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    width: 100%;
}
#desktopStickyLink:hover {
    text-decoration: none;
}
#desktopStickyLinkText {
    width: fit-content;
}

#desktopStickyLink button {
    padding: 10px 24px;
    background-color: #9fcdff;
    border: solid 3px #000000;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.4px;
    text-align: center;
    color: #000000;
    margin-left: 1rem;
    align-self: center;
}
#desktopStickyLink button:hover {
    color: #000000;
    background-color: #7fa4cc;
    transition: 0.1s;
    filter: none;
    /* border: solid 2px #f7946b; */
}
#desktopStickyLink button:active {
    background-color: #000000;
    color: #ffffff;
}

/*header css*/
.offer-header {
    border: solid 3px #000000;
    padding: 10px 0;
    width: 100%;
    background: #ffffff;
    z-index: 99;
    display: none;
}

.offer-header p {
    text-align: center;
    margin-bottom: 0;
    width: 100%;
}
.offer-header p a {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: 0.2em;
    color: #000000;
    text-decoration: none;
}

.main-header {
    background-color: white;
    margin-left: 0;
    width: 100%;
    padding: 15px 0px 0 !important;
    display: flex;
    justify-content: center;
    -webkit-transition: background-color 300ms linear, padding-top 300ms linear;
    transition: background-color 300ms linear, padding-top 300ms linear;
    -webkit-transition: background-color 400ms, z-index 400ms 300ms,
        -webkit-transform 400ms, padding-top 300ms linear;
    transition: background-color 400ms, z-index 400ms 300ms,
        -webkit-transform 400ms, padding-top 300ms linear;
    transition: background-color 400ms, transform 400ms, z-index 400ms 300ms,
        padding-top 300ms linear;
    transition: background-color 400ms, transform 400ms, z-index 400ms 300ms,
        -webkit-transform 400ms, padding-top 300ms linear;
    position: relative;
    z-index: 2;
}
.unkibble-main.main-header,
.faq-main.main-header {
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: background-color 300ms linear, padding-top 300ms linear;
    transition: background-color 300ms linear, padding-top 300ms linear;
    -webkit-transition: background-color 400ms, z-index 400ms 300ms,
        -webkit-transform 400ms, padding-top 300ms linear;
    transition: background-color 400ms, z-index 400ms 300ms,
        -webkit-transform 400ms, padding-top 300ms linear;
    transition: background-color 400ms, transform 400ms, z-index 400ms 300ms,
        padding-top 300ms linear;
    transition: background-color 400ms, transform 400ms, z-index 400ms 300ms,
        -webkit-transform 400ms, padding-top 300ms linear;
    position: relative;
    z-index: 2;
}
.navbar {
    padding: 0;
}
.navbar-nav {
    width: 100%;
    align-items: center;
}

.header-container {
    width: 100%;
    padding: 0 48px 16px;
    margin-right: auto;
    margin-left: auto;
    /* max-width: 1330px; */
}
.custom-container {
    width: 100%;
    /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
    max-width: 1330px;
}
.custom-container-2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1272px;
}
.custom-container-3 {
    width: 100%;
    display: flex;
    flex-direction: row;

    margin-right: auto;
    margin-left: auto;
    max-width: 1272px;
}
.footer-container {
    width: 100%;
    padding: 0 50px;
    margin-bottom: 85px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-divider {
    display: none;
}

.navbar ul {
    padding: 0;
    margin: 0;
    max-width: 33%;
    width: 33%;
}
.navbar ul li {
    display: inline-block;
}
.navbar ul:nth-child(2),
.navbar ul:nth-child(3) li {
    text-align: center;
}
.navbar ul li img {
    width: 280px;
    max-width: 280px;
}
.unkibble-main.main-header .navbar ul li img,
.faq-main.main-header .navbar ul li img {
    width: 280px;
    max-width: 280px;
}
.unkibble-main.main-header.lightHeader .navbar ul li img,
.faq-main.main-header.lightHeader .navbar ul li img {
    width: 280px;
    max-width: 280px;
    filter: invert(0%);
    -webkit-filter: invert(0%);
    -moz-filter: invert(0%);
}
.lightHeader .navbar ul li img {
    width: 280px;
    max-width: 280px;
    filter: unset;
    -webkit-filter: unset;
    -moz-filter: unset;
}

.nav-link {
    display: flex;
    flex-direction: column;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    position: relative;
    width: fit-content;
    letter-spacing: 2px;
    color: #000000;
}

.nav-underline {
    position: absolute;
    top: 25px;
    left: 16px;
    height: 6px;
    width: calc(100% - 32px) !important;
}

.faq-main.main-header .lightHeader .nav-link {
    color: black;
    text-transform: uppercase;
}
.nav-link:hover {
    color: #828282;
}

.navbar ul:nth-child(3) {
    text-align: right;
}

.shop-now-btn {
    background-color: #9fcdff;
    border: solid 3px #000000;
    padding: 14px 50px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.4px;
    text-align: center;
    color: #000000;
    margin-left: 1rem;
}
.shop-now-btn:hover {
    color: #000000;
    background-color: #7fa4cc;
    transition: 0.1s;
    filter: none;
    /* border: solid 2px #f7946b; */
}
.shop-now-btn:active {
    background-color: #000000;
    color: #ffffff;
}

.faq-main.main-header .shop-now-btn,
.unkibble-main.main-header .shop-now-btn {
    border: solid 2px #121313;
    color: #fff;
    background-color: transparent;
}

.faq-main.main-header .shop-now-btn:hover,
.unkibble-main.main-header .shop-now-btn:hover {
    color: #ffffff;
    background-color: #7fa4cc;
    border: solid 2px #f7946b;
    transition: 0.1s;
}

/*fixed header*/
.unkibble-main.main-header.lightHeader,
.faq-main.main-header.lightHeader {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: -1px -2px 6px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 300ms linear, padding-top 300ms linear;
    transition: background-color 300ms linear, padding-top 300ms linear;
    -webkit-transition: background-color 400ms, z-index 400ms 300ms,
        -webkit-transform 400ms, padding-top 300ms linear;
    transition: background-color 400ms, z-index 400ms 300ms,
        -webkit-transform 400ms, padding-top 300ms linear;
    transition: background-color 400ms, transform 400ms, z-index 400ms 300ms,
        padding-top 300ms linear;
    transition: background-color 400ms, transform 400ms, z-index 400ms 300ms,
        -webkit-transform 400ms, padding-top 300ms linear;
    padding-top: 15px;
}

.faq-main.main-header .offer-header {
    z-index: 9999;
}
.lightHeader {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: -1px -2px 6px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 300ms linear, padding-top 300ms linear;
    transition: background-color 300ms linear, padding-top 300ms linear;
    -webkit-transition: background-color 400ms, z-index 400ms 300ms,
        -webkit-transform 400ms, padding-top 300ms linear;
    transition: background-color 400ms, z-index 400ms 300ms,
        -webkit-transform 400ms, padding-top 300ms linear;
    transition: background-color 400ms, transform 400ms, z-index 400ms 300ms,
        padding-top 300ms linear;
    transition: background-color 400ms, transform 400ms, z-index 400ms 300ms,
        -webkit-transform 400ms, padding-top 300ms linear;
    padding-top: 15px;
}
.lightHeader a {
    color: #121313;
}
.lightHeader a:hover {
    color: #000;
}

.custom-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1330px;
}
.custom-container-2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1272px;
}

/*banner image css*/
.reviews-hero-image {
    background-image: url(../image/reviews_header.png);
    background-repeat: no-repeat;
    height: 40vh;
    min-height: 40vh;
    background-size: cover;
    background-position: center center;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
@media (max-width: 767px) {
    .hero-image {
        background-image: url(../image/hero-mobile.png) !important;
    }
    .hero-image.no-bg {
        background-image: none !important;
    }
}
.hero-image {
    background-image: url("../image/HeroImage1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 200px;
    padding-bottom: 320px;
}
.hero-image-unkibble {
    background-image: url("../image/SpilloutScoop_inclusion.png");
    background-repeat: no-repeat;
    background-size: max(475px, min(-125px + 78.125vw, 650px));
    background-position: right bottom;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 250px 0;
}
@media (min-width: 993px) {
    .hero-image-unkibble {
        background-position: center right
            max(-350px, min(-1323.5294117647px + 98.0392156863vw, 0px));
        background-size: contain;
    }
    .pup-section-left {
        max-width: 607px !important;
    }
}
.source-section img {
    max-height: 460px;
}

.medium-small-hero-img {
    display: none;
}

.hero-image-title {
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 83px;
    letter-spacing: normal;
    margin-bottom: 0;
    text-align: center;
    color: #000000;
}

.hero-image-title-unkibble {
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 83px;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 0;
}

.container.hero-image-text-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.hero-image-text-wrap-unkibble {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 130px;
}

.hero-image-p-wrap-unkibble {
    font-family: "BradfordLLSub-Regular", "Lora", serif;
    margin-top: 30px;
    text-align: left;
    margin-bottom: 34px;
}

.hero-image-desc {
    font-size: 22px;
    font-family: "BradfordLLSub-Regular", "Lora", serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
.dash {
    border-bottom: 2px solid black !important;
    width: 15px;
    height: 10px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 15px;
    margin: 0 auto 15px auto;
}

.hero-image-desc-2 {
    font-size: 22px;
    font-family: "BradfordLLSub-Regular", "Lora", serif;
    font-weight: 450;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
}

.snt-blue-btn {
    background-color: #9fcdff;
    border: solid 3px #000000;
    border-radius: 0;
    padding: 14px 50px;
    font-family: "Monument Grotesk Bold", "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #000000;
    width: fit-content;
}

.snt-blue-btn:hover,
.secondary-btn:hover {
    background-color: #7fa4cc;
}

.snt-blue-btn:active,
.secondary-btn:active {
    background-color: #000000;
    color: #ffffff;
}

.secondary-btn {
    background-color: #ffffff;
    border: solid 3px #000000;
    border-radius: 0;
    padding: 13px 16px;
    font-family: "Monument Grotesk Bold", "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #000000;
    text-transform: capitalize;
}

.coral-btn {
    background-color: #f7946c;
    border: none;
    border-radius: 0;
    padding: 15px 40px;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #ffffff;
}
.coral-btn:hover {
    color: #ffffff;
    background-color: #f8aa8a;
    transition: 0.1s;
}
.learn-more {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #000000;
    position: relative;
}

.carrot-down {
    width: 24px;
    height: 16px;
}

/*client logo section css*/
.client-logo-header {
    margin-top: 40px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: 2px;
    text-align: center;
    color: #000000;
    position: relative;
    font-family: "CircularStd-Book";
}

.client-logo {
    padding: 0;
    display: flex;
    flex-direction: row;
    margin: 28px 0 40px 0;
    justify-content: space-around;
}
.client-logo li {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.client-logo li img {
    width: 110%;
    max-width: 110% !important;
}
.client-logo li:nth-child(1) img {
    width: 80%;
}
.features-section {
    background-color: #9fcdff;
    padding: 40px 48px !important;
    text-align: center;
}
.feature-picto-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.feature-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.feature-title {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    text-transform: uppercase;
}
.feature-content {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: normal;
    max-width: 340px;
    text-align: center;
    font-family: "BradfordLLSub-Regular", "Lora", serif;
}
.feature-img img {
    max-height: 126px;
    height: 126px;
}

/*ingredient sections css*/
.ingredients-section {
    background-image: url(../image/twelve-simple-ingredients.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}
.ingredients-text-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 353px 0;
}

.ingredients-title h2 {
    font-size: 32px;
    line-height: 44px;
}
.ingredients-title p {
    font-size: 50px;
    font-family: "CircularStd-Book";
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 10px;
}
.ingredients-title span {
    font-size: 18px;
    font-family: "BradfordLLSub-Regular", "Lora", serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 21px;
    letter-spacing: normal;
    color: #000;
}
.about-ingredients-btn a {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: 1.56px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
.about-ingredients-btn {
    margin-top: 28px;
}

.learn-more-unkibble-btn a {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.56px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    position: relative;
}
.learn-more-unkibble-btn a:hover {
    text-decoration: none;
}
.learn-more-unkibble-btn {
    margin-top: 28px;
}

/* Puppy Block CSS */

.puppy-block-container-mobile {
    display: none !important;
}

.puppy-block-container {
    width: 100%;
    background-image: url("../image/dogs-on-white.jpg");
    background-position: -100px center;
    background-repeat: no-repeat;
    background-size: 110%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.puppy-content {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 323px;
    margin-left: 3rem;
}

.puppy-content-header {
    display: flex;
    flex-direction: row;
    margin-bottom: 32px;
}
.puppy-content p {
    font-family: "BradfordLLSub-Regular", "Lora", serif;
    font-size: 16px;
    line-height: 19px;
}
.puppy-text-decoration {
    display: flex;
    flex-direction: column;
    position: relative;
    width: fit-content;
}
.puppy-text-decoration img {
    position: absolute;
    top: 35px;
    left: 0;
    height: 8px;
    width: 100%;
}

@media (max-width: 992px) {
    .puppy-content {
        width: 55%;
        margin-top: 0;
        margin-bottom: 5rem;
    }
    .puppy-content p {
        padding: 0 48px;
    }

    .puppy-block-container {
        height: fit-content;
        padding: 95px 0 0;
    }

    .puppy-content-header {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .puppy-block-container {
        display: none !important;
    }

    .puppy-block-container-mobile {
        height: auto;
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .puppy-content {
        width: 80%;
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        z-index: 99;
    }

    .puppy-top {
        width: 100%;
    }
    .puppy-top-img {
        min-width: 30%;
        max-width: 45%;
        min-height: 13rem;
        max-height: 15rem;
        background-image: url("../image/puppy-dog-on-white.jpg");
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .puppy-bottom {
        width: 100%;
        display: flex;
        justify-content: center;
        height: fit-content;
        overflow-x: hidden;
    }
    .puppy-content p {
        padding: 0;
    }
    .puppy-bottom-text {
        font-family: "BradfordLLSub-Regular", "Lora", serif;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        z-index: 99;
    }
    .puppy-bottom-img {
        width: 100%;
        height: 207px;
        background-image: url("../image/dog-on-white.jpg");
        background-position: right;
        background-size: contain;
        background-repeat: no-repeat;
        right: 0 !important;
        overflow-x: hidden;
    }
}

/* End puppy block CSS */

/* nutrition section css */
.nutritionist.row {
    background-color: #f6f7f9;
}
.nutritionist-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
    padding: 100px 154px;
}
.nutritionist-section .snt-blue-btn {
    margin-bottom: 70px;
}
.content-left {
    max-width: 425px;
    width: 100%;
}
.nutritionist-title {
    margin: 70px 0 30px;
    font-size: 36px;
    font-stretch: normal;
    font-style: normal;
    line-height: 50px;
    letter-spacing: normal;
}
.nutritionist-desc {
    font-family: "BradfordLLSub-Regular", "Lora", serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 21px;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 45px;
}
.recipe-title {
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    width: 100%;
    margin-top: 20px;
}
.recipe-title-2 {
    font-size: 48px;
    line-height: 66px;
    letter-spacing: normal;
    text-align: center;
    width: 100%;
    margin-top: 80px;
}

.recipe-title-3 {
    font-size: 53px;
    font-weight: 300;
    line-height: 67px;
    letter-spacing: normal;
    text-align: center;
    width: 100%;
    margin-top: 64px;
    margin-bottom: 1rem;
}

.recipe-title-4 {
    font-family: "BradfordLLSub-Regular", "Lora", serif;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
}

.recipe-title-5 {
    font-family: "BradfordLLSub-Regular", "Lora", serif;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
    padding: 0 4px;
}

.recipe-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0;
}
.recipe-list-items-1 {
    display: inline;
    margin: 0 5%;
    cursor: pointer;
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: fit-content;
    white-space: nowrap;
}

.recipe-list-items-2 {
    display: inline;
    margin: 0 5%;
    cursor: pointer;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    text-transform: uppercase;
    width: fit-content;
}

.recipe-list-items-1 img,
.recipe-list-items-2 img {
    display: none;
}
.recipe-list-items-selected img {
    display: flex !important;
    position: absolute;
    top: 25px;
    left: 0;
    height: 6px;
}

.recipe-desc {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    width: 100%;
    margin-bottom: 30px;
}

.recipe-desc-2 {
    font-size: 16px;
    font-family: "BradfordLLSub-Regular", "Lora", serif;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: 0;
    text-align: center;
    width: 520px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.recipe-desc-3 {
    font-size: 17px;
    font-family: "BradfordLLSub-Regular", "Lora", serif;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    padding: 30px 16px;
}

.recipe-title-hover {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
}

.recipe-title-hover-2 {
    font-size: 27px;
    font-weight: bold;
    line-height: 32.4px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.recipe-title-hover-3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}
.recipe-ingredient {
    font-family: "FreightText Pro Book";
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.recipe-ingredient-2 {
    font-size: 18px !important;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0 !important;
    font-family: "FreightText Pro Book";
    margin-left: 40px;
    margin-right: 40px;
}

.recipe-ingredient-3 {
    font-size: 16px !important;
    font-weight: 450;
    line-height: 19px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0 !important;
    margin-bottom: 0;
    font-family: "BradfordLLSub-Regular", "Lora", serif;
}

.find-recipe-btn {
    margin-top: 50px;
}
.bowl-section img {
    width: 90%;
    margin: auto;
    border-radius: 110px;
}

.hover-section {
    position: absolute;
    top: 28px;
    left: 50px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hover-section-2 {
    position: absolute;
    top: 22px;
    left: 22px;
    width: 300px;
    height: 300px;
    background-color: var(--bg-primary);
    border-radius: 50%;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.hover-section-2.cod-unkibble-hover {
    top: 16px;
    left: 17px;
}

.hover-text-container {
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.image {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.image-2 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 345px;
    height: 345px;
    margin: 60px auto;
}

.image-2 img {
    border-radius: 180px;
}

.image-hidden {
    display: none;
}
.overlay {
    display: none;
}
.image:hover .hover-section {
    opacity: 1;
}
.image-2:hover .hover-section-2 {
    opacity: 1;
}

.unkibble-fresh-buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    gap: 48px;
    height: 75px;
}

.dry-fresh-buttons {
    width: fit-content;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 30px;
    position: relative;
}
.dry-fresh-buttons img {
    position: absolute;
    top: 55px;
    left: 0;
    height: 8px;
    width: 100%;
}
.recipe-picker-container {
    border: solid 4px #000000;
    margin: 0 16px;
}
.recipe-picker {
    padding-bottom: 24px;
}

#unkibble-switch-button img {
    display: flex;
}

#fresh-switch-button img {
    display: none;
}

.image img {
    vertical-align: top;
}
.bowl-section:nth-child(1) .hover-section {
    background: #4d6184;
}
.bowl-section:nth-child(2) .hover-section {
    background: #ff9465;
}
.bowl-section:nth-child(3) .hover-section {
    background: #759aaf;
}
/*recipe benefit section*/
.recipe-benefit-section {
    background-image: url(../image/recipe-benefit-bg@2x.png);
    background-repeat: no-repeat;
    min-height: 480px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 70px;
}
.recipe-benefit-title {
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-left: 10%;
    position: relative;
}

.recipe-benefit-title span::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 100%;
    line-height: 1.2;
    background-image: url(../image/underline.svg);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    bottom: -15px;
}

.recipe-benefit-title span img {
    width: 500px;
    max-width: 100%;
    height: 8px;
}

.recipe-benefit-desc {
    font-size: 18px;
    font-family: "BradfordLLSub-Regular", "Lora", serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.recipe-section .row:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.bowl-section {
    width: 33%;
    text-align: center;
}

.bowl-section-2 {
    width: 50%;
    text-align: center;
}
#unkibble-bowl {
    border: solid #000000;
    border-width: 4px 2px 4px 4px;
}
#fresh-bowl {
    border: solid #000000;
    border-width: 4px 4px 4px 2px;
}

@media (min-width: 1600px) {
    .recipe-benefit-section {
        min-height: 640px;
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    3% {
        opacity: 1;
    }

    7% {
        opacity: 1;
    }

    10% {
        opacity: 1;
    }
    11% {
        opacity: 0;
    }
    12% {
        opacity: 0;
    }

    24% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    3% {
        opacity: 1;
    }

    7% {
        opacity: 1;
    }

    10% {
        opacity: 1;
    }
    11% {
        opacity: 0;
    }
    12% {
        opacity: 0;
    }

    24% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
@-moz-keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    3% {
        opacity: 1;
    }

    7% {
        opacity: 1;
    }

    10% {
        opacity: 1;
    }
    11% {
        opacity: 0;
    }
    12% {
        opacity: 0;
    }

    24% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.line-1,
.line-2,
.line-3,
.line-4,
.line-5,
.line-6,
.line-7,
.line-8,
.line-9,
.line-10 {
    position: absolute;
    top: 0;
    padding-left: 10px;
    left: 570px;
    opacity: 0;
    animation: fadeInOut 20s infinite 0s;
    -webkit-animation: fadeInOut 20s infinite 0s;
    -moz-animation: fadeInOut 20s infinite 0s;
    -o-animation: fadeInOut 20s infinite 0s;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    font-size: 40px;
    /* width: fit-content; */
}

.line-1 {
    animation-delay: -18s;
}

.line-2 {
    animation-delay: -16s;
}

.line-3 {
    animation-delay: -14s;
}

.line-4 {
    animation-delay: -12s;
}
.line-5 {
    animation-delay: -10s;
}
.line-6 {
    animation-delay: -8s;
}
.line-7 {
    animation-delay: -6s;
}
.line-8 {
    animation-delay: -4s;
}
.line-9 {
    animation-delay: -2s;
}
.line-10 {
    animation-delay: 0s;
}

/*take quiz section*/

.take-quiz-section {
    text-align: center;
    padding-bottom: 60px;
}
.personalized-plan-title {
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-top: 80px;
    margin-bottom: 20px;
}
.personalized-plan-desc {
    font-size: 18px;
    font-family: "BradfordLLSub-Regular", "Lora", serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}

/*pup section css*/
.pup-section .row {
    flex-direction: row;
    justify-content: center;
}
.pup-section-left {
    width: 42%;
    /*max-width: 607px;*/
}
.pup-section-right {
    max-width: 834px;
    width: 58%;
    background-image: url(../image/recipe-benefit-bg@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pup-section-title {
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}
.pup-section-desc {
    font-size: 18px;
    font-family: "BradfordLLSub-Regular", "Lora", serif;
    font-weight: 450;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
}

/*source section css*/
.source-section {
    margin: 70px 0;
}
.source-section .custom-container-2 {
    background-color: #f6f7f9;
    display: flex;
    flex-direction: row;
}
.source-left,
.source-right {
    width: 50%;
}
.source-right {
    padding: 87px 94px;
    text-align: center;
}
.source-title {
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}
.source-desc {
    font-family: "BradfordLLSub-Regular", "Lora", serif;
    font-size: 18px;
    font-weight: 450;
    font-stretch: normal;
    font-style: normal;
    line-height: 21px;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}

/*free trial section css*/
.free-trial-section-faq {
    background-image: url(../image/free-trial@2x.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    height: 385px;
    max-height: 385px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.free-trial-section {
    background-image: url(../image/free-trial.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 468px;
    max-height: 468px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.free-trial-title {
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 20px;
}
.free-trial-desc {
    font-size: 18px;
    font-family: "BradfordLLSub-Regular", "Lora", serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 40px;
}
/*footer css*/
footer {
    background-color: #ffffff;
    padding: 48px 0;
}
.footer-colum-left {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.footer-colum-right {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.footer-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 120px;
}
.footer-links ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
    margin: 0;
    width: fit-content;
}
.footer-links ul li {
    width: fit-content;
    list-style: none;
}
.footer-links ul li a {
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 33px;
    letter-spacing: normal;
    color: #000000;
    white-space: nowrap;
}
.footer-logo img {
    width: 422px;
    height: 86px;
}

.signup-section {
    height: fit-content;
}
.signup-section p {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: normal;
    color: #000000;
}
.signup-section form {
    display: flex;
    height: 64px;
}

.signup-section form input {
    width: 440px;
    height: 100%;
    border-style: solid;
    border-color: #000000;
    border-width: 3px 0 3px 3px;
    padding: 10px 20px;
    font-family: "Monument Grotesk Regular", "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9f9f9f;
    outline: none;
}
@media (max-width: 1325px) {
    .signup-section form input {
        width: 400px;
    }
}

.signup-section form button,
.signup-section form button:focus {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 24px;
    outline: none;
    -webkit-appearance: none;
}
.footer-info {
    display: flex;
    flex-direction: row;
}
.social-links {
    width: 100%;
}
.social-links ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    margin-bottom: 0;
    gap: 20px;
    width: 100%;
}
.social-links ul li {
    list-style: none;
    width: fit-content;
}
.social-links ul li img {
    height: 36px;
}
.contact-info {
    width: 49%;
}
.contact-info p,
.contact-info p a {
    font-size: 14px;
    font-family: "CircularStd-Book";
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.93;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    margin-bottom: 0;
}

/*testimony section*/
/*.inner-review-container .indiv-review{
    display:inline-block;
    float:left;
}*/
.testimony-title-wrap {
    text-align: center;
    margin-top: 70px;
}
.testimony-title {
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}
.testimony-desc {
    font-size: 18px;
    font-family: "BradfordLLSub-Regular", "Lora", serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.testimony-title-2 {
    font-size: 50px;
    font-family: var(--primary-font);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}
.testimony-desc-2 {
    font-size: 25px;
    font-family: var(--primary-font);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

@media (max-width: 767px) {
    .testimony-title-2 {
        font-size: 35px;
    }
    .testimony-desc-2 {
        font-size: 18px;
    }
}
.try-now-btn {
    text-align: center;
    margin-bottom: 70px;
    margin-top: 30px;
}
.inner-review-container {
    overflow: hidden;
}
.review-slider {
    position: relative;
}
.indiv-review {
    width: 30%;
    background-color: var(--bg-primary);
    margin: 30px;
    padding: 24px;
    height: fit-content;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.slick-track {
    display: flex;
    flex-direction: row;
}

.rating {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.review-title {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}
.review-section .prev,
.review-section .next {
    background-image: none;
    width: 30px;
    height: 30px;
}
.indiv-review .indiv-review-img-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    overflow: hidden;
    margin-bottom: 16px;
}

.indiv-review .indiv-review-img-wrapper img {
    width: 100%;
    height: auto;
}

.indiv-review p {
    margin-top: 24px;
    margin-bottom: 0;
    min-height: 134px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 27px;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    font-family: Times;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    position: relative;
}
.indiv-review .review-subtitle {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    position: relative;
    text-transform: uppercase;
}
.slick-arrow {
    display: none !important;
}
.prev {
    background-image: url(../image/prev@2x.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 35px;
    background-size: 75%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
}
.next {
    background-image: url(../image/next@2x.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 35px;
    background-size: 75%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
}

/*phone css*/
@media (max-width: 767px) {
    .hero-image-unkibble {
        text-align: center;
        position: relative;
        padding: 36px 16px 471px !important;
    }
    .hero-image-title-unkibble {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 8px;
    }
    .hero-image-text-wrap-unkibble {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    .dash {
        border-bottom: 2px solid black !important;
        width: 15px;
        height: 5px;
        padding: 0;
        margin-top: 0;
    }

    .hero-image-p-wrap-unkibble {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: center;
        line-height: normal;
        padding: 0 24px;
        margin: 30px 0 14px;
        width: 100%;
    }

    .hero-image-p-wrap-unkibble > p {
        display: flex;
        align-items: center;
        gap: 4px;
        text-align: left;
    }

    .hero-image-desc-2 {
        margin-bottom: 0px;
    }

    .learn-more-unkibble-btn {
        margin-top: 24px;
    }

    .ingredients-text-container {
        padding: 209px 0;
    }

    .nutritionist-section {
        flex-direction: column-reverse;
        padding: 20px 20px 50px 20px;
        margin-bottom: 0;
    }
    .recipe-benefit-section {
        background-size: 375%;
        background-image: url(../image/recipe-benefit-bg@2x.png);
        padding: 145px 0;
        min-height: 440px !important;
        margin-top: 45px;
    }
    .free-trial-section {
        max-width: 100%;
        width: 100%;
        background-size: cover;
        background-position: -230px center;
        min-height: 390px;
        height: 390px;
    }
    a#scroll-to-recipe {
        display: none !important;
    }
    .pup-section-left {
        width: 100%;
    }
    .client-logo:nth-child(2) li:nth-child(1) img,
    .client-logo:nth-child(2) li:nth-child(2) img {
        width: 80%;
    }
    .client-logo:nth-child(1) li:nth-child(2) img {
        width: 90%;
    }
    .client-logo li:nth-child(1) img,
    .client-logo li:nth-child(2) img {
        width: 90%;
    }
}
@media (max-width: 992px) {
    .hero-image-unkibble {
        padding: 36px 16px 471px;
    }

    .medium-small-hero-img {
        display: block;
        width: 200%;
        height: auto;
        position: relative;
        right: -140px;
    }

    .recipe-benefit-section {
        min-height: 215px;
    }
    .nutritionist-section {
        flex-direction: column-reverse;
        gap: 24px;
        padding: 50px;
        margin-bottom: 0;
    }
    .nutritionist-section .snt-blue-btn {
        margin-bottom: 0;
    }
    .nutritionist-section .image-right {
        padding: 0 24px;
    }
    .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    header {
        padding: 0 !important;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
        padding-right: 15px;
        padding-left: 15px;
    }
    .faq-cta-wrap .row {
        padding: 0;
    }
    .row-2 {
        margin-right: 0;
        margin-left: 0;
        padding-right: 15px;
        padding-left: 15px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }
    .row-3 {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0px;
        padding-left: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .navbar {
        display: flex;
        flex-direction: row;
        justify-content: end;
    }
    .mobile-logo {
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-logo img {
        width: 155px;
    }
    .mobile-logo .coral-btn {
        width: 38%;
        padding: 10px 0;
        font-size: 10px;
    }
    .navbar-light .navbar-toggler {
        position: relative;
        left: 10px;
        padding: 0;
    }

    .custom-container,
    .custom-container-2 {
        max-width: 100%;
    }
    .hero-image-title {
        font-size: 44px;
        line-height: 60px;
    }
    .hero-image-desc {
        font-size: 18px;
        line-height: 21px;
    }
    .features-section {
        padding-top: 45px;
        padding-bottom: 50px;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
    }
    .features-section .col-lg-4 {
        margin-top: 25px;
    }
    .content-left {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .nutritionist-title {
        font-size: 36px;
        text-align: center;
        margin: 24px 0;
    }
    .nutritionist-desc {
        padding: 0 24px;
        text-align: center;
        margin-bottom: 30px;
    }
    .recipe-title {
        font-size: 32px;
    }
    .recipe-desc {
        font-size: 16px;
    }

    .recipe-benefit-title {
        font-size: 30px;
        text-align: center;
        margin-left: 0;
        margin-bottom: 45px;
    }
    .recipe-benefit-desc {
        margin-top: 65px;
        font-size: 15px;
    }
    .pup-section .row {
        flex-direction: column;
    }
    .source-section .custom-container-2 {
        background-color: transparent;
        flex-direction: column;
        padding: 0;
    }
    .footer-info {
        flex-direction: column;
        margin-top: 10px;
    }
    .client-logo li {
        width: 33%;
        text-align: center;
    }
    .features-slider .col-lg-4 {
        display: inline-block;
        float: left;
    }

    .ingredients-title p {
        font-size: 38px;
    }
    .bowl-row {
        overflow: hidden;
        margin: 20px 0 0;
        overflow-x: hidden;
    }
    .hover-section {
        display: none;
    }

    .personalized-plan-title {
        font-size: 36px;
    }
    .personalized-plan-desc {
        font-size: 15px;
    }
    .take-quiz-section {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .dog-img-mobile {
        margin-top: 25px;
    }
    .testimony-title {
        font-size: 36px;
    }
    .testimony-desc,
    .pup-section-desc,
    .free-trial-desc {
        font-size: 16px;
        line-height: 19px;
    }
    .testimony-title-wrap {
        text-align: center;
        margin-top: 50px;
    }
    .indiv-review {
        margin: 20px;
        padding: 20px;
    }
    .review-title {
        font-size: 17px;
    }
    .review-section .prev,
    .review-section .next {
        background-image: none;
        width: 30px;
        height: 30px;
    }
    .pup-section-right {
        max-width: 100%;
        width: 100%;
        background-size: cover;
        min-height: 360px;
    }
    .pup-section-title,
    .free-trial-title {
        font-size: 40px;
    }
    .source-section .row {
        padding: 30px 16px;
    }
    .source-left,
    .source-right {
        width: 100%;
        text-align: center;
    }
    .source-right {
        padding: 30px 20px;
        text-align: center;
    }
    .source-title {
        font-size: 36px;
    }

    .footer-divider {
        border-top: 1px solid #000000;
        display: block;
        margin: 0;
        width: 100%;
    }
    .footer-container {
        flex-direction: column;
        padding: 0 16px;
        margin-bottom: 45px;
        gap: 30px;
    }

    .footer-colum-left {
        gap: 30px;
        width: 100%;
    }
    .footer-logo {
        text-align: left;
    }
    .footer-links {
        justify-content: left;
        gap: 43px;
        justify-content: space-between;
        width: 100%;
    }

    .footer-links ul {
        gap: 8px;
    }

    .footer-links ul li a {
        font-size: 18px;
        line-height: 24px;
    }

    .footer-logo img {
        width: 255px;
        height: 51px;
    }

    .footer-colum-right {
        gap: 30px;
    }

    .social-links ul {
        flex-direction: row;
    }

    .social-links ul li img {
        height: 24px;
    }

    .signup-section {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .signup-section p {
        font-size: 18px;
        line-height: 25px;
        text-align: left;
        margin-bottom: 0;
    }
    .signup-section form {
        display: flex;
        justify-content: left;
        width: 100%;
    }
    .signup-section input {
        width: 100%;
    }
    .contact-info,
    .social-links {
        width: 100%;
    }
    .social-links ul {
        justify-content: center;
    }
    .contact-info {
        margin-top: 20px;
    }
    .contact-info p,
    .contact-info p a {
        text-align: center;
        font-size: 13px;
    }
    .social-links ul li {
        width: 33%;
        text-align: center;
    }
    .inner-review-container .slick-track {
        display: flex;
        flex-direction: row;
    }
    .features-slider .slick-track {
        display: block;
    }
    .bowl-row .slick-track .bowl-section {
        width: 100% !important;
        text-align: center;
    }
    .bowl-row .slick-track .bowl-section .image img {
        max-width: 250px !important;
        max-width: 250px;
    }
    .coral-btn {
        padding: 15px 0;
        width: 210px;
    }
    .mobile-slide {
        float: left;
        padding-left: 20px;
        padding-right: 20px;
    }

    .prev1 {
        background-image: url(../image/left-arrow.svg);
        background-repeat: no-repeat;
        width: 30px;
        height: 29px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -32px;
    }
    .next1 {
        background-image: url(../image/right-arrow.svg);
        background-repeat: no-repeat;
        width: 30px;
        height: 29px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -32px;
    }
    .next-prev-btn1 {
        display: flex;
        position: relative;
        align-items: center;
        top: -80px;
        width: 90%;
        justify-content: center;
        margin: auto;
    }

    .navbar-collapse {
        position: fixed;
        top: 132px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        background: #9fcdff;
        height: 100%;
    }
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -100%;
    }
    .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url(../image/menu.svg);
        background-size: 65%;
    }

    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: transparent;
        outline: none;
        box-shadow: none;
    }
    .navbar ul:nth-child(1),
    .navbar ul:nth-child(3) {
        display: none;
    }

    .navbar ul:last-child a {
        width: 210px;
    }
    #navbarText {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
    }
    #navbarText.slideout {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        z-index: 10000;
    }
    .navbar .collapse:not(.show) {
        display: block !important;
    }
    .close-icon {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        top: 15px;
        left: 20px;
        background-size: 60%;
    }

    .close-icon-img {
        width: 24px;
        height: 24px;
    }

    .recipe-ingredient {
        font-size: 16px !important;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.64;
        letter-spacing: normal;
        text-align: center;
        margin-top: 0 !important;
    }
    .find-recipe-btn {
        margin-top: 30px;
    }
    .hover-section1 {
        visibility: hidden;
    }
    .slick-current .hover-section1 {
        margin-top: 48px;
        visibility: visible;
    }
    ul.client-logo:last-child li {
        width: 40%;
    }
    .client-logo li img {
        width: 90%;
    }

    .signup-section form {
        display: flex;
        height: 55px;
        width: 100%;
    }

    .signup-section form button,
    .signup-section form button:focus {
        font-size: 12px;
        line-height: 16px;
        padding: 15px;
        width: fit-content;
        min-width: 100px;
    }
    .signup-section form input {
        border-radius: 0;
        width: 100%;
        height: 100%;
    }

    .navbar ul {
        max-width: 100%;
        width: 100%;
        margin-top: 143px;
    }
    .navbar ul li {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 20px;
    }
    .nav-link {
        font-size: 30px;
        letter-spacing: 0.2rem;
    }

    .source-section {
        background-color: #f6f7f9;
        margin: 0;
    }

    .recipe-benefit-title span {
        text-align: center;
        transform: translateX(-50%);
        display: inline-block;
        left: 50%;
        /* width: fit-content; */
    }
    .recipe-benefit-title span:after {
        width: 100%;
        left: 0;
        bottom: 0;
    }
    .recipe-section {
        margin-top: 40px;
    }
    .next-prev-btn3 {
        display: flex;
        position: relative;
        align-items: center;
        top: -40px;
        width: 85%;
        justify-content: center;
        margin: auto;
    }
    .next-prev-btn4 {
        display: flex;
        position: absolute;
        align-items: center;
        /* top: -200px; */
        width: 85%;
        justify-content: center;
        margin: auto;
    }
    .next-prev-btn4 > * {
        background-image: none;
        width: 30px;
        height: auto;
    }
    .next-prev-btn4 .prev {
        position: relative;
        left: -250px;
        top: -200px;
    }

    .next-prev-btn4 .next {
        position: relative;
        right: -350px;
        top: -200px;
    }

    .navbar ul:nth-child(1) {
        display: none;
    }
    .signin-link,
    .signin-link:focus,
    .signin-link:hover,
    .signin-link:active {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 14px;
        color: #000000;
        letter-spacing: 1px;
        text-decoration: none;
    }

    a.take-quiz-img {
        width: 100%;
        float: left;
        margin-top: 30px;
        text-align: center;
    }
    .take-quiz-img img {
        width: 100%;
    }
    .indiv-review p {
        -webkit-line-clamp: 6;
    }
    .learn-more {
        display: none !important;
    }
    .custom-container-3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;

        /* max-width: 1272px; */
    }
    .bowl-section-2 {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .recipe-desc-2 {
        max-width: 90%;
    }
    .image-2 {
        width: 100%;
        height: 100%;

        padding: 0;
    }

    .hover-section-2 {
        width: 90%;
        height: 90%;

        top: 5%;
        left: 5%;
    }
    .custom-container-2 {
        padding: 0;
    }
}
@media (max-width: 370px) {
    .recipe-benefit-title {
        font-size: 30px;
    }
    .personalized-plan-desc {
        font-size: 14px;
    }
    .signup-section form input {
        max-width: 70%;
        width: 70%;
    }
    .free-trial-section .container {
        padding: 0;
    }
}
/*tablet css*/
@media (min-width: 768px) and (max-width: 1023px) {
    .hero-image-text-wrap-unkibble {
        padding-left: 80px;
    }
    .rating img {
        width: 18px;
        margin: 5px;
    }
    .hero-image {
        padding-bottom: 250px;
        text-align: center;
    }
    a#scroll-to-recipe {
        display: none !important;
    }
    .mobile-logo .coral-btn {
        width: 185px;
    }

    .mobile-logo {
        width: 93%;
    }
    .mobile-logo img {
        width: 200px;
    }
    .navbar-light .navbar-toggler {
        padding: 0;
    }
    .client-logo li {
        text-align: center;
    }
    .client-logo li img {
        width: 60%;
    }

    .try-now-btn a {
        width: 50%;
    }
    .pup-section .row {
        flex-direction: row;
    }
    .pup-section-right {
        width: 58%;
        padding: 40px;
    }
    .pup-section-left {
        background: #f2f2f2;
        display: flex;
        align-items: center;
    }
    .signup-section form {
        text-align: center;
    }
    .social-links ul li {
        width: 10%;
    }
    .hover-section1 {
        visibility: visible;
        margin-top: 24px;
    }
    .next {
        right: -25px;
    }
    .find-recipe-btn a {
        margin-top: 0;
    }
    .navbar-light .navbar-toggler {
        left: 25px;
    }
    .nutritionist-title br,
    .nutritionist-desc br,
    .recipe-benefit-title br,
    .source-title br {
        display: none;
    }
    .source-desc {
        font-size: 18px;
    }
    .free-trial-section {
        background-size: 100%;
        height: 249px;
        max-height: 300px;
    }
    .client-logo li:nth-child(1) img,
    .client-logo li:nth-child(2) img {
        width: 40%;
    }
    .hover-section {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 245px;
        height: 245px;
        transform: translate(-50%, -50%);
    }
    .recipe-benefit-title {
        margin-left: 10%;
        font-size: 30px;
    }
    .line-1,
    .line-2,
    .line-3,
    .line-4,
    .line-5,
    .line-6,
    .line-7,
    .line-8,
    .line-9,
    .line-10 {
        top: 0;
        font-size: 30px;
    }
    .pup-section {
        display: flex;
        flex-direction: row;
    }
    .custom-container-3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;

        /* max-width: 1272px; */
    }
    .bowl-section-2 {
        width: 670px;
        text-align: center;
        margin: 0 auto;
    }
}
@media (max-width: 1280px) and (min-width: 992px) {
    .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .hover-section {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 245px;
        height: 245px;
        transform: translate(-50%, -50%);
    }
    .next {
        right: -10px;
    }
    .prev {
        left: -4px;
    }

    .nutritionist-section {
        padding: 60px;
    }
    .nutritionist-title {
        margin-top: 15px;
    }
    .recipe-benefit-section {
        min-height: 335px;
    }

    .recipe-benefit-title {
        font-size: 34px;
    }
    .line-1,
    .line-2,
    .line-3,
    .line-4,
    .line-5,
    .line-6,
    .line-7,
    .line-8,
    .line-9,
    .line-10 {
        font-size: 34px;
        left: 480px;
    }

    .pup-section-title {
        font-size: 40px;
    }
    .pup-section-desc {
        font-size: 16px;
    }
    .source-right {
        padding: 60px;
    }
    .footer-colum-left {
        width: 55%;
    }
    .signup-section form input {
        max-width: 300px;
        width: 300px;
    }
    .signup-section form button,
    .signup-section form button:focus {
        top: 0px;
        padding: 14px 24px;
    }
    .indiv-review {
        min-height: 415px;
    }

    .custom-container-3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;

        /* max-width: 1272px; */
    }
    .bowl-section-2 {
        width: 670px;
        text-align: center;
        margin: 0 auto;
    }
    #unkibble-bowl {
        border-width: 4px 4px 2px;
    }
    #fresh-bowl {
        border-width: 2px 4px 4px;
    }
}

@media (min-width: 1600px) and (max-width: 1920px) {
    .container.hero-image-text-wrap {
        position: relative;
    }
    .ingredients-section {
        max-height: 1000px;
        min-height: 1000px;
    }
    .puppy-block-container {
        padding: 100px 15px;
    }
}

@media (min-width: 1921px) {
    .container.hero-image-text-wrap {
        position: relative;
    }
    .ingredients-section {
        max-height: 1300px;
        min-height: 1300px;
    }
    .ingredients-title {
        margin-top: 200px;
    }
    .take-quiz-section .row {
        flex-direction: column;
    }
    .puppy-block-container {
        padding: 200px 24px;
    }
}
/* iPhone landscape and iPad portrait */
@media only screen and (max-width: 812px) and (orientation: landscape) {
    .hero-image {
        background-position: center right;
        height: 100vh;
    }
    .ingredients-section {
        max-height: 400px;
        min-height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: 100%;
    }
    .ingredients-title {
        margin-top: 30px !important;
    }

    .pup-section {
        display: flex;
        flex-direction: row;
        height: 100%;
    }
    .pup-section-left {
        width: 42%;
        float: left;
        background: #f2f2f2;
        display: flex;
        align-items: center;
    }
    .pup-section-right {
        max-width: 58%;
        width: 58%;
        background-size: 100%;
        min-height: 395px;
    }
    .recipe-benefit-section {
        background-size: 100%;
        background-image: url(../image/recipe-benefit-bg@2x.jpg);
        min-height: 240px !important;
    }
    .recipe-benefit-title {
        margin-left: 5%;
    }
    .line-1,
    .line-2,
    .line-3,
    .line-4,
    .line-5,
    .line-6,
    .line-7,
    .line-8,
    .line-9,
    .line-10 {
        top: 35px;
    }
    .recipe-benefit-title br {
        display: none;
    }
    .hover-section1 {
        visibility: visible;
    }
    .indiv-review {
        margin: 10px;
        min-height: 400px;
    }
    .rating img {
        width: 19px;
    }
    .review-title {
        font-size: 18px;
    }
    .coral-btn {
        width: 225px;
    }
    .nutritionist-section {
        flex-direction: row;
    }
    .content-left,
    .image-right {
        width: 50%;
        text-align: left;
    }
    .content-left {
        padding-right: 20px;
    }
    .nutritionist-section {
        padding: 20px 20px 20px 20px;
    }
    .nutritionist-title,
    .nutritionist-desc {
        text-align: left;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .mobile-logo .coral-btn {
        width: 22%;
    }
    .source-section .custom-container-2 {
        flex-direction: row;
        padding: 0;
        align-items: center;
    }

    .self-refer-container {
        padding: 24px;
    }

    .footer-colum-left,
    .footer-colum-right {
        width: 100%;
    }
    .contact-info {
        margin-top: 7px;
    }
    .contact-info p,
    .contact-info p a {
        text-align: right;
    }
    .social-links ul li {
        width: 35%;
    }
    .footer-info {
        flex-direction: row;
    }
    .footer-colum-left {
        border-bottom: 0;
    }
}
@media (max-width: 320px) {
    .mobile-logo img {
        width: 135px;
    }
    .mobile-logo {
        width: 88%;
    }
    .hero-image-title {
        margin-top: 115px !important;
    }
    .feature-content br,
    .nutritionist-desc br,
    .recipe-desc br,
    .recipe-ingredient br,
    .recipe-benefit-title br,
    .free-trial-desc br,
    .personalized-plan-desc br {
        display: none;
    }
    .ingredients-title {
        margin-top: 100px !important;
    }
    .nutritionist-title,
    .recipe-title {
        font-size: 30px;
    }
    .recipe-benefit-title,
    .line-1,
    .line-2,
    .line-3,
    .line-4,
    .line-5,
    .line-6,
    .line-7,
    .line-8,
    .line-9,
    .line-10 {
        font-size: 26px;
    }
    .line-1,
    .line-2,
    .line-3,
    .line-4,
    .line-5,
    .line-6,
    .line-7,
    .line-8,
    .line-9,
    .line-10 {
        top: 65px;
    }
    .signup-section form button,
    .signup-section form button:focus {
        width: 35%;
    }
    .signup-section form input {
        max-width: 65%;
        width: 65%;
    }
}

/* privacy policy page */
.privacy-block {
    width: 100%;
    height: unset;
    min-height: unset;
    background-image: none;
    padding: 60px 0;
    display: block;
    text-align: left;
}
.privacy-block .policy-data-wrapper {
    width: 100%;
    max-width: 968px;
}
.privacy-block .policy-data-wrapper h1 {
    font-weight: 500;
    font-style: normal;
    font-size: 60px;
    letter-spacing: 0px;
    line-height: 105px;
    text-transform: none;
    margin-bottom: 48px;
}
.privacy-block .policy-data-wrapper h3 {
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    text-transform: none;
    color: #000;
}
.privacy-block .policy-data-wrapper .key-block {
    margin-bottom: 30px;
}
.privacy-block .policy-data-wrapper .key-block p {
    font-weight: normal;
    font-family: var(--secondary-font);
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
    text-transform: none;
}
.privacy-block .policy-data-wrapper .key-block ul li {
    font-weight: normal;
    font-family: var(--secondary-font);
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 26px;
    text-transform: none;
    margin: 8px 0;
}
.privacy-block .policy-data-wrapper .key-block p span {
    font-weight: bold;
}

.block-header {
    font-family: var(--primary-font);
    font-weight: bold;
    text-transform: uppercase;
}

.block-subheader {
    font-family: var(--primary-font) !important;
    font-weight: bold !important;
}
/* privacy policy page */

/* faq page */
.faqfixed {
    position: fixed;
    width: 100%;
    top: 75px;
    background: #fff;
    z-index: 999;
    -webkit-transition: background-color 300ms linear, padding-top 300ms linear;
    transition: background-color 300ms linear, padding-top 300ms linear;
    -webkit-transition: background-color 400ms, z-index 400ms 300ms,
        -webkit-transform 400ms, padding-top 300ms linear;
    transition: background-color 400ms, z-index 400ms 300ms,
        -webkit-transform 400ms, padding-top 300ms linear;
    transition: background-color 400ms, transform 400ms, z-index 400ms 300ms,
        padding-top 300ms linear;
    transition: background-color 400ms, transform 400ms, z-index 400ms 300ms,
        -webkit-transform 400ms, padding-top 300ms linear;
    /*padding-top: 15px;*/
}
.faq-row {
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 60px;
    -webkit-transition: background-color 300ms linear, padding-top 300ms linear;
    transition: background-color 300ms linear, padding-top 300ms linear;
    -webkit-transition: background-color 400ms, z-index 400ms 300ms,
        -webkit-transform 400ms, padding-top 300ms linear;
    transition: background-color 400ms, z-index 400ms 300ms,
        -webkit-transform 400ms, padding-top 300ms linear;
    transition: background-color 400ms, transform 400ms, z-index 400ms 300ms,
        padding-top 300ms linear;
    transition: background-color 400ms, transform 400ms, z-index 400ms 300ms,
        -webkit-transform 400ms, padding-top 300ms linear;
    /*padding-top: 15px;*/
    background: #fff;
}
.faq-block.faq-page {
    width: 100%;
    height: unset;
    min-height: unset;
    background-image: none;
    padding-top: 0px;
    padding-bottom: 0 !important;
    text-align: left;
}
.faq-hero-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 105px 0 0 148px;
    position: relative;
    width: 100%;
}
.faq-hero-section img {
    width: 526px;
    height: auto;
}
.faq-hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.faq-hero-text p {
    font-family: "BradfordLLSub-Regular", "Lora", serif;
}

.faq-button-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.faq-mobile {
    color: #000000;
    display: none;
}
.sticky-header {
    background-color: white;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 15000;
    padding-top: 15px;
}
@media (max-width: 992px) {
    .sticky-header {
        padding-top: 15px !important;
    }
}
.row.faq-main {
    margin: 0 !important;
}
.offer-header.faq {
    margin: 0 !important;
}
.faq-container .snt-blue-btn {
    color: #000000;
}
.faq-larger {
    display: inline-block;
}
.faq-content-wrapper a {
    color: #f7946b;
}
.faq-block.faq-page .faq-banner {
    height: 75vh;
    width: 100%;
    min-height: 75vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.faq-block.faq-page .faq-banner .container {
    height: 100%;
    display: flex;
    align-items: center;
}
.faq-block.faq-page .faq-banner h1 {
    font-size: 70px;
    line-height: 62px;
    text-align: left;
    font-weight: bold;
    font-style: normal;
    margin: 0;
    max-width: 568px;
    width: calc(100% - 40px);
}
.faq-block.faq-page .faq-banner span {
    font-size: 32px;
    width: 93%;
    float: left;
    text-align: center;
    margin-top: 15px;
}
.faq-subtitle-mobile {
    display: none;
}
@media (max-width: 768px) {
    .faq-subtitle-mobile {
        display: block;
    }
    .faq-subtitle-desktop {
        display: none;
    }
}
.faq-block.faq-page .faq-inner-section {
    margin-top: 0;
}
.faq-block.faq-page .faq-inner-section .faq-content-wrapper {
    display: flex;
    gap: 46px;
    width: 100%;
    margin-top: 0;
}

.faq-block.faq-page .faq-inner-section .faq-content-wrapper h3 {
    font-size: 54px;
    font-weight: normal;
    line-height: 76px;
    color: #242424;
    margin: 0;
}
.faq-block.faq-page .faq-inner-section .faq-content-wrapper .faq-container {
    width: 100%;
    padding: 58px 108px;
}
.faq-inner-section .faq-content-wrapper .faq-container .qa-wrapper {
    width: 100%;
    padding-bottom: 10px;
}
.faq-inner-section .faq-content-wrapper .faq-container .qa-wrapper h2 {
    font-family: "Monument Grotesk Regular", "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    font-style: normal;
    cursor: pointer;
    display: flex;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    align-items: center;
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}
.faq-content-wrapper sup {
    font-size: 12px;
}
.faq-inner-section
    .faq-content-wrapper
    .faq-container
    .qa-wrapper
    h2.active-faq {
    margin-bottom: 19px;
}
.faq-inner-section .faq-content-wrapper .faq-container .qa-wrapper h2 span {
    display: inline-block;
}
.faq-inner-section
    .faq-content-wrapper
    .faq-container
    .qa-wrapper
    h2
    span.direction {
    padding-right: 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
}
.faq-inner-section
    .faq-content-wrapper
    .faq-container
    .qa-wrapper
    .answer-wrap {
    display: none;
    padding-left: 30px;
}
.faq-content-wrapper .faq-container .qa-wrapper .answer-wrap p {
    font-size: 16px;
    line-height: 20px;
    font-family: "BradfordLLSub-Regular", "Lora", serif;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 23px;
}
.faq-content-wrapper .faq-container .qa-wrapper .answer-wrap p.para-bottom {
    margin-bottom: 10px;
}

.small-screen-only {
    display: none;
}
.faq-segments {
    width: 100%;
}
.faq-segments ul {
    padding: 24px 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.faq-segments ul li {
    list-style: none;
    display: inline-block;
    width: 33%;
    border-right: 1px solid #cecece;
}
.faq-segments ul li:last-child {
    border: none;
}
.faq-segments ul li:nth-child(2) {
    text-align: center;
    width: 50%;
}
.faq-segments ul li:nth-child(3) {
    text-align: right;
}

.faq-segments ul li a {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #f7946b;
    text-transform: uppercase;
}
.faq-segments ul li a:hover {
    border-bottom: 1px solid #f7946b;
}
.faq-segments ul li a:hover,
.faq-segments ul li a:focus,
.faq-segments ul li a:active {
    text-decoration: none;
}
.setion-title {
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    color: #4d6184;
    margin-bottom: 25px;
    font-family: "CircularStd-Book";
    text-transform: uppercase;
}
.active-faq .direction:after {
    content: "";
    position: absolute;
    left: 0;
    background-image: url("../image/minus_circle.svg");
    background-position: center;
    background-size: cover;
    width: 20px;
    height: 20px;
}
.direction:after {
    content: "";
    position: absolute;
    left: 0;
    background-image: url("../image/plus_circle.svg");
    background-position: center;
    background-size: cover;
    width: 20px;
    height: 20px;
}
.faq-cta-wrap {
    background-color: #f6f7f9;
}

.faq-questions-container {
    background-image: url(../image/FAQdog.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    display: flex;
    justify-content: center;
    width: 100%;
}

.cta-txt-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    height: 100%;
}
.cta-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 8em 2em;
}

@media (min-width: 1600px) {
    .cta-txt {
        padding: 10em 3em;
        /* Keeps image from being cut off */
    }
}
.cta-txt-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#faqCTA {
    margin-bottom: 68px;
}

.cta-heading {
    font-size: 40px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 500;
    margin-bottom: 10px;
}
.cta-subtxt {
    font-family: "BradfordLLSub-Regular", "Lora", serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 30px;
    max-width: 60%;
}
.cta-subtxt a {
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

.cta-cont {
    padding: 0;
    margin: 0;
}
.cta-cont li {
    padding-left: 30px;
    margin-bottom: 10px;
}
.cta-cont li,
.cta-cont li a {
    list-style: none;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
    font-family: "CircularStd-Book";
    position: relative;
}
.cta-cont li a {
    color: #f99467;
}
.cta-cont li:first-child:before {
    content: "";
    position: absolute;
    background-image: url(../image/email-ic@2x.png);
    background-repeat: no-repeat;
    /* JW 06/11/20 Removed phone number, image should now be the email icon. */
    /* Leaving for reference in case they ask for us to add it back */
    /* background-image: url(../img/phone-ic@2x.png); */
    width: 20px;
    height: 20px;
    background-size: 100%;
    left: 0;
    top: 5px;
}
.cta-cont li:nth-child(2):before {
    content: "";
    position: absolute;
    background-image: url(../image/email-ic@2x.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    left: 0;
    top: 8px;
}
.qa-faq {
    font-size: 40px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    /*.faq-segments ul li a {
            font-size: 19px;
        }*/
    .row {
        padding-right: 0;
        padding-left: 0;
    }

    .header-container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .unkibble-main.main-header,
    .faq-main.main-header {
        padding-top: 15px;
    }
    .quiz-wrap .coral-btn {
        display: block;
    }

    .faq-segments {
        border-bottom: solid 1px #e6e6e6;
    }
    .faq-block.faq-page .faq-inner-section {
        padding-left: 0;
        padding-right: 0;
    }
    .faq-segments ul li {
        text-align: center !important;
        border: none;
    }
    .faq-segments ul {
        padding: 24px 12px;
    }
    .faq-segments ul li:nth-child(2) {
        left: -4px;
        position: relative;
    }

    .faq-block.faq-page .faq-inner-section .faq-content-wrapper .faq-container {
        padding: 0 16px;
    }

    .setion-title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .faq-inner-section .faq-content-wrapper .faq-container .qa-wrapper {
        padding-bottom: 10px;
    }
    .faq-segments ul li:nth-child(2) a {
        position: relative;
        left: 0px;
    }
    .faq-block.faq-page .faq-banner span {
        font-size: 24px;
        width: 53%;
        text-align: left;
        margin-top: 10px;
        line-height: 34px;
        max-width: 128px;
        white-space: nowrap;
    }

    .cta-txt-wrap {
        align-items: flex-start;
    }
    .cta-txt {
        padding: 2em 1em;
        align-items: center;
    }
    .cta-txt-content {
        align-items: flex-start;
    }
    #faqCTA {
        margin-bottom: 2em;
    }

    .free-trial-section-faq {
        background-image: url(../image/free-trial-mobile@2x.jpg);
        max-width: 100%;
        width: 100%;
        background-size: 100%;
        min-height: 390px;
        height: 390px;
    }
    .cta-cont li {
        padding-left: 0;
        margin-bottom: 20px;
        padding-top: 28px;
    }
    .cta-cont li:first-child:before {
        left: 50%;
        transform: translateX(-50%);
        top: 0px;
    }
    .cta-cont li:nth-child(2):before {
        left: 50%;
        transform: translateX(-50%);
    }
    .cta-heading {
        font-size: 32px;
        text-align: center;
        margin-top: 20px;
    }
    .cta-subtxt {
        text-align: left;
    }
    .cta-subtxt br {
        display: block;
    }
    .cta-cont {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }
}
/* faq page */
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .faq-block.faq-page .faq-banner span {
        width: 100%;
    }
    .puppy-block-container {
        background-position: center;
        background-size: contain;
    }
}
@media screen and (max-width: 768px) {
    .faq-block.faq-page .faq-banner h1 {
        font-size: 44px;
        line-height: 54px;
        margin-top: 0;
        max-width: 238px;
        position: relative;
        top: 20px;
    }
    .faqfixed {
        top: 64px;
        left: 0;
    }
    .faq-segments ul li a {
        font-size: 14px;
    }
    .privacy-block {
        padding-top: 20px;
    }
    .faq-inner-section .faq-content-wrapper .faq-container .qa-wrapper h2 {
        align-items: flex-start;
        margin-bottom: 8px;
    }
    .privacy-block .policy-data-wrapper h1 {
        font-size: 44px;
        line-height: 60px;
        margin-bottom: 18px;
    }
    .privacy-block .policy-data-wrapper .key-block p,
    .privacy-block .policy-data-wrapper h3 {
        font-size: 15px;
        line-height: 25px;
    }
    .faq-block.faq-page .faq-inner-section .faq-content-wrapper {
        flex-direction: column;
        width: 100%;
        padding: 30px 0 0;
        gap: 30px;
    }

    img.faq-mobile {
        margin-top: 60px;
        /* width: calc(100% + 32px); */
    }

    .faq-block.faq-page {
        padding-bottom: 0 !important;
    }

    .faq-block.faq-page .faq-banner {
        height: 550px;
        max-height: 550px;
        min-height: unset;
        width: 100%;
    }

    @media (max-width: 500px) {
        .faq-questions-container {
            background-position: right bottom;
            background-size: 150%;
            background-image: url(https://assets.spotandtango.com/FAQ/faq-hero-mobile-v2.webp);
            min-height: 600px;
        }
        .cta-subtxt {
            max-width: 100%;
        }
    }

    .faq-block.faq-page .faq-banner .container {
        align-items: flex-start;
    }
    .faq-content-wrapper .faq-container .qa-wrapper .answer-wrap p {
        font-size: 16px;
        line-height: 26px;
    }
    .faq-inner-section .faq-content-wrapper .faq-container .qa-wrapper h2 {
        font-size: 18px;
    }
    .faq-hero-section {
        padding: 0;
    }
    .faq-hero-text h1 {
        margin-bottom: 16px;
    }

    .faq-hero-text p {
        margin: 0;
    }

    .faq-button-wrapper {
        justify-content: center;
    }
    .faq-mobile {
        display: inline-block;
    }
    .faq-larger {
        display: none;
    }
    .navbar-collapse {
        top: 0;
    }
}
@media only screen and (max-width: 812px) and (orientation: landscape) {
    .container.free-trial-section-faq {
        max-width: 100%;
        width: 100%;
        background-size: 100%;
        min-height: 260px;
        height: 260px;
    }
    .faq-block.faq-page .faq-banner {
        height: 85vh;
    }
    .faq-block.faq-page .faq-banner h1 {
        position: relative;
        top: 30px;
    }
    .faqfixed {
        width: 100%;
        left: 0;
        top: 68px;
    }
    .cta-heading {
        font-size: 30px;
    }
    .cta-subtxt {
        font-size: 16px;
    }
    .cta-cont li,
    .cta-cont li a {
        font-size: 18px;
    }
    .faq-cta-wrap {
        background-color: #f6f7f9;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 1022px) {
    .small-screen-only {
        display: block;
    }
}

@media screen and (min-width: 780px) {
    .reviews-hero-image {
        height: 55vh;
    }
}

/* Wsava page css */
.wsava-banner-block {
    width: 100%;
    background-color: #f4f4f4;
    padding: 161px 0 100px 0;
    margin-top: -95px;
}
.wsava-banner-block .inner-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wsava-banner-block .inner-wrapper .left-panel {
    max-width: 630px;
    width: 46%;
}
.wsava-banner-block .inner-wrapper .left-panel h1 {
    font-family: "CircularStd-Book";
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
}
.wsava-banner-block .inner-wrapper .left-panel p {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #000000;
    /*font-family: 'FreightText Light';*/
    font-family: "CircularStd-Book";
    margin-top: 19px;
    margin-bottom: 0;
}
.wsava-banner-block .inner-wrapper .left-panel p strong {
    font-weight: 600;
    font-family: "FreightText Semi";
    color: #4c6085;
}
.wsava-banner-block .inner-wrapper .right-panel {
    width: calc(55% - 48px);
    display: flex;
    align-items: center;
}
.wsava-banner-block .inner-wrapper .right-panel img {
    width: 100%;
    position: relative;
    top: 0px;
}
.name-manufacture-block {
    width: 100%;
    padding: 50px 0 90px 0;
}
.name-manufacture-block .inner-wrapper {
    width: 100%;
    padding: 0 0 0 40px;
    box-sizing: border-box;
}
.indiv-manufact-block {
    max-width: 800px;
    width: 100%;
    margin-bottom: 40px;
}
.indiv-manufact-block h2 {
    font-size: 22px;

    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    position: relative;
    font-family: "CircularStd-Book";
    font-weight: normal;
}
/*.indiv-manufact-block h2::before{
    content:'';
    position: absolute;
    top:0;
    left:-30px;
    font-size: 22px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #000000;
}*/
.indiv-manufact-block p.description {
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 0px;
    /* font-family: 'Circular Std';*/
    font-family: "FreightText Pro Book";
    /* font-weight: 500;*/
}
.indiv-manufact-block .address-block {
    position: relative;
    margin-top: 16px;
}
.indiv-manufact-block .address-block::before {
    content: "";
    position: absolute;
    top: 11px;
    left: -30px;
    width: 11px;
    height: 1.5px;
    background-color: #4b5f86;
}

.indiv-manufact-block h2 span {
    position: absolute;
    top: 0;
    left: -30px;
}
.indiv-manufact-block.formulate-add {
}
.indiv-manufact-block .address-block p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #4c6085;
    margin-bottom: 0;
    font-family: "FreightText Med";
    font-weight: 500;
}
.indiv-manufact-block.special-manufact h2 {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #000000;
    position: relative;
    margin-bottom: 4px;
}
.indiv-manufact-block.special-manufact h2 span {
    position: absolute;
    left: -40px;
    top: 0px;
}
.indiv-manufact-block:last-child {
    margin-bottom: 0;
}
.indiv-manufact-block:last-child p.description {
    margin-top: 15px;
}
.indiv-manufact-block.section-b {
    margin-bottom: 20px;
}
/* comparision wrapper */
.indiv-manufact-block.special-compare-block {
    max-width: 850px;
}
.comparison-wrapper {
    max-width: 90%;
    margin: auto;
    margin-left: 0;
    margin-top: 50px;
}
.comparison-title-wrapper {
    text-align: center;
}
.comparison-title {
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 15px;
}
.comparison-txt {
    opacity: 0.8;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 44px;
}
.comparison-table-wrapper {
    background: #fff;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 70px;
}
.table-common {
    width: 50%;
}
.table-common ul {
    padding: 0;
    margin: 0;
}
.table-common ul li {
    list-style: none;
}
.unKibble-table .table-heading {
    border-bottom: solid 1px #e0e0e0;
    background-color: #fff;
    padding: 24px 0;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.89px;
    text-align: center;
    color: #4c6085;
    text-transform: uppercase;
}
.table-common ul li:last-child {
    border-bottom: none;
}
.kibble-table .table-heading {
    border-bottom: solid 1px #e0e0e0;
    background-color: #fff;
    padding: 24px 0;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.89px;
    text-align: center;
    color: #4c6085;
    text-transform: uppercase;
}
.kibble-table .table-heading:before,
.unKibble-table .table-heading:before {
    background: none;
}
.unKibble-table ul {
    border-right: solid 1px #e0e0e0;
}
.unKibble-table ul li {
    color: #000000;
}
/*.kibble-table ul li {
   color: #828282;
}*/
.table-common ul li {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    padding: 18px 20px 18px 47px;
    border-bottom: solid 1px #e0e0e0;
    position: relative;
}

.comparison-table-wrapper span {
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.5;
    letter-spacing: 0.42px;
    text-align: center;
    color: #000000;
    z-index: 2;
    width: 50px;
    height: 50px;
    border: solid 1px #000000;
    background-color: #ffffff;
    border-radius: 50%;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.comparison-btn {
    text-align: center;
}
@media screen and (max-width: 480px) {
    .comparison-wrapper {
        max-width: unset;
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .unKibble-table .table-heading,
    .kibble-table .table-heading {
        padding: 24px 25px !important;
    }
    .table-common ul li.mobile-table {
        min-height: 130px !important;
        display: flex;
        justify-content: center;
    }
    .name-manufacture-block {
        padding-bottom: 0;
        padding-left: 30px;
    }
    .name-manufacture-block .container-fluid .row {
        padding-left: 0;
        padding-right: 0;
    }
    .indiv-manufact-block.special-manufact h2 {
        font-size: 24px;
    }
    .indiv-manufact-block.special-manufact h2 span {
        left: -30px;
    }
    .social-links {
        width: 75%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 992px) {
    .line-1,
    .line-2,
    .line-3,
    .line-4,
    .line-5,
    .line-6,
    .line-7,
    .line-8,
    .line-9,
    .line-10 {
        top: 40px;
    }
    .recipe-benefit-title span::after {
        bottom: -10px;
    }

    .puppy-block-container {
        background-position: -50px center;
        background-size: 110%;
    }
    .puppy-content-header {
        font-size: 32px;
        line-height: 44px;
    }
    .hero-image {
        background-size: cover;
    }
    .unKibble-table .table-heading,
    .kibble-table .table-heading {
        padding: 24px 10px;
        font-size: 14px;
    }
    .name-manufacture-block .inner-wrapper {
        padding-left: 0;
    }
    .wsava-banner-block {
        padding-top: 131px;
    }
    .comparison-table-wrapper span {
        width: 35px;
        height: 35px;
        line-height: 2.5;
    }
    .table-common ul li p {
        line-height: normal !important;
    }
    .table-common ul li {
        font-size: 15px;
        line-height: 1.33;
    }
    .mobile-table {
        display: flex;
        flex-direction: column;
        max-height: 89px;
        min-height: 120px;
        padding: 15px 15px 10px 18px !important;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .unKibble-table ul li:before,
    .kibble-table ul li:before {
        top: 17px;
        left: 12px;
    }
    .comparison-table-wrapper {
        margin-bottom: 30px;
    }
    .comparison-btn a {
        width: 80%;
    }
    @media (min-width: 550px) and (max-width: 1023px) {
        .take-quiz-img img {
            width: 500px;
            height: auto;
        }
    }
    @media (min-width: 768px) and (max-width: 1023px) {
        .table-common ul li {
            font-size: 17px;
        }
        .mobile-table {
            align-items: flex-start;
            justify-content: center;
        }
        .unKibble-table ul li:before,
        .kibble-table ul li:before {
            top: 37px;
            left: 12px;
        }
        .comparison-btn a {
            width: 50%;
        }
    }

    .recipe-desc-3 {
        align-self: center;
        max-width: 660px;
        margin: auto;
    }
}
/* comparision wrapper */
@media screen and (max-width: 1024px) {
    .faq-main .mobile-logo img,
    .unkibble-main .mobile-logo img {
        width: 155px;
    }

    .mobile-logo img {
        width: 155px;
        filter: unset;
        -webkit-filter: unset;
        -moz-filter: unset;
    }

    .wsava-banner-block .inner-wrapper .left-panel h1 {
        font-size: 36px;
    }
    .indiv-manufact-block.special-manufact h2 {
        line-height: 1.25;
    }
    .lightHeader .snt-logo {
        width: 155px;
        filter: unset !important;
        -webkit-filter: unset !important;
        -moz-filter: unset !important;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url(../image/menu.svg);
        background-size: 65%;
    }

    .faq-main .navbar-light .navbar-toggler-icon,
    .unkibble-main .navbar-light .navbar-toggler-icon {
        filter: invert(0%);
        -webkit-filter: invert(0%);
        -moz-filter: invert(0%);
    }
    .mobile-logo .coral-btn {
        width: 38%;
        max-width: 185px;
        padding: 10px 0;
        background: #f7946c;
        /*border: solid 2px #121313;*/
        font-size: 11px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.57px;
        text-align: center;
        color: #fff;
    }
    .faq-main .mobile-logo .coral-btn,
    .unkibble-main .mobile-logo .coral-btn {
        width: 38%;
        max-width: 185px;
        padding: 10px 0;
        font-size: 11px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.57px;
        text-align: center;
    }
    .faq-main .mobile-logo .mobile-logo .coral-btn,
    .unkibble-main .mobile-logo .mobile-logo .coral-btn {
        width: 38%;
        max-width: 185px;
        padding: 10px 0;
        font-size: 11px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.57px;
        text-align: center;
    }
    .wsava-banner-block .inner-wrapper {
        flex-direction: column;
    }
    .wsava-banner-block .inner-wrapper .left-panel {
        width: 100%;
    }
    .wsava-banner-block .inner-wrapper .right-panel {
        width: 100%;
        margin-top: 20px;
    }

    .getstarted {
        align-self: center;
        background-color: #ffffff;
        border: solid 3px #000000;
        letter-spacing: 0.2rem;
        width: fit-content;
        padding: 8px 16px;
    }
}
.btn-scrolled {
    background-color: #9fcdff !important;
    border: solid 3px #000000 !important;
    color: #000000 !important;
}
.color-primary {
    color: var(--black);
}
.color-white {
    color: #fff;
}
.font-bold {
    font-weight: bold;
}
.p-t-20 {
    padding-top: 20px;
}

.hero-image-text-padding-reviews {
    padding-left: 200px;
}

@media screen and (max-width: 768px) {
    .hero-image-text-padding-reviews {
        padding-left: 0px;
    }
}

/* Wsava page css */

/*cod page*/
.marketing-body .intro {
    color: #4d6184;
    font-family: Circular Std;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
}
.marketing-body {
    flex-flow: column wrap;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #ffceb5;
    padding-top: 24px;
}
.recipe-info {
    padding: 24px 40px;
    font-family: Circular Std;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
}

.recipe-name {
    padding: 5px 40px 24px 40px;
    font-family: Circular Std;
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: #4d6184;
}

.marketing-body button {
    margin-bottom: 88px;
}
/* .carousel {
  background-color: white;

  display: flex;
  justify-content: center;
} */
.recipe-breakdown {
    background: #f3faef;

    padding: 10px;
}

.recipe-breakdown .h2 {
    font-family: Circular Std;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    margin: 24px 0px;
    color: #4d6184;
}
.recipe-breakdown .h2:nth-of-type(1) {
    margin-bottom: 8px;
}

.recipe-breakdown .body__2 {
    font-family: Circular Std;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.recipe-breakdown .body__2:nth-of-type(8) {
    border-bottom: 0px;
}
.recipe-breakdown .btn-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    padding: 48px 0px;
}

#carousel-element {
    display: flex;
    justify-content: center;
    background-color: #fff2eb;
}
.carousel-info {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding: 16px;
    color: #4d6184;
    height: 400px;
}
.carousel-info img {
    height: 100px;
    width: 100px;
}
.carousel-info .h2 {
    margin-top: 24px;
}
.carousel-info p {
    font-family: FreightText Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    padding: 16px;
}

.accordion > .card,
.accordion > .card .card-header {
    background: #f3faef;
}

.accordion > .card:first-of-type {
    border-top: 0px;
}
.accordion > .card,
.accordion > .card:first-of-type,
.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-image-source: linear-gradient(0deg, #c7c7c7, #c7c7c7),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.accordion > .card,
.accordion > .card .card-header,
.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-bottom: 0px;
}
.accordion .btn-link:hover,
.accordion .btn-link.focus,
.btn-link:focus {
    text-decoration: none;
}

.accordion .card-header {
    padding: 0px;
}

.marketing-body:last-of-type {
    background: #f3faef;
}
.marketing-body:last-of-type button {
    margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
    .marketing-body-desktop .coral-btn {
        width: 300px;
        margin-bottom: 90px;
    }
    .marketing-body-desktop {
        display: flex;
        justify-content: center;
        background-color: #ffceb5;
        background: linear-gradient(
            to right,
            #ffceb5 0%,
            #ffceb5 50%,
            #f3faef 50%,
            #f3faef 100%
        );
    }
    .marketing-body-desktop > .cod-container {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        width: 1440px;
    }
    .marketing-body-desktop .right-cta {
        padding-top: 130px;
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
        width: 50%;
        background-color: #f3faef;
    }
    .marketing-body-desktop .left-cta > img {
        min-width: 80%;
    }
    .item-lockup-container {
        max-width: 625px;
        height: 505px;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    .marketing-body-desktop .left-cta {
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
        width: 50%;
    }
    .intro {
        font-family: Circular Std;
        font-size: 36px;
        font-style: normal;
        font-weight: 900;
        line-height: 70px;
        letter-spacing: 0em;
        text-align: center;
        color: #4d6184;
    }
    .recipe-info {
        color: #4a4a4a;

        font-family: Circular Std;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: center;
    }
    .recipe-name {
        font-family: Circular Std;
        font-size: 64px;
        font-style: normal;
        font-weight: 900;
        line-height: 72px;
        letter-spacing: 0em;
        text-align: center;
        color: #f7946c;
    }
    .marketing-body:first-of-type {
        display: none;
    }
    .cod-container {
        display: flex;
        flex-flow: column wrap;
        width: 100%;
    }
    .cod-container .info-lockup-items > div {
        width: 300px;
    }
    .cod-container .info-lockup-items > div > div {
        margin-top: 16px;
    }
    .cod-container .info-lockup-items > div > img {
        width: 100px;
    }
    .carousel {
        display: none;
    }
    .info-lockup {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        color: #4d6184;
        background-color: #fff2eb;
    }
    .info-lockup-items {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
    }
    .info-lockup-items > div {
        width: 20%;
        display: flex;
        justify-content: center;
        flex-flow: column wrap;
        align-items: center;
    }
    .info-lockup-items p {
        margin-top: 16px;
        font-family: FreightText Pro;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .cod-container {
        width: 90%;
    }
    .info-lockup {
        display: none;
    }
    .marketing-body-desktop {
        display: none;
    }
    .footer-links ul li a {
        font-size: 14px;
    }
}

/* @media screen and (min-width: 481px) {
  .marketing-body {
    justify-content: center;
    flex-flow: row wrap;
    display: flex;
  }
  .left-cta {
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .right-cta {
    width: 50%; display: flex; flex-flow: column wrap; align-items: center;
  }
} */

.wave-container {
    position: relative;
    background-color: #ffceb5;
    background: linear-gradient(
        to right,
        #ffceb5 0%,
        #ffceb5 50%,
        #f3faef 50%,
        #f3faef 100%
    );
    text-align: center;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .wave-container {
        background: #ffceb5;
    }
}

.wave-container-2 {
    background: #fff2eb;
}
.fa-plus,
.fa-minus {
    font-size: 20px;
}
.circle-checkbox > svg {
    height: 24px;
}
.compare {
    max-width: 540px;
    margin: 0 auto;
    background-color: white;
}
.compare thead {
    background-color: #f3faef;
}

.compare.nutrition td:nth-child(1) {
    font-family: Circular Std;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.compare.nutrition td:nth-child(2) {
    text-align: right;

    font-family: Circular Std;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}
.cod-container > .btn-center {
    margin-top: 24px;
    margin-bottom: 48px;
}
.compare .title-row > td {
    border-top: 0px;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 0px;
}

.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid black;
}

.table-bordered {
    border: 0px;
}
.carousel-indicators > li {
    background-color: #f7946c;
}

.curly-arrow-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-family: "BradfordLLSub-Regular", "Lora", serif;
    font-size: 16px;
    line-height: 19px;
    position: relative;
    left: 170px;
    top: 5px;
}

.curly-arrow {
    height: 46px;
    width: auto;
}

@media (max-width: 768px) {
    /* Shifts the chat widget back to default on mobile */
    #gladlyChat_container {
        margin-bottom: 0;
    }

    #offerBannerDesktopSticky {
        display: none;
    }

    .offer-header {
        border-width: 2px;
        display: block;
    }

    .offer-header p a {
        font-size: 12px;
        line-height: 16px;
    }
    .snt-blue-btn,
    .secondary-btn {
        font-size: 12px;
        border-width: 2px;
        padding: 12px 24px;
    }

    .signup-section form input {
        border-width: 2px 0 2px 2px;
    }

    .curly-arrow-container {
        left: 100px;
        top: 4px;
    }

    .client-logo-header {
        margin-bottom: 40px;
    }

    .custom-container.client-logos {
        padding: 0 16px;
    }

    .hero-image {
        padding-top: 50px;
        padding-bottom: 200px;
    }

    .hero-image.privacy-block.privacy-page {
        padding: 24px 0;
    }

    .features-section {
        padding: 50px 16px;
    }
    .feature-img img {
        max-height: 90px;
        height: 90px;
    }
}

/*estimator css*/
.estimator-wrap {
    background-color: #9fcdff;
}
.estimator-inner {
    max-width: 1380px;
    margin-left: auto;
    padding: 60px 0px;
    margin-right: auto;
}
.dogslidertabmobile {
    height: 0px;
    overflow: hidden;
}
.dogsliderdesktop {
    height: auto;
}
.indiv-review h4 {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.indiv-review h4:after {
    top: 0px;
}
.estimator-heading {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 24px;
    text-align: center;
}
.estimator-wrap .slick-track {
    display: flex;
    justify-content: space-between;
}
.estimator-wrap .slick-list {
    width: 100%;
}
.estimator-subheading {
    font-family: "BradfordLLSub-Regular", "Lora", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 64px;
}

.estimator-item-heading {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    /* margin-top: 68px; */
}
.estimator-item-subheading {
    font-family: "BradfordLLSub-Regular", "Lora", serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}
.estimator-info-age,
.estimator-info-health,
.estimator-info-flavor {
    font-family: "Monument Grotesk Regular", "Inter", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
}
.estimator-info-desc {
    font-family: "BradfordLLSub-Regular", "Lora", serif;
}
.estimator-item-price {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.estimator-item-price > div:first-child {
    font-family: "Monument Grotesk Regular", "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
}
.estimator-price {
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    text-align: center;
}
.estimator-price > span {
    font-size: 28px;
    font-weight: 700;
}
.estimator-wrap .planspricingcta {
    display: flex;
    max-width: 258px;
    height: 54px;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0px auto;
    background: #f7946c;
    box-shadow: 0px 2px 2px rgb(75 104 156 / 53%);
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2.72727px;
    text-transform: uppercase;
    color: #ffffff !important;
    text-shadow: 0px 1px 2px rgba(90, 36, 12, 0.25);
}
.estimator-wrap .planspricingcta:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #f8aa8a;
    transition: 0.1s;
}
.estimator-item-pic {
    max-width: 432px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.estimator-item-info {
    margin: 24px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.estimator-inner .slick-arrow {
    display: block !important;
    z-index: 5;
}
.slick-next:before,
.slick-prev:before {
    display: none;
}
.estimator-inner .slick-arrow.slick-next {
    right: 20px;
    height: 20px;
    width: 20px;
    background-image: url(https://spotandtango.com/img/arrowrightwhite.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.estimator-inner .slick-arrow.slick-prev {
    left: 20px;
    height: 20px;
    width: 10px;
    height: 20px;
    width: 20px;
    background-image: url(https://spotandtango.com/img/arrowleftwhite.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.estimator-inner .slick-arrow:hover {
    opacity: 0.6;
}

.self-refer-container {
    display: flex;
    justify-content: center;
    padding: 64px 50px;
}

@media (max-width: 991px) {
    #desktopStickyLink {
        font-size: 18px;
    }
    .self-refer-container {
        padding: 64px 24px;
    }

    .estimator.prev1 {
        left: 0;
        top: -250px;
    }
    .estimator.next1 {
        right: 0;
        top: -250px;
    }

    .dogslidertabmobile .estimator-inner {
        max-width: 768px;
    }
    .dogslidertabmobile {
        height: auto;
        overflow: auto;
    }
    .estimator-wrap .slick-dots {
        position: relative;
        bottom: 0;
        top: 0;
        line-height: 0px;
        margin-top: 38px;
    }
    .dogsliderdesktop {
        height: auto;
        overflow: auto;
    }
    .estimator-info-age,
    .estimator-info-health,
    .estimator-info-flavor {
        font-size: 20px;
        font-weight: 500;
        line-height: 27px;
    }

    .estimator-subheading {
        margin-bottom: 0;
    }
    .estimator-wrap .slick-track {
        display: block;
    }
    .estimator-item-info {
        max-width: 330px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .estimator-items.slick-dotted.slick-slider {
        margin-bottom: 38px;
        flex-direction: column;
    }
    .estimator-heading {
        font-size: 40px;
        line-height: 48px;
        padding: 0px 25px;
        margin-bottom: 0;
    }
    .estimator-inner .slick-dots li {
        height: auto;
        width: auto;
        margin: 0px 10px;
    }
    .estimator-inner .slick-dots li button {
        height: 10px;
        width: 10px;
        background: #8092b2;
        border-radius: 10px;
    }
    .estimator-inner .slick-dots li.slick-active button {
        background: #fff;
    }
    .estimator-inner .slick-dots li button:before {
        display: none;
    }
    .estimator-subheading {
        padding: 0px 33px;
    }
    .estimator.features-section {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 30px 16px !important;
        position: relative;
        transform: none;
    }
    .nav-underline {
        top: 45px;
        height: 8px;
    }
}

@media (max-width: 767px) {
    .estimator.features-section {
        display: none;
    }

    .estimator.mobile-slide {
        padding: 0;
        gap: 36px;
    }
    .estimator-img-container {
        width: 100%;
        height: 208px;
    }

    .estimator-subheading {
        padding: 0;
        margin-bottom: 0;
        line-height: 21px;
    }
    .estimator-inner .slick-arrow {
        top: 56.5%;
    }
    .estimator-heading {
        font-size: 32px;
        line-height: 44px;
    }
    .estimator-item-info {
        margin: 16px 0 24px;
        max-width: 100%;
    }
    .nutritionist-section {
        padding: 30px 16px;
    }
    .nutritionist-section .image-right {
        padding: 0;
    }
    .nutritionist-title {
        margin: 0 0 24px;
    }
    .nutritionist-desc {
        font-size: 14px;
        line-height: 18px;
    }
    .next-prev-btn4 .prev {
        left: -200px;
        top: -200px;
    }

    .next-prev-btn4 .next {
        right: -280px;
        top: -200px;
    }
    .recipe-title {
        padding: 0 15px;
    }
    .indiv-review {
        margin-left: 62px;
        margin-right: 62px;
    }

    .review-section .prev {
        left: 16px;
    }
    .review-section .next {
        right: 16px;
    }

    .line-1,
    .line-2,
    .line-3,
    .line-4,
    .line-5,
    .line-6,
    .line-7,
    .line-8,
    .line-9,
    .line-10 {
        font-size: 30px;
        top: 80px;
        white-space: nowrap;
    }

    .pup-section-right {
        background-position: -125px center;
        padding: 120px 0;
    }

    .self-refer-container {
        padding: 36px 24px;
    }
}

@media (max-width: 590px) {
    .next-prev-btn4 .prev {
        left: -100px;
        top: -150px;
    }

    .next-prev-btn4 .next {
        position: relative;
        right: -160px;
        top: -150px;
    }
}
