.plans-phone-compatibility-section {
  margin-top: 60px;
  background-image: url("../../img/plans/background-plans-imei.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 600px;
}

.plans-phone-compatibility-section #compatibility-form .imei-form-group {
  width: 100%;
}

.plans-phone-compatibility-section #compatibility-form .imei-form-group input {
  border-bottom: none;
  background: rgba(255, 255, 255, 0.3);
}

.plans-phone-compatibility-section .phone-hand-left {
  background-image: url("../../img/plans/phone-hand-left.png");
  background-size: auto 78%;
  background-repeat: no-repeat;
  background-position: left center;
}

.plans-phone-compatibility-section .phone-hand-right {
  background-image: url("../../img/plans/phone-hand-right.png");
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: right center;
}

.imei-form-group input~label, .imei-form-group textarea~label {
  margin-left: 15px;
}

.plans-phone-locate-imei-section {
  margin-bottom: 50px;
}
.plans-phone-locate-imei-section .find-imei-steps {
  background: linear-gradient(90deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
}

@media (min-width: 320px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {
  .plans-phone-compatibility-section .phone-hand-left {
    background-size: auto 78%;
  }

  .plans-phone-compatibility-section .phone-hand-right {
    background-size: auto 80%;
  }
}
@media (min-width: 1024px) {
  .plans-phone-compatibility-section #compatibility-form .imei-form-group {
    width: 60%;
  }
}
@media (min-width: 1280px) {}
@media (min-width: 1440px) {}
