@keyframes rotate-con {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

section.banner-section {
    margin: 0 0 70px;
}

section.banner-section h1.banner-title,
#career-recruitment-section h4 {
    font-size: 48px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
}

section.banner-section h1.banner-title span {
    color: #CF2030;
    font-weight: 700;
}

.banner-block img {
    border-radius: 30px;
}

.banner-float-content {
    background: #000000A6;
    backdrop-filter: blur(30px);
    box-shadow: 8px 8px 16px 0 #00000029;
    padding: 40px;
    color: #FFFFFF;
    position: absolute;
    bottom: -110px;
    width: 495px;
    border-radius: 24px;
    right: 70px;
}

.banner-float-content h4,
.banner-float-content p,
.banner-float-content span {
    color: #FFFFFF;
}

.banner-float-content h4 {
    font-size: 48px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.02em;
}

.banner-float-content h4 span {
    font-weight: 700;
    display: block;
    margin-top: -10px;
    position: relative;
}

.banner-float-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0;
}

a#careers-list {
    background: #cf2030;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    border-radius: 30px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    border:2px solid transparent;
    transition: all 0.3s ease-out;
}

a#careers-list:hover {
    border-color: #CF2030;
    background: #FFFFFF;
    color: #CF2030;
}

section.application-process-section h3 {
    font-size: 48px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
}

section.application-process-section h3 span {
    font-weight: 700;
    color: #CF2030;
    display: block;
}

.application-yt-video {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.application-yt-video img {
    width: 100%;
    height: auto;
    border-radius: 24px;
}

.application-yt-video .play_icon {
    position: absolute;
    z-index: 9;
}

.application-yt-video .play_icon i.fa-sharp {
    font-size: 100px;
    color: #ffffff;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.application-yt-video .play_icon i.fa-sharp:hover {
    color: #CF2030;
    opacity: 0.9;
}

.application-process-links p {
    margin: 20px 0 80px;
}

.application-process-links .interveiew-process-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.application-process-links .interveiew-process-list a {
    font-size: 16px;
    background: #F2F2F2;
    color: #64666A;
    height: 40px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    transition: all 0.3s ease-out;
    margin-bottom: 15px;
    margin-right: 15px;
    cursor: pointer;
}

.row.application-process-links .interveiew-process-list a:last-child {
    margin-right: 0;
}

.application-process-links .interveiew-process-list a:hover {
    background: #CF2030;
    color: #FFFFFF;
}

section#career-recruitment-section {
    margin: 100px 0;
}

#career-recruitment-section h4 {
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

#career-recruitment-section h4 span {
    color: #CF2030;
}

.carousel-inner {
    width: 90%;
}

#recruitCarousel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#recruitCarousel .carousel-item {
    padding: 40px 0;
}

#recruitCarousel .carousel-item.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

#recruitCarousel .carousel-control-next,
#recruitCarousel .carousel-control-prev {
    position: absolute;
    color: #64666A;
    font-size: 34px;
    opacity: 1;
    height: 50px;
    top: initial;
    bottom: initial;
    cursor: pointer;
    z-index: 9;
}

.recruit-block {
    display: flex;
    align-items: center;
    width: 85%;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0 0 22.4px 6px #0000001A;
    border-radius: 30px;
    /* padding: 0 40px; */
    /* height: 360px; */
}

.recruit-img img {
    padding: 15px;
}

.recruit-desc {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    height: 100%;
    padding: 15px 24px 15px 0;
}


.rec_heading_sec h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    color: #CF2030;
}

.rec_heading_sec p {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

.rec-desc p {
    margin-bottom: 15px;
}

.rec-desc p:last-child {
    margin-bottom: 0;
}

.rec-location p, .rec-desc p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}


.rec-bottom-statement p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}

.rec-location p span i {
    margin-right: 10px;
}

.rec-bottom-statement p {
    color: #CF2030;
}

.rec-location p {
    display: block;
    margin: 10px 0;
}

.rec-location p span {
    display: block;
    margin: 0 0 5px 0;
}

.rec-bottom-statement p a, .rec-bottom-statement p a i {
    color: #0077B5;
    font-size: 28px;
}

