.subText{
    max-width: 80%;
    width: 100%;
    margin: 0 auto;    
}
.workingBox{
    display: flex;
    margin-bottom: 20px;
    .workingLogo{
        width: 80px;
        height: 80px;
        padding: 12px;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid #ccc;
        display: flex;
        align-items: center;
        justify-content: center;

        img{
            width: 100%;
        }
    }
    .workingContent{
        width: calc(100% - 70px);
        padding-left: 20px;
        h3{
            font-size: 24px;
            color: rgba(0, 119, 67, 1);
            margin-bottom: 10px;
            font-family: 'Public Sans';
            font-weight: 600;
        }
        
    }
}
.careerGalleryImg{
    border-radius: 50px;
    overflow: hidden;
}
.slick-arrow{
    position: absolute;
    font-size: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #D9D9D9;
    border: none;
    top: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}
.slick-arrow{
    background-color: #D9D9D9;
    border: none;
    transform: translateX(-50%);
    transition: 0.5s;
    bottom: 30px;
    top: auto;
    z-index: 2;
    &.slick-next{
        right:calc(50% - 60px);
        background: url(../images/right_arrow_icon_right.png) no-repeat center center #D9D9D9;
        background-size: 80%;
        transform: none;
    }
    &.slick-prev{
        left:calc(50% - 60px);
        background: url(../images/left_arrow_icon_black.png) no-repeat center center #D9D9D9;
        background-size: 80%;
        transform: none;
    }
    &:hover{
        &.slick-next{
            background: url(../images/right_arrow_icon.png) no-repeat center center #00B565;
            background-size: 80%;
        }
        &.slick-prev{
            background: url(../images/left_arrow_icon.png) no-repeat center center #00B565;
            background-size: 80%;
        }
    }
}

.jobInfo{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jobInfoLeft ul{
    display: flex;
    gap: 20px;
}
.jobInfoLeft ul li {
    color: #000;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
}
.jobInfoLeft ul li::before{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    content: "";
}
.jobInfoLeft ul li.location::before{
    background: url(../images/career/location.png) no-repeat;
    background-size: 100%;
}
.jobInfoLeft ul li.jobType::before{
    background: url(../images/career/clock.png) no-repeat;
    background-size: 100%;
}
.positionBox{
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 25px;
    h4{
        color: var(--orange-color);
        font-family: 'Public Sans';
        font-size: 24px;
    }
}
.pagination{
        display: flex;
        gap: 10px;
        justify-content: center;
}
.pagination span{
    line-height: 50px;
}
.pagination .page-numbers{
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    background:transparent;
    border: 1px solid #cecece;
    color: #000;
}
.pagination .page-numbers.active, .pagination .page-numbers:hover {
    background-color: rgba(0, 119, 67, 1);
    color: #fff;
}
.applyWrapBox{
    position: relative;
    z-index: 1;
    .bookFormWrap{
        border-radius: 15px;
        background-color: #fff;
        padding: 30px;
        position: relative;
        z-index: 1;
        h2{
            color: #00B565;
            font-size: 30px;
            margin-bottom: 15px;
        }
    }
}

.frmWrap {
    &.upload-input {
        input {
            opacity: 0;
            position: relative;
            z-index: 1;
            cursor: pointer;
            height: 50px;
        }
    }
}
.frmWrap {
    &.upload-input {
        position: relative;
        .upload-file {
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: #f1f1f1;
            border-radius: 10px;
            padding: 0 20px;
            line-height: 50px;
            border-radius: 30px;
            &::after {
                position: absolute;
                content: "";
                background-image: url(../images/career/File-Upload.png);
                height: 50px;
                width: 50px;
                background-position: center center;
                right: 0;
                background-repeat: no-repeat;
                top: 0;
            }
        }
    }
}
.applyOverlay{
    position: absolute;
    right: 0;
    top: 0;
}
.bookFormWrap {
    .frmWrap {
        p{
        br{
            display: none;
        }
        }
    }
}
.bookFormWrap {
    .btnWrap {
        & .btnMain {
            &.btnOne {
                margin-right: 0px;
            }
        }
    }
}
@media (max-width:1280px) { 
.jobInfoLeft ul li {
    font-size: 17px;
}
.positionSec
    .btnWrap {
        & .btnMain {
            &.btnOne {
                margin-right: 0px;
            }
        }
    }
}
@media (max-width:1200px) {
    .btnWrap {
        & .btnMain {
            &.btnOne {
                span {
                    font-size: 14px;
                    padding: 8px 15px;
                    padding-right: 50px;
                }
            }
        }
    }
    .positionBox {
        padding: 20px;
    }
    .jobInfoLeft ul li {
        font-size: 15px;
    }
}
@media (max-width:991px) {    
    .careerGalleryImg {
        height: 480px;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
        }
    }
    .frmWrap {
        &.upload-input {
            .upload-file{
                margin-bottom: 15px;
            }
        }
    }
}
@media (max-width: 768px) {
    .blogPage{
        overflow: hidden;
    }
    .workingBox {
        .workingContent {
            font-size: 16px;
            h3 {
                font-size: 20px;
            }
        }
    }
    .workingBox{
        flex-wrap: wrap;
        .workingLogo{
            margin: 0 auto;
            margin-bottom: 10px;
        }
        .workingContent {
            width: 100%;
            padding-left: 0px;
            text-align: center;
        }
    }
    .btnWrap {
        & .btnMain {
            &.btnOne {
                span {
                    padding-right: 15px;
                }
            }
        }
    }
}
@media (max-width: 575px) {
    p{
        margin-bottom: 15px;
    }
    .jobInfo{
        flex-wrap: wrap;
    }
    .jobInfoLeft{
        width: 100%;
        margin-bottom: 20px;
    }
    .p_40 {
        padding: 20px;
    }
    .applyWrapBox {
        & .bookFormWrap {
            h2 {
                font-size: 22px;
            }
        }
    }
}
@media (max-width: 480px) {
    .secH {
        font-size: 23px;
    }
    .subText{
        max-width: 100%;
    }
    .careerGalleryImg {
        height: 320px;
    }
    .positionBox {
        h4 {
            font-size: 20px;
        }
    }
}