
@media (max-width: 600px) {
    .PetLove {
        width: 24%;
        position: absolute;
        right: 0;
        bottom: 235px;
        top: auto;
    }
    .posabsolute img{
        width: 56%;
    }
    .dispnone {
        display: none;
    }
    .headnav{
        display: flex;
        justify-content: flex-start;
    }
    .mobalign {
        text-align: center !important;
    }

    .Box {
        flex: 0 1 calc(30% - 10px);
    }

    .Services {
        flex-wrap: wrap;
    }

    .secposi {
        padding: 30% 0 !important;
    }

    .fs-40 {
        font-size: 40px;
    }

    .align {
        text-align: left !important;
    }

    .qralign {
        justify-content: start !important;
    }

    .designdev {
        text-align: center;
    }

    

    .socialIcn {
        display: flex !important;
        gap: 20px;
        justify-content: center !important;
        padding-top: 16px !important;
    }

    .contact {
        width: 100% !important;
    }

    .swiper-button-next {
        right: 0% !important;
        color: #262262 !important;
        top: 56% !important;
    }

    .swiper-button-prev {
        left: 6% !important;
        color: #262262 !important;
        top: 56% !important;
    }
    .dispnone{
        display: none;
    }
    .mt-25 {
        margin-top: 25%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 860px) {
    .PetLove {
        width: 28%;
        position: absolute;
        right: 86%;
        top: 15%;
    }
    .headnav{
        display: flex;
        justify-content: flex-start;
    }
    .mt-25 {
        margin-top: 25%;
    }
    .fw800{
        font-weight: 800 !important;
    }
    .swiper-button-next {
        right: -10% !important;
        color: #262262 !important;
        top: 25% !important;
    }

    .swiper-button-prev {
        left: -6% !important;
        color: #262262 !important;
        top: 25% !important;
    }
    .dispnone{
        display: none;
    }
    .back-to-top.show {
        bottom: 10% !important;
    }
}

@media only screen and (min-width: 988px) and (max-width: 1024px) {
    .PetLove {
        width: 28%;
        position: absolute;
        right: 72%;
        top: 15%;
    }
    .dispnone{
        display: none;
    }
    .mt-25 {
        margin-top: 25%;
    }
    .swiper-button-next {
        right: -8% !important;
        color: #262262 !important;
        top: 35%!important;
    }
    .swiper-button-prev {
        left: -6% !important;
        color: #262262 !important;
        top: 35% !important;
    }
    .tab{
        display: flex;
        align-items: center;
    }
    .back-to-top.show {
        bottom: 8% !important;
    }
}