@media only screen and (max-width: 999px) {
    form.form-inline.display-hide {
        display: block;
        margin-left: 58%;
    }
    form.form-inline {
        display: none;
    }
    .main-card .main-btn {
        width: 100%;
    }
    .banner-txt {
        width: 70%;
    }
}
@media only screen and (max-width: 767px){
    .banner-txt {
        width: 100% !important;
        height: 240px !important;
    }
   form.form-inline.display-hide {
    margin-left: 0% !important;
    display: flex;
}
.cart{
    width:auto;
}
       .banner-txt h1 {
        font-size: 24px;
        line-height: 34px;
    }
    .navbar-light .navbar-brand {
        color: rgba(0,0,0,.9);
        margin-right: 0px;
        width:auto;
    }
    .banner-txt .banner-btn{
        display: none;
    }
    .our-product li {
        flex: 0 0 100%;
       margin-bottom: 15px;
    }
    .our-product li figure img {
        max-height: 285px;
        width:100%;
    }
    .about-txt h2 {
        font-size: 24px;
    }
    .row-order {
        display: grid;
    }
    .row-order .col-md-6:nth-child(1){
        order: 2;
    }
    .row-order .col-md-6:nth-child(2){
        order: 1;
    }
    figure.about-img {
        width: 100%;
        height: 300px;
        margin-top: 20px;
    }
    figure.about-img img{
        height: 300px;
    }
    .best-bg {
        padding: 20px;
    }
    .best-intro.about-txt {
        float: right;
        width: 100%;
    }
    .section{
        padding: 20px 0px;
    }
    .social-link {
        width: 100%;
        float: right;
        margin-top: 20px;
    }
    .footer-box {
        margin-bottom: 25px;
    }
    ul.foot-menu li {
        width: 100%;
    }
    .our-product1 li{
        flex: 0 0 100%;
        margin-right:0px !Important;
    }
    .our-product1 li figure img {
    height: auto;
    width: auto;
    max-height: 150px;
}
ul.our-product.cat-product li {
    flex: 0 0 100%;
    margin: 0 0px 10px 0;
}
.page-bg h1 {
    color: #fff;
    font-size: 30px;
}
h2.cat-head {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}
.sort_by {
    float: right;
    padding-top: 0px;
}
.sort_by select {
    width: 230px;
}
.pro-details {
    display: grid;
}
.pro-details figure {
    margin-right: 0px;
}
.card-intro.pro-details-intro {
    padding: 10px 10px;
}
.card-intro.pro-details-intro h1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0px;
}
.shopping_cart_area .right_checkout {
    width: 100%;
    float: right;
}
.card_width li:nth-child(1) {
    flex: 0 0 65%;
}
.checkout_details ul li {
    flex: 0 0 100%;
    float: left;
    margin: 10px 0;
    list-style: none;
}
.card_dtls li {
    margin-right: 8px;
}
.contact_form ul li{
    width: 100%;
}
.contact_form ul {
    padding: 15px;
}
.contact_form ul li input {
    width: 100%;

}
h2.main-head {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
ul.flag_top.flag_top1 {
    display: none;
}
form.form-inline.display-hide ul.flag_top {
    display: flex !important;
}
.footer-box ul {
    width: 100%;
    margin-bottom: 0px;
    margin: auto;
    display: flex
;
    justify-content: center;
    /* flex-flow: row wrap; */
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 20px;
}
    .banner-txt h1 span {
        font-weight: 400;
        font-size: 18px;
        margin: 10px 0 0;
    }
    ul.our-product.our-product-home li {
    display: flex
;
    flex-direction: column;
}
.our-product-intro {
    padding: 20px;
    text-align: left;
    background: #fffbf6;
}
.our-product li h3 {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    margin: 0 0px 10px;
    color: #ffffff;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
}
ul.our-product.our-product-home li:last-child{
    flex-direction: column-reverse;
}
.our-product li figure img {
        max-height: 210px;
        width: 100%;
    }
}