.contact_right {
  display: flex;
  gap: 60px;
}
.bg_Round {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg_Round::after {
  content: "";
  height: 140px;
  width: 2px;
  border-radius: 2px;
  background-color: #fff;
  top: -129px;
  position: absolute;
}
.bg_Round_icon {
  position: absolute;
}
.middle_round {
  position: relative;
  top: 45px;
}
.middle_round .bg_Round::after {
  content: "";
  height: 180px;
  width: 2px;
  border-radius: 2px;
  background-color: #fff;
  top: -169px;
  position: absolute;
}

.navbar-collapse {
  flex-grow: 0;
  align-items: baseline;
}
.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");
  vertical-align: -3px;
  position: relative;
  top: 4px;
}
.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;
  line-height: normal;
}

.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;
  align-items: center;
  margin-bottom: 0 !important;
}
.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;
}

.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 {
  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: 153px 200px 160px 200px;
  background-color: #142e59;
  color: #fff;
  font-size: 56px;
  font-weight: 700;
}
/* --------section-2------ */
.section2 {
  padding: 80px 329px;
}
.accordion-button:not(.collapsed)::after {
  display: none;
}
.accordion-button::after {
  display: none;
}
.accordion-button:not(.collapsed)::before {
  content: "-";
  font-size: 34px;
  color: #d90d36;
  font-weight: 400;
  font-size: 34px;
  color: #d90d36;
  font-weight: 400;
  display: block;
  transition: transform 0.2s ease-in-out;
  position: absolute;
  top: 4px;
  left: 12px;
}
.accordion-button::before {
  content: "+";
  /* font-size: 34px; */
  color: #d90d36;
  font-weight: 400;
  font-size: 26px;
  color: #d90d36;
  font-weight: 400;
  display: block;
  transition: transform 0.2s ease-in-out;
  position: absolute;
  top: 10px;
  left: 12px;
}
.accordion-button.collapsed::before {
  transform: rotate(-90deg);
}
.accordion-button:focus {
  box-shadow: none;
  border: transparent !important;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
}
.accordion-button {
  color: #142e59 !important;
  font-size: 18px;
  font-weight: 600;
  padding-left: 36px;
  position: relative;
}
.accordion-body {
  padding-top: 0;
  color: #686e73;
  font-size: 16px;
  font-weight: 400;
  padding-left: 36px;
  text-align: left;
}
.accordion-item {
  margin-bottom: 16px;
  border-radius: 4px;
  border: 1px solid #e3e5e8 !important;
}
/* ------section-3------- */
.section3 {
  padding: 80px 120px;
  background-image: url("../images/Contact\ Us.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* padding-left: 200px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropdown-menu.show.hover {
  outline: none !important;
  border: none !important;
}
.dropdown-item.show:focus {
  border: none !important;
  outline: none !important;
}
.talk_to_us {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.talk_to_us .heading {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
}
.heading p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.modal2 {
  display: none;
}
.faq_button {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  width: 190px;
  height: 40px;
  padding: 0 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  border: 1px solid #d90d36;
  background: #d90d36;
}
.faq_button:focus {
  background-image: url("../images/focusRipple.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.faq_button:hover {
  box-shadow: 0px 4px 12px 0px rgba(22, 37, 65, 0.3);
}
.toogler_black_menu {
  background-image: url("../images/menu_black.svg") !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-nav .nav-link:hover {
    border-bottom: 0 !important;
  }
  .navbar-expand-md .navbar-nav .nav-link,
  .nav-link a {
    color: #112747 !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;
  }
  .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) {
  .heading h2 {
    font-size: 32px;
    font-weight: 600;
  }
  /* -----header---- */
  .container-fluid {
    padding: 0 120px;
  }
  /* --------section-1---------- */
  .section1 {
    padding: 124px 120px 107px 120px;
  }
  /* --------section-2------ */
  .section2 {
    padding: 80px 222px;
  }
  /* ------section-3------- */
  .section3 {
    padding: 80px 120px;
  }
  .contact_right {
    gap: 40px;
  }
  .bg_Round img {
    width: 100px;
  }
  .bg_Round_icon img {
    width: 44px;
  }
}
@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;
  }
  /* --------section-2------ */
  .section2 {
    padding: 80px 142px;
  }
  /* ------section-3------- */
  .section3 {
    padding: 52px 40px;
  }
  .contact_right {
    gap: 40px;
  }
  .bg_Round img {
    width: 100px;
  }
  .bg_Round_icon img {
    width: 44px;
  }
  .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: 80px 40px;
  }
  .accordion-button {
    font-size: 16px;
  }
  .accordion-body {
    font-size: 14px;
  }
  /* ------section-3------- */
  .section3 {
    padding: 38px 40px;
  }
  .contact_right {
    gap: 40px;
  }
  .bg_Round img {
    width: 80px;
  }
  .bg_Round_icon img {
    width: 36px;
  }
  .bg_Round::after {
    top: -132px;
  }
  .middle_round .bg_Round::after {
    top: -172px;
  }

  .talk_to_us {
    gap: 28px;
  }
  .heading h2 {
    font-size: 24px;
  }
  .heading p {
    font-size: 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 32px;
  }
  .accordion-button {
    font-size: 16px;
  }
  .accordion-body {
    font-size: 14px;
  }
  /* ------section-3------- */
  .section3 {
    padding: 38px 40px;
  }
  .contact_right {
    gap: 28px;
  }
  .bg_Round img {
    width: 80px;
  }
  .bg_Round_icon img {
    width: 36px;
  }
  .bg_Round::after {
    top: -132px;
  }
  .middle_round .bg_Round::after {
    top: -172px;
  }
  .talk_to_us {
    gap: 28px;
  }
  .heading h2 {
    font-size: 20px;
  }
  .heading p {
    font-size: 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: 40px 24px;
  }
  .accordion-button {
    font-size: 14px;
  }
  .accordion-body {
    font-size: 14px;
  }
  .accordion-button:not(.collapsed)::before {
    height: 28px;
    width: 28px;
  }
  .accordion-button::before {
    width: 17px;
    height: 28px;
  }
  /* ------section-3------- */
  .section3 {
    gap: 0px;
    padding: 36px 24px;
  }
  .contact_right {
    gap: 20px;
  }

  .bg_Round img {
    width: 60px;
  }
  .bg_Round_icon img {
    width: 24px;
  }

  .bg_Round::after {
    top: -132px;
    width: 1.5px;
  }
  .middle_round .bg_Round::after {
    top: -172px;
    width: 1.5px;
  }

  .talk_to_us {
    /* padding: 32px; */
    gap: 28px;
    padding-bottom: 0;
  }
  .heading h2 {
    font-size: 20px;
  }
  .heading p {
    font-size: 14px;
  }
  .modal2 {
    display: block;
    width: 100%;
  }
  .modal1 {
    display: none;
  }
}
@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: 20px 16px;
  }
  .accordion-button {
    font-size: 14px;
  }
  .accordion-body {
    font-size: 14px;
  }
  /* ------section-3------- */

  .section3 {
    gap: 0px;
    padding: 28px 16px;
  }
  .contact_right {
    gap: 8px;
  }

  .bg_Round img {
    width: 36px;
  }
  .bg_Round_icon img {
    width: 16px;
  }

  .bg_Round::after {
    top: -136px;
    width: 1px;
    left: 17px;
  }
  .middle_round .bg_Round::after {
    top: -176px;
    width: 1px;
  }
  .talk_to_us {
    gap: 24px;
    padding-bottom: 0;
  }
  .heading h2 {
    font-size: 18px;
  }
  .heading p {
    font-size: 14px;
  }
  .modal2 {
    display: block;
    width: 100%;
  }
  .modal1 {
    display: none;
  }
}
@media only screen and (min-width: 280px) and (max-width: 359px) {
  .container-fluid {
    padding: 0 16px;
  }
  .navbar {
    height: 56px;
  }
  .custom-dropdown-toggle::after {
    margin-left: 72%;
  }
  /* --------section-1---------- */
  .section1 {
    padding: 32px 16px;
    font-size: 20px;
  }
  /* --------section-2------ */
  .section2 {
    padding: 20px 16px;
  }
  .accordion-button {
    font-size: 14px;
  }
  .accordion-body {
    font-size: 14px;
  }
  /* ------section-3------- */
  .section3 {
    gap: 0px;
    padding: 20px 16px 170px;
  }
  .contact_right {
    gap: 0px;
  }
  .bg_Round {
    top: 135px;
  }
  .bg_Round img {
    width: 50px;
  }
  .bg_Round_icon img {
    width: 24px;
  }
  .bg_Round::after {
    height: 230px;
    top: -224px;
  }
  .middle_round .bg_Round::after {
    height: 280px;
    top: -275px;
  }

  .talk_to_us {
    gap: 24px;
    padding-bottom: 0;
  }
  .heading h2 {
    font-size: 18px;
  }
  .heading p {
    font-size: 14px;
  }
  .modal2 {
    display: block;
    width: 100%;
  }
  .modal1 {
    display: none;
  }
}
@media only screen and (min-width: 991px) {
  .hoverable-dropdown:hover .dropdown-menu {
    display: block;
  }
}
