/* Desktop Layout */

@media only screen and (min-width: 1000px) and (max-width: 1170px) {



}

/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {




}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {

.chairman-img:after {
  display: none;
}
.menu-mobile .main-menu .attr-nav ul {
    margin: 0;
    padding: 0;
}
.menu-mobile .main-menu .attr-nav ul li {
    list-style: none;
    text-align: left;
}
.menu-mobile .main-menu .attr-nav ul li a {
    color: #FFF;
    margin-left: 22px;
}
.menu-mobile .main-menu .attr-nav ul li a:hover{
  color: #fff;
}
.menu-mobile .top-search {
    display: none;
}
 .top-search {
    padding-top: 4px;
    position: absolute;
    top: 60%;
    left: 0;
    z-index: 9;
    width: 100%;
}
.top-search-secton {
    float: left;
    margin-top: 10px;
    background: #fff;
    padding: 6px;
}
.top-search .input-group-addon {
    background-color: transparent;
    border: none;
    color: #19232d;
    padding-left: 0;
    padding-right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-top: -1px;
}
.top-search .input-group-addon .fa {
    font-size: 19px;
    line-height: 30px;
    padding: 2px 6px;
    color: #fff;
    background: #282828;
    transition: all .5s ease 0s;
    cursor: pointer;
}
.top-search .input-group-addon {
    background-color: transparent;
    border: none;
    color: #19232d;
    padding-left: 0;
    padding-right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-top: 3px;
}
.top-search .input-group-addon.close-search {
    cursor: pointer;
    margin-top: 2px;
}
.top-search .input-group-addon .fa {
    font-size: 19px;
    line-height: 32px;
    padding: 2px 6px;
    color: #fff;
    background: #282828;
    transition: all .5s ease 0s;
    cursor: pointer;
}
.top-search .input-group-addon .fa:hover{
  background: #509d5a;
}
.top-search .input-group-addon .fa-times {
    margin-top: 1px;
}
.thumb img{
  height: auto;
}
.product-img{
  height: auto;
}
.accordion-img{
  width: 100%;
}
.accordion-text{
  width: 100%;
}


.center-text{
  text-align: center !important;
}
.m-none{
  margin: 0 !important;
}
.ml-none{
  margin-left: 0 !important;
}
.mr-none{
  margin-right: 0 !important;
}
.mt-none{
  margin-top: 0 !important;
}
.mb-none{
  margin-bottom: 0 !important;
}




}



/* Wide Mobile Layout: */

@media only screen and (min-width: 480px) and (max-width: 767px) {




}
