@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/Montserrat-Regular.ttf');
	/* IE9 Compat Modes */
	src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
}

html {
	position: relative;
	min-height: 100%;
}

body {
	background-color: #F3F5F8;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #676a6d;
	overflow-x: hidden;
}

body#login {
	background-image: url(../images/login-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 2.5rem;
}
.common-main .navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1rem;
}

a {
	color: #3287B2;
}

a:hover,
a:focus {
	color: #3b98c8;
	text-decoration: none;
}

th {
	font-weight: 600;
}

.page-title {
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 300;
}

footer {
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	width: 70%;
	position: absolute;
	bottom: 0;
}

.copyright {
	margin-bottom: 0;
	text-align: right;
	font-size: 13px;
}


/**********************
* TOP NAVIGATION
*********************/

#login .navbar-nav .nav-link {
	color: #fefefe;
}

#login .navbar-nav .nav-item.active .nav-link {
	color: #ffcd06;
}
.common-main .nav-item.active a.nav-link{
    color: #096edf;
}
.common-main .nav-item.active a.nav-link:after{
	content: '';
    width: auto;
    background: #096edf;
    height: 2px;
    position: relative;
    display: block;
    margin-top: 6px;
}
.navbar-brand img.logo {
	max-width: 120px;
}
/********************
 * LAYOUT
 ********************/
#wrapper .sidebar {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 260px;
	height: 100%;
	float: left;
	background-color: #fff;
	position: fixed;
	left: 0;
}

#wrapper .main {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	left: 0;
	position: relative;
	float: right;
	/* background-color: #f0f1fd; */
}

#login #wrapper #sidebar-nav,
#login #wrapper .main {
	padding-top: 80px;
}

.layout-fullwidth #wrapper .sidebar {
	left: -260px;
}

.layout-fullwidth #wrapper .main {
	width: 100%;
}

.layout-fullwidth #wrapper .navbar {
	left: 0 !important;
}

.layout-fullwidth #wrapper .btn-toggle-fullwidth {
	color: #00AAFF;
}

.offcanvas-active #wrapper .sidebar {
	left: 0;
}

.offcanvas-active #wrapper .main {
	width: 100%;
	position: relative;
	left: 260px;
}

.main-content {
	/* padding: 28px 10px; */
}

.navbar+.main-content {
	padding: 105px 0 28px 5px;
}

html.fullscreen-bg,
html.fullscreen-bg body,
html.fullscreen-bg #wrapper {
	height: 100%;
}

.vertical-align-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-align-middle {
	display: table-cell;
	vertical-align: middle;
}

.navbar-light .navbar-toggler {
    color: #fff;
	border-color: rgba(0,0,0,.1);
	background: #efefef;
}

.dropdown-menu {
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	border-color: #eaeaea;
}

.dropdown-menu>li>a {
	color: #676a6d;
}

.dropdown-menu>li i {
	margin-right: 6px;
}

.dropdown-menu .active>a,
.dropdown-menu .active>a:focus,
.dropdown-menu .active>a:hover {
	background-color: #00AAFF;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	color: #a3a3a3;
}


/********************
 * SIDEBAR NAVIGATION
 ********************/

.sidebar {
	z-index: 9;
}

.sidebar .nav {
	width: 90%;
}

.sidebar .nav li {
	margin: 0.6rem 0;
	text-transform: uppercase;
}

.sidebar .nav>li>a {
	padding: 14px;
	font-size: 12px;
	color: #1f54b2;
	font-weight: 800;
}

.sidebar .nav>li>a:hover,
.sidebar .nav>li>a:focus,
.sidebar .nav>li>a.active {
	background-color: #000;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	color: #fff;
	margin: 0.6rem 0;
}

.sidebar .nav>li>a:hover i,
.sidebar .nav>li>a:focus i,
.sidebar .nav>li>a.active i {
	color: #fff;
}

.sidebar .nav>li>a:focus,
.sidebar .nav>li>a.active,
.sidebar .nav>li>a.hover {
	background-color: #000;
	color: #fff;
}

