@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .slide .slide__img {
        height: 90vh
    }

    .slide .slide__content--headings h2 {
        font-size: 40px;
        font-weight: 700;
        color: #fff;
        width: 93%;

    }

    .flex-column {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .foot_contact_btm a {
        color: #ffff;
        font-size: 15px;
        padding-left: 37px;
    }

    .sec__04_box span {
        display: block;
        text-align: center;
    }

    .sec__04_box p {

        text-align: center;
    }

    .icon_text h5 {

        text-align: center;
    }

    #d___rows {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .product__col__md_6 {

        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;

    }

    .gallery_box_figure {
        min-height: auto;

    }

    .img_zoom img {

        height: auto;
    }

    .gallery_grid a img {
        min-height: auto;
        height: auto;
        width: 100%;
    }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .slide .slide__img {
        height: 90vh
    }

    .slide .slide__content--headings h2 {
        font-size: 50px;
        font-weight: 700;
        color: #fff;
        width: 93%;
        margin-bottom: 30px;

    }
    .slide__content--headings p{
        margin-bottom: 50px;
    }
    .flex-column {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .foot_contact_btm a {
        color: #ffff;
        font-size: 15px;
        padding-left: 37px;
    }

    .sec__04_box span {
        display: block;
        text-align: center;
    }

    .sec__04_box p {

        text-align: center;
    }

    .icon_text h5 {
        height: 40px;
        text-align: center;
    }

    #d___rows {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

   

    .gallery_box_figure {
        min-height: auto;

    }

    .img_zoom img {

        height: auto;
    }
    .product__col__md_6 {

        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;

    }
    .gallery_grid a img {
        min-height: auto;
        height: auto;
        width: 100%;
    }
}