* {
  margin: 0;
  padding: 0;
}

body {
  box-sizing: border-box;
  overflow: auto !important;
  /* margin: 0!important;
    padding: 0!important; */
}

ul {
  list-style: none;
}

.content-bottom .row {
  margin: 0;
}

header.header-wrapper {
  position: relative;
  z-index: 9;
  position: absolute;
  width: 100%;
  padding: 25px 0;
}

header.header-wrapper .nav-item .nav-link {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  position: relative;
}

.outward-remittance-wrapper header.header-wrapper .nav-item .nav-link,
.inward-remittance-wrapper header.header-wrapper .nav-item .nav-link,
.international-travel-card-wrapper header.header-wrapper .nav-item .nav-link,
.Foreign-exchange-wrapper header.header-wrapper .nav-item .nav-link,
.about-wrapper header.header-wrapper .nav-item .nav-link,
.services-wrapper header.header-wrapper .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.outward-remittance-wrapper header.header-wrapper .nav-item .nav-link.active,
.inward-remittance-wrapper header.header-wrapper .nav-item .nav-link.active,
.international-travel-card-wrapper
  header.header-wrapper
  .nav-item
  .nav-link.active,
.Foreign-exchange-wrapper header.header-wrapper .nav-item .nav-link.active,
.about-wrapper header.header-wrapper .nav-item .nav-link.active,
.services-wrapper header.header-wrapper .nav-item .nav-link.active {
  color: #fff;
}

header.header-wrapper .nav-item:first-child .nav-link {
  padding-left: 0px;
}

header.header-wrapper .nav-item:last-child .nav-link {
  padding-right: 0px;
}

header.header-wrapper button.btn.btn-link {
  display: flex;
  width: 175px;
  height: 45px;
  padding: 11px 41px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 0.05rem solid #e6f7e1;
  background: #fff;
  box-shadow: 0.3px 1px 2px 0px rgb(74 147 57 / 77%) inset;
  color: #4c9e39;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-decoration: none;
}

.Contact-wrapper header.header-wrapper button.btn.btn-link,
.about-wrapper header.header-wrapper button.btn.btn-link {
  border: 0.25px solid #4c9e39;
  box-shadow: 1px 2px 3px 0px rgba(76, 158, 57, 0.77) inset;
}

header.header-wrapper .header-button button {
  margin-left: auto;
}

header.header-wrapper .navbar-header {
  display: flex;
  align-items: flex-end;
}

/* .banner-wrapper .item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: url(../images/banner-bg.webp) no-repeat;
  background-size: contain;
  background-position: left;
  z-index: 1;
} */

.Footer-wrapper {
  background: #f4f4f4;
}

.footer-top {
  padding-bottom: 83px;
  padding-top: 55px;
}

.Footer-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-top .list-four ul li:first-child a,
.footer-top .list ul li a {
  color: rgba(84, 84, 84, 0.65);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 12px;
}

.footer-top .list-two ul li:first-child a,
.footer-top .list-four ul li:first-child a,
.footer-top .list-one ul li a {
  color: #1e4627;
}

.footer-top .list-four ul li:nth-child(3),
.footer-top .list-four ul li:nth-child(6) {
  margin-bottom: 46px;
}

.footer-top .list-four ul li:nth-child(2),
.footer-top .list-four ul li:nth-child(4),
.footer-top .list-four ul li:nth-child(7) {
  color: #1e4627;
  font-family: Inter;
  font-weight: 500;
  line-height: 33px;
}

.footer-top .list-four ul li a {
  color: rgba(84, 84, 84, 0.65);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
}

.footer-middle {
  margin-bottom: 60px;
}

.footer-middle p {
  color: rgba(84, 84, 84, 0.65);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-left: 35px;
  margin-bottom: 0;
}

.footer-top .list-four ul li:nth-child(5) a,
.footer-top .list-four ul li:nth-child(8) a,
.footer-top .list-four ul li:nth-child(9) a,
.footer-top .list-four ul li:nth-child(10) a {
  margin-bottom: 0;
}

.contentLogo .logo {
  max-width: 216px;
}

/* .contentLogo .content {
    max-width: 899px;
} */

.contentLogo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-bottom {
  background: #1e4627;
  text-align: center;
  padding-top: 29.42px;
  padding-bottom: 28.55px;
}

.footer-bottom .icons ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
}

.footer-bottom .icons ul li:not(:last-child) {
  margin-right: 30px;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.47);
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

.footer-top .footer-logo {
  margin-bottom: 43px;
}

.footer-top .footer-logo img {
  width: 210px;
}

/* .banner-wrapper {
  margin-top: -120px;
} */

.banner-wrapper .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100vh;
}

.banner-wrapper .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: 1;
}

.banner-wrapper h1 {
  color: #fff;
  text-shadow: 0px 4px 27.7px rgba(27, 27, 27, 0.9);
  font-family: Poppins;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
  width: 562px;
  /* padding-top: 100px; */
  margin-bottom: 15px;
}

.banner-wrapper p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  width: 329px;
  margin-bottom: 28px;
}

.banner-wrapper button.btn.btn-link {
  text-align: left;
  display: flex;
  width: 276px;
  height: 65px;
  padding: 11px 41px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #4c9e39;
  box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.32) inset;
  text-decoration: none;
  color: #fff;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  /* margin-bottom: 95px; */
  line-height: normal;
}

.banner-wrapper button.btn.btn-link:hover {
  border: 0.25px solid #4c9e39;
  background: #fff;
  box-shadow: 1px 2px 5px 0px rgba(76, 158, 57, 0.77) inset;
  color: #4c9e39;
}

header.header-wrapper button.btn.btn-link:hover {
  background: #4c9e39;
  color: #fff;
  border: 0;
  box-shadow: 0.3px 1px 2px 0px rgb(255 255 255 / 77%) inset;
}

.banner-wrapper .carousel-control-next-icon,
.banner-wrapper .carousel-control-prev-icon {
  width: 55px;
  height: 55px;
}

.banner-wrapper button.carousel-control-prev {
  justify-content: flex-start;
}

.banner-wrapper button.carousel-control-next {
  justify-content: flex-end;
}

.banner-wrapper button.carousel-control-next {
  width: 50px;
  height: 50px;
  margin: auto;
}

.banner-wrapper .carousel-indicators [data-bs-target] {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  opacity: 1;
}

.banner-wrapper .carousel-indicators .active {
  background-color: #1e4627;
}

.banner-wrapper .bottom-text {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.content-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100vh;
}

.banner-wrapper .content span {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
}

.banner-wrapper .carousel-control-prev-icon {
  margin-left: 10px;
}

.banner-wrapper .carousel-control-next-icon {
  margin-right: 10px;
}

.banner-wrapper .overlay img {
  height: 100%;
}

.banner-wrapper button.carousel-control-prev {
  display: none;
}

.visually-hidden:not(caption) {
  display: none !important;
}

/* .banner-wrapper .item {
  background-image: url(../images/banner.webp);
  position: relative;
} */

.container-fluid {
  padding: 0 40px;
}

.Aboutus-wrapper button.btn.btn-link:hover {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.about-banner {
  background-image: url(../images/About_bg.png);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  /* margin-top: -140px; */
  position: relative;
}

.about-banner .content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.about-banner .content h1 {
  color: #fff;
  font-family: Poppins;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  /* 153.846% */
  margin: 0;
}

.about-banner .content span {
  color: #54cc39;
  font-family: Poppins;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  /* 153.846% */
  display: inline-block;
}

.about-banner .ContentIcon-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 40px;
}

.about-banner .ContentIcon-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-banner .ContentIcon-wrapper ul li h4 {
  color: #1e4627;
  font-family: Poppins;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  /* 88.462% */
  letter-spacing: 1.56px;
  margin-bottom: 10px;
}

.about-wrapper .two-column-section .col-two .content {
  padding-left: 20px;
}

.about-banner .ContentIcon-wrapper ul li p {
  color: rgba(84, 84, 84, 0.65);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  letter-spacing: 0.6px;
  margin: 0;
}

.middle-banner {
  border-radius: 15px 15px 0px 0px;
  background: #1e4627;
  padding-top: 78px;
  text-align: center;
  padding-bottom: 67px;
}

.middle-banner h2 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
  /* 119.231% */
}

.middle-banner button.btn.btn-link {
  border-radius: 12px;
  background: #4c9e39;
  box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.32) inset;
  text-decoration: none;
  padding: 11px 41px;
  color: #fff;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-top: 43px;
  width: 276px;
  height: 65px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.two-column-section .column.col-one {
  padding-top: 178px;
  padding-bottom: 160px;
}

.two-column-section .content h2 {
  color: #161515;
  font-family: Poppins;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  /* 88.462% */
  letter-spacing: 1.56px;
  margin-bottom: 36px;
}

.two-column-section .image img {
  width: 100%;
  border-radius: 12px;
}

.services-wrapper .two-column-section .col-four .content,
.services-wrapper .two-column-section .col-two .content {
  text-align: right;
}

.two-column-section {
  padding-bottom: 178px;
}

.two-column-section .content p {
  color: rgba(84, 84, 84, 0.65);
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;

  margin-bottom: 30px;
}

.two-column-section ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.two-column-section ul li svg {
  margin-right: 16px;
}

.two-column-section ul li {
  color: #1e4627;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  /* 164.286% */
  letter-spacing: 0.84px;
  margin-bottom: 10px;
  display: flex;
}

