.footer {
    height: 207px;
    background-color: #2F43BA;
}

.footer_V2 {
    background-color: #2F43BA;
}

.footer_V3 {
    background-color: #2F43BA;
}


.footer_box {
    width: 60%;
    display: flex;
}

.footer_box_V2 {
    width: 90%;
    display: flex;
    margin-top: 4%;
    margin-bottom: 3%;
}

.footer_box_V3 {
    margin-top: 3%;
    margin-bottom: 3%;
}

.footer_box_s {
    flex: 1;
    width: 50%;
    margin-top: 5%;
}

.footer_box_s_V2 {
    flex: 1;
    width: 100%;
}

.link_img {
    margin-right: 4%;
    cursor: pointer;
}

.link_all {
    margin-top: 7%;
}

.subscription_btn {
    width: 350px;
    height: 45px;
    line-height: 45px;
    background-color: #FFFFFF;
    border-radius: 30px;
    border: 2px solid #2DB6D4;
    font-size: 16px;
    font-weight: 700;
    color: rgba(122, 122, 122, 0.85);
    cursor: pointer;
}

.subscription_btn:hover {
    font-size: 17px;
    border-radius: 20px;
}

.subscription_btn_xs {
    width: 50%;
    height: 30px;
    line-height: 30px;
    background-color: #FFFFFF;
    border-radius: 30px;
    border: 2px solid #2DB6D4;
    font-size: 14px;
    font-weight: 700;
    color: rgba(122, 122, 122, 0.85);
    cursor: pointer;
    margin-top: 10px;
}

.subscription_btn_xs:hover {
    font-size: 15px;
    border-radius: 20px;
}

.email_icon {
    opacity: 0.7;
    vertical-align: sub;
}

.footer_logo {
    width: 24%;
    margin-left: 5%;
    margin-top: 3%;
    margin-bottom: 3%;
}

.footer_logo_V3 {
    width: 24%;
    margin-bottom: 3%;
}

.footer_p {
    margin-top: 5%;
}

.footer_p_xs {
    margin-top: 10px;
}

.footer_p1 {
    width: 350px;
    color: #FFFFFF;
    font-size: 16px;
}

.footer_p2 {
    width: 350px;
    color: #8AAEFA;
    font-size: 16px;
    line-height: 1.7em;
    letter-spacing: normal;
}

.btn_policy{
    cursor: pointer;
}

.website_map h6 a{
    color: #FFFFFF;
}

.website_map h6 a:hover{
    color: #76B5FC;
}


.close_btn{
    cursor: pointer;
    margin-left: 1%;
    margin-top: 1%;
}

.close_btn_img{
    width: 25px;
    height: 25px;
}

.close_btn_img:hover{
    width: 30px;
    height: 30px;
}