#main {
    background: #FFF;
}

.content-of-title {
    max-width: 585px;
}
.page-header{
    background-color: #F7F7F7;
}
.page-header_breadcrumbs .breadcrumbs > a, .page-header_breadcrumbs .breadcrumbs .current{
    font-size: 13px;
}
.page-header .page-header_title{
    margin-bottom: 0;
    text-transform: capitalize;
}
.page-header_content h5{
    left: auto;
    right: 0;
}
.page-employee-core-values .page-header_content h5{
    top: calc(50% - 10px);
}
.page-header_align_left .page-header_content{
    position: relative;
    max-width: 1170px;
}

/* Available Job */

.wgl-video_popup {
    position: relative;
    z-index: 1;
}

.wgl-video_popup .videobox_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wgl-video_popup .videobox_background img {
    position: relative;
    z-index: 0;
    width: 100%;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 20%);
    border-radius: 15px;
}
.wgl-video_popup.with_image .videobox_link_wrapper {
    position: absolute;
    z-index: 1;
}

.wgl-video_popup.button_align-right {
    text-align: right;
}

.wgl-video_popup.button_align-right .videobox_content, .wgl-video_popup.button_align-right .videobox_link_wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.wgl-video_popup.button_align-right.with_image .videobox_link_wrapper {
    right: 0;
}

