.sticky-top .navbar-light .navbar-brand img {
	max-height: 100px;
}
.nav-pills .nav-link {
	color: #000c21;
	background-color: #ffffff;
}
.nav-pills .nav-link:hover {
	color: #000c21;
}
.nav-pills .nav-link.active {
	color: #000c21;
	background-color: #e3e3e3;
}
.nav-pills .nav-link {
	border-radius:0px;
}
.bg-form {
	background-color: #ffffff !important;
}
.frmLabel {
	text-align:left;
	font-size:1rem;
	color:#000c21;
	padding-top:20px;
}
.btn.btn-light {
	color: var(--bs-white);
	background: var(--bs-primary);
	border: 1px solid var(--bs-primary);
}
.x-gap-40 {
    margin-left: -20px;
    margin-right: -20px;
}
.y-gap-30 {
    margin-top: -15px;
    margin-bottom: -15px;
}
.items-center {
    align-items: center;
}
.x-gap-40 > * {
    padding-left: 20px;
    padding-right: 20px;
}
.y-gap-30 > * {
    padding-top: 15px;
    padding-bottom: 15px;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.d-flex {
    display: flex;
}
.size-40 {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
}
.rounded-full {
    border-radius: 100%;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-blue-1 {
    background-color: #ea001e;
}
.col {
    flex: 1 0 0%;
}
.h-1 {
    height: 1px;
}
.bg-border {
    background-color: #dddddd;
}
.text-blue-1 {
    color: #ea001e;
}
.bg-blue-1-05 {
    background-color: rgba(53, 84, 209, 0.05);
}
.fw-500 {
    font-weight: 500;
}
.text-18 {
    font-size: 18px;
}
.ml-10 {
    margin-left: 10px;
}
.text-16 {
    font-size: 16px;
}
.rounded-4 {
    border-radius: 4px;
}
.bg-alert {
	border:1px solid transparent;
    background-color: #fcf8e3;
	border-color: #faebcc;
	color:#000000;
	text-align:center;
}
.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.text-15 {
    font-size: 15px;
}
.form-height {
	height:58px;
}
.bg-black-1 {
	background-color: #6e7684;
}
.iti {
	width:100%;
}
.iti__selected-country {
	border-right:1px solid #ced4da;
}
.iti .iti__selected-dial-code {
    margin-right: 6px;
}
.form-select:focus, .form-control:focus {
	color:#6e7684;
	background-color:#fff;
	border-color:#ced4da;
	outline:0;
	box-shadow:none
}