:root {
    --cdark: #006A4E;
    --cmedium: #00BA39;
    --clight: #85F200;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Outfit:wght@600&display=swap');
/*open sans extrabold 800 */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap');
/* general */
#t3-mainbody #t3-content,
#t3-mainbody.t3-mainbody {
    padding-top: 0;
    padding-bottom: 0;
}

.png-phone a {
    color: #333333 !important;
}

#qx-text-5161 td:has(img) {
   width: 34px;
}
.contact-keep-in-touch .table-top {
    min-height: 260px;
}
#qx-text-5859 .table td {
    vertical-align: top; 
}
#qx-text-5859 h4 {
    margin-top: 0;
    font-weight: bold;
}
#qx-text-5161 table,
#qx-text-5161 td,
#qx-text-5859 table,
#qx-text-5859 td {
    border: none !important;
}
/*disable logo back to home for penang and penang cn*/
#page-306 #t3-mainnav .logo-image a,
#page-318 #t3-mainnav .logo-image a{
    pointer-events: none;
    cursor: default;
}
/*.itemid-306 .navbar-nav a:not(.penang-button-scroll):hover {
    background: #eeeeee !important;
}*/
.itemid-306 .navbar-nav a {
    margin: 0 20px 0 5px;
}
.penang-button-scroll {
    background: #15b678 !important;
    border-radius: 50px;
    color: #fff !important;
}
.penang-button-scroll:hover {
    background: #006a4d !important;
}
html {
    scroll-behavior: smooth;
}
@media (max-width: 768px) {
  
.enquiry-penang-logo-list {
    display: flex;
    overflow-x: auto;
    /* Enable horizontal scrolling */
    white-space: nowrap;
    /* Prevent wrapping */
    gap: 10px;
    /* Space between images */
    padding-bottom: 10px;
    scrollbar-width: none;
    /* Hide scrollbar for Firefox */
    -ms-overflow-style: none;
    /* Hide scrollbar for IE/Edge */
    flex-wrap: nowrap;
    margin-left: -20%;
} 
.contact-keep-in-touch .table-top {
    min-height: unset;
}


  
  #qx-section-931 {
    aspect-ratio : unset !important;
}
  #qx-joomla-module-91554 {
    padding-left: 0;
    padding-right: 0;
}
 #qx-section-931 {
    aspect-ratio: unset;
    padding: 10px 15px;
}
.penang-scroll .rsform #submit {
    width: 60% !important;
}

 
    .enquiry-penang-logo-list::-webkit-scrollbar {
        display: none; 
    }
    .enquiry-penang-logo-list .qx-column {
        flex: 0 0 auto;
        scroll-snap-align: start; 
    }
    .enquiry-penang-logo-list img {
        max-width: 350px !important;
    }
    #qx-row-68817 {
        padding: 0 !important;
    }
}

.penang-scroll .rsform .formControls{
    margin-left: 0;
}
/* .penang-scroll .rsform label {
    display: none;
} */
.png-form .rsform-block-check .formControlLabel {
    display: block;
    color: red;
    margin-left: -32px;
}
.png-form .rsform-block-check {
    display: flex;
    flex-direction: column;
}
.png-form .formControlLabel {
    display: none;
}
/* .penang-scroll .rsform input,
.penang-scroll .rsform select,
.penang-scroll .rsform textarea {
    width: 100%;
} */
.penang-scroll .rsform .rsform-input-box,
.penang-scroll .rsform .rsform-text-box,
.penang-scroll .rsform .rsform-select-box {
    width: 100%; 
    padding: 12px; 
    border: 1px solid #ccc; 
    border-radius: 5px; 
    background: #fff; 
    font-size: 16px; 
    transition: 0.3s ease-in-out; 
   
}
.penang-scroll .rsform .rsform-select-box {
     min-height: 50px;
}
.penang-scroll .rsform .rsform-input-box:focus,
.penang-scroll .rsform .rsform-text-box:focus,
.penang-scroll .rsform .rsform-select-box:focus {
    border-color: #00BA39 !important;
    outline: none; 
}
.penang-scroll .rsform #submit {
    background: transparent;
    color: #00BA39;
    border-radius: 40px;
    text-shadow: none;
    box-shadow: none;
    border: solid 1px #00BA39;
    font-size: 15px;
    font-weight: 700;
    height: 55px;
    padding: 0 40px;
    transition-duration: 0.3s;
    width: 50%;
}
.penang-scroll .rsform #submit:hover {
    background: #00BA39;
    color: #fff;
}
body {
    font-family: 'Open Sans', sans-serif;
}
.full_width_content {
    width: calc(100vw - 9px);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}
.btm-line >* {
    position: relative;
}
.btm-line >*:after {
    position: absolute;
    top: 100%;
    margin-top: 12px;
    content: "";
    height: 3px;
    width: 70px;
    background: var(--cdark);
    left: 0;
}
.btm-line.line-mid >*:after {
    left: 50%;
    transform: translatex(-50%);
}
.btm-line.c_alter>*:after {
    background: var(--clight);
}
#applicationform select,.rsformcontact-us select{
    appearance: none;
    outline: none!important;
background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position:calc(100% - 25px) 50%, calc(100% - 20px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
/* header and nav */

/*pc only*/
@media (min-width: 992px) {
.dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  background: transparent !important;
}
.nav > li > a,
.nav > li.open > a,
.nav > li.show > a,
.nav > li.active > a,
.nav > li:focus > a {
  background: transparent;
}
.nav > li > a:hover {
    background: none;
}
.nav > li > a:hover {
    background: var(--cmedium) !important;
    color: #fff !important;
    /* font-weight: 600;
    letter-spacing: .4px; */
}
.dropdown.parent:hover > a {
    background: none;
    background-color: var(--cmedium) !important;
    color: #fff;
}
.dropdown-menu li a:hover {
  background: var(--cmedium) !important;
  color: #fff !important;
}
.language-menu:hover,
.penang-button.cn:hover {
    background: var(--cmedium);
    color: #fff;
}

}
/*end pc only*/


