/* Enter Your Custom CSS Here */


ul.our-clients li {
    border: 1px solid #e9e9e9;
}

ul.our-clients li:nth-child(n+7) {
       border: 1px solid #e9e9e9;
}

ul.our-clients li:nth-child(n+8) {
      border: 1px solid #e9e9e9;
}

ul.our-clients li:nth-child(n+9) {
  border: 1px solid #e9e9e9;
}

ul.our-clients li:nth-child(n+10) {
    border: 1px solid #e9e9e9;
}


ul.our-clients li {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}

ul.our-clients li:nth-child(5n) {
    border-right: 1px solid #e9e9e9;
}

  .button:hover, button:hover, a.price-send:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button.green:hover, button.green:hover, input[type="submit"].green:hover, input[type="reset"].green:hover, input[type="button"].green:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px inset;
		background: #EF2327;}

  .button, button, a.price-send, input[type="submit"], input[type="reset"], input[type="button"], .button.green, button.green, input[type="submit"].green, input[type="reset"].green, input[type="button"].green {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px inset;
		background: #EF2327;}

.e-con{width:290px;}

@media screen and (max-width: 768px) {
  .button, button, a.price-send, input[type="submit"], input[type="reset"], input[type="button"], .button.green, button.green, input[type="submit"].green, input[type="reset"].green, input[type="button"].green {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px inset;
		background: #EF2327;}
	.e-con {
    width: 290px;
    margin-left: -10px;
}
}