.step__wrapper {
  position: relative;
  text-align: center;
}
@media (min-width: 996px) {
  .step__wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    /* background: #fcf6f1; */
    border-radius: 20px;
  }
}
.step__wrapper-content .item {
  position: relative;
  text-align: center;
  margin: 20px;
}
@media (min-width: 996px) {
  .step__wrapper-content .item {
    width: calc(25% - 30px);
    /* margin: 50px 0; */
  }
}
.step__wrapper-content .item::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
@media (min-width: 996px) {
  .step__wrapper-content .item::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 1px;
    height: 100%;
    background: #000;
  }
}
.step__wrapper-content .item:nth-child(4)::after {
  width: 0;
}
.step__wrapper-content .item .step-title {
  position: relative;
  font-size: 26px;
  margin: 20px;
  display: inline-block;
}
.step__wrapper-content .item .step-title::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 8px;
  z-index: 0;
}
.step__wrapper-content .item .step-title span {
  position: relative;
  z-index: 1;
  font-weight: 600;
}
.step__wrapper-content .item .step-txt {
  font-size: 16px;
}
.step__wrapper-content .item .step-txt a {
  color: #1263bf;
}
.step__wrapper-content .item .step-txt a:hover {
  color: rgba(18, 99, 191, 0.7176470588);
}
.step__wrapper-content .item:nth-child(1) .step-title::before, .step__wrapper-content .item:nth-child(3) .step-title::before {
  background: #ffa9c7;
}
.step__wrapper-content .item:nth-child(2) .step-title::before, .step__wrapper-content .item:nth-child(4) .step-title::before {
  background: #c2a6e3;
}

.popup {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    text-align: center;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  .popup::-webkit-scrollbar {
    width: 0 !important;
  }
  .popup::before {
    content: "";
    display: inline-block;
    height: auto;
    margin-right: -4px;
    vertical-align: top;
  }
  .popup-inner {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    position: relative;
    width: 90%;
    max-width: 1200px;
    padding: 50px 40px;
    -webkit-box-shadow: 0px 2px 6px #000;
    box-shadow: 0px 2px 6px #000;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    margin: 50px 0;
    word-wrap: break-word;
    color: #000;
    /* border: 3px solid var(--popup-main-color); */
    z-index: 3;
  }
  .popup-inner h2 {
    font-weight: 700;
  }
  .popup-inner p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 0px;
  }
  .popup-inner ul + a {
    margin-top: 0px;
  }
  .popup-inner a {
    color: #1263bf;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .popup-inner a:hover {
    color: #1263bfb7;
  }
  /* .popup-inner .btnPopupClose {
    width: 90%;
    text-decoration: none;
    color: var(--popup-main-color);
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
  }
  .popup-inner .btnPopupClose:hover {
      color: rgba(255, 255, 255, 0.863);
    background-color: rgba(0, 0, 0, 0.9);
  } */
  
  .popup-close {
    width: 36px;
    height: 36px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
    /* -webkit-transform: translate(50%, -50%); */
    /* transform: translate(50%, -50%); */
    border-radius: 100%;
    background: transparent;
    /* border: solid 4px #333; */
    /* margin: 36px; */
  }
  
  .popup-close::after, .popup-close::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 4px;
    height: 4px;
    width: 20px;
    border-radius: 30px;
    background: #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .popup-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .popup-close:hover::after, .popup-close:hover::before {
    opacity: 0.6;
  }
  
  /* .popup-close {
    width: 36px;
    height: 36px;
    display: inline-block;
    position: absolute;
    top: 36px;
    right: 36px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 100%;
    background: transparent;
    border: solid 4px #333;
  }
  .popup-close::after, .popup-close::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 4px;
    height: 4px;
    width: 20px;
    border-radius: 30px;
    background: #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .popup-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .popup-close:hover {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    background: var(--popup-main-color);
    text-decoration: none;
    border-color: var(--popup-main-color);
  }
  .popup-close:hover::after, .popup-close:hover::before {
    background: var(--popup--with-background-text-color);
  } */
  
  .popup-content {
    /* padding-bottom: 30px; */
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
  
  .popup-header h5 {
    font-weight: 900;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 0;
    margin: 20px 0;
    color: #fff;
  }
  
  .popup-body {
    text-align: left;
  }