.footer{
    
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: fit-content;
    background: #D6ECFF;
    padding: 0;
    border-top: 0,9vh;
    border-top-style: solid;
    border-top-color: #263B80;
    margin-top: 14vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 3%;
    padding-top: 1%;
    
}
footer img{
    object-fit: scale-down  ;
}

.footer_logo{
    position: relative;
    margin-left: 2vh;
    width: 17vh;

    

}
.footer_sleep{
    position: relative;
   
    margin-right: 2vh;
    height: 5vh;
    width: 12vh;
}
.rectangle{
    position: relative;
    height: 6vh;
    width: 0.2vh;
}
.link_box{
    position: relative;
    height: fit-content;
    font-size: 80%;
}
.first{
    margin-top: 2%;
    font-size: 18px !important;
    margin-bottom: 0.5%;
}
.first a{
    font-size: 18px !important;
}


.link_box a,
.link_box p {
  display: inline-block;
  font-size: 16px;
  font-family: "pt-sans";
}
.footer p,a {
    color: #004BB2;
    font-size: 16px;
    height: fit-content;
    margin-bottom: 0;
}
.button_box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logos_container{
    margin-top: 28px;
}
/*tablet*/
@media only screen and (min-width: 481px) and (max-width: 982px){
.footer_sleep{
    height: 7vh;
    width: 18vh;
}
.footer_logo{
    width: 21vh;
}
}
/*phone*/
@media only screen and (max-width: 480px) {
.footer_sleep{
    height: 7vh;
    width: 16vh;

}
.footer_logo{
    width: 21vh;
}
}