.sidebar .nav>li>a[data-toggle="collapse"] .icon-submenu {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	float: right;
	position: relative;
	top: 5px;
	font-size: 12px;
	line-height: 1.1;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.sidebar .nav>li>a[data-toggle="collapse"].collapsed .icon-submenu {
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.sidebar .nav>li>a .badge {
	font-weight: 400;
	background-color: #F9354C;
}

.sidebar .nav i {
	margin-right: 10px;
	font-size: 18px;
}

.sidebar .nav span {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	top: -2px;
}

.sidebar .nav .nav>li>a {
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sidebar .nav .nav>li>a:focus,
.sidebar .nav .nav>li>a.active {
	background-color: transparent;
	border-left-color: transparent;
}

.sidebar .nav .nav>li>a.active a {
	color: #fff;
}


/********************
 * PANELS
 ********************/

.panel {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 0px 3px rgba(0, 0, 0, 0.23);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 0px 3px rgba(0, 0, 0, 0.23);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 0px 3px rgba(0, 0, 0, 0.23);
	background-color: #fff;
	margin-bottom: 20px;
}

.panel .panel-heading .panel-title {
	margin: 0;
	font-size: 18px;
	font-weight: 300;
}

.panel .panel-body {
	padding-top: 10px;
	padding-bottom: 15px;
}

.panel.panel-headline .panel-heading {
	border-bottom: none;
}

.panel.panel-headline .panel-heading .panel-title {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
}




/********************
 * HELPERS
 ********************/

.bg-success {
	background-color: #41B314;
}

.bg-warning {
	background-color: #e4cb10;
}

.bg-danger {
	background-color: #F9354C;
}

.no-padding {
	padding: 0 !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.padding-top-30 {
	padding-top: 30px !important;
}

.padding-bottom-30 {
	padding-bottom: 30px !important;
}

.table-padding-manage {
	padding-right: 14px !important;
	padding-left: 14px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.common-btn {
	background: #000;
	padding: 0.5rem 1rem;
	color: #fff;
	border: 1px solid #000;
	border-radius: 4px;
	cursor: pointer;
}

.common-btn:hover {
	color: #fff;
	background: #1f54b2;
}

.common-btn span {
	text-transform: uppercase;
	padding: 0 0px 0px 10px;
}

.f-12 {
	font-size: 12px;
}

.text-light-gray {
	color: #d5d3d3;
}

.font-w-700 {
	font-weight: 700;
}


/********************
 * LOGIN NAVBAR
 ********************/

.login-nav.navbar,
.navbar-inverse {
	border-radius: 0;
	border: none;
	margin-bottom: 0;
	min-height: 80px;
}

.login-nav .nav li {
	display: inline;
	color: white;
}

.login-nav .brand {
	padding: 8px 0px;
}

.login-nav .navbar-nav {
	float: right;
	margin-top: 3.5%;
	text-transform: uppercase;
}

.login-nav .navbar-nav>li>a {
	padding: 7px 12px;
}

.login-nav .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent;
}

.login-nav .navbar-toggle {
	background-color: transparent;
	color: #fff;
	border: 0px;
}

.login-nav .navbar-toggle,
.login-nav .navbar-toggle:hover,
.login-nav .navbar-toggle:focus {
	background-color: transparent;
	color: #fff;
	border: 0px;
}


/********************
 * LOGIN PAGE
 ********************/

#login footer {
	position: absolute;
	width: 100%;
	color: #fff;
	bottom: 0;
}
.common-main footer{
	position: relative;
	width: 100%;
	background: #08192b;
	padding: 1.5rem;
}
.common-main .copyright {
    margin-bottom: 0;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#login .login-wrap {
/*	padding: 1rem 4rem;*/
	padding: 0rem 4rem;
}
.custom-group {
	margin-bottom: 9px !important;
}

#login .copyright {
	text-align: right;
	font-size: 10px;
	color: #9a9595;
	text-transform: uppercase;
	font-weight: 700
}

#login .login-wrap .card-title {
	text-transform: uppercase;
	font-weight: 700;
	color: #222222;
	margin-bottom: 1rem;
}

#login .login-wrap .card-body {
	padding: 2rem;
}

