

.row22{float: left; width: 60%;}
.row23{float: right;line-height: 40px;}
.trow{display: flex;flex-direction: row;justify-content: flex-end;}
.strow{text-align: end;}
.footer-bg p.m-row{padding-top: 15px;padding-bottom: 15px;display: flex;flex-direction: row;justify-content: flex-end;}

@media(max-width:1024px){
	.row11{padding: 0 20px 0 20px;}
}

@media(max-width: 992px){
	.footert1{width: auto;   margin: 0 20px 0 20px;}
	}

@media (max-width: 940px) {
	.row22{width: auto;    margin: 0 20px 0 20px;}
	.row11{padding:0;}
	.footert1{padding:0;}
	
}

@media (max-width: 940px) {
	.row23 {float: left;padding-left: 30px;}
	.footer-bg p.m-row {flex-direction: row-reverse;}
.strow {text-align: left;}
	.trow {flex-direction: row-reverse;}

}


.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff; 
    color: #333333; 
    padding: 15px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1); 
    display: flex;
    justify-content: center; 
    align-items: center;
    gap: 20px; 
    z-index: 9999; 
    border-top: 1px solid #e0e0e0;
    font-family: Arial, sans-serif;
    
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
}

.cookie-text {
    font-size: 14px;
    line-height: 1.5;
}
.cookie-text a {
    color: #007bff; 
    text-decoration: underline;
}
.accept-btn {
    background-color: #28a745; 
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s;
}
.accept-btn:hover {
    background-color: #218838; 
}

.cookie-banner.hidden {
    transform: translateY(100%); 
}

#back-to-top {
    position: fixed; 
    bottom: 40px;
    right: 40px;
    z-index: 999; 
    
    display: none;
    width: 50px;
    height: 50px;
    background-color: #0099cc;
    color: #fff;
    text-align: center;
    line-height: 50px; 
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0, 153, 204, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
}

#back-to-top:hover {
    background-color: #007fa8; 
    transform: translateY(-5px); 
    box-shadow: 0 6px 16px rgba(0, 153, 204, 0.6);
}
	  