.services-banner {
  /* background-image: url(../images/product-bg.png); */

  /* height: 567px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
  position: relative;
}

.services-wrapper .two-column-section .column.col-one {
  padding-top: 98.3px;
  padding-bottom: 80px;
}

.services-wrapper .two-column-section .column {
  padding-bottom: 80px;
}

.services-wrapper .two-column-section .column.col-one p {
  color: rgba(84, 84, 84, 0.65);
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 34px;
}

.services-wrapper .two-column-section button.btn.btn-link {
  color: #4c9e39;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 0;
  text-decoration: none;
}

.services-banner .content {
  position: absolute;
  top: 34%;
  left: auto;
}

.services-wrapper .two-column-section .column.col-four .image img,
.services-wrapper .two-column-section .column.col-two .image img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.services-wrapper .two-column-section .column.col-five .image img,
.services-wrapper .two-column-section .column.col-three .image img,
.services-wrapper .two-column-section .column.col-one .image img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.services-wrapper .two-column-section .column.col-five .container-fluid,
.services-wrapper .two-column-section .column.col-three .container-fluid,
.services-wrapper .two-column-section .column.col-one .container-fluid {
  padding-left: 0;
}

.services-wrapper .two-column-section .column.col-four .container-fluid,
.services-wrapper .two-column-section .column.col-two .container-fluid {
  padding-right: 0;
}

.services-banner .content h1 {
  color: #fff;
  font-family: Poppins;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  line-height: 62px;
}

.services-wrapper .two-column-section {
  padding-bottom: 90px;
}

/* .careers-wrapper header.header-wrapper {
  padding: 25px 0;
} */

.careers-banner {
  /* margin-top: -125px; */
  position: relative;
}

.careers-wrapper .rewarding-career .box .content {
  height: 142px;
}

.careers-banner .content {
  /* position: absolute;
  top: 50%; */
  text-align: left;
}

.careers-wrapper header.header-wrapper .nav-item .nav-link {
  color: rgba(84, 84, 84, 0.5);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.careers-banner .content span {
  color: #54cc39;
}

.careers-banner .content h1 {
  color: #161515;
  font-family: Poppins;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 66px;
}

.carreers-content-fullWidth {
  background: #f4f4f4;
  justify-content: center;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 70px;
}

.carreers-content-fullWidth .content p {
  color: rgba(84, 84, 84, 0.65);
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 170% */
}

/* .carreers-content-fullWidth .content p:first-child {
    margin-bottom: 5px;
} */

.rewarding-career {
  padding-top: 180px;
}

.rewarding-career .content h3 {
  color: #1e4627;
  text-align: center;
  margin: auto;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 86px;
  max-width: 1032px;
}

.rewarding-career .box .content {
  border-radius: 12px;
  background: #f4f4f4;
  box-shadow: 0px 4px 7.2px 0px rgba(0, 0, 0, 0.25);
  padding-top: 80px;
  padding-bottom: 28px;
  padding-left: 20px;
  padding-right: 22px;
  text-align: center;
  margin-top: -60px;
  height: 142px;
}

.rewarding-career .box .icon {
  margin: auto;
  text-align: center;
}

.rewarding-career .box .content p {
  color: #515151;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}

.careers-wrapper .card-wrapper {
  padding-top: 191px;
  padding-bottom: 80px;
}

.careers-wrapper .card-wrapper .content {
  border-radius: 12px;
  border: 0.5px solid #4c9e39;
  background: #fff;
  box-shadow: 0px 4px 2.8px 1px #4c9e39;
  width: 100%;
  padding-bottom: 24px;
  padding-top: 24px;
  padding-left: 10px;
  padding-right: 10px;
}

.careers-wrapper .card-wrapper .content p {
  color: #1e4627;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin-top: 1rem;
}

.carreers-content-fullWidth .content {
  max-width: 974px;
  margin: auto;
}

.Contact-banner {
  position: relative;
}

.contact-from {
  margin: auto;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 9.4px 0px rgba(0, 0, 0, 0.25);
  width: 560px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  z-index: 1;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-information h2 {
  color: #1e1e1e;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 80px;
}

.contact-information {
  padding-top: 151.43px;
  padding-bottom: 53px;
  padding-left: 100px;
  padding-right: 100px;
}

.contact-information .box .icon {
  margin: auto;
  text-align: center;
}

.contact-information .box .content {
  border-radius: 15px;
  background: #f4f4f4;
  height: 250px;
  padding-top: 74px;
  padding-bottom: 26px;
  padding-left: 33px;
  padding-right: 34px;
  margin-top: -35px;
}

.contact-information .box-inner.m-0 {
  border-radius: 15px;
  background: #f4f4f4;
  padding-top: 51px;
  padding-bottom: 40px;
  padding-left: 33px;
  padding-right: 34px;
}

.contact-information .full-width-box {
  margin-top: 67px;
}

.contact-information .content p {
  color: rgba(84, 84, 84, 0.65);
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  /* word-break: break-all; */
}

.contact-information .content p span {
  color: #161515;
  font-weight: 600;
  display: block;
}

.middle-banner button.btn.btn-link {
  font-size: 20px;
  width: 250px;
  height: 60px;
}

.contact-from h1 {
  color: #161515;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 66px;
  /* 126.923% */
  margin-bottom: 8px;
}

.contact-from label.form-label {
  color: #161515;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 175% */
  margin: 0;
}

.contact-from .form-control {
  border-radius: 10px;
  background: #f4f4f4;
  border: 0;
  height: 37.769px;
}

.contact-from button.btn.btn-primary {
  align-items: center;
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 11px 41px;
  border-radius: 12px;
  background: #4c9e39;
  box-shadow: 0px 0px 4.5px 0px rgba(255, 255, 255, 0.77) inset;
  width: 252px;
  border: 0;
  height: 55px;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-top: 20px;
}

.submit-success {
  color: rgba(84, 84, 84, 0.65);
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.map-wrapper {
  padding-top: 143px;
  margin-bottom: -7px;
}

.map-wrapper img {
  width: 100%;
}

.froms-wrapper .froms-banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.froms-wrapper .froms-banner ul li {
  display: flex;
  width: 576px;
  align-items: center;
  align-content: center;
}

.froms-wrapper .froms-banner ul li button {
  background: transparent;
  border: 0;
  margin-top: -40px;
}

.froms-wrapper .froms-banner ul li:not(:last-child) {
  margin-bottom: 60px;
}

.froms-wrapper .froms-banner {
  position: relative;
}

.froms-wrapper .froms-banner .list {
  position: absolute;
  top: 30%;
}

.froms-wrapper .froms-banner .list2 .svg-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.froms-wrapper .froms-banner .icon {
  border-radius: 10px;
  background: var(
    --icon-green,
    linear-gradient(142deg, #1e4627 -20.52%, #2c6739 26.5%, #4aac60 94.97%)
  );
  width: 80px;
  height: 82px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-right: 24px;
  padding: 15px;
}

.froms-wrapper header.header-wrapper .nav-item .nav-link {
  color: rgba(84, 84, 84, 0.65);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.froms-wrapper .froms-banner .icon img {
  margin: auto;
}

.carousel-indicators {
  margin-bottom: 25px;
}

.WhatWeOffer-card {
  width: 100%;
  position: relative;
  transition: 0.3s linear;
}

.WhatWeOffer-card:hover .overlay-content {
  opacity: 1;
  visibility: visible;
}

.WhatWeOffer-card:hover .WhatWeOffer-content,
.WhatWeOffer-card:hover .offer-image-overlay {
  opacity: 1;
  visibility: hidden;
}

.WhatWeOffer-card .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  background: #f4f4f4;
  padding-top: 28px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  padding-bottom: 28px;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.WhatWeOffer-card .overlay-content p {
  color: rgba(84, 84, 84, 0.64);
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.WhatWeOffer-card:hover .overlay-content h4 {
  color: #4c9e39;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.WhatWeOffer-card:hover .overlay-content h4 svg {
  margin-left: 20px;
}

.Supreme-Forex-wrapper .content-bottom button.btn.btn-link:hover,
header.header-wrapper button.btn.btn-link:hover {
  background: #4c9e39;
  color: #fff;
  border: 0;
  box-shadow: 0.3px 1px 2px 0px rgb(255 255 255 / 77%) inset;
}

.outward-remittance-wrapper .middle-banner button.btn.btn-link:hover,
.inward-remittance-wrapper .middle-banner button.btn.btn-link:hover,
.Foreign-exchange-wrapper .middle-banner button.btn.btn-link:hover,
.contact-from button.btn.btn-primary:hover,
.middle-banner button.btn.btn-link:hover,
.OrderCurrency-wrapper button.btn.btn-link:hover,
.banner-wrapper button.btn.btn-link:hover {
  border: 0.25px solid #4c9e39;
  background: #fff;
  box-shadow: 1px 2px 5px 0px rgba(76, 158, 57, 0.77) inset;
  color: #4c9e39;
}

.Supreme-Forex-wrapper button.btn.btn-link:hover svg path {
  fill: #fff;
}

button.btn.btn-primary,
button.btn.btn-link {
  transition: 0.3s linear;
}

.column-left button.btn.btn-link:hover,
.services-wrapper .two-column-section button.btn.btn-link:hover,
.Aboutus-wrapper button.btn.btn-link:hover {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.footer-top .list-two ul li:first-child a:hover,
.footer-top .list-four ul li:first-child a:hover,
.footer-top .list ul li a:hover {
  color: rgba(84, 84, 84, 0.65);
}

.footer-top .list ul li a:hover {
  color: #1e4627;
}

.footer-top .list ul li a {
  transition: 0.3s linear;
}

.footer-top .list-one ul li a:hover {
  color: rgba(84, 84, 84, 0.65);
}

.networkTab .networks-map {
  height: 174px;
}

.networkTab .networks-map .conact-content p {
  color: rgba(84, 84, 84, 0.65);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 25px;
}

.networkTab .networks-map .conact-content span {
  display: block;
  color: #161515;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

.networks-map .conact-content p {
  color: rgba(84, 84, 84, 0.65);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 25px;
}

.networks-map .conact-content span {
  display: block;
  color: #161515;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

.banner-wrapper .img-fluid {
  width: 100%;
}

.disclaimer-wrapper.privacyPolicy-wrapper.topSection h1 {
  margin-bottom: 0;
}

.networks-wrapper header.header-wrapper .nav-item .nav-link.active:hover,
.networks-wrapper header.header-wrapper .nav-item .nav-link:hover,
.disclaimer-wrapper header.header-wrapper .nav-item .nav-link:hover {
  color: #4c9e39;
}

.outward-remittance-wrapper
  header.header-wrapper
  .nav-item
  .nav-link.active:hover,
.inward-remittance-wrapper
  header.header-wrapper
  .nav-item
  .nav-link.active:hover,
.international-travel-card-wrapper
  header.header-wrapper
  .nav-item
  .nav-link.active:hover,
.Foreign-exchange-wrapper
  header.header-wrapper
  .nav-item
  .nav-link.active:hover,
.about-wrapper header.header-wrapper .nav-item .nav-link.active:hover,
.services-wrapper header.header-wrapper .nav-item .nav-link.active:hover,
header.header-wrapper .nav-item .nav-link:hover {
  color: #b6f2a8;
}

.networks-wrapper header.header-wrapper .nav-item .nav-link::after,
.networks-wrapper header.header-wrapper .nav-item .nav-link::before,
.disclaimer-wrapper header.header-wrapper .nav-item .nav-link:before,
.disclaimer-wrapper header.header-wrapper .nav-item .nav-link:after {
  background-color: #4c9e39;
}

header.header-wrapper .nav-item .nav-link:before {
  content: "";
  background: #b6f2a8;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

header.header-wrapper .nav-item .nav-link:after {
  content: "";
  pointer-events: none;
  background: #b6f2a8;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: calc(100% + 4px);
  transform-origin: 0% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

ul.tabber-list-inner {
  flex-wrap: wrap;
}

.AdminOffices .box:hover {
  background: #4c9e39;
}

.AdminOffices .box:hover p,
.AdminOffices .box:hover span,
.AdminOffices .box:hover h4 {
  color: #fff;
}

.froms-wrapper .froms-banner .list .content p {
  position: relative;
  transition: 0.3s linear;
  cursor: pointer;
}

.froms-wrapper .froms-banner .list .content p:hover {
  color: #4c9e39;
  text-decoration: underline;
}

.Foreign-exchange-wrapper .icon-with-content ul li .image img {
  width: 80%;
}

.outward-remittance-wrapper .column-left h2 {
  margin-bottom: 30px;
}

.contentLogo .logo img {
  max-width: 100%;
  height: auto;
}

header.header-wrapper .nav-item {
  padding: 0 10px;
}

a.navbar-brand img {
  width: 180px;
}

.middle-banner button.btn.btn-link {
  font-size: 18px;
  height: 50px;
  width: auto;
  margin-top: 0;
}

.middle-banner h2 {
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 25px;
}

header.header-wrapper .nav-item {
  position: relative;
}

.navbar-expand-md .navbar-nav .dropdown-menu li a {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

ul.tabber-list-inner {
  flex-wrap: wrap;
}

.AdminOffices .box:hover {
  background: #4c9e39;
}

.AdminOffices .box:hover p,
.AdminOffices .box:hover span,
.AdminOffices .box:hover h4 {
  color: #fff;
}

.froms-wrapper .froms-banner .list .content p {
  position: relative;
  transition: 0.3s linear;
}

.froms-wrapper .froms-banner .list .content p:hover {
  color: #4c9e39;
  text-decoration: underline;
}

.international-travel-card-wrapper .icon-with-content ul li .image img {
  width: 80px;
}

.Foreign-exchange-wrapper .icon-with-content ul li .image img {
  width: 80%;
}

.outward-remittance-wrapper .column-left h2 {
  margin-bottom: 30px;
}

.contentLogo .logo img {
  max-width: 100%;
  height: auto;
}

.middle-banner button.btn.btn-link {
  font-size: 18px;
  height: 50px;
  width: auto;
  margin-top: 0;
}

.middle-banner h2 {
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.networks-wrapper header.header-wrapper .nav-item .nav-link.active:hover,
.networks-wrapper header.header-wrapper .nav-item .nav-link:hover,
.disclaimer-wrapper header.header-wrapper .nav-item .nav-link:hover {
  color: #4c9e39;
}

.outward-remittance-wrapper
  header.header-wrapper
  .nav-item
  .nav-link.active:hover,
.inward-remittance-wrapper
  header.header-wrapper
  .nav-item
  .nav-link.active:hover,
.international-travel-card-wrapper
  header.header-wrapper
  .nav-item
  .nav-link.active:hover,
.Foreign-exchange-wrapper
  header.header-wrapper
  .nav-item
  .nav-link.active:hover,
.about-wrapper header.header-wrapper .nav-item .nav-link.active:hover,
.services-wrapper header.header-wrapper .nav-item .nav-link.active:hover,
header.header-wrapper .nav-item .nav-link:hover {
  color: #b6f2a8;
}

.networks-wrapper header.header-wrapper .nav-item .nav-link::after,
.networks-wrapper header.header-wrapper .nav-item .nav-link::before,
.disclaimer-wrapper header.header-wrapper .nav-item .nav-link:before,
.disclaimer-wrapper header.header-wrapper .nav-item .nav-link:after {
  background-color: #4c9e39;
}

header.header-wrapper .nav-item .nav-link:before {
  content: "";
  background: #b6f2a8;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

header.header-wrapper .nav-item .nav-link:after {
  content: "";
  pointer-events: none;
  background: #b6f2a8;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: calc(100% + 4px);
  transform-origin: 0% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

header.header-wrapper .nav-item .nav-link:hover:after {
  transform-origin: 100% 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}

header.header-wrapper .nav-item .nav-link:hover:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}

.tabber-list li.active::before {
  width: 100%;
  height: 12px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #4c9e39;
  position: absolute;
  content: "";
  bottom: 0;
}

.tabber-list li {
  position: relative;
}

.froms-wrapper header.header-wrapper .nav-item .nav-link:hover {
  color: #4c9e39;
}

.froms-wrapper .froms-banner .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.froms-wrapper .froms-banner .content button {
  background: transparent;
  border: 0;
}

.OrderCurrency-image {
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.Foreign-exchange-wrapper .column-left .content h2 {
  margin-bottom: 45px;
}

header.header-wrapper .nav-item .nav-link.active {
  color: #b6f2a8;
}

header.header-wrapper .nav-item .nav-link.active:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}

header.header-wrapper .nav-item .nav-link.active:after {
  transform-origin: 100% 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}

@media (min-width: 768px) {
  .mobile-nav,
  .banner-wrapper .item .img-fluid.mobileBanner,
  .service-wrapper .mobileBanner {
    display: none;
  }

  .WhatWeOffer-wrapper img.mobile {
    display: none;
  }

  .WhatWeOffer-card:hover .overlay-content h4 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .WhatWeOffer-card:hover .overlay-content h4 svg {
    margin-left: 8px;
    width: 15px;
  }

  .WhatWeOffer-card .overlay-content p {
    font-size: 20px;
    line-height: 1.5;
  }

  header.header-wrapper .nav-item .nav-link.dropdown-nav {
    position: relative;
  }

  header.header-wrapper .nav-item .nav-link.dropdown-nav .icon {
    border-style: solid;
    border-width: 0 2px 2px 0;
    margin-top: -10px;
    padding: 3px;
    transform: rotate(43deg);
    content: "";
    position: absolute;
    top: 17px;
    right: 0;
  }

  header.header-wrapper .nav-item .nav-link.dropdown-nav {
    position: relative;
    padding-right: 15px;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu li a:hover {
    background-color: transparent;
    font-weight: 600;
  }

  header.header-wrapper
    .offcanvas-body
    .nav-item
    a.nav-link.dropdown-toggle:before,
  header.header-wrapper
    .offcanvas-body
    .nav-item
    a.nav-link.dropdown-toggle:after {
    display: none;
  }

  header.header-wrapper .navbar-nav .dropdown-menu li a {
    color: #fff !important;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    display: inline-block;
  }

  .outward-remittance-wrapper .innerPage-banner .mobile {
    display: none;
  }

  header.header-wrapper .navbar-nav .nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }

  header.header-wrapper .navbar-nav .dropdown-menu {
    position: absolute;
    top: 30px;
    display: inherit;
    background: #4c9e39;
    border: 0;
    border-radius: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s linear;
    padding: 15px;
    width: 200px;
  }

  header.header-wrapper .navbar-nav .dropdown-menu li a {
    padding: 5px;
    display: block;
  }
}

.main-wrapper .ContentIcon-wrapper {
  background: #f4f4f4;
  padding-top: 77px;
  padding-bottom: 76px;
  position: relative;
}

.main-wrapper .ContentIcon-wrapper ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  flex-wrap: wrap;
}

.main-wrapper .ContentIcon-wrapper ul li {
  display: flex;
  align-items: center;
}

.main-wrapper .ContentIcon-wrapper ul li img {
  margin-right: 20px;
}

.main-wrapper .ContentIcon-wrapper ul li h4 {
  color: #1e4627;
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  /* 109.524% */
  margin-bottom: 18px;
}

.main-wrapper .ContentIcon-wrapper ul li span {
  display: block;
}

.main-wrapper .ContentIcon-wrapper ul li p {
  color: rgba(84, 84, 84, 0.65);
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

.WhatWeOffer-wrapper {
  padding-top: 182px;
  padding-bottom: 103px;
}

.WhatWeOffer-wrapper h2 {
  color: #161515;
  font-family: Poppins;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
  margin-bottom: 45px;
}

.WhatWeOffer-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.offer-image-overlay {
  background: hsla(0, 0%, 100%, 0)
    linear-gradient(
      180deg,
      transparent 10%,
      hsla(0, 0%, 100%, 0.1) 40%,
      hsla(0, 0%, 100%, 0.5) 75%,
      #fff
    )
    repeat scroll 0 0;
  position: relative;
  margin-top: -123px;
  height: 123px;
}

.WhatWeOffer-content h4 {
  color: #1e4627;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
  position: relative;
  top: -30px;
  height: 51px;
  /* margin-bottom: 25px; */
}

.WhatWeOffer-content .col-md-6 {
  margin-bottom: 30px;
}

.Aboutus-wrapper {
  padding-top: 29px;
  padding-bottom: 100px;
}

.Aboutus-wrapper h2 {
  color: #161515;
  font-family: Poppins;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
  margin-bottom: 45px;
}

.Aboutus-wrapper h4 {
  color: #1e4627;
  font-family: "Open Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  margin: 0;
}

.Aboutus-wrapper p {
  color: rgba(84, 84, 84, 0.65);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
  width: 499px;
}

.Aboutus-wrapper h2 {
  color: #161515;
  font-family: Poppins;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
  margin-bottom: 45px;
}

.Aboutus-wrapper h4 {
  color: #1e4627;
  font-family: "Open Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 10px;
}

.Aboutus-wrapper .list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 15px;
}

.Aboutus-wrapper .list ul li {
  display: flex;
  margin-bottom: 32px;
  align-items: center;
  color: #1e4627;
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.Aboutus-wrapper .list ul li svg {
  margin-right: 23px;
}

.Aboutus-wrapper .list {
  margin-top: 30px;
}

.Aboutus-wrapper .list ul li:nth-child(2) {
  margin-bottom: 0;
}

.Aboutus-wrapper button.btn.btn-link {
  color: #4c9e39;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-decoration: none;
  padding: 0;
  margin-top: 30px;
}

.Aboutus-wrapper .aboutus-image img {
  border-radius: 12px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.Aboutus-wrapper .GoogleRating-image img {
  width: 244px !important;
  height: auto;
}

.Aboutus-wrapper .aboutus-image {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 105px;
  position: relative;
}

.Aboutus-wrapper .col-right {
  position: relative;
}

.Aboutus-wrapper .box {
  border-radius: 15px;
  background: #f4f4f4;
  width: 221px;
  height: 237px;
  text-align: left;
  padding-left: 37px;
  padding-right: 22px;
  padding-top: 33px;
  padding-bottom: 19px;
  position: absolute;
  top: -45px;
  left: -28%;
}

.Aboutus-wrapper .box h3 {
  color: #4c9e39;
  font-family: Poppins;
  font-size: 68px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
}

.Aboutus-wrapper .box span {
  color: #4c9e39;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  display: inline-block;
}

.GoogleRating-image {
  position: absolute;
  bottom: -50px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.Partners-wrapper {
  padding-top: 181px;
  padding-bottom: 154px;
}

.Partners-wrapper .heading h2 {
  color: #161515;
  font-family: Poppins;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
}

.Partners-wrapper .Partners-logos h4 {
  color: rgba(84, 84, 84, 0.65);
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  margin-bottom: 28px;
}

.Partners-wrapper .Banking-Partners {
  margin-bottom: 120px;
}

.Partners-wrapper .partners-InwardRemittance .col-4,
.Partners-wrapper .Banking-Partners .col-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.OrderCurrency-wrapper {
  padding-top: 154px;
}

.OrderCurrency-wrapper {
  padding-top: 154px;
}

.OrderCurrency-wrapper h2 {
  color: #161515;
  font-family: Poppins;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
  margin-bottom: 15px;
}

.OrderCurrency-wrapper .heading h4 {
  color: #161515;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
  margin-bottom: 20px;
}

.OrderCurrency-wrapper .list {
  width: 594px;
}

.OrderCurrency-wrapper p {
  color: rgba(84, 84, 84, 0.65);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 50px;
  width: 517px;
}

.OrderCurrency-wrapper .list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.OrderCurrency-wrapper .list ul li {
  align-items: center;
  display: flex;
  color: rgba(84, 84, 84, 0.65);
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}

.OrderCurrency-wrapper .list ul li svg {
  margin-right: 16px;
}

.OrderCurrency-wrapper .list ul li:last-child {
  margin-bottom: 43px;
}

.Partners-logos img {
  max-width: 100%;
  vertical-align: baseline;
  object-fit: cover;
  width: 80%;
  /* height: 100%; */
}

.OrderCurrency-wrapper button.btn.btn-link {
  display: flex;
  width: 276px;
  height: 65px;
  padding: 11px 41px;
  justify-content: center;
  border: 0;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #4c9e39;
  box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.32) inset;
  text-decoration: none;
  color: #fff;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 70px;
}

.OrderCurrency-image img {
  width: 100%;
  object-fit: cover;
  margin-top: 16px;
}

.bottom-text span {
  color: rgba(255, 255, 255, 0.65);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 33px;
  display: block;
}

.two-column-section .content h4 {
  color: #161515;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
}

.careers-wrapper .card-wrapper a {
  color: #1e4627;
}

.contact-from textarea#Message {
  height: 70.624px !important;
}

.Contact-wrapper .full-width-box .icon {
  margin: auto;
  text-align: center;
  margin-bottom: -35px;
}

.innerPage-banner {
  /* margin-top: -120px; */
  position: relative;
}

.innerPage-banner img {
  object-fit: cover;
  /* height: 100vh; */
}

.innerPage-banner img {
  width: 100%;
}

.innerPage-banner .content {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.middle-banner .content h3 {
  color: #fff;
  font-family: "Open Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  width: 667px;
  text-align: left;
}

.outward-remittance-wrapper .middle-banner .content.box,
.inward-remittance-wrapper .middle-banner .content.box,
.Foreign-exchange-wrapper .middle-banner .content.box {
  border-radius: 12px;
  background: #fff;
  height: 175px;
  padding: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.column-left .image {
  padding-right: 22px;
}

.column-right .image {
  padding-left: 22px;
}

.outward-remittance-wrapper .middle-banner .content.box h2,
.inward-remittance-wrapper .middle-banner .content.box h2,
.Foreign-exchange-wrapper .middle-banner .content.box h2 {
  color: #1d1818;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 13px;
}

.inward-remittance-wrapper .middle-banner .content h3 {
  width: 715px;
  margin-bottom: 9px;
}

.inward-remittance-wrapper .middle-banner p {
  color: rgba(255, 255, 255, 0.75);
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 145.455% */
  width: 660px;
  text-align: left;
}

.inward-remittance-wrapper .middle-banner {
  margin-top: 153px;
}

.outward-remittance-wrapper .middle-banner button.btn.btn-link,
.inward-remittance-wrapper .middle-banner button.btn.btn-link,
.Foreign-exchange-wrapper .middle-banner button.btn.btn-link {
  border-radius: 12px;
  background: #4c9e39;
  box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.32) inset;
  display: flex;
  width: 240px;
  height: 50px;
  padding: 11px 41px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.innerPage-banner .content h1 {
  color: #fff;
  text-align: center;
  text-shadow: 4px 12px 27.4px rgba(0, 0, 0, 0.81);
  font-family: Poppins;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
}

.content-bottom .content p {
  color: #1e4627;
  text-align: center;
  font-family: "Open Sans";
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  line-height: 40px;
}

.content-bottom {
  background: #f4f4f4;
  padding-top: 300px;
  padding-bottom: 50px;
  height: 500px;
  display: flex;
  align-items: center;
  margin-top: -240px;
}

.icon-with-content {
  padding-top: 138px;
  padding-bottom: 139px;
}

.icon-with-content ul {
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  margin: auto;
}

.icon-with-content ul li {
  display: flex;
  align-items: center;
  width: 50%;
  flex-wrap: wrap;
  justify-content: center;
}

.international-travel-card-wrapper .icon-with-content ul li:last-child {
  justify-content: flex-end;
}

.international-travel-card-wrapper .icon-with-content ul li .image {
  padding-right: 32px;
}

.international-travel-card-wrapper .icon-with-content ul li {
  flex-wrap: inherit;
  justify-content: inherit;
  align-items: inherit;
}

.international-travel-card-wrapper .icon-with-content ul li:first-child {
  padding-right: 100px;
}

.international-travel-card-wrapper .icon-with-content ul li:last-child {
  padding-left: 100px;
}

.international-travel-card-wrapper .icon-with-content ul li h3 {
  margin: 0;
  font-size: 28px;
}

.international-travel-card-wrapper .icon-with-content ul li span {
  color: rgba(84, 84, 84, 0.65);
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 145.455% */
  display: inline-block;
  margin-top: 17px;
}

/* .international-travel-card-wrapper .icon-with-content ul li .content {
  width: 80%;
} */

.icon-with-content ul h3 {
  color: #1e4627;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 1.08px;
  margin-left: 24px;
}

.column-right .content p {
  color: rgba(84, 84, 84, 0.65);
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 145.455% */
}

.column-left .image img,
.column-right .image img {
  width: 100%;
}

.column-right {
  padding-bottom: 113px;
}

.Foreign-exchange-wrapper .middle-banner {
  margin-top: 50px;
}

.column-left .content h2 {
  color: #1e4627;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  /* 127.778% */
}

.column-left .content p {
  color: rgba(84, 84, 84, 0.65);
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 145.455% */
  margin-top: 10px;
  margin-bottom: 38px;
}

.column-left .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 52px;
}

.column-left .content ul li {
  color: rgba(84, 84, 84, 0.65);
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  line-height: 26px;
}

.outward-remittance-wrapper .column-left {
  padding-top: 165px;
}

.outward-remittance-wrapper .column-left h2 {
  color: #1e4627;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 1.08px;
  text-transform: capitalize;
  margin-bottom: 46px;
}

.column-left .content ul li svg {
  margin-right: 16px;
}

.outward-remittance-wrapper .col-right .row {
  flex-direction: row-reverse;
}

.outward-remittance-wrapper .middle-banner .content h3 {
  width: 726px;
  line-height: 43px;
}

.outward-remittance-wrapper .col-right {
  padding-top: 67px;
  padding-bottom: 100px;
}

.column-left button.btn.btn-link {
  color: #4c9e39;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  display: block;
  text-decoration: none;
  margin-top: 56px;
  margin-bottom: 60px;
  padding: 0;
}

.international-travel-card-wrapper .column-left .content ul {
  margin-bottom: 50px;
}

.international-travel-card-wrapper .column-left .content h2 {
  margin-bottom: 50px;
}

.content-bottom .container-fluid {
  padding: 0;
}

.international-travel-card-wrapper .rewarding-career {
  padding-top: 109px;
}

.international-travel-card-wrapper .rewarding-career .content h3 {
  color: #1e4627;
  text-align: center;
  font-family: Poppins;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
  margin: auto;
  margin-bottom: 90px;
}

.inward-remittance-wrapper .content-bottom .content ul li:last-child img {
  height: 41px;
  object-fit: cover;
}

.rewarding-career .box .content {
  height: 286px;
}

.international-travel-card-wrapper .rewarding-career {
  padding-top: 109px;
  padding-bottom: 143px;
}

.international-travel-card-wrapper .rewarding-career h5 {
  color: #161515;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 125% */
  letter-spacing: 0.6px;
}

.international-travel-card-wrapper .rewarding-career .box .content p {
  color: rgba(84, 84, 84, 0.65);
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

.inward-remittance-wrapper .content-bottom ul,
.Partners-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  flex-wrap: wrap;
}

.inward-remittance-wrapper .content-bottom ul li:not(:last-child),
.Partners-wrapper ul li:not(:last-child) {
  margin-right: 51px;
}

.inward-remittance-wrapper .rewarding-career .box .content p {
  color: #786d6d;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.inward-remittance-wrapper .rewarding-career .box .content h5 {
  color: #161515;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  /* 127.778% */
  letter-spacing: 1.08px;
  margin-bottom: 21px;
}

.inward-remittance-wrapper .rewarding-career .box .content {
  height: 362px;
}

.inward-remittance-wrapper .column-left .content h2 {
  letter-spacing: 1.08px;
  margin-bottom: 45px;
}

.inward-remittance-wrapper .column-left {
  padding-top: 143px;
}

.Supreme-Forex-wrapper .middle-banner .content h3 span {
  color: #52d534;
}

.Supreme-Forex-wrapper .rewarding-career .box .content h5 {
  color: #1e4627;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  /* 128.571% */
  letter-spacing: 0.84px;
}

.Supreme-Forex-wrapper .rewarding-career .box .content {
  height: 320px;
}

.Supreme-Forex-wrapper button.btn.btn-link {
  border-radius: 12px;
  border: 0.25px solid #4c9e39;
  background: #fff;
  box-shadow: 1px 2px 5px 0px rgba(76, 158, 57, 0.77) inset;
  color: #4c9e39;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-decoration: none;
  display: flex;
  height: 50px;
  padding: 11px 38px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.Supreme-Forex-wrapper .content-bottom button.btn.btn-link {
  margin: auto;
}

.Supreme-Forex-wrapper .content-bottom {
  padding-top: 175px;
}

.Supreme-Forex-wrapper button.btn.btn-link svg {
  margin-left: 10px;
}

.Supreme-Forex-wrapper .content-bottom {
  padding-bottom: 49px;
  height: 570px;
}

.Supreme-Forex-wrapper .button-wrapper {
  width: 100%;
  margin: auto;
  display: flex;
  margin-top: 40px;
}

.middle-banner span {
  color: #49c02e;
}

.disclaimer-wrapper header.header-wrapper .nav-item .nav-link {
  color: rgba(84, 84, 84, 0.5);
}

.disclaimer-wrapper .top-content h1 {
  color: #161515;
  font-family: Poppins;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
  /* 119.231% */
  margin-bottom: 28px;
}

.disclaimer-wrapper .inner-content {
  padding-top: 180px;
}

.disclaimer-wrapper .top-content {
  margin-bottom: 96px;
}

.disclaimer-wrapper .top-content p {
  color: #1e4627;
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 154.545% */
}

.disclaimer-wrapper .bottom-content h4 {
  color: #1e4627;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 62px;
  margin-bottom: 10px;
}

.disclaimer-wrapper .bottom-content {
  padding-bottom: 80px;
}

.disclaimer-wrapper .bottom-content p:nth-child(2) {
  margin-bottom: 68px;
}

.disclaimer-wrapper .bottom-content p {
  color: rgba(84, 84, 84, 0.65);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}

.privacyPolicy-wrapper .top-content {
  margin-bottom: 85px;
}

.privacyPolicy-wrappe .bottom-content p:nth-child(2),
.privacyPolicy-wrapper .bottom-content p {
  margin-bottom: 74px;
}

.privacyPolicy-wrapper .bottom-content {
  padding-bottom: 30px;
}

.disclaimer-wrapper p a {
  color: #1e4627;
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  word-break: break-all;
  line-height: 34px;
  text-decoration-line: underline;
}

.userAgreement-wrapper .bottom-content p {
  margin-bottom: 30px;
}

.userAgreement-wrapper .bottom-content h4 {
  margin-top: 75px;
}

.userAgreement-wrapper .bottom-content h4:first-child {
  margin-top: 0;
}

/* .networks-wrapper .mapLoaction-wrapper {
    padding-top: 112px;
    padding-bottom: 142px;
} */

.networks-wrapper h1 {
  color: #161515;
  font-family: Poppins;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
}

.branches-offices-wrapper h2 {
  color: #161515;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  height: 92px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.networks-wrapper .mapLoaction-wrapper .content h1 {
  color: #161515;
  font-family: Poppins;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
}

ul.tabber-list li a {
  color: rgba(84, 84, 84, 0.5);
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 160% */
  text-decoration: none;
  padding-bottom: 32px !important;
  display: inline-block;
}

ul.tabber-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: auto;
  flex-wrap: wrap;
}

ul.tabber-list .active a {
  color: #4c9e39;
}

.networks-wrapper .mapLoaction-wrapper .content p {
  color: #786d6d;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 143.75% */
}

.networks-wrapper .mapLoaction-wrapper .image img {
  width: 100%;
  position: relative;
  top: 45px;
}

.careers-wrapper header.header-wrapper .nav-item .nav-link.active,
.froms-wrapper header.header-wrapper .nav-item .nav-link.active {
  color: #161515;
}

.tabber-content-wrapper {
  border-radius: 0px 0px 15px 15px;
  background: #f4f4f4;
  box-shadow: 0px 4px 19.8px 0px rgba(0, 0, 0, 0.25);
  padding-top: 30px;
  padding-left: 79px;
  padding-right: 79px;
  padding-bottom: 30px;
  position: relative;
}

.tabber {
  position: relative;
}

.tabber:before {
  width: 100%;
  border-radius: 6px;
  /* background: #f3f3f3; */
  height: 12px;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

ul.tabber-list-inner {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.tabber-list-inner li:not(:last-child) a {
  margin-bottom: 15px;
}

ul.tabber-list-inner li a {
  color: rgba(84, 84, 84, 0.65);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 130% */
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
}

.tabber-list-inner .active a {
  color: #4c9e39;
}

/* .tabber-content-wrap .tabber-list-inner,
.tabber-content-wrapper .tabber-content {
    display: none;
}
.tabber-content-wrap .tabber-content.active,
.tabber-content-wrap .tabber-list-inner.active,
.tabber-content-wrapper .tabber-content.active {
    display: block ;
} */
.Contact-wrapper header.header-wrapper .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.networks-wrapper header.header-wrapper .nav-item .nav-link {
  color: rgba(84, 84, 84, 0.5);
}

.networks-wrapper header.header-wrapper .nav-item .nav-link.active {
  color: #161515;
}

.networks-wrapper header.header-wrapper {
  /* padding: 25px 0; */
}

.tabber-wrap h3 {
  margin-bottom: 30px;
  color: #1e4627;
  font-family: "Open Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.inner-taber {
  display: flex;
  justify-content: space-between;
}

.tabber-content-wrap img {
  width: 100%;
}

.place-card.place-card-large {
  border-radius: 15px;
  border: 0.25px solid #4c9e39;
  background: #fff;
  box-shadow: 0px 7px 2.9px 0px rgba(42, 164, 13, 0.16);
}

#animated-text {
  display: inline-block;
  opacity: 0;
  animation: fadeIn 1s forwards;
  text-transform: capitalize;
  width: 200px;
}

/* .about-wrapper .two-column-section .image img {
  height: 563px;
  object-fit: cover;
} */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in {
  animation: fadeIn 1s forwards;
}

.footer-top .col-md-3.col-6:last-child {
  display: flex;
  justify-content: flex-end;
}

.careers-banner img {
  object-fit: cover;
}

.froms-wrapper .froms-banner .list .content p {
  color: #1e4627;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 145.455% */
  letter-spacing: 0.66px;
}

.froms-wrapper img.w-100.froms-bg-img {
  height: 600px;
  object-fit: cover;
  max-width: 1070px;
}

.innerPage-banner img {
  height: 100vh;
  object-fit: cover;
}

.disclaimer-wrapper header.header-wrapper {
  /* padding: 25px 0; */
}

.AdminOffices h2 {
  color: #161515;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  /* 95.833% */
  margin-bottom: 71px;
}

.AdminOffices {
  padding-top: 163px;
  padding-bottom: 163px;
}

.AdminOffices .box {
  border-radius: 12px;
  border: 0.25px solid rgb(233 233 233 / 44%);
  background: #fff;
  box-shadow: 0px 3px 5px 0px rgba(42, 164, 13, 0.4);
  padding: 41px 22px;
  cursor: pointer;
}

.AdminOffices .box h4 {
  color: #1e4627;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 191.667% */
  margin: 0;
}

.AdminOffices .box p {
  color: rgba(84, 84, 84, 0.65);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 143.75% */
  margin-bottom: 31px;
}

.AdminOffices .box span {
  color: #161515;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 143.75% */
  display: block;
}

/* fn */

.tabber-content {
  display: none;
}

.tabber-content.active {
  display: block;
}

.international-travel-card-wrapper .column-left .image {
  padding-right: 0;
}

.outward-remittance-wrapper .column-left .image,
.inward-remittance-wrapper.Supreme-Forex-wrapper .column-left .image {
  padding: 0;
}

.careers-wrapper .card-wrapper .image img {
  box-shadow: 9px 11px 13.9px 0px rgba(0, 0, 0, 0.25);
}

.international-travel-card-wrapper .column-left .content ul li {
  line-height: 32px;
}

.inward-remittance-wrapper .column-left .image {
  padding-right: 0;
}

.inward-remittance-wrapper .column-left .image img {
  object-fit: cover;
  border-radius: 12px;
  height: auto;
}

.international-travel-card-wrapper .column-left .image img {
  object-fit: cover;
  border-radius: 12px;
}

.Foreign-exchange-wrapper .column-left .image img,
.Foreign-exchange-wrapper .column-right .image img {
  object-fit: cover;
  border-radius: 12px;
}

.outward-remittance-wrapper .column-left .image img {
  border-radius: 12px;
}

.inward-remittance-wrapper .content-bottom {
  padding-bottom: 0;
  padding-top: 200px;
}

.Foreign-exchange-wrapper .content-bottom,
.international-travel-card-wrapper .content-bottom,
.outward-remittance-wrapper .content-bottom {
  padding-bottom: 0px;
  height: 480px;
}

.careers-wrapper .rewarding-career .box .icon {
  text-align: center;
  width: 77px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.careers-wrapper .rewarding-career .box .content {
  margin-top: -40px;
  padding-top: 60px;
}

.froms-banner {
  background-image: url(../images/Forms-bg.webp);
  background-repeat: no-repeat;
  height: 100vh;
  background-position: left center;
}

.Foreign-exchange-wrapper .content-bottom .content {
  max-width: 1182px;
  margin: auto;
  padding-top: 40px;
}

.Foreign-exchange-wrapper .content-bottom {
  margin-top: -292px;
  padding-top: 255px;
}

.international-travel-card-wrapper .content-bottom .content {
  max-width: 1184px;
  margin: auto;
}

.international-travel-card-wrapper header.header-wrapper button.btn.btn-link {
  box-shadow: 1px 2px 3px 0px rgba(76, 158, 57, 0.77) inset;
  border: 0.2px solid #71be5f;
}

.international-travel-card-wrapper .content-bottom {
  margin-top: -300px;
  padding-top: 300px;
}

.international-travel-card-wrapper .rewarding-career .box .content {
  height: 320px;
}

.outward-remittance-wrapper .content-bottom {
  padding-top: 260px;
}

.inward-remittance-wrapper .content-bottom .content,
.outward-remittance-wrapper .content-bottom .content {
  max-width: 1184px;
  margin: auto;
}

.inward-remittance-wrapper.Supreme-Forex-wrapper
  .inward-remittance-wrapper
  .content-bottom
  .content {
  max-width: 1130px;
  margin: auto;
}

.inward-remittance-wrapper.Supreme-Forex-wrapper .column-left .image img {
  height: auto !important;
}

.rewarding-career .box .icon img {
  width: 100px;
  height: 97px;
}

.inward-remittance-wrapper.Supreme-Forex-wrapper
  header.header-wrapper
  button.btn.btn-link {
  margin-top: 0;
}

.services-wrapper {
  overflow-x: hidden;
}

.services-wrapper .two-column-section .column.col-one .image img {
  max-width: 100%;
  object-fit: cover;
}

.topSection header.header-wrapper button.btn.btn-link {
  position: relative;
  top: 3px;
  height: 43px;
}

.topSection .navbar-expand-md .navbar-collapse {
  position: relative;
  top: 3px;
}

.Contact-banner img {
  height: 100vh;
}

/* .services-banner {
  height: 100vh;
} */

.networks-map {
  border-radius: 15px;
  border: 0.25px solid rgb(219 219 219 / 44%);
  background: #fff;
  box-shadow: 0px 5px 5px 0px rgba(42, 164, 13, 0.4);
  height: 300px;
  position: relative;
}

.networks-map iframe.iframe {
  width: 100%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 300px;
}

.networks-map .conact-content {
  padding-top: 36px;
  padding-left: 36px;
  padding-right: 11px;
  padding-bottom: 20px;
}

.loader-wrapper {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: lightgray;
}

@media (max-width: 1200px) {
  .innerPage-banner {
    height: auto;
  }

  .inward-remittance-wrapper .middle-banner p {
    width: 100%;
  }

  .inward-remittance-wrapper .rewarding-career .box .content {
    height: 520px;
  }

  .content-bottom .content {
    width: 100%;
  }

  .international-travel-card-wrapper .icon-with-content ul li .content {
    padding: 0 24px;
  }

  .international-travel-card-wrapper .icon-with-content ul li:first-child {
    padding-right: 0px;
  }

  .international-travel-card-wrapper .icon-with-content ul li:last-child {
    padding-left: 0px;
  }

  .icon-with-content {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .international-travel-card-wrapper .icon-with-content ul li .image {
    padding-right: 0;
  }

  .inner-taber .tabber {
    max-width: 50%;
  }

  .inner-taber .tabber-content-wrap {
    max-width: 50%;
  }
}

@media (max-width: 1199px) {
  .offer-image-overlay {
    margin-top: -120px;
    height: 122px;
  }

  .careers-banner {
    height: 85vh;
  }

  .privacyPolicy-wrapper .top-content {
    margin-bottom: 40px;
  }

  .networks-wrapper .mapLoaction-wrapper .image img {
    top: 90px;
  }

  /* .innerPage-banner img {
    height: 60vh;
  } */

  .innerPage-banner img {
    height: 100vh;
  }

  .inward-remittance-wrapper .rewarding-career .box .content {
    height: 450px;
  }

  .innerPage-banner .content h1 {
    font-size: 35px;
  }

  ul.tabber-list {
    width: 100%;
    overflow: auto;
    flex-wrap: inherit;
  }

  ul.tabber-list li a {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .OrderCurrency-wrapper .list {
    width: 100%;
  }

  .services-banner .content {
    top: 35%;
  }

  .banner-wrapper .item .img-fluid {
    height: 100vh;
    object-fit: cover;
  }

  .banner-wrapper .item .content ul li .img-fluid {
    height: auto;
  }

  header.header-wrapper .nav-item .nav-link.dropdown-nav .icon {
    top: 15px;
  }

  .inward-remittance-wrapper.Supreme-Forex-wrapper
    .inward-remittance-wrapper
    .content-bottom
    .content,
  .inward-remittance-wrapper .content-bottom .content,
  .international-travel-card-wrapper .content,
  .Foreign-exchange-wrapper .content-bottom .content,
  .carreers-content-fullWidth .content,
  .outward-remittance-wrapper .content-bottom .content {
    max-width: 100%;
  }

  .middle-banner .content h3 {
    width: 100%;
  }

  .outward-remittance-wrapper .middle-banner .content h3,
  .content-bottom .content,
  .inward-remittance-wrapper .middle-banner .content h3 {
    width: 100%;
  }

  .content-bottom .container-fluid {
    padding: 0 40px;
  }

  .contact-information .box .content {
    height: 350px;
  }

  .two-column-section .content p {
    max-width: 100%;
  }

  .rewarding-career .content h3,
  .carreers-content-fullWidth .content {
    max-width: 100%;
  }

  .OrderCurrency-image img {
    margin-top: 95px;
  }

  .OrderCurrency-wrapper p {
    width: 100%;
  }

  .Aboutus-wrapper p {
    width: 100%;
  }

  .Aboutus-wrapper .box {
    width: 175px;
    height: 190px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 19px;
    top: -45px;
    left: -1px;
  }

  .contentLogo .content {
    max-width: 70%;
  }

  .contentLogo .logo {
    max-width: 30%;
  }

  .WhatWeOffer-content h4 {
    font-size: 25px;
  }

  .careers-wrapper .card-wrapper .content {
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .two-column-section .content h4 {
    font-size: 25px;
  }

  .rewarding-career .box .content {
    height: 180px;
  }

  .contact-from {
    width: 60%;
  }

  .international-travel-card-wrapper .rewarding-career .box .content {
    height: 350px;
  }

  .outward-remittance-wrapper .middle-banner button.btn.btn-link,
  .inward-remittance-wrapper .middle-banner button.btn.btn-link,
  .Foreign-exchange-wrapper .middle-banner button.btn.btn-link {
    width: 200px;
  }

  header.header-wrapper .nav-item .nav-link {
    font-size: 14px;
  }

  .banner-wrapper .item,
  .banner-wrapper .item .img-fluid {
    height: 60vh;
  }

  .banner-wrapper .content {
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .icon-with-content ul li {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .WhatWeOffer-card .overlay-content {
    padding: 20px;
  }

  .offer-image-overlay {
    margin-top: -119px;
    height: 120px;
  }

  .icon-with-content ul li .image,
  .icon-with-content ul li .content {
    width: 100% !important;
  }

  .international-travel-card-wrapper .icon-with-content ul li .image {
    margin-bottom: 20px;
  }

  .banner-wrapper p,
  .banner-wrapper h1 {
    margin-bottom: 10px;
  }

  ul.tabber-list li {
    margin-right: 15px;
  }

  .contact-information {
    padding-top: 100px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .international-travel-card-wrapper .rewarding-career .content h3 {
    font-size: 40px;
    margin-bottom: 50px;
  }

  .networks-map iframe.iframe {
    height: 120px;
  }

  .networks-map {
    height: auto;
  }

  .networks-wrapper .mapLoaction-wrapper .content h1,
  .networks-wrapper .mapLoaction-wrapper .content h1,
  .international-travel-card-wrapper .rewarding-career .content h3,
  .innerPage-banner .content h1,
  .OrderCurrency-wrapper h2 {
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 25px;
  }

  .careers-wrapper .card-wrapper a {
    word-break: break-all;
  }

  .AdminOffices h2,
  .branches-offices-wrapper h2 {
    font-size: 35px;
    line-height: 42px;
  }

  .innerPage-banner img {
    width: 100%;
    object-fit: cover;
    height: 60vh;
  }

  .international-travel-card-wrapper .col-md-6:first-child,
  .Supreme-Forex-wrapper .rewarding-career .col-md-6:first-child {
    margin-bottom: 100px;
  }

  .international-travel-card-wrapper .col-md-6:nth-child(2),
  .Supreme-Forex-wrapper .rewarding-career .col-md-6:nth-child(2) {
    margin-bottom: 100px;
  }

  .Supreme-Forex-wrapper .rewarding-career .box .content {
    height: 450px;
  }

  .contact-from {
    width: 85%;
  }

  .contact-information h2,
  .contact-from h1,
  .services-banner .content h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .OrderCurrency-wrapper .heading h4 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .OrderCurrency-wrapper p {
    margin-bottom: 25px;
  }

  .OrderCurrency-wrapper .list ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 20px;
  }

  .OrderCurrency-wrapper .list ul li:last-child {
    margin-bottom: 30px;
  }

  .OrderCurrency-wrapper button.btn.btn-link {
    width: auto;
    height: 50px;
    padding: 11px 20px;
    font-size: 16px;
  }

  .OrderCurrency-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .OrderCurrency-wrapper .list {
    margin-bottom: 0;
  }

  .OrderCurrency-image img {
    margin-top: 0;
    position: relative;
    top: 80px;
  }

  .Partners-wrapper .heading h2 {
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 25px;
  }

  .Partners-wrapper .Partners-logos h4 {
    font-size: 18px;
  }

  .Partners-wrapper .Banking-Partners {
    margin-bottom: 100px;
  }

  .Partners-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .Aboutus-wrapper {
    padding-top: 0px;
    padding-bottom: 80px;
  }

  .Aboutus-wrapper h2 {
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 25px;
  }

  .Aboutus-wrapper h4 {
    font-size: 25px;
    line-height: 30px;
  }

  .Aboutus-wrapper p {
    margin-bottom: 18px;
  }

  .Aboutus-wrapper .list {
    margin-top: 25px;
  }

  .Aboutus-wrapper .list ul li {
    font-size: 18px;
    line-height: 1;
    margin-top: 20px;
  }

  .Aboutus-wrapper button.btn.btn-link {
    font-size: 20px;
    padding: 0;
    margin-top: 30px;
  }

  .Aboutus-wrapper .box {
    width: 150px;
    height: 150px;
    top: -45px;
  }

  .Aboutus-wrapper .box h3 {
    font-size: 38px;
    line-height: 1;
  }

  .Aboutus-wrapper .box span {
    font-size: 18px;
    line-height: 1.5;
  }

  .GoogleRating-image {
    width: 100%;
  }

  .WhatWeOffer-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .WhatWeOffer-wrapper h2 {
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 25px;
  }

  .WhatWeOffer-content h4 {
    font-size: 18px;
  }

  header.header-wrapper button.btn.btn-link {
    width: auto;
    padding: 11px 10px;
    font-size: 14px;
  }

  header.header-wrapper .nav-item .nav-link {
    font-size: 12px;
  }

  .banner-wrapper h1 {
    font-size: 35px;
    width: 380px;
    line-height: 45px;
  }

  .banner-wrapper button.btn.btn-link {
    width: 175px;
    height: 50px;
    padding: 11px 20px;
    font-size: 16px;
  }

  .main-wrapper .ContentIcon-wrapper ul li svg {
    margin-right: 12px;
    width: 60px;
  }

  .disclaimer-wrapper .top-content h1,
  .careers-banner .content h1,
  .two-column-section .content h2,
  .about-banner .content span,
  .about-banner .content h1,
  .about-banner .ContentIcon-wrapper ul li h4,
  .middle-banner h2,
  .main-wrapper .ContentIcon-wrapper ul li h4 {
    font-size: 38px;
    line-height: 35px;
  }

  .disclaimer-wrapper .bottom-content {
    padding-bottom: 80px;
  }

  .about-banner .ContentIcon-wrapper ul li p,
  .main-wrapper .ContentIcon-wrapper ul li p {
    font-size: 16px;
    line-height: 1.2;
  }

  .main-wrapper .ContentIcon-wrapper {
    background: #f4f4f4;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .two-column-section .column.col-one {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .two-column-section {
    padding-bottom: 100px;
  }

  .careers-wrapper .card-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .rewarding-career {
    padding-top: 80px;
  }

  .froms-wrapper .froms-banner .list {
    position: absolute;
    top: 35%;
    left: 15px;
    right: 15px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 5px #ccc;
  }

  .froms-wrapper .froms-banner ul li {
    width: 100%;
  }

  .froms-wrapper .froms-banner .list {
    position: absolute;
    top: 58%;
    left: 40%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 5px #ccc;
    transform: translate(-50%, -50%);
    right: 0;
  }

  .froms-wrapper .froms-banner ul li:not(:last-child) {
    margin-bottom: 40px;
  }

  .disclaimer-wrapper .inner-content,
  .outward-remittance-wrapper .column-left {
    padding-top: 80px;
  }

  .careers-wrapper .card-wrapper .content {
    width: 100%;
  }

  .contact-information {
    padding-left: 60px;
    padding-right: 60px;
  }

  .services-banner .content {
    top: 40%;
  }

  .international-travel-card-wrapper .rewarding-career {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column-left .content ul {
    gap: 25px;
  }

  .inward-remittance-wrapper .column-left {
    padding-top: 80px;
  }

  .outward-remittance-wrapper .middle-banner .content.box h2,
  .inward-remittance-wrapper .middle-banner .content.box h2,
  .Foreign-exchange-wrapper .middle-banner .content.box h2 {
    line-height: 1.5;
  }

  .inward-remittance-wrapper .middle-banner {
    margin-top: 80px;
  }

  .middle-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .disclaimer-wrapper header.header-wrapper {
    position: relative;
  }

  .services-wrapper .two-column-section {
    padding-bottom: 0;
  }

  .middle-banner button.btn.btn-link {
    font-size: 18px;
    height: 55px;
    width: 200px;
  }

  .disclaimer-wrapper .bottom-content {
    padding-bottom: 40px;
  }

  .map-wrapper {
    padding-top: 80px;
    margin-bottom: -7px;
  }

  .careers-wrapper header.header-wrapper .nav-item .nav-link,
  header.header-wrapper .nav-item .nav-link {
    font-size: 14px;
  }

  .carreers-content-fullWidth {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-button.col-md-3 {
    width: 16%;
  }
}

@media (max-width: 824px) {
  header.header-wrapper .nav-item {
    padding: 0 6px;
  }

  .networks-map iframe.iframe {
    height: 100px;
  }
}

@media (max-width: 768px) {
  .services-wrapper .two-column-section .column.col-one p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .two-column-section .content h4 {
    font-size: 25px;
    line-height: 1.5;
  }

  .Aboutus-wrapper .GoogleRating-image img {
    width: 190px !important;
  }

  .content-bottom .content p {
    font-size: 20px;
    line-height: 28px;
  }

  .international-travel-card-wrapper .icon-with-content ul li span {
    font-size: 18px;
    line-height: 1.5;
  }

  .international-travel-card-wrapper .icon-with-content ul li h3 {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .column-left .content p,
  .column-left .content ul li {
    font-size: 18px;
    line-height: 1.5;
  }

  .international-travel-card-wrapper .column-left .content ul {
    margin-bottom: 20px;
  }

  .column-left .content ul {
    gap: 15px;
  }

  .inward-remittance-wrapper .rewarding-career .box .content h5 {
    font-size: 28px;
  }

  .branches-offices-wrapper h2 {
    height: auto;
  }

  .international-travel-card-wrapper .column-left .content h2,
  .inward-remittance-wrapper .column-left .content h2,
  .outward-remittance-wrapper .column-left h2 {
    font-size: 28px;
    line-height: 1.5;
  }

  .outward-remittance-wrapper .content-bottom {
    height: 450px;
    padding-top: 200px;
  }

  .outward-remittance-wrapper .column-left {
    padding-top: 80px;
  }

  .froms-wrapper .froms-banner .list .content p:after {
    right: 0;
  }

  /* 
    .froms-wrapper .froms-banner {
        top: -52px;
    } */
}

@media (max-width: 767px) {
  button.navbar-toggler img {
    width: 25px;
  }

  /*   
  header.header-wrapper .navbar-nav .dropdown-menu li a {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 5px;
    display: inline-block;
  } */
  header.header-wrapper .navbar-nav .dropdown-menu li a {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0;
    display: inline-block;
    background: transparent !important;
    line-height: 2;
  }

  header.header-wrapper .navbar-nav .dropdown-menu li a:hover {
    color: #b6f2a8;
  }

  /* .Foreign-exchange-wrapper .icon-with-content ul li .image img {
    width: 30%;
  } */

  button.navbar-toggler {
    padding: 10px;
    background: #4c9e39;
  }

  header.header-wrapper
    .offcanvas-body
    .nav-item
    a.nav-link.dropdown-toggle:before {
    display: none;
  }

  header.header-wrapper .offcanvas-body .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    content: "";
    pointer-events: none;
    background: transparent;
    position: inherit;
    width: inherit;
    height: inherit;
    left: inherit;
    top: inherit;
    transform-origin: inherit;
    transform: inherit;
    transition: inherit;
  }

  .navbar-nav .dropdown-menu {
    position: static;
    padding: 15px;
    background: transparent;
    border: 0;
  }

  .mapLoaction-wrapper h1 {
    font-size: 28px;
  }

  .networks-wrapper header.header-wrapper {
    position: relative;
  }

  .main-wrapper .ContentIcon-wrapper ul {
    justify-content: center;
    align-items: baseline;
  }

  .outward-remittance-wrapper .middle-banner button.btn.btn-link,
  .inward-remittance-wrapper .middle-banner button.btn.btn-link,
  .Foreign-exchange-wrapper .middle-banner button.btn.btn-link {
    font-size: 16px;
  }

  .inward-remittance-wrapper .middle-banner button.btn.btn-link {
    margin-bottom: 0;
  }

  .WhatWeOffer-card .overlay-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
  }

  .WhatWeOffer-card:hover .overlay-content h4 {
    font-size: 18px;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .WhatWeOffer-card .overlay-content p {
    font-size: 12px;
    line-height: 1.5;
  }

  .WhatWeOffer-card:hover .overlay-content h4 svg {
    width: 12px;
    margin-left: 8px;
  }

  .careers-wrapper header.header-wrapper .nav-item .nav-link.active,
  .froms-wrapper header.header-wrapper .nav-item .nav-link.active {
    color: #fff;
  }

  .Foreign-exchange-wrapper .column-right .row {
    flex-direction: column-reverse;
  }

  .contact-information .content p span {
    font-size: 18px;
  }

  .contact-information .content p {
    font-size: 16px;
    line-height: 1.5;
  }

  /* .careers-banner {
    background: #0e4e1c;
    background-image: none;
    height: 100vh;
  } */

  .careers-banner .content h1 {
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    margin-top: 20px;
  }

  .Contact-banner img {
    display: none;
  }

  .Contact-banner {
    background: #1e4627;
    height: 30vh;
  }

  .contact-information h2,
  .contact-from h1,
  .services-banner .content h1 {
    font-size: 29px;
    line-height: 32px;
    text-align: center;
  }

  /* .carreers-content-fullWidth {
        padding-top: 104px;
        padding-bottom: 40px;
        margin-top: -69px;
    } */

  .carreers-content-fullWidth .content p {
    font-size: 16px;
    line-height: 24px;
  }

  .carreers-content-fullWidth .content p:first-child {
    margin-bottom: 20px;
  }

  .rewarding-career .box {
    margin-bottom: 50px;
  }

  .careers-wrapper .card-wrapper .content {
    width: 100%;
  }

  .rewarding-career .content h3 {
    font-size: 25px;
    line-height: 1.5;
  }

  .banner-wrapper .btn-wrap button.btn.btn-link {
    font-size: 14px;
    line-height: 1;
    width: 159px;
    height: 41px;
  }

  .inward-remittance-wrapper .content-bottom ul {
    flex-direction: column;
    justify-content: center;
  }

  .froms-wrapper .froms-banner .list {
    position: absolute;
    top: 50%;
  }

  .Supreme-Forex-wrapper .content-bottom {
    padding-bottom: 70px;
  }

  .contact-information {
    padding-left: 0px;
    padding-right: 0;
    padding-top: 500px;
  }

  .contact-information h2 {
    margin-bottom: 35px;
  }

  .map-wrapper {
    padding-top: 40px;
  }

  .contact-from {
    top: 75%;
    left: 0%;
    transform: inherit;
    right: 0;
  }

  .froms-wrapper .froms-banner .list .content p {
    font-size: 16px;
    line-height: 1.5;
  }

  .networks-wrapper header.header-wrapper {
    padding: 10px 0;
  }

  .disclaimer-wrapper.privacyPolicy-wrapper header.header-wrapper,
  .disclaimer-wrapper header.header-wrapper {
    padding: 0;
    background: #1e4627;
  }

  .tabber-wrap h3 {
    font-size: 22px;
  }

  .AdminOffices {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .AdminOffices .box br {
    display: none;
  }

  .about-wrapper .two-column-section .image img {
    margin-bottom: 20px;
  }

  .Supreme-Forex-wrapper .rewarding-career .box .content {
    height: 250px;
  }

  .disclaimer-wrapper button.navbar-toggler {
    background: #4c9e39;
  }

  .main-wrapper .ContentIcon-wrapper ul li img {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .froms-wrapper .froms-banner .list {
    position: absolute;
    top: 55%;
    left: 12px;
    transform: translate(0%, -40%);
    right: 12px;
  }

  .froms-wrapper .froms-banner {
    width: 100%;
  }

  .froms-wrapper .froms-banner ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  .contact-information .box .content {
    height: 250px;
  }

  .bottom-text span {
    font-size: 12px;
  }

  .contact-information .full-width-box {
    margin-top: 0;
    margin-bottom: 3rem;
  }

  .map-wrapper {
    padding-top: 100px;
  }

  .contact-information .box-inner.m-0 .col-md-6 {
    margin-bottom: 30px;
    padding: 0;
  }

  .contact-information .box-inner.m-0 {
    padding-bottom: 12px;
  }

  .contact-information .box {
    margin-bottom: 40px;
  }

  .rewarding-career .box .content {
    height: 150px;
  }

  .careers-wrapper .card-wrapper .content p {
    font-size: 18px;
    line-height: 24px;
  }

  .rewarding-career .content h3 {
    font-size: 28px;
    line-height: 40px;
  }

  .rewarding-career .box {
    margin-bottom: 80px;
  }

  .careers-wrapper .card-wrapper .image img {
    width: 100%;
    margin-bottom: 15px;
  }

  .two-column-section .column.col-one .row {
    flex-direction: column-reverse;
  }

  .about-wrapper .column img {
    margin-bottom: 15px;
  }

  .container-fluid {
    padding: 0 12px;
  }

  .OrderCurrency-wrapper {
    padding-bottom: 0px;
  }

  .two-column-section ul li {
    font-size: 25px;
  }

  .services-wrapper .two-column-section .col-two .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .services-wrapper .two-column-section .col-four .row {
    flex-direction: column-reverse;
  }

  .services-wrapper .two-column-section .column .content {
    margin-top: 30px;
  }

  .OrderCurrency-image img {
    margin-top: 0;
    position: relative;
    top: 0px;
    width: 100%;
  }

  .Aboutus-wrapper .aboutus-image {
    justify-content: inherit;
  }

  .Aboutus-wrapper .aboutus-image img {
    width: 100%;
  }

  .GoogleRating-image img {
    width: auto !important;
  }

  .main-wrapper .ContentIcon-wrapper .row {
    justify-content: space-between;
  }

  .main-wrapper .ContentIcon-wrapper ul li img {
    object-fit: cover;
  }

  .main-wrapper.ContentIcon-wrapper ul li img {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .footer-middle .logo img {
    width: 50%;
  }

  .footer-top .list-one,
  .footer-top .list-two {
    margin-bottom: 40px;
  }

  .contentLogo .logo,
  .contentLogo .content {
    max-width: 100%;
  }

  .contentLogo .logo {
    margin-bottom: 10px;
  }

  .contentLogo {
    display: block;
  }

  .footer-middle p {
    padding-left: 0;
  }

  .desktop {
    display: none;
  }

  div#offcanvasDarkNavbar {
    background: #1e4627 !important;
  }

  header.header-wrapper .offcanvas-body .nav-item .nav-link {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0;
    display: inline-block;
  }

  header.header-wrapper .offcanvas-body .nav-item {
    padding: 8px;
  }

  .ContentIcon-wrapper ul li svg {
    margin-bottom: 20px;
  }

  .ContentIcon-wrapper ul li {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: 33.33333333%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .international-travel-card-wrapper .col-md-6:first-child,
  .international-travel-card-wrapper .col-md-6:nth-child(2),
  .Supreme-Forex-wrapper .col-md-6:first-child,
  .Supreme-Forex-wrapper .col-md-6:nth-child(2) {
    margin-bottom: 0;
  }

  .Supreme-Forex-wrapper .column-left .image {
    padding-right: 22px;
    margin-top: 80px;
  }

  .inward-remittance-wrapper .middle-banner p,
  .outward-remittance-wrapper .column-left .content ul,
  .Supreme-Forex-wrapper .middle-banner .content h3 {
    margin-bottom: 50px;
  }

  .outward-remittance-wrapper .column-left.col-right .content ul {
    margin-bottom: 0;
    margin-top: 50px;
  }

  .inward-remittance-wrapper .column-left .content ul,
  .outward-remittance-wrapper .middle-banner .content h3 {
    margin-bottom: 50px;
  }

  .Supreme-Forex-wrapper .rewarding-career .box .content h5 {
    font-size: 22px;
    line-height: 30px;
  }

  .content-bottom .content p {
    font-size: 20px;
    line-height: 28px;
  }

  .Supreme-Forex-wrapper .column-left .image {
    padding-right: 0;
  }

  .international-travel-card-wrapper .column-left .content h2 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .outward-remittance-wrapper .col-right .row {
    flex-direction: column-reverse;
  }

  .icon-with-content ul li {
    width: 100%;
    display: block;
    margin-bottom: 0px;
  }

  .icon-with-content ul li:not(:last-child) {
    margin-bottom: 50px;
  }

  .international-travel-card-wrapper .rewarding-career {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .icon-with-content ul {
    flex-direction: column;
    justify-content: center;
  }

  ul.tabber-list-inner li a {
    font-size: 16px;
  }

  ul.tabber-list li a {
    padding: 0 10px;
    font-size: 16px;
  }

  .tabber-content-wrapper {
    padding: 20px;
  }

  .icon-with-content ul h3 {
    margin-top: 25px;
  }

  .column-left .content h2 {
    margin-top: 20px;
  }

  .column-right .image {
    padding-left: 0;
    margin-top: 20px;
  }

  .outward-remittance-wrapper .column-left .image {
    padding-left: 0;
    margin-bottom: 40px;
  }

  .column-left .image {
    padding-right: 0;
  }

  .outward-remittance-wrapper .column-left .row {
    flex-direction: column-reverse;
  }

  #animated-text {
    width: inherit;
  }

  .about-banner .content h1,
  .about-banner .content span {
    /* margin-top: 40px; */
    font-size: 28px;
  }

  .about-wrapper .ContentIcon-wrapper ul li {
    width: 50%;
  }

  .about-banner .ContentIcon-wrapper ul {
    flex-wrap: wrap;
  }

  .main-wrapper .ContentIcon-wrapper ul li {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
  }

  .about-banner .ContentIcon-wrapper {
    top: 65%;
  }

  .about-banner .ContentIcon-wrapper ul li h4 {
    font-size: 30px;
  }

  .about-banner .ContentIcon-wrapper ul li p {
    font-size: 14px;
  }

  .ContentIcon-wrapper ul li {
    padding-bottom: 40px;
  }

  .about-banner .ContentIcon-wrapper ul li h4 {
    line-height: 18px;
  }

  .about-banner .ContentIcon-wrapper .container-fluid {
    background: #f4f4f4;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .two-column-section .content p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .two-column-section .content h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .two-column-section ul li {
    font-size: 18px;
    line-height: 2;
  }

  .about-wrapper .two-column-section ul li {
    line-height: 1.2;
  }

  .main-wrapper .ContentIcon-wrapper ul li h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .OrderCurrency-wrapper .list ul li svg {
    width: 20px;
  }

  .main-wrapper .ContentIcon-wrapper ul li p {
    font-size: 14px;
  }

  .international-travel-card-wrapper .rewarding-career .content h3,
  .innerPage-banner .content h1,
  .middle-banner h2,
  .OrderCurrency-wrapper h2,
  .Partners-wrapper .heading h2,
  .Aboutus-wrapper h2,
  .WhatWeOffer-wrapper h2 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .international-travel-card-wrapper .rewarding-career .content h3 {
    margin-bottom: 70px;
  }

  .international-travel-card-wrapper .rewarding-career .box .content {
    height: 290px;
    padding-top: 70px;
  }

  .OrderCurrency-wrapper .heading h4,
  .Aboutus-wrapper h4 {
    font-size: 20px;
    line-height: 1.5;
  }

  .OrderCurrency-wrapper .list ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .OrderCurrency-wrapper button.btn.btn-link {
    width: auto;
    height: 45px;
    padding: 11px 20px;
    font-size: 14px;
  }

  .Aboutus-wrapper p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .careers-wrapper .card-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .careers-wrapper .card-wrapper .image img {
    margin-bottom: 30px;
  }

  .contact-from {
    padding: 20px;
  }

  .contact-from button.btn.btn-primary {
    width: 100%;
    height: 45px;
    font-size: 16px;
    margin-top: 20px;
  }

  .contact-from label.form-label {
    font-size: 14px;
  }

  .middle-banner button.btn.btn-link {
    margin-top: 15px;
  }

  .disclaimer-wrapper .top-content p {
    font-size: 16px;
    line-height: 1.5;
  }

  .disclaimer-wrapper .top-content h1 {
    font-size: 29px;
    line-height: 1;
  }

  .disclaimer-wrapper .bottom-content h4 {
    line-height: 1.5;
    font-size: 25px;
  }

  .footer-top .list-two ul li:nth-child(4) a {
    line-height: 1.5;
  }

  .Foreign-exchange-wrapper .column-right .image img {
    margin-bottom: 20px;
  }

  button.btn-close.btn-close-white {
    opacity: 1;
  }

  .disclaimer-wrapper .inner-content {
    padding-top: 60px;
  }

  .froms-wrapper .froms-banner {
    margin-top: 0;
    position: relative;
  }

  .disclaimer-wrapper .bottom-content p:nth-child(2),
  .disclaimer-wrapper .top-content {
    margin-bottom: 40px;
  }

  .icon-with-content ul h3 {
    font-size: 32px;
    margin-right: 0;
    margin-left: 0;
  }

  .column-right .content p {
    line-height: 1.5;
    font-size: 16px;
  }

  .column-right {
    padding-bottom: 40px;
  }

  .Foreign-exchange-wrapper .content-bottom {
    margin-top: -200px;
    padding-top: 175px;
  }

  .column-left .content h2 {
    font-size: 32px;
    line-height: 1.5;
  }

  .column-left .content p {
    font-size: 16px;
    line-height: 1.5;
  }

  .column-left .content ul li {
    font-size: 16px;
    line-height: 1.5;
  }

  .column-left .content ul {
    gap: 20px;
  }

  .column-left button.btn.btn-link {
    font-size: 16px;
    margin-top: 35px;
    margin-bottom: 0;
    padding: 0;
  }

  .middle-banner .content h3 {
    font-size: 22px;
    line-height: 30px;
    width: 100%;
    margin-bottom: 30px;
  }

  .middle-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .international-travel-card-wrapper .icon-with-content ul li span {
    font-size: 16px;
    margin-top: 0;
  }

  .icon-with-content {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .content-bottom .container-fluid {
    padding: 0 12px;
  }

  .Supreme-Forex-wrapper .rewarding-career .box .content {
    height: 350px;
  }

  .inward-remittance-wrapper .content-bottom {
    padding-bottom: 275px;
    padding-top: 445px;
  }

  .inward-remittance-wrapper.Supreme-Forex-wrapper .content-bottom {
    padding-bottom: 218px;
    padding-top: 399px;
  }

  .inward-remittance-wrapper .column-left {
    padding-top: 40px;
  }

  .Supreme-Forex-wrapper .column-left {
    margin-bottom: 0;
  }

  .Supreme-Forex-wrapper .rewarding-career .col-md-4.col-lg-4:last-child .box {
    margin-bottom: 0;
  }

  .Supreme-Forex-wrapper .middle-banner {
    margin-top: 40px;
  }

  .Supreme-Forex-wrapper .column-left .image {
    margin-top: 0;
  }

  .map-wrapper {
    padding-top: 0px;
  }

  .services-banner .content {
    top: 60%;
  }

  .services-wrapper .two-column-section .column.col-one {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .services-wrapper .two-column-section .column.col-five .container-fluid,
  .services-wrapper .two-column-section .column.col-three .container-fluid,
  .services-wrapper .two-column-section .column.col-one .container-fluid {
    padding-left: 12px;
  }

  .services-wrapper .two-column-section .column.col-four .container-fluid,
  .services-wrapper .two-column-section .column.col-two .container-fluid {
    padding-right: 12px;
  }

  .services-wrapper .two-column-section .column.col-one .row {
    flex-direction: column;
  }

  .services-wrapper .two-column-section .col-four .content,
  .services-wrapper .two-column-section .col-two .content {
    text-align: left;
  }

  .two-column-section .content h4 {
    font-size: 25px;
    line-height: 1;
  }

  .services-wrapper .two-column-section p {
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
  }

  .services-wrapper .two-column-section button.btn.btn-link {
    font-size: 16px;
    line-height: 1;
  }

  .services-wrapper .two-column-section .column {
    padding-bottom: 50px;
  }

  .services-wrapper .two-column-section {
    padding-bottom: 40px;
    margin: 0;
  }

  .inward-remittance-wrapper .rewarding-career .box .content {
    height: 420px;
  }

  .inward-remittance-wrapper .middle-banner {
    margin-top: 80px;
  }

  .AdminOffices h2,
  .branches-offices-wrapper h2,
  .networks-wrapper .mapLoaction-wrapper .content h1,
  .outward-remittance-wrapper .column-left h2 {
    font-size: 32px;
    line-height: 1.5;
  }

  .networks-wrapper .mapLoaction-wrapper .image img {
    top: 0;
  }

  .privacyPolicy-wrappe .bottom-content p:nth-child(2),
  .privacyPolicy-wrapper .bottom-content p {
    margin-bottom: 40px;
  }

  .AdminOffices h2 {
    margin-bottom: 20px;
  }


  .map-locate {
    text-align: right;
  }

  .userAgreement-wrapper .bottom-content h4 {
    margin-top: 40px;
  }

  .services-wrapper .two-column-section .image img {
    border-radius: 12px !important;
  }

  .Supreme-Forex-wrapper .button-wrapper {
    margin-top: 30px;
  }

  .international-travel-card-wrapper .rewarding-career {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .international-travel-card-wrapper .column-left .content h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .international-travel-card-wrapper .content-bottom .content {
    max-width: 100%;
  }

  .middle-banner button.btn.btn-link {
    margin-top: 10px;
    width: 200px;
    font-size: 16px;
    line-height: 1;
    height: 50px;
  }

  .inward-remittance-wrapper .column-left .content h2 {
    font-size: 28px;
  }

  .inward-remittance-wrapper .middle-banner p,
  .outward-remittance-wrapper .column-left .content ul,
  .Supreme-Forex-wrapper .middle-banner .content h3 {
    margin-bottom: 40px;
  }

  .inward-remittance-wrapper .column-left {
    padding-top: 0;
  }

  .branches-offices-wrapper h2 {
    font-size: 28px;
  }

  .inner-taber {
    display: block;
  }

  ul.tabber-list-inner {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    flex-wrap: nowrap;
    margin: 1.5rem 0 1rem;
  }

  ul.tabber-list-inner li {
    margin-right: 10px;
  }

  .AdminOffices h2,
  .branches-offices-wrapper h2,
  .networks-wrapper .mapLoaction-wrapper .content h1,
  .outward-remittance-wrapper .column-left h2 {
    font-size: 28px;
    line-height: 1.5;
  }

  .outward-remittance-wrapper .column-left h2 {
    line-height: 1.2;
  }

  .column-left .content ul li svg {
    width: 20px;
  }

  .AdminOffices .box p {
    margin-bottom: 15px;
  }

  .inner-taber .tabber,
  .inner-taber .tabber-content-wrap {
    max-width: 100%;
  }

  .AdminOffices {
    padding-bottom: 40px;
  }

  ul.tabber-list li {
    margin-right: 0;
  }

  .tabber-wrap h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  ul.tabber-list-inner li:not(:last-child) a {
    margin-bottom: 5px;
  }

  .networkTab .networks-map {
    height: 328px;
  }

  .networks-map .conact-content {
    padding: 20px;
  }

  .outward-remittance-wrapper .column-left .content ul {
    margin-bottom: 0;
  }

  .outward-remittance-wrapper .column-left.col-right .content ul {
    margin-top: 0;
  }

  .outward-remittance-wrapper .col-right {
    padding-bottom: 80px;
  }

  .services-wrapper .two-column-section .column .content {
    margin-top: 20px;
  }

  .column-left .content h2 {
    font-size: 28px;
    line-height: 1.5;
  }

  header.header-wrapper .nav-item {
    padding: 0;
  }

  .banner-wrapper .content h1 {
    font-size: 29px;
    line-height: 32px;
    margin-bottom: 5px;
  }

  .banner-wrapper .content p {
    font-size: 12px;
    line-height: 26px;
  }

  .Partners-wrapper .Partners-logos h4 {
    text-align: left;
    margin-top: 30px;
  }

  .Partners-wrapper .Banking-Partners {
    margin-bottom: 80px;
  }

  .WhatWeOffer-wrapper img.desktop,
  .banner-wrapper .item .img-fluid.desktopBanner,
  .service-wrapper .desktopBanner {
    display: none;
  }

  .WhatWeOffer-wrapper img.mobile {
    display: block;
  }

  header.header-wrapper .offcanvas-body .nav-item .nav-link.active:after,
  header.header-wrapper .offcanvas-body .nav-item .nav-link.active:before {
    background: #b6f2a8;
  }

  header.header-wrapper .offcanvas-body .nav-item .nav-link.active {
    color: #b6f2a8;
  }

  header.header-wrapper .offcanvas-body .nav-item .nav-link.active:after {
    transform-origin: 100% 50%;
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
  }

  header.header-wrapper .offcanvas-body .nav-item .nav-link.active:before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
  }

  .banner-wrapper .item .img-fluid.mobileBanner,
  .service-wrapper .mobileBanner {
    display: block;
  }

  .about-banner .ContentIcon-wrapper .container-fluid {
    padding-top: 44px;
  }

  .two-column-section {
    margin-top: 80px;
  }

  .about-banner {
    height: 100vh;
  }

  .branches-offices-wrapper ul.tabber-list {
    overflow-x: auto;
    width: 100%;
  }

  ul.tabber-list li a {
    line-height: 1;
  }

  .services-banner .content {
    top: 50%;
  }

  .services-banner img {
    height: 40vh;
    width: 100%;
  }

  .froms-wrapper .froms-banner .list .content p:after {
    right: -25px;
  }

  .inward-remittance-wrapper .content-bottom ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .outward-remittance-wrapper .middle-banner .content h3 {
    line-height: 1.5;
  }

  /* .Foreign-exchange-wrapper .middle-banner .content h3 {
        text-align: center;
    } */

  .inward-remittance-wrapper.Supreme-Forex-wrapper
    .rewarding-career
    .box
    .content {
    height: 300px;
  }

  .inward-remittance-wrapper.Supreme-Forex-wrapper .column-left .content h2 {
    margin-top: 80px;
  }

  .inward-remittance-wrapper.Supreme-Forex-wrapper .column-left .content ul {
    gap: 30px;
  }

  .banner-wrapper .item,
  .banner-wrapper .item .img-fluid {
    height: 100vh;
  }

  .Partners-wrapper .Partners-logos .mx-auto {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  header.header-wrapper .offcanvas-body .nav-item .nav-link .icon {
    border-style: solid;
    border-width: 0 2px 2px 0;
    margin-top: -10px;
    padding: 3px;
    transform: rotate(43deg);
    content: "";
    position: absolute;
    top: 17px;
    right: -15px;
  }

  .footer-top .list.list-three ul li:last-child a {
    line-height: 21px;
  }

  .footer-top .list.list-two ul li a :nth-child(4) {
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .carreers-content-fullWidth {
    padding-top: 95px;
    padding-bottom: 40px;
    margin-top: -100px;
  }
}

@media (max-width: 575px) {
  .ContentIcon-wrapper ul li {
    align-items: center;
    justify-content: center;
  }

  .inward-remittance-wrapper.Supreme-Forex-wrapper
    .rewarding-career
    .box
    .content {
    height: 320px;
  }

  .froms-wrapper .froms-banner .list .content p:after {
    right: 0;
  }

  .main-wrapper .ContentIcon-wrapper ul li img {
    width: 30%;
    margin-bottom: 8px;
  }

  .main-wrapper .ContentIcon-wrapper ul li h4 {
    margin-bottom: 0px;
  }

  .disclaimer-wrapper p a {
    font-size: 16px;
    line-height: 1.5;
  }

  .two-column-section .column.col-one {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .two-column-section {
    padding-bottom: 40px;
  }

  .careers-wrapper .card-wrapper a {
    word-break: break-all;
  }

  .offer-image-overlay {
    margin-top: -132px;
    height: 133px;
  }

  .bottom-text span {
    font-size: 10px;
  }

  .ContentIcon-wrapper ul li svg {
    width: 65%;
    margin: auto;
  }

  .ContentIcon-wrapper ul li p {
    font-size: 12px;
    line-height: 1;
  }
}

@media (max-width: 556px) {
  img.img-fluid.mobileBanbber {
    display: block;
  }

  .banner-wrapper .bottom-text {
    bottom: -80px;
  }

  img.img-fluid.desktopBanbber,
  .banner-wrapper .item:before {
    display: none;
  }

  .banner-wrapper .content {
    top: 16%;
    height: auto;
  }

  .Aboutus-wrapper .box {
    width: 115px;
    height: 135px;
  }

  .Aboutus-wrapper .box span {
    font-size: 16px;
  }

  .Partners-wrapper .Partners-logos h4 {
    text-align: left;
  }
}

@media (max-width: 479px) {
  .footer-top .list-four ul li:nth-child(3) a {
    word-break: break-all;
  }

  .banner-wrapper .content span {
    font-size: 14px;
  }

  .banner-wrapper p {
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
  }

  .banner-wrapper h1 {
    font-size: 32px;
    width: 100%;
    line-height: 1;
    padding-top: 0;
    margin-bottom: 20px;
  }

  .carousel-indicators {
    margin-bottom: 5px;
  }
}

@media (max-width: 992px) {
  .Partners-logos img {
    width: 100%;
  }

  .inward-remittance-wrapper .rewarding-career .box .content {
    height: auto;
  }

  .Foreign-exchange-wrapper .icon-with-content ul li .image img {
    width: 20%;
  }

  header.header-wrapper {
    padding: 20px 0;
  }

  .networks-map .conact-content p {
    font-size: 14px;
  }

  .networks-map iframe.iframe {
    border-radius: 15px;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
  }

  .footer-top .list.list-two ul li a,
  .footer-top .list.list-one ul li a {
    line-height: 1;
    margin-bottom: 45px;
  }

  .footer-top .list-four ul li a {
    line-height: 22px;
  }
}

.careers-banner {
  background-image: url(../images/Careers-bg-mobile.webp);
  background-repeat: no-repeat;
  height: 100vh;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .careers-banner {
    background-image: url(../images/Careers-bg.webp);
    background-repeat: no-repeat;
    height: 100vh;
    background-position: right center;
    background-size: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.mapLoaction-wrapper {
    /* padding-top: 40px; */
    display: flex;
    align-items: center;
    height: 100vh;
    justify-content: center;
    /* padding: 2rem 0; */

  }
  .mapLoaction-wrapper img{
    width:90%;
    padding-top: 12rem;
  }
@media(max-width:992px){
    .mapLoaction-wrapper img{
        width:100%;
        padding-top: 0rem;
      }
}


 