.foot-men {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.foot-men.right {
    justify-content: right;
    gap: 15px;
}

@media screen and (min-width: 981px){
	.et_pb_menu .et-menu>li {
    	padding-left: 30px;
    	padding-right: 30px;
	}
}

@media screen and (max-width: 980px){
	.et_pb_menu__wrap {
    	justify-content: flex-end !important;
	}
}


@media screen and (max-width: 560px){
	.foot-men {
    	display: grid;
		grid-template-columns: 1fr 1fr;
    	align-items: center;
    	justify-content: left;
		text-align: left;
    	gap: 10px;
		max-width: 310px;
        margin: 0 auto;
	}
	.foot-men  br{
		display: none;
	}
	.foot-men.right {
    	justify-content: center;
    	gap: 15px;
		text-align: center;
	}
	.dtq-module.dtq-dual-btn {
    	display: grid;
    	gap: 20px;
	}
	ul#mobile_menu1 {
    	width: 100vw!important;
    	margin-left: -5vw!important;
    	margin-top: 10px!important;
    	padding: 15px 5px!important;
    	background-color: #000000 !important;
	}


}