
.tab-wrap {
	-webkit-transition: 0.3s box-shadow ease;
	transition: 0.3s box-shadow ease;
	border-radius: 6px;
	max-width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	position: relative;
	list-style: none;
	background-color: #fff;
	margin:  0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	overflow: hidden;
}
.tab-wrap:hover {
	box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}

.tab {
	display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
	transition: 0.5s opacity ease-in, 0.2s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
	transition: 0.5s opacity ease-in, 0.2s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
	transition: 0.5s opacity ease-in, 0.2s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
	transition: 0.5s opacity ease-in, 0.2s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}

.tab:first-of-type:not(:last-of-type) + label {
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.tab:checked + label {
	background-color: #e9d16f;
	box-shadow: 0 -1px 0 #fff inset;
	cursor: default;
	color: #1b334d;
	/* text-align: center; */
}
.tab:checked + label:hover {
	box-shadow: 0 -1px 0 #fff inset;
	background-color: #e9d16f;
}
.tab + label {
	width: 50% !important;
	box-shadow: 0 -1px 0 #eee inset;
	border-radius: 6px 0 0 0;
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: #fff;
	-webkit-box-flex: 3;
	-webkit-flex-grow: 3;
	-ms-flex-positive: 3;
	flex-grow: 3;
	text-align: center;
	background-color: #1b334d;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	-webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
	transition: 0.3s background-color ease, 0.3s box-shadow ease;
	height: auto;
	box-sizing: border-box;
	padding: 15px;
	font-size: 18px;
	margin-bottom: 0;
}
.tab__content ul li i {
    font-size: 12px;
    color: #15c718;
}
.tab__content ul li{
	padding-bottom: 8px;
}
/*.tab:checked + label:after {
    content: "";
    position: relative;
    bottom: -49px;
    right: 290px;
    border: 15px solid transparent;
    border-top-color: #e9d16f;
}*/
.realaccounttab .tab + label {
	width: 30% !important;
}
.realaccounttab .tab + label i{
	padding: 13px;
	border: 1px solid #fff;
	background: #fff;
	color: #333;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin-right: 5px;
}
.realaccounttab .tab + label:nth-of-type(1) {
    background: #041e37;
}
.realaccounttab .tab + label:nth-of-type(2) {
    background: #1b334d;
}
.realaccounttab .tab + label:nth-of-type(3) {
    background: #041e37;
}
.realaccounttab .tab + label:nth-of-type(1):hover,
.realaccounttab .tab + label:nth-of-type(2):hover,
.realaccounttab .tab + label:nth-of-type(3):hover {
    background: #e9d16f;
	    color: #041e37;
}
.realaccounttab .tab + label:nth-of-type(1):hover,
.realaccounttab .tab + label:nth-of-type(2):hover,
.realaccounttab .tab + label:nth-of-type(3):hover {
    background: #e9d16f;
	    color: #041e37;
}
.realaccounttab .tab:checked + label:nth-of-type(1),
.realaccounttab .tab:checked + label:nth-of-type(2),
.realaccounttab .tab:checked + label:nth-of-type(3) {

	background-color: #e9d16f;
	/* text-align: center; */
}
 .tab:checked + label:nth-of-type(1):after,  .tab:checked + label:nth-of-type(2):after {
    content: "";
    position: absolute;
    /* bottom: -62px; */
    /* left: -26%; */
    border: 15px solid transparent;
    border-top-color: #e9d16f;
    top: 50px;
    /* right: 16px; */
    margin-left: -220px;
}
.realaccounttab .tab:checked + label:nth-of-type(1):after,
.realaccounttab .tab:checked + label:nth-of-type(2):after,
.realaccounttab .tab:checked + label:nth-of-type(3):after {
    content: "";
    position: absolute;
    /* bottom: -62px; */
    /* left: -26%; */
    border: 15px solid transparent;
    border-top-color: #e9d16f;
    top: 73px;
    /* right: 16px; */
    margin-left: -220px;
}
@media (max-width:768px) {
 .tab:checked + label:nth-of-type(1):after,
 .tab:checked + label:nth-of-type(2):after,	
.realaccounttab .tab:checked + label:nth-of-type(1):after,
.realaccounttab .tab:checked + label:nth-of-type(2):after,
.realaccounttab .tab:checked + label:nth-of-type(3):after {
    display: none;
}		
	.tab + label {
		margin-top: 0 !important;
		margin-bottom: 0;
		border-radius: 0;
	}
	.tab__content .ulspace {
    margin-left: 0;
	}
	.tab + label {
    padding: 13px 5px;
    font-size: 16px;
}
	.realaccounttab .tab + label {
	width: 100% !important;
}
}
@media (min-width:768px) {
		
	.tab + label {
		width: auto;
	}
}
.tab + label:hover {
	background-color: #041e37;
	/* box-shadow: 0 1px 0 #041e37 inset; */
}
.tab__content {
	padding: 15px 25px 50px;
	background-color: transparent;
	position: absolute;
	width: 100%;
	z-index: -1;
	opacity: 0;
	left: 0;
	-webkit-transform: translateY(-3px);
		  transform: translateY(-3px);
	border-radius: 6px;
	
}


/* Boring Styles */

