@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


:root {
  --primary-color: #18601F;
  --secondary-color: #F99D1C;
  --primary-font-size: 2.5rem;
  --secondary-font-size: 5rem;
  --font-family: 'Montserrat', sans-serif;
  --font-weight: bold;
}

* {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--font-family) !important;
  overflow-x: hidden !important;
}

.navbar-custom-bg {
  background: #fff !important;
}

.navbar-custom-bg li a {
  color: #000 !important;
  font-weight: 600;
  font-size: 13px;
  padding-left: 20px !important;
  text-transform: uppercase;
}

a {
  text-decoration: none !important;
}

li {}

.custom-navbar-logo {
  width: 15rem;
}

.custom-wrapper {
  width: 90% !important;
  max-width: 1720px;
  margin: auto;
  /* padding-left: 30px;
  padding-right: 30px; */
  /* padding-top: 1rem;
  padding-bottom: 1rem; */
  padding: 1rem 0rem !important;
}

.custom-active-link {
  color: var(--secondary-color) !important;
}


.home-banner-section {
  position: relative;
}

video {
  width: 100%;
  height: 85vh;
  object-fit: cover;
}

.content-video video {
  width: 100%;
  display: block;
  height: 95vh;
}

.content-video:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home-banner-section .banner-content-section {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.hp-s1-heading {
  font-family: var(--font-family);
  /* font-size: var(--secondary-font-size); */
  font-weight: 800;
  color: white;
  width: 550px;
  overflow: hidden;
  font-size: 6rem;
}

.currency-wrapper header {
  font-size: 24px;
  font-weight: 600;
  text-align: center;

}

.currency-wrapper .card {
  border-radius: 10px !important;
  border: 0;
}

.currency-wrapper .card-header {
  background-color: #F99D1C;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}

.currency-wrapper .card-header h4 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  padding: 1rem;
}

form :where(input,
  select,
  button) {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 5px;
}

form p {
  font-size: 14px;
  margin-bottom: 5px;
  color: #C9C9C9;
}

form input {
  height: 50px;
  font-size: 17px;
  /* padding: 0 15px; */
  border: 1px solid #C9C9C9;
}

form input:focus {
  border: 2px solid #675AFE;
}

.drop-list .select-box {
  display: flex;
  height: 45px;
  /* width: 115px; */
  border-radius: 5px;
  align-items: center;
  /* justify-content: center; */
  border: 1px solid #C9C9C9;
}

.select-box select {
  /* width: auto; */
  font-size: 16px;
  margin: 0 5px 0 5px;
}

.select-box select::-webkit-scrollbar {
  width: 8px;
}

.select-box select::-webkit-scrollbar-track {
  background: #fff;
}

.select-box select::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 8px;
  border-right: 1px solid #fff;
}

.select-box img {
  max-width: 25px;
}

.drop-list .icon {
  cursor: pointer;
  font-size: 22px;
  margin-top: 30px;
}

form .exchange-rate {
  font-size: 17px;
  margin: 26px 0 26px;
  border: 1px solid #C9C9C9;
  padding: 10px;
  border-radius: 5px;
}

form button {
  height: 52px;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  background: #18601F;
}

.select-box img {
  position: absolute;
  right: 4rem;
}

.custom-card {
  height: 49rem;
}

.custom-card-header {
  overflow-y: hidden;
  padding-bottom: 2rem !important;
  padding-top: 1rem !important;
  background-color: var(--primary-color) !important;
}

.custom-tbody {
  overflow: scroll;
}

