/* @media only screen and  (min-width: 992px) and (min-width: 1024px) {

.img5 {
    height: 400px !important;
    object-fit: cover;
}
} */

@media only screen and (min-width: 992px) {
    .product-container {
        display: flex;
        width: 100%;
        height: max-content !important;
        padding: 10px;
        /* flex-direction: column !important; */

    }

    .prod-image {
        display: flex;
        height: 100%;
        margin: 50px;
        padding: 24px;
        border-right: 3px solid #a56328;

      
    }
    .img5 {
        height: 300px !important;
        object-fit: cover;
    }

    .img6 {
        display: none;
    }

    .img7 {
        height: 500px;
        float: right;
    }

    .prod-details {
        position: sticky;
        height: max-content;
        padding: 50px !important;

    }

    /* .prod-details h3 {
        margin-bottom: 7px !important;
        border-bottom: 2px dotted #a56328;
    } */

    .prod-details p {
        margin-top: 13px !important;
    }

    /* .prod-details h1 {
        border-bottom: 3px solid #a56328;
        width: 55%;
    } */


    .img6 {
        position: static;
        float: left;
        height: 500px;

    }

    .img7 {
        /* height: 500px; */
        /* float: right; */
        max-height: 700px;
        padding: 50px;
        padding-left: 0;
    }

    .img8 {
        float: right;
        height: 580px;
    }

    .img9 {
        float: right;
        width: 40%;
        border-radius: 100px 0;
    }


}

.features {
    height: 150px;
    width: 100%;
    border: 3px solid #a56328;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img6 {
    display: none;
}

.item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.checked-icon {
    width: 25px;
    height: 22px;
    color: #f39313;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #f39313;
    background-color: white;
    font-size: 16px;
    margin: auto;
}

.item h2 {
    margin: 10px;
    padding: 0;
    text-align: center;
}

.dtable {
    /* width: max-content; */
}

.table {
    margin-bottom: 50px !important;
}

.table thead {
    background: rgb(230, 159, 92);
    background: linear-gradient(277deg, rgba(230, 159, 92, 1) 0%, rgba(190, 116, 79, 1) 50%, rgba(162, 87, 66, 1) 100%);
    color: white;
    border: 1px solid black;
    padding: 10px !important;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

    .product-container {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .prod-image {
        margin-top: 30px;
        text-align: center;
        /* display: none; */
    }
    .img5 {
        height: 400px;
        object-fit: cover;
    }

    .img6 {
        display: block !important;
        float: left !important;
        height: 350px !important;
        padding: 20px !important;
    }

    .img7 {
        display: none;
    }

    .img8 {
        display: none;
    }

    .img9 {
        display: none;
    }

    .prod-details {
        width: 100% !important;
        height: 100%;

        padding: 50px !important;
    }

    .dtable {
        width: 100%;
    }

    .second-table {
        display: block;

        .s1 {
            width: 100%;
            padding: 20px;
        }

        .s2 {
            width: 100% !important;
            pad: 30px;
        }
    }

}

@media only screen and (max-width: 767px) {
    .product-container {
        display: flex !important;
        width: 100%;
        height: max-content;
        flex-direction: column;
    }

    .prod-image {
        margin-top: 30px;
        text-align: center;
        /* display: none; */
    }
    .img5 {
        height: 250px;
        object-fit: cover;
    }

    .img6 {
        display: block !important;
        width: 80vw;
        padding: 20px;
    }

    .img7 {
        display: none;
    }

    .img8 {
        display: none;
    }

    .img9 {
        display: none;
    }

    .image-container-305 {
        display: none;
    }

    .prod-details {
        width: 100%;
        height: 100%;
        padding: 20px !important;
    }

    .second-table {
        display: block;

        .s1 {
            width: 100%;
        }

        .s2 {
            width: 100% !important;
        }
    }

    .frmortar1 {
        display: none;
    }

    .bradcam_bg_1 {
        background-size: auto !important;
    }

    .ttable td,
    .ttable th {
        padding: 0 2px !important;
        font-size: 11px !important;
    }

    .frmortar1 {
        display: none;
    }
}