.emp-pprg h2 {
    font-size: 25px;
    font-weight: 600;
}

.emp-pprg-tleft h3 {
    font-size: 20px;
    font-weight: 400;
}

.emp-pprg-space {
    padding: 60px 0;
}

/*  */
.emp-pprg-bd h2 {
    font-size: 25px;
    font-weight: 600;
}

.emp-pprg-bg {
    background: #081a2f;
}

.emp-pprg-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 50px 20px;
}

.emp-pprg-tleft {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.emp-pprg-tleft h1 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 400;
    line-height: 40px;
}

.emp-pprg-tleft h1 span {
    font-size: 23px;
    font-weight: 400;
    color: #ccc;
}

.emp-pprg-tleft h1 strong {
    font-weight: 600;
    color: #ffffff;
}

.emp-pprg-tleft h3,
.emp-pprg-tleft p {
    color: #ccc;
}

.emp-pprg .emp-pprg-tleft h3,
.emp-pprg-tleft p b {
    color: #fff;
}

.emp-pprg-tleft .emp-pprg-btn {
    display: block;
    margin-top: 20px;
}

.emp-pprg-tleft .emp-pprg-btn a {
    font-size: 15px;
    background: #0a66c2;
    color: #fff;
    border: 1px solid transparent;
    outline: none;
    line-height: 10px;
    padding: 8px 20px;
    font-weight: 500;
    border-radius: 5px;
}

.emp-pprg-tright {
    text-align: center;
}

.emp-pprg-tright svg {
    width: 550px;
    height: auto;
}

/*  */
.emp-pprg-ind {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.emp-pprg-ind h2 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.emp-pprg-ind h2 span {
    font-weight: 600;
}

.emp-pprg-ind p {
    font-size: 18px;
    text-align: left;
}

.emp-pprg-ind ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 30px;
}

.emp-pprg-ind ul li {
    text-align: center;
    padding: 30px 20px;
    border-radius: 10px;
    font-weight: 400;
    line-height: 20px;
    font-size: 17px;
    transition: transform 0.6s ease;
    border: 1px solid #e7f2fe;
    height: stretch;
}

.emp-pprg-ind ul li>div {
    display: flex;
    gap: 10px;
    align-items: start;
    justify-content: start;
    text-align: center;
}

.emp-pprg-ind ul li>div svg {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
}


.emp-pprg-ind ul li .emp-pprg-des-tick {
    display: flex;
    align-items: center;
    gap: 10px;
}

.emp-pprg-ind ul li .emp-pprg-des-tick img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.emp-pprg-ind ul li .emp-pprg-des-tick p {
    text-align: left;
    width: 255px;
}

/*  */
.emp-pprg-y {
    background: linear-gradient(181deg, #f7f9fc 20%, #fff 100%);
    padding: 60px 0;
}

.emp-pprg-y h2 {
    font-size: 25px;
    font-weight: 600;
}

.emp-pprg-yflex {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 40px;
    margin: 60px 0 0;
}

.emp-pprg-yflex img {
    width: 500px;
    height: auto;
}

.emp-pprg-yright {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 48%;
}

.emp-pprg-yright h4 {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 20px;
}

.emp-pprg-yright h5 {
    font-size: 18px;
    font-weight: 600;
}

.emp-pprg-yright ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    row-gap: 40px;
    padding: 20px 10px 40px;
}

.emp-pprg-yright ul li {
    display: flex;
    gap: 10px;
    font-size: 18px;

}

.emp-pprg-yright ul li svg {
    fill: #0a66c2;
    width: 30px;
    height: 30px;
    margin-top: 2px;
    flex-shrink: 0;
}

.emp-pprg-b {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-top: 3rem;
}

.emp-pprg-bcolle {
    position: relative;
    background: #EDF1FA;
    padding: 30px;
    border-radius: 30px;
    height: 100%;
    transition: all 0.3s ease;
}

.emp-pprg-bcolle .emp-pprg-bcolle-cons .emp-pprg-b-nu {
    font-size: 50px;
    font-weight: 700;
    display: inline-block;
    color: #0a66c2;
    padding-bottom: 1rem;
}

