.footerBlok ul,
body {
    margin: 0;
    padding: 0
}

.bankLogo,
.footertext {
    text-align: center
}

body {
    background: url('background.png')
}

.site-main a img {
    height: auto !important;
    width: 100%;
	display: flex;
}

.container {
    margin: 0 auto;
    padding: 0 !important;
    -webkit-box-shadow: 16px 0 36px 10px #4a4a4a;
    -moz-box-shadow: 0 36px 36px 10px #4a4a4a;
    box-shadow: 16px 0 36px 10px #4a4a4a;
	max-width:800px !important;
}

.site-main,
video {
    width: 100%
}

.site-main a {
   display: block;
    width: 100%
}

.footerBlok {
    float: left;
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
    background: #f6f6f6;
    padding: 3%;
    width: 100%
}

.footerBlok a {
    text-decoration: none;
    color: #06c
}

.footerBlok ul li {
    list-style: none;
    margin: 10px 0
}

.footerCol {
    width: 33%;
    float: left
}

.bankLogo,
.footerBottom,
.footertext {
    width: 100%;
    float: left
}

.footerBottom {
    padding: 20px 0;
    margin-top: 10px;
    border-top: 1px solid #ddd
}

.banklogos {
    height: 32px
}

.footertext {
    font-size: 13px;
    color: #666;
    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 {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative
}

.text-right {
    text-align: right
}

.page-container {
    background: #fff;
    float: left;
    width: 78%;
    margin: 0 10%;
    padding: 1%
}

.page-content,
.page-title {
    float: left;
    width: 100%;
    margin: 15px 0;
    font-family: arial
}

.page-title {
    color: #09c
}

.page-content {
    padding-bottom: 25px;
    font-size: 14px;
    line-height: 20px
}

.page-container .footerBlok {
    padding: 2%;
    width: 96%
}

.indexPage .footerBlok {width:94%}


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

	
}



