/*promotion */

body {
	background-color: #fff;
}

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

.headersubtxt {
	font-size: 20px;
    color: #a2a2a2;
    position: absolute;
    top: 130px;
    left: 3px;
}
.faqbg {
	background-image: url(../../images/cash/bgfaq.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	padding-top: 30px;
}

.faqcontent .col1 {
	float: left;
	width: 240px;
	margin-right: 20px;
}

.faqcontent .col2 {
	float: left;
	width: 711px;
	margin-left: -1px;
	padding: 25px 15px 25px 15px;
	color: #666;
	margin-bottom: 10px;
}


.faqcontent .col1 .items {
	width: 100%;
	height: 45px;
	position: relative;
	margin-top: 0px;
	cursor: pointer;
	color: #666;
	background-color: #fff;
}


/* #1f5fb2; */
.faqcontent .col1 .items:first-child {
	margin-top: 0;
	z-index: 9;
	color: #1f5fb2;
}

.col2 h1 {
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 25px;
	text-align: center;
	color: #5753d5;
	font-weight: normal;
}

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

}

.col2 h2 {
	font-size: 18px;
	margin: 0px;
	line-height: 26px;
	margin: 30px 0 20px 0;
	font-weight: normal;
	color: #000;
}

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

.blue_font {
	color:blue;
}

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

}

.itmstxt2 {
	font-size: 20px;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	color: #e5ab11;

}

.dividerfaq {
	margin: 0 20px;
	border-bottom: 1px solid #ccc;
}

.faqcontent .col1, .faqcontent .col2 {
	background-color: #fff;
}


.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; }
.sprite.icon8 { background-position: -462px 0; margin-top: 13px;}


.faqcontent .tab-content {
  display: none;
  background-color: #fff;
  margin-bottom: 5rem;
}
.faqcontent .tab-content.active {
  display: flex;
}
.faqcontent .tab-content.alwaysActive {
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
}
.faqcontent .tab-content.alwaysActive .col2 {
  width: 100%;
}
.faqcontent .col1 {
  float: left;
  width: 220px;
  padding: 0 15px;
  margin: 20px 0;
  border-right: 1px solid #d0d0d0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.faqcontent .col2 {
  float: left;
  width: 100%;
  color: #666;
  margin-bottom: 10px;

}
.faqcontent .tab-wrapper ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 200px;
  padding: 0;
}
.faqcontent .tab-wrapper ul li {
  cursor: pointer;
  width: 150px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 5px;
  font-size: 16px;
  color: #b5b5b5;
  padding: 20px 0;
}
.faqcontent .tab-wrapper ul li.active {
  background-color: #d6b155;
  color: #ffffff;
  font-weight: bold;
}
.faqcontent .subtab-content {
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: none;
}
.faqcontent .subtab-content.active, .faqcontent .subtab-content.alwaysActive {
  display: block;
  height: 100%;
  width: 100%;
}
.faqcontent .subtab-content iframe {
  width: 100%;
  height: 600px;
  border: 0;
}
.faqcontent .col1 .items {
  width: 100%;
  height: 60px;
  position: relative;
  margin-top: 0px;
  cursor: pointer;
  color: #666;
  background-color: #fff;
}
.faqcontent .itmsheader {
  position: absolute;
}
.faqcontent .col1 .items.active {
  color: #d0b263;
}

/* #1f5fb2; */
.col2 h1 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 25px;
  text-align: center;
  color: #5753d5;
  font-weight: normal;
}
.col2 h1:first-child {
  margin-top: 0;
}
.col2 h2 {
  font-size: 18px;
  margin: 0px;
  line-height: 26px;
  margin: 30px 0 20px 0;
  font-weight: normal;
  color: #000;
}
.col2 p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 26px;
}

.itmstxt {
  font-size: 16px;
  float: left;
  margin-top: 20px;
  margin-left: 30px;
}

.itmstxt2 {
  font-size: 34px;
  float: left;
  margin-bottom: 30px;
  margin-left: 15px;
  color: #ffffff;
}

.dividerfaq {
  margin: 0 20px;
  border-bottom: 1px solid rgba(209, 209, 209, 0.8);
}

.faqcontent .col1,
.faqcontent .col2 {
  min-height: 600px;
}