#wrapper .main.login-main {
	/*padding-top: 0;
	width: 100%;
	padding-top: 0;
	width: 100%;
	position: absolute;
	margin: auto;*/
	/* top: 0; */
	/*right: 0;
	bottom: 0;
	left: 0;
	width: auto;*/
	/* height: 100px; */
	/* background-color: #ccc; */
	border-radius: 3px;
}

.login-main .main-content {
	/* padding: 28px 10px 0px 10px; */
}

.login-main .panel {
	background: transparent;
	box-shadow: none;
}

.login-main .main-content {
	/* background-image: linear-gradient(152deg, #001634, #6c87fb); */
	/* padding-top: 60px; */
}

.login-main .main-content.light-bg {
	background: #dbe4f3 !important;
	padding-bottom: 28px;
}

.login-main .from-group {
	width: 100% !important;
	box-shadow: 0 3px 6px rgba(117, 126, 159, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

.login-wrap .login-form label {
	display: inline-block;
	position: relative;
	top: 12px;
	margin-bottom: 0;
	margin: 0px 11px;
	background: #fff;
	z-index: 99;
	padding: 0px 7px;
}

.login-main .input-group {
	width: 100%;
	display: flex;
	margin-bottom: 32px;
	border-radius: 5px;
	cursor: pointer;
}

.login-main .input-group input[type='email'] {
	border: 2px solid #8a8383;
	border-radius: 5px;
}

	.login-main .input-group input[type='password'] {
		border: 2px solid #8a8383;
		border-radius: 5px;
	}

.login-main .input-group input[type='email']:focus {
	border: 2px solid #5c7fff !important;
}

.login-main .input-group input[type='email']:focus+.fa {
	color: #000;
}

.login-main .input-group .field-control {
	background-color: transparent;
	height: 50px;
	border: 0px;
	box-shadow: none;
	color: #444;
}

.login-main .input-group .fa {
	color: #a0a6bc;
	margin-top: 17px;
	font-size: 18px;
	position: absolute;
	right: 13px;
}

.login-main select::-ms-expand {
	display: none;
}

.login-main select {
	-webkit-appearance: none;
	appearance: none;
}

.login-main .input-group:focus {
	border: 2px solid #5c7fff;
	box-shadow: none;
}

.login-main .submit-group {
	background: #db4355;
	margin-bottom: 15px;
	border-radius: 0;
}

.login-main .submit-group span.arrow-span {
	position: absolute;
	right: 0;
	top: 14px;
	right: 11px;
}

.login-main .submit-group span.arrow-span img {
	width: 20px;
}

.login-social-wrap img {
	width: 100px;
	height: 34px;
	margin: 0.5rem;
	cursor: pointer;
}

.login-main .submit-group .field-control {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.login-main .field-control option {
	background: #001634;
}

.login-main .submit-group .fa {
	color: #000;
}

.login-main .submit-group:hover {
	background: #bf3142;
	cursor: pointer !important;
}

.login-main .submit-group:hover>.fa {
	color: #000;
}

.login-main label.login-label {
	color: #a0a6bc;
	text-transform: uppercase;
	cursor: pointer;
}

.login-main .login-bottom-img-wrpaaer img {
	max-width: 92%;
}

.login-right-img-wrpaaer img {
	width: 92%;
}

.login-main .social-wrapper img {
	width: 25%;
	margin: 2rem 0.5rem;
}

.login-main .text-big {
	margin-top: 7%;
}

.login-main .text-big p {
	font-size: 32px;
	text-transform: uppercase;
	color: #132954;
	font-weight: bold;
	/* font-family: mons; */
	font-family: "Montserrat ExtraBold", sans-serif;
	font-weight: 900;
	margin-bottom: 0;
	line-height: 4rem;
}

.login-main select {
	cursor: pointer;
	border-radius: 0;
	background-color: #c0392b;
	border: none;
	border-bottom: 2px solid #962d22;
	color: white;
	padding: 10px;
	padding-right: 38px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	/* Adding transition effect */
	transition: color 0.3s ease, background-color 0.3s ease, border-bottom-color 0.3s ease;
}

.login-main .signup-txt {
	color: #fff;
}

.login-main .signup-txt:hover {
	color: #dcdcdc;
}

/********************
 * HOME PAGE
 ********************/

 .nav-search-box .form-control{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background: transparent;
 }
 
 .nav-search-box .input-group-text{
	border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
 }
.banner-area {
	text-align: center;
	width: 100%;
	margin-top: 65px;
}
 .banner-area img{
	 width: 100%;	 
 }
 .banner-area a.started img{
	width: 200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -100px;
    left: 0;
    right: 0;
    bottom: 0;
 }

 /* Progress bar */


 #grad1 {
    background-color: : #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA)
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    /* box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2); */
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    /* margin: 0 3% 20px 3%; */
	position: relative;
	border-bottom: 1px solid #f5eeee;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    /* padding-bottom: 20px; */
	position: relative;
	text-align: right;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}
.text-danger {
	font-size: 11px;
	padding: 0px 6px;
	font-weight: bold;
}
#msform input,
#msform input[type=date],
#msform textarea {
	padding: 0px 8px 4px 8px;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	/*    margin-bottom: 25px;*/
	margin-top: 2px;
	width: 100%;
	box-sizing: border-box;
	color: #484848;
	font-size: 14px;
	letter-spacing: 1px
}
		#msform input[type=submit] {
			background: transparent;
			border: 0;
			margin: 0;
			padding: 0;
			 color:#fff;
		}
			#msform input[type=submit].back {
				color: #444;
			}
			#msform .next input[type=button] input[type=button]{
	background: #058dd3;
	border: 0;
	margin: 0;
	color: #fff;
	font-size: 14px;
    letter-spacing: 1px
}
#msform .custom-select {
	border: 0;
	border-bottom: 1px solid #dcdcdc;
	border-radius: 0;
	/* padding-top: 0; */
	/* padding-bottom: 0; */
	bottom: 8px;
	position: relative;
	font-size: 14px;
	color: #757373;
	height:48px;
	

}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
  
    outline-width: 0
}