.nav > li > a:hover {
    background: none;
    color: var(--cmedium);
    /* font-weight: 600;
    letter-spacing: .4px; */
}
.logo-img{
    max-width: 150px;
}
.nav .current.active a {
    color: var(--cmedium);
    font-weight: 700;
}
.nav {
    text-transform: uppercase;
}
.off-canvas-toggle {
    display: none;
}
.nav.navbar-nav {
    float: right;
}
.navbar-nav a {
    color: #000;
    letter-spacing: 0.6px;
}
.nav > li > a:focus {
    background: none;
}
/*.nav > li > a:hover {
    background: none;
}*/

.current.active.dropdown ul a {
    color: #000;
    font-weight: normal;
}
.nav > li > a.active {
    color: var(--cmedium);
}
.dropdown-toggle .caret {
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;
    margin-left: 10px;
}
.navbar-brand {
    height: unset;
    padding: 0;
}
#t3-header {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-bg {
    background: rgba(255,255,255,1);
    top: -10%;
}
.header-bg.sticky {
    position: sticky;
    display: block;
    top: 0;
    z-index: 5;
    background: rgba(255,255,255,0.97);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transition: top 0.5s ease-in-out;
  will-change: transform;
}
.sticky #t3-header {
    min-height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#t3-mainnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* footer */
.footer-all-right{
    color: #4b4b4b;
    font-size: 12px;
    padding-right: 30%;
}
#qx-icon-list-87132 i {
    display: none;
}
#qx-icon-list-71248 a,
#qx-icon-list-87132 a {
    text-decoration: none;
}
.t3-footnav {
    padding: 0;
}
.t3-copyright {
    padding: 25px 0;
}
.copyright,
.copyright p {
    margin: 0;
}
.wrap.t3-footer {
    background: #fff;
    border: none;
}
.t3-copyright {
    border-color: e2e2e2;
}
.copyright-o2o a {
    color: unset;
    text-decoration: none;
}
.copyright-o2o a:hover {
    color: var(--cmedium);
}
#qx-column-929>*>.qx-elements-wrap{
    display: flex;
    flex-direction: column;
}
#qx-column-929>*>.qx-elements-wrap>*:last-child{
    margin-top: auto;
}
#qx-gallery-6820 ul li{
    padding-left: 0;
    padding-right: 15px;
}
/* widget whatapps and  scroll top */
@keyframes floating {
    0% {
        transform: translatey(0);
    }
    50% {
        transform: translatey(-3px);
    }
    100% {
        transform: translatey(0);
    }
}

.whatapps,
.scrolltop {
    position: fixed;
    right: 60px;
    z-index: 20;
    width: 50px;
    height: 50px;
    transition-duration: 0.3s;
}
.whatapps {
    /* bottom: 100px; */
    animation: floating 8s infinite;
}
/* .whatapps:after {
    content: "Message Us";
    position: absolute;
    top: 0;
    left: -90px;
    height: 70%;
    display: flex;
    align-items: center;
    clip-path: inset(0% 0% 0% 100%);
    transition-duration: 0.5s;
    background: #fff;
    padding: 0 10px;
    border-radius: 30px;
    margin: 15% 0;
}
.whatapps:hover:after {
    left: -100px;
    clip-path: inset(0% 0% 0% 0%);
} */
.whatapps img {
    filter:drop-shadow(3px 3px 6px rgba(0,0,0,.16) );
}
.scrolltop {
    bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(123, 123, 123, .3);
    opacity: 0;
    transition-duration: 0.5s;
}
.scrolltop i {
    transition-duration: inherit;
    color: #fff;
}
.scrolltop[style]:hover {
    opacity: 1!important;
    transition-delay: 0!important;
}
.scrolltop:hover i {
    transform: rotate(360deg);
}
/* homepage */
#qx-heading-91370 h2,
#qx-heading-32163 h2,
#qx-heading-92605 h2,
#qx-heading-55859 h2,
#qx-heading-27203 h2 {
    position: relative;
}
#qx-heading-91370 h2:after,
#qx-heading-32163 h2:after,
#qx-heading-92605 h2:after,
#qx-heading-55859 h2:after,
#qx-heading-27203 h2:after {
    position: absolute;
    top: 100%;
    margin-top: 12px;
    content: "";
    height: 3px;
    width: 70px;
}
#qx-heading-91370 h2:after {
    left: 0;
    background: var(--cdark);
}
#qx-heading-32163 h2:after {
    left: 50%;
    transform: translatex(-50%);
    background: var(--cdark);
}
#qx-heading-92605 h2:after {
    left: 0;
    background: var(--clight);
    font-weight: 600;
}
#qx-heading-27203 h2:after {
    left: 50%;
    transform: translatex(-50%);
    background: var(--cdark);
}
#qx-heading-55859 h2:after {
    left: 50%;
    transform: translatex(-50%);
    background: var(--cdark);
}

