html {
    font-size: 62.5%;
}

body {
    overflow-x: hidden;
    overflow-wrap: break-word;
    padding: 0px;
    margin: 0px;
    color: rgb(0, 0, 0);
    font-family: Roboto, sans-serif;
    font-size: 1.8rem;
    line-height: 2.8rem;
}

.container:before,
.row:before,
.container:after,
.container-fluid:after,
.row:after {
    display: table;
    content: " ";
}

.entry-content p {
    margin-bottom: 26px;
}

h1 {
    margin: 32px 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Frank Ruhl Libre", serif;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.main-wrap-inner {
    position: relative;
    z-index: 1;
    margin-bottom: -2px;
    background: linear-gradient(rgb(1, 155, 161) -0.76%, rgb(0, 99, 112) 99.87%);
    overflow: hidden;
}

.main-wrap-inner::before {
    content: "";
    position: absolute;
    background: url(https://www.livecareer.nl/wp-content/uploads/sites/8/2023/01/grain-texture.png);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.4;
}

.first-div.container {
    z-index: 2;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.btn,
.primary-btn {
    text-transform: initial;
    font-size: 2rem;
    transition: all 0.3s ease 0s;
    height: 55px;
    padding: 15px 34px;
    line-height: 3rem;
    box-shadow: none;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 700;
    background: rgb(245, 102, 0);
    color: white;
    border: 0;
    border-radius: 0;
    text-align: center;
    text-decoration: none;
}
.btn:focus,
.primary-btn:focus, 
.btn:hover,
.primary-btn:hover {
    background: rgb(255, 160, 25);
    color: #fff;
}
.gr .btn,
.gr .primary-btn{
    font-size: 1.7rem;
    padding: 15px 20px;
}
.banner-template-block {
    width: 383px;
    height: auto;
    transform: translate(-45px, 31px);
}

.banner-template-block:before {
    content: "";
    position: absolute;
    top: 28px;
    transform: skewX(-8deg);
    width: 340px;
    height: 468px;
    border: 5.5px solid rgb(255, 160, 25);
    z-index: 1;
    left: 50px;
}

.main-wrap-inner h1 {
    font-weight: 600;
}

.banner-template-block span {
    display: block;
    width: 315px;
    position: relative;
    left: 55px;
    top: 50px;
    z-index: 2;
}

.banner-template-block img {
    background: #fff;
    height: auto;
    max-width: 100%;
}

.main-wrap-inner .templates-clip-path {
    width: 100%;
    position: absolute;
    z-index: 1;
}

.main-wrap-inner p {
    margin-bottom: 0;
}

.how-it-works {
    background: linear-gradient(to top, rgb(1, 155, 161) -0.76%, rgb(0, 99, 112) 99.87%);
    padding: 10px 0px 32px;
    position: relative;
}

.how-it-works .primary-btn:hover {
    text-decoration: none;
}

.how-it-works::before {
    content: "";
    position: absolute;
    background: url('	https://www.livecareer.nl/wp-content/uploads/sites/8/2023/01/grain-texture.png');
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.4;
}

.how-it-works h2 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.8rem;
    color: #fff;
}

.how-it-inner {
    position: relative;
}

.how-it-works h2 span {
    color: rgb(255, 160, 25);
}

.how-it-works .box-wrapper {
    flex-direction: column;
    display: flex;
    flex-direction: column;
}

.how-it-works .box-wrapper p:last-child {
    margin-bottom: 0;
}

.how-it-works h3 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding: 8px 0px;
    font-family: Roboto,
        sans-serif;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.how-it-works p {
    color: #fff;
}

.how-it-works img {
    width: 75px;
    height: 75px;
}

.how-it-works .container {
    padding: 0;
}

.how-it-works .cta-wrap {
    text-align: center;
    margin-top: 32px;
}

.career-user {
    padding: 32px 0px;
}

.career-user .container {
    padding: 0px;
}

.item-inner {
    display: flex;
    flex-direction: column;
}

.content_slider {
    position: relative;
    margin-top: 80px;
}

.content_slider h2 {
    font-weight: 700;
    color: rgb(0, 0, 0);
    text-align: center;
}

.content_slider .bold_s_arrow.bold_c_prev::before {
    transform: rotate(225deg);
}

.content_slider .bold_n_prev {
    right: 64px;
}

.content_slider .home-crsl-cntnr {
    padding: 2.2rem 0px 0px;
    position: relative;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
}

.content_slider .bold-carousel {
    position: relative;
    display: block;
}

.content_slider .slick-arrow {
    height: 52px;
    width: 52px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 2;
    top: -35px;
    left: 64px;
}

.content_slider .bold_s_arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    height: 52px;
    width: 52px;
    z-index: 2;
    top: -35px;
    color: transparent;
    outline: none;

}

