@media (max-width: 500px) {
  body {
    padding: 0 0 60px 0;
  }

  .wrapper {
    width: auto;
  }

  section.row {
    padding: 20px;
  }

  section.row h2 {
    font-size: 24px;
    line-height: 28px;
  }
  
  img.bdiduns.show-mobile {
   width: 100%;
    height: auto;
  }

  section.banner {
    background-image: url('../images/banner_mobile.jpg');
    min-height: 0;
    padding: 0;
  }

  section.banner:after {
    display: none;
    background-image: none;
  }

  section.banner .portrait {
    display: block;
    max-width: 100%;
    height: auto;
  }

  section.banner .wrapper .text {
    padding: 20px 20px 0 20px;
  }

  section.banner .wrapper .text amp-img {
    display: block;
  }

  section.banner .wrapper .text .logo {
    margin: 0 0 20px 0;
    max-width: 100%;
  }

  section.banner .wrapper h1 {
    margin: 0 0 15px 0;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  section.banner .wrapper h2,
  .contact .wrapper h2 {
    margin: 0 0 15px 0;
    line-height: 28px;
  }

  section.banner .wrapper h2 i {
    display: block;
  }

  section.banner .wrapper ul {
    margin: 0 0 15px 0;
  }

  section.banner .wrapper {
    display: block;
  }

  section.benefits ul {
    margin: -5px;
  }

  section.benefits ul li {
    width: 100%;
    padding: 5px;
  }

  section.steps ul {
    display: block;
  }

  section.steps ul li {
    width: auto;
    margin: 10px 0 0 0;
  }

  section.steps ul li:last-child:before {
    content: "\f175";
    top: 0;
    right: 50%;
    margin: -10px -20px 0 0;
  }

  section.testimonials {
    background-attachment: scroll;
    background-image: url('../images/testimonials_mobile.jpg');
  }

  section.testimonials ul li {
    width: 100%;
  }

  section.footer {
    padding: 10px 20px;
  }

  .contact {
    height: auto;
    padding: 10px 20px;
  }

  .contact.callus {
    padding: 20px;
  }

  .contact.callus .wrapper {
    min-height: 0;
  }

  .contact .wrapper {
    display: block;
  }

  .contact .wrapper h3 {
    text-align: center;
  }
  
  .contact .wrapper .call {
   width: 100%; 
  }
  
  .contact .form {
   width: 100%; 
  }

  .contact .or {
    margin: 10px -20px;
    width: auto;
    min-height: 24px;
  }

  .contact .or:before {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
  }

  .contact .or span {
    top: 0;
    right: 50%;
    margin: 0 -12px 0 0;
  }

  .contact .form {
    display: block;
  }

  .contact .form h3,
  .contact .form .wpcf7 {
    margin: 10px 0 0 0;
    white-space: normal;
  }

  .contact .form .wrap {
    flex-wrap: wrap;
    margin: -5px;
  }

  .contact .form .wrap label {
    padding: 5px;
    width: 50%;
  }

  .contact .form .wrap label .title {
    font-size: 15px;
  }

  .contact .form .wrap label.button button {
    width: 100%;
  }

	.click2action {
		display: block;
		position: fixed;
		bottom: 20px;
		left: 50%;
        transform: translateX(-50%);
		width: 75px;
		padding: 0;
		z-index: 1001;
	}

  .click2action a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .click2action .icon {
    width: 75px;
    height: 75px;
    background: #57b424;
border-radius: 50%;
  }

  .click2action a .icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .click2action a .icon svg {
    fill: #fff;
    width: 36px;
    height: 36px;
    position: relative;
  }

  .click2action a .text {
    display: none;
  }

  .click2action a .text span {
    background: rgba(0,0,0,0.8);
    padding: 5px 10px;
    margin: 0 10px 0 0;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
  }

  body.admin-bar section.banner {
    margin: 0;
  }

  html #wpadminbar {
    display: none;
  }
  
  .show-mobile {
   display: block !important; 
  }
  
  .show-desktop {
   display: none !important; 
  }
}