.emp-pprg-bcolle .emp-pprg-bcolle-cons h3 {
    font-size: 18px;
    font-weight: 600;
    color: #212529;
    padding-bottom: 15px;
    margin-top: -10px;
}

.emp-pprg-bcolle .emp-pprg-bcolle-cons ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.emp-pprg-bcolle .emp-pprg-bcolle-cons ul li {
    color: #333;
    display: flex;
}

.emp-pprg-bcolle .emp-pprg-bcolle-cons ul li svg {
    fill: #0a66c2;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    flex-shrink: 0;
}

.emp-pprg-bcolle:hover {
    transform: scale(1.02);
    background: #0a66c2;
}

.emp-pprg-bcolle:hover .emp-pprg-bcolle-cons h3,
.emp-pprg-bcolle:hover .emp-pprg-bcolle-cons ul li,
.emp-pprg-bcolle:hover .emp-pprg-bcolle-cons ul li svg {
    color: #fff;
    fill: #fff;
}

.emp-pprg-bcolle:hover .emp-pprg-bcolle-cons .emp-pprg-b-nu {
    color: #3682CD;
}

.emp-pprg-bcolle:hover svg {
    fill: #0a66c2;
}

/*  */

.emp-pprg-des .emp-pprg-des-d {
    margin: 0 0 35px;
}

.emp-pprg-des .emp-pprg-des-d p {
    font-size: 18px;
    padding-top: 24px;
}

.emp-pprg-des ul>li .emp-pprg-des-tick {
    display: flex;
    align-items: center;
    gap: 10px;
}

.emp-pprg-des ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0 0;
    font-size: 18px;
}

.emp-pprg-des ul li {
    display: flex;
    gap: 10px;
}

.emp-pprg-des ul>li .emp-pprg-des-tick img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

/*  */
.emp-pprg-suppo h2 {
    font-size: 20px;
}

.emp-pprg-suppo ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    row-gap: 40px;
    margin: 0;
    justify-content: space-between;
}

.emp-pprg-suppo ul li {
    display: flex;
    gap: 10px;
    border-radius: 10px;
    position: relative;
}

.emp-pprg-suppo ul li:last-child:before {
    display: none;
}

.emp-pprg-suppo ul li svg {
    width: 30px;
    height: 30px;
}

.emp-pprg-suppo ul li .emp-pprg-sup {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #d0dfff;
    border-radius: 50%;
    padding: 7px;
    text-align: center;
}

.emp-pprg-scons {
    line-height: 22px;
    font-weight: 400;
    width: 225px;
}

.emp-pprg-suppo ul li span i {
    color: #0a66c2;
}

.emp-pprg-suppo p {
    font-size: 18px;
}

/*  */
.emp-pprg-bottm {
    background: linear-gradient(181deg, #f7f9fc 20%, #fff 100%);
    margin-top: 6rem;
}

.emp-pprg-botf {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    justify-content: center;
    padding: 60px 50px;
}

.emp-pprg-botf img {
    width: 480px;
}

.emp-pprg-botf .emp-pprg-botfcons h2 {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 43px;
}

.emp-pprg-botf .emp-pprg-botfcons h3 {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 300;
    color: #727070;
}

.emp-pprg-botf .emp-pprg-botfcons ul {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 15px;
    justify-content: start;
    margin: 30px 20px 40px 10px;
}

.emp-pprg-botf .emp-pprg-botfcons ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
}

.emp-pprg-botf .emp-pprg-botfcons ul li svg {
    fill: #0a66c2;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
}

.emp-pprg-botf .emp-pprg-botfcons ul li span {
    text-align: left;
}

.emp-pprg-botf .emp-pprg-botfcons .emp-pprgbot-btn a {
    font-size: 15px;
    background: #0a66c2;
    color: #fff;
    border: 1px solid transparent;
    outline: none;
    line-height: 10px;
    padding: 15px 20px;
    font-weight: 500;
    border-radius: 5px;
    display: inline-block;
}

