.footer-section p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}
.footer-section a {
    color: #1c1c1c!important;
}
.footer-section a:hover, .footer-section a:focus {
    color: #1c1c1c!important;
    text-decoration: underline;
}

/* Footer */
.menu-footer-menu-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-footer-menu-container > ul {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.menu-footer-menu-container > ul > li {
	flex: 1 0 0;
}
@media (max-width: 767px) {
	.menu-footer-menu-container > ul {
		display: block!important;
		margin-bottom: 0;
		border-bottom: 1px solid #1c1c1c;
	}
	.menu-footer-menu-container > ul > li {
		flex: 1 0 calc(50% - 16px);
		margin-bottom: 0;
	}

	.menu-footer-menu-container > ul > li > a {
		border-top: 1px solid #1c1c1c;
		display: block;
		width: 100%;
		padding: 10px 50px 10px 0;
		position: relative;
		margin-bottom: 0!important;
	}
	.menu-footer-menu-container > ul > li > a:after {
		content: '';
		background-image: url(/wp-content/themes/oshin_child/assets/accordian-arrow-black.svg);
		background-repeat: no-repeat;
		background-position: right;
		height: 30px;
		width: 41px;
		position: absolute;
		right: 0;
		transition: all 0.3s;
	}
	.menu-footer-menu-container > ul > li > a.active:after {
		transform: rotate(180deg);
	}
	.menu-footer-menu-container ul.sub-menu {
		padding:10px 0 20px 0;
	}
}

.menu-footer-menu-container > ul > li > a {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 10px;
}
.menu-footer-menu-container ul.sub-menu li a {
	color: #1c1c1c;
}

.footer-logo .tatsu-single-image-inner img {
	width: 210px;
}

.footer-logos img {
    margin: 0;
    display: inline-block;
    width: 210px;
}
/* .footer-logos img:last-child {
    width: 60px;
	margin-left: 30px;
} */
@media (min-width: 768px) {
	.menu-footer-menu-container > ul > li > a {
		pointer-events: none;
	}
	.footer-logos p {
		text-align: right;
	}
}


/*form*/
.footer-form-container p {
	font-size: 16px;
}
.footer-section .wFormFooter, .footer-section p.supportInfo {
	display: none;
}
.footer-section .wForm label, .wForm .label, .footer-section .wForm input[type=text], .footer-section .wForm input[type=email] {
	font-size: 14px;
}

/*back to top*/
.icon-arrow_carrot-up:before {
	content: '';
    background-image: url(/wp-content/themes/oshin_child/assets/accordian-arrow-black.svg);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    height: 30px;
    width: 35px;
    position: absolute;
    background-size: 80%;
    right: 0;
    transition: all 0.3s;
    transform: rotate(180deg);
}