.contact-form-section {
    background: #fafafa;
}

.form-bg{
    background-color: #F6F6F6;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0.5px;
    /* padding-top: 20px; */
}

.contact-form-section .inner-container .contact-form-box form .field-row label {
    font-family: 'GothamBook';
    color: #666666;
    margin-bottom: 0;
    display: inline-block;
    line-height: 40px;
    font-size: 1.1em;
}


input#contact-name,input#contact-email,input#contact-phone,input#contact-website,textarea#contact-message{
    border-radius: 20px;
    background-color: #D3D3D3;
}

button#submit-btn-size{
    padding: 15px 30px;
}

p#submit-btn{
    text-align: center;
}

div#form-container-align{
    padding: 0;
    padding-bottom: 90px;
}

@media(max-width:991px){
    div#form-container-align{
        padding: 0;
        padding-bottom: 40px;
    }
}

a#btn-contact-form{
    border: 1px solid #f42434;
    border-radius: 10px;
    font-weight: 600;
    margin-right: 20px;
}

a#btn-contact-form:hover{
    background-color: #f42434;
    color: white;
}

a#btn-contact-form:focus{
    color: white;
}

a{
    color: #f42434;
}


@media(max-width:767px){
    ul#nav-form{
        margin-bottom: 20px;
        margin-left: 10%;
        margin-top: 80px;
    }
}

@media(min-width:768px){
    ul#nav-form{
        margin-bottom: 20px;
        margin-left: 4%;
        margin-top: 50px;
    }
}

@media(min-width:992px){
    ul#nav-form{
        margin-bottom: 20px;
        margin-left: 3%;
        margin-top: 0;
    }
}


input#checkbox-align{
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.3); /* IE */
    -moz-transform: scale(1.3); /* FF */
    transform: scale(1.3); /* Safari and Chrome */
    -o-transform: scale(1.3); /* Opera */
    padding: 10px;

    margin-left: 4px;
    
}

@media(max-width:991px){
    label#checkbox-section{
        margin-top: 15px;
        font-family: 'GothamLight';
        color: #002539;
        font-size: 15px;
    }
}

@media(min-width:992px){
    label#checkbox-section{
        /* margin-bottom: 10px; */
        margin-top: 10px;
        font-family: 'GothamLight';
        color: #002539;
        font-size: 15px;
    }
}

.map-google{
    width: 100%;
    height: 365px;
    box-shadow: 0 0 100px #d2d1d1;
}

section#map-section{
    padding-bottom: 0;
}

@media(max-width:991px){
    section#map-section{
        /* padding-top: 20px; */
        padding-bottom: 50px;
    }
}

.content {
    margin-top: 0;
}

.contact-section {
    padding: 45px 0;
}

label#label-name-align{
    font-family: 'GothamLight';
    color: #002539;
    font-size: 17px;
}

input[type="text"]:not([class*="select2"]), input[type="email"]:not([class*="select2"]), input[type="password"]:not([class*="select2"]), input[type="url"]:not([class*="select2"]), textarea:not([class*="select2"]), select:not([class*="select2"]), .input-group-addon:not([class*="select2"]){
    /* height: 40px; */
    border-radius: 7px;
}

.contact-form-section .inner-container .contact-form-box form .field-row{
    margin-bottom: 20px;
}

.contact-us-content-align{
    padding-left: 20px;
    padding-right: 20px;
}

@media(min-width:992px){
    .contact-us-content-align{
        padding-left: 20px;
        padding-right: 60px;
    }
}

@media(min-width:769px){
    .img-box.img-effect:before, .img-box.img-effect:after{
        height: 75%;
    }

    .img-box.img-effect.gray:after {
        height: 345px;
    }
}

@media(min-width:992px){
    .img-box.img-effect:before, .img-box.img-effect:after{
        height: 320px;
    }

    .img-box.img-effect.gray:after{
        height: 325px;
    }
}

.contact-section .inner-container .content {
    padding: 20px 0 0 3px;
}

@media(max-width:768px){
    .contact-section .inner-container .content {
        padding: 20px 0 0 3px;
    }
}

.img-box.img-effect:before, .img-box.img-effect:after{
    display: none;
}

.img-box.img-effect.gray:after {
    display: none;
}