@media (min-width:1000px) and (max-width: 1180px) {
    .emp-pprg-suppo ul {
        margin: 25px 0;
    }

    .emp-pprg-scons {
        width: 167px;
    }

    .emp-pprg-tright svg {
        width: 445px;
    }

    .emp-pprg-botf .emp-pprg-botfcons h2 {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (max-width: 999px) {
    .emp-pprg-space {
        padding: 60px 0 30px;
    }

    .emp-pprg-top {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 30px 0;
    }

    .emp-pprg-tright svg {
        width: 400px;
        height: auto;
    }

    .emp-pprg-tleft h3 br,
    .emp-pprg-ind h2 br,
    .emp-pprg-ind p br,
    .emp-pprg-yright ul li span br,
    .emp-pprg-yright p br,
    .emp-pprg-des .emp-pprg-des-d p {
        display: none;
    }

    .emp-pprg-tleft h3 {
        font-size: 18px;
    }

    .emp-pprg-des ul>li .emp-pprg-des-tick {
        align-items: start;
    }

    .emp-pprg-des ul>li .emp-pprg-des-tick img {
        margin-top: 4px;
    }

    .emp-pprg-ind ul {
        grid-template-columns: 1fr;
        margin: 30px 0;
        padding: 0;
    }

    .emp-pprg-y {
        padding: 60px 0 30px;
    }

    .emp-pprg-yright {
        width: 100%;
    }

}

@media (min-width: 768px) and (max-width: 999px) {
    .emp-pprg-space {
        padding: 60px 0 30px;
    }

    .emp-pprg-b {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px
    }

    .emp-pprg-botf .emp-pprg-botfcons h2 {
        font-size: 25px;
        line-height: 32px;
    }

    .emp-pprg-botf {
        padding: 60px 0px;
    }

    .emp-pprg-bcolle {
        padding: 30px 20px;
    }

    .emp-pprg-yflex {
        gap: 10px;
        align-items: start;
    }

    .emp-pprg-yright ul {
        gap: 10px;
        row-gap: 20px;
    }

    .emp-pprg-scons {
        width: 160px;
    }

    .emp-pprg-suppo ul {
        margin: 25px 0;
    }

    .emp-pprg-suppo ul li {
        padding: 20px 5px;
    }

    .emp-pprg-ind ul {
        display: flex;
        margin: 30px 0;
        padding: 0;
        align-items: center;
        justify-content: center;
    }

    .emp-pprg-ind ul li>div svg {
        width: 35px;
        height: 35px;
    }

    .emp-pprg-tright svg {
        width: 500px;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .emp-pprg-tright svg {
        width: 400px !important;
    }
}

@media (max-width: 767px) {
    .emp-pprg-yflex {
        flex-direction: column;
    }

    .emp-pprg-yflex img {
        width: 400px;
    }

    .emp-pprg-suppo ul {
        justify-content: center;
    }

    .emp-pprg-suppo ul li::before {
        display: none;
    }

    .emp-pprg-space {
        padding: 40px 0;
    }

    .emp-pprg-ind ul,
    .emp-pprg-b {
        grid-template-columns: 1fr;
        margin: 30px 0;
        padding: 0;
    }

    .emp-pprg-tleft h1 {
        font-size: 30px;
        line-height: 32px;
    }

    .emp-pprg-tleft h3,
    .emp-pprg-ind h2 {
        font-size: 18px;
        line-height: 23px;
    }

    .emp-pprg-botf {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 60px 0;
    }

    .emp-pprg-botf .emp-pprg-botfcons {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        text-align: start;
    }

    .emp-pprg-botf .emp-pprg-botfcons h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .emp-pprg-tright svg {
        width: 300px;
        height: auto;
    }

}

@media (max-width: 360px) {
    .emp-pprg-yright ul {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 15px;
    }

    .emp-pprg-botf .emp-pprg-botfcons h2 {
        font-size: 23px;
        line-height: 28px;
    }
}