@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  padding-top: 105px;
  font-family: "Poppins", sans-serif;
  color: #58595b;
  font-weight: 400;
  line-height: 24px;
  background: #fff;
  font-size: 16px;
}
section {
  width: 100%;
  /* background-color: green; */
}

/* .nav0{
  background-color: red;
  opacity: 0.3;
} */
/* main focus section start */
.serv-banner {
  position: relative;
  background: #f2f2fa url(/img3/extra2/wave_s_bg.jpg) no-repeat center bottom;
  padding-bottom: 180px;
}
.main-bank-serv {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #f2f2fa;
  width: 95vw;
  gap: 20px;
  padding: 20px;
  padding-left: 200px;
}
.bank_serv-1 {
  line-height: 1.6;
  position: relative;
}
.bank_serv-1 p {
  line-height: 1.5;
  padding: 25px 0;
}
.bank_serv-1 h1 {
  content: "";
  position: absolute;
  display: flex;
  gap: 10px;
  top: -84px;
  height: 77px;
  background: url(/img3/extra2/wave2.png) no-repeat right bottom;
}
.bank_serv-2 {
  width: 55vw;
}

/* main focus section end */

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ext-serv-bank {
  width: 85vw;
}

.get-help {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  gap: 30px;
  font-size: 20px;
}
.get-help h1,
.get-help h2,
.get-help h3,
.get-help h4,
.get-help h5,
.get-help h6 {
  font-weight: 400;
  color: black;
  /* font-size: 23px; */
}

.ext-serv-bank-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.ext-serv-bank-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75vw;
  /* flex-direction: column; */
  gap: 50px;
}
.ext-serv-bank-sec p {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.inner-serv-bank {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: black;
}
.inner-serv-bank p {
  font-weight: 900;
  font-size: 20px;
}
.inner-serv-bank h4 {
  font-weight: 200;
}
