@media (max-width:991px) {
    .expart-member .image img {
        width: 100%
    }
    .row-eq-height {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .row-eq-tab > div {
        -moz-box-flex: 1 0 auto;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .slider {
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }
    .consulation-area {
        text-align: center
    }
    .book-consulation {
        text-align: center
    }
}

@media (max-width:767px) {
    .fashion-item {
        max-width: 430px;
        margin-left: auto;
        margin-right: auto
    }
    .fashion-item img {
        width: 100%
    }
    .about-me-area .about-me {
        text-align: center
    }
    .bottom-social-link ul {
        padding: 3rem 0;
        display: block
    }
    .bottom-social-link ul li {
        width: 100%;
        -webkit-flex: none;
        flex: none;
        -ms-flex: none;
        padding: 15px 0;
        border: 0
    }
    .bottom-social-link ul li a {
        font-size: 1rem
    }
    .top-bar {
        display: block;
        padding-bottom: 10px
    }
    .top-bar>div {
        display: block;
        width: 100%
    }
    .top-bar .contact-number,
    .top-bar .support {
        display: none
    }
    .about-me-area .section-heading h2 {
        margin-left: auto;
        margin-right: auto
    }
    .about-me {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:480px) {
    .testimaial-item {
        display: block;
        text-align: center
    }
    .testimaial-item .image {
        display: inline-block;
        width: auto;
        margin-bottom: 20px
    }
    .slider .greatting {
        font-size: 3rem;
        line-height: 3.5rem
    }
    .tesimonial-tab .tab-content {
        padding: 1.875rem 0
    }
}