.scfForm .karndeanform .display-section-content .field-border .field-title{
	position:static;
	top:0;
	width:95%;
	display:block;
	text-align:left;
	padding-bottom:5px;
}

.scfForm .karndeanform .display-section-content .field-border .field-required{
	position:absolute;
	right:0;
	top:0;
	left:
}

.productsServicesAdditional {
    padding-left: 1.95em;
    position: relative;
    font-size: 14px;
    font-weight: normal;
}

@media only screen and (min-width: 768px) {
    .productsServicesAdditional {
        font-size: 0.8em;
    }
}

@media only screen and (min-width: 1920px) {
    .productsServicesAdditional {
        font-size: 1em;
    }
}

.tell-us-about-project-custom input[type="checkbox"] {
    display: inline-block !important;
}

.tell-us-about-project-custom label {
    font-weight: 400 !important;
    font-size: 16px;
    margin-left: 10px;
}

@media only screen and (max-width: 1100px) {
    .tell-us-about-project-custom label {
        font-size: 12.8px;
    }}}

#cbContactByEmail {
    width: auto;
    display: inline-block;
}

#lblContactByEmail {
    display: inline;
}

@media only screen and (min-width: 768px) {
    .contactByEmail {
        width: 50%;
        left: 50%;
        position: relative;
        transform: translateX(-45%);
    }    
}

.hideLegend legend {
    display: none;
}

.karndean-form-container {
    width: 70%;
    position: relative;
    margin: 0 auto;
    padding: 7%;
}

.karndean-form-container .display-section-border .required-field .control-label:before, .karndean-form-container .display-section-border .required-field .checkbox:after {
    position: absolute;
    right: 0;
    top: 0;
}

.karndean-form-container .display-section-border .form-group .control-label {
    font-weight: normal;
    position: static;
    top: 0;
    right: 0;
    width: 95%;
    display: block;
    text-align: left;
    padding-bottom: 5px;
    font-size: 1em;
    padding: 0;
}

.karndean-form-container .display-section-border .form-group select.form-control {
    height: 3vw;
    background-size: 2.5vw 4vw;
    -webkit-appearance: none;
    overflow: hidden;
    background: url(/images/select.png) no-repeat right #fff;
    background-position: 100% center;
    width: 63.33333333%;
    border-radius: 0;
    border: 0;
    padding: 2%;
}

.karndean-form-container .display-section-border .form-group input.form-control {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background-image: none!important;
    border: 0;
    padding: 2%;
    height: 40px;
}

.karndean-form-container .form-submit-border input {
    padding: 3% 13%;
    margin: 0 auto;
    display: block;
    background: #32343a;
    color: #fff;
    border: 0;
    text-shadow: none;
    margin-top: 4%;
}

.karndean-form-container .display-section-border .form-group textarea.form-control {
    width: 100%;
    border: 0;
    height: 100px;
}

.karndean-form-container .display-section-border .form-group {
    position: relative;
    width: 100%;
    text-align: right;
    clear: both;
    margin-bottom: 6%;
}

.scfForm .form-group {
    margin-bottom: 3%
}

.scfForm .form-group input.form-control {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background-image: none !important;
    border: 0;
    padding: 2%;
    height: 40px;
}

.scfForm .form-group label.control-label {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    font-family: 'SolomonSansNormal',sans-serif;
    line-height: 1.42857143;
    color: #333;
}

.scfForm .form-group label.control-label::before {
    color: #333;
    content: "*";
    font-weight: normal;
    float: right;
}

.scfForm .form-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    background: url(/images/select.png) no-repeat right #fff;
    background-position: 100% center;
    width: 63.33333333%;
    border-radius: 0;
    border: 0;
    height: 42px;
    background-size: 2.5vw 4vw;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    box-shadow: none;
}

.scfForm .form-group textarea.form-control {
    width: 100%;
    border: 0;
    height: 100px;
    box-shadow: none;
}

.scfForm .form-group .input-group-addon {
    display: none;
}

.scfForm .form-submit-border .btn.btn-default {
    padding: 16px;
    height: unset !important;
}

body .container-fluid .scfForm input[type="checkbox"]:not(:checked), 
body .container-fluid .scfForm input[type="checkbox"]:checked {
    display: inline-block !important;
}

.scfForm .form-group .radio input[type="radio"] {
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .form-contact-custom.form-contact-submission {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .scfForm .form-group select.form-control {
        clear: both;
        background-size: 30px 40px;
    }
}