/* 
col-md-   768

*/


/*For Tab Size */
@media (max-width: 768px) {
	.margin_bottom{
		margin-bottom: 56px;
	}
	p{
		text-align: ;
	}
	.first_top{
		display: none;
	}
	.seond_top .hide{
		display: none;
	}
	.header_bar .logo{
	  width: 140px !important;
	}
	
	.section {
	  padding: 35px 0;
	}
	.title-color {
	  font-size: 25px !important;
	  
	}
	.counter-stat span {
	  font-size: 32px;
	  color: #fff;
	  font-weight: 700;
	}
	h2{
		line-height: 1.2 !important;
	}
	.section-title h2 {
	  color: #222;
	  font-size: 40px;
	  font-family: 'Great Vibes' !important;
	}
	.section-title {
	  margin-bottom: 35px;
	}
	.service .service-item {
	  background: #fff;
	  padding: 15px;
	  border-radius: 5px;
	}
	.counter-stat p {
	  margin-bottom: 0px;
	  color: rgb(255, 255, 255);
	}
    .main_cat_box{
	  width: 100%;
	  height: 102px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  background: rgba(43, 178, 27, 0);
	  font-size: 28px;
	  color: #f41b3b;
	  transition: all ease 0.4s;
	}
	.main_cat_box img {
	  width: 100%;
	  height: 140px;
	  object-fit: contain;
	  border-radius: 10px;
	}
	.slick-slide{
		margin: 0px !important;
	}
	.desktop_view{
      display: none !important;
    }
    .last_bottom_margin{
    	margin-bottom: 50px;
    }
}

/*Desktop slide */
@media (min-width: 769px) {
	.mobile_view{
      display: none !important;
    }
    .last_bottom_margin{
    	margin-bottom: 20px;
    }

}

/*Desktop Size */
@media (max-width: 991px) {
	.features{
		margin-top: 35px;
	}
	.features .feature-item{
		margin-bottom: 0px !important;
		text-align: center;
		padding: 20px 15px !important;
	}
}




.mobile-nav {
  display: none;
}

@media (max-width: 767px) {
  /*Mobile Footer bar CSS*/
  .mobile-nav {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background: #fff;
    border-radius: 13px 13px 0px 0px;
    box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.1);
    /*border-top: 2px solid #379d12;*/
  }
  .mobile-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80px;
    padding: 10px 0px;
    border-radius: 10px;
    position: relative;
  }
  .mobile-widget i {
    font-size: 19px;
    margin-bottom: 7px;
    color: #7c7e80de;
    text-shadow: 2px 3px 8px rgba(0,0,0,0.1);
  }
  .fa-home::before {
    content: "\f015";
  }
  .mobile-widget span {
    line-height: 12px;
font-size: 14px;
font-weight: 600;
color: #7c7e80de;
  }
  .plus-btn {
    margin-top: -36px;
  }
  .plus-btn i {
    width: 60px;
height: 60px;
font-size: 24px;
line-height: 50px;
border-radius: 50%;
margin-bottom: 0px;
text-align: center;
color: #fff;
background: #2bb21b;
border: 4px solid #fff;
font-weight: 600;
  }
  #tops-button{
    display: none !important;
  }
}
