/* .row h3.form-head {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    vertical-align: baseline;
    background: transparent;
    color: #00ccff;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

button#btnContactUs {
    width: 25%;
    margin: 0 auto;
    margin-top: 25px;
} */

.interested-form-wrap {
    max-width: 800px;
    margin: 30px auto 0px;
}
.interested-form-wrap h3.form-head {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: center;
    color: #000000;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 auto 20px;
}
.interested-form-wrap input{
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 15px;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    box-shadow: none;
    width: 100%;
}
.interested-form-wrap label{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
.interested-form-wrap button[type="submit"],.interested-form-wrap button[type="button"] {
    background: #61B404;
    color: #fff;
    border-radius: 0;
    border: none;
    font-size: 16px;
    line-height: 1;
    padding: 14px 30px;
    font-family: 'Open Sans', sans-serif;
    width: auto;
    text-transform: uppercase;
    text-shadow: none;
    display: inline-block;
    margin: 0;
}
.interested-form-wrap button[type="submit"]:hover,.interested-form-wrap button[type="button"]:hover {
    background: #02283d;
}
.interested-form-wrap button[type="button"]#back_btn {
    margin-left: 5px;
}
.divLoader {
    display: none;
}
.divLoader img {
    max-width: 100px;
}
#submitbtn{display: flex;justify-content: center;}
.colFlex{display: flex;justify-content: center;}
#verificationcode{max-width:500px;}

div#success_message {
    font-size: 14px;
    white-space: normal;
    color: green;
}
.interested-form-wrap select.form-control{
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 15px;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    box-shadow: none;
    width: 100%;
}