.navbar-collapse {
  flex-grow: 0;
}
.navbar-brand {
  margin: 0;
}
.container-fluid {
  padding: 0 200px;
}
.navbar {
  height: 60px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99999999999999;
  background-color: #142e59;
  transition: background-color 0.3s ease;
}
.custom-dropdown-toggle.black-arrow::after {
  content: url("../images/nav_arrow_black.svg");
}
.button {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  width: 174px;
  height: 40px;
  padding: 0 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  border: 1px solid #d90d36;
  background: #d90d36;
}
.navbar-expand-md .navbar-nav .nav-link,
.nav-link a {
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  font-weight: 400;
}
.navbar-expand-md .navbar-nav {
  display: flex;
  gap: 32px;
  margin-bottom: 0 !important;
  align-items: center;
}
.custom-dropdown-toggle {
  cursor: pointer;
}

.custom-dropdown-toggle::after {
  content: url("../images/nav_arrow_white.svg");
  margin-left: 4px;
  vertical-align: -3px;
  position: relative;
  top: 4px;
}

.custom-dropdown-toggle:hover,
.custom-dropdown-toggle:focus {
  text-decoration: none;
}
.toogler_black_menu {
  background-image: url("../images/menu_black.svg") !important;
}
.custom-dropdown-toggle:focus-visible {
  outline: 0;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.nav-link:focus a {
  font-weight: 600;
  border-bottom: 2px solid #d90d36;
  color: white;
}
.navbar-toggler {
  border: 0;
  padding: 0;
}
.navbar-toggler-icon {
  background-image: url("../images/menu.svg");
}
.navbar-toggler:focus {
  box-shadow: none;
}
.close_icon {
  display: none;
}
.dropdown-item {
  color: #142e59;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  --bs-dropdown-link-active-bg: #fff;
  --bs-dropdown-link-active-color: #142e59;
  --bs-dropdown-link-hover-color: #142e59;
  --bs-dropdown-link-hover-bg: #fff;
}
.dropdown-menu.show.hover {
  outline: none !important;
  border: none !important;
}
.dropdown-item.show:focus {
  border: none !important;
  outline: none !important;
}
.dropdown-menu {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(22, 37, 65, 0.1);
  padding: 12px 20px;
  border: 0 !important;
  top: 30px;
}
.button:focus {
  background-image: url("../images/focusRipple.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.button:hover {
  box-shadow: 0px 4px 12px 0px rgba(22, 37, 65, 0.3);
}
/* --------section-1---------- */
.section1 {
  padding: 120px 200px 140px 200px;
  background-color: #142e59;
  color: #fff;
  font-size: 56px;
  font-weight: 700;
}
/* ---section-2------ */
.section2 {
  padding: 80px 200px;
  display: flex;
  width: 100%;
  gap: 97px;
}
.all_details {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.detail a {
  color: #d90d36;
}

.detail h4 {
  margin: 0;
  color: #142e59;
  font-size: 24px;
  font-weight: 600;
}
.detail p {
  margin: 0;
  color: #686e73;
  font-size: 18px;
  font-weight: 400;
}
.detail h5 {
  margin: 0;
  color: #142e59;
  font-size: 20px;
  font-weight: 600;
}
.detail ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.all_headings {
  width: 30%;
}
.all_headings ul {
  margin-bottom: 0;
  border-left: 2px solid rgb(20, 46, 89, 0.4);
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  padding-left: 44px;
}
.all_headings ul li {
  list-style: none;
  position: relative;
}
.detail ul li::marker {
  color: #d90d36 !important;
}
.all_headings ul li a {
  text-decoration: none;
  color: #142e59;
  font-size: 18px;
  font-weight: 400;
}
.all_headings ul li.active a {
  color: #142e59;
  font-weight: 600;
}
.all_headings ul li.active::before {
  content: "";
  width: 12px;
  height: 4px;
  background-color: #142e59;
  position: absolute;
  left: -20px;
  top: 10px;
}
.all_headings ul li.active a {
  color: #142e59 !important;
}
/* -------section3-------- */
.section3 {
  padding: 80px 200px;
  padding-bottom: 0;
}
.section3 h2 {
  color: #142e59;
  margin: 0;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.section3 p {
  color: #686e73;
  margin: 0;
  margin-bottom: 16px;
  font-size: 18px;
}
p b {
  color: #142e59;
}
.section3 h4 {
  font-size: 24px;
  color: #142e59;
  margin: 0;
  font-weight: 600;
  margin-bottom: 16px;
}
.section3 p:last-child {
  margin: 0 !important;
}

/* @media only screen and (min-width: 992px) and (max-width: 1023px) {
  .navbar-expand-md .navbar-nav {
    gap: 16px;
  }

  .button {
    width: auto;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo {
    width: 80px;
  }
  .navbar-expand-md .navbar-nav {
    gap: 12px !important;
  }

  .custom-dropdown-toggle::after {
    margin-left: -4px !important;
    vertical-align: -4px !important;
    top: 4px;
  }

  .button {
    width: auto;
    font-size: 12px !important;
    height: 34px;
  }

  .navbar-expand-md .navbar-nav .nav-link,
  .nav-link a {
    font-size: 14px;
  }
} */

@media only screen and (min-width: 280px) and (max-width: 767px) {
  .logo {
    width: 87px;
    height: 27px;
  }

  .navbar-expand-md .navbar-nav .nav-link,
  .nav-link a {
    color: #142e59 !important;
    font-size: 14px;
    border-bottom: 0 !important;
  }
  .close_icon {
    display: block !important;
    position: absolute;
    top: 40px;
    z-index: 9999999;
    right: 16px;
  }
  .navbar-collapse {
    background-color: white;
    position: absolute;
    top: 0;
    right: -116%;
    width: 88%;
    height: 100vh;
    padding-top: 80px;
    transition: all 0.5s ease;
    border: transparent !important;
  }
  .navbar-collapse.collapse.show {
    right: 0;
  }
  .navbar-expand-md .navbar-nav {
    gap: 10px;
    margin-bottom: 24px !important;
    align-items: normal;
  }
  .nav-link {
    padding: 16px !important;
    text-align: start !important;
  }
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link:focus,
  .navbar-nav .nav-link:hover {
    border: 0 !important;
    background-color: #f5f5f5;
  }
  .navbar-nav .nav-link:hover {
    border-bottom: 0 !important;
  }
  .nav_btn {
    display: flex;
    justify-content: center;
  }
  .button {
    width: 91%;
  }
  .custom-dropdown-toggle::after {
    content: url("../images/nav_arrow_black.svg") !important;
    vertical-align: -5px;
    line-height: 0;
    transition: all 0.2s;
  }
  .dropdown-item {
    white-space: unset;
    font-size: 14px;
  }
  .dropdown-menu {
    box-shadow: none;
  }
  .nav-link.custom-dropdown-toggle.show::after {
    transform: rotate(180deg);
  }
  .nav-link-fund {
    background-color: transparent !important;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  /* -----header---- */
  .container-fluid {
    padding: 0 120px;
  }
  /* --------section-1---------- */
  .section1 {
    padding: 124px 120px 107px 120px;
  }
  /* -----section2----- */
  .section2 {
    padding: 80px 120px;
  }
  .section3 {
    padding: 80px 120px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  /* -----header---- */
  .container-fluid {
    padding: 0 40px;
  }
  /* ----section-1---- */
  .section1 {
    padding: 110px 40px;
    font-size: 40px;
  }
  /* -----section2----- */
  .section2 {
    padding: 80px 40px;
  }
  /* ---section-2------ */
  .section3 {
    padding: 80px 40px;
    padding-bottom: 0;
  }
  .dropdown-menu {
    left: -30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  /* -----header---- */
  .container-fluid {
    padding: 0 40px;
  }
  .dropdown-menu {
    left: -84px;
  }
  /* --------section-1---------- */
  .section1 {
    padding: 51px 40px 71px 40px;
    gap: 12px;
    font-size: 32px;
  }
  /* ---section-2------ */
  .section2 {
    padding: 70px 40px;
    gap: 60px;
  }
  .detail h4 {
    font-size: 20px;
  }
  .detail p {
    font-size: 16px;
  }
  .all_headings {
    width: 30%;
  }
  .all_headings ul {
    gap: 14px;
    padding-left: 34px;
  }
  .all_headings ul li a {
    font-size: 16px;
  }
  /* -------section3-------- */
  .section3 {
    padding: 70px 40px;
    padding-bottom: 0;
  }
  .section3 h2 {
    font-size: 32px;
  }
  .section3 p {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .section3 h4 {
    font-size: 20px;
    margin-bottom: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* -----header---- */
  .navbar-expand-md .navbar-nav {
    gap: 20px;
  }
  .container-fluid {
    padding: 0 40px;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    width: 350px;
  }
  .dropdown-item {
    white-space: normal;
  }
  /* --------section-1---------- */
  .section1 {
    padding: 46px 40px 66px 40px;
    gap: 12px;
    font-size: 24px;
  }
  /* ---section-2------ */
  .section2 {
    padding: 60px 40px;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .all_details {
    width: 100%;
    gap: 24px;
  }
  .detail {
    gap: 12px;
  }
  .detail h4 {
    font-size: 18px;
  }
  .detail p {
    font-size: 14px;
  }
  .all_headings {
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
    border-bottom: 1px solid rgb(25, 74, 185, 0.2);
    display: flex;
  }
  .all_headings ul {
    border-left: none;
    height: auto;
    flex-direction: row;
    gap: 20px;
    padding-left: 0;
    padding: 0;
  }
  .all_headings ul li {
    padding-bottom: 16px;
  }
  .all_headings ul li a {
    font-size: 16px;
  }
  .all_headings ul li.active {
    padding-bottom: 12px;
    border-bottom: 4px solid #d90d36;
  }
  .all_headings ul li.active::before {
    content: "";
    display: none;
  }
  .all_headings::-webkit-scrollbar {
    display: none;
  }
  .all_headings {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .detail h5 {
    font-size: 18px;
  }
  .detail ul {
    gap: 12px;
  }
  /* -------section3-------- */
  .section3 {
    padding: 60px 40px;
    padding-bottom: 0;
  }
  .section3 h2 {
    font-size: 24px;
  }
  .section3 p {
    margin-bottom: 14px;
    font-size: 14px;
  }
  .section3 h4 {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* ----------header ------- */
  .container-fluid {
    padding: 0 24px;
  }
  .navbar {
    height: 48px;
  }
  .custom-dropdown-toggle::after {
    margin-left: 83%;
  }
  /* --------section-1---------- */
  .section1 {
    padding: 43px 24px 62px 24px;
    gap: 12px;
    font-size: 24px;
  }
  /* ---section-2------ */
  .section2 {
    padding: 50px 24px;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .all_details {
    width: 100%;
    gap: 24px;
  }
  .detail {
    gap: 12px;
  }
  .detail h4 {
    font-size: 18px;
  }
  .detail p {
    font-size: 14px;
  }
  .all_headings {
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
    border-bottom: 1px solid rgb(25, 74, 185, 0.2);
    display: flex;
  }
  .all_headings ul {
    border-left: none;
    height: auto;
    flex-direction: row;
    gap: 20px;
    padding-left: 0;
    padding: 0;
  }
  .all_headings ul li {
    padding-bottom: 16px;
  }
  .all_headings ul li a {
    font-size: 16px;
  }
  .all_headings ul li.active {
    padding-bottom: 12px;
    border-bottom: 4px solid #d90d36;
  }
  .all_headings ul li.active::before {
    content: "";
    display: none;
  }
  .all_headings::-webkit-scrollbar {
    display: none;
  }
  .all_headings {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .detail h5 {
    font-size: 18px;
  }
  .detail ul {
    gap: 12px;
  }
  /* -------section3-------- */
  .section3 {
    padding: 50px 24px;
    padding-bottom: 0;
  }
  .section3 h2 {
    margin: 0;
    margin-bottom: 24px;
    font-size: 20px;
  }
  .section3 p {
    margin-bottom: 14px;
    font-size: 14px;
  }
  .section3 h4 {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 575px) {
  /* ----------header ------- */
  .container-fluid {
    padding: 0 16px;
  }
  .navbar {
    height: 56px;
  }
  .custom-dropdown-toggle::after {
    margin-left: 74%;
  }
  /* --------section-1---------- */
  .section1 {
    padding: 32px 16px 49px 16px;
    font-size: 24px;
  }
  /* ---section-2------ */
  .section2 {
    padding: 40px 16px;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .all_details {
    width: 100%;
    gap: 24px;
  }
  .detail {
    gap: 12px;
  }
  .detail h4 {
    font-size: 16px;
  }
  .detail p {
    font-size: 14px;
  }
  .all_headings {
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
    border-bottom: 1px solid rgb(25, 74, 185, 0.2);
    display: flex;
  }
  .all_headings ul {
    border-left: none;
    height: auto;
    flex-direction: row;
    gap: 20px;
    padding-left: 0;
    padding: 0;
  }
  .all_headings ul li a {
    font-size: 16px;
  }
  .all_headings ul li {
    padding-bottom: 16px;
  }
  .all_headings ul li.active {
    padding-bottom: 12px;
    border-bottom: 4px solid #d90d36;
  }
  .all_headings ul li.active::before {
    content: "";
    display: none;
  }
  .all_headings::-webkit-scrollbar {
    display: none;
  }
  .all_headings {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .detail h5 {
    font-size: 16px;
  }
  .detail ul {
    gap: 12px;
  }
  /* -------section3-------- */
  .section3 {
    padding: 40px 16px;
    padding-bottom: 0;
  }
  .section3 h2 {
    margin: 0;
    margin-bottom: 16px;
    font-size: 20px;
  }
  .section3 p {
    font-size: 14px;
  }
  .section3 h4 {
    font-size: 18px;
    color: #142e59;
    margin: 0;
    font-weight: 600;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 280px) and (max-width: 359px) {
  /* ----------header ------- */
  .container-fluid {
    padding: 0 16px;
  }
  .navbar {
    height: 56px;
  }
  .custom-dropdown-toggle::after {
    margin-left: 74%;
  }
  /* --------section-1---------- */
  .section1 {
    padding: 32px 16px 49px 16px;
    font-size: 24px;
  }
  /* ---section-2------ */
  .section2 {
    padding: 40px 16px;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .all_details {
    width: 100%;
    gap: 24px;
  }
  .detail {
    gap: 12px;
  }
  .detail h4 {
    font-size: 16px;
  }
  .detail p {
    font-size: 14px;
  }
  .all_headings {
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
    border-bottom: 1px solid rgb(25, 74, 185, 0.2);
    display: flex;
  }
  .all_headings ul {
    border-left: none;
    height: auto;
    flex-direction: row;
    gap: 20px;
    padding-left: 0;
  }
  .all_headings ul li a {
    font-size: 16px;
  }
  .all_headings ul li {
    padding-bottom: 16px;
  }
  .all_headings ul li.active {
    padding-bottom: 12px;
    border-bottom: 4px solid #d90d36;
  }
  .all_headings ul li.active::before {
    content: "";
    display: none;
  }
  .all_headings::-webkit-scrollbar {
    display: none;
  }
  .all_headings {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .detail h5 {
    font-size: 16px;
  }
  .detail ul {
    gap: 12px;
  }
  /* -------section3-------- */
  .section3 {
    padding: 40px 16px;
    padding-bottom: 0;
  }
  .section3 h2 {
    margin: 0;
    margin-bottom: 16px;
    font-size: 20px;
  }
  .section3 p {
    font-size: 14px;
  }
  .section3 h4 {
    font-size: 18px;
    color: #142e59;
    margin: 0;
    font-weight: 600;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 991px) {
  .hoverable-dropdown:hover .dropdown-menu {
    display: block;
  }
}
