.custom-logo-header {
  width: 260px;
}

.footer-text .footer-text h1,
.footer-text h2,
.footer-text h3,
.footer-text h4,
.footer-text h5,
.footer-text h6,
.footer-text p,
.footer-text a {
  color: black;
}
.custom-shape-1 {
  width: 400px !important;
  height: 250px !important;
}
.faq-content ul,
.faq-content ol,
.policy-content ul,
.policy-content ol {
  padding-left: 30px;
}
.faq-content ul li,
.policy-content ul li {
  list-style-type: disc;
}
.faq-content ol li,
.policy-content ol li {
  list-style-type: decimal;
}

.modal-title {
  color: #a20040;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  /* margin-bottom: 20px; */
}

.modal-bottom-center {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  /* height: 100%; */
  /* margin-bottom: 40px; */
  margin-top: 10%;
}

.modal-bottom-center .modal-content {
  /* margin: 0 15px 20px; */
  width: 600px !important;
  height: 100%;
  /* background-color:#1e3811; */
  /* bottom: -200px; */
}

@media (min-width: 576px) {
  .modal-dialog {
    width: 900px;
  }
  .service__item {
    height: 360px;
  }
}

.modal-content {
  height: 250px;
  border-radius: 10px;
  /* background-color: #fff !important; */
}

.content-display {
  /* border: 8px solid #121c7c; */
  padding: 20px;
  margin-top: -12px;
  border-radius: 10px;
  background-color: #fff;
}

.modal-body {
  /* color: black; */
  border-radius: 5px;
  padding: 0px;
  /* padding: 50px 50px; */
}
.modal-body-content {
  border-radius: 10px;
  padding: 40px;
  /* background-color: #fcf2d3;  */
  background-color: rgba(255, 255, 255, 0.6);

  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.modal-body p {
  color: var(--text-color);
}

.modal-footer {
  position: absolute;
  bottom: 0;
  right: 0;
}
.modal .close {
  color: var(--primary--color);
  opacity: 1;
}
.mt-100 {
  margin-top: 100px;
}

@media (min-width: 1024px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 13px;
    letter-spacing: 0em;
    padding: 35px 10px;
    text-transform: uppercase;
  }
}

@media (min-width: 1024px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  nav.navbar.bootsnav ul.nav > li > a.active {
    color: var(--primary-color);
  }
}


