/*  Font size */
#job-seeker-guide .font-3 {
    font-size: 3px !important;
}

#job-seeker-guide .font-8 {
    font-size: 8px !important;
}

#job-seeker-guide .font-9 {
    font-size: 9px !important;
}

#job-seeker-guide .font-10 {
    font-size: 10px !important;
}

#job-seeker-guide .font-11 {
    font-size: 11px !important;
}

#job-seeker-guide .font-14 {
    font-size: 14px !important;
}

#job-seeker-guide .font-15 {
    font-size: 15px !important;
}

#job-seeker-guide .font-20 {
    font-size: 20px !important;
}

#job-seeker-guide .font-22 {
    font-size: 22px !important;
}

#job-seeker-guide .font-32 {
    font-size: 32px !important;
}
/* end of font size */

/* top, left, right, bottom */
#job-seeker-guide .bottom-0 {
    bottom: 0!important;
}
/* end of top, left, right, bottom */

/* width */
#job-seeker-guide .w-40 {
    width: 40% !important;
}

/* end width */

#job-seeker-guide {
    background: #FFF !important;
}

#job-seeker-guide .container {
    background: #FFF !important;
}

#job-seeker-guide .bg-navy {
    background: #09447C;
}

#job-seeker-guide .bg-white {
    background: #FFF;
}

#job-seeker-guide .text-navy {
    color: #09447C;
}

#job-seeker-guide .text-orange {
    color: #DD840B;
}

#job-seeker-guide .bg-orange-gradient {
    background: linear-gradient(to right, #dd840b, #e8aa00);
}

#job-seeker-guide .border-navy {
    border-color: #09447C !important;
}

#job-seeker-guide .btn-cta-orange {
    height: 50px;
    background: linear-gradient(to right, #dd840b, #e8aa00);
}

#job-seeker-guide .btn-cta-special-blue {
    border: 3px solid #09447C;
    height: 75px !important;
    overflow: hidden;
    border-radius: 20px;
}

#job-seeker-guide .btn-cta-special-blue .triangle {
    transform: rotate(45deg);
    top: -40px;
    left: -48px;
}

#job-seeker-guide .btn-cta-special-blue .fa-5x {
    font-size: 80px !important;
}

#job-seeker-guide .line {
    width: 100px !important;
    border: 1px solid #053769;
}

#job-seeker-guide .num-with-circle {
    width: 45px;
    height: 45px;
    border: 1px solid transparent;
    border-radius: 50%;
}

#job-seeker-guide .num-with-circle-sm {
    width: 25px;
    height: 25px;
    border: 1px solid transparent;
    border-radius: 50%;
}

@media (min-width: 992px) {
    #job-seeker-guide .px-lg-90px {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }

    /* #job-seeker-guide .mx-lg-90n-px {
        margin-left: -90px !important;
        margin-right: -90px !important;
    } */
    
    #job-seeker-guide .font-lg-70 {
        font-size: 70px !important;
    }

    #job-seeker-guide .font-lg-30 {
        font-size: 30px !important;
    }

    #job-seeker-guide .font-lg-28 {
        font-size: 28px !important;
    }

    #job-seeker-guide .font-lg-24 {
        font-size: 24px !important;
    }

    #job-seeker-guide .font-lg-22 {
        font-size: 22px !important;
    }

    #job-seeker-guide .font-lg-20 {
        font-size: 20px !important;
    }

    #job-seeker-guide .font-lg-18 {
        font-size: 18px !important;
    }

    #job-seeker-guide .font-lg-14 {
        font-size: 14px !important;
    }

    #job-seeker-guide .font-lg-12 {
        font-size: 12px !important;
    }

    #job-seeker-guide .font-lg-9 {
        font-size: 9px !important;
    }

    #job-seeker-guide .btn-cta-orange {
        height: 70px;
        font-size: 22px !important;
    }

    #job-seeker-guide .btn-cta-special-blue {
        height: 100px !important;
    }

    #recruiter-buide .bottom-0 {
        bottom: 0;
    }

    #job-seeker-guide .bg-sky-blue {
        background: #F8FAFD;
    }

    #job-seeker-guide .card-lg {
        border: 1px solid transparent !important;
        border-radius: 0 !important;
        box-shadow: 1px 5px 8px 0px rgba(0,0,0,0.16) !important;
        -webkit-box-shadow: 1px 5px 8px 0px rgba(0,0,0,0.16) !important;
        -moz-box-shadow: 1px 5px 8px 0px rgba(0,0,0,0.16) !important;
    }

    #job-seeker-guide .num-with-circle {
        width: 60px;
        height: 60px;
    }

    #job-seeker-guide .mt-lg-30n-px {
        margin-top: -30px !important;
    }

    #job-seeker-guide .num-with-circle-sm {
        width: 40px;
        height: 40px;
    }

    #job-seeker-guide .t-lg-85px {
        top: 85px !important;
    }

    #job-seeker-guide .mt-lg-185px {
        margin-top: 185px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #job-seeker-guide .mt-lg-340px {
        margin-top: 340px !important;
    }
}

@media (max-width: 480px) {
    .h-new-body {
        margin-top: 0 !important;
    }
}

.job-seeker-guide-content {
    width: 100%;
}

.job-seeker-guide-content .flex-justify-center {
    display: flex;
    justify-content: center;
}

.job-seeker-guide-banner {
    position: relative;
}

.job-seeker-guide-banner__image {
    display: flex;
    justify-content: flex-end;
}

.job-seeker-guide-banner__content {
    position: absolute;
    top: 85px;
    max-width: calc(((100vw - 1100px) / 2) + 700px - 100px)
}

.job-seeker-guide-banner__content-wrapper {
    float: left;
    width: auto;
    padding: 50px 50px 50px calc((100vw - 1100px) / 2);
}

.job-seeker-guide__register-button {
    display: flex;
    justify-content: center;
    margin-top: 120px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1200px) {
    .job-seeker-guide__register-button {
        margin-top: 200px;
    }
}

@media only screen and (max-width: 1130px) {
    .job-seeker-guide-banner__content {
        max-width: 600px
    }

    .job-seeker-guide-banner__content-wrapper {
        padding: 30px 10px;
    }

    .job-seeker-guide__register-button {
        margin-top: 200px;
    }
}

@media only screen and  (max-width: 992px) {
    .job-seeker-guide__register-button {
        margin-top: 50px;
    }

    .job-seeker-guide-banner__content-wrapper {
        padding: 10px;
    }
}
