@media only screen and (min-width:320px) and (max-width:389px) {
    .contact-box .contact-box_content .contact-box_icon i {
        font-size: 30px !important;
    }

    .contact-box .contact-box_content .contact-box_info .contact-box_link {
        font-size: 14px !important;
    }

    .contact-box_content {
        justify-content: flex-start;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {

    .as-header .brand-logo {
        padding: 0 !important;
    }

    .arrow-wrap .as-header .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header-layout1 .menu-area {
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
    }

    .container-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .as-hero-wrapper .slick-list {
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
    }

    .slick-list .slick-track {
        width: 100vw !important;
        display: flex;
    }

    /* .slick-slide {
        width: 100vw !important;
    } */

    .as-hero-bg img {
        height: unset !important;
    }

    .as-hero-bg {
        background: unset !important;
    }

    .as-hero-slide {
        position: unset !important;
    }

    .as-hero-slide .hero-style1 {
        display: none;
    }

    .as-hero-wrapper .slick-list {
        margin-bottom: 0;
    }

    .container.v-hidden {
        display: none;
    }

    /* .container-mobile {
        .main-banner {
            display: none;
        }
    } */

    .sticky-wrapper .sticky-active .menu-area .container .row {
        margin-right: -12px !important;
        margin-left: 0px !important;
        flex-direction: row-reverse;
        padding: 0 0px 0 10px;
    }

    /* .sticky-wrapper .sticky-active .menu-area .container .row .col-auto {
        margin: 0 -24px;
    } */

    header.as-header.header-layout1 .container {
        padding: 0 !important;
    }

    .b-container-m {
        padding: 0 !important;
    }

    .product-info-sec .product_meta .actions .as-btn {
        width: 100%;
    }

    .breadcumb-title {
        font-size: 36px;
        margin-top: 0;
        padding-top: 0;
    }

    .breadcumb-menu {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        min-width: 100%;
    }

    .breadcumb-wrapper {
        padding-top: 40px;
    }

    .breadcumb-menu-wrap {
        margin: 0px 0 0 0;
    }

    #custCarousel .carousel-indicators>li {
        width: 85px !important;
        margin: 10px !important;
        text-indent: 0px;
        height: auto;
    }

    .appointment-img {
        margin-top: 45px;
        margin-bottom: 45px;
        height: auto;
    }

    a.as-btn-1.style3 {
        margin: 25px auto 0;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .welcome-p {
        font-size: 16px;
        text-align: center;
    }

    .banner-vertical {
        display: none;
    }

    .welcome-sec {
        padding-top: 60px;
    }

    .welcome-sec .container .row {
        flex-direction: column-reverse;
    }

    .welcome-sec .container .row .appointment-img {
        margin-top: 0;
    }

    .product-col {
        margin-top: 60px;
    }

    .as-header {
        overflow-x: hidden;
    }

    .as-btn-1 {
        padding: 22px 30px !important;
    }

    .sp-single-banner-sec .title-area {
        padding: 0 15px;
    }

    .sp-single-banner-sec .btn-group {
        padding-right: 0;
        display: grid;
    }

    .sp-single-banner-sec a.as-btn.style2 {
        margin-top: 15px;
    }

    .wc-sec {
        margin-bottom: 140px;
        padding: 30px 0 30px;
    }

    .wc-sec .core-ft-row {
        padding: 0;
    }

    .lightbox-gallery .item {
        margin: 15px 0 !important;
    }

    .checklist.style2.about-checklist ul {
        margin: 0 !important;
    }

    .img-box-2 .as-experience {
        display: none !important;
    }

    .img-box-2 .img1 {
        max-width: 75% !important;
    }

    .img-box-2 .img2 {
        width: 70% !important;
        margin-left: 27px !important;
    }

    .sp-single-banner-sec .btn-group {
        padding-right: 0 !important;
    }

    .contact-sec {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .contact-map-container {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width:768px) {
    #myCarousel {
        display: none !important;
    }

    .contact-sec {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .contact-media {
        min-height: 215px;
    }

    .contact-map-container {
        margin-bottom: 100px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
    .contact-media .contact-address {
        font-size: 15px;
        font-weight: normal;
        line-height: 18px;
        display: flex;
    }
}