.theme-home-loan main.main.loading {
  opacity: 0;
}

.theme-home-loan .sc-headline {
  margin-bottom: 60px;
}

.theme-home-loan .sc-headline h3.sc-heading,
.theme-home-loan .sc-headline h1.sc-heading  {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.5;
}

.theme-home-loan .sc-apply-online.m {
  display: none;
}

.theme-home-loan .sc-apply-online.d .heading {
	display: flex;
	flex-direction: row;
	align-items: center;
}

button.mfp-close {
	padding-right: 0;
}

.theme-home-loan a.link:after {
  display: inline-block;
}

.theme-home-loan a.link:hover {
  text-decoration: underline;
}

.theme-home-loan .pb-0 {
  padding-bottom: 0;
}

.theme-home-loan .table-responsive {
  margin: 30px 0 40px 0;
}

.theme-home-loan .table-responsive .table-responsive-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;

  -ms-overflow-style: none;
  scrollbar-width: none;
}

.theme-home-loan .table-responsive .table-responsive-wrapper::-webkit-scrollbar {
  display: none;
}

.theme-home-loan .table-responsive .table-responsive-wrapper .table {
  min-width: 1140px;
}

.theme-home-loan .table-responsive .table-responsive-scroll-wrapper {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  position: relative;

  margin-bottom: 15px;

  background: #F1F1F1;
}

.theme-home-loan .table-responsive .table-responsive-scroll-wrapper .table-responsive-scroll {
  width: 10%;
  height: 6px;
  border-radius: 3px;
  position: absolute;

  background: #31D227;
}

@media screen and (max-width: 767px) {
  .theme-home-loan .sc-headline h3.sc-heading,
  .theme-home-loan .sc-headline h1.sc-heading  {
    font-size: 26px;
    line-height: 1.5;
  }
}

.garage-lightbox .ic-close:before {
  font-family: "icokbank";
  position: relative;
  left: -1px;
  top: 2px;
}

.garage-lightbox h3 {
  margin-top: 0;
}

.garage-lightbox {
  text-align: left;
}

.theme-home-loan .back-to-top {
  display: none;
}

.theme-home-loan #msform {
  min-height: unset;
}