.core-value-content h4, .headingTitle, #career-lifeAtBni-section h4, .our-member-box h4 {
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
}

.core-value-content h4 span, .headingTitle span, #career-lifeAtBni-section h4 span, .our-member-box h4 span {
    color: #CF2030;
}

.core-value-content p {
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
}

.vision-section h5 {
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
}

.vision-section h5 span {
    font-weight: 700;
}

.core-value-testimonial {
    display: flex;
    align-items: center;
}

#cv-mobile-accordion {
    display: block !important;
    margin-top: 0;
}

.profile-data {
    margin-left: 10px;
}

.profile-data p,
.profile-data h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.profile-data h5 {
    font-weight: 700;
}

ul#bni-corevalue li {
    border-bottom: 1px solid #000;
}

ul#bni-corevalue li a {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    transition: all 0.3s ease-out;
}

ul#bni-corevalue li.active a i.fa-minus,
ul#bni-corevalue li a i.fa-plus {
    display: block;
    font-weight: 700;
    transform: rotate(0deg);
    transition: all 0.3s ease-in;
}

ul#bni-corevalue li.active a i.fa-plus,
ul#bni-corevalue li a i.fa-minus {
    display: none;
    transform: rotate(0deg);
    transition: all 0.3s ease-out;
}

ul#bni-corevalue li a {
    padding: 20px 10px 20px 0;
}

#bni-corevalue li .submenu {
    align-items: flex-start;
    justify-content: space-between;
    padding: 5px 0 20px;
}

#bni-corevalue li .submenu::before {
    content: "";
    position: relative;
    display: block;
    float: left;
    width: 58px;
    margin-top: 5px;
}

#bni-corevalue li.career-givers .submenu::before {
    content: url(../../../uploads/2024/11/Vector.png);
}

#bni-corevalue li.career-lifelong .submenu::before {
    content: url(../../../uploads/2024/11/Lifelong-Learning.png);
}

#bni-corevalue li.career-traditions .submenu::before {
    content: url(../../../uploads/2024/11/Traditions-Innovation.png);
}

#bni-corevalue li.career-positive .submenu::before {
    content: url(../../../uploads/2024/11/Positive-Attitude.png);
}

#bni-corevalue li.career-building .submenu::before {
    content: url(../../../uploads/2024/11/Building-Relationships.png);
}

#bni-corevalue li.career-accountability .submenu::before {
    content: url(../../../uploads/2024/11/Accountability.png);
}

#bni-corevalue li.career-recognition .submenu::before {
    content: url(../../../uploads/2024/11/Recognition.png);
}

#bni-corevalue li .submenu p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    width: calc(100% - 100px);
    float: left;
    margin-left: 10px;
}

#bni-corevalue li .submenu::after {
    content: "";
    display: block;
    position: relative;
    clear: both;
}

section#career-corevalue-section {
    margin-bottom: 80px;
}

.life-bni-carousel {
    position: relative;
    padding-top: 50px;
    top: -37px;
}

.life-bni-carousel button.slick-arrow {
    position: absolute;
    top: 0;
    right: 46px;
    border-radius: 100%;
    width: 33px;
    height: 33px;
    border: 1px solid #64666A;
    background: none;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

button.slick-arrow.slick-prev {
    right: 100px;
}

.life-bni-carousel .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}

#career-lifeAtBni-section h6 {
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
}

#career-lifeAtBni-section h6 span {
    font-weight: 700;
}

.life-block {
    box-shadow: 0 0px 10px 0 #00000054;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    margin: 0 15px;
    height: auto;
}

.life-bni-carousel .slick-track {
    padding: 50px 0;
    overflow: hidden;
    margin-left: -40px;
    display: flex;
}

.life-content {
    padding: 30px 30px 30px 50px;
    position: relative;
}

.life-content h5 {
    position: relative;
    margin-bottom: 20px;
}

.life-content h5::before {
    border-color: transparent transparent #cf2030;
    border-width: 0 15px 15px 0;
    border-style: solid;
    content: "";
    position: absolute;
    top: 8px;
    left: -25px;
    transform: rotate(90deg);
}

.life-content h5 {
    position: relative;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
    margin-top: -5px;
}

