.relo-step-from {
  min-height: 100vh;
}
.relo-step-from h1 {
  margin: 25px 0px;
  font-size: 1.75rem;
  color: #000000;
  font-weight: 500;
}

.relo-step-from form {
  background: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px 50px;
  margin-top: 0px;
  display: block;
  text-align: left;
  width: 1000px;
  margin: auto;
}
.relo-step-from form label {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  display: block;
}
.relo-step-from form .form-control {
  border: 0 !important;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: none !important;
  height: 50px;
  font-size: 19px;
}
/* .relo-step-from form .phone-flag .form-control{
    border: 2px solid #ffffff;
} */


.form-group.selectState label {
  font-family: "Roboto";
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-right: 15px;
}
.form-group.selectState .ant-select-selection__rendered,
.form-group.selectState .ant-select-selection {
  height: 40px;
  line-height: 40px;

  color: #000000;
  border-radius: 10px;
  font-size: 16px;
}

.relo-step-from .btn {
  /* background: #000000;
  color: #ffffff; */
  background-color: #d7c7fa;
  color: #000000;
  padding: 6px 30px;
  margin: 0px;
  box-shadow: none;
  outline: none;
  border: 2px solid #d7c7fa;
  font-weight: 500;
}
.relo-step-from .btn.active,
.relo-step-from .btn:focus,
.relo-step-from .btn:active,
.relo-step-from .btn:hover {
  outline: none;
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
}
.relo-step-from h2 {
  font-size: 25px;
  color: #9d9d9d;
  margin: 35px 0px 15px 0px;
  font-weight: 600;
}
.relo-step-from .inner-view {
  display: flex;
  flex-wrap: wrap;
}

.relo-step-from .inner-view .form-group {
  width: 47%;
  margin-right: 25px;
}
.react-datepicker__day-names,
.react-datepicker__week,
.react-datepicker__month-container {
  white-space: nowrap;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}
.relo-step-from .react-datepicker__input-container {
  width: 100%;
}

.relo-step-from .react-datepicker-wrapper {
  width: 100%;
}

.relo-step-from .intl-tel-input {
  width: 100%;
}

.relo-step-from .two-btns-view {
  display: flex;
  justify-content: space-between;
}

.submit-download-view .btn {
  width: 150px;
}

.relo-step-from .btn.btn-back {
  background: #cacaca;
  width: auto;
  border: 2px solid #cacaca;
  color: #000000;
}
.relo-step-from .btn.btn-back:hover {
  background: #ffffff;
  color: #000000;
  border: 2px solid #cacaca;
}
.relo-step-from .btn.download {
  background: #009226;
}

.relo-step-from .btn.btnSend {
  background: #005493;
}
.relo-step-from .btnImg {
  width: 80px;
  margin-bottom: 30px;
  height: auto;
}

.relo-step-from .btnImgEmail {
  width: 100px;
  margin-bottom: 6px;
  height: auto;
}

.relo-step-from .pet-info {
  display: flex;
  flex-wrap: wrap;
}
.relo-step-from .pet-info .form-group {
  width: 47%;
  margin-right: 25px;
}
.relo-step-from .pet-info .form-group:last-child {
  width: calc(20% * 3 - 10px);
}
.relo-step-from .health-info {
  display: flex;
  flex-wrap: wrap;
}
.relo-step-from .health-info .form-group {
  width: 47%;
  margin-right: 25px;
}
.relo-step-from .two-tails {
  display: flex;
}
.relo-step-from .two-tails .form-group {
  width: 30%;
  margin-right: 25px;
}
form ul.qualities {
  list-style-type: none;
  display: flex;
  margin: 0px;
  padding: 0px;
  margin-bottom: 25px;
}
form ul.qualities li {
  margin-right: 15px;
}
form ul.qualities li:last-child {
  margin-right: 0px;
}

