@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 !important;
}

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/petcaredevelopment_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: 0px;
}

.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;
}

.call_now_home a:hover {
    color: #fff !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

/*Section01*/
.sys_petcare_section01 {
    padding: 100px 0;
    width: 100%;
    display: block;
    margin: 0;
}

.sys_petcare_section01 .sys_petcare_section01_inner {
    margin: 0;
    display: flex;
    gap: 80px;
    align-items: center;
    flex-direction: row-reverse;
}

.sys_petcare_section01 .sys_petcare_section01_inner .Left_Part {
    width: 40%;
}

.sys_petcare_section01 .sys_petcare_section01_inner .Left_Part img {
    width: 100%;
}

.sys_petcare_section01 .sys_petcare_section01_inner .Right_Part {
    width: 50%;
}

.sys_petcare_section01 .sys_petcare_section01_inner .Right_Part p {
    margin-bottom: 25px;
}

/*Section01*/


/*Section02*/
.sys_petcare_section02 {
    position: relative;
    background: #fff;
    padding: 60px 0;
}

.sys_petcare_section02 .container-fluid {
    max-width: calc(100% - 11%);
    margin-left: auto;
    margin-right: 0;
}

.sys_petcare_section02_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.sys_petcare_section02_heading .left_part {
    margin-left: -35px;
}

.sys_petcare_section02_heading p {
    max-width: 75%;
    margin-bottom: 0;
    font-size: 17px;
}

.sys_petcare_section02slide {
    margin: 0px;
    position: relative;
}

.sys_petcare_section02_sliderBox {
    background: #ffffff;
    padding: 24px;
    border-radius: 15px;
    border: solid 1px rgba(163, 163, 163, 24%);
    min-height: auto;
    margin: 5px;
    min-height: 220px;
    background-image: linear-gradient(to bottom, #fff, #fef5ee);
}

.sys_petcare_section02_sliderBox span {
    padding: 0;
    background: #fc7600;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    box-shadow: 0px 8px 32px rgba(32, 31, 31, 8%);
    margin-bottom: 25px;
}

.sys_petcare_section02_sliderBox span img {
    filter: brightness(0) invert(1);
    max-width: 40px;
}

.sys_petcare_section02_sliderBox .sys_petcare_section02_sliderBox_images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.sys_petcare_section02_sliderBox h3 {
    font-size: 22px;
    font-weight: 600;
    color: #161616;
    margin: 0 0 25px 0;
    line-height: normal;
}

.sys_petcare_section02_sliderBox p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #161616;
}

.sys_petcare_section02_sliderBox .sys_petcare_section02_sliderBox_images p {
    font-size: 110px;
    font-weight: 800;
    color: #f7f7f7;
    margin: 0;
    display: block;
}

.sys_petcare_section02slide .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_section02slide .swiper-button-prev {
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    padding: 15px;
    position: absolute;
    bottom: 0;
    border: solid 1px #cfcfcf;
}

.sys_petcare_section02slide .swiper-button-prev:after {
    content: "";
    width: 13px;
    height: 12px;
    position: absolute;
    font-size: 0;
    background: url(../images/petcaredevelopment_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_section02slide .swiper-button-prev svg {
    display: none;
}

.sys_petcare_section02slide .swiper-button-next {
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    padding: 15px;
    position: absolute;
    bottom: 0;
    border: solid 1px #f85505;
}

.sys_petcare_section02slide .swiper-button-next:after {
    content: "";
    width: 13px;
    height: 12px;
    position: absolute;
    font-size: 0;
    background: url(../images/petcaredevelopment_img/arrow_slider.png) no-repeat;
    background-size: 100%;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sys_petcare_section02slide .swiper-button-next svg {
    display: none;
}

/*Section02*/


/*Section03*/

.sys_petcare_section03 {
    padding: 0;
}

.sys_petcare_section03_heading {
    padding-bottom: 50px;
    text-align: center;
}

.sys_petcare_section03_heading p {
    max-width: 70%;
    margin: auto;
}

.sys_petcare_section03_tabsouter .tabs {
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
    margin-top: 0;
}

.sys_petcare_section03_tabsouter .tabs li {
    background: none;
    background: #fafafa;
    padding: 18px 50px;
    border-radius: 10px;
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    border: solid 1px rgba(0, 0, 0, 10%);
}

.sys_petcare_section03_tabsouter .tabs li.current {
    background: #fc7600;
    box-shadow: rgba(252, 118, 0, 0.47) 4px 3px 18px 0px;
    padding: 18px 50px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.sys_petcare_section03_tabsouter .tab-content {
    display: none;
}

.sys_petcare_section03_tabsouter .tab-content.current {
    display: inherit;
}

.sys_petcare_section03_tabsouter .tab-content {
    display: none;
}

.sys_petcare_section03_tabsouter .tab-content.currenttow {
    display: inherit;
}

.taxi_industry_logos ul li p {
    display: block;
    width: 100%;
}

.sys_petcare_section03_tabimg {
    margin: auto;
    padding: 20px;
    border-radius: 40px;
}

.sys_petcare_section03_tabsContent {
    display: flex;
    gap: 0px;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0 0px 0px;
}

.sys_petcare_section03_tabsContent .left_part {
    width: 60%;
    text-align: center;
}

.sys_petcare_section03_tabsContent .left_part img {
    width: 100%;
}

.sys_petcare_section03_tabsContent .left_part img {
    width: 100%;
    max-width: 100%;
}

.sys_petcare_section03_tabsContent .right_part {
    width: 40%;
}

.sys_delivery_apps_services_list ul {
    padding: 0;
}

.sys_delivery_apps_services_list ul li {
    width: 100%;
    font-size: 20px;
    color: #161616;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.sys_delivery_apps_services_list ul li::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 14px;
    left: 0;
    top: 15px;
    bottom: 0;
    margin: -6px 0;
    background: #fc7600;
    transition: all .4s ease-in-out;
    border-radius: 100px;
}

.sys_delivery_apps_services_list h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    padding-bottom: 20px;
}

.sys_delivery_apps_services_list p {
    padding-bottom: 40px;
}

.sys_delivery_apps_services_list ul li p {
    padding-bottom: 0px;
    font-weight: 300;
}

/*Section03*/


/*Section04*/
.sys_petcare_section04 {
    padding: 100px 0;
    width: 100%;
    display: block;
}

.sys_petcare_section04_inner {
    display: flex;
}

.sys_petcare_section04_inner .sys_petcare_section04_inner_Left {
    width: 25%;
}

.sys_petcare_section04_inner .sys_petcare_section04_inner_Left img {
    width: 100%;
}

.sys_petcare_section04_inner .sys_petcare_section04_inner_Right {
    width: 75%;
}

.sys_petcare_section04_heading {
    margin-bottom: 40px;
}

.sys_petcare_section04_inner .sys_petcare_section04_inner_Right ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.sys_petcare_section04_inner .sys_petcare_section04_inner_Right ul::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: linear-gradient(84deg, #f7f5f5, #eaeaea, #eaeaea, #eaeaea, #f7f5f5);
}

.sys_petcare_section04_inner .sys_petcare_section04_inner_Right ul li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-around;
    gap: 40px;
    position: relative;
    margin-bottom: 20px;
}

.sys_petcare_section04_inner .sys_petcare_section04_inner_Right ul li:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -20px;
    background: linear-gradient(84deg, #f7f5f5, #eaeaea, #eaeaea, #eaeaea, #f7f5f5);
}

.sys_petcare_section04_inner .sys_petcare_section04_inner_Right ul li:last-child:before {
    display: none;
}

.sys_petcare_section04_inner .sys_petcare_section04_inner_Right ul li:last-child {
    padding-top: 20px;
}

.sys_petcare_section04_inner .sys_petcare_section04_inner_Right ul li .sys_sec04_text_box {
    display: flex;
    align-items: center;
    gap: 18px;
}

.sys_petcare_section04_inner .sys_petcare_section04_inner_Right ul li .sys_sec04_text_box .sys_sec04_text_box_img {
    width: 120px;
    min-width: 120px;
    background: #ffffff;
    box-shadow: 0px 8px 32px rgba(32, 31, 31, 8%);
    height: 120px;
    text-align: center;
    line-height: 120px;
    border-radius: 24px;
}

.sys_petcare_section04_inner .sys_petcare_section04_inner_Right ul li .sys_sec04_text_box .sys_sec04_text_box_img img {
    max-width: 60px;
}

.sys_petcare_section04_inner .sys_petcare_section04_inner_Right ul li .sys_sec04_text_box .sys_sec04_text_box_text {
    padding: 0;
    width: calc(100% - 140px);
}

.sys_petcare_section04_inner .sys_petcare_section04_inner_Right ul li .sys_sec04_text_box .sys_sec04_text_box_text h3 {
    font-size: 18px;
    font-weight: bold;
    color: #161616;
    margin-bottom: 0;
}

.sys_petcare_section04_inner .sys_petcare_section04_inner_Right ul li .sys_sec04_text_box .sys_sec04_text_box_text p {
    font-size: 14px;
    font-weight: 400;
    color: #161616;
    line-height: 22px;
}

/*Section04*/



/*Section05*/
.sys_petcare_section05 {
    position: relative;
    background: #fff;
    padding: 60px 0;
}

.sys_petcare_section05 .container-fluid {
    max-width: calc(100% - 11%);
    margin-left: auto;
    margin-right: 0;
}

.sys_petcare_section05_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.sys_petcare_section05_heading p {
    max-width: 75%;
    margin-bottom: 0;
    font-size: 17px;
}

.sys_petcare_section05slide {
    margin: 0px;
    position: relative;
}

.sys_petcare_section05_sliderBox {
    background: #ffffff;
    padding: 10px;
    border-radius: 15px;
    min-height: auto;
    margin: 5px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sys_petcare_section05_sliderBox span {
    padding: 0;
    width: 100px;
    height: 100px;
    display: block;
}

.sys_petcare_section05_sliderBox span.sys_petcare_section05_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_section05_sliderBox span img {
    width: 100%;
}

.sys_petcare_section05_sliderBox .sys_petcare_section05_sliderBox_images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.sys_petcare_section05_sliderBox h3 {
    font-size: 22px;
    font-weight: 600;
    color: #161616;
    margin: 0 0 25px 0;
    line-height: normal;
}

.sys_petcare_section05_sliderBox p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #161616;
}

.sys_petcare_section05_sliderBox .sys_petcare_section05_sliderBox_images p {
    font-size: 110px;
    font-weight: 800;
    color: #f7f7f7;
    margin: 0;
    display: block;
}

.sys_petcare_section05slide .swiper-button-outer {
    position: relative;
    left: 90%;
    width: 140px;
    display: flex;
    right: 50%;
    top: -350px;
    z-index: 999999;
    height: 60px;
}

.sys_petcare_section05slide .swiper-button-prev {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    padding: 15px;
    position: absolute;
    bottom: 0;
    border: solid 1px #040505;
    color: #000;
}

.sys_petcare_section05slide .swiper-button-prev svg {
    width: 10px;
}

.sys_petcare_section05slide .swiper-button-next {
    background: #fc7600;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    padding: 15px;
    position: absolute;
    bottom: 0;
    border: solid 1px #fc7600;
    color: #fff;
}

.sys_petcare_section05slide .swiper-button-next svg {
    width: 10px;
}

/*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;
    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) {
    .sys_petcare_HomeOuter {
        background-size: 100% 100%;
    }

    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Left_Part {
        width: 45%;
    }

    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Right_Part h1 {
        font-size: 45px;
    }

    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Right_Part h1 b {
        display: block;
    }

    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Right_Part p {
        font-size: 18px;
    }

    .sys_petcare_section02_heading .left_part {
        margin-left: 0;
    }

    .sys_petcare_section02 .container-fluid {
        max-width: calc(100% - 0%);
    }

    h2 {
        font-size: 35px !important;
    }

    .sys_petcare_section02_heading p {
        max-width: 80%;
        font-size: 16px;
    }

    h3 {
        font-size: 20px !important;
    }

    .sys_petcare_section02_sliderBox h3 {
        max-width: 70%;
        margin-bottom: 15px;
    }

    .sys_petcare_section02slide .swiper-button-outer {
        left: 50%;
        transform: translateX(-50%);
    }

    .sys_petcare_section06_inner .sys_petcare_section06_inner_Left span img {
        width: 100%;
    }

    .sys_delivery_apps_services_list h3 {
        font-size: 30px !important;
    }

    .sys_petcare_section06_heading {
        max-width: 90%;
    }

    .sys_petcare_section06_outer ul li p {
        font-size: 18px;
    }
}

@media only screen and (max-width:1199px) {
    h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 25px 0;
    }

    p {
        font-size: 16px;
        line-height: 24px;
    }

    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Right_Part h1 {
        font-size: 35px;
        line-height: normal;
    }

    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Right_Part p {
        font-size: 16px;
    }

    .call_now_home a {
        font-size: 16px;
    }

    .sys_petcare_HomeOuter {
        background: #fdf2d8;
    }
}

@media only screen and (max-width:991px) {

    h2 {
        font-size: 25px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    .sys_petcare_HomeOuter_inner {
        flex-wrap: wrap;
        gap: 20px;
    }

    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Left_Part {
        width: 100%;
        text-align: center;
    }

    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Left_Part img {
        max-width: 450px;
    }

    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Right_Part {
        width: 100%;
        text-align: center;
    }

    .call_now_home {
        margin: auto;
    }

    .sys_petcare_HomeOuter {
        padding: 50px 0;
    }

    .sys_petcare_section01,
    .sys_petcare_section04 {
        padding: 50px 0;
    }

    .sys_petcare_section02 {
        position: relative;
        background: #fff;
        padding: 0px 0 50px !important;
    }

    .sys_petcare_section01 .sys_petcare_section01_inner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .sys_petcare_section01 .sys_petcare_section01_inner .Right_Part h2 {
        margin-bottom: 20px;
    }

    .sys_petcare_section01 .sys_petcare_section01_inner .Left_Part {
        width: 100%;
        text-align: center;
    }

    .sys_petcare_section01 .sys_petcare_section01_inner .Left_Part img {
        width: 100%;
        max-width: 450px;
    }

    .sys_petcare_section01 .sys_petcare_section01_inner .Right_Part {
        width: 100%;
        text-align: center;
    }

    .sys_petcare_section02_heading {
        justify-content: center;
        margin-bottom: 40px;
        flex-wrap: wrap;
        gap: 20px;
    }

    .sys_petcare_section02_heading .left_part {
        text-align: center;
    }

    .sys_petcare_section02_heading p {
        max-width: 100%;
    }

    .sys_petcare_section02slide .swiper-button-outer {
        margin-bottom: 10px !important;
        margin-top: 0;
    }

    .sys_petcare_section03_heading p {
        max-width: 100%;
        margin: auto;
    }

    .sys_petcare_section03_tabsContent .left_part {
        width: 100%;
        text-align: center;
    }

    .sys_petcare_section03_tabsContent .right_part {
        width: 100%;
    }

    .sys_petcare_section03_tabsContent {
        flex-wrap: wrap;
        gap: 30px;
    }

    .sys_petcare_section03_tabimg {
        padding: 0;
    }

    .sys_petcare_section03_tabsouter .tabs {
        margin-bottom: 30px;
    }

    .sys_petcare_section04_inner .sys_petcare_section04_inner_Left {
        width: 100%;
        text-align: center;
    }

    .sys_petcare_section04_inner .sys_petcare_section04_inner_Right {
        width: 100%;
    }

    .sys_petcare_section04_inner {
        flex-wrap: wrap;
        gap: 20px;
    }

    .sys_petcare_section04_heading {
        text-align: center;
    }

    .sys_petcare_section04_inner .sys_petcare_section04_inner_Left img {
        max-width: 450px;
    }

    .sys_petcare_section04_inner .sys_petcare_section04_inner_Right ul li:before {
        display: none;
    }

    .sys_petcare_section04_inner .sys_petcare_section04_inner_Right ul li {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        margin-bottom: 10px;
    }

    .sys_petcare_section04_inner .sys_petcare_section04_inner_Right ul li .sys_sec04_text_box {
        border: solid 1px #ccc;
        border-radius: 10px;
    }

    .sys_petcare_section05slide .swiper-button-outer {
        display: none;
    }

    .sys_petcare_section04_inner .sys_petcare_section04_inner_Right ul li:last-child {
        padding-top: 0;
    }

    .sys_petcare_section05 {
        padding: 0px 0 50px;
    }

    .sys_petcare_section05_sliderBox {
        margin: 0px;
        gap: 20px;
        border: solid 1px #ccc;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .sys_petcare_section05_sliderBox span.sys_petcare_section05_uppartext {
        display: none;
    }

    .sys_petcare_section05_sliderBox h3 {
        margin: 0 0 15px 0;
    }

    .sys_petcare_section05_sliderBox h3 br {
        display: none;
    }

    .sys_petcare_section05_heading {
        justify-content: center;
        margin-bottom: 0;
    }

    .sys_petcare_section05_heading h2 {
        margin-bottom: 20px;
    }

    .sys_petcare_section05_sliderBox span {
        width: 80px;
        height: 80px;
    }

    .sys_petcare_section06_outer ul {
        display: flex;
        gap: 20px;
        margin-top: 0;
        flex-wrap: wrap;
    }

    .sys_petcare_section06_outer ul li {
        width: calc(100% / 2 - 10px);
    }

    .sys_petcare_section06_outer ul li span {
        margin-top: 0;
        margin-bottom: 0;
    }

    .sys_petcare_section06_heading h2 {
        margin-bottom: 20px;
    }

    .sys_petcare_section06_outer ul li h3 {
        margin: 10px 0 10px 0;
    }

    .sys_petcare_section06_outer ul li h3 br {
        display: none;
    }

    .sys_petcare_section06_outer ul li p {
        font-size: 16px;
    }

    .sys_petcare_section06 {
        margin-bottom: 50px;
    }

    .sys_petcare_section06_inner {
        flex-direction: unset;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .sys_petcare_section06_inner .sys_petcare_section06_inner_Left {
        width: 100%;
        text-align: center;
    }

    .sys_petcare_section06_inner .sys_petcare_section06_inner_Right {
        width: 100%;
        text-align: center;
    }

    .sys_petcare_section06_inner .sys_petcare_section06_inner_Left span img {
        max-width: 450px;
    }

    .sys_petcare_section06_inner .sys_petcare_section06_inner_Right h2 {
        margin: 0;
        line-height: normal;
    }

    .faq_ECommerce {
        margin: 50px 0 0px;
    }

    .sys_grocery_accorden_bottom h2 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:767px) {

    h2 {
        font-size: 22px !important;
        line-height: normal;
    }

    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Left_Part img {
        max-width: 400px;
    }

    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Right_Part h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .call_now_home a {
        font-size: 16px;
        padding: 18px 20px;
    }

    .sys_petcare_section01,
    .sys_petcare_section04 {
        padding: 20px 0;
    }

    .sys_petcare_section01 .sys_petcare_section01_inner .Left_Part img {
        max-width: 400px;
    }

    .sys_petcare_section02_heading {
        margin-bottom: 20px;
    }

    .sys_petcare_section02_sliderBox {
        padding: 15px;
        min-height: auto;
        margin: 5px;
        min-height: 170px;
    }

    .sys_petcare_section02slide .swiper-button-outer {
        display: none;
    }

    .sys_petcare_section02 {
        padding: 20px 0 20px !important;
    }

    .sys_petcare_section02_heading .left_part h2,
    .sys_petcare_section03_heading h2,
    .sys_petcare_section04_heading h2 {
        margin-bottom: 15px !important;
    }

    .sys_petcare_section02_sliderBox {
        min-height: 180px;
    }

    .sys_petcare_section03_tabsouter .tabs li,
    .sys_petcare_section03_tabsouter .tabs li.current {
        padding: 18px 30px;
        font-size: 16px;
        white-space: nowrap;
    }

    .sys_petcare_section06_outer ul {
        gap: 15px;
    }

    .sys_delivery_apps_services_list h3 {
        font-size: 22px !important;
    }

    .sys_delivery_apps_services_list ul li {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .sys_delivery_apps_services_list ul li::before {
        top: 12px;
    }

    .sys_petcare_section04_inner .sys_petcare_section04_inner_Left img {
        max-width: 400px;
    }

    .sys_petcare_section04_inner .sys_petcare_section04_inner_Right ul li .sys_sec04_text_box {
        padding: 10px;
    }

    .sys_petcare_section04_inner .sys_petcare_section04_inner_Right ul li .sys_sec04_text_box .sys_sec04_text_box_text h3 {
        margin-bottom: 10px;
    }

    .sys_petcare_section05 {
        padding: 0px 0 20px;
    }

    .sys_petcare_section05_sliderBox h3 {
        font-size: 16px !important;
    }

    .sys_petcare_section06_outer ul li {
        padding: 15px;
    }

    .sys_petcare_section06_outer ul {
        gap: 10px;
    }

    .sys_petcare_section06_outer ul li p {
        font-size: 16px;
        font-weight: 400;
    }

    .call_now_home a {
        padding: 16px 20px;
    }

    .faq_ECommerce {
        margin: 30px 0 0px;
    }

    .accordion-item {
        border-radius: 10px;
        padding: 12px 15px;
    }

    .accordion button {
        padding: 0 0;
        display: flex;
        align-items: center;
    }

    .accordion button .accordion-title {
        padding: 10px 50px 10px 0;
        line-height: normal;
        font-size: 18px;
    }

    .accordion button .icon {
        top: 7px;
        right: 20px;
    }

    .accordion .accordion-content p {
        padding-right: 0;
    }

    .sys_petcare_section04_inner .sys_petcare_section04_inner_Right ul::after {
        display: none;
    }
}

@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_HomeOuter .sys_petcare_HomeOuter_inner .Left_Part {
        display: none;
    }

    .sys_petcare_HomeOuter {
        padding: 40px 0;
    }

    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Right_Part h1 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .call_now_home a img {
        max-width: 18px;
    }

    .call_now_home a {
        gap: 10px;
    }

    .sys_petcare_section01 .sys_petcare_section01_inner .Left_Part img {
        max-width: 100%;
    }

    .sys_petcare_section02_sliderBox {
        min-height: 220px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .sys_petcare_section02_sliderBox h3 {
        max-width: 100%;
    }

    .sys_petcare_section03_tabsouter .tabs {
        margin-bottom: 10px;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 10px;
        gap: 10px;
    }

    .sys_petcare_section03_tabsouter .tabs li,
    .sys_petcare_section03_tabsouter .tabs li.current {
        padding: 15px 20px;
        font-size: 16px;
        white-space: nowrap;
        border-radius: 100px;
    }

    .sys_delivery_apps_services_list ul li {
        font-size: 16px;
    }

    .sys_petcare_section04_inner .sys_petcare_section04_inner_Right ul li .sys_sec04_text_box .sys_sec04_text_box_img {
        width: 100px;
        min-width: 100px;
        height: 100px;
        line-height: 100px;
        margin: auto;
    }

    .sys_petcare_section04_inner .sys_petcare_section04_inner_Right ul li .sys_sec04_text_box .sys_sec04_text_box_img img {
        width: 100%;
        max-width: 60px;
    }

    .sys_petcare_section04_inner .sys_petcare_section04_inner_Right ul li .sys_sec04_text_box {
        padding: 10px;
        flex-wrap: wrap;
        text-align: center;
    }

    .sys_petcare_section04_inner .sys_petcare_section04_inner_Right ul li .sys_sec04_text_box .sys_sec04_text_box_text {
        width: 100%;
    }

    .sys_petcare_section06_outer ul li {
        width: 100%;
    }

    .sys_petcare_section06_outer ul li p {
        line-height: 28px;
    }

    .sys_petcare_section06_inner .sys_petcare_section06_inner_Left span img {
        max-width: 100%;
    }

    .accordion button .accordion-title {
        font-size: 16px;
        font-weight: bold;
    }
}

@media only screen and (max-width:400px) {
    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Right_Part h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .sys_petcare_HomeOuter .sys_petcare_HomeOuter_inner .Right_Part p {
        font-size: 15px;
    }

    .call_now_home a {
        font-size: 14px;
    }

    h2 {
        font-size: 20px !important;
        line-height: normal;
    }

    p {
        font-size: 14px;
        line-height: 22px;
    }

    .sys_petcare_section02_sliderBox p {
        font-size: 14px;
        line-height: 22px;
    }

    .sys_petcare_section02_sliderBox {
        min-height: 250px;
    }

    .sys_petcare_section03_heading {
        padding-bottom: 20px;
    }

    .sys_petcare_section03_tabsouter .tabs li,
    .sys_petcare_section03_tabsouter .tabs li.current {
        font-size: 14px !important;
    }

    .sys_petcare_section03_tabsContent {
        gap: 20px;
    }

    .sys_delivery_apps_services_list h3 {
        font-size: 20px !important;
    }

    .sys_delivery_apps_services_list ul li {
        font-size: 14px;
    }

    .sys_delivery_apps_services_list ul li::before {
        top: 9px;
    }

    .sys_petcare_section05_heading h2 {
        text-align: center;
    }

    .sys_petcare_section06_outer ul li p {
        font-size: 14px;
        line-height: 22px !important;
    }

    .accordion button .accordion-title {
        font-weight: bold;
    }

    .accordion .accordion-content p {
        font-size: 14px;
        line-height: 22px;
    }
}