section.how-to-apply-section {
    background-color: #03031D;
    position: relative;
}
section.how-to-apply-section:before {
    content: "";
    width: 333px;
    height: 290px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../../assets/images/how-2-apply-svg.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 333px;
}
[dir=rtl] section.how-to-apply-section:before {
    right:auto;
    left: 0;
    transform: scaleX(-1);
}

section.how-to-apply-section .container{
    position: relative;
}
section.how-to-apply-section .title {
    max-width: 451px;
}
.how-2-apply-wraaper {
    color: #fff;
    max-width: 576px;
    /* padding-bottom: 28px; */
}
section.how-to-apply-section .title .b1 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
}
.how-2-apply-wraaper .count {/* Frame 1171276779 */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
    gap: 8px;
    width: 40px;
    height: 40px;
    background: #17174D;
    border-left: 3px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.0025em;
    color: #FFFFFF;
    align-self: stretch;
    margin-bottom: 24px;
}
.how-2-apply-wraaper .h6{
    margin-bottom: 8px;
}
.how-2-apply-wraaper .b3 {
    margin-bottom: 8px;
    margin-bottom: 24px;
    opacity: .75;
    min-height: 40px;
}

.how-2-apply-wraaper ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.how-2-apply-wraaper ul li{
display: flex;
flex-direction: row;
align-items: center;
padding: 4px 8px;
background: rgba(255, 255, 255, 0.04);
border-radius: 6px;

font-weight: 300;
font-size: 14px;
line-height: 20px;
color: rgba(255, 255, 255, 0.6);
width: calc(50% - 4px);

}
.how-2-apply-wraaper ul{
    margin: 0;
}
.how-2-apply-wraaper ul li img {
    width: 12px;
    margin-right: 8px;
}
[dir=rtl] .how-2-apply-wraaper ul li img {
    margin-right: 0px;
    margin-left: 8px;
}
.how-2-apply-wraaper ul li img.graph-icon {
    width: 16px;
}
.how-2-apply-wraaper ul li img.green-check {
    margin: 0 0 0 8px;
}
.how-2-apply-wraaper-row .row > div:nth-child(1) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 64px 40px 0px;
}
[dir=rtl] .how-2-apply-wraaper-row .row > div:nth-child(1) {
    border-right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0px 40px 64px;
}
.how-2-apply-wraaper-row .row > div:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 64px 0px 0px;
}
[dir=rtl] .how-2-apply-wraaper-row .row > div:nth-child(3) {
    border-right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 0px 0px 64px;
}
.how-2-apply-wraaper-row .row > div:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0px 40px 64px;
}
[dir=rtl] .how-2-apply-wraaper-row .row > div:nth-child(2) {
    padding: 0px 64px 40px 0px;
}
.how-2-apply-wraaper-row .row > div:nth-child(4) {
    padding: 40px 0px 0px 64px;
}
[dir=rtl] .how-2-apply-wraaper-row .row > div:nth-child(4) {
    padding: 40px 64px 0px 0px;
}

.how-2-apply-wraaper img.largeArrow {
    margin-left: 25px;
}
[dir=rtl] .how-2-apply-wraaper img.largeArrow {
    margin-left: 0px;
    margin-right: 25px;
    transform: scaleX(-1);
}
.how-2-apply-wraaper .secondary.btn-outline-light::after{
  content: url(/wp-content/themes/scc-hr-portal/assets/images/arrow-right.svg);
}
.how-2-apply-wraaper .secondary.btn-outline-light:hover::after{
  filter: brightness(0) saturate(100%) invert(9%) sepia(83%) saturate(6659%) hue-rotate(240deg) brightness(66%) contrast(122%);
}
.how-2-apply-wraaper .secondary.btn-outline-light:hover{
    opacity: 1 !important;
}


@media (max-width: 1024px) {
    section.how-to-apply-section:before {
        width: 85px;
        height: 85px;
        background-size: 85px;
    }
}

@media (max-width: 991px) {

section.how-to-apply-section .title h3{
    line-height: 32px;
}
section.how-to-apply-section .title .b1 {
    max-width: 252px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px !important;
    line-height: 20px !important;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.8) !important;
    opacity: 1;
}
.how-2-apply-wraaper .head-wrapper {
    display: flex;    
    margin-bottom: 12px;
    align-items: center;
}
.how-2-apply-wraaper .head-wrapper .h6 {
    margin-bottom: 0;
    padding-left: 16px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    flex: none;
    order: 1;
    flex-grow: 0;
}
[dir=rtl] .how-2-apply-wraaper .head-wrapper .h6 {
    padding-left: 0px;
    padding-right: 16px;
}
.how-2-apply-wraaper .count{
    margin: 0;
}

.how-2-apply-wraaper .b3 {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6) !important;
    opacity: 1;
    min-height: 1px;
    margin-bottom: 12px;
}


.how-to-apply-section div.how-2-apply-wraaper-row div.row > div {
    padding: 0 !important;
    border: 0 !important;
    margin-bottom: 24px;
}


.how-2-apply-wraaper .count {
    width: 27px;
    height: 27px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.how-2-apply-wraaper ul li {
    width: inherit;
}

.how-to-apply-section div.how-2-apply-wraaper-row div.row > div:last-child {
    margin: 0;
}
section.how-to-apply-section .title {
           margin-bottom: 24px;
}

.how-2-apply-wraaper ul li {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.9);
    opacity: 0.75;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.how-2-apply-wraaper .secondary.btn {
    padding-left: 16px;
    padding-right: 16px;
}

.how-2-apply-wraaper img.largeArrow {
    width: 80px;
    margin-left: 4px;
}

}