footer {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

#page-footer {
	background: #efefef;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	margin-top: 40px;
}

#page-footer-wrap {
	width: calc(38.4% + 596.42px);
	/*height: 200px;*/
	margin-left: auto;
	margin-right: auto;
}

#footer-box-1 {
	width: calc(22.7272% - 5px);
	display: inline-block;
	vertical-align: top;
}

#footer-box-2 {
	width: calc(22.7272% - 5px);
	display: inline-block;
	vertical-align: top;
}

#footer-box-3 {
	width: calc(31.8182%);
	display: inline-block;
	vertical-align: top;
}

#footer-box-4 {
	width: calc(22.7272% - 5px);
	display: inline-block;
	vertical-align: top;
	position: relative;
}


.footer-box h3 {
	color: #230710;
	font-weight: 700;
	font-size: 24px;
}

.footer-box span {
	color: #616161;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.footer-box a {
	display: block;
	text-decoration: none;
	color: inherit;
	color: #616161;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.footer-box a:hover {
	text-decoration: none;
	color: #1C7AB6;
}

#footer-logo {
	width: 100px;
	margin-top: 30px;
	float: right;
	margin-bottom: 10px;
}

#footer-search-wrap {
	height: 44px;
	width: 146px;
	position: absolute;
	right: 0px;
	top: 20px;
}

#footer-search-input {
	position: absolute;
	right: 0px;
	height: 40px;
	width: 10.9375vw;
	border: 1px solid #77787b;
	color: #77787b;
	background: transparent;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	border-radius: 5px;
	padding-left: 3px;
}

#footer-search-icon {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 24px;
	color: #616161;
}

#soc-net-wrap {
	width: 10.9375vw;
	margin-top: 10px;
	position: absolute;
	right: 0px;
	top: 65px;
}

#footer_social_title {
	color: #616161;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
}

.soc-net-btn {
	height: 26px;
	display: inline-block;
	border-radius: 3px;
	overflow: hidden;
	margin-right: 3px;
}

.soc-net-btn a {
	height: 100%;
}

.soc-net-btn img {
	height: 100%;
}


#youtube-wrapper {
	height: 50px;
	margin-left: -18px;
}

#youtube-wrapper a {
	height: 100%;
}

#youtube-wrapper img {
	height: 100%;
}

#copyright-wrap {
	width: 100%;
	height: 23px;
	border-top: 1px solid #959698;
	padding-top: 18px;
	padding-bottom: 24px;
	margin-top: 30px;
	position: relative;
}

#copyright-text {
	color: #a7b0b4;
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
	text-align: center;
}

.footer {
	background-color: #888888;

}

#author {
	color: #a7b0b4;
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
	position: absolute;
	right: 2%;
	top: 18px;
}

.contact {
	padding-left: 20px;
	color: #fff;
}



.news {
	width: 100%;
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
}

.payment {
	width: 100%;
	font-size: 17px;
	font-weight: 600;
	text-transform: capitalize;
	color: #1C7AB6;
}

#newsletter_error {
	color: #ffffff;
	height: 10px;
	font-size: 14px;

}

#newsletter_error_foot {
	color: #ffffff;
	text-align: center;
	width: 100%;
	white-space: nowrap;
	height: 15px;
	font-size: 14px;

}

.newsletterForm {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	font-size: 14px;
}

.newsletterForm button {
	height: 46px;
	line-height: 36px;
	background: #1C7AB6;
	color: #fff;
	border: none;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	border-radius: 0px 0px 8px 0px;
}

.newsletterForm button:focus {
	opacity: .75;
	outline-color: #000;
}

#newsletter_mail {
	width: 22rem;
	border-radius: 8px 0px 0px;
	height: 46px;
}

#newsletter_mail_footer {
	width: 65%;
	border-radius: 8px 0px 0px;
	height: 46px;
}

.social {
	display: flex;
	justify-content: flex-end;
	margin-right: 10px;
}

.social ul li {
	padding-right: 15px;
}


.social-text {
	text-align: right;
	font-size: 17px;
	font-weight: 600;
	color: #fff;
}

.socialResp {
	display: flex;
	justify-content: space-evenly;
	padding-top: 30px;
}





h4 {
	color: #1C7AB6;

}

.titlemobmenufoot {
	display: inline-block;
	color: #1C7AB6;
	margin-bottom: 0;
	font-size: 17px;
	line-height: 56px;
	font-weight: 700;
	margin-right: 10px;
}

.fa-chevron-up {
	color: #fff;
}

hr {
	background-color: #949494 !important;
}

.hrfooter {
	border-top: solid 1px #949494;
	border-bottom: 1px solid #949494;
	border: 0;
}

.p-0 {
	padding: 0 !important;
}

.m-0 {
	margin: 0 !important;
}

.w-100 {
	width: 100% !important;
}

.bg-footersub {
	background-color: #949494;
}

.footersubbtns span:first-of-type {
	/* transform-origin: 50% 58%; */
	transform: rotate(90deg);
}



.footersubbtns span {
	position: absolute;
	font-size: 30px;
	color: white;
	top: 15px;
	right: 35px;
	transition: transform .4s ease .2s;
}




.containers {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin: auto;
}

.payment-footer {
	text-align: center;
	width: 100%;
	font-size: 17px;
	font-weight: 600;
	text-transform: capitalize;
	color: #1C7AB6;
	margin-top: 20px;
}


.image-footer img {
	text-align: center;
	margin: 20px 10px;
	height: 30px;
	width: 30px;
}

.image-footer {
	text-align: center;
}

.image img {
	margin: 10px;
	height: 30px;
	width: 30px;
}


.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}




.footerRow {
	display: flex;
	flex-wrap: wrap;
}

input#newsletter_mail:placeholder-shown {
	padding-left: 30px;
}

input#newsletter_mail_footer:placeholder-shown {
	padding-left: 30px;
}

a li {
	color: #fff;

}

ul a #remove1 {
	width: inherit;
}

#addlink1,
#addlink2,
#addlink3,
#addlink4 {
	display: block;
	margin-bottom: 8px;
	margin-right: 40%;
	white-space: nowrap;
	text-decoration: none;
}

@media screen and (min-width: 992px) {

	ul a #remove1:hover,
	ul a #remove2:hover,
	ul a #remove3:hover,
	ul a #remove4:hover {
		color: #00ADEE;
	}



}


li .address {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

span li a {
	color: #fff;
}

.grey {
	background-color: #5a5a5a;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-between;
	padding: 50px 111px;
}


@media (max-width: 991px) and (min-width: 320px) {
	.newsletterForm {
		justify-content: center;
		padding-top: 10px;
	}

	#addlink1,
	#addlink2,
	#addlink3,
	#addlink4 {
		margin-bottom: 0;
	}

}

.footer-top {
	background-color: #888888;
}

.links ul {
	list-style-type: none;
}

li a {
	color: #fff;
}

li a:hover {
	color: #00ADEE;
	text-decoration: none;

}

.section {
	padding: 100px 0;
}

.footer .single-footer h4 {
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.footer .links ul li {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
}

ul,
ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footermob {
	background-color: #888888;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

.left {
	color: #fff;
}

.right {
	color: #fff;
	text-align: right;
}

@media only screen and (max-width: 767px) {
	.footer .copyright .right {
		float: none;
		text-align: center;
		margin-top: 10px;
	}

	.left {
		width: 100%;
		text-align: center;
	}
}

.show {
	display: block;
}

.collapse {
	display: none;
}