@charset "utf-8";

/* Header starts */
.header-bar {
    position: relative;
}

.discuss-hospital-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 380px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 25px;
    gap: 50px;
    background-color: #E2001A;
    border-radius: 20px;
}

.arrow-icon {
    width: 24px;
    height: 24px;
}

.discuss-hospital-txt {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #ffffff;
}

.header-logo-sec {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 0;
    margin-top: 12px;
}

.header-logo-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rc-logo-img {
    width: 124px;
    height: 44px;
}

.vet-logo-img {
    width: 66px;
}

@media screen and (max-width:768px) {
    .header-logo-sec {
        gap: 5px;
        padding: 8px 0;
        margin-top: 0;
    }

    .rc-logo-img {
        width: 96px;
        height: 34px;
    }

    .vet-logo-img {
        width: 52px;
    }

    .discuss-hospital-btn {
        right: -20px;
        max-width: 180px;
        width: 100%;
        padding: 8px 20px;
        gap: 10px;
        border-radius: 0 0 0 10px;
    }

    .arrow-icon {
        width: 20px;
        height: 20px;
    }

    .discuss-hospital-txt {
        font-size: 1.8rem;
        text-align: center;
    }
}

@media screen and (max-width:370px) {
    .header-logo-link {
        gap: 5px;
    }

    .discuss-hospital-btn {
        max-width: 160px;
    }

    .rc-logo-img {
        width: 80px;
        height: 27px;
    }
}

/* Header ends */

/* mv */
.mv-container {
    max-width: 1080px;
    margin-left: auto;
    margin-right: 20px;
}

.mv-ttl {
    grid-area: mv-area-one;
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.3px;
    color: #E2001A;
}

.mv-para {
    grid-area: mv-area-two;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 25px;
}

.mv-img {
    grid-area: mv-area-three;
    width: 464px;
    margin-top: 40px;
}

.mv-sec {
    display: grid;
    grid-template-areas: ". . mv-area-three""mv-area-one mv-area-one mv-area-three""mv-area-two mv-area-two mv-area-three"". . mv-area-three";
    grid-template-columns: 464px 1fr;
    margin-bottom: 12px;
}

@media screen and (max-width:1120px) {
    .mv-container {
        margin-right: 0;
    }

    .mv-sec {
        grid-template-areas: ". mv-area-three""mv-area-one mv-area-three""mv-area-two mv-area-three"". mv-area-three";
        grid-template-columns: 60% 1fr;
    }

    .mv-img {
        width: 400px;
    }
}

@media screen and (max-width:1055px) {
    .mv-ttl {
        font-size: 5rem;
    }

    .mv-para {
        font-size: 1.6rem;
    }
}

@media screen and (max-width:870px) {
    .mv-ttl {
        font-size: 4rem;
    }
}

@media screen and (max-width:768px) {
    .mv-sec {
        grid-template-areas: "mv-area-one""mv-area-two""mv-area-three";
        grid-template-columns: unset;
        margin: 40px 0;
        gap: 20px;
    }

    .mv-ttl {
        font-size: 3rem;
        margin-left: 0;
    }

    .mv-para {
        letter-spacing: 0.1px;
        margin-top: 0;
        margin-left: 0;
    }

    .mv-img {
        width: 305px;
        margin: 0 auto;
    }
}

@media screen and (max-width:370px) {
    .mv-ttl {
        font-size: 2.8rem;
    }

    .mv-para {
        font-size: 1.4rem;
    }
}

/* mv End */

/* footer */
.footer-sec {
    background: #333333;
}

.copy-txt {
    font-family: "Acumin Pro";
    color: #8d8d8d;
    text-align: center;
    padding: 32px 0;
}

#onetrust-pc-sdk.otRelFont {
    font-size: 1.6rem !important;
}

#footer {
    background: #333;
}

.contact-link {
    font-weight: bold;
    color: #fff !important;
}

.contact-link:hover {
    cursor: pointer;
}

.contact-modal-box {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(102, 102, 102, 0.8);
    width: 100vw;
    height: 100vh;
    padding: 50px 20px;
    z-index: 1000;
    display: none;
    overflow-y: auto;
}

.contact-modal-box.modal-box-active {
    display: block;
}

#assets-footer {
    text-align: center !important;
    padding: 20px 0 !important;
}

