/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 5 version
*/

/*
CSS RESPONSIVE ON DEVICE
 */

/*=============== START DESKTOP ====================*/

@media only screen 
and (min-width : 1024px) {
 .wrapper-menu ul#menu-main>li>a {
    padding: 12px 20px;
}
}

@media only screen 
and (min-width : 1400px) {
    .container {
        max-width: 1200px;
    }
    .wrapper-menu ul#menu-main>li>a {
        padding: 12px 25px;
    }
}

@media only screen 
and (min-width : 1600px) {
    .container {
        max-width: 1300px;
    }    
}

@media only screen 
and (min-width : 1900px) {
    .container {
        max-width: 1300px;
    }
    
}

/*=============== END DESKTOP ====================*/

/*=============== START IPAD ====================*/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1023px) {
    
    .contact-3-info-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    }

    .header-top-right-search form input {
        width: 180px;
    }

    .banner-home-wrapper {
        width: 80%;
    }

    .banner-home-content {
        padding: 3rem 4rem;
        margin-top: 3rem;
    }

    .banner-home-content>h2 {
        font-size: 4rem;
    }

    .about-us-content {
        padding: 0;
        margin-top: 10rem;
    }

    .testimonials-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse ;
        flex-direction: column-reverse ;
    }

    .slider.slider-thumb, .slider.slider-content {
        width: 100%;
    }

    ul.slick-dots {
        top: auto;
        bottom: -35px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    .blogs-item-content-btn>a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
    }

    .blogs-item-content-btn>span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62%;
        flex: 0 0 62%;
    }

    div#owl-blogs .owl-dots {
        bottom: -40px;
    }

    .footer-contact {
        margin-bottom: 3rem;
    }

    .page-contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-contact-info-left {
        margin-bottom: 3rem;
    }

    .page-contact-form-maps {
        margin-top: 3rem;
    }



}       
/*=============== END IPAD ====================*/



/*=============== START MOBILE ====================*/

@media only screen 
and (max-width : 767px) {
    
    h2.header-page-title {
        font-size: 18px;
    }

    section.bg-breadcrumb {
        padding: 30px 0;
    }

    .contact-3-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contact-3-info-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .form-contact-3-row-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .form-contact-3-row-top>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
    }

    .footer-obj {
        width: 100%;
    }

    .header-top .container>div>.col-12:nth-of-type(2) {
        display: none;
    }

    h2.head-title {
        font-size: 3.2rem;
    }

    .product-cate-content>h3 {
        font-size: 2rem;
        margin-bottom: 0;
    }

    .banner-home-wrapper {
        width: 100%;
        margin: 0;
    }

    .banner-home-content {
        padding: 3rem 2rem;
        margin-top: 2rem;
    }

    .banner-home-content>h2 {
        font-size: 3.2rem;
    }

    .banner-home-content p {
        font-size: 15px;
    }

    a.readmore-btn {
        padding: 10px 30px;
        font-size: 15px;
    }

    section.banner-home {
        min-height: 530px;
    }

    img.about-us-images-02 {
        display: none;
    }

    .about-us-images {
        padding-left: 0rem;
    }

    img.about-us-images-01 {
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    section.about-us:before {
        width: 100%;
    }

    .about-us-content {
        padding: 0;
        margin-top: 10rem;
    }

    .title-home>h2 {
        font-size: 3.2rem;
    }

    .about-us-content .title-home>h2 strong {
        font-size: 3.6rem;
    }

    .title-home span {
        font-size: 18px;
    }

    .title-home span:after {
        bottom: 5px;
    }

    .about-us-content-text p {
        font-size: 15px;
    }

    .about-us-content-text ul li {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .testimonials-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse ;
        flex-direction: column-reverse ;
    }

    .slider.slider-thumb, .slider.slider-content {
        width: 100%;
    }

    ul.slick-dots {
        top: auto;
        bottom: -35px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    .slider.slider-content {
        padding-top: 0rem;
    }

    .slider-content-item p {
        font-size: 15px;
    }

    .slider-content-item span {
        font-size: 16px;
    }

    .slider-thumb-item.slick-slide h3 {
        font-size: 15px;
    }

    .slider-thumb-item.slick-slide p {
        font-size: 14px;
    }

    .slider.slider-thumb {
        margin-top: 3rem;
    }

    .title-home-sub p {
        font-size: 15px;
    }

    .blogs-item-content>h3 {
        font-size: 20px;
    }

    .blogs-item-content p {
        font-size: 15px;
    }

    .footer-list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        margin-top: 3rem;
    }

    .footer-list-item.footer-info {
        -ms-grid-column-span: 2;
        grid-column: span 2;
        margin-top: 2rem;
    }

    h4.footer-list-title {
        font-size: 18px;
    }

    ._copyright p {
        font-size: 14px;
    }

    .footer-contact-logo>a>img {
        max-width: 130px;
    }

    .page-contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-contact-info-left {
        margin-bottom: 3rem;
    }

    .page-contact-form-maps {
        margin-top: 3rem;
    }

    .page-contact-info-right-item:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
    }

    .page-contact-info-right-item:nth-of-type(2) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
    }

    .page-contact-info-right-item:nth-of-type(3) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / 4;
    }

    section.page-contact {
        padding: 5rem 0;
    }

    .page-contact-info-left h2 {
        font-size: 3.2rem;
    }

    h1.v-title-single-post {
        font-size: 24px;
        line-height: 1.3;
    }

    .single-product-summary {
        margin-top: 3rem;
    }

    .single-product-summary>h2 {
        font-size: 2.2rem;
    }

    .single-product-summary-contact>a {
        font-size: 14px;
    }

    .nav-pills button.nav-link {
        font-size: 14px;
        padding: 8px 20px;
        margin-right: 5px;
    }

    ul#pills-tab {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }


}

/*=============== END MOBILE ====================*/



/*=============== START MOBILE < 320px ====================*/

/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 320px) {
    


}

/*=============== END MOBILE < 320px====================*/