form ul.qualities li .btn {
  background: transparent;
  border: 2px solid #bbbbbb;
  color: #545454;
}
form ul.qualities li .btn.active {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
.relo-step-from form label.radio-inline {
  margin: 5px 15px 5px 0px;
  line-height: 23px;
  display: inline-flex;
  align-items: center;
  label{
    display: flex;
    align-items: center;
  }
}
.relo-step-from .tracker-view {
  background: #f5f5f5;
  padding: 30px;
  text-align: center;

  border-radius: 12px;
  width: 1000px;
  margin: auto;
  margin-bottom: 50px;
}
.tracker-view ul {
  display: flex;
  margin: 40px auto;
  padding: 0;
  list-style: none;
  text-align: center;
  list-style-type: none;
  width: 70%;
}
.tracker-view ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  margin: 0;
  padding: 0;
  min-width: 24px;
}
.tracker-view ul li:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.tracker-view ul li .bar {
  display: block;
  position: relative;
  color: #fff;
}
.tracker-view ul li .text h3 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.tracker-view ul li .bar::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85rem;
  width: 100%;
  height: 2px;
  -webkit-transition: background-color 0.3s, background-position 0.3s;
  transition: background-color 0.3s, background-position 0.3s;
  background-color: #7f7f7f;
  right: -50%;
}
.tracker-view ul li:last-child .bar::after {
  display: none;
}
.tracker-view ul li .bar::before {
  content: attr(data-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 20;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  -webkit-transition: background-color, border-color;
  transition: background-color, border-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  content: "\f192";
  font-family: "Font Awesome 6 Pro";
  color: #7f7f7f;
  font-size: 1.75rem;
}

.tracker-view ul li.is-complete .bar::before,
.tracker-view ul li.is-active .bar::before {
  color: #000000;
  content: "\f058";
  font-weight: 800;
}
.tracker-view ul li.is-complete .bar::after {
  background-color: #000000;
}

.step-form-modal form {
  width: 60%;
  margin: 25px auto;
}
.step-form-modal .btn {
  background: #e43226;
  color: #ffffff;

  padding: 6px 20px;
  margin: 0px;
  box-shadow: none;
  outline: none;
}
.step-form-modal label {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 13px;

  color: #676767;
  position: relative;
  top: 2px;
}
.step-form-modal .form-control {
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  background: #ffffff;
  box-shadow: none;
}
.step-form-modal .modal-content {
  background: #fbf8f8;
}
.relo-step-from form .form-control.is-invalid {
  border-color: #dc3545;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.relo-step-from form .svg-inline--fa.fa-w-14 {
  width: 0.875em;
  margin-left: -15px;
  position: relative;
  z-index: 999;
}
.relo-step-from .disclaimer {
  color: #000000;
  padding: 15px 15px;
  border-radius: 5px;
  font-size: 1.15rem;
  font-weight: 600;
}

.submit-download-view {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.submit-download-view .item {
  background: #fafafa;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  min-height: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 0px 4px #b7b7b7;
  margin-right: 50px;
  width: 350px;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.radioValidate {
  color: #e32726;

  font-size: 13px;
}

.submit-download-view .item:last-child {
  margin-right: 0px;
}

.width-23per {
  width: 23%;
}

.width-47per {
  width: 47%;
}

.relo-step-from .form-group .iti__selected-flag {
  background: #ffffff;
}

@media (max-width: 991px) {
  .width-23per {
    width: 100%;
  }
  .width-47per {
    width: 100%;
  }
  .relo-step-from .pet-info,
  .relo-step-from .inner-view,
  .relo-step-from .health-info {
    flex-direction: column;
  }
  .relo-step-from .pet-info .form-group,
  .relo-step-from .inner-view .form-group,
  .relo-step-from .health-info .form-group {
    width: 100%;
  }
  .relo-step-from .two-tails .form-group {
    width: 50%;
    margin-right: 25px;
  }
  .relo-step-from form.c-info .form-group {
    width: 100%;
  }
  .relo-step-from .pet-info .form-group:last-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .submit-download-view {
    justify-content: space-between;
    margin: auto;
    width: 90%;
    margin-top: 35px;
    flex-wrap: wrap;
  }
  .submit-download-view .item {
    width: 45%;
    height: 190px;
  }
}
@media (max-width: 550px) {
  .submit-download-view .item {
    width: 100%;
    margin: 0px 0px 30px 0px;
  }
}
.resources-tab-view .tab-modal ul li {
  margin-left: 3rem;
}
