* {
    margin: 0;
    padding: 0;
}

.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-checkbox::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.y-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

body {
    font-family: Muli, sans-serif;
    color: #1a1b1f;
    font-size: 1vw;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

h1 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: Sharpsansdispno2, sans-serif;
    font-size: 2.5em;
    line-height: 1.1em;
    font-weight: 400;
    text-align: left;
}

h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Sharpsansdispno2, sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 700;
}

h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Sharpsansdispno2, sans-serif;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Sharpsansdispno2, sans-serif;
    color: #f1f1f1;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Helveticaltstd;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

p {
    margin-bottom: 0px;
    font-family: Muli, sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
}

a {
    display: block;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #1a1b1f;
    text-decoration: underline;
}

a:hover {
    color: #32343a;
}

a:active {
    color: #43464d;
}

.btn-primary {
    /* display: inline-block;
    padding: 7px 20px;
    background-color: #fdb813;
    color: #212121;
    border: 0;
    font-size: 14px;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0; */
    
    background-color: #e44226;
    padding: 9px 15px;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    font-size: 16px;
    text-align: center;
    margin-top: 22px;
}

.btn-primary:hover {
    background: #512083;
    color: #f1f1f1;
}

.getstarted_btn {
    background-color: #e44226;
    padding: 9px 15px;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    font-size: 16px;
    margin: 0 auto;
    width: 150px;
    height: 27px;
    text-align: center;
    margin-top: 22px;
}

.getstarted_btn:hover {
    background: #512083;
    color: #f1f1f1;
}

ul {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 40px;
    list-style-type: disc;
}

li {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.5em;
}

img {
    display: block;
}

.red-sep-small {
    display: inline-block;
    width: 25px;
    height: 4px;
    background-color: red;
}

label {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

blockquote {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 15px 30px;
    border-left: 5px solid #e2e2e2;
    font-size: 20px;
    line-height: 34px;
}

figure {
    margin-top: 25px;
    padding-bottom: 20px;
}

figcaption {
    margin-top: 5px;
    opacity: 0.6;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}

.margin {
    display: block !important;
}

.m-0 {
    margin: 0 !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.d-flex {
    display: flex;
}

.flext-start {
    align-items: flex-start;
}

.d-block {
    display: block;
}

.text-dark {
    color: #000;
}

.section {
    margin-right: 0px;
    margin-left: 0px;
}

.section.cc-cta {
    padding-right: 80px;
    padding-left: 80px;
    background-color: #f4f4f4;
}

.section.cc-store-home-wrap {
    margin-right: 0px;
    margin-left: 0px;
}

.section .section-title {
    margin-bottom: 20px;
}

.container {
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 1em 10px 1.5em;
}

.container.flex-vert {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/*
.container.banner {
  padding-right: 0px;
  padding-left: 0px;
  max-width: 1200px;
}
*/

.paragraph-tiny {
    font-size: 12px;
    line-height: 20px;
}

.paragraph-bigger {
    margin-bottom: 10px;
    opacity: 1;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
    opacity: 0.6;
}

.button {
    padding: 12px 20px;
    border-radius: 0px;
    background-color: #639;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #f1f1f1;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.button:hover {
    background-color: #32343a;
    color: #f1f1f1;
}

.button:active {
    background-color: #43464d;
}

.button.cc-jumbo-button {
    padding: 16px 35px;
    font-size: 14px;
    line-height: 26px;
}

.button.cc-white-button {
    padding: 16px 35px;
    background-color: #f1f1f1;
    color: #202020;
    font-size: 14px;
    line-height: 26px;
}

.button.cc-white-button:hover {
    background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
    background-color: hsla(0, 0%, 100%, 0.9);
}

.cta-buttons {
    margin: 15px 0;
}

.cta-buttons #ebcaptchatext {
    float: left;
    margin: 6px 10px 0 0;
}

.cta-buttons #ebcaptchainput {
    background-color: transparent;
    border: solid 1px #ffffff;
    color: #f1f1f1;
    padding: 8px 12px;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #828181;
}

.dash {
    width: 40px;
    height: 6px;
    background: #6e2c91;
    display: inline-flex;
    margin: 0 10px;
}

.heading-jumbo {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 64px;
    line-height: 80px;
    text-transform: none;
}

.heading-jumbo-small {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
    text-transform: none;
}

.logo-link {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.logo-link:hover {
    opacity: 0.8;
}

.logo-link:active {
    opacity: 0.7;
}

.logo-link.w--current {
    width: 250px;
}

.logo-content {
    margin: 0 0 0 20px
}

.navigation-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1000px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.navigation {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.navigation-wrap .col-start,
.navigation-wrap .col-end {
    display: flex;
    align-items: center
}

.logo-image {
    display: block;
    width: auto;
    min-width: auto;
}

.navigation .header-cta-buttons {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 20px
}

.navigation .header-cta-buttons a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 10px
}

.navigation .header-cta-buttons a {
    text-decoration: none
}

@media screen and (max-width: 767px) {
    .navigation {
        padding: 30px 30px 15px 30px;
    }
    .navigation-wrap {
        width: 90%;
        padding: 0
    }
    .navigation .logo-image {
        height: 40px;
    }
    .navigation .header-cta-buttons .button-text {
        display: none
    }
    .navigation .logo-link {
        justify-content: flex-start
    }
    .navigation .logo-content {
        display: none
    }
    .footer .our-branches {
        flex-direction: column;
        text-align: left
    }
    .footer .footer-bottom {
        flex-direction: column
    }
    .footer .social-icons a:first-child {
        margin-left: 0
    }
}

.signup-form .form-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
}


.signup-form .form-control {
    max-height: 16px;
    margin-bottom: 10px;
    background-color: transparent;
    color: #979797;
    font-size: 12px;
    width: -webkit-fill-available;
    font-family: Muli, sans-serif;
}

.signup-form select.form-control {
    max-height: 34px;
}

.footer-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 70px;
    padding-bottom: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta-text {
    width: 80%;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
}

.cta-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.cta-wrap._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.intro-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70vh;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    background-image: url('../nalsar-banner.png');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.intro-content {
    width: 70%;
    max-width: 1140px;
    text-align: center;
}

.intro-content.cc-homepage {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.status-message {
    padding: 9px 30px;
    background-color: #202020;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}

.status-message.cc-error-message {
    background-color: #db4b68;
}

.text-field {
    margin-bottom: 18px;
    padding: 21px 20px;
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    -webkit-transition: border-color 400ms ease;
    transition: border-color 400ms ease;
    font-size: 14px;
    line-height: 26px;
}

.text-field:hover {
    border-color: #e3e6eb;
}

.text-field:active {
    border-color: #43464d;
}

.text-field:focus {
    border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
    color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
    color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
    color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
    color: rgba(50, 52, 58, 0.4);
}

.protected-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.protected-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 90px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.protected-heading {
    margin-bottom: 30px;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    padding: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

._404-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1a1b1f;
}

._404-content-wrap {
    margin-bottom: 20px;
}

.intro-text {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.btn {
    display: inline-block;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0px 1.75em;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #e0e6ed;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #4f5e6e;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
}

.btn:hover {
    box-shadow: inset 0 0 0 1px #e0e6ed;
    opacity: 0.8;
    color: #4f5e6e;
    text-decoration: none;
}

.btn.btn--primary {
    background-color: #0b77e3;
    box-shadow: none;
    color: #fff;
}

.btn.btn--primary.internal {
    height: 40px;
    margin: 10px 5px;
    padding-top: 0em;
    padding-bottom: 0em;
    border-radius: 5px;
    background-color: #f7362f;
}

.nav-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-box-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.85);
    text-align: center;
}

.wrap-70p {
    width: auto;
}

.heading-4 {
    color: orange;
    font-size: 2.5em;
    font-weight: 700;
    text-align: left;
    text-shadow: 4px 4px 6px #353535;
}

.form-block {
    display: block;
    max-width: none;
    margin-top: 15px;
    margin-left: 0px;
    padding: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f7362f;
    box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.18);
}

.form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form-field {
    max-height: 26px;
    min-width: auto;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px;
    font-size: 12px;
    line-height: 1em;
}

.form-field._2 {
    margin-right: 2px;
}

.submit-button {
    background-color: orange;
    font-weight: 700;
    letter-spacing: 1px;
}

.checkbox-field {
    font-size: 8px;
    text-align: left;
}

.checkbox-label-2 {
    color: #fff;
    text-transform: none;
}

.heading-form {
    color: #fff;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 600;
}

.error-message {
    background-color: #fff;
}

.text-block {
    color: maroon;
    font-size: 0.9em;
}

.section-red {
    background-color: #f7362f;
}

.section-red._40px-pad {
    position: relative;
    padding-top: 100px;
    padding-bottom: 140px;
    background-color: transparent;
}

.white {
    color: #fff;
}

.section-80px-pad {
    display: block;
    padding-top: 80px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
}

.b {
    font-weight: 700;
}

.hflex-40vw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 80vw;
    padding: 5px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background-color: #efefef;
}

.wrap-10px-pad {
    padding-right: 10px;
    padding-left: 10px;
}