#qx-heading-92605 h2 {
    font-family: "Outfit";
    font-weight: 600;
}
#qx-section-931 {
    aspect-ratio: 8/4;
    display: flex;
    align-items: center;
}
#qx-section-71440 .qx-element-wrap .qx-element-blurb-v2,
#qx-section-71440 .qx-element-wrap {
    height: 100%;
}
#qx-section-71440 .qx-element-blurb-v2 .qx-element-blurb__media {
    display: flex!important;
    justify-content: center;
}
#qx-testimonial-carousel-20789 .qx-testimonial__person_details {
    padding-top: 15px;
}
/* #qx-section-69781 .slider-wrapper{
    height: 100%
} */
/* about us */
#qx-column-10996 img {
    height: 80px;
}
#qx-column-10996 .qx-figure-caption {
    font-weight: 700;
}
#qx-column-10996 .qx-figure-caption:first-letter {
    font-size: 24px;
    font-weight: 800;
}
/* services */
#qx-section-171 .qx-row-wrap:nth-child(odd) .qx-column:last-child .qx-elements-wrap,
#qx-section-171 .qx-row-wrap:nth-child(even) .qx-column:first-child .qx-elements-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service_card {
    border-radius: 20px;
    position: relative;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    height: 100%;
}
/* .service_card:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: visible;
} */
.service_card .card_image {
    position: relative;
}
.service_card .card_icon {
    position: absolute;
    left: 50%;
    transform: translate(-50%,60%);
    bottom: 0;
    background: #f4f4f4;
    border: solid 7px #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    width: 130px;
}
.service_card .card_image>img {
    border-radius: 20px 20px 0 0;
}
.service_card .card_icon img {
    max-height: 80px;
    object-fit: contain;
    max-width: 80px;
}
.service_card .card_title {
    padding: 100px 40px 50px;
}
.service_card .card_title h3 {
    margin: 0;
    color: var(--cdark);
    text-align: center;
    font-size: 22px;
    font-family: "Open Sans";
    font-weight: 700;
    letter-spacing: 0.22px;
}
.other_service_owl .owl-stage {
    display: flex;
    margin-bottom: 20px;
}
.other_service_owl .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    outline: none;
    height: 30px;
    width: 30px;
    background: #ededed!important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.3s;
    color: #7b7b7b!important;
}
.other_service_owl .owl-nav button.owl-prev {
    left: -60px;
}
.other_service_owl .owl-nav button.owl-next {
    right: -60px;
}
.other_service_owl .owl-nav button:hover {
    background: var(--cdark)!important;
    color: #fff!important;
    transform: translatey(-50%) rotate(360deg);
}
.other_service_owl .owl-nav button i {
    font-size: 10px;
    transition-duration: 0.3s;
}
.why_content {
    display: flex;
    flex-direction: row;
}
.why_left {
    padding-right: 70px;
    width: 40%;
}
.why_left img {
    border-radius: 20px;
}
.why_right {
    padding-top: 30px;
    width: 60%;
}
.why_right h3 {
    font-family: "open Sans";
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.22px;
    padding-bottom: 15px;
    color: var(--cdark);
    margin-bottom: 25px;
}
.whygreen .owl-carousel .owl-dots {
    text-align: center;
    padding-top: 60px;
}
.whygreen .owl-carousel .owl-dot {
    background: #dedede;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    margin-right: 15px;
}
.whygreen .owl-carousel .owl-dot.active {
    background: var(--cmedium);
}
.whygreen ul {
    padding: 0;
}
.whygreen li {
    display: flex;
    padding-bottom: 20px;
    align-items: center;
    flex-direction: row;
    font-size: 16px;
    font-family: "open Sans";
    color: #4b4b4b;
    letter-spacing: 0.48px;
}
.whygreen li:before {
    background-image: url('/images/icon/checkmark.svg');
    aspect-ratio: 1/1;
    height: 20px;
    content: "";
    margin-right: 15px;
}
/* testimonial */
#qx-column-29299 .qx-card-body {
    background: none;
}
.reviewcomment {
    display: block;
    background: #f5f5f5;
    font-size: 13px;
    line-height: 1.5;
    /* This value depends on the font-size and the font family used */
    height: calc(7 * 1.5 * 13px + 40px);
    /* 4 rows of text, 1.5 line-height, 16px font-size */
    overflow-y: auto;
    padding: 20px;
    border: solid 1px #E5E5E5;

}
.reviewcomment i {
    font-size: 14px;
    padding-right: 3px;
    color: transparent;
    -webkit-text-stroke: 0.5px #9e9e9e;
}
.reviewcomment i.active {
    -webkit-text-stroke: 0.5px #fb6700;
    color: #fb6700;
}
.reviewrating>*,
.userreview>*:first-child {
    display: inline;
}
.userreview>*:first-child {
    padding-left: 5px;
}
#k2ModuleBox134 .owl-dots {
    display: flex;
    justify-content: center;
}
#k2ModuleBox134 .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    background-color: #dfdfdf;
    border-radius: 100%;
    margin: 0 5px;
}
#k2ModuleBox134 .owl-dots .owl-dot.active {
    background: var(--cmedium);
}
#k2ModuleBox134 .owl-nav .owl-prev,
#k2ModuleBox134 .owl-nav .owl-next {
    display: block;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    color: #7B7B7B;
    background: #EDEDED;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    outline: none;
    transition-duration: 0.3s;
}
#k2ModuleBox134 .owl-nav .owl-prev:hover,
#k2ModuleBox134 .owl-nav .owl-next:hover {
    color: #fff;
    background: var(--cdark);
    transform: translatey(-50%) rotate(360deg);
}
#k2ModuleBox134 .owl-nav .owl-next {
    right: -40px;
}
#k2ModuleBox134 .owl-nav .owl-prev {
    left: -40px;
}
#k2ModuleBox134 .moduleItemTitle {
    display: block;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
