
.clear
{
	clear:both;
}
.eb_mega_custom_footer .eb_mega_custom_products
{
    padding-bottom: 10px;
}
footer.eb_mega_custom_footer {
    border-top: 0;
}
.eb_mega_custom_footer .container-fluid
{
    padding-right: 30px;
	padding-left: 30px;
}
.eb_mega_custom_footer .eb_mega_custom_products .eb_mega_custom_products_images
{
    width: auto;
    display: inline-block;
}
.eb_mega_custom_footer .eb_mega_custom_products .eb_mega_custom_products_text
{
    width:auto;
    display: inline;
	padding-left:15px;
}

.eb_mega_custom_footer .eb_mega_custom_products .eb_mega_custom_products_text a {
    color: #e2e2e2;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
}

.eb_mega_custom_footer .eb_mega_custom_products .eb_mega_custom_products_images img {
    vertical-align: middle;
    border: 1px solid #ccc;
    padding: 2px;
    box-shadow: 1px 0px 5px 0px #ffffff59;
	-webkit-box-shadow: 1px 0px 5px 0px #ffffff59;
	-moz-box-shadow: 1px 0px 5px 0px #ffffff59;
}
.eb_mega_custom_footer .eb_mega_custom_products .eb_mega_custom_products_text a:hover
{
	color:#17bcf0;
}	
.eb_mega_custom_footer .eb_mega_custom_products .eb_mega_custom_products_text a span
{
    font-weight: 400;
    color: #cccccc;
    font-size: 12px;
    cursor: auto;
    text-decoration: none;
}

.eb_mega_custom_footer h5 {
    font-weight: 500;
    margin: 0;
	padding-top: 15px;
	font-size: 14px;
    
    padding-bottom: 15px;
    text-transform: uppercase;
}

.eb_mega_custom_footer a {
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    padding-bottom: 0px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
	margin-bottom: 4px;
}
.eb_mega_custom_footer a:hover {
    color: #2dc4f0;
}
.eb_mega_custom_footer a i {
    font-size: 14px;
    margin-right: 4px;
    color: #2dc4f0;
}

.eb_mega_custom_footer p {
    margin: 0 0 10px;
    text-transform: capitalize;
    line-height: 26px;
    font-size: 13px;
}

.eb_mega_custom_footer .eb_social_media_footer li a i {
    color: #17bcf0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    margin: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    border-radius: 100%;
}

.eb_mega_custom_footer .eb_social_media_footer li a
{
    padding-bottom: 0;
}
/* .eb_mega_custom_footer .eb_social_media_footer li a i:hover {
    color: #ffffff;
	background:#2dc4f0;
} */

.eb_mega_custom_footer .eb_social_media_footer li 
{
	float:left;
	margin-right:10px;
	position: relative;
	
}
.eb_mega_custom_footer .eb_social_media_footer li:last-child 
{
	margin-right:0;
	
} 



/* Icons */
.eb_mega_custom_footer .eb_social_media_footer li 
{
	float: none;
    margin-right: 10px;
    position: relative;
    display: inline-block;
	
}
.eb_mega_custom_footer .eb_social_media_footer li:last-child 
{
    margin-right: 0px;
	
}
.eb_mega_custom_footer .eb-icon {
    width:  36px;
    height: 36px;
    fill: currentColor;
    transition: .2s;
}

.eb_mega_custom_footer .eb-link--facebook:hover  { color: #fff }
.eb_mega_custom_footer .eb-link--facebook:hover::after  { background: #f7f7f7 }
.eb_mega_custom_footer .eb-link {
    position: relative;
    color: #bbb;
}

.eb_mega_custom_footer .eb-link:not(:last-of-type) {
    margin-right: 15px;
}

.eb_mega_custom_footer .eb-tooltip::before,
.eb_mega_custom_footer .eb-tooltip::after {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -10px);
    opacity: 0;
    transition: .2s;
}

.eb_mega_custom_footer .eb-tooltip::before {
    content: '';
    bottom: calc(100% + 2px);
    border: solid 5px transparent;
	color: #ffffff;
    border-top-color: currentColor;
}

.eb_mega_custom_footer .eb-tooltip::after {
	content: attr(aria-label);
    bottom: calc(100% + 12px);
    padding: 5px 8px;
    font-size: 11px;
    color: #7a7a7a;
    border-radius: 3px;
}

.eb_mega_custom_footer .eb-tooltip:hover::before,
.eb_mega_custom_footer .eb-tooltip:hover::after {
    opacity: 1;
    transform: translate(-50%);
}

.eb_mega_custom_footer .pens-link-container {
    flex-basis: 100%;
    font-size: .9rem;
    text-align: center;
}

.eb_mega_custom_footer .pens-link {
    margin-bottom: 0;
    background: white;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .1);
    border: none;
}

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

.fooetr_contant_text_wrapper .col-sm-3:last-child  .fooetr_contant_inner_text_section
{
	border-right: 1px solid #e2e2e2;
}
.eb_rows
{
	padding: 20px 0;
}

/* responsive style */

@media (min-width: 50px) and (max-width: 768px)
{
.eb_mega_custom_footer .row
{
	margin:0px;
}
}