section#career_info {
    padding: 80px 0 0;
}

div#career_container {
    margin: 40px 0 0;
}

div#career_container h5 {
    margin-bottom: 20px;
}

.career_pills {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 50px;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.career_pills li {
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

.career_pills li:last-child {
    margin-right: 0px;
}

a#ccpa_california_link {
    bottom: -30px;
    position: absolute;
    left: 0;
    margin-bottom: 0;
    font-size: 15px;
    text-decoration: underline;
    font-style: italic;
    color: #CF2030;
    padding: 0 0 0 10px;
    transition: all 0.3s ease-in-out;
}

a#ccpa_california_link:hover {
    color:#64666A;
    text-decoration: none;
}

#careerLoad {
    width: 10px !important;
    height: 10px !important;
    display: block;
    padding: 10px;
    margin:0 auto;
    border: 4px dashed rgba(207, 32, 48, 0.7);
    border-radius: 100%;
    animation: rotate-con 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

div#career_job_list {
    position: relative;
    min-height: 300px;
    transition: all 0.3s ease-in;
}

a.view_details {
    margin-bottom: 10px;
    display: inline-flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
}

div#career_table_filter {
    position: absolute;
    right: 0;
    z-index: 9;
    font-weight: bold;
}

div#career_table_filter input, div#career_table_filter input:focus {
    border: 1px solid #c8c8c8;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 5px;
    padding: 0 10px;
    color: #000;
}

table.dataTable thead .sorting {
    background: none !important;
}

li.flagBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C8C8C8;
    border-radius: 30px;
    height: 40px;
    padding: 0 15px;
    color: #64666A;
    text-decoration: none;
    min-width: 95px;
    background-size: 36px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

ul#career_countries li.flagBtn {
    background: #F2F2F2;
    border: none;
}

li.flagBtn:hover, li.flagBtn.active,
ul#career_countries li.flagBtn.active,
ul#career_countries li.flagBtn:hover {
    background: #cf2030;
    color: #fff;
    border-color: #cf2030;
}

li.flagBtn:hover .font_icon i,
li.flagBtn.active .font_icon i
li.flagBtn.active:hover .font_icon i {
    color: #FFFFFF;
}

ul#job_categories li {
    border-color: #64666A;
}

ul#job_categories li {
    border-color: #64666A;
}

ul#job_categories li:hover,
ul#job_categories li.active {
    border-color: #CF2030;
}

.careerContent ul {
    margin-bottom: 20px;
}

.posted_on {
    font-size: 14px;
    margin-bottom: 15px;
}

.font_icon {
    margin-right: 10px;
}

div#career_table_length {
    display: none;
}

li.all .flag_icon img {
    width: 20px;
    height: auto;
}

.flag_icon {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100%;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}
.all_icon {
    margin-right: 10px;
}

#job_categories .flag_icon {
    display: flex;
    margin-right: 10px;
    border: none !important;
    align-items: center;
    justify-content: center;
}

span.loc_carrier {
    color: #000;
    font-weight: normal;
    font-size: 18px;
    position: absolute;
    right: 30px;
}

span.loc_carrier span {
    font-size: 16px;
    margin-right: 5px;
}

span.loc_carrier span:last-child {
    margin-left: 20px;
}

li.all .flag_icon {
    border: none !important;
    background: none !important;
    width: auto;
    height: auto;
    color: #000;
    transition: all 0.3s ease-in;
}

li.flagBtn.all:hover i,
li.flagBtn.all.active i {
    color: #ffffff;
}