#assets-footer #ot-sdk-btn {
    margin: 10px 0;
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    padding: 0.8em 2em;
    font-size: 0.8em;
    line-height: 1.2;
    cursor: pointer;
}

#assets-footer a {
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
}

#assets-footer ul {
    padding-inline-start: 0px;
    margin: 20px 0 30px;
}

#assets-footer ul li {
    display: inline-block;
    font-size: 11px !important;
    padding: 0 10px !important;
}

#assets-footer .copyright {
    text-align: center !important;
    font-size: 11px !important;
    padding: 0 10px !important;
    color: #767676;
}

#onetrust-banner-sdk {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
    color: #fff !important;
    border: 1px solid #fff !important;
    background-color: #333 !important;
}

#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
    color: #333 !important;
    border: 1px solid #fff !important;
    background-color: #fff !important;
}

/* footer ends */

/* body part */
/* Food Advertise Start */
.food-advertise-banner {
    display: flex;
    gap: 38px;
}

.food-image {
    width: 400px;
    height: 400px;
    margin-top: 10px;
}

.food-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.food-image img {
    width: 100%;
    height: 100%;
}

.food-description {
    /*padding-top: 44px;*/
}

.food-g-banner {
    max-width: 400px;
    width: 100%;
    /* height: 74px; */
}

.food-g-banner img {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-right: 30px;
}

.food-weight {
    width: 348px;
    height: 226.76px;
    margin: 10px 0 60px;
}

.food-weight img {
    width: 100%;
    height: 100%;
}

.f-des-txt {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4;
}

.about-food-para {
    margin-bottom: 40px;
}

.about-f-para-txt {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
}

