@media (min-width: 576px) {
/* .col-sm */
    .container {
        max-width: 540px !important;
    }

    .search_box .search_box_field input:focus {
        width: 40vw;
    }
}

@media (max-width: 576px) {
    .footer_top_part .type3 .top_footer.social_media {
        margin-top: 20px;
    }

    .footer_top_part .top_footer {
        margin-top: 20px;
    }

    .footer_bottom_part .container {
        display: block;
    }

    .footer_bottom_part .bottom_items {
        display: flex;
    }

    .footer_bottom_part .bottom_items .head {
        margin-inline-end: 15px;
    }

    .footer_top_part .type3 .top_footer.social_media .social-method .icon {
        padding: 0;
    }

    .knsl-whyus-form.type2 {
        padding: 20px 15px 0 15px;
    }

    .footer_top_part .type3 {
        display: block;
    }

    .single_prod .slider_controller.left, .single_prod .slider_controller.right {
        top: 30%;
    }

    .single_prod .swiper-wrapper {
        height: 235px;
    }

    .single_prod .knsl-breadcrumbs2 {
        display: contents;
        overflow: hidden;
    }

    .search_box .search_box_field input:focus {
        width: 60vw;
    }
}


@media (max-width: 500px) {

    /* line 106, ../scss/_common.scss */
    h1 {
        font-size: 48px;
    }

    /* line 109, ../scss/_common.scss */
    h1.knsl-h1-inner {
        font-size: 48px;
    }
}

@media (max-width: 540px) {
    /* line 536, ../scss/_frame.scss */
    .knsl-popup-frame .knsl-book-popup {
        width: calc(100% - 40px);
    }
}
