
form {
 
  text-align: center;
  margin: 20px auto;
}
form input, form textarea {
  border: 0;
  outline: 0;
  padding: 14px;
  display: block;
  width: 100%;
  margin-top: 1em;
  font-family: 'Merriweather', sans-serif;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  resize: none;
  margin-bottom: 21px;
}
form input:focus, form textarea:focus {
  -moz-box-shadow: 0 0px 2px #e74c3c !important;
  -webkit-box-shadow: 0 0px 2px #e74c3c !important;
  box-shadow: 0 0px 2px #e74c3c !important;
}
form #input-submit {
    width: 50%;
    background: #0db2d7;
    color: #fff;
    box-shadow: 0 4px #20a0bd;
    margin: 0 auto;
    font-family: 'Raleway';
    font-weight: 400;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    height: 39px;
    padding: 0px;
    border-radius: 4px;
}
form #input-submit:hover {
  -moz-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
  -webkit-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
  box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
}
form textarea {
  height: 126px;
}

.half {
  float: left;
  width: 48%;
  margin-bottom: 1em;
}

.right {
  width: 50%;
}

.left {
  margin-right: 2%;
}

@media (max-width: 480px) {
.half {
    width: 100%;
    float: none;
    margin-bottom: 0;
}
}
/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;

}

.cf:after {
    clear: both;
}
.google-maps {
    position: relative;
    padding-bottom: 92%;
    overflow: hidden;
}
.success_message {
    display: block;
    height: 40px;
    line-height: 22px;
    background: #f0ffe4 url(../images/success.gif) no-repeat 10px center;
    padding: 7px 10px 7px 35px;
    color: #78a355;
    border: 1px solid #78a355;
    -webkit-border-radius: 5px;
    margin-top: 55px;
    margin-bottom: -24px;
}

.mandatory{
    color:#BF0723;
}
.error_message {
    display: block;
    height: 40px;
    line-height: 22px;
    background: #FBE3E4 url(../images/error.gif) no-repeat 10px center;
    padding: 7px 10px 7px 35px;
    color: #8a1f11;
    border: 1px solid #FBC2C4;
    -webkit-border-radius: 5px;
    margin-top: 55px;
    margin-bottom: -24px;
    padding-top: 10px;
}
.error {
    color: #ED6F6F;
    display: inline-block;
    margin: 10px 0;
    padding: 10px;
    text-align: left;
    width: 100%;
}
 #map {
    width: 100%;
    height: 250px;
}

label.error
{
 color: #ED6F6F;
    display: inline-block;
    margin: -1px 0px 0px 0px;
    padding: 0;
    text-align: left;
    width: 300px;
    font-weight: 100;
}
.contentbox {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color:#000;
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #f2f2f2;
    margin-bottom: 70px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
}

.contentbox h4 {
    font-size:25px;
    text-align: center;
    font-family: 'Raleway';
    font-weight: 400;
    color: #414856;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.contentbox h5{
    font-size: 19px;
    text-align: left;
    font-family: 'Raleway';
    font-weight: 500;
    color: #0db2d7;
    margin-bottom: 15px;
    margin-top: 30px;
    border-bottom: 1px solid #0db2d7;
    text-transform: uppercase;
}
.contentbox h6{
    font-size: 14px;
    text-align: left;
    font-family: 'Raleway';
    font-weight: 600;
    color: #df8236;
    margin-bottom: 5px;
    margin-top: 25px;
    text-transform: uppercase;
}
.contentbox i{
    color: #e2883f;
}
.contentbox ul li{
    line-height: 25px;
}
.heads2 h2{
    font-size: 26px;
    text-align: center;
    font-family: 'Raleway';
    font-weight: 400;
    color: #414856;
    margin-bottom: 15px;
    text-transform: uppercase;
}