.food-certi {
    background-color: #f3f3f3;
    border-radius: 30px;
    padding: 30px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.f-certi-img {
    width: 106px;
    height: 92px;
}

.f-certi-img img {
    width: 100%;
    height: 100%;
}

.f-certi-txt {
    width: calc(100% - 146px);
    font-size: 1.8rem;
}

.s-sp {
    display: none;
}

@media screen and (max-width: 950px) {
    .food-advertise-banner {
        padding-right: 0;
        gap: 20px;
    }

    .food-image {
        width: 320px;
        height: fit-content;
    }

    .food-right {
        width: calc(100% - 340px);
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .food-image img {
        width: 100%;
        height: 100%;
    }

    .food-description {
        /* padding-top: 44px; */
    }

    .food-g-banner {
        max-width: 400px;
        width: 100%;
        /* height: 73px; */
    }

    .food-g-banner img {
        width: 100%;
        height: 100%;
    }

    .food-weight img {
        width: 100%;
        height: 100%;
    }

    .f-des-txt {
        font-size: 2rem;
        font-weight: 400;
        line-height: 1.4;
    }

    .about-food-para {
        margin-bottom: 40px;
    }

    .about-f-para-txt {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 1.4;
    }

    .food-certi {
        background-color: #f3f3f3;
        border-radius: 30px;
        padding: 30px 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .f-certi-img {
        width: 106px;
        height: 92px;
    }

    .f-certi-img img {
        width: 100%;
        height: 100%;
    }

    .f-certi-txt {
        width: calc(100% - 146px);
    }
}


@media screen and (max-width: 768px) {
    .food-advertise-banner {
        max-width: 305px;
        flex-direction: column;
        padding-right: 0;
        justify-content: center;
        align-items: start;
        gap: 10px;
    }

    .food-image {
        width: 280px;
        height: fit-content;
        margin: 0 auto;
    }

    .food-right {
        max-width: 100%;
        width: 100%;
        gap: 10px;
        align-items: center;
    }

    .f-des-txt {
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .food-description {
        width: 100%;
        padding-top: 0;
    }

    .food-g-banner {
        max-width: 305px;
        width: 100%;
        height: 100%;
    }

    .food-weight {
        max-width: 255px;
        width: 100%;
        height: 100%;
        margin: 10px 10px 10px 0;
    }

    .about-food-para {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .about-f-para-txt {
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .food-certi {
        flex-direction: column;
        padding: 30px 35px;
        gap: 20px;
        border-radius: 20px;
    }

    .f-certi-txt {
        width: 100%;
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .food-g-banner img {
        height: 100%;
        padding-right: unset;
    }
}

@media screen and (min-width: 350px) and (max-width: 376px) {
    .s-sp {
        display: block;
    }
}

/* Food Advertise End */

/* Skin Health Start  */
.skin-health-div {
    background-color: #F3F3F3;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 80px 20px 40px;
    position: relative;
    margin-bottom: 160px;
}

.skin-health-div::after {
    content: "";
    position: absolute;
    bottom: -135px;
    left: 0;
    width: 100%;
    height: 135px;
    background: url(../img/gray_tri_bg.png) no-repeat;
    background-size: 100% 100%;
}

.skin-health-sub {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
}

.skin-health-para {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 40px auto;
}

.skin-health-img-div {
    background-color: #FFFFFF;
    border-radius: 30px;
    padding: 68px 75px;
}

.skin-health-img {
    max-width: 660px;
    width: 100%;
    margin: 20px auto 70px;
}

.skin-health-img img {
    margin: 0 auto;
} 

.solution-para {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
}

.maintain-para {
    display: block;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 2;
    color: #E2001A;
}

.solution-div {
    text-align: center;
    padding: 20px 30px 35px;
    margin-top: 41px;
    position: relative;
    border: 2px solid #333333;
    border-radius: 30px;
    background-color: #fff;
}

.solution-div::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 48%;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    z-index: 9;
    background-color: #fff;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
    .skin-health-div {
        padding: 30px 15px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        margin-bottom: 83px;
    }

    .skin-health-div::after {
        height: 54px;
        bottom: -54px;
    }

    .skin-health-para {
        font-size: 1.6rem;
        line-height: 1.5;
        margin: 20px auto 20px;
    }

    .skin-health-img-div {
        border: 1px solid #EBEBEB;
        border-radius: 20px;
        padding: 30px 20px;
    }

    .solution-para {
        font-size: 1.8rem;
    }

    .maintain-para {
        font-size: 2.4rem;
        line-height: 1.3;
    }

    .solution-div {
        margin-top: 25px;
        border-radius: 20px;
    }

    .solution-div::before {
        width: 15px;
        height: 15px;
        top: -9px;
    }

}

/* Skin Health End */
/* exclusive diet */
.exclusive-d-section {
    background-color: #f3f3f3;
    border-radius: 30px;
    padding: 80px 20px;
    width: 100%;
}

.exclusive-d-inner {
    width: 100%;
}

.exclusive-d-white {
    width: 100%;
    background-color: #ffffff;
    border-radius: 30px;
    height: 100%;
    border: 1px solid #ebebeb;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px 20px 60px;
}

.exclusive-d-white-inner {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    /*align-items: end;*/
}

.unique-search {
    width: 100%;
    height: fit-content;
    margin-top: 35px;
    margin-bottom: 60px;
}

.unique-search-txt {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}

.small-dog-txt {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 30px;
}

.small-dog-section {
    width: 105%;
    /*display: flex;*/
    gap: 60px;
    padding-top: 50px;
}

.small-dog-left {
    width: 245px;
    height: fit-content;
}

.small-dog-right {
    width: calc(100% - 275px);
}

.small-dog-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-bottom: 1px dashed #707070;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.small-dog-info:last-of-type {
    border-bottom: none;
}

.small-dog-info-img {
    width: 92px;
    height: 49px;
    margin: 0 auto;
}

.exclusive-d-section .small-dog-info-img {
    width: 96px;
    height: 96px;    
}

.small-dog-info-img img {
    width: 100%;
    height: 100%;
}

.small-dog-info-txt {
    width: calc(100% - 116px);
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -1px;
    color: #E2001A;
    text-align: center;
    margin: 15px auto 0;
}

.exclusive-d-section .small-dog-info-txt {
    color: #591909;
    margin: 0 auto;
}

.exclusive-d-section .small-dog-info-txt span.info-blk-txt {
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
}

.feature-img {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
}

.feature-img img {
    max-width: 245px;
}

.feature-dog-img img {
    max-width: 240px;
    margin: 0 auto;
}

@media screen and (max-width: 870px) {
    .exclusive-d-white>.food-advertise-banner {
        gap: 20px;
    }

    .exclusive-d-white>.food-advertise-banner>.food-image {
        width: 280px;
    }

    .exclusive-d-white>.food-advertise-banner>.food-right {
        width: calc(100% - 300px);
    }
}

@media screen and (max-width: 768px) {
    .exclusive-d-section {
        border-radius: 20px;
        padding: 30px 20px;
    }

    .exclusive-d-white {
        border-radius: 20px;
        margin-top: 30px;
        padding: 30px 20px;
        align-items: center;
    }

    .exclusive-d-white>.food-advertise-banner {
        max-width: 260px;
    }

    .exclusive-d-white>.food-advertise-banner>.food-image {
        max-width: 210px;
        width: 100%;
    }

    .exclusive-d-white>.food-advertise-banner>.food-right {
        max-width: 100%;
        width: 100%;
    }

    .exclusive-d-white-inner {
        margin-top: 30px;
    }

    .unique-search {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .unique-search img {
        padding-right: 15px;
    }

    .unique-search-txt {
        font-size: 1.6rem;
    }

    .small-dog-txt {
        font-size: 1.6rem;
    }

    .exclusive-d-section .small-dog-info-txt span.info-blk-txt {
        font-size: 1.6rem;
    }

    .small-dog-section {
        width: 100%;
        flex-direction: column-reverse;
        align-items: center;
        padding-top: 0;
        gap: 5px;
    }

    .small-dog-left {
        max-width: 165px;
        width: 100%;
    }

    .small-dog-right {
        width: 100%;
    }

    .small-dog-info {
        flex-direction: column;
        gap: 10px;
    }

    .small-dog-info-txt {
        font-size: 2rem;
        text-align: center;
        width: 100%;
        letter-spacing: -1px;
    }

    .feature01-img {
        flex-direction: column;
        align-items: center;
    }

    .feature-img img {
        margin: 0 auto;
    }
}

.exclusive-insult {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 30px;
    margin-top: 60px;
    padding: 25px 0;
}

.exclusive-insult-txt {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .exclusive-insult {
        border-radius: 20px;
        padding: 20px;
        margin-top: 20px;
        border-radius: 20px;
    }

    .exclusive-insult-txt {
        font-size: 1.8rem;
    }
}

/* exclusive diet End */
/* veterinary clinic */
.veterinary-clinic-section {
    padding: 80px 0 120px;
    padding-top: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.veterinary-clinic-btn {
    position: relative;
    max-width: 610px;
    width: 100%;
}

.ani-veterinary-clinic-btn {
    background-color: #E2001A;
    border-radius: 20px;
    color: #fff;
    padding: 27px 0 28px 0px;
    position: relative;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
}

.ani-veterinary-clinic-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(../img/arrow.png) no-repeat;
    background-size: 100% 100%;
}

.unconsult-veterinary-clinic-div {
    max-width: 530px;
    width: 100%;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.unconsult-veterinary-clinic-btn {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.7;
    color: #E2001A;
    background-color: #fff;
    border: 1px solid #E2001A;
    border-radius: 10px;
    padding: 3px 20px 3px;
    position: relative;
    display: block;
    text-align: center;
}

.unconsult-veterinary-clinic-btn::after {
    content: "";
    position: absolute;
    bottom: -6.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    z-index: 9;
    background-color: #fff;
    border-top: 1px solid #E2001A;
    border-right: 1px solid #E2001A;
    transform: rotate(135deg);
}

.rc-br {
    display: none;
}

@media screen and (max-width: 513px) {
    .veterinary-clinic-section {
        padding: 120px 0 100px;
    }
}

@media screen and (max-width: 768px) {

    .unconsult-veterinary-clinic-btn {
        font-size: 1.6rem;
        border-radius: 5px;
    }

    .ani-veterinary-clinic-btn {
        font-size: 2rem;
        line-height: 1.2;
        padding: 16px 70px 16px;
        border-radius: 10px;
    }

    .ani-veterinary-clinic-btn::after {
        width: 20px;
        height: 20px;
    }

    .veterinary-clinic-btn {
        max-width: 335px;
    }

    .unconsult-veterinary-clinic-btn {
        line-height: 1.3;
        margin: 0 18px;
        padding: 5px 0;
    }
}

@media screen and (max-width: 512px) {
    .unconsult-veterinary-clinic-div {
        top: -76px;
    }

    .ani-veterinary-clinic-btn {
        margin-top: 0;
    }

    .rc-br {
        display: block;
    }
}

@media screen and (max-width: 360px) {
    .unconsult-veterinary-clinic-btn {
        margin: 0;
    }
    .ani-veterinary-clinic-btn::after {
        left: 12px;
    }

    .ani-veterinary-clinic-btn {
        border-radius: 10px;
        padding: 16px 45px 16px;
    }
}

/* veterinary clinic End*/
/* body part End */