.careerInfo {
    margin-top: 30px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.careerInfo li {
    list-style: none;
    margin-right: 50px;
    margin-left: 0 !important;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.careerInfo li i {
    margin-right: 5px;
    color: #65666A;
    font-size: 16px;
}

ul.careerInfo h6 {
    display: flex;
    margin: 0;
}

.careerInfo h6 span {
    color: #64666A;
}

.careerMainContent ul li {
    list-style: disc;
    margin-left: 20px;
    color: #64666A;
    font-size: 18px;
    line-height: 32px;
}

.backNavigation a {
    text-decoration: none;
}

.career_apply_now {
    display: flex;
    margin: 40px auto 0;
    height: 45px;
    width: 250px;
    align-items: center;
    color: #fff;
    font-weight: bold;
    background: #cf2030;
    border-radius: 30px;
    border: 2px solid transparent;
    transition: all 0.3s ease-in;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
}

.career_apply_now:hover,
.career_apply_now:active,
.career_apply_now:focus {
    border: 2px solid #cf2030;
    text-decoration: none;
    color: #cf2030;
    background: #fff;
}

table#career_table td {
    padding: 30px 10px 50px;
}
table.dataTable tbody tr {
    background-color: transparent;
}
/* #career_table h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
} */

#career_table h4 a:hover {
    text-decoration: none;
    color: #65666A;
}

.help-our-members {
    width: 70%;
    margin: 30px auto 0;
}

.help-our-members .slick-track {
    display: flex;
}


.nav-image,
.nav-image .slick-list.draggable,
.nav-image .slick-track {
    height: 200px;
}

.nav-image .member-image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 20px !important;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.nav-image .member-image.slick-current.slick-active.slick-center {
    opacity: 1;
    width: 180px !important;
}

.nav-image .member-image img {
    border-radius: 50%;
    width: 75px;
    height: auto;
    transition: all 0.3s ease-in;
}

.nav-image .member-image.slick-current.slick-active.slick-center img {
    width: 180px;
}

.single-testimonial::before {
    content: "";
    width: 200px;
    height: 4px;
    background: #CF2030;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    top:50px
}

.single-testimonial {
    margin-top: 15px;
}

.single-testimonial .slick-list.draggable {
    padding: 50px 100px !important;
}

.member-testimonial-block {
    padding: 40px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 0 60.7px 9px #00000017;
    z-index: 99 !important;
    height: 0;
    opacity: 0;
    transition: all 0.2s ease !important;
}

.single-testimonial .member-testimonial-block.slick-slide.slick-current.slick-active {
    height: 100%;
    overflow: visible;
    opacity: 1;
}

.single-testimonial ul.slick-dots, .single-testimonial ul.slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-testimonial ul.slick-dots li button {
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    font-size: 0;
    overflow: hidden;
    padding: 0;
    margin: 0 5px;
    background: #C8C8C8;
    transition: all 0.3s ease-in-out;
}

.single-testimonial ul.slick-dots li.slick-active button {
    background: #64666A;
}

.member-testimonial-block h4 {
    color: #cf2030;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.member-block-content {
    margin: 15px 0;
    text-align: center;
}

.member-block-content p {
    margin-bottom: 15px;
    font-size: 20px;
}

.member-block-content p:last-child {
    margin-bottom: 0;
}

.member-testimonial-block h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-align: center;

}

/*#career_container .dataTables_wrapper,*/
/*#career_container div#career_job_list {*/
/*    position: inherit;*/
/*}*/

div#career_table_filter {
    top: -10px;
}


table#career_table thead th {
    padding-bottom: 20px !important;
}

div#career_table_filter input[type="search"] {
    border-radius: 30px;
    height: 40px;
    width: 300px;
}

div#career_container h5 {
    color: #cf2030;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
}

table#career_table .job-list {
    margin-bottom: 10px;
}
table#career_table .job-list,
table#career_table h4 a {
    color: #64666A;
    font-size: 24px;
    font-weight: 700;
    line-height: normal; 
}
table#career_table h4 a:hover,table#career_table h4 a:focus {
    color: #cf2030;
} 
table#career_table .job-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.loc_carrier span {
    border: 1px solid #64666A;
    height: 40px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border-radius: 30px;
    color: #64666A;
    margin-right: 10px;
}

.loc_carrier span i {
    margin-right: 10px;
}

.loc_carrier span:last-child {
    margin-right: 0px;
}

table#career_table a.view_details {
    font-weight: 700;
    color: #cf2030;
    text-transform: uppercase;
    border-bottom: 1px solid #cf2030;
}

a.view_details i {
    margin-left: 5px;
    margin-top: 0;
    transform: rotate(330deg);
    font-size: 14px;
}

a.view_details:hover {
    color: #64666A;
}

div#career_table_info {
    display: none;
}

