/*---------------- membership form ---------------*/


.membership-form h2::before,
.membership-form h2::after{
    content: "";
    display: inline-block;
    background: #e5ba21;
    width: 40px;
    height: 2px;
    margin: -7px 10px 0 0px;
    vertical-align: middle;
}

.membership-form h2::after {
    margin: -7px 0px 0 10px;
}

.bg-lightgrey{
	background: #eee;
}

.form-steps .nav-item .nav-link.active {
  color: #333;
  font-weight: 400;
}

.form-steps .nav-item span {
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #e5ba21;
  font-weight: 500;
  margin: 0 auto 10px auto;
  color: #e5ba21;
}

.form-steps .nav-item .far {
  font-size: 25px;
  margin-bottom: 10px;
  color: #e5ba21;
}

.rates-card{
  border: 2px solid #bbb;
  border-radius: 0px;
  display: inline-block;
  width: 250px;
  margin: 10px;
  cursor: pointer;
  vertical-align: top;
}

.rates-card span {
  width: 30px;
  height: 30px;
  display: block;
  border: 2px solid #ccc;
  margin: 0 auto;
  border-radius: 50%;
}

.rates-card i {
  color: #e5ba21;
  font-size: 30px;
  display: none;
}

.rates-card.selected.unselected{
	border: 2px solid #888;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
}
.rates-card.selected{
	border: 2px solid #e5ba21;
	-webkit-box-shadow: 0px 0px 15px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px 6px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 6px rgba(0,0,0,0.2);
}

.rates-card.selected span{
	display: none;
}

.rates-card.selected i{
	display: block;
}

.rates-card.selected.unselected span{
	display: block;
}

.rates-card.selected.unselected i{
	display: none;
}



.rates-card h5{
	color: #e5ba21;
}



.dropbox {
  background: #fff;
  font-size: 13px;
  position: relative;
  cursor: pointer;
  border: 1px solid #ebebeb;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dropbox-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: background-color .12s;
}

.dropbox-input-file {
  opacity: 0;
  left: 0;
  top: 0;
  background-color: transparent;
  color: transparent;
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}

.dropbox-text {
  max-width: 260px;
  text-align: center;
}

.dropbox .remove {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 600;
  padding: 5px;
  background-color: transparent;
  border: 1px solid #0b0b0b;
}

.dropbox-label:hover {
  background-color: RGBA(0,135,62,.1);
}

.btn-form {
  color: #666;
  border: 1px solid #e5ba21;
  border-radius: 0px;
  padding: 10px 15px 8px 15px;
  line-height: 16px;
}

.btn-form:hover{
	background: #eee;
}

.btn-form i {
  color: #e5ba21;
}

.table-review{
	border: 1px solid #dee2e6;
}

/*------------Newstyel----&*/

@media only screen and (max-width:767px) {
	
	.banner-slider figure img.membership-banner {
	  height: 200px;
	}
	
	.form-steps {
	  border: 0;
	}
	
	.form-steps .nav-item .nav-link{
		border: 1px solid #dee2e6;
		border-radius: 4px;
		margin: 5px;
		font-size: 15px;
		padding: 4px 9px;
	}
	
	.form-steps .nav-item .nav-link.active{
		border: 1px solid #e5ba21;
		border-radius: 4px;
	}
	
	.form-steps .nav-item span {
	  border: 1px solid #e5ba21;
	  display: inline-block;
	  margin: 0 8px 0 0;
	  width: 22px;
	  height: 22px;
	}
	
	.btn-form {
	  font-size: 13px;
	}
	
}

@media only screen and (max-width:576px) {
	
	.form-steps .nav-item{
		width: 70%;
	}
	
}

/*------------------*/