/*promotion */

body {
	background-color: #e7eef5;
}

.headertxt {
	font-size: 34px;
	color: #2161b3;
	position: absolute;
	top: 85px;
	left: 3px;
}

.headersubtxt {
	font-size: 20px;
    color: #a2a2a2;
    position: absolute;
    top: 130px;
    left: 3px;
}

.faqcontent {
	background-color: #fff;
}

.faqcontent .col1 {
	float: left;
	width: 200px;	
}

.faqcontent .col2 {
	float: left;
	width: calc(100% - 80px);
	margin-left: -1px;
	padding: 25px 40px 25px 40px;
	border: 1px solid #1f5fb2;
	color: #666;
	display:none;
	margin-bottom: 10px;
}


.faqcontent .col1 .itms {
	width: 198px;
	height: 58px;
	border: 1px solid #999;
	border-right: 1px solid #1f5fb2;
	position: relative;
	margin-top: -1px;
	cursor: pointer;
	color: #666;
}



/* #1f5fb2; */
.faqcontent .col1 .itms:first-child {
	margin-top: 0;	
	border: 1px solid #1f5fb2;
	border-right: 1px solid #fff;
	z-index: 9;
	color: #1f5fb2;
}

.col2 h1 {
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 25px;	
}

.col2 h1:first-child {
	margin-top: 0;
}

.col2 h2 {
	font-size: 16px;
	margin: 0px;
	line-height: 22px;
}

.col2 p {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 22px;	
}

.blue_font {
	color:blue;
}

.sprite { background: url('../../images/cash/faqsprite.png') no-repeat top left; width: 33px; height: 24px;  
float:left;
margin-top: 14px;
margin-left: 22px;
} 
.itmstxt {
	font-size: 16px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	
}


.sprite.icon1 { background-position: 0 0!important; } 
.sprite.icon1a { background-position: -33px 0; } 
.sprite.icon3 { background-position: -66px 0!important;  } 
.sprite.icon3a { background-position: -99px 0; } 
.sprite.icon5 { background-position: -132px 0!important;  } 
.sprite.icon5a { background-position: -165px 0; } 
.sprite.icon6 { background-position: -198px 0!important;  } 
.sprite.icon6a { background-position: -231px 0; } 
.sprite.icon7 { background-position: -264px 0!important;  } 
.sprite.icon7a { background-position: -297px 0; }
.sprite.icon2 { background-position: -330px 0!important;  } 
.sprite.icon2a { background-position: -363px 0; } 
.sprite.icon4 { background-position: -396px 0!important;  } 
.sprite.icon4a { background-position: -429px 0; } 

.section-faq {
  width: 100%;
  background-color: #e9eef3;
}
.section-faq .section-wrapper {
  width: 75%;
  margin: 0 auto;
}
.section-faq.section-header {
  background-image: url("../../images/cash/banner_faq.jpg"), url("../../images/cash/banner_faq_tile.jpg");
  background-position: top center;
  background-repeat: no-repeat, repeat-x;
  padding-top: 11rem;
  text-align: left;
  height: auto;
  margin-bottom: 0;
}
.section-faq.section-header .title {
  color: #3f5fa8;
  font-size: 23px;
  text-align: left;
}
.section-faq.section-header .subtitle {
  color: #a5a5a5;
  font-size: 14px;
}
.section-faq.section-content {
  margin-top: 0;
  padding: 0 0 5rem;
}
.section-faq.section-content .container {
  width: 100%;
  min-width: 100%;
  margin-top: 20px;
}
.section-faq.section-content .container .tab-wrapper ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.section-faq.section-content .container .tab-wrapper ul li {
  cursor: pointer;
  width: 180px;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 5px;
  font-size: 12px;
  color: #b5b5b5;
  padding: 12px 0;
  border: 1px solid #ffffff;
}
.section-faq.section-content .container .tab-wrapper ul li.active {
  background-color: #3f5fa8;
  border: 1px solid #3f5fa8;
  color: #ffffff;
  font-weight: bold;
}
.section-faq.section-content .tab-content {
  display: none;
  min-height: 600px;
  position: relative;
  width: 100%;
  border: 1px solid #c7c7c7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
}
.section-faq.section-content .tab-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-faq.section-content .tab-content .subtab-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  margin: 23px 0;
  position: relative;
  border-right: 1px solid #d0d0d0;
}
.section-faq.section-content .tab-content .subtab-wrapper ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0 17px 0 0;
}
.section-faq.section-content .tab-content .subtab-wrapper ul li {
  cursor: pointer;
  color: rgba(69, 92, 163, 0.8);
  padding: 13px 0 13px 33px;
  margin: 5px 0;
  font-size: 12px;
}
.section-faq.section-content .tab-content .subtab-wrapper ul li.active {
  font-weight: bold;
  background: #eef0f5;
  border-radius: 0px 10px 10px 0px;
}
.section-faq.section-content .tab-content .subtab-content {
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: none;
}
.section-faq.section-content .tab-content .subtab-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-faq.section-content .tab-content .subtab-content.alwaysActive {
  width: 100%;
  display: block;
}
.section-faq.section-content .tab-content .subtab-content iframe {
  width: calc(100% - 30px);
  height: 100%;
  border: 0;
}

.section-faq .section-wrapper .container {
  height: 100%;
}