div#career_table_paginate {
    width: 100%;
    float: none;
    margin-top: 25px;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 100% !important;
    background: transparent !important;
    margin: 0 10px;
    color: #64666A !important;
    border:1px solid #64666A !important;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #64666A !important;
    color: #FFFFFF !important;
}

.dataTables_wrapper .dataTables_paginate a#career_table_previous{
    border:none !important;
    border-radius: 0 !important;
}

a#career_table_previous,
a#career_table_next {
    border: none !important;
    width: auto;
    height: auto;
}

a#career_table_previous:hover,
a#career_table_next:hover {
    color: #cf2030 !important;
    background-color: transparent !important;
}
.paginate_button.disabled {
    opacity: 0.3;
    cursor: not-allowed !important;
}
#career_table_previous::before, #career_table_next::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    border: 1px solid;
    border-radius: 50%;
    padding: 8px 15px;
    display: inline-block;
    margin-left: 15px;
}
#career_table_previous::before {
    content: "\f104";
    margin: 0;
    margin-right: 15px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #64666A !important;
    color: #FFFFFF !important;
}
@media only screen and (max-width: 1400px) {
    section.banner-section h1.banner-title,
    #career-recruitment-section h4 {
        font-size: 42px;
    }

    .banner-float-content {
        padding: 30px;
        width: 450px;
        right: 60px;
    }

    .core-value-content h4, .headingTitle, #career-lifeAtBni-section h4 {
        font-size: 38px;
    }

    .core-value-content p {
        font-size: 20px;
    }

    .vision-section h5 {
        font-size: 30px;
    }

    .career-core-values .web-accordion .link a,
    .career-core-values .web-accordion .link a span {
        font-size: 20px;
    }

    #bni-corevalue li .submenu p {
        font-size: 16px;
    }

    section#career-recruitment-section {
        margin: 100px 0 50px;
    }
    .member-testimonial-block h4 {
        font-size: 28px;
    }
    .member-block-content p {
        font-size: 18px;
    }
    .member-testimonial-block h5 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    section.banner-section h1.banner-title,
    #career-recruitment-section h4 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .banner-float-content {
        padding: 20px;
        width: 350px;
        right: 40px;
    }

    .banner-float-content h4 {
        font-size: 32px;
    }

    .banner-float-content p {
        font-size: 14px;
        margin: 15px 0;
    }

    a#careers-list {
        height: 35px;
        padding: 15px;
    }

    section.application-process-section h3 {
        font-size: 38px;
    }

    .application-process-links p {
        margin: 0 0 20px;
    }

    .application-process-links .interveiew-process-list a {
        height: 35px;
        padding: 0 15px;
    }

    .rec-location p, .rec-desc p,
    .rec-location p, .rec-bottom-statement p {
        font-size: 13px;
    }

    .rec-location p span i {
        margin-right: 5px;
    }

    .rec-bottom-statement p a, .rec-bottom-statement p a i {
        font-size: 24px;
    }

    .recruit-block {
        /* padding: 0 25px; */
        /* height: 260px; */
    }

    .vision-section h5 {
        font-size: 24px;
    }

    .career-core-values .web-accordion .link a,
    .career-core-values .web-accordion .link a span,
    .core-value-content p {
        font-size: 18px;
    }

    #career-lifeAtBni-section h6 {
        font-size: 30px;
        font-weight: 400;
        line-height: normal;
        margin-top: 15px;
    }

    .life-bni-carousel button.slick-arrow {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }

    .life-bni-carousel button.slick-arrow.slick-prev {
        right: 100px;
    }

    .our-member-box h4 {
        font-size: 36px;
    }
    #career_table h4 {
        display: block;
    }
    span.loc_carrier {
        position: relative;
        right: 0;
        display: block;
        margin: 10px 0;
    }
    .member-testimonial-block h4 {
        font-size: 24px;
    }
    .member-block-content p {
        font-size: 16px;
    }
    .member-testimonial-block h5 {
        font-size: 18px;
    }
    .help-our-members {
        width: 80%;
    }
    .single-testimonial::before {
        width: 150px;
    }
    table#career_table .job-list,
    table#career_table h4 a{
        font-size: 20px;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        margin: 0 5px;
        padding: 4px 10px;
        font-size: 12px;
    }
    table#career_table td{
        padding: 30px 5px;
    }
}