.s3-custom-img {
  max-width: 1720px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.s2-img {
  /* height: 410px; */
  width: 100%;
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  /* margin-right: auto;
    margin-left: auto; */
}

.s2-heading {
  font-size: var(--secondary-font-size);
  font-weight: var(--font-weight);
}

.s2-paragraph {
  font-size: var(--primary-font-size);
}

.custom-sponsor {
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sponsor-heading {
  font-size: var(--secondary-font-size);
  font-weight: var(--font-weight);
  color: white;
}

.hp-s3 {
  background-color: #e3ece4;
}

.custom-container p {
  text-align: left;
  font-size: var(--primary-font-size);
  margin-bottom: 0px !important;
  padding-bottom: 3rem;
  word-spacing: 1rem;
  line-height: 4rem;
}

.site-link {
  color: var(--secondary-color);
  font-weight: 600;
}

.site-link:hover {
  color: var(--secondary-color);

}

.hp-footer {
  background-color: var(--primary-color);
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.hp-footer-content {
  text-align: left;
  /* font-size: 1.3rem; */
  color: white;
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
}

.hp-footer-content>img {
  width: 80%;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .hmb-hp-s3{
    padding-top: 3rem;
   padding-bottom: 3rem;
} */

.hmb-hp-s2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* .hp-s3 {
  padding-top: 5rem;
  padding-bottom: 3rem;
} */

.s2-paragraph {
  padding-top: 4rem;
  word-spacing: 1rem;
  line-height: 4rem;
  font-size: 2.5rem;
  font-weight: 400;
}

.custom-s3-content {
  padding-left: 6rem !important;
}

.custom-followus {
  /* padding-left: 8rem; */
  display: flex;
  justify-content: center;
}

.custom-footer {
  display: flex;
  align-items: start;
}

.custom-h4 {
  font-size: 1.8rem !important;
  font-weight: 500 !important;
  color: #fff;
  padding: 1rem !important;
}

/* About Us */
.banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top !important;
  height: 59vh;
  width: 100% !important;
  position: relative;
}

.aboutus-banner-heading {
  font-size: 6rem;
  font-weight: 800;
  position: absolute;
  bottom: 18rem;
  /* text-transform: uppercase; */
}

.aboutus-section-two {
  padding-top: 4rem;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 4rem;
}

.img-mission-vision {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: flex;
}

.vision h1 {
  font-size: 3.5rem;
  font-weight: var(--font-weight);
  color: var(--primary-color);
}

.vision p {
  /* word-spacing: 0.5rem; */
  line-height: 4rem;
  font-size: 2rem;
  font-weight: 400;
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.mission h1 {
  font-size: 3.5rem;
  font-weight: var(--font-weight);
  color: var(--primary-color);
}

.mission p {
  /* word-spacing: 0.5rem; */
  line-height: 4rem;
  font-size: 2rem;
  font-weight: 400;
  width: 100%;
}

.values h1 {
  font-size: 4rem;
  font-weight: var(--font-weight);
  color: var(--primary-color);
  margin-bottom: 5rem;
}

.values p {
  /* word-spacing: 0.5rem; */
  line-height: 4rem;
  font-size: 2rem;
  font-weight: 400;
  width: 100%;
}

.value-items {
  font-size: 2.2rem;
  margin-top: 1rem;
  font-weight: bold;
}

.vision {
  padding-top: 3rem;
  border-right: 1px solid var(--secondary-color);
  text-align: center !important;
}

.mission {
  padding-top: 3rem;
  text-align: center;
}

.values {
  padding-top: 3rem;
  border-top: 1px solid var(--secondary-color);
}

.rounded-start {
  height: 350px !important;
}

/* .vision-img{
  width: 800px;
  height: 700px;
  margin-top: 3rem;
} */

.board-of-directors {
  padding-top: 4rem;
}

.directors-heading {
  font-size: 4rem;
  font-weight: var(--font-weight);
  color: var(--primary-color);
}

.custom-directors-cards {
  border: none !important;
  border-bottom: 2px solid #e6e6e6 !important;
  border-radius: 0 !important;
  padding-bottom: 2rem !important;
  padding-top: 3rem !important;
}


.directors-name {
  font-size: 2rem;
  font-weight: 600;
}

.directors-designation {
  font-size: 2rem;
  font-weight: 600;
  color: var(--secondary-color);
}

.custom-card-content {
  font-size: 2rem !important;
  font-weight: 400 !important;
  /* word-spacing: 0.5rem !important; */
  line-height: 4rem !important;
}

.directors-content {
  padding-top: 3rem !important;
}

.roman-list {
  list-style-type: none;
  counter-reset: roman-counter;
  ;
}

.roman-list li:before {
  content: counter(roman-counter, lower-roman) ". ";
  counter-increment: roman-counter;
}

.values-row {
  margin-top: 6rem;
}

.all-values {
  font-size: 2rem;
  font-weight: 400;
}

.value-icon-img {
  width: 125px;
  webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#Trust:hover img,
#Integrity:hover img,
#Respect:hover img,
#Responsibility:hover img,
#Commitment:hover img,
#Teamwork:hover img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.easy_box {
  display: block;
  text-align: center;
}

.wow {
  visibility: hidden;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.easy_box ul {
  display: block;
  text-align: center;
}

.easy_box ul li {
  display: inline-block;
  width: 30%;
  height: 260px;
  border: 2px solid #dce5e0;
  background-color: #f3f9f5;
  overflow: hidden;
  margin: 1.4%;
  position: relative;
}

/* ul li {
  list-style: none;
} */
.easy_box ul {
  display: block;
  text-align: center;
}

.easy_box ul li .easy_post {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 150px;
  padding: 0 10px;
  overflow: hidden !important;
  /* display: flex;
  align-items: center;
  justify-content: space-around; */
}

.easy_box ul li:hover .easy_post img {
  /* transform: scale(.8); */
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.easy_box ul li .easy_post img {
  transition: all .5s;
  width: 80px;
}

img {
  vertical-align: middle;
  border-style: none;
}

.easy_box ul li:hover .easy_post h4 {
  color: #288D40;
}

.easy_box ul li .easy_post h4 {
  font-weight: 600;
  margin-top: 15px;
  font-size: 18px;
  transition: all .3s;
  color: #141414;
}

.easy_box ul li:hover .list_main {
  height: 100%;
  opacity: 1;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.easy_box ul li .list_main {
  background-color: #186020;
  padding: 15px;
  text-align: left;
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0%;
  height: 0%;
  opacity: 0;
  transition: all .6s;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.list_main p {
  text-align: center;
  color: #FFF;
  font-size: 1.5rem;
  overflow: hidden !important;
}

/* services */

.services-banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: 59vh;
  width: 100% !important;
  position: relative !important;
}

.services-banner-heading {
  font-size: 6rem;
  font-weight: 800;
  position: absolute;
  bottom: 18rem;
  /* text-transform: uppercase; */
}

.services-content-one {
  /* word-spacing: 0.5rem; */
  line-height: 4rem;
  font-size: 2rem;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 2rem;

}



.services-content-heading {
  font-size: 3rem;
  font-weight: var(--font-weight);
  color: var(--primary-color);
}

.services-content-para {
  /* word-spacing: 0.5rem; */
  line-height: 4rem;
  font-size: 2rem;
  font-weight: 400;
}

.services-content-two {
  padding-top: 4rem;
}

.services-content-three {
  padding-top: 5rem;
}

.services-content-four {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.services-content-img {
  height: 350px;
  /* width: 280px; */
  width: 100%;
  object-fit: cover;
}

.sevices-section-two {
  padding-bottom: 5rem;
}

.content-service {
  padding-left: 2rem;
}

.card-img-top {
  /* width: 450px !important; */
  margin-bottom: 2rem;
}

.card-service {
  border: none !important;
}

/* branch network */

.branchNetwork-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.branchNetwork-banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: 59vh;
  width: 100% !important;
  position: relative;
}

.branchNetwork-banner-heading {
  font-size: 6rem;
  font-weight: 800;
  position: absolute;
  bottom: 18rem;
  /* text-transform: uppercase; */
}

.branchNetwork-content-heading {
  font-size: 4rem;
  font-weight: var(--font-weight);
  color: var(--primary-color);
}

.all-branches {
  width: 90%;
}

.branches-info {
  margin-top: 2rem;
}

.branch-name {
  word-spacing: 0.5rem;
  line-height: 4rem;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0 !important;
}

.branch-desc {
  word-spacing: 0;
  line-height: 4rem;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0 !important;
  line-height: 2rem;

}

.branch-location {
  word-spacing: 0;
  line-height: 4rem;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0 !important;
  color: #259230;
  display: flex;
  justify-content: end;
}

.branch-location:hover {
  color: #259230;
}

.branches-info {
  border-bottom: 2px solid var(--secondary-color);
}

.branch-map-img {
  width: 100%;
  height: 300px;
}


.publicAwareness-banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: 59vh;
  width: 100% !important;
  position: relative !important;
}

.publicAwareness-banner-heading {
  font-size: 6rem;
  font-weight: 800;
  position: absolute;
  bottom: 18rem;
  /* text-transform: uppercase; */
}

.publicAwareness-s2-content h1 {
  font-size: 4rem;
  font-weight: var(--font-weight);
  color: var(--primary-color);
}

.publicAwareness-s2-content p {
  /* word-spacing: 0.5rem; */
  line-height: 4rem;
  font-size: 2rem;
  font-weight: 400;
}

.publicAwareness-s2-content p {
  /* word-spacing: 0.5rem; */
  line-height: 4rem;
  font-size: 2rem;
  font-weight: 400;
}

.publicAwareness-s2-content {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.publicAwareness-s3 {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: 100%;
  width: 100%;
  position: relative;
}

.publicAwareness-s3-content p {
  word-spacing: 0.5rem;
  line-height: 4rem;
  font-size: 2rem;
  font-weight: 400;
  padding-top: 2rem;
}

/* .publicAwareness-s3-para2{
  word-spacing: 0.5rem;
line-height: 4rem;
font-size: 2rem;
font-weight: 400;
line-height: 3rem;
margin-bottom: 0 !important;
} */

.publicAwareness-s3-content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.publicAwareness-s3-subcontent {
  padding-top: 2rem;
}

.publicAwareness-s4-content h1 {
  font-size: 4rem;
  font-weight: var(--font-weight);
  color: var(--primary-color);
}

.publicAwareness-s4-content p {
  word-spacing: 0.5rem;
  line-height: 4rem;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 0 !important;
}

.useful-links {
  margin-top: 2rem;
}

.publicAwareness-s2 {
  padding-top: 3rem;
  padding-bottom: 3rem;

}

.publicAwareness-s3 {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.publicAwareness-s4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}


/* careers */

.careers-banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: 59vh;
  width: 100%;
  position: relative !important;
}

.careers-banner-heading {
  font-size: 6rem;
  font-weight: 800;
  position: absolute;
  bottom: 18rem;
  /* text-transform: uppercase; */
}

.careers-content {
  padding: 5rem 0;
}

.careers-content p {
  /* word-spacing: 0.5rem; */
  line-height: 4rem;
  font-size: 2rem;
  font-weight: 400;
  padding-top: 2rem;
}

.careers-content h6 {
  font-size: 2rem;
  font-weight: 600;
  padding-top: 3rem;
}

.careers-email {
  color: var(--secondary-color);
  font-weight: 600;
}


/* contact us */

.contactus-banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: 59vh;
  width: 100%;
  position: relative;
}

.contactus-banner-heading {
  font-size: 6rem;
  font-weight: 800;
  position: absolute;
  bottom: 18rem;
  /* text-transform: uppercase; */
}

.contactus-content h1 {
  font-size: 4rem;
  font-weight: var(--font-weight);
  color: black;
}

/*.contactus-content p {*/
/*  word-spacing: 0.5rem;*/
/*  line-height: 4rem;*/
/*  font-size: 2rem;*/
/*  font-weight: 400;*/
/*  margin-bottom: 0 !important;*/
/*}*/

/*.contactus-content p {*/
/*  word-spacing: 0.5rem;*/
/*  line-height: 4rem;*/
/*  font-size: 2rem;*/
/*  font-weight: 600;*/
/*  margin-bottom: 0 !important;*/
/*}*/

.contactus-content div {
  padding-top: 2rem;
}

.phone-email {
  color: var(--secondary-color);
  font-weight: 600;
  padding-left: 1rem;
}

.custom-form {
  border: 0 !important;
  border-bottom: 2px solid #e6e6e6 !important;
  border-radius: 0 !important;
  font-size: 1.5rem !important;
  padding-top: 2rem !important;
}

.form-label {
  margin-bottom: 0 !important;
}

.custom-form::placeholder {
  color: black !important;
}

.custom-form-textarea {
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 1.5rem !important
}

.custom-form-textarea::placeholder {
  color: black !important;
  font-size: 5rem !important;
}

.contactus-submitbutton {
  display: flex;
  justify-content: center;
}

.custom-contactus-section {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.contactus-s2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.form-control:focus {
  background-color: #fff;
  border-color: #e6e6e6 !important;
  outline: 0 !important;
}

.contactus-submitbutton {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  color: white;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
}

.contactus-submitbutton:hover {
  color: white !important;
}

.career-submitbutton {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  color: white;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
}

.career-submitbutton:hover {
  color: white !important;
}

.custom-complaints-textarea {
  height: 9rem;
}

.form-control:focus {
  box-shadow: none !important;
}

.form-select:focus {
  box-shadow: none !important;
}

.services-banner-heading,
.aboutus-banner-heading,
.branchNetwork-banner-heading,
.publicAwareness-banner-heading,
.careers-banner-heading,
.contactus-banner-heading {
  overflow: hidden !important;
}


















/* ---------------------------------------------------------------------- */
.form-row {
  display: flex;

  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row>.col,
.form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}


.jumbotron {
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

div div.jumbotron {
  padding-top: 1.575rem;
  padding-bottom: 1.575rem;
}

.text-right {
  text-align: right !important;
}

.jumbotron header div span[id=lblMsg] {
  color: #dc3545;
  font-size: .875rem;
}

.jumbotron .col-form-label {
  margin-bottom: 0 !important;
  /* font-size: 1.3rem !important; */
  line-height: 1.5;
}

.jumbotron .form-control {
  display: block;
  width: 100%;

  /* font-size: 1.2rem !important;
    font-weight: 400; */
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.jumbotron input,
.jumbotron select {
  height: 3rem !important;
}

.jumbotron button,
.jumbotron input {
  overflow: visible;
}

.jumbotron button,
.jumbotron input,
.jumbotron optgroup,
.jumbotron select,
.jumbotron textarea {
  margin: 0;
  font-family: inherit;
}

.jumbotron .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.jumbotron .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-labels {
  font-size: 1.5rem !important;
  font-weight: 500;
}

.custom-cardheader.card-header {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

div div.card-header.custom-cardheader {
  padding: .275rem .757rem;
  background-color: #1e4720;
}

div div.card-header.custom-cardheader h5.form-headings {
  font-size: 1.4rem !important;
  color: white !important;
}

div div.card-body.custom-cardbody {
  padding: 0.5rem 2rem !important;
}

.qualification-table {
  width: 100% !important;
}

.orange-text .custom-small {
  color: #c09853 !important;
  margin-bottom: 0 !important;
  font-size: 1.2rem !important;
}

.custom-plus svg {
  height: 25px !important;
  width: 25px !important;
}

.custom-plus {
  font-weight: 400;
  color: #15804f;
  text-decoration: none;
}

.add-qualification-row .custom-plus {
  font-weight: 500 !important;
  color: #15804f !important;
  text-decoration: none !important;
  font-size: 1.3rem !important;
  padding: 1rem 1rem;
}

.add-qualification-row .custom-plus:hover {
  color: #15804f !important;
  text-decoration: underline !important;
  box-shadow: none !important;
}

.add-qualification-row .custom-plus svg {
  fill: #15804f !important;
}

.jumbotron .placeholders::placeholder {
  font-size: 1.5rem !important;
  color: #495057 !important;
}

div section div h5.custom-h5 {
  color: #1e4720;
  font-size: 2rem !important;
}

.form-group select#ddlAppliedBF {
  width: 7rem !important;
}

.form-row .custom-font#lblAttachResume {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
}

.custom-font#verification {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
}

.custom-font#case-sensitive {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
}


.custom-btn-submission#btnSubmit .custom-font {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
}

.orange-text .file-attachment#fuplResume {
  font-size: 1.5rem;
  /* height: 2rem !important; */
  padding-top: 1rem !important;
  padding-bottom: 3rem !important;
}

.custom-btn-submission#btnSubmit {
  color: #fff;
  background-color: #1e4720;
  border-color: #1e4720;
  font-size: 1.3rem;
  padding: 1rem 2rem;
}

s .form-group .custom-checkbox {
  font-size: 1rem !important;
  display: flex !important;
  justify-content: end !important;
  align-items: center !important;
}





/* .calendar {
  padding: 10px;
  width: 274px;
  
  color: #1e2633;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
  text-align: center;
  
  border: 3px solid #edeff2;
  user-select: none;
  
  &__header {
    position: relative;
    
    padding: 10px 35px;
    
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  
  &__year {
    color: #b3b3b3;
  }
  
  &__btn {
    position: absolute;
    top: 8px;
    
    display: block;
    height: 20px;
    padding: 0;
    width: 20px;
    
    text-indent: -9999px;
    
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    
    &:before {
      content: "";
      
      position: absolute;
      top: 6px;
      
      display: block;
      height: 8px;
      width: 8px;
      
      border-left: 1px solid #1e2633;
      border-top: 1px solid #1e2633;
      transform-origin: center;
    }
    
    &_prev {
      left: 10px;

      &:before {
        left: 8px;
        transform: rotate(-45deg);
      }
    }
  
    &_next {
      right: 10px;

      &:before {
        right: 8px;
        transform: rotate(135deg);
      }
    }
    
    &_disabled {
      pointer-events: none;
      
      &:before {
        border-color: #b2b2b2;
      }
    }
    
    &:hover {
      &:before {
        border-color: #985e5b;
      }
    }
  }

  &__table {
    margin-top: 8px;
    width: 100%;
    
    table-layout: fixed;
  }
  
  &__table-col-header {
    padding: 12px 0;

    color: #b2b2b2;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  
  &__table-cell {
    padding: 6px 0;
    
    color: #1e2633;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    
    cursor: pointer;
    
    &_disabled {
      color: #d3dbe8;
      pointer-events: none;
    }
    
    &_selected,
    &:hover {
      color: #985e5b;
    }
  }
} */








/* -------form-media queries-------- */

@media screen and (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }

  .applyForm-container {
    max-width: 540px !important;
  }
}

@media screen and (min-width: 1200px) {
  .applyForm-container.container {
    max-width: 1140px !important;
  }
}

@media screen and (min-width: 992px) {
  .applyForm-container {
    max-width: 960px !important;
  }
}

@media screen and (min-width:768px) {
  .applyForm-container {
    max-width: 720px !important;
  }
}



/* --------form media queries-------- */


@media screen and (max-width: 1599px) and (min-width: 1199px) {
  .img-mission-vision {
    width: 550px;
  }

  .publicAwareness-s2-content {
    width: 100%;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .aboutus-banner-heading {
    font-size: 5rem;
    right: 0;
    left: 0;
    text-align: center !important;
  }

  .custom-card-body {
    padding-left: 2rem !important;
  }

  .vision-content {
    padding-top: 3rem;
  }

  .services-banner-heading {
    font-size: 5rem;
    text-align: center !important;
    right: 0;
    left: 0;
  }

  .careers-banner-heading {
    font-size: 5rem;
    right: 0;
    left: 0;
    text-align: center;
  }

  .branchNetwork-banner-heading {
    font-size: 5rem;
    text-align: center !important;
    right: 0;
    left: 0;
  }

  .contactus-banner-heading {
    font-size: 5rem;
    right: 0;
    left: 0;
    text-align: center !important;
  }

  .services-content-one {
    width: 100% !important;
  }

  .services-content-one p {
    font-size: 1.5rem !important;
    line-height: 3rem !important;
  }

  .services-content-heading {
    font-size: 3rem !important;
    padding-top: 2rem;
  }

  .service-content ul li span::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: black;
    position: absolute;
    border-radius: 50%;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 9px;
  }

  .services-content-para {
    /* word-spacing: 0.5rem; */
    line-height: 3rem;
    font-size: 1.5rem;
    padding-top: 1rem;
  }

  .services-content-two {
    padding-top: 2rem;
  }

  .custom-card-content {
    font-size: 1.6rem !important;
    line-height: 2.5rem !important;
  }

  .vision p,
  .mission p,
  .values p {
    line-height: 3rem;
    font-size: 1.6rem;
  }

  .publicAwareness-s2-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .publicAwareness-s2-content h1 {
    padding-bottom: 2rem;
  }

  .publicAwareness-s3-content p {
    word-spacing: 0rem;
    line-height: 3.5rem;
  }

  .contactus-content p {
    word-spacing: 0rem;
    padding-top: 1rem !important;
  }

  .custom-complaints-textarea {
    margin-bottom: 4rem;
  }

  .rounded-start {
    height: 250px !important;
  }

  .aboutus-section-two .custom-wrapper .row {
    align-items: center;
  }

  .aboutus-section-two {
    padding-top: 0rem !important;
    padding-bottom: 2rem;
  }

  .mission,
  .vision,
  .values {
    padding-top: 1rem;
  }

  .publicAwareness-banner-heading {
    font-size: 5rem;
    right: 0;
    left: 0;
    text-align: center !important;
  }

  .publicAwareness-s2-content h1 {
    font-size: 3rem;
  }

  .custom-contactus-section {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 992px) {
  .hp-s1-heading {
    width: 100%;
  }

  .hp-footer-content {
    text-align: left;
    color: white;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .hp-footer-content>img {
    width: 60%;
  }

  .s2-heading {
    font-size: 4rem;
    font-weight: var(--font-weight);
  }

  .s2-paragraph {
    padding-top: 4rem;
    word-spacing: 0.5rem;
    line-height: 4rem;
    font-size: 2rem;
    font-weight: 400;
  }

  .sponsor-heading {
    font-size: 4rem;
    font-weight: var(--font-weight);
    color: white;
  }

  .custom-container p {
    text-align: left;
    font-size: 2rem;
    margin-bottom: 0px !important;
    padding-bottom: 3rem;
    word-spacing: 0.5rem;
    line-height: 4rem;
  }

}

@media screen and (max-width: 991px) and (min-width: 577px) {
  .hp-s1-heading {
    width: 100%;
    text-align: center;
    font-size: 5rem;
    padding-bottom: 3rem;
  }

  .custom-s3-content {
    display: flex;
    /* justify-content: center; */
    padding-top: 3rem !important;
    padding-left: 0 !important;
  }

  .s2-paragraph {
    padding-top: 2rem;
    word-spacing: 0.5rem;
    line-height: 4rem;
    font-size: 2rem;
    font-weight: 400;
    /* text-align: center; */
  }

  .s2-heading {
    /* display: flex; */
    /* justify-content: center; */
    font-size: 4rem;
  }

  .sponsor-heading {
    font-size: 4rem;
    font-weight: var(--font-weight);
    color: white;
  }

  .custom-container p {
    /* text-align: center; */
    /* font-size: var(--primary-font-size); */
    margin-bottom: 0px !important;
    padding-bottom: 3rem;
    word-spacing: 0.5rem;
    line-height: 4rem;
    font-size: 2rem;
  }

  /* .hp-footer-content{
      text-align: left;
      font-size: 1.3rem;
      color: white;
      width: 100%;
      font-size: 1.4rem;
      font-weight: 500;
    } */
  .custom-s1-heading-exchange {
    width: 100% !important;
    text-align: left !important;
    padding-top: 2rem !important;
  }

  .custom-s1-converter-one {
    /* width: 100% !important; */
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .custom-s1-converter-two {
    /* width: 100% !important; */
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .content-video video {
    width: 100%;
    display: block;
    height: 100vh;
  }

  .currency-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .currency-wrapper>.card {
    width: 80%;
  }

  .footer-logo>img {
    margin-left: auto;
    margin-right: auto;
  }

  .custom-footer {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
  }

  .hp-footer-content {
    justify-content: center;
    display: flex;
    text-align: center
  }

  .hp-footer-content>img {
    width: 30%;
  }

  .custom-followus2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .custom-followus {
    padding-left: 0 !important;
  }

  .footer-spacing {
    padding-bottom: 3rem;
  }

  .services-content-one {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .director-img {
    display: flex;
    justify-content: center;
  }

  .custom-card-body {
    padding: 1rem 0rem !important;
  }

  .services-content-one p {
    font-size: 1.5rem !important;
    line-height: 3rem !important;
  }

  .services-content-heading {
    font-size: 3rem !important;
    padding-top: 2rem;

  }

  .services-content-para {
    /* word-spacing: 0.5rem; */
    line-height: 3rem;
    font-size: 1.5rem;
    padding-top: 1rem;
  }

  .services-content-two {
    padding-top: 2rem;
  }

  .aboutus-banner-heading {
    right: 0;
    left: 0;
    text-align: center !important;
  }

  .vision p,
  .mission p,
  .values p {
    line-height: 3rem;
    font-size: 1.5rem;
    width: 100%;
  }

  .vision h1,
  .mission h1,
  .values h1 {
    font-size: 3rem;
  }

  .custom-card-content {
    font-size: 1.5rem !important;
    line-height: 3rem !important;
  }

  .rounded-start {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    height: 250px;
  }

  .directors-name,
  .directors-designation {
    text-align: center;
    padding-top: 1rem;
  }

  .branchNetwork-banner-heading {
    font-size: 4rem;
    text-align: center !important;
    right: 0;
    left: 0;

  }

  .publicAwareness-s2-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .publicAwareness-s2-content h1 {
    padding-bottom: 2rem;
  }

  .publicAwareness-s3-content p {
    word-spacing: 0rem;
    line-height: 3.5rem;
  }

  .publicAwareness-s2-content h1 {
    font-size: 2.5rem;
  }

  /*.publicAwareness-s2-content p {*/
    /* word-spacing: 0.5rem; */
  /*  font-size: 1.5rem;*/
  /*  line-height: 3rem !important;*/
  /*  font-weight: 500;*/
  /*  padding-top: 1rem;*/
  /*}*/

  /*.publicAwareness-s3-content p {*/
  /*  word-spacing: 0rem;*/
  /*  line-height: 3rem;*/
  /*  font-size: 1.5rem;*/
  /*  font-weight: 400;*/
  /*  padding-top: 0rem;*/
  /*}*/

  /*.publicAwareness-s2-content p {*/
    /* word-spacing: 0.5rem; */
  /*  font-size: 1.5rem;*/
  /*  line-height: 3rem !important;*/
  /*  font-weight: 500;*/
  /*  padding-top: 1rem;*/

  /*}*/

  .publicAwareness-s4-content h1 {
    font-size: 3rem;
    padding-bottom: 2rem;
  }

  /*.publicAwareness-s4-content p {*/
    /* word-spacing: 0.5rem; */
  /*  font-size: 1.5rem;*/
  /*  line-height: 3rem !important;*/
  /*  font-weight: 500;*/
  /*  margin-bottom: 0 !important;*/
  /*}*/

  .publicAwareness-banner-heading {
    font-size: 4rem;
    right: 0;
    left: 0;
    text-align: center;
  }

  .careers-content p {
    word-spacing: 0rem;
    font-size: 1.6rem;
    line-height: 3rem !important;
  }

  .careers-content p {
    padding-top: 1rem;
  }

  .careers-content {
    padding: 3rem 0 !important;
  }

  .careers-banner-heading {
    right: 0;
    left: 0;
    text-align: center;
  }

  .contactus-banner-heading {
    font-size: 4rem;
    right: 0;
    left: 0;
    text-align: center !important;
  }

  .contactus-content p {
    word-spacing: 0rem;
    line-height: 3rem;
    font-size: 1.5rem;
    margin-bottom: 1rem !important;
  }

  .contactus-content h1 {
    padding-bottom: 2rem;
  }

  .custom-complaints-textarea {
    margin-bottom: 4rem;
  }

  .custom-container p {
    word-spacing: 0rem;
    font-size: 1.7rem;
    padding-top: 1rem;
  }

  .s2-paragraph {
    word-spacing: 0rem;
    line-height: 3.5rem;
    font-size: 1.7rem;

  }

  .hmb-hp-s2 .custom-wrapper {
    padding: 1rem !important;
    width: 95% !important;

  }

  .currency-wrapper>.card {
    width: 60%;
  }

  .img-mission-vision {
    width: 520px !important;
  }

  .services-banner-heading {
    text-align: center;
    right: 0;
    left: 0;
  }

  .services-banner-heading,
  .aboutus-banner-heading,
  .branchNetwork-banner-heading,
  .publicAwareness-banner-heading,
  .careers-banner-heading,
  .contactus-banner-heading {
    font-size: 4rem;
  }

  .services-banner,
  .banner,
  .branchNetwork-banner,
  .publicAwareness-banner,
  .careers-banner,
  .contactus-banner {
    height: 50vh;
  }

  .sponsor-heading {
    font-size: 3rem;
  }
}

@media screen and (max-width: 991px) {
  .img-mission-vision {
    width: 100%;
  }

  .row.services-content-three {
    display: flex !important;
    /* flex-direction: column-reverse !important; */
    justify-content: center;
    align-items: center;
  }

  .services-content-two {
    display: flex !important;
    justify-content: center;
  }

  .services-content-four {
    display: flex !important;
    justify-content: center;
  }

  .content-col-reverse {
    width: 100%;
  }

  .branchNetwork-content-heading {
    font-size: 3rem;
  }

  .all-branches {
    width: 100% !important;
  }

  .custom-map-img-col {
    padding-top: 3rem;
  }

  .contactus-submitbutton {
    position: absolute;
    bottom: 0px;
  }

  .submit-form-btn-div {
    display: flex;
    justify-content: center;
  }

  .custom-contactus-form {
    position: relative;
    padding: 1rem 0 !important;
  }

  .custom-navbar-ul {
    padding: 2rem 0rem;
    display: flex;
    justify-content: center;
    margin: auto;
    text-align: center;
  }

  .custom-navbar-ul li {
    padding-bottom: 1rem;
  }

  #map {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 1199px) and (min-width: 577px) {

  /* .img-mission-vision{
      width: 500px;
      padding-top: 4rem;
    } */
  .vision-content {
    padding-left: 2rem !important;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .img-mission-vision {
    width: 430px;
    padding-top: 4rem;
  }

  .services-content-one {
    width: 100% !important;
  }

  .custom-card-content {
    font-size: 1.6rem !important;
    line-height: 3rem !important;
  }

  .rounded-start {
    height: 100% !important;
  }

  .vision p,
  .mission p,
  .values p {
    line-height: 3rem;
    font-size: 1.6rem;
  }

  .hp-s1-heading {
    font-size: 5rem;
  }

  .s2-paragraph {
    line-height: 3rem !important;
    padding-top: 2rem;
    font-size: 1.8rem;
  }

  .hmb-hp-s3 .custom-container p {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  .publicAwareness-s2-content {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .hp-s1-heading {
    font-size: 3rem;
    text-align: center;
    width: 100%;
  }

  .s2-heading {
    font-size: 2.5rem;
    padding-top: 2rem;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .s3-custom-img {
    max-width: 95% !important;
  }

  .s2-paragraph {
    word-spacing: 0rem;
    font-size: 1.5rem;
    padding-top: 1rem;
    line-height: 3rem;
    text-align: center;
  }

  .custom-s3-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sponsor-heading {
    font-size: 2.5rem;
  }

  .custom-container p {
    word-spacing: 0rem;
    font-size: 1.5rem;
    padding-top: 1rem;
  }

  .hp-footer-content {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    text-align: center;
  }

  .footer-img-logo {
    width: 50% !important;
  }

  .footer-mobile {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .aboutus-banner-heading {
    font-size: 3rem;
    right: 0;
    left: 0;
    text-align: center !important;
  }

  .vision-headings {
    font-size: 3rem;
  }

  .vision-para {
    word-spacing: 0.5rem;
    font-size: 1.5rem;
    line-height: 3rem !important;
    font-weight: 500;
  }

  .directors-heading {
    font-size: 3rem;
  }

  .directors-name {
    word-spacing: 0.5rem;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .directors-designation {
    word-spacing: 0.5rem;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .custom-card-body {
    padding: 1rem 0rem !important;
  }

  .services-banner-heading {
    font-size: 3rem;
    text-align: center !important;
    right: 0;
    left: 0;
  }

  .careers-banner-heading {
    font-size: 3rem;
    right: 0;
    left: 0;
    text-align: center;
  }

  .careers-content p {
    word-spacing: 0rem;
    font-size: 1.5rem;
    line-height: 3rem !important;
    font-weight: 500;
  }

  .careers-content h6 {
    word-spacing: 0.5rem;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .branchNetwork-banner-heading {
    font-size: 3rem;
    text-align: center !important;
    right: 0;
    left: 0;

  }

  .careers-content {
    padding: 3rem 0;
  }

  .careers-content p {
    word-spacing: 0rem;
    padding-top: 1rem;
  }

  .branch-name {
    word-spacing: 0.5rem;
    font-size: 1.5rem;
    line-height: 3rem !important;
    font-weight: 500;
  }

  .publicAwareness-s2-content h1 {
    font-size: 2.5rem;
    margin-bottom: 0 !important;
  }

  .publicAwareness-s2-content p {
    /* word-spacing: 0.5rem; */
    font-size: 1.5rem;
    line-height: 2.5rem !important;
    font-weight: 500;
    padding-top: 0rem !important;
  }

  .publicAwareness-s3-content p {
    word-spacing: 0rem;
    line-height: 3rem;
    font-size: 1.5rem;
    font-weight: 400;
    padding-top: 0rem;
  }

  .publicAwareness-s2-content p {
    /* word-spacing: 0.5rem; */
    font-size: 1.5rem;
    line-height: 3rem !important;
    font-weight: 500;
    padding-top: 1rem;

  }

  .publicAwareness-s4-content h1 {
    font-size: 3rem;
    padding-bottom: 2rem;
  }

  .publicAwareness-s4-content p {
    /* word-spacing: 0.5rem; */
    font-size: 1.5rem;
    line-height: 3rem !important;
    font-weight: 500;
    margin-bottom: 0 !important;
  }

  .contactus-banner-heading {
    font-size: 3rem;
    right: 0;
    left: 0;
    text-align: center !important;
  }

  .contactus-content h1 {
    font-size: 3rem;
  }

  .custom-followus2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem !important;
  }

  .custom-followus {
    padding-left: 0 !important;
  }

  .followus-smallscreen {
    padding-left: 0 !important;
  }

  .footer-spacing {
    padding-bottom: 2rem;
  }

  .content-video {
    display: none;
  }

  .home-banner-section {
    background-image: url(./img/Mask\ Group\ 20.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 990px;
  }

  .services-content-one {
    width: 100% !important;
  }

  .services-content-one p {
    font-size: 1.5rem !important;
    line-height: 3rem !important;
  }

  .services-content-heading {
    font-size: 3rem !important;
    padding-top: 2rem;

  }

  .services-content-para {
    /* word-spacing: 0.5rem; */
    line-height: 3rem;
    font-size: 1.5rem;
    padding-top: 1rem;
  }

  .services-content-two {
    padding-top: 2rem;
  }

  .vision p,
  .mission p,
  .values p {
    line-height: 3rem;
    font-size: 1.5rem;
    width: 100%;
  }

  .vision h1,
  .mission h1,
  .values h1 {
    font-size: 3rem;
  }

  .custom-card-content {
    font-size: 1.5rem !important;
    line-height: 3rem !important;
  }

  .rounded-start {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    height: 250px;
  }

  .directors-name,
  .directors-designation {
    text-align: center;
    padding-top: 1rem;
  }

  .publicAwareness-banner-heading {
    font-size: 3rem;
    text-align: center !important;
    right: 0;
    left: 0;
  }

  .publicAwareness-s2-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .contactus-content p {
    word-spacing: 0rem;
    line-height: 3rem;
    font-size: 1.5rem;
    margin-bottom: 1rem !important;
    word-break: break-word;
  }

  .contactus-content h1 {
    padding-bottom: 2rem;
  }

  .custom-complaints-textarea {
    margin-bottom: 4rem;
  }

  .custom-contactus-section {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }

  .hp-s1-heading {
    padding-bottom: 3rem;
  }

  .hmb-hp-s2 .custom-wrapper {
    padding: 1rem !important;
    width: 95% !important;
  }

  /* .hp-s3{
  padding-top: 2rem;
  padding-bottom: 2rem;

} */
  .custom-container p {
    line-height: 3rem;
    padding-bottom: 1rem;
  }

  .hp-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hp-footer .custom-wrapper {
    width: 95% !important;
  }

  .banner-content-section .custom-wrapper {
    width: 95% !important;

  }

  .custom-currency-inputfields {
    height: 35px !important;
    font-size: 1.3rem !important;
  }

  .select-box select {
    font-size: 1.3rem !important;
  }

  .custom-currency-card-header {
    height: auto !important;
  }

  .currency-wrapper .card-header h4 {
    font-size: 1.5rem !important;
  }

  .custom-exchange-rates-card {
    height: auto;
    /* width: 270px; */
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
    overflow: hidden;
  }

  .custom-card-mobile {
    width: 270px;
    margin-right: auto;
    margin-left: auto;
  }

  .currency-wrapper>.card {
    width: 60%;
  }

  .img-mission-vision {
    width: 100% !important;
  }

  .services-banner,
  .banner,
  .branchNetwork-banner,
  .publicAwareness-banner,
  .careers-banner,
  .contactus-banner {
    height: 40vh;
  }
}

@media screen and (max-width: 1062px) and (min-width: 992px) {
  .navbar-custom-bg li a {
    color: #000 !important;
    font-weight: 600;
    font-size: 12px;
    padding-left: 10px !important;
    text-transform: uppercase;
    padding-right: 10px !important;
  }

  .services-content-one {
    width: 100% !important;
  }
}


@media screen and (max-width: 375px) {
  .sponsor-heading {
    font-size: 2rem;
  }
}

/* @media screen and (max-width: 576px) and (min-width: 375px){
 


  } */