@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 15px;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
p {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
}

fieldset,
img {
    border: 0
}

ol,
ul {
    list-style: none
}

a {
    cursor: pointer;
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    display: block;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.clear {
    clear: both
}

.btn {
    outline: 0px;
}

.lists {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.mainpage {
    position: relative;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: bold;
}

img {
    width: auto;
    height: auto;
}

.container {
    max-width: 1380px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

h2 {
    font-size: 38px !important;
    font-weight: bold !important;
    display: block;
    line-height: 48px;
    margin: 0 0 25px 0 !important;
    position: relative;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    color: #161616;
    line-height: 28px;
    margin-bottom: 25px;
}

/*banner Design Css Start Here*/
.sys_petcare_HomeOuter {
    margin: 0;
    background: url(../images/blockchaingamedevelopment_img/sys_bannerHome_bg.png) no-repeat;
    padding: 50px 0 0px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.sys_petcare_HomeOuter_inner {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-direction: row-reverse;
}

.sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Left_Part {
    width: 50%;
    text-align: center;
}

.sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Left_Part img {
    margin: 0;
    width: 100%;
    position: relative;
    max-width: 100%;
}

.sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Right_Part {
    width: 50%;
}

.sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Right_Part h1 {
    font-size: 55px;
    font-weight: bold;
    display: block;
    line-height: 65px;
    margin: 0 0 25px 0;
    position: relative;
}

.sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Right_Part h1 b {
    color: #fc7600;
    font-weight: bold;
}

.sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Right_Part p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 25px;
    color: #161616;
}

.call_now_home {
    width: fit-content;
}

.call_now_home a {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: #fc7600;
    padding: 20px 30px;
    border-radius: 6px;
    white-space: nowrap;
    gap: 20px;
    text-decoration: none !important;
    width: fit-content;
}

.call_now_home a span {
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
}



/*Section01*/
.sys_petcare_section01 {
    padding: 100px 0;
    width: 100%;
    display: block;
    margin: 0;
}

.sys_petcare_section01_heading {
    text-align: center;
    margin-bottom: 50px;
}

.sys_petcare_section01_heading p {
    max-width: 70%;
    margin: auto;
}

.sys_petcare_section01_inner {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.sys_petcare_section01_inner01 {
    width: 35%;
}

.sys_petcare_section01_inner02 {
    width: 30%;
}

.sys_petcare_section01_inner03 {
    width: 35%;
}

.sys_petcare_section01_inner02 span img {
    width: 100%;
}

.sys_petcare_section01_inner01 ul {
    display: block;
    margin: 0;
}

.sys_petcare_section01_inner01 ul li {
    text-align: right;
    position: relative;
}

.sys_petcare_section01_inner01 ul li .sys_petcare_section01_inner01_content {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 30px;
}

.sys_petcare_section01_inner01 ul li .sys_petcare_section01_inner01_icon span {
    width: 90px;
    height: 90px;
    background: linear-gradient(to bottom, #fff, #fc7600);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sys_petcare_section01_inner01_content .sys_petcare_section01_inner01_text {
    margin: 0;
}

.sys_petcare_section01_inner01_content .sys_petcare_section01_inner01_text h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #161616;
}


.sys_petcare_section01_inner01 ul li:nth-child(1) .sys_petcare_section01_inner01_content {
    position: relative;
    right: -150px;
    margin-bottom: 70px;
}

.sys_petcare_section01_inner01 ul li:nth-child(2) .sys_petcare_section01_inner01_content {
    position: relative;
    right: -70px;
    margin-bottom: 70px;
}

.sys_petcare_section01_inner01 ul li:nth-child(3) .sys_petcare_section01_inner01_content {
    position: relative;
    right: -160px;
}





.sys_petcare_section01_inner03 ul {
    display: block;
    margin: 0;
}

.sys_petcare_section01_inner03 ul li {
    text-align: right;
    position: relative;
}

.sys_petcare_section01_inner03 ul li .sys_petcare_section01_inner03_content {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
}

.sys_petcare_section01_inner03 ul li .sys_petcare_section01_inner03_icon span {
    width: 90px;
    height: 90px;
    background: linear-gradient(to bottom, #fff, #fc7600);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sys_petcare_section01_inner03_content .sys_petcare_section01_inner03_text {
    margin: 0;
    text-align: left;
}

.sys_petcare_section01_inner03_content .sys_petcare_section01_inner03_text h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #161616;
}

.sys_petcare_section01_inner03 ul li:nth-child(1) .sys_petcare_section01_inner03_content {
    position: relative;
    left: -150px;
    margin-bottom: 70px;
}

.sys_petcare_section01_inner03 ul li:nth-child(2) .sys_petcare_section01_inner03_content {
    position: relative;
    left: -70px;
    margin-bottom: 70px;
}

.sys_petcare_section01_inner03 ul li:nth-child(3) .sys_petcare_section01_inner03_content {
    position: relative;
    left: -160px;
}

/*Section01*/


/*Section02*/

.sys_petcare_section02 {
    background: #fff6ee;
    padding: 50px 0;
    position: relative;
}

.sys_petcare_section02::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(../images/blockchaingamedevelopment_img/sys_petcare_section02_bgbefore.png) no-repeat;
    width: 394px;
    height: 400px;
    background-position: bottom;
}

.sys_petcare_section02 .sys_petcare_section02_inner {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-end;
}

.sys_petcare_section02_Left {
    width: 38%;
}

.sys_petcare_section02_Right {
    width: 55%;
}

.sys_petcare_section02_Right ul {
    list-style: none;
    margin: 0;
    display: block;
}

.sys_petcare_section02_Right ul li {
    display: block;
    width: 100%;
}

.sys_petcare_section02_Right ul li .sys_petcare_section02_Right_box {
    display: flex;
    gap: 20px;
}

.sys_petcare_section02_Right ul li .sys_petcare_section02_Right_box .sys_petcare_section02_Right_box_img {
    width: 70px;
}

.sys_petcare_section02_Right ul li .sys_petcare_section02_Right_box .sys_petcare_section02_Right_box_img span {
    background: url(../images/blockchaingamedevelopment_img/sys_petcare_section02_iocnbg.png) no-repeat;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.sys_petcare_section02_Right ul li .sys_petcare_section02_Right_box .sys_petcare_section02_Right_box_text {
    width: calc(100% - 70px);
}

.sys_petcare_section02_Right ul li .sys_petcare_section02_Right_box .sys_petcare_section02_Right_box_text h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #161616;
}

.sys_petcare_section02_Right ul li:not(:last-child) {
    margin-bottom: 30px;
}

.sys_petcare_section02_Right ul li .sys_petcare_section02_Right_box .sys_petcare_section02_Right_box_text p {
    line-height: 22px;
}

/*Section02*/


/*Section03*/
.sys_petcare_section03 {
    position: relative;
    background: #fff;
    padding: 100px 0 60px;
}

.sys_petcare_section03 .container-fluid {
    max-width: calc(100% - 9%);
    margin-left: auto;
    margin-right: 0;
}

.sys_petcare_section03_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.sys_petcare_section03_heading .left_part {
    margin-left: -35px;
}

.sys_petcare_section03_heading p {
    max-width: 75%;
    margin-bottom: 0;
    font-size: 17px;
}

.sys_petcare_section03slide {
    margin: 0px;
    position: relative;
}

.sys_petcare_section03_sliderBox {
    background: #fff6ee;
    padding: 35px;
    border-radius: 15px;
    border: solid 1px rgba(163, 163, 163, 24%);
    min-height: auto;
    margin: 5px;
    min-height: 270px;
    overflow: hidden;
    position: relative;
}

.sys_petcare_section03_sliderBox span {
    padding: 0;
    background: linear-gradient(to bottom, #fff, #fc7600);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    position: absolute;
    right: -20px;
    top: -12px;
}

.sys_petcare_section03_sliderBox .sys_petcare_section03_sliderBox_images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.sys_petcare_section03_sliderBox h3 {
    font-size: 22px;
    font-weight: 600;
    color: #161616;
    margin: 0 0 15px 0;
    line-height: normal;
}

.sys_petcare_section03_sliderBox p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #161616;
    max-width: 93%;

}

.sys_petcare_section03_sliderBox .sys_petcare_section03_sliderBox_images p {
    font-size: 110px;
    font-weight: 800;
    color: #f7f7f7;
    margin: 0;
    display: block;
}

.sys_petcare_section03slide .swiper-button-outer {
    position: relative;
    left: 43%;
    transform: translateX(-43%);
    width: 140px;
    display: flex;
    right: 50%;
    bottom: 0;
    z-index: 999999;
    height: 60px;
    margin-bottom: 40px !important;
    margin-top: 40px;
}

.sys_petcare_section03slide .swiper-button-prev {
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    padding: 15px;
    position: absolute;
    bottom: 0;
    border: solid 1px #cfcfcf;
}

.sys_petcare_section03slide .swiper-button-prev:after {
    content: "";
    width: 13px;
    height: 12px;
    position: absolute;
    font-size: 0;
    background: url(../images/blockchaingamedevelopment_img/arrow_slider.png) no-repeat;
    background-size: 100%;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
}

.sys_petcare_section03slide .swiper-button-prev svg {
    display: none;
}

.sys_petcare_section03slide .swiper-button-next {
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    padding: 15px;
    position: absolute;
    bottom: 0;
    border: solid 1px #f85505;
}

.sys_petcare_section03slide .swiper-button-next:after {
    content: "";
    width: 13px;
    height: 12px;
    position: absolute;
    font-size: 0;
    background: url(../images/blockchaingamedevelopment_img/arrow_slider.png) no-repeat;
    background-size: 100%;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sys_petcare_section03slide .swiper-button-next svg {
    display: none;
}

/*Section03*/


/*Section04*/
.sys_petcare_section04 {
    position: relative;
    background: #fff;
    padding: 0px 0 100px;
}

.sys_petcare_section04 .container-fluid {
    max-width: calc(100% - 11%);
    margin-left: auto;
    margin-right: 0;
}

.sys_petcare_section04_heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    text-align: center;
}

.sys_petcare_section04_heading p {
    max-width: 75%;
    margin-bottom: 0;
    font-size: 17px;
}

.sys_petcare_section04slide {
    margin: 0px;
    position: relative;
}

.sys_petcare_section04_sliderBox {
    background: #ffffff;
    padding: 10px;
    border-radius: 15px;
    min-height: auto;
    margin: 5px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sys_petcare_section04_sliderBox span {
    padding: 0;
    width: 100px;
    height: 100px;
    display: block;
}

.sys_petcare_section04_sliderBox span.sys_petcare_section04_uppartext {
    position: absolute;
    right: 0;
    width: auto;
    height: auto;
    font-size: 110px;
    color: #f7f6f6;
    font-weight: bold;
    display: block;
    line-height: 110px;
    top: 0;
}

.sys_petcare_section04_sliderBox span img {
    width: 100%;
}

.sys_petcare_section04_sliderBox .sys_petcare_section04_sliderBox_images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.sys_petcare_section04_sliderBox h3 {
    font-size: 22px;
    font-weight: 600;
    color: #161616;
    margin: 0 0 25px 0;
    line-height: normal;
}

.sys_petcare_section04_sliderBox p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #161616;
}

.sys_petcare_section04_sliderBox .sys_petcare_section04_sliderBox_images p {
    font-size: 110px;
    font-weight: 800;
    color: #f7f7f7;
    margin: 0;
    display: block;
}


.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    display: flex;
    width: 100%;
    justify-content: center;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}

.swiper-pagination-bullet-active {
    background: #fc7600 !important;
}

/*Section04*/


/*Section05*/
.sys_petcare_section05 {
    padding: 0px 0 100px;
    width: 100%;
    display: block;
}

.sys_petcare_section05_inner {
    display: flex;
}

.sys_petcare_section05_inner .sys_petcare_section05_inner_Right {
    width: 100%;
}

.sys_petcare_section05_heading {
    margin-bottom: 60px;
    text-align: center;
}

.sys_petcare_section05_inner .sys_petcare_section05_inner_Right ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 80px;
}

.sys_petcare_section05_inner .sys_petcare_section05_inner_Right ul li {
    position: relative;
    width: calc(100% / 2 - 40px);
}

.sys_petcare_section05_inner .sys_petcare_section05_inner_Right ul li .sys_sec05_text_box {
    display: flex;
    align-items: center;
    gap: 28px;
}

.sys_petcare_section05_inner .sys_petcare_section05_inner_Right ul li .sys_sec05_text_box .sys_sec05_text_box_img {
    width: 130px;
    min-width: 130px;
    background: #ffffff;
    box-shadow: 0px 12px 32px rgba(32, 31, 31, 10%);
    height: 130px;
    text-align: center;
    line-height: 130px;
    border-radius: 24px;
}

.sys_petcare_section05_inner .sys_petcare_section05_inner_Right ul li .sys_sec05_text_box .sys_sec05_text_box_img img {
    max-width: 70px;
}

.sys_petcare_section05_inner .sys_petcare_section05_inner_Right ul li .sys_sec05_text_box .sys_sec05_text_box_text {
    padding: 0;
    width: calc(100% - 140px);
}

.sys_petcare_section05_inner .sys_petcare_section05_inner_Right ul li .sys_sec05_text_box .sys_sec05_text_box_text h3 {
    font-size: 20px;
    font-weight: bold;
    color: #161616;
    margin-bottom: 5px;
}

.sys_petcare_section05_inner .sys_petcare_section05_inner_Right ul li .sys_sec05_text_box .sys_sec05_text_box_text p {
    font-size: 16px;
    font-weight: 400;
    color: #161616;
    line-height: 24px;
}

/*Section05*/


/*Section06*/
.sys_petcare_section06 {
    margin-bottom: 100px;
}

.sys_petcare_section06_heading {
    padding: 0;
    max-width: 69%;
    margin: auto;
}

.sys_petcare_section06_heading h2 {
    text-align: center;
    margin-bottom: 50px;
}

.sys_petcare_section06_outer {
    width: 100%;
    margin: auto;
}

.sys_petcare_section06_outer ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px 30px;
    margin-top: 100px;
}

