@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400&subset=latin,latin-ext);


ul.tabs {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
  padding: 0;
}
ul.tabs li {	
	float: left;
	width: 100px; 
}

ul.tabs li a {
	font-size: 17px; line-height: 20px; font-weight: bold;
	position: relative;
	display: block;
height: 100px;
	margin-top: 40px;
	padding: 10px 0 0 0;
	text-align: center;	
	text-decoration: none;
	color: #005bac;
	background: #e9f7fe;
	-webkit-box-shadow: 2px 8px 10px 2px rgba(0,0,0,0.7);
	   -moz-box-shadow: 2px 8px 10px 2px rgba(0,0,0,0.7);
	        box-shadow: 2px 8px 10px 2px rgba(0,0,0,0.7);
	        	border: 0px solid #000000;
	-webkit-transition: padding 0.2s ease, margin 0.2s ease;
       -moz-transition: padding 0.2s ease, margin 0.2s ease;
         -o-transition: padding 0.2s ease, margin 0.2s ease;
        -ms-transition: padding 0.2s ease, margin 0.2s ease;
            transition: padding 0.2s ease, margin 0.2s ease;
	
}
.tabs li:first-child a { padding-top: 15px;
	z-index: 1;
  -webkit-border-top-left-radius: 8px;
-moz-border-radius-topleft: 8px;
border-top-left-radius: 8px;
}
.tabs li:nth-child(2) a { padding-top: 20px;
	z-index: 2;
}
.tabs li:nth-child(3) a { padding-top: 20px;
	z-index: 3;
}
.tabs li:nth-child(4) a {
	z-index: 4;
}
.tabs li:nth-child(5) a {
	z-index: 5;
}
.tabs li:nth-child(6) a { padding-top: 20px;
	z-index: 6;
}
.tabs li:nth-child(7) a { padding-top: 20px;
	z-index: 7;
}
.tabs li:nth-child(8) a { padding-top: 20px;
	z-index: 8;
}
.tabs li:last-child a { padding-top: 20px;
	z-index: 9;
  -webkit-box-shadow: 4px 8px 25px -2px rgba(0,0,0,0.5);
	   -moz-box-shadow: 4px 8px 25px -2px rgba(0,0,0,0.5);
	        box-shadow: 4px 8px 25px -2px rgba(0,0,0,0.5);
  -webkit-border-top-right-radius: 8px;
-moz-border-radius-topright: 8px;
border-top-right-radius: 8px;
}
ul.tabs li a:hover {
	margin: 35px 0 0 0;
	padding: 10px 0 5px 0;
}
ul.tabs li a.active {
	margin: 30px 0 0 0;
	padding: 20px 0 10px 0;
	background: #005bac;
	color: #ffffff;
	/*color: #ff6831;*/
	z-index: 9;
	outline: none;
}

ul.tabs li:first-child(1) a:active { padding-top: 20px;
}
ul.tabs li:nth-child(2) a:active { padding-top: 20px;
}
ul.tabs li:nth-child(3) a:active { padding-top: 20px;
}
ul.tabs li:nth-child(6) a:active { padding-top: 20px;
}
ul.tabs li:nth-child(7) a:active { padding-top: 20px;
}
ul.tabs li:nth-child(8) a:active { padding-top: 20px;
}


.group:before,
.group:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.group:after {
    clear: both;
}

.tabgroup {
width: 800px;
  height: 280px;
  margin: 0 auto;
  background: #ffffff;
-webkit-box-shadow: 2px 4px 10px -2px rgba(0,0,0,0.6);
   	   -moz-box-shadow: 2px 4px 10px -2px rgba(0,0,0,0.6);
   	        box-shadow: 2px 4px 10px -2px rgba(0,0,0,0.6);
  -webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
border-top: 2px solid #005bac;
}

.tabarea {padding: 20px; height: 280px; position: relative;}

#one {

}
#two {

}
#three {
  
}
.desktop {display: block;}