@media only screen and (max-width: 992px) {
    section.banner-section {
        margin: 0 0 30px;
    }

    section.banner-section h1.banner-title,
    #career-recruitment-section h4 {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .banner-float-content {
        padding: 20px;
        width: 350px;
        right: 30px;
    }

    .banner-float-content h4 {
        font-size: 28px;
    }

    .banner-float-content h4 span {
        margin-top: -5px;
    }

    .banner-float-content p {
        font-size: 14px;
        margin: 10px 0;
    }

    a#careers-list {
        height: 30px;
        padding: 10px;
        font-size: 14px;
    }

    .application-process-links {
        flex-direction: column-reverse;
    }

    section.application-process-section h3 {
        font-size: 32px;
    }

    section.application-process-section h3 {
        margin-top: 40px;
        text-align: center;
    }

    .application-yt-video {
        margin-bottom: 30px;
    }

    section.application-process-section h3 span {
        display: inline;
    }

    section.application-process-section {
        margin-top: 140px;
    }

    .rec_heading_sec h5 {
        font-size: 20px;
    }

    .rec_heading_sec p {
        font-size: 16px;
    }

    .rec-location p, .rec-desc p {
        font-size: 13px;
    }

    .rec-location p span i {
        margin-right: 5px;
    }

    .rec-bottom-statement p {
        font-size: 14px;
    }

    .rec-bottom-statement p a, .rec-bottom-statement p a i {
        font-size: 20px;
    }

    .recruit-desc {
        padding-left: 15px;
    }

    .recruit-block {
        height: auto;
        flex-direction: column;
    }

    .recruit-img {
        text-align: center;
        margin-bottom: 20px;
    }

    .recruit-img img {
        width: 50%;
        position: relative;
        margin-top: -50px;
    }

    .recruit-desc {
        padding: 20px;
        text-align: center;
    }

    .rec-desc {
        margin-bottom: 20px;
    }

    .rec-location {
        margin-bottom: 20px;
    }

    .rec-location p {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .rec-bottom-statement {
        margin-bottom: 0;
    }

    .rec-desc p:not(:first-child) {
        text-align: left;
    }

    section#career-recruitment-section {
        margin: 50px 0;
    }

    .vision-section h5 {
        font-size: 20px;
    }

    #bni-corevalue li .submenu::before {
        transform: scale(0.9);
    }

    #bni-corevalue li .submenu p {
        margin-left: 5px;
    }

    .life-content h5 {
        font-size: 20px;
    }

    .life-content p {
        font-size: 14px;
    }

    #career-hear-from-people-section .slider-nav .slick-dots {
        display: flex !important;
    }
    #experience-member-benefit {
        padding: 40px 0;
        min-height: 80vh;
    }
    .member-Benefit-card.slick-slide.slick-center, .member-Benefit-card.slick-slide.slick-active {
        transform: scale(1);
    }
    .member-Benefit-card.slick-slide.slick-center + .slick-slide.slick-active {
        transform: scale(0.9);
    }
    #experience-member-benefit h4 {
        font-size: 34px;
    }

    #career-hear-from-people-section .slick-slide.slick-current.slick-active.slick-center span img {
        width: 150px;
    }
    .member-testimonial-block {
        padding: 15px;
    }
    .member-testimonial-block h4 {
        font-size: 24px;
    }
    .member-block-content p {
        font-size: 14px;
    }
    .member-testimonial-block h5 {
        font-size: 16px;
    }
    .help-our-members {
        width: 100%;
    }
    table#career_table .job-list,
    table#career_table h4 a{
        font-size: 18px;
    }
    .loc_carrier span {
        height: 35px !important;
        margin-right: 5px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    section.banner-section {
        margin: 0 0 20px;
    }

    section.banner-section h1.banner-title,
    #career-recruitment-section h4 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .banner-float-content {
        padding: 20px;
        position: relative;
        bottom: 0;
        right: 0;
        width: 80%;
        margin: -65px auto 0;
    }

    .banner-float-content h4 {
        font-size: 24px;
        margin-top: 0;
    }

    table#career_table .job-list {
        align-items: flex-start;
    }

    table#career_table a.view_details {
        font-weight: 700;
        color: #cf2030;
        text-transform: uppercase;
        border-bottom: 1px solid #cf2030;
        margin-bottom: 0;
    }

    .banner-float-content h4 span {
        display: inline;
    }

    section.application-process-section {
        margin-top: 0;
    }

    section.application-process-section h3 {
        font-size: 28px;
    }

    .recruit-block {
        padding: 0 15px;
    }

    section#career-recruitment-section {
        margin: 50px 0 0;
    }

    .vision-section h5 {
        margin: 20px 0;
    }

    #career-lifeAtBni-section h6 {
        font-size: 24px;
    }

    .life-bni-carousel {
        position: relative;
        padding-top: 30px;
        top: -28px;
    }
    div#career_table_filter {
        position: relative;
        left: 0;
        top: -25px;
        right: unset !important;
        float: none !important;
        display: flex;
        justify-content: center;
    }
    .member-testimonial-block h4 {
        font-size: 20px;
    }
    .member-testimonial-block h5 {
        font-size: 14px;
    }
    .single-testimonial::before {
        content: none;
    }
    .member-image img {
        width: 100px;
        height: auto;
        border-radius: 100%;
        margin: -85px auto 15px;
    }
    .single-testimonial .slick-list.draggable {
        padding: 80px 50px 50px !important;
    }
    table#career_table .job-list,
    table#career_table h4 a{ 
        font-size: 16px;
    }
    table#career_table .job-list{
        align-items: flex-start;
    }
    table#career_table h4{
        width: calc(100% - 100px);
    }
    table#career_table a.view_details{
        font-size: 10px;
        margin-top: 10px;
    }
    
    #career_table_previous::before, #career_table_next::after {
        margin: 0;
        padding: 3px 10px;
    }
    
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        margin: 0 3px;
        padding: 2px 7px;
        font-size: 12px;
    }
    .dataTables_wrapper .dataTables_paginate .ellipsis {
        padding: 0 2px;
    }
    
}

