@media only screen and (max-width: 600px) {
  .down-counter p {
    font-size: 30px;
	}
  .down-counter h1 span{
  	font-size: 9px;
  }
  .cts h2 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
	}
	.contact-form .country-mrg select{
	    margin-bottom:20px;
	}
}
