/* *#######################################################  Top Banner */


.advert-topp-bar-blue{
  margin-top:  78px;

}
/* ============================================
   TOP NAVBAR STYLES - Blue Bar
   ============================================ */

.topnavbar-wrapper {
  width: 100%;
  background-color: #0992c0;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topnavbar-content {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;

  font-size: clamp(0.75rem, 1vw, 0.8125rem);

  line-height: 1.4;
}

.topnavbar-icon {
  font-size: 14px;
  margin-right: 2px;
}

.topnavbar-text-bold {
  font-family: 'Acumin Pro Bold';

  letter-spacing: 0.2px;
}

.topnavbar-text-regular {
  font-family: 'Acumin Pro Bold';

  letter-spacing: 0.1px;
}

.topnavbar-separator {
  font-family: 'Acumin Pro Bold';
 color: #ffffff;
  margin: 0 2px;
}

.topnavbar-bullet {
  font-size: 10px;
 color: #ffffff;
  margin: 0px 3px;
  margin-top: -3.5px;
}
@media (max-width: 768px) {
.advert-topp-bar-blue
{
  margin-top: 69px;
}
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .topnavbar-content {
    font-size: 11px;
    gap: 6px;
    padding: 0 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

}
@media (max-width: 390px) {
.advert-topp-bar-blue
{
  margin-top: 63px;
}
}