#h-header {
    background: #1A3564;
}

#h-header img {
    width: 100%;
}

.align-middle {
    text-align: center;
}

.h-wrapper {
    font-family: Verdana, Sans-serif;
}

.h-h1 {
    font-size:24px;
    font-weight:bold;
}

.h-body {
    font-size: 14px;
    font-weight: normal;
}
.h-marg5 {
    margin:5px;
}
.h-marg10 {
    margin:10px;
}
.h-ul {
    width:100%;
    list-style: none;
    padding: 0;
}
.h-li-head {
    background: #1A3564 !important;
    color: white;
    border-top: 1px solid black;
    text-align: center !important;
}

.h-ul li {
    text-align: left;
    background: #D6D7DB;
    margin: 0;
    padding:5px;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.h-ul li a {
    color: black;
    text-decoration: none;
}
.h-ul li:hover {
    background: #e3e3e3;
}

.h-image img {
    border: 1px solid black;
    width: 100%;
}
.h-image-small {
    text-align: center;
}
.h-image-small img {
    border: 1px solid black;
    width: 90%;
    margin-bottom: 10px;
}
.h-image-small img:hover {
    cursor: pointer;
}
.h-no-padding {
    padding:0;
}
.h-bold {
    font-size: 18px;
    font-weight: bold;
}
.h-margtop10 {
    margin-top: 10px;
}
.h-interested-border {
    border-bottom: 3px solid #1A3564;
}
.h-interested {
    padding-top:15px;
    background: #BECBD9;
}
.h-interested img {
    width: 100%;
}
.h-interested-img {
    margin-left:auto;
    margin-right: auto;
    width: 80%;
    border: 1px solid black;
}
.h-interested .h-interested-h1 {
    font-size: 20px;
    text-align: center;
}
.h-interested .h-interested-desc {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    color: #1A3564;
    padding: 10px 10px 0 10px;
    margin-bottom: 0;
}
.h-interested .h-interested-price {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    color: #1A3564;
    padding: 0 10px 10px 10px;
    margin:0;
}
.btn {
    border-radius: 0;
    border: 1px solid #909090;
    font-weight: bold;
}
.btn-default {
    background: #D7D8DB;
}
.form-control {
    width: 95%;
}


.h-tabs {
    margin-top: 30px;
}

.h-tabs ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Float the list items side by side */
.h-tabs ul.tab li {float: left;}

/* Style the links inside the list items */
.h-tabs ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
.h-tabs ul.tab li a:hover {background-color: #ddd;}

/* Create an active/current tablink class */
.h-tabs ul.tab li a:focus, .active {background-color: #ccc;}

/* Style the tab content */
.h-tabs .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
#h-footer {
    margin-top: 30px;
    background: #1A3564;
    color: white;
    font-size: 22px;
    text-align: center;
}
#h-footer p {
    padding: 30px;
    margin:0;
}
.h-price {
    font-size: 40px;
    font-weight: bold;
    color: #1A3564;
}