.footer{
    padding: 72px 0 44px;
    background: #0C0F26;
}
.footer-main{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
}
.footer-col-left {
    width: 286px;
    padding-right: 24px;
}
.footer-logo{
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.footer-logo a{
    color: #FFFFFF;
}
.footer-logo a:hover{
    color: #FFFFFF;
}
.add-info{}
.add-info p{
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #C7C9E0;
    margin-bottom: 15px;
}
.add-info p strong {
    background: #D5192A;
    border-radius: 8px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #DBE3EC;
    padding: 4px 8px;
}

.footer-col-nav {
    width: 140px;
}
.footer-col-nav ul{
    margin: 0px;
}
.footer-col-nav ul li {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #ECF1F5;
    list-style: none;
    margin-bottom: 8px;
}
.footer-col-nav ul li a{
    color: #ECF1F5;  
}
.footer-col-nav ul li a:hover{
    color: #D5192A;  
}
.footer-col-nav.service_nav {
    width: 563px;
}
.footer-col-nav.service_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-col-nav.service_nav ul li {
    width: 49%;
    padding-right: 30px;
}
.jointhe-newsletter-col{
    width: 280px;
}
.jointhe-newsletter-col h3{
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF; 
    margin-bottom: 10px; 
}
.newsletterform {
    position: relative;
}
.joinemail{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 6px 82px 6px 16px;
    width: 100%;
    height: 50px;
    background: #DBE3EC;
    border-radius: 4px;

    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #141843;
        border: none;
}
.sendbtn{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px 18px;
    width: 68px;
    height: 38px;
    background: #D5192A;
    border-radius: 3px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    border: none;
    position: absolute;
    right: 6px;
    top: 6px;
}
.sendbtn:hover{
    background: #0C0F26;
    color: #FFFFFF;
}

.copyright{
    border-top: 1px solid #232A5C;  
    padding-top: 40px;
}
.copyright p{
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #C7C9E0;
}
.copyright p a{
    color: #C7C9E0;
}
.copyright p a:hover{
    color: #D5192A;
}