
/***************Footer***************/
.footer-middle {
	padding: 70px 0 0;
	color: #666;
	background-color: #000;
}
.Tabs-button, .block-footer {
    margin-bottom: 50px;
}

.block-footer .title-footer {
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 900;
}
.SlideBox h2, .block-footer .title-footer {
    font-weight: 900;
    font-family: Dosis, sans-serif;
}


.modal-open .modal#despPopup h4#headText ul, .my-account-sidebar .my-account-sidebar-ul ul, .page-footer ul {
    list-style: none;
    padding: 0;
}

.block-footer .content-footer li {
    margin-bottom: 4px;
}

.block-footer .content-footer li a {
	display: table;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	position: relative;
	padding-left: 0;
	transition: 0.2s;
}
.block-footer .content-footer li a::before {
	opacity: 0;
	visibility: hidden;
	background-color: #666;
	content: "";
	position: absolute;
	left: -8px;
	top: 10px;
	width: 8px;
	height: 1px;
	transition: 0.2s;
}
.footer-bottom .copyright-footer a:hover, .footer-style-5 .block-footer .content-footer li a:hover {
	color: #fff116;
}
.block-footer .content-footer li a:hover {
	padding-left: 14px;
}
.block-footer .content-footer li a:hover::before {
	left: 0;
	opacity: 1;
	visibility: visible;
}
.footer-style-5 .block-footer .content-footer li a:hover::before {
	background-color: #fff116;
}

.block-footer .content-footer li a:hover {
    opacity: 9;
    text-decoration: none;
}

.footer-bottom {
	padding: 11px 0 !important;
	color: #fff !important;
    background-color: #22A4E1 !important;
}

.social-columnBox a.Facebook-link:hover {
 background: #3b5998;
}
.social-columnBox a.Twitter-link:hover {
 background: #00acee;
}
.social-columnBox a.Pinterest-link:hover {
 background: #d10869;
}
.social-columnBox a.Google-link:hover {
 background: #dd4b39;
}
.social-columnBox a.YouTube-link:hover {
	background: red;
}

.footer-bottom .footer-payment {
    text-align: right;
    width: 260px;
    float: right;
    justify-content: center;
}

.Partners .owl-carousel .owl-stage, .footer-bottom .footer-payment {
    display: flex;
    align-items: center;
}

.footer-payment{
  background: #fff;
  padding: 3px 5px;
  border-radius: 20px;
  }

.block-footer .content-footer.content-about li {
	padding-left: 20px;
	position: relative;
	color: #fff;
	font-size: 14px;
	font-family: "Noto Sans", sans-serif;
}
.block-footer .content-footer.content-about li.address {
	padding-left: 0 !important;
	margin-bottom: 23px !important;
}
.block-footer .content-footer.content-about li.phone::before {
	background-image: url(../img/footer/call.png);
	top: 86%;
}
.block-footer .content-footer.content-about li::before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
	background-size: contain;
	background-repeat: no-repeat;
}
.social-columnBox {
	border-top: 1px solid;
}

.footer-middle {
	color: #666;
}
.social-columnBox a {
	color: unset;
	display: block;
}
.socialIcon {
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid;
}

.socialIcon .socialIconBox span.fa {
	font-size: 18px;
	color: #fff116;
	margin-right: 0;
	line-height: 35px;
}

.socialIcon .socialIconBox span.iconName {
	font-size: 16px;
	color: #fff;
}

.copyright-footer address{height: 30px; line-height:32px;}


@media (max-width:767px) {
.footer-bottom .copyright-footer {
	margin-bottom: 0 !important;
}
.socialIcon .socialIconBox span.iconName {
	display: none;
}
}

@media only screen and (max-width:580px){

    .footer-bottom [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
}
.footer-bottom .footer-payment{width: 100%; margin-bottom: 10px;}
.footer-bottom .row {
    display: flex;
    flex-direction: column-reverse;
  }

}