* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form {
    float: right;
    width: 100%px;
    padding: 10px;
    border: 2px solid #d8d8d8;
    margin-bottom: 10px;
    margin-top: 5px;
    color: white;
    
    background-color: #FFC026;
}
.aboutCourse {
    background-color: #FFC026;
}
.boxcourse {
    clear: both;
    overflow: hidden;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 0 20px;
}
.midsec {
    padding: 0 15px;
    margin-top: 30px;
}
.newsletter {
    color: #868686;
    font-family: 'Ubuntu';
    font-size: 20px;
    background: url(../images/backimg.png) repeat;
    height: 30px;
    width: 225px;
    padding-top: 5px;
    text-align: center;
}
.form4 {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    background-color: #f2c200;

}
.form4 label {
    display: block;
    color: #5b5b5b;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px 0;
}
.form4 ul li {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

.form4 p {
    margin: 5px 0px;
}

.form4 select {
    width: 200px !important;
    height: 25px;
    border: 1px solid #dfdfdf;
    padding: 2px 2px;
    color: #5b5b5b;
}
.form4 textarea {
    height: 150px;
    overflow: auto;
}
.form4 button {
    background: #1b3058;
    border: 1px solid #fff;
    padding: 8px 30px 8px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

.form4 ul li input, .form4 ul li textarea {
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
    color: black;
}



.form4 textarea {
    height: 150px;
    overflow: auto;
}
.form4 button {
    background: #1b3058;
    border: 1px solid #fff;
    padding: 8px 30px 8px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}
input[type="button"],
input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}