.feedback{
    padding: 0px 0 50px 0;
}
.form-feed input {
    margin: 0px 0 20px 0;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #74644e;
    color: #000000;
    height: 50px;
    outline: none;
    border-radius: 0;
    font-size: 16px;
    background: transparent;
}
.popup-select select {
    margin: 0px 0 20px 0;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #74644e;
    color: #757575;
    height: 50px;
	border-radius:0;
	background-color:transparent;
    font-size: 16px;
}
.form-feed textarea {
    margin: 0px 0 20px 0;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #74644e;
    color: #757575;
    width: 100%;
    padding: 12px;
    outline: none !important;
    font-size: 16px;
    border-radius: 0px;
    height: 115px;
    background: transparent;
}
.fd-in h1 {
        color: #71644c;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.form-control:focus{
    border-color: #757575 !important;
    outline: none !important;
    box-shadow: unset !important;
}
.form-select:focus{
    border-color: #757575 !important;
    box-shadow: unset !important;
}
.popup-btn input{
    background: #71644c;
    display: block;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 5px;
}
.thank-you{
    text-align: center;
    padding: 30px 0;
}

.thank-you p{
    color: #000;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
}
.thank-you a{
    display: inline-block;
    margin-top: 20px;
    text-decoration: none ;
    color:#fff;
    border-radius: 8px;
    padding: 12px 24px;
    background: #502e00;
    font-size: 16px;
}
.fd-in {
    background:#efefef;
    padding:30px;
}
.logo{
	padding:20px 0;
text-align:center;
}