.about_english_video_box_wrap {
    margin-bottom: -30px;
}

.mb-30px {
    margin-bottom: 30px;
}

/**
*   Adding loading of advanced submit button on center
*/
.ic2-fa-spin-blue {
    border: 3px solid #008ad6;
    border-radius: 50%;
    border-top: 3px solid #f3f3f3;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    left: calc(50% - 13px);
    animation: ic2-spin 1s linear infinite;
}

@keyframes ic2-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ic2-outlined-spin-blue-btn {
    position: relative;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.top-0 {
    top: 0;
}

.left-0 {
    left: 0;
}

.link_box_title_custom {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 5px;
}

.link_box_ranking_site_custom {
    position: relative;
}

.link_box_ranking_site_custom span {
    position: absolute;
    top: 41%;
    left: 46%;
    transform: translate(-50%, -50%);
    font-family: 'Inter', sans-serif;
    color: #123d83;
    font-size: 12px;
    font-weight: 700;
    padding: 5px;
    border-radius: 50%;
}

.pc_hader_tel_block .pc_hader_tel_link {
    text-wrap: nowrap;
}
.tox.tox-tinymce-inline .tox-editor-header {
    top: 160px !important;
}