img {
  max-width: 100% !important;
  height: auto !important;
}

img.avatar {
  max-width: unset !important;
}

@media screen and (min-width: 992px) {}

@media screen and (max-width: 1400px) {
  #main-menu>ul>li {
    font-size: 15px;
    font-weight: 500;
    margin-left: 20px;
  }
}

@media screen and (max-width: 1279px) {
  .container {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 990px) {
	#logo a img{
		width: 200px !important;
	}
  .hd-actions {
    display: flex;
    align-items: center;
  }

  .hd-contact-info,
  .main-menu-wrap {
    display: none !important;
  }

  .home .banner-caption h1,
  .page-banner h1.page-title,
  .page-banner h2.page-title,
	.img-holder h2{
    font-size: 40px !important;
  }

  .pd-title h2 {
    font-size: 22px;
  }

  .banner-caption p {
    font-size: 20px;
  }

	.img-block{
		height: 340px;
	}
	.refurbish-sec .txt-block{
		padding: 24px 24px 20px;
	}
	.refurbish-sec .txt-block ul li{
		font-size: 20px;
	}
	
	.tabs-wrap img{
		margin: 0 !important;
	}
  #footer .row>div {
    text-align: center;
  }

  .ft-widget-1 {
    margin-bottom: 24px;
  }

  .ft-widget-2 {
    margin-bottom: 32px;
  }

  .ft-btns {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {

  .alignleft,
  .alignright {
    float: none;
    display: block;
    margin: 0 auto 24px;
  }

/*   table {
    border-collapse: collapse;
    min-width: 567px;
  } */

  .home .banner-caption h1,
  .page-banner h1.page-title,
  .page-banner h2.page-title,
	.img-holder h2{
    font-size: 38px !important;
  }

  #logo a img{
		width: 180px !important;
	}

  .home-products .row>div:first-child .pd-block {
    margin-bottom: 60px;
  }
	
	.img-block{
		height: 300px;
	}

	.refurbish-sec .txt-block ul li{
		font-size: 18px;
	}
}

@media screen and (max-width: 567px) {
  .main-banner {
    height: 420px;
  }

  body,
  p,
  address {
    /* font-size: 16px; */
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }


  .home .banner-caption h1,
	.page-banner h1.page-title,
  .page-banner h2.page-title,
	.img-holder h2{
    font-size: 36px !important;
  }

  .banner-caption p {
    font-size: 18px;
  }

  .page-banner {
    height: 220px;
  }

  #logo a img {
/*     width: 280px !important; */
  }

  .copyrights p br {
    display: none;
  }
}

@media screen and (max-width: 479px) {
	.banner-caption p{
		font-size: 16px;
	}
}

@media screen and (max-width: 424px) {
  .main-banner {
    height: 380px;
  }

  .home .banner-caption h1,
	.page-banner h1.page-title,
  .page-banner h2.page-title,
	.img-holder h2{
    font-size: 32px !important;
  }

  .pd-title h2 {
    /* font-size: 20px; */
  }

  /* .header-wrap>.container {
    padding: 16px 12px;
  } */

  #logo a img{
		width: 160px !important;
	}

  .page-banner {
    height: 160px;
  }
}

@media screen and (max-width: 374px) {
  #logo a img {
/*     width: 180px !important; */
  }

  .hd-actions a {
    margin-right: 12px;
  }

  #rmp_menu_trigger-456 {
    width: 34px !important;
    height: 34px !important;
  }
}

@media screen and (max-width: 320px) {
  .container {
    width: 320px !important;
    max-width: 320px !important;
  }
}