@media (max-width: 575px) {
    header .header-top {display: none; }
    header .call-to-action {display: none; }
    .main-menu{display: none}
    .mob-menu{display: block}
    .mob-menu-btn {display: block; }
    .treatment-details-tabs{ display: none; }
    #copyright span{ display: block; }
    #copyright span b{ display: none; }
    .footer-top .section-cta h4{ text-align: center; font-size: 22px;}
    .footer-top .section-cta h2{ text-align: center; font-size: 30px;}
    .order-1 {
      order: 1 !important;
    }
    .order-2 {
      order: 1 !important;
    }
    .section-about-services .title h1{
        text-align: center;
    }
    .section-about-services .detail p{
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    header .header-top {display: block; }
    header .call-to-action {display: block; }
}
@media only screen and (max-width: 992px) {
    .main-menu{display: none}
    .mob-menu{display: block}
    .mob-menu-btn {display: block; }
    .navbar-toggle {display: block;}
    .lead {
        font-size: 16px;
    }

    
    /* Section Title */
    .section-title{
        position: relative;
        margin-bottom: 20px;
    }
    .section-title > h5 {
        font-size: 50px;
        margin-bottom: -40px;
    }
    .section-title > span {
        padding-left: 50px;
    }
    .section-title > span::before {
        width: 40px;
    }
    .section-title > h2 {
        font-size: 30px;
    }
    .slide-content{
        display: none;
    }
    .owl-nav{
        display: none;
    }
    /* About Section */
    .section-about{
        padding: 0;
    }
    .section-about-action{
        margin-top: 20px;
        text-align: center;
    }

    /* Vision Section */
    .section-vision .nav-tabs .nav-item .nav-link{
        padding: 10px;
    }
    .section-vision .nav-tabs .nav-item .nav-link img {
        width: 40px;
        height: 40px;
        padding: 5px;
    }
    .section-vision .nav-tabs .nav-item .nav-link h3 {
        font-size: 18px;
    }
    .section-vision .tab-content .tab-content-image {
        background: white;
        border-radius: 50%;
        margin: 0 auto;
        padding: 20px;
        width: 100px;
        height: 100px;
    }
    .section-vision .tab-content .tab-content-detail h2 {
        text-align: center;
        margin-top: 20px;
    }
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .tab .nav-tabs li a,
    .tab .nav-tabs li a:hover{ border-bottom: 1px solid #dfdfdf; }
    .tab .tab-content{ border-top: none; }

    .section-core .core-content .core-content-image {
        background: white;
        border-radius: 50%;
        margin: 0 auto;
        padding: 20px;
        width: 100px;
        height: 100px;
    }
    .section-core .core-content .core-content-detail h2 {
        text-align: center;
        margin-top: 20px;
    }

    /* Product Section */
    .product-grid{ margin: 0 0 30px; }




    .service-tab-wrapper .products-tabs-wrap .nav-tabs{
        display: none;
    }
    .service-tab-wrapper .products-tabs-wrap .tab-content .card .card-header {
        display: block;
    }
    .service-tab-wrapper .products-tabs-wrap .tab-content .tab-pane {
        display:block;
        opacity:1
    }
    .service-tab-wrapper .products-tabs-wrap .tab-content .tab-pane .card-header {
        padding:0;
        background-color:transparent;
        border-bottom:none
    }
    .service-tab-wrapper .products-tabs-wrap .tab-content .tab-pane .card-header button {
        color: var(--color-primary);
        background: var(--color-primary-light);
        transition: all 0.3s ease 0s;
        width: 100%;
        height: 100%;
        text-align: left;
        border: none;
        border-radius: 0;
        padding: 16px;
    }
    .service-tab-wrapper .products-tabs-wrap .tab-content .tab-pane .card-header button h1{
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        display: inline-block;
        margin-left: 10px;
    }
    .service-tab-wrapper .products-tabs-wrap .tab-content .tab-pane .card-header button i{
        font-size: 30px;
        font-weight: 700;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        color: var(--color-primary-light);
        background: var(--color-primary);
        display: inline-block;
        text-align: center;
    }
    .service-tab-wrapper .products-tabs-wrap .tab-content .tab-pane .card-header button.collapsed i{
        color: var(--color-primary);
        background: var(--color-primary-light);
    }
    .service-tab-wrapper .products-tabs-wrap .tab-content .tab-pane .card-header button.collapsed{
        color: white;
        background: var(--color-primary);
    }
    .service-tab-wrapper .products-tabs-wrap .tab-content .tab-pane .card-body .service-content .contents-wrap .contents-bottom{
        flex-direction: column;
    }
    .service-tab-wrapper .products-tabs-wrap .tab-content .tab-pane .card-body .service-content .contents-wrap .contents-bottom .contents{
        width: 100%;
    }
    .service-tab-wrapper .products-tabs-wrap .tab-content .tab-pane .card-body .service-content .contents-wrap .contents-bottom .contents p {
        font-size:16px;
        color:#000;
        font-weight:500;
        margin-bottom:16px
    }
    .collapse:not(.show) {
        display: none;
    }
    
}