.navbar-brand h1 {
  color: var(--colorWhite);
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
.navbar-brand h1 span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--headingFont);
}
.main_menu {
  background: var(--colorBlack);
}
.main_menu .navbar-nav {
  justify-content: end;
  width: 100%;
}
.footer_newsletter p {
  color: var(--colorWhite);
  opacity: 0.8;
  font-size: 16px;
  line-height: normal;
}
.about_us p {
  margin-bottom: 15px;
  font-size: 15px;
  text-align: justify;
  line-height: normal;
}
.about_us .section_heading {
  margin-bottom: 20px;
}
.campaign .section_heading h5 {
  border-color: var(--colorRed);
}
.wssus__event_item_2 .text .link {
  font-size: 16px;
  color: var(--colorRed);
  display: block;
  margin-top: 10px;
}
.wsus_about_us_text h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--colorRed);
}
.service_details_text p {
  font-size: 16px;
}
.service_details_text ul li {
  font-size: 16px;
}
.service_details_text h2 {
  font-size: 28px;
  font-weight: 800;
}
.service_details_text h3 {
  font-size: 24px;
  font-weight: 800;
  color: var(--colorRed);
}
.service_details_text ul {
  margin-top: 20px;
}
.service_details_header h2 {
  font-size: 32px;
}
.service_details_text p strong {
  color: var(--colorBlack);
  font-size: 20px;
}
.category_slider .campaign_card {
  margin: 5px 12px 0px 12px;
}
.fix-btn {
  position: fixed;
  bottom: 0px;
  left: 20px;
  z-index: 2;
}
.fix-btn li {
  width: 50px;
  height: 50px;
  /* line-height: 50px; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff0000;
  text-align: center;
  border: 2px solid #ff0000;
  margin-bottom: 10px;
  border-radius: 50%;
}
.fix-btn li:last-child {
  background: #1bd741;
  border-color: #1bd741;
}
.fix-btn li:last-child i {
  font-size: 28px;
}
.fix-btn li i {
  color: #fff;
  font-size: 24px;
}
.trin-trin {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.whatsapp-btn {
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.7);
  }
  50% {
    box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.4);
  }
  75% {
    box-shadow: 0 0 0 14px rgba(241, 119, 50, 0.2);
  }
}
@media (max-width: 767.99px) {
  .main_menu {
    top: 0;
  }
  .main_menu .navbar-brand {
    white-space: unset;
    width: 280px;
  }
  .navbar > .container {
    /* flex-wrap: nowrap; */
  }
  .navbar-brand h1 span {
    font-size: 10px;
    line-height: 15px;
  }
  .navbar-brand h1 {
    font-size: 18px;
  }
  .main_menu .navbar-nav .nav-item .sub_menu {
    gap: 5px;
  }
  .main_menu .navbar-nav .nav-item .sub_menu li a {
    font-size: 15px;
  }
  .banner_text {
    padding-top: 0px;
  }
  .banner_text p {
    margin-bottom: 30px;
  }
  .about_us .section_heading h2 {
    font-size: 21px;
  }
  .footer_newsletter {
    margin-top: 0px;
  }
  .breadcrumb_overlay {
    background: #000000aa;
  }
  .breadcrumb_text h1 {
    margin-bottom: 10px;
  }
  .wsus_about_us_text h3 {
    font-size: 18px;
  }
  .service_details_text h3 {
    font-size: 18px;
  }
  .service_details_text h2 {
    font-size: 22px;
    font-weight: 800;
  }
  .contact_info {
    padding: 20px 20px 20px 20px;
    margin-bottom: 25px;
  }
  .contact_info span {
    position: static;
  }
  .contact_info .email-link {
    font-size: 12px;
  }
  input,
  textarea {
    border-radius: 6px;
  }
}
