
#sideBoxSm h3 {
	font-size: 18px;
}
#sideBoxSm p {
	font-size: 13px;
}


#message textarea {border-radius:0px !important; }


#bannerSmall .dlab-bnr-inr {
    height: 125px !important;
		background-size: 100% 125px !important;  
		
	
	
}

#bannerSmall .dlab-bnr-inr.style-2:after {
 	background-size: 100% 125px !important;
			content: "";
		
	
		&:after{
		 	background-size: 100% 125px !important;
	 	}

}

#bannerSmall .dlab-bnr-inr.style-2:after {
	width: 100% !important;
	height: 125px !important;
		background-size: 100% 125px !important;
	

}








#applyTop002 h1 {
	font-size: 25px !important;

}
#applyTop002 h3 {
	font-size: 15px !important;

}

#applyTop002 .rate-counter-block1 {
	padding-top: 0px;
}
#applyTop002 button {
	font-size:16px !important;
	padding: 12px 35px !important;
	 font-family: "Poppins", sans-serif !important;
		font-weight: 400 !important;
}






@media (min-width: 768px) {
	#bannerSmall .dlab-bnr-inr {
		height: 200px !important;
	}	
	#applyTop002 h1 {
		font-size: 25px;
	
	}
	#applyTop002 h3 {
		font-size: 15px;
	
	}
	
}



@media (min-width: 576px) {
	#bannerSmall .dlab-bnr-inr {
		 height: 180px !important;
		background-size: 100% 180px !important;
 
		&:after{
		 	background-size: 100% 180px !important;
	 	}
	}
	

	#bannerSmall .dlab-bnr-inr.style-2:after {
		width: 100% !important;
	}

	
	
	
	#applyTop002 h1 {
		font-size: 25px;
	
	}
	#applyTop002 h3 {
		font-size: 15px;
	
	}
	
}





 


 
















#listProgress {
	 width: 100%;
	/*background-color: #eeeeee;*/
	/*border-top:1px solid #ddd;
	*/border-bottom:1px dashed #ddd;
	
}

#listProgress .form-layer-step {  

  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  margin-left: .2rem;
  margin-right: .9rem;

}

#listProgress a {
	text-decoration: #ddd;
}

 



/*

#listProgress .form-layer-step-icon  {
	border-color: #3e3e3e;
	background-color: #ddd;
	color:#000;
	padding: 7px 4px 4px 4px;
}
#listProgress .form-layer-step-icon  ::before {
    content: "";
    position: relative;
    border-width: 20px 0 20px 16px;
    border-style: solid;
    border-color: #ddd #ddd #ddd transparent;
    left: -20px;
}
#listProgress .form-layer-step-icon  ::after{ 
	content: "";
    position: relative;     
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 16px solid #ddd;
    right: -20px;
}



 

 

#listProgress  .form-layer-step-1-icon-currentstep  {
	border-color: #3e3e3e !important;
	background-color: #3e3e3e !important;
	color:#fff;
	padding: 7px 4px 4px 20px;
}
 
#listProgress   .form-layer-step-1-icon-currentstep  ::after{ 
	content: "";
   position: relative;     
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 16px solid #3e3e3e !important;
    right: -20px;
}




#listProgress  .form-layer-step-icon-currentstep  {
	border-color: #3e3e3e !important;
	background-color: #3e3e3e !important;
	color:#fff;
	padding: 7px 4px 4px 4px;
}
#listProgress  .form-layer-step-icon-currentstep ::before {
    content: "";
    position: relative;
    border-width: 20px 0 20px 16px;
    border-style: solid;
    border-color: #3e3e3e #3e3e3e #3e3e3e transparent !important;
    left: -20px;
}
#listProgress   .form-layer-step-icon-currentstep  ::after{ 
	content: "";
    position: relative;     
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 16px solid #3e3e3e !important;
    right: -20px;
}


 */
	





/*progressbar*/
 
#progressbar {
    /*margin-bottom: 30px;
    */overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
 
	padding: 5px 0px;
}

#progressbar li {
	
    list-style-type: none;
    color: #000;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
	text-align: center;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    
    border-radius: 25px;
    margin: 0 auto 10px auto;
	background-color: #fff;
    border: 1px solid #ccc;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #ee0979;
    color: #fff;
}


 
	
.multi_step_form #msform #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
}
.multi_step_form #msform #progressbar li {
  list-style-type: none;
  color: #99a2a8;
  font-size: 9px;
  width: calc(100%/3);
  float: left;
  /*position: relative;
  */font: 500 13px/1 "Roboto", sans-serif;
}
.multi_step_form #msform #progressbar li:nth-child(2):before {
  content: "\f12f";
}
.multi_step_form #msform #progressbar li:nth-child(3):before {
  content: "\f457";
}
.multi_step_form #msform #progressbar li:before {
  content: "\f1fa";
  font: normal normal normal 30px/50px Ionicons;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  background: #eaf0f4;
  border-radius: 50%;
  margin: 0 auto 10px auto;
}
.multi_step_form #msform #progressbar li:after {
  content: '';
  width: 100%;
  height: 10px;
  background: #eaf0f4;
  position: absolute;
  left: -50%;
  top: 21px;
  z-index: -1;
}
.multi_step_form #msform #progressbar li:last-child:after {
  width: 150%;
}
.multi_step_form #msform #progressbar li.active {
  color: #5cb85c;
}
.multi_step_form #msform #progressbar li.active:before, .multi_step_form #msform #progressbar li.active:after {
  background: #5cb85c;
  color: white;
}
.multi_step_form #msform .action-button {
  background: #5cb85c;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  min-width: 130px;
  font: 700 14px/40px "Roboto", sans-serif;
  border: 1px solid #5cb85c;
  margin: 0 5px;
  text-transform: uppercase;
  display: inline-block;
}
.multi_step_form #msform .action-button:hover, .multi_step_form #msform .action-button:focus {
  background: #405867;
  border-color: #405867;
}
.multi_step_form #msform .previous_button {
  background: transparent;
  color: #99a2a8;
  border-color: #99a2a8;
}
.multi_step_form #msform .previous_button:hover, .multi_step_form #msform .previous_button:focus {
  background: #405867;
  border-color: #405867;
  color: #fff;
}






/* ************  banner home page ****** */
.banner-two .banner-inner {
	padding-top: 110px !important;
}
.banner-two {
    height: 510px !important;
}








.navbar-toggler .open {
	background-color: aqua !important;
}




.colorWebsiteNote2 { color:#000 !important; }
