/* modal-popup */
.modal-pop-btn {
  display: grid !important;
  grid-template-columns: 1fr !important;
  row-gap: 1rem;
  width: 70%;
  margin: 0 auto;
  margin-top: 20px;
}
.modal-pop-btn .button {
  padding: 10px 15px;
  border: none;
  background-color: #b80066;
  color: white;
  text-align: center;
  line-height: 1;
  border-radius: 50px;
  min-height: 3.25rem;
  padding: 18px 54px 15px 14px;
}
.modal-pop-btn .button:after {
  color: #b90066 !important;
}
.modal-pop-btn .button:after {
    content: "\f061";
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-size: 1.5rem;
    position: absolute;
    right: 9px;
    top: 50%;
    background-color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 36px;
    font-weight: 400;
    transform: translateY(-50%) rotate(0deg) !important;
}
.modal-dialog{
  max-width: 80% !important;
  margin: 1.75rem auto;
  text-align:center;
}
@media screen and (min-width: 767px) {
  .modal-pop-btn {
    display: grid !important;
    column-gap: 1rem;
    column-gap: 3rem;
    width: 30%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
 .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1040;
    display: none;
  }
  
  .modal--generic {
    z-index: 1050;
  }
@media (min-width: 992px) {
#welcome-modal {
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
}
}
#welcome-modal h5 {
 text-align: left;
}
.bg-vivid-orange {
  font-size: 18px;
}
@media (max-width: 992px) {
  .bg-vivid-orange {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .bg-vivid-orange {
    font-size: 12px;
  }
}
header .container .row1 top-navigation>ul li:last-child a:after {
    display: none !important;
}
header .container .row1 top-navigation>ul li:last-child a {
    pointer-events: auto !important;
}
.bg-vivid-orange
{
background-color:#F99D1C !important;
}