._80vw-60px-tb-pad {
    position: relative;
    max-width: 80vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.flex {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: center;
}

.wrap-40p {
    width: 40%;
}

.wrap-60p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.vflex-left-20px {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.youtube {
    -o-object-fit: cover;
    object-fit: cover;
}

.body {
    background-color: #fff;
    font-family: Muli, sans-serif;
}

._80vw {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
}

.wrap-80p {
    width: 80%;
}

.wrap-grey-80pxpad-tb {
    height: 100%;
    margin-right: 10px;
    padding: 80px 30px;
    background-color: #ece7e2;
}

.grid {
    width: 90%;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
}

.wrap-grid-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #ffc717;
}

.wrap-grid-title.center-align {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrap-grid-light {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    padding: 5px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fadca8;
}

.wrap-grid-light.center-align {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrap-grid-dark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    padding: 5px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fbce7d;
}

.wrap-grid-dark.center-align {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vflex-cent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.center {
    text-align: center;
    text-decoration: none;
    text-transform: none;
}

.grid-2 {
    margin-top: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.elec-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.elec-name {
    padding-top: 20px;
    text-align: center;
}

.wrap-redbg {
    width: 100%;
    background-color: #f7362f;
}

.wrap-40px-all {
    padding: 40px;
    border-radius: 30px;
}

.wrap-10px-pad-tb {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: justify;
}

.wrap-yellowbg {
    width: 100%;
    border-radius: 30px;
    background-color: #f9e2bb;
}

.carousel-slider {
    overflow: visible;
    height: auto;
    margin-top: 30px;
    margin-bottom: 45px;
    padding: 10px 55px;
    border: 1px solid #eff2f7;
    background-color: transparent;
    box-shadow: none;
}

.slider__arrow--right {
    display: none;
    overflow: visible;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, 0);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #e5e9f2;
    font-size: 32px;
    line-height: 100%;
    font-weight: 400;
}

.slider__arrow--right:hover {
    background-color: #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #d3dce6;
}

.carousel-slider__slide {
    display: inline-block;
    width: 16.66%;
    height: 150px;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 16.67%;
    -webkit-flex: 16.67%;
    -ms-flex: 16.67%;
    flex: 16.67%;
}

.carousel-slider__slide:hover {
    float: none;
}

.slider__nav {
    left: 0px;
    right: 0px;
    bottom: 20px;
    width: auto;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    line-height: 100%;
}

.slider__nav.carousel-slider__nav {
    bottom: -45px;
}

.carousel-slider__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #e5e9f2;
    background-color: #fff;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    cursor: -webkit-grab;
    cursor: grab;
}

.carousel-slider__item:hover {
    background-color: #fbfcfd;
}

.carousel-slider__item:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.carousel-slider__img {
    width: auto;
    height: 100px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.slider__arrow--left {
    display: none;
    overflow: visible;
    width: 32px;
    height: 32px;
    margin-left: 20px;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, 0);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #e5e9f2;
    font-size: 32px;
    line-height: 100%;
    font-weight: 400;
}

.slider__arrow--left:hover {
    background-color: #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #c0ccda;
}

.text-block-4 {
    font-family: Icofont;
    font-size: 10px;
}

.italic-text {
    display: block;
    font-family: 'Icon font';
    font-size: 1em;
}

.wrap-campus {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #fff;
    border-radius: 20px;
}

.wrap-50p {
    width: 50%;
}

.imghold-rel20 {
    position: relative;
    left: 20px;
    top: -40px;
}

.wrap-campus-items {
    margin-top: 40px;
}

.grid-3 {
    padding-top: 20px;
    padding-bottom: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 80px;
}

.wrap-20pxall {
    padding: 20px;
}

.wrap-30p {
    width: 30%;
}

.wrap-30p.procedure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    background-color: #ffc717;
}

.grid-footer-social {
    grid-column-gap: 5px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.link-block {
    text-decoration: none;
}

.popup-simple {
    position: fixed;
    z-index: 99999;
    display: none;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.98);
}

.popup-div {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 500px;
    height: 500px;
    margin: auto;
}

.div-block-32 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 99;
    margin-top: 20px;
    padding: 4px 16px;
    background-color: transparent;
    cursor: pointer;
}

.image-35 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    color: #ababac;
}

.popup-trigger {
    position: relative;
    z-index: 10;
    margin-right: 10px;
    padding-top: 10px;
    padding-right: 1.75em;
    padding-left: 1.75em;
    border-radius: 5px;
    background-color: #f7362f;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.popup-trigger:hover {
    color: #fff;
}

