.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;
}
