.fa-minus:before {
  content: "\f107";
}
.m-d.expand-list {
  margin: 0;
  padding: 0;
}
.m-d.expand-list > li {
  list-style-type: none;
  padding: 5px 0;
  border-bottom: 1px solid #898989bf;
  position: relative;
}
.m-d label[class^="tab"]:hover {
  cursor: pointer;
}
.m-d input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.m-d input[class^="tab"] {
  height: 0px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff0;
}
.m-d input[class^="tab"]:hover {
  cursor: pointer;
}
.m-d label[class^="tab"] {
  font-weight: 400;
  color: #cfcfcf;
}
.m-d .content {
  height: auto;
  max-height: 0;
  max-width: 600px;
  /*        background: yellow;*/
  overflow: hidden;
  transform: translateY(20px);
  transition: all 500ms ease-in-out 0ms;
}
.m-d li[data-md-content="100"] input[class^="tab"]:checked ~ .content {
  max-height: 100px;
  transition: all 150ms ease-in-out 0ms;
}
.m-d li[data-md-content="200"] input[class^="tab"]:checked ~ .content {
  max-height: 200px;
  transition: all 200ms ease-in-out 0ms;
}
.m-d li[data-md-content="300"] input[class^="tab"]:checked ~ .content {
  max-height: 300px;
  transition: all 250ms ease-in-out 0ms;
}
.m-d li[data-md-content="400"] input[class^="tab"]:checked ~ .content {
  max-height: 400px;
  transition: all 250ms ease-in-out 0ms;
}
.m-d li[data-md-content="500"] input[class^="tab"]:checked ~ .content {
  max-height: 500px;
  transition: all 250ms ease-in-out 0ms;
}
.m-d li[data-md-content="600"] input[class^="tab"]:checked ~ .content {
  max-height: 600px;
  transition: all 250ms ease-in-out 0ms;
}
.m-d li[data-md-content="700"] input[class^="tab"]:checked ~ .content {
  max-height: 700px;
  transition: all 300ms ease-in-out 0ms;
}
.m-d li[data-md-content="800"] input[class^="tab"]:checked ~ .content {
  max-height: 800px;
  transition: all 300ms ease-in-out 0ms;
}
.m-d li[data-md-content="900"] input[class^="tab"]:checked ~ .content {
  max-height: 900px;
  transition: all 300ms ease-in-out 0ms;
}
.m-d li[data-md-content="1000"] input[class^="tab"]:checked ~ .content {
  max-height: 1000px;
  transition: all 350ms ease-in-out 0ms;
}
.m-d li[data-md-content=""] input[class^="tab"]:checked ~ .content {
  max-height: 1000px;
  transition: all 250ms ease-in-out 0ms;
}
.m-d input[class^="tab"]:checked ~ .content {
  margin-bottom: 20px;
}
.m-d .open-close-icon {
  display: inline-block;
  position: absolute;
  right: 20px;
  transform: translatey(2px);
}
.m-d .open-close-icon i {
  position: absolute;
  left: 0;
}
.m-d .open-close-icon .fa-minus {
  transform: rotate(-90deg);
  transition: transform 150ms ease-in-out 0ms;
}
.m-d input[class^="tab"]:checked ~ .open-close-icon .fa-minus {
  transform: rotate(0deg);
  transition: transform 150ms ease-in-out 0ms;
}
.m-d .open-close-icon .fa-plus {
  opacity: 1;
  transform: rotate(-90deg);
  transition: opacity 50ms linear 0ms, transform 150ms ease-in-out 0ms;
}
.m-d input[class^="tab"]:checked ~ .open-close-icon .fa-plus {
  opacity: 0;
  transform: rotate(0deg);
  transition: opacity 50ms linear 0ms, transform 150ms ease-in-out 0ms;
}
.cd__intro {
  padding: 60px 30px;
  margin-bottom: 15px;
  flex-direction: column;
}
.cd__intro,
.cd__credit {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #333;
  line-height: 1.5;
  text-align: center;
}
.cd__intro h1 {
  font-size: 18pt;
  padding-bottom: 15px;
}
.cd__intro p {
  font-size: 14px;
}
.cd__action {
  text-align: center;
  display: block;
  margin-top: 20px;
}
.cd__action a.cd__btn {
  text-decoration: none;
  color: #666;
  padding: 10px 15px;
  display: inline-block;
  margin-left: 5px;
}
.cd__action a.cd__btn:hover {
  background: #666;
  color: #fff;
  transition: .3s;
  -webkit-transition: .3s;
}
.cd__action .cd__btn:before {
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 10px;
}
.microchip .down:before {
  content: "\f063";
}
.microchip .back:before {
  content: "\f106";
}
.cd__credit {
  padding: 12px;
  font-size: 9pt;
  margin-top: 40px;
}
.cd__credit span:before {
  font-family: FontAwesome;
  color: #e41b17;
  content: "\f106";
}
.cd__credit a {
  color: #333;
  text-decoration: none;
}
.cd__credit a:hover {
  color: #1DBF73;
}
.cd__credit a:hover:after {
  font-family: FontAwesome;
  content: "\f08e";
  font-size: 9pt;
  position: absolute;
  margin: 3px;
}
.cd__main {
  background: #62778C !important;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.cd__main {
  display: flex;
}
@media only screen and (min-width: 1360px) {
  .cd__main {
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
  }
}
.fa,
.fas {
  font-weight: 600 !important;
  font-size: x-small;
  margin-top: -15px;
  color: #fff;
}
.microchip .cd-microchip-list li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: initial;
}
.microchip-li-ok {
  position: relative;
  line-height: inherit;
  background-image: url('https://www.surepetcare.com/media/microchip/ok.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: initial;
  padding-left: 30px;
  color: #fff;
}
.microchip-li-not {
  position: relative;
  line-height: inherit;
  background-image: url('https://www.surepetcare.com/media/microchip/not.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: initial;
  padding-left: 30px;
  color: #fff;
}
.microchip-li-no {
  position: relative;
  line-height: inherit;
  background-image: url('https://www.surepetcare.com/media/microchip/no.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: initial;
  padding-left: 30px;
  color: #fff;
}
.microchip-li-info {
  display: flex;
  background: #62778C !important;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.parent {
  position: relative;
  top: 0px;
  left: 0px;
  margin: -50px 0px;
  float: left;
}
.image1 {
  position: relative;
  top: 0;
  left: 0;
}
.ok-icon {
  position: absolute;
  left: 45px;
  width: 20px;
  top: -80px;
  height: 20px;
}
.new_checker_panel_show {
  display: block !important;
  max-width: 900px;
  margin: 0px auto;
}
