.padder{
    padding: 20px;
    padding-bottom: 0px;
}
.contact-page h1 {
    color: #2e2d2c;
    font-weight: normal;
    line-height: 48px;
    font-size: 30px;
    margin: 0;
    padding: 0;

}
.common-block
{
    padding: 13px 20px 20px 20px;
    margin-bottom: 36px;
    background: #fff;
}

.contact-template .form-heading
{
    border-bottom: 2px #2e2d2c solid;
    color: #2e2d2c;
    font-size: 21px;
    padding-bottom: 6px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.contact-content p{color:#2e2d2c;margin-bottom: 24px}
span.required-input{color:red;font-weight: normal;}

.contact-template .form-group
{
    margin-bottom: 20px;

}
.contact-template label{
    color: #2e2d2c;
    margin-bottom: 5px;
    display: block;
}
.contact-template .form-control{
    line-height: 1;
    border: solid 2px rgba(64, 64, 64, 0.5);
    color: #717073;
    font-size: 18px;
    border-radius: 0px;
    height: 45px;
}

.contact-template .select-custom-style .btn-default{
    line-height: 1;
    border: solid 2px rgba(64, 64, 64, 0.5);
    color: #717073;
    font-size: 18px;
    border-radius: 0px;
    height: 45px;
}
.btn-group.bootstrap-select.select-custom-style {
    width: 100%;
}

.contact-template .bootstrap-select.btn-group .btn .caret {
    background: url(images/select-dropdown-icon.jpg) right no-repeat;
    border: none;
    height: 41px;
    right: 0;
    top: 0px;
    width: 45px;
}
.contact-template .select-custom-style .btn-default:hover,.contact-template .select-custom-style .btn-default:focus,.contact-template .select-custom-style .btn-default:active{
    background-color: transparent;
    border: solid 2px rgba(64, 64, 64, 0.5);
}
.contact-template textarea.form-control {
    height: 120px;
    max-width: 100%;
}

.contact-template .custom-button.btn-default {
    background-color: #fed430;
    border: 2px solid #fed430;
    color: #2e2d2c;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 300px;
    font-size: 21px;
    text-transform: uppercase;
    border-radius: 0;
    margin-bottom: 20px;
}



.contact-main-default {
    padding-bottom: 5px;
}

.contact-main-default {
    font-size: 14px;
}
.contact-indiv-content {
    padding-bottom: 5px;
}
.contact-lft-content {
    float: left;
    width: 100px;
}

.contact-rgt-content {
    float: left;
    width: 246px;
}

.clear {
    clear: both;
}

.contact-main-default h3{
    font-size: 21px;
    color: #2e2d2c;
    padding-top: 5px;
    padding-bottom: 7px;
}

.contact-template .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2e2d2c;
}

.contact-template .error {
    color: red;
}

@media (min-width:768px){
    .contact-template.desktop {
        float: right;
    }
    .contact-template .form-heading{
        margin-top: 0px;
    }
    .visible-phone{
        display: none;
    }

}


@media (max-width:767px){
    .contact-template .custom-button.btn-default{
        width: 100%;
        margin-bottom: 10px;
    }

}