@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* // Color */
/* // fonts */
/* Line Height */
/* // padding */
/* // margin */
/* // font-weight */
/* text-transform */
/* Font Size  */
body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  background-color: #fff;
  box-sizing: border-box;
  line-height: 160%;
  position: relative;
  top: 0px !important;
}

a,
.button,
button {
  text-decoration: none !important;
  outline: none !important;
  transition: 0.3s;
}

a:focus,
.button:focus,
button:focus {
  text-decoration: none !important;
  outline: none !important;
}

a:focus,
a:hover {
  text-decoration: none !important;
  outline: none !important;
}

a,
button {
  outline: medium none;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.img-rounded {
  border-radius: 40px;
}

.ptb_50 {
  padding: 50px 0;
}

.ptb_last_50 {
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .ptb_md_last_50 {
    padding-bottom: 50px;
  }
}

.bg-secondary-clr {
  background: #F9FBFF;
}

.btn_cta {
  border: none;
  padding: 6px 20px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  background-size: 200%;
  transition: 0.8s;
  background-image: linear-gradient(to left, #344A8C, #405AAC, #344A8C);
  background-position: right;
}
.btn_cta:hover {
  background-position: left;
  color: #fff;
}
@media (max-width: 768px) {
  .btn_cta {
    font-size: 15px;
  }
}

.scroll-section {
  --scrollbarBG: #344a8c;
  --thumbBG: #c02223;
  overflow-y: scroll;
  max-height: 450px;
  height: 100%;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.scroll-section::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.scroll-section::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}
.scroll-section::-webkit-scrollbar {
  width: 11px;
}
@media (max-width: 768px) {
  .scroll-section {
    max-height: 80%;
    overflow-y: scroll;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  .scroll-section {
    max-height: 100%;
    overflow-y: scroll;
    padding-right: 15px;
  }
}

#whatsappFloat {
  bottom: 15px;
  position: fixed;
  left: 15px;
  z-index: 100;
}

#whatsappFloat .btn-cta {
  font-size: 25px;
  position: relative;
  display: block;
  margin: 10px auto 0 0px;
  left: 5px;
  width: 40px;
  height: 40px;
  color: #fff;
  transition: transform 0.3s, opacity 0.1s;
  text-align: center;
  border-radius: 50%;
  background: #28D146;
  padding-top: 5px;
}

#whatsappFloat .btn-cta:hover {
  background: #21B03B;
  color: #fbfbfb;
}

#whatsappFloat .btn-cta span {
  font-size: 18px;
}

header .sec-full p {
  color: #fff;
  background-color: #344A8C;
  margin: 0;
  font-size: 15px;
  text-align: center;
  padding: 10px 0;
}

#top-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 100%;
}
#top-header .sec-lft {
  background: #344A8C;
  padding: 15px;
  width: 35%;
  position: relative;
}
#top-header .sec-lft p {
  margin: 0;
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
}
#top-header .sec-lft .shape {
  position: absolute;
  display: block;
  width: 50px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: #344A8C;
  transform-origin: bottom left;
  transform: skew(-30deg, 0deg);
  right: 0px;
}
#top-header .sec-rgt {
  background: #C02223;
  padding: 15px;
  width: 65%;
}
#top-header .sec-rgt ul {
  display: flex;
  flex-direction: row;
  justify-content: end;
  flex-wrap: wrap;
  padding-left: 15px;
}
#top-header .sec-rgt ul li a {
  color: #fff;
  text-decoration: none;
  margin: 15px;
  font-weight: 400;
  font-size: 15px;
}

.logo {
  width: 230px;
}
@media (max-width: 768px) {
  .logo {
    width: 180px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .logo {
    width: 170px !important;
  }
}

body.act_home li.act_home a,
body.act_aboutus li.act_aboutus a,
body.act_downloadforms li.act_downloadforms a,
body.act_annualreport li.act_annualreport a,
body.act_branchlocator li.act_branchlocator a,
body.act_faqs li.act_faqs a,
body.act_careers li.act_careers a,
body.act_gallery li.act_gallery a,
body.act_applynow li.act_applynow a,
body.act_contactus li.act_contactus a {
  color: #ffc147 !important;
  text-decoration: underline;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.navbar-nav .nav-item {
  font-size: 17px !important;
}
@media (min-width: 992px) and (max-width: 1250px) {
  .navbar-nav .nav-item {
    font-size: 15px !important;
  }
  .navbar-nav .nav-item .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
    padding: 2px;
  }
}

#mid-header .navbar-nav li {
  color: #242424;
  font-size: 15px;
  margin: 0 5px;
}

#header {
  position: relative;
  z-index: 10000001;
}
#header .sec-full {
  background-color: #344A8C;
  color: #fff;
}
#header .sec-full p {
  font-size: 15px;
  text-align: center;
  margin: 0;
}
#header #top-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 100%;
}
#header #top-header .sec-lft {
  background: #344A8C;
  padding: 15px;
  width: 35%;
  position: relative;
}
@media (max-width: 991px) and (min-width: 768) {
  #header #top-header .sec-lft {
    width: 100% !important;
  }
}
#header #top-header .sec-lft p {
  margin: 0;
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
}
#header #top-header .sec-lft .shape {
  position: absolute;
  display: block;
  width: 50px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: #344A8C;
  transform-origin: bottom left;
  transform: skew(-30deg, 0deg);
  right: 0px;
}
#header #top-header .sec-rgt {
  background: #C02223;
  padding: 10px;
  width: 65%;
}
@media (max-width: 991px) and (min-width: 768) {
  #header #top-header .sec-rgt {
    width: 100% !important;
  }
}
#header #top-header .sec-rgt ul {
  display: flex;
  flex-direction: row;
  justify-content: end;
  flex-wrap: wrap;
  padding-left: 15px;
}
#header #top-header .sec-rgt ul li a {
  color: #fff;
  text-decoration: none;
  margin: 7px;
  font-weight: 400;
  font-size: 15px;
}
@media (max-width: 1199px) {
  #header #top-header .sec-rgt ul li a {
    margin: 5px;
    font-size: 13px;
  }
}
@media (max-width: 991px) and (min-width: 768) {
  #header #top-header .sec-rgt ul li a {
    font-size: 13px;
  }
}
#header #top-header .sec-rgt ul li select {
  background-color: #C02223;
  color: #fff !important;
  border: 0px;
  box-shadow: none;
  padding: 2px 0 0;
  font-size: 15px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  #header #top-header .sec-rgt ul li select {
    margin: 5px;
    font-size: 13px;
  }
}
#header .logo {
  width: 230px;
}
@media (max-width: 768px) {
  #header .logo {
    width: 180px;
  }
}
#header #mid-header .navbar-nav li {
  color: #242424;
  font-size: 15px;
  margin: 0 5px;
}

/* Nav Link highlighter */
/* Nav Link highlighter */
body.act_loanschemes li.nav-item > a.act_loanschemes,
body.act_depositeschemes li.nav-item > a.act_depositeschemes,
body.act_financials li.nav-item > a.act_financials,
body.act_corebanking li.nav-item > a.act_corebanking,
body.act_rtgsneftdmat li.nav-item > a.act_rtgsneftdmat,
body.act_interestrate li.nav-item > a.act_interestrate,
body.act_onlinecomplaint li.nav-item > a.act_onlinecomplaint,
body.act_services li > a.act_services,
body.act_accounts li > a.act_accounts,
/*body.act_applynow li > a.act_applynow,*/
body.act_gallery li.nav-item > a.act_gallery {
  color: #344a8c !important;
  font-weight: 700;
  position: relative;
}
body.act_loanschemes li.nav-item > a.act_loanschemes:after,
body.act_depositeschemes li.nav-item > a.act_depositeschemes:after,
body.act_financials li.nav-item > a.act_financials:after,
body.act_corebanking li.nav-item > a.act_corebanking:after,
body.act_rtgsneftdmat li.nav-item > a.act_rtgsneftdmat:after,
body.act_interestrate li.nav-item > a.act_interestrate:after,
body.act_services li > a.act_services:after,
body.act_accounts li > a.act_accounts:after,
/*body.act_applynow li > a.act_applynow:after,*/
body.act_gallery li.nav-item > a.act_gallery:after {
  content: "";
  position: absolute;
  right: 0;
  width: 60%;
  height: 2px;
  background: #344a8c;
  left: 0;
  margin: auto;
  bottom: 0;
}
@media (max-width: 992px) {
  body.act_loanschemes li.nav-item > a.act_loanschemes:after,
  body.act_depositeschemes li.nav-item > a.act_depositeschemes:after,
  body.act_financials li.nav-item > a.act_financials:after,
  body.act_corebanking li.nav-item > a.act_corebanking:after,
  body.act_rtgsneftdmat li.nav-item > a.act_rtgsneftdmat:after,
  body.act_interestrate li.nav-item > a.act_interestrate:after,
  body.act_services li > a.act_services:after,
  body.act_accounts li > a.act_accounts:after,
  body.act_gallery li.nav-item > a.act_gallery:after {
    width: 100%;
  }
}

body.act_home li > a.act_home,
body.act_aboutus li > a.act_aboutus,
body.act_downloadforms li > a.act_downloadforms,
body.act_annualreport li > a.act_annualreport,
body.act_branchlocator li > a.act_branchlocator,
body.act_faqs li > a.act_faqs,
body.act_careers li > a.act_careers,
body.act_contactus li > a.act_contactus {
  color: #fff !important;
  font-weight: 700;
  position: relative;
}
body.act_home li > a.act_home:after,
body.act_aboutus li > a.act_aboutus:after,
body.act_downloadforms li > a.act_downloadforms:after,
body.act_annualreport li > a.act_annualreport:after,
body.act_branchlocator li > a.act_branchlocator:after,
body.act_faqs li > a.act_faqs:after,
body.act_careers li > a.act_careers:after,
body.act_contactus li > a.act_contactus:after {
  content: "";
  position: absolute;
  right: 0;
  width: 60%;
  height: 3px;
  background: #fff;
  left: 0;
  margin: auto;
  bottom: -10px;
}
@media (max-width: 992px) {
  body.act_home li > a.act_home:after,
  body.act_aboutus li > a.act_aboutus:after,
  body.act_downloadforms li > a.act_downloadforms:after,
  body.act_annualreport li > a.act_annualreport:after,
  body.act_branchlocator li > a.act_branchlocator:after,
  body.act_faqs li > a.act_faqs:after,
  body.act_careers li > a.act_careers:after,
  body.act_contactus li > a.act_contactus:after {
    width: 100%;
  }
}

/* Nav Link goodle language select logo & powerby hidding css */
.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
  width: 75px;
  font-family: arial;
  font-size: 2px !important;
  white-space: nowrap;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
  width: 65px;
}
@media (max-width: 1199px) {
  .goog-te-gadget .goog-te-combo {
    width: 60px;
  }
}

a.VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none !important;
}

.slick-prev {
  position: absolute;
  z-index: 999;
  right: 60px !important;
  left: auto;
  background: #fff;
  width: 35px;
  height: 30px;
  border: 1px solid #fff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
@media (min-width: 568px) {
  .slick-prev {
    width: 40px;
    height: 40px;
    right: 90px !important;
  }
}

.slick-next {
  background: #fff;
  width: 35px;
  height: 30px;
  right: 25px;
  border: 1px solid #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
@media (min-width: 568px) {
  .slick-next {
    right: 50px;
    width: 40px;
    height: 40px;
  }
}

.slick-next,
.slick-prev {
  top: auto;
  bottom: 1px;
}
@media (min-width: 568px) {
  .slick-next,
  .slick-prev {
    bottom: 60px;
    width: 40px;
    height: 40px;
  }
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: #2B2A29;
  outline: 0;
  background: #fff;
}

.slick-next:before,
.slick-prev:before {
  font-family: "fontawesome";
  font-size: 15px;
  line-height: 1;
  opacity: 100;
  color: #C02223;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-disabled {
  background-color: transparent !important;
}
.slick-disabled:before, .slick-disabled::after {
  color: #fff !important;
}
.slick-disabled:hover {
  background-color: transparent !important;
  color: #fff !important;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 1;
}

.slick-slide img {
  display: block;
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 400px) and (max-width: 567.99px) {
  .slick-slide img {
    height: 200px;
  }
}
@media (min-width: 400px) and (max-width: 567.99px) {
  .slick-slide img {
    height: 300px;
  }
}
@media (min-width: 558px) and (max-width: 767.99px) {
  .slick-slide img {
    height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .slick-slide img {
    height: 450px;
  }
}
@media (min-width: 992px) and (max-width: 1199.99px) {
  .slick-slide img {
    height: 500px;
  }
}
@media (min-width: 1199.99px) {
  .slick-slide img {
    height: 500px;
  }
}

.slide-item {
  position: relative;
}
.slide-item .content-box {
  position: absolute;
  top: 15%;
  z-index: 999;
}
.slide-item .content-box h1 {
  line-height: 160%;
}
@media (max-width: 768px) {
  .slide-item .content-box h1 {
    font-size: 32px !important;
  }
}
@media (max-width: 568px) {
  .slide-item .content-box h1 {
    font-size: 20px;
  }
}
.slide-item .content-box p {
  line-height: 160%;
  font-size: 17px;
}
@media (max-width: 568px) {
  .slide-item .content-box p {
    font-size: 15px;
    display: none;
  }
}
.slide-item .content-box .cta-btn {
  background-color: #344A8C;
  color: #fff;
  padding: 7px 20px;
  border-radius: 5px;
  font-size: 18px;
}

#new-banner-sec h1 {
  background: linear-gradient(180deg, #FFFFFF 0%, #D2E6FF 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;	
  font-size: 70px;
  font-weight: 700;
  line-height: 120% !important;
  text-align: right;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 1199.99px) {
  #new-banner-sec h1 {
    font-size: 70px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.99px) {
  #new-banner-sec h1 {
    font-size: 56px !important;
  }
}
@media (min-width: 400px) and (max-width: 0.99px) {
  #new-banner-sec h1 {
    font-size: 40px !important;
  }
}
@media (min-width: 568px) and (max-width: 767.99px) {
  #new-banner-sec h1 {
    font-size: 48px !important;
  }
}
@media (max-width: 400px) {
  #new-banner-sec h1 {
    font-size: 30px !important;
  }
}
#new-banner-sec h1::before {
  content: "";
  background: url(images/banner-icon.png) center center no-repeat;
  width: 100px;
  height: 100px;
  float: left;
}
#new-banner-sec h1 span {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
#new-banner-sec .content-box {
  position: absolute;
  top: 3%;
  z-index: 999;
  right: 60px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 568px) {
  #new-banner-sec .content-box {
    right: 40px;
    top: 12%;
  }
}
#new-banner-sec .content-box p {
  line-height: 160%;
  font-size: 20px;
  width: 60%;
  color: #002556;
  text-shadow: 1px 2px 50px rgba(255, 255, 255, 0.5);
  margin-left: auto;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-align: end;
}
@media (min-width: 768px) and (max-width: 992px) {
  #new-banner-sec .content-box p {
    line-height: 160%;
    font-size: 17px;
  }
}
@media (min-width: 400px) and (max-width: 767.99px) {
  #new-banner-sec .content-box p {
    font-size: 17px;
    width: 75%;
  }
}
@media (max-width: 399px) {
  #new-banner-sec .content-box p {
    font-size: 17px;
    width: 80%;
  }
}
#new-banner-sec .content-box .cta-btn {
  color: #fff;
  padding: 10px 30px;
  font-size: 21px;
  background: linear-gradient(101.58deg, #344a8c -6.93%, #c02223 119.17%);
  border-radius: 10px;
  overflow: hidden;
  border: 0px;
  font-weight: 500;
  box-shadow: 4px 8px 15px rgba(192, 192, 192, 0.3215686275);
  display: flex;
  float: right;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 992px) {
  #new-banner-sec .content-box .cta-btn {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (min-width: 400px) and (max-width: 767.99px) {
  #new-banner-sec .content-box .cta-btn {
    padding: 10px 20px;
    font-size: 18px;
  }
}
@media (max-width: 399px) {
  #new-banner-sec .content-box .cta-btn {
    font-size: 15px;
    padding: 10px;
  }
}
#new-banner-sec h1::before {
  content: "";
  background: url(../images/banner-icon.png) center center no-repeat;
  width: 103px;
  height: 100px;
  right: 29%;
  float: left;
  position: absolute;
}
@media (max-width: 992px) {
  #new-banner-sec h1::before {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.99px) {
  #new-banner-sec h1::before {
    right: 26%;
    width: 90px;
    height: 75px;
  }
}
@media (min-width: 1200px) {
  #new-banner-sec h1::before {
    right: 31%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #new-banner-sec h1::before {
    background: url(../images/banner-icon-mobile.png) center center no-repeat;
    width: 100px;
    height: 60px !important;
    width: 100px;
    height: 48px !important;
    top: 17px;
    right: 34%;
  }
}
@media (max-width: 399px) {
  #new-banner-sec h1::before {
    background: url(../images/banner-icon-mobile.png) center center no-repeat;
    width: 100px;
    height: 60px !important;
    width: 47%;
    height: 48px !important;
    top: -10px;
    right: 50%;
  }
}
#new-banner-sec button.btn.cta-btn img {
  width: 28px;
  height: 20px;
  margin-left: 10px;
}
@media (min-width: 568px) and (max-width: 767.99px) {
  #new-banner-sec button.btn.cta-btn img {
    margin-left: 5px;
  }
}
@media (max-width: 500px) {
  #new-banner-sec button.btn.cta-btn img {
    display: none;
  }
}

