.footerWrapper{
	padding:0 40px;
}
footer{
	padding:35px 0 20px 0;
	background:#0075A9;
	color:#fff;
}
.footerLogo img {
    max-width: 240px;
    margin-bottom: 30px;
}
.footerMychart img {
    max-width: 136px;
    margin-bottom: 32px;
}
.footerCallSec .imgIcon img{
	min-width:44px;
	max-width:44px;
}
.footerCallSec .imgIcon{
	margin-right:8px;
}
.footerCallText {
    display: flex;
    flex-direction: column;
    color: #fff;
	font-size: 20px;
	font-family: 'Montserrat Bold';
}
.footerCallText a{
   color: #fff !important;
	font-size: 18px;
	font-family: 'Montserrat Bold';
	text-decoration:none !important;
	font-family: 'Montserrat Regular';
}
.footerCallText a:hover, .footerCallText a:focus{
   opacity:0.8;
	text-decoration:none !important;
}
.footerCallText label{    
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat Regular';
}
.footerCallSec {
    display: flex;
}
footer .footerListHeading {
    color: #fff;
    font-family: 'Montserrat Bold';
	margin-bottom:6px;
	font-size: 12px;
}
footer ul {
    list-style: none;
    padding-left: 0;
}
footer a {
    color:#fff !important;
	text-decoration:none !important;
	font-size: 12px;
	font-family: 'Montserrat Regular';
}
footer a:hover,footer a:focus {
    opacity:0.8;
}
.socialMediaList {
    display: flex;
    /*flex-wrap: wrap;*/
}
.socialMediaList li{
    margin-right:10px;
}
.socialMediaList li:last-child{
    margin-right:0px;
}
footer .tannerDesc {
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat Regular';
}
.customFooter{
	background:#005880;
	color:#fff;
}
.customFooter ul {
    list-style: none;
    padding: 13px 0;
	display: flex;
    flex-wrap: wrap;
	margin-bottom:0;
	    justify-content: center;
}
.customFooter a {
    color:#fff !important;
	text-decoration:none !important;
	font-size: 16px;
	font-family: 'Elza Text';
}
.customFooter a:hover,.customFooter a:focus {
    opacity:0.8;
}
.customFooter ul li{
	position:relative;
	margin-right:15px;
	padding-right:15px;
}
.customFooter ul li::after{
	content:'';
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:0;
	height:18px;
	background:#fff;
	width:1px;
}
.customFooter ul li:last-child{
	margin-right:0px;
	padding-right:0px;
}
.customFooter ul li:last-child::after{
	display:none;
}
.socialMediaList li {
	margin-bottom: 10px;
}

@media(min-width: 1600px){
	
}
@media(min-width: 1920px){
	
}
@media(max-width: 1536px){	
	
}
@media(max-width: 1199px){
	.footerLogo img {
		max-width: 200px;
	}
	.footerMychart img {
		max-width: 120px;
	}
	.footerCallSec .imgIcon img {
		min-width: 36px;
		max-width: 36px;
	}
	.footerCallText, .footerCallText a{
		font-size:16px;
	}
	.footerWrapper {
		padding: 0px 30px;
	}
	
}
@media(max-width: 992px){
	
}
@media(max-width: 991px){
	.footerLogo img, .footerMychart img, .footerCallSec{
		margin-bottom:20px;
	}
	.customFooter a {
		font-size: 14px;
	}
	.footerWrapper {
        padding: 0px 15px;
    }
}
@media(min-width:768px){
	
}
@media(max-width: 767px){
	
	
}
@media(max-width:576px){
	
}
@media(max-width:480px){
	

}