section:nth-of-type(1) .main-slider{
  max-height: 100%;
}
section:nth-of-type(1) .slider-item{
  width: 100% !important;
}
section:nth-of-type(1) .container{
  max-width: unset;
    padding: unset;
}
section:nth-of-type(1) .d-block {
  background-size: cover;
  object-fit: fill !important;
}
section:nth-of-type(2){
  margin-top: 3rem;
}
.btn-primary{
      background-color: #5D7A74;
    border-color: #5D7A74;
}
.btn-primary:hover{
      background-color: #5D7A74;
    border-color: #5D7A74;
}
.theme-title-primary ,
.slick-prev.slick-arrow > span{
  color: black !important;
}
.products-slider-wrapper .text-center{
  display: none;
}
.products-slider .prod-col{
  padding: 1rem;
}
.product-item{
  box-shadow: 0 0 10px black;
  margin: 10px;
}
.product-card-footer{
  padding-bottom: 1rem
}
section:nth-of-type(6) ,
section:nth-of-type(6)  .container ,
section:nth-of-type(6)  .main-slider ,
section:nth-of-type(6)  .slick-list {
  height: 225px  !important ;
}
section:nth-of-type(6)  .d-block {
  height: 46% !important;
  object-fit: contain !important;
}
@media (max-width:768px){
section:nth-of-type(6) ,
section:nth-of-type(6)  .container ,
section:nth-of-type(6)  .main-slider ,
section:nth-of-type(6)  .slick-list {
  height: 128px  !important ;
}
}
.testimonials-customer-card{
  background-color: #F7F5EF !important;
}
.footer-copyrights{
  display: none;
}
.theme-text-primary{
  color: black !important;
}
.section-title{
  text-align: center;
}
section:nth-of-type(3)  .d-block {
  object-fit: fill !important;
}