.rvx {display:block;border-bottom:1px dashed #ccc;}#arx .ABR {display:inline-block;width:auto;}.mytext {width:80%;padding:5px 10px;font-size:17px;}.form-group {border-top:1px solid #ccc;padding-top:20px;}.containerx {display: block;position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.qqq {display:inline-block;margin-left:20px;}
.containerx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;border:1px solid #ccc;border-radius:50%;
}
.containerx:hover input ~ .checkmark {
  background-color: #ccc;
}
.containerx input:checked ~ .checkmark {
  background-color: #37d137;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.containerx input:checked ~ .checkmark:after {
  display: block;
}
.containerx .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.containerxx {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.containerxx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmarkx {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.containerxx:hover input ~ .checkmarkx {
  background-color: #ccc;
}
.containerxx input:checked ~ .checkmarkx {
  background-color: #2196F3;
}
.checkmarkx:after {
  content: "";
  position: absolute;
  display: none;
}
.containerxx input:checked ~ .checkmarkx:after {
  display: block;
}
.containerxx .checkmarkx:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bs-glyphicons {
      padding-left: 0;
      padding-bottom: 1px;margin:0 0;
      margin-bottom: 20px;
      list-style: none;
      overflow: hidden;
    }

    .bs-glyphicons li {
     float: left;border:0.5px solid #fff;background:#fff;
     width: 16.666%;
     height: 150px;
     padding: 25px;
     margin: 0 -1px -1px 0;
     font-size: 12px;
     line-height: 1.1;
     text-align: center;
     cursor:pointer;text-transform:uppercase;
    }

    .bs-glyphicons .fa, .bs-glyphicons .fab{
      margin-top: 5px;background:#FDFDFD;
      margin-bottom: 10px;
      font-size: 30px;padding:10px;border:1px solid #ccc;
    }

    .bs-glyphicons .glyphicon-class {
      display: block;
      text-align: center;
      word-wrap: break-word; /* Help out IE10+ with class names */
    }

    .bs-glyphicons li:hover {
      background-color: #EBF4FA;
    }

    @media (max-width: 800px) {
      .bs-glyphicons li {
        width: 33.3%;
      }
    }
	@media (max-width: 540px) {
      .bs-glyphicons li {width: 50%;font-size:12px;padding-top:10px;}
     
    }