.icon-ipados {
  width: 60px;
  height: 96px;
  background-size: 60px 96px;
  background-repeat: no-repeat;
  background-image: url("/mideast/support/products/s/images/ipad/en/ipados_icon__cvonhnulewsy_large.png");
  margin-top: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx),
  (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi) {
  .icon-ipados {
    background-image: url("/mideast/support/products/s/images/ipad/en/ipados_icon__cvonhnulewsy_large_2x.png");
  }
}

#ac-globalfooter a {
  display: inline-block;
}

.icon-ipados {
  width: 60px;
  height: 96px;
  background-size: 60px 96px;
  background-repeat: no-repeat;
  background-image: url("/v/support/products/s/images/shared/ipados_icon__cvonhnulewsy_large.png");
  margin-top: 10px;
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx),
  (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi) {
  .icon-ipados {
    background-image: url("/v/support/products/s/images/shared/ipados_icon__cvonhnulewsy_large_2x.png");
  }
}


.section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
  margin-left: auto;
  margin-right:auto;

}

/*#main > section.section.section-plans > div > div > div.column.column-plan-group.large-6.medium-7.small-12.small-offset-0 > div > div.flex-row.column-labels.typography-pricing-body-semibold > div {
    justify-content: flex-end;
}*/

@media only screen and (max-width: 734px) {
  .section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
    margin-left:50px;
  }
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
  .section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
    margin-left: auto;
    margin-right: 6px;
}
} 

@media only screen and (min-width: 1069px) {
  .section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
    margin-left: auto;
    margin-left: 60px;
}
}