body {
  font-family: Arial, Helvetica, sans-serif;
}
p {
  margin: 0px;
  padding: 0px;
}
.order__discount__strip {
  background-color: #800000;
  padding: 17px 0px;
}
.order__strip__holder {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.order__strip__content {
  flex-grow: 1;
  margin: 0px 20px;
  text-align: center;
  color: rgb(241, 241, 241);
}
.order__strip__content p {
  font-size: 15px;
}
.order__strip__content .order__discount_name {
  padding: 5px;
  background-color: #c54022;
  border-radius: 3px;
  font-style: italic;
  font-size: 14px;
}
.order__discount__strip__cancel {
  font-size: 18px;
  color: rgb(240, 240, 240);
  cursor: pointer;
}
.order__discount__percentage {
  font-size: 17px;
  color: white;
  font-weight: 600;
}
.order__header__logo img {
  height: 40px;
  width: auto;
}
.order__header__content {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  flex-direction: row;
  align-items: center;
  width: 83%;
  margin: auto;
}
.order__header__logo,
.order__see__order {
  flex-grow: 1;
  text-align: left;
}
.order__see__order {
  text-align: right;
}
.order__see__order a {
  display: inline-block;
  color: rgb(36, 36, 36);
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}
.order__form__holder {
  width: 83%;
  margin: auto;
  margin-bottom: 30px;
}
.order__form__step1 .order__form__section {
  background: rgba(7, 92, 189, 0.037);
  padding: 1.5rem 1rem;
  border-bottom: 3px solid white;
  /* margin-top: 10; */
}
.paper__details {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.paper__particulars {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.order__form__step1 input[type="text"],
.order__form__step1 textarea,
.order__form__step1 select,
.discount__form input[type="text"],
.paper__email__getter input[type="email"] {
  padding: 9px;
  outline: none;
  border-radius: 4px;
  width: 100%;
  border: 1px solid rgba(139, 139, 139, 0.452);
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.order__form__step1 label {
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}
.step1__price__holder {
  padding-top: 21px;
}
.step1__price__holder .price__holder p {
  line-height: 2rem;
  font-weight: 600;
  font-size: 1.4rem;
  color: black;
}
.price__orange,
.price__orange__discount {
  color: #1977cc !important;
}
.step1__price__holder .benefit__prompt {
  font-size: 14px;
  font-style: italic;
  line-height: 19px;
  color: rgb(66, 66, 66);
}
.order__price__divider {
  padding: 6px;
}
.order__cost__discount {
  padding: 3px 10px;
  border-radius: 3px;
  background-color: rgb(238, 238, 238);
  font-size: 13px;
}
.order__form__submit {
  width: 100%;
  text-align: right;
  margin: 10px 0px;
  padding-right: 20px;
}
.order__form__submit button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  outline: none;
  /* background-color: #800000; */
  background-color: #1977cc;
  cursor: pointer;
  border: none;
  color: white;
  height: 50px;
  padding: 0px 25px;
  border-radius: 25px;
  margin: auto;
  font-weight: 600;
}
.guarantee__images {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  flex-direction: row;
}
.guarantee__images img {
  height: 30px;
  margin: 15px 20px;
}
.order__Page__footer {
  min-height: 15vh;
  background-color: #ad857c18;
}
.order__Page__footer .footer__terms {
  height: 15vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.order__Page__footer .footer__terms p {
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.order__Page__footer .footer__terms p:nth-child(2) {
  opacity: 0.9;
  font-size: 12px;
  margin-top: 10px;
}
.phone__files__upload label {
  color: #1977cc;
  font-size: 15px;
  cursor: pointer;
}
.phone__files__upload label .fa {
  margin-right: 8px;
}
.upload__file__holder_div__phone {
  display: block;
}
.upload__file__holder_div__pc {
  display: block;
}
.upload__file__holder {
  display: inline-block;
  opacity: 0.5;
}
.upload__file__content {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  align-items: center;
  background-color: #d8d7d6;
  padding: 7px;
  border-radius: 3px;
  margin: 5px 5px;
}
.upload__file__holder .fa:nth-child(2) {
  font-size: 16px;
  color: #0086d4;
  cursor: pointer;
}
.order__forms .order__form .upload__file__holder .fa:nth-child(1) {
  margin-right: 7px;
}
.upload__file__holder p {
  white-space: nowrap;
  overflow: hidden;
  /* font-weight: 600; */
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 7px;
  text-overflow: ellipsis;
}
.upload__file__holder .fa-trash {
  font-size: 17px;
}
.upload__file__holder .fa-times {
  cursor: pointer;
  margin-left: 7px;
  font-size: 18px;
  transition: 0.2s all linear;
}
.upload__file__holder .fa-times:hover {
  color: rgb(194, 11, 11);
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
  border: 1px solid #bbbbbb;
  background-color: white;
  border-radius: 4px;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  border-color: #949393;
}

.control input:checked ~ .control__indicator {
  background: #1977cc;
  border: none;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #1977cc;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none;
}

.control__indicator:after {
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
  display: none;
  font-size: 16px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff;
}

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #7e0cf5;
  opacity: 0.2;
}
.control {
  display: flex;
  align-items: center;
}
.font-weight-bold {
  font-size: 1rem;
  font-weight: 700 !important;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}
.d-sm-flex {
  margin-bottom: 0.8rem;
}
.order__summary,
.order__summary__price {
  padding: 0 1.5rem;
  background: #f9f7f3;
  border-bottom: 2px solid #fff;
  padding-top: 1.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.order-step-2 {
  padding: 1.5rem 0;
}
.order__summary__header {
  margin-bottom: 1rem !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order__summary__header .edit__order {
  font-size: 0.875rem;
  color: #2196f3;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 600;
}
.list-unstyled li {
  line-height: 1.75rem;
  box-sizing: border-box;
  padding-left: 0;
  list-style: none;
  font-size: 0.875rem;
  color: #212529;
  font-family: Arial, Helvetica, sans-serif;
}
.paper__email__getter .order__email__holder label {
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  padding-left: 2rem;
  margin-bottom: 5px;
}
.order__summary__price {
  border-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 1.5rem;
}
.discount__form button {
  padding: none;
  background-color: transparent;
  outline: none;
  border: none;
}
.discount__form button span:nth-child(1) {
  color: #1977cc;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
}
.discount__income .hidden {
  display: none;
}
.discount__form button .discount__progress {
  margin-left: 6px;
  display: none;
  color: #c54022;
}
.discount__form button .discount__progress .fa {
  font-size: 20px;
}
.order__summary__price p:nth-child(1) {
  line-height: 2rem;
  font-weight: 700 !important;
  font-size: 1.3rem;
  font-family: Arial, Helvetica, sans-serif;
}
.order__summary__price .d-sm-flex {
  margin-top: 6px;
}
.discount__amount__holder {
  display: none;
}
.discount__amount__holder p:nth-of-type(1) {
  font-size: 0.9rem;
}
.discount__amount__holder .benefit__prompt {
  font-size: 13px;
  background-color: #0086d40c;
  border-radius: 2px;
  padding: 5px;
}
.discount__amount__holder .order__cost__discount {
  background-color: rgb(224, 224, 224);
}
.step-2-footer {
  margin-top: 2vh;
}
.step-2-order-submit {
  text-align: center;
}
.step-2-order-submit .guarantee__images {
  justify-content: center;
}
.step-2-order-submit button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  outline: none;
  background-color: #1977cc;
  cursor: pointer;
  border: none;
  color: white;
  height: 50px;
  padding: 0px 25px;
  border-radius: 25px;
  font-weight: 600;
}
.order__stepper__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 1.5rem;
  font-weight: 600;
  margin-top: 0.5rem;
}
.order__stepper__container .order__step_phone {
  display: none;
}
.order__stepper__container svg {
  height: 10px;
  margin: 0px 10px;
  width: 10px;
}
.order__stepper__container button {
  background-color: transparent;
  outline: none;
  border: none;
}
.order__stepper__container .step__number {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
  line-height: 1.3125rem;
  display: inline-block;
  margin-right: 0.5rem;
  border: 2px solid #f9f7f3;
  background-color: #f9f7f3;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
}
.order__stepper__container .active .step__number,
.order__stepper__container .done {
  border-color: #a9d7ff;
  background: #a9d7ff;
  color: #fff;
}

.order__stepper__container .active .step__number {
  /* display: ; */
  border-color: #1977cc;
  background: #1977cc;
}
.order__stepper__container button span {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  /* font-weight: 600; */
}
.order__stepper__container .step {
  opacity: 0.5;
}
.order__stepper__container .active {
  opacity: 1;
}
.order__stepper__container .done .fa {
  font-size: 14px;
}
.paypal__payment_holder {
  width: 100%;
  border-radius: 6px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 20px;
  background-color: rgba(199, 184, 180, 0.13);
}
.paypal__amount__holder .row {
  margin: 0px !important;
  padding: 0px !important;
}
.paypal__amount__holder .row .col {
  padding: 0px !important;
  margin: 0px !important;
}
.paypal__amount__holder .row .col:nth-child(1) p {
  font-size: 1.3rem;
  font-weight: 700;
}
.paypal__amount__holder .row .col:nth-child(2) p {
  font-size: 13px;
  line-height: 17px;
  margin: 0px 10px;
}
.paypal__amount__holder {
  border-bottom: 1px solid rgba(199, 184, 180, 0.247);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.paypal__guarantees__holder img {
  height: 40px;
  margin: auto;
}
.paypal__guarantees__holder p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  margin: auto;
}
.paypal__guarantees__holder .col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.paypal__confirm__input {
  margin-top: 35px;
}
.paypal__confirm__input label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  cursor: pointer;
  line-height: 16px;
  color: rgb(43, 43, 43);
}
.pc__step {
  display: block;
}
.phone_step {
  display: none;
}
.pc__step1__price__holder {
  position: sticky;
  top: 9vh;
  z-index: 1001;
}
.phone__price__holder {
  display: none;
}
.order__stepper__container button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.page-divider {
  height: 22vh;
}
.footer__terms a {
  color: rgb(0, 140, 255);
}

@media (max-width: 630px) {
  .page-divider {
    height: 15h !important;
    /* display: none !important; */
  }
}

/* ===== progress loader =====  */
#progress-preloader {
  overflow: hidden;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
  display: none;
  background-color: rgba(5, 119, 204, 0.087);
}

#progress-preloader .medilife-load {
  -webkit-animation: 2000ms linear 0s normal none infinite running medilife-load;
  animation: 2000ms linear 0s normal none infinite running medilife-load;
  background: transparent;
  border-color: rgb(25, 119, 204);
  border-top-color: #1977cc18;
  border-left-color: #1977cc18;
  border-right-color: #1977cc18;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  height: 50px;
  left: calc(50% - 25px);
  position: relative;
  top: calc(50% - 25px);
  width: 50px;
  z-index: 9;
}

@-webkit-keyframes medilife-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes medilife-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.discount-amount-and-type {
  padding: 5px 10px;
  border: 2px dashed #fa9b26;
  margin: 10px 0px;
  margin-top: 5px;
  border-radius: 1px;
}

.discount-amount-and-type div {
  font-size: 14px;
  line-height: 15px;
}

.discount-amount-and-type .actual-code {
  font-weight: bold;
  font-style: italic;
  padding: 0px 5px;
}

.discount-amount-and-type .actual-discount-percent {
  font-size: 14px;
  font-weight: bold;
}
