  @font-face {
  font-family: Metropolis-Regular;
  src: url("../fonts/metropolis/Metropolis-Regular.woff") format("woff"),
    url("../fonts/metropolis/Metropolis-Regular.woff2") format("woff2"),
    url("../fonts/metropolis/Metropolis-Regular.eot"),
    url("../fonts/metropolis/Metropolis-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/metropolis/Metropolis-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Metropolis-Regular;
  src: url("../fonts/metropolis/Metropolis-Regular.woff") format("woff"),
    url("../fonts/metropolis/Metropolis-Regular.woff2") format("woff2"),
    url("../fonts/metropolis/Metropolis-Regular.eot"),
    url("../fonts/metropolis/Metropolis-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/metropolis/Metropolis-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Metropolis-Medium;
  src: url("../fonts/metropolis/Metropolis-Medium.woff") format("woff"),
    url("../fonts/metropolis/Metropolis-Medium.woff2") format("woff2"),
    url("../fonts/metropolis/Metropolis-Medium.eot"),
    url("../fonts/metropolis/Metropolis-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/metropolis/Metropolis-Medium.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Metropolis-SemiBold;
  src: url("../fonts/metropolis/Metropolis-SemiBold.woff") format("woff"),
    url("../fonts/metropolis/Metropolis-SemiBold.woff2") format("woff2"),
    url("../fonts/metropolis/Metropolis-SemiBold.eot"),
    url("../fonts/metropolis/Metropolis-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/metropolis/Metropolis-SemiBold.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body,
html {
  height: 100%;
  font-family: Metropolis-Regular;
}
:root {
  --color-black: hsl(0, 0%, 10%);
  --color-white: hsl(0, 0%, 100%);
  --color-darken: hsl(0, 0%, 20%);
  --color-pink-100: hsl(336, 95%, 94%);
  --color-pink-200: hsl(338, 91%, 87%);
  --color-pink-300: hsl(339, 90%, 81%);
  --color-pink-400: hsl(339, 88%, 74%);
  --color-pink-500: hsl(339, 82%, 67%);
  --color-pink-600: hsl(339, 76%, 59%);
  --color-pink-700: hsl(339, 67%, 52%);
  --color-pink-800: hsl(339, 68%, 45%);
  --color-pink-900: hsl(339, 69%, 38%);
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
*,
::after,
::before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html {
  font-size: 100%;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  scroll-behavior: smooth;
}
h2 {
  font-family: Metropolis-SemiBold;
  color: #00497c;
  font-size: 2rem;
}
h3 {
  font-family: Metropolis-SemiBold;
  color: #000;
  font-size: 1.6rem;
}
p {
  margin-top: 0;
  margin-bottom: 0.8rem;
}


.popup-modal{
    width: 60%;
  margin: auto;
  top: 20%;
}

.fontblue{
  color: #004278;
  text-decoration: none;
  font-weight: 600;
}

.carousel-section {
  margin-top: 5.5rem;
}
.carousel-section {
  max-height: 700px;
  overflow: hidden;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 125px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.loader-wrapper {
  position: fixed;
  top: 0;
  z-index: 99999;
  height: 100vh;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  margin: auto;
  overflow: hidden;
  scroll-behavior: unset;
}
ol[class*="list-number-"] li {
  margin-top: 1rem;
  margin-left: 0.5rem;
}
ol[class*="list-number-"] li:before {
  list-style-type: decimal;
  margin-right: 1em;
  position: absolute;
  left: 0;
  font-size: 2em;
  line-height: 0.9em;
}
.list-number-green li:before {
  list-style-type: decimal;
  color: #00956b;
}
.list-number-black li:before {
  color: #000;
}
ol .list-number-green {
  list-style-type: decimal !important;
}
.carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 5px;
}
.carousel-item .banner-1 {
  background: url("../images/homepage-banner/banner-1-xl.webp") no-repeat;
  height: 100vh;
}
.carousel-item .banner-2 {
  background: url("../images/homepage-banner/banner-2-xl.webp") no-repeat;
  height: 100vh;
}
.carousel-item .banner-3 {
  background: url("../images/homepage-banner/banner-3-xl.webp") no-repeat;
  height: 100vh;
}

.carousel-item .banner-plr {
  background: url("../images/homepage-banner/plr-banner-xl.png") no-repeat;
  height: 100vh;
}

.carousel-item h5{
  color: #000;
}

.carousel-item p{
  color: #000;
}
.carousel-item h5{
  font-weight: bold;
}

.carousel-item p{
font-size: 14px;
}


ul#socialmenu {
  width: 75px;
  position: fixed; /* change to 'fixed' if you want it "sticky" */
  top: 24.4%;
  right: 0%;
  text-align:center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 1000;
}
ul#socialmenu li {
/*  border-top: 1px solid #ccc;*/
/*  border-bottom: 1px solid #ccc;*/
  border-left: 1px solid #ccc;
  background-color: #E8E8E8;
  border-collapse: collapse;


}
ul#socialmenu li.one {
    border-top: 1px solid #ccc;
  border-left-color: #ccc;
/*   border-top-left-radius: 8px;*/
}
ul#socialmenu li.two {
  border-top: 1px solid #ccc;
  border-left-color: #ccc;
  border-bottom: 1px solid #ccc;

}
ul#socialmenu li.three {
  border-left-color: #ccc;
  border-bottom: 1px solid #ccc;

}

ul#socialmenu li a {
  text-decoration: none;
  color: #000;
  padding: 15.5px 11px;
  background-color: #fff;
  display: block;

}
ul#socialmenu li.one a:hover {
  background-color: #E8E8E8;
  color: #fff;
}
ul#socialmenu li.two a:hover {
  background-color: #E8E8E8;
  color: #fff;
}
ul#socialmenu li.three a:hover {
  background-color: #E8E8E8;
  color: #fff;

}