.sys_petcare_section06_outer ul li {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
    border: solid 1px rgba(163, 163, 163, 34%);
}

.sys_petcare_section06_outer ul li span {
    width: 95px;
    height: 95px;
    border-radius: 100%;
    margin: auto;
    background: linear-gradient(to bottom, #fff, #ffe9d5);
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px rgba(163, 163, 163, 14%);
    margin-top: -65px;
    margin-bottom: 25px;
}

.sys_petcare_section06_outer ul li h3 {
    font-size: 24px;
    font-weight: bold;
    color: #161616;
    margin: 0 0 20px 0;
}

.sys_petcare_section06_outer ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #161616;
    line-height: 26px;
}

/*Section06*/


/*Section07*/
.sys_petcare_section07 {
    margin: 0;
    display: block;
    width: 100%;
}

.sys_petcare_section06_inner {
    background: #fafafa;
    border-radius: 20px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
}

.sys_petcare_section06_inner .sys_petcare_section06_inner_Left {
    width: 50%;
}

.sys_petcare_section06_inner .sys_petcare_section06_inner_Right {
    width: 50%;
}

.sys_petcare_section06_inner .sys_petcare_section06_inner_Right h2 {
    margin: 0;
}

.sys_petcare_section06_inner .sys_petcare_section06_inner_Right p {
    margin: 20px 0;
}

