
@font-face {
    font-family: 'nunito';
    src: url('../Fonts/fonts/nunito-sans.semibold.ttf'); /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/fonts/Poppins-Black.ttf');
}

@font-face {
    font-family: 'Nunito-sans';
    src: url('../Fonts/fonts/NunitoSans-Black.ttf');
}

@font-face {
    font-family: 'Poppons-Bold';
    src: url('../Fonts/fonts/Poppins-Bold.ttf');
}

@font-face {
    font-family: 'Nunito-Bold';
    src: url('../Fonts/fonts/NunitoSans-Bold.ttf');
}

@font-face {
    font-family: 'Nunito-semibold';
    src: url('../Fonts/fonts/NunitoSans-SemiBold.ttf');
}

@font-face {
    font-family: 'Nunito-regular';
    src: url('../Fonts/fonts/NunitoSans-Regular.ttf');
}

@font-face {
    font-family: 'Popins-regular';
    src: url('../Fonts/fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Proxima';
    src: url('../Fonts/fonts/proxima bold/Proxima Nova Bold.ott');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../Fonts/fonts/Montserrat/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url('../Fonts/fonts/Montserrat/Montserrat-Black.ttf');
}

.carrers_bg.container_div {
    top: 45px;
    height: calc((100vw * 130) / 213) !important;
}

.contact_bg {
    /* The image used */
    background-image: url("https://d323sccto6ke4l.cloudfront.net/images/new_ui/about/bg.png");
    /* Half height */
    height: 100%;
    /* Center and scale the image nicely */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 100px;
}

.carrers_bg.container_div {
    top: 45px;
}

.about .coloredBg {
    background: url("https://d323sccto6ke4l.cloudfront.net/images/new_ui/about/union_prod.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    background-color: #fff;
}

.DeborahBike .detail {
    display:none;
}

.DeborahBike .desc-p {
    font-family: 'Proxima-regular';
    font-weight: 400;
    font-size: 18px;
}
.korean-DeborahBike .desc-p {
    font-family: 'NotoSansKR-Regular';
}

.DeborahBike .name {
    color: #000000;
    font-family: 'Proxima-Bold';
    padding: 34px 0;
    font-size: 25px;
}
.korean-DeborahBike .name {
    font-family: 'NotoSansKR-Bold';
}

/*.featureJobTable .table {
    font-family: Montserrat-Regular;
    font-size: 22px
}*/



.featureJobTable tr {
    display: table;
}

.featureJobTable thead{
    margin-right:8px;
    border-bottom:1px solid #ddd;
}
.featureJobTable-mbl thead{
    border-bottom:unset;
}

.featureJobTable .table > thead > tr > th {
    font-size: 20px;
    padding: 20px 50px 20px 10px !important;
    font-family: 'Proxima-regular';
    font-weight: 400;
    border: none;
    color: #000000;
}
.featureJobTable .table > thead .input-group-append {
    margin-left: unset !important;
}
/*.featureJobTable .table > thead > tr > th:nth-child(2) {
    padding-left: 7px !important;
}*/
.featureJobTable .table > thead > tr > th:last-child{
    padding-right:0px !important;
    /*padding-left:4px !important;*/
}
.featureJobTable .table > thead > tr > th:nth-child(2) {
    width: 27%;
}
.featureJobTable .table > tbody > tr > td:nth-child(2) {
    width: 27%;
}
.featureJobTable-mbl .table > thead > tr > th:last-child{
    padding-right:0px !important;
    /*padding-left:4px !important;*/
}
.korean-featureJobTable .table > thead > tr > th {
    font-family: 'NotoSansKR-Regular';
}

.featureJobTable .table > thead > tr:nth-child(2) > th {
    border-bottom: 1px solid #e8e8e8;
}
.featureJobTable .table > thead > tr:nth-child(2) > th:first-child {
    padding-left:9px !important;
}

.featureJobTable .table > tbody > tr > td {
    border: none;
    font-size: 18px;
    font-family: 'Proxima-regular';
    padding: 10px 20px 10px 10px;
    color: #000000 !important;
    white-space: normal;
    cursor:pointer;
}

    .featureJobTable .table > tbody > tr > td > a {
        color: #000000 !important;
    }

.korean-featureJobTable .table > tbody > tr > td {
    font-family: 'NotoSansKR-Regular';
}



.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
.dd .arrow {
    border: unset !important;
    background: unset !important;
    margin-top: -16px !important;
    right: 2px !important;
}
.dd .ddTitle {
    white-space: normal;
    overflow: hidden;
}

    .dd .ddTitle .ddlabel {
        width: 93%;
        display: block;
    }
    .dd .ddTitle:focus{
        border:none !important;
        outline:none !important;
    }

    .dd .ddTitle .ddTitleText:focus {
        border: none !important;
        outline: none !important;
    }

.dd.ddcommon:focus {
/*    border: none !important;*/
    outline: none !important;
}

.locationInput{
    display:flex;
}
.locationInput .ddcommon {
    border-bottom: unset !important;
    background: #fff;
    height: 40px;
    border-radius: unset !important;
}
.locationInput .ddcommon .arrow {
    border-style: solid !important;
    height: 0;
    position: absolute;
    top: 43%;
    width: 0;
    border-color: #ff7a17 transparent transparent transparent !important;
    border-width: 7px 7px 0 7px !important;
    margin-left: -6px !important;
    margin-top: 0 !important;
    padding: 0;
    right: 6px !important;
}
.locationInput .ddcommon .arrowoff::before {
    content:unset;
    font-size: 20px;
}
.locationInput .ddcommon .ddTitleText {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0;
}
.locationInput .ddcommon .ddTitleText .ddlabel {
    font-family: 'Proxima-regular' !important;
    font-size:14px;
}
.locationInput .ddTitle {
    border-radius: unset;
    background: unset !important;
    height: 100%;
    padding: 0 26px 0 10px;
}
.locationInput .ddChild {
    height: 200px;
}
.locationInput .ddChild li{
    border-bottom:unset;
    padding: 0px 7px;

}
.locationInput .ddChild li.selected {
    background-color: #1a73e8;
}
.locationInput .ddChild li.disabled {
    background-color: #d5d5d5;
}
.locationInput .ddChild li.disabled .ddlabel{
    opacity:1;
}
.locationInput .ddChild li.selected .ddlabel {
    color: #fff;
}
.locationInput .ddChild li.hover {
    background-color: #1a73e8 !important;
}
.locationInput .ddChild li.hover .ddlabel {
    color: #fff;
}


.dropdown.show:focus {
    outline: none !important;
}

span.arrow.arrowoff::before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    color: #FF7A17;
    font-size: 25px;
    background: #fff;
    position: relative;
    z-index: 999;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.table-responsive {
    padding: 0px 6%;
    max-height: 548px;
    overflow-x: unset;
    border: unset;
    position: relative;
    margin-top: 5rem !important;
    margin-bottom: 4rem;
    margin-bottom: 10px !important;
}

#JobsLoader {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
     left: 0; 
    margin-left: -30px;
    /* padding: 0px 6%; */
    width: 100%;
}

.featureJobTable {
    margin: 0 !important;
    margin-top: 0 !important;
}

.featureJobTable th .country{
    padding-left:0 !important;
}
    .featureJobTable table {
        padding: 15px 0;
    }

.featureJobTable-mbl {
    margin-top: 5rem !important;
}

    .featureJobTable-mbl .table {
        padding: 0px 6%;
        margin-bottom: 0 !important;
    }

table {
    display: flex;
    flex-flow: column;
    width: 100%;
}

thead {
    flex: 0 0 auto;
}

tbody {
    flex: 1 1 auto;
    display: block;
    overflow-y: scroll;
    overflow-x: auto;
    max-height: 385px;
    margin-top: 10px;
    scrollbar-width: thin;
}


tbody {
    -webkit-overflow-scrolling: touch;
}

 

    tbody > * {
        -webkit-transform: translateZ(0px);
    }




    tbody::-webkit-scrollbar {
        width: 8px;
    }

    tbody::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #cecece;
        border-radius: 10px;
    }

    /* Handle */
    tbody::-webkit-scrollbar-thumb {
        background: #d4d4d4;
        border-radius: 10px;
    }


tr {
    width: 100%;
    /*display: table;*/
    table-layout: fixed;
}

