.ajax-spinner {
	display: none;
}
.btn-loading {
  position: relative;
  overflow: hidden;
}
.btn-loading i {
  position: absolute;
  top: 50%;
  /* transform: translateY(-50%); */
  display: inline-block;
  margin-top: -7.5px;
  /* width: 25px; */
  /* height: 25px; */
}
.btn-loading-left.active {
  padding-left: 30px !important;
}
.btn-loading-left i {
  left: -9999px;
  /*left: 8px;*/
}
.btn-loading-left.active i {
  left: 8px;
  /*left: 8px;*/
}
.btn-loading-right.active {
  padding-right: 30px !important;
}
.btn-loading-right i {
  right: -9999px;
  /*left: 8px;*/
}
.btn-loading-right.active i {
  right: 8px;
  /*left: 8px;*/
}

.features-list{
	list-style-type: square;
}

@media (max-width: 767px) {
    #XML strong,
    #XML a,
    #Personlized strong,
    #Personlized a,
    #C strong,
    #C a,
    #PHP strong,
    #PHP a {
        word-wrap: break-word;
        white-space: pre-wrap;
        word-break: normal;   
    }
}
i span {
	text-indent: -9999px !important;
	display: inline-block;
}