@media (max-width: 767px) {
  .itemFullText img {
    
  }
}

.no-mainbody #mainbody {
  display: none;
}

.fa.fa-sign {
  background: url('../../../templates/t3_bs3_blank/images/icons/fa-sign.png') no-repeat scroll;
  height: 56px;
  width: 56px;
}
.pdf:before {
  content: "\f1c1";
  font-family: FontAwesome;
  margin-right: 5px;
}

.yellow-bullet ul,
.yellow-bullet ol {
  list-style: none !important;
  padding: 0 !important;
}
.yellow-bullet ul li,
.yellow-bullet ol li {
  padding: 5px 0;
}
.yellow-bullet ul li:before,
.yellow-bullet ol li:before {
  content: "\f111" !important;
  color: #ed1c24 !important;
  font-family: FontAwesome !important;
  font-weight: bold !important;
  display: inline-block !important;
  width: 1.3em !important;
}
ul.no-list {
  float: left;
  list-style: none;
  margin-bottom: 30px;
  padding: 0;
  width: 100%;
}
ul.col-2,
ul.col-3 {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
ul.col-2 li {
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  ul.col-2 li {
    width: 100%;
  }
}
ul.col-3 li {
  float: left;
  width: 33.33%;
}
@media (max-width: 991px) {
  ul.col-3 li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  ul.col-3 li {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .equalize {
    height: auto !important;
  }
}