.omdia-banner-width {
  width: 80%;
  margin: auto;
}
.omdia-banner {
  background-size: cover;
  background-position: center;
  color: white;
  padding: 20px;
  min-height: 120px;
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}
.omdia-heading {
  font-size: 32px;
}
.omdia-head {
  color: #1e7ac4;
}
.omdia-thankyou-heading {
  color: #1e7ac4;
  font-size: 40px;
}
.popup {
  display: none;
  position: fixed;
  bottom: 120px;
  right: -100%;
  width: 90%;
  max-width: 500px;
  height: auto;
  background: #1e7ac4;
  color: white;
  z-index: 999;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  animation: slideIn 0.5s forwards;
}

.popup-subhead {
  font-size: 19px;
  line-height: 1.1;
}
.popup-subhead1 {
  font-size: 22px;
  line-height: 1.1;
  font-weight: bold;
}

.omdia-banner-logo {
  height: 50px !important;
  text-align: left;
}

.omdia-button-div {
  text-align: right;
}

.omdia-content-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.omdia-content-button {
  display: flex;
  flex-direction: row;
}

.omdia-banner .omdia-button {
  background: transparent;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 10px 20px;
  color: #fff;
  transition: all 0.2s ease;
}

.omdia-banner .omdia-button:hover {
  background: #fff;
  color: #1e7ac4;
}
.omdia-download-button {
  background: #1e7ac4;
  display: inline-block;
  border: 2px solid #1e7ac4;
  border-radius: 20px;
  padding: 10px 20px;
  color: #fff;
  transition: all 0.2s ease;
}
.omdia-download-button:hover {
  background: #1e7ac4;
  color: #fff;
  border: 2px solid #1e7ac4;
}
.omdia-inner-content {
  padding: 35px 8px;
}

.everest-popup-content {
  background-image: url("../img/lp/everest-group-peak-matrix-report-data-and-analytics/everest-ad-900x500.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.everest-popup-content:after {
  content: "";
  background: #c4d7e3bd;
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}
.popup-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1e7ac4;
  padding: 20px 15px;
}
.everest-popup-heading {
  line-height: 1.1 !important;
  margin-bottom: 10px !important;
  font-weight: bold !important;
  color: #053e62;
}

.popup .button-download {
  padding: 10px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
  font-size: 16px;
}

.popup .button-download:hover {
  background: #fff;
  color: #1e7ac4;
}

.omdia-popup-cross {
  cursor: pointer;
}
@keyframes slideIn {
  from {
    right: -100%;
    opacity: 0;
  }

  to {
    right: 20px;
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  .popup-content {
    text-align: center;
  }
  .omdia-inner-content {
    padding: 20px 25px !important;
  }
}

@media (max-width: 991px) {
  .omdia-banner-width {
    width: 95%;
  }
  .omdia-heading {
    font-size: 28px;
  }
  .popup {
    display: none !important;
  }
}

@media (max-width: 700px) {
  .omdia-logo-div {
    display: flex;
    justify-content: center;
  }

  .omdia-button-div {
    display: flex;
    justify-content: center;
  }

  .omdia-content-button {
    flex-direction: column !important;
  }
}

@media (max-width: 500px) {
  .omdia-inner-content.text-center p.everest-popup-heading {
    font-size: 26px !important;
  }
  .omdia-banner-logo {
    /* height: 24px !important; */
    margin-bottom: 15px;
  }

  .omdia-banner .omdia-button {
    padding: 8px !important;
    font-size: 0.6em !important;
  }
  .popup-logo {
    flex-direction: column !important;
    margin-bottom: 15px;
  }
  .omdia-heading {
    font-size: 22px;
  }
  .omdia-inner-content {
    padding: 30px 10px !important;
  }
}

/* @media (max-width: 1500px) and (orientation: landscape) {
  .popup {
    bottom: 20px;
  }
} */

@media (max-width: 1200px) and (orientation: landscape) {
  .popup {
    bottom: 120px;
  }
}
/* @media (max-width: 991px) and (orientation: portrait) {
  .omdia-inner-content.text-center p.everest-popup-heading {
    font-size: 26px !important;
  }
} */
@media (max-height: 500px) and (orientation: landscape) {
  .omdia-inner-content.text-center p.everest-popup-heading {
    font-size: 26px !important;
  }

  .popup {
    bottom: 20px;
  }
  .popup-logo {
    padding: 10px 10px;
  }
  .popup .button-download {
    font-size: 14px;
  }
}