.banner-image {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.banner-form {
    width: 35%;
    padding-left: 3%;
    padding-right: 15%;
}

.banner-form h1 {
    font-size: 36px;
    margin: 0 0 20px 0;
}

.banner-form .heading-block {
    position: relative;
    color: #000;
    margin: 5px 0 20px 0;
}

.banner-form .heading-block h4 {
    width: 60%;
    margin: 0;
}

.banner-form .heading-block .dash {
    height: 3px;
    align-self: flex-end;
    margin: 10px;
}

.p-bold {
    font-weight: 700;
}

.flex-70p {
    display: block;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.purple-sep-small {
    display: inline-block;
    width: 40px;
    height: 4px;
    background-color: #e44126;
}

.wrap-sep {
    display: inline-block;
    height: 100%;
    padding-bottom: 0px;
    padding-left: 5px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.div-block-35 {
    display: inline-block;
    max-width: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.state-field {
    max-height: 34px;
    margin-bottom: 5px;
    background-color: transparent;
    color: #979797;
    font-size: 12px;
}

.checkbox-label-3 {
    font-weight: 300;
    text-transform: none;
}

.checkbox {
    background-color: #6d6c6c;
}

.form-block-2 {
    width: 100%;
    padding-top: 10px;
}

.hflex-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.text-field-2 {
    margin-right: 2px;
}

.submit-button-2 {
    margin-top: 15px;
    background-color: #639;
    font-size: 16px;
}

.red-bar-vert-abs {
    position: absolute;
    left: auto;
    top: 60px;
    right: -2%;
    bottom: 0%;
    width: 2em;
    height: 12em;
    background-color: #e44126;
}

.grid-4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 60px;
}

.gap-40 {
    grid-gap: 40px;
}

.gap-60 {
    grid-gap: 60px;
}

.col-gap-10 {
    grid-column-gap: 10px !important;
}

.col-gap-20 {
    grid-column-gap: 20px !important;
}

.col-gap-40 {
    grid-column-gap: 40px !important;
}

.col-gap-60 {
    grid-column-gap: 60px !important;
}

.c-grid {
    grid-template-columns: 240px 1fr 1fr;
}

.wrap-10px-tb {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wrap-20px-tb {
    padding-top: 20px;
    padding-bottom: 20px;
}

.list {
    margin-top: 0px;
    padding-left: 0px;
    list-style-type: none;
}

.list-item {
    padding-left: 20px;
    background-image: url('redsquare.png');
    background-position: 0px 6px;
    background-size: auto;
    background-repeat: no-repeat;
}

.icon-hold {
    padding-bottom: 20px;
}

.vflex-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.list-2 {
    padding-left: 0px;
    list-style-type: decimal;
}

.list-2 li {
    margin-bottom: 10px;
}

.qualify-checklist .icon-hold {
    padding-bottom: 5px;
}

.grid-5 {
    padding-top: 10px;
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.purple {
    color: #639;
}

.div-block-36 {
    max-width: none;
}

.grid-6 {
    grid-column-gap: 32px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.image-37 {
    position: static;
    font-family: Muli, sans-serif;
    font-weight: 400;
    white-space: normal;
    background-clip: border-box;
    cursor: auto;
    -o-object-fit: fill;
    object-fit: fill;
}

.grid-7 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.process p.p-bold {
    margin: 0 !important;
}

.rewards p,
.process p {
    margin-bottom: 20px;
}

.salaries .y-layout-grid {
    grid-row-gap: 5px;
    grid-column-gap: 10px;
}

.salaries .table-heading {
    background-color: #639;
    font-size: 14px;
    color: #fff;
    padding: 5px 15px;
}

.salaries .salary-cell {
    padding: 5px 15px;
    background-color: #f9f7fb;
}

.salaries .salary-cell.bg-color {
    background-color: #ffffff;
}

.salaries .salary-cell p {
    margin: 0;
}

.faqs .faq-item {
    background: #e4e6e7;
    padding: 20px 30px 25px 30px;
    ;
}

.faqs .faq-item:not(:last-child) {
    margin-bottom: 10px;
}

.faqs .faq-item .faq-qus {
    color: #000;
}

.faqs .faq-item ul {
    list-style-type: none;
    padding: 0;
}

.faqs .faq-item p {
    margin: 0 0 5px 0;
}

.link {
    display: inline;
    color: #639;
}

.grid-8 {
    padding-top: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.snapshot .p-largest {
    font-family: Sharpsansdispno2, sans-serif;
    font-size: 60px;
    font-weight: 700;
    margin-top: 0px;
}

.snapshot .large-font {
    font-size: 20px;
    color: #808080;
}

.disclaimer {
    background: #ffffff;
    text-align: center;
    padding: 15px 10px
}

.footer {
    background-color: #333;
    color: #ffffff;
    padding-top: 40px;
    margin-top: 0px;
}

.footer a,
.footer a:hover,
.footer nav a:hover {
    color: #ffffff;
}

.footer .our-branches {
    display: flex;
    justify-content: space-between;
    gap: 50px
}

.footer .our-branches .branch-location {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff
}

.footer .contact-information {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 20px 0 0 0;
    padding: 0
}

.footer .contact-information li {
    font-size: 13px
}

.footer .contact-information li:not(:last-child) {
    margin-bottom: 20px
}

.footer .f-row {
    display: flex;
    margin-bottom: 40px;
}

.footer .f-row .p-footer-title {
    color: #f1f1f1;
    font-size: 25px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
    width: 300px;
    text-decoration: none;
}

.footer .p-footer-small {
    color: #fff;
    font-size: 16px;
}

.footer .contact-information .phone-link {
    margin-right: 40px;
}

.footer .footer-icon {
    margin: 5px 10px 0 0
}

.footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0 0
}

.footer nav a {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #f1f1f1;
    display: inline-block;
    text-decoration: none;
    margin-right: 50px;
    margin-bottom: 10px;
}

.footer nav a:last-child::after {
    display: none;
}

.phone-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}

.footer .social-icons {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.footer .social-icons a {
    width: 40px;
    height: 40px;
    margin: 10px 20px;
}

.footer .social-icons a img {
    height: 30px;
    margin: auto;
}

.image-39 {
    display: block;
}

.div-block-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-icon {
    padding-right: 5px;
    padding-left: 5px;
}

.link-2 {
    color: #f1f1f1;
    text-decoration: none;
}

.link-2:hover {
    color: #f1f1f1;
}

.nav-link {
    padding: 10px;
    font-size: 14px;
}

.nav-contacts-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1140px;
    padding-bottom: 5px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none none solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.08);
}

.nav-flex-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5px;
    padding-left: 5px;
    text-decoration: none;
}

.nav-icon {
    padding-right: 4px;
}

.p-nav-small {
    font-size: 12px;
}

.flex-capcha {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.capcha-ques {
    width: 20%;
    max-width: none;
    padding-right: 5px;
}

.capcha-ques p {
    margin: 0;
    font-size: 12px;
}

.p-small {}

.p-footer-tiny {
    color: #f1f1f1;
    font-size: 12px;
}

.capcha-ans {
    width: 80%;
    max-width: none;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.link-3 {
    display: inline;
}

.link-4 {
    display: inline;
}

/* Abdul */

.text-center {
    text-align: center;
}

.text-light-dark {
    font-weight: 600;
}

.w-70p {
    width: 73%;
    display: table;
    margin: 0 auto;
}

.mt-25p {
    margin-top: 25px;
}

.y-layout-grid-c4 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 60px;
}

.icon-center {
    display: table;
    margin: 0 auto;
}

.w-75p {
    width: 75%;
    margin: 0 auto;
}

.mt-30p {
    margin-top: 30px;
}

.banner-image-vertical {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 42%;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.banner-content {
    position: relative;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
    width: 58%;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    /* -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;*/
    align-self: auto;
    background: #fdb913;
    padding: 55px;
}

.red-bar-vert-abs-img {
    position: absolute;
    right: auto;
    top: 120px;
    left: -2%;
    bottom: 0%;
    width: 20px;
    height: 150px;
    background-color: #e44126;
}

.c-333 {
    color: #333333;
}

.fw-600 {
    font-weight: 800;
}

.mt-20 {
    margin-top: 20px
}

h4 {
    position: relative;
}

h4.before-border:after {
    width: 40px;
    height: 3px;
    background: #6e2c91;
    display: inline-flex;
    margin: 0 10px;
    content: '';
    position: absolute;
    top: 35px;
}

.page-break {
    background: #333333;
    padding: 50px 0px;
    position: relative;
}

.page-break h3 {
    color: #f1f1f1;
    text-align: center;
    display: table;
    margin: 0 auto;
    font-weight: 600;
}

.yellow {
    color: #fdb913;
}

.mb-30 {
    margin-bottom: 30px;
}

.font-14 {
    font-size: 14px;
    line-height: 22px;
}

.btn-secondary {
    padding: 10px 20px;
    background: #fdb913;
    width: auto;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}

.btn-secondary img {
    display: inline-block;
    margin-left: 10px;
}

.btn-secondary:after {
    content: '';
    position: absolute;
    top: 10px;
    right: -2px;
    height: 20px;
    width: 4px;
    background: #e44226;
}

.page-break:before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 10%;
    width: 200px;
    height: 20px;
    background: #e44226;
    z-index: 999;
}

.w-40p {
    width: 40%;
}

.w-60p {
    width: 60%;
}

.footer-links ul {
    list-style-type: none;
    margin-top: 0px;
    padding-left: 0px;
}

.footer-links ul li a {
    color: #f1f1f1;
    text-decoration: none;
    font-size: 11px;
}

.footer-links ul li {
    display: inline-block;
    border-right: 2px solid red;
    padding: 0px 12px;
    line-height: 15px;
}

.grid-c-3 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 60px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.pt-60 {
    padding-top: 60px;
    padding-bottom: 0px;
}

.w-35p {
    width: 35%;
}

.w-60p {
    width: 65%;
}

.ds-inline {
    display: inline-block;
}

.w-50p {
    width: 50%;
}

.ver-align-top {
    vertical-align: top;
}

ul.inspirtation-list {
    list-style-type: none;
    margin: 0;
}

ul.inspirtation-list li {
    position: relative;
    text-align: left;
}

.yellowbar {
    display: inline-block;
    margin-right: 10px;
}

.pl-5 {
    padding-left: 5%;
}

.red-bar-abs-img {
    position: absolute;
    right: auto;
    top: 40px;
    left: -1%;
    bottom: 0%;
    width: 20px;
    height: 150px;
    background-color: #e44126;
}

/* Yaxis Global Talent */

.global-talent_banner .banner-image {
    width: 55%;
    background: url(global-talent-banner-desktop.jpg);
    height: 700px;
    background-size: contain;
    background-position: 0 0;
    position: relative;
    background-repeat: no-repeat;
}

.global-talent_banner .banner-form {
    width: 45%;
    padding: 40px;
    position: relative;
}

.global-talent_banner p {
    font-size: 14px
}

@media screen and (max-width: 767px) {
    .global-talent_banner .banner-image {
        width: 100%;
        background-image: none;
        height: auto;
        padding: 0
    }
    .global-talent_banner .banner-form {
        width: 100%;
        padding: 40px 0
    }
}

/* Yaxis iec */

body.yaxis-nz-iec a.btn-primary {
    background: #009cad;
    color: #f1f1f1;
}

.nz_iec_banner {
    background: url(nz_iec_banner.jpg);
    background-size: cover;
    position: relative;
}

.nz_iec_banner .banner-form {
    width: 38%;
    background: #009cad;
    padding: 40px;
    color: #f1f1f1;
    position: relative;
}

.nz_iec_banner .container.banner {
    padding: 0;
}

.nz_iec_banner .banner-form:before {
    content: '';
    position: absolute;
    top: 95px;
    left: -2%;
    width: 20px;
    height: 270px;
    background: #e44226;
}

.nz_iec_banner h4 {
    color: #f1f1f1;
}

.nz_iec_banner .signup-form .form-control {
    border-color: #ffffff;
    color: #f1f1f1;
}

.nz_iec_banner input::placeholder {
    color: #f1f1f1;
}

body.yaxis-nz-iec span img {
    display: initial;
}

.h2-span {
    margin-left: 15px;
}

.section_2 {
    padding: 40px 0px;
}

.section_3 {
    padding: 60px 0px;
    position: relative;
    background: url(nz_iec_pagebreak.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.section_3 h2 {
    text-align: left;
}

.section_3 ul {
    /* list-style-type: disc; */
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    padding-left: 20px;
}

.section_3 li img {
    display: inline-block;
    position: relative;
    top: -4px;
    margin-right: 10px;
}

.section_3 p {
    font-weight: 800;
    margin-top: 20px;
}

.section_3 ul li {
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 800;
    text-align: left;
    padding-left: 10px;
}

.section.section_4 {
    padding: 50px 0px;
    background: #f1f1f1;
}

.section_4 h2 {
    text-align: center;
}

.section.section_4 .grid-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 60px;
    text-align: center;
    padding: 0;
}

.green-box {
    padding: 40px;
    background: #009cad;
    text-align: center;
    color: #f1f1f1;
    margin-top: 50px;
}

.img-center {
    display: table;
    margin: 0 auto;
}

.img-center img {
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

h3.normal-text {
    font-weight: 400 !important;
}

.w-80p {
    width: 80%;
}

.dis-tab-m-auto {
    display: table;
    margin: 0 auto;
}

section.section.page-break p {
    color: #f1f1f1;
    margin-top: 20px;
}

.section_6 {
    background: #009cad;
}

.section_6 .btn-secondary {
    background: #ffffff;
    font-size: 15px;
}

.section_7 {
    background: url(program_banner.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.red {
    color: #e43121;
}

.mt-10 {
    margin-top: 10px;
}

.section.section_7 ul {
    margin: 0;
    list-style-type: none;
    padding: 0px;
}

.section.section_7 ul li {
    margin-top: 40px;
}

.steps-block {
    padding-left: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.display-1024 {
    display: none;
}

body.yaxis-nz-iec h4.before-border:after {
    display: none;
}

.form_direction_btn {
    text-decoration: none;
}

/* Yaxis iec */

/* Start Yaxis_DubaiWork_LP02 */

.count_number {
    font-size: 50px;
    font-weight: 800;
}

.font-25 {
    font-size: 25px;
}

.skyblue_pagebreak {
    background: #009cad;
}

.faq_pp {
    padding: 50px 0px;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.table {
    width: 100%;
    max-width: 100%;
}

.light-blue {
    color: #009cad;
}

.mt-20 {
    margin-top: 20px;
}

.dubai_section .list-item {
    background-image: url(lightbluedash.png);
    background-size: auto;
    padding-left: 30px;
}

.yxis_australia_covid .banner-form {
    width: 35%;
    padding: 40px;
    background: #009cad;
    color: #f1f1f1;
    min-height: 653px;
    position: relative;
    padding-bottom: 0px;
}

.container.yxis_australia_covid .captha_txt {
    font-size: 12px;
}

.container.yxis_australia_covid .banner-form:before {
    content: '';
    height: 200px;
    width: 20px;
    background: #e44226;
    position: absolute;
    left: -8px;
    right: 0;
    top: 20px;
    bottom: 0;
}

.family_section .wrap-50p {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.yxis_australia_covid .signup-form .form-control {
    color: #f1f1f1;
    border: 1px solid #ffffff;
}

.yxis_australia_covid .banner-form input {
    background: #e8f6f8;
}

.yxis_australia_covid .banner-form .getstarted_btn {
    background-color: #e44226;
    color: #f1f1f1;
}

.signup-form .form-col-2 input {
    width: 83.8%;
}

.yxis_australia_covid .banner-form a.link-4 {
    color: #ffffff;
}

.yxis_australia_covid .banner-form .cta-buttons {
    text-align: left;
}

a.btn-primary.yaxis_dubaiwork_signup {
    background: #009cad !important;
}

.tab-border-div {
    border-top: 1px dashed #cccccc;
}

.tab-content {
    padding-top: 0px !important;
}

.tab-title {
    font-style: italic;
    margin-top: 10px;
}

/* End Yaxis_DubaiWork_LP02 */

/* Start Yaxis_Australia Covid */

.mb_20 {
    margin-bottom: 20px;
}

.yxis_australia_covid .banner-form option {
    background: #000000;
}

.australia_covid_expert {
    padding: 30px 0px;
}

.australia_covid_expert h2 {
    text-align: center;
}

.w-65p {
    display: table;
    margin: 0 auto;
    width: 65%;
}

.mt-15 {
    margin-top: 15px;
}

.table_block {
    display: table;
    margin: 0 auto;
}

.table_block img {
    display: inline-block;
    margin-top: 40px;
}

.table_block img:nth-child(1) {
    margin-right: 20px;
}

.table_block img:nth-child(2) {
    margin-left: 20px;
}

.visa_number {
    font-size: 50px;
    color: #e44226;
    padding-right: 20px;
}

.visa_number_content {
    margin-top: 20px;
    font-size: 16px;
    width: 70%;
    text-align: left;
}

.section_8 {
    padding-bottom: 40px;
}

.section_8 h2 {
    margin-bottom: 30px;
}

.wrap-40p {
    display: -webkit-box;
    display: -webkit-inline-block;
    display: -ms-flexbox;
    display: inline-block;
    width: 40%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.wrap-60p {
    display: -webkit-box;
    display: -webkit-inline-block;
    display: -ms-flexbox;
    display: inline-block;
    width: 60%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.section_9 img {
    height: auto;
}

.w-90p {
    width: 90%;
}

section.section.section_8 .vflex-left img {
    height: auto;
}

.section_9 .y-layout-grid.grid-4 {
    grid-column-gap: 20px;
}

section.section_9 {
    padding-top: 20px;
}

section.section.family_section {
    padding: 50px 0px;
    background: url(man-with-tab.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 0%;
    margin: 60px 0px;
}

.section.section_count {
    background: #f9f9f9;
    padding: 40px 0px;
}

.section_3 {
    padding: 60px 0px;
    position: relative;
    background: url(page_break.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.family_content {
    margin: 40px 0px;
}

/* Start Yaxis_Australia Covid */

.container.yxis_australia_covid {
    padding: 0;
}

.container.yxis_australia_covid .checkbox-label-3 a {
    color: #fff;
}

section.section.section_9 .grid-2 p {
    width: 80%;
}

.wrap-50p.mr_10 {
    margin-right: 8%;
}

.section_target_sector .container {
    padding: 40px;
    margin-bottom: 60px;
    margin-top: 40px;
}
.list {
    position: relative;
    margin-top: 0;
    padding-left: 0;
    list-style-type: none;}
    .list-dashed li {
        padding-left: 25px;
    }
    .list-dashed li::before {
        position: absolute;
        margin-top: 12px;
        left: 0;
        content: '';
        background: #e44126;
        width: 12px;
        height: 2px;
    }
.section_target_sector h2 {
    text-align: center;
}

.section_target_sector .w_20p {
    width: 19.5%;
    margin-top: 30px;
    display: inline-table;
}

.section_target_sector .w_20p img {
    width: 46%;
    height: auto;
    display: table;
    margin: 0 auto;
}

.section_target_sector .w_20p p {
    text-align: center;
    width: 90%;
    display: table;
    margin: 0 auto;
}

ul.list li p {
    margin-left: 10px;
}

.women_bg_list .image-38 {
    width: 705px;
    margin-left: -255px;
}

.women_bg_list .famly_list {
    margin-left: 60px
}

/* Abdul */

@media screen and (max-width: 1700px) {
    section.women_bg_list {
        background-position: -00% 0%;
    }
}

@media screen and (max-width: 1600px) {
    section.women_bg_list {
        background-position: -6% 0%;
    }
}

@media screen and (max-width: 1550px) {
    section.women_bg_list {
        background-position: -8% 0%;
    }
}

@media screen and (max-width: 1500px) {
    section.section.family_section {
        background-position: 110% 0%;
    }
    section.women_bg_list {
        background-position: -15% 0%;
    }
}

@media screen and (max-width: 1450px) {
    section.section.family_section {
        background-position: 110% 0%;
    }
    section.women_bg_list {
        background-position: -20% 0%;
    }
}

@media screen and (max-width: 1380px) {
    section.section.family_section {
        background-position: 110% 0%;
    }
    section.section.family_section .wrap-50p {
        width: 45%;
    }
    section.women_bg_list {
        background-position: -30% 0%;
    }
}

@media screen and (max-width: 1300px) {
    section.section.family_section {
        background-position: 115% 0%;
    }
    section.section.family_section .wrap-50p {
        width: 45%;
    }
    section.women_bg_list {
        background-position: -40% 0%;
    }
}

@media screen and (max-width: 1250px) {
    section.section.family_section {
        background-position: 120% 0%;
    }
    section.section.family_section .wrap-50p {
        width: 45%;
    }
    section.women_bg_list {
        background-position: -42% 0%;
    }
}

@media screen and (max-width: 1200px) {
    section.section.family_section {
        background-position: 120% 0%;
    }
    section.section.family_section .wrap-50p {
        width: 45%;
    }
    section.women_bg_list {
        background-position: -45% 0%;
    }
}

@media screen and (max-width: 1190px) {
    section.section.family_section {
        background-position: 135% 0%;
    }
    section.section.family_section .wrap-50p {
        width: 45%;
    }
    section.women_bg_list {
        background-position: -50% 0%;
    }
}

@media screen and (max-width: 1160px) {
    section.section.family_section {
        background-position: 135% 0%;
    }
    section.section.family_section .wrap-50p {
        width: 45%;
    }
    section.women_bg_list {
        background-position: -75% 0%;
    }
}

@media screen and (max-width: 1070px) {
    section.section.family_section {
        background-position: 150% 0%;
    }
    section.section.family_section .wrap-50p {
        width: 45%;
    }
    section.women_bg_list {
        background-position: -95% 0%;
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 13px;
    }
    h1 {
        font-size: 40px;
    }
    p {
        font-size: 16px;
    }
    .section.cc-cta {
        padding-right: 0px;
        padding-left: 0px;
    }
    .container {
        padding: 0;
        width: 600px;
    }
    .section,
    .footer .container {
        padding: 0 20px;
    }
    .section:not(:last-child) {
        margin-bottom: 25px;
    }
    .container.banner {
        max-width: 100%;
    }
    .banner-image img {
        width: 100%;
    }
    .footer {
        padding-bottom: 40px;
    }
    .footer .f-row {
        flex-direction: column;
    }
    .footer .social-icons {
        justify-content: flex-start;
    }
    .cta-text {
        width: auto;
    }
    .cta-wrap {
        width: auto;
        padding: 80px 50px 90px;
    }
    .nav-btn-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .text-box-white {
        width: auto;
        margin-top: 0px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .wrap-70p {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 95%;
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .heading-4 {
        text-align: center;
    }
    .form-block {
        max-width: none;
    }
    .b {
        line-height: 1.5em;
    }
    .b.white {
        line-height: 1.2em;
    }
    .hflex-40vw {
        min-width: 90vw;
        margin-right: 10px;
        margin-left: 10px;
    }
    ._80vw-60px-tb-pad {
        max-width: none;
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .flex.footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .wrap-40p {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .wrap-60p {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    ._80vw {
        width: 100vw;
    }
    .wrap-80p {
        width: auto;
    }
    .wrap-grey-80pxpad-tb {
        width: 100%;
        margin-right: 0px;
    }
    .grid {
        width: 100%;
        -ms-grid-columns: 1.5fr 1fr;
        grid-template-columns: 1.5fr 1fr;
    }
    .wrap-grid-title {
        padding-right: 10px;
        padding-left: 10px;
    }
    .grid-2 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }
    .wrap-40px-all {
        padding-right: 20px;
        padding-left: 20px;
    }
    .carousel-slider {
        margin-top: 0px;
    }
    .carousel-slider__slide {
        width: 25%;
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
    .wrap-campus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wrap-50p {
        width: auto;
    }
    .grid-3 {
        padding-right: 10px;
        padding-left: 10px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    }
    .wrap-30p.procedure {
        width: 95%;
        margin-top: 10px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .popup-div {
        width: 80vw;
        height: 80vh;
    }
    .banner-image {
        width: 100%;
        /*height: 300px;*/
        height: auto;
        padding-top: 5px;
        align-items: flex-end;
    }
    .banner-form {
        width: auto;
        padding: 40px 0 0 0;
    }
    .p-bold {
        font-size: 16px;
    }
    .wrap-sep {
        padding-right: 5px;
        padding-left: 5px;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }
    .div-block-35 {
        max-width: none;
    }
    .red-bar-vert-abs {
        width: 24px;
        height: 100px;
        top: 30%;
    }
    .grid-4 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }
    .grid-5 {
        grid-row-gap: 30px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    }
    .grid-6 {
        grid-row-gap: 30px;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }
    .grid-7 {
        overflow: scroll;
    }
    .wrap-60p {
        display: block;
    }
    .nav-link {
        color: #f1f1f1;
    }
    .nav-flex-item {
        padding-bottom: 8px;
    }
    .menu-button {
        padding-right: 0px;
    }
    .menu-button.w--open {
        background-color: transparent;
    }
    .nav-menu {
        background-color: #f7362f;
        color: #f1f1f1;
    }
    .icon {
        color: #000;
    }
    .paragraph {
        font-size: 14px;
    }
    .image-38 {
        width: 100%;
    }
    /*abdul */
    .y-layout-grid-c4 {
        grid-auto-columns: 1fr;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    h4.before-border:after {
        top: 10px;
    }
    .banner-image-vertical img {
        display: table;
        margin: 0 auto;
    }
    .banner-image-vertical {
        width: 100%;
    }
    .red-bar-vert-abs-img {
        left: 7%;
    }
    .banner-image-vertical img {
        max-width: 100%;
        height: auto;
    }
    .banner-content {
        position: relative;
        width: auto;
        height: auto;
        padding-top: 0px;
        padding-right: 0px;
        align-self: auto;
        background: #fdb913;
        padding: 20px;
        display: inline-block;
    }
    .banner-content ul li {
        text-align: left;
    }
    .footer .f-row .p-footer-title {
        width: 100%;
        text-align: left;
    }
    .mob-res-w-100 {
        width: 100%;
    }
    .footer-links ul {
        text-align: left;
        margin-left: -10px;
    }
    .red-bar-abs-img {
        left: -1.5%;
    }
    .display-767 {
        display: none;
    }
    /* Yaxis iec */
    .nz_iec_banner .banner-form {
        width: auto;
    }
    .section.section_3 {
        padding: 50px 0px;
    }
    .section.section_3 {
        margin: 30px 0px;
        margin-top: 0;
    }
    .section.section_4 .grid-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-column-gap: 0px;
        text-align: center;
        width: 100%;
    }
    .green-box h3 {
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    .section_7 {
        background: none;
        background-size: cover;
        background-position: 50% 50%;
    }
    .display-1024 {
        display: initial;
    }
    .steps-block {
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .section.section_4 {
        padding-bottom: 25px;
    }
    .section.section_4 {
        padding: 20px 0px;
        background: #f1f1f1;
    }
    .nz_iec_banner {
        background: none;
    }
    /* Yaxis iec */
    /* start Yaxis_DubaiWork_LP02 */
    .section_count .grid-4 {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    tr.table_body_row_odd td {
        border-right: 10px solid #ffffff;
    }
    tr.table_body_row_even td {
        border-right: 10px solid #ffffff;
    }
    .table-responsive tr th {
        border-right: 10px solid #ffffff;
    }
    .snapshot .p-largest {
        font-size: 35px;
    }
    .container.yxis_australia_covid .banner-image {
        width: 100%;
        background: none;
        height: auto;
    }
    .yxis_australia_covid .banner-form {
        width: 96%;
        padding: 0px;
        background: #009cad;
        color: #f1f1f1;
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 2%;
        padding-right: 2%;
    }
    .signup-form .form-col-2 input {
        width: auto;
        %;
    }
    section.section_9 {
        padding-top: 0px;
    }
    .famly_list {
        padding-left: 0;
        margin-top: 40px;
    }
    .australia_covid_expert h2 {
        text-align: left;
    }
    section.section.australia_covid_expert p {
        width: 100%;
        text-align: left;
    }
    .table_block {
        display: flex;
        margin: 0 auto;
    }
    section.section.australia_covid_expert {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .section.section_count {
        margin-bottom: 0px;
    }
    section.section.family_section {
        padding: 30px 0px;
        background: none;
        margin: 0px 0px;
    }
    section.section.family_section .wrap-50p {
        width: 100%;
    }
    .page-break {
        padding: 50px 0px;
        margin-bottom: 0px;
    }
    section.section.page-break.section_6.skyblue_pagebreak {
        margin-bottom: 0;
    }
    .family_content {
        margin: 20px 0px;
    }
    .section_target_sector .w_20p {
        width: 49%;
        margin-top: 30px;
        display: inline-table;
    }
    .section_target_sector .w_20p img {
        width: 30%;
        height: auto;
        display: table;
        margin: 0 auto;
    }
    .section_target_sector .container {
        border: 1px solid #212121;
        padding: 10px;
    }
    section.women_bg_list {
        background: none;
    }
    /*.section_target_sector .w_20p:last-child {
      width: 100%;
  }*/
    /* End Yaxis_DubaiWork_LP02 */
    /*abdul */
}

@media screen and (max-width: 767px) {
    h2 {
        text-align: left;
    }
    h3 {
        text-align: left;
    }
    p {
        text-align: left;
    }
    .container {
        width: 90%;
    }
    .women_bg_list .image-38 {
        width: 593px;
    }
    .section.cc-cta {
        padding: 15px;
    }
    .section.cc-store-home-wrap {
        margin-right: 0px;
        margin-left: 0px;
    }
    .container {
        text-align: center;
    }
    .paragraph-bigger {
        font-size: 16px;
        line-height: 28px;
    }
    .heading-jumbo {
        font-size: 50px;
        line-height: 64px;
    }
    .heading-jumbo-small {
        font-size: 30px;
        line-height: 52px;
    }
    .logo-link {
        width: 50vw;
        padding-left: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .logo-link.w--current {
        width: 200px;
        height: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navigation-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .navigation {
        max-width: none;
        padding: 10px;
    }
    .logo-image {
        min-width: auto;
    }
    .cta-wrap {
        padding-right: 30px;
        padding-left: 30px;
    }
    .intro-content {
        width: 80%;
    }
    .utility-page-wrap {
        padding: 15px;
    }
    ._404-wrap {
        padding: 30px;
    }
    .nav-btn-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .hflex-40vw {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wrap-40p {
        text-align: left;
    }
    .vflex-left-20px {
        padding-right: 0px;
        padding-left: 0px;
    }
    ._80vw {
        width: auto;
    }
    .wrap-80p {
        width: 100%;
    }
    .wrap-grey-80pxpad-tb {
        margin-right: 0px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .grid {
        width: 100%;
        grid-column-gap: 5px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .vflex-cent {
        padding-right: 10px;
        padding-left: 10px;
    }
    .wrap-40px-all {
        padding: 20px;
    }
    .carousel-slider {
        max-height: 200px;
        margin-top: 15px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .carousel-slider__slide {
        width: auto;
        height: 150px;
        max-width: 50%;
        min-width: 50%;
    }
    .carousel-slider__img {
        height: auto;
        max-width: 33.333%;
    }
    .wrap-campus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .div-block-32 {
        padding-right: 8px;
    }
    .popup-trigger {
        margin-top: 5px;
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .banner-form {
        padding-left: 0em;
    }
    .flex-70p {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .wrap-sep {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0px;
    }
    .hflex-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .submit-button-2 {
        display: block;
        width: 100%;
    }
    .grid-4 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }
    .grid-5 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto auto auto auto;
    }
    .grid-6 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }
    .checkbox-field-2 {
        text-align: left;
    }
    .accordion-item-q-text {
        text-align: left;
    }
    .grid-8 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    }
    .p-footer-title {
        font-size: 26px;
    }
    .nav-contacts-flex {
        margin-bottom: 5px;
    }
    .nav-flex-item {
        padding-right: 20px;
    }
    .capcha-ques {
        width: 18%;
    }
    .grid-10 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }
    .footer nav {
        display: flex;
        flex-direction: column;
    }
    /*abdul */
    .y-layout-grid-c4 {
        grid-auto-columns: 1fr;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    h4 {
        text-align: left;
    }
    .banner-form .heading-block h4 {
        width: 50%;
        margin: 0;
    }
    h4.before-border:after {
        top: 35px;
    }
    .banner-image-vertical img {
        display: table;
        margin: 0 auto;
    }
    .banner-image-vertical {
        width: 100%;
    }
    .red-bar-vert-abs-img {
        left: 9.5%;
    }
    .banner-image-vertical img {
        max-width: 103%;
        height: auto;
    }
    .banner-content {
        position: relative;
        width: auto;
        height: auto;
        padding-top: 0px;
        padding-right: 0px;
        align-self: auto;
        background: #fdb913;
        padding: 40px;
        display: inline-block;
    }
    .banner-content ul li {
        text-align: left;
    }
    .page-break {
        padding: 50px 0px;
    }
    .footer .f-row .p-footer-title {
        width: 100%;
        text-align: left;
    }
    .mob-res-w-100 {
        width: 100%;
    }
    .footer-links ul {
        text-align: left;
        margin-left: -10px;
    }
    .red-bar-abs-img {
        left: -1.5%;
    }
    .mob-res-w-100-767 {
        width: 100%;
    }
    ul.inspirtation-list {
        padding: 0;
        margin-top: 30px;
    }
    .mob-res-pl-0 {
        padding-left: 0px;
    }
    .display-767 {
        display: block;
    }
    .display-1920 {
        display: none !important;
    }
    .inspiration-img {
        margin-top: 20px;
    }
    .section.section_4 .grid-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-column-gap: 0px;
        text-align: center;
        width: 100%;
    }
    .green-box h3 {
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    .section.section_4 {
        padding: 0;
    }
    .green-box {
        margin-top: 20px;
    }
    .display-1024 {
        display: initial;
    }
    .section_7 {
        background: none;
        background-size: cover;
        background-position: 50% 50%;
    }
    .display-1024 {
        display: initial;
    }
    .steps-block {
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .section.section_4 {
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .section.section_7 ul li {
        margin-top: 15px;
    }
    .section.section_3 {
        padding: 20px 0px;
        margin-bottom: 0;
    }
    .nz_iec_banner .banner-form {
        padding: 30px;
    }
    /* start Yaxis_DubaiWork_LP02 */
    .section_count .grid-4 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    tr.table_body_row_odd td {
        border-right: 5px solid #ffffff;
    }
    tr.table_body_row_even td {
        border-right: 5px solid #ffffff;
    }
    .table-responsive tr th {
        border-right: 5px solid #ffffff;
    }
    .snapshot .p-largest {
        font-size: 35px;
    }
    .section.section_count .grid-8 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    }
    .container.yxis_australia_covid .banner-image {
        width: 100%;
        background: none;
        height: auto;
    }
    .yxis_australia_covid .banner-form {
        width: 88%;
        padding: 0px;
        background: #009cad;
        color: #f1f1f1;
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 6%;
        padding-right: 6%;
    }
    .famly_list {
        padding-left: 0px;
        margin-top: 30px;
    }
    .signup-form .form-col-2 input {
        width: auto;
    }
    /* End Yaxis_DubaiWork_LP02 */
    /* Start Yaxis_Australia Covid */
    .australia_covid_expert {
        padding-bottom: 0px;
    }
    .section.section_count {
        margin-bottom: 0;
    }
    .snapshot .large-font {
        margin-bottom: 0px;
    }
    .section.section_count {
        margin-top: 30px;
    }
    .visa_number_content {
        width: 100%;
    }
    .section.section_count {
        margin-bottom: 0px;
        padding: 20px 0px 0px 0px;
    }
    section.section.australia_covid_expert {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    /* Start Yaxis_Australia Covid */
    .table_block {
        flex-direction: column
    }
    /*abdul */
}

@media screen and (max-width: 479px) {
    body {}
    p,
    ul li {
        font-size: 13px;
        line-height: 18px;
    }
    h2 {
        font-size: 20px;
        text-align: left;
    }
    .cta-wrap {
        padding-right: 15px;
        padding-left: 15px;
    }
    .heading-4 {
        line-height: 1.2em;
    }
    .form-block {
        margin-left: 0px;
    }
    .section-red._40px-pad {
        position: relative;
    }
    .grid {
        overflow: scroll;
        width: 100%;
    }
    .banner-form h1 {
        font-size: 26px;
    }
    .signup-form .form-col-2 {
        grid-template-columns: 1fr;
    }
    .signup-form .cta-buttons {
        text-align: left;
    }
    .banner-form .heading-block h4 {
        width: 90%;
        text-align: left;
    }
    .banner-form .heading-block .dash {
        align-self: flex-start;
        margin-left: 0;
    }
    .rewards p,
    .process p {
        margin-bottom: 5px;
    }
    .carousel-slider {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .slider__arrow--right {
        right: -5px;
        width: 30px;
        height: 30px;
        background-color: hsla(0, 0%, 100%, 0.5);
        font-size: 30px;
    }
    .carousel-slider__slide {
        padding: 15px 10px;
    }
    .slider__nav {
        display: block;
    }
    .carousel-slider__item {
        margin-bottom: 25px;
    }
    .carousel-slider__img {
        max-width: 50%;
    }
    .slider__arrow--left {
        left: -5px;
        width: 30px;
        height: 30px;
        background-color: hsla(0, 0%, 100%, 0.5);
        font-size: 30px;
    }
    .salaries .table-heading {
        font-size: 13px;
        text-align: left;
        padding: 3px 8px;
        line-height: 16px;
    }
    .salaries .y-layout-grid {
        grid-column-gap: 5px;
    }
    .salaries .salary-cell {
        padding: 3px 8px;
    }
    .salaries .salary-cell p {
        font-size: 12px;
    }
    .faqs .faq-item .faq-qus {
        text-align: left;
    }
    .faqs .faq-item p {
        font-size: 13px;
    }
    .faqs .faq-item ul li {
        font-size: 13px;
        line-height: 16px;
        text-align: left;
        margin-bottom: 10px;
    }
    .snapshot .p-largest {
        font-size: 30px;
        line-height: 1;
    }
    .snapshot .large-font {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .footer {
        padding: 40px 30px;
    }
    .footer .container {
        padding: 0;
    }
    .footer .contact-numbers {
        flex-direction: column;
    }
    .footer .contact-numbers a {
        margin: 5px 0;
    }
    .footer .f-row .p-footer-title {
        font-size: 20px;
        line-height: 1;
        text-align: left;
        width: auto;
    }
    .footer nav {
        text-align: left;
    }
    .footer nav a::after {
        display: none;
    }
    .footer .social-icons {
        margin-top: 20px;
    }
    .footer .social-icons a img {}
    /*abdul */
    .y-layout-grid-c4 {
        grid-auto-columns: 1fr;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    h4 {
        text-align: left;
    }
    h4.before-border:after {
        top: 35px;
    }
    .banner-image-vertical img {
        max-width: 103%;
        height: auto;
    }
    .banner-content {
        position: relative;
        width: auto;
        height: auto;
        padding-top: 0px;
        padding-right: 0px;
        align-self: auto;
        background: #fdb913;
        padding: 20px;
        display: inline-block;
    }
    .banner-content ul li {
        text-align: left;
    }
    .page-break {
        padding: 30px 0px;
        margin-top: 20px;
    }
    .footer .f-row .p-footer-title {
        width: 100%;
        text-align: left;
    }
    .mob-res-w-100 {
        width: 100%;
    }
    .footer-links ul {
        text-align: left;
        margin-left: -10px;
    }
    .red-bar-abs-img {
        left: -3%;
        top: 20px;
    }
    .mob-res-w-100-767 {
        width: 100%;
    }
    ul.inspirtation-list {
        padding: 0;
        margin-top: 30px;
    }
    .mob-res-pl-0 {
        padding-left: 0px;
    }
    .inspiration-img img {
        width: 250px;
    }
    .display-767 {
        display: block;
    }
    .display-1920 {
        display: none !important;
    }
    .inspiration-img {
        margin-top: 20px;
    }
    /* Yaxis iec */
    .nz_iec_banner .banner-form {
        width: auto;
    }
    section.section.nz_iec_banner {
        padding: 15px;
    }
    .section.section_3 {
        margin: 30px 0px;
        margin-top: 0px;
    }
    .section.section_3 {
        padding: 20px 0px;
        margin-bottom: 0;
    }
    .section.section_4 .grid-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-column-gap: 0px;
        text-align: center;
        width: 100%;
    }
    .green-box h3 {
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    .section.section_4 {
        padding: 0;
    }
    .green-box {
        margin-top: 20px;
    }
    .section_7 {
        background: none;
        background-size: cover;
        background-position: 50% 50%;
    }
    .display-1024 {
        display: initial;
    }
    .steps-block {
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .section.section_4 {
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .section.section_7 ul li {
        margin-top: 15px;
    }
    .nz_iec_banner .banner-form {
        padding: 20px;
    }
    /* Yaxis iec */
    /* start Yaxis_DubaiWork_LP02 */
    .section_count .grid-4 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .snapshot .p-largest {
        font-size: 35px;
    }
    .section_count .grid-4 p {
        font-size: 15px;
    }
    tr.table_body_row_odd td {
        border-right: 5px solid #ffffff;
        font-size: 12px;
    }
    tr.table_body_row_even td {
        border-right: 5px solid #ffffff;
        font-size: 12px;
    }
    .table-responsive tr th {
        border-right: 5px solid #ffffff;
        font-size: 12px;
    }
    .table-responsive tr th:last-child {
        border-right: 0;
    }
    tr.table_body_row_even td:last-child {
        border-right: 0;
    }
    tr.table_body_row_odd td:last-child {
        border-right: 0;
    }
    .container.yxis_australia_covid .banner-image {
        width: 100%;
        background: none;
        height: auto;
    }
    .yxis_australia_covid .banner-form {
        width: 80%;
        padding: 0px;
        background: #009cad;
        color: #f1f1f1;
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 10%;
        padding-right: 10%;
    }
    .container.yxis_australia_covid .banner-image:before {
        content: '';
        position: absolute;
        bottom: -8px;
        width: 150px;
        height: 20px;
        background: #e44226;
        left: 30px;
        z-index: 999;
    }
    .famly_list {
        padding-left: 0px;
        margin-top: 30px;
    }
    .signup-form .form-col-2 input {
        width: auto;
    }
    /* End Yaxis_DubaiWork_LP02 */
    /* Start Yaxis_Australia Covid */
    .australia_covid_expert {
        padding-bottom: 0px;
    }
    .section.section_count {
        margin-bottom: 0;
    }
    .snapshot .large-font {
        margin-bottom: 0px;
    }
    .visa_number_content {
        width: 100%;
    }
    .section.section_count {
        margin-bottom: 0px;
        padding: 20px 0px 0px 0px;
    }
    section.section.australia_covid_expert {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    section.section.family_section {
        padding: 0px 0px;
    }
    .grid-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }
    .section_target_sector .w_20p {
        width: 100%;
        margin-top: 30px;
        display: inline-table;
    }
    .section_target_sector .w_20p img {
        width: 20%;
        height: auto;
        display: table;
        margin: 0 auto;
    }
    /* Start Yaxis_Australia Covid */
    /*abdul */
}

@media screen and (max-width: 360px) {
    body {}
    p,
    ul li {
        font-size: 13px;
        line-height: 18px;
    }
    h2 {
        font-size: 20px;
        text-align: left;
    }
    .cta-wrap {
        padding-right: 15px;
        padding-left: 15px;
    }
    .heading-4 {
        line-height: 1.2em;
    }
    .form-block {
        margin-left: 0px;
    }
    .section-red._40px-pad {
        position: relative;
    }
    .grid {
        overflow: scroll;
        width: 100%;
    }
    .banner-form h1 {
        font-size: 26px;
    }
    .signup-form .form-col-2 {
        grid-template-columns: 1fr;
    }
    .signup-form .cta-buttons {
        text-align: left;
    }
    .banner-form .heading-block h4 {
        width: 90%;
        text-align: left;
    }
    .banner-form .heading-block .dash {
        align-self: flex-start;
        margin-left: 0;
    }
    .rewards p,
    .process p {
        margin-bottom: 5px;
    }
    .carousel-slider {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .slider__arrow--right {
        right: -5px;
        width: 30px;
        height: 30px;
        background-color: hsla(0, 0%, 100%, 0.5);
        font-size: 30px;
    }
    .carousel-slider__slide {
        padding: 15px 10px;
    }
    .slider__nav {
        display: block;
    }
    .carousel-slider__item {
        margin-bottom: 25px;
    }
    .carousel-slider__img {
        max-width: 50%;
    }
    .slider__arrow--left {
        left: -5px;
        width: 30px;
        height: 30px;
        background-color: hsla(0, 0%, 100%, 0.5);
        font-size: 30px;
    }
    .salaries .table-heading {
        font-size: 13px;
        text-align: left;
        padding: 3px 8px;
        line-height: 16px;
    }
    .salaries .y-layout-grid {
        grid-column-gap: 5px;
    }
    .salaries .salary-cell {
        padding: 3px 8px;
    }
    .salaries .salary-cell p {
        font-size: 12px;
    }
    .faqs .faq-item .faq-qus {
        text-align: left;
    }
    .faqs .faq-item p {
        font-size: 13px;
    }
    .faqs .faq-item ul li {
        font-size: 13px;
        line-height: 16px;
        text-align: left;
        margin-bottom: 10px;
    }
    .snapshot {
        margin-top: 0px;
    }
    .snapshot .p-largest {
        font-size: 30px;
        line-height: 1;
    }
    .snapshot .large-font {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .footer {
        margin-top: 00px;
        padding: 40px 30px;
    }
    .footer .container {
        padding: 0;
    }
    .footer .contact-numbers {
        flex-direction: column;
    }
    .footer .contact-numbers a {
        margin: 5px 0;
    }
    .footer .f-row .p-footer-title {
        font-size: 20px;
        line-height: 1;
        text-align: left;
        width: auto;
    }
    .footer nav {
        text-align: left;
    }
    .footer nav a::after {
        display: none;
    }
    .footer .social-icons {
        margin-top: 20px;
    }
    .footer .social-icons a img {}
    /*abdul */
    .y-layout-grid-c4 {
        grid-auto-columns: 1fr;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    h4 {
        text-align: left;
    }
    h4.before-border:after {
        top: 35px;
    }
    .banner-image-vertical img {
        max-width: 103%;
        height: auto;
    }
    .banner-content {
        position: relative;
        width: auto;
        height: auto;
        padding-top: 0px;
        padding-right: 0px;
        align-self: auto;
        background: #fdb913;
        padding: 20px;
        display: inline-block;
    }
    .banner-content ul li {
        text-align: left;
    }
    .page-break {
        padding: 30px 0px;
        margin-top: 20px;
    }
    .footer .f-row .p-footer-title {
        width: 100%;
        text-align: left;
    }
    .mob-res-w-100 {
        width: 100%;
    }
    .footer-links ul {
        text-align: left;
        margin-left: -10px;
    }
    .red-bar-abs-img {
        left: -3%;
        top: 20px;
    }
    .mob-res-w-100-767 {
        width: 100%;
    }
    ul.inspirtation-list {
        padding: 0;
        margin-top: 30px;
    }
    .mob-res-pl-0 {
        padding-left: 0px;
    }
    .inspiration-img img {
        width: 250px;
    }
    .display-767 {
        display: block;
    }
    .display-1920 {
        display: none !important;
    }
    .inspiration-img {
        margin-top: 20px;
    }
    /* Yaxis iec */
    .nz_iec_banner .banner-form {
        width: auto;
    }
    section.section.nz_iec_banner {
        padding: 15px;
    }
    .section.section_3 {
        margin: 30px 0px;
    }
    .section.section_3 {
        padding: 20px 0px;
        margin-bottom: 0;
        margin-top: 0px;
    }
    .section.section_4 .grid-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-column-gap: 0px;
        text-align: center;
        width: 100%;
    }
    .green-box h3 {
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    .section.section_4 {
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .green-box {
        margin-top: 20px;
    }
    .section_7 {
        background: none;
        background-size: cover;
        background-position: 50% 50%;
    }
    .display-1024 {
        display: initial;
    }
    .steps-block {
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .section.section_4 {
        padding-bottom: 25px;
    }
    .section.section_7 ul li {
        margin-top: 15px;
    }
    .nz_iec_banner .banner-form {
        padding: 20px;
    }
    /* Yaxis iec */
    /* start Yaxis_DubaiWork_LP02 */
    .section_count .grid-4 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .snapshot .p-largest {
        font-size: 35px;
    }
    .section_count .grid-4 p {
        font-size: 15px;
    }
    tr.table_body_row_odd td {
        border-right: 5px solid #ffffff;
        font-size: 12px;
    }
    tr.table_body_row_even td {
        border-right: 5px solid #ffffff;
        font-size: 12px;
    }
    .table-responsive tr th {
        border-right: 5px solid #ffffff;
        font-size: 12px;
    }
    .table-responsive tr th:last-child {
        border-right: 0;
    }
    tr.table_body_row_even td:last-child {
        border-right: 0;
    }
    tr.table_body_row_odd td:last-child {
        border-right: 0;
    }
    .container.yxis_australia_covid .banner-image {
        width: 100%;
        background: none;
        height: auto;
    }
    /* Global Talent */
    .women_bg_list .famly_list {
        margin: 20px 0 0 0
    }
    .yxis_australia_covid .banner-form {
        width: 80%;
        padding: 0px;
        background: #009cad;
        color: #f1f1f1;
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 10%;
        padding-right: 10%;
    }
    .container.yxis_australia_covid .banner-image:before {
        content: '';
        position: absolute;
        bottom: -8px;
        width: 150px;
        height: 20px;
        background: #e44226;
        left: 30px;
        z-index: 999;
    }
    .famly_list {
        padding-left: 0px;
        margin-top: 30px;
    }
    .signup-form .form-col-2 input {
        width: auto;
    }
    /* End Yaxis_DubaiWork_LP02 */
    /* Start Yaxis_Australia Covid */
    .australia_covid_expert {
        padding-bottom: 0px;
    }
    .section.section_count {
        margin-bottom: 0;
    }
    .snapshot .large-font {
        margin-bottom: 0px;
    }
    .visa_number_content {
        width: 100%;
    }
    .section.section_count {
        margin-bottom: 0px;
        padding: 20px 0px 0px 0px;
    }
    section.section.australia_covid_expert {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .grid-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }
    .section_target_sector .w_20p {
        width: 100%;
        margin-top: 30px;
        display: inline-table;
    }
    .section_target_sector .w_20p img {
        width: 20%;
        height: auto;
        display: table;
        margin: 0 auto;
    }
    /* Start Yaxis_Australia Covid */
    /*abdul */
}

@media screen and (max-width: 320px) {
    body {}
    p,
    ul li {
        font-size: 13px;
        line-height: 18px;
    }
    h2 {
        font-size: 20px;
        text-align: left;
    }
    .cta-wrap {
        padding-right: 15px;
        padding-left: 15px;
    }
    .heading-4 {
        line-height: 1.2em;
    }
    .form-block {
        margin-left: 0px;
    }
    .section-red._40px-pad {
        position: relative;
    }
    .grid {
        overflow: scroll;
        width: 100%;
    }
    .banner-form h1 {
        font-size: 26px;
    }
    .signup-form .form-col-2 {
        grid-template-columns: 1fr;
    }
    .signup-form .cta-buttons {
        text-align: left;
    }
    .banner-form .heading-block h4 {
        width: 90%;
        text-align: left;
    }
    .banner-form .heading-block .dash {
        align-self: flex-start;
        margin-left: 0;
    }
    .rewards p,
    .process p {
        margin-bottom: 5px;
    }
    .carousel-slider {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .slider__arrow--right {
        right: -5px;
        width: 30px;
        height: 30px;
        background-color: hsla(0, 0%, 100%, 0.5);
        font-size: 30px;
    }
    .carousel-slider__slide {
        padding: 15px 10px;
    }
    .slider__nav {
        display: block;
    }
    .carousel-slider__item {
        margin-bottom: 25px;
    }
    .carousel-slider__img {
        max-width: 50%;
    }
    .slider__arrow--left {
        left: -5px;
        width: 30px;
        height: 30px;
        background-color: hsla(0, 0%, 100%, 0.5);
        font-size: 30px;
    }
    .salaries .table-heading {
        font-size: 13px;
        text-align: left;
        padding: 3px 8px;
        line-height: 16px;
    }
    .salaries .y-layout-grid {
        grid-column-gap: 5px;
    }
    .salaries .salary-cell {
        padding: 3px 8px;
    }
    .salaries .salary-cell p {
        font-size: 12px;
    }
    .faqs .faq-item .faq-qus {
        text-align: left;
    }
    .faqs .faq-item p {
        font-size: 13px;
    }
    .faqs .faq-item ul li {
        font-size: 13px;
        line-height: 16px;
        text-align: left;
        margin-bottom: 10px;
    }
    .snapshot {
        margin-top: 00px;
    }
    .snapshot .p-largest {
        font-size: 30px;
        line-height: 1;
    }
    .snapshot .large-font {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .footer {
        margin-top: 0px;
        padding: 40px 30px;
    }
    .footer .container {
        padding: 0;
    }
    .footer .contact-numbers {
        flex-direction: column;
    }
    .footer .contact-numbers a {
        margin: 5px 0;
    }
    .footer .f-row .p-footer-title {
        font-size: 20px;
        line-height: 1;
        text-align: left;
        width: auto;
    }
    .footer nav {
        text-align: left;
    }
    .footer nav a::after {
        display: none;
    }
    .footer .social-icons {
        margin-top: 20px;
    }
    .footer .social-icons a img {}
    /*abdul */
    .y-layout-grid-c4 {
        grid-auto-columns: 1fr;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    h4 {
        text-align: left;
    }
    h4.before-border:after {
        top: 35px;
    }
    .banner-image-vertical img {
        max-width: 103%;
        height: auto;
    }
    .banner-content {
        position: relative;
        width: auto;
        height: auto;
        padding-top: 0px;
        padding-right: 0px;
        align-self: auto;
        background: #fdb913;
        padding: 20px;
        display: inline-block;
    }
    .banner-content ul li {
        text-align: left;
    }
    .page-break {
        padding: 30px 0px;
        margin-top: 20px;
    }
    .footer .f-row .p-footer-title {
        width: 100%;
        text-align: left;
    }
    .mob-res-w-100 {
        width: 100%;
    }
    .footer-links ul {
        text-align: left;
        margin-left: -10px;
    }
    .red-bar-abs-img {
        left: -3%;
        top: 20px;
    }
    .mob-res-w-100-767 {
        width: 100%;
    }
    ul.inspirtation-list {
        padding: 0;
        margin-top: 30px;
    }
    .mob-res-pl-0 {
        padding-left: 0px;
    }
    .inspiration-img img {
        width: 250px;
    }
    .display-767 {
        display: block;
    }
    .display-1920 {
        display: none !important;
    }
    .inspiration-img {
        margin-top: 20px;
    }
    /* Yaxis iec */
    .nz_iec_banner .banner-form {
        width: auto;
    }
    section.section.nz_iec_banner {
        padding: 15px;
    }
    .section.section_3 {
        margin: 30px 0px;
    }
    .section.section_3 {
        padding: 20px 0px;
        margin-bottom: 0;
    }
    .section.section_4 .grid-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-column-gap: 0px;
        text-align: center;
        width: 100%;
    }
    .green-box h3 {
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    .section.section_4 {
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .green-box {
        margin-top: 20px;
    }
    .section_7 {
        background: none;
        background-size: cover;
        background-position: 50% 50%;
    }
    .display-1024 {
        display: initial;
    }
    .steps-block {
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .section.section_4 {
        padding-bottom: 25px;
    }
    .section.section_7 ul li {
        margin-top: 15px;
    }
    .nz_iec_banner .banner-form {
        padding: 20px;
    }
    /* Yaxis iec */
    /* start Yaxis_DubaiWork_LP02 */
    .section_count .grid-4 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .section_count .grid-4 p {
        font-size: 15px;
    }
    tr.table_body_row_odd td {
        border-right: 5px solid #ffffff;
        font-size: 12px;
        padding: 5px;
    }
    tr.table_body_row_even td {
        border-right: 5px solid #ffffff;
        font-size: 12px;
        padding: 5px;
    }
    .table-responsive tr th {
        border-right: 5px solid #ffffff;
        font-size: 12px;
        padding: 5px;
    }
    .table-responsive tr th:last-child {
        border-right: 0;
    }
    tr.table_body_row_even td:last-child {
        border-right: 0;
    }
    tr.table_body_row_odd td:last-child {
        border-right: 0;
    }
    .snapshot .p-largest {
        font-size: 35px;
    }
    .container.yxis_australia_covid .banner-image {
        width: 100%;
        background: none;
        height: auto;
    }
    .yxis_australia_covid .banner-form {
        width: 80%;
        padding: 0px;
        background: #009cad;
        color: #f1f1f1;
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 10%;
        padding-right: 10%;
    }
    .container.yxis_australia_covid .banner-image:before {
        content: '';
        position: absolute;
        bottom: -8px;
        width: 150px;
        height: 20px;
        background: #e44226;
        left: 30px;
        z-index: 999;
    }
    .signup-form .form-col-2 input {
        width: auto;
    }
    /* End Yaxis_DubaiWork_LP02 */
    /* Start Yaxis_Australia Covid */
    .australia_covid_expert {
        padding-bottom: 0px;
    }
    .section.section_count {
        margin-bottom: 0;
    }
    .snapshot .large-font {
        margin-bottom: 0px;
    }
    .visa_number_content {
        width: 100%;
    }
    .section.section_count {
        margin-bottom: 0px;
        padding: 20px 0px 0px 0px;
    }
    section.section.australia_covid_expert {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .section.section_3 {
        margin-top: 0px;
    }
    .grid-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }
    .section_target_sector .w_20p {
        width: 100%;
        margin-top: 30px;
        display: inline-table;
    }
    .section_target_sector .w_20p img {
        width: 20%;
        height: auto;
        display: table;
        margin: 0 auto;
    }
    /* Start Yaxis_Australia Covid */
    /*abdul */
}

@font-face {
    font-family: 'Sharpsansdispno2';
    src: url('SharpSansDispNo2-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('Muli-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('Muli-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('Muli-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('Muli-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
input::placeholder {
            color: black !important;
        }
        .select-field {
            color: black !important;
        }
        input{
            color: black !important;
        }