#new-banner-content-mobilesec p {
  line-height: 160%;
  font-size: 20px;
  color: #002556;
  text-shadow: 1px 2px 50px rgba(255, 255, 255, 0.5);
  margin-left: auto;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
@media (max-width: 400px) {
  #new-banner-content-mobilesec p {
    font-size: 17px;
  }
}
#new-banner-content-mobilesec .cta-btn {
  color: #fff;
  padding: 10px 25px;
  font-size: 20px;
  background: linear-gradient(101.58deg, #344a8c -6.93%, #c02223 119.17%);
  border-radius: 10px;
  overflow: hidden;
  border: 0px;
  font-weight: 500;
  box-shadow: 4px 8px 15px rgba(192, 192, 192, 0.3215686275);
  display: flex;
  align-items: center;
  margin: auto;
}
@media (max-width: 400px) {
  #new-banner-content-mobilesec .cta-btn {
    font-size: 18px;
    padding: 10px 20px;
  }
}
#new-banner-content-mobilesec .cta-btn img {
  width: 21px;
  height: 11px;
  margin-left: 5px;
}

#innerbanner-sec .innercontent-box {
  position: absolute;
  bottom: 20%;
  z-index: 999;
  padding: 20px;
  left: 5%;
  width: 45%;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.6705882353);
  background-color: rgba(255, 255, 255, 0.8117647059);
}
@media (max-width: 567.99px) {
  #innerbanner-sec .innercontent-box {
    line-height: 160%;
    padding: 0px;
    width: 90%;
    bottom: 5%;
  }
}
#innerbanner-sec .right {
  position: absolute;
  left: 50%;
}
@media (max-width: 567.99px) {
  #innerbanner-sec .right {
    left: 5%;
  }
}
#innerbanner-sec .innercontent-box p {
  color: #002556;
  text-shadow: 1px 2px 50px rgba(255, 255, 255, 0.5);
  margin-left: auto;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
}
@media (max-width: 567.99px) {
  #innerbanner-sec .innercontent-box p {
    font-size: 15px;
    padding: 10px;
    line-height: 20px;
  }
}
@media (min-width: 400px) and (max-width: 767.99px) {
  #innerbanner-sec .innercontent-box p {
    font-size: 17px;
    padding: 10px;
  }
}
@media (max-width: 399px) {
  #innerbanner-sec .innercontent-box p {
    font-size: 15px;
    padding: 10px;
    line-height: 20px;
  }
}
#innerbanner-sec .innercontent-box p span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 50px;
  background: -webkit-linear-gradient(101.58deg, #344a8c -6.93%, #c02223 119.17%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 65px;
}
@media (max-width: 992px) and (min-width: 768px) {
  #innerbanner-sec .innercontent-box p span {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 767.99px) and (min-width: 568px) {
  #innerbanner-sec .innercontent-box p span {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 567.99px) {
  #innerbanner-sec .innercontent-box p span {
    font-size: 25px !important;
    line-height: 30px;
  }
}

/*Innerpage banner*/
#innerheader {
  overflow: hidden;
  padding-bottom: 10px;
  background-size: cover;
  height: 220px;
  width: 100%;
}
#innerheader h1 {
  font-weight: 500;
}
@media (min-width: 576px) {
  #innerheader {
    height: 350px;
  }
}
@media (min-width: 992px) {
  #innerheader {
    height: 351px;
  }
}
@media (min-width: 768px) {
  #innerheader {
    height: 380px;
  }
}
@media (min-width: 1200px) {
  #innerheader {
    height: 365px;
  }
}
#innerheader .slide-cover {
  padding: 25px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}
#innerheader .content-box {
  position: relative;
  padding: 25px;
  overflow: hidden;
  text-align: left;
}
@media (min-width: 576px) {
  #innerheader .content-box {
    padding: 35px;
  }
}
#innerheader .content-box h1 {
  font-size: 32px;
  font-weight: 600;
  margin: 5px 0 10px;
  word-spacing: 2px;
  color: #fff;
}
@media (min-width: 576px) {
  #innerheader .content-box h1 {
    font-size: 48px;
    margin: 5px 0 20px;
  }
}
@media (min-width: 768px) {
  #innerheader .content-box h1 {
    font-size: 48px;
    word-spacing: 3px;
  }
}
@media (min-width: 992px) {
  #innerheader .content-box h1 {
    font-size: 56px;
  }
}

.back-img {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.breadcrumb-option a {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  margin-right: 20px;
  position: relative;
}
.breadcrumb-option a:hover {
  color: #fff;
  text-shadow: 0px 2px 2px #222;
}
.breadcrumb-option a i {
  margin-right: 4px;
}
.breadcrumb-option a::after {
  position: absolute;
  right: -12px;
  top: -3px;
  content: " /";
  color: #fff;
  text-shadow: 0px 1px 1px #000;
}
.breadcrumb-option span {
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 400;
}

#loan-type .card-item {
  position: relative;
  width: 250px;
  max-width: 300px;
  margin: auto;
  overflow: hidden;
}
#loan-type .card-item .content-overlay {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(31, 91, 170, 0.74) 88.75%);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  overflow: hidden;
  transition: all 0.4s ease-in-out 0s;
}
#loan-type .card-item:hover .content-overlay {
  opacity: 1;
}
#loan-type .card-image {
  width: 250px;
  border-radius: 10px;
}
#loan-type .content-box {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  bottom: 20%;
  left: 50%;
  opacity: 0;
  text-align: left;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
}
#loan-type .content-box .card-title {
  color: #fff !important;
  font-weight: 500;
  font-size: 20px;
}
#loan-type .content-box .card-subtitle {
  color: #fff !important;
  font-size: 15px;
  text-decoration: underline;
}
#loan-type .fadeIn-bottom {
  top: 80%;
}
#loan-type .card-item:hover .content-box {
  left: 50%;
  opacity: 1;
  text-align: left;
  bottom: 20%;
}

#deposite-schemes {
  background: url(../images/deposite-schemes.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  padding: 80px 0;
}
#deposite-schemes::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  background-image: linear-gradient(89.43deg, rgba(0, 0, 0, 0.62) 6.42%, rgba(0, 0, 0, 0) 111.68%);
  background-attachment: fixed;
  z-index: 99;
  padding: 80px 0;
}
#deposite-schemes .sec-full {
  position: relative;
  z-index: 999;
}
#deposite-schemes h2 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5882352941);
}
#deposite-schemes .txt-subtitle {
  font-weight: 400 !important;
  line-height: 160%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5882352941);
}
#deposite-schemes .card-item {
  padding: 15px;
}
#deposite-schemes .card-item img {
  width: 100%;
}
#deposite-schemes .card-item .card-image-rounded {
  background: rgba(255, 255, 255, 0.7882352941);
  border-radius: 50%;
  height: 200px;
  width: 200px;
}
#deposite-schemes .card-item .card-content .txt-title {
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
  font: weight 600;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5882352941);
}
#deposite-schemes .card-item .card-content .txt-subtitle {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5882352941);
}

.saving-deposits, .current-deposite {
  background: #f2f2f2 url(../images/gray-bg.jpg) no-repeat;
  background-size: contain;
  padding: 70px 0 50px 0;
  background-position: right center;
  background-attachment: fixed;
}
.saving-deposits h3, .current-deposite h3 {
  font-size: 32px;
  font-weight: 500;
  color: #C02223;
  line-height: 39px;
  margin-bottom: 20px;
  margin-top: 0px;
  text-align: center;
  position: relative;
}
.saving-deposits h4, .current-deposite h4 {
  font-size: 24px;
  font-weight: 500;
  color: #334B89;
  line-height: 39px;
  margin-top: 0px;
  padding: 0 2rem;
}
.saving-deposits .custom-list li, .current-deposite .custom-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .saving-deposits .custom-list li, .current-deposite .custom-list li {
    margin-bottom: 5px;
  }
}
.saving-deposits .custom-list li:before, .current-deposite .custom-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  border-radius: 50%;
  color: #C02223;
  font-size: 20px;
  margin-right: 15px;
  font-weight: 700;
}
.saving-deposits .blue-tick, .current-deposite .blue-tick {
  padding: 0;
  text-align: left;
}
.saving-deposits .blue-tick li, .current-deposite .blue-tick li {
  margin: 5px 0px;
  padding: 11px 0px 5px 35px;
  background: url(../images/blue_tick.png) 0px 13px no-repeat;
  text-align: left;
  font-size: 15px;
  color: rgb(33, 37, 41);
  line-height: 29px;
}

.saving-deposits-para h3:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #C02223;
  margin-top: 10px;
  border-radius: 3px;
}

@media screen and (max-width: 991px) {
  .saving-deposits, .current-deposite {
    background-size: cover;
    background-position: 100% 0;
  }
  .saving-deposits .sec-para, .current-deposite .sec-para {
    background: rgba(255, 255, 255, 0.7);
  }
  .saving-deposits .custom-list, .current-deposite .custom-list {
    padding-top: 30px;
  }
}
@media screen and (min-width: 991px) {
  .saving-deposits, .current-deposite {
    background-position: 150% 0;
  }
}
@media screen and (min-width: 1199px) {
  .saving-deposits, .current-deposite {
    background-position: 140% 0;
  }
}
@media screen and (min-width: 1400px) {
  .saving-deposits, .current-deposite {
    background-position: 100% 0;
  }
}
.saving-deposits .container .container, .current-deposite .container .container {
  padding: 2rem;
}

.saving-deposits .container .nav, .current-deposite .container .nav {
  background-color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  margin: 0 -3rem 2rem;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}

.saving-deposits .container .nav:before, .current-deposite .container .nav:before,
.saving-deposits .container .nav:after,
.current-deposite .container .nav:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  border: 0.75rem solid transparent;
  border-bottom: 0.75rem solid #f2f0f0;
  transform-origin: center;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.saving-deposits .container .nav:before, .current-deposite .container .nav:before {
  left: 0;
  transform: translateY(-0.45rem) rotate(135deg) translateX(-0.4rem);
}

.saving-deposits .container .nav:after, .current-deposite .container .nav:after {
  right: 0;
  transform: translateY(-0.45rem) rotate(-135deg) translateX(0.4rem);
}

.saving-deposits .container .nav a, .current-deposite .container .nav a {
  display: inline-block;
  margin: 0 3rem;
  font-size: 2rem;
  color: #2980b9;
  opacity: 0.7;
  transition: 0.25s;
}

.saving-deposits .container .nav a:hover, .current-deposite .container .nav a:hover {
  opacity: 1;
}

.saving-deposits .bg-color, .current-deposite .bg-color {
  background-color: rgba(255, 255, 255, 0.84);
  padding: 30px 0;
  margin: 30px 0px;
}

.saving-deposits table, .current-deposite table {
  font-size: 15px;
}

.saving-deposits .container .list .num, .current-deposite .container .list .num {
  padding: 0.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.25s;
}

.saving-deposits .container .list .num:nth-child(0):before, .current-deposite .container .list .num:nth-child(0):before {
  content: "0";
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  width: 2rem;
  opacity: 0.05;
  transition: 0.25s;
}

.saving-deposits .container .list .num:nth-child(1):before, .current-deposite .container .list .num:nth-child(1):before {
  content: "1";
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  width: 2rem;
  opacity: 0.05;
  transition: 0.25s;
}

.saving-deposits .container .list .num:nth-child(2):before, .current-deposite .container .list .num:nth-child(2):before {
  content: "2";
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  width: 2rem;
  opacity: 0.05;
  transition: 0.25s;
}

.saving-deposits .container .list .num:nth-child(3):before, .current-deposite .container .list .num:nth-child(3):before {
  content: "3";
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  width: 2rem;
  opacity: 0.05;
  transition: 0.25s;
}

.saving-deposits .container .list .num:nth-child(4):before, .current-deposite .container .list .num:nth-child(4):before {
  content: "4";
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  width: 2rem;
  opacity: 0.05;
  transition: 0.25s;
}

.saving-deposits .container .list .num:nth-child(5):before, .current-deposite .container .list .num:nth-child(5):before {
  content: "5";
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  width: 2rem;
  opacity: 0.05;
  transition: 0.25s;
}

.saving-deposits .container .list .num:nth-child(6):before, .current-deposite .container .list .num:nth-child(6):before {
  content: "6";
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  width: 2rem;
  opacity: 0.05;
  transition: 0.25s;
}

.saving-deposits .container .list .num:nth-child(7):before, .current-deposite .container .list .num:nth-child(7):before {
  content: "7";
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  width: 2rem;
  opacity: 0.05;
  transition: 0.25s;
}

.saving-deposits .container .list .num:nth-child(8):before, .current-deposite .container .list .num:nth-child(8):before {
  content: "8";
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  width: 2rem;
  opacity: 0.05;
  transition: 0.25s;
}

.saving-deposits .container .list .num:nth-child(9):before, .current-deposite .container .list .num:nth-child(9):before {
  content: "9";
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  width: 2rem;
  opacity: 0.05;
  transition: 0.25s;
}

.saving-deposits .container .list .num h3, .current-deposite .container .list .num h3 {
  position: relative;
  display: block;
  left: -1.5rem;
  color: #3d3d3d;
  font-size: 15px;
  transition: 0.25s;
  text-align: left;
}

.saving-deposits .container .list .num:hover, .current-deposite .container .list .num:hover {
  background-color: #fafafa;
  cursor: pointer;
}

.saving-deposits .container .list .num:hover:before, .current-deposite .container .list .num:hover:before {
  opacity: 0.2;
}

.saving-deposits .container .list .num:hover h3, .current-deposite .container .list .num:hover h3 {
  left: 1rem;
}

.saving-deposits .message, .current-deposite .message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2rem;
}

.saving-deposits-para {
  padding: 30px 0;
  font-family: "Inter", sans-serif;
}
.saving-deposits-para .sec-para p {
  line-height: 160%;
  font-size: 15px;
  margin-bottom: 16px;
  font-weight: 500;
}
.saving-deposits-para h3 {
  font-size: 24px;
  font-weight: 500;
  color: #C02223;
  line-height: 39px;
  margin-bottom: 20px;
  margin-top: 0px;
}

#dep-sche-div .img-btn-div {
  float: right;
  position: relative;
  max-width: 500px;
  padding: 0 0px 0px 25px;
  width: 100%;
}
@media (max-width: 992px) {
  #dep-sche-div .img-btn-div {
    float: none;
    max-width: 400px;
    padding: 0px 25px 25px 0px;
    display: block;
    margin: 0 auto;
  }
}

#news {
  padding: 0px 0;
  background: url(../images/money.png) center center;
  font-size: 16px;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#news .nav-tabs .nav-link.active {
  color: #fff;
  background: #344A8C;
}

#news .nav-tabs .nav-link {
  color: #344A8C;
  background: #fff;
  border-radius: 10px;
  position: relative;
  border-radius: 0.25rem;
  margin-bottom: 10px;
  font-weight: 600;
  border: 0px;
  display: flex;
  box-shadow: 0px 0px 54px 0px rgba(129, 128, 224, 0.13);
  transition: 0s;
  text-transform: uppercase;
}
@media (max-width: 992px) and (min-width: 768px) {
  #news .nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
    text-transform: capitalize;
  }
}

#news .nav-tabs .nav-link:hover {
  color: #fff;
  background: #344A8C;
}

#news .nav-tabs .nav-link i {
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: 40px;
  padding-top: 5px;
}

#news .nav-pills-custom .nav-link {
  color: #aaa;
  background: #fff;
  position: relative;
}

#news .nav-pills-custom .nav-link.active {
  color: #344A8C;
  background: #fff;
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
  #news .nav-pills-custom .nav-link::before {
    content: "";
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
}
#news .nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

#news h2 {
  font-size: 20px;
  font-weight: 700;
  color: #00aff0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
}

h2.sec-title {
  color: rgb(255, 255, 255);
  font-family: "Open Sans", sans-serif;
  font-size: 31px;
  font-weight: 700;
}

.custom-scrollbar-js,
.custom-scrollbar-css {
  height: 275px;
}

/* Custom Scrollbar using CSS */
.custom-scrollbar-css {
  overflow-y: scroll;
}

/* scrollbar width */
.custom-scrollbar-css::-webkit-scrollbar {
  width: 5px;
}

/* scrollbar track */
.custom-scrollbar-css::-webkit-scrollbar-track {
  background: #eee;
}

/* scrollbar handle */
.custom-scrollbar-css::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #00d2ff;
  background-image: linear-gradient(to top, #00d2ff 0%, #3a7bd5 100%);
}

#news .widget-title {
  margin-bottom: 1.125rem;
  font-size: 1.0625rem;
  font-weight: 500;
}

#news .flex-shrink-0 {
  flex-shrink: 0 !important;
}

#news .align-items-center {
  align-items: center !important;
}

#news .border-bottom {
  border-bottom: 1px solid #e3e9ef !important;
}

#news .d-flex {
  display: flex !important;
}

#news.servicePage {
  padding: 50px 0px;
}

#news.servicePage:after {
  position: absolute;
  left: 0;
  top: -211px;
  background: url(../images/bg/ser_bg.png) no-repeat left top;
  content: "";
  z-index: 1;
  width: 100%;
  height: 393px;
}

#news .servicePage .singleService {
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 11px;
  box-shadow: 1px -3px 15px rgba(0, 0, 0, 0.231372549);
}
@media (max-width: 768px) {
  #news .servicePage .singleService {
    box-shadow: none !important;
    border-radius: 0px !important;
    margin-bottom: 0px;
  }
}

#news .servicePage .singleService2 {
  position: relative;
  background: #344A8C;
  color: #fff;
  margin-bottom: 20px;
  padding: 15px 30px;
  border-radius: 11px;
  box-shadow: 1px -3px 15px rgba(0, 0, 0, 0.231372549);
}
#news .servicePage .singleService2 h4 {
  margin: 0 !important;
}

#news .servicePage .singleService2 h1 {
  font-size: 32px !important;
  line-height: 48px;
  color: #344A8C !important;
  font-weight: 900;
  margin: 0 0 0;
}
@media (max-width: 992px) {
  #news .servicePage .singleService2 h1 {
    font-size: 24px;
  }
}

#news .servicePage .singleService2 h1 small {
  font-size: 22px !important;
  line-height: 22px !important;
  font-weight: 500;
  color: #8f9cc8;
  padding-left: 10px;
}
@media (max-width: 992px) {
  #news .servicePage .singleService2 h1 small {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #32488a;
  }
}

#news .servicePage .singleService i {
  font-size: 15px;
  color: #8180e0;
  line-height: 17px;
  display: inline-block;
}

#news .servicePage .singleService h1 {
  font-size: 32px;
  line-height: 45px;
  color: #e5e4f9;
  font-weight: 900;
  text-align: right;
  margin: 0 0 0;
}

#news .servicePage .singleService h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid rgba(204, 204, 204, 0.431372549) !important;
  padding: 15px 20px;
  color: #344A8C;
}
@media (max-width: 768px) {
  #news .servicePage .singleService h4 {
    padding: 8px 10px;
    border-bottom: 0px;
    font-size: 17px;
    line-height: 24px;
    border-bottom: 0px;
  }
}

#news .servicePage .singleService p {
  margin-bottom: 22px;
  font-size: 17px;
  font-weight: 400;
}

#news .servicePage .singleService a {
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  color: #8180e0;
  font-weight: 700;
  margin: 0;
}

#news .servicePage .singleService.three_column {
  padding: 55px 30px 49px 39px;
}

#news .servicePage .singleService.three_column h1 {
  font-size: 50px;
}

#news .servicePage .singleService.three_column h4 {
  margin-top: 47px;
}

#news .servicePage .singleService.three_column p {
  margin-bottom: 20px;
}

#news .servicePage .singleService.three_column a {
  margin-top: 13px;
}

#news .servicePage a.common_btn:after {
  background: #c86bd8;
}

.mt42 {
  margin-top: 42px;
}

#news .servicePage .singleService .serviceDetails {
  position: relative;
  padding: 30px 0 120px;
}

#news .servicePage ul {
  margin: 0;
  padding: 15px 30px;
}
@media (max-width: 768px) {
  #news .servicePage ul {
    padding: 5px 15px;
  }
}

@media (min-width: 768px) {
  .sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 15px;
  }
}

@media (min-width: 768px) {
  .accordion-item {
    background-color: transparent !important;
  }
}
.left-tabs .nav-link:after,
.left-tabs .nav-link.ui-state-active:hover:after,
.left-tabs .nav-link.ui-state-active:focus:after {
  content: "";
  background: #344A8C;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 100%;
  right: -7px;
  margin-left: -6px;
  transform: rotate(-45deg);
  box-shadow: none;
  top: 40%;
}

#news .servicePage ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #news .servicePage ul li {
    margin-bottom: 5px;
  }
}
#news .servicePage ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  border-radius: 50%;
  color: #C02223;
  font-size: 20px;
  margin-right: 15px;
  font-weight: 700;
}
@media (max-width: 768px) {
  #news .tab-content {
    padding: 0;
  }
  #news .accordion-button:not(.collapsed) {
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    background: #344A8C;
    border-radius: 5px 5px 0px 0px;
  }
  #news .accordion-item {
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.0784313725);
    background: #fff;
    border-bottom: 0px;
    margin-bottom: 10px;
    border-radius: 20px !important;
  }
  #news .accordion-header {
    border-radius: 5px;
  }
  #news .accordion-item:first-of-type .accordion-button {
    border-radius: 5px;
  }
  #news .accordion-button {
    border-radius: 5px;
    font-size: 17px;
    color: #344A8C;
    font-weight: 600;
  }
  #news .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    transform: rotate(-180deg);
  }
  #news .left-tabs.nav-tabs {
    display: none;
  }
  #news .vtabs .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

#form-sec .nav-tabs .nav-item.show .nav-link {
  color: #242424;
  background-color: transparent;
  border: 0px;
  border-bottom: 3px solid #C02223;
}
#form-sec .nav-tabs .nav-link.active {
  color: #242424;
  background-color: transparent;
  border: 0px;
  border-bottom: 4px solid #C02223;
}
#form-sec .nav-tabs .nav-link {
  border: 0px;
}
#form-sec .nav-link {
  color: #242424;
}
#form-sec .form-links li {
  color: #242424;
  font-size: 15px;
  border-bottom: 1px solid #242424;
  padding-bottom: 15px;
  padding-top: 15px;
}
#form-sec .form-links li a {
  text-decoration: none;
  color: #242424;
}
#form-sec .form-links li a::after {
  content: "";
  border-bottom: 1px solid #000;
}

img.news-event {
  padding: 3px;
  background: rgba(108, 117, 125, 0.4);
  margin-bottom: 15px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}

#chairman img {
  margin: 0px auto;
  max-width: 235px;
  width: 100%;
  background-clip: border-box;
  background-color: rgb(255, 255, 255);
  border-bottom-color: rgb(232, 226, 214);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-style: solid;
  border-bottom-width: 0.666667px;
  border: 1px solid #e8e2d6;
  padding: 0px;
  border-radius: 10px;
  transition: all 0.4s ease-out 0s;
}
#chairman img:hover {
  box-shadow: 4px 0 14px rgba(2, 3, 8, 0.3);
}
#chairman .txt-title {
  color: #242424;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
}
@media (max-width: 767.98px) {
  #chairman .txt-title {
    text-align: center;
    font-size: 20px;
  }
}
#chairman .txt-subtitle {
  margin: 0px !important;
  text-align: left;
}
@media (max-width: 767.98px) {
  #chairman .txt-subtitle {
    text-align: center;
    font-size: 15px;
  }
}
#chairman .homeContent {
  font-size: 17px;
  margin-top: 10px;
  opacity: 0.9;
  line-height: 28px;
  font-weight: 400;
  text-align: justify;
  display: block;
}
@media (max-width: 767.98px) {
  #chairman .homeContent {
    font-size: 15px;
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #chairman .homeContent {
    display: none;
  }
}
#chairman .content {
  font-size: 17px;
  margin-top: 10px;
  opacity: 0.9;
  line-height: 28px;
  font-weight: 400;
  text-align: justify;
}
@media (max-width: 767.98px) {
  #chairman .content {
    font-size: 15px;
    text-align: justify;
  }
}

#branch-locator {
  background: url(../images/locator.png) center center no-repeat;
  background-size: cover;
  padding: 80px 0;
}
#branch-locator .singleService .sectxt-title {
  color: #C02223 !important;
  font-weight: 300;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  margin-bottom: 24px;
}
#branch-locator .singleService .sectxt-para {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
#branch-locator .singleService iframe {
  width: 100%;
  border-radius: 11px;
}
#branch-locator .singleService h4 {
  border-bottom: 1px solid rgba(204, 204, 204, 0.431372549) !important;
}
#branch-locator p.listitem-desc-txt {
  color: #fff;
  margin-top: 10px;
  font-size: 15px;
}
#branch-locator .sec-list {
  padding-left: 20px;
  margin-top: 10px;
}
#branch-locator .listitem {
  margin-bottom: 0px;
}
#branch-locator .listitem-icon {
  float: left;
  position: relative;
  margin-right: 15px;
  font-size: 18px;
  color: #fff;
  width: 30px;
  color: #fff;
}
#branch-locator .listitem-txt {
  overflow: hidden;
}
#branch-locator .listitem-title-txt {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 20px;
  color: #fff;
}
#branch-locator .listitem-title-txt a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px !important;
  line-height: 20px;
  color: #fff;
}
#branch-locator .servicePage ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #branch-locator .servicePage ul li {
    margin-bottom: 5px;
  }
}
#branch-locator .servicePage ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  border-radius: 50%;
  color: #C02223;
  font-size: 20px;
  margin-right: 15px;
  font-weight: 700;
}

.flex-container {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 10px;
}

.flex-left {
  width: 7%;
  align-self: center;
}
.flex-left i {
  font-size: 15px !important;
  line-height: 20px !important;
  position: absolute;
  top: 5px;
}

.flex-right {
  width: 93%;
}
.flex-right span {
  font-style: italic;
  color: #8c8c8c;
  font-size: 13px;
}

#products .branch-icon {
  width: 60px;
  height: 60px;
  display: flex;
  margin: auto;
  border-radius: 50%;
  align-items: center;
  background: linear-gradient(131.53deg, #C02223 -119.52%, #160959 213.8%);
  margin-bottom: 10px;
}
#products .branch-icon img {
  width: 25px;
  height: 25px;
  margin: auto;
  display: block;
}
#products .branch-box {
  background: #fff;
  box-shadow: 5px 5px 19px rgba(0, 0, 0, 0.0509803922);
  margin: 20px 0;
  padding: 23px;
  border-radius: 15px;
  text-align: center;
  min-height: 180px;
}
#products .sectxt-para span {
  font-style: italic;
  color: #641440;
  font-size: 15px;
}
#products .sectxt-para {
  font-size: 17px;
}
#products .servicePage .singleService h4 {
  text-align: center;
}
#products .servicePage .singleService h4 {
  color: #fff;
  text-align: center;
  background: #344a8c;
  border-radius: 15px 15px 0 0;
}

#footer {
  background: #F9FBFF;
  padding: 50px;
}
@media (max-width: 768px) {
  #footer {
    padding: 50px 0 0;
    text-align: center;
  }
}
#footer .footer-logo {
  max-width: auto;
}
@media (max-width: 575px) {
  #footer .footer-logo {
    max-width: 250px !important;
  }
}
@media (min-width: 1300px) {
  #footer .footer-logo {
    max-width: 250px !important;
  }
}
#footer img {
  margin-bottom: 15px;
}
#footer a.footer-phone {
  font-size: 15px;
  font-weight: 600;
  color: #344A8C;
}
#footer a.footer-phone p {
  color: #344A8C;
  font-weight: 600;
}
#footer a.footer-phone p i {
  color: #C02223;
  padding: 5px;
  border: 1px solid #344A8C;
  border-radius: 50%;
}
#footer a.footer-phone p:hover {
  color: #344A8C;
}
#footer a.footer-phone:hover {
  color: #344A8C;
}
#footer P {
  font-size: 14px !important;
  margin-bottom: 15px;
  text-align: justify;
  line-height: 24px;
  font-weight: 400;
}
#footer P a {
  color: #344A8C;
}
#footer a {
  text-decoration: none;
}
#footer ul li {
  font-size: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #footer ul li {
    margin-bottom: 5px;
  }
}
#footer ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  border-radius: 50%;
  color: #C02223;
  margin-right: 10px;
}
#footer ul li a {
  color: #344A8C;
  text-decoration: none;
}
#footer ul li a:hover {
  color: #C02223;
  text-decoration: none;
}
#footer ul.socIcon {
  display: none;
}
@media (max-width: 568px) {
  #footer ul.socIcon {
    display: block;
  }
}
#footer ul.socIcon li {
  font-size: 15px;
  width: 40px;
  height: 40px;
  transition: transform 0.3s, opacity 0.1s;
  padding: 6px 0;
  border-radius: 50%;
  background: #C02223;
  text-align: center;
  display: inline-block;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
@media (max-width: 991px) and (min-width: 768px) {
  #footer ul.socIcon li {
    width: 32px;
    height: 32px;
    padding: 2px 0;
  }
}
#footer ul.socIcon li::before {
  content: "";
  margin: 0;
}
#footer ul.socIcon li a {
  color: #fff;
  text-decoration: none;
}
#footer ul.socIcon li a:hover {
  color: #C02223;
  text-decoration: none;
}
#footer ul.socIcon li:hover {
  background: #fff;
}

/*Float - section*/
#floatsec {
  position: fixed;
  right: 0px;
  bottom: 20%;
  /* top: 50%;
    transform: translateY(-50%); */
  z-index: 100;
  display: block;
}
@media (max-width: 568px) {
  #floatsec {
    display: none !important;
  }
}

#floatsec .btn-cta {
  position: relative;
  display: block;
  margin: 10px auto 0 0px;
  right: 5px;
  width: 40px;
  height: 40px;
  color: #c02223;
  transition: transform 0.3s, opacity 0.1s;
  padding: 6px 0;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}

#floatsec .btn-cta:hover {
  /* background: #e1bfc5; */
  color: #344a8c;
}

#floatsec .btn-cta span {
  font-size: 18px;
}

/*End Float*/
#safetytips {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 400;
}

@media (max-width: 768px) {
  #safetytips {
    font-size: 15px;
    font-weight: 400;
  }
}
#safetytips .sectxt-title {
  font-size: 20px;
  color: #344A8C;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 32px;
  position: relative;
  display: inline-block;
}

@media (max-width: 768px) {
  #safetytips .sectxt-title {
    font-size: 18px;
    line-height: 32px;
  }
}
#safetytips p {
  opacity: 0.9;
  line-height: 32px;
  font-weight: 400;
}

#safetytips h3 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  position: relative;
  line-height: 1.2em;
}

@media (max-width: 768px) {
  #safetytips h3 {
    font-size: 16px;
    font-weight: 500;
  }
}
#safetytips h3:before {
  position: absolute;
  left: 0;
  top: 1.8em;
  height: 0;
  width: 50px;
  content: "";
  border-top: 2px solid #C02223;
}

@media (max-width: 992px) {
  #safetytips h3:before {
    border-top: none;
  }
}
#safetytips .custom-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  #safetytips .custom-list li {
    margin-bottom: 5px;
  }
}
#safetytips .custom-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  border-radius: 50%;
  color: #C02223;
  font-size: 20px;
  margin-right: 15px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #safetytips .custom-list li:before {
    font-size: 15px;
  }
}
#products {
  padding: 0px 0;
  background: url(../images/money.png) center center;
  font-size: 16px;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#products .nav-tabs .nav-link.active {
  color: #fff;
  background: #344A8C;
}

#products .nav-tabs .nav-link {
  color: #344A8C;
  background: #fff;
  border-radius: 10px;
  position: relative;
  border-radius: 0.25rem;
  margin-bottom: 10px;
  font-weight: 600;
  border: 0px;
  display: flex;
  box-shadow: 0px 0px 54px 0px rgba(129, 128, 224, 0.13);
  transition: 0s;
  text-transform: uppercase;
}
@media (max-width: 992px) and (min-width: 768px) {
  #products .nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
    text-transform: capitalize;
  }
}

#products .nav-tabs .nav-link:hover {
  color: #fff;
  background: #344A8C;
}

#products .nav-tabs .nav-link i {
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: 40px;
  padding-top: 5px;
}

#products .nav-pills-custom .nav-link {
  color: #aaa;
  background: #fff;
  position: relative;
}

#products .nav-pills-custom .nav-link.active {
  color: #344A8C;
  background: #fff;
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
  #products .nav-pills-custom .nav-link::before {
    content: "";
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
}
#products .nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

#products h2 {
  font-size: 20px;
  font-weight: 700;
  color: #00aff0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
}

h2.sec-title {
  color: rgb(255, 255, 255);
  font-family: "Open Sans", sans-serif;
  font-size: 31px;
  font-weight: 700;
}

.custom-scrollbar-js,
.custom-scrollbar-css {
  height: 275px;
}

/* Custom Scrollbar using CSS */
.custom-scrollbar-css {
  overflow-y: scroll;
}

/* scrollbar width */
.custom-scrollbar-css::-webkit-scrollbar {
  width: 5px;
}

/* scrollbar track */
.custom-scrollbar-css::-webkit-scrollbar-track {
  background: #eee;
}

/* scrollbar handle */
.custom-scrollbar-css::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #00d2ff;
  background-image: linear-gradient(to top, #00d2ff 0%, #3a7bd5 100%);
}

#products .widget-title {
  margin-bottom: 1.125rem;
  font-size: 1.0625rem;
  font-weight: 500;
}

#products .flex-shrink-0 {
  flex-shrink: 0 !important;
}

#products .align-items-center {
  align-items: center !important;
}

#products .border-bottom {
  border-bottom: 1px solid #e3e9ef !important;
}

#products .d-flex {
  display: flex !important;
}

#products.servicePage {
  padding: 50px 0px;
}

#products.servicePage:after {
  position: absolute;
  left: 0;
  top: -211px;
  background: url(../images/bg/ser_bg.png) no-repeat left top;
  content: "";
  z-index: 1;
  width: 100%;
  height: 393px;
}

#products .servicePage .singleService {
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 11px;
  box-shadow: 1px -3px 15px rgba(0, 0, 0, 0.231372549);
}
@media (max-width: 768px) {
  #products .servicePage .singleService {
    box-shadow: none !important;
    border-radius: 0px !important;
    margin-bottom: 0px;
  }
}

#products .servicePage .singleService2 {
  position: relative;
  background: #344A8C;
  color: #fff;
  margin-bottom: 20px;
  padding: 15px 30px;
  border-radius: 11px;
  box-shadow: 1px -3px 15px rgba(0, 0, 0, 0.231372549);
}
#products .servicePage .singleService2 h4 {
  margin: 0 !important;
}

#products .servicePage .singleService2 h1 {
  font-size: 32px !important;
  line-height: 48px;
  color: #344A8C !important;
  font-weight: 900;
  margin: 0 0 0;
}
@media (max-width: 992px) {
  #products .servicePage .singleService2 h1 {
    font-size: 24px;
  }
}

#products .servicePage .singleService2 h1 small {
  font-size: 22px !important;
  line-height: 22px !important;
  font-weight: 500;
  color: #8f9cc8;
  padding-left: 10px;
}
@media (max-width: 992px) {
  #products .servicePage .singleService2 h1 small {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #32488a;
  }
}

#products .servicePage .singleService i {
  font-size: 15px;
  color: #8180e0;
  line-height: 17px;
  display: inline-block;
}

#products .servicePage .singleService h1 {
  font-size: 32px;
  line-height: 45px;
  color: #e5e4f9;
  font-weight: 900;
  text-align: right;
  margin: 0 0 0;
}

#products .servicePage .singleService h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid rgba(204, 204, 204, 0.431372549) !important;
  padding: 15px 20px;
  color: #fff;
}
@media (max-width: 768px) {
  #products .servicePage .singleService h4 {
    padding: 8px 10px;
    border-bottom: 0px;
    font-size: 17px;
    line-height: 24px;
    border-bottom: 0px;
  }
}

#products .servicePage .singleService p {
  margin-bottom: 22px;
  font-size: 17px;
  font-weight: 400;
}

#products .servicePage .singleService a {
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  color: #8180e0;
  font-weight: 700;
  margin: 0;
}

#products .servicePage .singleService.three_column {
  padding: 55px 30px 49px 39px;
}

#products .servicePage .singleService.three_column h1 {
  font-size: 50px;
}

#products .servicePage .singleService.three_column h4 {
  margin-top: 47px;
}

#products .servicePage .singleService.three_column p {
  margin-bottom: 20px;
}

#products .servicePage .singleService.three_column a {
  margin-top: 13px;
}

#products .servicePage a.common_btn:after {
  background: #c86bd8;
}

.mt42 {
  margin-top: 42px;
}

#products .servicePage .singleService .serviceDetails {
  position: relative;
  padding: 30px 0 120px;
}

#products .servicePage ul {
  margin: 0;
  padding: 15px 30px;
}
@media (max-width: 768px) {
  #products .servicePage ul {
    padding: 5px 15px;
  }
}

@media (min-width: 768px) {
  .sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 15px;
  }
}

@media (min-width: 768px) {
  .accordion-item {
    background-color: transparent !important;
  }
}
#products .servicePage ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  margin-left: 40px;
}
@media (max-width: 768px) {
  #products .servicePage ul li {
    margin-bottom: 5px;
  }
}
#products .servicePage ul li:before {
  content: "";
  background: url(../images/logo-icon.svg) center center no-repeat;
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 0;
  position: absolute;
  left: 20px;
}
@media (max-width: 768px) {
  #products .servicePage ul li:before {
    left: 15px;
  }
}
@media (max-width: 768px) {
  #products .tab-content {
    padding: 0;
  }
  #products .accordion-button:not(.collapsed) {
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    background: #344A8C;
    border-radius: 5px 5px 0px 0px;
  }
  #products .accordion-item {
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.0784313725);
    background: #fff;
    border-bottom: 0px;
    margin-bottom: 10px;
    border-radius: 20px !important;
  }
  #products .accordion-header {
    border-radius: 5px;
  }
  #products .accordion-item:first-of-type .accordion-button {
    border-radius: 5px;
  }
  #products .accordion-button {
    border-radius: 5px;
    font-size: 17px;
    color: #344A8C;
    font-weight: 600;
  }
  #products .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    transform: rotate(-180deg);
  }
  #products .left-tabs.nav-tabs {
    display: none;
  }
  #products .vtabs .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

/*
 * Responsive vertical tabs for Bootstrap 5
 *
 * Copyright (c) 2020-2021 Tromgy (tromgy@yahoo.com)
 *
 * Custom variable definitions. You can change these variables
 * to suit your needs without messing with the main stylesheet.
 *
 * This software is supplied under the terms of the MIT License, a
 * copy of which should be located in the distribution where this
 * file was obtained (LICENSE.txt). A copy of the license may also be
 * found online at https://opensource.org/licenses/MIT.
 *
 */
#accordion-section .accordion {
  margin: 2rem auto;
}

#accordion-section .accordion-item {
  background-color: #fff;
  color: #222;
  margin: 0 0 20px 0;
  border-radius: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #e7e7e7;
  transition: 0.2s !important;
}

#accordion-section .accordion-item-header {
  padding: 1rem 3rem 1rem 1rem;
  min-height: 3.5rem;
  line-height: 1.3rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #344A8C;
}

#accordion-section .accordion-item-header span {
  color: #344A8C;
  margin-right: 5px;
}

#accordion-section .accordion-item-header::after {
  content: "+";
  font-size: 1.25rem;
  position: absolute;
  right: 1.5rem;
  color: #5e98ef;
}

#accordion-section .accordion-item-header.active::after {
  content: "−";
}

#accordion-section .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

#accordion-section .accordion-item-body-content {
  padding: 1.5rem;
  border-top: 1px solid;
  -o-border-image: linear-gradient(to right, transparent, #5e98ef, transparent) 1;
  border-image: linear-gradient(to right, transparent, #5e98ef, transparent) 1;
}

#accordion-section .acoordion-container {
  max-width: 1210px;
  margin: 0 auto !important;
  overflow: visible !important;
}


#bredcrumb {
  background-color: #344A8C;
}
#bredcrumb .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0;
  margin-bottom: 0;
  list-style: none;
}
#bredcrumb .breadcrumb a {
  text-decoration: none;
  color: #fff;
}

.breadcrumb-item .active {
  color: #F9FBFF !important;
}

#about-inner {
  padding: 50px 50px;
  position: relative;
  font-family: "Inter", sans-serif;
}
#about-inner .sec-full {
  max-width: 980px;
  margin: 0 auto 0px;
  display: block;
  padding: 0 15px;
  text-align: center;
}
#about-inner .sec-full::before {
  content: url(../images/logo-icon.png);
  display: block;
  text-align: center;
  top: 50px;
  position: absolute;
  left: 45%;
  z-index: -1;
  opacity: 0.7;
}
#about-inner .sectxt-title {
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-size: 35px;
  line-height: 50px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  letter-spacing: 2px;
  font-weight: 500;
}
#about-inner .sectxt-subtitle {
  font-weight: 600;
  color: #242424;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  margin-bottom: 15px;
}
#about-inner .sectxt-para {
  line-height: 32px;
  color: #242424;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.6px;
}
#about-inner .sectxt-para span {
  font-weight: bolder;
}

@media (max-width: 575.98px) {
  #about-inner {
    padding: 50px 15px;
  }
  #about-inner .sec-full::before {
    top: 60px;
  }
  #about-inner .sectxt-title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.2px;
  }
  #about-inner .sectxt-para {
    font-size: 16p;
    line-height: 28px;
    letter-spacing: 0.3px;
  }
}
.cmd-message-area {
  background-color: #C02223;
  position: relative;
  z-index: 1;
}
.cmd-message-area .cmd-content-area {
  flex: 0 0 50%;
  min-width: 50%;
  position: relative;
  z-index: 1;
  padding: 50px 5%;
}
.cmd-message-area .cmd-content-area .section-heading {
  text-align: left;
  margin-bottom: 10px;
}
.cmd-message-area .cmd-content-area .address {
  margin-top: 30px;
}
.cmd-message-area .cmd-content-area .address h6 img {
  margin-right: 10px;
}
.cmd-message-area .editor-thumbnail {
  flex: 0 0 50%;
  min-width: 50%;
}
.cmd-message-area .editor-thumbnail img {
  height: auto;
  max-width: 100%;
}
.cmd-message-area .section-heading h2 {
  margin-bottom: 8px;
}
.cmd-message-area .dark {
  background-image: linear-gradient(to top left, #48556c 0, #1b212b 50%, #141922 51%, #353b45 100%) !important;
}

#content-1 .signature img {
  max-width: 100px;
  margin: 20px 0px;
}
#content-1 .signature h2 {
  font-size: 18px;
  line-height: 32px;
  font-family: "Inter", sans-serif;
  color: #fff;
}
#content-1 .section-heading {
  position: relative;
  z-index: 1;
}
#content-1 .section-heading .top-title {
  position: relative;
  display: block;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  color: #fff;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 1px;
}
#content-1 .section-heading .sec-title {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#content-1 .section-heading h2 {
  position: relative;
  display: block;
  font-size: 40px;
  font-family: "Inter", sans-serif;
  color: #fff;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-transform: uppercase;
  transition: all 500ms ease;
}
#content-1 .section-heading h2 span {
  font-weight: fw-300;
}

.cmd-content-area p {
  font-size: 17px;
  font-family: "Inter", sans-serif;
  color: #fff;
  line-height: 32px;
  font-weight: 300;
}

.imgborder {
  border: 1px solid #fff;
  transition: all 500ms ease;
  box-shadow: 0px 0px 20px 0px #333;
}
.imgborder:hover {
  box-shadow: 0px 0px 20px 0px #222;
}

#mission-vision {
  overflow: hidden;
}
#mission-vision > hr {
  margin: 20px 10px;
}
#mission-vision .custom-scrollbar-js {
  max-height: 620px;
}
#mission-vision .custom-scrollbar-css {
  overflow-y: scroll;
}
#mission-vision .custom-scrollbar-css::-webkit-scrollbar {
  width: 5px;
}
#mission-vision .custom-scrollbar-css::-webkit-scrollbar-track {
  background: #eee;
}
#mission-vision .bul {
  font-size: 20px;
  margin-right: 10px;
  color: #242424;
}

.content {
  overflow: auto;
  position: relative;
  padding: 20px;
  margin: 10px;
  width: 740px;
  max-width: 97%;
  box-sizing: border-box;
}
.content hr {
  margin-bottom: -10px;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
}
.content p {
  margin: 30px 0;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: justify;
}
.content p:last-child {
  margin-bottom: 5px;
}
.content p:nth-child(odd) {
  padding: 5px 10px;
  border-radius: 3px;
}
.content p:nth-child(3n+3) {
  background: none;
  padding: 0;
}
.content p.full:nth-child(odd) {
  background: none;
  padding: 0;
}
.content p.full:nth-child(3n+3) {
  background: none;
  padding: 0;
}
.content p.half:nth-child(odd) {
  background: none;
  padding: 0;
}
.content p.half:nth-child(3n+3) {
  background: none;
  padding: 0;
}
.content h2 {
  font-size: 200%;
  line-height: 130%;
}
.content h2:first-child {
  margin-top: 5px;
}
.content:nth-child(odd) h2 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.content img {
  margin: 0;
  box-sizing: border-box;
  padding: 3px;
}
.content .half img {
  max-width: 48%;
  margin: 0 0 2% 2%;
}
.content .half img:nth-child(odd) {
  margin: 0 2% 2% 0;
}

.content.hidden {
  display: none;
}

.content.light {
  background-color: #ddd;
  color: #344A8C;
}
.content.light hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.content.light p:nth-child(odd) {
  padding: 5px 10px;
  border-radius: 3px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.content.light h2 {
  color: inherit;
}
.content.light img {
  background: rgba(255, 255, 255, 0.4);
}

.content.light p:nth-child(3n+3) {
  color: #C02223;
}

hr + .content:nth-child(odd) h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.custom-scrollbar-css {
  max-height: 620px;
}

@media (min-width: 576px) {
  #content-1 .section-heading h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 768px) {
  #content-1 .section-heading h2 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .cmd-content-area p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cmd-message-area {
    flex-wrap: wrap;
  }
  .cmd-message-area .cmd-content-area {
    flex: 0 0 100%;
    min-width: 100%;
  }
  .cmd-message-area .editor-thumbnail {
    flex: 0 0 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cmd-message-area {
    flex-wrap: wrap;
  }
  .cmd-message-area .cmd-content-area {
    flex: 0 0 100%;
    min-width: 100%;
  }
  .cmd-message-area .editor-thumbnail {
    flex: 0 0 100%;
    min-width: 100%;
  }
  .cmd-content-area p {
    font-size: 17px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #mission-vision .custom-scrollbar-js {
    max-height: 650px;
  }
  .custom-scrollbar-css {
    max-height: 650px;
  }
}
#mission-vision .section-heading h2 {
  text-transform: capitalize;
}

#mission-vision .section-heading h2:before {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 60px;
  height: 2px;
  content: "";
  background-color: #e8bb33;
}

#financial .sec-img img {
  border-radius: 10px;
}
#financial .sectxt-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #344A8C;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
#financial p {
  font-size: 17px;
  opacity: 0.9;
  line-height: 32px;
  font-weight: 400;
}
#financial h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  position: relative;
  line-height: 1.2em;
}
#financial h3:before {
  position: absolute;
  left: 0;
  top: 1.8em;
  height: 0;
  width: 50px;
  content: "";
  border-top: 2px solid #C02223;
}
#financial .img-btn-div {
  float: right;
  position: relative;
  max-width: 500px;
  padding: 0 0px 0px 25px;
  width: 100%;
}
@media (max-width: 992px) {
  #financial .img-btn-div {
    float: none;
    max-width: 400px;
    padding: 0px 25px 25px 0px;
    display: block;
    margin: 0 auto;
  }
}
#financial .img-btn-div .play-store-btn {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: -14%;
  font-size: 15px;
  max-width: 300px;
  margin: 0px auto;
  display: block;
  background-color: #344A8C;
  color: #fff !important;
  border-radius: 20px;
  padding: 7px 10px;
  text-align: center;
}
@media (max-width: 992px) {
  #financial .img-btn-div .play-store-btn {
    position: relative;
    max-width: 300px;
    margin: 15px auto;
  }
}
#financial .custom-list li {
  font-size: 17px !important;
  font-weight: 400 !important;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #financial .custom-list li {
    margin-bottom: 5px;
  }
}
#financial .custom-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  border-radius: 50%;
  color: #C02223;
  font-size: 20px;
  margin-right: 15px;
  font-weight: 700;
}

#atm-banking .sec-img img {
  border-radius: 10px;
}
#atm-banking .sectxt-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #344A8C;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
#atm-banking p {
  font-size: 17px;
  opacity: 0.9;
  line-height: 32px;
  font-weight: 400;
}
#atm-banking h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  position: relative;
  line-height: 1.2em;
}
#atm-banking h3:before {
  position: absolute;
  left: 0;
  top: 1.8em;
  height: 0;
  width: 50px;
  content: "";
  border-top: 2px solid #C02223;
}
#atm-banking .custom-list li {
  font-size: 17px !important;
  font-weight: 400 !important;
  display: inline-flexbox;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #atm-banking .custom-list li {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #atm-banking .custom-list li {
    margin-bottom: 20px !important;
  }
}
#atm-banking .custom-list li span {
  display: inline;
  font-weight: 600;
}
#atm-banking .custom-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  border-radius: 50%;
  color: #C02223;
  font-size: 20px;
  margin-right: 15px;
  font-weight: 700;
}
#atm-banking .custom-list li a {
  font-size: 15px !important;
  color: #C02223;
  text-decoration: none;
  display: inline;
  font-weight: 600;
}
#atm-banking .custom-list li a:hover {
  color: #344A8C;
}

#sms-financial-sec .sec-img img {
  border-radius: 10px;
}
#sms-financial-sec .sectxt-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #344A8C;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
#sms-financial-sec p {
  font-size: 17px;
  opacity: 0.9;
  line-height: 32px;
  font-weight: 400;
}
#sms-financial-sec h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  position: relative;
  line-height: 1.2em;
}
#sms-financial-sec h3:before {
  position: absolute;
  left: 0;
  top: 1.8em;
  height: 0;
  width: 50px;
  content: "";
  border-top: 2px solid #C02223;
}
#sms-financial-sec .img-btn-div {
  float: right;
  position: relative;
  max-width: 500px;
  padding: 0 0px 0px 25px;
  width: 100%;
}
@media (max-width: 992px) {
  #sms-financial-sec .img-btn-div {
    float: none;
    max-width: 400px;
    padding: 0px 25px 25px 0px;
    display: block;
    margin: 0 auto;
  }
}
#sms-financial-sec .img-btn-div .play-store-btn {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: -14%;
  font-size: 15px;
  max-width: 300px;
  margin: 0px auto;
  display: block;
  background-color: #344A8C;
  color: #fff !important;
  border-radius: 20px;
  padding: 7px 10px;
  text-align: center;
}
@media (max-width: 992px) {
  #sms-financial-sec .img-btn-div .play-store-btn {
    position: relative;
    max-width: 300px;
    margin: 15px auto;
  }
}
#sms-financial-sec .custom-list li {
  font-size: 17px !important;
  font-weight: 400 !important;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #sms-financial-sec .custom-list li {
    margin-bottom: 5px;
  }
}
#sms-financial-sec .custom-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  border-radius: 50%;
  color: #C02223;
  font-size: 20px;
  margin-right: 15px;
  font-weight: 700;
}

#sms-banking .custom-list li {
  font-size: 17px !important;
  font-weight: 400 !important;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #sms-banking .custom-list li {
    margin-bottom: 5px;
  }
}
#sms-banking .custom-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  border-radius: 50%;
  color: #C02223;
  font-size: 20px;
  margin-right: 15px;
  font-weight: 700;
}
#sms-banking .sec-img img {
  border-radius: 10px;
}
#sms-banking .sectxt-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #344A8C;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
#sms-banking p {
  font-size: 17px;
  opacity: 0.9;
  line-height: 32px;
  font-weight: 400;
}
#sms-banking h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  position: relative;
  line-height: 1.2em;
}
#sms-banking h3:before {
  position: absolute;
  left: 0;
  top: 1.8em;
  height: 0;
  width: 50px;
  content: "";
  border-top: 2px solid #C02223;
}

.play-store-img {
  font-size: 15px;
  max-width: 310px;
  margin: 15px auto;
  display: block;
  background-color: #344A8C;
  color: #fff !important;
  border-radius: 20px;
  padding: 7px 10px;
  text-align: center;
}
.play-store-img:hover {
  background-color: #C02223;
}

#digital-banking-cards .h1-line {
  width: 100px;
  background-color: #344A8C;
  height: 3px;
  margin: 15px auto 30px auto;
  display: block;
}
#digital-banking-cards .sec-title {
  font-size: 2em;
  line-height: 1.2em;
  letter-spacing: 1px;
  color: #C02223;
}
#digital-banking-cards .card-content {
  font-family: "Inter", sans-serif;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.2px;
  font-weight: 500;
}
#digital-banking-cards .card-item {
  background: #fff;
  position: relative;
  text-align: center;
  transition: 0.3s;
  padding: 30px 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
}
#digital-banking-cards .card-item:before {
  position: absolute;
  width: 0;
  height: 0;
  background-color: #344A8C;
  left: 0;
  top: 0;
  content: "";
  transition: 0.3s;
}
#digital-banking-cards .card-item:after {
  position: absolute;
  width: 0;
  height: 0;
  background-color: #344A8C;
  right: 0;
  bottom: 0;
  content: "";
  transition: 0.3s;
}
#digital-banking-cards .card-item:hover {
  box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.1);
}
#digital-banking-cards .card-item:hover:after {
  width: 50%;
  height: 2px;
  transition: 0.3s;
}
#digital-banking-cards .card-item:hover:before {
  width: 50%;
  height: 2px;
  transition: 0.3s;
}
#digital-banking-cards .card-item:hover i.fas {
  background-color: #344A8C;
  color: #fff;
  border-color: #344A8C;
  border-radius: 0;
}
#digital-banking-cards .card-item i.fas {
  font-size: 32px;
  width: 60px;
  height: 60px;
  border: 1px solid #2d3e61;
  line-height: 56px;
  margin-bottom: 30px;
  border-radius: 50%;
  transition: 0.3s;
  color: #C02223;
}
#digital-banking-cards .card-item h2 {
  font-size: 18px;
  color: #344A8C;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.2px;
}
#digital-banking-cards .card-item .title {
  font-size: 24px;
  color: #344A8C;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.2px;
}
#digital-banking-cards .card-item img.dicgc-logo {
  max-width: 150px;
}
#digital-banking-cards .card-item img.qr-img {
  max-width: 200px;
}
#digital-banking-cards .card-item.card-flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 768px) {
  #digital-banking-cards .card-item.card-flex {
    display: block;
    margin: 20px auto;
    flex-wrap: wrap;
  }
}
#digital-banking-cards .card-item.card-flex h2 {
  text-align: center;
  font-size: 17px;
  color: #000;
  padding: 0 30px;
}

@media (min-width: 576px) {
  #digital-banking-cards .sec-title {
    font-size: 2em;
  }
  #digital-banking-cards .card-item i.fas {
    font-size: 32px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  #digital-banking-cards .card-item h2 {
    font-size: 17px;
  }
  #digital-banking-cards .card-item .title {
    font-size: 1.8em;
  }
}
@media (min-width: 768px) {
  #digital-banking-cards .sec-title {
    font-size: 2.4em;
  }
}
@media (min-width: 992px) {
  #digital-banking-cards .sec-title {
    font-size: 2.6em;
  }
}
@media (min-width: 1200px) {
  #digital-banking-cards .sec-title {
    font-size: 2.9em;
  }
}
#impsmodal .sectxt-para {
  font-size: 15px !important;
  font-weight: 400 !important;
  margin-bottom: 0px;
}
#impsmodal h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 15px 0;
}
#impsmodal h5 {
  font-size: 1rem;
  font-weight: 600;
  margin: 15px 0;
}
#impsmodal .custom-list {
  margin: 10px 0;
}
#impsmodal .custom-list li {
  font-size: 15px !important;
  font-weight: 400 !important;
  display: inline-flexbox;
  align-items: flex-start;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  #impsmodal .custom-list li {
    margin-bottom: 5px;
  }
}
#impsmodal .custom-list li span {
  display: inline;
  font-weight: 600;
}
#impsmodal .custom-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  border-radius: 50%;
  color: #C02223;
  font-size: 15px !important;
  margin-right: 15px;
  font-weight: 700;
}

#upimodal .sectxt-para {
  font-size: 15px !important;
  font-weight: 400 !important;
  margin-bottom: 0px;
}
#upimodal h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 15px 0;
}
#upimodal h5 {
  font-size: 1rem;
  font-weight: 600;
  margin: 15px 0;
}
#upimodal .custom-list {
  margin: 10px 0;
}
#upimodal .custom-list li {
  font-size: 15px !important;
  font-weight: 400 !important;
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  #upimodal .custom-list li {
    margin-bottom: 5px;
  }
}
#upimodal .custom-list li span {
  display: inline-block;
  font-weight: 600;
}
#upimodal .custom-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  border-radius: 50%;
  color: #C02223;
  font-size: 15px !important;
  margin-right: 15px;
  font-weight: 700;
}

@keyframes playbutton-effect {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
#about-section .sec-gap {
  padding: 30px 30px !important;
  background: #C02223;
}
#about-section .sectxt-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0px;
  letter-spacing: 1px;
  color: #344A8C;
  text-transform: uppercase;
  text-shadow: 1px 1px rgba(34, 34, 34, 0.2509803922);
}
#about-section .sectxt-subtitle {
  font-size: 23px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #C02223;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
}
#about-section .sectxt-subtitle b {
  font-size: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: none;
  color: #242424;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
#about-section .sectxt-subtitle::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 3px;
  background: #aa2832;
  top: 0;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
#about-section .sectxt-subtitle::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 3px;
  background: #C02223;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
#about-section .sec-lft {
  margin-bottom: 20px;
}
#about-section .listitem {
  margin-bottom: 20px;
}
#about-section .listitem-icon {
  float: left;
  position: relative;
  margin-right: 15px;
  font-size: 20px;
  color: #C02223;
  width: 25px;
  z-index: 2;
}
#about-section .listitem-icon i {
  -webkit-text-stroke: 1px #bbb;
}
#about-section .listitem-icon::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  right: -5px;
  top: 0px;
  z-index: -1;
}
#about-section .listitem-txt {
  overflow: hidden;
}
#about-section .listitem-title-txt {
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 17px;
  line-height: normal;
  text-align: left;
  text-shadow: 2px 3px 5px rgba(15, 15, 15, 0.5803921569);
}
#about-section .listitem-title-txt a {
  color: #242424;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 17px;
  line-height: normal;
  text-align: left;
}
#about-section .listitem-desc-txt {
  font-family: 17px;
  line-height: 32px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.6px;
}
#about-section .sec-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
#about-section .sec-img img {
  box-shadow: 1px 1px 5px #242424;
}
#about-section .sec-img-txt {
  position: absolute;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  -webkit-text-stroke: 1px #aa2832;
  display: inline-block;
  text-align: center;
  margin-top: -135px;
  z-index: 99;
}
#about-section .btn-play-video {
  position: absolute;
  font-size: 20px;
  background: #C02223;
  color: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 56px; /* 50px */
  border-radius: 50%;
}
#about-section .btn-play-video::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: 50%;
  border: 2px solid #aa2832;
  animation: playbutton-effect 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}
#about-section .btn-play-video::after {
  position: absolute;
  border: 60px solid rgba(170, 40, 50, 0.11);
  content: "";
  border-radius: 50%;
  left: -35px;
  top: -35px;
  right: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
}

@media (max-width: 576px) {
  #about-section .sec-gap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  #about-section .sectxt-subtitle {
    font-size: 24px;
    padding-left: 42px;
    padding-right: 42px;
  }
  #about-section .sectxt-subtitle::before {
    width: 35px;
  }
  #about-section .sectxt-subtitle::after {
    width: 35px;
  }
}
@media (min-width: 576px) {
  #about-section .listitem-title-txt {
    font-size: 24px;
    line-height: normal;
  }
  #about-section .listitem-title-txt a {
    font-size: 18px;
    line-height: normal;
  }
  #about-section .listitem {
    margin-bottom: 32px;
  }
  #about-section .listitem:last-child {
    margin-bottom: 0px;
  }
  #about-section .listitem-icon {
    margin-right: 30px;
    font-size: 32px;
    color: #344A8C;
    width: 30px;
    position: relative;
    z-index: 2;
  }
  #about-section .listitem-icon::before {
    width: 35px;
    height: 35px;
    right: -10px;
    top: -2px;
  }
}
#deposite-scheme a.nav-link.active {
  background: #344A8C;
  color: #fff;
}
#deposite-scheme .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #344A8C;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  border: 1px solid #344A8C;
}
@media (max-width: 468px) {
  #deposite-scheme .nav-link {
    font-size: 15px;
  }
}
#deposite-scheme .subtitle {
  font-size: 17px;
  margin-top: 10px;
  font-weight: 500;
  margin-bottom: 10px;
}
#deposite-scheme .title {
  font-size: 24px;
  font-weight: 500;
  color: #344A8C;
  line-height: 39px;
  margin-bottom: 20px;
  margin-top: 0px;
}
#deposite-scheme .title:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #C02223;
  margin-top: 15px;
  border-radius: 3px;
}
#deposite-scheme .title-ctr {
  font-size: 24px;
  font-weight: 500;
  color: #344A8C;
  line-height: 39px;
  margin-bottom: 20px;
  margin-top: 0px;
}
#deposite-scheme .title-ctr:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #C02223;
  margin-top: 15px;
  margin: auto;
  display: block;
  border-radius: 3px;
}
#deposite-scheme .content-box {
  background: rgba(221, 221, 221, 0.2196078431);
  position: relative;
  margin-top: 30px;
}
#deposite-scheme .content-box:before {
  content: "";
  position: absolute;
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  display: inline-block;
  top: 0;
  left: 50%;
  right: auto;
  -khtml-transform: translateX(-50%);
  transform: translateX(-50%);
}
#deposite-scheme .content-box .sec-img {
  width: 100%;
  background: #f3f3f3;
  border-radius: 50%;
  padding: 20px;
}
@media (min-width: 992px) {
  #deposite-scheme .content-box .sec-img {
    max-width: 300px;
  }
}
@media (max-width: 992px) {
  #deposite-scheme .content-box .sec-img {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  #deposite-scheme .content-box .sec-img {
    max-width: 250px;
  }
}
@media (max-width: 568px) {
  #deposite-scheme .content-box .sec-img {
    max-width: 200px;
  }
}
#deposite-scheme .content-box .custom-list li {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  text-align: justify;
}
#deposite-scheme .content-box .custom-list li::before {
  content: "\f4d3";
  font-family: "fontawesome";
  font-size: 20px;
  font-weight: 600;
  margin-right: 15px;
  color: #C02223;
}
#deposite-scheme .content-box .custom-list-current li {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
}
#deposite-scheme .content-box .custom-list-current li::before {
  content: "\f4c0";
  font-family: "fontawesome";
  font-size: 20px;
  font-weight: 600;
  margin-right: 15px;
  color: #C02223;
}
#deposite-scheme .content-box .custom-list-term li {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
}
#deposite-scheme .content-box .custom-list-term li::before {
  content: "\f00c";
  font-family: "fontawesome";
  font-size: 20px;
  font-weight: 600;
  margin-right: 15px;
  color: #C02223;
}
#deposite-scheme .list-box {
  height: 500px;
  overflow-y: scroll;
  padding: 10px;
}
#deposite-scheme .list-box::-webkit-scrollbar-track {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 45%, #f2f2f2 50%, rgba(255, 255, 255, 0) 61%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
  height: fit-content;
}
#deposite-scheme .list-box::-webkit-scrollbar {
  width: 15px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  height: 30px;
}
#deposite-scheme .list-box::-webkit-scrollbar-thumb {
  background: url(../images/slide-nav.png) center center no-repeat;
  border-radius: 15px;
  height: 15px !important;
  width: 100%;
  position: relative;
  z-index: 999999;
  padding: 15px;
}
@media (max-width: 567px) {
  #deposite-scheme .list-box {
    height: 280px !important;
  }
}
#deposite-scheme .list-box {
  height: 450px;
  overflow-y: scroll;
  scrollbar-color: #fff;
  scrollbar-width: 20px;
}
#deposite-scheme .box-for-document {
  width: 130px;
  height: 130px;
  border: 1px solid #C02223;
  border-radius: 50%;
  margin: 15px auto;
}
#deposite-scheme .document-image {
  width: 90px;
  margin: 25px auto;
  display: block;
}
#deposite-scheme .document P {
  text-align: center;
  font-size: 17px;
}
#deposite-scheme .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}
#deposite-scheme .nav-link {
  border-radius: 0;
}
#deposite-scheme .table-box {
  background-color: #fff;
  margin: auto;
  display: block;
  border-radius: 5px;
}
#deposite-scheme .table-title {
  font-size: 18px;
  text-align: center;
  background: #344A8C;
  color: #fff;
  padding: 15px 20px;
  margin: 0;
}
#deposite-scheme tr:last-child {
  border: 0px #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}
#deposite-scheme th {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  color: #344A8C;
}
#deposite-scheme td {
  font-size: 15px;
  text-align: center;
  padding: 15px;
}
#deposite-scheme .table-box {
  background-color: #fff;
  margin: auto;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 2px 6px 50px rgba(126, 126, 126, 0.1803921569);
}

#rtgs-neft .sec-img img {
  border-radius: 10px;
}
#rtgs-neft .sectxt-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #344A8C;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
#rtgs-neft p {
  font-size: 17px;
  opacity: 0.9;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 568px) {
  #rtgs-neft p {
    font-size: 15px;
  }
}
#rtgs-neft h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  position: relative;
  line-height: 1.2em;
}
#rtgs-neft h3:before {
  position: absolute;
  left: 0;
  top: 1.8em;
  height: 0;
  width: 50px;
  content: "";
  border-top: 2px solid #C02223;
}
@media (max-width: 576px) {
  #rtgs-neft h3:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    content: "";
    border-left: 2px solid #C02223;
  }
}
#rtgs-neft h3:before {
  position: absolute;
  left: 0;
  top: 1.8em;
  height: 0;
  width: 50px;
  content: "";
  border-top: 2px solid #C02223;
}
#rtgs-neft .custom-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #rtgs-neft .custom-list li {
    margin-bottom: 5px;
  }
}
#rtgs-neft .custom-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  border-radius: 50%;
  color: #C02223;
  font-size: 20px;
  margin-right: 15px;
  font-weight: 700;
}

#atm-banking .sec-img img {
  border-radius: 10px;
}
#atm-banking .sectxt-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #344A8C;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
#atm-banking p {
  font-size: 17px;
  opacity: 0.9;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 568px) {
  #atm-banking p {
    font-size: 15px;
  }
}
#atm-banking h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  position: relative;
  line-height: 1.2em;
}
@media (max-width: 576px) {
  #atm-banking h3 {
    padding-left: 15px;
  }
}
#atm-banking h3:before {
  position: absolute;
  left: 0;
  top: 1.8em;
  height: 0;
  width: 50px;
  content: "";
  border-top: 2px solid #C02223;
}
@media (max-width: 576px) {
  #atm-banking h3:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    content: "";
    border-left: 2px solid #C02223;
  }
}
#atm-banking .img-btn-div {
  float: left;
  position: relative !important;
  max-width: 500px;
  width: 100%;
  margin: 0 35px 70px 0;
}
@media (max-width: 992px) {
  #atm-banking .img-btn-div {
    float: none;
    max-width: 400px;
    padding: 25px 0 25px 0;
    display: block;
    margin: 0 auto;
  }
}
#atm-banking .play-store-btn {
  position: absolute;
  left: 0%;
  right: 0%;
  font-size: 15px;
  max-width: 300px;
  margin: 15px auto;
  display: block;
  background-color: #344A8C;
  color: #fff !important;
  border-radius: 20px;
  padding: 7px 10px;
  text-align: center;
}
@media (max-width: 992px) {
  #atm-banking .play-store-btn {
    position: relative;
    max-width: 300px;
    margin: 15px auto;
    bottom: 0px;
  }
}
#atm-banking .custom-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #atm-banking .custom-list li {
    margin-bottom: 5px;
  }
}
#atm-banking .custom-list li a {
  margin-left: 10px;
}
#atm-banking .custom-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  border-radius: 50%;
  color: #C02223;
  font-size: 20px;
  margin-right: 15px;
  font-weight: 700;
}

#smsBanking .sec-img img {
  border-radius: 10px;
}
#smsBanking .sectxt-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #344A8C;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
#smsBanking p {
  font-size: 17px;
  opacity: 0.9;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 568px) {
  #smsBanking p {
    font-size: 15px;
  }
}
#smsBanking h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  position: relative;
  line-height: 1.2em;
}
@media (max-width: 576px) {
  #smsBanking h3 {
    padding-left: 15px;
  }
}
#smsBanking h3:before {
  position: absolute;
  left: 0;
  top: 1.8em;
  height: 0;
  width: 50px;
  content: "";
  border-top: 2px solid #C02223;
}
@media (max-width: 576px) {
  #smsBanking h3:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    content: "";
    border-left: 2px solid #C02223;
  }
}
#smsBanking .table {
  font-size: 17px;
}
@media (max-width: 767px) {
  #smsBanking .table {
    font-size: 15px;
    overflow-x: scroll;
  }
}
@media (max-width: 576px) {
  #smsBanking .table {
    font-size: 13px;
    overflow-x: scroll;
  }
}
#smsBanking .custom-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #smsBanking .custom-list li {
    margin-bottom: 5px;
  }
}
#smsBanking .custom-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  border-radius: 50%;
  color: #C02223;
  font-size: 20px;
  margin-right: 15px;
  font-weight: 700;
}

.service-table-box {
  background-color: #fff;
  margin: auto;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 2px 6px 50px rgba(126, 126, 126, 0.1803921569);
}
.service-table-box .table {
  font-size: 17px;
  overflow-x: scroll;
}
.service-table-box .table-title {
  font-size: 18px;
  text-align: center;
  background: #344A8C;
  color: #fff;
  padding: 15px 20px;
  margin: 0;
}
.service-table-box tr:last-child {
  border: 0px #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}
.service-table-box th {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  color: #344A8C;
}
@media (max-width: 767px) {
  .service-table-box th {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .service-table-box th {
    font-size: 13px;
  }
}
.service-table-box td {
  font-size: 17px;
  text-align: center;
  padding: 15px;
}
@media (max-width: 767px) {
  .service-table-box td {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .service-table-box td {
    font-size: 13px;
    padding: 10px;
  }
}

#downloadform {
  background: url(../images/background.jpg);
  background-attachment: fixed;
}
#downloadform .form-links li {
  color: #242424;
  font-size: 18px;
  border-bottom: 1px solid #242424;
  padding-bottom: 15px;
  padding-top: 15px;
  display: flex;
}
#downloadform .form-links li::before {
  font-family: FontAwesome;
  content: "\f1c1";
  font-size: 17px;
  margin: 0 10px;
  color: #C02223;
}
#downloadform .form-links li a {
  text-decoration: none;
  color: #242424;
}
#downloadform .form-links li a:hover {
  color: #344A8C;
}
#downloadform .form-links li a::after {
  content: "";
  border-bottom: 1px solid #000;
}

#annualReports {
  padding: 50px;
  background: url(../images/background.jpg);
  background-attachment: fixed;
}
@keyframes animation-bg {
  0% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
#annualReports .card {
  margin-top: 5%;
  transition: all 0.2s ease-out;
  border-radius: 15px;
  border: none;
  background-color: white;
}
#annualReports .btn {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 110%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0);
  transition: all 0.2s ease-out;
  border-radius: 10px;
  padding: 0.8rem 1rem;
  border: none;
  font-weight: bold;
}
#annualReports .card:hover .btn {
  opacity: 1;
  top: 100%;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}
#annualReports .card:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.7);
}
#annualReports h5 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.7rem;
  opacity: 0.3;
  text-shadow: 1px 1px 2px black;
  transition: all 0.2s ease-out;
}
#annualReports .card:hover h5 {
  opacity: 1;
  font-size: 3rem;
}
#annualReports .btn:hover {
  color: #344A8C;
  border: none;
}
#annualReports .card img {
  filter: blur(0px);
  transition: all 0.2s ease-out;
  border-radius: 15px;
  border: 1px solid #d2d2d2;
}
#annualReports .card:hover img {
  filter: blur(3px);
}

#faq a.nav-link.active {
  background: #344A8C;
  color: #fff;
}
#faq .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #344A8C;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  border: 1px solid #344A8C;
}
@media (max-width: 468px) {
  #faq .nav-link {
    font-size: 15px;
  }
}
#faq .subtitle {
  font-size: 17px;
  margin-top: 10px;
  font-weight: 500;
  margin-bottom: 10px;
}
#faq .title {
  font-weight: 500;
  color: #344A8C;
  line-height: 39px;
  margin-bottom: 20px;
  margin-top: 0px;
}
#faq .title:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #C02223;
  margin-top: 15px;
  border-radius: 3px;
}
#faq .title-ctr {
  font-size: 24px;
  font-weight: 500;
  color: #344A8C;
  line-height: 39px;
  margin-bottom: 20px;
  margin-top: 0px;
}
#faq .title-ctr:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #C02223;
  margin-top: 15px;
  margin: auto;
  display: block;
  border-radius: 3px;
}
#faq .content-box {
  background: rgba(221, 221, 221, 0.2196078431);
  position: relative;
  margin-top: 30px;
}
#faq .content-box:before {
  content: "";
  position: absolute;
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  display: inline-block;
  top: 0;
  left: 50%;
  right: auto;
  -khtml-transform: translateX(-50%);
  transform: translateX(-50%);
}
#faq .content-box .custom-list li {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
}
#faq .content-box .custom-list li::before {
  content: "\f00c";
  font-family: "fontawesome";
  font-size: 20px;
  font-weight: 600;
  margin-right: 15px;
  color: #C02223;
}
#faq .content-box .custom-list-cross li {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
}
#faq .content-box .custom-list-cross li::before {
  content: "\f00d";
  font-family: "fontawesome";
  font-size: 20px;
  font-weight: 600;
  margin-right: 15px;
  color: #C02223;
}
#faq .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}
#faq .nav-link {
  border-radius: 0;
  width: auto !important;
  font-size: 17px;
  text-align: center;
}
@media (max-width: 480px) and (min-width: 320px) {
  #faq .nav-link {
    font-size: 15px;
    width: 160px !important;
  }
}
@media (max-width: 600px) and (min-width: 576px) {
  #faq .nav-link {
    width: 250px !important;
    font-size: 15px;
  }
}
@media (min-width: 480px) and (max-width: 576px) {
  #faq .nav-link {
    font-size: 15px;
    width: 200px !important;
  }
}
#faq .faq-heading {
  border-bottom: #777;
  padding: 20px 60px;
}
#faq .faq-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#faq .hr-line {
  width: 95%;
  margin: auto;
}
#faq .faq-page {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 30px 20px;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  margin: auto;
  font-size: 18px;
}
#faq .faq-body {
  margin: auto;
  /* text-align: center; */
  width: 95%;
  padding: auto;
  color: #242424;
}
#faq .show,
#faq .faq-page:hover {
  background-color: #F9F9F9;
  color: #344A8C;
}
#faq .faq-body {
  font-size: 17px;
  font-weight: 400;
  padding: 0 18px;
  display: none;
  overflow: hidden;
  position: relative;
}
#faq .faq-body::before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  align-content: center;
  margin-left: -18px;
  top: 0px;
}
#faq .faq-page:after {
  font-family: FontAwesome;
  content: "\f067";
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}
#faq .accordion {
  margin: 2rem auto;
}
#faq .accordion-item {
  background-color: #fff;
  color: #222;
  margin: 0 0 20px 0;
  border-radius: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #e7e7e7;
  transition: 0.2s !important;
}
#faq .accordion-item-header {
  padding: 1rem 3rem 1rem 1rem;
  min-height: 3.5rem;
  line-height: 160%;
  font-weight: 500;
  display: flex;
  align-items: self-start;
  position: relative;
  cursor: pointer;
  color: #000046;
  background: #fff;
}
#faq .accordion-item-header span {
  color: #000046;
  margin-right: 5px;
}
#faq .accordion-item-header::after {
  content: "+";
  font-size: 1.25rem;
  position: absolute;
  right: 1.5rem;
  color: #c02223;
}
#faq .accordion-item-header.active::after {
  content: "−";
}
#faq .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#faq .accordion-item-body-content {
  padding: 1.5rem;
  border-top: 1px solid;
  -o-border-image: linear-gradient(to right, transparent, #c02223, transparent) 1;
     border-image: linear-gradient(to right, transparent, #c02223, transparent) 1;
}
#faq .acoordion-container {
  max-width: 1210px;
  margin: 0 auto !important;
  overflow: visible !important;
}

#faq a.nav-link {
  border-radius: 0;
  width: auto !important;
  font-size: 19px;
  text-align: center;
  border: 0;
  border-bottom: 2px solid #d6d6d6;
  color: #242424;
}

#faq .nav-tabs .nav-item.show .nav-link, #faq .nav-tabs .nav-link.active {
  color: #c02223 !important;
  background-color: #fff !important;
  border-bottom: 3px solid #c02223 !important;
}

#core-banking {
  background: url(../images/background.jpg);
  background-attachment: fixed;
  padding: 50px 25px;
}
#core-banking .custom-order-list {
  list-style: none;
  counter-reset: item;
  font-size: 17px;
  font-weight: 400;
}
#core-banking .custom-order-list li {
  counter-increment: item;
  margin-bottom: 5px;
  padding-left: 32px;
  text-align: justify;
}
#core-banking .custom-order-list li::before {
  margin-right: 10px;
  content: counter(item);
  background: #C02223;
  border-radius: 100%;
  width: 20px;
  text-align: center;
  display: inline-block;
  height: 20px;
  margin-left: -32px;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
}
#core-banking .custom-order-list li > div {
  display: block;
}
#core-banking .custom-order-list li > div .div-item {
  margin-bottom: 5px;
  padding-left: 32px;
}
#core-banking .custom-order-list li > div .div-item::before {
  margin-right: 10px;
  font-family: FontAwesome;
  content: "\f105";
  background: rgba(192, 34, 35, 0.168627451);
  border-radius: 100%;
  width: 20px;
  text-align: center;
  display: inline-block;
  height: 20px;
  margin-left: -32px;
  font-size: 12px;
  line-height: 20px;
  color: #333;
}
#core-banking .img-btn-div {
  float: right;
  position: relative;
  max-width: 500px;
  padding: 0 0px 0px 25px;
  width: 100%;
}
@media (max-width: 992px) {
  #core-banking .img-btn-div {
    float: none;
    max-width: 400px;
    padding: 0px 25px 25px 0px;
    display: block;
    margin: 0 auto;
  }
}
#core-banking .list-box {
  height: 500px;
  overflow-y: scroll;
  padding: 10px;
}
#core-banking .list-box::-webkit-scrollbar-track {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 45%, #f2f2f2 50%, rgba(255, 255, 255, 0) 61%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
  height: fit-content;
}
#core-banking .list-box::-webkit-scrollbar {
  width: 15px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  height: 30px;
}
#core-banking .list-box::-webkit-scrollbar-thumb {
  background: url(../images/slide-nav.png) center center no-repeat;
  border-radius: 15px;
  height: 15px !important;
  width: 100%;
  position: relative;
  z-index: 999999;
  padding: 15px;
}
@media (max-width: 767px) {
  #core-banking .list-box {
    height: 100% !important;
  }
}
#core-banking .list-box {
  height: 450px;
  overflow-y: scroll;
  scrollbar-color: #fff;
  scrollbar-width: 20px;
}
#core-banking .sectxt-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #344A8C;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
#core-banking p {
  font-size: 17px;
  opacity: 0.9;
  line-height: 32px;
  font-weight: 400;
}
#core-banking .sec-img {
  max-width: 340px;
  display: block;
  margin: 0 auto;
}
#core-banking .sec-img img {
  border-radius: 10px;
}
#core-banking h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  position: relative;
  line-height: 1.2em;
}
#core-banking h3:before {
  position: absolute;
  left: 0;
  top: 1.8em;
  height: 0;
  width: 50px;
  content: "";
  border-top: 2px solid #C02223;
}

#benefits .sec-img img {
  border-radius: 10px;
}
#benefits .sectxt-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #344A8C;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
#benefits p {
  font-size: 17px;
  opacity: 0.9;
  line-height: 32px;
  font-weight: 400;
}
#benefits h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  position: relative;
  line-height: 1.2em;
}
#benefits h3:before {
  position: absolute;
  left: 0;
  top: 1.8em;
  height: 0;
  width: 50px;
  content: "";
  border-top: 2px solid #C02223;
}
#benefits .custom-list {
  padding-left: 0px;
  padding-top: 0px;
  margin-bottom: 40px;
}
#benefits .custom-list li {
  font-size: 16px;
  list-style: none;
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px;
}
#benefits .custom-list li::before {
  content: "\f00c";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 20px;
  top: 5px;
  transform: translateX(-50%);
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px !important;
}
#benefits .custom-list li.red::before {
  background-color: #C02223;
}
#benefits .custom-list li.blue::before {
  background-color: #334B89;
}

#shareholder a.nav-link.active {
  background: #344A8C;
  color: #fff;
}
#shareholder .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #344A8C;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  border: 1px solid #344A8C;
}
@media (max-width: 468px) {
  #shareholder .nav-link {
    font-size: 15px;
  }
}
#shareholder .subtitle {
  font-size: 17px;
  margin-top: 10px;
  font-weight: 500;
  margin-bottom: 10px;
}
#shareholder .img-btn-div {
  float: right;
  position: relative;
  max-width: 400px;
  padding: 0 0px 0px 25px;
  width: 100%;
}
@media (max-width: 992px) {
  #shareholder .img-btn-div {
    float: none;
    max-width: 400px;
    padding: 0px 25px 25px 0px;
    display: block;
    margin: 0 auto;
  }
}
#shareholder .content-box {
  background: rgba(221, 221, 221, 0.2196078431);
  position: relative;
  margin-top: 30px;
}
#shareholder .content-box:before {
  content: "";
  position: absolute;
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  display: inline-block;
  top: 0;
  left: 50%;
  right: auto;
  -khtml-transform: translateX(-50%);
  transform: translateX(-50%);
}
#shareholder .list-box {
  padding: 10px;
}
@media (max-width: 767px) {
  #shareholder .list-box {
    height: 100% !important;
  }
}
#shareholder .list-box .custom-list li {
  font-size: 16px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #shareholder .list-box .custom-list li {
    margin-bottom: 5px;
    font-size: 15px;
  }
}
#shareholder .list-box .custom-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  border-radius: 50%;
  color: #C02223;
  font-size: 20px;
  margin-right: 15px;
  font-weight: 700;
}
#shareholder .list-box .sectxt-title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid rgba(204, 204, 204, 0.431372549);
  padding: 15px 0px;
  color: #344A8C;
}
@media (max-width: 768px) {
  #shareholder .list-box .sectxt-title {
    font-size: 17px;
  }
}
#shareholder .list-box .sectxt-subtitle {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  padding: 15px 0 15px 35px;
  color: #344A8C;
}
@media (max-width: 768px) {
  #shareholder .list-box .sectxt-subtitle {
    font-size: 17px;
  }
}
#shareholder .list-box .note {
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  border: 2px #fdcfcf solid;
  background-color: #ffe0e0;
  text-align: left;
}
#shareholder .list-box .note li:before {
  font-size: 15px;
}
#shareholder .box-for-document {
  width: 130px;
  height: 130px;
  border: 1px solid #C02223;
  border-radius: 50%;
  margin: 15px auto;
}
#shareholder .document-image {
  width: 90px;
  margin: 25px auto;
  display: block;
}
#shareholder .document P {
  text-align: center;
  font-size: 17px;
}

#photogallery {
  padding: 50px;
}
@keyframes animation-bg {
  0% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
#photogallery .card {
  margin-top: 5%;
  transition: all 0.2s ease-out;
  border-radius: 15px;
  border: none;
  background-color: white;
}
#photogallery .btn {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 110%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0);
  transition: all 0.2s ease-out;
  border-radius: 10px;
  padding: 0.8rem 1.7rem;
  border: none;
  font-weight: bold;
}
#photogallery .card:hover .btn {
  opacity: 1;
  top: 100%;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}
#photogallery .card:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.7);
}
#photogallery h5 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.7rem;
  opacity: 0.3;
  text-shadow: 1px 1px 2px black;
  transition: all 0.2s ease-out;
}
#photogallery .card:hover h5 {
  opacity: 1;
  font-size: 3rem;
}
#photogallery .btn:hover {
  color: #344A8C;
  border: none;
}
#photogallery .card img {
  filter: blur(0px);
  transition: all 0.2s ease-out;
  border-radius: 15px;
  border: 1px solid #d2d2d2;
}
#photogallery .card:hover img {
  filter: blur(3px);
}

#boardofdirector {
  background: url(../images/background.jpg);
  background-attachment: fixed;
}
#boardofdirector .sec-left-img {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
  margin-top: 8px;
  padding: 0;
  max-width: 350px;
}
@media (max-width: 575px) {
  #boardofdirector .sec-left-img {
    float: none;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
  }
}
#boardofdirector .sec-right-img {
  float: right;
  margin-left: 40px;
  margin-bottom: 20px;
  margin-top: 8px;
  padding: 0;
}
@media (max-width: 575px) {
  #boardofdirector .sec-right-img {
    float: none;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
  }
}
#boardofdirector .sec-left-img img,
#boardofdirector .sec-right-img img {
  margin: auto;
  width: 100%;
  max-width: 350px;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
#boardofdirector hr.dotted {
  border-top: 1px dotted transparent;
  margin: 3rem 0;
  background-color: transparent;
}
#boardofdirector .sectxt-title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 2px solid #C02223;
  padding: 15px 0px;
  color: #344A8C;
}
#boardofdirector .sectxt-title > small {
  font-size: 15px;
  font-weight: 500;
  color: #242424;
}
@media (max-width: 575px) {
  #boardofdirector .sectxt-title {
    text-align: center;
  }
}
#boardofdirector .sectxt-subtitle {
  font-size: 17px;
  line-height: 32px;
  font-weight: 500;
  padding: 15px 15px;
  color: #242424;
  display: inline-block;
}
#boardofdirector .sectxt-subtitle i {
  color: #344A8C;
  border: 2px solid #344A8C;
  border-radius: 50%;
  padding: 8px;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  #boardofdirector .sectxt-subtitle i {
    text-align: center;
  }
}
#boardofdirector p {
  font-size: 17px;
  opacity: 0.9;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
#boardofdirector .custom-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 17px;
}
@media (max-width: 768px) {
  #boardofdirector .custom-list li {
    margin-bottom: 5px;
    font-size: 15px;
  }
}
#boardofdirector .custom-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  border-radius: 50%;
  color: #C02223;
  font-size: 20px;
  margin-right: 15px;
  font-weight: 700;
}

#sms-banking .sec-img img {
  border-radius: 10px;
}
#sms-banking .sectxt-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #344A8C;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
#sms-banking p {
  font-size: 17px;
  opacity: 0.9;
  line-height: 32px;
  font-weight: 400;
}
#sms-banking h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  position: relative;
  line-height: 1.2em;
}
#sms-banking h3:before {
  position: absolute;
  left: 0;
  top: 1.8em;
  height: 0;
  width: 50px;
  content: "";
  border-top: 2px solid #C02223;
}
#sms-banking .custom-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #sms-banking .custom-list li {
    margin-bottom: 5px;
  }
}
#sms-banking .custom-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  border-radius: 50%;
  color: #C02223;
  font-size: 20px;
  margin-right: 15px;
  font-weight: 700;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#business-partners {
  padding: 0px 0;
  background: url(../images/money.png) center center;
  font-size: 16px;
}
#business-partners .nav-tabs .nav-link.active {
  color: #fff;
  background: #344A8C;
}
#business-partners .nav-tabs .nav-link {
  color: #344A8C;
  background: #fff;
  border-radius: 10px;
  position: relative;
  border-radius: 0.25rem;
  margin-bottom: 10px;
  font-weight: 600;
  border: 0px;
  display: flex;
  box-shadow: 0px 0px 54px 0px rgba(129, 128, 224, 0.13);
  transition: 0s;
}
@media (max-width: 992px) and (min-width: 768px) {
  #business-partners .nav-tabs .nav-link {
    display: block;
  }
  #business-partners .nav-tabs .nav-link i {
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 40px;
    padding-top: 5px;
  }
}
#business-partners .nav-tabs .nav-pills-custom .nav-link {
  color: #2B2A29;
  background: #fff;
  position: relative;
}
@media (min-width: 992px) {
  #business-partners .nav-tabs .nav-pills-custom .nav-link::before {
    content: "";
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
}
#business-partners .nav-tabs .nav-pills-custom .nav-link.active {
  color: #242424;
  background: #fff;
  opacity: 1;
}
#business-partners .nav-tabs .nav-tabs .nav-link:hover {
  color: #fff;
  background: #344A8C;
}

/* Add indicator arrow for the active tab */
#business-partners .nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

#business-partners h2 {
  font-size: 20px;
  font-weight: 700;
  color: #00aff0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
}

h2.sec-title {
  color: rgb(255, 255, 255);
  font-family: "Open Sans", sans-serif;
  font-size: 31px;
  font-weight: 700;
}

.custom-scrollbar-js,
.custom-scrollbar-css {
  height: 275px;
}

/* Custom Scrollbar using CSS */
.custom-scrollbar-css {
  overflow-y: scroll;
}

/* scrollbar width */
.custom-scrollbar-css::-webkit-scrollbar {
  width: 5px;
}

/* scrollbar track */
.custom-scrollbar-css::-webkit-scrollbar-track {
  background: #eee;
}

/* scrollbar handle */
.custom-scrollbar-css::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #00d2ff;
  background-image: linear-gradient(to top, #00d2ff 0%, #3a7bd5 100%);
}

#business-partners .widget-title {
  margin-bottom: 1.125rem;
  font-size: 1.0625rem;
  font-weight: 500;
}

#business-partners .flex-shrink-0 {
  flex-shrink: 0 !important;
}

#business-partners .align-items-center {
  align-items: center !important;
}

#business-partners .border-bottom {
  border-bottom: 1px solid #e3e9ef !important;
}

#business-partners .d-flex {
  display: flex !important;
}

#business-partners.servicePage {
  padding: 50px 0px;
}

#business-partners.servicePage:after {
  position: absolute;
  left: 0;
  top: -211px;
  background: url(../images/bg/ser_bg.png) no-repeat left top;
  content: "";
  z-index: 1;
  width: 100%;
  height: 393px;
}

#business-partners .servicePage .singleService {
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 11px;
  box-shadow: 1px -3px 15px rgba(0, 0, 0, 0.231372549);
}
@media (max-width: 768px) {
  #business-partners .servicePage .singleService {
    box-shadow: none !important;
    border-radius: 0px !important;
    margin-bottom: 0px;
  }
}

#business-partners .servicePage .singleService2 {
  position: relative;
  background: #344A8C;
  color: #fff;
  margin-bottom: 20px;
  padding: 15px 30px;
  border-radius: 11px;
  box-shadow: 1px -3px 15px rgba(0, 0, 0, 0.231372549);
}
#business-partners .servicePage .singleService2 h4 {
  margin: 0 !important;
}

#business-partners .servicePage .singleService2 h1 {
  font-size: 32px !important;
  line-height: 48px;
  color: #344A8C !important;
  font-weight: 900;
  margin: 0 0 0;
}
@media (max-width: 992px) {
  #business-partners .servicePage .singleService2 h1 {
    font-size: 24px;
  }
}

#business-partners .servicePage .singleService2 h1 small {
  font-size: 22px !important;
  line-height: 22px !important;
  font-weight: 500;
  color: #8f9cc8;
  padding-left: 10px;
}
@media (max-width: 992px) {
  #business-partners .servicePage .singleService2 h1 small {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #32488a;
  }
}

#business-partners .servicePage .singleService i {
  font-size: 58px;
  color: #8180e0;
  line-height: 58px;
  display: inline-block;
}

#business-partners .servicePage .singleService h1 {
  font-size: 32px;
  line-height: 45px;
  color: #e5e4f9;
  font-weight: 900;
  text-align: right;
  margin: 0 0 0;
}

#business-partners .servicePage .singleService h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid rgba(204, 204, 204, 0.431372549);
  padding: 15px 20px;
  color: #344A8C;
}
@media (max-width: 768px) {
  #business-partners .servicePage .singleService h4 {
    padding: 8px 10px;
    border-bottom: 0px;
    font-size: 17px;
    line-height: 24px;
    border-bottom: 0px;
  }
}

#business-partners .servicePage .singleService p {
  margin-bottom: 22px;
}

#business-partners .servicePage .singleService a {
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  color: #8180e0;
  font-weight: 700;
  margin: 0;
}

#business-partners .servicePage .singleService.three_column {
  padding: 55px 30px 49px 39px;
}

#business-partners .servicePage .singleService.three_column h1 {
  font-size: 50px;
}

#business-partners .servicePage .singleService.three_column h4 {
  margin-top: 47px;
}

#business-partners .servicePage .singleService.three_column p {
  margin-bottom: 20px;
}

#business-partners .servicePage .singleService.three_column a {
  margin-top: 13px;
}

#business-partners .servicePage a.common_btn:after {
  background: #c86bd8;
}

.mt42 {
  margin-top: 42px;
}

#business-partners .servicePage .singleService .serviceDetails {
  position: relative;
  padding: 30px 0 120px;
}

#business-partners .servicePage ul {
  margin: 0;
  padding: 15px 30px;
}
@media (max-width: 768px) {
  #business-partners .servicePage ul {
    padding: 5px 15px;
  }
}

@media (min-width: 768px) {
  .sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 15px;
  }
}

@media (min-width: 768px) {
  .accordion-item {
    background-color: transparent !important;
  }
}
.left-tabs .nav-link:after,
.left-tabs .nav-link.ui-state-active:hover:after,
.left-tabs .nav-link.ui-state-active:focus:after {
  content: "";
  background: #344A8C;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 100%;
  right: -7px;
  margin-left: -6px;
  transform: rotate(-45deg);
  box-shadow: none;
  top: 40%;
}

#business-partners .servicePage ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  margin-left: 30px;
}
@media (max-width: 768px) {
  #business-partners .servicePage ul li {
    margin-bottom: 5px;
  }
}
#business-partners .servicePage ul li:before {
  content: "";
  background: url(../images/logo-icon.svg) center center no-repeat;
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 0;
  position: absolute;
  left: 20px;
}
@media (max-width: 768px) {
  #business-partners .servicePage ul li:before {
    left: 15px !important;
  }
}
@media (max-width: 768px) {
  #business-partners .tab-content {
    padding: 0;
  }
  #business-partners .accordion-button:not(.collapsed) {
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    background: #344A8C;
    border-radius: 5px 5px 0px 0px;
  }
  #business-partners .accordion-item {
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.0784313725);
    background: #fff;
    border-bottom: 0px;
    margin-bottom: 10px;
    border-radius: 20px !important;
  }
  #business-partners .accordion-header {
    border-radius: 5px;
  }
  #business-partners .accordion-item:first-of-type .accordion-button {
    border-radius: 5px;
  }
  #business-partners .accordion-button {
    border-radius: 5px;
  }
  #business-partners .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    transform: rotate(-180deg);
  }
  #business-partners .left-tabs.nav-tabs {
    display: none;
  }
  #business-partners .vtabs .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

/*---Product Section---*/
#contact-us {
  background: url(../images/background.jpg);
  background-attachment: fixed;
  padding: 50px 0;
}
#contact-us .sectxt-title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid rgba(204, 204, 204, 0.431372549) !important;
  padding: 0px 20px 10px 0;
  color: #344A8C;
}
#contact-us .sectxt-para {
  line-height: 26px;
  color: #242424;
  font-weight: 400;
  font-size: 15px;
}
#contact-us i {
  color: #344A8C;
  font-size: 15px;
}
#contact-us input::-moz-placeholder, #contact-us textarea::-moz-placeholder {
  font-size: 14px;
  color: #333, important !important;
}
#contact-us input,
#contact-us input::placeholder,
#contact-us textarea,
#contact-us textarea::placeholder {
  font-size: 14px;
  color: #333, important !important;
}
#contact-us ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}
#contact-us ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}
#contact-us :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}
#contact-us ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
}
#contact-us .submitbtn {
  border: none;
  padding: 6px 20px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  background-size: 200%;
  transition: 0.8s;
  background-image: linear-gradient(to left, #344A8C, #405AAC, #344A8C);
  background-position: right;
}
#contact-us .submitbtn:hover {
  background-position: left;
  color: #fff;
}
@media (max-width: 768px) {
  #contact-us .submitbtn {
    font-size: 15px;
  }
}

/*--- Form ---*/
.form-control {
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 15px 10px !important;
  background: #fff;
  border: transparent;
  box-shadow: 4px 0 14px rgba(2, 3, 8, 0.2);
  height: 50px;
  font-size: 15px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: 4px 0 14px rgba(2, 3, 8, 0.3);
}

.invalid-feedback,
.security-invalid-feedback {
  width: 100%;
  margin-top: 0.25rem;
  color: #dc3545;
  font-size: 12px !important;
  line-height: 20px !important;
}

.form-control::-moz-placeholder {
  color: #aec6cc;
}

.form-control::placeholder {
  color: #aec6cc;
}

.form-control:-ms-input-placeholder {
  color: #aec6cc;
}

/*--- Brand Section ---*/
.brand-section {
  background: #eee;
  margin-top: -30px;
}

.brand-card {
  border: 1px solid #e8e2d6;
  padding: 0px;
  border-radius: 10px;
  transition: all 0.4s ease-out 0s;
}

.brand-card img {
  border-radius: 10px;
}

.brand-card:hover {
  box-shadow: 0px 3px 15px rgba(91, 91, 91, 0.4);
}

.brand-card .brand-btn {
  position: absolute;
  z-index: 1;
  right: 7%;
  bottom: -24px;
  text-transform: uppercase;
  background-image: linear-gradient(to left, #000, #333, #000);
}

#pageNotFound {
  background: url(../images/background.jpg);
  background-attachment: fixed;
  padding-bottom: 50px;
  padding-top: 50px;
}
#pageNotFound .sectxt-title {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #344A8C;
  text-shadow: 4px 2px 15px rgba(121, 121, 121, 0.25) !important;
}
#pageNotFound #product .sectxt-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: center;
  padding-top: 17px;
  color: #242424;
}
#pageNotFound p {
  margin-top: 0;
  margin-bottom: 1rem;
}
#pageNotFound .submitbtn {
  border: none;
  padding: 10px 30px 10px 30px;
  text-transform: uppercase;
  border-radius: 50px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1.5px;
  background-size: 200%;
  transition: 0.8s;
  background-image: linear-gradient(to left, #C02223, #344A8C, #C02223);
  background-position: right;
}
#pageNotFound .submitbtn:hover {
  background-position: left;
  color: #fff;
}
@media (min-width: 768px) {
  #pageNotFound .submitbtn {
    padding: 10px 35px 10px 35px;
    font-size: 15px;
  }
}
#pageNotFound a {
  text-decoration: none;
  outline: none;
}

#privacy-policy {
  background: url(../images/background.jpg);
  background-attachment: fixed;
  padding: 50px 25px;
}
#privacy-policy .sec-img img {
  border-radius: 10px;
}
#privacy-policy .sectxt-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #344A8C;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
#privacy-policy p {
  font-size: 17px;
  opacity: 0.9;
  line-height: 32px;
  font-weight: 400;
}
#privacy-policy h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  position: relative;
  line-height: 1.2em;
}
#privacy-policy h3:before {
  position: absolute;
  left: 0;
  top: 1.8em;
  height: 0;
  width: 50px;
  content: "";
  border-top: 2px solid #C02223;
}
#privacy-policy .custom-list {
  padding-left: 0px;
  padding-top: 0px;
  margin-bottom: 40px;
}
#privacy-policy .custom-list li {
  font-size: 16px;
  list-style: none;
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px;
}
#privacy-policy .custom-list li::before {
  content: "\f00c";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 20px;
  top: 5px;
  transform: translateX(-50%);
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px !important;
}
#privacy-policy .custom-list li.red::before {
  background-color: #C02223;
}
#privacy-policy .custom-list li.blue::before {
  background-color: #334B89;
}

#business-bank-financial .carousel-item img {
  height: 400px !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#business-bank-financial .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: auto;
  width: 100%;
  height: auto;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  text-indent: 0 !important;
  margin-bottom: 15px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 0;
  border-bottom: 0px solid #1e1e1e;
  opacity: 1;
  transition: opacity 0.6s ease;
  line-height: 160%;
  text-align: inherit;
  font-size: 20px;
  color: #344A8C;
  font-weight: 500;
}
#business-bank-financial .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: contents;
  justify-content: center;
  padding: 0;
  list-style: none;
}
#business-bank-financial p {
  font-size: 17px;
  line-height: 160%;
  font-weight: 500;
  margin-top: 10px;
}

#business-bank-financial .carousel-item img {
  height: 400px !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#business-bank-financial .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: auto;
  width: 100%;
  height: auto;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  text-indent: 0 !important;
  margin-bottom: 15px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 0;
  border-bottom: 1px solid #eee;
  opacity: 1;
  transition: opacity 0.6s ease;
  line-height: 160%;
  text-align: inherit;
  font-size: 20px;
  color: #344A8C;
  font-weight: 500;
}
#business-bank-financial .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: contents;
  justify-content: center;
  padding: 0;
  list-style: none;
}
#business-bank-financial p {
  font-size: 17px;
  line-height: 160%;
  font-weight: 400;
  margin-top: 10px;
}

