
#oiSubmitBtn
{
	background: #0FC47F;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-weight: normal !important;
    width: 25% !important;
    font-size: 18px !important;
}

/************************** Contact us Form fields **********************/
#contactUsForm .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#contactUsForm textarea,
#contactUsForm input,
#contactUsForm input#email,
#contactUsForm input#firstName,
#contactUsForm input#subject,
#contactUsForm textarea#message {
    width: 98%;
    max-width: 600px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
}

#contactUsForm .description,
#contactUsForm .description.gdpr {
    width: 70%;
    font-size: 14px;
    line-height: 17px;
    font-style: italic;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    color: black;
    background-color: white;
}
#contactUsForm .description.gdpr input {
    width: 12px;
    height: 12px;
    position: relative;
    top: 2px;
}
#contactUsForm .description.gdpr p {
    margin: 4px 0;
}

#contactUsForm label + br {
    display: inline;
}
#contactUsForm input[type="submit"] {
    width: auto;
    font-size: 1em;
}

@media (min-width:320px) and (max-width:479px){

.upper_ads_head_part {
    box-sizing: border-box;
    padding: 15px;
}

#oi_main_div #oiSubmitArea #oiSubmitBtn {
    width: auto !important;
}


}

#contactUsForm > .field {
    margin-top: 10px;
    display: block;
    position: relative;
}
#contactUsForm label {
    display: inline;
    font-weight: bold;
}
#contactUsForm .checkbox {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: -7px;
}
#contactUsForm .checkbox label {
    display: inline; 
    margin-right: 10px; 
    cursor: pointer;
    padding-left: 5px;
}
#contactUsForm .checkbox input[type="checkbox"] {
    position: relative;
    top: 2px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    float: none;
    left: 0px;
    margin-left: 0;
    display:inline;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

@media (min-width:480px) and (max-width:639px){

.upper_ads_head_part {
    box-sizing: border-box;
    padding: 15px;
}
 
#oi_main_div #oiSubmitArea #oiSubmitBtn {
    width: auto !important;
}


}


@media (min-width:640px) and (max-width:767px){

.upper_ads_head_part {
    box-sizing: border-box;
    padding: 15px;
}
 
#oi_main_div #oiSubmitArea #oiSubmitBtn {
    width: auto !important;
}


}

















