/*----- footer section css starts here -----*/
.breadcrumb{ 
	background: none;
}
.breadcrumb ul li {
	list-style: none;
}
.breadcrumb ul li a {
    text-decoration: none;
    color: #3bb3c3;
}
.breadcrumb ul li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
 footer .footer-item ul li {
	 list-style: none;
	 margin-bottom: 10px;
}
 footer .footer-item ul li a:focus {
	 text-decoration: none;
}
 footer .footer-item .subscribe-newsletter input[type="text"] {
	 background: #fff;
	 border: none;
	 padding: 10px 15px;
	 border-radius: 6px;
	 width: 65%;
	 margin-right: 10px;
}
 footer .footer-item .subscribe-newsletter input[type="submit"] {
	 line-height: 21px;
	 box-shadow: 0 4px 16px 0 rgba(59, 179, 195, 0.2);
}
 footer .marketing-landing-pages ul li {
	 list-style: none;
	 display: inline-block;
	 margin-right: 8px;
	 line-height: 32px;
}
 footer .marketing-landing-pages ul li:after {
	 content:'/';
	 font-size: 18px;
}
 footer .marketing-landing-pages ul li:last-child:after {
	 display: none;
}
 footer .marketing-landing-pages ul li a {
	 padding-right: 10px;
}
 footer .marketing-landing-pages ul li a:focus {
	 text-decoration: none;
}
/*----- footer section css ends here -----*/