#regFrm {
    position: relative;
}

#regFrm figure {
    position: absolute;
    right: 0px;
    top: -60px;
}

#regFrm figure input, .buttons input, .buttons button {
    float: left;
    outline: none;
    background: #f4f4f4;
    color: #444;
    margin: 0 0 0 10px;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-weight: bold;
    transition: all 0.1s linear;
    border: none;
}

#regFrm figure input:hover, .buttons input:hover, .buttons button:hover {
    background: #ccab2b;
    color: #fff;
}

.buttons button {
    margin: 0px;
}

#regFrm h4 {
    font-weight: 400 !important;
    color: #999;
    margin: 0 0 20px;
}

#regFrm em {
    font-weight: 400;
    color: #a90000;
    margin: 0 0 10px;
    font-size: 16px;
}

#regFrm label {
    display: block;
    font-weight: 600;
    margin: 14px 0 4px;
    color: #000;
}

#regFrm label strong {
    font-size: 12px;
    color: #999;
    margin: 0 0 0 8px;
}

#regFrm small {
    display: block;
    font-size: 12px;
    color: #999;
    margin: 4px 0 0;
}

#regFrm select, #regFrm input[type="text"], input[type="password"], input[type="email"] {
    display: block;
    height: 32px;
    width: 100%;
    border: #e0e0e0 1px solid;
    border-radius: 2px;
    outline: none;
}

input[type="text"]:disabled, input[type="password"]:disabled, input[type="email"]:disabled {
    background: #dddddd;
}

input:disabled::-webkit-input-placeholder { /* WebKit browsers */
    color:    rgba(0,0,0,0);
}
input:disabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    rgba(0,0,0,0);
}
input:disabled::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    rgba(0,0,0,0);
}
input:disabled:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    rgba(0,0,0,0);
}

#regFrm textarea {
    display: block;
    height: 200px;
    width: 100%;
    border: #e0e0e0 1px solid;
    border-radius: 2px;
    outline: none;
    resize: none;
    padding: 8px;
}

#regFrm textarea.shortTxt {
    height: 80px;
}

#regFrm input[type="text"], input[type="password"], input[type="email"] {
    padding: 0 8px;
}

#regFrm img {
    float: left;
    width: 45%;
    margin: 10px 5% 0 0;
    height: auto!important;
}

#regFrm button.g-recaptcha, #regFrm .blueRoundBtn {
    border: none;
    background: none;
    float: left;
    margin: 0 20px 30px 0;
    outline: none;
    height: 40px;
    line-height: 40px;
    border-radius: 18px;
    background: #00aaeb;
    color: #fff;
    font-weight: bold;
    box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 60px;
    min-width: 180px;
    font-size: 140%;
    cursor: pointer;
    text-decoration: none;
}


.roundBtn {
    border: none;
    background: none;
    margin: 0 0 30px;
    outline: none;
    height: 40px;
    line-height: 40px;
    border-radius: 18px;
    background: #00aaeb;
    color: #fff;
    font-weight: bold;
    box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 60px;
    min-width: 180px;
    font-size: 140%;
}

#regFrm button img {
    width: 100%;
    margin: 0px;
}

#registartion_cost:before {
    content: '$ ';
}

#regFrm h3 {
    display: block;
    font-weight: 600;
    margin: 14px 0 4px;
    color: #444;
}

#regFrm h4 {
    display: block;
    margin: 14px 0 4px;
    color: #000;
}

.facility-item {
    position: relative;
    padding-left: 100px;
    font-size: 14px;
    margin: 0 0 20px;
}

#regFrm .facility-item figure {
    right: auto;
    left: 0px;
    top: 0px;
    width: 90px;
}

#regFrm .facility-item figure img {
    width: auto;
    max-width: 100%;
    float: none;
    display: block;
    margin: 4px 0 0;
}

#regFrm .facility-item figure input {
    margin: 10px 0 0;
    width: 20px;
    height: 20px;
}

#regFrm .facility-item h5 {
    font-weight: bold;
    color: #ccab2b;
}

#regFrm .facility-item p {
    margin: 6px 0 0;
    position: relative;
    padding: 0 0 0 60px;
    color: #666;
}

#regFrm .facility-item span {
    margin: 6px 0 0;
    color: #666;
}

#regFrm .facility-item strong {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #333;
}

#regFrm label.chkBox {
    position: relative;
    padding-left: 32px;
    box-sizing: border-box;
}

#regFrm label.chkBox input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
}

.radio-btn label {
    float: left;
    margin: 0 20px 0 4px;
}

.radio-btn input {
    float: left;
    width: 27px;
    height: 27px;
}

.radio-btn.small-radio input {
    float: left;
    width: auto;
    height: auto;
    margin: 18px 10px 0 0;
}

.radio-btn img {
    float: left;
    margin: -20px 0 0 20px;
    height: 80px;
}

