.contact-bg{
    margin-top: 5em;
    background-image: url('/../img/bghex-bg.png');
    background-size: 1140pt;
    background-position: 50% 0;
    text-align: center;
    background-repeat: no-repeat;
}
.row{
    margin-left: 0;
    margin-right: 0;
}
.section-content {
    padding-top: 0;
}
.section-title {
    padding-top: 151px;
}
.form-group .name .full-name, .textarea-form label{
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    color: #e8cfa0;
}
#contact .main-box{
    border-radius: 15px 15px 0 0;
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.04);
    border: solid 1px #f4f4f4;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0.5em 1.5em;
}
#contact .main-box img{
    width: 80%;
    margin: 0 auto;
    height: auto;
}
#contact .main-box div p:first-of-type{
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 0.4em;
    text-align: left;
}
#contact .main-box div p:last-of-type {
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 0;
}
#contact .message-container .card-body .card-header{
    background-color: transparent;
    border-bottom: unset;
}
#contact .message-container .card {
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.04);
    border: solid 1px #f4f4f4;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    margin-bottom: 11em;
}
#contact .message-container h3 {
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-bottom: 0.6em;
}
#contact .message-container p.message-desc {
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #9c9c9c;
    margin-bottom: 2.8em;
}

#contact input.form-control, #contact div.input-group-append span.input-group-text, #contact .textarea-form textarea{
    border: unset;
    margin-bottom: 0.4em;
}
#contact div.input-group-append span.input-group-text{
    background-color: transparent;
}
#contact .form-group{
    border-bottom: solid 1px #dfdfdf;
}
#contact .form-group:last-of-type{
    border-bottom: solid 1px #e8cfa0;
}
#contact textarea {
    resize: none;
    padding-left: 0;
}
#contact .textarea-form label{

}
#contact .message-container .card-body{
    padding: 2.9em 9.2em 3.6em;
}
#contact form input.submit-btn{
    background-color: #e8cfa0;
    border: 2px solid #e8cfa0;
    width: 100%;
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 0.6em 0;
    transition: ease all 0.5s;
}
#contact form input.submit-btn:hover {
    background-color: #fff;
    color: #e8cfa0;
}
#contact input{
    padding-left: 0;
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
    box-shadow: none;
    color: #000;
}
.form-control:focus {
    box-shadow: none;
    color: #000;
}
.contact-container{
    min-height: 850px;
}
.thanks-description{
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 58px;
    font-size: 30px;
}
.thanks-title{
    font-size: 60px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    margin-bottom: 22px;
}
.text-gold{
    color:#e8cfa0;
}
img.hands{
    margin-bottom: 35px;
}
.btn-outline-info{
    border: 1px solid #e8cfa0;
    color:#fff;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled):active:focus{
    color:#e8cfa0;
    box-shadow: none;
    background-color: #000;
    border-color:#e8cfa0;
}
.arrow{
    padding-right: 10px;
    width: 28px;
}
#thank-you {
    padding-bottom: 100px;
    display: none;
}
.error-message {
    color: #dc3545;
    display: none;
}
/*clear autofill background*/
@-webkit-keyframes autofill{
    0%,100%{
        color: #000;
        background: #fff;
    }
}
input.form-control:-webkit-autofill{
    -webkit-animation-delay: 1s; /* Safari support - any positive time runs instantly */
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
/* Change input colors on autofill on chrome browser */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
/*Change text in autofill textbox*/
input:-webkit-autofill{
    -webkit-text-fill-color: #000 !important;
}
/* ------------ media ------------ */
@media (max-width: 1199px){
    #contact .main-box div p:last-of-type {
        font-size: 18px;
    }
    #contact .main-box div p:first-of-type {
        font-size: 13px;
    }
    #contact .message-container .card-body {
        padding: 2.9em 6.2em 3.6em;
    }
}
@media (max-width: 991px){
    #contact .message-container .card-body {
        padding: 2.9em 3.2em 3.6em;
    }
}
@media (max-width: 767px){
    #contact .main-box div p:first-of-type {
        font-size: 12px;
    }
    #contact .main-box div p:last-of-type {
        font-size: 13px;
    }
    #contact .message-container .card-body {
        padding: 2.9em 1.2em 3.6em;
    }
    #contact .message-container p.message-desc{
        font-size: 12px;
    }
    #contact .message-container h3 {
        font-size: 25px;
    }
    .container-contact, .container-fluid-contact{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 575px) {
    .main-box div.justify-content-around{
        justify-content: center!important;
    }
    #contact .message-container h3 {
        font-size: 16px;
    }
    #contact .message-container p.message-desc {
        font-size: 10px;
    }
    .form-group .name .full-name, .textarea-form label {
        font-size: 12px;
    }
    #contact input.form-control, #contact div.input-group-append span.input-group-text, #contact .textarea-form textarea {
        border: unset;
        margin-bottom: 0.4em;
        font-size: 12px;
    }
    #contact form input.submit-btn {
        font-size: 12px;
    }
    .input-group-append img{
        max-width: 20px;
    }
}