@media(max-width: 1366px) {
    .forth {
    margin-top: -10px;
}
    .logo img {
        max-width: 90px;
    }
    .slider_info h2{font-size: 35px;}
    header {
        min-height: 60px;
        padding-left: 0;
        padding-right: 0;
        z-index: 9;
    }
    .mobiles img {
        max-width: 70%;
    }
    .first_details h3 {
        font-size: 25px;
    }
    .first_details h1 {
        font-size: 50px;
    }
    header li.nav-item.active:after {
        bottom: -15px;
    }
    .app_sec .container {
        width: 70%;
    }
    .app_sec .slide-main img {
        width: 100%;
    }
    .main-title h3 {
        font-size: 45px;
        font-weight: 700;
    }
    .app_sec .slide-arrow {
        height: 50px;
        width: 50px;
        background: #68B0FC;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-100%);
    }
    .counter-inner {
        min-height: 300px;
    }
    .app_sec:before {
        content: "";
        height: 350px;
        width: 180px;
    }
    .app_sec:after {
        content: "";
        height: 420px;
        width: 240px;
    }
    .counter-inner::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../images/counter-card-inner.svg);
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        left: 0;
        opacity: 0.2;
        z-index: 1;
        background-position: bottom;
    }
    .counter-details .name p {
        font-size: 20px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 0;
    }
    .counter-details .number h5 {
        font-size: 25px;
        font-weight: 600;
        color: #fff;
    }
    .faq-card .accordion .accordion-button {
        min-height: auto;
        font-size: 22px;
        font-weight: 600;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .c-container-padding {
        padding: 0 100px;
    }
    .slick-next:before {
        height: 21px;
        width: 17px;
        top: 50%;
        left: 50%;
        background-size: contain;
    }
    .slick-prev:before {
        height: 21px;
        width: 17px;
        top: 50%;
        left: 50%;
        background-size: contain;
    }
}

@media(max-width: 1200px) {
    .slide_details h3 {
        font-size: 30px;
    }
    .slide_details h6 {
        font-size: 18px;
    }
    .store-button img {
        width: 180px;
    }
}

@media(max-width: 992px) {
    .app_sec .slide-arrow.prev-arrow {
        left: -30px;
    }
    .app_sec .slide-arrow.next-arrow {
        right: -30px;
    }
    .app_sec .container {
        width: 90%;
    }
    .slide_details h6 {
        font-size: 18px;
    }
    .slide_details h3 {
        font-size: 25px;
    }
    .counter-inner {
        min-height: 240px;
        margin-bottom: 30px;
    }
    .counter-inner::after {
        background-position: bottom left;
        height: 80%;
    }
    .mobiles img {
        max-width: 100%;
    }
    .app_sec:after {
        content: "";
        height: 200px;
        width: 110px;
    }
    .app_sec:before {
        content: "";
        height: 200px;
        width: 110px;
    }
    .main-footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 1024px){
    .slider_block{max-width: 80%;}
}
@media(max-width: 991px) {
    header {
        min-height: 60px;
        padding-left: 0;
        padding-right: 0;
        z-index: 9;
        top: 10px;
        width: calc(100% - 20px);
    }
    header li.nav-item.active:after {
        bottom: 0px;
        width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        height: 3px;
    }
    .main_first_content {
        margin-top: 40px;
    }
    .c-container-padding {
        padding: 0 20px;
    }
    header li.nav-item:not(:last-child) {
        margin-right: 0;
    }
    .navbar-nav {
        margin-top: 20px;
    }
    .navbar-light .navbar-toggler {
        color: transparent;
        border-color: transparent;
    }
    .navbar-toggler-icon {
        background-image: url(../images/menu.svg) !important;
        filter: brightness(0) saturate(100%) invert(51%) sepia(50%) saturate(314%) hue-rotate(345deg) brightness(90%) contrast(88%);
    }
    .store-button img {
        width: 160px;
    }
    .slider_block{max-width: 50%;}
    .key_fetures {
    padding: 150px 0 60px;
}
.feature_text_inside{max-width: 100%;}
}

@media(max-width: 767px) {
    footer{padding: 30px 0;}
    .feature_desc p{max-width: 100%;}
    .banner_bottom{
            bottom: -160px;
    }
    .get_app_content h4{text-align: center;}
    .app_buttons{margin: 0 auto;justify-content: center;}
    .key_fetures {
    padding: 90px 0 60px;
}
.inside_blocks{margin-top: 0 !important;margin-bottom: 30px;}
.features_inside {
    margin-top: 30px;
}
    .banner_bottom span{
        width: 200px;
    height: 80px;
    }
    .banner_bottom img{width: 130px;}
    .get_app_content{justify-content: center;}
    .first_details p{text-align: center;}
    .mobiles {
        display: none;
    }
    .scroll_button {
        width: auto;
        white-space: nowrap;
    }
    .first_details h1,
    .first_details h3 {
        text-align: center;
    }
    .first_details h3 {
        font-size: 18px;
    }
    .first_details h1 {
        font-size: 35px;
    }
    .app_buttons {
        width: 50%;
        display: grid;
    }
    .app_buttons img {
        width: 100%;
    }
    .qr_scan {
        width: 50%;
    }
    .qr_scan {
        margin-left: 10px;
        display: flex;
        justify-content: center;
    }
    .qr_scan img {
        width: 100%;
        margin-left: 0px;
    }
    .scroll_button {
        bottom: 10px;
    }
    .main-title h3 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .faq-card::before {
        content: "";
        position: absolute;
        top: -57px;
        right: 39px;
        width: 75px;
        height: 70px;
        background-image: url(../images/dog.svg);
        background-size: contain;
        z-index: 2;
        background-repeat: no-repeat;
    }
    .faq-card .accordion-item:first-of-type {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        overflow: hidden;
    }
    .faq-card .accordion-item:last-of-type,
    .faq-card .accordion-item:last-of-type .accordion-button.collapsed,
    .faq-card .accordion-item:last-of-type .accordion-collapse {
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }
    .faq-card .accordion .accordion-button {
        font-size: 21px;
    }
    .faq-card .accordion .accordion-button {
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .faq-card .accordion-item::after {
        content: "";
        width: calc(100% - 40px);
    }
    .accordion-body p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .footer-col {
        margin-bottom: 20px;
    }
    footer.main-footer .footerlink h5 {
        padding-bottom: 10px;
    }
    .faq-card .accordion-body {
        padding: 0 20px 20px 20px;
        font-size: 16px;
    }
    .accordion-body p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .app_buttons {
        grid-gap: 15px;
    }
    .counter-inner {
        margin-bottom: 20px;
    }
}

@media(max-width: 576px) {
    .banner_bottom span{width: 150px;}
    .banner_bottom img{width: 90px;}
    .footer_links ul{gap: 30px;}
    .start-header .navbar{padding: 7px 15px !important;}
    .footer_img{margin-bottom: 40px;}
    .pet_img h1{font-size: 40px;}
    .pet_img h3{font-size: 20px;}
    footer.main-footer .footerlink ul li a {
        font-size: 17px;
    }
    .store-button img {
        width: 160px;
    }
    .qr img {
        width: 100px;
    }
    .inner-details{padding: 30px;}
    .inside-text h2{font-size: 25px;}
    .footer_links ul li a i{font-size: 20px;}
}

@media(max-width: 400px) {
    .banner_bottom span {
    width: 110px;
}
    .inner-details{padding: 15px;}
    .qr_scan {
        padding: 25px;
        margin-left: 0;
    }
    .pet_img img{width: 80%;}
}