#page_footer .footer-bottom.black {
  display: none !important;
}

.modal-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 99999999;
}

.modal-content {
  padding: 64px 16px 16px 56px !important;
  border: 1px solid #888 !important;
  position: relative;
  max-width: 1100px;
  width: 95%;
  max-height: 90vh;
  margin: auto;
  background: #ffffff;
  border-radius: 12px;
  overflow-y: auto;
  z-index: 2;
  top: unset;
  left: unset;
  transform: unset;
  scrollbar-width: thin;
  display: flex;
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 15px;
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
}

.popup-wrapper {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  flex: 1;
}

.left-col {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}

.right-col {
  width: 55%;
}

.popup-main-content h2,
.thank-you-message h2 {
  color: #00a5d9;
  margin-bottom: 20px;
  font-family: Univers LT Std !important;
  font-weight: 700 !important;
  font-size: 36px !important;
  line-height: 44px !important;
  letter-spacing: 0%;
}

.logo-content {
  padding-bottom: 66px;
}

.popup-main-content p,
.thank-you-message p {
  color: #717680;
  line-height: 1.6 !important;
  margin-bottom: 40px;
  font-family: Univers LT Std;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
}

.thank-you-message p,
.thank-you-message h2 {
  text-align: center;
}

.thank-you-message {
  padding-right: 40px;
}

.logo-content h3 {
  margin-bottom: 20px;
  color: #414141;
  font-family: Univers LT Std !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 44px !important;
  letter-spacing: 0.1%;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: center;
}

.logo-item {
  width: min-content !important;
}

.logo-item img {
  max-width: 120px;
  opacity: 0.8;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.bg-none {
  background-color: #fff !important;
}

.mb-show {
  display: none;
}
/* responsive */

@media (max-width: 768px) {
  section .container {
    padding: 0px !important;
  }

  .mb_hide {
    display: none;
  }

  .popup-wrapper {
    flex-direction: column;
  }

  .left-col {
    display: block;
    padding: 40px 40px 0;
    width: 80% !important;
  }

  .left-col,
  .right-col {
    width: 100%;
  }

  .logo-content {
    padding-bottom: 0px;
  }

  .modal-content {
    padding: 0px 0px 0px 0px !important;
  }

  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .modal-content {
    width: 95% !important;
    height: 82vh;
  }

  .desktop {
    display: none;
  }

  .popup-main-content p {
    margin-bottom: 0px;
  }

  .mb-show {
    display: block;
    width: 80%;
    margin: auto;
    padding-bottom: 40px;
  }

  .thank-you-message {
    display: flex;
    flex-direction: column;
    padding: 40px;
  }
}
