/*******************************************************/
/************************* Modal ***********************/
/*******************************************************/
body.modal-is-active [data-elementor-type="footer"],
body.modal-is-active [data-elementor-type="header"] {
  position: relative;
  z-index: 1 !important; }

[open-modal],
[close-modal] {
  cursor: pointer; }

[close-modal] {
  text-align: end;
  position: absolute;
  right: 15px;
  top: 15px; }

[close-modal]::after {
  content: "\00d7";
  font-size: 25px;
  font-weight: 400;
  color: #333; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 98;
  opacity: 0;
  pointer-events: none;
  font-family: "Rubik", Sans-serif;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.modal-video iframe {
  width: 100%;
  min-height: 50vh; }

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6); }

.modal.active {
  opacity: 1;
  pointer-events: auto; }

.modal.active .modal-content {
  margin-top: calc(100vh - 85vh); }

.modal-content {
  position: relative;
  z-index: 99;
  background-color: #fff;
  margin: 0 auto;
  margin-top: calc(100vh - 70vh);
  width: 80%;
  max-width: 800px;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  -webkit-transition: margin 0.6s;
  -o-transition: margin 0.6s;
  transition: margin 0.6s;
  font-size: 18px;
  border-radius: 12px; }

.modal .entry-content {
  max-height: 75vh;
  overflow-y: auto;
  padding: 0;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 600px) {
  .modal.active .modal-content {
    margin-top: 0; }
  .modal .modal-content {
    width: 100%; }
  .modal .entry-content {
    display: block;
    width: 100%;
    max-height: 100vh;
    -webkit-box-orient: vertical;
        -ms-flex-direction: column;
            flex-direction: column; } }

.modal-img-side {
  width: 44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f0f0f0;
  text-align: center;
  padding: 0 20px;
  border-radius: 12px 0px 0px 12px;
  padding-top: 50px; }

  @media (min-width: 600px) {
    .modal-img-side{
      -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
    }
  }

.modal-img-side img {
  max-width: 100%;
  height: auto; }

.modal-img-side-title {
  color: #666262;
  font-size: 29px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.modal-img-side-txt {
  color: #736969;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 15px; }

@media (max-width: 600px) {
  .modal-img-side {
    width: 100%;
    border-radius: 12px; } }

.modal-progress-side {
  width: 56%;
  margin: 40px;
  padding: 40px 0;
  overflow: hidden; }

@media (max-width: 600px) {
  .modal-progress-side {
    width: 87%;
    margin: 20px;
    min-height: 400px; } }

.modal-progress-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch; }

.modal-progress-data .next-btn.options-cust-btn:hover {
  background-color: #32fa87; }

.modal-progress-data .finish-btn.options-cust-btn:hover {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px); }

.modal-progress-data .prev-btn.options-cust-btn {
  background-color: rgba(122, 122, 122, 0.11);
  color: #7a7a7a; }

.modal-progress-data .prev-btn.options-cust-btn:hover {
  background-color: #1239ca;
  color: #54595f; }

.modal-progress-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  margin-bottom: 20px;
  border-radius: 0px 12px 12px 0px; }

.modal-progress-line-icon {
  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;
  padding: 5px;
  font-size: 12px;
  border: 1px solid #736969;
  border-radius: 100%;
  color: #736969;
  margin: 0 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.modal-progress-line-icon:first-child {
  -webkit-margin-start: 0;
          margin-inline-start: 0; }

.modal-progress-line-icon.active {
  border-color: #32fa87;
  color: #32fa87; }

.modal-progress-line-icon.complete {
  background-color: #32fa87;
  color: #fff; }

.modal-progress-line-sp {
  width: 100%;
  height: 1px;
  background-color: #c2cbd2; }

.step:not(.active) {
  display: none; }

.step {
  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; }

.step .label-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  color: #000;
  padding-bottom: 7px; }

.step input[type="text"],
.step input[type="number"],
.step input[type="email"] {
  font-family: "Roboto", Sans-serif; }

.step input[type="text"],
.step input[type="number"],
.step input[type="email"],
.step select {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(122, 122, 122, 0.53);
  border-radius: 4px;
  font-size: 15px;
  line-height: 2.1em;
  padding: 0.5rem 1rem; }

.step .unvalid {
  border-color: red !important; }

.step .options-cust-btn {
  margin-top: auto; }

.modal-progress-label-warp {
  margin-bottom: 28px; }

.modal-progress-label-desc {
  margin-top: 12px;
  font-size: 12px;
  color: #000000; }

.checkbox-options-warp {
  margin-bottom: 28px; }

.checkbox-options-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  min-height: 2.1em; }

.checkbox-options-item input {
  -webkit-margin-end: 3px;
          margin-inline-end: 3px; }

.progress-data-btn-warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.progress-data-btn-warp .progress-data-btn {
  margin-top: auto;
  width: 45%; }

.options-cust-btn {
  background-color: #F26C4B;
  color: #ffffff;
  border-radius: 0px;
  padding: 8px 0px 7px 0px;
  width: 100%;
  min-height: 47px;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  font-family: Hero New;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.options-cust-btn:hover {
  background-color: #F26C4B;
  color: #ffffff; }

.options-cust-btn:focus {
  background-color: #F26C4B;
  color: #ffffff; }
