@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,600;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #212529;
  font-size: 1.5rem;
}

.rounded-10 {
  border-radius: 10px !important;
}

.btn-orange {
  background: #f74230;
  border: 1px solid #f74230;
  color: #fff;
}

@media (max-width: 767px) {
  .btn-orange {
    background-color: transparent;
    border: none;
  }
}

.text-orange {
  color: #f74230;
}

.btn-green {
  background: #3BD09F;
  border: 1px solid #3BD09F;
  color: #fff;
}

.text-ok {
  color: #3BD09F;
}

.bg-green {
  background: #03A694;
}

.border-right-0 {
  border-right: 0px !important;
}

.border-left-0 {
  border-left: 0px !important;
}

.rounded-top-right-0 {
  border-top-right-radius: 0px !important;
}

.w-40 {
  width: 40%important;
}

.w-10 {
  width: 10%important;
}

.d-block {
  display: block;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-white {
  color: #fff !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.pr-0 {
  padding-right: 0 !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-6 {
  margin-bottom: 4rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 4em;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-1 {
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}

.p-0 {
  padding: 0 !important;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.mb-0 {
  margin-bottom: 0 !important;
}

table {
  border-collapse: collapse;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.border-top-0 {
  border-top: 0 !important;
}

.my-4 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-5 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.btn-dark {
  color: #fff;
  background-color: #8090a0;
  border-color: #343a40;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
}

.font-weight-bold {
  font-weight: 500 !important;
}

.h5,
h5 {
  font-size: 2rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-secondary {
  color: #6c757d !important;
}

.h1,
h1 {
  font-size: 3.5rem;
  font-weight: 900;
}

.form-group {
  margin-bottom: 1rem;
}

.text-right {
  text-align: right !important;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.card-details .row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}

.rotate-right {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

#content .navbar .media img {
  width: 50px;
}

.steps-page {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.steps-page h1 {
  font-weight: 600;
}

.steps-page .orange-divider {
  background: #f74230;
  height: 4px;
  width: 100px;
}

.steps-page .input-group input:focus .input-group {
  border: 1px solid #f74230 !important;
}

.steps-page #progressbar li.active .step-txt {
  color: #f74230;
  display: block;
  font-size: 14px;
}

.steps-page #progressbar li.active .cone::before {
  content: '';
  position: absolute;
  left: 43.9%;
  z-index: -1;
  top: 35%;
  width: 0;
  height: 0;
  border-left: 14px solid white;
  border-right: 14px solid white;
  border-top: 25px solid #e84d3d;
  -webkit-transform: rotate(45deg);
  transform: rotate(0deg);
  display: block;
}

.steps-page #progressbar li .cone::before {
  content: '';
  display: none;
}

.steps-page #progressbar li .step-txt {
  display: none;
}

.steps-page a.btn {
  font-size: 21px !important;
}

.steps-page .step-form.inline-forms .col-2 {
  padding-right: 0px;
  padding-left: 1px;
}

.steps-page .step-form.inline-forms .form-group input + .placeholder {
  top: 21px;
}

.steps-page .step-form.inline-forms .form-group input:focus + .placeholder {
  left: 25px;
}

.steps-page .step-form.inline-forms .add-btn .btn {
  background: #2ECD99;
  color: white;
  border: 1px solid #2ECD99;
  color: white;
  padding: 5px 17px;
  min-height: 60px;
  font-size: 30px;
  border-radius: 4px;
  margin: 23px auto;
}

.steps-page .step-form .table tbody {
  color: #444;
}

.steps-page .step-form .table td:nth-child(1),
.steps-page .step-form .table .table th:nth-child(1) {
  border-right: 1px solid #dee2e6;
}

.steps-page .step-form .card-details .input-group-addon {
  padding: 6px 12px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.steps-page .step-form .custom-width {
  width: 70%;
  display: block;
  margin: auto;
}

.steps-page .step-form .card-details {
  width: 70%;
}

.steps-page .step-form .card-details .form-control {
  margin: 0px !important;
  background: #fff;
}

.steps-page .step-form .card-details .rounded-bottom-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.steps-page .step-form .card-details .rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.steps-page .step-form .card-details .rounded-bottom-left-0 {
  border-bottom-left-radius: 0 !important;
}

.steps-page .step-form .card-details .rounded-top-left-0 {
  border-top-left-radius: 0 !important;
}

.steps-page .step-form .card-details .rounded-bottom-right-0 {
  border-bottom-right-radius: 0 !important;
}

.steps-page .step-form .form-check-label {
  color: #707070;
}

.steps-page .step-form .form-check {
  padding: 8px 20px;
}

.steps-page .step-form input[type=checkbox],
.steps-page .step-form input[type=radio] {
  width: 16px;
  height: 16px;
}

.steps-page .step-form .form-group {
  position: relative;
}

.steps-page .step-form .form-group .form-control {
  padding: 10px 14px;
  min-height: 54px;
  border-radius: 4px;
  border: solid 1px #a8a8a8;
  margin: 18px auto;
  background-color: transparent;
  font-size: 20px;
  color: #7e8080;
}

.steps-page .step-form .form-group .form-control:focus {
  border: solid 1px #e84d3d;
}

.steps-page .step-form .form-group input:focus + .placeholder,
.steps-page .step-form .form-group input.not-empty + .placeholder {
  margin-top: -18px;
  background: #29292A;
  z-index: 9;
  padding: 0 10px;
  left: 10px;
  font-size: 13px;
  color: #29cb97;
}

.steps-page .step-form .form-group input {
  border: 1px solid transparent;
  border-bottom-color: #c6cede;
  height: 40px;
  line-height: 40px;
  padding: 0 17px;
  border-radius: 0;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 10px 0;
  color: #8595b1;
  background: none;
  z-index: 2;
}

.steps-page .step-form .form-group input + .placeholder {
  position: absolute;
  top: 0;
  line-height: 34px;
  text-transform: capitalize;
  padding: 0 17px;
  margin-top: 10px;
  font-family: "Karla", sans-serif;
  font-size: 18px;
  z-index: 0;
  -webkit-transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  color: #80868B;
}

.steps-page .step-form .form-group input + .placeholder span {
  color: #e84d3d;
  font-weight: bold;
  font-size: 21px;
}

@media (max-width: 767px) {
  .title-head .far {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */