body {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 200;
  font-size: 16px;
  letter-spacing: 0.025rem;
  color: #444;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "canada-type-gibson", sans-serif;
  margin: 0;
  font-weight: 200;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

ul {
  padding-left: 15px;
}

a {
  color: #444;
  text-decoration: none !important;
}

a:hover {
  color: #90774f;
}

.txt-ltgrey {
  color: #707070;
}

.txt-grey {
  color: #444;
}

.txt-blue {
  color: #1d3056;
}

.txt-gold {
  color: #90774f;
}

.txt-white {
  color: #fff;
}

.txt-16 {
  font-size: 16px;
}

.txt-14 {
  font-size: 14px;
}

strong,
.bold {
  font-weight: 500;
}

header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 118px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 900;
}

header .mobile-nav {
  display: none;
}

header .logo {
  display: block;
  float: left;
  margin-top: 24px;
  margin-right: 40px;
}

header nav {
  display: block;
  float: left;
}

header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header nav ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

header nav ul li a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #444;
  text-decoration: none !important;
  padding: 0 13px;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
}

header nav ul li .hover {
  display: block;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.4s ease;
}

header nav ul li:hover .hover,
header nav ul li.active .hover {
  opacity: 1;
}

header nav ul li:hover a,
header nav ul li.active a {
  color: #1d3056;
}

.loan-pay {
  float: right;
  margin-top: 42px;
}

.loan-pay a {
  margin: 0 5px;
}

.loan-pay a.btn-home {
  display: inline-block;
  position: relative;
  margin: 0 0 0 20px;
}

.loan-pay a.btn-home .hover {
  display: block;
  position: absolute;
  top: -2px;
  transition: all 0.4s ease;
}

.loan-pay a.btn-home:hover .hover {
  transform: translateY(-5px);
}

.btn-blue {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background: #1d3056;
  border: 1px solid #1d3056;
  border-radius: 17px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none !important;
  transition: all 0.4s ease;
  letter-spacing: 0.08rem;
  min-width: 106px;
  padding: 0 1rem;
  text-align: center;
}

.btn-grey {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background: #888;
  border: 1px solid #888;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none !important;
  padding: 0 16px;
  transition: all 0.4s ease;
}

.btn-blue.large {
  width: 200px;
  height: 68px;
  line-height: 68px;
  border-radius: 35px;
  font-size: 24px;
  font-weight: 200;
  text-decoration: none !important;
  text-align: center;
}

.btn-blue.mid,
.btn-grey.mid {
  height: 54px;
  line-height: 54px;
  border-radius: 28px;
  font-size: 18px;
  font-weight: 200;
  text-decoration: none !important;
  text-align: center;
  padding: 0 3rem;
}

.btn-blue:hover {
  background: #fff;
  color: #1d3056;
}

.btn-grey:hover {
  background: #fff;
  color: #888;
}

.btn-blue-outline {
  color: #1d3056;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #1d3056;
  font-size: 1rem;
  text-align: center;
  line-height: 32px;
  height: 35px;
  min-width: 150px;
  border-radius: 0.25rem;
  transition: all 0.4s ease;
}

.btn-blue-outline span {
  font-family: Arial, sans-serif !important;
  font-size: 1.2rem;
  margin-left: 10px;
}

.btn-blue-outline:hover {
  color: #fff;
  background: #1d3056;
}

.btn-yesno {
  min-width: 60px;
}

section {
  padding: 3rem 0;
}

#banner-home {
  position: relative;
  margin: 118px 0 90px;
  padding: 0;
  /* background: url(../images/banner-home.jpg) no-repeat top left; */
  background-size: cover;
}

#banner-home .banner-content {
  position: absolute;
  bottom: 0;
  right: 8vw;
  z-index: 2;
  width: 430px;
  padding: 2rem 3rem;
  background: #fff;
  border-radius: 20px;
}

#banner-home .banner-content h1 {
  line-height: 1;
}

#banner-home .banner-bottom {
  position: absolute;
  bottom: -90px;
  z-index: 1;
  width: 100%;
  height: 200px;
  padding: 3rem 0;
  background: url(../images/bg-home.png) no-repeat top center;
  color: #1d3056;
  font-size: 24px;
}

#loan-pay-cta {
  background: #f4f1ed;
}

.icon-loan-1 {
  background: url(../images/icon-loan-1.svg) no-repeat top;
  background-size: cover;
}

.icon-loan-2 {
  background: url(../images/icon-loan-2.svg) no-repeat top;
  background-size: cover;
}

.icon-loan-3 {
  background: url(../images/icon-loan-3.svg) no-repeat top;
  background-size: cover;
}

.icon-loan-4 {
  background: url(../images/icon-loan-4.svg) no-repeat top;
  background-size: cover;
}

.icon-loan-5 {
  background: url(../images/icon-loan-5.svg) no-repeat top;
  background-size: cover;
}

.icon-loan-1,
.icon-loan-2,
.icon-loan-3,
.icon-loan-4,
.icon-loan-5 {
  display: inline-block;
  margin: 1rem 0;
}

.icon-loan-1:hover,
.icon-loan-2:hover,
.icon-loan-3:hover,
.icon-loan-4:hover,
.icon-loan-5:hover {
  background-position: bottom;
}

#how h3 {
  font-size: 36px;
  font-weight: 500;
  color: #1d3056;
  margin: 1rem 0 0.2rem;
  letter-spacing: 0.07rem;
}

#partners {
  background: url(../images/bg-partners.png) no-repeat top center;
  background-size: cover;
  padding: 140px 0 0;
  height: 680px;
}

#partners .logos {
  margin: 1rem 0;
}

#partners .logos img {
  width: auto;
  height: 90px;
}

#footprint {
  background: url(../images/bg-footprint.png) no-repeat bottom center;
  /*padding-bottom: 0;
  position: relative;
  z-index: 1;
  bottom: -50px;*/
}

#location button {
  background: #ebebeb;
  border: none;
  border-radius: 24px;
  color: #8d97aa;
  font-weight: 200;
  font-size: 18px;
  text-align: left;
  letter-spacing: 0.025rem;
  padding: 0 1.5rem;
  width: 100%;
  height: 48px;
  line-height: 48px;
}

#location .dropdown-toggle::after {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/icon-dropdown.svg) no-repeat;
  background-size: contain;
  border: 0;
  position: absolute;
  right: 10px;
  top: 0;
}

#location .dropdown-menu {
  min-width: 100%;
  padding: 1rem 0;
  font-size: 16px;
  letter-spacing: 0.025rem;
  background-color: #f5f5f5;
  border: none;
  border-radius: 10px;
}

#location .dropdown-item {
  padding: 0 1.5rem;
  font-weight: 200;
  color: #8d97aa;
}

#map .nolink {
  fill: #c6cbd4;
}

#map .maplink {
  fill: #8d97aa;
  cursor: pointer;
  transition: all 0.4s ease;
}

#map .maplink .dots {
  opacity: 0;
  transition: all 0.4s ease;
}

#map .maplink:hover .dots,
#map .maplink.on .dots {
  opacity: 1;
}

#map .maplink:hover,
#map .maplink.on {
  fill: #1d3056;
}

.modal-map .scroll {
  height: 400px;
}

.modal-map {
  position: absolute;
  width: 45vw;
  z-index: 888;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #90774f;
  border-radius: 20px;
  padding: 3rem 2rem 2rem;
  margin-top: 2rem;
  display: none;
  text-align: left;
}

.modal-map p {
  color: #1d3056;
  font-size: 14px;
  margin-bottom: 0.5rem;
}

.modal-map h4 {
  font-size: 16px;
  margin-top: 1rem;
  text-transform: capitalize;
}

.modal-map .btn-close {
  display: block;
  width: 24px;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

#ourapproach {
  margin-top: 118px;
}

.img-about {
  position: absolute;
  top: 118px;
  right: 0;
  z-index: 2;
  background: url(../images/img-about.png) center right no-repeat;
  background-size: cover;
}

#about-quote {
  background: #f4f1ed;
  font-size: 24px;
  padding-top: 5rem;
}

#about-quote .img-about-left {
  position: absolute;
  left: -220px;
  top: -140px;
}

#about-quote .img-about-right {
  position: absolute;
  right: -12vw;
}

#origins {
  background: url(../images/bg-ourstory.png) no-repeat top center;
}

#origins .origins-slideshow {
  width: 80%;
  margin: 0 auto;
}

#origins .origins-slideshow img {
  width: 100%;
}

#origins .origins-pager>* {
  cursor: pointer;
}

#origins .origins-pager span {
  font-size: 48px;
  width: 8px;
  height: 8px;
  display: inline-block;
  color: #90774f;
  margin: 0 12px;
  opacity: 0.3;
}

#origins .origins-pager span.cycle-pager-active {
  opacity: 1;
}

#origins #alt-caption {
  padding: 1rem 10%;
}

#origins #alt-caption span {
  font-weight: 500;
  color: #1d3056;
}

.origins-prevnext {
  position: relative;
}

.origins-prevnext .prevControl {
  position: absolute;
  left: 0;
  cursor: pointer;
}

.origins-prevnext .nextControl {
  position: absolute;
  right: 0;
  cursor: pointer;
}

.origins-prevnext .prevControl:hover,
.origins-prevnext .nextControl:hover {
  opacity: 0.2;
}

#market {
  background: #f4f1ed;
}

#market .market {
  padding: 0 2rem;
}

#market .market.border-right {
  border: none !important;
  background: url(../images/icon-vborder.svg) no-repeat center right;
}

#market .market h3 {
  font-size: 36px;
  margin: 0.2rem 0;
  color: #1d3056;
  font-weight: 500;
}

#team-1 {
  margin-top: 118px;
  margin-bottom: 1rem;
  position: relative;
}

.img-team-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: url(../images/img-team-1.png) no-repeat center;
  background-size: cover;
}

#team-1 .img-team-1{ right: 60px; }

#team-2 {
  position: relative;
}

.img-team-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/img-team-2.png) no-repeat center;
  background-size: cover;
}

#values {
  position: relative;
  background: url(../images/bg-values.png) no-repeat top;
  z-index: 3;
}

#values h5 {
  font-size: 32px;
  font-weight: 600;
  color: #1d3056;
}

#values .wbox {
  background: #fff;
  padding: 2rem 0;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  box-shadow: 2px 2px 5px #ccc;
}

#values p {
  margin: 0;
}

#work {
  margin: 1rem 0 20px;
  position: relative;
  background: #f4f1ed;
  z-index: 1;
  padding: 4rem 0;
}

.img-work {
  position: absolute;
  bottom: -70px;
  right: 0;
  background: url(../images/gptw.jpg) no-repeat center;
  background-size: contain;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 0.2;
}

.owl-prev {
  position: absolute;
  bottom: 50%;
  left: -50px;
}

.owl-next {
  position: absolute;
  bottom: 50%;
  right: -50px;
}

#leadership .item,
#investors .item {
  text-align: center;
}

#leadership .item h4 {
  color: #1d3056;
  font-size: 24px;
}

#investors .item h4 {
  color: #1d3056;
  font-size: 18px;
}

#leadership .item p,
#investors .item p {
  margin: 1rem 0;
  font-size: 16px;
}

#leadership .item hr {
  border-top: 1px solid #90774f;
}

#leadership .modal-name, #leadersModal .modal-name {
  font-weight: 400;
  margin: 3rem 0 1rem;
  color: #1d3056;
}

.modal-backdrop.show {
  background: #fff;
  opacity: 0.95;
  z-index: 899;
}

#leadersModal .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 24px;
  opacity: 1;
  cursor: pointer;
}

#leadersModal .modal-content {
  border: 1px solid #90774f;
  border-radius: 0;
  background: #fff;
  font-size: 18px;
}

#leadersModal .modal-content .modal-left {
  float: left;
}

#leadersModal .modal-content .modal-right {
  float: right;
  padding: 5rem 3rem 0;
}

#leadersModal .modal-content p {
  margin: 0;
}

#leadersModal .modal-content button {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  z-index: 999;
  color: #ec1f31 !important;
}

#perspectives {
  margin: 180px 0 150px;
  position: relative;
  background: #f4f1ed;
  z-index: 1;
  padding: 4rem 0;
}

#perspectives .img-perspectives-graphic {
  position: absolute;
  right: 0;
  bottom: -150px;
}

.img-views {
  position: absolute;
  top: -60px;
  right: 0;
  background: url(../images/img-views.png) no-repeat center;
  background-size: cover;
}

ul.views {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.views li {
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2rem;
  margin-bottom: 2rem !important;
  font-size: 16px;
}

ul.views h3 {
  font-size: 24px;
}

ul.views h5 {
  font-size: 20px;
  color: #ec1f31;
}

ul.views a {
  display: block;
  font-weight: 400;
  color: #90774f;
  text-decoration: none !important;
}

ul.views a img {
  transition: all 0.2s ease;
  padding-left: 0;
}

ul.views a:hover img {
  padding-left: 3px;
}

ul.views a:hover {
  opacity: 0.7;
}

#contact {
  margin-top: 118px;
  position: relative;
  background: url(../images/bg-contact.jpg) no-repeat top center;
  background-size: cover;
}

#contact .contact-height {
  min-height: 650px;
}

#contact h2 {
  font-size: 48px;
  line-height: 1.1;
}

#contact .contact-form {
  display: block;
  position: absolute;
  width: 50%;
  top: 270px;
  right: 5vw;
  z-index: 2;
}

#contact .contact-form-2 {
  display: block;
  position: absolute;
  width: 45%;
  top: 280px;
  right: 5vw;
  z-index: 2;
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.form-control {
  border: none;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 200;
  font-size: 16px;
  letter-spacing: 0.025rem;
  padding: 0 2rem;
  background: #fff;
}

#contact .contact-form-2 .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 200;
  font-size: 16px;
  letter-spacing: 0.025rem;
  padding: 0;
  background: #fff;
}

input[type="text"].form-control,
select.form-control {
  height: 64px;
}

.form-group {
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2) !important;
  overflow: hidden;
}

.form-group.select,
.contact-form-2 .select {
  position: relative;
}

.form-group.select::after,
.contact-form-2 .select::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/icon-dropdown.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 10px;
}

.contact-form-2 .select::after {
  right: 0;
}

.form-group.select select,
.contact-form-2 .select select {
  -webkit-appearance: none;
  appearance: none;
}

textarea.form-control {
  padding: 2rem;
}

.g-recaptcha {
  display: inline-block;
}

.modal-body {
  padding: 4rem 1rem;
}

#thanksModal .btn-blue.mid, #mobileExistMsg .btn-blue.mid {
  height: 56px;
  line-height: 56px;
  border-radius: 28px;
  padding: 0;
  width: 56px;
  min-width: inherit;
}

.close {
  width: 24px;
  display: block;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 999;
}

.pagination {
  background: url(../images/bg-steps.png) repeat-x;
  display: inline-block;
}

.page-item {
  margin-right: 4rem;
  display: inline-block;
}

.page-item:last-child {
  margin-right: 0;
}

.page-item .page-link {
  border: 8px solid #fff !important;
  background: #d2c8b8;
  border-radius: 30px !important;
  width: 60px;
  height: 60px;
  text-align: center;
  font-weight: 400;
  padding: 0;
  line-height: 48px;
  color: #fff !important;
}

.page-item .page-link:hover,
.page-item.disabled .page-link {
  background: #90774f;
}

#apply {
  padding-top: 150px;
  background: url(../images/bg-apply.png) no-repeat bottom center;
  min-height: 720px;
}

#payment {
  margin-top: 118px;
  background: url(../images/bg-payment.png) no-repeat bottom left;
  /*min-height: 720px;*/
}

#payment .product {
  margin-left: 32px;
  position: relative;
}

#payment .product::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon-product.svg) no-repeat;
  position: absolute;
  top: 0;
  left: -32px;
}

#payment .wbox {
  background: #fff;
  padding: 1.5rem 1rem;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  box-shadow: 2px 2px 5px #ccc;
  border-radius: 4px;
  margin-bottom: 1rem;
}

#payment .payment-field {
  font-size: 18px;
}

#payment .currency {
  background: url(../images/icon-R.svg) no-repeat;
  border: 1px solid #1d3056;
  border-radius: 5px;
  padding-left: 26px;
  height: 34px;
  width: 160px;
}

#payment .table {
  -webkit-box-shadow: 2px 2px 5px #ccc;
  box-shadow: 2px 2px 5px #ccc;
  border-radius: 4px;
  overflow: hidden;
}

#payment .table .thead-light th {
  color: #1d3056;
  font-weight: 500;
  background-color: #f4f1ed;
  border: none;
}

#payment thead th {
  vertical-align: middle;
  border-bottom: 2px solid #dee2e6;
  padding: 1rem 2rem;
}

#payment .table td {
  vertical-align: middle;
  background: #fff;
  padding: 1rem 2rem;
}

#loans {
  margin-top: 118px;
  position: relative;
  background: #f4f1ed;
  position: relative;
  padding-bottom: 0;
}

#loansNav {
  padding-bottom: 0;
  background: url(../images/bg-loans-tab.gif) repeat-x 0 145px;
}

#loansNav .active .icon-loan-1,
#loansNav .active .icon-loan-2,
#loansNav .active .icon-loan-3,
#loansNav .active .icon-loan-4,
#loansNav .active .icon-loan-5 {
  background-position: bottom;
}

#loansNav .icon-arrow,
#loansNav .btn-blue {
  opacity: 0;
}

#loansNav h4 {
  margin-bottom: 50px;
}

#loansNav .active .icon-arrow,
#loansNav .active .btn-blue {
  opacity: 1;
}

#loansNav .active .icon-arrow {
  display: block;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  top: 2px;
}

#loansNav .active h4,
#loansNav .active .btn-blue {
  margin-bottom: 16px;
}

#loansContent {
  min-height: 480px;
  background: url(../images/bg-loan-bottom.png) no-repeat bottom center;
  padding-top: 0;
}

#loansContent h5 {
  margin-bottom: 1rem;
}

.tab-content {
  position: relative;
  background: #fff;
  border: 1px solid #90774f;
  padding: 4rem 2rem 2rem;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  box-shadow: 2px 2px 5px #ccc;
}

.tab-content p,
.tab-content li {
  font-size: 14px;
}

.tab-content .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  width: 24px;
  opacity: 1;
  cursor: pointer;
}

#privacy {
  padding-top: 118px;
}

#privacy ul li {
  margin-bottom: 0.5rem;
}

#privacy #accordion article {
  margin-left: 36px;
}

#privacy #accordion {
  margin-bottom: 3rem;
}

#privacy #accordion h3 {
  cursor: pointer;
  font-size: 18px;
}

#privacy #accordion h3::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  float: left;
  margin-right: 10px;
}

#privacy #accordion h3[aria-expanded="true"]::before {
  background: url(../images/icon-expand.svg) no-repeat;
}

#privacy #accordion h3[aria-expanded="false"]::before {
  background: url(../images/icon-collapse.svg) no-repeat;
}

#documents {
  padding-top: 118px;
}

#documents #accordion {
  margin-bottom: 3rem;
}

.btn-expand {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #90774f !important;
  cursor: pointer;
}

#documents #accordion .btn-expand::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  float: right;
}

#documents #accordion .btn-expand[aria-expanded="true"]::after {
  background: url(../images/icon-expand.svg) no-repeat;
}

#documents #accordion .btn-expand[aria-expanded="false"]::after {
  background: url(../images/icon-collapse.svg) no-repeat;
}

footer {
  display: block;
  width: 100%;
  background: #1d3056;
  color: #fff;
  padding: 3rem 0 2rem;
  font-size: 16px;
}

footer h4 {
  font-size: 18px;
}

footer p {
  margin-bottom: 0.5rem;
}

footer ul {
  margin: 0 0 0.5rem;
  padding: 0;
  list-style: none;
}

footer ul li {
  margin-bottom: 0.2rem;
}

footer a {
  color: #fff;
  text-decoration: none !important;
}

footer .logo {
  margin-top: 22px;
}

footer .social-icons {
  margin-bottom: 1rem;
}

footer .btn-yt {
  display: inline-block;
  height: 32px;
  width: 32px;
  background: url(../images/icon-youtube.svg) no-repeat;
  background-position: top;
}

footer .btn-twitter {
  display: inline-block;
  height: 32px;
  width: 32px;
  background: url(../images/icon-twitter.svg) no-repeat;
  background-position: top;
}

footer .btn-in {
  display: inline-block;
  height: 32px;
  width: 32px;
  background: url(../images/icon-linkedin.svg) no-repeat;
  background-position: top;
}

footer .btn-fb {
  display: inline-block;
  height: 32px;
  width: 32px;
  background: url(../images/icon-facebook.svg) no-repeat;
  background-position: top;
}

footer .btn-yt:hover,
footer .btn-twitter:hover,
footer .btn-in:hover,
footer .btn-fb:hover {
  background-position: bottom;
}

#apply-now {
  background: rgba(29, 48, 86, 0.8);
  color: #fff;
  text-align: center;
  position: fixed;
  top: 20vh;
  right: 0;
  z-index: 5;
  width: 130px;
  padding: 1rem;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  height: 83px;
  transition: all 0.4s ease;
}
#apply-now h4 {
  font-size: 16px;
}

#apply-now a {
  display: block;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  border-bottom: 1px solid #1d3056;
  padding: 1rem 0;
}

#loantab {
  background: rgba(29, 48, 86, 0.8);
  color: #fff;
  text-align: center;
  position: fixed;
  top: 20vh;
  right: 0;
  z-index: 5;
  width: 130px;
  padding: 1rem;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  height: 120px;
  transition: all 0.4s ease;
}

#loantab:hover {
  height: 530px;
}

#loantab .icon-loan {
  display: block;
  height: 50px;
  margin: 0 auto 20px;
  transition: all 0.4s ease;
}

#loantab:hover .icon-loan {
  height: 1px;
  margin-bottom: 0 !important;
}

#loantab h4 {
  font-size: 16px;
}

#loantab a {
  display: block;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  border-bottom: 1px solid #1d3056;
  padding: 1rem 0;
}

#loantab a:nth-child(3) {
  padding-top: 0;
}

#loantab a:last-child {
  border-bottom: none;
}

#loantab a div {
  margin-top: 0.25rem;
  font-size: 14px;
}

#loantab a img {
  transition: all 0.2s ease-in-out;
}

#loantab a:hover img {
  transform: scale(1.2);
}

#leadersModal .modal-dialog .modal-right{ padding: 15px 0; }

#leadersModal .modal-dialog .modal-right .content_wrap{
  height: 100%;
  overflow: auto;
  padding: 20px 30px;
}

/* carrier */


.img-about.img-overview img{
  width: 100%; height: 100%; object-fit: cover;
}

.career_page{ margin-top: 118px; }

.overview_section{ position: relative; }
.overview_section .container{ position: relative; }

.img-overview{
  width: 55%;
  position: absolute;
  top: 0;
  left: 45%;
  height: 105%;
}

#about-quote.certified_quote{ padding: 3.5rem 0 3rem; }
#about-quote.certified_quote .img-about-right{ bottom: -110%; }
#about-quote.certified_quote .img-about-left{ top: -120px; }
#about-quote.certified_quote p{ margin: 0; }
.celebration_slider{ max-width: 90%; margin: 0 auto; }
.mini-container{ max-width: 950px; margin: 0 auto; }
.utsav_slider{ position: relative; }
.utsav_slider .para{ padding: 0 5rem; }
#team-2.opening_sec{ height: auto; }
ul[type="none"]{ padding: 0; }
.opening_sec ul strong{ color: #1d3056; }
.opening_sec ul li{ margin-bottom: 15px; }
#origins.diversityAtSbfc{
  background-image: url(../images/background1.png);
  position: relative;
}
.opening_sec{ background-color: #f4f1ed; }
.opening_sec .img-team-2{ left: -3%; }
.diversityAtSbfc::before{
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #f4f1ed;
  position: absolute;
  bottom: 0%;
  left: 0;
  z-index: -1;
}
.evp_ses .design{
  width: 200px;
  height: 200px;
  background: url(../images/icon-financial-strength.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.evp_ses .design h6{ padding: 0 30px; margin: 0; }
#work.awards_sec{ 
  background-color: transparent; 
  margin: 4rem 0 0rem; 
  padding-bottom: 5rem;
  background-image: url(../images/layer1.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: top 5% left -10%;
}
.awards_sec .img-work {
  width: 35%;
  height: 316px;
  top: 5rem;
}

@media screen and (max-width:1199px){
  .img-overview{ left: 55%; width: 45% }
}

@media screen and (max-width:991px){
  table.table-theme1 tr td{ padding: 20px 6px !important; }
  .opening_sec .img-team-2, .img-overview{
    position: static;
    width: 100%;
    max-height: 400px;
  }
  .utsav_slider .para{ padding: 0; }
}
@media screen and (max-width:767px){
  table.table-theme1{ max-width: 100%; }
  table.table-theme1, table.table-theme1 tbody, table.table-theme1 tr{ display: block }
  table.table-theme1 tr td{
    padding: 10px !important;
    float: left;
  }
  table.table-theme1 tr td.attr{ border-top: 0; width: 60%; }
  table.table-theme1 tr td.val{ border-top: 0; width: 40%; }
  .detaill_page .wbox .row> div{ padding-bottom: 10px; }
  .terms-cond{ text-align: left; }
  .awards_sec .img-work {
      height: 260px;
      top: 5rem;
      position: static;
      margin: 0 auto;
  }
  #work.awards_sec{ padding: 0; }
}


/*current opening*/
.current-opening_page{ margin-top: 118px; }
.page_title .heading{
  padding: 40px 20px 30px;
  background: url(../images/background2.png) no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
}

.page_title .heading .layer{
  position: absolute;
  bottom: -30%;
  right: 5%;
}

.page_title .heading h1{
  font-size: 36px;
}
.back-arrow img{ 
  width: 30px;
  transform: rotate(180deg);
}
.page_title .heading .back-arrow{ position: relative; top: -3px; }

.location_filter{ margin-bottom: 15px; }

.location_filter button{
  min-width: 240px;
  background-color: transparent !important;
  font-weight: 300;
  font-size: 16px;
  color: #444444 !important;
  box-shadow: none !important;
  border: 0;
  border-radius: 0 !important;
  position: relative;
  padding-right: 50px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}

.location_filter .dropdown-toggle::after {
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/icon-dropdown.svg) no-repeat;
  background-size: contain;
  border: 0;
  position: absolute;
  right: 0px;
  top: 0;
}

.location_filter .dropdown-menu{ max-height: 300px; overflow-y: auto; }

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1d3056;
}

.jobAccordian .card{
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.jobAccordian .card .btn-expandd[aria-expanded="false"]{ display: inline-block; }
.jobAccordian .card .btn-collapse[aria-expanded="false"]{ display: none; }
.jobAccordian .card .btn-expandd[aria-expanded="true"]{ display: none; }
.jobAccordian .card .btn-collapse[aria-expanded="true"]{ display: inline-block; }

.btn-collapse{
  font-size: 0;
  width: 40px;
  height: 40px;
  background: url(../images/icon-close.png) no-repeat;
  background-size: 100%;
  box-shadow: none !important;
}

.jobAccordian .card-header .job-title{
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  max-width: 28%;
}

.jobAccordian .card-header .column-small{
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
}

.jobAccordian .card-header{
  background-color: transparent;
  border: 0;
  padding: 25px;
}
.jobAccordian .card-header label{ margin-bottom: 0; font-size: 16px; }

.jobAccordian .card-header .btn-detail{ text-transform: uppercase; font-weight: 300; margin: 5px 0; box-shadow: none !important; font-size: 14px; }

.jobAccordian .card-body{  padding: 20px 25px; padding-right: 20%; } 

.jobAccordian form .row>div{
  padding: 10px 15px;
}
.jobAccordian .form-group{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    position: relative;
    border-radius: 0 !important;
    overflow: visible;
    min-height: 35px;
}

.jobAccordian .form-control{
  height: 35px !important;
  padding: 0 10px;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: none !important;
}

.file-upload-wrapper{ position: relative; min-height: 35px; border-bottom: 1px solid #e5e5e5; }
.file-upload-button{
  width: 35px;
  height: 35px;
  background: url(../images/icon-attachment.png) no-repeat;
  background-color: transparent !important;
  background-position: center;
  border: 0 !important;
  outline: 0 !important;
  font-size: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.file-upload-input{ line-height: 35px; overflow: hidden; padding: 0 10px; padding-right: 40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.btn-apply{
  min-width: 120px;
  height: 40px;
  font-weight: 200;
  border-radius: 50px;
  background-color: #1d3056;
}

.our_values .design img{ width: 60px; }

.our_values .row> div{ padding: 0 30px; }

.hr_desk_sec{
  position: relative;
  background: url(../images/layer1.png) no-repeat;
  background-size: 50%;
  background-position: right -30% bottom 140%;
}

.ht-5{ height: 5rem; }

.hr_desk_sec .img-hr{
  width: 50%;
  right: 50%;
  top: 0;
  position: absolute;
  padding: 0 50px;
}
.img-hr img{ max-width: 100%; }

.celebration_slider.owl-carousel .owl-stage{
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
}

.celebration_slider.owl-carousel .owl-stage .item,
.celebration_slider.owl-carousel .owl-stage img{ height: 100%; object-fit: cover; }

@media screen and (max-width:991px){
  table.table-theme1 tr td{ padding: 20px 6px !important; }
}
@media screen and (max-width:767px){
  table.table-theme1{ max-width: 100%; }
  table.table-theme1, table.table-theme1 tbody, table.table-theme1 tr{ display: block }
  table.table-theme1 tr td{
    padding: 10px !important;
    float: left;
  }
  table.table-theme1 tr td.attr{ border-top: 0; width: 60%; }
  table.table-theme1 tr td.val{ border-top: 0; width: 40%; }
  .detaill_page .wbox .row> div{ padding-bottom: 10px; }
  .terms-cond{ text-align: left; }
  .page_title .heading h1{ font-size: 24px; }
  .jobAccordian .card-header .job-title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 15px;
  }
  .jobAccordian .card-header .column-small {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px 15px;
  }
  .jobAccordian .card-body{ padding-right: 25px; }
  .hr_desk_sec .img-hr{ position: static; width: 100%; padding: 0; }
  .ht-5{ display: none; }
}
/* mobile nav */
@media (min-width: 320px) and (max-width: 991px) {
  header .mobile-nav {
    display: block;
    position: fixed;
    right: 10px;
    z-index: 888;
  }

  header .mobile-nav::after {
    content: "";
    display: block;
    width: 25px;
    height: 118px;
    background: url(../images/icon-mobile-nav.svg) no-repeat center;
    margin: 0 20px;
  }

  header nav {
    display: block;
    width: 300px;
    height: 100vh;
    background: #e5e5e5;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: -310px;
    transition: all 0.5s ease;
    z-index: 3;
  }

  .mobile-nav-on header nav {
    right: 0;
  }

  header nav ul {
    margin: 5rem 0 0;
  }

  header nav ul li {
    display: block;
    text-align: left;
    width: 280px;
  }

  header nav ul li a {
    height: 40px;
    line-height: 40px;
    padding-left: 2rem;
    width: 75%;
    color: #444 !important;
  }

  header nav ul li .hover {
    display: none !important;
  }

  .loan-pay {
    margin-right: 40px;
  }
}

/* mobile */
@media (max-width: 767px) {

  #loantab,
  .loan-pay .btn-blue,
  #about-quote .img-about-left,
  #about-quote .img-about-right,
  #perspectives .img-perspectives-graphic {
    display: none;
  }

  body,
  .txt-16 {
    font-size: 14px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  header .logo {
    margin-right: 0;
  }

  .btn-blue.mid {
    padding: 0 2rem;
  }

  section {
    text-align: center;
  }

  #accordion {
    text-align: left;
  }

  .loan-pay {
    margin-right: 60px;
  }

  #banner-home {
    margin-bottom: 0;
    /* padding-top: 38vh; */
    background-size: 160%;
  }

  #banner-home .banner-content {
    position: relative;
    bottom: inherit;
    right: inherit;
    width: 100vw;
    border-radius: 0;
  }

  #banner-home .banner-bottom {
    position: relative;
    bottom: inherit;
    font-size: 18px;
  }

  #partners {
    height: 1050px;
  }

  #partners .logos img {
    display: block;
    margin: 0 auto;
  }

  #loan-pay-cta .btn-blue {
    width: 90%;
    margin: 10px auto !important;
  }

  #how h4 {
    margin-bottom: 2rem;
  }

  .modal-map {
    width: 90vw;
  }

  #about-quote {
    font-size: 18px;
    padding-top: 3rem;
  }

  #market .market.border-right {
    border: none !important;
    background: none;
  }

  .img-about {
    height: 280px;
    width: 100%;
    left:0;
    position: relative;
    margin: 1rem auto;
    top: inherit;
  }

  .prevControl img,
  .nextControl img {
    width: 12px;
    margin: 0 10px;
  }

  #loansNav .btn-loan {
    display: none;
  }

  #loansNav .btn-loan.active {
    display: block;
  }

  .icon-loan-1,
  .icon-loan-2,
  .icon-loan-3,
  .icon-loan-4,
  .icon-loan-5 {
    width: 160px;
    height: 160px;
  }

  #loansNav h4 {
    margin-bottom: 1rem;
  }

  #loansContent {
    text-align: left;
  }

  #how .percentage.upto {
    margin-top: 28px;
  }

  #origins {
    background-size: 275%;
  }

  #origins #alt-caption {
    padding: 0 1rem;
  }

  .origins-prevnext {
    margin: 1.5rem 0;
  }

  .origins-prevnext .prevControl,
  .origins-prevnext .nextControl {
    bottom: 90px;
  }

  .origins-pager {
    display: none;
  }

  .owl-nav {
    text-align: center;
    padding: 1rem 0;
  }

  .owl-prev,
  .owl-next {
    position: relative;
    left: inherit;
    right: inherit;
    margin: 0 1rem;
  }

  #leadersModal .modal-dialog .modal-left {
    float: none;
    width: 100%;
  }

  #leadersModal .modal-dialog .modal-right {
    float: none;
    width: 100%;
    padding: 2rem 1rem 1rem;
  }

  #leadersModal .modal-content .modal-desc {
    font-size: 14px;
  }

  #team-1 {
    padding-bottom: 0;
  }

  .img-team-1,
  .img-team-2 {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    height: 250px;
    width: 90%;
    margin: 1rem auto;
  }

  #values .wbox {
    margin-bottom: 1rem;
  }

  #values h5 {
    font-size: 32px;
  }

  #perspectives {
    margin: 118px 0 0;
    position: relative;
    padding: 4rem 0 0;
  }

  .img-views {
    position: relative;
    top: inherit;
    right: inherit;
    height: 320px;
    width: 90%;
    margin: 1rem auto;
  }

  .img-work {
    position: relative;
    bottom: inherit;
    right: inherit;
    width: 50%;
    height: 400px;
    margin: 3rem auto 0;
  }

  #contact {
    background-size: 120%;
  }

  #contact h2 {
    font-size: 36px;
  }

  #contact .contact-height {
    min-height: 420px;
  }

  #contact .contact-form {
    padding: 0;
    position: relative;
    width: 90%;
    top: inherit;
    right: inherit;
    margin: 2rem auto;
  }

  #contact .contact-form-2 {
    padding: 0;
    position: relative;
    width: 90%;
    top: inherit;
    right: inherit;
    margin: 2rem auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #contact .contact-form .col-form-label {
    padding-left: 1.6rem;
  }

  #contact .contact-form .form-control {
    font-size: 14px;
  }

  #payment .wbox {
    padding: 1.5rem 0.5rem;
  }

  #payment .table {
    width: 200%;
  }

  #payment .payment-field {
    display: block;
    margin: 1rem 0;
  }

  #payment .currency {
    width: 100%;
    margin: 10px 0 0 !important;
  }

  footer {
    text-align: center;
    font-size: 14px;
  }

  footer h4 {
    margin-top: 3rem !important;
  }
}

@media screen and (min-width: 1300px){
  #banner-home{
    min-height: 650px;
  }
}

/* iPad in portrait */
@media (min-width: 768px) and (max-width: 991px) {
  #banner-home {
    margin-bottom: 120px;
    height: 450px;
    background-size: 120%;
  }

  #banner-home .banner-content {
    bottom: 90px;
    right: 4vw;
    width: 400px;
  }

  .modal-map {
    width: 65vw;
  }

  .features {
    width: 100%;
  }

  .img-about,
  .img-team-1,
  .img-team-2 {
    width: 40%;
    height: 500px;
  }

  .img-views {
    width: 40%;
    height: 420px;
    top: 0;
  }

  .img-work {
    width: 40%;
    height: 80%;
    bottom: 0;
  }

  #perspectives {
    margin: 118px 0 100px;
  }

  #loansNav {
    background: url(../images/bg-loans-tab.gif) repeat-x 0 125px;
  }

  .icon-loan-1,
  .icon-loan-2,
  .icon-loan-3,
  .icon-loan-4,
  .icon-loan-5 {
    width: 120px;
    height: 120px;
  }

  #origins {
    background-size: 200%;
  }

  .origins-prevnext .prevControl,
  .origins-prevnext .nextControl {
    bottom: 130px;
  }

  #leadersModal .modal-dialog {
    max-width: 100vw;
    margin-top: 170px;
  }

  #leadersModal .modal-dialog .modal-left {
    width: 50%;
  }

  #leadersModal .modal-dialog .modal-right {
    width: 50%;
    font-size: 14px;
  }
}

