.banner_2 .col-xl-2 {
  width: 24% !important;
}
.banner_2 .col-xl-10 {
  width: 76% !important;
}
@media (min-width: 1400px) {
  .banner_2 .col-xxl-10 {
    flex: 0 0 auto;
    width: 76%;
  }
}
.btn-orange {
  background-color: #cd3738;
  color: #fff;
}
.btn-orange:hover {
  background-color: #d63b3b;
  color: #fff;
}
.btn-outline-orange {
  color: #cd3738;
  border: 1px solid #cd3738;
  background-color: transparent;
}

.btn-outline-orange:hover {
  background-color: #d63b3b;
  color: #fff;
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .btn-orange {
    font-size: 10px !important;
  }
  .btn-outline-orange {
    font-size: 10px !important;
  }
}
/* .main_menu.menu_fix {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0;
  z-index: 999;
  animation: menu_animate 1.5s;
  -webkit-animation: menu_animate 1.5s;
  background: var(--colorWhite);
}
.main_menu_2 {
  background: #082e44 !important;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 4px 0 rgba(0, 0, 0, 0.05);
} */

/* Default nav (top pe) */
.main_menu_2 {
  background: #082e44 !important;
}
.main_menu_2 a {
  color: white;
}

/* Scroll ke baad */
.main_menu.menu_fix {
  background: var(--lightBg) !important;
}
.main_menu.menu_fix a {
  color: #082e44 !important;
}
.main_menu.menu_fix .menu_icon li a.user h5 {
  color: #cd3738 !important;
}
.main_menu.menu_fix .menu_logo {
  border-right: 1px solid #ddd;
}
.main_menu.menu_fix .menu_icon li a.user {
  border-left: 1px solid #ddd;
}
