/*$default		  :#F0F0F0;*/
/*10px;*/
/*13px;*/
/*20px;*/
/*$border-radius:               .25rem;*/
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.blog-topbg {
  background: url("../../images/bg-images/health-topbg.png") no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .blog-topbg.bottom_spece {
    padding-bottom: 150px; }

.blog-bottombg {
  background: url("../../images/bg-images/health-bottombg.png") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.top-head {
  text-align: center;
  margin-bottom: 30px; }
  .top-head h1, .top-head .head-title {
    background: linear-gradient(0deg, #0D0037 0%, #005AAC 105.64%);
    -webkit-background-clip: text;
    font-size: 2.25rem;
    line-height: 2.25rem;
    -webkit-text-fill-color: transparent;
    font-family: "db_airystd_bd";
    margin-bottom: 0;
    letter-spacing: 0.12em;
    text-transform: uppercase; }
  .top-head .head-desc, .top-head p {
    font-size: 1.25rem;
    letter-spacing: 0.03em;
    line-height: 1.25rem;
    margin-bottom: 0; }

.health-library {
  padding-bottom: 80px; }

/*.health-thumb {
	.health-subtitle {
		font-size: $font-large;
		margin-top: 28px;
		margin-bottom: 11px;
		letter-spacing: 0.02em;
		color: $blue-400;
	}
	img {
		width: 100%;
	}
	p {
		font-size: $font-medium;
		letter-spacing: 0.02rem;
		margin-bottom: 20px;
		color: $blue-400;
	}
	.btn {
		min-width: 200px;
	}

}*/
.blog-bottombg {
  padding-top: 142px;
  padding-bottom: 30px; }

.main-title {
  background: linear-gradient(0deg, #0D0037 0%, #005AAC 105.64%);
  -webkit-background-clip: text;
  font-size: 2.25rem;
  line-height: 2.25rem;
  -webkit-text-fill-color: transparent;
  font-family: "db_airystd_bd";
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase; }

.sub-title {
  background: linear-gradient(90deg, #EBEBEB 0%, #C2C0C1 22.92%, #9D9D9D 42.71%, #EBEBEB 63.02%, #B7B5B6 80.73%, #9D9D9D 100%);
  -webkit-background-clip: text;
  font-size: 2.25rem;
  line-height: 2.25rem;
  -webkit-text-fill-color: transparent;
  font-family: "db_airystd_bd";
  margin-bottom: 0;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase; }

.head-desc {
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  line-height: 1.25rem;
  margin-bottom: 30px;
  text-align: center;
  color: #fff; }
  .head-desc.primary {
    color: #000041; }

.subhead-desc {
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  line-height: 1.25rem;
  margin-bottom: 30px;
  text-align: center;
  color: #fff; }

.category-list {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center; }
  .category-list li {
    width: 20%;
    flex: 0 0 20%; }
    .category-list li .cat-name {
      background: linear-gradient(90deg, #EBEBEB 0%, #C2C0C1 22.92%, #9D9D9D 42.71%, #EBEBEB 63.02%, #B7B5B6 80.73%, #9D9D9D 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 1.5rem;
      text-transform: uppercase;
      font-family: "db_airystd_bd";
      display: block;
      margin-top: 1rem; }
    .category-list li img {
      background: linear-gradient(90deg, #EBEBEB 0%, #C2C0C1 22.92%, #9D9D9D 42.71%, #EBEBEB 63.02%, #B7B5B6 80.73%, #9D9D9D 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      max-width: 100px; }
    .category-list li a {
      display: block;
      transition: all 0.3s;
      opacity: 0.5; }
      .category-list li a:hover, .category-list li a.active {
        background: linear-gradient(90deg, #EBEBEB 0%, #C2C0C1 22.92%, #9D9D9D 42.71%, #EBEBEB 63.02%, #B7B5B6 80.73%, #9D9D9D 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        opacity: 1; }

.article-cover .breadcrumb {
  position: absolute; }

.article-container img {
  width: 100%; }

.article-detail-box {
  max-width: 850px;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto; }

.article-head {
  font-size: 3rem;
  padding-top: 54px;
  padding-bottom: 30px;
  text-align: center;
  font-family: "db_airystd_bd";
  color: #001B71; }

.addthislabel {
  text-transform: uppercase;
  font-family: "db_airystd_bd";
  color: #001B71;
  font-size: 1.125rem;
  margin-right: 12px; }

.article-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 30px; }
  .article-content ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .article-content ul li {
      display: inline-block; }
      .article-content ul li.view {
        border-left: 1px solid #CECECE;
        padding-left: 10px;
        margin-left: 10px; }

.addthis_inline_share_toolbox {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.tag-share {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
  padding-top: 36px;
  padding-bottom: 36px; }

.tag-wrap {
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.tag-name {
  display: inline-block; }
  .tag-name .tag {
    display: inline-block;
    font-size: 0.875rem;
    padding: 6px 16px 7px 16px;
    height: 26px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #000041;
    background-color: #BDBDBD;
    border-radius: 19px;
    margin-right: 6px;
    margin-bottom: 6px;
    text-transform: uppercase; }

.related_bg {
  padding-top: 100px; }
  .related_bg .news-list {
    padding-top: 0; }
  .related_bg .sub-title {
    margin-bottom: 50px; }

.next-prev-wrap {
  padding-top: 30px;
  padding-bottom: 30px; }

@media all and (max-width: 767px) {
  .article-head {
    font-size: 1.5rem;
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0; }

  .article-content {
    display: block;
    margin-bottom: 1rem; }
    .article-content .share-social {
      margin-top: 1rem; }

  .tag-share {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px; }
    .tag-share .tag-wrap {
      margin-bottom: 1rem; }

  .related_bg .sub-title {
    margin-bottom: 25px; }

  .category-list li {
    width: 30%;
    flex: 0 0 30%; }
    .category-list li img {
      height: 80px; }
    .category-list li .cat-name {
      font-size: 1rem; }

  .sub-title {
    font-size: 1.75rem; }

  .subhead-desc {
    font-size: 1.125rem; }

  .top-head h1, .top-head .head-title {
    font-size: 1.75rem; }
  .top-head .head-desc, .top-head p {
    font-size: 1.125rem; }

  .health-thumb .health-subtitle {
    font-size: 1.25rem; }

  .health-thumb p {
    font-size: 1rem; }

  .blog-bottombg {
    padding-top: 56px;
    padding-bottom: 30px; }

  .health-library {
    padding-bottom: 30px; } }