table .ddcommon .text{
    box-shadow:unset !important;
}
table .ddcommon .text:focus {
    outline: none !important;
}
table .borderRadiusBtm{
    border-radius:unset !important;
}
table .borderRadiusBtm .ddChild {
    top: unset !important;
    bottom: 52px !important;
}
table .ddChild {
    box-shadow: unset !important;
}
table .ddChild li:last-child{
    border-bottom:unset !important;
}
table .borderRadiusTp {
    background:unset !important;
}
select {
    background-color: white;
    border: none;
    width: 100%;
    display: inline-block;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-bottom: 2px solid #CCCCCC;
    border-radius: unset !important;
    font-family: 'Proxima-regular' !important;
    font-size: 20px !important;
    color: #717171 !important;
    background-image: linear-gradient( 45deg, transparent 50%, #FF7A17 50%), linear-gradient( 135deg, #FF7A17 50%, transparent 50%);
    background-position: calc(100% - 15px) calc(1em + 2px), calc(100% - 6px) calc(1em + 2px), 100% 0;
    background-size: 9px 9px, 9px 9px, 0;
    background-repeat: no-repeat;
}

/*CUSTOM SELECT*/

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 220px;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #c0392b;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #b83729;
}
.select-styled:active, .select-styled.active {
  background-color: #ab3326;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ab3326;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #962d22;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #c0392b;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}


/*CUSTOM SELECT END*/

    select:focus {
        outline: none !important;
    }

    select.classic {
        border: none;
        background: url(https://d323sccto6ke4l.cloudfront.net/images/new_ui/tiangle-dd.png) no-repeat center right;
        background-size: 25px 15px;
        width: 200px;
        font-size: 21px;
        /* color: #545452; */
        /* height: 47px; */
        /* border-radius: 7.5px; */
        padding-left: 5px;
    }

        select.classic::after {
            border: none;
        }

.department {
    border: none;
    border-bottom: 2px solid lightgrey;
    text-align: center;
}

.ddselect::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 1.255em;
    vertical-align: .255em;
    content: "";
    border-top: 0.4em solid #FF7A17;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}

.ddselect {
    border: none;
    background: transparent;
    font-size: 25px;
    font-family: Nunito-semibold;
    font-weight: 300;
}
/*.text-careers {
    margin-top: 25%;
}*/

.carrers_bg .home-text {
    margin-top: 31%;
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-end;
}

.carrers_bg .text-careers {
    text-align: center;
    margin-right: 5rem;
}

.text-careers p {
    font-family: 'Proxima-Bold';
    font-size: 80px;
    text-shadow: 0px 0px 10px #000000B0;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: block;
    font-size: 10rem;
    line-height: 1;
    margin: 0;
}
.carrers_bg-jap .text-careers p {
    /*font-size: 9rem;*/
}
.carrers_bg-jap .text-careers .squad-car {
    font-size: 9rem;
    margin-top: 10px;
    line-height:1;
}
    .korean-text-careers p {
    font-family: 'NotoSansKR-Bold';
}

.carrers_bg .setheight {
    height: 30rem;
}

.text-careers .squad-car {
    color: #fff;
    font-size: 14rem;
    
}

.korean-text-careers .squad-car {
    line-height: 1;
}

.Sc-text-careers .squad-car {
    line-height: 1;
}

.Tc-text-careers .squad-car {
    line-height: 1;
    padding:10px 0px;
}

.featured-jobs {
    font-family: 'Proxima-Bold';
}
.korean-featured-jobs .korean-player-txt {
    font-family: 'NotoSansKR-Bold';
}

.carrer-search {
    border-color: #FF7A17;
    background-color: #FF7A17;
    color: #fff;
    clip-path: polygon( 0% 0%, /* top left */ 0% 0%, /* top left */ 100% 0%, /* top right */ 90% 0, /* top right */ 100% 20%, /* bottom right */ 100% 100%, /* bottom right */ 0% 100%, /* bottom left */ 0% 100% /* bottom left */ );
    font-family: 'Proxima-regular';
    font-weight: 500;
    font-size: 15px;
}
.korean-carrer-search {
    font-family: 'NotoSansKR-Regular';
}

.input-group .form-control:focus {
    outline: none !important;
}

.input-group .form-control {
    padding: 23px;
    margin-bottom: 0;
    border: 2px solid #FF7A17;
}
/* Contact and Location CSS*/
.contact_bg {
    /* The image used */
    background-image: url("https://d323sccto6ke4l.cloudfront.net/images/new_ui/contact&location/bg.png");
    /* Half height */
    height: 100%;
    /* Center and scale the image nicely */
    background-repeat: no-repeat;
    background-size: contain;
}

.cont-header {
    color: #EE6E03;
    font-size: 35px;
    font-family: 'Proxima-Bold';
    padding: 0px 10px 10px;
    border-bottom: 1px solid #707070;
    margin-bottom: 20px;
    margin-top: 50px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.korean-cont-header {
    font-family: 'NotoSansKR-Bold';
}

#triangle-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 19px solid #FF7A17;
    margin-top: 0;
}

/*.triangle-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 19px solid #FF7A17;
    margin-top: 20px;
}*/
.triangle-up.triangle-down {
    transform: rotate(180deg);
    transition: all .3s ease-in-out;
}

.location-details {
    width: 90%;
    margin: 0px 10%;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 19px solid #FF7A17;
    margin-top: 0;
}

.location-details {
    width: 90%;
    margin: 0px 10%;
}
.location-details .modal{
    z-index:9999;
}
.location-details .modal-lg {
    max-width: 900px;
    padding-top: 50px;
}
.location-details .modal-lg .modal-body iframe {
    height: 450px;
    /*height: calc(100vh - 300px);*/
}
.location-details .modal-lg .modal-body .map {
    height: 450px;
    /*height: calc(100vh - 300px);*/
}

    #EuropeDropdown {
        /*margin-bottom:5rem;*/
    }

.location-details .loc p {
    margin-bottom: 0;
    font-size: 17px;
}

.fa-map-marker {
    color: #FF7A17;
    font-size: 37px;
    margin: 5px 15px;
}

h4 {
    font-family: Nunito-Bold;
    color: #1F1F24;
}

.loc p {
    font-family: Nunito-Bold;
    color: #1F1F24;
    width: 55%;
    opacity: 0.7;
}

.contact-details .col-md-6,
.contact-details .col-md-12 {
    margin-bottom: 12px;
    position: relative;
    padding-left: 5px !important;
}
.contact-details .col-md-12.messageInput {
    margin-bottom: 0px;
}

.contact-details input {
    background: #fff;
    padding: 10px;
    width: 100%;
    display: block;
    border: unset;
    font-family: 'Proxima-regular';
    font-size: 13px !important;
    color: #000 !important;
    height: 40px;
}

.contact-details input:focus {
    outline: none !important;
}
.contact-details .mandatory {
    color: red;
    position: absolute;
    top: -4px;
    left: -7px;
    font-size: 20px;
    font-family: 'Proxima-ExtraBold';
}
    .contact-details textarea {
    background: #fff;
    padding: 10px;
    width: 100%;
    border: unset;
    font-family: 'Proxima-regular';
    font-size: 13px;
    line-height: 1;
    color: #000;
    height: 90px;
    resize: none;
}

.contact-details textarea:focus {
    outline: none !important;
}

.contact-details label {
    all: unset;
    color: #fff;
    display: block;
    text-shadow: 0px 0px 4px #7d7d7d;
    display:none;
}
.ContactDesc::before {
    content:unset;
}
.ContactDesc{
    align-items:flex-end;
}
.korean-contact-details label {
    font-family: 'NotoSansKR-Regular';
}

    .contact-details label::before,
    .contact-details label::after {
        all: unset;
    }

.get-quote-btn {
    font-family: 'Nunito-regular';
    background: transparent linear-gradient(180deg, #FF7A17 0%, #D85E02 100%);
    padding: 7px 15px;
    border: unset;
    border-radius: 3px;
    color: #fff;
}

    .get-quote-btn:focus {
        outline: none !important;
    }

.contact.localiz_sub-bg {
    background-image: url("https://d323sccto6ke4l.cloudfront.net/images/new_ui/contact&location/sub_bg.png") !important;
    display: flex;
    height: unset;
    align-items: flex-start;
    justify-content: space-around;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #fff;
    margin-top: 40px;
}

.mSec-part {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.studioContainer p.player-txt {
    font-size: 35px;
    margin-bottom: 0;
}

.contact.localiz_sub-bg .mSec .num {
    font-size: 50px;
    font-family: 'Proxima-Bold';
    margin-bottom: 5px;
    width: 200px;
    white-space: nowrap;
}
.contact_local-TC .mSec .num {
    white-space: nowrap;
    width:300px !important;
}
.contact_local-ko .mSec .num {
    white-space: nowrap;
    width:300px !important;
}

.korean-contact.localiz_sub-bg .mSec p {
    font-family: 'NotoSansKR-Bold' !important;
}

.contact.localiz_sub-bg .mSec {
    text-align: center;
}

    .contact.localiz_sub-bg .mSec .desc {
        font-size: 20px;
    }

.CareersHelpful .squaredDiv {
    background: url("https://d323sccto6ke4l.cloudfront.net/images/new_ui/frame.svg");
    position: absolute;
    top: 0;
    left: -7px;
    background-size: 100%;
    background-position: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

    .CareersHelpful .squaredDiv .squaredText {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        /*.CareersHelpful .squaredDiv .squaredText p {
            width: 50%;
            padding: 25px 25px 0px 0;
            font-size: 20px;
            font-family: 'Proxima-regular';
            font-weight: 400;
            color: #2B2C3A;
            line-height: 25px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 25px;
        }*/

    .CareersHelpful .squaredDiv::before {
        content: '';
        position: absolute;
        top: 6px;
        left: 4px;
        background: url("https://d323sccto6ke4l.cloudfront.net/images/new_ui/beforeimg.png");
        background-size: 100%;
        width: 20%;
        height: 100%;
        background-repeat: no-repeat;
    }

    .CareersHelpful .squaredDiv::after {
        content: '';
        position: absolute;
        top: 91%;
        right: 4px;
        background: url("https://d323sccto6ke4l.cloudfront.net/images/new_ui/beforeimg.png");
        background-size: 100%;
        width: 20%;
        height: 6px;
        background-repeat: no-repeat;
    }


    .CareersHelpful .squaredDiv:hover:before {
        -webkit-transition: left 0.5s ease-in-out;
        left: 72%;
    }

    .CareersHelpful .squaredDiv:hover:after {
        -webkit-transition: right 0.5s ease-in-out;
        right: 75%;
    }

.careersBtn .ReadMeBtn {
    display: flex !important;
    align-items: center;
    text-transform: unset;
    text-decoration: none;
    padding: 10px;
    border: 3px solid #FF7A17;
    margin: 20px;
    position: relative;
    color: #FF7A17;
    letter-spacing: unset;
    font-size: 13px;
    font-family: Proxima-Bold;
}

    .careersBtn .ReadMeBtn .btn-arrows i {
        font-size: 20px;
    }

        .careersBtn .ReadMeBtn .btn-arrows i:first-child {
            opacity: 0.5;
            margin-right: -6px;
        }

        .careersBtn .ReadMeBtn .btn-arrows i:nth-child(2) {
            opacity: 0.7;
            margin-right: -6px;
        }

    .careersBtn .ReadMeBtn:before {
        content: '';
        width: 21px;
        height: 20px;
        background: #fff;
        border: 3px solid #FF7A17;
        transform: rotate(136deg);
        position: absolute;
        border-top: 0;
        border-left: 0;
        border-bottom: 0;
        top: -11px;
        right: -13px;
    }

    .careersBtn .ReadMeBtn:hover {
        background: #FF7A17;
        color: white;
        text-decoration: none;
    }

        .careersBtn .ReadMeBtn:hover i {
            color: #fff !important;
        }

        .careersBtn .ReadMeBtn:hover:before {
            width: 0;
            height: 0;
        }

/*CUSTOM CHECKBOX*/
.contact-form-group {
    display: block;
    margin-bottom: 15px;
}

    .contact-form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .contact-form-group label {
        position: relative;
        cursor: pointer;
    }

        .contact-form-group label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid #FF7A17;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 6px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
        }

    .contact-form-group input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 5px;
        left: 6px;
        width: 3px;
        height: 8px;
        border: solid #FF7A17;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #fff;
}

.location-text {
    font-size: 35px;
    margin-bottom: 0;
}
.sm-border-contact {
    width: 32px;
    border-bottom: 3px solid #1F1F24;
    margin: 0 auto;
}

.contact .careersBtn .ReadMeBtn:hover {
    background: #FF7A17;
    color: white;
    text-decoration: none;
}

/*CONTACT*/

.bgHeightSet {
    width: 100%;
    height: 100%;
}

.contact_head {
    position: relative;
    height: 100%;
    background-image: url(https://d323sccto6ke4l.cloudfront.net/images/contact/contactimages/en-us/contactbg_v3.png);
    height: calc((100vw * 136) / 213) !important;
}

.text-contact {
    position: absolute;
    width: 40%;
    top: 17%;
    /*top: 17%;*/
    left: 27%;
}

    .text-contact input, .text-contact textarea {
        background: white;
    }

.contact-details .contactClient {
    font-size: 14px !important;
    height: 40px;
    padding: 0 26px 0 10px !important;
    background-image: linear-gradient( 45deg, transparent 50%, #FF7A17 50%), linear-gradient( 135deg, #FF7A17 50%, transparent 50%);
    background-position: calc(100% - 13px) calc(0.7em + 7px), calc(100% - 6px) calc(0.7em + 7px), 100% 0;
    background-size: 7px 7px, 7px 7px, 0;
    background-repeat: no-repeat;
    border: unset;
}
.contact-details .contactLocation {
    font-size: 14px !important;
    height: 40px;
    padding: 0 26px 0 10px !important;
    background-image: linear-gradient( 45deg, transparent 50%, #FF7A17 50%), linear-gradient( 135deg, #FF7A17 50%, transparent 50%);
    background-position: calc(100% - 13px) calc(0.7em + 7px), calc(100% - 6px) calc(0.7em + 7px), 100% 0;
    background-size: 7px 7px, 7px 7px, 0;
    background-repeat: no-repeat;
    border: unset;
}

.text-contact h5 {
    font-family: 'Proxima-Bold';
    font-size: 30px;
    letter-spacing: 1.2px;
    text-shadow: 0px 0px 6px black;
}
.korean-text-contact h5 {
    font-family: 'NotoSansKR-Bold';
}

    .text-contact h6 {
        font-size: 18px;
        color: white !important;
        font-family: 'Proxima-regular';
        margin-bottom: 1rem;
        text-shadow: 0px 0px 6px black;
        white-space: pre-wrap;
    }
.korean-text-contact h6 {
    font-family: 'NotoSansKR-Regular';
}

.frenchTextArea.text-contact h5{
    font-size:25px;
}

.frenchTextArea.text-contact h6 {
    font-size: 15px;
}

.get-quote-btn {
    background: white;
    color: black;
    font-family: 'PROXIMA-BOLD';
}
.get-quote-btn.disabled {
   opacity:0.5;
}
.korean-get-quote-btn {
    font-family: 'NotoSansKR-Regular';
}
.korean-mapLocation .player-txt {
    font-family: 'NotoSansKR-Bold' !important;
}
.contactMap {
    position: relative;
    margin-top: 6%;
    /*margin-bottom: 7rem;*/
}

.mapUsaLos {
    position: absolute;
    top: 45%;
    left: 12%;
}

.mapUsaSan {
    position: absolute;
    top: 42%;
    left: 11.3%;
}
.mapUsaSan .mapLine {
    top: -27px;
    left: -62px;
    transform: rotate( 38deg );
}
    .mapUsaSan .location {
        top: -41px;
        left: -156px;
    }
.SC-contactMap .mapUsaSan .location {
    left: -120px;
}

.contactMap.Sc-ContactMap .mapUsaSan .location {
    left: -120px;
}
    .mapUsaSan .mapLine img {
        width: 64px;
        height: unset;
    }
.mapUsaSan .outLocation {
    left: -75px;
    top: -6px;
    
}

.mapCanada {
    position: absolute;
    top: 38.5%;
    left: 26.3%;
}

.mapUK {
    position: absolute;
    top: 33.5%;
    left: 45.8%;
}

.mapUKLondon {
    position: absolute;
    top: 35.6%;
    left: 46.6%;
}

.mapPortugalBraga {

    position: absolute;

    top: 43%;

    left: 45%;

  }

  .mapPortugalBraga .location {

    left: -85px;

    top: 41px;

  }

  .mapPortugalBraga .mapLine {

    left: -39px;

    top: 23px;

    transform: rotate( 129deg );

  }

  .mapPortugalBraga .mapLine img {
    width: 60px;
    height: unset;
  }


.mapBrazil {
    position: absolute;
    top: 77%;
    left: 32.3%;
}

  .mapBrazil .location {
    left: -85px;
    top: 41px;
  }

  .mapBrazil .mapLine {
    left: -39px;
    top: 23px;
    transform: rotate( 129deg );
  }

  .mapBrazil .mapLine img {
    width: 60px;

    height: unset;

  }

.mapRomania {
    position: absolute;
    top: 39.7%;
    left: 54.7%;
}

.mapIndiaHyd {
    position: absolute;
    top: 57%;
    left: 70.9%;
}

.mapIndiaBang {
    position: absolute;
    top: 59.4%;
    left: 70.5%;
}

.mapMalasia {
    position: absolute;
    top: 63.5%;
    left: 78%;
}

.mapSingapore {
    position: absolute;
    top: 64.8%;
    left: 78.9%;
}

.mapTaiwan {
    position: absolute;
    top: 51.9%;
    left: 83.4%;
}

.mapChina {
    position: absolute;
    top: 47.6%;
    left: 82.6%;
}

.mapKorea {
    position: absolute;
    top: 44%;
    left: 84.5%;
}

.mapJapan {
    position: absolute;
    top: 43.3%;
    left: 88%;
}

.mapUKParis {
    position: absolute;
    top: 38.3%;
    left: 47.6%;
}

    .mapUKParis .location {
        left: -15px;
        top: 63px;
    }

    .mapUKParis .mapLine {
        left: -23px;
        top: 26px;
        transform: rotate( 270deg );
    }

        .mapUKParis .mapLine img {
            width: 60px;
            height: unset;
        }

    .mapUKParis p:last-child {
        font-family: 'Proxima-regular';
    }

.pointers {
    position: relative;
    width: 9px;
    height: 9px;
    border: 3px solid #EE6E03;
    border-radius: 50%;
    background: #fff;
    transition: .2s ease-in-out;
    cursor: pointer;
}
.pointers::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    transform: scale(0.4);
    animation: pulse-black 1s infinite;
    border-radius: 50%;
    top: -3px;
    left: -3px;
}
.pointers a:hover{
    color:#000;
}
.careersStat {
    margin-top: 4rem;
}
.outLocation {
    position:absolute;
    white-space: nowrap;
    font-size: 11px;
    text-transform:capitalize;
    display:none;
}
.outLocation1 {
    position: absolute;
    white-space: nowrap;
    font-size: 9px;
    display: none;
}
.korean-careersStat .mSec .num {
    white-space: nowrap;
    width: 300px;
}
.careersStat-tr .mSec .num {
    white-space: nowrap;
    width: 300px;
}
.korean-careersStat .mSec p {
    font-family: 'NotoSansKR-Bold';
}

.careersStat .num {
    width: 200px;
    white-space:nowrap;
}
.translated-ltr .careersStat .num {
    white-space: normal !important;
}
.careersStat-Jap .num {
    width: 250px;
    white-space: nowrap;
    font-size: 35px !important;
}
.careersStat-SC .num {
    width: 230px;
    white-space: nowrap;
    font-size: 40px !important;
}
.translated-ltr .contact_local-Jap .num {
    white-space: normal !important;
}
.contact_local-Jap .num {
    width: 250px !important;
    white-space: nowrap;
    font-size: 35px !important;
}
.contact_local-SC .num {
    width: 250px !important;
    white-space: nowrap;
    font-size: 40px !important;
}

.careersStat-Jap.coloredBg .mSec .desc {
    margin: 0;
}
.contact_local-Jap.coloredBg .mSec .desc {
    margin: 0;
}

.location {
    position: absolute;
    top: -45px;
    left: -117px;
    border: 1px solid #000;
    /*border: 2px solid #EE6E03;*/
    padding: 3px 14px;
    background: white;
    z-index: 99;
    display: block;
    text-align: center;
    /*width: max-content;*/
}
.mapCanada .location {
    left: -27px;
    top: -75px;
}

.mapCanada .mapLine {
    top: -37px;
    left: -17px;
    transform: rotate( 110deg );
}

    .mapCanada .mapLine img {
        width: 50px;
        height: unset;
    }

.mapCanada .outLocation {
    position: absolute;
    top: -5px;
    left: 8px;
}

.mapUK .location {
    left: -38px;
    top: -64px;
}

.mapUK .mapLine {
    top: -42px;
    left: 1px;
    /*transform: rotate( 359deg );*/
}

    .mapUK .mapLine img {
        width: 2px;
        height: 40px;
    }

.mapUK .outLocation {
    position: absolute;
    left: -48px;
    top: -6px;
}

.mapUKLondon .location {
    left: -126px;
    top: 22px;
}
.mapUKLondon .mapLine {
    top: 9px;
    left: -45px;
    transform: rotate( 329deg );
}

    .mapUKLondon .mapLine img {
        width: 50px;
        height: unset;
    }

.mapUKLondon .outLocation {
    position: absolute;
    top: -6px;
    left: 9px;
}

.mapUsaLos .location {
    top: 23px;
    left: -106px;
}

.mapUsaLos .mapLine {
    position: absolute;
    top: 3px;
    left: -48px;
    transform: rotate( 343deg );
}

    .mapUsaLos .mapLine img {
        width: 48px;
        height: unset;
    }

.mapUsaLos .outLocation {
    top: -6px;
    left: 10px;
}


.mapJapan .location {
    left: 40px;
    top: -31px;
}

/*.japan-contactMap .mapJapan .location {
    left: -116px;
}

.korean-contactMap .mapJapan .location {
    left: -116px;
}

.SC-contactMap .mapJapan .location {
    left: -116px;
}

.TC-contactMap .mapJapan .location {
    left: -116px;
}*/

.mapJapan .mapLine {
    transform: rotate( 359deg );
    left: 4px;
    top: -20px;
}

    .mapJapan .mapLine img {
        width: 50px;
        height: unset;
    }

.mapJapan .outLocation {
    top: -7px;
    left: 9px
}

.mapJapan .outLocation1 {
    top: 9px;
    left: 8px;
}



.mapLine {
    position: absolute;
    top: -21px;
    left: -40px;
    display: block;
}

.pointers:hover {
    border: 4px solid #ee6e03;
    width: 12px;
    height: 12px;
    /*box-shadow: 0 0 3px 2px #ee6e03;*/
}

    .pointers:hover .mapLine {
        display: block;
    }

    .pointers:hover .location {
        display: block;
    }

.mapLine img {
    width: 40px;
    height: 20px;
}

.mapRomania .location {
    left: -30px;
    top: -55px;
}

.mapRomania .mapLine {
    /*transform: rotate( 119deg );*/
    left: 0px;
    top: -42px;
}
.mapRomania .mapLine img {
    width: 2px;
    height: 40px;
    /*width: 52px;
    height: 29px;*/
}
.mapRomania .outLocation {
    top: -6px;
    left: 8px;
}

.mapMalasia .location {
    top: -3px;
    left: 53px;
}

.mapMalasia .mapLine {
    transform: rotate( 21deg );
    top: -7px;
    left: 5px;
}

.mapMalasia .mapLine img {
    width: 50px;
    height: unset;
}
.mapMalasia .outLocation {
    left: -75px;
    top: -6px;
}


.mapSingapore .location {
    top: 45px;
    left: -73px;
}

.Sc-ContactMap .mapSingapore .location {
    left: -71px;
}


.Tc-ContactMap .mapSingapore .location {
    left: -71px;
}
.mapSingapore .mapLine {
    left: -38px;
    transform: rotate( 306deg );
    top: 17px;
}
    .mapSingapore .mapLine img {
        width: 50px;
        height: unset;
    }
.mapSingapore .outLocation {
    top: -6px;
    left: 9px;
}

.mapKorea .location {
    left: -51px;
    top: -64px;
}
.mapKorea .mapLine {
    top: -42px;
    left: 1px;
    /*transform: rotate( 5deg );*/
}
.mapKorea .mapLine img {
    width: 2px;
    height: 40px;
}
.mapKorea .outLocation {
    top: -17px;
    left: -30px;
}


.mapChina .location {
    left: -147px;
    top: -43px;
}
.mapChina .mapLine {
    left: -62px;
    top: -21px;
    transform: rotate( 29deg );
}
    .mapChina .mapLine img {
        width: 60px;
        height: unset;
    }

.mapChina .outLocation {
    left: -53px;
    top: -6px;
}


.mapIndiaHyd .location {
    left: -137px;
    top: -26px;
}

    .mapIndiaHyd .location.sc-hydLoc{
        left:-128px;
    }

    .mapIndiaHyd .mapLine {
        top: -19px;
        left: -51px;
        transform: rotate( 31deg );
    }
    .mapIndiaHyd .mapLine img {
        width: 50px;
        height: unset;
    }
.mapIndiaHyd .outLocation {
    top: -18px;
    left: -23px;
}

   

.mapIndiaBang .location {
    left: -123px;
    top: 19px;
}
.SC-contactMap  .mapIndiaBang .location {
    left: -114px;
}

.mapIndiaBang .location.sc-bangLoc {
    left: -118px;
}
.mapIndiaBang .mapLine {
    top: 12px;
    left: -45px;
    transform: rotate( 154deg );
}

.mapIndiaBang .mapLine img {
    width: 50px;
    height: unset;
}
.mapIndiaBang .outLocation {
    left: -56px;
    top: -6px;
}

.mapTaiwan .location {
    left: 37px;
    top: -14px;
}
.mapTaiwan .mapLine {
    top: -18px;
    left: 24px;
    transform: rotate( 90deg );
}
.mapTaiwan .mapLine img {
       width: 2px;
    height: 40px;
}
.mapTaiwan .outLocation {
    top: -6px;
    left: 8px;
}
.SC-contactMap .mapIndiaHyd .location {
    left: -128px !important;
}
.location h6 {
    font-size: 25px;
    font-weight: bold;
    color: #EE6E03 !important;
    margin-top: 5px;
    margin-bottom: 2px;
    font-family: 'Proxima-Bold';
    letter-spacing: unset;
    white-space: nowrap;
    text-transform: uppercase;
    display:none;
}

.korean-contactMap .location p {
    font-family: 'NotoSansKR-Bold';
}
.location p,
.location h5 {
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    font-weight: unset;
    font-family: 'Proxima-bold';
    text-transform: capitalize;
}
.japan-contactMap .location p {
    font-weight: 600;
}
.SC-contactMap .location p {
    font-weight: 600;
}
.TC-contactMap .location p {
    font-weight: 600;
}
    .location p:nth-child(3) {
        font-family: 'Proxima-regular';
        font-weight:unset;
    }
.location h5 {
    font-size: 12px;
    font-family: 'Proxima-bold';
    margin: 0;
    line-height: 1.5;
}
    .loc p {
    font-family: 'PROXIMA-REGULAR';
    width: 100%;
}
.korean-loc p {
    font-family: 'NotoSansKR-Regular';
}


.loc h4 {
    font-family: 'PROXIMA-BOLD';
    color: #5B5B5B;
    font-size: 23px;
    text-transform: capitalize;
}
.korean-loc h4 {
    font-family: 'NotoSansKR-Bold';
}

.contact_sublocal {
    display: none;
}

.contact_local {
    display: none;
}


.location-details .loc {
    display: flex;
    margin-bottom: 30px;
}
/*.location-details .emptyLoc {
    display:none;
}*/
    .location-details .loc .AsianLocImage {
        position: absolute;
        top: -150%;
        left: 10%;
    }
    .location-details .loc .AsianLocImage img{
        width:100%;
    }

.realperson-challenge {
    /*width: 50%;*/
    margin-left: 10px;
    display: flex;
    align-items: center;
}

#numberReal {
    width: 100%;
    
    color: #777777;
}

.realperson-regen {
    color: white !important;
    text-align: left !important;
    margin-left: 6px;
    margin-top: 3px;
}

#asiacontentgrid.row::before{
    content:unset;
}

.meetSquad{
    text-align:center;
}
.meetSquad h5 {
    color: #FF7A17;
    font-size: 5rem;
    font-weight: bold;
    font-family: 'Proxima-Bold';
    margin-bottom: 20px;
}
.meetSquad p {
        font-family: 'Proxima-regular';
    font-weight: 400;
    font-size: 20px;
}
.meetSquad .item {
    text-align: center;
    padding: 20px;
	    transition:all .2s ease-in-out;	
}	
.meetSquad .item:hover {	
    margin-top:-10px;	
}
.meetSquad .desc p {
    font-family: 'Proxima-regular';
    font-weight: 400;
    font-size: 18px;
    color:#fff;
    margin-bottom:0;
    transform: skew( 19deg, 0deg );
}
.meetSquad .desc p:nth-child(2) {
    text-transform:uppercase;
}
.meetSquad .desc {
    background: #ee6e03;
    padding: 5px;
    width: 78%;
    transform: skew( -19deg, 0deg );
    margin-left: -8px;
}
.deborah-sm {
    display: none;
}

.mbl-table {
    display: none;
}


.check_privacy{
    display:flex;
    align-items:center;
}
.check_privacy input {
    padding: 0;
    height: initial;
    width: unset;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.check_privacy label {
    position: relative;
    cursor: pointer;
    margin: 0;
    color: #000;
    font-size: 13px;
    font-family: 'Proxima-regular';
    font-weight: unset !important;
    opacity: 1;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    width: unset !important;
    text-shadow: unset;
    zoom: unset;
    height: unset !important;
    border-radius: unset;
    display: flex;
    align-items: baseline;
}
    .check_privacy label p {
        all: unset !important;
        margin-top: 4px !important;
    }
.check_privacy label p {
    all:unset;
}
.check_privacy label a {
    color:#000;
    margin-left:5px;
    text-decoration:underline;
}

    .check_privacy label:before {
        content: '';
        -webkit-appearance: none;
        background-color: #fff !important;
        border: 1px solid #b9b9b9;
        border-radius: 3px;
        padding: 8px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 10px;
        background: unset;
        width: unset;
        height: unset;
        transform: unset;
        transform: translateY(5px);
    }

.check_privacy input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.check_privacy input:checked + label:before {
    background-color: #F47F2C !important;
    border: 1px solid #F47F2C;
}

@media only screen and (min-width: 1800px) and (max-width: 2000px) {
    .get-quote-btn {
        font-size: 18px;
    }

    .text-contact h5 {
        font-size: 35px;
    }

    .text-contact h6 {
        font-size: 13px;
        margin-bottom: 3rem;
        /*margin-bottom: 6rem;*/
    }

    .contact-details label {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1904px) {
    .text-contact h6 {
        font-size: 23px;
        margin-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 1700px) {
    .contact-details .col-md-6, 
    .contact-details .col-md-12 {
        margin-bottom: 12px;
    }
    .contact-details .contactClient {
        height: 27px;
        background-position: calc(100% - 12px) calc(0.4em + 5px), calc(100% - 6px) calc(0.4em + 5px), 100% 0;
    }
    .contact-details .contactLocation {
        height: 27px;
        background-position: calc(100% - 12px) calc(0.4em + 5px), calc(100% - 6px) calc(0.4em + 5px), 100% 0;
    }
    .locationInput .ddcommon {
        height: 27px;
    }
    .locationInput .ddcommon .ddTitleText{
        padding:0;
    }
    .frenchTextArea .contact-details .contactClient {
        font-size: 12px !important;
    }
    .contact-details input {
        height: 27px;
    }
    .check_privacy label p {
        margin-top: 0px !important;
    }
	.check_privacy input:checked + label:after {
        top: 7px;
    }
}

@media only screen and (min-width: 1600px) {
    .location p {
        font-size: 14px;
    }
    .location h5 {
        font-size: 14px;
    }

    .mapUsaSan .location {
        left: -169px;
    }

    .mapIndiaHyd .location {
        left: -150px;
    }
    .careersStat .num {
        white-space: nowrap;
    }
    .contact.localiz_sub-bg .mSec .num {
        white-space: nowrap;
    }
}
@media only screen and (max-width: 1600px){
    .french-text-careers p {
        font-size: 8rem;
    }
    .french-text-careers .squad-car {
        font-size: 11rem;
    }
    .carrers_bg .home-text {
        margin-top: 34%;
    }
    .korean-text-contact h6 {
        margin-bottom: 2rem;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1801px) {
    .get-quote-btn {
        font-size: 18px;
    }

    .text-contact h5 {
        font-size: 35px;
    }

    .text-contact h6 {
        font-size: 20px;
        margin-bottom: 1rem;
    }
   
    .korean-text-contact h6 {
        margin-bottom: 3rem;
    }
}



@media (max-width:1550px) {
    .frenchTextArea.text-contact label {
        font-size: 12px;
    }
}


@media (max-width:1500px) {
    .text-contact h6 {
        font-size: 14px;
        /*margin-bottom: 3rem;*/
    }
    .korean-text-contact h6 {
        margin-bottom: 2rem;
    }
    .ContactDesc input {
        height: 27px;
    }

    .contact-details .contactClient {
        height: 27px;
        background-position: calc(100% - 13px) calc(0.7em + 0px), calc(100% - 6px) calc(0.7em + 0px), 100% 0;
    }
    .contact-details .contactLocation {
        height: 27px;
        background-position: calc(100% - 13px) calc(0.7em + 0px), calc(100% - 6px) calc(0.7em + 0px), 100% 0;
    }
     .locationInput .ddcommon {
        height: 27px;
    }
    .frenchTextArea.text-contact h6 {
        /*margin-bottom: 1rem;*/
    }

    .frenchTextArea.text-contact label {
        font-size: 12px;
    }

    .frenchTextArea.text-contact h6 {
        font-size: 10px;
    }
    .carrers_bg-jap .text-careers p {
        /*font-size: 7rem;*/
    }
    .carrers_bg-jap .text-careers .squad-car {
        /*font-size: 8rem;*/
    }
}

@media (max-width:1400px) {
    .text-contact h5 {
        font-size: 20px;
    }

    .ContactDesc input {
        height: 25px;
        font-size: 1rem !important;
    }
    .contact-details .contactClient {
        height: 25px;
        background-position: calc(100% - 12px) calc(0.9em + -1px), calc(100% - 5px) calc(0.9em + -1px), 100% 0;
        font-size: 1rem !important;
    }
    .contact-details .contactLocation {
        height: 25px;
        background-position: calc(100% - 12px) calc(0.9em + -1px), calc(100% - 5px) calc(0.9em + -1px), 100% 0;
        font-size: 1rem !important;
    }
    .locationInput .ddcommon {
        height: 25px;
        font-size: 1rem !important;
    }
    .check_privacy label {
        font-size: 13px !important;
    }
    .check_privacy label:before {
        padding: 6px;
    }

    .check_privacy input:checked + label:after {
        top: 6px;
        left: 4px;
        width: 4px;
        height: 8px;
    }

    .ContactDesc textarea {
        height: 70px;
    }

    .frenchTextArea .ContactDesc textarea {
        /*height: 80px;*/
    }

    .contact-details .col-md-6, .contact-details .col-md-12 {
            
    }

    .realperson-text {
       /* font-size: 3px !important;
        line-height: 2px !important;*/
    }
        .realperson-text p {
            letter-spacing: -5.4px !important;
        }

    .realperson-regen {
        font-size:11px !important;
        color:white !important;
        text-align:left !important;
    }
    
    .realperson-regen i:focus{
        color:#fff;
    }

    .careersStat-Jap .num {
        width: 250px;
        white-space: nowrap;
        font-size: 40px !important;
    }
    .featureJobTable .table > thead > tr > th {
        font-size: 16px;
    }
    .featureJobTable .table > tbody > tr > td {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1370px) {
    .articleSection .ReadMeSection {
        /*padding-right: 12px !important;*/
    }

}

@media (max-width:1300px) {
    .text-contact h6 {
        font-size: 13px;
    }

    .map-txt {
        font-size: 40px !important;
    }

        .map-txt p {
            margin-bottom: 5px;
        }

    .carrers_bg-jap .text-careers p {
        /*font-size: 7rem;*/
    }

    .carrers_bg-jap .text-careers .squad-car {
        /*font-size: 8rem;*/
    }
    .text-contact h5 {
        font-size: 20px;
    }
    .contact_local-TC .mSec .num {
       font-size:40px !important;
    }
    .contact_local-ko .mSec .num {
        font-size: 40px !important;
    }
    .korean-careersStat .mSec .num {
        font-size: 40px !important;
    }
    .careersStat-tr .mSec .num {
        font-size: 40px !important;
    }
    .frenchTextArea.text-contact label {
        font-size:12px;
    }
    .messageInput{
        margin-bottom:0 !important;
    }
    .contactCheck span {
        font-size: 11px;
    }
}



@media (max-width:1250px) {
    .text-contact .col-md-6, .contact-details .col-md-12 {
        margin-bottom: 10px;
    }
    .text-contact label {
        font-size: 13px;
    }

    .text-contact h5 {
        font-size: 20px;
    }

    .text-contact h6 {
        font-size: 12px;
        margin-bottom: 1.5rem;
    }

    .frenchTextArea.text-contact h5 {
        font-size: 15px;
    }

    .frenchTextArea.text-contact h6 {
        font-size: 6px;
    }

    .frenchTextArea.text-contact .col-md-6, .frenchTextArea.contact-details .col-md-12 {
        /*margin-bottom: 8px;*/
    }
   
}

@media (min-width:1200px) {
    /*.meetSquad h5 {
        font-size: 55px;
    }*/
    .location-details .modal-lg .modal-body iframe {
        height: calc(100vh - 270px);
    }
    .location-details .modal-lg .modal-body .map {
        height: calc(100vh - 270px);
    }
    .location-details .modal-lg {
        padding-top: 25px;
    }
}
@media (max-width:1200px) {

    .text-contact label {
        font-size: 10px;
    }

    .text-contact h5 {
        font-size: 20px;
    }

    .text-contact h6 {
        font-size: 12px;
        margin-bottom: 1.5rem;
    }
    
    .get-quote-btn {
        font-size: 10px;
    }
    .carrers_bg.container_div {
        top: 45px;
        height: calc((100vw * 140) / 213) !important;
    }
    .meetSquad .desc p {
        font-size: 16px;
    }
    .meetSquad .desc p:nth-child(2) {
        font-size: 16px;
        letter-spacing: .5px;
    }
    .location-details .modal-lg .modal-body iframe {
        height: calc(100vh - 270px);
    }
    .location-details .modal-lg .modal-body .map {
        height: calc(100vh - 270px);
    }
    .location-details .modal-lg {
        padding-top: 25px;
    }
}

@media (max-width:1150px) {

    .text-contact h5{
        margin-bottom:0px !important;
    }
    .text-contact h6 {
        font-size: 12px;
        margin-bottom: 0.7rem;
        margin-top: 3px;
    }

    .ContactDesc textarea {
        height: 50px;
    }

    .frenchTextArea .ContactDesc textarea {
        /*height: 30px;*/
    }

    .careersStat-Jap .num {
        
        font-size: 35px !important;
    }
    .ContactDesc input {
        height: 22px;
        font-size: 0.8rem !important;
    }

    .contact-details .contactClient {
        height: 21px;
        background-position: calc(100% - 11px) calc(1em + -1px), calc(100% - 5px) calc(1em + -1px), 100% 0;
        font-size: 0.8rem !important;
        background-size: 6px 6px, 6px 6px, 0;
    }

    .contact-details .contactLocation {
        height: 21px;
        background-position: calc(100% - 11px) calc(1em + -1px), calc(100% - 5px) calc(1em + -1px), 100% 0;
        font-size: 0.8rem !important;
        background-size: 6px 6px, 6px 6px, 0;
    }
    .ContactDesc textarea {
        font-size: 0.8rem !important;
    }

    .locationInput .ddcommon {
        height: 21px;
        font-size: 0.8rem !important;
    }
}

@media (max-width:1050px) {

    .text-contact label {
        font-size: 12px;
    }

    .ContactDesc input {
        height: 20px;
    }
    .contact-details .contactClient {
        height: 20px;
        background-position: calc(100% - 11px) calc(0.6em + -1px), calc(100% - 5px) calc(0.6em + -1px), 100% 0;
        background-size: 6px 6px, 6px 6px, 0;
    }
    .contact-details .contactLocation {
        height: 20px;
        background-position: calc(100% - 11px) calc(0.6em + -1px), calc(100% - 5px) calc(0.6em + -1px), 100% 0;
        background-size: 6px 6px, 6px 6px, 0;
    }
    .locationInput .ddcommon {
        height: 20px;
    }

    .locationInput .ddcommon .arrow {
        top: 37%;
        right: 5px !important;
        border-width: 6px 6px 0 6px !important;
    }
    .locationInput .ddcommon .ddTitleText .ddlabel {
        font-size: 13px;
    }
    .text-contact h5 {
        font-size: 16px;
    }

    .text-contact h6 {
        font-size: 10px;
    }

    .get-quote-btn {
        font-size: 10px;
        padding: 3px 8px;
    }
}

@media (min-width:1024px) {
    .DeborahBike {
        flex-wrap: nowrap;
    }
}
@media (max-width:1024px) {
    .location-details {
        width: 90%;
        margin: 0px 6%;
    }
    .meetSquad h5 {
        font-size: 4rem;
    }
    .carrers_bg-jap .text-careers p {
        /*font-size: 6rem;*/
    }

    .carrers_bg-jap .text-careers .squad-car {
        /*font-size: 7rem;*/
    }
    .carrers_bg-jap .home-text {
        margin-left:unset !important;
    }
    .ContactDesc textarea {
        height: 50px;
    }

    .frenchTextArea textarea {
        height: 50px;
    }

    .ContactDesc input {
        height: 17px;
    }
    .contact-details .contactClient {
        height: 17px;
        background-position: calc(100% - 11px) calc(0.9em + -1px), calc(100% - 5px) calc(0.9em + -1px), 100% 0;
        background-size: 6px 6px, 6px 6px, 0;
    }
    .contact-details .contactLocation {
        height: 17px;
        background-position: calc(100% - 11px) calc(0.9em + -1px), calc(100% - 5px) calc(0.9em + -1px), 100% 0;
        background-size: 6px 6px, 6px 6px, 0;
    }

    .locationInput .ddcommon {
        height: 17px;
    }

    #numberReal {
        font-size: 14px;
        padding: 0 5px;
    }
    .realperson-text p {
        letter-spacing: -5.8px !important;
    }

    .text-contact h6 {
        font-size: 8px;
    }

    .text-contact h5 {
        font-size: 14px;
    }

    .text-contact label {
        font-size: 10px;
    }

    .frenchTextArea h6 {
        font-size: 8px;
        margin-bottom: 10px;
    }

    .frenchTextArea .get-quote-btn {
        font-size: 8px;
    }

    .careersStat-Jap .num {
        width: 230px;
        font-size: 30px !important;
    }
    .contact_local-Jap .num {
        width: 230px;
        font-size: 40px !important;
    }
    .careersStat-SC .mSec .num {
        font-size: 35px !important;
    }
    .careersStat-SC .mSec .desc {
        font-size: 16px !important;
    }
    .contact_local-SC .num {
        font-size: 35px !important;
    }
    .contact_local-SC .mSec .desc {
        font-size: 17px;
    }
   
}

@media (max-width:1023px) {
    /*.carrers_bg .mainBgVideo {
        height: unset;
        object-fit: unset;
        display: block !important;
    }*/
    .featureJobTable {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: thin;
        margin-top: 0 !important;
    }
    .featureJobTable-mbl {
        overflow: unset;
        margin-top: 7rem !important;
        /*margin-top: 8rem !important;*/
        padding: 0 10px;
    }
    .featureJobTable-mbl .table > thead > tr > th:nth-child(2) {
        width: 100%;
    }
    .featureJobTable-mbl .table > thead > tr > th:last-child{
        padding-right:10px !important;
        /*padding-left:4px !important;*/
    }
    .featureJobTable-mbl .table{
        margin-bottom:0 !important;
        padding:0;
    }
    .featureJobTable-mbl tbody{
        margin:0 !important;
    }
    .featureJobTable::-webkit-scrollbar {
        height: 8px;
    }
    
    /*.featureJobTable thead tr:first-child{
        display:none;
    }*/
    .featureJobTable-mbl .table {
        display: block;
        width: 100% !important;
    }
    .featureJobTable-mbl .table thead tr:first-child {
        display: flex;
    }
    .featureJobTable-mbl .table thead {
        width: 100%;
        display: flex;
    }

        .featureJobTable-mbl .table thead tr {
            flex-direction: column;
        }

    .featureJobTable::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #cecece;
        border-radius: 10px;
    }

    /* Handle */
    .featureJobTable::-webkit-scrollbar-thumb {
        background: #d4d4d4;
        border-radius: 10px;
    }
    .featureJobTable table{
        max-width:unset;
        width:980px;
    }
    .carrers_bg {
        /* The image used */
        background-image: unset;
        /*background-image: url("https://d323sccto6ke4l.cloudfront.net/images/careers/careerimages/en-us/careermob.png") !important;*/
        padding-bottom: unset;
        /*padding-bottom: 180%;*/
    }
    .mapLocation {
        display: none;
    }

    .carrers_bg .home-text {
        justify-content: flex-end;
        text-align: center;
        margin-left: 0 !important;
    }
    .table-responsive {
        padding: 0px 20px;
    }
    .carrers_bg .text-careers {
        text-align: center;
        margin-right: 0;
    }
   /* .featureJobTable thead tr:first-child th:nth-child(2) {
        display: none;
    }

    .featureJobTable thead tr:first-child th:nth-child(3) {
        display: none;
    }

    .featureJobTable thead tr:nth-child(2) th:nth-child(2) {
        display: none;
    }

    .featureJobTable thead tr:nth-child(2) th:nth-child(3) {
        display: none;
    }

    .featureJobTable tbody tr td:last-child {
        display: none;
    }*/

    .featureJobTable .table > thead > tr > th {
        padding: 20px 10px !important;
    }
    .featureJobTable-mbl .ddTitle .ddTitleText {
        padding: 10px 0 5px 10px !important;
        background: #fff;
    }
    .featureJobTable-mbl .table > thead > tr > th {
        padding: 10px !important;
    }
        .featureJobTable .mbl-table > thead > tr > th:last-child {
            padding-right: 10px !important;
        }
    featureJobTable .table > tbody > tr > td {
        padding: 15px 0;
        padding-right: 15px;
        word-break: break-word;
    }
    /*.featureJobTable .table > thead > tr:nth-child(2) > th:first-child {
        padding-left: 0px !important;
    }*/
    .deborah-sm {
        display: block;
    }
    .deborah-md {
        display: none;
    }
    .DeborahBike .detail {
        display: flex;
        flex-direction: column;
        /*    align-items: end;*/
        justify-content: center;
    }
    .careersStat.coloredBg .mSec .num {
        width: unset !important;
    }
    .featureJobTable .table > tbody > tr > td:nth-child(1) {
        font-family: 'Proxima-Bold';
    }


}

@media (max-width:992px) {
    .contact.localiz_sub-bg .mSec .num {
        width: 150px !important;
        white-space:nowrap;
    }

    
    .contact_local-TC .mSec .num {
        font-size: 30px !important;
    }
    .contact_local-ko .mSec .num {
        font-size: 30px !important;
    }
    .korean-careersStat .mSec .num {
        font-size: 30px !important;
    }
    .careersStat-tr .mSec .num {
        font-size: 30px !important;
    }
    /*.careersStat.coloredBg .mSec .num {
        width: 150px !important;
    }*/
    .careersStat-Jap.coloredBg .mSec .num {
        width: auto !important;
        font-size: 26px !important;
    }

   

    .careersStat-Jap.coloredBg .mSec .desc {
        font-size: 16px;
    }
    .contact_local-Jap.coloredBg .mSec .num {
        width: 170px !important;
        font-size: 26px !important;
    }
    .contact_local-Jap.coloredBg .mSec .desc {
        font-size: 18px;
    }
    .contact.localiz_sub-bg.contact_local-SC .num {
        font-size: 30px !important;
    }
}
@media (max-width:991px) {
    .emptyLoc{
        display:none !important;
    }
    .location-details .loc .AsianLocImage {
       position:unset;
    }
}
@media (max-width:950px) {
    .ContactDesc textarea {
        height: 35px;
    }

    .text-contact label {
        font-size: 8px;
    }

    .frenchTextArea.text-contact label {
        font-size: 8px;
    }

    .text-contact h5 {
        font-size: 12px;
    }

    .get-quote-btn {
        font-size: 10px;
        padding: 3px 6px;
    }

    .text-contact .col-md-6, .contact-details .col-md-12 {
        margin-bottom: 5px;
    }

    .pointers {
        width: 6px;
        height: 6px;
        border: 2px solid #EE6E03;
    }

        .pointers:hover {
            width: 8px;
            height: 8px;
            border: 3px solid #EE6E03;
        }
}

@media (max-width:900px) {
    .korean-text-contact.text-contact .col-md-6,
    .korean-contact-details.contact-details .col-md-12 {
        /*margin-bottom: 10px;*/
    }
}
@media (max-width:850px) {

    .ContactDesc input {
        height: 15px;
        padding: 0 5px;
    }
    .contact-details .contactClient {
        height: 15px;
        padding: 0 5px !important;
        /*font-size: 11px !important;*/
        background-position: calc(100% - 10px) calc(0.6em + -2px), calc(100% - 5px) calc(0.6em + -2px), 100% 0;
        background-size: 5px 5px, 5px 5px, 0;
    }
    .contact-details .contactLocation {
        height: 15px;
        padding: 0 5px !important;
        /*font-size: 11px !important;*/
        background-position: calc(100% - 10px) calc(0.6em + -2px), calc(100% - 5px) calc(0.6em + -2px), 100% 0;
        background-size: 5px 5px, 5px 5px, 0;
    }
    #numberReal {
        font-size: 12px;
        padding: 0 5px;
    }

    .realperson-regen {
        margin-top: unset;
    }
}

@media only screen and (min-width: 768px) and (max-width: 850px) {
    .carrers_bg .setheight {
        height: 20rem;
    }

    .ContactDesc input {
        height: 15px;
        padding: 0 5px;
        font-size: 10px !important;
    }
    .contact-details .contactClient {
        font-size: 10px !important;
    }
    .contact-details .contactLocation {
        font-size: 10px !important;
    }
    .locationInput .ddcommon {
        height: 15px;
    }
    .locationInput .ddTitle {
        padding: 0 15px 0 5px;
    }
    .locationInput .ddcommon .arrow {
       
        border-width: 5px 5px 0 5px !important;
    }
    .locationInput .ddcommon .ddTitleText .ddlabel {
        font-size: 10px;
    }
    .contact-details textarea {
        font-size: 10px !important;
    }
}


@media only screen and (max-width: 800px) {
    .careersStat-Jap.coloredBg .mSec {
        margin:0 !important;
    }
    .contact_local-Jap.coloredBg .mSec {
        margin: 0 !important;
    }
    
}
@media only screen and (max-width: 1100px){
    .korean-careersStat .mSec .num {
        width: 200px !important;
    }

    .careersStat-tr .mSec .num {
        width: 200px !important;
    }
    .contact_local-TC .mSec .num {
        width: 200px !important;
    }

    .contact_local-ko .mSec .num {
        width: 200px !important;
    }
   
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .carrers_bg .setheight {
        height: 25rem;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .text-careers .squad-car {
        font-size: 11rem;
    }

    .text-careers p {
        font-size: 8rem;
    }
    
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .carrers_bg .setheight {
        height: 20rem;
    }
}

@media (max-width:767px) {

    .featureJobTable .table > tbody > tr > td {
        padding: 10px;
        padding-right: 15px;
        word-break: break-word;
    }
}

/*@media only screen and (min-width: 769px){
   
    
}*/

@media only screen and (max-width: 768px) {
    /*.carrers_bg {
        /* The image used */
        /*background-image: url("https://d323sccto6ke4l.cloudfront.net/images/careers/careerimages/en-us/careermob.png") !important;
        padding-bottom: 180%;
    }*/
    .contact.localiz_sub-bg {
        background-image: url(https://d323sccto6ke4l.cloudfront.net/images/qualityassurance/qa/en-us/quality-assurancestats.png) !important;
    }
    tbody::-webkit-scrollbar {
        width: 8px;
    }
    .featureJobTable::-webkit-scrollbar {
        height: 8px;
    }
    .featureJobTable thead {
        margin-right: 8px;
    }
    .featureJobTable .table > tbody > tr > td {
        padding-right: 30px;
    }
    .featureJobTable .table > tbody > tr > td:nth-child(2){
        padding-right:5px !important;
    }
    @-moz-document url-prefix() {
        .featureJobTable .table > tbody > tr > td:nth-child(2) {
            padding-left: 8px !important;
        }

        .featureJobTable .table > thead > tr > th:last-child {
            padding-left: 15px !important;
        }
    }
    .contact.localiz_sub-bg .mSec .num {
        width: unset !important;
    }

    .carrers_bg .setheight {
        height: unset !important;
    }

    .careersStat-Jap.coloredBg .mSec {
        margin: 10px 0 !important;
    }

    .contact_local-Jap.coloredBg .mSec {
        margin: 10px 0 !important;
    }

    .text-careers p {
        font-size: 7rem;
        white-space: normal;
        line-height: 1;
    }
    .location-details .loc {
        margin-bottom: 0px;
    }
    .text-careers .squad-car {
        font-size: 7rem;
        line-height: 1;
    }

    .realperson-regen {
        font-size: 14px !important;
        margin-top: -1px;
        margin-left: 12px;
    }

    .japanCeoRow .col-md-6.mt-5.deb.text-center {
        margin-top: 0 !important;
    }

    .contact.localiz_sub-bg .mSec {
        width: 50%;
    }

    .Tc-text-careers .squad-car {
        padding: 0px;
    }

    /*767*/

    #asiacontentgrid .loc {
        display: none;
    }


    .northamericacontentgrid .loc {
        display: none !important;
    }


    .europecontentgrid .loc {
        display: none !important;
    }


    #asiacontentgrid .loc:nth-child(-n+3) {
        display: flex;
    }

    .northamericacontentgrid .loc:nth-child(-n+3) {
        display: flex !important;
    }

    .europecontentgrid .loc:nth-child(-n+3) {
        display: flex !important;
    }

    .location-details .ReadMeSection {
        justify-content: center !important;
    }


    .asiacontentDiplayAll.loc:nth-child(n) {
        display: flex !important;
    }

    .northamericaDiplayAll.loc:nth-child(n) {
        display: flex !important;
    }

    .europecontentDiplayAll.loc:nth-child(n) {
        display: flex !important;
    }

    .contact_head {
        background: url('https://d323sccto6ke4l.cloudfront.net/images/contact/contactimages/en-us/contact_mob.jpg') !important;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        padding-bottom: 174%;
    }

    .bgHeightSet {
        display: none;
    }

    .mobHeightSet {
        display: block !important;
        visibility: hidden;
        max-height: 100%;
        max-width: 100%;
    }

    .text-contact {
        position: absolute;
        width: 75%;
        top: 2%;
        left: 14%;
    }

    .text-contact h5 {
        font-size: 35px;
        text-align: center;
    }

    .text-contact h6 {
        font-size: 20px;
        margin-bottom: 23rem;
        /*margin-bottom: 30rem;*/
        white-space: pre-wrap;
        text-align: center;
    }

    .text-contact label {
        font-size: 15px;
    }

    .ContactDesc input {
        height: 35px;
        padding: 2px 10px;
        margin-bottom: 1.5rem;
    }

    .contact-details .contactClient {
        height: 35px;
        /*font-size: 15px !important;*/
        margin-bottom: 3rem;
        background-size: 7px 7px, 7px 7px, 0;
        background-position: calc(100% - 13px) calc(0.7em + 5px), calc(100% - 6px) calc(0.7em + 5px), 100% 0;
    }
    .contact-details .contactLocation {
        height: 35px;
        /*font-size: 15px !important;*/
        margin-bottom: 3rem;
        background-size: 7px 7px, 7px 7px, 0;
        background-position: calc(100% - 13px) calc(0.7em + 5px), calc(100% - 6px) calc(0.7em + 5px), 100% 0;
    }

    .text-contact {
        position: absolute;
        width: 75%;
        top: 2%;
        left: 14%;
    }

    .frenchTextArea.text-contact {
        /*top: 0%;*/
    }

        .frenchTextArea.text-contact h5 {
            font-size: 35px;
            text-align: center;
        }

        .frenchTextArea.text-contact h6 {
            font-size: 18px;
            /*margin-bottom: 22rem;*/
            white-space: pre-wrap;
            text-align: center;
        }

        .frenchTextArea.text-contact label {
            font-size: 12px;
        }

    .frenchTextArea .ContactDesc input {
        /*height: 25px;
        padding: 10px;*/
        /*margin-bottom: 3rem;*/
    }

    .frenchTextArea .contact-details .contactClient {
        /*height: 25px;
        padding: 10px;
        margin-bottom: 3rem;
        background-position: calc(100% - 13px) calc(0.7em + -1px), calc(100% - 6px) calc(0.7em + -1px), 100% 0;*/
    }

   
    .ContactDesc textarea {
        height: 80px;
        margin-bottom: 1rem;
    }

    .frenchTextArea .ContactDesc textarea {
       /* height: 80px;
        margin-bottom: 3rem;*/
    }

    .get-quote-btn {
        font-size: 15px;
    }

    .frenchTextArea .get-quote-btn {
        font-size: 15px;
    }

    .mapLocation {
        display: none;
    }
    /*.contactMap, .player-txt, .contact.localiz_sub-bg {*/
    .contactMap, contact_local {
        display: none !important;
    }

    .btn-location {
        display: none;
    }

    contact_sublocal {
        display: flex !important
    }

    .studioContainer {
        margin-top: 8rem !important;
    }

    .ContactDesc input {
        font-size: 13px !important;
    }
    .contact-details .contactClient {
        font-size: 13px !important;
        margin-bottom: 1.5rem;
    }
    .contact-details .contactLocation {
        font-size: 13px !important;
        margin-bottom: 1.5rem;
    }
    .ContactDesc textarea {
        font-size: 13px !important;
    }
    .locationInput .ddcommon {
        height: 35px;
        margin-bottom: 1.5rem;
    }
    .locationInput .ddTitle {
        padding: 0 15px 0 5px;
    }
    .locationInput .ddcommon .arrow {
        border-width: 7px 7px 0 7px !important;
    }
    .locationInput .ddcommon .ddTitleText .ddlabel {
        font-size: 13px;
    }
    .captcha {
        justify-content: space-between;
    }
    #numberReal {
        width: 65%;
        /*margin-top: 1rem;*/
    }


    .text-contact .col-md-6, .contact-details .col-md-12 {
        padding-left: 5px !important;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .realperson-challenge {
        margin-top: 6px;
        align-items: unset;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .loc p {
        width: 100%;
    }

    .carrers_bg .home-text p {
        line-height: 1;
    }

    .carrers_bg .setheight {
        height: 18rem;
    }

    .text-careers p {
        font-size: 60px;
    }

    .text-careers .squad-car {
        font-size: 80px;
    }
}

@media (max-width: 720px) {
    .text-contact h6 {
        margin-bottom: 21rem;
    }
    .ContactDesc input {
        margin-bottom: 1.5rem;
    }
    .contact-details .contactClient {
        margin-bottom: 1.5rem;
    }
    .contact-details .contactLocation {
        margin-bottom: 1.5rem;
    }
    .ContactDesc textarea {
        margin-bottom: 1.5rem;
    }
    .locationInput .ddcommon {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 680px) {
    .text-contact h5 {
        font-size: 30px;
    }

    .text-contact h6 {
        font-size: 18px;
        margin-bottom: 19rem;
    }

    .ContactDesc input {
        margin-bottom: 1.5rem;
        height: 30px;
    }
    .contact-details .contactClient {
        margin-bottom: 1.5rem;
        height: 30px;
        background-position: calc(100% - 13px) calc(0.7em + 3px), calc(100% - 6px) calc(0.7em + 3px), 100% 0;
    }
    .contact-details .contactLocation {
        margin-bottom: 1.5rem;
        height: 30px;
        background-position: calc(100% - 13px) calc(0.7em + 3px), calc(100% - 6px) calc(0.7em + 3px), 100% 0;
    }
    .locationInput .ddcommon {
        margin-bottom: 1.5rem;
    }
    .ContactDesc textarea {
        margin-bottom: 1.5rem;
    }
    .frenchTextArea.text-contact h6 {
        font-size: 18px;
        /*margin-bottom: 17rem;
        height: 58px;*/
    }
    .locationInput .ddcommon {
        height: 30px;
        margin-bottom: 2rem;
    }
   
   
}

@media (max-width: 630px) {
    .ContactDesc input {
        margin-bottom: 0.5rem;
    }
    .contact-details .contactClient {
        margin-bottom: 0.5rem;
    }
    .contact-details .contactLocation {
        margin-bottom: 0.5rem;
    }
    .locationInput .ddcommon {
        margin-bottom: 0.5rem;
    }
    .text-contact .col-md-6,
    .contact-details .col-md-12 {
        margin-bottom: 10px;
    }
    .frenchTextArea.text-contact h6 {
        font-size: 18px;
        /*margin-bottom: 15rem;*/
    }

    .frenchTextArea .ContactDesc input {
        /*margin-bottom: 1rem;*/
    }
    .frenchTextArea .contact-details .contactClient {
        /*margin-bottom: 1rem;*/
    }
    /*.realperson-challenge {
        margin-top: 0;
    }*/

}




@media only screen and (max-width: 576px) {
    .carrers_bg .home-text {
       /* margin-top: 0;
        position: absolute;
        bottom: 90px;*/
    }
    .location-details .ReadMeSection {
        justify-content: center !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }

        .location-details .ReadMeSection a.btn.ReadMeBtn {
            font-family: 'Proxima-regular';
            margin-bottom: 0 !important;
        }
    .cont-header {
        font-size: 25px;
    }
    .triangle-down {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 14px solid #FF7A17;
        margin-top: 0;
    }

    /*.triangle-up {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 14px solid #FF7A17;
        margin-top: 20px;
    }*/
    .text-contact h5 {
        font-size: 25px;
    }

    .text-contact h6 {
        font-size: 15px;
        margin-bottom: 17rem;
    }
    .ContactDesc input {
        height: 25px;
    }
    .contact-details .contactClient {
        height: 25px;
        background-position: calc(100% - 13px) calc(0.7em + 0px), calc(100% - 6px) calc(0.7em + 0px), 100% 0;
    }
    .contact-details .contactLocation {
        height: 25px;
        background-position: calc(100% - 13px) calc(0.7em + 0px), calc(100% - 6px) calc(0.7em + 0px), 100% 0;
    }
    .locationInput .ddcommon {
        height: 25px;
    }
    .text-contact label {
        font-size: 13px;
    }

    .get-quote-btn {
        font-size: 13px;
    }

    .frenchTextArea.text-contact h5 {
        font-size: 25px;
    }

    .frenchTextArea.text-contact h6 {
        font-size: 15px;
        /*margin-bottom: 14rem;*/
    }
    .frenchTextArea.text-contact {
        /*top: 0%;*/
    }
    .frenchTextArea.text-contact label {
        font-size: 13px;
    }

    .frenchTextArea .get-quote-btn {
        font-size: 13px;
    }

    .contact_local-TC .mSec .num {
        white-space:normal;
    }
    .contact_local-ko .mSec .num {
        white-space:normal;
    }
    .korean-careersStat .mSec .num {
        white-space: normal;
    }
    .careersStat-tr .mSec .num {
        white-space: normal;
    }

    .frenchTextArea .ContactDesc textarea {
        /*height: 50px;
        margin-bottom: 0rem;*/
    }
}


@media only screen and (max-width: 520px) {
    .text-contact h5 {
        font-size: 25px;
    }

    .text-contact h6 {
        font-size: 13px;
    }
    .realperson-challenge {
        margin-top: 0;
    }
    .ContactDesc input {
        height: 20px;
    }

    .contact-details .contactClient {
        height: 20px;
        font-size: 13px !important;
        background-position: calc(100% - 13px) calc(0.7em + -2px), calc(100% - 6px) calc(0.7em + -2px), 100% 0;
    }
    .contact-details .contactLocation {
        height: 20px;
        font-size: 13px !important;
        background-position: calc(100% - 13px) calc(0.7em + -2px), calc(100% - 6px) calc(0.7em + -2px), 100% 0;
    }
    .locationInput .ddcommon {
        height: 20px;
    }
    .locationInput .ddcommon .ddTitleText .ddlabel {
        font-size: 13px;
    }
    .ContactDesc textarea {
        height: 60px;
        margin-bottom: 0;
    }

    .frenchTextArea.text-contact h5 {
        font-size: 25px;
    }

    .frenchTextArea.text-contact h6 {
        font-size: 11px;
    }
    
    .frenchTextArea .ContactDesc input {
        /*height: 20px;*/
    }
    .frenchTextArea .contact-details .contactClient {
        /*height: 20px;*/
    }

    .frenchTextArea .ContactDesc textarea {
        /*height: 50px;
        margin-bottom: 0rem;*/
    }
}

@media only screen and (max-width: 480px) {
    .carrers_bg .home-text {
        margin-top: 27%;
    }
    .ContactDesc input {
        height: 20px;
        margin-bottom: 5px;
    }
    .contact-details .contactClient {
        height: 20px;
        margin-bottom: 5px;
        font-size: 13px !important;
        background-position: calc(100% - 11px) calc(0.6em + -1px), calc(100% - 5px) calc(0.6em + -1px), 100% 0;
        background-size: 6px 6px, 6px 6px, 0;
    }
    .contact-details .contactLocation {
        height: 20px;
        margin-bottom: 5px;
        font-size: 13px !important;
        background-position: calc(100% - 11px) calc(0.6em + -1px), calc(100% - 5px) calc(0.6em + -1px), 100% 0;
        background-size: 6px 6px, 6px 6px, 0;
    }
    .locationInput .ddcommon {
        height: 20px;
        margin-bottom: 5px;
    }
    .locationInput .ddcommon .arrow {
        border-width: 6px 6px 0 6px !important;
    }
    .text-contact label {
        font-size: 10px;
    }

    .text-contact h6 {
        margin-bottom: 12rem;
    }

    .frenchTextArea .ContactDesc input {
       /* height: 20px;
        margin-bottom: 5px;*/
    }
    .frenchTextArea .contact-details .contactClient {
        /*height: 20px;
        margin-bottom: 5px;
        font-size: 13px !important;
        background-position: calc(100% - 11px) calc(0.6em + -1px), calc(100% - 5px) calc(0.6em + -1px), 100% 0;
        background-size: 6px 6px, 6px 6px, 0;*/
    }

    .frenchTextArea.text-contact label {
        font-size: 12px;
    }

    .frenchTextArea.text-contact h6 {
        /*margin-bottom: 14rem;*/
        height:unset;
    }
    .text-contact .col-md-6, .contact-details .col-md-12 {
        margin-bottom: 5px;
    }
    .frenchTextArea.text-contact .col-md-6, .frenchTextArea.contact-details .col-md-12 {
        /*margin-bottom: 3px;*/
    }
    .realperson-challenge {
        /*margin-top: 6px;*/
    }
}

@media only screen and (max-width: 430px) {
    .text-contact h6 {
        margin-bottom: 10rem;
    }
    
    .ContactDesc input {
        height: 20px;
        /*margin-bottom: 1rem;*/
    }
    .contact-details .contactClient {
        height: 20px;
        /*margin-bottom: 1rem;*/
        font-size: 13px !important;
        background-position: calc(100% - 11px) calc(0.6em + -1px), calc(100% - 5px) calc(0.6em + -1px), 100% 0;
        background-size: 6px 6px, 6px 6px, 0;
    }
    .contact-details .contactLocation {
        height: 20px;
        /*margin-bottom: 1rem;*/
        font-size: 13px !important;
        background-position: calc(100% - 11px) calc(0.6em + -1px), calc(100% - 5px) calc(0.6em + -1px), 100% 0;
        background-size: 6px 6px, 6px 6px, 0;
    }
    .locationInput .ddcommon {
        height: 20px;
        margin-bottom: 1rem;
    }
    .ContactDesc textarea {
        height: 30px;
        margin-bottom:0;
    }
    .text-contact label {
        line-height: 1.2;
    }

    .frenchTextArea.text-contact h6 {
        /*margin-bottom: 9rem;*/
    }

    .frenchTextArea .ContactDesc input {
       /* height: 20px;
        margin-bottom: 1.5rem;*/
    }
    .frenchTextArea .contact-details .contactClient {
        height: 20px;
        margin-bottom: 5px;
        font-size: 13px !important;
        background-position: calc(100% - 11px) calc(0.6em + -1px), calc(100% - 5px) calc(0.6em + -1px), 100% 0;
        background-size: 6px 6px, 6px 6px, 0;
    }
    .frenchTextArea .contact-details .contactLocation {
        height: 20px;
        margin-bottom: 5px;
        font-size: 13px !important;
        background-position: calc(100% - 11px) calc(0.6em + -1px), calc(100% - 5px) calc(0.6em + -1px), 100% 0;
        background-size: 6px 6px, 6px 6px, 0;
    }

    .frenchTextArea .ContactDesc textarea {
        height: 30px;
    }
}


@media only screen and (max-width: 425px) {
    .careersStat-tr.careersStat.coloredBg .mSec .num {
        font-size: 23px !important;
    }

    .contact_local-TC.contact.localiz_sub-bg .mSec .num {
        font-size: 23px !important;
    }
}

@media only screen and (min-width: 375px) and (max-width: 400px) {
    .frenchTextArea.text-contact h6 {
        font-size: 9px;
        margin-bottom: 8rem;
        height: 58px;
    }
}

@media only screen and (max-width: 400px) {
    .get-quote-btn {
        font-size: 10px;
    }

    .ContactDesc textarea .check_privacy label{
        height: 40px;
    }

    .ContactDesc input {
        /*margin-bottom: 5px;*/
        height: 17px;
    }
    .contact-details .contactClient {
        height: 17px;
    }
    .contact-details .contactLocation {
        height: 17px;
    }
    .text-contact .col-md-6, .contact-details .col-md-12 {
        margin-bottom: 3px !important;
    }
    .text-contact label {
        font-size: 10px;
    }

    .text-contact h5 {
        font-size: 25px;
    }

    .text-contact h6 {
        font-size: 12px;
        margin-bottom: 9rem;
    }

    .check_privacy label {
        font-size: 10px !important;
    }
    .check_privacy label a{
        margin-left:0;
    }
    .frenchTextArea .get-quote-btn {
        font-size: 10px;
    }

    .frenchTextArea .ContactDesc textarea {
        /*height: 30px;*/
    }

    .frenchTextArea .ContactDesc input {
       /* margin-bottom: 5px;
        height: 20px;*/
    }

    .frenchTextArea.text-contact label {
        font-size: 10px;
    }

    .frenchTextArea.text-contact h5 {
        font-size: 25px;
    }

    .frenchTextArea.text-contact h6 {
        font-size: 9px;
        margin-bottom: 8rem;
    }
    .carrers_bg-jap .text-careers p {
        font-size: 25px;
    }
    .carrers_bg-jap .text-careers .squad-car {
        font-size: 35px !important;
        white-space: nowrap;
    }
}

@media only screen and (min-width: 380px) and (max-width: 395px) {
    .text-contact h6 {
        font-size: 12px;
        margin-bottom: 10rem;
    }
}


/* @media only screen and (max-width: 420px) {
    .text-contact .col-md-6, .contact-details .col-md-12 {
        margin-bottom: 7px;
    }
} */
@media only screen and (max-width: 425px){
    .careersStat-tr.careersStat.coloredBg .mSec .num {
        font-size: 23px !important;
    }
    .contact_local-TC.contact.localiz_sub-bg .mSec .num {
        font-size: 23px !important;
    }
}
@media only screen and (min-width: 375px) and (max-width: 400px) {
    .frenchTextArea.text-contact h6 {
        font-size: 9px;
        margin-bottom: 8rem;
        height: 58px;
    }
}




        @media only screen and (max-width: 350px) {
            .get-quote-btn {
                font-size: 10px;
            }

            .ContactDesc textarea {
                height: 30px;
                margin-bottom:0 !important;
            }

            .ContactDesc input {
                margin-bottom: 5px;
                height: 17px;
            }
            .contact-details .contactClient {
                margin-bottom: 5px;
            }
            .contact-details .contactLocation {
                margin-bottom: 5px;
            }
            .locationInput .ddcommon {
                margin-bottom: 5px;
            }
            #numberReal {
                /*margin-bottom: 3px;*/
            }

            .text-contact label {
                font-size: 10px;
            }

            .text-contact h5 {
                font-size: 18px;
            }

            .text-contact h6 {
                margin-bottom: 9rem;
                font-size: 8px;
            }


            .frenchTextArea .get-quote-btn {
                font-size: 8px;
            }

            .frenchTextArea.text-contact label {
                font-size: 8px;
            }

            .frenchTextArea.text-contact {
                top: 3%;
            }

                .frenchTextArea.text-contact h5 {
                    font-size: 15px;
                }

        }

        @media only screen and (max-width: 330px) {
            .get-quote-btn {
                font-size: 9px;
            }

            .ContactDesc textarea {
                height: 30px;
            }

            .ContactDesc input {
                margin-bottom: 0;
                height: 20px;
            }
            .contact-details .contactClient {
                margin-bottom: 0;
                height: 20px;
            }
            .contact-details .contactLocation {
                margin-bottom: 0;
                height: 20px;
            }

            #numberReal {
                margin-bottom: 3px;
            }

            .text-contact label {
                font-size: 8px;
            }

            .text-contact h5 {
                font-size: 20px;
            }

            .text-contact h6 {
                font-size: 10px;
                margin-bottom: 10rem;
            }
        }

       /* @media only screen and (max-width: 350px) {
            .ContactDesc textarea {
                height: 40px;
                margin-bottom: 5px;
            }

            .text-contact h5 {
                font-size: 18px;
            }

            .text-contact h6 {
                margin-bottom: 10rem;
                font-size: 8px;
            }
        } */





        @media only screen and (min-width: 577px) and (max-width: 768px) {

            .DeborahBike .detail {
                padding: 0 20px;
            }

            .carrers_bg .setheight {
                height: 12rem !important;
            }

            .text-careers p {
                font-size: 40px;
            }

            .text-careers .squad-car {
                font-size: 55px !important;
            }
        }



        @media only screen and (min-width: 300px) and (max-width: 576px) {
            .text-careers p {
                font-size: 40px;
            }
            .carrers_bg.container_div {
                margin-bottom: 35px;
            }
            .text-careers .squad-car {
                font-size: 55px !important;
            }

            .french-text-careers p {
                font-size: 5rem;
            }

            .french-text-careers .squad-car {
                font-size: 5rem;
            }

            .careersStat.coloredBg {
                padding: 65px 7px 70px;
            }

                .careersStat.coloredBg .mSec .num {
                    font-size: 30px !important;
                    margin: 0;
                    width: unset;
                }

            .careersStat-Jap.coloredBg .mSec .num {
                font-size: 20px !important;
            }

            .contact.localiz_sub-bg .mSec .num {
                font-size: 20px !important;
                margin: 0;
            }

            .careersStat.coloredBg .mSec {
                width: 50%;
            }

                .careersStat.coloredBg .mSec .desc {
                    font-size: 16px;
                }

            .carrers_bg .setheight {
                height: unset !important;
            }

            /*.mSec-part {
        display: block;
    }*/

            .contact.localiz_sub-bg .mSec .num {
                font-size: 30px !important;
                margin: 0;
            }

            .contact_local-Jap.coloredBg .mSec .num {
                font-size: 20px !important;
                margin: 0;
            }

            .contact.localiz_sub-bg .mSec .desc {
                font-size: 16px;
            }

            .loc p {
                width: 100%;
            }

            .desc-p {
                font-size: 11px;
            }

            .name {
                font-size: 18px;
                padding-top: 0;
            }

            .realperson-regen {
                /*font-size: 9px !important;*/
            }

            .realperson-text {
               /* font-size: 3px !important;
                line-height: 2px !important;*/
            }

            /*.featureJobTable .table > tbody > tr > td:nth-child(2) {
                width: 40%;
            }*/
        }


        @media only screen and (min-width: 300px) and (max-width: 480px) {
            .text-contact h6 {
                white-space: pre-wrap;
            }

            .loc, .btn-map {
                padding: 0 !important;
            }
            .text-careers p {
                font-size: 30px !important;
            }
            .realperson-text p {
                font-size: smaller !important;
            }
            .text-careers .squad-car {
                font-size: 45px !important;
            }
        }

        .loc p a {
        color: #1F1F24;
        text-decoration: unset;
    }

        .loc p a:hover {
            color: #009cbc;
            text-decoration: unset;
        }



.loc p a {
    color: #1F1F24;
    text-decoration: underline !important;
}










/*OWL CAROUSEL*/
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.owl-item {
    /*margin-left:10px;*/
}

.owl-nav button.owl-prev {
    left: -8px;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
    display: none;
}

    .owl-dots button.owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 3px;
    }

    .owl-dots button.owl-dot.active {
        background-color: #000;
    }

    .owl-dots button.owl-dot:focus {
        outline: none;
    }

/*.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FDC715 !important;
}*/


.owl-prev.disabled {
    cursor: none;
}
.owl-prev.disabled span,
.owl-next.disabled span{
   background-image: url(https://d323sccto6ke4l.cloudfront.net/images/careers/careerimages/en-us/leftgrey.png);
}

.owl-next.disabled {
    cursor: default !important;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next.disabled span {
    transform: rotate( 180deg );
}
.owl-nav .owl-prev.disabled span {
    transform: unset;
}

.owl-slider span {
    font-size: 0px;
    /*font-size: 50px;*/
    position: relative;
    top: -3px;
    /*color: white;*/
    background-image: url(https://d323sccto6ke4l.cloudfront.net/images/careers/careerimages/en-us/rightorange.png);
    width: 42px;
    height: 42px;
    background-size: 100% 100%;
}

.owl-nav button:focus {
    outline: none !important;
}

@media only screen and (max-width: 992px) and (max-height: 500px) and (orientation : landscape) {
    .location-details .modal-lg {
        /*top: 35%;*/
        padding-top:0;
    }
    .realperson-text p {
        letter-spacing: -6.2px !important;
    }
}
    /*@media only screen and (max-width:1100px) {
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        padding: 0 2px !important;
    }

    .owl-slider span {
        font-size: 40px;
    }
}*/

    .hidecaptcha {
        display: none !important
    }
