.hero-section img{
	width: 100%;
}

.btn-primary{
	background: #15548D;
}
.form-control{
	border-radius: 0 !important;
	border: 1px solid #333;
	line-height: 2 !important;
}

.dtp{
	border-radius: 0 !important;
	border: 1px solid #333;
}
.bg-secondary{
	background: #EEE !important;
}

.nav-tabs{
	border:0 !important;
}

.tab-content>.active {
    display: block;
    background: #fff !important;
    border-bottom: 0 !important;
}

.active{
	background:#F4FBFF !important;
	color: #15548D;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 2px solid #15548D !important;
}


.nav-tabs .nav-item .nav-link{
	color: #15548D;
}

.form-check-input {
	border: 2px solid #000; /* dark border */
}

.form-check-input:checked {
	box-shadow: 0 0 0 2px #343a40;
}

@media (min-width: 992px) {
    .fixed-bottom-lg {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}
