.bl_btn a {
    font-size: 16px;
    color: #000000;
    width: 240px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    padding-left: 62px;
    padding-top: 2px;
}
.bl_btn a span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #000000;
    border-radius: 50%;
    margin-left: 52px;
}

.bl_btn a:hover {
    background-color: #000000;
    color: #FFFFFF;
    border-color: #000000;
}

.bl_btn a:hover span {
    background-color: #FFFFFF;
}



.bl_arrow_btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 13px;
    border: 1px solid #4282B8;
    border-radius: 10px;
    width: 208px;
    height: 61px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    padding-top: 10px;
}

.bl_contact_form_submit {
    text-align: center;
    max-width: 470px;
    margin-bottom: 72px;
}

.bl_contact_form_submit button {
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    padding: 22px 22px 21.5px 110px;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    background-color: #4282B8;
}

.bl_contact_submit_btn:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
  }
  

.bl_contact_form_submit button span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #FFFFFF;
    border-radius: 50%;
    margin-bottom: 2px;
    margin-left: 79px;
}

.bl_top_btn {
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    padding: 22px 20px 21.5px 70px;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    background-color: #4282B8;
}

.bl_top_btn span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #FFFFFF;
    border-radius: 50%;
    margin-bottom: 2px;
    margin-left: 40px;
}