/* iPad in landscape */
@media (min-width: 992px) {
  h1 {
    font-size: 60px;
  }

  #banner-home {
    height: 650px;
   }

  .img-about {
    width: 48%;
    height: 560px;
  }

  .img-team-1 {
    width: 50%;
    height: 475px;
  }

  #team-2 {
    height: 440px;
  }

  .img-team-2 {
    width: 50%;
    height: 110%;
  }

  .img-views {
    width: 50%;
    height: 500px;
  }

  /*changes*/
  .img-work {
    width: 50%;
    /*height: 460px;*/
    height: 390px;
    min-height: 100%;
    bottom: 0; right: 60px;
  }

  .origins-prevnext .prevControl,
  .origins-prevnext .nextControl {
    bottom: 280px;
  }

  .icon-loan-1,
  .icon-loan-2,
  .icon-loan-3,
  .icon-loan-4,
  .icon-loan-5 {
    width: 160px;
    height: 160px;
  }

  #leadersModal .modal-dialog {
    max-width: 90vw;
    margin-top: 200px;
  }

  #leadersModal .modal-dialog .modal-left {
    width: 40%;
  }

  #leadersModal .modal-dialog .modal-right {
    width: 60%;
    height: 350px;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 3rem;
  }
}

/* laptop */
@media (min-width: 1200px) {
  header .logo {
    margin-right: 66px;
  }

  header nav ul li a {
    padding: 0 19px;
  }

  .loan-pay a {
    margin: 0 9px;
  }

  .loan-pay a.btn-home {
    margin: 0 0 0 32px;
  }

  .img-about {
    width: 50%;
  }

  #leadersModal .modal-dialog {
    max-width: 1100px;
    margin-top: 170px;
  }

  #leadersModal .modal-dialog .modal-right {
    height: 410px;
  }
}

/* 5 columns hack */
@media (max-width: 767px) {
  .five-cols .col-lg-1 {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 768px) {
  .five-cols .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.error{ color: #f00 !important; }


.career_page .overview_section p{ text-align: justify; }
 
.utsav_slider .origins-slideshow img{
  height: 570px;
  object-fit: cover;
}
 
.awards_sec p{ text-align: justify; }
 
.video_wrapper{ position: relative; }
.video-link{
      position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
}
.ekko-lightbox .modal-body{ padding: 0; }
.ekko-lightbox .modal-dialog{ max-width: 900px !important; width: 100%; }
.modal-backdrop.show{ background: rgba(0, 0, 0, 0.8); z-index: 1040; }
.ekko-lightbox .modal-header{ display: block !important; padding: 0 !important; }
.ekko-lightbox .modal-header .modal-title{ display: none; }
.ekko-lightbox .close{
    position: absolute;
    right: -30px;
    margin: 0;
    top: 15px;
    padding: 0;
    color: #fff;
}
.ekko-lightbox .close span{ display: none; }
.ekko-lightbox .close:before, .ekko-lightbox .close:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px;
}
.ekko-lightbox .close:before {
    transform: rotate(45deg);
}
.ekko-lightbox .close:after {
    transform: rotate(-45deg);
}

@media screen and (max-width:1199px){
  .utsav_slider .origins-slideshow img{
    height: 400px;
    object-fit: cover;
  }
}
 
@media screen and (max-width:767px){
  .utsav_slider .origins-slideshow img{
    height: 200px;
    object-fit: cover;
  }
}
/*client speak*/


#about-quote.employee_speak p{
  font-size: 16px;
}

.emp-owl-carousel{
  width: 300px;
  margin: 0 auto;
}

.emp-owl-carousel .img{
  width: 125px !important;
  height: 125px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.emp-owl-carousel .slick-prev {
  position: absolute;
  top: 60px;
  left: 0px;
  width: 25px;
  height: 25px;
  background: url(../images/icon-prev.svg) no-repeat !important;
  background-size: 16px 26px;
  background-position: center;
  z-index: 10;
}

.emp-owl-carousel .slick-next {
  position: absolute;
  top: 60px;
  right: 0px;
  width: 25px;
  height: 25px;
  background: url(../images/icon-next.svg) no-repeat !important;
  background-size: 16px 26px;
  background-position: center;
  z-index: 10;
}

.emp-owl-carousel .slick-dots button{
  width: 13px;
  height: 13px;
  background-color: #90774f !important; 
  border-radius: 50%;
  opacity: 0.2;
  margin: 0 2px;
}
.emp-owl-carousel .slick-dots li{ margin: 0; }
.emp-owl-carousel .slick-dots .slick-active button{ opacity: 1; }
.slick-dots li button:before{ opacity: 0 !important; }

.emp-owl-carousel p{ color: #444444; }

#about-quote.employee_speak .img-about-right {
  bottom: -14%;
}
/*client speak*/
.popupModal .close{
  text-align: right;
  padding: 10px;
}
/*.popupModal p a{ text-decoration: underline !important; }*/
.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0,0,0,.5);
}


.banner_carousal{
  height: 100%;
  overflow: hidden;
}

.banner_carousal img{
  width: 100%;
}
.img-overview {
  position: absolute;
  top: 0;
  left: 50%;
  height: 97%;
}


.bullet_list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.bullet_list > li {
  position: relative;
  padding-left: 13px;
  font-size: 16px;
  line-height: 17px;
  margin: 0 0 12px;
  color: #444444;
}
.bullet_list > li::before {
  width: 6px;
  height: 6px;
  background: #1d3056;
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  border-radius: 50%;
}

.number-list {
  margin: 0px;
  list-style: none;
  counter-reset: my-awesome-counter;
  padding: 0 0 0.5rem;
}
.number-list > li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 1rem 1.5rem;
  font-size: 16px;
  color: #444444;
}
.number-list > li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0px;
  color: #1d3056;
  font-weight: 500;
}
.number-list > li p:last-child {
  margin-bottom: 0px;
}

#banner-home .banner_carousal,
#banner-home .slick-list, 
#banner-home .slick-track,
#banner-home .slick-slide > div,
#banner-home .slick-slide > div img{ height: 100%; object-fit: cover; }

/*29-04-21*/
@media screen and (min-width:1200px) and (max-width: 1399px){
  #origins .origins-slideshow{ max-width: 600px; max-height: 370px; }
  #origins .origins-slideshow img{ max-height: 100%; object-fit: cover; }
  #origins .origins-prevnext{ max-width: 800px; margin: 0 auto; }
  #origins .origins-prevnext .prevControl, 
  #origins .origins-prevnext .nextControl{
    bottom: 190px;
  }
  #origins .origins-pager{ height: 40px; }
}
/*29-04-21*/

/** 06-2021 SBFC MAINSITE UI CSS - common **/
/** common **/
.icon-loan-1:hover, .icon-loan-2:hover, .icon-loan-3:hover, .icon-loan-4:hover, .icon-loan-5:hover {
  background-position: bottom !important; }
  #apply-now {z-index: 111;}

/** home **/
#banner-home {margin-bottom: 0;}

/** About **/
.defining_Features .box_wrap {position: relative;height: 100%;padding-bottom: 55px;}
.defining_Features .box_wrap a {
  position: absolute;
  min-width: 125px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  margin: 10px 0px !important;
}
#origins .prevControl img , #origins .nextControl img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
}
#origins .origins-prevnext .prevControl:hover, #origins .origins-prevnext .nextControl:hover {
  opacity:0.5;
  filter: brightness(1) invert(1);
  -webkit-filter: brightness(1) invert(1);
  -moz-filter: brightness(10) invert(1);
  -ms-filter: brightness(1) invert(1);
}

/** Career page **/
.career_page #team-2.open_positions .evp_ses .design {
  width: auto;
  height: auto;
  background: none !important;
  text-align: left;
  justify-content: start !important;
}
.career_page #team-2.open_positions .evp_ses .design h6 {
  padding: 0;
  color: #1d3056; position: relative; padding-left: 18px;
}
.career_page #team-2.open_positions .evp_ses .design h6:before {content: "";position: absolute;width: 7px;
  height: 7px;border-radius: 50px;background: #1d3056;left: 0;top: 6px;}
