.create-input .material-icons {
  position: absolute !important;
  right: 0 !important;
  top: 10px !important;
  color: #9e9e9e;
}
.my-family-icons .icon-selector.active .mother-icon {
  background: url(../images/mother-icon-green.png) no-repeat center center;
}
.my-family-icons .icon-selector.active .father-icon {
  background: url(../images/father-icon-green.png) no-repeat;
}
.my-family-icons .icon-selector.active .spouse-icon {
  background: url(../images/spouse-icon-green.png) no-repeat;
}
.my-family-icons .icon-selector.active .kids-icon {
  background: url(../images/kids-icon-green.png) no-repeat;
}
.my-family-icons .icon-selector.active .others-icon {
  background: url(../images/others-icon-green.png) no-repeat;
}
.my-family-icons .mother-icon {
  background: url(../images/mother-icon-red.png) no-repeat;
}
.my-family-icons .father-icon {
  background: url(../images/father-icon-red.png) no-repeat;
}
.my-family-icons .spouse-icon {
  background: url(../images/spouse-icon-red.png) no-repeat;
}
.my-family-icons .kids-icon {
  background: url(../images/kids-icon-red.png) no-repeat;
}
.my-family-icons .others-icon {
  background: url(../images/others-icon-red.png) no-repeat;
}
.my-family-icons .mother-icon,
.my-family-icons .father-icon,
.my-family-icons .spouse-icon,
.my-family-icons .kids-icon,
.my-family-icons .others-icon {
  width: 100%;
  height: 70px;
  background-position: 47% center !important;
  background-size: 55px !important;
}
.family-category-listing .selective-icons {
  margin: 20px 0px;
}
.family-category-listing .particular-category-div .icon-selector {
  float: none;
  margin: auto;
}
.family-category-listing .my-family-icons-bottom {
  text-align: center;
}
.family-category-listing .my-family-icons-bottom .family-icon-div {
  width: 20%;
  display: inline-block;
}
.family-category-listing .my-family-icons-bottom .icon-selector {
  width: 100%;
  float: none;
}
.family-category-listing .my-family-icons-bottom h5 {
  color: #f98315;
}
.family-category-listing .same-address {
  margin-bottom: 0px;
}
.family-category-listing .same-address label {
  top: 0;
}
.allergy .card {
  margin: 0px;
}
.allergy .card .card-content {
  padding: 0;
}
.allergy .card .btn-floating {
  background-color: #028ed2 !important;
}
.allergy .card .card-title.activator {
  position: absolute;
  right: 16px;
  /* top: -20px;*/
}
.allergy .card .card-reveal {
  padding: 40px;
}
.allergy .card .card-reveal .card-title .material-icons {
  position: absolute;
  right: 15px;
  top: 15px;
}
.types-of-allergy .other-allergy {
  margin-top: 30px;
}
.types-of-allergy .other-allergy ul,
.types-of-allergy .other-allergy .collapsible-header,
.types-of-allergy .other-allergy .collapsible-body {
  border: none;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.types-of-allergy .other-allergy .collapsible-header i {
  margin-right: 0px;
  border: 1px solid #01a9eb;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  padding: 2px;
  color: #9e9e9e;
}
.types-of-allergy .other-allergy .collapsible-body p {
  padding: 0;
}
.types-of-allergy .other-allergy-below {
  text-align: center;
  margin-top: 45px;
}
.types-of-allergy .allergy-name {
  width: 20%;
  display: inline-block;
  text-align: center;
  margin: 0% 1%;
}
.types-of-allergy .allergy-name i {
  margin-right: 0px;
  border: 1px solid #01a9eb;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  padding: 10px 0px;
  color: #9e9e9e;
  margin-bottom: 12px;
}
.types-of-allergy .allergy-name label {
  font-size: 15px;
  margin-top: 10px;
  color: #01a9eb;
  font-family: 'open-sans-regular';
}
.first-td1 {
  min-width: 80px;
  width: 100px;
}
.first-td1 h5 {
  font-size: 13px;
  text-align: center;
  margin-top: 3px;
  color: #3daf2c;
}
.first-td1 img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.collapsible-header,
.other-allergy h6,
.drug-allergy h6 {
  font-size: 17px;
  margin-top: 10px;
  color: #01a9eb;
  font-family: 'open-sans-regular';
}
.collapsible-header,
.collapsible-body {
  font-size: 12px;
}
@media (max-width: 480px) {
  .first-td1 {
    width: 85px;
    text-align: center;
  }
  .first-td1 h5 {
    font-size: 12px;
  }
  .first-td1 img {
    width: 55px !important;
    height: 55px !important;
  }
  .family-category-listing table tr td .input-field label {
    font-size: 12px;
  }
}
@media (max-width: 425px) {
  .allergy .card .card-reveal {
    padding: 20px;
  }
  .allergy-name {
    width: 40% !important;
    margin-bottom: 15% !important;
  }
  .allergy-name label {
    font-size: 13px !important;
  }
  .my-family-icons .mother-icon,
  .my-family-icons .father-icon,
  .my-family-icons .spouse-icon,
  .my-family-icons .kids-icon,
  .my-family-icons .others-icon {
    background-size: 45px !important;
  }
  .family-category-listing .selective-icons {
    margin: 0px;
  }
  .family-category-listing .particular-category-div .icon-selector h5 {
    margin-top: 0px;
  }
  .card-reveal .selective-icons {
    margin: 20px 0px !important;
  }
}
@media (max-width: 370px) {
  .first-td1 {
    min-width: 50px !important;
    width: 50px !important;
  }
  .first-td1 h5 {
    font-size: 11px;
  }
  .first-td1 img {
    width: 47px !important;
    height: 47px !important;
  }
  .family-category-listing .my-family-icons-bottom .family-icon-div {
    width: 23%;
    display: inline-block;
  }
}
.margin-clear-rdo {
  margin-bottom: 0px !important;
}
.margin-clear-top {
  margin-top: 0px;
}
