/* New css */
/* Start a New Leads */

.stepy-header-new  {
	text-align:center;
}
.stepy-header-new li div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #CCC;
    padding: 10px 0;
    text-align: center;
    margin: auto;
}
.stepy-header-new li a {
  text-decoration: none;
  color: #616161;
}
.stepy-header-new .stepy-active div {
	background: #A3C97C;
	color: #fff;
	border-color: #A3C97C;

}
.stepy-step {
	margin-top:25px;
}
.custom-progress {
width:280px; max-width:100%;
margin:40px auto 20px auto;
height:12px;
border-radius:30px;
}
.progress-striped .progress-bar-inverse {
    background-image: -webkit-linear-gradient(45deg, rgb(109, 171, 60) 25%, transparent 25%, transparent 50%, rgb(109, 171, 60) 50%, rgb(109, 171, 60) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(109, 171, 60) 25%, transparent 25%, transparent 50%, rgba(109, 171, 60) 50%, rgba(109, 171, 60) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgb(109, 171, 60) 25%, transparent 25%, transparent 50%, rgb(109, 171, 60) 50%, rgb(109, 171, 60) 75%, rgba(0, 0, 0, 0) 75%, transparent);
}
.custom-form-group .form-group {
    margin-bottom: 10px;
}
body .marg-botom5{
	margin-bottom:5px;
}
.alert-info-custom{
	padding:12px;
	font-size:19px;
}

.stepy-header-new.stepy-header li span {
    font-size: 15px;
    display: inline-block;
    margin-top: 8px;
}

.stepy-navigator.panel-footer .btn{white-space: inherit;}

.progress-bar-inverse{background-color: transparent !important;}

.strong {
  font-weight: bold;
}
.control-label-custom  .icon-bg{
	font-size:18px;
}

@media (min-width: 768px){
	.modal-dialog-new {
		width: 95%;
		margin: 30px auto;
	}
}
.custom-row-new  {
	padding-left:15px;
	padding-right:15px;
}
.custom-row-new .col-md-4 {
	padding-left:0;
	padding-right:0;
}
.custom-row-new .col-md-6:nth-child(2),.custom-row-new .col-md-6:nth-child(3) {
	margin-top: 81px;
	/*padding-left: 1px;*/
}
.custom-row-new .col-md-4:nth-last-child(1) {
	/*padding-left:15px;*/
}

.expected-monthly {
	margin-bottom:0px;
}

.custom-search {

}
.custom-search h2{

}
.custom-search-heading {
	float: left;
}
.custom-search .form-control {
	float: initial;
	background: rgba(255, 255, 255, 0);
	color: #fff;
	border-right: none;
}
.custom-search .form-control:focus {
border: 2px solid #fff;
  border-right: none;}
 
.custom-search-area{
	background: rgba(255, 255, 255, 0);
	color: #fff;
	border-right: none;
}
.custom-search .btn {
background: rgba(255, 255, 255, 0) !important;
border-color: #fff !important;
}
.myModal .modal-body p {
    font-size: 15px;
}

.myModal .modal-body .checkbox label {
    font-size: 15px;
}

.checked-mb-xs .icheckbox_minimal-blue {
    margin-bottom: 4px !important;
}