.article {
  padding-top: 100px;
}
.article .btn-link::after {
  content: "\e8a4";
  font-family: "fontello";
  font-size: 1.125rem;
  position: absolute;
  top: 25px;
  right: 16px;
}
.article .btn-link.collapsed::after {
  content: "\e8a1";
  font-family: "fontello";
  font-size: 1.125rem;
  position: absolute;
  top: 25px;
  right: 16px;
}
.iframe-fix {
  width: min(410px, 90vw);
  height: 250px;
  border: 0;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.active .arrow {
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;

  border-bottom: 10px solid rgba(0, 0, 0, 0.125);
}
.article .card {
  border-left: none;
  border-right: none;
}
.article li a img {
  border-radius: 50%;
}
.article .nav-tabs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.article .tab-content.step-body {
  background-color: rgba(0, 0, 0, 0.03);
}
.grey-bg {
  background-color: rgba(0, 0, 0, 0.03);
}
.article li.col {
  text-align: center;
}
.article .card-body {
  padding: 0;
}
.article .badge {
  background-color: #002561;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  padding: 0.25em 0.55em;
  /*font-size: 75%;*/
  font-size: 100%;
  margin-bottom: 1rem;
}
.article .badge.step {
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 1rem;
}
.article div.col {
  padding: 0;
}
.article figure {
  margin: 0;
}
.article .clear-bg {
  background-color: rgba(0, 0, 0, 0) !important;
}
.ats-bg {
  background: url(../images/open-ac/ic/img-pc-bg-ats.png);
  background-repeat: no-repeat;
  /* background-size: 100vw 41vw; */
  background-position-y: bottom;
  background-size: contain;
  background-position-x: center;
}
.article h5 {
  font-size: 1.55rem;
}
.article .row .col figure {
  text-align: center;
}
.article .btn-link {
  color: #f37021;
  text-decoration: none;
  font-size: 36.2px;
}
.article .pdf-size {
  width: 80px !important;
  height: 88px !important;
}
.article .small-img {
  width: 80px;
  height: 80px;
}

.article h5 a.step-subhead {
  color: #000;
}
.article li.col:hover h5.step-header,
.article li.col-sm:hover h5.step-header {
  color: #f37021;
}
.article li.col:hover a img,
.article li.col-sm:hover a img {
  filter: grayscale(0%);
}
.article a.active img {
  filter: grayscale(0%);
}
.article .active h5.on-active {
  color: #f37021;
}
.article a img {
  /*filter: grayscale(100%) opacity(0.5);*/
  width: 80px;
}
.article a {
  color: #000000;
}
.article a:hover,
.article h3:hover {
  color: #f37021;
}
.article .tahoma.pt-1 {
  /*border-bottom: 1px solid rgba(0,0,0,.125);*/
}
.article h5.step-header {
  color: #000000;
}
.article .active h5.step-header {
  color: #f37021;
}
.article h3 {
  font-size: 30px;
}
.article a.active,
.article a.active h3 {
  color: #f37021;
}
.article .btn-link.collapsed {
  color: #000;
}
.slider {
  width: 50%;
  margin: 100px auto;
}

.slick-slide {
  margin: 0px 20px;
}
.article .slick-dots {
  bottom: -25px;
}
.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;

  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 0.5;
}

.slick-current {
  opacity: 1;
}
.article .slick-next:before {
  /*font-family: 'slick';
    content: '→';*/
}
.article .slick-prev:before {
  /*font-family: 'slick';
    content: '←';*/
}
.article .slick-next {
  right: 0;
  z-index: 1;
  top: 45%;
}
.article .slick-prev {
  left: 0;
  z-index: 1;
  top: 45%;
}
.article h5.step-header {
  font-size: 1.5rem;
}
.article h2 {
  font-size: 35px;
}
.article h5 {
  color: #000;
}
.yt-fix-size {
  width: min(80vw, 1140px);
  height: min(45vw, 641.25px);
}
.your-class .slick-slide {
  text-align: center;
  /*color: #419be0;*/
  /*background: red;*/
  margin: 0 -10px !important;
}
.your-class.slider {
  width: 100%;
}
#step-one .indent {
  text-indent: 22px;
}
.listStyle-One {
  counter-reset: styleone-counter;
  list-style: none;
  position: relative;
}
.listStyle-One > li:before {
  counter-increment: styleone-counter;
  content: counter(styleone-counter);
  position: absolute;
  left: 0;
  background: #f37021;
  padding: 0;
  margin: 3px 0 0;
  border-radius: 25px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #FFF;
  line-height: 1.25;
}
.headTitle {
  font-weight: 600;
}
.listStyle-Two {
  padding-left: 20px;
}
.fs-navy {
  color: #002561;
}
.headingEmp {
  font-size: 42px;
}
.subHead {
  font-size: 31.5px;
}

/* responsive 425*/
@media (max-width: 425px) {
  .ats-bg {
    background: url(../../assets/images/open-ac/ic/img-mobile-bg-deposit.jpg)
      no-repeat;
    background-position-x: center;
    background-size: 100vw;
    background-position-y: bottom;
  }
}

/*withdrawal*/
.wdrl .slick-slide img {
  width: 200%;
  position: relative;
  right: 117%;
}
.wdrl .blue-bar {
  background: url(../../assets/images/open-ac/ic/img-wdrl-bg.png) no-repeat;
  background-position-x: 102%;
  background-size: 488vw;
  background-position-y: 20vw;
}

@media (min-width: 768px) {
  .wdrl .blue-bar {
    background-position-x: -86vw;
    background-size: 183vw;
    background-position-y: 13vw;
  }
}
@media (min-width: 1024px) {
  .wdrl .blue-bar {
    background-position-x: -45vw;
    background-size: 140vw;
    background-position-y: 7vw;
  }
}
@media (min-width: 1200px) {
  .wdrl .blue-bar {
    background-position-x: left;
    background-size: 75vw;
    background-position-y: 5vw;
  }
}
@media (max-width: 425px) {
  .wdrl .slick-slide img {
    width: 130% !important;
    position: relative;
    right: 59%;
  }
}