#k2ModuleBox134 .review_date {
    padding-left: 20px;
    font-weight: 700;
    font-size: 13px;
    color: #B8B8B8;
}
#qx-media-carousel-75324 .qx-card {
    background: transparent;
}
#qx-media-carousel-75324 .qx-slidenav {
    background: #dfdfdf;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition-duration: 0.3s;
    top: 40%;
}
#qx-image-27221 img{
    max-height: 100px;
    object-fit: contain
}
#qx-media-carousel-75324 .qx-slidenav:hover {
    background: var(--cdark);
    fill: #fff;
}
#qx-media-carousel-75324 .qx-slidenav * {
    display: block;
    stroke-width: 6px;
    transition-duration: 0.3s;
}
#qx-media-carousel-75324 .qx-slidenav:hover * {
    color: #fff!important;
    transform: rotate(360deg);
}
/* contact us */
#qx-text-74160 table i,
#qx-text-63543 table i,
#qx-text-5859 table i {
    color: var(--cmedium);
    font-size: 18px;
}
#qx-text-74160 table img,
#qx-text-31309 table img,
#qx-text-63543 table img,
#qx-text-58545 table img {
    height: 18px;
}
#qx-text-74160 table,
#qx-text-31309 table,
#qx-text-63543 table,
#qx-text-58545 table,
#qx-text-74160 td,
#qx-text-31309 td,
#qx-text-63543 td,
#qx-text-58545 td {
    border: none;
    width: auto;
}
#qx-text-74160 td,
#qx-text-31309 td {
    table-layout: auto;
}
#qx-text-74160 table h4,
#qx-text-63543 table h4 {
    color: #4b4b4b;
    font-family: "open sans";
    font-weight: 700;
    margin: 0;
    padding-bottom: 6px;
}
#qx-text-74160 table a,
#qx-text-31309 table a,
#qx-text-63543 table a,
#qx-text-58545 table a,
#qx-text-5161 table a,
#qx-text-5859 table a {
    text-decoration: none;
    color: inherit;
}
#qx-row-62104 .gmap a {
    color: #0c72c9;
    text-decoration: underline;
}
#qx-text-74160 table p,
#qx-text-31309 table p,
#qx-text-63543 table p,
#qx-text-58545 table p {
    margin: 0;
    line-height: 28px;
    letter-spacing: 0.48px;
}
#qx-text-74160 table tr:first-child td,
#qx-text-63543 table tr:first-child td {
    padding-bottom: 0;
}
#qx-text-74160 tr:not(.gmap) p,
#qx-text-63543 tr:not(.gmap) p {
    color: #4b4b4b;
}
.rsformcontact-us .formControlLabel {
    display: none;
}
.rsformcontact-us .formResponsive .formHorizontal .formControls {
    margin-left: 0;
}
.rsformcontact-us .rsform-input-box,
.rsformcontact-us .rsform-select-box,
.rsformcontact-us .formBody>.rsform-text-box {
    width: 100%;
}
.rsformcontact-us #Branch option:first-child {
    display: none;
}
div.formBody {
    display: flex;
}
.rsformcontact-us .formBody>.rsform-input-box,
.rsformcontact-us .formBody>.rsform-select-box,
.rsformcontact-us .formBody>.rsform-text-box {
    display: flex;
    font-size: 15px;
    padding: 0 20px;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    border-color: #ebebeb;
}
.rsformcontact-us .formBody>.rsform-input-box,
.rsformcontact-us .formBody>.rsform-select-box {
    height: 50px;
}
.rsformcontact-us .formBody>.rsform-text-box {
    padding-top: 15px;
}
.rsformcontact-us .formResponsive .rsform-submit-button {
    background: none;
    color: var(--cmedium);
    border-radius: 40px;
    text-shadow: none;
    box-shadow: none;
    border: solid 1px var(--cmedium);
    font-size: 15px;
    font-weight: 700;
    height: 55px;
    padding: 0 40px;
    transition-duration: 0.3s;
}
.rsformcontact-us .formResponsive .rsform-submit-button:hover {
    color: #fff;
    background: var(--cmedium);
}
#applicationform .formSpan12 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
#qx-row-62104 a:hover {
    color: var(--cmedium);
}
/* appication form */
#applicationform .formRow [class*="formSpan"]{
    min-height: unset;
}
#applicationform .rsform-calendar-button{
    display: none;
}
#applicationform select option:first-child{
    display: none;
}
#applicationform .formRequired{
    display: none;
}

#applicationform .rsform-block{
    width: 50%;
    display: flex;
    flex-direction: column;
}
#applicationform .rsform-block:nth-child(odd){
    padding-right: 40px;
}
#applicationform .rsform-block:nth-child(even){
    padding-left: 40px;
}
#applicationform .formControls{
    margin-left: 0
}
#applicationform .formBody>*:first-child,
#applicationform .formControlLabel{
    width: 100%;
    float: unset;
    text-align: left;
}
#applicationform .formControlLabel{
    font-size: 15px;
    color: #4b4b4b;
    letter-spacing: 0.45px;
}

#applicationform .formBody input,
#applicationform .formBody select{
    height: 50px;
    padding: 0;
    margin: 0;
    /* padding-left: 20px;
    padding-right: 20px; */
    border: none;
    border-bottom: solid 1px #aaaaaa;
    border-radius: 0;
    box-shadow: none;
    transition-duration: 0.3s;
    font-size: 15px;
    font-weight: 600;
}
#applicationform .formBody select:focus,.rsformcontact-us select:focus{
  color: #555555!important;
  font-weight: 600!important;
  border-bottom: solid 1px var(--cmedium);
}
#applicationform .formBody input:focus{
    border-bottom: solid 1px var(--cmedium);
}
#applicationform .formBody input::placeholder{
    color: #dddddd;
    font-weight: 400;
}

