@charset "utf-8";
/* CSS Document */

.basic-Reg-Tab-Hr {
	width: 901px;
  height: 2px;
  background-color: #f7f8fa;
	color: #000000;
}

.basic-reg-active-tab-icon {

  height: 20px;
  object-fit: contain;
  background-color: #28ee8e;
  box-shadow: 0 0 1.9px 0.1px rgba(0, 0, 1, 0.18);
}
.basic-reg-inactive-tabs-icon {

  height: 20px;
  object-fit: contain;
  background-color: #f7f8fa;
  box-shadow: 0 0 1.9px 0.1px rgba(0, 0, 1, 0.18);
}

.basic-reg-comp-dtls-nxt-btn {
  	height: 36px;
	width:103px;
  	border-radius: 24px;
	margin-bottom: 13px;
  	background-color: #288cab;
	outline: none;
	border: none;
  box-shadow: 0px 1px 3px 0.5px rgba(0, 0, 1, 0.21);
}
.basic-reg-comp-dtls-nxt-btn:hover{
	background-color: #3071a9;
}

/*
select {
	width:100px;
	float:left;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	border:2px solid #000;
	background:url(../images/down-arrow.png)
	background-repeat:no-repeat;
	background-size:16px 17px;
	background-position:right 0px;
}
*/


	
