.footer {
  background-color: #0d1a2d;
  color: #fff;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 3px solid #4c81c6;
  padding-top: 20px;
}

.footer-logo {
  flex: 1 1 200px;
  max-width: 250px;
  font-size: 14px;
}

.footer-logo .logo-img {
  width: 120px;
  margin-bottom: 15px;
}

.footer-logo .phone {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
}

.footer-column {
  flex: 1 1 150px;
  margin-bottom: 20px;
}

.footer-column h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #1abc9c;
}

.footer-seal {
  flex: 1 1 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-seal img {
  max-width: 100px;
}

/* Modal Lightbox */
.modal {
    display: none;
    position: fixed;
    z-index: 100000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
}
.modal-content {
    background: #fff;
    margin: auto;
    padding: 0;
    width: 80%;
    height: 80%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.modal-content iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.footerBlok			{float:left; font-family:arial; font-size:14px; text-decoration: none; background:#141313; padding:3%; width: 100%;}
.footerBlok		a	{text-decoration: none; color: #ffffff;}
.footerBlok		a:hover	{text-decoration: none; color: #c42c41;}
.footerBlok	 ul		{margin:0; padding:0}
.footerBlok	 ul li	{list-style:none; margin:10px 0;color: #ffffff;}
.footerCol			{width:33%;float:left; }
.footerBottom		{width:100%; float:left; padding:20px 0; margin-top:10px; border-top: 1px solid #ddd }
.bankLogo			{width:100%; float:left; text-align: center;}
.banklogos			{height:32px }
.footertext			{width:100%; float:left;  text-align: center; font-size:13px; color:#ffffff; margin-bottom: 40px;}
.footerSocial li	{display: inline}
.footerBlok h4::before {content: ''; position: absolute;  left: 0;  bottom: -10px;  background-color: #e91e63;  height: 2px;  box-sizing: border-box;  width: 50px;}
.footerBlok h4		{ont-size: 18px;  color: #ffffff;  text-transform: capitalize;  margin-bottom: 35px;  font-weight: 500;  position: relative;}
.text-right			{text-align: right;}


@media(max-width:576px) {
.footerCol, .bankLogo, .footertext			{width:100%}
.footerBlok			{text-align: center;}
.footerBlok h4::before {width:100%}


}