#applicationform .rsform-block.rsform-block-section1,
#applicationform .rsform-block.rsform-block-section2,
#applicationform .rsform-block.rsform-block-section3,
#applicationform .rsform-block.rsform-block-section4,
#applicationform .rsform-block-section4sponsorspouce,
#applicationform .rsform-block.rsform-block-section5,
#applicationform .rsform-block-section3-member1,
#applicationform .rsform-block-section3-member2,
#applicationform .rsform-block-section3-member3,
#applicationform .rsform-block-section3-member4,
#applicationform .rsform-block-section3-member5,
#applicationform .rsform-block-section3-member6,
#applicationform .rsform-block-section3-member7,
#applicationform .rsform-block-section3-member8,
#applicationform .rsform-block-section3-member9,
#applicationform .rsform-block-section3-member10,
#applicationform .rsform-block-acknoledgement,
#applicationform .rsform-block-submit{
    width: 100%;
    padding-right: 0;
}
#applicationform .rsform-block-section3-member1,
#applicationform .rsform-block-section3-member2,
#applicationform .rsform-block-section3-member3,
#applicationform .rsform-block-section3-member4,
#applicationform .rsform-block-section3-member5,
#applicationform .rsform-block-section3-member6,
#applicationform .rsform-block-section3-member7,
#applicationform .rsform-block-section3-member8,
#applicationform .rsform-block-section3-member9,
#applicationform .rsform-block-section3-member10,
#applicationform .rsform-block-sponsor1,
#applicationform .rsform-block-sponsor1spouce,
#applicationform .rsform-block-sponsor2,
#applicationform .rsform-block-sponsor2spouce{
  margin-bottom: 10px;
}
#applicationform .rsform-block-section3-member1,
#applicationform .rsform-block-section3-member2,
#applicationform .rsform-block-section3-member3,
#applicationform .rsform-block-section3-member4,
#applicationform .rsform-block-section3-member5,
#applicationform .rsform-block-section3-member6,
#applicationform .rsform-block-section3-member7,
#applicationform .rsform-block-section3-member8,
#applicationform .rsform-block-section3-member9,
#applicationform .rsform-block-section3-member10,
#applicationform .rsform-block-sponsor1,
#applicationform .rsform-block-sponsor1spouce,
#applicationform .rsform-block-sponsor2,
#applicationform .rsform-block-sponsor2spouce,
#applicationform .rsform-block-jointapplicantspouce{
  margin-top: 20px;
}
#applicationform .formBody>#Submit{
    width: auto;
    background: #fff;
    border: solid 1px var(--cmedium);
    border-radius: 50px;
    color: var(--cmedium);
    font-size: 15px;
    font-weight: 700;
    text-shadow: none;
    padding: 15px 40px;
    height: auto;
    transition-duration: 0.3s;
}
#applicationform .formBody>#Submit:hover{
    background: var(--cmedium);
    color: #fff;
}
#applicationform .formBody>*:first-child:focus{
    outline: none;
}
#applicationform .formBody select option{
    font-size: 15px;
}
select.unselect{
    color:#BBBBBB!important;
    font-weight:400!important;
}
/* p.household:before{
    font-family: "FontAwesome";
    content:"\f067";
    border-radius: 50%;
    border: solid 1px #006A4e;
    color: #006A4e;
    aspect-ratio:1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    width:20px;
    padding-top: 2px;
    margin-right: 5px;
    font-size: 12px;
    -webkit-text-stroke: .1px #fff;
} */
p.household,
p.sponsor,
p.jointapp{
    color: #4b4b4b;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: flex-end;
}
#applicationform label{
    font-size: 15px;
    font-weight: 400;
}
#applicationform .rsform-block>.formControls{
    margin-top: auto;
}
#applicationform .rsform-block-contactnumber-handphone .formControls,
#applicationform .rsform-block-contactnumber-home .formControls,
#applicationform .rsform-block-sponsor-1-contactnumber .formControls,
#applicationform .rsform-block-sponsor-2-contactnumber .formControls,
#applicationform .rsform-block-joint-applicant-contactnumber .formControls,
#applicationform .rsform-block-sponsor-1-contactnumber-home .formControls,
#applicationform .rsform-block-sponsor-2-contactnumber-home .formControls,
#applicationform .rsform-block-joint-applicant-contactnumber-home .formControls{
    position: relative;
}
#applicationform .rsform-block-contactnumber-handphone .formControls:after,
#applicationform .rsform-block-contactnumber-home .formControls:after,
#applicationform .rsform-block-sponsor-1-contactnumber .formControls:after,
#applicationform .rsform-block-sponsor-2-contactnumber .formControls:after,
#applicationform .rsform-block-joint-applicant-contactnumber .formControls:after,
#applicationform .rsform-block-sponsor-1-contactnumber-home .formControls:after,
#applicationform .rsform-block-sponsor-2-contactnumber-home .formControls:after,
#applicationform .rsform-block-joint-applicant-contactnumber-home .formControls:after{
    position: absolute;
    content :"+65";
    top: 0;
    display: flex;
    height: 100%;
    align-items: center;
}
#applicationform .rsform-block-contactnumber-handphone .formBody input,
#applicationform .rsform-block-contactnumber-home .formBody input,
#applicationform .rsform-block-sponsor-1-contactnumber .formBody input,
#applicationform .rsform-block-sponsor-2-contactnumber .formBody input,
#applicationform .rsform-block-joint-applicant-contactnumber .formBody input,
#applicationform .rsform-block-sponsor-1-contactnumber-home .formBody input,
#applicationform .rsform-block-sponsor-2-contactnumber-home .formBody input,
#applicationform .rsform-block-joint-applicant-contactnumber-home .formBody input{
    padding-left: 30px;
}
.rsform-block-section1 hr,
.rsform-block-section2 hr,
.rsform-block-section3 hr,
.rsform-block-section4 hr,
.rsform-block-section5 hr,
.rsform-block-acknoledgement hr{
    border-color: #dedede;
    margin: 40px 0;
}
#applicationform select option{
    color: #4b4b4b;
}
.rsform-block-section1 p,
.rsform-block-section2 p,
.rsform-block-section3 p,
.rsform-block-section4 p,
.rsform-block-section4 p,
.rsform-block-section5 p{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.48px;
}
.rsform-block-section2 p span,
.rsform-block-section3 p span,
.rsform-block-section4 p span,
.rsform-block-section5 p span{
    padding-left: 10px;
    font-size: 15px;
    font-weight: 400;
}
.rsform-block-section4sponsorspouce{
    padding-top: 40px;
}
.rsform-block-acknoledgement h3{
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 10px;
}
.rsform-block-acknoledgement ul{
    list-style-type: circle;
}
.rsform-block-acknoledgement ul p{
    line-height: 24px;
    letter-spacing: .42px;
}

/* ------------------------------------------------------------------- */
/* responsive */
@media(max-width:768px) {
    /*     general */
    .full_width_content {
        width: 100vw;
    }
    .btm-line >*:after {
        margin-top: 6px;
        width: 50px;
    }

    /* header */
    #t3-mainnav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
        transition: 0.2s;
    }
    .navbar-toggle {
        display: none;
    }
    .off-canvas-toggle {
        display: block;
        float: right;
        margin-right: 20px;
    }
    .navbar-header {
        padding-left: 20px;
    }
    .logo-image img {
        max-height: 30px;
    }
    #t3-header {
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: 55px;
    }
    #t3-header .off-canvas-toggle {
        background: none;
        color: var(--cdark);
    }
    .t3-off-canvas-header-title {
        display: none;
    }
    .t3-off-canvas .t3-off-canvas-header {
        background: none;
    }
    .t3-off-canvas .close {
        background: none;
        outline: none;
    }
    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover {
        background: none;
        color: var(--cmedium);
    }
    .t3-off-canvas .t3-off-canvas-body a {
        color: unset;
    }
    #t3-mainnav.sticky {
        position: fixed;
        width: 100%;
        background: rgba(255,255,255,0.96);
        z-index: 20;
        top: 0;
        box-shadow: 0 4px 12px #00000030;
    }
    .sticky #t3-header {
        min-height: 50px;
    }
    /* footer */
    .copyright p {
        font-size: 10px;
    }
    /* widget */
    .whatapps,
    .scrolltop {
        right: 20px;
        width: 40px;
        height: 40px;
    }
    .whatapps:after {
        font-size: 12px;
    }
    .whatapps:hover:after {
        left: -80px;
    }
    /* home */
    #qx-section-67141 {
        aspect-ratio: 3/4;
    }
    #qx-heading-91370 h2:after,
    #qx-heading-32163 h2:after,
    #qx-heading-92605 h2:after,
    #qx-heading-55859 h2:after,
    #qx-heading-27203 h2:after {
        margin-top: 6px;
        height: 3px;
        width: 50px;
    }
    #qx-column-28597 {
        order: 2;
    }
    #qx-column-98599 {
        order: 1;
    }
    #qx-section-71440 .qx-element-blurb__title br{
    display: none
}

    /* about us */
    #qx-column-99546 {
        order: 2;
    }
    #qx-column-99548 {
        order: 1;
    }
    #qx-column-10996 .qx-figure-caption:first-letter {
        font-size: 22px;
    }
    #qx-section-171 .qx-rows>.qx-row-wrap:nth-child(even) .qx-column:last-child>*,