/*Section07*/


/*Section08*/
.faq_ECommerce {
    margin: 80px 0 0px;
}

.sys_grocery_accorden_bottom h2 {
    margin-bottom: 50px;
    text-align: center;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #3c3a3d;
    font-size: 22px;
    font-weight: 600;
    border: none;
    background: 0 0;
    outline: 0;
}

.accordion-item {
    position: relative;
    counter-increment: count;
    transition: all ease-in-out 1s;
    background: linear-gradient(271deg, #fff, #fffaf5);
    padding: 12px 30px;
    margin-bottom: 10px;
    border-radius: 20px !important;
    border: solid 1px #e1dfdf;
}

.accordion-title {
    color: #18191b;
    font-size: 20px;
    font-weight: 600;
}

.accordion button:focus,
.accordion button:hover {
    cursor: pointer;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 30px
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 16px;
    left: 10px;
    width: 15px;
    height: 3px;
    background: currentColor;
    color: #fc7600;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 16px;
    width: 3px;
    height: 16px;
    background: currentColor;
    color: #fc7600;
}

.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all .2s linear;
    will-change: opacity, max-height;
    transition: all ease-in-out 1.5s;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity .2s linear, max-height .2s linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 26px;
    padding-right: 100px;
    color: #161616;
}

/*Section08*/


