footer {
    position: static;
    bottom: 0px;
    display: flex;
    min-height: 50vh;
    width: 100%;
    background-color: #212529;
    justify-content: flex-end;
    flex-direction: column;
}
.footer_box1{
    background-color: #034b64;
    padding: 30px 10%;display: flex;min-height: 43vh;width: 100%;flex-direction: row;justify-content: space-between;align-items: flex-start;}
.footer_box2{
padding: 0px 50px;
display: flex;
font-size: 12px;
width: 100%;
background-color: #1c2023;
min-height: 7vh;
justify-content: space-between;
align-items: center;
}
.footer_box2_2{
    font-size: 10px;
    text-align: center;
}
.footer_box1_items{
    
width: 23%;
}
 /* Style the list inside the footer */
 footer ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
}

/* Style the list items inside the footer */
footer li {
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 15px;
}

/* Style the links inside the list items */
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover{
    color: #ffc621;
    text-decoration: none;
}
.footer_titles{
    
margin-bottom: 15px;
    
color: #ffc621;
}
@media (max-width: 768px) {
    .footer_box2 {
        padding: 10px ;  
        flex-direction: column;
    }
    .footer_box1 { 
        flex-direction: column; 
    }
    .footer_box1_items {
        width: 100%;
    }
  }
  