.contact-section {
    width: 100%;
    height: 100%;
    background-color: #EFF1F4 !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

.contact-section .box-holder {
    width: 528px !important;
    margin-left: auto !important;
    margin-top: 120px !important;
    text-align: center !important;
    margin-right: auto !important;
    display: block;
    left: 0 !important;
}
.contact-section .register-form h2 {
    text-align: center;
    font-size: 27px;
    line-height: 31px;
    color: #374448;
    margin: 0 0 20px 0;
    letter-spacing: 0
}
.contact-section input[type="text"],
.contact-section input[type="email"]{
    width: 250px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 2px #E6EBF0;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding: 10px 0 10px 10px;
    color: #333;
    letter-spacing: 0;
    height: 25px;
    outline: none;
    float: left;
}
.contact-section textarea {
   width: 514px;
   height: 150px;
   -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 2px #E6EBF0;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding: 10px 0 10px 10px;
    color: #333;
    letter-spacing: 0;
    outline: none;
    float: left;
    margin-bottom: 4px;
}
.contact-section input[type="text"]:focus,
.contact-section input[type="email"]:focus,
.contact-section textarea:focus {
    transition: border 0.7s ease-out;
    border: solid 2px #00A0E2
}
.contact-section .contact-btn-submit {
    background-color: #00A0E2;
    border-radius: 3px;
    font-size: 15px;
    color: #fff;
    line-height: 42px;
    letter-spacing: 3px;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: 524px;
    height: 43px;
    border: 0;
    letter-spacing: 3px;
    margin-left: 2px;
    -webkit-appearance: none
}
.contact-section .contact-btn-submit:hover {
    background-color: #0DBDEF
}
.contact-section .contact-btn-submit:active {
    background-color: #064F70;
    outline: none;
}
.contact-text {
   font-size: 15px;
    color: #666;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.contact-section .box-holder hr {
   border: none;
   width: 100%;
   height: 1px;
   background: #ccc;
   margin-top: 30px;
}
.contact-social {
   margin-top: 25px;
}
.contact-social li {
   display: inline-block;
   padding: 0 3px;
}

