.faq_example .card-header {
    background: #eb8049;
}
.faq_example .btn-link {
    color: #fff;
    font-size: 18px;
    padding: 0;
    text-align: left;
    text-decoration: none;
}
/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.map_box {
    border: 3px solid #eb8049;
    padding: 10px;
}
.btn_form input {
    color: #fff !important;
}
form .btn-block {
    color: #fff !important;
    background: #ed8049;
    border: none;
}
.confirmation1 {
    display: none;
}
.confirmation1 p {
    color: green;
    font-weight: bold;
}
.confirmation2 {
    display: none;
}
.confirmation2 p {
    color: green;
    font-weight: bold;
}
.confirmation3 {
    display: none;
}
.confirmation3 p {
    color: green;
    font-weight: bold;
}
.top_header {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 100; 
    padding: 0;
}
.navbar-brand img {
    max-width: 130px;
}
/*.dropdown-toggle :hover .dropdown-menu*/
/*{*/
/*  display:block !important;  */
/*}*/
.link_whitetext
{
    color:#fff;
}
.link_text
{
    color:#eb8049;
}