.productSec .btn1 {
    display: none;
  margin-bottom: 20px;
  background-color: #003625;
  font-weight: 700;
  margin-top: 12px;
  bottom: 0 !important;
  text-align: center !important;
}
/* section 3 */
section.fourBxSec {
  background: whitesmoke;
  padding-bottom: 20px;
  margin-top: 40px;
}
.oneLine h2 {
  text-align: center !important;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 5px;
} 
a.viewDeal {
  font-size: 13px;
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}
.productBxWrp a {
  font-size: 12px;
}
.productBxWrp img {
  border: 1px solid #e5e5e5;
  padding: 2px;
}
.productBxWrp h6 {
  font-size: 12px;
}

/* end: section 3 */

/* rasel */
/*.carousel-control-prev{*/
/*  width : 7.5%;*/
/*}*/
/*.bannerSec .txtBanner h2{*/
/*  padding-top : 69px ;*/
/*}*/
/*.a.viewDeal {*/
/*  width: 165px;*/
/*}*/
/*.owl-theme .owl-nav {*/
/*   margin-top: 0px;*/
/*}*/
/*.owl-theme .owl-nav{*/
/*margin-top: -5px;*/
/*}*/
/*.cartSec img{*/
/*  padding-bottom: 5px;*/
/*}*/
/*.carousel-control-prev{*/
/* width: 7.5%;*/
/*}*/
/*.txtBanner div div img{*/
/*  height: 275px;*/
/*}*/
/* end rasel */

.innerBanner {
  background-size: cover !important;
  min-height: 200px;
}

.deal_item{
  width: 20%;
  flex: 0 0 20%;max-width: 20%;
}

.productCategri .productSec {
  position: relative;
  padding: 10px 10px !important;
  border: 1px solid #ddd;
  background-color: #fff;
  /* height: 510px; */
}
.productSec .btn1 {
  margin-bottom: 20px;
  background-color: #003625;
  font-weight: 700;
  margin-top: 12px;
  bottom: 0 !important;
  position: absolute;
  text-align: center !important;
}

@media screen and (max-width: 768px) {

  .bannerSec .txtBanner h2 {
    padding-top: 50px!important;
}

  .deal_item{
    width: 50%;
    flex: 0 0 50%; max-width: 50%;
  }
}