.content_slider .bold_c_prev {
    left: 64px;
}

.content_slider .bold_s_arrow::before {
    content: "";
    height: 13px;
    width: 13px;
    border-radius: 2.5px;
    display: inline-block;
    border-top: 3px solid rgb(0, 0, 0);
    border-right: 3px solid rgb(0, 0, 0);
    transform: rotate(45deg);
    opacity: unset;
}

.content_slider .slick-prev::before {
    transform: rotate(225deg);
}

.content_slider .bold_s_arrow::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
}

.content_slider .bold_c_prev::after {
    right: 14px;
}

.home-crsl-cntnr {
    text-align: center;
}

.content_slider .bold_track {
    overflow: hidden;
    margin: 0;
    padding: 0;
    transform: translateZ(0);
    position: relative;
    display: block;
}

.slider-bg {
    overflow: hidden;
    width: 100%;

}

.home-crsl-cntnr .bold_slides {
    margin-left: 0;
    width: 100%;
    list-style: none;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.home-crsl-cntnr .bold_slide {
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
}

.home-crsl-cntnr .bold_slide.b_active {
    position: relative;
}

.home-crsl-cntnr .bold_slide img {
    height: auto;
    max-width: 100%;
    display: block;
    background-color: #fff;
    width: 100%;
    border: .5px solid #979797;
}

.content_slider .bold_slide .btn {
    position: absolute;
    bottom: 25px;
    left: 7.5px;
    width: calc(100% - 15px);
    display: none;
    min-width: unset;
}
.hu .content_slider .bold_slide .btn {
    font-size: 1.6rem;
    padding: 15px 20px;
    line-height: 2.5rem;
    min-height: 55px;
    height: auto;
    white-space: normal;
}
.content_slider .bold_bullets {
    bottom: -10px;
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.content_slider .bold_slide.b_active .btn {
    display: inline-block;
}

.b_bullet {
    position: relative;
    display: inline-block;
    height: 13px;
    width: 13px;
    background: rgb(0, 0, 0);
    z-index: 1;
    opacity: 0.3;
    margin: 0px 8px;
    cursor: pointer;
    padding: 0;
    border: 0;
}
.b_bullet.b_active {
    opacity: 1;
    background: rgb(255, 160, 25);
}

.testimonial-wrapper .container {
    padding: 64px 0px;
    border-radius: 8px;
}

.testimonial-wrapper h2 {
    letter-spacing: 0.086rem;
    font-weight: 700;
    margin: 0;
}

.test-img img {
    width: 100%;
}

.testimonial-wrapper .bold_track {
    overflow: hidden;
}

.testimonial-wrapper .bold-slide-content {
    gap: 32px;
    display: flex;
}

.testimonial-wrapper .bold-carousel {
    position: relative;
}

.test-content {
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
}

.testimonial-wrapper .bold_slides {
    display: flex;
    list-style-type: none;
}

.test-content p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin: 0;
}

.test-content .author-name {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.8rem;
    padding: 8px 0px 16px 0;
    position: relative;
    display: block;
}

.testimonial-wrapper .b_bullet {
    margin: 0 10px;
}

.career-user h2 {
    font-weight: 700;
}

.career-user h3 {
    font-family: Roboto, sans-serif;
    font-weight: 700;
}

.career-user .item-inner {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.career-user .slide-txt {
    margin-bottom: 0;
}

.career-user .uk-sprite {
    display: block;
}

.career-user .slide-img {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: none;
    display: block;
}

.page-loaded .safety {
    background-image: url("https://www.livecareer.nl/wp-content/uploads/sites/8/2021/11/Shield-protected.svg") !important;
}

.page-loaded .availability {
    background-image: url("https://www.livecareer.nl/wp-content/uploads/sites/8/2021/11/Clock.svg") !important;
}

.page-loaded .support {
    background-image: url("https://www.livecareer.nl/wp-content/uploads/sites/8/2023/01/chat.svg") !important;
}

.career-user .item {
    padding: 0;
}

.testimonial-wrapper .bold_bullets {
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translate(-50%, 0px);
    z-index: 3;
}

.testimonial-wrapper .slider_button {
    position: absolute;
    left: calc(50% + 5px);
    bottom: 43px;
}

.career-user .row:after,
.career-user .row:before {
    display: none;
}

.career-user .container {
    padding: 0;
}


/* sa page */
.sa {
    direction: rtl;
}

/* Footer */
.sa .page-footer-bottom {
    display: flex;
}


.sa .jt-footer-section {
    display: flex;
    flex-wrap: wrap;
}

.sa .main-wrap-inner .templates-clip-path {
    background: url(https://www.livecareer.com/sa/wp-content/uploads/sites/15/2024/05/banner-bg1.jpg) no-repeat;
}

/* Header */
.sa .new-joshua-header-seo .custom-container .row {
    display: flex;
}

.sa .about-content {
    text-align: inherit;
}

.sa .steps-wrapper .eq-col h3 {
    text-align: inherit;
}
.sa .main-wrap-inner h1{
    padding: 0;
}



.sa .banner-template-block:before {
    top: 16px;
    width: 279px;
    height: 372px;
    left: 50px;
}
.ro .footer-joshua .joshua-list li a{
    text-wrap: nowrap;
}
.main-wrap-inner .btn-secondary:focus,
.main-wrap-inner .btn-secondary:active,
.main-wrap-inner .btn-secondary {
    background: rgb(0, 106, 208);
}

.ro .testimonial-wrapper .test-content p {
   font-family: Georgia, serif;
   quotes: "”" "”";
}
  
.ro .testimonial-wrapper .test-content p::before {
   content: open-quote;
   font-size: 1.8rem;
   line-height: 0;
   vertical-align: -10px;
   margin-right: 0.1em;
   color: #000;
}
  
.ro .testimonial-wrapper .test-content p::after {
   content: close-quote;
   font-size: 1.8rem;
   line-height: 0;
   vertical-align: inherit;
   color: #000;
}

.no .sem-seo-header .header-right .nav-links a{
    text-transform: uppercase;
}
@media screen and (min-width: 768px) {
    .main-wrap-inner .templates-clip-path {
        background: url('https://www.livecareer.nl/wp-content/uploads/sites/8/2024/05/banner-bg.jpg') right bottom / cover no-repeat;
        clip-path: polygon(0px 0px, 100% 0%, 100% 86%, 50% 100%, 0px 86%);
        height: 99%;
    }
    .no .main-wrap-inner .templates-clip-path{
        background: url('https://www.livecareer.no/wp-content/uploads/sites/17/2024/09/banner-bg.png') center left / cover no-repeat;
    }
    .ro .main-wrap-inner .templates-clip-path{
        background: url('https://www.livecareer.ro/wp-content/uploads/sites/18/2024/09/banner-bg.png') center left / cover no-repeat;
    }
    .gr .main-wrap-inner .templates-clip-path{
        background: url('https://www.livecareer.gr/wp-content/uploads/sites/19/2024/09/banner-bg.png') center center / cover no-repeat;
    }
    .hu .main-wrap-inner .templates-clip-path{
        background: url('/wp-content/themes/genesis-sample/images/hu-banner-desktop.jpg') center center / cover no-repeat;
    }
    .sk .main-wrap-inner .templates-clip-path{
        background: url('/wp-content/themes/genesis-sample/images/sk-banner-desktop.jpg') center center / cover no-repeat;
    }
    .cz .main-wrap-inner .templates-clip-path{
        background: url('https://www.livecareer.com/cz/wp-content/themes/genesis-sample/images/cz-banner-desktop.jpg') center center / cover no-repeat;
    }
    .btn {
        min-width: 260px;

    }
   .sa .main-wrap-inner .btn-secondary {
        padding: 15px 47px;
        min-width: unset;
        margin: 0 20px 0 0;
    }
   

    .main-wrap-inner h1 {
        margin-top: 0px;
        font-size: 5.8rem;
        line-height: 7rem;
        padding: 0px 150px 0px 0px;
    }

    .first-div.container {
        flex-direction: row;
        padding: 70px 15px 132px;
    }

    .main-wrap-inner ul {
        margin-bottom: 32px;
    }

    .main-wrap-inner ul li {
        display: flex;
        gap: 22px;
        font-size: 1.8rem;
        line-height: 2.8rem;
        margin-left: 8px;
    }

    .main-wrap-inner ul li:not(:last-child) {
        margin-bottom: 16px;
    }

    .main-wrap-inner ul li::before {
        content: "";
        display: inline-block;
        width: 9px;
        height: 17px;
        margin-top: 2px;
        transform: rotate(47deg);
        border-right: 3px solid rgb(0, 0, 0);
        border-bottom: 3px solid rgb(0, 0, 0);
    }

    .how-it-works {
        padding: 69px 0px 88px;
        width: 100%;
    }

    .how-it-works h2 {
        font-size: 4.8rem;
        line-height: 6rem;
        padding: 0px 70px;
        margin: 0px auto;
        text-align: center;
    }

    .how-it-works .primary-btn {
        min-width: 260px;
    }

    .how-it-works .box-wrapper {
        flex-direction: row;
        margin-top: 64px;
        padding: 0px 30px;
        -webkit-box-pack: justify;
        justify-content: space-between;
        gap: 40px;
        flex-direction: row;
    }

    .how-it-works .box {
        max-width: 345px;
        text-align: left;
    }

    .how-it-works h3 {
        font-size: 2.4rem;
        line-height: 3.6rem;
        padding: 19px 0px 8px;
        text-align: left;
    }

    .career-user {
        padding: 80px 0px;
        width: 100%;
    }

    .career-user .item-inner {
        flex-direction: row;
        margin-top: 40px;
        padding: 0px 25px;
        -webkit-box-pack: justify;
        justify-content: space-between;
        gap: 40px;
    }

    .content_slider h2 {
        font-size: 4.8rem;
        line-height: 6rem;
        padding: 0px 250px;
        margin: auto;
    }

    .content_slider .bold_s_arrow {
        background: rgb(0, 0, 0);
        top: 48%;
        transform: translate(0px, -50%);
    }

    .content_slider .bold_s_arrow::before {
        width: 18px;
        height: 18px;
        border-top: 3px solid rgb(255, 255, 255);
        border-right: 3px solid rgb(255, 255, 255);
    }

    .content_slider .bold_s_arrow::after {
        background: rgb(255, 255, 255);
        width: 23px;
        height: 2.5px;

    }

    .testimonial-wrapper {
        padding: 80px 0px 0px;
        background: none;
        margin-top: 0px;
    }

    .testimonial-wrapper .container {
        padding: 64px 0px;
        background: rgb(228, 245, 246);
        border-radius: 8px;
    }

    .testimonial-wrapper h2 {
        font-size: 4.8rem;
        line-height: 6rem;
        text-align: center;
        margin-bottom: 40px;
    }

    .test-img {
        width: 40%;
    }

    .test-content {
        max-width: 510px;
        background-size: 66% 58%;
        background-image: url("https://reg-assets.livecareer.fi/blobcontent/lcintl-lp/lite/common/images/testimonial-quote.svg");
    }

    .test-content p {
        min-height: 110px;
    }

    .career-user {
        padding: 80px 0px;
        width: 100%;
    }

    .career-user h2 {
        font-size: 4.8rem;
        line-height: 6rem;
        padding: 0px 195px;
        margin: 0px auto;
        text-align: center;
    }

    .career-user .item-inner {
        flex-direction: row;
        margin-top: 40px;
        padding: 0px 25px;
        -webkit-box-pack: justify;
        justify-content: space-between;
        gap: 40px;
    }

    .career-user .item {
        max-width: 315px;
        text-align: left;
    }

    .career-user h3 {
        font-size: 2.2rem;
        line-height: 3.4rem;
        margin: 19px 0px 8px;
    }

    .testimonial-wrapper .container {
        width: 720px;
    }

    .content_slider .css-dots {
        display: none;
    }
    .sa .first-div.container {
        align-items: unset;
    }
    .sa .career-user .slide-txt,
    .sa .career-user h3,
    .sa .how-it-works h3,
    .sa .how-it-works .box{
        text-align: start;
    }
    .sa .banner-template-block span {
        width: 247px;
        left: -69px;
        top: 30px;
    }
    .sa .new-joshua-header-seo .custom-container .row .pull-right {
        float: none !important;
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .main-wrap-inner .left-section {
        width: 55%;
    }

    .main-wrap-inner .right-section {
        width: 45%;
    }
    .sa .main-wrap-inner .left-section,
    .sa .main-wrap-inner .right-section {
        width: 50%;
    }
    
    .testimonial-wrapper .bold-slide-content {
        gap: 64px;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .test-content .author-name {
        font-size: 1.8rem;
        line-height: 2.8rem;
        padding: 16px 0px 32px 0;
    }

    .testimonial-wrapper .btn {
        margin-top: 100px;
    }

    .testimonial-wrapper .bold_bullets {
        left: calc(50% + 28px);
        bottom: 176px;
    }

    .testimonial-wrapper .container {
        width: 940px;
    }
    .sa .test-img img{
        width: 404px;
        height: 341px;
    }
    .sa .test-content p {
        min-height: 80px;
    }
    .sa .testimonial-wrapper .bold_bullets {
        left: unset;
        right: 50%;
        transform: unset;
    }
    .sa .testimonial-wrapper .slider_button {
        right: 50%;
        left: unset;
    }
    .main-wrap-inner lottie-player{
        width: 383px !important;
        transform: translate(-45px, 20px);
    }
} 

@media (min-width: 1200px) {
    .testimonial-wrapper .container {
        width: 1140px;
    }
}


@media (min-width: 1023px) {
    .main-wrap-inner .btn-secondary {
        margin-left: 24px;
    }
}

@media only screen and (max-width: 1139px) and (min-width:768px) {
    .content_slider .bold_slide .btn {
        width: 190px;
        min-width: 190px;
    }

    .career-user h2,
    .content_slider h2 {
        padding: 0;
    }

    .test-content {
        width: 60%;
        max-width: 100%;
    }

    .testimonial-wrapper .container {
        padding: 64px 15px;
    }

    .test-content p {
        min-height: unset;
    }

    .testimonial-wrapper .slider_button {
        left: calc(40% + 30px);
        bottom: 6px;
    }

    .testimonial-wrapper .bold_bullets {
        left: calc(43% + 30px);
        bottom: 104px;
    }
    
    .sa .banner-template-block{
        width: 249px;
    }
    .sa .sa .banner-template-block span {
        left: 19px;
    }
    .sa .testimonial-wrapper .slider_button {
        right: 43%;
    }
    .sa .testimonial-wrapper .bold_bullets {
        right: 42%;
    }
    .sa .banner-template-block span {
        left: 55px;
    }
    .main-wrap-inner .btn-secondary {
        margin: 30px 0 0;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .main-wrap-inner .left-section {
        width: 60%;
    }

    .main-wrap-inner .right-section {
        width: 40%;
    }

    .banner-template-block:before {
        width: 247px;
        height: 367px;
        top: 0;
    }

    .banner-template-block span {
        width: 239px;
        top: 17px;
    }

    .main-wrap-inner h1 {
        padding: 0;
    }

    .testimonial-wrapper .bold_bullets {
        left: calc(43% + 30px);
        bottom: 70px;
    }
}
@media (max-width:991px){
    .main-wrap-inner lottie-player {
        width: 260px !important;
        height: 302px !important;
        margin: 10px auto 45px;
    }
}

@media (max-width:767px) {
    .main-wrap-inner .templates-clip-path {
        background: url("/wp-content/themes/genesis-sample/images/banner-bg-mobile.png") center center / cover no-repeat;
        clip-path: polygon(0px 0px, 100% 0%, 100% 93%, 50% 100%, 0px 93%);
        height: 96%;
    }
    .no .main-wrap-inner .templates-clip-path {
        background: url("https://www.livecareer.no/wp-content/uploads/sites/17/2024/09/banner-bg-mobile.png") center center / cover no-repeat;
    }
    .ro .main-wrap-inner .templates-clip-path {
        background: url("https://www.livecareer.ro/wp-content/uploads/sites/18/2024/09/banner-bg-mobile.png") center center / cover no-repeat;
    }
    .gr .main-wrap-inner .templates-clip-path {
        background: url("https://www.livecareer.gr/wp-content/uploads/sites/19/2024/09/banner-bg-mobile.png") center center / cover no-repeat;
    }
    .hu .main-wrap-inner .templates-clip-path{
        background: url('/wp-content/themes/genesis-sample/images/hu-banner-mob.png') center center / cover no-repeat;
    }
    .sk .main-wrap-inner .templates-clip-path{
        background: url('/wp-content/themes/genesis-sample/images/sk-banner-mob.png') center center / cover no-repeat;
    }
    .cz .main-wrap-inner .templates-clip-path{
        background: url('https://www.livecareer.com/cz/wp-content/themes/genesis-sample/images/cz-banner-mob.png') center center / cover no-repeat;
    }
    .main-wrap-inner h1 {
        font-size: 3.6rem;
        line-height: 4.6rem;
        text-align: center;
    }

    .content_slider {
        margin-top: 40px;
    }

    .content_slider .bold_s_arrow {
        background: transparent;
        top: 12px;
    }

    .content_slider h2 {
        font-size: 2.8rem;
        line-height: 3.8rem;
        margin: 0;
        padding: 0 30px;
    }
    .content_slider .col-md-12{
        padding: 0;
    }

    .banner-template-block {
        top: unset;
        position: relative;
        margin: 0 auto;
        transform: none;
    }

    .banner-template-block:before {
        width: 256px;
        height: 347px;
        left: 45px;
    }

    .banner-template-block span {
        width: 222px;
        left: 62px;
    }

    .content_slider .bold_s_arrow::before {
        border-top: 3px solid rgb(0, 0, 0);
        border-right: 3px solid rgb(0, 0, 0);
    }

    .content_slider .bold_c_prev::after {
        right: 17px;
    }

    .content_slider .bold_s_arrow::after {
        width: 15px;
        height: 2px;
        right: 19px;
        background: rgb(0, 0, 0);
    }

    .home-crsl-cntnr .bold_slide.b_active .btn {
        position: static;
        width: 100%;
        min-width: 100%;
        transform: none;
        margin-top: 30px;
    }
  
    .content_slider .slider-bg{
        padding: 0;
    }

    .content_slider .home-crsl-cntnr {
        padding: 1rem 0px 0px;
    }

    .content_slider .css-dots {
        font-size: 1.6rem;
        margin-bottom: 24px;
        line-height: 2.4rem;
        color: rgb(0, 0, 0);
        direction: ltr;
    }

    .content_slider .bold_bullets {
        display: none;
    }
    .testimonial-wrapper {
        padding: 32px 0px;
        position: relative;
        background: rgb(216, 240, 242);
        margin-top: 32px;
        text-align: center;
    }

    .testimonial-wrapper h2 {
        font-size: 2.8rem;
        line-height: 3.8rem;
        margin-bottom: 32px;
    }

    .career-user h2 {
        font-size: 2.8rem;
        line-height: 3.8rem;
        margin-bottom: 32px;
    }

    .career-user h3 {
        text-align: center;
        font-size: 1.8rem;
        line-height: 2.8rem;
        margin: 8px 0px;
    }

    .main-wrap-inner .left-section,
    .main-wrap-inner .right-section {
        width: 100%;
    }

    .first-div.container {
        flex-wrap: wrap;
        padding: 0 30px 40px;
    }

   
    .main-wrap-inner .btn-secondary,
    .main-wrap-inner .left-section li {
        display: none;
    }
    .main-wrap-inner .btn {
        width: 100%;
    }

    .career-user,
    .testimonial-wrapper .container {
        padding: 0 30px;
    }

    .how-it-works {
        padding: 0 30px 40px;
    }

    .career-user .container,
    .how-it-works .container {
        width: 300px;
        text-align: center;
    }

    .how-it-works .box-wrapper {
        gap: 32px;
        margin: 32px 0px;
    }

    .how-it-works .primary-btn {
        min-width: 200px;
        width: 100%;
        height: auto;
    }

    .pYeww .testimonial-image,
    .pYeww .testimonial-content {
        width: 100%;
    }

    .testimonial-wrapper .bold-slide-content {
        flex-wrap: wrap;
    }

    .test-img,
    .test-content {
        width: 100%;
    }

    .btn,
    .primary-btn {
        width: 100%;
        display: block;
    }

    .testimonial-wrapper .bold_bullets {
        position: unset;
        transform: none;
        text-align: center;
        width: 100%;
    }

    .testimonial-wrapper .slider_button {
        position: unset;
        margin-top: 20px;
    }

    .career-user .slide-img {
        margin: 0 auto;
    }

    .career-user .item-inner {
        gap: 24px;
    }

    .career-user {
        padding: 40px 0;
    }

    /* sa page */

    .sa .main-wrap-inner .templates-clip-path {
        background: url(https://www.livecareer.com/sa/wp-content/uploads/sites/15/2024/05/banner-bg-mobile1.png) center center / cover no-repeat;
    }
    .sa .banner-template-block span {
        width: 200px;
        left: -61px;
        top: 27px;
    }
    .sa .banner-template-block:before {
        width: 228px;
        height: 302px;
        left: 0px;
    }
    .sa .banner-template-block {
        width: 270px;
    }

    .sa .new-joshua-header-seo .custom-container .row .pull-right {
        padding: 0;
        left: 0;
        right: unset;
    }
    .sa .sem-seo-header .header-left{
        width: 100%;
    }
}