#msform .action-button{
	width: 155px;
	background: #058dd3;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 15px 5px;
	margin-right: 15px;
	display: inline-flex;
	align-items: center;
}
#msform input.action-button {
	width: 155px;
	background: #058dd3;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 10px;
	margin: 15px 5px;
	margin-right: 15px;
	display: inline-flex;
	align-items: center;
	text-align:center;
}
#msform input.action-button {
	text-indent:30px;
}
	#msform .action-button.previous{
	width: 100px;
    background: #f7f7fa;
    font-weight: bold;
    color: #444;
    border-radius: 0px;
    cursor: pointer;
	padding: 10px 5px;
	border: 1px solid #dcdcdc;
}
#msform .action-button.previous:hover{
	box-shadow: 0 0 0 2px white, 0 0 0 3px #efefef;
}
#msform input.action-button:before {
	font-family: FontAwesome;
    content: "\f00c";
}

/*#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}*/

#msform .action-button-previous {
    width: 100px;
    background: #f7f7fa;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
	margin: 10px 5px;
	position: absolute;
	left: 12px;
	color: #444;
	border: 1px solid #dcdcdc;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ece4e4
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
	font-size: 16px;
	color: #058dd3;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #f5eeee;
	padding-bottom: .45rem;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #827c7c;
}

#progressbar .active {
    color: #058dd3;

}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 13.66%;
    float: left;
    position: relative
}

	#progressbar #Applicationinformation:before {
		font-family: "Font Awesome 5 Free";
		content: "1";
	}

#progressbar #EarnestEarnest:before {
    /* font-family: FontAwesome; */
    content: "2";
}