/*banner Design Css End Here*/
@media only screen and (max-width:1440px) {
    h2 {
        font-size: 35px !important;
        line-height: normal;
    }

    h3 {
        font-size: 20px !important;
        line-height: normal;
    }

    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Right_Part h1 {
        font-size: 45px;
        line-height: normal;
    }

    .sys_petcare_section01_inner01 ul li .sys_petcare_section01_inner01_icon span {
        width: 70px;
        height: 70px;
    }

    .sys_petcare_section01_inner01 ul li:nth-child(1) .sys_petcare_section01_inner01_content {
        right: 0px;
    }

    .sys_petcare_section01_inner01 ul li:nth-child(2) .sys_petcare_section01_inner01_content {
        right: 0;
    }

    .sys_petcare_section01_inner01 ul li:nth-child(3) .sys_petcare_section01_inner01_content {
        right: 0;
    }

    .sys_petcare_section01_inner01_content .sys_petcare_section01_inner01_text h3,
    .sys_petcare_section01_inner03_content .sys_petcare_section01_inner03_text h3 {
        margin-bottom: 10px;
        font-size: 18px !important;
    }

    .sys_petcare_section01_inner01_content .sys_petcare_section01_inner01_text p,
    .sys_petcare_section01_inner03_content .sys_petcare_section01_inner03_text p {
        font-size: 14px;
        line-height: normal;
    }

    .sys_petcare_section01_inner03 ul li .sys_petcare_section01_inner03_icon span {
        width: 70px;
        height: 70px;
    }

    .sys_petcare_section01_inner03 ul li:nth-child(1) .sys_petcare_section01_inner03_content {
        left: 0;
    }

    .sys_petcare_section01_inner03 ul li:nth-child(2) .sys_petcare_section01_inner03_content {
        left: 0;
    }

    .sys_petcare_section01_inner03 ul li:nth-child(3) .sys_petcare_section01_inner03_content {
        left: 0;
    }

    .sys_petcare_section03_heading .left_part {
        margin-left: 10px;
    }

    .sys_petcare_section03 .container-fluid {
        max-width: 100%;
    }

    .sys_petcare_section03_sliderBox {
        padding: 45px 15px 15px 15px;
        min-height: 300px;
    }

    .sys_petcare_section03_sliderBox span {
        width: 90px;
        height: 90px;
        right: -10px;
        top: -10px;
    }

    .sys_petcare_section03_sliderBox span img {
        max-width: 50px;
    }

    .sys_petcare_section03slide .swiper-button-outer {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width:1199px) {
    h2 {
        font-size: 30px !important;
        line-height: normal;
    }

    p {
        font-size: 16px;
        line-height: 24px;
    }

    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Right_Part h1 {
        font-size: 35px;
    }

    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Right_Part p {
        font-size: 16px;
    }

    .call_now_home a {
        font-size: 16px;
        padding: 20px 20px;
    }

    .sys_petcare_section01 {
        padding: 50px 0;
    }

    .sys_petcare_section01_heading p {
        max-width: 100%;
    }

    .sys_petcare_section03 {
        padding: 50px 0 50px;
    }

    .sys_petcare_section04_heading {
        margin-bottom: 20px;
    }

    .sys_petcare_section04 {
        padding: 0px 0 50px;
    }

    .sys_petcare_section05_inner .sys_petcare_section05_inner_Right ul {
        gap: 40px 40px;
    }

    .sys_petcare_section05_inner .sys_petcare_section05_inner_Right ul li {
        width: calc(100% / 2 - 20px);
    }

    .sys_petcare_section05_inner .sys_petcare_section05_inner_Right ul li .sys_sec05_text_box .sys_sec05_text_box_img {
        width: 110px;
        min-width: 110px;
        height: 110px;
        line-height: 110px;
    }

    .sys_petcare_section05 {
        padding: 0px 0 50px;
    }

    .sys_grocery_accorden_bottom h2 {
        margin-bottom: 30px;
    }

    .faq_ECommerce {
        margin: 20px 0 0px;
    }

    .accordion-item {
        padding: 12px 20px;
    }
}

@media only screen and (max-width:991px) {

    h2 {
        font-size: 25px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Left_Part {
        width: 100%;
    }

    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Right_Part {
        width: 100%;
        text-align: center;
    }

    .sys_petcare_HomeOuter_inner {
        align-items: center;
        flex-direction: unset;
        flex-wrap: wrap;
    }

    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Left_Part img {
        max-width: 450px;
    }

    .call_now_home {
        margin: auto;
    }

    .sys_petcare_HomeOuter {
        padding: 50px 0 50px;
    }

    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Right_Part h1 b {
        display: block;
    }

    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Right_Part h1 {
        font-size: 30px;
    }

    .sys_petcare_section01_inner01 {
        width: 100%;
    }

    .sys_petcare_section01_inner02 {
        width: 100%;
        display: none;
    }

    .sys_petcare_section01_inner03 {
        width: 100%;
    }

    .sys_petcare_section01_inner {
        flex-wrap: wrap;
    }

    .sys_petcare_section01_inner01 ul li .sys_petcare_section01_inner01_content {
        right: 0px;
        flex-direction: column;
    }

    .sys_petcare_section01_inner01_content .sys_petcare_section01_inner01_text {
        margin: 0;
        text-align: center;
    }

    .sys_petcare_section01_inner01 ul li {
        border: solid 1px #ccc;
        padding: 20px;
        border-radius: 20px;
    }

    .sys_petcare_section01_heading {
        margin-bottom: 30px;
    }

    .sys_petcare_section01_inner01 ul li:nth-child(1) .sys_petcare_section01_inner01_content,
    .sys_petcare_section01_inner01 ul li:nth-child(2) .sys_petcare_section01_inner01_content,
    .sys_petcare_section01_inner01 ul li:nth-child(3) .sys_petcare_section01_inner01_content {
        margin-bottom: 0px;
    }

    .sys_petcare_section01_inner01 ul {
        margin: 0;
        gap: 20px;
        display: flex;
    }


    .sys_petcare_section01_inner03 ul {
        margin: 0;
        gap: 20px;
        display: flex;
    }

    .sys_petcare_section01_inner03 ul li {
        border: solid 1px #ccc;
        padding: 20px;
        border-radius: 20px;
    }

    .sys_petcare_section01_inner03 ul li:nth-child(1) .sys_petcare_section01_inner03_content,
    .sys_petcare_section01_inner03 ul li:nth-child(2) .sys_petcare_section01_inner03_content,
    .sys_petcare_section01_inner03 ul li:nth-child(3) .sys_petcare_section01_inner03_content {
        margin-bottom: 0px;
        flex-wrap: wrap;
    }

    .sys_petcare_section01_inner03 ul li .sys_petcare_section01_inner03_content {
        right: 0px;
        flex-direction: column;
    }

    .sys_petcare_section01_inner03_content .sys_petcare_section01_inner03_text {
        margin: 0;
        text-align: center;
    }

    .sys_petcare_section01_inner03 ul li .sys_petcare_section01_inner03_content {
        gap: 10px;
    }

    .sys_petcare_section01_inner01 ul li .sys_petcare_section01_inner01_content {
        gap: 10px;
    }

    .sys_petcare_section02::before {
        display: none;
    }

    .sys_petcare_section02 .sys_petcare_section02_inner {
        gap: 30px;
        align-items: center;
        flex-wrap: wrap;
    }

    .sys_petcare_section02_Left {
        width: 100%;
        text-align: center;
    }

    .sys_petcare_section02_Right {
        width: 100%;
    }

    .sys_petcare_section02 {
        padding: 30px 0;
    }

    .sys_petcare_section02_Right ul li {
        display: block;
        width: 100%;
        border: solid 1px #ccc;
        padding: 20px;
        border-radius: 20px;
        background: #fff;
    }

    .sys_petcare_section02_Right ul li:not(:last-child) {
        margin-bottom: 20px;
    }

    .sys_petcare_section03_heading .left_part {
        margin-left: 0;
        text-align: center;
    }

    .sys_petcare_section03_heading {
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .sys_petcare_section03_heading p {
        max-width: 100%;
        margin-bottom: 20px;
        font-size: 17px;
    }

    .sys_petcare_section03 {
        padding: 30px 0 30px;
    }
}

@media only screen and (max-width:767px) {

    h2 {
        font-size: 22px !important;
        line-height: normal;
    }

    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Left_Part {
        display: none;
    }

    .sys_petcare_section01 {
        padding: 30px 0;
    }

    .sys_petcare_section01_inner01 ul,
    .sys_petcare_section01_inner03 ul {
        flex-wrap: wrap;
    }

    .sys_petcare_section02_Right ul li .sys_petcare_section02_Right_box {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .sys_petcare_section02_Right ul li .sys_petcare_section02_Right_box .sys_petcare_section02_Right_box_text {
        width: 100%;
    }

    .sys_petcare_section02 .sys_petcare_section02_inner {
        gap: 20px;
    }

    .sys_petcare_section03_sliderBox {
        min-height: 220px;
    }

    .sys_petcare_section03slide .swiper-button-outer {
        display: none;
    }

    .sys_petcare_section05_inner .sys_petcare_section05_inner_Right ul {
        gap: 20px;
    }

    .sys_petcare_section05_inner .sys_petcare_section05_inner_Right ul li {
        width: 100%;
    }

    .sys_petcare_section05_inner .sys_petcare_section05_inner_Right ul li .sys_sec05_text_box {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        border: solid 1px #ccc;
        padding: 20px;
        border-radius: 20px;
    }

    .sys_petcare_section05_inner .sys_petcare_section05_inner_Right ul li .sys_sec05_text_box .sys_sec05_text_box_text {
        width: 100%;
    }

    .sys_petcare_section05_heading {
        margin-bottom: 20px;
    }

    .sys_petcare_section05_inner .sys_petcare_section05_inner_Right ul li .sys_sec05_text_box .sys_sec05_text_box_img {
        width: 90px;
        min-width: 90px;
        height: 90px;
        line-height: 90px;
    }

    .sys_petcare_section05_inner .sys_petcare_section05_inner_Right ul li .sys_sec05_text_box .sys_sec05_text_box_img img {
        max-width: 50px;
    }

    .sys_petcare_section05 {
        padding: 0px 0 20px;
    }

    .sys_grocery_accorden_bottom h2 {
        margin-bottom: 20px;
    }

    .accordion .accordion-content p {
        padding-right: 0;
    }

    .accordion button[aria-expanded=true]+.accordion-content {
        max-height: 16em;
    }

    .accordion .accordion-content p {
        font-size: 15px;
        line-height: 22px;
    }

    .faq_ECommerce {
        margin: 10px 0 30px;
    }

    .sys_grocery_accorden_bottom h2 {
        line-height: 30px;
        margin-bottom: 20px;
    }

    .accordion-item {
        padding: 10px 15px;
    }

    .accordion-title {
        font-size: 16px;
        font-weight: bold;
    }

    .accordion-item {
        border-radius: 10px;
    }

    .accordion button {
        padding: 0 0;
        display: flex;
    }

    .accordion button .icon {
        top: 6px;
        right: 20px;
    }

    .sys_petcare_section04_sliderBox h3 {
        margin: 0 0 0px 0;
    }

    .sys_petcare_section04 {
        padding: 0px 0 20px;
    }

    .industries-pag.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        display: none;
    }

    .sys_petcare_section04_sliderBox {
        border: solid 1px #ccc;
        margin: 0;
        text-align: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .sys_petcare_section04_sliderBox span {
        width: 80px;
        height: 80px;
    }

    .sys_petcare_section04_sliderBox span.sys_petcare_section04_uppartext {
        display: none;
    }

    .sys_petcare_section04_heading .left_part h2 {
        margin-bottom: 0;
    }

    .sys_petcare_section03_sliderBox span {
        position: unset;
    }

    .sys_petcare_section03_sliderBox {
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        min-height: auto;
        text-align: center;
    }

    .sys_petcare_section03_sliderBox h3 {
        margin: 0 0 0px 0;
    }

    .sys_petcare_section03_sliderBox p {
        max-width: 100%;
    }

    h2 {
        margin: 0 0 15px 0;
    }

    .sys_petcare_section02_Right ul li .sys_petcare_section02_Right_box {
        gap: 10px;
    }

    .sys_petcare_section01_heading {
        margin-bottom: 20px;
    }

    .sys_petcare_HomeOuter {
        padding: 30px 0 30px;
    }

    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Right_Part h1 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .call_now_home a {
        padding: 18px 20px;
    }
}


@media only screen and (max-width:480px) {
    h2 {
        font-size: 20px;
        line-height: normal;
    }

    h3 {
        font-size: 18px;
        line-height: 24px;
    }

    h2 br {
        display: none;
    }

    .sys_petcare_section01_inner01 ul {
        gap: 15px;
    }

    .sys_petcare_section02 {
        padding: 20px 0;
    }

    .sys_petcare_section03_sliderBox {
        margin: 0;
    }

    .sys_petcare_section03 {
        padding: 20px 0 20px;
    }

    .sys_petcare_section04_heading {
        margin-bottom: 15px;
    }

    .sys_petcare_section04slide .container {
        display: none;
    }

    .sys_petcare_section01_inner01_content .sys_petcare_section01_inner01_text p,
    .sys_petcare_section01_inner03_content .sys_petcare_section01_inner03_text p {
        font-size: 16px;
    }

    .sys_petcare_section01_inner01 ul li {
        padding: 15px;
        border-radius: 15px;
    }

    .sys_petcare_section02_Right ul li:not(:last-child) {
        margin-bottom: 15px;
    }

    h2 br {
        display: none;
    }

    .sys_petcare_section05_inner .sys_petcare_section05_inner_Right ul {
        gap: 15px;
    }

    .accordion button .accordion-title {
        line-height: normal;
    }

    .sys_petcare_section01 {
        padding: 20px 0;
    }

    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Right_Part h1 {
        font-size: 24px;
    }

    .sys_petcare_section01_inner03 ul li {
        padding: 15px;
        border-radius: 15px;
    }

    .sys_petcare_section02_Right ul li {
        padding: 15px;
        border-radius: 15px;
    }

    .sys_petcare_section03_heading {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:400px) {
    h2 {
        font-size: 20px !important;
        line-height: normal;
    }

    p {
        font-size: 16px;
        line-height: 22px;
    }

    .call_now_home a {
        padding: 15px 10px;
        font-size: 14px;
    }

    .sys_petcare_section01_inner {
        gap: 15px;
    }

    .sys_petcare_section01_inner03 ul {
        gap: 15px;
    }
}