::selection {
    color: #ffffff !important;
    background-color: #2a4c3a !important;
}


/* Tablet + Mobile override */
@media (max-width: 991px) {
  .tp-megamenu-wrapper {
    padding: 0 !important;
  }
}


.flex-menu ul li {
  display: flex !important; 
  /* justify-content: center !important; */
  gap: 1rem;
  align-items: center !important;
}

@media (max-width: 768px) {
.tp-offcanvas-menu ul li > a {
    font-size: 16px !important;
  }
}


.list_content li

{
 margin-bottom: 2px;

}



.white-text{
  color: #ffffff !important;
  border: 1px solid #ffffff;
}


.crp-success-content {
  height: 100%;
}
