@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,800&display=swap&subset=latin-ext');
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
}
@media (min-width: 1200px) {
    .container{
        max-width: 800px;
    }
}
.content {
	padding: 40px;
}
span.big {
	font-weight: bold;
	font-size: 22px;
}
h1,h2 {
	color: rgb(31,73,125);
	font-weight: bolder;
	font-size: 59px;
	text-align: center;
	margin-bottom: 40px;
}
h2, .content-success h1 {
	font-size: 40px;
	margin-top: 50px;
}
.center {
	text-align: center;
}
form {
	margin-top: 40px;
	display: inline-block;
    padding: 30px 40px 20px;
    border-radius: 10px;
    background-color: rgba(0, 201, 235, 0.39);
}
label.checkb {
	font-size: 14px;
	font-weight: normal;
}
.txt {
	display: block;
	width: 100%;
}
p {
	margin-top:20px;
}
.margin-top-50 {
	margin-top:50px;
}
.margin-top-30 {
	margin-top:30px;
}
.blue {
	color: rgb(31,73,125);
}
.underline {
	text-decoration: underline;
}
#submit-button {
    background-color: rgb(31,73,125);
    color: #fff;
    font-size: 20px;
}
ul li {
	margin-bottom: 20px;
}
.testimonial-item {
	padding: 15px 0;
}
.testimonial-item p {
	font-size: 19px;
	letter-spacing: 0.5px;
	padding-left: 35px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.testimonial-item .col-sm-3 img {
	display: block;
	margin: 0 auto;
}
form input {
    width: 100%;
    font-family: 'Open Sans',sans-serif;
    background-color: #fff;
    text-align: left;
    color: #4d4d4d;
    height: 40px;
    font-size: 16px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 10px;
}
img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
@media(max-width:767px) {
	h1, h2 {
		font-size: 35px;
	}
	.content {
		padding: 20px 10px;
	}
}