.footer-top {
	background: #fafafa;
	padding: 60px 20px;
	width: 100%;
}
img.footer-logo {
	width: 60%;
	position: relative;
	bottom: 15px;
}
.footer-top .col-md-4.col-lg-4 {
	padding: 0 20px;
}
.footer-top p{
	color: #434545;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
}
.footer-menu a {
	padding: 0 10px;
}
footer#footer {
	background: #fafafa;
	height: 80px;
	align-content: center;
}
footer#footer .col-md-5 {
	align-content: center;
}
.footer-top h4 {
	font-size: 16px;
	line-height: 20px;
	color: #434545;
	font-weight: 500;
	padding-top: 20px;
	padding-bottom: 10px;
}
footer#footer p {
	color: #9d9e9f;
	font-size: 12px;
	line-height: 25px;
}
.footer-menu {
	display: flex;
	justify-content: right;
	padding: 8px;
}
.footer-top h3 {
	font-size: 24px;
	font-weight: 800;
	line-height: 29px;
	color: #434545;
	padding-bottom: 20px;
}
ul.footer-menu {
	text-align: left;
	display: block !important;
}
ul.footer-menu li {
	list-style: none;
}
ul.footer-menu li a {
	padding: 0;
	color: #434545;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}
div.footer-menu p a:hover,ul.footer-menu li a:hover,div#myDropdown a:hover,div#myDropdown2 a:hover{
	color: #1fb3e8;
	transition: .4s;
}
.play-app {
	margin-top: 26px;
	gap: 20px;
}
.play-app img.play,.play-app img.app{
	width: 100%;
}
.language-wrapper.footer {
	margin-top: 25px;
	position: relative;
	float: right;
}
.footer-top .socials img {
	width: 32px;
	height: 32px;
	margin-right: 20px;
}
footer#footer div.col-md-12 p {
	color: #9d9e9f;
	font-size: 12px;
	font-weight: normal;
}
div.footer-menu p a{
	color: #012d3b;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}
.footer-top .row {
	justify-content: space-between;
}
button.dropbtn {
	width: auto;
	background: #fff;
	color: #454545;
	border: 1px solid #CDD8D7;
	height: 45px;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	border-radius: 5px;
	align-content: center;
	justify-content: center;
	padding: 0 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
ul.dropdown-menu.show a {
	color: #434545;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	float: right;
}
img.globe {
	right: 10px;
	position: relative;
}
button.dropbtn:after {
	content: url('../img/lang-down.svg');
	border: none;
	width: 10px;
	height: auto;
	margin-left: 0.4rem;
	vertical-align: middle;
}
a.dropdown-item {
	display: flex;
	justify-content: space-between;
	padding: 6px 16px;
	color: #454545;
	font-weight: 400;
	line-height: 28px;
	cursor: pointer;
}
div#myDropdown,div#myDropdown2 {
	padding: 10px 0;
}
ul.dropdown-menu.show li {
	display: flex;
}
.dropdown {
	position: relative;
	display: inline-block;
	float: right;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	overflow: auto;
	z-index: 1;
	border-radius: 5px;
	border: 1px solid #CDD8D7;
}
.show {
	display: block;
}
img.lang-check {
	padding-left: 14px;
}
footer#footer {
    background: #fafafa;
    height: 80px;
    align-content: center;
}
footer#footer p {
    color: #9d9e9f;
    font-size: 12px;
    line-height: 25px;
}
.footer-menu {
    display: flex;
    justify-content: right;
    padding: 8px;
}
div.footer-menu p a {
    color: #012d3b;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
}


@media (min-width: 1200px){
	.footer-top .col-md-4.col-lg-4:last-child {
		width: 28% !important;
	}
}

@media (max-width: 600px){

	.footer-top{
		padding: 60px 0 0;
	}
	
	footer#footer p{
		text-align: center;
	}
	footer#footer {
		height: auto;
		padding: 30px 0;
	}
	img.play {
		margin-right: 20px;
	}
	footer#footer .col-md-5 {
		margin-top: 20px;
	}
	.footer-top .col-md-4.col-lg-4{
		padding: 0 10px 40px 10px;
	}
	.footer-top h3 {
		padding-bottom: 16px;
	}
	.footer-top .col-md-7 {
		padding-bottom: 40px;
	}
	.footer-top .d-flex.mt-4 img {
		margin-right: 30px;
		width: 96px;
	}
	footer#footer .col-md-6.order-0 p{
		font-size: 12px;
		padding-top: 20px;
	}
	ul.footer-menu li{
		float: none;
		justify-content: space-between;
	}
	.footer-menu {
		display: flex;
		justify-content: space-around;
		text-align: left;
	}
	.footer-menu a{
		padding: 0;
	}
	.dropdown {
		float: left;
	}
}