#breadcrumbs .breadcrumb-trail > a:not(:last-child):before {right: 6px; top: 0px; line-height: 24px;}

.btnln {
  display: flex;
  align-items: center;
  padding: 6px;
  border-radius: 50px 0 0 50px;
  background-color: #FFBA00;
  position: fixed;
  right: 0;
  transform: translateX(56%);
  bottom: 199px;
  z-index: 1002;
  text-align: left;
  border: 1px solid #f8f8f8 !important;
  transition: all ease .3s;
  -moz-transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
}
.btnln > figure {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  font-size: 28px;
  color: #fff;
  margin-right: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #013469;
  transition: all ease 1s;
  -moz-transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
}
.btnln > figure i{
 font-size: 26px;
 font-family: 'Font Awesome 5 Free';
}
.btnln > div {
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  flex: 1;
  transition: all ease 1s;
  -moz-transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
}
.btnln > div span {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #013469;
}
.btnln:active, .btnln:hover {
  background-color: #FFBA00 !important;
}
.btnln:focus, .btnln:hover {
  transform: translateX(0);
}

.artico-header-fixed.fixed-show{background-color:#fff;}
.artico-header-fixed{transform: translateY(0); display: none;}
#site-header-wrap {background-color: #fff; position: fixed; top: 0; width: 100%;}
#main-content {margin-top: 145px;}


@media (max-width: 767px) {
#main-content {margin-top: 90px;}
.btnln > figure i{
 font-size: 26px;
}
.btnln > figure {
  width: 46px;
  height: 46px;
}
.btnln {
  padding: 5px;
}
}