@media only screen and (max-width: 576px) {
    section.banner-section h1.banner-title,
    #career-recruitment-section h4,
    .core-value-content h4, .headingTitle, #career-lifeAtBni-section h4 {
        font-size: 24px;
    }
    .life-bni-carousel button.slick-arrow {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
    .life-bni-carousel {
        position: relative;
        padding-top: 0;
        top: 0;
        margin-top: 20px;
    }

    button.slick-arrow {
        z-index: 99;
    }

    button.slick-arrow.slick-prev {
        right: inherit;
        left: 40%;
    }

    button.slick-arrow.slick-next {
        right: 40%;
        left: inherit;
    }

    .life-block {
        margin: 0 15px;
    }
    .loc_carrier span{
        height: 30px !important;
        margin-right: 5px;
        font-size: 12px;
        padding: 0 5px;
    }

    .loc_carrier span i {
        margin-right: 3px;
    }

}

@media only screen and (max-width: 485px) {
    .recruit-desc {
        position: relative;
    }

    .rec-bottom-statement a {
        position: absolute;
        right: 0;
        bottom: 60px;
    }

    #recruitCarousel .carousel-control-next, #recruitCarousel .carousel-control-prev {
        font-size: 24px;
    }

}

@media only screen and (max-width: 430px) {

    .rec-bottom-statement a {
        position: absolute;
        right: 0;
        bottom: 90px;
    }

    .rec-bottom-statement p a, .rec-bottom-statement p a i {
        font-size: 16px;
    }
}

@media only screen and (max-width: 400px) {
    section.banner-section h1.banner-title {
        font-size: 18px;
    }

    .banner-float-content {
        padding: 15px;
        width: 90%;
        margin: -50px auto 0;
    }

    .banner-float-content h4 {
        font-size: 20px;
    }

    .banner-float-content p,
    a#careers-list {
        font-size: 12px;
    }
    .life-content {
        padding: 25px 20px 25px 35px;
        position: relative;
    }
    .life-content h5 {
        font-size: 16px;
    }
    .life-content h5::before {
        top:5px;
    }
}