.feedback-form {
  position: fixed;
  top: 24.5%;
  right: 0;
  z-index: 100;
  min-height: 450px;
}
.feedback-form-show {
  right: 25%;
}
.feedback_form_area {
  position: relative;
  right: 25%;
  display: none;
  overflow: hidden;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.feedback_form_area_inner {
  width: 300px;
/*  min-height: 450px;*/
  max-height: 600px;
/*  overflow-y: scroll;*/
  color: #fff;
  padding: 15px;
}
.feedback_form_area_inner label {
  color: #000;
}
.feedback_form_area h3 {
  margin-top: 0;
  text-align: center;
}
.feedback-form-btn {
  width: 75px;
  position: absolute;
  left: -75px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #E8E8E8;
  background-color: #fff;
  border-radius: 0px;
}
.feedback-form-btn:hover {
  background-color: #E8E8E8;
  color: #fff;
}

.feedback_form_area_inner .btn {
  width: 100%;
  background: #00497c;
  color: #fff;
  border: none;
}

@media only screen and (max-width: 320px) {
  .feedback_form_area_inner {
    width: 260px;
    min-height: 450px;
    color: #fff;
    padding: 15px;
  }
}
.mt-50 {
  margin-top: 50px;
}
.carousel {
  max-height: 100vh !important;
  overflow: hidden !important;
}
.carousel-section {
  max-height: 90vh;
  overflow: hidden;
}
.carousel-section .form-container {
  background-color: #fff !important;
  z-index: 88;
  width: 330px;
  height: 490px;
  border-radius: 10px;
  position: absolute;
  right: 60px;
  top: 200px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-section .form-container .was-validated .form-control:valid,
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid {
  border-color: #dbdbde;
  background-color: #f7f7f7;
  color: #777683 !important;
}
.form-control:focus {
  border-color: #00497c !important;
  box-shadow: none;
}
.carousel-section .form-container h2 {
  font-family: Metropolis-SemiBold;
  text-align: center;
  font-size: 1.6rem;
}
.carousel-section .form-container .btn {
  width: 100%;
  background: #00497c;
  color: #fff;
  border: none;
}
.carousel-caption {
  width: 34%;
  padding: 2rem;
  text-align: left;
  top: 44%;
  left: 3%;
  transform: translateY(-50%);
  height: 35vh;
  border-radius: 10px;
}

.carousel-caption h1 {
  font-family: Metropolis-SemiBold;
  font-size: 3rem;
  color: #000;
}
.carousel-caption h2 {
  font-family: Metropolis-Regular;
  font-size: 3rem;
  color: #000;
}
.carousel-caption h4 {
  font-family: Metropolis-Medium;
  font-size: 1.4rem;
  color: #000;
  margin: 3rem 0;
  width: 78%;
}
.carousel-caption .btn-primary {
  background-color: #00497c;
  color: #fff;
  border-color: #00497c;
  padding: 0.5rem 1rem;
}
.carousel-caption .btn-primary:hover {
  background-color: #00956b;
  color: #fff;
  border-color: #00956b;
  padding: 0.5rem 1rem;
}
.carousel-caption .btn-outline-primary {
  background-color: #fff;
  border: 1px solid #00497c;
  color: #00497c;
  border-color: #00497c;
  padding: 0.5rem 1rem;
}
.carousel-caption .btn-outline-primary:hover {
  background-color: #00956b;
  color: #fff;
  border-color: #00956b;
  padding: 0.5rem 1rem;
}
.counter-section {
  padding-top: 5.5rem;
  padding-bottom: 5rem;
}
.counter-box {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px 0;
  border-radius: 5px;
}
.counter-box h2,
span {
  display: inline-block;
  margin: 0;
  font-size: 2.5rem;
  color: #000;
}
.counter-box h4 {
  font-family: Metropolis-Medium;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.intro-container {
  background-color: #009367;
  padding: 3.5rem;
  border-radius: 10px;
  color: #fff;
}
.intro-container span {
  color: #fff;
  font-size: 1rem;
}
.intro-container h2 {
  color: #fff;
  font-size: 3rem;
}
.app-section {
  padding:  0;
  text-align: center;
}
.app-section h2 {
  font-family: Metropolis-SemiBold;
  text-align: right;
  font-size: 3rem;
  color: #10375c;
}
.app-section span {
  font-size: 1.5rem;
  font-family: Metropolis-SemiBold;
}
.product-area {
  background: #fff;
  padding: 2rem 10rem;
}
.slick-initialized .slick-slide {
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.slick-arrow,
.slick-prev {
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.testimonial-product-details {
  padding: 1rem 3rem;
}
.testimonial-product h4 {
  font-family: Metropolis-SemiBold;
  font-size: 2rem;
}
.testimonial-product img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.testimonial-product ul li p {
  position: relative;
  font-size: 1.6rem;
  top: -6px;
}
.testimonial-product ul li span {
  font-family: Metropolis-SemiBold;
  font-size: 1.6rem;
}
.testimonial-product a {
  font-family: Metropolis-Medium;
  font-size: 1.6rem;
  text-decoration: none;
  color: #0d1b39 !important;
}
.testimonial-product a:hover {
  font-family: Metropolis-Medium;
  font-size: 1.6rem;
  text-decoration: none;
  color: #30ab74 !important;
}
.testimonial-product .product-btn {
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #0d1b39 !important;
  color: #fff;
}
.testimonial-product .product-btn:hover {
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #009367 !important;
  color: #fff;
}
.add-button {
  height: 40px;
  width: 40px;
  background: #0d1b39;
  border-radius: 50%;
  float: right;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.add-button:hover {
  background: #30ab74;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.product-header-image {
  padding: 0;
}
.testimonial-product {
  padding: 0 !important;
  min-height: 460px;
  background: #fff;
  position: relative;
  transform: scale(0.8);
  margin-top: 0 !important;
  transition: all 0.3s linear;
  border-radius: 4px;
  border-radius: 20px;
}
.testimonial-product p {
  font-size: 1.5rem;
}
.mt-negative-3 {
  margin-top: -3rem !important;
}
.testimonial-area {
  background: #f7f7f7;
  padding: 30px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 50vh;
}
.testimonial-area p {
  color: #000;
  font-weight: 500;
}
.testimonial-area .heading h2 {
  color: #000;
}
.testimonial-area .heading h5 {
  color: #00956b;
}
.testimonial {
  padding: 20px;
  background: #fff;
  position: relative;
  transform: scale(0.8);
  padding-top: 100px;
  margin-top: 100px;
  transition: all 0.3s linear;
  border-radius: 4px;
}
.testimonials
  .slick-slide.slick-current.slick-active.slick-center
  .testimonial {
  transform: scale(1);
}
.author-img {
  position: absolute;
  width: 150px;
  max-height: 150px;
  border-radius: 200px;
  overflow: hidden;
  border: 5px solid #fff;
  top: -75px;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.author-quote h4 {
  font-size: 20px;
  font-family: Dosis, sans-serif;
  letter-spacing: 0.5px;
}
.author-quote {
  text-align: center;
}
.author-quote blockquote i {
  color: #00956b;
  font-size: 22px;
  padding: 0 5px;
}
.author-quote blockquote {
  line-height: 30px;
  color: #676767;
  margin: 15px 0;
}
ul.slick-dots li button {
  font-size: 0;
  height: 14px;
  width: 14px;
  padding: 0;
  border-radius: 100px;
  border: 0;
  background: #5745ae;
  border: 2px solid #fff;
  transition: all 0.3s ease;
  display: none;
}
ul.slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: none;
}
ul.slick-dots li.slick-active button {
  width: 30px;
}
.slick-arrow:after {
  content: "\f060";
  font-family: FontAwesome;
  font-size: 22px;
  color: #000 !important;
  -webkit-text-stroke: 2px white;
}
.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  font-size: 0;
  margin: auto;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  cursor: pointer;
  border-radius: 50%;
}
.slick-prev {
  position: absolute;
  left: 3%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.slick-next {
  position: absolute;
  right: 3% !important;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.slick-next:focus,
.slick-prev {
  border: none !important;
}
button:focus {
  outline: 0;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-next.slick-arrow {
  left: inherit;
  right: 0;
}
.slick-next.slick-arrow:after {
  content: "\f061";
  -webkit-text-stroke: 2px white;
  color: #000 !important;
}
.testimonials .slick-list.draggable {
  padding: 0 20px !important;
}
.testimonial-container {
  height: 38vh;
}
.heading h2 {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 0 10px;
  color: #000;
}
.heading p {
  color: #000;
}
.heading {
  text-align: center;
  padding: 20px 0;
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 574px) {
  .testimonials .slick-list.draggable {
    padding: 0 !important;
  }
}
.footer-area {
  background: url("../images/footer-background.webp") no-repeat;
  padding: 0 30px 30px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 40vh;
}
footer {
  color: #000;
}
footer a {
  font-family: Metropolis-Regular;
  text-decoration: none;
  color: #43ccff;
}
footer h2 {
  font-family: Metropolis-SemiBold;
  color: #fff;
  font-size: 1.2rem;
  margin: 1rem 0;
}
footer h3 {
  font-family: Metropolis-SemiBold;
  color: #fff;
  font-size: 1.2rem;
  margin: 1rem 0;
}
footer a:hover {
  font-family: Metropolis-Regular;
  text-decoration: none;
  color: #fff;
  display: inline-flex;
}
footer .social-footer-section {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
}
footer .social-footer-section i {
  font-family: FontAwesome;
  font-style: initial;
  color: #fff;
  font-size: 1.5rem;
}
footer .social-footer-section span {
  color: #fff;
  font-size: 1rem;
  float: left;
  position: relative;
  top: 10%;
}
footer .social-footer-section ul li {
  list-style: inline;
  text-decoration: none;
  display: block;
  float: left;
  margin: 0 1rem;
}
footer .social-footer-section img {
  margin-top: 5%;
}
footer span {
  font-size: 1rem;
  color: #fff;
}
.investor-section {
  padding: 5rem 0;
  background: #fff;
}
.investor-section h2 {
  font-family: Metropolis-SemiBold;
  color: #000;
  margin-bottom: 3rem;
}
section[class*="hero-section-"] {
  padding: 30px 0;
  background-size: auto;
  background-position: top;
  background-attachment: fixed;
  height: 500px;
}
section[class*="hero-section-"] h1 {
  margin-top: 9%;
  padding: 3%;
  color: #fff;
  font-size: 3rem;
}
.hero-section-financial-results {
  background: url("../images/hero-banner/Financial-Reports.webp") no-repeat;
}
.hero-section-grievance-redressal-mechanism {
  background: url("../images/hero-banner/Grievance-Mechanism.webp") no-repeat;
}
.hero-section-investor-grievance {
  background: url("../images/hero-banner/investor-grievance1.webp") no-repeat;
}
.hero-section-policies {
  background: url("../images/hero-banner/Policy.webp") no-repeat;
}
.hero-section-rating {
  background: url("../images/hero-banner/rating-hero.webp") no-repeat;
}
.hero-section-notices-disclosures {
  background: url("../images/hero-banner/Notices-&-Disclosures.webp") no-repeat;
}
.hero-section-faq {
  background: url("../images/hero-banner/faq.webp") no-repeat;
}
.hero-section-faq-restructuring {
  background: url("../images/hero-banner/policies.webp") no-repeat;
}
.hero-section-faq-restructuring {
  background: url("../images/hero-banner/policies.webp") no-repeat;
}
.hero-section-intimation-stock-exchange {
  background: url("../images/hero-banner/Intimation-To-Stock-Exchange.webp")
    no-repeat;
}
.hero-section-contact-us {
  background: url("../images/hero-banner/Contact-Us.webp") no-repeat;
}
.hero-section-careers {
  background: url("../images/hero-banner/Contact-Us.webp") no-repeat;
}
.hero-section-team {
  background: url("../images/hero-banner/Team.webp") no-repeat;
}
.hero-section-mitc {
  background: url("../images/hero-banner/mitc.webp") no-repeat;
}
.hero-section-eclgs {
  background: url("../images/hero-banner/eclgs.webp") no-repeat;
}
.hero-section-csr {
  background: url("../images/hero-banner/CSR.webp") no-repeat;
}
.hero-section-branch-locator {
  background: url("../images/hero-banner/Branch-Locator.webp") no-repeat;
}
.hero-section-t-c {
  background: url("../images/hero-banner/terms-conditions.webp") no-repeat;
}
.hero-section-roi-range {
  background: url("../images/hero-banner/roi.png") no-repeat;
}
.content-wrapper {
  padding: 2rem 8rem 1rem;
}
.content-wrapper p {
  font-size: 1rem;
}
.grievance-redressal-mechanism-section h2 {
  font-family: Metropolis-SemiBold;
  color: #004278;
  font-size: 2.5rem;
}
.grievance-redressal-mechanism-section h5 {
  font-family: Metropolis-SemiBold;
  color: #004278;
  font-size: 1.4rem;
  padding-top: 0 !important;
}
.grievance-redressal-mechanism-section p {
  font-size: 1.2rem;
  font-family: Metropolis-Regular;
  margin-bottom: 0.5rem;
  color: #000;
}
.grievance-redressal-mechanism-section a {
  text-decoration: none;
  color: #00956b;
}
.investor-grievance-section h2 {
  font-family: Metropolis-SemiBold;
  color: #004278;
  font-size: 1.5rem;
}
.investor-grievance-footer {
  margin-top: 5rem;
}
.investor-grievance-footer p {
  text-align: center;
  color: #004278;
}
.investor-grievance-footer a {
  text-align: center;
  font-weight: 700;
  color: #00956b;
}
.contact-us-section-hero-section {
  background: url("../images/product-background.jpg") no-repeat;
  padding: 30px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 50vh;
}
.contact-us-section-hero-section h1 {
  margin-top: 9%;
  padding: 3%;
  color: #fff;
  font-size: 3rem;
}
.contact-us-section {
  background-color: #f7f7f7;
  padding: 5rem 10rem !important;
}
.contact-us-section h2 {
  font-family: Metropolis-SemiBold;
  color: #004278;
  font-size: 1.5rem;
  text-align: center;
}
.contact-us-section .was-validated .form-control:valid,
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid {
  border-color: #dbdbde;
  background-color: #f7f7f7;
  color: #777683 !important;
}
.contact-us-section label {
  color: #777683;
}
.contact-us-section option {
  color: #777683 !important;
}
.contact-us-section .submit-btn {
  width: 100%;
  background: #00956b;
  border: none;
}
.contact-us-footer-section {
  background: #fff;
}
.contact-us-footer-section h5 {
  font-family: Metropolis-Medium;
  color: #004278;
  font-size: 1.2rem;
}
.contact-us-footer-section i {
  font-family: FontAwesome;
  font-style: initial;
  color: #00956b;
  font-size: 2rem;
}
.success-modal h2 {
  font-size: 1.5rem !important;
  font-family: Metropolis-SemiBold;
  font-weight: 700;
  margin: 2rem 0;
}
.success-modal h3 {
  font-size: 1.5rem !important;
  font-family: Metropolis-Medium;
  margin: 2rem 0;
  font-weight: 700;
}
.success-modal .button-success {
  margin: auto;
  background-color: #009367;
  border: none;
}
.home-loan-hero-section {
  background: url("../images/products/home-loan-banner.png") no-repeat;
  padding: 30px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 50vh;
}
.home-loan-hero-section h1 {
  margin-top: 9%;
  padding: 3%;
  color: #fff;
  font-size: 3rem;
}
.home-loan-section h1 {
  font-family: Metropolis-SemiBold;
  color: #004278;
  font-size: 2rem;
  text-align: center;
}
.home-loan-section h3 {
  font-family: Metropolis-Medium;
  color: #004278;
  font-size: 1.8rem;
  text-align: center;
}
.home-loan-section p {
  color: #6a6a6a;
}
.home-loan-section h5 {
  font-family: Metropolis-SemiBold;
  color: #000;
  font-size: 1rem;
  text-align: center;
  margin-top: 2rem;
}
.home-loan-section h6 {
  font-family: Metropolis-SemiBold;
  color: #000;
  font-size: 1.4rem;
  margin-top: 1.5rem;
}
.home-loan-section .features-section {
  border-right: 1px solid #6a6a6a;
  text-align: center;
}
.card-container {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px 8px #d0d0d0;
}
.card-container .content-header {
  border-bottom: 1px solid #eaeaea;
}
.card-container .content-header h4 {
  font-family: Metropolis-SemiBold;
  padding: 0 !important;
  color: #000;
  text-align: center;
}
.card-container .content-header p {
  color: #6a6a6a;
  text-align: center;
}
.card-content {
  text-align: justify;
  color: #000;
  padding: 1rem 0;
}
.card-content .right-border {
  border-right: 1px solid #eaeaea;
}
.card-content .stats h4 {
  font-family: Metropolis-SemiBold;
  padding: 0 !important;
  color: #000;
  text-align: center;
}
.sub-container {
  display: flex;
  width: 100%;
  gap: 50px;
  height: max-content;
}
.header {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.header button {
  height: max-content;
  width: max-content;
  padding: 10px;
  border: none;
  background-color: transparent;
  font-size: 15px;
  color: #fff;
  padding: 0.5rem 1rem;
}
.header .btn-success1 {
  height: max-content;
  width: max-content;
  padding: 10px;
  border: none;
  background-color: #00956b;
  font-size: 15px;
  color: #fff;
  padding: 0.5rem 1rem;
}
.header button:hover {
  cursor: pointer;
}
.view {
  width: 80%;
}
.breakup {
  width: 80%;
}
.details input {
  width: 100%;
}
.detail {
  display: flex;
  justify-content: space-between;

}

.slider-margin{
  margin-bottom:2rem ;
}

.min-value, .max-value{
  font-size: 1rem;
  color: #949494;
}




/*input[type="range"] {
  -webkit-appearance: none;
  margin: 0 0 37px;
  width: 100%;
}
input[type="range"]:focus {
  outline: 0;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: red;
  border-radius: 10px;
}
input[type="range"]::-webkit-slider-thumb {
  box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
  border: 5px solid #fff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #91e09d;
  cursor: pointer;
  margin-top: -6px;
  -webkit-appearance: none;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #000;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
  border-radius: 10px;
}
input[type="range"]::-moz-range-thumb {
  box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
  border: 5px solid #fff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #91e09d;
  cursor: pointer;
  margin-top: -6px;
}
input[type="range"]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #91e09d;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
  border-radius: 10px;
}
input[type="range"]::-ms-fill-lower {
  background: #91e09d;
  border-radius: 5px;
}
input[type="range"]::-ms-fill-upper {
  background: #91e09d;
  border-radius: 5px;
}
input[type="range"]::-ms-thumb {
  box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
  border: 5px solid #fff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #91e09d;
  cursor: pointer;
  margin-top: -6px;
}
input[type="range"]:focus::-ms-fill-lower {
  background: #91e09d;
}
input[type="range"]:focus::-ms-fill-upper {
  background: #91e09d;
}*/



#price {
  color: #00956b;
  font-size: 25px;
}

#t-price {
  color: #00956b;
  font-size: 25px;
}
.chart-details{
  margin-bottom: 2rem;
}

.chart-details p{
  font-size: 1.2rem;
}
.loan-details {
  width: 90%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.calc-label {
  font-family: Metropolis-SemiBold;
  font-size: 1.2rem;
  margin-bottom: 0;
}
#price-container {
  color: #000;
  margin-top: 50px;
}
#price-container::before {
  font-family: Metropolis-SemiBold;
  content: "Monthly Home Loan EMI";
  color: #000;
  font-size: 1rem;
  display: block;
}
#tenure-container {
  color: #000;
  margin-top: 50px;
}
#tenure-container::before {
  font-family: Metropolis-SemiBold;
  content: "Loan Tenure";
  color: #000;
  font-size: 1rem;
  display: block;
}
ul.breadcrumb {
  outline-style: none;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  display: block;
  padding: 0.75rem;
  background: #fff;
}
ul.breadcrumb li {
  display: inline-block;
  margin: 0 1rem;
}
ul.breadcrumb li.is-active {
  color: #848484;
}
ul.breadcrumb li a:hover {
  text-decoration: underline;
}
section .section-title {
  text-align: center;
  color: #007b5e;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.tabs {
  background: #fff;
  color: #3d3d3d;
  margin-bottom: 3rem;
}
.tab-content {
  margin-top: 3rem;
}
.tabs h6.section-title {
  color: #eee;
}
.tabs nav {
  padding-top: 2rem;
  width: 50%;
  margin: auto;
}
.nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-item.show .nav-link {
  color: #00956b !important;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 4px solid !important;
  font-size: 20px;
  font-weight: 700;
}


.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  color: black;
  font-weight: bold;
}
.tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #3d3d3d;
  font-size: 16px;
}
.flex {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 991.98px) {
  .padding {
    padding: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .padding {
    padding: 1rem;
  }
}
.padding {
  padding: 5rem;
}
.card {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.card:first-child {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.card .card-title {
  color: #000;
  margin-bottom: 0.625rem;
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 500;
}
.card .card-description {
  margin-bottom: 0.875rem;
  font-weight: 400;
  color: #76838f;
}
.accordion .card {
  margin: 0;
  border-bottom: 1px solid #b3b3b3;
  border-collapse: collapse;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 1.25rem;
}
.accordion .card .card-header {
  background-color: transparent;
  border: none;
  padding: 1.8rem;
  cursor: pointer;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.accordion .card .card-header * {
  font-weight: 400;
  font-size: 1rem;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.accordion .card .card-header a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: 1.2rem;
  position: relative;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  padding-right: 3rem;
}
.accordion .card .card-header * {
  font-weight: 500;
  font-size: 1.8rem;
  color: #004278;
}
.accordion .card .card-header a[aria-expanded="false"]:before {
  content: "\f067";
  -webkit-text-stroke: 3px white;
}
.accordion .card .card-header a[aria-expanded="true"]:before {
  content: "\f068";
  -webkit-text-stroke: 3px white;
}
.accordion .card .card-header a:before {
  position: absolute;
  right: 7px;
  top: 0;
  font-size: 18px;
  display: block;
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-size: 1.4rem;
  color: #b3b3b3;
}
.accordion .card .card-body h5 {
  font-weight: 700;
  padding-top: 2rem;
  width: 100%;
}
.pdf-wrapper {
  text-decoration: none;
  color: #000;
  font-size: 1.08rem;
}
.pdf-wrapper:hover {
  text-decoration: none;
  color: #00956b;
  font-size: 1.08rem;
}
.pdf-wrapper img {
  margin: auto;
  width: 30px;
  height: 30px;
}
.pdf-wrapper i {
  font-size: 2rem !important;
}
.team-wrapper {
  padding: 0 10rem;
}
.team-card {
  background: 0 0;
  cursor: pointer;
  width: 76%;
  margin: auto;
}
.team-card .card-header {
  background: 0 0;
  border: none;
  padding: 0;
}



.team-card .card-body {
  background: #fff;
  border: none;
  height: 152px;
  padding: 1.5rem 1rem;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.team-card .card-body h1 {
  font-family: Metropolis-SemiBold;
  color: #000;
  font-size: 1.2rem;
}
.team-card .card-body h2 {
  font-family: Metropolis-Regular;
  color: #7a7a86;
  font-size: 1rem;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}
.modal-body {
  padding: 0;
}
.modal-body h2 {
  font-family: Metropolis-Regular;
  color: #009367;
  font-size: 1rem;
}
.modal-dialog {
  max-width: 100% !important;
  height: 100vh !important;
  /*position: fixed;*/
  margin: 0 !important;
  padding: 0px !important;
}
.modal-dialog-centered {
  min-height: calc(100% - 3.5rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
  margin: auto !important;
}
.team-modal-width {
  width: 100% !important;
  margin: auto;
  /*height: 100vh;*/
  overflow: hidden;
}
.team-modal-content {
  padding: 5rem 2rem 0 !important;
  /*text-align: justify;*/
}

.team-modal-width .modal-body {
  overflow-y: auto;
  height: 100vh;
}

.team-modal-content p {
 font-size: 14px;
}
.team-modal-content-wrapper {
  padding: 0 !important;
}
.team-info-header {
  position: sticky;
  background: #fff;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e9e9e9;
  top: 0;
}
.img-fluid-team {
  max-width: 100%;
  height: auto;
}
.blur-team-bg {
  width: 650px;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  min-height: 100vh;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 35px;
  font-weight: lighter;
  color: #fff;
  position: absolute;
  top: 0;
  right: 22px;
}
.left-arrow-close {
  width: 30%;
  position: absolute;
  text-align: center;
  top: 45%;
  left: 36%;
}
.modal-inner-member {
  position: absolute;
  top: 16%;
  left: 17%;
}
.blur-team-bg {
  width: 650px;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  min-height: 100vh;
}
.modal-inner-member {
  position: absolute;
  top: 16%;
  left: 17%;
}
ol[class*="list-number-"] li {
  margin-top: 1rem;
  margin-left: 0.5rem;
}
ol[class*="list-number-"] li:before {
  list-style-type: decimal;
  margin-right: 1em;
  position: absolute;
  left: 0;
  font-size: 2em;
  line-height: 0.9em;
}
.list-number-green li:before {
  list-style-type: decimal;
  color: #00956b;
}
.list-number-black li:before {
  color: #000;
}
ol .list-number-green {
  list-style-type: decimal !important;
}
ul[class*="list-bullet-"] li {
  margin-top: 1rem;
  margin-left: 0.5rem;
}
ul[class*="list-bullet-"] li:before {
  content: "• ";
  margin-right: 1em;
  position: absolute;
  left: 0;
  font-size: 2em;
  line-height: 0.9em;
}
.list-bullet-green li:before {
  color: #00956b;
}
.list-bullet-black li:before {
  color: #000;
}
ul[class*="circle-check-"] li {
  margin-top: 1rem;
  margin-left: 1rem;
  font-size: 1.5rem;
}
ul[class*="circle-check-"] li h4 {
  font-size: 1.2rem;
  line-height: 1.85;
}
ul[class*="circle-check-"] li:before {
  font-family: FontAwesome;
  content: "\f058 ";
  margin-right: em;
  position: absolute;
  left: 0;
  font-size: 0.9em !important;
  line-height: -0.1em;
}
.circle-check-blue li:before {
  color: #004278;
}

.circle-check-black li:before {
  color: #000;
  font-size: 16px;
}
ul.circle-check-green li:before {
  margin-left: -1rem;
  margin-top: -0.1rem;
}
.circle-check-green li:before {
  color: #00956b;
}
.circle-check-blue p {
  color: #6a6a6a;
  font-size: 1rem;
}
.about-us-header {
  background: #fafafa;
  min-height: 100vh;
  background: url("../images/about-us-banner.png") no-repeat;
  background-size: auto;
  background-position: top;
}
.about-us-section h2 {
  color: #000;
  font-size: 3rem;
}
.about-us-app-section .desktop-mockup {
  position: absolute;
}
.about-us-app-section .mobile-mockup {
  position: absolute;
  right: 20%;
  bottom: -53%;
}
.about-us-header-container {
  width: 70%;
  margin: auto;
  height: 200px;
  display: block;
}
.about-us-header h1 {
  font-family: Metropolis-SemiBold;
  text-align: center;
  white-space: normal;
  font-size: 3rem;
}
.about-us-header h3 {
  font-family: Metropolis-Medium;
  color: #00956b;
  white-space: normal;
  text-align: center;
  font-size: 2rem;
}
.about-us-app-section {
  background: #f7f7f7;
  min-height: 500px;
}
.about-us-app-section h2 {
  font-family: Metropolis-SemiBold;
  color: #000;
  font-size: 3rem;
}
.about-us-app-section p {
  color: #777683;
}
.about-us-timeline-section {
  background-color: #fff;
}
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  content: "mobile";
  display: none;
}
.cd-horizontal-timeline.loaded {
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}
.cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  width: 100%;
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #00956b;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #00956b;
  border-color: #00956b;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #00956b;
  border-color: #00956b;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #00956b;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    content: "desktop";
  }
}
.cd-timeline-navigation a {
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  content: "?";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("../images/icons/right-arrow.png") no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #00956b;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}
.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-left,
.cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content li ol {
  display: block;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: 700;
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: "- ";
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}
.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
 
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
table {
  border: 1px solid #d7d7d7;
}
.table-bordered td {
  border: none !important;
}
.table-bordered th {
  border-bottom: 1px solid #d7d7d7 !important;
}
.no-padding {
  padding: 0;
}
.branch-container h1 {
  padding-left: 60px;
  font-size: 1em;
}
.location-div {
  height: 63vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: thin;
  padding: 1rem;
}
.location-div::-webkit-scrollbar {
  display: none;
}
.location-wrap {
  padding: 20px 40px;
  background-color: #fff;
  max-height: 76vh;
  overflow: hidden;
}
.scroll-btn {
  text-align: right;
  padding: 10px;
  color: #183969;
  font-weight: 600;
  margin-bottom: 0;
}
.back-btn {
  text-align: right;
  padding: 10px;
  display: none;
  color: #183969;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0;
}
.back-btn i {
  padding-right: 10px;
}
.location-wrap select {
  -webkit-appearance: none;
  border: 1px solid #7eaad0;
  color: #1a52a2;
}
.select-wrap {
  position: relative;
}
.select-wrap:after {
  position: absolute;
  top: 16px;
  right: 20px;
  content: "";
  background-image: url(../images/arrow.png);
  width: 11px;
  height: 7px;
}
.branch-container .header {
  padding-top: 75px;
  background-color: #183969;
}
.map-section {
  background-color: #fff;
}
#map {
  height: 76vh;
}
.location-top-banner {
  height: 60vh;
  background-image: -moz-linear-gradient(120deg, #33326f 0, #093c66 100%);
  background-image: -webkit-linear-gradient(120deg, #33326f 0, #093c66 100%);
  background-image: -ms-linear-gradient(120deg, #33326f 0, #093c66 100%);
  position: relative;
}
.location-top-banner .left-sec {
  padding: 100px 115px 0;
}
.location-container {
  padding: 30px 100px;
  margin-top: -370px;
}
.location-box {
  /*height: 145px;*/
  background-color: #f4f4f5;
  padding: 25px;
  border-radius: 10px;
  display: block;
  box-shadow: 1px 1px 7px 0 rgb(0 0 0 / 8%);
  margin: 20px 0;
  color: #91929d;
  cursor: pointer;
}

.location-box:last-child {
 margin-bottom: 10rem;
}
.address {
  margin-left: 15px;
}
.location-box h6.city-name {
  font-size: 17px;
  color: #000;
  font-weight: 600;
  line-height: 18px;
}
.location-box p.state-name {
  font-size: 14px;
  color: #009266;
  font-weight: 500;
  line-height: 12px;
}
p.building-address {
  font-size: 14px;
  color: #91929d;
  line-height: 18px;
}
.location-page-sec {
  height: 650px;
  background-color: #f6f7fc;
}
.location-modal {
  text-align: left;
  width: 100%;
  padding-bottom: 20px;
}
.btn.location-modal:focus {
  box-shadow: none;
}
.career-sec-1 {
  background: #f6f7fc;
}
.career-sec-1 img {
  margin: auto;
}
.career-sec-1 h2 {
  color: #000;
  text-align: center;
}
.career-sec-1 h5 {
  color: #000;
  font-weight: 700;
  text-align: center;
}
.career-sec-1 p {
  text-align: center;
}
.career-sec-2 {
  background: url("../images/career-quote.png") no-repeat;
  background-position-x: right;
  background-position-y: top;
  min-height: 500px;
}
.career-sec-2 h2 {
  color: #000;
}
.mitc-section {
  padding-bottom: 1rem;
}
.csr-section {
  margin-top: 2rem;
}
.csr-section h1 {
  text-align: center;
  font-weight: bolder;
  font-size: 3rem;
}
.csr-section h6 {
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  color: #a9a9a9;
}
.csr-section h5 {
  text-align: left;
  font-weight: 700;
  font-size: 1.2rem;
  color: #000;
}
.csr-section .modal-content {
  background: 0 0;
}
.filter-btn-row a {
  border-radius: 20px;
  border: 1px solid #0d2c4a;
  margin: 0 0.2rem;
  padding: 0 2rem;
  color: #0d2c4a;
}
.csr-card {
  border-radius: 10px;
}
.csr-card p {
  color: #565d5a;
}
.csr-spacing {
  margin-top: 2rem;
  padding: 2.7rem;
}
.card-img-top {
  width: 100%;
}
.card-block {
  padding: 1rem 0 0;
}
.csr-date {
  color: #959595;
  float: left;
}
.csr-readmore {
  float: left;
}
.csr-readmore a {
  color: #565d5a;
}
.filter-btn .selected{
  background-color: red !important;
}


.filter-btn-row a .selected {
   background-color: red !important;
}

.csr-card .card-footer {
  padding: 0 !important;
  border: none;
  background: #fff;
}
.csr-card .card-title a {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  text-decoration: none;
}
.label-csr {
  border-radius: 10px;
  font-size: 16px;
  top: 2%;
  color: #626262;
}
.banner-desktop {
  display: block;
  margin-top: 4%;
}
.banner-mobile {
  display: none;
}
@media screen and (max-width: 1700px) {
  .popup-modal{
    width: 70%;
  margin: auto;
  top: 17%;
}
  .carousel-item .banner-1 {
    background: url("../images/homepage-banner/banner-1-sm.webp") no-repeat;
    height: 100vh;
  }
  .carousel-item .banner-2 {
    background: url("../images/homepage-banner/banner-2-sm.webp") no-repeat;
    height: 100vh;
  }
  .carousel-item .banner-3 {
    background: url("../images/homepage-banner/banner-3-sm.webp") no-repeat;
    height: 100vh;
  }

    .carousel-item .banner-plr {
  background: url("../images/homepage-banner/plr-banner-sm.png") no-repeat;
  height: 100vh;
}
  .carousel-caption h2 {
    font-family: Metropolis-Regular;
    font-size: 3rem;
    color: #000;
  }
  ul.circle-check-green li {
    margin-left: 0.4rem;
  }
  ul.circle-check-green li:before {
    margin-left: -1rem;
    font-size: 10px;
    font-size: 0.6em !important;
    margin-top: -4px;
  }
  .testimonial-product h4 {
    font-family: Metropolis-SemiBold;
    font-size: 1.6rem;
  }
  .testimonial-product p {
    font-size: 1.4rem;
  }
  .testimonial-product ul li p {
    position: relative;
    font-size: 1rem;
    top: -6px;
  }
  .testimonial-product ul li span {
    font-family: Metropolis-SemiBold;
    font-size: 1rem;
  }
  .team-card .card-body h1 {
    font-family: Metropolis-SemiBold;
    color: #000;
    font-size: 1.1rem;
  }
  .team-card .card-body h2 {
    font-family: Metropolis-Regular;
    color: #7a7a86;
    font-size: 14px;
  }
  .team-modal-width {
    width: 100% !important;
    margin: auto;
    /*height: 100vh;*/
    overflow: hidden;
  }
  .team-modal-content {
    padding-top: 5rem;
  }
  .team-modal-content-wrapper {
    padding: 0 !important;
  }
  .about-us-app-section .mobile-mockup {
    position: absolute;
    right: -4%;
    bottom: -17%;
  }
}
@media screen and (max-width: 1500px) {
  .popup-modal{
    width: 70%;
  margin: auto;
  top: 20%;
}
  .team-modal-width {
    width: 100% !important;
    margin: auto;
    /*height: 100vh;*/
    overflow: hidden;
  }
  .team-modal-content-wrapper {
    padding: 6rem !important;
  }
}


@media screen and (min-width: 1100px) {

    .popup-modal{
    width: 75%;
  margin: auto;
  top: 5%;
}
  .modal-body p{
  font-size: 13px;
}

}


@media screen and (max-width: 1500px) {

 
  .carousel-item .banner-1 {
    background: url("../images/homepage-banner/banner-1-md.webp") no-repeat;
    height: 100vh;
  }
  .carousel-item .banner-2 {
    background: url("../images/homepage-banner/banner-2-md.webp") no-repeat;
    height: 100vh;
  }
  .carousel-item .banner-3 {
    background: url("../images/homepage-banner/banner-3-md.webp") no-repeat;
    height: 100vh;
  }

    .carousel-item .banner-plr {
  background: url("../images/homepage-banner/plr-banner-md.png") no-repeat;
  height: 100vh;
}
  .carousel-section .form-container {
    -webkit-box-shadow: -1px 2px 28px -3px rgba(0, 0, 0, 0.73);
    box-shadow: -1px 2px 28px -3px rgba(0, 0, 0, 0.73);
    z-index: 88;
    width: 400px;
    height: 490px;
    border-radius: 10px;
    position: absolute;
    right: 60px;
    top: 114px;
    background-color: rgba(255, 255, 255, 0.5);
  }
    .testimonial-container {
  height: 50vh !important;
}
  .carousel-section .form-container .btn {
    width: 100%;
    background: #00497c;
    color: #fff;
    border: none;
  }
  .carousel-caption {
    width: 40%;
    padding: 2rem;
    text-align: left;
    top: 27%;
    left: 3%;
    transform: translateY(-50%);
    height: 35vh;
    border-radius: 10px;
  }
  .carousel-caption h2 {
    font-family: Metropolis-Regular;
    font-size: 2.4rem;
    color: #000;
  }
  .carousel-caption h4 {
    font-family: Metropolis-Medium;
    font-size: 1.2rem;
    color: #1e1e1e;
  }
  .carousel-caption .btn-outline-primary {
    color: #00497c;
    border-color: #00497c;
  }
  .testimonial-product {
    padding: 0 !important;
    min-height: 460px;
    background: #fff;
    position: relative;
    transform: scale(0.8);
    padding-top: 100px;
    margin-top: 0 !important;
    transition: all 0.3s linear;
    border-radius: 4px;
    border-radius: 20px;
  }
  .testimonial-product h4 {
    font-family: Metropolis-SemiBold;
    font-size: 1.3rem;
  }
  .app-section h2 {
    font-family: Metropolis-SemiBold;
    text-align: right;
    font-size: 2.5rem;
    color: #10375c;
  }
  .tabs nav {
    width: 65%;
    margin: auto;
  }
  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .card:first-child {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-top: 1px solid #b3b3b3;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .card .card-title {
    color: #000;
    margin-bottom: 0.625rem;
    text-transform: capitalize;
    font-size: 0.875rem;
    font-weight: 500;
  }
  .card .card-description {
    margin-bottom: 0.875rem;
    font-weight: 400;
    color: #76838f;
  }
  .accordion .card {
    margin: 0;
    border-bottom: 1px solid #b3b3b3;
    border-collapse: collapse;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 1.25rem;
  }
  .accordion .card .card-header {
    background-color: transparent;
    border: none;
    padding: 1.4rem;
    cursor: pointer;
  }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }
  .accordion .card .card-header * {
    font-weight: 400;
    font-size: 1rem;
  }
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }
  .accordion .card .card-header a {
    display: block;
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    position: relative;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    padding-right: 1.5rem;
  }
  .accordion .card .card-header * {
    font-weight: 500;
    font-size: 1.2rem;
    color: #004278;
  }
  .accordion .card .card-header a[aria-expanded="false"]:before {
    content: "\f067";
    -webkit-text-stroke: 2px white;
  }
  .accordion .card .card-header a[aria-expanded="true"]:before {
    content: "\f068";
    -webkit-text-stroke: 2px white;
  }
  .accordion .card .card-header a:before {
    position: absolute;
    right: 7px;
    top: 0;
    font-size: 18px;
    display: block;
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-size: 0.756em;
    color: #405189;
  }
  .accordion .card .card-body h5 {
    font-weight: 700;
    padding-top: 2rem;
  }
  .pdf-wrapper {
    text-decoration: none;
    color: #000;
    font-size: 1.08rem;
  }
  .pdf-wrapper:hover {
    text-decoration: none;
    color: #00956b;
    font-size: 1.08rem;
  }
  .pdf-wrapper img {
    margin: auto;
    width: 30px;
    height: 30px;
  }
  .pdf-wrapper i {
    font-size: 2rem !important;
  }
  .content-wrapper {
    padding: 3rem 6rem;
  }
  .content-wrapper p {
    font-size: 0.9rem;
  }
  ul[class*="list-bullet-"] li {
  font-size: 0.9rem !important;

}
  .home-loan-hero-section {
    background: url("../images/product-background.jpg") no-repeat;
    padding: 30px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 50vh;
  }
  .home-loan-hero-section h1 {
    margin-top: 9%;
    padding: 3%;
    color: #fff;
    font-size: 3rem;
  }
  .home-loan-section h1 {
    font-family: Metropolis-SemiBold;
    color: #004278;
    font-size: 2rem;
    text-align: center;
  }
  .home-loan-section h3 {
    font-family: Metropolis-Medium;
    color: #004278;
    font-size: 1.8rem;
    text-align: center;
  }
  .home-loan-section p {
    color: #6a6a6a;
  }
  .home-loan-section h5 {
    font-family: Metropolis-SemiBold;
    color: #000;
    font-size: 1rem;
    text-align: center;
    margin-top: 2rem;
  }
  .home-loan-section h6 {
    font-family: Metropolis-SemiBold;
    color: #000;
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }
  .home-loan-section .features-section {
    border-right: 1px solid #6a6a6a;
    text-align: center;
  }
  .card-container {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px 8px #d0d0d0;
  }
  .card-container .content-header {
    border-bottom: 1px solid #eaeaea;
  }
  .card-container .content-header h4 {
    font-family: Metropolis-SemiBold;
    padding: 0 !important;
    color: #000;
    text-align: center;
  }
  .card-container .content-header p {
    color: #6a6a6a;
    text-align: center;
  }
  .card-content {
    text-align: justify;
    color: #000;
    padding: 1rem 0;
  }
  .card-content .right-border {
    border-right: 1px solid #eaeaea;
  }
  .card-content .stats h4 {
    font-family: Metropolis-SemiBold;
    padding: 0 !important;
    color: #000;
    text-align: center;
  }
  .investor-grievance-hero-section {
    background: url("../images/product-background.jpg") no-repeat;
    padding: 30px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 50vh;
  }
  .investor-grievance-section h2 {
    font-family: Metropolis-SemiBold;
    color: #004278;
    font-size: 1.38rem;
  }
  .investor-grievance-footer {
    margin-top: 5rem;
  }
  .investor-grievance-footer p {
    text-align: center;
    color: #004278;
  }
  .investor-grievance-footer a {
    text-align: center;
    font-weight: 700;
    color: #00956b;
  }
  .team-wrapper {
    padding: 0 2rem;
  }
  .team-modal-width {
    width: 100% !important;
    margin: auto;
    /*height: 100vh;*/
    overflow: hidden;
  }
  .team-modal-content-wrapper {
    padding: 0 !important;
  }
  .team-info-header {
    position: sticky;
    background: #fff;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e9e9e9;
    top: 0;
  }
  .team-card .card-body h1 {
    font-family: Metropolis-SemiBold;
    color: #000;
    font-size: 1.1rem;
  }
  .team-card .card-body h2 {
    font-family: Metropolis-Regular;
    color: #7a7a86;
    font-size: 15px;
  }
  .location-box h6.city-name {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    line-height: 18px;
  }
  p.building-address {
    font-size: 13px;
    color: #91929d;
    line-height: 18px;
  }
}






@media screen and (max-width: 1300px) {

  .popup-modal{
    width: 75%;
  margin: auto;
  top: 5%;
}
  .modal-body p{
  font-size: 12px;
}
  .team-modal-width {
    width: 100% !important;
    margin: auto;
    /*height: 100vh;*/
    overflow: hidden;
  }

}
@media screen and (max-width: 500px) {

   .popup-modal {
  width: 95%;
  margin: auto;
  top: 5%;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: bold;
}


h1{
  font-size: 1.5rem;
}

.modal-body{
  overflow-y: scroll;
  height: 47vh;
}
.modal-body p{
  font-size: 0.9rem;
}


.team-modal-width .modal-body{
  overflow-y: scroll;
  height: 100vh;
}

  .carousel-caption h1 {
  font-family: Metropolis-SemiBold;
  font-size: 2rem;
  color: #000;
}

  .carousel-item .banner-1 {
    background: url("../images/homepage-banner/banner-1-xs.webp") no-repeat;
    height: 100vh;
  }
  .carousel-item .banner-2 {
    background: url("../images/homepage-banner/banner-2-xs.webp") no-repeat;
    height: 100vh;
  }
  .carousel-item .banner-3 {
    background: url("../images/homepage-banner/banner-3-xs.webp") no-repeat;
    height: 100vh;
  }
    .carousel-item .banner-plr {
  background: url("../images/homepage-banner/plr-banner-xs.png") no-repeat;
  height: 100vh;
}

 .carousel-item h5{
  font-size: 0.9rem;
  width: 90%;
  font-weight: bold;
}

.carousel-item p{
  font-size: 0.7rem !important;
  text-align: justify;
  width: 83%;
}
  .carousel-caption {
    width: 100%;
    padding: 2rem 1rem;
    text-align: left;
    top: 17%;
    left: 3%;
    transform: translateY(-50%);
    height: 35vh;
    border-radius: 10px;
  }
  .carousel-caption h2 {
    font-family: Metropolis-Regular;
    font-size: 1.8rem;
    color: #000;
  }
  .counter-section {
    padding-top: 0;
    padding-bottom: 7rem;
  }
  .intro-container {
    background-color: #009367;
    padding: 1rem;
    border-radius: 10px;
    color: #fff;
  }
  .intro-container h2 {
    color: #fff;
    font-size: 2rem;
    padding-bottom: 1rem;
  }
  .product-area {
    background: #fff;
    padding: 2rem 1rem;
  }
  .content-wrapper {
    padding: 1rem 2rem;
  }
  .counter-box h2,
  span {
    display: inline-block;
    margin: 0;
    font-size: 1.5rem;
    color: #000;
  }
  .counter-box h4 {
    font-family: Metropolis-Medium;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .app-section h2 {
    font-family: Metropolis-SemiBold;
    text-align: left;
    font-size: 2rem;
    color: #10375c;
  }
  section[class*="hero-section-"] {
    padding: 30px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 35vh;
  }
  section[class*="hero-section-"] h1 {
    margin-top: 30%;
    padding: 3.5%;
    color: #fff;
    font-size: 2rem;
  }

  .tabs nav {
    width: 100%;
    margin: auto;
    padding: 0.8rem;
  }
  .tab-content {
    margin-top: 0;
  }
  .tab-content p {
    font-size: 0.8rem;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 1.25rem;
    padding: 0;
  }
  .grievance-redressal-mechanism-hero-section h1 {
    margin-top: 40%;
    padding: 3%;
    color: #fff;
    font-size: 1.8rem;
  }
  .view {
    width: 100%;
  }
  .slick-prev {
    position: absolute;
    left: 3%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  }
  .slick-next {
    position: absolute;
    right: 3% !important;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  }
  ul.slick-dots li button {
    font-size: 0;
    height: 10px;
    width: 10px;
    padding: 0;
    border-radius: 100px;
    border: 0;
    background: #00956b;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: none;
  }
  section[class*="hero-section-"] {
    padding: 30px 0;
    background-size: auto;
    background-position: top;
    background-attachment: fixed;
    height: 240px;
  }
  section[class*="hero-section-"] h1 {
    margin-top: 20%;
    padding: 3%;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
  }
  .hero-section-financial-results {
    background: url("../images/hero-banner/Financial-Reports-mobile.webp")
      no-repeat;
  }
  .hero-section-grievance-redressal-mechanism {
    background: url("../images/hero-banner/Grievance-Mechanism-mobile.webp")
      no-repeat;
  }
  .hero-section-investor-grievance {
    background: url("../images/hero-banner/investor-grievance1-mobile.webp")
      no-repeat;
  }
  .hero-section-policies {
    background: url("../images/hero-banner/Policy-mobile.webp") no-repeat;
  }
  .hero-section-rating {
    background: url("../images/hero-banner/rating-hero-mobile.webp") no-repeat;
  }
  .hero-section-notices-disclosures {
    background: url("../images/hero-banner/Notices-&-Disclosures-mobile.webp")
      no-repeat;
  }
  .hero-section-faq {
    background: url("../images/hero-banner/faq-mobile.webp") no-repeat;
  }
  .hero-section-faq-restructuring {
    background: url("../images/hero-banner/policies-mobile.webp") no-repeat;
  }
  .hero-section-faq-restructuring {
    background: url("../images/hero-banner/policies-mobile.webp") no-repeat;
  }
  .hero-section-intimation-stock-exchange {
    background: url("../images/hero-banner/Intimation-To-Stock-Exchange-mobile.webp")
      no-repeat;
  }
  .hero-section-contact-us {
    background: url("../images/hero-banner/Contact-Us-mobile.webp") no-repeat;
  }
  .hero-section-careers {
    background: url("../images/hero-banner/Contact-Us-mobile.webp") no-repeat;
  }
  .hero-section-team {
    background: url("../images/hero-banner/Team-mobile1.webp") no-repeat;
  }
  .hero-section-mitc {
    background: url("../images/hero-banner/mitc-mobile.webp") no-repeat;
  }
  .hero-section-eclgs {
    background: url("../images/hero-banner/eclgs-mobile.webp") no-repeat;
  }
  .hero-section-csr {
    background: url("../images/hero-banner/CSR.webp") no-repeat;
  }
  .hero-section-branch-locator {
    background: url("../images/hero-banner/Branch-Locator-mobile.webp")
      no-repeat;
  }
  .hero-section-t-c {
    background: url("../images/hero-banner/terms-conditions-mobile.webp")
      no-repeat;
  }
  .policies-section p {
    font-size: 0.9rem;
  }
  .contact-us-section {
    background-color: #f7f7f7;
    padding: 1.2rem !important;
  }
  .about-us-header {
    background: #fafafa;
    min-height: 53vh;
    background: url("../images/about-us-banner.png") no-repeat;
  }
  .about-us-header h1 {
    font-family: Metropolis-SemiBold;
    text-align: center;
    white-space: normal;
    font-size: 1.5rem;
  }
  .about-us-app-section .desktop-mockup {
    position: absolute;
  }
  .about-us-app-section .mobile-mockup {
    position: relative;
    width: 25%;
    right: 10%;
    bottom: -28%;
    left: 78%;
  }
  .about-us-app-section h2 {
    font-family: Metropolis-SemiBold;
    color: #000;
    font-size: 2rem;
    margin-top: 2rem;
  }
  .about-us-section h2 {
    color: #000;
    font-size: 2rem;
  }
  .p-sm-5 {
    padding: 2rem 1rem !important;
  }

  .tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #3d3d3d;
  font-size: 10px;
}

 .team-card .card-body h1 {
    font-family: Metropolis-SemiBold;
    color: #000;
    font-size: 0.8rem;
  }


.nav-link {
  display: block;
  padding: 0.5rem 0.2rem;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  color: black;
  font-size: 10px;
}
.nav-tabs .nav-link.active, .tabs .nav-tabs .nav-item.show .nav-link {
  color: #00956b !important;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 4px solid !important;
  font-size: 10px;
  font-weight: initial !important;
}
  .team-card .card-body h2 {
  font-family: Metropolis-Regular;
  color: #7a7a86;
  font-size: 11px;
}
  .team-wrapper {
    padding: 0;
    margin: auto;
  }
  .team-card .card-body {
  background: #fff;
  border: none;
  height: 120px;
  padding: 1rem 0.5rem;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
  .team-card {
    background: 0 0;
    cursor: pointer;
    width: 100%;
    margin: auto;
  }
  .modal-lg {
    max-width: 94.5%;
  }
  .modal-padding {
    padding: 0.5rem;
  }
  .profile-float-right {
    float: none;
  }
  .team-modal-width {
    width: 100% !important;
    margin: auto;
    /*height: 100vh;*/
    overflow: hidden;
    border-radius: 0;
    left: 0;
  }
  .modal-dialog {
    max-width: 100% !important;
    padding-top: 0;
  }
  .team-modal-content-wrapper {
    padding: 0.2rem !important;
    overflow-y: scroll;
  }
  .left-arrow-close {
    width: 30%;
    position: absolute;
    text-align: center;
    top: 41%;
    left: 45%;
  }
  .team-modal-content {
    padding: 0 1.5rem 0 !important;
    max-height: 60vh;
    overflow-y: scroll !important;
    font-size: 14px;
  }
  .team-info-header {
    position: sticky;
    background: #fff;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e9e9e9;
    top: 0;
  }
  .modal-inner-member {
    position: absolute;
    top: 16%;
    left: 23%;
  }
  .img-fluid-team {
    max-width: 50%;
    height: auto;
  }
  .blur-team-bg {
    width: 650px;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 40vh;
  }
  .banner-desktop {
    display: none;
  }
  .banner-mobile {
    display: block;
    margin-top: 14%;
  }
  .home-loan-section .features-section {
    border-right: none !important;
    text-align: center;
  }
  .breakup {
    width: 100%;
    margin-top: 22%;
  }
  #price {
    color: #130f31;
    font-size: 16px; 
  }
  #price-container::before {
    font-family: Metropolis-SemiBold;
    content: "Monthly Home Loan EMI";
    color: #000;
    font-size: 0.8rem;
    display: block;
  }
  #map {
  height: 76vh;
  margin-top: 3rem;
}

.location-wrap {
  padding: 0px;
  background-color: #fff;
  max-height: 76vh;
  overflow: hidden;
}

p.building-address {
  font-size: 12px;
  color: #91929d;
  line-height: 18px;
}
.location-box h6.city-name {
  font-size: 13px;
  color: #000;
  font-weight: 600;
  line-height: 18px;
}


.filter-btn-row a {
  border-radius: 20px;
  border: 1px solid #0d2c4a;
  margin: 0 0.2rem;
  padding: 0 2rem;
  color: #0d2c4a;
  width: 100%;
  margin: 0.35rem;
}
h2 {
  font-family: Metropolis-SemiBold;
  color: #00497c;
  font-size: 1.5rem;
}
.csr-section h1 {
  text-align: center;
  font-weight: bolder;
  font-size: 1.5rem;
}

.selected-category{
    background-color:#0d2c4a;
    color: #fff !important;
  }
}


.partner-card{
  background-color: #F9FAFB;
  height: 350px;
  border-radius: 10px;
  text-align: center;
  padding: 2rem;
}

.partner-card a{
  text-decoration: none;
}



.partner-card h2{
/*  padding-top: 20%;*/
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.partner-card i{
  color: #767676;
}



.partner-card img{
/*  margin-top: 20%;*/
width: 70%;
margin:auto;
}



.partner-card svg{
  /*width: 55px;
  height: 55px;*/
  width: 40px;
  height: 40px;
}

.partner-card .icons{
  margin-top: 10%;
  padding-left: 8%;

}



/*top tooltip*/
.tooltip.top > .tooltip-arrow {
  border-top-color: dodgerblue;
      position: absolute;
    will-change: transform;
    top: -38px;
    left: -5px;
    transform: translate3d(340px, 802px, 0px);
}


@media only screen and (max-width: 1400px){
  .partner-card{
  background-color: #F9FAFB;
  height: 300px;
  border-radius: 10px;
  text-align: center;
  padding: 2rem;
}
.partner-card h2{
/*  padding-top: 20%;*/
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
} 