@media screen and (max-width: 992px) {
  .rows-title{
    margin-bottom: 40px;
  }
}

@media screen and (max-width:992px) and (min-width:768px) {
 
  .navbar-brand {
      float: none;
    }
    .navbar-brand>img {
      display: inherit;
    }
  .navbar-header {
    padding-top: 10px;
    width: 100%;
    float: left;
    text-align: center;;
  }
  .navbar-collapse{
    width: 100%;
    float: left;
    text-align: center;;
  }
  .navbar-nav {
    float: none !important;
    display: inline-block !important;
  }
  nav ul li {
    float: none !important;
    display: inline-block !important;
  }
  .news-item{
    margin-bottom: 20px;
  }
  .rows-content .col-md-3:nth-last-child(1) .news-item, .rows-content .col-md-3:nth-last-child(2) .news-item{
    margin-bottom: 0;
  }

}

@media screen and (max-width: 768px) {
  .row-table .table-title td {
    width: 100%;
    float: left;
}
  nav ul li:hover .tooltips {
    display: none;
    opacity: 0;
  }
  .news-item{
    margin-bottom: 20px;
  }
  .rows-content .col-md-3:last-child .news-item{
    margin-bottom: 0;
  }
  .wrap-content {
    padding: 20px 0 0;
  }
  .wrap-content:nth-of-type(1){
    padding: 15px 0 ;
  }
  .l84-right-content{
	  padding:0 15px;
  }

  .navbar .container{
    height: inherit;
    display: block;
  }
  .navbar-header, #bs-example-navbar-collapse-1{
    float: inherit;
  }
  .top-img-fr img {
    margin-bottom: 10px;
  }
  /* .layout-column-txt {
    margin-top: 10px;
  } */
  .box-more p.more-txt {
    background: #fff;
    padding: 20px;
  }
  .img-pd-sp {
    margin-top: 20px;
  }
  .wrap-content {
    padding: 20px 0 20px;
}
.row-table table tr td, .layout-column-table tr.table-title1 th {
  font-size: 14px;
  text-align: center;
}
.row-table tr td {
text-align: center !important;
}
.top-tb2 td:first-child{
  background: #D8D8D8 ;
}
.top-tb2 tr td.td-col3 {
  background: #fff !important;
}
.top-box-ser .t-box {
  width: 100%;

  margin-right: 0;
}
.top-box-ser {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.top-box-ser .t-box:last-child{
  margin-top: 10px;
}
.top-box-ser .box-span {

  font-size: 14px;

}
.top-box-ser .box-span {
  padding: 5px 15px;
}
 


}

@media screen and (max-width:640px){
	.gallery-item{
		width:50%;
	}
	.content-wrap-news span.date2{
		display:block;
	}
	.wrap-primary-table-st1 table tr td{
		width:100%;
		float:left;
		padding:0;
	}
	.wrap-primary-table-st1 table tr td:last-child{
		margin-bottom:15px;
	}
}
 
@media screen and (max-width:480px) {
  .navbar-brand {
    max-width: 200px;
  }
  .row-news-item{
	  width:100%;
  }
  .service-item{
	  width:100%;
	  margin-bottom:20px;
  }
  .service-item:last-child{
	  margin-bottom:0;
  }
  .top-box-ser .box-span {
    padding: 10px 20px;
  }
  
}
@media screen and (max-width:320px) {
  .top-box-ser .box-span {
    padding: 10px 20px;
  }

}