#chairman-message {
  padding-bottom: 50px;
}
#chairman-message .img-btn-div {
  float: left;
  position: relative;
  max-width: 300px;
  margin: 0 25px 10px 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 992px) {
  #chairman-message .img-btn-div {
    float: none;
    max-width: 300px;
    padding: 25px 0 0px 0;
    display: block;
    margin: 0 auto;
  }
}
#chairman-message .img-btn-div img {
  max-width: 250px;
  border-radius: 10px;
}
@media (max-width: 568px) {
  #chairman-message .img-btn-div img {
    max-width: 200px;
  }
}
@media (max-width: 992px) {
  #chairman-message .img-btn-div .txt-subtitle {
    margin: 0px;
  }
}
#chairman-message .img-btn-div p.post {
  margin: 0px;
}
#chairman-message .txt-title {
  color: #242424;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
}
#chairman-message #chairman .txt-subtitle {
  margin: 0px !important;
  text-align: left;
}
#chairman-message .sectxt-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #344A8C;
  font-weight: 600;
  margin-top: 15px;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  #chairman-message .sectxt-title {
    margin-top: 0px;
  }
}
#chairman-message p {
  font-size: 17px;
  opacity: 0.9;
  line-height: 32px;
  font-weight: 400;
  text-align: justify;
  margin-top: 10px;
}
@media (max-width: 992px) {
  #chairman-message p {
    font-size: 15px;
    line-height: 28px;
  }
}
@media (max-width: 568px) {
  #chairman-message p {
    width: 90%;
    margin: 0 auto;
  }
}
#chairman-message h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  position: relative;
  line-height: 1.2em;
}
#chairman-message h3:before {
  position: absolute;
  left: 0;
  top: 1.8em;
  height: 0;
  width: 50px;
  content: "";
  border-top: 2px solid #C02223;
}
#chairman-message .custom-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #chairman-message .custom-list li {
    margin-bottom: 5px;
  }
}
#chairman-message .custom-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  border-radius: 50%;
  color: #C02223;
  font-size: 20px;
  margin-right: 15px;
  font-weight: 700;
}

#achievements-rewards {
  padding-bottom: 50px;
}
#achievements-rewards .h1-line {
  width: 100px;
  background-color: #242424;
  height: 3px;
  margin: 15px auto 30px auto;
  display: block;
}
#achievements-rewards .sec-title {
  color: #242424;
  font-weight: 600;
  font-size: 26px;
  text-align: left;
}
#achievements-rewards .card-content {
  font-family: "Inter", sans-serif;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.2px;
  font-weight: 500;
}
#achievements-rewards .card-item {
  background: #fff;
  position: relative;
  text-align: center;
  transition: 0.3s;
  padding: 30px 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  height: 100%;
}
#achievements-rewards .card-item:before {
  position: absolute;
  width: 0;
  height: 0;
  background-color: #344A8C;
  left: 0;
  top: 0;
  content: "";
  transition: 0.3s;
}
#achievements-rewards .card-item:after {
  position: absolute;
  width: 0;
  height: 0;
  background-color: #344A8C;
  right: 0;
  bottom: 0;
  content: "";
  transition: 0.3s;
}
#achievements-rewards .card-item:hover {
  box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.1);
}
#achievements-rewards .card-item:hover:after {
  width: 50%;
  height: 2px;
  transition: 0.3s;
}
#achievements-rewards .card-item:hover:before {
  width: 50%;
  height: 2px;
  transition: 0.3s;
}
#achievements-rewards .card-item:hover i.fas {
  background-color: #344A8C;
  color: #fff;
  border-color: #344A8C;
  border-radius: 0;
}
#achievements-rewards .card-item i.fas {
  font-size: 32px;
  width: 60px;
  height: 60px;
  border: 1px solid #344A8C;
  line-height: 56px;
  margin-bottom: 30px;
  border-radius: 50%;
  transition: 0.3s;
  color: #C02223;
}
#achievements-rewards .card-item h2 {
  font-size: 24px;
  color: #344A8C;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.2px;
}
#achievements-rewards .card-item .title {
  font-size: 24px;
  color: #344A8C;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.2px;
}

@media (min-width: 576px) {
  #achievements-rewards .sec-title {
    color: #242424;
    font-weight: 600;
    font-size: 24px;
    text-align: left;
  }
  #achievements-rewards .card-item i.fas {
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 40px;
  }
  #achievements-rewards .card-item h2 {
    font-size: 1.8em;
  }
  #achievements-rewards .card-item .title {
    font-size: 1.8em;
  }
}
#loan-scheme-home .card-item {
  max-width: 300px;
  min-height: 260px;
  margin: auto;
  overflow: hidden;
  background: #EFF1F6 !important;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  transition: 0.3s;
  padding: 30px 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
}
#loan-scheme-home .card-item:before {
  position: absolute;
  width: 0;
  height: 0;
  background-color: #344A8C;
  left: 0;
  top: 0;
  content: "";
  transition: 0.3s;
}
#loan-scheme-home .card-item:after {
  position: absolute;
  width: 0;
  height: 0;
  background-color: #344A8C;
  right: 0;
  bottom: 0;
  content: "";
  transition: 0.3s;
}
#loan-scheme-home .card-item:hover {
  box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.1);
}
#loan-scheme-home .card-item:hover:after {
  width: 50%;
  height: 2px;
  transition: 0.3s;
}
#loan-scheme-home .card-item:hover:before {
  width: 50%;
  height: 2px;
  transition: 0.3s;
}
#loan-scheme-home .card-item:hover i.fas {
  background-color: #344A8C;
  color: #fff;
  border-color: #344A8C;
  border-radius: 0;
}
#loan-scheme-home .card-item i.fas {
  font-size: 32px;
  width: 60px;
  height: 60px;
  border: 1px solid #344A8C;
  line-height: 56px;
  margin-bottom: 30px;
  border-radius: 50%;
  transition: 0.3s;
  color: #C02223;
}
#loan-scheme-home .card-item h2 {
  font-size: 18px;
  color: #344A8C;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.2px;
  text-shadow: 1px 1px 5px #bfbfe8;
}
#loan-scheme-home .card-item .title {
  font-size: 20px;
  color: #344A8C;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.2px;
}
#loan-scheme-home .card-item .card-subtitle {
  font-size: 11px;
  color: #fff;
  font-family: "Inter", sans-serif;
  background: #C02223;
  width: 100px;
  border-radius: 20px;
  margin: 10px auto auto;
}
#loan-scheme-home .card-item .card-subtitle:hover {
  color: #fff;
  background: #344A8C;
}
#loan-scheme-home .card-image {
  border-radius: 10px;
}
#loan-scheme-home .content-box {
  font-family: "Inter", sans-serif;
  line-height: 24px;
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 500;
  color: #C02223;
  transition: all 0.3s ease-in-out 0s;
}

@media (min-width: 576px) {
  #loan-scheme-home .card-item i.fas {
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 40px;
  }
}
/*Counter Block*/
#counter-section {
  padding: 0px 0;
  margin-top: -50px;
  background: #fff;
}
@media (max-width: 768px) {
  #counter-section {
    margin-top: 0px !important;
  }
}

.fact-counter {
  position: relative;
  display: block;
  padding: 50px 0px 50px 0px;
}

.counter-column {
  margin-bottom: 15px;
  border-right: 1px solid #f5dfe0;
}
.counter-column:nth-last-child(1) {
  border-right: none;
}
@media (max-width: 991px) {
  .counter-column {
    margin-bottom: 20px;
    border-right: none;
  }
  .counter-column:nth-child(odd) {
    border-right: 1px solid #f5dfe0;
  }
}
@media (max-width: 575px) {
  .counter-column {
    border-right: none;
  }
  .counter-column:nth-child(n+2) {
    border-right: 1px solid #f5dfe0;
  }
  .counter-column:nth-child(n+5) {
    border-right: 1px solid #f5dfe0;
  }
}

.counter-block-one {
  position: relative;
  display: block;
  text-align: center;
}
.counter-block-one:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-image: url("../images/logo-icon.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
}
.counter-block-one .count-outer {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  color: #C02223;
  letter-spacing: 0.2px;
}
.counter-block-one .count-outer span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-family: "Inter", sans-serif;
  line-height: 40px;
  font-weight: 700;
  color: #344A8C;
  margin-bottom: 9px;
  text-shadow: 2px 2px 5px #fff;
}
@media (max-width: 768px) and (min-width: 575px) {
  .counter-block-one .count-outer span {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .counter-block-one .count-outer span {
    font-size: 30px;
  }
}
@media (max-width: 420px) {
  .counter-block-one .count-outer span {
    display: block;
  }
}
.counter-block-one .text h3 {
  position: relative;
  display: block;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  line-height: 30px;
  letter-spacing: 1px;
  color: #344A8C;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .counter-block-one .text h3 {
    letter-spacing: 1.5px;
    font-size: 17px;
  }
}

#awards {
  padding: 30px 0 0;
}
#awards .sectxt-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0px;
  letter-spacing: 1px;
  color: #344A8C;
  text-transform: uppercase;
  text-shadow: 1px 1px rgba(34, 34, 34, 0.2509803922);
}
#awards .sectxt-subtitle {
  font-size: 23px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #C02223;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
}
#awards .sectxt-subtitle b {
  font-size: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: none;
  color: #242424;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
#awards .sectxt-subtitle::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 3px;
  background: #aa2832;
  top: 0;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
#awards .sectxt-subtitle::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 3px;
  background: #C02223;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
#awards .sec-lft {
  margin-bottom: 20px;
}
#awards .listitem-icon {
  float: left;
  position: relative;
  margin-right: 15px;
  margin-top: 10px;
  font-size: 20px;
  color: #C02223;
  width: 25px;
  z-index: 2;
}
#awards .listitem-icon::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #e4e7f0;
  right: -5px;
  top: 0px;
  z-index: -1;
}
#awards .listitem-txt {
  overflow: hidden;
}
#awards .listitem-title-txt {
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 17px;
  line-height: normal;
  text-align: left;
  text-shadow: 2px 3px 5px rgba(15, 15, 15, 0.5803921569);
}
#awards .listitem-title-txt a {
  color: #242424;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 17px;
  line-height: normal;
  text-align: left;
}
#awards .listitem-desc-txt {
  font-size: 17px;
  color: #242424;
  opacity: 0.9;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.6px;
}
#awards .sec-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
#awards .sec-img img {
  box-shadow: 1px 1px 5px #242424;
}
#awards .sec-img-txt {
  position: absolute;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  -webkit-text-stroke: 1px #aa2832;
  display: inline-block;
  text-align: center;
  margin-top: -135px;
  z-index: 99;
}
#awards .btn-play-video {
  position: absolute;
  font-size: 20px;
  background: #C02223;
  color: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 56px; /* 50px */
  border-radius: 50%;
}
#awards .btn-play-video::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: 50%;
  border: 2px solid #aa2832;
  animation: playbutton-effect 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}
#awards .btn-play-video::after {
  position: absolute;
  border: 60px solid rgba(170, 40, 50, 0.11);
  content: "";
  border-radius: 50%;
  left: -35px;
  top: -35px;
  right: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
}

@media (max-width: 576px) {
  #awards .sec-gap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  #awards .sectxt-subtitle {
    font-size: 24px;
    padding-left: 42px;
    padding-right: 42px;
  }
  #awards .sectxt-subtitle::before {
    width: 35px;
  }
  #awards .sectxt-subtitle::after {
    width: 35px;
  }
}
@media (min-width: 576px) {
  #awards .listitem-title-txt {
    font-size: 24px;
    line-height: normal;
  }
  #awards .listitem-title-txt a {
    font-size: 18px;
    line-height: normal;
  }
  #awards .listitem:last-child {
    margin-bottom: 0px;
  }
  #awards .listitem-icon {
    margin-right: 30px;
    margin-top: 10px;
    font-size: 28px;
    color: #C02223;
    width: 30px;
    position: relative;
    z-index: 2;
  }
  #awards .listitem-icon::before {
    width: 35px;
    height: 35px;
    right: -10px;
    top: -2px;
  }
}
@media (min-width: 1400px) {
  .listitem {
    margin-bottom: 28px;
  }
  .listitem-icon {
    margin-top: 0px !important;
  }
}
#sarvatra-cardsafe {
  background: url(../images/background.jpg);
  background-attachment: fixed;
  padding: 50px 0px;
}
#sarvatra-cardsafe .sec-img img {
  border-radius: 10px;
}
#sarvatra-cardsafe .sectxt-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #344A8C;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  #sarvatra-cardsafe .sectxt-title {
    margin-bottom: 40px;
    padding-left: 0px;
  }
}
#sarvatra-cardsafe p {
  font-size: 17px;
  opacity: 0.9;
  line-height: 32px;
  font-weight: 400;
}
#sarvatra-cardsafe h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  position: relative;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  #sarvatra-cardsafe h3 {
    padding-right: 15px;
    padding-left: 0px;
  }
}
#sarvatra-cardsafe h3:before {
  position: absolute;
  left: 0;
  top: 1.8em;
  height: 0;
  width: 50px;
  content: "";
  border-top: 2px solid #C02223;
}
@media (max-width: 768px) {
  #sarvatra-cardsafe h3:before {
    position: absolute;
    left: 0;
    top: 0em;
    height: 100%;
    width: 2px;
    content: "";
    border-left: 5px solid #C02223;
    margin-right: 10px;
  }
}

.sarvatra-custom-list li {
  font-size: 17px !important;
  font-weight: 400 !important;
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .sarvatra-custom-list li {
    margin-bottom: 5px;
  }
}
.sarvatra-custom-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  border-radius: 50%;
  color: #C02223;
  font-size: 20px;
  margin-right: 15px;
  font-weight: 700;
}

#sarvatra-card-item {
  background: rgba(2, 2, 2, 0.5882352941);
  position: relative;
  transition: 0.3s;
  padding: 30px 30px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
}
#sarvatra-card-item h3.card-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 0 0 15px;
  position: relative;
  display: inline-block;
  position: relative;
  line-height: 1.2em;
  width: 100%;
  border-bottom: 1px solid #777778;
}
#sarvatra-card-item h3.card-title:before {
  border-top: none !important;
  border-left: none !important;
}
#sarvatra-card-item .liDot-list {
  padding: 0px;
}
#sarvatra-card-item .liDot-list li {
  font-size: 17px !important;
  list-style: none;
  position: relative;
  padding-left: 45px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #E8E8E8;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5098039216);
}
#sarvatra-card-item .liDot-list li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 15px;
  top: 5px;
  transform: translateX(-50%);
  background-color: #C02223;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px !important;
}

.sarvatra-order-list {
  list-style: none;
  counter-reset: item;
  font-size: 17px;
  font-weight: 400;
}
.sarvatra-order-list li {
  counter-increment: item;
  margin-bottom: 15px;
  padding-left: 32px;
  text-align: justify;
  line-height: 25px;
}
.sarvatra-order-list li::before {
  margin-right: 15px;
  content: counter(item);
  background: #344A8C;
  border-radius: 100%;
  width: 25px;
  text-align: center;
  display: inline-block;
  height: 25px;
  margin-left: -32px;
  font-size: 12px;
  line-height: 25px;
  color: #fff;
}

#sarvatra-benefits .sec-img img {
  border-radius: 10px;
}
#sarvatra-benefits .sectxt-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #344A8C;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  #sarvatra-benefits .sectxt-title {
    margin-bottom: 40px;
    padding-left: 0px;
  }
}
#sarvatra-benefits p {
  font-size: 17px;
  opacity: 0.9;
  line-height: 32px;
  font-weight: 400;
}
#sarvatra-benefits h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  position: relative;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  #sarvatra-benefits h3 {
    padding-right: 15px;
    padding-left: 0px;
  }
}
#sarvatra-benefits h3:before {
  position: absolute;
  left: 0;
  top: 1.8em;
  height: 0;
  width: 50px;
  content: "";
  border-top: 2px solid #C02223;
}
@media (max-width: 768px) {
  #sarvatra-benefits h3:before {
    position: absolute;
    left: 0;
    top: 0em;
    height: 100%;
    width: 2px;
    content: "";
    border-left: 5px solid #C02223;
    margin-right: 10px;
  }
}
#sarvatra-benefits .custom-list {
  padding-left: 0px;
  padding-top: 0px;
  margin-bottom: 40px;
}
#sarvatra-benefits .custom-list li {
  font-size: 16px;
  list-style: none;
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px;
}
#sarvatra-benefits .custom-list li::before {
  content: "\f00c";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 20px;
  top: 5px;
  transform: translateX(-50%);
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px !important;
}
#sarvatra-benefits .custom-list li.red::before {
  background-color: #C02223;
}
#sarvatra-benefits .custom-list li.blue::before {
  background-color: #334B89;
}

#sitemap .form-links li {
  color: #242424;
  font-size: 18px;
  border-bottom: 1px solid #242424;
  padding-bottom: 15px;
  padding-top: 15px;
  display: flex;
}
@media (max-width: 568px) {
  #sitemap .form-links li {
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
#sitemap .form-links li::before {
  font-family: FontAwesome;
  content: "\f0e8";
  font-size: 17px;
  margin: 0 10px;
  color: #C02223;
}
@media (max-width: 568px) {
  #sitemap .form-links li::before {
    font-size: 15px;
  }
}
#sitemap .form-links li a {
  text-decoration: none;
  color: #242424;
}
#sitemap .form-links li a:hover {
  color: #344A8C;
}
#sitemap .form-links li a::after {
  content: "";
  border-bottom: 1px solid #000;
}/*# sourceMappingURL=main.css.map */