.navbar-brand > img {
  max-height: 60px;
  margin: 10px 0px;
}

.navbar-nav > li {
  margin: 0px 10px;
}
.navbar-nav .primary {
  background-color: #c33;
  border-radius: 5px;
  padding: 0 5px ;
}
.navbar-nav > li::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 0.3em;
  background-color: #f89624;
  opacity: 1;
  transform: scale(0);
  transform-origin: center;
  transition: 300ms;
}

.navbar-nav > li:hover::after,
.navbar-nav > li:focus::after {
  opacity: 1;
  transform: scale(1) translate3d(0, 0.2em, 0);
}

.primary-white-button .scroll-link > img {
  height: 40px;
}

.main_right {
  border: none;
}
@media (max-width: 1000px) and (min-width: 768px) {
  .header.active {
   height: 140px;
 }
  .container {
   width: 100%;
}
  &>li{
    margin-left: 5px !important;
  };
}
@media screen and (min-width: 900px) {
  .main_right {
    border-left: 2px solid #e4e4e4;
  }
  .about_center {
    border-left: 2px solid #e4e4e4;
    border-right: 2px solid #e4e4e4;
  }

}
.baner-content {
  padding-top: 20vh !important;
}
.about_left {
  text-align: start;
  align-items: start;
}

.about_center {
  border: none;
}

.about-logo {
  width: 100%;
  text-align: center;
}

.about-header {
  color: #e4e4e4;
}

.dil_sec {
  margin-top: 18px;
}

.dil_sec_select {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.forms-logo {
  width: 100%;
  text-align: center;
  margin-top: 12vh;
  padding-bottom: 20px;
}

.goForm-link {
  color: #e4e4e4;
  text-decoration: none;
}

.goForm-img {
  height: 300px;
  border-radius: 10px;
  transition: transform 0.3s ease, opacity 0.3s ease; /* Smooth transition effect */
}

.goForm-link:hover .goForm-img {
  transform: scale(1.05);
  opacity: 0.8;
}

.goForm-link:hover .goForm-text {
  color: #f79d01;
}

.fancy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: #ff0000; /* You can change this to any color */
  border-radius: 25px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.fancy-button:hover {
  background-color: #cc0000;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.mapCustomClass {
  margin: 0px !important;
  padding: 0px !important;
}

@media (max-width: 768px) {
  .mobile-divider {
      display: block !important;
  }
}