.wgl-video_popup.button_align-right.title_pos-top .videobox_content, .wgl-video_popup.button_align-right.title_pos-top .videobox_link_wrapper, .wgl-video_popup.button_align-right.title_pos-bot .videobox_content, .wgl-video_popup.button_align-right.title_pos-bot .videobox_link_wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.wgl-video_popup.title_pos-top .videobox_content, .wgl-video_popup.title_pos-top .videobox_link_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.availablejob-block-1 .videobox_link_wrapper a, .availablejob-block-1 .videobox_link_wrapper .popup-video, .availablejob-block-1 .videobox_link_wrapper div,
.companybenefit-block-1 .videobox_link_wrapper a, .companybenefit-block-1 .videobox_link_wrapper .popup-video, .companybenefit-block-1 .videobox_link_wrapper div {
    width: 100% !important;
    height: 100% !important;
    display: block;
    border-radius: 0;
    background-position: top 15px right 10px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(https://www.groovetechnology.com/wp-content/uploads/2020/08/play-icon.png);
    background-repeat: no-repeat;
}

.companybenefit-block-1 .videobox_link_wrapper ,.availablejob-block-1 .videobox_link_wrapper {
    width: 100%;
    height: 100%;
}

.companybenefit-block-1 .videobox_background , .availablejob-block-1 .videobox_background {
    transition: all 1s;
}

.companybenefit-block-1 .videobox_background .popup-video, .availablejob-block-1 .videobox_background .popup-video {
    width: 100% !important;
    height: 100% !important;
    display: block;
    border-radius: 0;
    background-position: top 15px right 10px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(https://www.groovetechnology.com/wp-content/uploads/2020/08/play-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
}
.job-block-hover:hover{
    cursor: pointer;
}
.job-block-hover:hover .videobox_link_wrapper {
    background-color: rgba(0,0,0,0.7);
    border-radius: 15px;
    
  }
.job-block-hover:hover .videobox_link_wrapper::before,   .job-block-hover:hover .videobox_link_wrapper::after {
    display: none;
  }
  
.job-block-hover:hover .videobox_background::before {
    content: "Welcome to Groove Technology";
    font-size: 36px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #e60078;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.job-block-hover:hover .videobox_background::after {
    content: "Click to play the video >>>";
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    position: absolute;
    top: calc(50% + 50px);
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#yt {
    display: none;
}


ul.job_listings li.job_listing {
    background: #fff;
    /* padding: 25px 30px 20px 30px; */
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    margin-bottom: 10px;
    z-index: 1;
    width: 267px;
    margin: 0 12px 25px;
    float: left;
    height: 265px;
    position: relative;
}

ul.job_listings li.job_listing a div.position h3 {
    font-size: 17px;
    color: #333333;
    text-transform: capitalize;
}

ul.job_listings li.job_listing a {
    padding: 0;
}

ul.job_listings li.job_listing > a{
    padding: 25px 30px 20px 30px;
    z-index: 2;
}
.job-sharing{
    padding: 0 30px;
}
.job-sharing .fab:before,
.job-sharing .fas:before {
    background: #e4eef6;
    color: #7c8a98;
    width: 36px;
    height: 36px;
    font-size: 17px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding-top: 9px;
    border-radius: 10px;
    margin-right: 10px;
}

.job-sharing .fab:hover::before,
.job-sharing .fas:hover::before {
    background: #e60078;
    color: #ffffff;
}

.share_link .copy-text {
    position: absolute;
    right: 0;
    bottom: 45px;
    z-index: 2;
    left: 0;
    display: none;
}

ul.job_listings li.job_listing .job-sharing .share_link {
    font-size: 15px;
    margin: 10px 0 10px;
    display: inline-block;
    background: transparent;
    background-color: transparent;
}

ul.job_listings {
    border: none;
}

div.job_listings .load_more_jobs {
    clear: both;
}

.career_links_anchor li::after {
    content: "|";
    display: inline-block;
    margin: 0 7px;
    font-weight: bold;
    position: relative;
    top: -2px;
}

.career_links_anchor li:last-child::after {
    display: none;
}

.career_links_anchor a {
    color: #000 !important;
}

.career_links_anchor li.is-active a {
    color: #e60078 !important;
}

.careers-links {
    width: 100%;
    background: #fff;
}

.job_filters {
    display: none;
}

.description {
    display: none;
}

.view-job {
    color: #e60078;
    position: absolute;
    bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
}

.availablejob-block-2.groove-section {
    padding-top: 10px;
}

.availablejob-block-2 .job_listings .job_listing a .meta .full-time {
    background-color: rgba(230, 0, 120, 0.1);
    color: #e60078;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    padding: 0 10px;
    display: inline-block;
    line-height: 24px;
    font-size: 13px;
    font-weight: bold;
}

.availablejob-block-2 .job_listings .job_listing a .meta .not-yet {
    background-color: #b6d8f2;
    color: #000000;
    border-radius: 4px;
    padding: 0 16px;
    display: inline-block;
    line-height: 24px;
    font-size: 13px;
    font-weight: 400;
}

.availablejob-block-2 .job_listings .job_listing a .meta .available {
    background-color: #c6e5b1;
    color: #000000;
    border-radius: 4px;
    padding: 0 16px;
    display: inline-block;
    line-height: 24px;
    font-size: 13px;
    font-weight: 400;
}

.load_more_jobs {
    margin: auto;
    max-width: 160px;
    color: #e60078;
    border-radius: 4px;
    padding: 8px 10px !important;
    margin-bottom: 10px;
    border: solid 1px #e60078 !important;
    display: block;
}

.load_more_jobs:hover {
    color: #e60078 !important;
}

.job_listings .company_logo {
    display: none;
}

.availablejob-block-2 .job_listings .job_listing a div.position {
    width: 100%;
    padding: 0;
    min-height: 100px;
    margin: 15px 0;
}

.job-sharing .fab:before,
.job-sharing .fas:before {
    height: 27px !important;
}

.job_listings .meta {
    float: none !important;
    text-align: left !important;
    width: 100% !important;
    padding: 0 !important;
}

ul.job_listings li.job_listing a:hover {
    background-color: transparent !important;
}

.job_listings {
    width: 100%;
}

.job_listing h3 {
    text-transform: uppercase;
}

div.job_listings ul.job_listings {
    margin: 0;
}


ul.job_listings li.job_listing {
    margin: 0 17px 25px;
}

ul.job_listings li.job_listing:nth-child(1),
ul.job_listings li.job_listing:nth-child(5),
ul.job_listings li.job_listing:nth-child(9),
ul.job_listings li.job_listing:nth-child(13),
ul.job_listings li.job_listing:nth-child(17) {
    margin-left: 0;
}

ul.job_listings li.job_listing:nth-child(4),
ul.job_listings li.job_listing:nth-child(8),
ul.job_listings li.job_listing:nth-child(12),
ul.job_listings li.job_listing:nth-child(16),
ul.job_listings li.job_listing:nth-child(20) {
    margin-right: 0;
}


.a-sumit {
    display: flex;
    align-items: center;
    padding: 10px 30px 10px 20px;
    background-color: #FFFFFF;
    border: solid 1px #E8E9E9;
    border-radius: 4px 4px 4px 4px;
}

.availablejob-block-3 .groove-infobox-image {
    width: 100px !important;
    margin: 0 35px 0 20px;
}

.availablejob-block-3 .groove-info-box-left {
    width: 100% !important;
}

.availablejob-block-3 .groove-btn {
    padding: 13px 0px;
    border-radius: 40px 40px 40px 40px;
    background: #E60078;
    width: 230px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.availablejob-block-3 {
    padding-top: 0px !important;
}

.b-submit {
    display: flex;
    padding: 20px 15px;
    border-left: solid 6px #E60078;
    align-items: center;
    margin-top: 15px;
}

.btn-submit {
    background-color: #E60078;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 36px;
    height: 40px;
    border-radius: 40px 40px 40px 40px;
    font-weight: bold;
    width: 150px;
    text-align: center;
}

.b-submit h3 {
    font-size: 17px;
}

.availablejob-block-3 .submit-content {
    width: calc(100% - 130px);
    padding-right: 15px;
}

.availablejob-block-3 {
    padding-top: 0;
}

/* end */
/* Company Benefits */

.job-benefit-box {
    padding: 25px 16px 25px 24px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 20%);
    border-left: solid 6px #e60078;
}

.companybenefit-block-2 .slick-arrow {
    position: absolute !important;
    width: 50px;
    height: 50px;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    color: transparent !important;
    background: rgba(28, 28, 28, 0.9);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 1px);
    transform: translate3d(0, -50%, 1px);
    background: url(../img/next.png) no-repeat;
    background-size: 50px;
}

.companybenefit-block-2 .slick-next {
    background: url(../img/next.png) no-repeat;
    background-size: 50px;
    right: 35px;
}

.companybenefit-block-2 .slick-prev {
    background: url(../img/back.png) no-repeat;
    background-size: 50px;
    left: 35px;
}

.companybenefit-block-4{
    padding-top: 0;
    padding-bottom: 0;
}

.companybenefit-block-4 .wgl-tabs_content {
    border: none;
    margin-top: 10px;
}

.companybenefit-block-2 .swiper-slide-inner {
    margin-block-start: 30px;
    margin-block-end: 5px;
    margin-inline-start: 0;
    margin-inline-end: 0;
    border-radius: 15px;
    box-shadow: none;
    border: none;
}

.companybenefit-block-2 .groove-col-44-custom {
    margin-right: 70px;
    margin-top: 35px;
}

.benefit-img {
    position: absolute;
}

.benefit-img1 {
    z-index: 2;
    top: -30px;
    right: -40px;
    width: 120px;
}

.benefit-img2 {
    z-index: 2;
    margin-left: -45px;
    margin-top: -40px;
    width: 120px;
}

.benefit-box {
    margin: 0px 0px 40px 0px;
    padding: 50px 35px 40px 35px;
    background-color: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 3px 6px 0px #00000029;
}

.companybenefit-block-2 .groove-animation-1 {
    top: -70px;
    left: -15px;
}

.companybenefit-block-2 {
    padding: 60px 0 60px;
}

.benefit-col-2 {
    margin-top: 90px;
    padding: 0 20px;
}

.benefit-col-3 {
    margin-top: 150px;
    padding: 0 20px;
}

.benefit-box img {
    margin-bottom: 15px;
}

.benefit-col-1 {
    padding: 0 20px
}

.benefit-box-ctn {
    background-size: 100%;
}

.benefit-box-row {
    max-width: 1170px;
    margin: auto;
    padding: 25px 0 30px;
}

.companybenefit-block-3 .groove-btn {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.companybenefit-block-3 .groove-infobox-image {
    margin: auto;
}

.companybenefit-block-3 .groove-info-box-left {
    width: 100%;
}

.companybenefit-block-3 .groove-infobox-image {
    width: 100px !important;
    margin: 0 35px 0 20px;
}

.companybenefit-block-3 .groove-btn {
    padding: 13px 0px;
    border-radius: 40px 40px 40px 40px;
    background: #E60078;
    width: 170px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}
/* block 4 */

.companybenefit-block-4 .process-tabs_header_wrap1, .companybenefit-block-4 .process-tabs_header_wrap2{
    background-repeat: no-repeat;
}
.companybenefit-block-4 .process-tabs_header_wrap1.active, .companybenefit-block-4 .process-tabs_header_wrap2.active {
    background-image: url(../img/bg-title-tab-career.png);
    
}
.companybenefit-block-4  .process-tabs_header_wrap1:hover, .companybenefit-block-4  .process-tabs_header_wrap1.active{
    background-position: right center;
    background-image: url(../img/bg-title-tab-career.png);
}
.companybenefit-block-4  .process-tabs_header_wrap2:hover, .companybenefit-block-4  .process-tabs_header_wrap2.active{
    background-position: left center;
    background-image: url(../img/bg-title-tab-career.png);
}
.companybenefit-block-4 .process-tabs_header_wrap1 {
    margin-right: 15px;
}
.companybenefit-block-4 .process-tabs_header_wrap2 {
    margin-left: 15px;
}

.companybenefit-block-4 h3 {
    margin-bottom: 0;
}

.companybenefit-block-4 .wgl-tabs_header {
    padding: 20px;
    margin: 0px 0px 0px 0px;
    color: #000000;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px 0px 0px 0px;
    display: block;
    border: 0;
}
.process-tabs_header1 {
    text-align: right;
}
.process-tabs_header2{
    text-align: left;
}
.companybenefit-block-4 .process-tabs_header2{
    margin-left: 15px;
}
.companybenefit-block-4  .wgl-tabs_title {
    font-size: 15px !important;
    margin-right: 35px;
    margin-left: 5px;
}
.companybenefit-block-4 .frontpage-wgl-tab.active .wgl-tabs_header .wgl-tabs_title {
    color: #E60078;
    background-color: rgba(0, 0, 0, 0);
}
.companybenefit-block-4 .frontpage-wgl-tab:hover .wgl-tabs_header .wgl-tabs_title {
    color: #E60078;
}

.job-infobox {
    min-height: 300px;
    padding: 10px 20px;
}
.job-infobox .groove-image {
    display: inline-block;
    margin-bottom: 25px;
}
.job-infobox h3 {
    margin-bottom: 10px !important;
}
.companybenefit-block-4 .wgl-tabs_content {
    border: none;
    margin-top: 10px;
}
.companybenefit-block-4 .content-of-title{
    max-width: 1000px;
    margin-bottom: 10px;
}
/*end */

/* Core Value */
.corevalues-block-1 .groove-btn{
    margin-top: 15px;
}
.corevalues-block-1 .title-heading-left{
    max-width: 525px;
    margin-left: 20px;
}
.wgl-double_heading .dbl__subtitle span{
    font-weight: 600;
}
.corevalues-block-2 {
    padding-bottom: 0;
}
.corevalues-block-2 .content-of-title {
    max-width: 625px;
    margin-bottom: 75px;
}

.job-content-left {
    padding: 25px 25px 25px 75px;
    background-color: #fff;
    box-shadow: 0px 3px 6px 0px #00000029;
    border-radius: 25px;
    position: relative;
}

.job-content-right {
    padding: 25px 50px 25px 50px;
    background-color: #fff;
    box-shadow: 0px 3px 6px 0px #00000029;
    border-radius: 25px;
    position: relative;
}
.left-corevalue-number, .right-corevalue-number{
    background: #fff;
    position: absolute;
    top: -50px;
    left: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: solid 1px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.right-corevalue-number{
    right: -50px;
    left: auto;
}
.right-corevalue-number p,.left-corevalue-number p{
    font-size: 50px;
    font-family: "Inter", sans-serif;
    width: 100%;
    line-height: 50px;
}

.job-content-left p,
.job-content-right p {
    max-width: 650px;
}
.col30-job-content-left{
    padding-left: 50px;
}

.job-content-right p {
    margin-right: 0;
    margin-left: auto;
}

.benefit-box-ctn {
    background-color: transparent;
    background-size: 100%;
}

.benefit-box-row {
    max-width: 1170px;
    margin: auto;
    padding: 50px 0 30px;
}
.job-content-right p{
    margin-right: 0;
    margin-left: auto;
  }

  .benefit-box-row{
    max-width: 1170px;
    margin: auto;
    padding: 50px 0 30px;
  }
  .job-img-right{
    padding-left: 50px;
  }
  .job-img-left{
    text-align: right;
    padding-right: 50px;
  }
  .job-value{
    align-items: end;
  }
  .corevalues-block-2 .groove-column.groove-col-70{
      width: 691px;
  }
  .corevalues-block-2 .groove-column.groove-col-30{
    width: calc( 100% - 691px);
}
.job-values-container{
    margin-bottom: 75px;
}
.left-corevalue-number p, .right-corevalue-number p{
    margin-bottom: 0;
}
.copy_job_link {
    padding-top: 50px !important;
    padding-right: 15px !important;
}

/* New design */

.dbl__subtitle.career span {
    font-size: 13px;
    line-height: 18px;
    background-color: rgba(230, 0, 120, 0.1);
    color: #E60078;
    padding: 7px 15px;
    border-radius: 20px;
    font-weight: 400;
    display: inline-block;
}

.dbl__subtitle.career {
    margin-bottom: 10px;
}

/* End - New design */

/* end */
@media only screen and (max-width: 1150px) {

    /* Available Job */
    ul.job_listings li.job_listing {
        margin: 0 12px 25px;
    }

    ul.job_listings li.job_listing:nth-child(1),
    ul.job_listings li.job_listing:nth-child(5),
    ul.job_listings li.job_listing:nth-child(9),
    ul.job_listings li.job_listing:nth-child(13),
    ul.job_listings li.job_listing:nth-child(17) {
        margin-left: 12px;
    }

    ul.job_listings li.job_listing:nth-child(4),
    ul.job_listings li.job_listing:nth-child(8),
    ul.job_listings li.job_listing:nth-child(12),
    ul.job_listings li.job_listing:nth-child(16),
    ul.job_listings li.job_listing:nth-child(20) {
        margin-right: 12px;
    }

    /* end */
}

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

    .a-sumit {
        display: block;
    }

    .a-sumit .groove-infobox-image {
        margin: auto;
    }

    /* Available Job */
    .wgl-video_popup .videobox_background img {
        height: 200px;
        object-fit: cover;
        object-position: left;
    }
    .job-block-hover:hover .videobox_background::before{
        right: auto;
        margin: auto;
        left: 50%;
        width: 100%;
        text-align: center;
        transform: translate(-50%, -70%);
        font-size: 20px;
    }
    .availablejob-block-2 .job_listings .job_listing a div.position {
        min-height: 70px;
    }

    .job_listings {
        width: 100%;
        padding: 15px;
    }

    .job_listings {
        padding: 15px 5px;
    }

    ul.job_listings li.job_listing:nth-child(1),
    ul.job_listings li.job_listing:nth-child(5),
    ul.job_listings li.job_listing:nth-child(9),
    ul.job_listings li.job_listing:nth-child(13),
    ul.job_listings li.job_listing:nth-child(17) {
        margin-left: 0;
    }

    ul.job_listings li.job_listing {
        margin: 10px 0;
    }

    div.job_listings ul.job_listings {
        margin: 0;
    }

    ul.job_listings li.job_listing {
        padding: 20px 20px 70px;
        width: 100%;
        float: none;
        margin: 0 0 10px;
        height: auto;
    }

    

    .availablejob-block-3 .groove-btn {
        display: block;
        margin-top: 10px;
        max-width: 200px;
        margin-left: calc((100% - 200px)/2);
        margin-bottom: 10px;
    }

    .availablejob-block-3 .groove-infobox-image {
        margin: auto;
    }
    .job-sharing {
        padding: 0;
    }
    ul.job_listings li.job_listing > a{
        padding: 0;
    }

    /* end */
    /* Company Benefits */
    .job-benefit-box {
        padding: 20px 16px 20px 24px;
    }

    .companybenefit-block-2 {
        padding: 0px 10px 20px;
    }

    .companybenefit-block-2 .groove-col-44-custom {
        margin-right: 0;
    }

    .companybenefit-block-2 .groove-animation-1 {
        top: -32px;
        left: 0px;
    }

    .companybenefit-block-2 .groove-animation-1 img {
        width: 120px;
    }

    .companybenefit-block-2 .slick-slide img {
        margin: auto;
    }

     .groove-col-44-custom {
        margin-top: 0px;
    }
    .companybenefit-block-2 .swiper-slide-inner:hover{
        box-shadow: none;
        border: none;
    }

    .benefit-col-1,
    .benefit-col-2,
    .benefit-col-3 {
        padding: 0px 13px;
    }

    .benefit-col-1 {
        padding-top: 20px;
    }

    .benefit-col-3 {
        padding-bottom: 5px;
    }

    .benefit-box {
        padding: 20px;
        margin: 0px 0px 20px 0px;
    }

    .benefit-col-2,
    .benefit-col-3 {
        margin-top: 0;
    }

    .benefit-box-row {
        padding: 0;
    }

    .companybenefit-block-3 .swiper-slide-inner {
        margin-block-end: 30px;
    }

    .companybenefit-block-3 .groove-btn {
        margin: auto;
    }

    /* end */

    /* Core Values */
    .corevalues-block-1 .title-heading-left{
        margin-left: 0px;
        text-align: left;
        margin-top: 20px;
    }
    .corevalues-block-2 .groove-column.groove-col-70, .corevalues-block-2 .groove-column.groove-col-30{
        width: 100%;
    }
    .corevalues-block-2 .groove-column.groove-col-30{
        text-align: center;
    }
    .job-content-left{
        padding: 40px 25px 25px 25px;
    }
    .job-content-right{
        padding: 40px 25px 25px 25px;
    }
    .left-corevalue-number, .right-corevalue-number{
        top: -40px;
        left: calc(50% - 40px);
        width: 80px;
        height: 80px;
    }
    .right-corevalue-number{
        right: auto;
    }
    .job-content-left, .job-content-right{
        box-shadow: 0px 3px 6px 2px #00000029;
    }
    .job-value-flex-mobile{
        display: flex;
        flex-flow: column;
    }
    .job-value-flex-mobile .job-img-order2{
        order:2;
    }
    .job-value-flex-mobile .job-content-right{
        order: 1;
    }
    .job-img-right {
        padding: 20px 0;
    }
    .job-img-left{
        text-align: center;
        padding: 20px 0;
    }
    .job-content-right p{

    }

    .job-infobox {
        min-height: auto;
        padding: 10px 5px;
    }
    .companybenefit-block-4 .wgl-tabs_headings {
        flex-wrap: nowrap;
        width: 100%;
    }

    .companybenefit-block-4 .wgl-tabs.tabs_align-justify .wgl-tabs_header_wrap {
        min-width: 50%;
    }
    .companybenefit-block-4 .frontpage-wgl-tab:hover, .companybenefit-block-4 .frontpage-wgl-tab.active {
        background: none;
    }
    .companybenefit-block-4 .process-tabs_header_wrap1:hover .wgl-tabs_header, .companybenefit-block-4 .process-tabs_header_wrap1.active .wgl-tabs_header, .companybenefit-block-4 .process-tabs_header_wrap2:hover .wgl-tabs_header, .companybenefit-block-4 .process-tabs_header_wrap2.active .wgl-tabs_header{
        border-bottom: solid 2px #E60078;
        transition: 0s;
    }
    .companybenefit-block-4 .process-tabs_header1 {
        margin-left: calc(100% - 170px);
        margin-right: auto;
    }
    .companybenefit-block-4 .process-tabs_header2 {
        margin-left: auto;
        margin-right: calc(100% - 170px);
    }
    .companybenefit-block-4 .wgl-tabs_header {
        width: 170px;
    }
    .companybenefit-block-4 .wgl-tabs_title {
        margin-right: 0px;
        margin-left: 0px;
    }
    .companybenefit-block-4 .wgl-tabs_header {
        text-align: center;
    }
    .companybenefit-block-4 .wgl-tabs_header_wrap{
        margin: 0 5px !important;
    }
    /* end */
}

@media (min-width: 992px) and (max-width: 1200px) {
    .companybenefit-block-2 .slick-slider .swiper-slide-inner img {
        height: auto !important;
        width: auto !important;
    }
}
.view-count{
    position: absolute;
    bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
    right: 30px;
    color: #7C8A98;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.view-count img{
    padding-right: 5px;
}
@-webkit-keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
  }
  .herosection{
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #ffffff;
  }
  .herosection__box{
    margin: auto;
    width: 970px;
    height: 500px;
    background-color: #F8F8F8;
    position: relative;
    border-radius: 16px;
  }
  .herosection__heading{
    padding-top: 40px;
    font-family: "Inter", sans-serif;
    font-weight: 900;
    font-size: 34px;
    line-height: 60px;
    text-align: center;
  }
  .herosection__heading span{
    font-family: "Inter", sans-serif;
    color: #E60078;
    font-weight: 900;
    font-size: 34px;
    line-height: 60px;
  }
  .herosection__description{
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    width: 785px;
    margin: auto;
  }
  .herosection__gptw{
    position: absolute;
    left: 32px;
    top: 0;
  }
  .herosection__gptw img{
    width: 102px;
    height: 157px;
  }
  .herosection__imageslide1{
    position: absolute;
    left: 104px;
    bottom: 48px;
    min-width: 126px;
    min-height: 126px;
    max-width: 126px;
    max-height: 126px;
    border-radius: 100px;
    overflow: hidden;
  }
  .herosection__imageslide2{
    position: absolute;
    left: 228px;
    bottom: 78px;
    min-width: 275px;
    min-height: 275px;
    max-width: 275px;
    max-height: 275px;
    border-radius: 200px;
    overflow: hidden;
  }
  .herosection__imageslide3{
    position: absolute;
    left: 518px;
    bottom: 30px;
    min-width: 198px;
    min-height: 198px;
    max-width: 198px;
    max-height: 198px;
    border-radius: 150px;
    overflow: hidden;
  }
  .herosection__imageslide1 div.slick-list{
    height: 126px;
  }
  .herosection__imageslide1 div.slick-track{
    height: 100%;
  }
  .herosection__imageslide2 div.slick-list{
    height: 275px;
  }
  .herosection__imageslide2 div.slick-track{
    height: 100%;
  }
  .herosection__imageslide3 div.slick-list{
    height: 198px;
  }
  .herosection__imageslide3 div.slick-track{
    height: 100%;
  }
  .herosection__decorimage{
    position: absolute;
    left: 41px;
    bottom: 29px;
  }
  .herosection__videocursor{
    position: absolute;
    right: 116px;
    bottom: 164px;
    height: 162px;
    width: 162px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .herosection__videocursor img{
    width: 142px;
    height: 142px;
    position: absolute;
    z-index: 1;
  }
  .herosection__imageslide{
    border: 4px solid white;
  }
  .herosection__imageslide img{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
  }
  .herosection__imageslide .slick-slide{
    padding: 0!important;
  }
  .herosection__imageslide .slick-current img{
    transform: scale(1);
  }
  .herosection__pulsation{
    position: absolute;
    width: 172px;
    height: 172px;
    background-color: #E60078;
    opacity: 0;
    animation: arcontactus-pulse 2s infinite;
    border-radius: 100px;
    z-index: 0;
  }
  .herosection__video{
    visibility: hidden;
    transform: scale(0);
    transition: 1s;
    position: absolute;
    top: 0px;
    z-index: 0;
    border-radius: 20px;
    transform-origin: 797px 221px;
    width: 100%;
    height: 100%;
  }
  .herosection__gptw{
    display: none;
  }
  @media (max-width: 768px){
    .herosection__videocursor{
        right: 23px;
      }
    .herosection__box{
      width: 90%;
      height: 560px;
    }
    .herosection__description{
      display: none;
    }
    .herosection__imageslide1{
      left: 64px;
      bottom: 47px;
      min-width: 83px;
      min-height: 83px;
      max-width: 83px;
      max-height: 83px;
    }
    .herosection__imageslide2{
      left: 92px;
      bottom: 140px;
      min-width: 200px;
      min-height: 200px;
      max-width: 200px;
      max-height: 200px;
    }
    .herosection__imageslide3{
      left: 307px;
      bottom: 23px;
      min-width: 130px;
      min-height: 130px;
      max-width: 130px;
      max-height: 130px;
    }
    .herosection__imageslide1 div.slick-list{
      height: 83px;
    }
    .herosection__imageslide2 div.slick-list{
      height: 200px;
    }
    .herosection__imageslide3 div.slick-list{
      height: 130px;
    }
  }
  @media (max-width: 570px){
    .herosection__box{
      width: 360px;
      height: 200px;
    }
    .herosection__heading{
      padding-top: 20px;
      font-size: 14px;
      line-height: 20px;
    }
    .herosection__heading span{
      font-size: 14px;
      line-height: 20px;
    }
    .herosection__description{
      display: none;
    }
    .herosection__imageslide1{
      left: 39px;
      bottom: 31px;
      min-width: 46px;
      min-height: 46px;
      max-width: 46px;
      max-height: 46px;
    }
    .herosection__imageslide2{
      left: 85px;
      bottom: 42px;
      min-width: 102px;
      min-height: 102px;
      max-width: 102px;
      max-height: 102px;
    }
    .herosection__imageslide3{
      left: 193px;
      bottom: 23px;
      min-width: 74px;
      min-height: 74px;
      max-width: 74px;
      max-height: 74px;
    }
    .herosection__videocursor{
      right: 33px;
      bottom: 64px;
      height: 62px;
      width: 62px;
    }
    .herosection__videocursor img{
      width: 52px;
      height: 52px;
    }
    .herosection__pulsation{
      width: 62px;
      height: 62px;
    }
    .herosection__imageslide1 div.slick-list{
      height: 46px;
    }
    .herosection__imageslide2 div.slick-list{
      height: 102px;
    }
    .herosection__imageslide3 div.slick-list{
      height: 74px;
    }
  }
  