#footer .submenus{
    float: right;
    width: 60%;
    line-height: 1.9;
    display: flex;
    justify-content: right;
    margin-top: 10px;
 }
 
 #footer .copyright .copyright-text-left{
     float:left;
     width:40%;
     margin-top: 10px;
 }
 @media all and (max-width: 1366px) and (min-width: 1024px) {
	#footer .submenus {
		width: 53%;
    }
 }
 @media all and (max-width: 970px) and (min-width: 768px) {
    #footer .copyright .copyright-text-left, #footer .submenus {
		width: 100%;
		float: none;
		text-align: center;
		line-height: 1.5;
	}
	#footer .submenus{
		margin-top: 30px;
	}
	.footer_link{
		float: none;
	}
 }
 @media all and (max-width: 465px) and (min-width: 320px) {
    #footer .copyright .copyright-text-left, #footer .submenus {
		width: 100%;
		float: none;
		text-align: center;
		line-height: 1.5;
		display: flex;
		flex-direction: column;
	}
	#footer .submenus{
		margin-top: 30px;
	}
	.footer_link{
		float: none;
	}
 }