.uppercase { text-transform: uppercase;}
.white { color: #fff;}
.green { color: #60bf70!important;}
.dark {color:#434A59!important}
.darkBg {background:#434A59}
.btn.btn-custom {background:#60BF70;border-radius:5px;color:#fff;border: 2px solid #60BF70;font-weight: 600;padding: 10px 20px;}
.btn.btn-custom:hover {background:#fff;border-radius:5px;color: #60BF70;border: 2px solid #60BF70;}

.cta_footer_global {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 4rem 0;
    position: relative;
}
@media(max-width:768px){
  .cta_footer_global {
    flex-direction: column;
    justify-content: space-around;
}
.cta_footer_global .buttons {
    margin: 2rem;
}
}
.m-x-5 {margin-right:2.5rem; margin-left:2.5rem; margin-bottom:1rem}

@media(max-width:991px) {
  
  #new-products-video-panel .container {
    flex-wrap: wrap;
  }
  
	section#new-products-video-panel .video-panel-video,
	section#new-products-video-panel .video-panel-text {
		flex: auto;
	}	
	section#new-products-video-panel .video-panel-video {
		 order: 2;
    	margin-top: 1rem;
	}
	section#new-products-video-panel .video-panel-text{
		padding: 0;
	}
  
   section.new-products-content-panel .panel-content-text {
    max-width: 500px !important;
    margin: 0 auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
}
@media(min-width:768px) and (max-width:991px) {
  section#new-products-icon-grid .icon-grid-wrap .product-highlight {
    flex: 0 0 50%;
  }
}
@media(max-width:767px) {
 
section#new-products-testimonial-panel .testimonial-block {
      top: 13%;
      height: 425px;
}
  
section#new-products-testimonial-panel .testimonial-block .testimonial-quote {
    position: relative;
    margin: 3rem 1rem 0;
    padding: 1rem 0 1rem;
}
  

}