@media screen and (max-width: 1023px) {
.mobiletop30 {margin-top: 30px;}
.tabarea {padding: 20px; padding-bottom: 80px; height: auto; position: relative;}	
ul.tabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
  padding: 0;
}
ul.tabs li {	
	float: none;
	width: 100%;

  
}
ul.tabs li a {
	position: relative;
	display: block;
	height: 60px;
	margin-top: 0px;
	padding: 10px 0 0 0;
	font-size: 18px;
	text-align: center;	
	text-decoration: none;
	color: #000;
	background: #e9f7fe;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3) inset;;
	   -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3) inset;;
	        box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3) inset;;
	        	border: 0px solid #bcbec0;
	-webkit-transition: none;
       -moz-transition: none;
         -o-transition: none;
        -ms-transition: none;
            transition: none;
	
}
.desktop {display: none;}	
.tabs li:first-child a {
	z-index: 1;
  -webkit-border-top-left-radius: 0px;
-moz-border-radius-topleft: 0px;
border-top-left-radius: 0px;
}
.tabs li:nth-child(2) a {padding-top: 20px;
	z-index: 1;
}
.tabs li:nth-child(3) a {padding-top: 20px;
	z-index: 1;
}
.tabs li:nth-child(4) a {padding-top: 20px;
	z-index: 1;
}
.tabs li:nth-child(5) a {padding-top: 20px;
	z-index: 1;
}
.tabs li:nth-child(6) a {padding-top: 20px;
	z-index: 1;
}
.tabs li:nth-child(7) a {padding-top: 20px;
	z-index: 1;
}
.tabs li:nth-child(8) a {padding-top: 20px;
	z-index: 1;
}
.tabs li:last-child a {padding-top: 20px;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3) inset;;
	   -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3) inset;;
	        box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3) inset;;
  -webkit-border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
border-top-right-radius: 0px;
}
ul.tabs li a:hover {
	margin:  0;
	padding: 10px 0 5px 0;
}
ul.tabs li a.active {
	margin: 0;
	padding: 15px 0 10px 0;
	background: #005bac;
	color: #ffffff;
	/*color: #ff6831;*/
	z-index: 3;
	outline: none;
}
.group:before,
.group:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.group:after {
    clear: both;
}
 
.tabgroup {
width: 100%;
  height: auto;
  margin: 0 auto;
  background: #ffffff;
-webkit-box-shadow: 2px 4px 10px -2px rgba(0,0,0,0.6);
   	   -moz-box-shadow: 2px 4px 10px -2px rgba(0,0,0,0.6);
   	        box-shadow: 2px 4px 10px -2px rgba(0,0,0,0.6);
  -webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
border-top: 2px solid #005bac;
}	
	
}

.wordins a {color: #005bac; text-decoration: underline;}
.wordins a:hover {color: #003683; }
.click-img {
  display: inline-block;
  background: url("../images/principal_protected_deposit/icn.svg") no-repeat center;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.hover_link:hover .click-img {
  display: inline-block;
  background: url("../images/principal_protected_deposit/icn_o.svg") no-repeat center;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.click-img:hover {
    cursor: pointer;
}
.align-middle {
    vertical-align: middle;
}
.btn2 { -webkit-border-radius: 3px; -moz-border-radius: 20px; border-radius: 20px; padding: 0 20px; height: 40px; line-height: 40px; font-weight: bold; display: inline-block; background-color: #005bac;  color: #ffffff; min-width: 150px; text-align: center;}
.btn2:hover {color: #ffffff; background-color: #003683; }
.btdown {position: absolute; right: 20px; bottom: 20px; }

#steparea ul.tabs {
	width: 100%;
	height: 120px;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
  padding: 0;
}
#steparea ul.tabs li {	
	float: left;
	width: 50%; 
}
#steparea ul.tabs li a {
	font-size: 24px; line-height: 30px; font-weight: bold;
	position: relative;
	display: block;
height: 120px;
	margin-top: 40px;
	padding: 25px 0 0 0;
	text-align: center;	
	text-decoration: none;
	color: #005bac;
	background: #e9f7fe;
	-webkit-box-shadow: 4px 15px 15px rgba(0,0,0,0.7);
	   -moz-box-shadow: 4px 15px 15px rgba(0,0,0,0.7);
	        box-shadow: 4px 15px 15px rgba(0,0,0,0.7);
	        	border: 0px solid #000000;
	-webkit-transition: padding 0.2s ease, margin 0.2s ease;
       -moz-transition: padding 0.2s ease, margin 0.2s ease;
         -o-transition: padding 0.2s ease, margin 0.2s ease;
        -ms-transition: padding 0.2s ease, margin 0.2s ease;
            transition: padding 0.2s ease, margin 0.2s ease;
	
}
#steparea .tabs li:first-child a {
	z-index: 1;
  -webkit-border-top-left-radius: 20px;
-moz-border-radius-topleft: 20px;
border-top-left-radius: 20px;
}

#steparea .tabs li:last-child a { padding-top: 20px;
	z-index: 9;
  -webkit-box-shadow: -4px 4px 15px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: -4px 4px 15px 1px rgba(0,0,0,0.4);
	        box-shadow: -4px 4px 15px 1px rgba(0,0,0,0.4);
  -webkit-border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
}

#steparea ul.tabs li a:hover {
	margin: 40px 0 0 0;
	padding: 30px 0 5px 0;
}
#steparea ul.tabs li a.active {
	margin: 30px 0 0 0;
	padding: 20px 0 10px 0;
	background: #005bac;
	color: #ffffff;
	/*color: #ff6831;*/
	z-index: 9;
	outline: none;
}

