.contact {
    padding:10rem 0;
    overflow: hidden;
}
input[type="text"], input[type="password"], textarea, select,input[type="email"] { 
    outline: none;
}
.contact_header h2 {
    font-size:8rem;
    line-height: .8;
}
.contact__address {
    padding:8rem 0;
}
.contact__form {
    padding:0;
}
input[type="text"],textarea,input[type="email"]{
    border:none;
    border-bottom:1px solid #9F9F9F;
    width:100%;
    padding:1.5rem 0;
    font-size:1.4rem;
    margin-bottom:2rem;
}
textarea {
    height: 15rem;
}
input[type="submit"] {
    text-transform: uppercase;
    color:#2A2A2A;
    border:1px solid #D6B682;
    padding:1rem 10rem;
    font-size:1.5rem;
    background: #fff;
    margin-top:2rem;
}
input[type="submit"]:hover {
    background: #D6B682;
    color:#fff;
}
.custom-control-label,.custom-control-label a {
    font-family: 'Futura-Lig',sans-serif;
    font-weight: 300;
    color: #5A5A5A;
    font-size: 1.8rem;
    line-height: 1.8;
}
.custom-control-label a {
    font-weight: 600;
}
.custom-control-label a:hover {
    text-decoration: underline;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color:  #D6B682;
    background-color:  #D6B682;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #d6b682;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color:#d6b682;
}

.custom-control-input:checked:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(214, 182, 130, 0.25)
  }
.custom-control-label::before,.custom-control-label::after { 
    width:2rem;
    height:2rem;
    left: -2.5rem;
}
.custom-control {
    padding-left:2.5rem;
    margin-bottom: 1rem;
}

@media(max-width:1400px) {
    .contact__address div p {
        font-size:1.6rem;
    }
}
@media(max-width:1250px) {
    .contact__address div p {
        font-size:1.4rem;
    }
}
@media(max-width:1100px) {
    .contact__address div p {
        font-size:1.2rem;
    }
}
@media(max-width:992px) {
    .contact__address div p {
        font-size:1.5rem;
    }
    .contact_header {
        text-align: center;
    }
}
@media(max-width:992px) { 
    .contact__address {
        text-align:center;
    }
    .contact__address div p {
        font-size:1.8rem;
    }
    .contact__form {
        margin:0 2rem 2rem 2rem;
    }
}