.sidebar-table input {
  border: 1px solid #e4e4e4;
  background: #fff;
  padding-left: 8px;
  width: 200px;
  height: 25px;
  line-height: 24px;
  margin-top: 5px;
}
.sidebar-btn {
  width: 125px !important;
  height: 28px !important;
  background: #0069ab !important;
  border: 0 !important;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin-top: 15px !important;
}
.sidebar-btn:hover {
  background: #00568d !important;
}
.sidebar-label {
  font-size: 14px;
  font-weight: 600;
  padding-top: 2px;
}
.sidebar-table {
  font-size: 12px;
  margin: 0 auto;
}
.sidebar-table td {
  padding-top: 0;
}
.sidebar-txt-s {
  font-size: 12px;
  color: #ff7900;
}
.sidebar-txt-m {
  font-size: 14px;
  color: #0069ab;
  font-weight: 900;
  margin-top: -5px;
}
.sidebar-txt-b {
  font-size: 40px;
  color: #0069ab;
  font-weight: 900;
  margin-top: -7px;
}
.sidebar-txt-sub {
  font-size: 22px;
  color: #0069ab;
  margin-top: -12px;
}
.opt-select {
  height: 29px !important;
  line-height: 27px !important;
  border-radius: 0 !important;
  padding: 0 5px;
  border: 1px solid #c3c3c3 !important;
}
.r9-dropdown-icon {
  width: 0;
  height: 0;
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: #7d7d7d transparent transparent;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -3px;
}
.opt-dropdown-icon {
  width: 27px;
  height: 27px;
  background: url("https://img66.anypromo.com/frontimg/2018/email-opt/opt-icon.png") no-repeat 0 -67px;
  top: 0;
  margin-top: 0;
  cursor: pointer;
  right: 0;
  border: 0;
}
.r9-dropdown-select {
  left: 0px;
  top: 0px;
  height: 100%;
  right: 0px;
  bottom: 0px;
  line-height: 100%;
  position: absolute;
  cursor: pointer;
  min-width: 100%;
  font-weight: 500;
  opacity: 0;
  -webkit-appearance: none;
}
a.r9-dropdown-wrapper {
  -moz-box-sizing: border-box;
  border: 1px solid #AAAAAA;
  border-radius: 3px 3px 3px 3px;
  color: #333333;
  display: inline-block;
  outline: medium none;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 200px;
  line-height: 24px;
  height: 24px;
  background-color: #FFFFFF;
}
* + html a.r9-dropdown-wrapper {
  width: 165px;
}
.r9-dropdown-status {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 3px;
}
.r9-dropdown-wrapper:hover {
  text-decoration: none;
}
a.r9-dropdown-wrapper {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFD', endColorstr='#E6E6E6', GradientType=0);
  background-image: -moz-linear-gradient(center top, #fdfdfd 0px, #e6e6e6 100%);
  background-image: -ms-linear-gradient(top, #fdfdfd 0, #e6e6e6 100%);
  background-image: -moz-linear-gradient(top, #fdfdfd 0, #e6e6e6 100%);
  background-image: -webkit-linear-gradient(top, #fdfdfd 0, #e6e6e6 100%);
  background-image: -o-linear-gradient(top, #fdfdfd 0, #e6e6e6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #e6e6e6));
  background-image: linear-gradient(top, #fdfdfd 0, #e6e6e6 100%);
}
a.r9-dropdown-wrapper {
  -moz-box-sizing: border-box;
  border: 1px solid #AAAAAA;
  border-radius: 3px 3px 3px 3px;
  color: #333333;
  display: inline-block;
  outline: medium none;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 200px;
  line-height: 24px;
  height: 24px;
  background-color: #FFFFFF;
}
* + html a.r9-dropdown-wrapper {
  width: 205px;
}
.faq-top {
  width: 100%;
  height: 185px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #fec72e, #f07435);
}
.faq-top-title {
  font-size: 33px;
  font-weight: 600;
}
.faq-top-text {
  font-size: 26px;
}
.faq-item-list {
  list-style-type: none;
  margin: 70px auto;
  padding: 0 130px;
  max-width: 1200px;
}
.faq-item {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
.faq-item figure {
  margin: 0;
  width: 180px;
  flex: 0 0 180px;
}
.faq-item-text {
  font-size: 18px;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.faq-item-title {
  color: #2DB6FA;
  margin: 0 0 20px 0;
  font-family: 'Poppins Bold', Poppins, Helvetica, Arial, sans-serif;
}
.faq-item-list li:nth-child(even) .faq-item {
  flex-direction: row-reverse;
}
.faq-item-list li:nth-child(even) .faq-item figure {
  text-align: right;
}
@media (max-width: 1200px) {
  .faq-item-list {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .faq-item {
    margin-bottom: 30px;
  }
  .faq-item-list {
    margin: 30px auto;
  }
  .faq-top {
    height: auto;
    padding: 30px 15px;
  }
  .faq-top-title,
  .faq-top-text,
  .faq-item-text {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .faq-item {
    display: block;
  }
  .faq-item figure {
    width: 100%;
    text-align: center !important;
    margin: 15px 0;
  }
}
.faq-banner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 290px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 30px;
  color: #000;
  font-family: 'Poppins Bold', Poppins, Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.faq-banner-item .faq-banner-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
}
.faq-banner-item .faq-banner-inner p {
  width: 50%;
  padding: 0 30px;
  margin: 0;
}
.faq-banner-item .faq-banner-inner b {
  font-size: 80px;
  color: #0a508e;
  display: block;
}
.faq-banner-item .faq-banner-inner a {
  display: inline-block;
  background-color: #0a508e;
  border-radius: 4px;
  color: #fff;
  padding: 10px 30px;
  line-height: 1;
  margin-top: 10px;
}
.faq-banner-item .faq-banner-inner a:hover {
  text-decoration: none;
  background-color: #00396c;
}
.faq-banner-item.text-left .faq-banner-inner {
  justify-content: flex-start;
}
.faq-banner-item.text-right .faq-banner-inner {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .faq-banner-item {
    min-height: 150px;
  }
  .faq-banner-item .faq-banner-inner p {
    font-size: 15px;
    padding: 15px;
    line-height: 1.2;
  }
  .faq-banner-item .faq-banner-inner b {
    font-size: 30px;
  }
  .faq-banner-item .faq-banner-inner a {
    font-size: 12px;
    padding: 5px;
  }
}