#steparea .group:before,
#steparea .group:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
#steparea .group:after {
    clear: both;
}

#steparea .tabgroup {
width: 100%;
  height: auto;
  margin: 0 auto;
  background: #ffffff;
box-shadow: none;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
border-top: none;
	padding-bottom: 20px;
}


#stepinside .tabgroup {
width: 100%;
background-color: #ffffff;
box-shadow: none;	
}

#stepinside .wrapper{
  text-align:center;
  margin:0 auto;
}

#stepinside .tabsstepins{
width: fit-content;
display:inline-block;
  font-size:20px; font-weight: bold;
  padding:0px;
  list-style:none;
  background:#fff;
  box-shadow:0px 0px 10px rgba(0,0,0,0.3);
  border-radius:50px;
  position:relative; margin: 0 auto;
	margin-top:30px;
}

#stepinside .tabsstepins a{
  text-decoration:none;
  color: #005bac;
  text-transform:uppercase;
  padding:15px 60px;
  display:inline-block;
  position:relative;
  z-index:1;
  transition-duration:0.6s;
}

#stepinside .tabsstepins a.active{
color: #005bac;
}


#stepinside .tabsstepins a i {
  margin-right:5px;
}

#stepinside .tabsstepins .selector{
  height:100%;
  position:absolute;
  left:0px;
  top:0px;
  z-index:1;
  border-radius:50px;
  transition-duration:0.6s;
	color: #ffffff;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background: #05abe0;
  background: -moz-linear-gradient(45deg, #7cecff 0%, #e1f5f5 100%);
  background: -webkit-linear-gradient(45deg, #7cecff 0%,#e1f5f5 100%);
  background: linear-gradient(45deg, #7cecff 0%,#e1f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cecff', endColorstr='#e1f5f5',GradientType=1 );
}


@media (max-width: 680px) {
#stepinside .tabsstepins a{
  text-decoration:none;
  color: #005bac;
  text-transform:uppercase;
  padding:15px 20px;
  display:inline-block;
  position:relative;
  z-index:1;
  transition-duration:0.6s;
}
}


#stepinside2 .tabgroup {
width: 100%;
background-color: #ffffff;
box-shadow: none; padding-bottom: 20px;	
}

#stepinside2 .wrapper{
  text-align:center;
  margin:0 auto;
}

#stepinside2 .tabsstepins2{
width: fit-content;
display:inline-block;
  font-size:20px; font-weight: bold;
  padding:0px;
  list-style:none;
  background:#fff;
  box-shadow:0px 0px 10px rgba(0,0,0,0.3);
  border-radius:50px;
  position:relative; margin: 0 auto;
	margin-top:30px;
}

#stepinside2 .tabsstepins2 a{
  text-decoration:none;
  color: #005bac;
  text-transform:uppercase;
  padding:15px 60px;
  display:inline-block;
  position:relative;
  z-index:1;
  transition-duration:0.6s;
}

#stepinside2 .tabsstepins2 a.active{
color: #005bac;
}


#stepinside2 .tabsstepins2 a i {
  margin-right:5px;
}

#stepinside2 .tabsstepins2 .selector2{
  height:100%;
  position:absolute;
  left:0px;
  top:0px;
  z-index:1;
  border-radius:50px;
  transition-duration:0.6s;
	color: #ffffff;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background: #05abe0;
  background: -moz-linear-gradient(45deg, #7cecff 0%, #e1f5f5 100%);
  background: -webkit-linear-gradient(45deg, #7cecff 0%,#e1f5f5 100%);
  background: linear-gradient(45deg, #7cecff 0%,#e1f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cecff', endColorstr='#e1f5f5',GradientType=1 );
}


@media (max-width: 680px) {
#stepinside2 .tabsstepins2 a{
  text-decoration:none;
  color: #005bac;
  text-transform:uppercase;
  padding:15px 20px;
  display:inline-block;
  position:relative;
  z-index:1;
  transition-duration:0.6s;
}
}