#qx-section-171 .qx-rows>.qx-row-wrap:nth-child(odd) .qx-column:first-child>*{
    padding-bottom: 0;
}
/* #qx-section-171 .qx-rows>.qx-row-wrap:nth-child(odd) .qx-column:last-child>*,
#qx-section-171 .qx-rows>.qx-row-wrap:nth-child(even) .qx-column:first-child>*{
    padding-top: 0;
} */

    /* testimonial */
    #qx-image-27221 img,
#qx-image-66798 img{
    max-height: 75px;
    object-fit: contain;
}
    #qx-section-171 .qx-rows>.qx-row-wrap:nth-child(even) .qx-column:last-child {
        order: 1;
    }
    #qx-section-171 .qx-rows>.qx-row-wrap:nth-child(even) .qx-column:first-child {
        order: 2;
    }
    #qx-section-171 .qx-element-blurb__wrapper {
        display: flex;
    }
    #qx-section-171 .qx-element-blurb__wrapper .qx-element-blurb__title {
        margin-bottom: 0;
    }
    #qx-section-171 .qx-element-blurb__wrapper .qx-element-blurb__media {
        max-width: 45px;
    }
    .service_card .card_title h3 {
        font-size: 18px;
    }
    .why_content {
        flex-direction: column;
    }
    .why_left {
        width: 100%;
        padding-right: 0;
    }
    .why_right h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .whygreen li {
        font-size: 14px;
    }
    .whygreen .owl-carousel .owl-dots {
        padding-top: 20px;
    }
    #qx-raw-html-231370 {
        padding-top: 30px;
    }
    .why_right {
        padding-top: 10px;
        width: 100%;
    }
    #k2ModuleBox134 .moduleItemTitle,
#k2ModuleBox134 .review_date{
    padding-left: 0;
}
    /* contact us */
    #qx-text-74160 table h4,
    #qx-text-63543 table h4 {
        font-size: inherit;
    }
    #qx-text-74160 table i,
    #qx-text-63543 table i {
        font-size: 16px;
    }
    #qx-text-74160 table img,
    #qx-text-31309 table img,
    #qx-text-63543 table img,
    #qx-text-58545 table img {
        height: 14px;
    }
    #qx-section-184 .table {
        margin-bottom: 0;
    }

    #qx-text-74160 table p,
    #qx-text-31309 table p,
    #qx-text-63543 table p,
    #qx-text-58545 table p {
    line-height: 20px;
}
    .rsformcontact-us .formBody>.rsform-input-box,
    .rsformcontact-us .formBody>.rsform-select-box{
        height: 40px;
        font-size: 14px;
        padding: 0 10px;
    }
    .rsformcontact-us .formBody>.rsform-text-box {
    padding: 10px;
    }
    .rsformcontact-us .formContainer .rsform-block{
        margin-bottom: 20px;
    }
    .rsformcontact-us .formResponsive .rsform-submit-button{
        font-size: 14px;
        height: 40px;
        padding: 0 20px;
        margin-top: 20px;
    }
    /* application form */

    #applicationform .rsform-block{
        width: 100%;
        padding-left: unset!important;
        padding-right: unset!important;
        padding-bottom: 20px;
    }
    #applicationform .rsform-block-section1,
    #applicationform .rsform-block-section2,
    #applicationform .rsform-block-section3,
    #applicationform .rsform-block-section4{
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    .rsform-block-section1 hr,
    .rsform-block-section2 hr,
    .rsform-block-section3 hr,
    .rsform-block-section4 hr,
    .rsform-block-acknoledgement hr {
    margin: 20px 0;
}
    .rsform-block-section1 p,
    .rsform-block-section2 p,
    .rsform-block-section3 p,
    .rsform-block-section4 p,
    .rsform-block-section4sponsorspouce {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.48px;
}
    .rsform-block-section2 p span,
    .rsform-block-section3 p span,
    .rsform-block-section4 p span {
    font-size: 13px;
}
    #applicationform .formControlLabel{
        font-size: 14px;
    }
    #applicationform .rsform-block-contactnumber-handphone .formControls:after,
    #applicationform .rsform-block-contactnumber-home .formControls:after,
    #applicationform .rsform-block-sponsorcontactnumber .formControls:after{
        font-size: 13px;
    }
    #applicationform .rsform-block-contactnumber-handphone .formBody input,
    #applicationform .rsform-block-contactnumber-home .formBody input,
    #applicationform .rsform-block-sponsorcontactnumber .formBody input{
        padding-left: 30px;
    }
    .rsform-block-acknoledgement h3{
        font-size: 14px;
    }
    .rsform-block-acknoledgement ul p{
        font-size: 13px;
        letter-spacing: .20px;
    }
    p.household{
      align-items: center;
    }
    #applicationform .rsform-block-acknoledgement{
        padding-bottom: 0;
    }

    .png-form .rsform-block-check .formControlLabel {
        margin-left: 0px;
    }

}