#progressbar #MortageCompanyinfo:before {
    /* font-family: FontAwesome; */
    content: "3"
}

#progressbar #BuyerInformation:before {
    /* font-family: FontAwesome; */
    content: "4"
}
#progressbar #DescriptionofProperty:before {
    /* font-family: FontAwesome; */
    content: "5"
}

#progressbar #RealtorInformation:before {
    /* font-family: FontAwesome; */
    content: "6"
}

	#progressbar #ContractTermInformation:before {
		/* font-family: FontAwesome; */
		content: "7"
	}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #827c7c;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    border: 2px solid #827c7c;
    font-weight: bold;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
	z-index: -1;
	border: 2px solid #827c7c;
}
#progressbar li:nth-child(1):after{
	content: '';
    width: 60%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 75px;
    top: 25px;
	z-index: -1;
	border: 2px solid #827c7c;
}
	/*#progressbar li:nth-child(1).active:after {
		background: #F3F5F8;
		border: 2px solid #827c7c;
		color: #058dd3;
	}
	#progressbar li:nth-child(2).active:after {
		background: #F3F5F8;
		border: 2px solid #827c7c;
		color: #058dd3;
	}
	#progressbar li:nth-child(3).active:after {
		background: #F3F5F8;
		border: 2px solid #827c7c;
		color: #058dd3;
	}
	#progressbar li:nth-child(4).active:after {
		background: #F3F5F8;
		border: 2px solid #827c7c;
		color: #058dd3;
	}
	#progressbar li:nth-child(5).active:after {
		background: #F3F5F8;
		border: 2px solid #827c7c;
		color: #058dd3;
	}
	#progressbar li:nth-child(6).active:after {
		background: #F3F5F8;
		border: 2px solid #827c7c;
		color: #058dd3;
	}*/
	#progressbar li:nth-child(7):after {
		content: '';
		width: 62%;
		height: 2px;
		background: lightgray;
		position: absolute;
		left: 0px;
		top: 25px;
		z-index: -1;
		border: 2px solid #827c7c;
	}
#progressbar li.active:before,
#progressbar li.active:after {
	background: #F3F5F8;
    border: 2px solid #058dd3;
    color: #058dd3;

}
/* ------------ */

.multiStep-wizard .wizard-heading{
	color: #000;
}
* enable absolute positioning */
.multiStep-wizard .inner-addon {
  position: relative;
}

/* style glyph */
.multiStep-wizard .inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align glyph */
.multiStep-wizard .left-addon .fa  { left:  0px;}
.multiStep-wizard .right-addon .fa { 
	right: 7px;
	/*bottom: 23px;*/
	color: #444;
	font-size: 17px;
}

.multiStep-wizard .left-addon input  { padding-left:  30px; }
.multiStep-wizard .right-addon input { padding-right: 30px; }

.form-group.required .inner-addon .form-control:after {
	content:"*";
	color:red;
  }


.radio-section {
	display: flex;
	position: relative;
	left: -43px;
	top: 8px;
}

.radio-block label{

	white-space:nowrap;
}
.cst-fix-lbl {
	white-space: nowrap;

}
.cstm-lbl{

	white-space:nowrap;

}

.cst-form-fix input {
	width: auto !important;
}
.cst-form-fix {
	padding-left: 30px;
}
.item-radio {
	margin-left: 15px;
}


/** 7-9-2020 **/

.heading-title {
	font-size: .779rem;
	font-weight: 700;
	color: rgba(0,0,0,.5);
}

#msform input[type=radio], #msform input[type=checkbox] {
	width:inherit;
}

.text-danger {
	display: inline-block;
}

.custom-select{
	overflow:auto;
	height:400px;
}


.btm-fix{
	margin-bottom:30px;
}
.fix-span {
	position: relative;
	top: -8px;
}
@media screen and (max-width:991px) {
	.navbar-light .navbar-toggler {
		display: none;
	}
}

.rememberCheck label {
	top: 0 !important;
	padding-left: 0 !important;
	margin-left: 5px !important;
}