.logo img{
  max-height: 70px;
}
.product-section .image-side-box img{
  max-height: 500px;
}
.slide-item .product-image img{
  max-height: 210px;
}
.product-slide .rate {
  min-height: 60px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.sponsor-area .sponsors{
  display: flex;
  align-items: center;
}
.sponsor-area .sponsors .item{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.sponsor-area .sponsors .item img{
  max-height: 100px;
  width: auto;
}
.footer-bottom .container{
  margin-top: 80px;
}
.footer-bottom .contact-info p.footer-address,
.footer-bottom .contact-info p.footer-phone{
  padding-left: 20px;
  position: relative;
}
.footer-bottom .contact-info p.footer-address:before{
  font-family: "FontAwesome";
  content: "\F041";
  position: absolute;
  font-weight: 900;
  transform: translateX(-20px);
}
.footer-bottom .contact-info p.footer-phone:before{
  font-family: "FontAwesome";
  content: "\F095";
  position: absolute;
  font-weight: 900;
  transform: translateX(-20px);
}
@media (min-width:992px) {
  .widget-title{
    min-height: 30px;
  }
  .footer-bottom .contact-info{
    padding-left: 50px;
    padding-right: 50px;
  }
  .footer-bottom .contact-info,
  .footer-bottom .footer-menu{
    padding-top: 75px;
  }
}
@media (max-width: 992px){
  .product-section {
    display: flex;
    flex-direction: column;
  }
  .product-section.intor-area-1{
    padding-top: 0;
  }
  .product-section > div.image-side-box{
    order: 1;
    position: static;
    transform: none;
    margin-bottom: 30px;
  }
  .product-section > div{
    order: 2;
  }
  .product-section .image-side-box img{
    transform: none;
    max-width: 100%;
    height: auto !important;
  }
  footer.footer-area{
    background-size: cover;
    background-position: 0px;
  }
  .footer-bottom {
    padding-top: 50px;
  }
  .footer-area .widget{
    margin-bottom: 30px;
  }
  .footer-area .widget.footer-menu ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .copyright-area{
    margin-top: 50px;
    padding-bottom: 30px;
  }
}