/*blog*/
.blog#k2Container .full_width_content .itemListCategory{
    padding:60px 0;
    background: url("https://www.greenemployment.sg/images/contact_us/banner.webp");
    margin-bottom: 0;
    background-size: cover;
}

.blog#k2Container .full_width_content .itemListCategory:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(0, 106, 37, 1);
    opacity: 0.85;
    z-index: 1;
}
.blog#k2Container .full_width_content .itemListCategory h2{
    z-index: 4;
    position: relative;
    font-weight: 700;
    font-size: 45px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin: 0;
    padding: 15px 0;
    line-height: 1.1;
}
.blog#k2Container .itemList{
    margin-top: 60px;
}
.blog#k2Container .itemList #itemListPrimary{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 20px;
}
.blog#k2Container .itemList #itemListPrimary>div{
    width: calc(33.3333% - 20px)!important;
}
.blog#k2Container .itemList #itemListPrimary .catItemView{
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
.blog#k2Container .itemList #itemListPrimary .catItemBody{
    margin-top: auto;
}
.blog .catItemReadMore{
    display: flex;
}
.blog .catItemReadMore .k2ReadMore{
    background: none;
    color: var(--cmedium);
    border-radius: 40px;
    text-shadow: none;
    box-shadow: none;
    border: solid 1px var(--cmedium);
    font-size: 15px;
    font-weight: 700;
    height: 55px;
    padding: 0 40px;
    transition-duration: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.blog .catItemReadMore .k2ReadMore:hover{
    background: var(--cmedium);
    color: #fff;
}
.blog div.catItemHeader h3.catItemTitle{
    padding: 0;
}
.blog div.catItemHeader h3.catItemTitle a{
    font-size: 20px;
    font-weight:700; 
    color: var(--cdark);
}
.blog-details .full_width_content{
    padding:60px 0;
    background: url("https://www.greenemployment.sg/images/contact_us/banner.webp");
    background-size: cover;
}
.blog-details .full_width_content:after{
        content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(0, 106, 37, 1);
    opacity: 0.85;
    z-index: 1;
}
.blog-details .itemHeader .itemTitle{
    z-index: 4;
    position: relative;
    font-weight: 700;
    font-size: 45px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin: 0;
    padding: 15px 0;
    line-height: 1.1;
}
.blog-details .itemBody{
    margin-top: 40px;
    padding: 0 8.333%;
}

@media screen and (max-width:768px){
  .blog#k2Container .full_width_content .itemListCategory,
.blog-details .full_width_content{
    padding: 20px 0;
}
.blog#k2Container .full_width_content .itemListCategory h2,
.blog-details .itemHeader .itemTitle{
    font-size: 26px;
}
.blog#k2Container .itemList #itemListPrimary{
    flex-direction: column;
}
.blog#k2Container .itemList #itemListPrimary>div{
    width: 100%!important;
}

.blog .catItemReadMore .k2ReadMore{
    font-size: 14px;
    height: 40px;
    padding: 0 20px;
}
.blog-details .itemBody{
    padding: unset;
}
}




/*penang branch page menu ----- 6/6/2025*/

.nav .open > a {
  background-color : #15b678;
}

/*mobile png*/
@media (max-width: 768px) {
  #page-306 .navbar-toggle,
  #page-306 .off-canvas-toggle,
  #page-318 .navbar-toggle,
  #page-318 .off-canvas-toggle{
    display: none !important;
  }
  #page-306 .t3-navbar-collapse {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
   #page-306 ul.navbar-nav {
     display: flex;
   }
  .penang-button-scroll.sg {
    margin-right: 5px !important;
    margin-left: 10px !important;
    }
  
/*mobile sg*/
 body:not(#page-306) .t3-navbar-collapse {
  display: block !important;
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  }
  body:not(#page-306) .t3-navbar-collapse ul.nav > li:nth-child(n+4) {
    display: none !important;
  }
  /*
  body:not(#page-306) ul.navbar-nav {
    display: flex;
  }*/
  .penang-button-scroll {
    font-size: 9px;
    padding: 5px 10px;
    margin: 0 4px;
  }
  body:not(#page-306) .t3-off-canvas-body .penang-button-scroll,
  body:not(#page-306) .t3-off-canvas-body .hide-mobile {
    display: none;
  }
 /* body:not(#page-306) .t3-navbar-collapse ul.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  max-width: 210px; 
  } */
  .t3-navbar-collapse ul.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  max-width: 210px; 
  } 
  .t3-navbar-collapse ul.navbar-nav > li {
    width: 50%; 
    text-align: center;
  }
  body:not(#page-306) .t3-navbar-collapse ul.navbar-nav > li:nth-child(3) {
      width: 50%; 
      text-align: center;
    margin: 5px auto 0;
  }
}

/*ip13*/
@media only screen and (max-width: 390px) {
 .penang-button-scroll {
    font-size: 6px !important;
  }
}


@media (min-width: 992px) {
.d-lg-none {
  display:none !important;
}
}

/* chinese landing page 13/6*/
#page-318 .navbar-nav a {
    margin: 0 20px 0 5px;
}
a.language-menu {
    margin-right: -15px !important;
}
.cn-penang {
    max-width: 80%;
}
.cn-width {
    max-width: 87%;
}



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

a.language-menu,
a.penang-button.cn {
    font-size: 10px;
}
.cn-width,
.cn-penang {
    max-width: unset;
}
body#page-318 .t3-navbar-collapse ul.nav > li:nth-child(n+4) {
        display: block !important;
}
#page-318 .t3-mainnav .t3-navbar-collapse .navbar-nav > li > a,
#page-306 .t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
    border-top: none;
}
#page-318 nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
#page-318 ul li {
    display: flex;
    align-items: center;
    justify-content: center;
   /* align-content: center;
    flex-wrap: wrap;*/
}
.t3-footnav ul li {
   justify-content: flex-start !important;
}


