@media only screen and (min-width: 1200px) {
.career-perks .sppb-feature-box-title.sppb-media-heading {font-size: 20px!Important;line-height: 30px!important;display: flex;align-content: center;align-items: center;justify-content: flex-start;}
.career-perks img{width: 70px!Important;}
.career-perks {padding: 20px;border-radius: 20px!important;}
.career-perks .sppb-media {width: 82%;margin: 0 0 0 auto;display: flex;align-items: center;}
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
.career-perks .sppb-feature-box-title.sppb-media-heading {font-size: 20px!Important;line-height: 30px!important;display: flex;align-content: center;align-items: center;justify-content: flex-start;}
.career-perks img{width: 70px!Important;}
.career-perks {padding: 20px;border-radius: 20px!important;}
.career-perks .sppb-media {width: 70%;margin: auto;display: flex;align-items: center;}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
.career-perks .sppb-feature-box-title.sppb-media-heading {font-size: 20px!Important;line-height: 60px!important;display: flex;align-content: center;align-items: center;justify-content: flex-start;}
.career-perks img{width: 70px!Important;}
.career-perks {padding: 20px;border-radius: 20px!important;}
.career-perks .sppb-media {width: 85%;margin: auto;display: flex;align-items: center;}
}

@media only screen and (max-width:767px) {
.career-perks .sppb-feature-box-title.sppb-media-heading {font-size: 16px!Important;line-height: 26px!important;display: flex;align-content: center;align-items: center;justify-content: flex-start;}
.career-perks img{width:60px!Important;}
.career-perks {padding: 20px 20px 20px 20px;border-radius: 20px!important;}
.career-perks .sppb-media {display: grid;align-items: center;}
}


/*hover perks*/
.career-perks-column .sppb-positioned-addon {
    border-radius: 20px !important;
}
.career-perks-column .sppb-positioned-addon:hover{
    transform: scale(1.02);
    transition: 0.5s ease;
    border-radius: 20px!important;color:#fff;
    box-shadow: 0 0 20px 0px #6882cdc2 !important;
    background:#050F2D;
    }

.career-perks{ transition: 0.5s ease;}

.career-perks-column .sppb-positioned-addon:hover .sppb-addon-content{color:#fff!important;}
.career-perks-column .sppb-positioned-addon:hover img{color:#fff!important;opacity: 1!important;}


/*table*/
.career-category-title h4 {
    font-weight: 900!important;margin-bottom:20px!important;
}
.career-position {
    position:relative;
}

@media screen and (max-width:600px){
.career-position:before {
   position:absolute;
   content:'';
   background: white;
   width: 3px;
   height: 85px;
   top: 0;
   left: -20px;
  }}

@media screen and (min-width:768px) and (max-width:991px){
.vacancy-table td:first-child {
    width: 33%;
  }}

@media screen and (min-width:992px){
.vacancy-table td:first-child {
    width:45%;
  }}


.vacancy-table .sppb-addon-title {
    color: #fff;
}

.vacancy-table .sppb-addon-title {
    color: #fff!important;
}


.vacancy-table i.fa.fa-long-arrow-right {
    color: #fff;
}

/**********/
.career-requirement .sppb-addon-feature h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 10px;
}

.career-requirement .sppb-addon-feature .sppb-addon-text {
    line-height: 1.6;
    font-size: 14px;
}

.career-requirement .sppb-addon-feature i {
    color: #376990;
}
.career-job-list .sppb-addon-feature img {
    width: 180px;
}

.career-job-list .sppb-addon-feature h3 {
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin: 10px 0 0;
}

.career-job-list .sppb-column-addons {
    border: 1px solid #eee;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    transition: 0.5s;
}
@media(min-width:992px){
  .career-job-list .sppb-column-addons h3 {
    min-height: 45px;
}
}
.career-job-list .sppb-column-addons:hover {
    box-shadow: 0 3px 4px #b3b3b3;
    border-color: #8eb0ca;
}

.career-job-list .sppb-column-addons:before {content: "";position: absolute;background: #376990;width: 100%;height: 3px;left: 0;right: 0;bottom: 0;margin: auto;opacity: 0;transition: 0.5s;}

.career-job-list .sppb-column-addons:hover:before {
    opacity: 1;
}

/*job details*/

.list-icon-001 ul { list-style: none; padding: 0px; margin-bottom: 0; }

.list-icon-001 ul li {  margin-top: 5px; padding-left: 27px; line-height: 1.6; font-size: 14px; letter-spacing: 0.5px; }

.list-icon-001 ul li:before { color: #376990; content: '\f00c'; font-family: fontawesome; margin-right: 10px; margin-left: -26px; }


.job-details .sppb-panel-default {
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
}

.job-details .sppb-addon-accordion .sppb-panel-heading {
    padding: 20px;
    line-height: 1.5;
    background: #fff;
}

.job-details .sppb-panel-default .sppb-panel-body {
    padding: 15px 20px;
}

.job-details .sppb-addon-accordion .sppb-panel-heading .sppb-panel-title {
    font-weight: 600;
    font-size: 16px;
}

.job-details .sppb-addon-accordion .sppb-addon-text-block .sppb-addon-content {
    color: #272727;
}

/*end of job details*/