/* Write Custom Css Here */
.new_banner_area.new-section-bg, .new_banner__thumb__item:nth-child(2n+1) {
  background: rgb(42, 62, 97) !important;
}
.new_banner_area.new-section-bg .new_banner__thumb__flex .new_banner__thumb__item:last-child {
  display: none;
}
.new_banner__search {
  width: calc(100%) !important;
}
.new_banner__contents__title {
  font-size: 48px !important; color: #fff !important;
}
.new_banner__contents__para{ color: #fff !important; }
.navbar.nav-absolute .nav-container .navbar-collapse .navbar-nav > li > a{ color: #fff !important; }
.navbar.nav-absolute .login-account{ color: #fff !important; }
.navbar.nav-absolute .login-holder {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  gap: 20px;
}