/*mobile adjustment 16/6*/
.current.active a.penang-button.cn {
    margin-bottom: -5px !important;
}
#qx-heading-26966 h2 {
    font-size: 23px !important;
}
#page-318 #qx-text-0967 ul {
    padding-left: 0;
}
#qx-text-71237 strong {
    color: #00ba39;
}
#qx-text-71237 ul:nth-of-type(1) {
    padding-left: 0 !important;
}
#page-306 #qx-text-86237 ul {
    padding-left: 4% !important;
}
#page-318 #qx-text-86237 ul {
    padding-left: 8% !important;
}
#page-306 #qx-text-71237 ul:nth-of-type(1) {
    padding-left: 6% !important;
}
#page-318 #qx-text-71237 ul:nth-of-type(2) li::before,
#page-318 #qx-text-10430 ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #000; 
  font-size: 30px;
  line-height: 1;
}
.nav-stacked.menu li a:focus {
    color: var(--cmedium);
}


}
/*end mobile 16/6*/


@media screen and (min-width: 1024px) {
/*start pc 16/6*/
#qx-text-86237 ul {
    padding-left: 25px !important;
}
#qx-text-71237 ul {
    padding-left: 5% !important;
}
#page-306 #qx-text-71237 ul {
    padding-left: 4% !important;
}
}


/*---- new 23/6/25*/

/*home sg*/
#qx-column-98599 .qx-col-wrap,
#qx-column-98599 .qx-element-wrap,
#qx-column-98599 .qx-slideshow,
#qx-column-98599 img {
  border-radius: 20px;
  overflow: hidden;
}
#qx-column-941003 .qx-col-wrap,
#qx-column-941003 .qx-element-wrap,
#qx-column-941003 .qx-slideshow {
  border-radius: 20px;
  overflow: hidden;
}

/*homepage add hiring form 7/7*/
/* text form */
.formResponsive input, .formResponsive textarea {
    width: 100%;
    padding: 10px !important;
}
.hiring-form .formControlLabel {
    display: none;
}
.hiring-form .formResponsive .formHorizontal .formControls {
    margin-left: 0;
}
.hiring-form .rsform-input-box,
.hiring-form  .rsform-select-box,
.hiring-form  .formBody>.rsform-text-box {
    width: 100%;
}
.hiring-form .formBody>.rsform-input-box,
.hiring-form  .formBody>.rsform-select-box,
.hiring-form  .formBody>.rsform-text-box {
    display: flex;
    font-size: 15px;
    padding: 0 20px;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    border-color: #ebebeb;
}
.hiring-form  .formBody>.rsform-input-box {
    height: 30px;
}
.hiring-form  .formBody>.rsform-select-box {
    height: 50px;
}
.hiring-form  .formBody>.rsform-text-box {
    padding-top: 15px;
}
.hiring-form  .formResponsive .rsform-submit-button {
    background: none;
    color: var(--cmedium);
    border-radius: 40px;
    text-shadow: none;
    box-shadow: none;
    border: solid 1px var(--cmedium);
    font-size: 15px;
    font-weight: 700;
    height: 55px;
    padding: 0 40px !important;
    transition-duration: 0.3s;
}
.hiring-form  .formResponsive .rsform-submit-button:hover {
    color: #fff;
    background: var(--cmedium);
}
/* consent */
.hiring-form .rsform-block-check .formControlLabel {
    display: block;
    color: red;
}
.hiring-form .rsform-block-check {
    display: flex;
    flex-direction: column;
}
.hiring-form .formSpan4 {
    margin-left: ;
}
.hiring-form .rsform-block-check .formBody label{
    display: flex;
    align-items: flex-start;
}
.hiring-form select#Branch{
    appearance: none;
    outline: none!important;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position:calc(100% - 25px) 50%, calc(100% - 20px) 50%;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}
.hiring-form  select:focus{
  color: #555555!important;
  font-weight: 600!important;
  border-bottom: solid 1px var(--cmedium);
}
/*8/7 add image to homepage hiring form*/
.hiring-form-home h1,
.hiring-form-home #qx-text-39324 {
    text-align: left;
}
.hiring-form-home img{
    border-radius: 40px;
}
.hiring-form-home #qx-column-6326 {
    max-width: 40%;
}
.hiring-form-home #qx-column-57328 {
    max-width: 60%;
}
.hiring-form-home #qx-row-99325 {
    margin-top: -4%;
}
.hiring-form-home .rsform-block-submit .formBody {
    justify-content: center;
}
.hiring-form-home img{
    border-radius: 40px;
    min-height: 350px;
    object-fit: cover;
}
.hiring-form-home .rsform-block-check label {
   font-size: 12px;
}
.hiring-form-home .rsform-block-check {
   margin-top: -3%;
}
@media screen and (max-width: 768px){
.hiring-form-home #qx-column-6326,
.hiring-form-home #qx-column-57328 {
    max-width: unset;
}
.hiring-form-home #qx-text-39324 {
   margin-left: 0;
    text-align: center;
    padding-bottom: 10px;
}
.hiring-form-home h1 {
   text-align: center;
}
}

/*amend 10/7 homepage */
#page-101 .qx-dotnav li {
    margin-top: 20px;
}




/* whatsapp ws fixed */
.itemid-318 .whatapps,
.itemid-306 .whatapps{
    display: block !important;
}
.itemid-318 .sticky-bottom-right,
.itemid-306 .sticky-bottom-right{
    /* display: none; */
}
.sticky-bottom-right {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    display: none !important;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
}
.sticky-bottom-right a {
    border: none;
    height: 71px;
    padding: 0 25px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: 0.3s all ease;
    border: 1px solid #dedede;
    text-transform: uppercase;
}
.sticky-bottom-right a.ws-green {
    background-color: rgba(0 ,  106,  78, 1);
}
.sticky-bottom-right a.test-drive-button {
    background-color: rgba(0 ,  106,  78, 1);
}
.sticky-bottom-right a:hover {
    background-color:  #00BA39;
    transition: 0.3s all ease;
}
.sticky-bottom-right a.ws-green i {
    margin-right: 5px;
}

@media (max-width: 768px) {
    .sticky-bottom-right {
        display: none;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        background: transparent;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        border-radius: 0;
        gap: 0;
        padding: 0;
        z-index: 10050;
        padding-bottom: max(0px, env(safe-area-inset-bottom));
    }
}




