.diversityAtSbfc::before {background: transparent;}

 /** Login **/
 #payment {min-height: auto;}
 #payment h2 { font-size: 32px;}
 #payment .btn_wrap span {padding-left: 12px;}
 #payment .btn_wrap span a {font-weight: 500; color: #1d3056;}
 #payment .btn_wrap span a:hover {color: #90774f;}

@media screen and (max-width:991px){
  /** header **/
  .loan-pay a.btn-home {display: none;}

  /** Career page **/
  .career_page #ourapproach .img-overview {position: static; height: auto; width: 100%; margin-top: 0 !important;margin-bottom: 0 !important;}
  .career_page #ourapproach .img-about.img-overview img {height: auto !important;}

  /** Team Page **/
  .career_page #ourapproach .img-overview {position: static; height: auto; width: 100%; margin-top: 0 !important;margin-bottom: 0 !important;}
  .career_page #ourapproach .img-about.img-overview img {height: auto !important;}
}

@media screen and (max-width:767px){
   
  /** footer css **/
   footer h4 {margin-top: 0 !important;}

  /** About**/
  #ourapproach.ourapproach_about  {padding: 0;}
  #ourapproach.ourapproach_about .img-about {margin-bottom: 0;}
  #about-quote {padding: 2rem 0;}
  .defining_Features h2, .whywe_exit h2 {margin-top: 0 !important;}

  /** loans **/
  #loans #loansNav {background-position: 0 96px;padding-top: 0; }

  /** Career page **/
  .career_page #work.awards_sec { margin-top: 0 !important;}

  /** contact page **/
  #contact {padding-bottom: 0;}
  #contact .contact-form-2 {margin-bottom: 0;}
  /** teams **/
  #team-1 .img-team-1 {right: 0;}
  #values, #work, #leadership { padding: 2.2rem 0;  }
  #work .img-work {
    margin-top: 0 !important;
    position: static;
    width: auto;
    height: 300px;
    margin-bottom: 20px;
  }
  #values .row > div:last-child .wbox {
    margin-bottom: 0;
  }
 }

@media screen and (max-width:575px){
  /** Commomn **/
  .icon-loan-1, .icon-loan-2, .icon-loan-3, .icon-loan-4, .icon-loan-5{width:100px;height:100px;margin-bottom:0.2rem; }
  /** footer css **/
  footer.text-left {text-align: center !important;}

   /** About **/
  .defining_Features .box_wrap img {width: 100px;height: 100px;}
  /**contact **/
  #contact .contact-height {min-height: 450px;}

  /** login **/
  #payment .btn_wrap span a {display: block;width: auto;}
  #payment video {margin-bottom: 0 !important;}
  /** career page **/
  #origins.diversityAtSbfc {background-size: cover;}
}

@media screen and (max-width:375px){
  /**contact **/
  #contact .contact-height {
    min-height: 420px;
  }
}

#about-quote .slick-slide {
    outline: none;
}

