h1,h2,h3,h4 {
    font-weight:bold !important;
}
.text-secondary {
    text-decoration:none;
}
.site-navigation ul {
    list-style:none;
}
.site-navigation ul  li {
     list-style:none;
     display:inline-block;
}

#sitenavi ul  li a {
    color: #000;
    text-decoration: none !important;
    padding-right: 20px;
    padding-top: 20px;
    display: inline-block;
    font-size: 15px;
}
.btn-primary {
    color:#fff !important;
}
.btn-primary:hover{
    background-color:#c29653 !important;
}

label {
    font-weight:600;
}
.tenclass{
    display:flex;
    list-style:none;
}
.tenclass li {
    padding-right:10px;
     padding-left:10px;
    border-right:1px solid #ccc;
}

.tenclass li:last-child {
    border-right: none;
}

.btn-white {
    background-color:#c29653 !important;
    color:#fff;
}

.btn-white:hover {
    background-color:#c29653 !important;
    color:#fff;
}
#subscribeForm #newsemail {
    color:#fff !important;
    padding:5px;
}
.info-box {
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    border-radius: 0.25rem;
    background-color: #fff !important;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: 0.5rem;
    width: 100%;
    text-align:center;
}
.listing-image  {
    
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30vh; /* Adjust this value as per your requirement */
    
}