@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700';
body {
  font-family: "Open Sans", sans-serif;
}

.btn.btn-blue {
  background: #42b7da;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 60px;
  text-align: center;
  text-shadow: none;
}

.contact-2 input {
  margin-bottom: 10px;
  height: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.contact-2 input[type=checkbox] {
  height: auto;
}

.brand-head {
  padding: 15px 0;
  border-bottom: 1px solid #e7e7e7;
}

.contact-2 label {
  font-weight: 400;
}

.Hero-Block {
  margin-bottom: 5px;
  padding: 25px 0 35px;
}
.Hero-Block h3 {
  margin: 5px 0;
  font-family: "Open Sans", sans-serif;
}

.left-Block {
  padding: 30px;
  background: #f5f8fa;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  background: #f9fbfd;
}
.left-Block .btn.btn-blue {
  background: #42b7da;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  padding: 10px 60px;
  text-align: center;
  text-shadow: none;
  margin-top: 10px;
}

.right-block {
  padding: 0 20px 20px 20px;
}
.right-block h4 {
  line-height: 30px;
  font-weight: 300;
  font-size: 18px;
}

.bigbutton {
background-color: white; 
border-radius: 5px; 
padding: 25px; 
box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; 
font-size: 16px; 
margin: 15px;
text-align: center;
transition: all 1s ease;	
}
.bigbutton:hover{
transform:scale(1.1);	
background-color: #ddeef9;	
}