/* @media (max-width: 789px) {  */

@media (max-width: 609px) {
    body {
        padding-top: 102px;
    }
    .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .btn-searchicon {
        position: absolute;
        right: 17px;
        top: 60px !important;
        background: transparent;
        border: none;
    }
    img {
        height: auto;
        margin-top: 10px;
    }
    .fa-bars:before {
        font-size: 21px;
    }
    .sliderheight {
        height: auto;
    }
    .partition {
        border-right: none;
    }
    .navAjust {
        margin-left: 0px!important;
    }
    .navbar-brand {
        padding-top: 10px!important;
    }
    .navbar-collapse {
        margin-top: 16px;
    }
    .navbar-nav {
        margin: 0 !important;
    }
    .ui-autocomplete {
        z-index: 20000;
    }
    .footer-text h4 {
        font-size: 14px;
        height: 26px;
    }
    .footer-text a {
        font-size: 11px;
    }
    .footer-img {
        padding-right: 0!important;
    }
    .btn-cate {
        padding: 0px 10px;
    }
    .btn-basic {
        font-size: 10px!important;
    }
    .internation-trade-row {
        padding-top: 0px !important;
    }
    .international-trade {
        padding-bottom: 10px !important;
    }
    .international-trade>img {
        width: 100% !important;
        height: 120px !important;
    }
    .mb-title-padding {
        padding-bottom: 0px !important;
    }
    .mb-img-print {
        /* height: 60px !important; */
        width: 100% !important;
    }
    .internation-co-name {
        font-size: 12px !important;
    }
    .allfeature-img {
        height: 160px !important;
    }
    .showcase_icons>h3 {
        font-size: 12px !important;
    }
    .mb-hide {
        display: none !important;
    }
    .mb-show {
        display: inline !important;
        color: white !important;
        justify-content: center;
    }
    .mb-img-banner {
        height: 100px !important;
    }
    .mb-title-padding {
        margin-bottom: -20px !important;
    }
    .mb-title-countries {
        margin-bottom: -10px !important;
    }
    .featured-products {
        padding-bottom: 5px !important;
    }
    .mb-category-listing {
        height: 90px !important;
    }
}

@media only screen and (max-width: 600px) {
    .hidden1 {
        float: left;
        margin: 2px;
    }
    .hidden2 {
        float: left;
        margin: 2px;
    }
    .fa-envelope {
        font-size: 15px;
    }
    .fa-globe {
        font-size: 15px;
        margin-left: 5px;
    }
    .btn-basic {
        float: right !important;
    }
    .h4coname {
        font-size: 15px !important;
    }
    .catname {
        margin-bottom: 5px;
    }
    .mb-listing-place {
        font-size: 12px !important;
    }
    .mb-new-product {
        font-size: 14px !important;
    }
    .mb-fc-padding {
        padding-top: 20px !important;
    }
    .allfeature-img {
        height: 160px !important;
    }
}


/* 10-7-2019 AKH */

.internation-trade-row {
    padding-top: 0px;
}

.international-trade {
    padding-bottom: 30px;
}

.international-trade>img {
    width: 100%;
    height: 180px;
}

.featured-products {
    padding-bottom: 20px;
}

.fa-envelope-o {
    color: #009cff;
}

.fa-globe {
    color: #009cff;
    margin-left: 5px;
}


/* slick */

.slick-prev:before,
.slick-next:before {
    color: #ffda00 !important;
}

.slick-prev {
    z-index: 999;
    left: -20px !important;
    border-radius: 10px;
}

.slick-next {
    border-radius: 10px;
    right: -5px !important;
}