body {
    font-family: "DM Sans", sans-serif;
    overflow-x: hidden;
    margin: 0px auto;
}

.navbar-nav.ml-auto {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../images/togglericon.svg");
}

.navbar.navbar-light {
    background: white !important;
    box-shadow: 0 0 10px #cecece;
}

.navbar-light .navbar-nav .nav-link {
    color: #313a6c;
    font-weight: 500;
    font-size: 1rem;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #eb001b !important;
    font-weight: 500;
    border-bottom: 1px solid #eb001b;
}

a,
a:hover {
    text-decoration: none !important;
}

a,
a:hover {
    color: #000;
}

.aclass:hover {
    text-decoration: underline !important;
    color: #eb001b;
}

.font-weight-600 {
    font-weight: 400;
}

.scroll2 {
    outline: none !important;
    border-radius: 50% !important;
    width: 45px;
    height: 45px;
    color: #fff !important;
    line-height: 40px;
    font-size: 30px;
    z-index: 9991;
    position: fixed;
    right: 15px;
    bottom: 10px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    background: #000000;
    font-weight: 600;
}

:focus,
.navbar-light .navbar-toggler:focus {
    outline: none;
}

#header.header-scrolled {
    background-color: #f5f5f5;
    box-shadow: 0 0 10px #cecece;
}

.navbar-light .navbar-toggler {
    border-color: rgb(197 60 64);
}

button:focus {
    outline: none !important;
}

button.drp.nav-link.dropdown-toggle {
    background-color: #ffff;
    border: none;
}

/* Announcement Start */
.announcement_sec {
    background: #c51a20;
    padding: 9px 0;
    line-height: normal;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}

.announcement_head {
    position: absolute;
    background: #a3151a;
    line-height: normal;
    padding: 8px 20px 8px 30px;
    z-index: 8;
    display: flex;
    align-items: center;
    gap: 8px;
  
}

.announcement_sec img {
    max-height: 40px;
    display: inline;
    margin-right: 5px;
}

.announcement_sec marquee {
    line-height: normal;
    display: flex;
    align-items: center;
}

/* Announcement End */

/* FOOTER */

.footer-section {
  background: #162944;
  color: #fff;
  padding-top: 60px;
 
}

.footer-section h5 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-section p,
.footer-section a {
  color: #f1f1f1;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.8;
}

.footer-section a:hover {
  color: #fff;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #fff;
  color: #af251c;
}

.app-buttons img {
  height: 45px;
  margin-right: 10px;
  margin-top: 10px;
}

.footer-bottom {
  background: #4950575e;
  padding: 7px 0;
  margin-top: 30px;
}

.footer-bottom p {
  font-size: 14px;
  color: #fff;
}

.footer-bottom span {
  font-weight: bold;
}

/* Responsive */
@media(max-width:768px) {
  .footer-bottom {
    text-align: center;
  }

  .footer-bottom .container {
    justify-content: center !important;
    gap: 10px;
  }
}

/* FOOTER END */

.btn i {
    transition: 0.3s ease;
}

.btn:hover i {
    transform: translateX(3px);
}

button.btn.btn-dark.rounded-pill.px-4.d-flex.align-items-center.gap-2 {
    background-color: #af251c;
    border: navajowhite;
}

.bann-ht {
    margin-top: 2rem;
}

.symbi_logo{
    width: 25%;
}


.logout{
    display: none;
}

@media (max-width: 991px) {

    .navbar-margin {
        padding-left: 15px;
        padding-right: 15px;
    }

    .logo_left {
        width: 100%;
    }

    .navbar-brand img {
        max-height: 55px;
        width: auto;
    }

    .navbar-collapse {
        margin-top: 15px;
        background: #fff;
        border-top: 1px solid #eee;
        padding-top: 10px;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav .nav-link {
        padding: 12px 0;
        text-align: left;
        font-size: 15px;
    }

    .navbar-toggler {
        border: none;
        box-shadow: none !important;
    }
}

/* Desktop */
@media (min-width: 992px) {

    .navbar-nav {
        gap: 10px;
    }

    .navbar-nav .nav-link {
        font-weight: 500;
    }
}


.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
    background-color: #af251c !important;
    border: none !important;
}

.fa-user-lock:before {
    content: "\f502";
    font-size: 11px;
}


.navbar-toggler-icon {
    width: 10px !important;
    height: 10px !important;
   
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border: none !important;
}

button.btn_mb {
    color: #af251c;
    border: none;
}
.logo-wd {
    width: 66%;
}