/*LANDIG PAGE CSS start*/
@font-face {
  font-family: "ProximaNova-Bold";
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-display: swap; 
}
@font-face {
  font-family: "ProximaNova-Reg";
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-display: swap; 
}
.landing_page .btn.btn-field{
  height: 60px; border-radius: 50px; background-color: #1d3056; color: #fff; padding: 17px 34px; font-weight: 200; border: 1px solid #1d3056; letter-spacing: 1px;
}
.landing_page .btn.btn-field:hover{
  background-color: #fff; color: #1d3056; border: 1px solid #1d3056;
}
.landing_page .bg-blue{ background-color: #1d3056; }
.landing_page .bg-blue .sec_title{ color: #ffffff; }
.landing_page .sec_title.gold-text{ color: #b7a14e; text-transform: none; }
.landing_page img{ max-width: 100%; max-height: 100%; }
.banner__section{ background-color: #1d3056; padding-top: 120px; }
.banner__section .container{ padding: 40px 15px; }
.banner__section .form_wrapper{ width: 470px; max-width: 100%; }
.banner__section .form-group{ position: relative; box-shadow: none !important; border-radius: 0; overflow: visible; margin-bottom: 20px; }
.banner__section .form-control{ height: 50px !important; background-color: rgba(255, 255, 255, 0.20); padding: 0 32px; border-radius: 50px; border: 1px solid rgba(255, 255, 255, 0.4); color: #ffffff; }
.banner__section .form-control:focus{ box-shadow: 0 0 4px 0px rgba(255, 255, 255, 0.4); }
.form-group .pincode_list{
  position: absolute; width: 100%; top: 50px; left: 0;
  border-radius: 6px; background: rgba(255, 255, 255, 1);
}
.pincode_list ul{ list-style-type: none; padding: 0; margin: 0; }
.pincode_list ul li{ padding: 7px 10px; font-size: 16px; color: #1d3056; font-weight: 500; cursor: pointer; }
.pincode_list ul li:hover{ background-color: rgba(0, 0, 0, 0.1); }


.landing_page .sec_title{ font-size: 36px; text-transform: uppercase; color: #1d3056; font-family: "ProximaNova-Bold"; margin-bottom: 30px; }
.landing_page .sub_title{ font-size: 28px; font-family: 'ProximaNova-Reg'; color: #3a3a3a; }

.apply_steps_sec{ background: url(../images/apply-steps-bg.png) no-repeat; background-size: 100% auto; background-position: bottom; }
.apply_steps_sec .icon-wrapper{ width: 100%; margin-bottom: 25px; height: 90px; display: table; }
.apply_steps_sec .icon-wrapper b{ display: table-cell; vertical-align: middle; text-align: center; }
.apply_steps_sec h3{ font-size: 30px; font-family: 'ProximaNova-Bold'; color: #b7a14e; margin-bottom: 20px; }
.apply_steps_sec p{ font-size: 18px; line-height: 30px; color: #3a3a3a; }
.apply_steps_sec .btn.btn-field{ min-width: 340px; font-size: 24px; padding: 14px 20px; }
.apply_steps_sec .step_no{ display: block; margin: 0 auto 50px; width: 30px; line-height: 30px; font-size: 24px; font-family: 'ProximaNova-Bold'; color: #fff; background-color: #cbac31; border-radius: 50px; }
.apply_steps_sec .row{ position: relative; }
.apply_steps_sec .row::before{
  content: "";
  display: block;
  width: 67%;
  height: 1px;
  border-bottom: 3px dashed #cbac31;
  top: 15px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.loan_benefites_sec{ padding: 50px 0 100px; }
.loan_benefites_sec .icon-wrapper{ width: 100%; margin-bottom: 25px; height: 90px; display: table; }
.loan_benefites_sec .icon-wrapper b{ display: table-cell; vertical-align: middle; text-align: center; }
.loan_benefites_sec .sec_title{ margin-bottom: 75px; }
/*.loan_benefites_sec h4{ font-size: 24px; font-family: 'ProximaNova-Bold'; color: #ffffff; }*/
.loan_benefites_sec h4{ font-size: 24px; color: #ffffff; }
.flow_chart_sec{ padding: 30px 0; background: url(../images/comapre-bg-partten.png) no-repeat; background-size: cover; background-position: top; }
.flow_chart_sec p{ font-size: 28px; line-height: normal; color: #3a3a3a; }
.btn.btn.btn-field.btn-apply{ min-width: 340px; font-size: 24px; padding: 16px 20px;  height: 65px;}
.why_chose_sec .row{ margin: 0 -65px; }
.why_chose_sec .row>div{ padding: 0 65px; }
.why_chose_sec iframe{ height: 400px; width: 100%; }

.banner__section .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff; opacity: 1;
}
.banner__section img{ margin: 0 auto; }
.banner__section .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff; opacity: 1;
}
.banner__section .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff; opacity: 1;
}
.banner__section .form-control:-moz-placeholder { /* Firefox 18- */
  color: #ffffff; opacity: 1;
}
.banner__section .btn.btn-submit{ height: 50px; border-radius: 50px; background-color: #fff; color: #1d3056; padding: 10px 34px; font-weight: 200; border: 1px solid #fff; letter-spacing: 1px; }
.banner__section .btn.btn-submit:hover{ background-color: transparent; color: #fff; }
.banner__section ul.slick-dots li{ margin: 0; }
.banner__section .slick-dots li button:before{ color: #fff !important; opacity: 0.5 !important; font-size: 35px; }
.banner__section .slick-dots li.slick-active button:before{ opacity: 1 !important; }


table.compare_table{ border: 0; overflow: hidden; border-radius: 8px 8px 0 0; }
table.compare_table thead{ border-radius: 8px 8px 0 0; background-color: #0b2345; }
table.compare_table thead th{ color: #fff; font-size: 30px; font-family: 'ProximaNova-Bold'; padding: 20px 10px; text-transform: uppercase; border: 1px solid #0b2345; }
table.compare_table tbody td{ font-size: 36px; color: #b7a14e; padding: 13px 10px; border: 1px solid #0b2345; font-family: 'ProximaNova-Reg'; }
table.compare_table tbody tr:nth-child(odd){ background-color: #ececec; }

.loan_comparision_sec{ background: url(../images/comapre-bg-partten.png) no-repeat; background-size: cover; background-position: center; }
.loan_comparision_sec .container{ max-width: 1360px; }
.loan_comparision_sec .row{ margin-top: 50px; margin-bottom: 50px; }
.our_network_sec .network_list.row{ margin: 0 -25px; }
.our_network_sec .network_list.row>div{ padding: 0 25px; }
/*.our_network_sec .network_list h5{
  font-size: 45px; font-family: 'ProximaNova-Bold'; color: #fff; margin: 0;
}*/
.our_network_sec .network_list h5{
  font-size: 45px; color: #fff; margin: 0;
}
.our_network_sec .col-map{ margin: -90px 0; }
.our_network_sec .col-map figure{ margin-bottom: 4rem; }
.our_network_sec figure img{ max-width: 490px; }

.client_testimonial_sec{ padding: 40px 0 70px; }
.client_testimonial_sec .sec_title{ margin-bottom: 30px; }
.client_testimonial_sec p{
  font-size: 18px; font-family: 'ProximaNova-Reg'; color: #3a3a3a;
}
.client_testimonial_sec .text{ position: relative; max-width: 760px; margin: 0 auto 25px; }
.client_testimonial_sec .text::before{
  content: ""; display: inline-block; width: 24px; height: 18px;
  background:url(../images/icn-open-quote.png) no-repeat;
  position: absolute; top: 0; left: -70px;
}
.client_testimonial_sec .text::after{
  content: ""; display: inline-block; width: 24px; height: 18px;
  background:url(../images/icn-close-quote.png) no-repeat;
  position: absolute; bottom: 0; right: -70px;
}
.client_testimonial_sec .avtar{ width: 130px; height: 130px; border-radius: 50%; overflow: hidden; border: 2px solid #fff;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.15); margin: 0 auto;
}
.client_testimonial_sec .avtar img{ width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.client_testimonial_sec .name{ font-size: 16px; font-family: 'ProximaNova-Reg'; color: #1d3056; margin: 15px 0 5px; text-transform: uppercase; }
.client_testimonial_sec .rating{ width: 80px; margin: 0 auto; }
.landing_page .slick-arrow{ width: 24px; height: 45px; }
.landing_page .slick-arrow.slick-prev{ background: url(../images/slick-prev.png); }
.landing_page .slick-arrow.slick-next{ background: url(../images/slick-next.png); }
.client_testimonial_sec .slick-arrow{ top: 15%; }
.video_wrapper{ cursor: pointer; }
@media screen and (max-width: 1599px){
  table.compare_table thead th{ font-size: 22px; }
  table.compare_table tbody td{ font-size: 20px; }
  .loan_comparision_sec .container{ max-width: 1160px; }
}
@media screen and (max-width: 1299px){
  .why_chose_sec .row{ margin: 0 -15px; }
  .why_chose_sec .row>div{ padding: 0 15px; }
  .our_network_sec figure img{ max-width: 100%; }
}
@media screen and (max-width: 1199px){
  .flow_chart_sec p{ font-size: 18px; line-height: 30px; }
  .our_network_sec .network_list h5{ font-size: 32px; }
  .our_network_sec .col-map{ margin: 0; }
  .our_network_sec .col-map figure{ margin: 0; }
  .loan_benefites_sec h4{ font-size: 18px; }
  .landing_page .sec_title{ font-size: 24px; }
  .network_list img{ max-width: 60px; }
  .client_testimonial_sec .text{ max-width: 500px; }
  .apply_steps_sec h3{ font-size: 20px; }
  .our_network_sec .network_list.row{ margin: 0 -15px; }
  .our_network_sec .network_list.row>div{ padding: 0 15px; }
  .ekko-lightbox .close{
    right: 0px;
    top: -30px;
}
}
@media screen and (max-width: 767px){
  .pb-xs-30{ padding-bottom: 30px; }
  .apply_steps_sec .row::before{ opacity: 0; }
  .btn.btn.btn-field.btn-apply{ min-width: 150px; font-size: 16px; height: 45px; padding: 10px 15px; }
  .loan_benefites_sec .row >div, .why_chose_sec .row>div{ padding: 15px; }
  .our_network_sec .network_list h5{ font-size: 22px; }
  .our_network_sec .network_list.row{ justify-content: center; }
  .client_testimonial_sec .text::before, .client_testimonial_sec .text::after{ display: none; }
  .client_testimonial_sec .slide{ padding: 0 30px; }
  .landing_page .slick-arrow.slick-next{ right: 0; }
  .landing_page .slick-arrow.slick-prev{ left: 0; }
  .client_testimonial_sec .slick-arrow{ top: 50%;     width: 20px; height: 35px; background-size: 100% 100% !important; }
}

.landing_page .error {
  color: #ef6b6b !important;
  font-weight: 500;
}
/*LANDIG PAGE CSS end*/

/*New Landing Page Gold Loan CHanges Starts*/
p.sec_title_goldpara {
    line-height: 1.2;
}
p.web_Contact_detail {
    font-size: 26px;
    color: #fff;
    text-transform: none;
    font-family: "ProximaNova-Bold";
}
h5.sbfc_gold_benefits_subttl {
    font-size: 24px;
    /* font-family: 'ProximaNova-Bold'; */
    color: #ffffff;
    /*font-weight: 400;*/
}
/*New Landing Page Gold Loan CHanges Ends*/

/* New Filter  */
.tab-content {
    padding: 0;
    border: none;
    box-shadow: none;
}

.leq {
    font-size: 20px;
    color: #0056b3;
    font-weight: 400;
    padding: 5px;
}

.leq.active {
    border-bottom: 2px solid #0056b3;
}

.onHover {
    transition: all 1s;
}
.onHover.active:hover .tab-content .tab-pane.active .insideTab {
    transition-delay: 3.5s;
    transition: all 1s ease-in-out;
    display: block;
}

/* .insideTabMain:hover ~ .insideTab {
    display: none !important;
} */

.insideTab {
    display: none;
}




.btn-blue2 {

  background: #fff;
  color: #1d3056;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  border: 1px solid #1d3056;
  border-radius: 17px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none !important;
  transition: all 0.4s ease;
  letter-spacing: 0.08rem;
  min-width: 106px;
  padding: 0 1rem;
  text-align: center;
  margin-bottom: 10px;
}

.btn-blue2:hover {

  background: #1d3056;

  color: #fff;

}

.btn-blue2.active {

  background: #1d3056;

  color: #fff;

}