@media only screen and (min-width: 1200px) {
    .stickySlider .container {
        margin-left: 5vw !important;
        margin-right: 0 !important;
        max-width: unset !important;
    }
}

@media only screen and (max-width: 600px) {
    .nav-menu {
        display: none !important;
    }

    .mbl_map {
        display: block;
    }

    .desktop_map {
        display: none;
    }

    #whyChooseUsMbl{
        display: block !important;
    }
    #whyChooseUs{
        display: none !important;
    }

    .serviceDiv h2 {
        width: 75% !important;
    }

    .serviceImg .firstImg {
        width: 19rem !important;
        height: 19rem !important;
    }

    .serviceDiv,
    #health-package {
        padding: 4rem 0 !important;
    }

    .serviceImg {
        padding-top: 2rem;
        padding-left: 0 !important;
    }

    .serviceDiv img {
        margin-left: 0 !important;
        width: 100%;
    }

    .form_content h1 {
        padding-top: 1rem !important;
        font-size: 3rem !important;
    }
    .submit-btn{
        width: 100% !important;
    }
    .form_style h4{
        font-size:2rem;
    }
    .packageSwiper .swiper-button-prev {
        top: unset;
        bottom: 0rem;
        left: unset;
        right: 4rem !important;
    }
    .packageSwiper .swiper-button-next {
        top: unset;
        bottom: 0rem;
        left: unset;
        right: 2rem !important;
    }
    .homeCollectionSwiper  .swiper-button-prev {
        top: unset;
        bottom: 0rem;
        left: unset;
        right: 4rem !important;
    }
    .homeCollectionSwiper  .swiper-button-next {
        top: unset;
        bottom: 0rem;
        left: unset;
        right: 2rem !important;
    }
    .call p{
        font-size: 1rem !important;
    }
    .call img {
        width: 11rem !important;
        height: 2rem;
    }
    .form_spacing{
    padding-left:0.5rem !important;
    }
    .serviceImg img {
    width: 24rem !important;
    height: 23rem !important;
}
#mobile{
    display:block;
}
.creatives{
    display:none;
}
}