/* 
Heading Font Family
font-family: 'Open Sans', sans-serif;

Body Font Family
font-family: Arial,sans-serif

Theme color (Header, Button, Link)
#333  *Orange*
#333  *Dark Grey*
 */


/*  TABLE OF CONTENTS
------------------------------

1. Global Styles
2. Header Styles
3. Footer Styles
4. Home Page Styles
5. Dynamic Page Styles
5. System Page Styles
6. Forms Styles
7. Add-on Styling 
8. Responsive Media Queries 

  */


/* Home banner - saperate style ../strapslide.css - Please edit there */


/* 1. Global */

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
    color: #333;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    margin-top: 0;
    color: #333;
}

h1 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #021464;
    font-family: 'Malva-ExtraBold';
    display: inline-block;
}

*:focus,
a:focus,
input:focus,
.btn:focus {
    outline: 0;
    outline: none;
}

ul,
ol {
    padding-left: 23px;
}

img {
    max-width: 100%;
}

p img {
    height: auto!important;
}
img[style*="float: left"] {
    margin: 10px 20px 5px 0;
}
img[style*="float: right"] {
    margin: 10px 0 5px 20px;
}
body {
    color: #333;
    padding-top: 102px;
}

iframe {
    width: 100%;
    border: none;
    background: transparent;
    overflow: hidden;
}

.dynamic-breadcrumb {
    display: none;
}

#wrapper{
    overflow-x: hidden;
}

#dynamic-container,
#content-container,
#job-dynamic-container {
    padding-top: 3em;
    padding-bottom: 2em;
}

#dynamic-side-left-container,
#side-left {
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 80px;
}

.jxt-mini-campaign {
    padding-top: 2em;
}

.phoneTop {
    background-color: #f2f2f2;
    line-height: 30px;
    color: #6a6a6a;
    font-weight: 600;
    font-size: 13px;
}

body.home,
body.blue-blank-template {
    background: rgb(2, 20, 100);
    color: #fff;
    line-height: 27px;
    padding-top: 0;
}

body.home img.logo,
body.blue-blank-template img.logo {
    position: relative;
    top: 11px;
    z-index: 1111;
    right: 42px;
}

body.blue-blank-template {
    padding-top: 3em;
}

body.blue-blank-template #dynamic-container {
    padding-top: 0;
}

body.blue-blank-template .lp-wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

body.blue-blank-template .lp-wrapper:after {
    content: '';
    display: block;
    clear: both;
}

body.home h1,
body.blue-blank-template h1 {
    font-size: 7.4rem;
    line-height: 1;
    margin: 0 0 20px 0;
}

body.home h1 span,
body.blue-blank-template h1 span {
    padding: 20px;
}

body.home h1 span:first-child,
body.blue-blank-template h1 span:first-child {
    padding-top: 25px;
}

.iframe-container {
    max-width: 400px;
}

body.blue-blank-template .iframe-container {
    margin: 0 auto;
}


/* 2. Header */

.hub-dots {
    color: #909598!important;
    font-size: 24px!important;
    letter-spacing: 3px;
}

.navbar-brand {
    height: auto;
    padding: 0;
    width: 195px;
    margin-left: -2px;
    position: absolute;
}

.navbar-brand img {
    max-width: inherit;
    width: 100%;
}

.cta-open-search {
    visibility: hidden;
}

#AdvancedSearchFilter_PnlKeywords h4 {
    color: #fc3f35;
    font-size: 22px;
    font-family: 'Malva-ExtraBold';
    text-transform: uppercase;
    border: 0px;
    padding: 0 0 5px;
    position: relative;
}

#AdvancedSearchFilter_PnlKeywords #btn-find-keywords {
    border-radius: 0;
    border-color: #fc3f35 !important;
    font-family: 'Malva-Bold';
    font-size: 14px;
    letter-spacing: 0px;
    padding: 4px 20px 3px 15px;
    color: #fff;
    background-color: #fc3f35;
    border-width: 0;
    transform: perspective(1px) translateZ(0);
    height: 25px;
    margin: 17px 0 0 0;
    width: 143px;
}

#AdvancedSearchFilter_PnlKeywords #sidebar-keyword-box {
    border-bottom: 5px solid #fc3f35;
}

.jxt-salary-type .btn {
    border-bottom: 5px solid #fc3f35 !important;
}

/* custom radio button and checkbox for ie */
.custom-checkbox,
.custom-radio {
    position: relative;
}
.custom-checkbox input[type="checkbox"],
.custom-radio input[type="radio"] {
    opacity: 0;
    position: absolute !important;
    z-index: 15;
}
label .custom-radio input[type="radio"],
label .custom-checkbox input[type="checkbox"] {
    display: inline-block !important;
    position: absolute !important;
}
html.browser-MSIE .marktingCheckBox label, html.browser-edge .marktingCheckBox label {
    top: -15px !important;
}

.custom-radio span:before {
    font-family: "FontAwesome";
    font-style: normal;
    height: 30px;
    width: 30px;
    min-height: 30px;
    min-width: 30px;
    line-height: 30px;
    border-radius: 50%;
    content: '\f10c';
    margin-right: .3em;
    background: #FEE43D!important;
    border: none;
    color: #fee43d;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 0;
}

.custom-checkbox span{
    height: 30px;
    width: 30px;
    min-height: 30px;
    min-width: 30px;
    background: #FEE43D!important;
    display: inline-block;
    position: relative;
}
.custom-checkbox span:before {
    font-family: "FontAwesome";
    font-style: normal;
    height: 30px;
    width: 30px;
    min-height: 30px;
    min-width: 30px;
    line-height: 30px;
    content: '\f10c';
    margin-right: .3em;
    background: #FEE43D!important;
    border: none;
    color: #fee43d;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 0;
}

label .custom-radio span:before,
label .custom-checkbox span:before {
    position: static;
}

html.browser-edge .checkbox label,
html.browser-MSIE .checkbox label{
    display: inline-flex;
    line-height: 2.5;
}
html.browser-edge span.custom-checkbox,
html.browser-MSIE span.custom-checkbox{
    margin-right: 5px;
}

.custom-radio input[type="radio"]:checked~span:before {
    content: '\f00c';
    background: #91db5a !important;
    color: #fff;
}

.custom-checkbox input[type="checkbox"]:checked~span:before {
    content: '\f00c';
    background: #91db5a !important;
    color: #fff;
}

#content .custom-checkbox input[type='checkbox'][disabled]~span{
    background: rgba(0, 0, 0, 0.5) !important;
    opacity: 0.4; 
    color: rgba(0, 0, 0, 0.5);
}
#content .custom-checkbox input[type='checkbox'][disabled]~span:before{
    opacity: 0;
}
#content .custom-checkbox input[type="checkbox"][disabled]:checked~span:before {
    content: '\f00c';
    color: #fff;
    opacity: 0.4;
    background: rgba(0, 0, 0, 0.5) !important;
}

#content .custom-checkbox input[type='checkbox'][disabled]{
    opacity: 0 !important;
}

.question_wrap input[type="checkbox"] + span {
    position: relative;
    top: 6px;
}


/* custom select default style override */
.sbOptions{
    background: #fff;
    border:0;
    top: 45px!important;
    max-height: 175px !important;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.sbOptions a, .sbOptions a:link, .sbOptions a:visited,
#jxt-wrapper-bootstrap .sbOptions a{
    color: #3a3e3f;
    border:0;
}
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus,
#jxt-wrapper-bootstrap .sbOptions a:hover, #jxt-wrapper-bootstrap .sbOptions a:focus, #jxt-wrapper-bootstrap .sbOptions a.sbFocus{
    background: #fc3f35;
}


/* 2.1 Top nav */

.navbar .navbar-collapse>ul:not(.navbar-nav) {
    display: none;
}

#site-topnav .navbar {
    margin-bottom: 10px;
}

#site-topnav .nav>li:hover>a,
#site-topnav .nav>li:focus>a,
#site-topnav .nav>li.active>a,
#site-topnav .nav>li>a:focus {
    background-color: #fc3f35;
    color: #fff;
}

#site-topnav ul,
#site-topnav li {
    list-style: none;
}

#site-topnav ul ul ul {
    padding-left: 0;
}

.navbar-wrapper {
    z-index: 20;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: transparent;
}

.navbar .nav>li>a {
    color: #011728;
    text-transform: uppercase;
    font-size: 14px;
    padding: 7px 12px;
    margin: 0 14px;
    text-shadow: none;
    text-decoration: none;
    font-family: 'Malva-Bold';
    word-spacing: 2px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navbar .nav>li>a.disabled {
    cursor: default;
}

.navbar .nav>li>a:first-child:before {
    /*content: "";*/
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fc3f35;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.navbar .nav>li:hover>a:before,
.navbar .nav>li:focus>a:before,
.navbar .nav>li.active>a:before,
.navbar .nav>li>a:focus:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.navbar-nav>li>.dropdown-menu {
    background-color: #fc3f35;
    border: none;
    margin-top: -1px;
    padding: 10px;
}

.navbar .nav>li>a.dropdown-toggle {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    cursor: pointer;
    background: none!important;
    z-index: -1;
}

.navbar .nav>li>a.dropdown-toggle .caret {
    opacity: 0;
}

.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background-color: #112C56;
}

.navbar .nav li.dropdown li a {
    color: #fff;
    display: inline-block;
    padding: 5px 5px;
    text-decoration: none;
    margin: 2px 10px 2px 5px;
    background: #fff;
    color: #fc3f35;
    font-size: 14px;
    font-family: 'Malva-Bold';
    text-transform: uppercase;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navbar .nav li.dropdown li a:before {
    /*content: "";*/
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #021464;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.navbar .nav li.dropdown li a:hover:before,
.navbar .nav li.dropdown li a:focus:before,
.navbar .nav li.dropdown li.active a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.navbar .nav li.dropdown ul li ul li>a {
    padding-left: 35px;
}

#site-topnav .nav li.dropdown li a:hover,
#site-topnav .nav li.dropdown li a:focus,
#site-topnav .nav li.dropdown li a:active,
#site-topnav .nav li.dropdown li.active>a {
    background-color: #021464;
    color: #fff;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent;
}

#Top-nav-sticky {
    background: transparent;
    z-index: 99999
}

#Top-nav-sticky .container {
    width: 1365px;
    padding: 0;
}

.dropdown-menu li li a {
    display: block;
}

.sitesearch-head {
    position: absolute;
    width: 0;
    left: 59%;
    right: 41%;
    z-index: 999;
    top: 11px;
    display: block;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    height: 50px;
}

.sitesearch-head.open-search {
    overflow: inherit;
    left: 210px;
    width: calc(100% - 725px);
}

.sitesearch-head.open-search input[type="text"] {
    width: 70%;
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}

.sitesearch-head.open-search .searchbar {
    opacity: 1;
    visibility: visible;
    width: 30%;
    margin-right: 0%;
    height: 54px;
    line-height: 54px;
    padding: 0;
}

.sitetop-head {
    float: left;
    width: 100%;
}

.sitetop-head input[type="text"] {
    width: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    float: left;
    height: 54px;
    box-shadow: none;
    border-radius: 0px;
    border: 0px;
    background: #f2f1ed;
    border-bottom: 5px solid #00d2ee;
    color: #3a3e3f;
    font-size: 20px;
    font-family: 'Malva-Italic';
    margin-left: 35px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.searchbar {
    width: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    float: right;
    background: #011728;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Malva-ExtraBold';
    padding: 12px 12px 13px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.searchbar:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3d4f5d;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.searchbar:hover:before,
.searchbar:focus:before,
.searchbar:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.close-search {
    float: right;
    width: 60px;
    text-align: center;
    right: -74px;
    position: absolute;
    background: #000f66;
    color: #fff;
    font-size: 27px;
    padding: 8px 10px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.close-search:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #011728;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.close-search:hover:before,
.close-search:focus:before,
.close-search:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.searchbar:hover,
.searchbar:focus,
.close-search:hover,
.close-search:focus,
.close-search:active {
    color: #fff;
}

.sitesearch-head.open-search:after {
    position: absolute;
    width: 15px;
    height: 50px;
    background: #fff;
    right: -9px;
    top: 0;
    /*content: "";*/
}

.sitetop-head input::-webkit-input-placeholder,
.jxt-news-filter-input input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
#jxt-wrapper-bootstrap input.form-control::-webkit-input-placeholder,
#jxt-wrapper-bootstrap textarea.form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    opacity: 1;
    color: #3a3e3f;
}

.sitetop-head input:-moz-placeholder,
.jxt-news-filter-input input.form-control:-moz-placeholder,
textarea.form-control:-moz-placeholder,
#jxt-wrapper-bootstrap input.form-control:-moz-placeholder,
#jxt-wrapper-bootstrap textarea.form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    opacity: 1;
    color: #3a3e3f;
}

.sitetop-head input::-moz-placeholder,
.jxt-news-filter-input input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder,
#jxt-wrapper-bootstrap input.form-control::-moz-placeholder,
#jxt-wrapper-bootstrap textarea.form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    opacity: 1;
    color: #3a3e3f;
}
#wrapper .ctrlHolder input:-ms-input-placeholder,
#wrapper .sitetop-head input:-ms-input-placeholder,
#wrapper .jxt-news-filter-input input.form-control:-ms-input-placeholder,
#wrapper textarea.form-control:-ms-input-placeholder,
#wrapper #jxt-wrapper-bootstrap input.form-control:-ms-input-placeholder,
#wrapper #jxt-wrapper-bootstrap textarea.form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    opacity: 1;
    color: #3a3e3f!important;
}

.banner-top h1 span {
    background: #000f66;
}


/*hospitality-tourism page */

.hospitality-and-tourism .inner-banner {
    background-image: url(../images/hospitality-tourismbanner.jpg);
}

.banner-top .yellow-text h3 span {
    background: #530863;
}

.banner-top .yellow-text h1 span {
    background: #ffbc3f;
}

.banner-top .yellow-text .banner-desc a {
    color: #9205a9;
}

.hospitality-and-tourism .inner-head span {
    background: #530362;
}

.hospitality-and-tourism .innerbanner-search .search-widget .sbHolder {
    border-bottom: 5px solid #4e0463;
}

.hospitality-and-tourism .innerbanner-search input[type="text"] {
    border-bottom: 5px solid #4e0463;
}

.hospitality-and-tourism .innerbanner-search .custom-select .search-widget:before {
    background-color: #4e0463;
}

.hospitality-and-tourism .innerbanner-search .widget-text p a {
    color: #9205a9;
}

.hospitality-and-tourism .innerbanner-search .widget-text p a:hover,
.hospitality-and-tourism .innerbanner-search .widget-text p a:focus {
    background: #fee43d;
    color: #011728;
}

.yellow-text .career-newstop span,
.yellow-text .catwrap-right ul li a span {
    background: #ffbc3f;
}

.yellow-text .innernews-wrap .btn-primary,
.home-news.yellow-text .btn.btn-primary {
    background: #520265;
    border-color: #520265;
}

.yellow-text .innernews-wrap .btn-primary:hover,
.home-news.yellow-text .btn.btn-primary:hover {
    border-color: #2e0239;
}

.yellow-text .innernews-wrap .btn-primary:before,
.home-news.yellow-text .btn.btn-primary:before {
    background: #2e0239;
}

.yellow-text .catwrap-right ul li a {
    color: #7c009f;
}

.yellow-text .catwrap-right ul li a:hover,
.yellow-text .catwrap-right ul li a:focus,
.banner-top .yellow-text .banner-desc a:hover,
.banner-top .yellow-text .banner-desc a:focus {
    color: #530863;
}

.yellow-text .news-desc h3 a {
    color: #520565;
}

.yellow-text .news-desc p a {
    color: #7c009f;
}

.yellow-text .news-desc p a:hover,
.yellow-text .news-desc p a:focus {
    color: #450455;
}

.yellow-text .news-desc h3 a:hover,
.yellow-text .news-desc h3 a:focus {
    color: #9409a7;
}

.yellow-text .catwrap-right .load-more span {
    background: #ffbc3f;
}

.yellow-text .catwrap-right .load-more span:before {
    background: #eaac3a;
}

.yellow-text .catwrap-right .load-more {
    color: #fff;
}

.yellow-text .homenewslist .slick-prev,
.yellow-text .homenewslist .slick-next,
.yellow-text .homenewslist .slick-dots li.slick-active button,
.yellow-text .homenewslist .slick-dots li button:hover {
    background: #ffbc3f;
}

.yellow-text .homenewslist .slick-next:after,
.yellow-text .homenewslist .slick-prev:after {
    background: #e9aa35;
}


/*hospitality topurism page ends */


/*sales -retail page */

.sales-and-retail .inner-banner {
    background-image: url(../images/sales-banner.jpg);
}

.banner-top .rose-text h3 span {
    background: #004264;
}

.banner-top .rose-text h1 span {
    background: #fc3588;
}

.banner-top .rose-text .banner-desc a {
    color: #fc3588;
}

.sales-and-retail .inner-head span {
    background: #024265;
}

.sales-and-retail .innerbanner-search .search-widget .sbHolder {
    border-bottom: 5px solid #033e5e;
}

.sales-and-retail .innerbanner-search input[type="text"] {
    border-bottom: 5px solid #033e5e;
}

.sales-and-retail .innerbanner-search .custom-select .search-widget:before {
    background-color: #033e5e;
}

.sales-and-retail .innerbanner-search .widget-text p a {
    color: #054465;
}

.sales-and-retail .innerbanner-search .widget-text p a:hover,
.sales-and-retail .innerbanner-search .widget-text p a:focus {
    background: #fee43d;
    color: #011728;
}

.rose-text .career-newstop span {
    background: #fc3588;
}

.rose-text .catwrap-right ul li a span {
    background: #004264;
}

.rose-text .innernews-wrap .btn-primary,
.home-news.rose-text .btn.btn-primary {
    background: #004264;
    border-color: #004264;
}

.rose-text .innernews-wrap .btn-primary:hover,
.home-news.rose-text .btn.btn-primary:hover {
    border-color: #002c42;
}

.rose-text .innernews-wrap .btn-primary:before,
.home-news.rose-text .btn.btn-primary:before {
    background: #002c42;
}

.rose-text .catwrap-right ul li a {
    color: #fc3588;
}

.rose-text .catwrap-right ul li a:hover,
.rose-text .catwrap-right ul li a:focus,
.banner-top .rose-text .banner-desc a:hover,
.banner-top .rose-text .banner-desc a:focus {
    color: #bb2061;
}

.rose-text .news-desc h3 a {
    color: #004264;
}

.rose-text .news-desc p a {
    color: #fc3588;
}

.rose-text .news-desc p a:hover,
.rose-text .news-desc p a:focus {
    color: #bb2061;
}

.rose-text .news-desc h3 a:hover,
.rose-text .news-desc h3 a:focus {
    color: #012e45;
}

.rose-text .catwrap-right .load-more span {
    background: #fc3588;
}

.rose-text .catwrap-right .load-more span:before {
    background: #bb2061;
}

.rose-text .catwrap-right .load-more {
    color: #fff;
}

.rose-text .homenewslist .slick-prev,
.rose-text .homenewslist .slick-next,
.rose-text .homenewslist .slick-dots li.slick-active button,
.rose-text .homenewslist .slick-dots li button:hover {
    background: #fc3588;
}

.rose-text .homenewslist .slick-next:after,
.rose-text .homenewslist .slick-prev:after {
    background: #bb2061;
}


/*sales -retail  page ends */


/*health-sports page */

.health-sport-science .inner-banner {
    background-image: url(../images/health-sportbanner.jpg);
}

.banner-top .green-text h3 span {
    background: #a61d51;
}

.banner-top .green-text h1 span {
    background: #56e8b9;
}

.banner-top .green-text .banner-desc a {
    color: #56e8b9;
}

.health-sport-science .inner-head span {
    background: #a51c50;
}

.health-sport-science .innerbanner-search .search-widget .sbHolder {
    border-bottom: 5px solid #a81b50;
}

.health-sport-science .innerbanner-search input[type="text"] {
    border-bottom: 5px solid #a81b50;
}

.health-sport-science .innerbanner-search .custom-select .search-widget:before {
    background-color: #a81b50;
}

.health-sport-science .innerbanner-search .widget-text p a {
    color: #a51c50;
}

.health-sport-science .innerbanner-search .widget-text p a:hover,
.health-sport-science .innerbanner-search .widget-text p a:focus {
    background: #fee43d;
    color: #011728;
}

.green-text .career-newstop span {
    background: #56e8b9;
}

.green-text .catwrap-right ul li a span {
    background: #a11d4f;
}

.green-text .innernews-wrap .btn-primary,
.home-news.green-text .btn.btn-primary {
    background: #a51c50;
    border-color: #a51c50
}

.green-text .innernews-wrap .btn-primary:hover,
.home-news.green-text .btn.btn-primary:hover {
    border-color: #620a2b;
}

.green-text .innernews-wrap .btn-primary:before,
.home-news.green-text .btn.btn-primary:before {
    background: #620a2b;
}

.green-text .catwrap-right ul li a {
    color: #56e8b9;
}

.green-text .catwrap-right ul li a:hover,
.green-text .catwrap-right ul li a:focus,
.banner-top .green-text .banner-desc a:hover,
.banner-top .green-text .banner-desc a:focus {
    color: #3b8d73;
}

.green-text .news-desc h3 a {
    color: #a71d50;
}

.green-text .news-desc p a {
    color: #56e8b9;
}

.green-text .news-desc p a:hover,
.green-text .news-desc p a:focus {
    color: #3b8d73;
}

.green-text .news-desc h3 a:hover,
.green-text .news-desc h3 a:focus {
    color: #620a2b;
}

.green-text .catwrap-right .load-more span {
    background: #56e8b9;
}

.green-text .catwrap-right .load-more span:before {
    background: #3b8d73;
}

.green-text .catwrap-right .load-more {
    color: #fff;
}

.green-text .homenewslist .slick-prev,
.green-text .homenewslist .slick-next,
.green-text .homenewslist .slick-dots li.slick-active button,
.green-text .homenewslist .slick-dots li button:hover {
    background: #56e8b9;
}

.green-text .homenewslist .slick-next:after,
.green-text .homenewslist .slick-prev:after {
    background: #3b8d73;
}


/* health sports  page ends */


/*eng-const page */

.engineering-and-construction .inner-banner {
    background-image: url(../images/engg-constbanner.jpg);
}

.banner-top .orange-text h3 span {
    background: #056325;
}

.banner-top .orange-text h1 span {
    background: #f77915;
}

.banner-top .orange-text .banner-desc a {
    color: #fe7517;
}

.engineering-and-construction .inner-head span {
    background: #015f23;
}

.engineering-and-construction .innerbanner-search .search-widget .sbHolder {
    border-bottom: 5px solid #015f22;
}

.engineering-and-construction .innerbanner-search input[type="text"] {
    border-bottom: 4px solid #015f22;
}

.engineering-and-construction .innerbanner-search .custom-select .search-widget:before {
    background-color: #015f22;
}

.engineering-and-construction .innerbanner-search .widget-text p a {
    color: #015f23;
}

.engineering-and-construction .innerbanner-search .widget-text p a:hover,
.engineering-and-construction .innerbanner-search .widget-text p a:focus {
    background: #fee43d;
    color: #011728;
}

.orange-text .career-newstop span {
    background: #f77915;
}

.orange-text .catwrap-right ul li a span {
    background: #025e1f;
}

.orange-text .innernews-wrap .btn-primary,
.home-news.orange-text .btn.btn-primary {
    background: #015f23;
    border-color: #015f23;
}

.orange-text .innernews-wrap .btn-primary:hover,
.home-news.orange-text .btn.btn-primary:hover {
    border-color: #103d20;
}

.orange-text .innernews-wrap .btn-primary:before,
.home-news.orange-text .btn.btn-primary:before {
    background: #103d20;
}

.orange-text .catwrap-right ul li a {
    color: #f77915;
}

.orange-text .catwrap-right ul li a:hover,
.orange-text .catwrap-right ul li a:focus,
.banner-top .orange-text .banner-desc a:hover,
.banner-top .orange-text .banner-desc a:focus {
    color: #c65c09;
}

.orange-text .news-desc h3 a {
    color: #004737;
}

.orange-text .news-desc p a {
    color: #f77915;
}

.orange-text .news-desc p a:hover,
.orange-text .news-desc p a:focus {
    color: #c65c09;
}

.orange-text .news-desc h3 a:hover,
.orange-text .news-desc h3 a:focus {
    color: #009a77;
}

.orange-text .catwrap-right .load-more span {
    background: #f77915;
}

.orange-text .catwrap-right .load-more span:before {
    background: #c65c09;
}

.orange-text .catwrap-right .load-more {
    color: #fff;
}

.orange-text .homenewslist .slick-prev,
.orange-text .homenewslist .slick-next,
.orange-text .homenewslist .slick-dots li.slick-active button,
.orange-text .homenewslist .slick-dots li button:hover {
    background: #f77915;
}

.orange-text .homenewslist .slick-next:after,
.orange-text .homenewslist .slick-prev:after {
    background: #c65c09;
}


/* eng-const  page ends */


/*finance law page */

.finance-law-corporate .inner-banner {
    background-image: url(../images/finance-lawbanner.jpg);
}

.banner-top .cyan-text h3 span {
    background: #17387d;
}

.banner-top .cyan-text h1 span {
    background: #64b191;
}

.banner-top .cyan-text .banner-desc a {
    color: #64b191;
}

.finance-law-corporate .inner-head span {
    background: #17387d;
}

.finance-law-corporate .innerbanner-search .search-widget .sbHolder {
    border-bottom: 5px solid #18377a;
}

.finance-law-corporate .innerbanner-search .custom-select .search-widget:before {
    background-color: #18377a;
}

.finance-law-corporate .innerbanner-search input[type="text"] {
    border-bottom: 5px solid #18377a;
}

.finance-law-corporate .innerbanner-search .widget-text p a {
    color: #17387d;
}

.finance-law-corporate .innerbanner-search .widget-text p a:hover,
.finance-law-corporate .innerbanner-search .widget-text p a:focus {
    background: #fee43d;
    color: #011728;
}

.cyan-text .career-newstop span {
    background: #64b191;
}

.cyan-text .catwrap-right ul li a span {
    background: #1a3880;
}

.cyan-text .innernews-wrap .btn-primary,
.home-news.cyan-text .btn.btn-primary {
    background: #17387d;
    border-color: #17387d;
}

.cyan-text .innernews-wrap .btn-primary:hover,
.home-news.cyan-text .btn.btn-primary:hover {
    border-color: #122b5f;
}

.cyan-text .innernews-wrap .btn-primary:before,
.home-news.cyan-text .btn.btn-primary:before {
    background: #122b5f;
}

.cyan-text .catwrap-right ul li a {
    color: #64b191;
}

.cyan-text .catwrap-right ul li a:hover,
.cyan-text .catwrap-right ul li a:focus,
.banner-top .cyan-text .banner-desc a:hover,
.banner-top .cyan-text .banner-desc a:focus {
    color: #529076;
}

.cyan-text .news-desc h3 a {
    color: #113476;
}

.cyan-text .news-desc p a {
    color: #64b191;
}

.cyan-text .news-desc p a:hover,
.cyan-text .news-desc p a:focus {
    color: #529076;
}

.cyan-text .news-desc h3 a:hover,
.cyan-text .news-desc h3 a:focus {
    color: #009a77;
}

.cyan-text .catwrap-right .load-more span {
    background: #64b191;
}

.cyan-text .catwrap-right .load-more span:before {
    background: #529076;
}

.cyan-text .catwrap-right .load-more {
    color: #fff;
}

.cyan-text .homenewslist .slick-prev,
.cyan-text .homenewslist .slick-next,
.cyan-text .homenewslist .slick-dots li.slick-active button,
.cyan-text .homenewslist .slick-dots li button:hover {
    background: #64b191;
}

.cyan-text .homenewslist .slick-next:after,
.cyan-text .homenewslist .slick-prev:after {
    background: #009a77;
}


/* finance law page ends here */


/*it law page */

.it-and-technology .inner-banner {
    background-image: url(../images/technology-banner.jpg);
}

.banner-top .graspurp-text h3 span {
    background: #68014a;
}

.banner-top .graspurp-text h1 span {
    background: #88db35;
}

.banner-top .graspurp-text .banner-desc a {
    color: #88db35;
}

.it-and-technology .inner-head span {
    background: #64034a;
}

.it-and-technology .innerbanner-search .search-widget .sbHolder {
    border-bottom: 5px solid #66024a;
}

.it-and-technology .innerbanner-search input[type="text"] {
    border-bottom: 5px solid #66024a;
}

.it-and-technology .innerbanner-search .custom-select .search-widget:before {
    background-color: #66024a;
}

.it-and-technology .innerbanner-search .widget-text p a {
    color: #64034a;
}

.it-and-technology .innerbanner-search .widget-text p a:hover,
.it-and-technology .innerbanner-search .widget-text p a:focus {
    background: #fee43d;
    color: #011728;
}

.graspurp-text .career-newstop span {
    background: #88db35;
}

.graspurp-text .catwrap-right ul li a span {
    background: #620744;
}

.graspurp-text .innernews-wrap .btn-primary,
.home-news.graspurp-text .btn.btn-primary {
    background: #64034a;
    border-color: #64034a;
}

.graspurp-text .innernews-wrap .btn-primary:hover,
.home-news.graspurp-text .btn.btn-primary:hover {
    border-color: #3d022d;
}

.graspurp-text .innernews-wrap .btn-primary:before,
.home-news.graspurp-text .btn.btn-primary:before {
    background: #3d022d;
}

.graspurp-text .catwrap-right ul li a {
    color: #88db35;
}

.graspurp-text .catwrap-right ul li a:hover,
.graspurp-text .catwrap-right ul li a:focus,
.banner-top .graspurp-text .banner-desc a:hover,
.banner-top .graspurp-text .banner-desc a:focus {
    color: #5c9a1e;
}

.graspurp-text .news-desc h3 a {
    color: #64034a;
}

.graspurp-text .news-desc p a {
    color: #88db35;
}

.graspurp-text .news-desc p a:hover,
.graspurp-text .news-desc p a:focus {
    color: #5c9a1e;
}

.graspurp-text .news-desc h3 a:hover,
.graspurp-text .news-desc h3 a:focus {
    color: #3d022d;
}

.graspurp-text .catwrap-right .load-more span {
    background: #88db35;
}

.graspurp-text .catwrap-right .load-more span:before {
    background: #5c9a1e;
}

.graspurp-text .catwrap-right .load-more {
    color: #fff;
}

.graspurp-text .homenewslist .slick-prev,
.graspurp-text .homenewslist .slick-next,
.graspurp-text .homenewslist .slick-dots li.slick-active button,
.graspurp-text .homenewslist .slick-dots li button:hover {
    background: #88db35;
}

.graspurp-text .homenewslist .slick-next:after,
.graspurp-text .homenewslist .slick-prev:after {
    background: #5c9a1e;
}


/* it page ends here */


/*marketin media page */

.marketing-media-and-the-arts .inner-banner {
    background-image: url(../images/media0artsbanner.jpg);
}

.banner-top .yellow-art h3 span {
    background: #bb0772;
}

.banner-top .yellow-art h1 span {
    background: #e9d71f;
    color: #061c29;
}

.banner-top .yellow-art .banner-desc a {
    color: #bb0772;
}

.marketing-media-and-the-arts .inner-head span {
    background: #bb0772;
}

.marketing-media-and-the-arts .innerbanner-search .search-widget .sbHolder {
    border-bottom: 5px solid #b80a6c;
}

.marketing-media-and-the-arts .innerbanner-search input[type="text"] {
    border-bottom: 5px solid #b80a6c;
}

.marketing-media-and-the-arts .innerbanner-search .custom-select .search-widget:before {
    background-color: #b80a6c;
}

.marketing-media-and-the-arts .innerbanner-search .widget-text p a {
    color: #ec047e;
}

.marketing-media-and-the-arts .innerbanner-search .widget-text p a:hover,
.marketing-media-and-the-arts .innerbanner-search .widget-text p a:focus {
    background: #fee43d;
    color: #011728;
}

.yellow-art .career-newstop span {
    background: #ecda22;
    color: #061c29;
}

.yellow-art .catwrap-right ul li a span {
    background: #e9da1f;
}

.yellow-art .innernews-wrap .btn-primary,
.home-news.yellow-art .btn.btn-primary {
    background: #bb0772;
    border-color: #bb0772;
}

.yellow-art .innernews-wrap .btn-primary:hover,
.home-news.yellow-art .btn.btn-primary:hover {
    border-color: #830650;
}

.yellow-art .innernews-wrap .btn-primary:before,
.home-news.yellow-art .btn.btn-primary:before {
    background: #830650;
}

.yellow-art .catwrap-right ul li a {
    color: #ec047e;
}

.yellow-art .catwrap-right ul li a:hover,
.yellow-art .catwrap-right ul li a:focus,
.banner-top .yellow-art .banner-desc a:hover,
.banner-top .yellow-art .banner-desc a:focus {
    color: #830650;
}

.yellow-art .news-desc h3 a {
    color: #b3036f;
}

.yellow-art .news-desc p a {
    color: #ec047e;
}

.yellow-art .news-desc p a:hover,
.yellow-art .news-desc p a:focus {
    color: #830650;
}

.yellow-art .news-desc h3 a:hover,
.yellow-art .news-desc h3 a:focus {
    color: #850252;
}

.yellow-art .catwrap-right .load-more span {
    background: #ecda22;
}

.yellow-art .catwrap-right .load-more span:before {
    background: #beb01d;
}

.yellow-art .catwrap-right .load-more {
    color: #061c29;
}

.yellow-art .homenewslist .slick-prev,
.yellow-art .homenewslist .slick-next,
.yellow-art .homenewslist .slick-dots li.slick-active button,
.yellow-art .homenewslist .slick-dots li button:hover {
    background: #ecda22;
    color: #061c29;
}

.yellow-art .homenewslist .slick-next:after,
.yellow-art .homenewslist .slick-prev:after {
    background: #beb01d;
}

.yellow-art .career-newstop a:hover span {
    color: #fff;
}


/* marketing media ends here */


/*educate page */

.education .inner-banner {
    background-image: url(../images/education-banner.jpg);
}

.banner-top .educat-text h3 span {
    background: #654802;
}

.banner-top .educat-text h1 span {
    background: #32dae5;
}

.banner-top .educat-text .banner-desc a {
    color: #1eb2bc;
}

.education .inner-head span {
    background: #654802;
}

.education .innerbanner-search .search-widget .sbHolder {
    border-bottom: 5px solid #634b05;
}

.education .innerbanner-search input[type="text"] {
    border-bottom: 5px solid #634b05;
}

.education .innerbanner-search .custom-select .search-widget:before {
    background-color: #634b05;
}

.education .innerbanner-search .widget-text p a {
    color: #654802;
}

.education .innerbanner-search .widget-text p a:hover,
.education .innerbanner-search .widget-text p a:focus {
    background: #fee43d;
    color: #011728;
}

.educat-text .career-newstop span {
    background: #32dae5;
}

.educat-text .catwrap-right ul li a span {
    background: #654a05;
}

.educat-text .innernews-wrap .btn-primary,
.home-news.educat-text .btn.btn-primary {
    background: #654802;
    border-color: #654802;
}

.educat-text .innernews-wrap .btn-primary:hover,
.home-news.educat-text .btn.btn-primary:hover {
    border-color: #3d022d;
}

.educat-text .innernews-wrap .btn-primary:before,
.home-news.educat-text .btn.btn-primary:before {
    background: #4e3801;
}

.educat-text .catwrap-right ul li a {
    color: #2ed9e0;
}

.educat-text .catwrap-right ul li a:hover,
.educat-text .catwrap-right ul li a:focus,
.banner-top .educat-text .banner-desc a:hover,
.banner-top .educat-text .banner-desc a:focus {
    color: #138087;
}

.educat-text .news-desc h3 a {
    color: #63420c;
}

.educat-text .news-desc p a {
    color: #25bbbc;
}

.educat-text .news-desc p a:hover,
.educat-text .news-desc p a:focus {
    color: #5c9a1e;
}

.educat-text .news-desc h3 a:hover,
.educat-text .news-desc h3 a:focus {
    color: #187c7d;
}

.educat-text .catwrap-right .load-more span {
    background: #32dae5;
}

.educat-text .catwrap-right .load-more span:before {
    background: #2d979e;
}

.educat-text .catwrap-right .load-more {
    color: #fff;
}

.educat-text .homenewslist .slick-prev,
.educat-text .homenewslist .slick-next,
.educat-text .homenewslist .slick-dots li.slick-active button,
.educat-text .homenewslist .slick-dots li button:hover {
    background: #32dae5;
}

.educat-text .homenewslist .slick-next:after,
.educat-text .homenewslist .slick-prev:after {
    background: #2d959c;
}


/* educate ends here */


/*manufacturing page */

.manufacturing-transport-and-logistics .inner-banner {
    background-image: url(../images/logisticsbanner.jpg);
}

.banner-top .blue-text h3 span {
    background: #f1e02e;
    color: #031627;
}

.banner-top .blue-text h1 span {
    background: #010e90;
}

.banner-top .blue-text .banner-desc a {
    color: #010e90;
}

.manufacturing-transport-and-logistics .inner-head span {
    background: #f1e02e;
    color: #031627;
}

.manufacturing-transport-and-logistics .inner-head a span {
    color: #fff;
}

.manufacturing-transport-and-logistics .innerbanner-search .search-widget .sbHolder {
    border-bottom: 5px solid #eedf2c;
}

.manufacturing-transport-and-logistics .innerbanner-search input[type="text"] {
    border-bottom: 5px solid #eedf2c;
}

.manufacturing-transport-and-logistics .innerbanner-search .widget-text p a {
    color: #031627;
}

.manufacturing-transport-and-logistics .innerbanner-search .custom-select .search-widget:before {
    background-color: #eedf2c;
}

.manufacturing-transport-and-logistics .innerbanner-search .widget-text p a:hover,
.manufacturing-transport-and-logistics .innerbanner-search .widget-text p a:focus {
    background: #fee43d;
    color: #011728;
}

.blue-text .career-newstop span {
    background: #010e90;
}

.blue-text .catwrap-right ul li a span {
    background: #f1e129;
}

.blue-text .innernews-wrap .btn-primary,
.home-news.blue-text .btn.btn-primary {
    background: #f1e02e;
    border-color: #f1e02e;
    color: #031627;
}

.blue-text .innernews-wrap .btn-primary:hover,
.home-news.blue-text .btn.btn-primary:hover {
    border-color: #c5b82e;
}

.blue-text .innernews-wrap .btn-primary:before,
.home-news.blue-text .btn.btn-primary:before {
    background: #c5b82e;
}

.blue-text .catwrap-right ul li a {
    color: #00127d;
}

.blue-text .catwrap-right ul li a:hover,
.blue-text .catwrap-right ul li a:focus,
.banner-top .blue-text .banner-desc a:hover,
.banner-top .blue-text .banner-desc a:focus {
    color: #051054;
}

.blue-text .news-desc h3 a {
    color: #02116c;
}

.blue-text .news-desc p a {
    color: #010e90;
}

.blue-text .news-desc p a:hover,
.blue-text .news-desc p a:focus {
    color: #030c65;
}

.blue-text .news-desc h3 a:hover,
.blue-text .news-desc h3 a:focus {
    color: #1a25cc;
}

.blue-text .catwrap-right .load-more span {
    background: #010e90;
    color: #fff;
}

.blue-text .catwrap-right .load-more span:before {
    background: #060f64;
}

.blue-text .catwrap-right .load-more {
    color: #fff;
}

.blue-text .homenewslist .slick-prev,
.blue-text .homenewslist .slick-next,
.blue-text .homenewslist .slick-dots li.slick-active button,
.blue-text .homenewslist .slick-dots li button:hover {
    background: #010e90;
}

.blue-text .homenewslist .slick-next:after,
.blue-text .homenewslist .slick-prev:after {
    background: #030a50;
}


/*manufacturing ends here */


/*community-services-and-government page */

.community-services-and-government .inner-banner {
    background-image: url(../images/community-service.jpg);
}

.banner-top .community-text h3 span {
    background: #3b059b;
}

.banner-top .community-text h1 span {
    background: #3be38e;
}

.banner-top .community-text .banner-desc a {
    color: #4d03ec;
}

.community-services-and-government .inner-head span {
    background: #3c089b;
}

.community-services-and-government .innerbanner-search .search-widget .sbHolder {
    border-bottom: 5px solid #3e039d;
}

.community-services-and-government .innerbanner-search input[type="text"] {
    border-bottom: 5px solid #3e039d;
}

.community-services-and-government .innerbanner-search .custom-select .search-widget:before {
    background-color: #3e039d;
}

.community-services-and-government .innerbanner-search .widget-text p a {
    color: #3b059b;
}

.community-services-and-government .innerbanner-search .widget-text p a:hover,
.community-services-and-government .innerbanner-search .widget-text p a:focus {
    background: #fee43d;
    color: #011728;
}

.community-text .career-newstop span {
    background: #3be38e;
}

.community-text .catwrap-right ul li a span {
    background: #3ee08a;
}

.community-text .innernews-wrap .btn-primary,
.home-news.community-text .btn.btn-primary {
    background: #3b059b;
    border-color: #3b059b;
}

.community-text .innernews-wrap .btn-primary:hover,
.home-news.community-text .btn.btn-primary:hover {
    border-color: #1f0056;
}

.community-text .innernews-wrap .btn-primary:before,
.home-news.community-text .btn.btn-primary:before {
    background: #1f0056;
}

.community-text .catwrap-right ul li a {
    color: #5500e9;
}

.community-text .catwrap-right ul li a:hover,
.community-text .catwrap-right ul li a:focus,
.banner-top .community-text .banner-desc a:hover,
.banner-top .community-text .banner-desc a:focus {
    color: #450bab;
}

.community-text .news-desc h3 a {
    color: #36099a;
}

.community-text .news-desc p a {
    color: #5903fc;
}

.community-text .news-desc p a:hover,
.community-text .news-desc p a:focus {
    color: #3f07aa;
}

.community-text .news-desc h3 a:hover,
.community-text .news-desc h3 a:focus {
    color: #320b7d;
}

.community-text .catwrap-right .load-more span {
    background: #3be38e;
}

.community-text .catwrap-right .load-more span:before {
    background: #2dad6c;
}

.community-text .catwrap-right .load-more {
    color: #fff;
}

.community-text .homenewslist .slick-prev,
.community-text .homenewslist .slick-next,
.community-text .homenewslist .slick-dots li.slick-active button,
.community-text .homenewslist .slick-dots li button:hover {
    background: #3ce48f;
}

.community-text .homenewslist .slick-next:after,
.community-text .homenewslist .slick-prev:after {
    background: #2dad6c;
}


/* community-services-and-government ends here */


/*farming-and-primary-industry page */

.farming-and-primary-industry .inner-banner {
    background-image: url(../images/farming-banner.jpg);
}

.banner-top .farming-text h3 span {
    background: #613a19;
}

.banner-top .farming-text h1 span {
    background: #69d412;
}

.banner-top .farming-text .banner-desc a {
    color: #56b900;
}

.farming-and-primary-industry .inner-head span {
    background: #5e3b1b;
}

.farming-and-primary-industry .innerbanner-search .search-widget .sbHolder {
    border-bottom: 5px solid #5f3a1d;
}

.farming-and-primary-industry .innerbanner-search input[type="text"] {
    border-bottom: 5px solid #5f3a1d;
}

.farming-and-primary-industry .innerbanner-search .custom-select .search-widget:before {
    background-color: #5f3a1d;
}

.farming-and-primary-industry .innerbanner-search .widget-text p a {
    color: #5b3715;
}

.farming-and-primary-industry .innerbanner-search .widget-text p a:hover,
.farming-and-primary-industry .innerbanner-search .widget-text p a:focus {
    background: #fee43d;
    color: #011728;
}

.farming-text .career-newstop span {
    background: #69d412;
}

.farming-text .catwrap-right ul li a span {
    background: #5f3b1b;
}

.farming-text .innernews-wrap .btn-primary,
.home-news.farming-text .btn.btn-primary {
    background: #613a19;
    border-color: #613a19;
}

.farming-text .innernews-wrap .btn-primary:hover,
.home-news.farming-text .btn.btn-primary:hover {
    border-color: #362210;
}

.farming-text .innernews-wrap .btn-primary:before,
.home-news.farming-text .btn.btn-primary:before {
    background: #362210;
}

.farming-text .catwrap-right ul li a {
    color: #5caf09;
}

.farming-text .catwrap-right ul li a:hover,
.farming-text .catwrap-right ul li a:focus,
.banner-top .farming-text .banner-desc a:hover,
.banner-top .farming-text .banner-desc a:focus {
    color: #49880a;
}

.farming-text .news-desc h3 a {
    color: #5f3a1d;
}

.farming-text .news-desc p a {
    color: #5caf09;
}

.farming-text .news-desc p a:hover,
.farming-text .news-desc p a:focus {
    color: #4c9504;
}

.farming-text .news-desc h3 a:hover,
.farming-text .news-desc h3 a:focus {
    color: #53331a;
}

.farming-text .catwrap-right .load-more span {
    background: #66d413;
}

.farming-text .catwrap-right .load-more span:before {
    background: #5caf09;
}

.farming-text .catwrap-right .load-more {
    color: #fff;
}

.farming-text .homenewslist .slick-prev,
.farming-text .homenewslist .slick-next,
.farming-text .homenewslist .slick-dots li.slick-active button,
.farming-text .homenewslist .slick-dots li button:hover {
    background: #69d412;
}

.farming-text .homenewslist .slick-next:after,
.farming-text .homenewslist .slick-prev:after {
    background: #5caf09;
}


/* farming-and-primary-industry ends here */


/*small-business-and-startups page */

.small-business-and-startups .inner-banner {
    background-image: url(../images/startsups-banner.jpg);
}

.banner-top .bussiness-text h3 span {
    background: #48817b;
}

.banner-top .bussiness-text h1 span {
    background: #ba1abc;
}

.banner-top .bussiness-text .banner-desc a {
    color: #b71fc2;
}

.small-business-and-startups .inner-head span {
    background: #477e7b;
}

.small-business-and-startups .innerbanner-search .search-widget .sbHolder {
    border-bottom: 5px solid #47827e;
}

.small-business-and-startups .innerbanner-search input[type="text"] {
    border-bottom: 5px solid #47827e;
}

.small-business-and-startups .innerbanner-search .custom-select .search-widget:before {
    background-color: #47827e;
}

.small-business-and-startups .innerbanner-search .widget-text p a {
    color: #477e7b;
}

.small-business-and-startups .innerbanner-search .widget-text p a:hover,
.small-business-and-startups .innerbanner-search .widget-text p a:focus {
    background: #fee43d;
    color: #011728;
}

.bussiness-text .career-newstop span {
    background: #ba1abc;
}

.bussiness-text .catwrap-right ul li a span {
    background: #48817b;
}

.bussiness-text .innernews-wrap .btn-primary,
.home-news.bussiness-text .btn.btn-primary {
    background: #48817b;
    border-color: #48817b;
}

.bussiness-text .innernews-wrap .btn-primary:hover,
.home-news.bussiness-text .btn.btn-primary:hover {
    border-color: #335854;
}

.bussiness-text .innernews-wrap .btn-primary:before,
.home-news.bussiness-text .btn.btn-primary:before {
    background: #335854;
}

.bussiness-text .catwrap-right ul li a {
    color: #b21aad;
}

.bussiness-text .catwrap-right ul li a:hover,
.bussiness-text .catwrap-right ul li a:focus,
.banner-top .bussiness-text .banner-desc a:hover,
.banner-top .bussiness-text .banner-desc a:focus {
    color: #8d1489;
}

.bussiness-text .news-desc h3 a {
    color: #2c5f5a;
}

.bussiness-text .news-desc p a {
    color: #b81aaf;
}

.bussiness-text .news-desc p a:hover,
.bussiness-text .news-desc p a:focus {
    color: #9d1c96;
}

.bussiness-text .news-desc h3 a:hover,
.bussiness-text .news-desc h3 a:focus {
    color: #305855;
}

.bussiness-text .catwrap-right .load-more span {
    background: #b820c0;
}

.bussiness-text .catwrap-right .load-more span:before {
    background: #9d1c96;
}

.bussiness-text .catwrap-right .load-more {
    color: #fff;
}

.bussiness-text .homenewslist .slick-prev,
.bussiness-text .homenewslist .slick-next,
.bussiness-text .homenewslist .slick-dots li.slick-active button,
.bussiness-text .homenewslist .slick-dots li button:hover {
    background: #ba1abc;
}

.bussiness-text .homenewslist .slick-next:after,
.bussiness-text .homenewslist .slick-prev:after {
    background: #9d1c96;
}


/* small-business-and-startups ends here */


/*about page starts here*/

.about-yudu .inner-banner {
    background-image: url(../images/about-banner.jpg);
}

.banner-top .red-text h1 span {
    background: #fc3f35;
}

.about-yudu .innerbanner-search {
    display: none;
}

.inner-content {
    font-size: 16px;
    font-weight: 600;
    color: #011728;
    padding: 86px 0 71px;
}

.inner-content p {
    margin-bottom: 25px;
}

.testimonial-slider {
    background: #f3f2ec;
    padding: 113px 0 78px;
    text-align: center;
}

.apply-smarter .why-yuduhead h2 {
    font-size: 55px;
    color: #fc3f35;
    margin-top: -84px;
}

.apply-smarter .why-yuduhead h2 span {
    background: #fee43d;
    padding: 12px 18px 12px 17px;
}

.why-yuduhead p {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    padding-right: 10px;
}

.yudu-border {
    padding-bottom: 49px;
    border-bottom: 5px solid #fc3f35;
    margin-bottom: 154px;
}

.left-bg {
    background: #fee43d;
    font-size: 16px;
    font-weight: 600;
    min-height: 576px;
}

.yudu-contactleft {
    width: 492px;
    padding: 150px 111px 49px 15px;
    float: right;
}

.yudu-contactleft p {
    margin-bottom: 20px;
}

.right-bg {
    background: #f3f2ec;
}

.yudu-contactright {
    float: left;
    width: 461px;
    padding: 30px 15px 79px 110px;
}

.yudu-contact h2 span {
    display: inline-block;
    background: #fee43d;
    padding: 12px 20px 6px 25px;
    position: relative;
    z-index: 999;
    color: #fc3f35;
}

.yudu-contact h2 {
    font-size: 55px;
    color: #fc3f35;
    font-family: 'Malva-ExtraBold';
    position: relative;
    margin-top: -108px;
    margin-bottom: 25px;
}

.test-cont {
    padding: 7px 20px 2px 25px;
    position: relative;
    z-index: 999;
    color: #fff;
    font-size: 55px;
    width: 75%;
    margin: 0px auto;
    margin-bottom: 30px;
}

.test-cont .span {
    color: #fff;
    background: #fc3f35;
    padding: 3px;
    display: inline-block;
    font-family: 'Malva-ExtraBold';
    WIDTH: 100%;
}

.test-author {
    display: block;
    margin-top: -45px;
    right: 0;
    float: right;
    z-index: 99;
    margin-right: -44px;
}

.test-author span {
    background: #fee43d;
    color: #fc3f35;
    font-size: 14px;
    font-family: 'Malva-ExtraBold';
    display: inline-block;
    padding: 10px 11px;
    position: relative;
    text-transform: uppercase;
}

.testimonial-slider .slick-next,
.testimonial-slider .slick-prev {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testimonial-slider .slick-prev {
    top: 19%;
    left: 0;
    height: 58px;
    width: 58px;
    background: #fee43d;
    z-index: 999;
}

.testimonial-slider .slick-next {
    top: 19%;
    right: 0;
    height: 58px;
    width: 58px;
    background: #fee43d;
}

.testimonial-slider .slick-next:before {
    content: "\f054";
    font-family: FontAwesome;
    opacity: 1;
    color: #fc3f35;
}

.testimonial-slider .slick-prev:before {
    content: "\f053";
    font-family: FontAwesome;
    opacity: 1;
    color: #fc3f35;
}

.testimonial-slider .slick-next:after,
.testimonial-slider .slick-prev:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e0ca3f;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.testimonial-slider .slick-next:hover:after,
.testimonial-slider .slick-prev:hover:after,
.testimonial-slider .slick-next:focus:after,
.testimonial-slider .slick-prev:focus:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1) !important;
}

.testimonial-slider .container {
    max-width: 1170px;
}

.testimonial-slider .slick-dots li button {
    width: 18px;
    height: 18px;
    background: #fee43d;
    border-radius: 50%;
}

.testimonial-slider .slick-dots li.slick-active button,
.testimonial-slider .slick-dots li button:hover {
    background: #fc3f35;
}

.testimonial-slider .slick-dots li button:before,
.testimonial-slider .slick-dots li.slick-active button:before {
    opacity: 0;
    background: transparent;
}

.testimonial-slider .slick-dots {
    bottom: -63px;
}

.about-yudu .applysmart-block {
    padding: 560px 0 0px;
}


/*about page ends here*/

.remove-error .system-search,
.remove-error .home-job {
    display: none;
}

.leftnavigate.mobile-job {
    display: none !important;
}

#ctl00_ContentPlaceHolder1_pnlRequiredRegistration h3:first-child {
    display: none;
}

.jxt-news-filter.jxt-news-filter-type.collapsed .toggle-secHt {
    display: none;
}

/* Hiding date columns */
#aspnetForm[action="./edit.aspx?tab=1"] #box-table tr th:last-child, 
#aspnetForm[action="./edit.aspx?tab=1"] #box-table tr td:last-child {
    display: none;
}
.table-responsive {
    overflow-x: auto;
    margin-bottom: 10px !important;
}
.member-dashboard-content .table-responsive {
    overflow-x: visible;
}
.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}
.table-responsive::-webkit-scrollbar:vertical {
    width: 12px;
}
.table-responsive::-webkit-scrollbar:horizontal {
    height: 12px;
}
.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}
.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

.pull-top-10{
    position: relative;
    top: -10px;
}

#AdvancedSearchFilter_PnlKeywords {
    margin-bottom: 20px !important;
}

li#AdvancedSearchFilter_PnlClassification ul {
    margin-bottom: 10px;
}


@media (min-width: 768px) {
    .toogle-search {
        display: block !important;
    }
    /*style1.css starts*/
    .toogle-company-search {
        display: block !important;
    }
    /*style1.css ends*/
}

@media (min-width: 992px) {
    .navbar-nav>li>.dropdown-menu.lg-menu {
        width: 1030px;
    }
    .navbar-nav>li>.dropdown-menu.md-menu {
        width: 420px;
    }
    .navbar-nav>li>.dropdown-menu.lg-menu li {
        float: left;
        width: 33.33%;
    }
    .navbar-nav>li>.dropdown-menu.lg-menu li:nth-child(3n+1) {
        clear: left;
    }
    .navbar-nav>li>.dropdown-menu.md-menu li {
        float: left;
        width: 50%;
    }
    .navbar-nav>li>.dropdown-menu.lg-menu a,
    .navbar-nav>li>.dropdown-menu.md-menu a {
        white-space: normal;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm{
        display:block !important;
    }
    .search-term-tag {
        float: left;
        margin-right: 30px !important;
    }
    .search-term-tag h3 {
        margin-top: 18px !important;
    }
    .favourite-search-button {
        clear: both;
    }
}

@media (max-width: 1249px) {
    .navbar-nav>li>.dropdown-menu.lg-menu {
        width: 950px;
    }
    
}

@media (max-width: 1149px) {
    .navbar-nav>li>.dropdown-menu.lg-menu {
        width: 780px;
    }
    
}

@media (max-width: 991px) {
    body.blue-blank-template .lp-wrapper {
        max-width: 720px;
    }
    .navbar-nav>li>.dropdown-menu.lg-menu {
        position: static;
        width: 100%;
    }
    .navbar-nav>li.open>.dropdown-menu {
        display: block;
    }
    .netherland-section p br {
        display: none;
    }
}


/* 2.2 Social media links */

#site-social,
#site-social-footer {
    margin: 30px 0 0 0;
}

.list-inline>li {
    padding-left: 7px;
}

#site-social li,
#site-social-footer li {
    color: #757575;
    padding-right: 0;
}

#site-social li a,
#site-social-footer li a {
    display: block;
    color: #757575;
    text-decoration: none;
}

#site-social li a:hover,
#site-social-footer li a:hover,
#site-social li a:focus,
#site-social-footer li a:focus {
    color: #333;
}

ul#site-social .fa {
    font-size: 17px;
}

#site-social li a em,
#site-social li a i,
#site-social-footer li a em {
    border: 1px solid #757575;
    padding: 6px 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}

#site-social li a:hover em,
#site-social li a:hover i,
#site-social-footer li a:hover em {
    border-color: #333;
}


/* 3. Footer Styles */
#footer {
    clear: both;
}
body [action*="/personality-"] #footer{
    background: #011728;
}
#moreinfo {
    background-color: #011728;
    padding: 165px 0 0 0;
}

#moreinfo a {
    text-decoration: none;
    position: relative;
}

.footer-media a {
    display: inline-block !important;
}

#moreinfo a i.fa {
    position: relative;
    z-index: 1;
}

#moreinfo .foo-info {
    padding-top: 1em;
}

#moreinfo .foo-info h3 {
    margin-bottom: 1em;
    font-size: 21px;
}

#moreinfo .foo-info h3 em {
    color: #ccc;
    padding-left: 10px;
}

#moreinfo .foo-info a {
    color: #333;
    line-height: 2.3em;
}

#moreinfo .foo-info a:hover,
#moreinfo .foo-info a:focus {
    color: #333;
    text-decoration: underline;
}

#moreinfo .foo-qlinks a em {
    font-size: 25px;
    position: relative;
    top: 5px;
    padding-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#moreinfo .foo-qlinks a:hover em,
#moreinfo .foo-qlinks a:focus em {
    color: #333;
}

#disclaimer {
    padding: 16px 0 0 0;
    color: #333;
}

#disc-links a {
    color: #333;
    font-size: 12px;
    line-height: 35px;
    text-decoration: none;
}

#disc-links a:hover,
#disc-links a:focus {
    text-decoration: underline;
}

#disclaimer #site-social-footer {
    margin: 0;
}


/* 4. Home Page Styles */


/* Home Banner */

#prefix_banner-container>div {
    /* overflow: hidden; */
}


/* Search Widget */

#widget-search {
    position: relative;
    z-index: 1000;
}
#widget-search .field-wrapper {
    float: left;
    width: calc(100% - 75px);
}
#widget-search .form-group {
    margin-bottom: 0px;
    float: left;
}
#widget-search .search-field {
    width: 31.7%;
    margin-right: 1.45%;
}
#widget-search .form-group label {
    display: none
}
#widget-search .search-button{
    width: 75px;
}

#widget-search .form-group {
    margin-bottom: 10px;
}

#btn-widget-search {
    color: #fff;
    background-color: #fc3f35;
    border: none;
   	padding: 15px 10px;
    display: inline-block;
    width: 100%;
	min-width: 80px;
    line-height: 1;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Malva-Bold';
    height: 45px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#btn-widget-search:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #db2e06;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#btn-widget-search:hover:before,
#btn-widget-search:focus:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


/*#btn-widget-search:hover {
    background-color: #3d4f5d;
}*/

#widget-search input[type="text"] {
    padding: 13px 18px 12px;
    text-indent: 0;
    line-height: 1;
    height: 40px;
    border-radius: 0;
    font-size: 20px;
    background: #fff;
    color: #3a3e3f;
    font-family: 'Malva-MediumItalic';
    border: none;
    /* border-bottom: 0px solid #021464; */
    box-shadow: 0 5px 0 #021464;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

#widget-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    color: #3a3e3f;
    line-height: 1.3;
    outline: 0;
    overflow: hidden;
    position: relative;
    text-indent: 1px;
    text-overflow: '';
    height: 40px;
    padding: 13px 21px 12px;
    width: 100%;
    cursor: pointer;
    border-radius: 0;
    font-size: 26px;
    box-shadow: 0 5px 0 #021464;
}

#widget-search .custom-select .search-widget {
    background-color: #021464;
    display: block;
    border-radius: 0;
    color: #3a3e3f;
    font-family: 'Malva-MediumItalic';
    padding-bottom: 0px;
}

.sbHolder:before,
.search-widget .sbHolder:before,
#divRoleID:before {
    display: inline-block;
    content: "";
    color: #333;
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    position: absolute;
    right: 1.7em;
    top: .65em;
    text-decoration: inherit;
    background: #011728;
    height: 45px;
    top: 0px;
    right: 0px;
    width: 45px;
    background-image: url(../images/dropdown--arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.search-widget .sbHolder:before {
    height: 60px;
    width: 60px;
}

#widget-search .custom-select:before:hover,
#widget-search .custom-select:before:focus {
    background-color: #fc3f35;
}

#widget-search input::-webkit-input-placeholder {
    /* WebKit browsers */
    opacity: 1;
    color: #3a3e3f;
}

#widget-search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    opacity: 1;
    color: #3a3e3f;
}

#widget-search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    opacity: 1;
    color: #3a3e3f;
}

#widget-search input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    opacity: 1;
    color: #3a3e3f;
}

#widget-search .form-group p a,
#footer-widget .form-group p a {
    font-size: 9px;
    color: #fff;
    font-family: 'Malva-Bold';
    letter-spacing: 1px;
    margin: 10px 0 0;
    padding: 1px 3px 0;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    text-align: right;
}

#widget-search .form-group p a:hover,
#widget-search .form-group p a:focus,
#footer-widget .form-group p a:hover,
#footer-widget .form-group p a:focus {
    background: #fee43d;
    color: #011728;
}

.widget-text {
    text-align: right;
}

/* One touch browse */
.onetouch-jobbrowse{ background:#fff; margin-bottom: 80px; font-weight: 600; }
.onetouch-jobbrowse .tab-pane h3{ font-family: 'Malva-ExtraBold'; }
.onetouch-jobbrowse .nav-tabs { color: #fff; font-weight: bold; text-transform: uppercase; list-style: none; margin: -32px 0 0; padding: 0; display: flex; border: none }
.onetouch-jobbrowse .nav-tabs li { flex-grow: 1; float: none; margin-bottom: 0; position: relative; border-top: 4px solid transparent; text-align: center }
.onetouch-jobbrowse .nav-tabs li.lbl label { background-color: #000; display: block; padding: 10px }
.onetouch-jobbrowse .nav-tabs li a { font-family: Malva-Bold; padding: 10px; background: #ff3d2b; color: white; display: block; border: none; border-radius: 0; margin: 0 }
.onetouch-jobbrowse .nav-tabs li a:hover,.onetouch-jobbrowse .nav-tabs li a:focus { background: #db2e06 }
.onetouch-jobbrowse .nav-tabs li.active { border-top-color: #ff3d2b;}
.onetouch-jobbrowse .nav-tabs li.active a { background: #fff; color: #000; border: none }
.onetouch-jobbrowse .tab-content { margin-bottom: 40px; position: relative; }
.onetouch-jobbrowse .tab-pane{ border-bottom: 4px solid #ff3d2b; padding-bottom: 15px; position: absolute; top: 0; left: 0; display: block; visibility: hidden; }
.onetouch-jobbrowse .tab-pane.active{ position: relative; visibility: visible; }
.onetouch-jobbrowse .tab-pane .tab-pane-wrap{ padding: 15px 15px 0; height: 215px; overflow: hidden; }
.onetouch-jobbrowse .tab-pane.expand .tab-pane-wrap{ height: auto }
.onetouch-jobbrowse .tab-pane ul { list-style: none; padding: 0; margin: 0; column-count: 3; column-gap: 20px; }
.onetouch-jobbrowse .tab-pane ul li { margin-bottom: 7px }
.onetouch-jobbrowse .tab-pane ul li a { color: #011728 }
.onetouch-jobbrowse a .job-count { color: #7b8287; font-size: 10px; padding-left: 4px; position: relative; top: -2px; }
.onetouch-jobbrowse .tab-pane ul li a:hover,.onetouch-jobbrowse .tab-pane ul li a:focus { color: #ff3d2b }
.onetouch-jobbrowse .toggle-btn { background: #ff3d2b; border-radius: 0; line-height: 1; text-align: center; display: block; width: 100px; color: white; cursor: pointer; position: absolute; bottom: -27px; left: 50%; margin-left:-50px; }
.onetouch-jobbrowse .toggle-btn:hover,.onetouch-jobbrowse .toggle-btn:focus { background: #db2e06; color: #fff }
.onetouch-jobbrowse .other-links { clear: both; margin: 20px 0 0; padding-bottom: 60px }
.onetouch-jobbrowse .other-links::after { content: ""; display: table; clear: both }
.onetouch-jobbrowse .job-data { float: left; position: relative; padding-right: 145px; margin-right: 20px }
.onetouch-jobbrowse .link-wrap { float: left; padding-top: 17px }
.onetouch-jobbrowse .job-data label { position: relative }
.onetouch-jobbrowse .job-data label span { display: inline; background: #021464; color: white; padding: 5px 10px; line-height: 1.3; margin-left: 0; text-transform: uppercase; font-size: 13px }
.job-data .count-num { font-size: 50px; color: #ff3d2b; font-family: Malva-ExtraBold; line-height: 1; position: absolute; right: 0; top: 0 }
.link-wrap span { padding: 10px }
.link-wrap span a{ color: #ff3d2b; }
.link-wrap span a:hover, .link-wrap span a:focus{ color: #db2e06; }
.link-wrap span:after{ content: '|'; position: relative; left: 8px; }
.link-wrap span:last-child:after{ display: none;}
.hub-links{ margin-bottom:28px; }


@media (max-width:992px){
    .onetouch-jobbrowse .nav-tabs{ font-size:12px; margin-left: -25px; margin-right: -25px; }
    .onetouch-jobbrowse .tab-pane ul{column-count:2;}
    .onetouch-jobbrowse .other-links{ padding-bottom: 40px; }
    .onetouch-jobbrowse .job-data{ float: none; margin: 0 auto; padding-right: 0; text-align: center; }
    .onetouch-jobbrowse .job-data label{ padding-right: 15px; text-align: left; }
    .job-data .count-num{ position: static; }
    .onetouch-jobbrowse .link-wrap{ float: none; }
}
@media (max-width:767px){
    .onetouch-jobbrowse .nav-tabs{ display: block; margin-left:0; margin-right:0; font-size: 16px; }
    .onetouch-jobbrowse .nav-tabs li{ text-align: left; margin-bottom: 2px; border-top-color: #ff3d2b; }
    .onetouch-jobbrowse .nav-tabs li.lbl{ border-top: none; }
    .onetouch-jobbrowse .nav-tabs li a{ padding-left: 40px; }
    .onetouch-jobbrowse .tab-content{ margin: 0 0 60px; }
    .onetouch-jobbrowse .tab-pane.active{ margin-bottom: 20px; }
    .onetouch-jobbrowse .tab-pane .tab-pane-wrap{ height: 185px; padding: 15px 10px; }
    .onetouch-jobbrowse .tab-pane ul{column-count:1;  }
    .onetouch-jobbrowse .link-wrap{ text-align: center; }
    .link-wrap span{ display: block; padding: 2px; }
    .link-wrap span:after{ display: none; }
    .nav-tabs.mobile-tab li.active{ display: none; }
    .onetouch-jobbrowse .nav-tabs li a:before{ content: '\f105'; font: bold 24px/1 fontawesome; position: absolute; left: 15px; top: 7px; }
    .onetouch-jobbrowse .nav-tabs li.active a:before{ content: '\f107'; color: #ff3d2b; left: 11px; }
}
@media (max-width:480px){
    .onetouch-jobbrowse{ background: #ffffff; margin-bottom: 80px; }
    .onetouch-jobbrowse .other-links{ padding-bottom: 30px; }
    .onetouch-jobbrowse .job-data label{ padding-right: 0; }
    .job-data .count-num{ display: block; }
}

/* Home Content */

.styled-desc {
    font-size: 17px;
}

.styled-border {
    padding: 0 2em 2em 2em;
}

.styled-border:after {
    border-bottom: 1px solid #333;
    bottom: 0;
    content: '';
    left: 38%;
    right: 38%;
    position: absolute;
    width: 24%;
}

.h-section {
    padding: 2em 0;
}

.h-section .row {
    padding: 2em 0;
}

.h-section h2 {
    font-size: 45px;
    margin-bottom: 20px;
}

.h-section h2 span {
    color: #333;
}

.h-section .row.h-qlinks {
    padding: 1.2em 0;
}

.h-qlinks a {
    display: block;
    text-decoration: none;
    border-radius: 2px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    font-size: 25px;
    padding: 1.4em 0;
    line-height: 1.8em;
    margin: 0.6em 0;
}

.h-qlinks a em {
    font-size: 50px;
}

.h-qlinks a:hover,
.h-qlinks a:focus {
    color: #fff;
    background-color: #333;
}

.outline-outward {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.outline-outward:hover:before,
.outline-outward:focus:before,
.outline-outward:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}

.outline-outward:before {
    content: '';
    position: absolute;
    border: #ECECEC solid 1px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}

.section-service {
    background: url(../images/bg-h-service.jpg) 50% 50% no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.h-section .row.h-services {
    padding: 0 0 1em 0;
}


/* Home services */

.crsl-item a {
    text-decoration: none;
    color: #333;
}

.crsl-item a img {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.crsl-item a:hover img,
.crsl-item a:focus img,
.crsl-item a:active img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.crsl-item a span {
    text-align: center;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding: 14px 0;
    height: 50px;
    display: block;
}

.crsl-item a span:after {
    border-bottom: 5px solid #D3D1D1;
    bottom: 46px;
    content: '';
    left: 25%;
    right: 25%;
    position: absolute;
    width: 50%;
}

.crsl-item a:hover span:before,
.crsl-item a:focus span:before {
    border-bottom: 5px solid #D3D1D1;
    bottom: 0;
    content: '';
    left: 25%;
    right: 25%;
    position: absolute;
    width: 50%;
}

.crsl-nav a {
    position: absolute;
    bottom: 50%;
    color: #666;
    border: 1px solid #666;
    border-radius: 2em;
    width: 35px;
    height: 34px;
    line-height: 32px;
    text-align: center;
}

.crsl-nav a:hover,
.crsl-nav a:focus {
    color: #333;
    border: 1px solid #333;
}

.crsl-nav a.previous {
    left: -35px;
}

.crsl-nav a.next {
    right: -35px;
}

.section-about h2 {
    position: absolute;
    margin-top: 2.2em;
    z-index: 1;
}

.section-about h3 {
    color: #f8f8f8;
    font-size: 90px;
    position: relative;
    bottom: 100%;
    line-height: 0.8em;
}

.h-about h4 {
    font-size: 18px;
    padding-left: 60px;
}

.h-about h4 span {
    font-size: 45px;
    color: #333;
}

.h-about h4 i {
    position: absolute;
    font-size: 45px;
    color: #333;
    margin-left: -60px;
    margin-top: 2px;
}

.double-border {
    border: 1px solid #e6e6e6;
    border-left: none;
    border-right: none;
}

.single-border {
    border-bottom: 1px solid #e6e6e6;
}

.h-section .row.double-border {
    padding: 32px 0 25px 0;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}

.h-section .row.single-border {
    padding: 32px 0 25px 0;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}


/* Home consultant tabs */

#h-consult-tab-con .list-inline>li {
    padding: 0;
    margin-right: -16px;
    margin-left: 12px;
}

#h-consult-tab-con .list-inline li a {
    display: block;
    background: #333;
    position: relative;
}

#h-consult-tab-con .list-inline li a i {
    position: absolute;
    top: 36%;
    left: 37%;
    font-size: 20px;
    border: 1px solid;
    width: 40px;
    line-height: 39px;
    text-align: center;
    border-radius: 2em;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#h-consult-tab-con .list-inline li a:hover img,
#h-consult-tab-con .list-inline li a:focus img {
    opacity: 0.2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#h-consult-tab-con .list-inline li a:hover i,
#h-consult-tab-con .list-inline li a:focus i {
    opacity: 1;
}

.h-section .tab-pane .row {
    padding: 0;
}

.h-section .row.section-cons-tabs {
    padding: 0 0 29px 0;
}

.h-section .row.section-cons-tabs .tab-pane img {
    max-width: 135px;
}

#h-consult-tab.nav-tabs>li>a {
    border: none;
}

#h-consult-tab.nav-tabs {
    border: none;
}

#h-consult-tab.nav>li>a:hover,
#h-consult-tab.nav>li>a:focus {
    background: none;
    color: #333;
}

#h-consult-tab.nav>li>a {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    color: #333;
    font-size: 16px;
}

#h-consult-tab.nav-tabs>li.active>a,
#h-consult-tab.nav-tabs>li.active>a:hover,
#h-consult-tab.nav-tabs>li.active>a:focus {
    color: #333;
}


/* Home Job feed */

.section-jobfeed {
    background: url(../images/bg-h-service.jpg) 50% 50% no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#myJobsList,
#myJobsList ul,
#myJobsList .jcarousel-clip {
    overflow: hidden;
    margin: 0;
    list-style: none;
    font-size: 14px;
}

#myJobsList li {
    display: block;
    overflow: hidden;
    margin: 0 10px 0 0;
    float: left;
    position: relative;
    min-height: 90px;
}

#myJobsList .rss-item-pubDate {
    display: block;
    float: left;
    width: 89px;
    height: 89px;
    padding: 21px 20px 21px 23px;
    margin: 1px 0 0;
    border: solid 1px #D3D1D1;
    color: #333;
    line-height: 1;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
}

#myJobsList .rss-item-title {
    display: block;
    padding: 30px 0 0 110px;
}

#myJobsList .rss-item-title a {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 10px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}

#myJobsList .rss-item-description {
    display: block;
    padding: 0 0 0 110px;
    color: #6a6a6a;
    font-size: 14px;
}

.xmlLocation {
    position: absolute;
    top: 0;
    color: #333;
    left: 110px;
}

.xmlBoldTitle {
    position: absolute;
    left: 15px;
}

.xmlLocation:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: "\f041";
    position: relative;
    text-decoration: inherit;
    margin-right: 6px;
    left: 2px;
}

.simply-scroll-container {
    position: relative;
}

.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}

.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}


/* Dynamic page styles */


/* Left */

.left-hidden {
    display: none;
}

.dynamic-content-holder {
    overflow: hidden;
    min-height: 270px;
}

.dynamic-content-holder h1 {
    margin: 0 0 20px 0;
    font-size: 40px;
}

.dynamic-content-holder h2 {
    color: #333;
    text-transform: uppercase;
}


/* Meet the team */

.r17_team-member-page .staff-holder {
    margin: 20px 15px;
    overflow: hidden;
    border-top: 1px dotted #ccc;
    padding: 40px 0 0 0;
}

.r17_team-member-page .staff-holder #site-social {
    margin-top: 10px;
}

.r17_team-member-page .staff-holder img {
    border-radius: 20em;
    border: 10px solid #EEE;
    display: inline-block;
}

.r17_team-member-page .staff-holder h3 {
    font-size: 32px;
    margin: 35px 0;
}

.r17_team-member-page .staff-holder h3 span {
    font-size: 24px;
    color: #ccc;
}


/* Page Service */

.page-service .service-holder {
    background-color: #f2f2f2;
    margin-bottom: 20px;
    padding: 20px 20px 5px 20px;
}

.page-service .service-holder img {
    width: 100%;
}

.page-service .service-holder h4 {
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 13px;
    border-bottom: 1px solid #E2E2E2;
}

.page-service .service-holder p {
    margin-bottom: 15px;
}

.page-service .service-holder i {
    font-size: 65px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 10em;
    background: #F9F9F9;
    padding: 18px 22px;
}


/* Contact */

#contact-map {
    position: relative;
    background-color: #f2f2f2;
}

.r27_map-overlay {
    background-color: rgba(51, 51, 51, 0.2);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}


/* Addtional */

.in-section .h-about .col-sm-6 {
    padding-bottom: 1em;
    padding-top: 1em;
}

.navigation {
    border-radius: 6px;
    background: #333;
    border: none;
    color: #fff;
    width: 100%;
    padding: 10px;
    display: none;
}


/* System Page Styles */

#content {
    padding-right: 0;
}

.content-holder {
    margin-bottom: 80px;
}

.content-holder h1 {
    margin: 0 0 1em 0;
    /*text-transform: uppercase;*/
    font-size: 40px;
    clear: both;
}


/* Forms Styles */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 5px solid #24D4EE;
}

.form-control:focus {
    border-color: #24D4EE;
    outline: 0;
    -webkit-box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.3);
}

#content select:focus {
    -webkit-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.3);
}

#CV-content-holder .input-append {
    margin: 15px 0 0 0;
}


/* Extra - Buttons */

.btn {
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: none;
}

.btn-primary {
    font-family: 'Malva-ExtraBold', sans-serif;
    color: #fff;
    font-size: 18px;
    border-radius: 0;
    background-color: #fc3f35;
    border-width: 0;
    padding: 14px 20px;
    border-color: #fc3f35;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Malva-Medium';
    line-height: 1;
}

.btn-primary:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #db2e06;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-primary:hover:before,
.btn-primary:focus:before,
.btn-primary:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #fc3f35;
    border-color: #db2e06
}


/*.btn-primary:hover,
.btn-primary:focus {
    border-color: #db2e06;
    background-color: #db2e06;
}*/

.btn-primary.disabled {
    opacity: 0.4;
}

.btn-default {
    border-color: #9D9D9D !important;
}

.btn-default:hover,
.btn-default:focus {
    color: #fff;
    background-color: #333;
    border-color: #333;
}


/* .btn-default:hover,
btn-default:focus {} */

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 15px;
    font-size: 12px;
    line-height: 1.5;
}

.nav .caret,
.nav a:hover .caret,
.nav a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #333;
}

#CV-content {
    margin-left: 37px;
    margin-right: 37px;
}

ul#memberProfileLinks ul.dropdown-menu {
    right: 0;
    left: auto;
}

li#memberStatusDashLogin,
li#memberStatusDashRegister {
    display: inline-block;
}


/*


System Responsive

*/


/* 2. Search Results / Job Board page
-------------------------------------------------- */

#jobsearch-top .num-results {
    margin: 0 0 1em 0;
}

#jobsearch-top .searchresult-number {
    color: #333;
}

.job-navbtns .button {
    -moz-boz-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 0.5em 1em 0;
}

.job-navbtns .button a,
.search-options .button a {
    padding: 5px 20px;
    color: #333;
    font-size: 12px;
}

.job-navbtns .actions-button,
.job-navbtns .filters-button {
    display: none;
}


/* Job Holder */

#job-holder,
.job-holder {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    clear: both;
    margin: 0 0 32px 0;
    padding: 10px 0 31px;
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid #909598;
    margin-bottom: 9px;
}

.job-holder:after {
    content: '';
    display: table;
    clear: both;
}

.sorting-button .sbSelector {
    text-indent: 19px;
    position: static;
}

#job-holder a {
    color: #666666;
    font-weight: bold;
}

#job-holder a:hover,
#job-holder a:focus {
    color: #333;
}

#job-holder .job-toplink a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #666666;
    background: transparent;
    display: inline-block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.3em;
}

#job-holder:hover .job-toplink a,
#job-holder:focus .job-toplink a {
    color: #000;
}

.job-toplink {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 5% 0 0;
    height: 61px;
    width: calc(100% - 56px);
    overflow: hidden;
}

.job-toplink a {
    font-size: 24px;
    text-decoration: none;
}

.job-toplink .nameofcompany {
    font-size: small;
}

.job-rightlinks {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    font-size: small;
    text-align: right;
    width: 20%;
    width: 150px\9;
}

.job-rightlinks a {
    text-decoration: none;
}

.description-holder .locandsalary {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    overflow: hidden;
}

.description-holder .locandsalary span {
    display: block;
    margin: 0;
}

.description-holder {
    clear: both;
    display: inline-block;
    margin: 0.4em 0 0;
    overflow: hidden;
    width: 100%;
    min-height: 120px;
}

.description-holder .description-logo {
    display: none;
}

.description-holder ul,
.description-holder p {
    margin-top: 0;
    margin-bottom: 0;
}

.job-breadcrumbs {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    font-size: small;
}

.job-breadcrumbs a {
    text-decoration: none;
}

.description-holder .job-checkbox {
    float: right;
    text-align: right;
    width: 5%;
}

.description-holder .job-checkbox input[type-checkbox] {
    max-width: 100%;
}

.description-holder .locandsalary {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 5% 0 0;
    width: 35%;
    display: none;
}

.description-holder .description-text {
    width: 100%;
    float: none;
    margin: 5px 0 25px;
    width: calc(100% - 72px);
    height: 64px;
    overflow: hidden;
    position: relative;
}

#tnt_pagination a {
    border: solid 1px #BEBEBE;
    cursor: pointer;
    display: inline-block;
    font-size: small;
    margin: 0 0.5em 0 0;
    padding: 0.5em 0.5em;
    text-align: center;
}


/* 3. Job Detail / View Job page
-------------------------------------------------- */


/* job ad template/ breadcrumb */

.jobdetail-top .job-detailtop-title,
#wrapper #job-ad-template {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 0 1em 0;
    width: 65%;
}

.job-detailtop-title {
    display: none;
}

.job-detailtop-title a {
    text-decoration: none;
}

.jobdetail-top {
    margin: 0 0 20px 0;
    overflow: hidden;
    width: 100%;
}

.jobdetail-top a,
.jxt-related-item-link a,
.advertBasic .backtoresults a,
.boardy-apply-content a.backToResults {
    background: #24D4EE;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 20px;
    font: 11px/1.0 Malva-Bold;
    display: inline-block;
}


/* .jobdetail-top a:hover,
.jobdetail-top a:focus,
.jxt-related-item-link a:hover,
.jxt-related-item-link a:focus {
    opacity: 0.6;
} */


/* back to results / options list */

.job-detail-centre {
    width: 35%;
}

.job-detail-centre,
.jd-btm-description {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    /* display: inline-block; */
}

.jobdetail-top .backtoresults a {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
}

.job-detail-centre .jobdetail-padding,
.jobdetail-top .backtoresults {
    padding-right: 0;
}

.jobdetail-top .backtoresults,
.advertBasic .backtoresults {
    padding-left: 0;
    float: left;
    width: auto;
}

.jobdetail-top .backtoresults a,
.advertBasic .backtoresults a,
.boardy-apply-content a.backToResults{
    border: none;
    border-radius: 0;
    background: #FC3F35;
}
.boardy-apply-content a.backToResults{
    max-width: 140px;
}
.boardy-apply-content a.backToResults span{
    display: none;
}

.job-detail-centre h2 {
    margin: 15px 0 5px;
}

.job-detail-centre .jobdetail-options ul,
.job-detail-centre .jobdetail-options li {
    background: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.job-detail-centre .jobdetail-options li,
li.save-image {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}


/*
.job-detail-centre .jobdetail-options a {
    color: #666;
    display: block;
    background-repeat: no-repeat;
    background-size: auto cover;
    background-position: left center;
    font-size: small;
    line-height: 26px;
    text-decoration: none;
    padding: 0.5em 0 0.5em 2.7em;
}*/

.job-detail-centre a {
    position: relative;
}

.job-detail-centre a:before {
    font-family: FontAwesome;
}

#jobdetail-interested-in-job,
#jobdetail-social-media {
    margin-bottom: 40px;
}

#jobdetail-interested-in-job a,
.save-image a {
    display: inline-block;
    list-style-type: none;
    font: 700 12px/1.45 "Open Sans", sans-serif;
    height: 30px;
    text-transform: uppercase;
    padding: 6px 11px 7px 45px;
    position: relative;
    background: #f3f2ec;
}

#jobdetail-interested-in-job a.job-saved,
.save-image a.job-saved,
.foot-wrap a.job-saved {
    background: #fc3f35;
    color: #fff;
}

#jobdetail-interested-in-job li a:before,
.save-image a:before {
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #fc3f35;
    padding: 4px 5px;
}

#jobdetail-interested-in-job a.job-saved:before,
.save-image a.job-saved:before,
.foot-wrap a.job-saved:before {
    background: #f3f2ec;
    color: #fc3f35;
}

.save-image a:before {
    content: "\f004";
}

.print-image a:before {
    content: "\f02f";
}

#jobdetail-job-location-map h2,
#jobdetail-social-media h2,
#wrapper .jxt-similar-jobs-container h2 {
    font: 22px Malva-ExtraBold;
    text-transform: uppercase;
}

#jobdetail-social-media li {
    display: inline-block;
    margin: 5px 15px 5px 0;
}

#jobdetail-social-media li a {
    color: #fff;
    width: 41px;
    height: 41px;
    display: inline-block;
    text-align: center;
    padding: 10px;
}

#jobdetail-social-media li a:focus,
#jobdetail-social-media li a:hover {
    opacity: 0.8;
}


/*.job-detail-centre .save-image a:before {
    content: "\f0c7";
    left: -5px;
}

.job-detail-centre .print-image a:before {
    content: "\f02f";
}
*/

.job-detail-centre .email-image a:before {
    content: "\f0e0";
}

#jobdetail-interested-in-job h2,
.email-image,
#jobdetail-social-media .googleplus-in-image {
    display: none;
}

.job-detail-centre .facebook-image a:before {
    content: "\f09a";
}

.job-detail-centre .twitter-image a:before {
    content: "\f099";
}

.job-detail-centre .linked-in-image a:before {
    content: "\f0e1";
}

.jobdetail-options ul .googleplus-in-image,
#jobdetail-social-media .googleplus-in-image {
    background: transparent;
}

.job-detail-centre .email-image a {
    background: #011728;
}

.job-detail-centre .googleplus-in-image a {
    background: #D51B1C;
}

.job-detail-centre .googleplus-in-image a:before {
    content: "";
}

.jobdetail-padding,
.backtoresults {
    padding-left: 40px;
}

.jd-btm-description {
    clear: left;
    float: left;
    margin-bottom: 7em;
}

.jd-btm-description .jobdetail-padding {
    padding-left: 0;
}


/* Apply Now button */

.apply-now-link {
    margin-bottom: 20px;
}

.apply-now-link a {
    background: #fc3f35;
    color: #fff;
    display: block;
    font-size: 30ox;
    font-family: Malva-Bold;
    padding: 0.5em 0;
    text-align: center;
}

.apply-now-link a:hover,
.apply-now-link a:focus {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#ef-messageforyourfriend-field textarea {
    width: 100%;
    height: auto;
}


/*Create Job Alert*/

#search-classification .section-heading,
#search-locationarea .section-heading,
#search-salary .section-heading,
#ctl00_ContentPlaceHolder1_pnlSendEmailAlerts .ctrlHolder>p.label,
#ctl00_ContentPlaceHolder1_pnlJobAlert .streetaddress-container {
    display: none;
}


/* 4. Member pages
-------------------------------------------------- */
.table-responsive{
    margin: 0;
}
#box-table {
    clear: both;
    max-width: 100%;
    margin: 1em 0;
    /* white-space: nowrap; */
}

#box-table th {
    background: #252525;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0.5em;
}

#box-table tr td {
    background: #F6F6F6;
    padding: 0.5em;
    color: #333;
}


/* responsive tables */

.box-table-responsive {
    clear: both;
    margin: 1em 0;
    overflow-x: scroll;
    position: relative;
    width: 100%;
}


/* 5. Advertiser pages
-------------------------------------------------- */

#content ul.tabs {
    display: none;
}

#content ul.tabs li {
    background: transparent;
    border: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* hiding advertiser registration not required form fields */
.jxt-form-business-number,
.jxt-form-number-of-employees,
.jxt-form-application-email{
    display: none;
}

/* 6. Link and Button styles
-------------------------------------------------- */

#ContentPlaceHolder1_pnlFullRegistration {
    display: none;
}

.breadcrumbs,
#jobBreadCrumb {
    margin: 0 0 1em 0;
    display: none;
}

.button a,
.mini-new-buttons {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    display: inline-block;
    box-shadow: none !important;
    text-decoration: none;
}

.button a:hover,
.mini-new-buttons:hover,
.button a:focus,
.mini-new-buttons:focus,
{
    color: #fff !important;
    /*background-color: #333;*/
}

input.mini-new-buttons {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
}


/* 7. Side bar styles
-------------------------------------------------- */


/* Left */
.links-2, .login-status{
    display: none;
}
#prefix_left-navigation ul,
#prefix_left-navigation li,
#prefix_left-navigation-static li,
.links-2 li {
    list-style: none;
}

#prefix_left-navigation li,
#prefix_left-navigation-static li,
.links-2 li {
    margin-bottom: 4px;
}

#prefix_left-navigation ul li a,
#prefix_left-navigation-static ul li a,
.links-2 li a {
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 3px 0;
    color: #3a3e3f;
    position: relative;
    border-top: 0px solid #E8E8E8;
    text-indent: 0;
    font-weight: 600;
}

#prefix_left-navigation ul li ul li a:hover,
#prefix_left-navigation-static ul li a:hover,
#prefix_left-navigation ul li ul li a:focus,
#prefix_left-navigation-static ul li a:focus,
#prefix_left-navigation ul li ul li.active a,
#prefix_left-navigation-static ul li.active a,
.links-2 li a:hover,
.links-2 li a:focus {
    color: #fc3f35;
}

#prefix_left-navigation ul,
#prefix_left-navigation-static ul,
.links-2 ul {
    padding: 0;
    margin: 0 0 30px;
}

#prefix_left-navigation ul li ul li a,
#prefix_left-navigation-static ul li ul li a {
    color: #B1B1B1;
}

#prefix_left-navigation ul li ul>li.active>a,
#prefix_left-navigation-static ul li ul>li.active>a {
    color: #58595B;
}

#prefix_left-navigation ul li ul li ul li a,
#prefix_left-navigation-static ul li ul li ul li a {
    padding-left: 15px
}

.side-left-header {
    display: none;
}

#side-drop-menu,
#side-drop-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.links-2 ul ul {
    margin-bottom: 15px;
}

#side-drop-menu {
    margin-bottom: 30px;
}

.links-2 li,
#side-drop-menu li {
    display: block;
    margin: 0;
    padding: 0;
}

.search-query p,
.links-2 a,
#side-drop-menu a {
    display: block;
    margin: 0;
    padding: 10px 5px;
    border-top: 1px solid #E8E8E8;
    text-decoration: none;
}

.links-2 ul li ul li a,
#side-drop-menu ul li a {
    /*color: #B1B1B1;*/
    font-size: 14px;
}

.links-2 a:hover,
#side-drop-menu a:hover {
    text-decoration: none;
}

.search-query {
    /* search result filter box */
    margin: 0 0 0 0;
    position: relative;
}

.search-query.map-address {
    display: none!important;
}

.search-query>h3 {
    display: none;
}

.red-remove {
    color: #fc3f35;
    float: right;
}

.red-remove a {
    color: #fc3f35;
    display: inline-block;
}

.red-remove:hover,
.red-remove:hover a,
.red-remove:focus,
.red-remove:focus a {
    color: #fc3f35;
}

.login-status {
    padding: 0 5px;
}

#side-left .login-status {
    margin-bottom: 30px;
}


/* 7. Form styles
-------------------------------------------------- */

.form-all,
.uniForm,
#advanced_search-holder {
    clear: both;
    padding: 0;
}

.uniForm input,
.form-all input,
.uniForm select,
.form-all select,
.uniForm textarea,
.form-all textarea,
#advanced_search-holder input,
#advanced_search-holder select {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1em;
}
li#adv-advertiserlogo-field span[style*="Red"] {
    display: block;
    margin-top: 5px;
}
select#areaIDs{
    width: 100%;
    max-width: 100%;
    display:block;
}
#advanced_search-holder>.rows {
    margin-bottom: 30px;
}

#advanced_search-holder .left-col,
.form-horizontal .control-label,
.radio label,
.checkbox label,
.boardy-apply-content label {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

#divNewsletter{
    display: block !important;
}

form[action='./register.aspx'] #divNewsletter {
    display: block !important;
}

.radio label input,
.checkbox label input {
    top: -13px!important;
}

span.input-group-addon {
    display: none;
}

label em,
.form-required {
    color: #fc3f35;
    padding: 0 0.5em;
}
.alert{
    padding:15px;
    margin: 20px 0;
    display: block;
    border-radius: 3px;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.uniForm ul,
.uniForm li,
.form-section,
.form-section li {
    background: transparent;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.formHint {
    margin: 0;
}

.formHint span {
    margin: 0 0 1em 0;
}

.MemberFullRegisterHeader {
    cursor: pointer;
}


/* double column */

#search-salary #divSalaryFrom {
    float: left;
    width: 45%;
}

#search-salary #divSalaryTo {
    float: right;
    width: 45%;
}

#divSalaryType {
    margin-bottom: 15px;
}


/*#search-salary ul li:first-child {
    float: none;
    width: 100%;
    margin: 0;
}*/

#search-worktype {
    clear: both;
}


/*#search-salary {
    overflow: hidden;
}*/

#divTo {
    float: left;
    width: 9%;
    text-align: center;
    line-height: 33px;
}

#ctl00_ContentPlaceHolder1_ucMemberEdit1_upDateOfBirth {
    overflow: hidden;
}

/* triple column */

#ucmemberedit-date-of-birth .form-sub-label-container {
    float: left;
    padding-right: 5%;
    text-indent: -5000em;
    width: 35%;
}

.Member-nojob-alerts {
    margin-top: 15px;
}

.form-sub-label-container .span-dash {
    display: none;
}

#ucmemberedit-date-of-birth .form-sub-label-container select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-sub-label-container .form-sub-label {
    display: none;
}

#ucmemberedit-date-of-birth .form-sub-label-container:last-child {
    float: right;
    padding-right: 0;
    width: 30%;
}

#jobs-salaryfromto-field .form-input {
    text-align: center;
}

#jobs-salaryfromto-field select {
    float: left;
    width: 40%;
}

#jobs-salaryfromto-field select:last-child {
    float: right;
    margin-right: 0;
}

#Li2 {
    clear: both;
}

.form-input table {
    width: 100%;
}

.form-input table tr td {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 1em;
    width: 50%;
}

.form-input table tr td:last-child {
    padding-right: 0;
    padding-left: 1em;
}

.cke {
    max-width: 100%;
}

.form-buttons-wrapper,
.member-submitbottom,
.advertiser-searchbottom {
    margin: 1em 0;
}

#Li1 .form-input,
#ucmembersearchcriteria-avail-date .form-sub-label-container {
    position: relative;
}

#Li1 a,
#ucmembersearchcriteria-avail-date #ctl00_ContentPlaceHolder1_ucMemberSearchCriteria1_ibFirstApprovedDate {
    position: absolute;
    right: 0.5em;
    top: 0;
}

.form-error-message {
    background: #f3f2ec;
    color: #fc3f35;
    padding: 1em;
    margin: 1em 0;
}

.form-error-message a,
span#ctl00_ContentPlaceHolder1_ctmEmailAddress a {
    font-weight: bold;
    text-decoration: underline;
}

span#ctl00_ContentPlaceHolder1_ctmEmailAddress {
    display: block;
    margin: 10px 0 20px;
}

.form-radio2 label,
.form-radio label {
    margin-right: 1em;
}

.label {
    background-color: #FFF;
    color: #b3b3b3;
    font-size: 0.95em;
    padding: 0;
}

.section-heading {
    font-size: 1.2em;
    display: inline-block;
    padding-top: 15px;
}


/* CV builder */

#CV-content-holder {
    padding-top: 1em;
}

.navbar-collapse.collapse {
    display: inline-block !important;
    /*   position:relative;*/
}

.nav-right {
    /* display: inline-block; */
    float: right;
}

.nav-right div,
.nav-right ul {
    /* display: inline-block; */
    vertical-align: top;
    float: left;
}
#prefix_banner-container{
    background-image:url(../images/home-banner.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    height: 425px;
    position: relative;
}
.slide-content {
    position: absolute;
   	top: 37px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.slide-content h1 {
    background: none;
    margin-bottom: 40px;
}
.slide-content h1 span{
    font-family: 'Malva-ExtraBold';
    display: inline;
    background: #24d4ee;
    padding: 9px 21px 12px;
    color: #fff;
    font-size: 52px;
    line-height: 72px;
    margin-left: 81px;
}
.slide-content .container{ padding-top: 20px;}

.banner-text {
    color: #fff;
    position: relative;
    padding-left: 88px;
    font-size: 24px;
    font-family: 'Malva-ExtraBold';
    text-transform: uppercase;
}

.heading-top {
    color: #fff;
    font-size: 55px;
    font-family: 'Malva-ExtraBold';
    margin-top: -60px;
    z-index: 999;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    /*display: inline-block;*/
}

.heading-top span {
    display: inline-block;
    background: #fc3f35;
    padding: 4px 15px 9px;
    line-height: 59px;
}

.heading-top span:first-child {
    padding-top: 16px;
}

.heading-top span:last-child {
    padding-bottom: 15px;
}


/*section hub careers*/

.sec-hub {
    background: #f3f2ec;
    padding: 47px 0 149px;
    text-align: center;
}

.sec-hub .heading-top {
    margin-top: -131px;
    margin-bottom: 60px;
}

.sec-hub p {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #011728;
    line-height: 1.5;
    margin-bottom: -1px;
}

.sec-hub h3 {
    font-size: 24px;
    font-family: 'Malva-ExtraBold';
    color: #32404a;
}

.hub-links ul {
    padding: 0;
    margin-bottom: 12px;
}

.hub-links ul li {
    display: inline-block;
    width: 19.5%;
    text-align: center;
    vertical-align: top;
}

.hub-links ul li>strong {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 24px;
    font-family: 'Malva-ExtraBold';
    color: #31404a;
    position: relative;
    padding: 34px 33px 33px 33px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hub-links ul li>strong:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fc3f35;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hub-links ul li a:hover:before,
.hub-links ul li a:focus:before,
.hub-links ul li a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.hub-links ul li>strong span {
    width: 60px;
    height: 66px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(../images/career-advice.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 6px;
}

.hub-links ul li:nth-of-type(2)>strong span {
    background-image: url(../images/industry-news.svg);
}

.hub-links ul li:nth-of-type(3)>strong span {
    background-image: url(../images/opinion.svg);
}

.hub-links ul li:nth-of-type(4)>strong span {
    background-image: url(../images/personality-profiles.png);
}

.hub-links ul li:nth-of-type(5)>strong span {
    background-image: url(../images/events.svg);
}

.hub-links ul li a:hover,
.hub-links ul li a:focus {
    color: #fff;
}

.hub-links ul li:hover a span,
.hub-links ul li:focus a span {
    background-image: url(../images/career-advice-hover.png);
}

.hub-links ul li:hover:nth-of-type(2) a span,
.hub-links ul li:focus:nth-of-type(2) a span {
    background-image: url(../images/industry-news-hover.svg);
}

.hub-links ul li:hover:nth-of-type(3) a span,
.hub-links ul li:focus:nth-of-type(3) a span {
    background-image: url(../images/opinion-hover.svg);
}

.hub-links ul li:hover:nth-of-type(4) a span,
.hub-links ul li:focus:nth-of-type(4) a span {
    background-image: url(../images/personality-profiles-hover.png);
}

.hub-links ul li:hover:nth-of-type(5) a span,
.hub-links ul li:focus:nth-of-type(5) a span {
    background-image: url(../images/events-hover.svg);
}

.service-block {
    position: relative;
    height: 190px;
    width: 100%;
    margin-bottom: 31px;
}

.service-block a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-family: 'Malva-ExtraBold';
    background-image: url(../images/eng-const-service.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-block a:after {
    content: '';
    opacity: 0;
    visibility: hidden;
}

.service-block a:hover,
.service-block a:focus,
.service-block a:active {
    color: #fff;
}

.hub-service {
    position: absolute;
    left: -7px;
    bottom: 20px;
    text-align: left;
}

.service-block a {
    transition: all 0.3s ease;
}

.service-block a .hub-service span strong {
    position: relative;
    z-index: 1;
    font-weight: inherit;
}

.service-block a .hub-service span:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fc3f35;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    /*-webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; */
}

.service-block a:hover .hub-service span:before,
.service-block a:focus .hub-service span:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.service-block a .hub-service span {
    background: #021464;
    padding: 5px 5px 5px 4px;
    line-height: 22px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bunservices {
    margin-top: 50px;
}

a.service-list1 {
    background-image: url(../images/eng-const-service-ho.jpg);
}

a.service-list2 {
    background-image: url(../images/stud-grad-service-ho.jpg);
}

a.service-list3 {
    background-image: url(../images/hospitality-tourism-service-ho.jpg);
}

a.service-list4 {
    background-image: url(../images/sales-retail-service-ho.jpg);
}

a.service-list5 {
    background-image: url(../images/education-service-ho.jpg);
}

a.service-list6 {
    background-image: url(../images/banking-finance-service-ho.jpg);
}

a.service-list7 {
    background-image: url(../images/it-texhnology-service-ho.jpg);
}

a.service-list8 {
    background-image: url(../images/marketing-media-arts-service-ho.jpg);
}

a.service-list9 {
    background-image: url(../images/farming-service-ho.jpg);
}

a.service-list10 {
    background-image: url(../images/startups-service-ho.jpg);
}

a.service-list11 {
    background-image: url(../images/health0service-ho.jpg);
}

a.service-list12 {
    background-image: url(../images/manufacturing-transport-and-logistics-ho.jpg);
}

a.service-list1:hover,
a.service-list1:focus,
a.service-list1:active,
a.service-list1:after {
    background-image: url(../images/eng-const-service.jpg);
}

a.service-list2:hover,
a.service-list2:focus,
a.service-list2:active,
a.service-list2:after {
    background-image: url(../images/stud-grad-service.jpg);
}

a.service-list3:hover,
a.service-list3:focus,
a.service-list3:active,
a.service-list3:after {
    background-image: url(../images/hospitality-tourism-service.jpg);
}

a.service-list4:hover,
a.service-list4:focus,
a.service-list4:active,
a.service-list4:after {
    background-image: url(../images/sales-retail-service.jpg);
}

a.service-list5:hover,
a.service-list5:focus,
a.service-list5:active,
a.service-list5:after {
    background-image: url(../images/education-service.jpg);
}

a.service-list6:hover,
a.service-list6:focus,
a.service-list6:active,
a.service-list6:after {
    background-image: url(../images/banking-finance-service.jpg);
}

a.service-list7:hover,
a.service-list7:focus,
a.service-list7:active,
a.service-list7:after {
    background-image: url(../images/it-texhnology-service.jpg);
}

a.service-list8:hover,
a.service-list8:focus,
a.service-list8:active,
a.service-list8:after {
    background-image: url(../images/marketing-media-arts-service.jpg);
}

a.service-list9:hover,
a.service-list9:focus,
a.service-list9:active,
a.service-list9:after {
    background-image: url(../images/farming-service.jpg);
}

a.service-list10:hover,
a.service-list10:focus,
a.service-list10:active,
a.service-list10:after {
    background-image: url(../images/startups-service.jpg);
}

a.service-list11:hover,
a.service-list11:focus,
a.service-list11:active,
a.service-list11:after {
    background-image: url(../images/health0service.jpg);
}

a.service-list12:hover,
a.service-list12:focus,
a.service-list12:active,
a.service-list12:after {
    background-image: url(../images/manufacturing-transport-and-logistics.jpg);
}

.sec-hub .slick-dots li button {
    color: #021464;
    background: #021464;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}

.sec-hub .slick-dots li.slick-active button,
.sec-hub .slick-dots li:hover button,
.sec-hub .slick-dots li:focus button {
    color: #fc3f35;
    background: #fc3f35;
}

.sec-hub .slick-dots li.slick-active button:before {
    opacity: 0;
}


/*section hub career ends here*/


/*section home news starts here*/

.home-news {
    padding: 47px 0 112px;
    position: relative;
}

.home-news .heading-top span {
    background: #021464;
}

.home-news .heading-top {
    margin-top: -131px;
}

.home-news .btn.btn-primary {
    background: #24d4ee;
    border-color: #24d4ee;
    padding: 14px 24px 13px;
    width: auto;
    letter-spacing: 1px;
    word-spacing: -2px;
    text-align: center;
    line-height: 1;
}

.home-news .btn.btn-primary:before {
    background: #1ebad1;
}

.home-news .btn.btn-primary:hover {
    border-color: #1ebad1;
}

.sec-btn {
    position: absolute;
    margin-left: 343px;
    top: 32px;
    z-index: 999;
}


/*section home news ends here*/


/*section apply samarter starts here"*/

.applysmart-block {
    padding: 410px 0 0px;
    position: relative;
    background-image: url(../images/apply-filter-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.apply-smarter h2 {
    color: #fff;
    font-size: 98px;
    font-family: 'Malva-ExtraBold';
    position: relative;
    margin-top: -136px;
    margin-bottom: 32px;
}

.apply-smarter h2 span {
    display: inline-block;
    background: #021464;
    padding: 7px 20px 2px 25px;
    position: relative;
    z-index: 999;
}

.apply-smarter h2 span:last-child {
    padding-bottom: 11px;
}

.flex-container {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-wrap: wrap;
}

.apply-smarter .smart-left h2 {
    margin-top: -354px;
}

.no-gutter {
    padding: 0;
}

.flex-items {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

.smart-section .flex-items {
    flex-basis: 50%;
}

.smart-left {
    width: 585px;
    /* half of main container(1170px)*/
    padding: 31px 15px 49px 15px;
    float: right;
}

.bg-blue {
    background: #24d4ee;
}

.bg-red {
    background: #fc3f35;
}

.smart-left p {
    padding-left: 18%;
}

.smart-left a {
    margin-left: 18%;
}

.smart-right {
    padding: 51px 15px 43px 113px;
    /* background: #fc3f35; */
    float: left;
    width: 585px;
}

.smart-section p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #011728;
    margin-bottom: 6px;
    width: 88%;
    min-height: 110px;
}

.smart-section .smart-right p {
    color: #fff;
    padding-right: 42px;
}

.smart-section .btn.btn-primary {
    background: #021464;
    border-color: #021464;
    width: auto;
    padding: 12px 46px 11px;
    height: auto;
    line-height: 1;
}

.smart-section .btn.btn-primary:before {
    background: #011728;
}

.smart-section .btn.btn-primary:hover,
.smart-section .btn.btn-primary:focus {
    border-color: #011728;
}

.smart-section .btn.btn-primary.disabled {
    opacity: 0.4;
}


/*section apply smarter ends here*/


/*section home news starts here*/

.home-job {
    background: #021464;
    padding: 47px 0 41px;
    position: relative;
    /*overflow: hidden;*/
}

.home-top-job-iframe {
    background: #021464;
    padding: 0 0 41px;
    position: relative;
}

.home-job .row {
    margin-left: -110px;
    margin-right: -110px;
}

.home-job .heading-top {
    margin-top: -131px;
}

.home-job .heading-top-jobs-iframe {
    margin-top: 0;
}

.home-job .sec-btn {
    margin-left: 250px;
}

.home-job .btn.btn-primary {
    background: #fff;
    border-color: #fff;
    color: #021464;
    font-size: 18px;
    padding: 14px 18px;
    border: 0;
}

.home-job .btn.btn-primary:hover,
.home-job .btn.btn-primary:focus {
    border-color: #fc3f35;
    color: #fff;
}

.home-job .btn-primary:before {
    background: #fc3f35;
}


/*section home news ends here*/


/*section brand logo starts here*/

.iframe-top-jobs {
    width: 15%;
}

.brand-logo {
    padding: 117px 0 23px;
    text-align: center;
    position: relative;
}

.brand-logo h2 {
    color: #fff;
    font-family: 'Malva-ExtraBold';
    font-size: 55px;
    margin-bottom: 63px;
}

.brand-logo h2 span {
    background: #fc3f35;
    display: inline-block;
    padding: 16px 12px 11px;
    line-height: 1;
}

.logo-list {
    text-align: center;
    margin-bottom: 60px;
    font-size: 16px;
    font-weight: 600;
    color: #011728;
}

.logo-list ul {
    padding: 0;
    margin-bottom: 17px;
}

.logo-list ul li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 15.5%;
    margin-bottom: 17px;
}

.logo-list ul li a {
    display: block;
}

.logo-list p {
    margin-bottom: 27px;
}


/*section brand logo ends here*/


/*header styling starts here*/

.dropdown-menu {
    left: 14px;
}

.site-login {
    padding: 0;
}

.site-login li {
    margin-left: -4px;
}

.site-login li a,
.post-job li a {
    display: block;
    background: #fc3f35;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-family: 'Malva-ExtraBold';
    padding: 32px 22px;
    text-transform: uppercase;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-login li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #021464;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    /*-webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;*/
}


/*.site-login li:nth-of-type(2) a {
    background: #021464;
}

.site-login li:nth-of-type(2) a:before,
.site-login li.active:nth-of-type(2) a:before {
    background: #fc3f35;
}*/

.site-login li a:hover:before,
.post-job li a:hover:before,
.site-login li.active a:before,
.post-job li.active a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav-right ul {
    padding: 0;
    margin: 0;
    margin-right: -1px;
}

.post-job li a {
    background: #f3f2ec;
    color: #fc3f35;
    font-size: 16px;
    padding: 28px 25px 28.8px;
    font-family: 'Malva-Bold';
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-v2 .post-job li a {
    background-color: #24d4ee;
    color: #fff;
}

.post-job li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fc3f35;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.header-v2 .post-job {
    margin-left: 15px;
    overflow: hidden;
    height: 79px;
}

.header-v2 .post-job li a:before {
    background: #1ebad1;
}

.post-job li a:hover:before,
.post-job li a:focus:before,
.post-job li.active a {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.post-job li a:hover,
.post-job li a:focus,
.post-job li.active a {
    color: #fff;
}

.nav-right #site-social {
    margin: 24px 15px 0 9px;
}

.nav-right #site-social li a em,
.nav-right #site-social li a i,
.nav-right #site-social-footer li a em {
    border-radius: 0;
    color: #fff;
    background: #4065b4;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0px;
}

.nav-right #site-social li a em:after,
.nav-right #site-social li a i:after,
.nav-right #site-social-footer li a em:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #7fa1d3;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    /*-webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;*/
}

#jobdetail-social-media .facebook-image a {
    background: #4065b4;
}

.nav-right #site-social li:nth-of-type(2) a em,
#jobdetail-social-media .twitter-image a {
    background: #059ff5;
}

.nav-right #site-social li:nth-of-type(2) a em:after,
.nav-right #site-social li.active:nth-of-type(2) a em:after {
    border-color: #60c3ef;
    background: #60c3ef;
}

.nav-right #site-social li:nth-of-type(3) a em,
.nav-right #site-social li.active:nth-of-type(3) a em,
#jobdetail-social-media .linked-in-image a {
    border-color: #0076b7;
    background: #0076b7;
}

.nav-right #site-social li:nth-of-type(3) a em:after {
    border-color: #45b6dd;
    background: #45b6dd;
}

.nav-right #site-social li a:hover em:after,
.nav-right #site-social li a:focus em:after,
.nav-right #site-social li a i:hover:after,
.nav-right #site-social-footer li a em:hover:after,
.nav-right #site-social-footer li a:focus em:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.navbar {
    margin-bottom: 0;
    background: #fff;
    border: none;
    border-radius: 0;
}


/*footer style starts here*/
select,
.custom-select select,
#footer-widget select,
#divRoleID select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    color: #3a3e3f;
    line-height: 1.3;
    outline: 0;
    overflow: hidden;
    position: relative;
    text-indent: 1px;
    text-overflow: '';
    height: 40px;
    padding: 7px 15px 5px;
    width: 100%;
    cursor: pointer;
    border-radius: 0;
    font-size: 20px;
}

#widget-search select::-ms-expand,
.innerbanner-search select::-ms-expand,
.custom-select select::-ms-expand,
#footer-widget select::-ms-expand,
#divRoleID select::-ms-expand {
    display: none;
}

#divRoleID select {
    font-size: 16px;
    z-index: 2;
    position: relative;
    max-width: 100%;
    padding-right: 45px;
    margin-bottom: 0;
    height: 45px;
    border-bottom: 5px solid #24D4EE;
}

#footer-widget .custom-select .search-widget {
    background-color: #fff;
    display: block;
    border-radius: 0;
    color: #3a3e3f;
    font-family: 'Malva-MediumItalic';
}

#footer-widget .custom-select .search-widget a {
    display: block !important;
}

#footer-widget input[type="text"] {
    box-shadow: none;
    padding: 0 14px;
    text-indent: 3px;
    line-height: 45px;
    height: 45px;
    border-radius: 0;
    font-size: 20px;
    color: #3a3e3f;
    background: #fff;
    font-family: 'Malva-MediumItalic';
    border-bottom: 5px solid #fee43d;
    outline: none;
    -webkit-appearance: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

#footer-widget .search-widget .sbHolder:before {
    display: inline-block;
    content: "";
    color: #333;
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    position: absolute;
    right: 1.7em;
    top: .65em;
    text-decoration: inherit;
    background: #fc3f35;
    height: 40px;
    top: 0px;
    right: 0;
    width: 41px;
    background-image: url(../images/dropdown--arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#footer-widget input::-webkit-input-placeholder {
    /* WebKit browsers */
    opacity: 1;
    color: #3a3e3f;
}

#footer-widget input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    opacity: 1;
    color: #3a3e3f;
}

#footer-widget input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    opacity: 1;
    color: #3a3e3f;
}

#footer-widget input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    opacity: 1;
    color: #3a3e3f;
}

#footer-widget #btn-widget-search {
    background-color: #fc3f35;
    margin-top: 0;
    height: auto;
    padding: 15px 38px;
    font-size: 16px;
    font-family: 'Malva-Bold';
    width: 125px;
}

#footer-widget #btn-widget-search:before {
    background: #db2e06;
}

.footer-navigation {
    padding: 0;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    padding-top: 29px;
}

.footer-navigation li {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    position: relative;
    margin-right: 35px;
}

.footer-navigation li:before {
    position: absolute;
    content: "";
    width: 1px;
    background: #fff;
    right: -18px;
    top: 3px;
    height: 11px;
}

.footer-navigation li:last-child:before {
    display: none;
}

.footer-navigation li a {
    color: #fff;
}

.footer-navigation a:hover,
.footer-navigation a:focus {
    color: #fee43d;
}

.footer-media {
    padding: 0;
    text-align: center;
    padding-bottom: 7px;
}

.footer-media h3 {
    color: #fff;
    font-size: 14px;
    font-family: 'Malva-ExtraBold';
    padding-bottom: 4px;
}

.footer-media li {
    display: inline-block;
    margin: 0 5px;
}

.footer-media li a,
.footer-media li.active a {
    font-size: 24px;
    padding: 6px 7px;
    text-align: center;
    background: #4065b3;
    color: #fff;
    border-radius: 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer-media li a:hover:before,
.footer-media li a:focus:before,
.footer-media li.active a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.footer-media li a:before,
.footer-media li.active a:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #7fa1d3;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    /*-webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; */
}

.footer-media li:nth-of-type(2) a {
    background: #059ff5;
    border-color: #059ff5;
}

.footer-media li:nth-of-type(3) a {
    background: #0076b7;
    border-color: #0076b7;
}

.footer-media li:nth-of-type(4) a {
    background: #8b5190;
    border-color: #8b5190;
}

.footer-media li:nth-of-type(2) a:before,
.footer-media li.active:nth-of-type(2) a:before {
    background: #60c2ef;
}

.footer-media li:nth-of-type(3) a:before,
.footer-media li.active:nth-of-type(3) a:before {
    background: #45b6de;
}

.footer-media li:nth-of-type(4) a:before,
.footer-media li.active:nth-of-type(4) a:before {
    background: #b99fbc;
}

.footer-logo {
    margin-top: 96px;
}

#disclaimer ul,
.footer-logo ul {
    padding: 0;
    text-align: center;
}

.footer-logo ul {
    margin-bottom: 0;
}

.yudu-centre {
    margin-left: 18% !important;
}

.powered-by {
    text-align: left;
}

.powered-by a span {
    float: left;
}

.powered-by img {
    width: 130px;
}

#disclaimer ul li {
    display: inline-block;
    margin: 0px 12px;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    position: relative;
}

#disclaimer ul li a {
    color: #fff;
}

#disclaimer .footer-logo ul li:nth-of-type(2) a {
    max-width: 98px;
    margin-left: -9px;
}

#disclaimer .ul li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    background: #fff;
    right: -13px;
    top: 2px;
}

#disclaimer ul li:last-child:before {
    display: none;
}

#disclaimer ul a:hover,
#disclaimer ul a:focus {
    color: #fee43d;
}

#disclaimer .footer-logo ul li {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    width: 16%;
    vertical-align: middle;
}

#disclaimer .footer-logo ul li span {
    text-align: left;
    display: block;
    line-height: 0.9;
}

#disclaimer .footer-logo ul li:before {
    display: none;
}

.footer-logo ul li a {
    display: block;
}

#footer-widget h2 {
    font-size: 30px;
    color: #fff;
    font-family: 'Malva-ExtraBold';
}

#footer-widget h2 {
    font-size: 30px;
    color: #fff;
    font-family: 'Malva-ExtraBold';
}

#footer-widget .col-md-2 h2 {
    margin-left: 3px;
}

#footer-widget h2 span {
    display: inline;
    background: #fc3f35;
    padding: 10px 14px 6px;
    line-height: 1.3;
}

#footer-widget [class*=col-] {
    padding: 0px 10px;
}

#footer-widget .form-group {
    margin-top: 38px;
}

#footer-widget .col-md-2 {
    width: 19%;
}


/*footer ends here*/


/*home job starts here*/

.autoslide .job-block {
    width: 393px;
}

.autoslide .job-block {
    max-width: 395px;
    display: inline-block;
}
.autoslide > .job-block{
    max-width: 360px;
}

.job-block {
    padding: 0px 17px 0 16px;
    position: relative;
    text-align: left;
}
.company-detail-page .job-block{
    max-width: 383px;
}
.jobbg {
    height: 259px;
    /* background-image: url(../images/job-placeholder.jpg); */
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.jobcontent {
    background: #fff;
}

.jobcontent {
    background: #fff;
    color: #011728;
    padding: 1px 15px 20px;
    font-size: 14px;
    vertical-align: middle;
}

.jobcontent p a {
    font-size: 12px;
    font-weight: 400;
    color: #fc3f35;
    font-family: "open-sans", sans-serif;
    display: block;
}

.jobcontent p a:hover {
    color: #021464;
}

.job-title div {
    font-size: 12px;
    font-weight: 400;
    color: #fc3f35;
    font-family: "open-sans", sans-serif;
}

a.favourite.hover {
    position: absolute;
    top: 0;
    right: 0;
    background: #fc3f35;
    margin-top: 0;
    display: inline-block;
    text-align: center;
    vertical-align: center;
    font-size: 24px;
    padding: 8px 10px 8px 15px;
    text-align: center;
}

.job-title {
    display: inline-block;
    width: 78%;
    vertical-align: top;
}

.job-title h3 {
    height: 58px;
    margin-bottom: 5px;
    padding-right: 18px;
    overflow: hidden;
    position: relative;
}

.job-title h3,
.job-title h3 a {
    color: #011728;
    font: 24px/1.2 'Malva-ExtraBold';
    margin-top: 0;
}

.job-title h3 a:hover,
.job-title h3 a:focus {
    color: #021464;
}

.ellipsis {
    position: relative;
    /* word-break: break-all; */
}

.ellipsis:after {
    content: '...';
    position: absolute;
    top: 25px;
    right: -13px;
    background: #fff;
    height: 20px;
    width: 15px;
    padding-left: 1px;
    padding-bottom: 26px;
    font-size: 18px;
    line-height: 2;
}

.job-toplink a.ellipsis:after {
    top: 31px;
}

.job-desc .ellipsis:after {
    bottom: auto;
    top: 50px;
    right: 0px;
    line-height: 1.4;
}

.description-text.ellipsis:after {
    top: 39px;
}

.data-content {
    margin-bottom: 10px;
}

.jobdate {
    text-align: center;
    width: 22%;
    padding-left: 20px;
    font-family: 'Malva-ExtraBold';
    color: #fc3f35;
    display: inline-block;
    position: relative;
}

.footer-right h2 {
    margin-left: 105px;
}

.jobdate:before {
    position: absolute;
    content: "";
    width: 4px;
    left: 0;
    top: 0;
    height: 100%;
    background: #fc3f35;
}

.jobdate span {
    font-size: 10px;
    display: block;
    text-transform: uppercase;
}

.jobdate span.rss-item-pubDate-date {
    font-size: 26px;
    line-height: 0.9;
    padding-top: 4px;
}

.jobdate span.rss-item-pubDate-month {
    font-size: 18px;
    line-height: 0.9;
    text-transform: uppercase;
}

.jobdate span.rss-item-pubDate-full-year {
    display: none;
}

.job-block a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-top: 9px;
    display: block;
    width: 100%;
}
.job-block .jobbg a{
    margin-top: 0;
}
.job-fav a {
    height: auto;
    width: auto;
}
.job-block a:hover,
.savedJob .job-fav a {
    color: #021464;
}
.job-block .job-fav a:hover,
.job-block .job-fav a:focus{
    background-color:#db2e06;
}
.job-block .job-fav a:hover,
.notSavedJob .job-fav a:focus{
    color:#fff;
}

.job-block p a:hover,
.job-block p a:focus {
    color: #db2e06;
}

.job-block a i {
    margin-right: 5px;
    font-size: 20px;
}
.save-notification {
    position: absolute;
    background: rgba(245,0,0,0.6);
    padding: 14px;
    top: 0;
    left: 0;
    color: white;
    border-radius: 0;
    line-height: 1.5;
    min-width: 150px;
    font-size:14px;
}
#myJobsList .save-notification{
    left:20px;
}
.job-desc {
    height: 68px;
    overflow: hidden;
    font-weight: 600;
    line-height: 1.67;
    word-break: break-word;
}
.company-detail-page .job-desc{
    height: 86px;
}

.job-desc p {
    margin-bottom: 0;
}

.jobcontent-footer {
    background: #fc3f35;
    color: #fff;
    font-size: 12px;
    padding: 15px;
    overflow: hidden;
}
.company-detail-page .jobcontent-footer{
    padding: 18px 15px;
}

.jobcontent-footer .job-location {
    float: left;
}
.jobcontent-footer .job-location span{
    display: block;
}
.jobcontent-footer .job-location.fit{
    max-width: calc(100% - 68px);
}
.jobcontent-footer .job-location.fit .jobloc{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.jobcontent-footer .job-salary {
    float: right;
}

#myJobsList .slick-dots li button {
    border-radius: 50%;
    background: #f3f2ec;
}

#myJobsList .slick-dots li.slick-active button,
#myJobsList .slick-dots li button:hover,
#myJobsList .slick-dots li button:focus {
    background: #fc3f35;
}

#myJobsList .slick-dots li button:before,
#myJobsList .slick-dots li.slick-active button:before {
    opacity: 0;
    background: transparent;
}

#myJobsList {
    padding-bottom: 69px;
    overflow: visible;
    padding-top: 40px;
    text-align: center;
}

#myJobsList li {
    float: none;
    display: inline-block;
    min-height: auto;
}

#myJobsList .job-desc ul,
.bannerjob-list .job-desc ul,
.description-text ul {
    padding-left: 0;
}

#myJobsList .job-desc ul li,
.bannerjob-list .job-desc ul li,
.description-text ul li {
    position: relative;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

#myJobsList .job-desc ul li:before,
.bannerjob-list .job-desc ul li:before,
.description-text ul li:before {
    content: '\f111';
    font-family: fontawesome;
    position: absolute;
    left: 1px;
    font-size: 8px;
    top: 6px;
}

#myJobsList .slick-dots li button {
    width: 18px;
    height: 18px;
}

#myJobsList .slick-dots {
    bottom: 8px;
    display: none !important;
}

.slick-prev,
.slick-next {
    color: #fff;
    background: #fc3f35;
}

#myJobsList .slick-next,
.bannerjob-list .slick-next,
#myJobsList .slick-prev,
.bannerjob-list .slick-prev {
    z-index: 9999;
    top: -54px;
    height: 44px;
    width: 44px;
    border-radius: 0;
}

#myJobsList .slick-next,
.bannerjob-list .slick-next {
    right: 110px;
}

body [action="/top-jobs"] #myJobsList .slick-prev,
.bannerjob-list .slick-prev {
    right: 96%;
    margin-top: 35px;
}

body [action="/top-jobs"] #myJobsList .slick-next,
.bannerjob-list .slick-next {
    right: 91%;
    margin-top: 35px;
}

#myJobsList .slick-prev,
.bannerjob-list .slick-prev {
    left: auto;
    right: 170px;
}

#acpttxt p {
    margin-top: 10px;
}


/*
#myJobsList .slick-next:hover,
#myJobsList .slick-prev:hover,
#myJobsList .slick-next:focus,
#myJobsList .slick-prev:focus {
    background: #fff;
}
*/

#myJobsList .slick-next:hover:before,
#myJobsList .slick-prev:hover:before {
    color: #021464;
}

#myJobsList .slick-prev:before,
.bannerjob-list .slick-prev:before {
    content: "\f053";
    font-family: FontAwesome;
    opacity: 1;
}

#myJobsList .slick-next:before,
.bannerjob-list .slick-next:before {
    content: "\f054";
    font-family: FontAwesome;
    opacity: 1;
}


/*home job ends here*/


/*home news starts here*/

.homenewslist a {
    text-decoration: none;
}

.news-wrap {
    padding-top: 58px;
    margin-top: -58px;
    overflow: hidden;
}

.newsbg {
    width: 100%;
    height: 200px;
    background-image: url(../images/job-placeholder.jpg);
    background-color: #e2e1d9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 33px;
    margin-bottom: 10px;
    display: block;
}

.newsbg:hover,
.newsbg:focus {
    opacity: 0.7;
}

.news-desc p a {
    font-size: 10px;
    color: #1b9bae;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-family: 'Malva-ExtraBold';
}

.news-desc p a:hover,
.news-desc h3 a:hover,
.news-desc p a:focus,
.news-desc h3 a:focus {
    color: #24d4ee;
}

.news-desc p {
    margin-bottom: 3px;
}

.news-desc h3 a {
    font-size: 24px;
    font-family: 'Malva-ExtraBold';
    color: #021464;
    line-height: 1.25;
}

.news-cont {
    color: #011728;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.57;
}

.news-date {
    font-size: 10px;
    display: block;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
    color: #7b8287;
    display: none;
}

.homenewslist .slick-dots li button {
    border-radius: 50%;
    background: #e2e1d9;
}

.homenewslist .slick-dots li.slick-active button,
.homenewslist .slick-dots li button:hover {
    background: #24d4ee;
}

.homenewslist .slick-dots li button:before,
.homenewslist .slick-dots li.slick-active button:before {
    opacity: 0;
    background: transparent;
}

.homenewslist {
    padding-bottom: 60px;
    margin: 0 -15px 0;
    margin-top: 0
}
.homenewslist.slick-slider{
    margin-bottom: 0;
}
.homenewslist .slick-dots li button {
    width: 18px;
    height: 18px;
}

.newsblock {
    padding: 0 15px;
}
.categorynews-block{
    line-height: 0;
}
.categorynews-block .newsblock {
    padding: 0;
    line-height: initial;
}

.homenewslist .slick-next {
    top: -58px;
    right: 16px;
    z-index: 999;
    height: 44px;
    width: 44px;
    background: #24d4ee;
}

.homenewslist .slick-prev {
    left: auto;
    right: 76px;
    top: -58px;
    z-index: 999;
    height: 44px;
    width: 44px;
    background: #24d4ee;
}

.homenews-footer .homenewslist .slick-next {
    right: 16px;
}

.homenews-footer .homenewslist .slick-prev {
    right: 76px;
}

.homenewslist .slick-prev:before {
    content: "\f053";
    font-family: FontAwesome;
    opacity: 1;
}

.homenewslist .slick-next:before {
    content: "\f054";
    font-family: FontAwesome;
    opacity: 1;
}

.homenewslist .slick-next,
.homenewslist .slick-prev,
#myJobsList .slick-prev,
#myJobsList .slick-next {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    border-radius: 0;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.homenewslist .slick-next:after,
.homenewslist .slick-prev:after,
#myJobsList .slick-prev:after,
#myJobsList .slick-next:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1ebad1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    /*-webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;*/
}

#myJobsList .slick-prev:after,
#myJobsList .slick-next:after {
    background: #db2e06;
}

.homenewslist .slick-next:hover:after,
.homenewslist .slick-prev:hover:after,
#myJobsList .slick-prev:hover:after,
#myJobsList .slick-next:hover:after,
.homenewslist .slick-next:focus:after,
.homenewslist .slick-prev:focus:after,
#myJobsList .slick-prev:focus:after,
#myJobsList .slick-next:focus:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1) !important;
}

.homenewslist .slick-dots {
    bottom: 14px;
}


/*home news ends here*/

.site-search a {
    font-size: 26px;
    padding: 5px 30px 7px 30px;
    display: inline-block;
    border-left: 1px solid #909598;
    border-right: 1px solid #909598;
    color: #011728;
}

.site-search a:hover,
.site-search a:focus {
    color: #fee43d;
}

.site-search {
    margin-top: 11px;
}

.footer-select {
    width: 21.5%;
}

#footer-widget .col-md-2.footer-selectinput {
    width: 21%;
}

#footer-widget .col-md-2.form-group.widget-text {
    width: 13%;
}

.homenewslist .slick-next,
.homenewslist .slick-prev {
    top: -53px;
}


/*Media Queries Start*/


/*search widget csss*/

.sbSelector {
    height: 45px;
    line-height: 45px;
    color: #3a3e3f;
}

.sbHolder,
.search-widget .sbHolder {
    background: #f3f2ec;
    border: 0px;
    border-bottom: 5px solid #24D4EE;
    font-size: 16px;
    color: #3a3e3f;
    font-family: 'Malva-MediumItalic';
    height: 45px;
}

.search-widget .sbHolder {
    background: #fff;
}

#widget-search .sbHolder {
    font-size: 26px;
    height: 60px;
}

#widget-search .search-widget .sbHolder {
    border-bottom: none;
}

.sbHolder.disabled{
    position: relative;
    opacity: 0.5;
}
.sbHolder.disabled:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    top: 0;
    z-index: 10;
    cursor: not-allowed;
}

.sbHolder .sbSelector>a,
.search-widget .sbHolder .sbSelector>a,
#jxt-wrapper-bootstrap .sbHolder .sbSelector>a{
    color: #3a3e3f;
    padding: 0 87px 0 12px;
    display: block;
    text-decoration: none;
}

.search-widget .sbSelector,
#advanced_search-holder .sbSelector {
    height: 60px;
    left: 0;
    line-height: 60px;
}

.search-widget .sbOptions,
#advanced_search-holder .sbOptions,
.ctrlHolder .sbOptions {
    top: 65px !important;
    left: 0px;
    background: #fff;
    border: 0px;
}

#widget-search .sbSelector a:hover,
#widget-search .sbSelector a:focus, {
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.5) inset;
}
#widget-search input[type="text"]:focus,
#widget-search input.form-textbox[type="text"]:active {
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.5) inset, 0 5px 0 #021464;
}

#footer-widget .sbSelector a:hover,
#footer-widget .sbSelector a:focus,
#footer-widget input[type="text"]:focus,
#footer-widget input.form-textbox[type="text"]:active {
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.3);
}

.innerbanner-search .sbSelector a:hover,
.innerbanner-search .sbSelector a:focus,
.innerbanner-search input[type="text"]:hover,
.innerbanner-search input[type="text"]:focus,
.innerbanner-search input.form-textbox[type="text"]:active {
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.3);
}

.search-widget .sbOptions li {
    display: block !important;
}

.search-widget .sbOptions a,
.search-widget .sbOptions a:link,
.search-widget .sbOptions .sbOptions a:visited,
#advanced_search-holder .sbOptions a,
#advanced_search-holder .sbOptions a:link,
#advanced_search-holder .sbOptions a:visited,
.ctrlHolder .sbOptions a,
.ctrlHolder .sbOptions a:link,
.ctrlHolder .sbOptions a:visited {
    color: #3a3e3f;
    font-size: 18px;
    line-height: 1;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0px;
    display: block;
    white-space: normal;
    word-break: break-word;
}

.jxt-single-item {
    font-size: 16px;
    font-weight: 600;
}

.search-widget .sbOptions a:before {
    /*content: "";*/
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fc3f35;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.search-widget .sbOptions a:hover,
.search-widget .sbOptions a:focus,
.search-widget .sbOptions a.sbFocus,
#advanced_search-holder .sbOptions a:hover,
#advanced_search-holder .sbOptions a:focus,
#advanced_search-holder .sbOptions a.sbFocus,
.ctrlHolder .sbOptions a:hover,
.ctrlHolder .sbOptions a:focus,
#jxt-wrapper-bootstrap .sbOptions a:hover,
#jxt-wrapper-bootstrap .sbOptions a:focus{
    background: #fc3f35;
    color: #fff;
    text-decoration: none;
}

.search-widget .sbOptions a:hover:before,
.search-widget .sbOptions a:focus:before,
.search-widget .sbOptions a.sbFocus:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.sbOptions .sbGroup {
    border: none;
    padding: 7px 0 7px 12px;
    color: #021464;
}


/*footer search widget css*/

#footer-widget .search-widget .sbHolder {
    height: 45px;
    font-size: 20px;
    border-bottom: 5px solid #fee43d;
}

#footer-widget .search-widget .sbSelector {
    height: 45px;
    left: 0;
    line-height: 40px;
}

#footer-widget .search-widget .sbSelector:hover,
#footer-widget .search-widget .sbSelector:focus,
#footer-widget .search-widget .sbSelector a:focus,
#footer-widget input[type="text"]:hover,
#footer-widget input[type="text"]:focus {
    box-shadow: inset -1px 0px 5px 4px rgba(0, 0, 0, 0.2);
}

#footer-widget .search-widget .sbOptions a,
#footer-widget .search-widget .sbOptions a:link,
#footer-widget .search-widget .sbOptions .sbOptions a:visited {
    font-size: 16px;
}

#footer-widget .search-widget .sbOptions {
    top: 45px !important;
}

.sbHolder .sbSelector>a,
.search-widget .sbHolder .sbSelector>a {
    padding: 0 59px 1px 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 45px;
    height: 45px;
}
#widget-search .sbHolder .sbSelector>a{
    height: 60px;
    line-height: 65px;
}
span.GroupStatus-bar {
    display: none;
}

.site-login span a {
    font-size: 11px;
    font-family: 'Malva-ExtraBold';
    padding: 32px 22px;
    text-decoration: none;
    color: #fff;
    background: #fc3f35;
    margin-left: -4px;
    display: block;
    text-transform: uppercase;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-login span:nth-of-type(3) a {
    background: #000f65;
    padding: 32px 13px;
}

.site-login span a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #011728;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    /*-webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;*/
}


/*.site-login span:nth-of-type(3) a:before{
    background:#fc3f35;
}*/

.site-login span a:hover:before,
.site-login span a:focus:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.GroupStatus-dashboard .boardy-dropdown-toggle {
    padding-left: 2px;
    padding-right: 27px;
    max-width: 125px;
    height: 79px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.boardy-GroupStatus-withMenu:hover,
.boardy-GroupStatus-withMenu:focus,
.boardy-GroupStatus-withMenu:hover .boardy-dropdown-toggle,
.boardy-GroupStatus-withMenu:focus .boardy-dropdown-toggle,
.boardy-GroupStatus-withMenu:hover .GroupStatus-profilepic,
.boardy-GroupStatus-withMenu:focus .GroupStatus-profilepic {
    background: #011728;
}

#boardy-popshadow,
#boardy-popshadow-fav,
#boardy-popshadow-alert {
    background: rgba(3, 20, 100, 0.7);
    z-index: 99999;
}

.boardy-GroupStatus-btn {
    font-family: 'Malva-ExtraBold';
    font-size: 18px;
    background: #fb3f34;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.boardy-popclose,
.boardy-popclose-fav,
.boardy-popclose-alert {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fb3f36;
}

.boardy-favsearch-btn, .boardy-createalert-btn{
    border-bottom: 8px solid #333;
}

.boardy-GroupStatus-btn:before,
.boardy-popclose:after,
.boardy-popclose-fav:after,
.boardy-popclose-alert:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dc2f07;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.boardy-GroupStatus-btn:hover:before,
.boardy-popclose:hover:after,
.boardy-popclose-fav:hover:after,
.boardy-popclose-alert:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.boardy-GroupStatus-btn:hover,
.boardy-popclose:hover,
.boardy-popclose-fav:hover,
.boardy-popclose-alert:hover {
    color: #fff;
}

.boardy-poptitle h2 {
    font-family: 'Malva-Bold';
}

.right-wrap {
    width: 38%;
    display: inline-block;
    vertical-align: top;
    padding: 16px 0px 0 39px;
    text-align: left;
    line-height: 1;
    float: right;
}

.left-wrap {
    width: 62%;
    float: left;
    display: inline-block;
    position: relative;
    padding-right: 0;
}

.left-wrap .custom-date {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 37px;
    width: auto;
}

.profile-pic {
    width: 100%;
    height: 189px;
    line-height: 189px;
    overflow: hidden;
    background-image: url(../images/job-placeholder.jpg);
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 12px;
    text-align: center;
}
.profile-pic img{
    max-height: 100%;
}

.hasLogo {
    background: #fff;
}


/*section inner banner styling starts here*/

.innerbanner-search {
    background: #f3f2ec;
    position: relative;
}

.innersearch-sec {
    background: #011728;
    padding-top: 60px;
    display: none;
}

#aspnetForm[action*='news'] .innersearch-sec {
    display: block;
    background: #021464;
}

.advance-filter .innersearch-sec {
    display: block;
}

.advance-filter .inner-banner {
    display: none;
}

#aspnetForm[action*="advertiser-terms-and-conditions"] .innerbanner-search {
    display: none!important;
}

.inner-head {
    color: #fff;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Malva-ExtraBold';
    font-size: 20px;
    margin-top: -12px;
    display: block;
}

.inner-head span {
    padding: 7px 9px;
    display: inline-block;
    background: #fc3f35;
    font-size: 12px;
    font-family: "open sans", sans-serif;
    font-weight: 700;
}

.innerbanner-search input[type="text"] {
    padding: 17px 20px 12px;
    line-height: 1;
    height: 65px;
    border-radius: 0;
    font-size: 26px;
    color: #3a3e3f;
    font-family: 'Malva-MediumItalic';
    border: none;
    border-bottom: 5px solid #021464;
    outline: none;
    -webkit-appearance: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.innerbanner-search input::-webkit-input-placeholder {
    /* WebKit browsers */
    opacity: 1;
    color: #3a3e3f;
}

.innerbanner-search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    opacity: 1;
    color: #3a3e3f;
}

.innerbanner-search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    opacity: 1;
    color: #3a3e3f;
}

.innerbanner-search input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    opacity: 1;
    color: #3a3e3f;
}

.innerbanner-search .search-widget .sbHolder,
#advanced_search-holder .sbHolder {
    height: 45px;
    font-size: 20px;
    background: #f9f9f9;
    border: none;
    border-bottom: 5px solid #fc3f35;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.innerbanner-search .search-widget .sbSelector > a{
    line-height: 2.2;
}
.innerbanner-search .search-widget .sbHolder {
    background: #fff;
}

.innerbanner-search .search-widget .sbSelector,
#advanced_search-holder .sbSelector {
    height: 43px;
    left: 0;
    line-height: 43px;
    overflow: visible;
}

.innerbanner-search .search-widget .sbHolder:before,
#advanced_search-holder .sbHolder:before,
#divRoleID:before {
    height: 41px;
    width: 41px;
}

.innerbanner-search .search-widget .sbHolder .sbSelector>a,
#advanced_search-holder .sbHolder .sbSelector>a {
    padding-right: 40px;
}

.form-control {
    background-color: #f3f2ec;
    height: 45px;
    font: 16px/1.35 Malva-MediumItalic;
    border: none;
    border-bottom: 5px solid #24D4EE;
    text-indent: 3px;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.innerbanner-search input[type="text"],
#advanced_search-holder input[type="text"] {
    height: 45px;
    font-size: 20px;
    padding: 9px 15px 9px;
    background: #fff;
    text-indent: 3px;
    border: none;
    border-radius: 0;
    border-bottom: 5px solid #fc3f35;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    line-height: 1;
}

#advanced_search-holder .sbHolder,
#advanced_search-holder input[type="text"],
#divRoleID {
    background: #f3f2ec;
    border-bottom-color: #24D4EE;
    font-size: 16px;
    font-family: 'Malva-MediumItalic';
    text-transform: capitalize;
    position: relative;
}

.innerbanner-search #btn-widget-search {
    font-size: 16px;
    padding: 15px 14px 14px;
    margin-bottom: 5px;
    margin-top: 0;
}

.innerbanner-search .widget-text p {
    margin-right: 0;
    margin-top: -3px;
}

.innerbanner-search .form-group {
    margin-bottom: -2px;
}

.innerbanner-search .widget-text p a {
    color: #fc3f35;
    font-family: 'Malva-ExtraBold';
    font-size: 10px;
    text-decoration: none;
    display: block;
    clear: both;
}

.innerbanner-search .widget-text p a:hover,
.innerbanner-search .widget-text p a:focus {
    background: #fee43d;
    color: #011728;
}

.innerbanner-search .search-widget .sbOptions,
#advanced_search-holder .sbOptions,
.ctrlHolder .sbOptions {
    top: 45px !important;
    /* padding-top: 6px; */
    position: relative;
    z-index: 99999;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.banner-job {
    display: none;
}

.advance-filter .banner-job {
    display: block;
    margin-top: 0px;
}

.bannerjob-list {
    min-height: 200px;
    /*width: calc(100% + 30px);
    left: -15px;*/
}

.banner-job.no-results .banner-head,
.banner-job.no-results .count-slides,
.banner-job.no-results .bannerjob-list {
    display: none;
}

.bannerjob-list .jxt-error {
    padding: 5% 0;
}

.homenews-footer {
    display: none;
}

.advance-filter .home-news.homenews-footer {
    display: block;
    margin-top: 0;
    padding: 99px 0 85px;
}

.advance-filter .homenews-footer {
    display: block;
}

.advance-filter .home-news.homenews-footer .sec-btn {
    margin-left: 369px;
    top: 216px;
}

.home-news.homenews-footer .homenewslist {
    padding: 0 16px 44px;
    margin-bottom: 8px;
}

.home-news.homenews-footer .homenewslist {
    padding-left: 0;
    padding-right: 0;
}

.banner-head {
    color: #fff;
    font-size: 30px;
    font-family: 'Malva-ExtraBold';
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}

.banner-head span {
    background: #fc3f35;
    padding: 11px 16px 12px 13px;
    /* margin-left: 15px; */
    line-height: 0.75;
    display: inline-block;
}

.jobcounter {
    font-size: 55px;
    font-family: 'Malva-ExtraBold';
    color: #fff;
}

.jobcounter span {
    padding: 13px 10px 11px;
    background: #011728;
    line-height: 1.3;
}

.jobcounter span strong {
    font-weight: inherit;
}

.switch_options {
    display: none;
}

.job-navbtns .sorting-button {
    display: inline-block;
    margin-bottom: 18px;
    text-align: right;
    float: right !important;
}

/* Company search 
 * hide the pagination number
 * showing only the next and previous buttons
*/
#ctl00_ContentPlaceHolder1_ucCompanySearch_pnlSearchResult #tnt_pagination a{
    display: none;
}

#tnt_pagination a.pagination_previous,
#tnt_pagination a.pagination_next {
    display: none;
}

#tnt_pagination {
    text-align: center;
    margin-top: 70px;
    clear: both;
    line-height: 40px;
}

#tnt_pagination a.search-previous-button,
#tnt_pagination a.search-next-button,
#ctl00_ContentPlaceHolder1_ucCompanySearch_pnlSearchResult #tnt_pagination a:first-child,
#ctl00_ContentPlaceHolder1_ucCompanySearch_pnlSearchResult #tnt_pagination a:last-child {
    display: inline-block!important;
    font-size: 0;
    position: relative;
    background: #011728;
    margin-right: 10px;
}

#tnt_pagination a {
    font-size: 22px;
    font-family: 'Malva-ExtraBold';
    text-decoration: none;
    height: 45px;
    width: 45px;
    vertical-align: top;
    text-align: center;
    line-height: 45px;
    background: #fc3f35;
    color: #fff;
    padding: 0;
    border: 0px;
}

#tnt_pagination a {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#tnt_pagination a.disabled_tnt_pagination{
    cursor: not-allowed;
    opacity: 0.3;
}
#tnt_pagination a:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #db2e06;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


#aspnetForm[action*="./advertiserjobtemplatelogo.aspx"] #tnt_pagination a{
    font-size: 18px;
    display:inline-block;
}
#aspnetForm[action*="./advertiserjobtemplatelogo.aspx"] #tnt_pagination a:before{
    display: none;
}
#tnt_pagination a.active:after,
#tnt_pagination a.active,
 {
    background: #fdb2ad;
}
#tnt_pagination a.active_tnt_link{
    background: #011728;
}
#tnt_pagination a.active_tnt_link:after{
    display: none;
}

#tnt_pagination a:hover:after,
#tnt_pagination a:focus:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#tnt_pagination a.search-previous-button:before,
#ctl00_ContentPlaceHolder1_ucCompanySearch_pnlSearchResult #tnt_pagination a:first-child:before {
    position: absolute;
    content: "\f053";
    left: 0;
    top: 50%;
    text-align: center;
    font-family: Fontawesome;
    color: #fff;
    font-size: 22px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    width: 100%;
}

#tnt_pagination a.search-next-button:before,
#ctl00_ContentPlaceHolder1_ucCompanySearch_pnlSearchResult #tnt_pagination a:last-child:before {
    position: absolute;
    content: "\f054";
    left: 0;
    top: 50%;
    text-align: center;
    font-family: Fontawesome;
    color: #fff;
    font-size: 22px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    width: 100%;
}

#tnt_pagination a.search-previous-button:after,
#tnt_pagination a.search-next-button:after,
#ctl00_ContentPlaceHolder1_ucCompanySearch_pnlSearchResult #tnt_pagination a:first-child:after,
#ctl00_ContentPlaceHolder1_ucCompanySearch_pnlSearchResult #tnt_pagination a:last-child:after {
    background: #3d4f5d;
}

.banner-job .container {
    padding: 0;
}

.jobcounter {
    margin: 45px 0 25px;
    /*padding-left: 15px;*/
}

.job-breadcrumbs a {
    font-size: 12px;
    font-weight: 600;
    color: #fc3f35;
}

.job-toplink a {
    font-size: 26px;
    color: #011728;
    font-family: 'Malva-ExtraBold';
    line-height: 1.2;
    display: block;
}

.job-rightlinks {
    display: none;
}

.custom-date {
    width: 11%;
    float: right;
    text-align: center;
    padding-left: 12px;
    border-left: 5px solid #fc3f35;
    font-size: 10px;
    font-family: 'Malva-ExtraBold';
    color: #fc3f35;
    text-transform: uppercase;
    margin-top: 7px;
}

.custom-day {
    font-size: 26px;
    display: block;
    line-height: 1;
}

.custom-month {
    font-size: 18px;
    display: block;
    line-height: 1;
}

.description-holder .description-text {
    color: #011728;
    font-size: 14px;
    font-family: "open sans", sans-serif;
    font-weight: 600;
}


/* .description-text ul {
    padding-left: 15px;
} */

.description-text ul li {
    position: relative;
    list-style-type: none;
    margin-bottom: 3px;
}


/* .description-text ul li:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #011728;
    left: -10px;
    top: 8px;
} */

.job-breadcrumbs {
    color: #fc3f35;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-top: 10px;
    width: calc(100% - 75px);
}

.foot-wrap a {
    display: inline-block;
    padding: 6px 32px 6px 38px;
    font-size: 12px;
    color: #fc3f35;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    background: #f3f2ec;
    position: relative;
    margin-right: 21px;
}

.foot-wrap {
    font-size: 12px;
    font-weight: 600;
    color: #011728;
    font-family: "open sans", sans-serif;
    margin-bottom: 10px;
    margin-top: 11px;
}

.foot-wrap a:before {
    position: absolute;
    content: "\f004";
    color: #fff;
    background: red;
    left: 0;
    top: 0;
    font-family: Fontawesome;
    padding: 6px 8px;
}

.foot-wrap span.jxt-result-worktype {
    position: relative;
    margin-right: 18px;
}

.foot-wrap span.jxt-result-worktype:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 10px;
    top: 4px;
    right: -11px;
    background: #011728;
}

.foot-wrap span.jxt-result-worktype.no-sep:before {
    display: none;
}

span.jxt-result-loc {
    font-size: 12px;
    font-weight: 600;
    font-family: "open sans", sans-serif;
    color: #011728;
}

.nameofcompany {
    font-size: 14px;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
    font-family: "open sans", sans-serif;
    color: #fc3f35;
}

.jxt-salary-to {
    font-family: 'Malva-Medium';
}

li#AdvancedSearchFilter_PnlSalary {
   padding-bottom: 0px;
}

#AdvancedSearchFilter_PnlSalary .sbHolder {
    font-family: 'Malva-MediumItalic';
    color: #3a3e3f;
    border: 0px;
    background: #f3f2ec;
    height: 45px;
    line-height: 40px;
    border-bottom: 5px solid #fc3f35;
}

#side-drop-menu li#AdvancedSearchFilter_PnlSalary .sbHolder a {
    font-family: 'Malva-MediumItalic';
    color: #3a3e3f;
    border: 0px;
    font-weight: 400;
    line-height: 2;
    padding: 5px;
}

#side-drop-menu ul.sbOptions {
    background: inherit;
    border: 0px;
    left: 0px;
    top: 40px !important;
    z-index: 9999;
}

#side-drop-menu li ul.sbOptions li a {
    padding-left: 10px;
}

#side-drop-menu li#AdvancedSearchFilter_PnlSalary .sbHolder .sbOptions li a:hover,
#side-drop-menu li#AdvancedSearchFilter_PnlSalary .sbHolder .sbOptions li a:focus {
    color: #fff;
    background: #fb3f34
}

.jxt-salary-type {
    padding: 0;
    margin: 6px 0px 18px;
}

.jxt-salary-bands,
.jxt-salary-submit {
    padding: 0;
}

#AdvancedSearchFilter_PnlSalary .sbHolder:before {
    display: inline-block;
    content: "";
    color: #333;
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    position: absolute;
    right: 1.7em;
    top: .65em;
    text-decoration: inherit;
    background: #011728;
    height: 41px;
    top: 0px;
    right: 0px;
    width: 41px;
    background-image: url(../images/dropdown--arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#aspnetForm input::-webkit-input-placeholder,
.jxt-salary-input input::-webkit-input-placeholder,
#search-salary input::-webkit-input-placeholder {
    /* WebKit browsers */
    opacity: 1;
    color: #3a3e3f;
}

#aspnetForm input:-moz-placeholder,
.jxt-salary-input input:-moz-placeholder,
#search-salary input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    opacity: 1;
    color: #3a3e3f;
}

#aspnetForm input::-moz-placeholder,
.jxt-salary-input input::-moz-placeholder,
#search-salary input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    opacity: 1;
    color: #3a3e3f;
}

#aspnetForm input:-ms-input-placeholder,
.jxt-salary-input input:-ms-input-placeholder,
#search-salary input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    opacity: 1;
    color: #3a3e3f;
}

.jxt-salary-bands .jxt-salary-min input,
.jxt-salary-bands .jxt-salary-max input {
    background: #f3f2ec;
    height: 45px;
    border: 0px;
    border-radius: 0;
    border-bottom: 5px solid #fc3f35;
    font-family: 'Malva-MediumItalic';
    color: #3a3e3f;
    padding-left: 28px;
}

.jxt-salary-bands {
    font-family: 'Malva-MediumItalic';
    color: #3a3e3f;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.jxt-salary-currency {
    top: 47%;
    left: 11px;
}

.jxt-salary-submit input[type=submit] {
    border-radius: 0;
    border-color: #fc3f35 !important;
    font-family: 'Malva-Bold';
    font-size: 14px;
    height: auto !important;
    letter-spacing: 0px;
    padding: 4px 20px 3px 15px;
}

.jxt-salary-submit input[type=submit]:hover,
.jxt-salary-submit input[type=submit]:focus,
.jxt-salary-submit input[type=submit]:active {
    background: #db2e06 !important;
    border-color: #db2e06 !important;
}

.sorting-button a.btn.btn-default {
    display: none;
}

.sorting-button .sbHolder {
    display: inline-block;
    width: 160px !important;
    background: transparent;
    border: 0px;
    text-align: right;
    height: 30px;
}

.sorting-button .sbHolder:before {
    position: absolute;
    content: "\f078";
    background: none;
    color: #fc3f35;
    right: 0;
    top: 10px;
    font-family: Fontawesome;
    line-height: 1;
    width: auto;
    height: auto;
    z-index: -1;
}

.sorting-button .sbToggle {
    display: none;
}

.sorting-button .sbSelector a,
.sorting-button .sbOptions a {
    border: 0px !important;
    color: #fc3f35;
    font: 600 14px/2 "open sans", sans-serif;
    padding: 5px 22px 5px 5px;
}

.sorting-button .sbOptions {
    background: #fff;
    border: 0px;
}

.sorting-button .sbOptions a {
    font-size: 14px;
    font-weight: 600;
    font-family: "open sans", sans-serif;
    color: #fc3f35
}

.sorting-button a:hover,
.sorting-button a:focus,
.sorting-button .sbOptions a:hover,
.sorting-button .sbOptions a:focus {
    background: transparent;
    color: #db2e06;
}

.sorting-button .sbOptions li a:first-child,
.sorting-button .sbOptions li span {
    padding-left: 15px;
    padding-right: 15px;
}

.sorting-button .sbOptions li a:hover,
.sorting-button .sbOptions li a:focus {
    color: #db2e06;
}

.sorting-button .sbOptions .sbDisabled {
    border: 0px;
    color: #db2e06;
    font-size: 14px;
    font-weight: 600;
    font-family: "open sans", sans-serif;
    padding-left: 20px;
    opacity: 0.5;
}

.select-title {
    position: absolute;
    float: right;
    display: block;
    right: 153px;
    bottom: -55px;
    font-size: 14px;
    font-weight: 600;
    font-family: "open sans", sans-serif;
}

.job-navbtns {
    position: relative;
}

.bannerjob-list .jobbg {
    width: 49.35%;
    display: inline-block;
    float: left;
    vertical-align: middle;
    height: 260px;
    background: #fff;
    /*background-color: #595c5e*/
}   

.job-block .imgwrap {
    margin: 0;
    text-align: center;
    line-height: 260px;
    height: 260px;
    overflow: hidden;
}

.imgwrap img {
    display: inline-block;
    margin: 0;
    max-height: 260px;
    position: relative;
    top:-1px;
}

.bannerjob-list .jobcontent-footer {
    padding: 12px 18px 12px 25px;
    overflow: visible;
    margin-left: -20px;
    margin-right: -20px;
}

.bannerjob-list .jobcontent-footer:after {
    content: "";
    display: table;
    clear: both;
}

.bannerjob-list .jobcontent {
    width: 50.6%;
    display: inline-block;
    padding: 3px 20px 0px;
}

.bannerjob-list .job-block {
    border: 15px solid #021464;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.bannerjob-list .job-title {
    min-height: 78px;
}

.bannerjob-list .job-desc {
    min-height: 70px;
    margin-bottom: 10px;
}

.bannerjob-list .slick-next {
    right: 0;
}

.bannerjob-list .slick-prev {
    right: 54px;
}

.bannerjob-list .slick-next,
.bannerjob-list .slick-prev {
    top: -91px;
    background: #000f66;
}

.bannerjob-list .slick-next,
.bannerjob-list .slick-prev {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bannerjob-list .slick-next:after,
.bannerjob-list .slick-prev:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #011728;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.bannerjob-list .slick-next:hover:after,
.bannerjob-list .slick-prev:hover:after,
.bannerjob-list .slick-next:focus:after,
.bannerjob-list .slick-prev:focus:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.job-foot {
    DISPLAY: NONE;
}


/*section inner banner styling ends here*/


/*leftnavigation job starts here */

.search-query .red-remove {
    float: left;
}

.search-query .red-remove a {
    font-size: 0;
    float: left;
}

.search-query .red-remove a:before {
    position: absolute;
    content: "\f00d";
    background: #fc3f35;
    color: #fff;
    left: 0;
    top: 20px;
    font-family: Fontawesome;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    padding: 8px 13px 7px 14px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

#wrapper .search-query>p {
    cursor: auto;
    border: 0;
    padding: 0;
    padding-left: 50px;
    margin: 13px 0 15px;
    font-size: 20px;
    color: #3a3e3f;
    font-family: 'Malva-Medium';
    word-break: break-word;
    position: relative;
    padding-top: 16px;
}

.search-query>h3 {
    display: block;
    position: absolute;
    left: 51px;
    margin-top: 2px;
    font: 400 11px/1 "Open sans", sans-serif;
    color: #fc3f35;
}

.button.rss-feed-button {
    display: none;
}

div#jobsearch-top {
    display: none;
}

.side-left-header {
    display: none;
    font-family: 'Malva-ExtraBold';
    font-size: 22px;
    color: #011728;
    margin-bottom: 19px;
    /* margin-top: 21px; */
}

#ctl00_ContentPlaceHolderLeftNav_pnlJobSearchFilter .side-left-header {
    display: block;
}

h3.MemberFullRegisterHeader,
label[for="ddlSubClassification"],
#ddlSubClassification,
label[for="ddlSubClassification"] + div {
    display: none!important;
}

label[for*="ddlClassification"] {
    position: relative;
}

label[for*="ddlClassification"]:after {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 10;
    content: 'Industry';
    left: 0;
    top: 0;
}


/*leftnavigation job ends here */


/*leftnavigation  starts here*/

.ad-sec {
    max-width: 300px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#side-left .ad-sec {
    margin-left: 0;
}

#aspnetForm[action*="404.aspx"] .ad-sec,
#aspnetForm[action*="404.aspx"] .widget-block,
#aspnetForm[action*="404.aspx"] .leftnavigate,
body.under-construction .leftnavigate,
body.personality-test .leftnavigate,
#aspnetForm[action*="companysearch"] .ad-sec,
#aspnetForm[action*="companysearch"] .widget-block,
#aspnetForm[action*="companysearch"] .leftnavigate,
#aspnetForm[action*="./?advertiserid="] .ad-sec,
#aspnetForm[action*="./?advertiserid="] .widget-block,
#aspnetForm[action*="./?advertiserid="] .leftnavigate {
    display: none!important;
}

body [action*="/personality-"] #dynamic-container {
    background-color: #021464;
}
body [action*="/personality-"] #dynamic-container div{
    min-height: 500px;
}
@media (max-width:1024px){
    body [action*="/personality-"] #wrapper {
        min-height: 100%;
        height: auto!important;
    }
    body [action*="/personality-"] #weirdly-iframe{
        height: 830px;
    }
}
@media (max-width:767px){
    
    body [action*="/personality-"] #weirdly-iframe{
        height: 720px;
        min-height: 100%;
    }
    body [action*="/personality-"] #prefix_footer-container{
        height: 1040px;
    }
}

.ad-block {
    width: 100%;
    max-width: 300px;
    background: #fff;
    height: 250px;
    margin-bottom: 68px;
    line-height: 0;
}

.ad-sec .ad-block {
    margin-bottom: 0;
}

.ad-sec h4 {
    font-size: 10px;
    color: #fff;
    background: #fc3f35;
    display: inline-block;
    margin-bottom: 0px;
    float: right;
    margin-top: -21px;
    font-weight: 900;
    font-family: "open sans", sans-serif;
    padding: 5px 9px 5px 8px;
}

.carrer-left {
    margin-bottom: 72px;
    margin-left: -15px;
    margin-right: -15px;
}

.carrer-left:after {
    content: '';
    clear: both;
    display: table;
}

.carrer-left ul {
    padding-top: 20px;
}

li#AdvancedSearchFilter_PnlCompany {
    display: none;
}

#job-side-column .leftnavigate {
    display: none;
}

body[class*="member/"] #footer .leftnavigate,
body[class*="advertiser/"] #footer .leftnavigate {
    display: none!important;
}

.advance-filter #side-left .leftnavigate {
    display: block;
    max-width: 100%;
    padding-right: 15px;
}

li#AdvancedSearchFilter_PnlClassification ul{
    max-height: 230px;
    overflow: auto;
}
li#AdvancedSearchFilter_PnlClassification ul::-webkit-scrollbar {
    -webkit-appearance: none;
}
li#AdvancedSearchFilter_PnlClassification ul::-webkit-scrollbar:vertical {
    width: 12px;
}
li#AdvancedSearchFilter_PnlClassification ul::-webkit-scrollbar:horizontal {
    height: 12px;
}
li#AdvancedSearchFilter_PnlClassification ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}
li#AdvancedSearchFilter_PnlClassification ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}
li#AdvancedSearchFilter_PnlLocation ul{
    max-height: 230px;
    overflow: auto;
}
li#AdvancedSearchFilter_PnlLocation ul::-webkit-scrollbar {
    -webkit-appearance: none;
}
li#AdvancedSearchFilter_PnlLocation ul::-webkit-scrollbar:vertical {
    width: 12px;
}
li#AdvancedSearchFilter_PnlLocation ul::-webkit-scrollbar:horizontal {
    height: 12px;
}
li#AdvancedSearchFilter_PnlLocation ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}
li#AdvancedSearchFilter_PnlLocation ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}
.jobtype-search a {
    padding: 0;
    display: inline-block;
    border: 0px !important;
    position: relative;
    text-transform: none;
    font-size: 14pt;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #fc3f35;
    padding-left: 25px;
}

.favourite-search-button {
    padding-bottom: 12px;
}

.jobtype-search a:hover,
.jobtype-search a:focus,
.jobtype-search a:active {
    color: #db2e06;
    background: transparent;
}

.favourite-search-button a:before {
    position: absolute;
    content: "\f004";
    left: 0;
    top: 0;
    color: #fc3f35;
    font-family: FontAwesome;
    width: 12px;
    height: 10px;
}

.create-alert-button a:before {
    position: absolute;
    content: "\f0f3";
    left: 0;
    top: 0;
    color: #fc3f35;
    font-family: FontAwesome;
    width: 12px;
    height: 10px;
}

.left-head {
    color: #fff;
    font-family: 'Malva-ExtraBold';
    font-size: 30px;
    margin: 30px 0 30px 0;
    line-height: 30pt;
}

.left-head span {
    background: #fc3f35;
    padding: 8px 15px;
}

#side-drop-menu li a {
    color: #fc3f35;
    font-size: 22px;
    font-family: 'Malva-ExtraBold';
    text-transform: uppercase;
    border: 0px;
    padding: 10px 0 5px;
    position: relative;
}

#side-drop-menu li {
    margin-bottom: 4px;
}

#side-drop-menu li ul li a {
    font-size: 16px;
    color: #3a3e3f;
    font-weight: 600;
    font-family: "open sans", sans-serif;
    text-transform: capitalize;
    border: 0px;
    line-height: 1.3;
}

#side-drop-menu li a:last-child {
    font-size: 16px;
    text-transform: capitalize;
    font-family: "open sans", sans-serif;
    font-weight: 600;
    padding: 3px 0;
}

#side-drop-menu li a:last-child:hover,
.leftnavigate ul li:last-child a:hover,
#side-drop-menu li a:last-child:focus,
.leftnavigate ul li:last-child a:focus {
    color: #db2e06;
}

.leftnavigate h3 {
    font-size: 22px;
    font-family: 'Malva-ExtraBold';
    color: #fc3f35;
}

.leftnavigate ul {
    padding-left: 0;
}

.leftnavigate ul li {
    display: block;
    list-style-type: none;
    margin-bottom: 9px;
}

.leftnavigate ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #3a3e3f;
    font-weight: 600;
    font-family: "open sans", sans-serif;
    text-transform: capitalize;
    border: 0px;
    line-height: 1.3;
    position: relative;
}

.leftnavigate ul li a:hover,
#side-drop-menu li ul li a:hover,
.leftnavigate ul li a:focus,
#side-drop-menu li ul li a:focus {
    color: #fc3f35;
}

.leftnavigate ul li a span:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    left: 9px;
    background-image: url(../images/personality-profiles-hover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    TOP: 50%;
    TRANSFORM: TRANSLATE(0, -50%);
    -webkit-TRANSFORM: TRANSLATE(0, -50%);
    -moz-TRANSFORM: TRANSLATE(0, -50%);
    -ms-TRANSFORM: TRANSLATE(0, -50%);
    -o-TRANSFORM: TRANSLATE(0, -50%);
}

.leftnavigate ul li:nth-of-type(2) a span:before {
    background-image: url(../images/dollar.png);
}

.leftnavigate ul li:nth-of-type(3) a span:before {
    background-image: url(../images/career-advice-hover.png);
}

.leftnavigate ul li:nth-of-type(4) a span:before {
    background-image: url(../images/profile.png);
}

.leftnavigate ul li:nth-of-type(5) a span:before {
    background-image: url(../images/job-alert.png);
}

.left-head span {
    background: #fc3f35;
    padding: 7px 9px 6px 11px;
    text-transform: uppercase;
}

.leftnavigate .left-head {
    font-size: 30px;
}

.leftnavigate a {
    text-decoration: none;
}

.companies {
    margin-bottom: 74px;
    padding-top: 27px;
}

.leftnavigate .carrer-left ul li a {
    font-size: 24px;
    font-family: 'Malva-ExtraBold';
    color: #021464;
    padding-left: 65px;
    position: relative;
    display: block;
    margin-bottom: 21px;
    text-transform: inherit;
    line-height: 1.6;
    font-weight: 400;
    text-transform: capitalize;
}

.leftnavigate .carrer-left ul li a:hover,
.leftnavigate .carrer-left ul li a:focus {
    color: #24d4ee;
}

.leftnavigate ul li a span {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    background: #fc3f35;
}

.left-industry {
    margin-top: 15px;
    padding-right: 3px;
}

.full-width-container #footer .industry-sec,
body.news-result-page #footer .industry-sec {
    display: none;
}
.jxt-news-filter-dropdown{
    max-height: none;
}
.industry-sec .left-head {
    margin-bottom: 19px;
}
.industry-sec .left-head a{
    color:#fff;
}
.industry-sec .left-head a:hover span,
.industry-sec .left-head a:focus span{
    background-color: #011728;
}

.industry-sec {
    margin-bottom: 40px;
    margin-top: 30px;
}

.industry-sec:after {
    content: '';
    display: table;
}

.left-industrylist {
    padding-bottom: 18px;
    border-bottom: 1px solid #909598;
    margin-bottom: 22px;
}
.left-industrylist h3 a:after{
    position: static;
}

.industry-sec .left-head span {
    background: #021464;
}

.leftnavigate .left-industry h3 {
    margin-bottom: 7px;
}


/*left navigation ends here*/

.heading-top a {
    color: #fff;
}

.heading-top a span {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.heading-top a span:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #011728;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.heading-top a:hover span:before,
.heading-top a:focus span:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 320px;
    overflow: auto;
}


/*innerbanner inner page style starts here*/

.inner-banner {
    background-image: url(../images/about-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 410px;
    position: relative;
    overflow: hidden;
}

.system-banner {
    height: auto;
    background: #021464;
    background-image: none;
    background-color: #021464;
    color: #fff;
    bottom: 0px;
}

.system-banner h1 {
    font-size: 55px;
    margin: 55px 0 0 120px;
}

.system-banner h1 span {
    background: #24D4EE;
    color: #021464;
    padding: 13px 15px 7px;
    line-height: 1.3;
}

.inner-banner span.subtitle {
    font: 24px/1.2 'Malva-ExtraBold';
    position: relative;
}

.news-result-page .subtitle {
    margin-left: -123px;
}

.full-width-container #dynamic-container.container,
.full-width-container #content-container.container {
    width: 100%;
    padding: 0;
}

.full-width-container #dynamic-container.container #dynamic-content {
    padding: 0;
}

.dynamic-content-holder h2.heading-top {
    color: #fff;
    left: 0;
}

.banner-top {
    position: absolute;
    top: 52%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.banner-top h3 {
    font-size: 30px;
    color: #fff;
    font-family: 'Malva-ExtraBold';
    text-transform: uppercase;
    position: relative;
    z-index: 99;
}

.banner-top h3 span {
    background: #fc3f35;
    padding: 5px 15px 5px 10px;
}

.banner-top h1 {
    font-size: 55px;
    font-family: 'Malva-ExtraBold';
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    padding-left: 67px;
    position: relative;
    z-index: 9;
    margin-bottom: -8px;
    margin-top: -11px;
    display: block;
    background: transparent;
}

.banner-top h1 span {
    padding: 15px 19px 8px 12px;
    line-height: 1.4;
    color: #fff;
}

.banner-top h1 span:first-child {
    padding-top: 11px;
}

.banner-top .banner-desc {
    display: inline-block;
    background: #fff;
    padding: 36px 31px 20px;
    color: #021464;
    font-size: 16px;
    font-family: 'Malva-ExtraBold';
    font-weight: 400;
    margin-left: 115px;
    margin-top: -5px;
    line-height: 1.5;
}

.banner-top .banner-desc a {
    color: #fc3f35;
}

.banner-top .banner-desc a:hover,
.banner-top .banner-desc a:focus,
.banner-top .banner-desc a:active {
    color: #021464;
}


/*innerbanner inner page style  ends here*/


/*careerhub page starts here*/

.left-industrylist.team-animate {
    display: none;
}

label#ctl00_ContentPlaceHolder1_lbUsername,
input#ctl00_ContentPlaceHolder1_txtUsername {
    display: none;
}

.career-newstop span {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Malva-ExtraBold';
    color: #fff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.career-newstop span:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #011728;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.topred-head {
    font-size: 30px;
    background: #fc3f35;
    color: #fff;
    position: relative;
    z-index: 9;
    padding: 8px 10px 4px;
}

.top-bluehead {
    font-size: 55px;
    background: #021464;
    padding: 14px 28px 8px 15px;
}

.career-newstop span.topred-head:before {
    background: #db2e06;
}

.career-newstop a:hover span:before,
.career-newstop a:focus span:before,
.career-newstop a:active span:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.career-news .top-bluehead {
    padding: 14px 28px 16px 15px;
}

.categorynews-block .newsbg {
    height: auto;
    margin-bottom: 17px;
    margin-top: 53px;
}

.innernews-wrap {
    margin-bottom: 85px;
}

.innerpage-news {
    padding: 47px 0 84px;
}

.innernews-wrap .btn-primary {
    background: #24d4ee;
    border-color: #24d4ee;
    padding: 12px 28px;
}

.innernews-wrap .btn-primary:hover {
    border-color: #1ebad1;
}

.innernews-wrap .sec-btn {
    margin-left: 344px;
    top: 118px;
}

.innernews-wrap .btn-primary:before {
    background: #1ebad1;
    border-color: #1ebad1;
}

.catwrap-right .load-more {
    color: #021464;
    font-size: 18px;
    font-family: 'Malva-ExtraBold';
    float: right;
    text-align: right;
    text-transform: uppercase;
    margin-top: 7px;
}

.catwrap-right .load-more span {
    background: #24d4ee;
    line-height: 1.4;
    padding: 8px 13px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.9;
}

.catwrap-right .load-more span:before {
    content: "";
    position: absolute;
    /*   z-index: -1;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1ebad1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.catwrap-right .load-more:hover span:before,
.catwrap-right .load-more:focus span:before,
.catwrap-right .load-more:active span:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.catwrap-right .load-more strong {
    z-index: 999;
    font-weight: 400;
    position: relative;
}

.career-news .sec-btn {
    margin-left: 355px;
    top: 91px;
}

.home-news.career-news .news-wrap {
    padding-top: 60px;
}

.catwrap-right ul {
    padding: 0;
    margin-bottom: 73px;
}

.home-news.career-news .homenewslist .slick-next,
.home-news.career-news .homenewslist .slick-prev {
    top: -58px;
    border-radius: 0;
}

.catwrap-right .ad-block {
    margin-bottom: 19px;
    height: 250px;
}

.catwrap-right ul li {
    display: block;
    list-style-type: none;
    text-align: right;
    margin-bottom: 10px;
}

.catwrap-right ul li a {
    font-size: 12px;
    font-family: 'Malva-ExtraBold';
    color: #021464;
    padding-right: 45px;
    position: relative;
    display: block;
    text-transform: inherit;
    line-height: 1.6;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 34px;
}

.catwrap-right ul li a:hover,
.catwrap-right ul li a:focus,
.catwrap-right ul li a:active,
.widget-careerTool li a:hover,
.widget-careerTool li a:focus {
    color: #24d4ee;
}

.catwrap-right ul li a span,
.widget-careerTool li a span {
    width: 33px;
    height: 34px;
    position: absolute;
    right: 0;
    background: red;
    overflow: hidden;
    text-indent: 10em;
}

.catwrap-right ul li a span:before,
.widget-careerTool li a span:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    left: 5px;
    background-image: url(../images/personality-profiles-hover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    TOP: 50%;
    TRANSFORM: TRANSLATE(0, -50%);
    -webkit-TRANSFORM: TRANSLATE(0, -50%);
    -moz-TRANSFORM: TRANSLATE(0, -50%);
    -ms-TRANSFORM: TRANSLATE(0, -50%);
    -o-TRANSFORM: TRANSLATE(0, -50%);
}

.catwrap-right ul li:nth-of-type(2) a span:before,
.widget-careerTool li:nth-of-type(2) a span:before {
    background-image: url(../images/dollar.png);
}

.catwrap-right {
    padding-top: 76px;
}

section.home-news.career-news {
    padding: 46px 0 9px;
}

.home-news.career-news .homenewslist .slick-dots {
    bottom: 39px;
}

.career-news .news-date {
    margin-bottom: 20px;
}


/*career hub page ends here*/


/* @Start of News page */

.jxt-news-rss,
.jxt-news-item-meta-data .jxt-news-item-post-type,
.jxt-news-item-meta-data .jxt-news-item-date-modified,
.jxt-news-item-meta-data .jxt-news-item-author,
.jxt-news-item-category dt,
.jxt-news-item-date-published dt,
#jxt-news-filter-keywords-heading {
    display: none;
}

.news-result-page .jxt-news-item {
    clear: none;
    float: left;
    width: 50%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-result-page .jxt-news-item:nth-of-type(odd) {
    clear: both;
    padding-left: 0;
    padding-right: 15px;
}

.jxt-news-item-image {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 8px;
}

.jxt-news-item-category {
    margin-bottom: 5px;
}

.jxt-news-item-category a {
    font-size: 10px;
    font-family: 'Malva-ExtraBold';
    color: #1B9BAE;
    text-transform: uppercase;
}

.jxt-news-item-title {
    margin-bottom: 7px;
}

.jxt-news-item-title,
.jxt-news-item-title a {
    color: #021464;
    font: 24px/1.3 'Malva-ExtraBold';
}

.jxt-news-item-meta-data dl {
    display: block;
}

.jxt-news-item-date-published,
.jxt-news-item-author {
    color: #7B8287;
    font-size: 10px;
    clear: both;
    margin-bottom: 0;
}

.jxt-news-item-author dt,
.jxt-news-item-author dd {
    font-weight: normal;
    display: inline;
}

.jxt-news-item-excerpt {
    float: none;
    font-weight: 600;
    padding-bottom: 30px;
    margin: 10px 0 0px;
}

.jxt-has-image .jxt-news-item-title,
.jxt-has-image .jxt-news-item-excerpt {
    width: 100%;
}

h1.jxt-news-item-title {
    font-size: 55px;
    line-height: 1.1;
    margin-bottom: 0;
}

.jxt-news-pagination {
    margin-left: 0;
    margin-bottom: 60px;
    text-align: center;
}

.jxt-news-pagination a,
span.jxt-news-ellipsis {
    background: #24D4EE;
    color: #021464;
    border: none;
    border-radius: 0;
    height: 45px;
    width: 45px;
    margin: 5px;
    padding: 0;
    font: 22px/48px 'Malva-ExtraBold';
}

.pagination>li>a, .pagination>li>span{
    background: #24D4EE;
    color: #021464;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus,
.pagination>li>a:hover, .pagination>li>a:focus{
    opacity: 0.4;
    background: #24D4EE;
    color: #021464;
}


span.jxt-news-ellipsis {
    display: inline-block;
}

.jxt-news-pagination a:hover,
.jxt-news-pagination a:focus,
.jxt-news-pagination li.active a {
    opacity: 0.4;
    background: #24D4EE;
    color: #021464;
}

.jxt-news-pagination a.jxt-news-previous,
.jxt-news-pagination a.jxt-news-next {
    background: #011728;
    color: #fff;
}

.jxt-news-pagination .jxt-news-next {
    margin-right: 5px;
}
.jxt-news-pagination a[disabled="disabled"]{
    cursor: not-allowed;
    opacity: 0.3;
}
.jxt-news-filter {
    margin-bottom: 2em;
}

#side-left>div {
    max-width: 300px;
}

.jxt-news-filter-container h2 {
    padding: 0;
    border: 0;
    margin: 0;
    text-transform: uppercase;
    font: 30px/1.2 'Malva-ExtraBold';
}

.jxt-news-filter-container h2 span {
    display: inline-block;
    background-color: #021464;
    color: #fff;
    padding: 0px 10px;
    line-height: 1.3;
}

.jxt-news-filter-container h2 span:first-child {
    padding-top: 5px;
}

.jxt-news-filter h3 {
    text-transform: uppercase;
    font: 22px/1.2 'Malva-ExtraBold';
    color: #021464;
    margin-bottom: 15px;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}

/* .jxt-news-filter-type ul {
    height: 260px;
    overflow: hidden;
    transition: height 0.3s ease;
}
.jxt-news-filter-type.open ul {
    height: auto;
    overflow: visible;
}
span.toggle-secHt {
    color: #fc3f35;
    display: block;
    padding-top: 10px;
    cursor: pointer;
}
span.toggle-secHt:hover,
span.toggle-secHt:focus {
    color: #011728;
} */

#side-drop-menu>li>a:after,
.jxt-news-filter h3:after {
    content: '\f078';
    font: 20px/1 FontAwesome;
    position: absolute;
    right: -1px;
    top: 0px;
    cursor: pointer;
}

#side-drop-menu>li>a:after {
    top: 11px;
}


/*.jxt-news-filter h3.collapsed:after,
#side-drop-menu > li > a:after{
    content: '\f078';
}*/

.jxt-news-filter-input input.form-control {
    border: none;
    border-bottom: 5px solid #021464;
    box-shadow: none;
    border-radius: 0;
    background: #F3F2EC;
    color: #3A3E3F;
    font-family: 'Malva-MediumItalic';
    font-size: 20px;
}

.jxt-news-filter li a {
    padding-left: 27px;
    padding-right: 0;
    color: #3a3e3f;
}

.jxt-news-filter li a :hover {
    color: #011728;
}

.jxt-news-filter li a:before {
    left: 0;
    right: auto;
    top: 0;
    background: #F3F2EC;
    border-radius: 0;
    font-size: 10px;
    font-weight: 100;
    height: 20px;
    width: 20px;
    line-height: 19px;
    -webkit-transform: none;
    transform: none;
}

.jxt-news-filter li a.active:before {
    background: #91DB5A;
    color: #fff;
    font-size: 13px;
}

.jxt-news-filter-single li a.active:before {
    content: '\f00c';
}

.jxt-news-search .button .btn {
    border: none!important;
    border-radius: 0;
    font: 18px/1 'Malva-Bold';
    background: #24D4EE;
    color: #fff;
    width: 100%;
    padding: 15px 15px 14px;
    white-space: normal;
}

.jxt-news-search .button .btn .fa,
.jxt-single-item .jxt-news-item-meta-data {
    display: none;
}

.jxt-single-item .jxt-news-item-image {
    margin-bottom: 15px;
    margin-top: 20px;
}

.jxt-news-item-image img {
    width: 100%;
}

.jxt-single-item .jxt-news-item-author {
    float: right;
}

.jxt-single-item p {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}

.jxt-single-item ul,
.jxt-single-item ol {
    margin-bottom: 20px;
}

.jxt-news-item-share ul {
    margin-bottom: 0;
}

.jxt-single-item li {
    font-weight: 600;
    margin-bottom: 10px;
}

.jxt-single-item .jxt-news-item-author dt,
.jxt-single-item .jxt-news-item-author dd {
    font-size: 12px;
    font-weight: 600;
}

.news-meta {
    padding-bottom: 20px;
    padding-top: 5px;
    border-bottom: 5px solid #021464;
    margin-bottom: 20px;
    color: #7B8287;
    font-size: 12px;
}

.news-meta:after {
    content: '';
    display: table;
    clear: both;
}

.jxt-single-item h6 {
    color: #7B8287;
    margin-top: 7px;
}

.news-meta h6 {
    float: left;
    margin-top: 0;
    line-height: 1.3;
    max-width: calc(100% - 215px);
}

.jxt-news-item-share {
    clear: none;
    float: right;
    margin-top: 0;
}

.jxt-news-item-share li {
    margin: 0 0 0 5px;
}


/*.jxt-news-item-share li:last-of-type {
    display: none;
}*/

.jxt-news-item-share li a {
    border: none;
    margin-right: 0;
    height: 45px;
    width: 45px;
    padding: 0;
}

.jxt-news-item-share i {
    line-height: 1.4;
    position: relative;
    z-index: 1;
}

.jxt-related-articles-container h2 {
    text-transform: uppercase;
    font: 28px/1 Malva-ExtraBold;
    color: #fff;
    background: #021464;
    display: inline-block;
    padding: 12px 15px 9px;
}

.jxt-related-item-title {
    font: 24px/1.25 Malva-Bold;
    color: #021464;
}

.jxt-related-item-title a {
    color: #021464;
}

.jxt-news-item-title a:hover,
.jxt-news-item-title a:focus,
.jxt-news-item-category a:hover,
.jxt-news-item-category a:focus,
.jxt-related-item-title a:hover,
.jxt-related-item-title a:focus {
    color: #24d4ee;
}

.jxt-news-search {
    margin-bottom: 60px;
}

.widget-careerTool ul {
    list-style: none;
    padding-left: 0;
}

.widget-careerTool ul li a {
    font-size: 24px;
    font-family: 'Malva-Bold';
    color: #021464;
    padding-left: 55px;
    position: relative;
    display: block;
    margin-bottom: 21px;
    line-height: 1.5;
    text-transform: capitalize;
}

.widget-careerTool li a span {
    right: auto;
    left: 0
}

.widget-block {
    margin: 30px 0;
}

.widget-block h2,
#side-left .widget-block h2 {
    color: white;
    background: #FC3F35;
    display: inline-block;
    padding: 4px 15px 1px;
    font: 30px/1.4 malva-ExtraBold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.widget-block h2 a,
#side-left .widget-block h2 a {
    color: #fff;
}

.widget-careerTool li:nth-of-type(3) a span:before {
    background-image: url(../images/career-advice-hover.png);
}

.jobprice-counter ul li:nth-of-type(3) p {
    font-size: 45px;
}


/* @end of News page */


/*job pricing page*/

.job-pricing .inner-banner {
    background-image: url(../images/pricing-banenr.jpg);
}

.job-pricing .innerbanner-search {
    display: none;
}

.job-text span {
    background: #fc3f35;
    color: #fff;
    padding: 10px 27px;
    line-height: 1.5;
}

.job-text h2 {
    font-size: 55px;
    text-transform: uppercase;
    font-family: 'Malva-ExtraBold';
    margin-bottom: 46px;
}

.job-text p {
    font-size: 16px;
    font-weight: 600;
    color: #011728;
    font-family: "open sans", sans-serif;
}

.banner-content {
    padding: 81px 0 149px;
}

.job-text {
    padding-bottom: 86px;
}

.jobprice-counter ul {
    padding: 0;
    padding-bottom: 44px;
    border-bottom: 4px dotted #7b8287;
    margin-bottom: 26px;
}

.jobprice-counter ul li {
    display: inline-block;
    list-style-type: none;
    vertical-align: bottom;
    margin: 0 10px;
}

.offer-enable ul {
    border-bottom: none;
    padding-bottom: 0;
}

.offer-enable {
    border-bottom: 5px solid #fc3f35;
    padding-bottom: 44px;
}

.offer-enable li p strong{
   position: relative;
   padding:0 2px;
}
.offer-enable li p strong:after, .offer-enable li p span:after{
    content: '';
    position: absolute;
    left: 0;
    top: 43%;
    width: 100%;
    border-bottom: 2px solid #000;
}
.offer-enable li p span{
    position: relative;
}
.offer-enable li p span:after{
    border-width: 1px;
}

.price-count {
    width: 190px;
    text-transform: uppercase;
    background: #fc3f35;
    color: #fff;
    font-size: 55px;
    font-family: 'Malva-ExtraBold';
    line-height: 1;
    padding: 18px 0px 17px;
}

.price-count span {
    display: block;
    font-size: 20px;
}

.jobprice-counter ul li p {
    font-size: 30px;
    color: #011728;
    font-family: 'Malva-ExtraBold';
    line-height: 1;
    min-height: 85px;
    margin: 20px 0 10px;
}
small.sm-dec{
    font-size: 60%;
}
.jobprice-counter ul li a {
    font-size: 11px;
    font-family: 'Malva-ExtraBold';
    padding: 8px 18px;
    background: #fee43d;
    color: #fc3f35;
    border-color: #fee43d;
    font-weight: 400;
    border: 0;
}

.jobprice-counter ul li a:hover,
.nz-news .btn.btn-primary:hover {
    border-color: #d4c03e;
    background: #fee43d;
    color: #fc3f35;
}

.jobprice-counter ul li a:before,
.nz-news .btn.btn-primary:before {
    background: #d4c03e;
}

.jobprice-counter ul li:nth-of-type(3) .price-count {
    padding: 24px 0;
    font-size: 74px;
    background: #fee43d;
    color: #fc3f35;
    width: 251px;
}
.jobprice-counter ul li:nth-of-type(3) small.sm-dec{
    font-size: 49%;
}
.jobprice-counter ul li span {
    display: inline-block;
    text-align: left;
    float: left;
    padding: 6px 17px 8px;
    top: -10px;
    margin-top: -31px;
    font-size: 12px;
    font-family: 'Malva-ExtraBold';
    background: #fc3f35;
    color: #fff;
}

.jobprice-counter ul li p span {
    background: transparent;
    color: #000;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    float: none;
    margin: auto;
    text-transform: uppercase;
    padding:0 2px;
    top: -5px;
}

.jobprice-counter ul li:nth-of-type(3) .price-count span {
    color: #fc3f35;
}

.jobprice-counter ul li .price-count span {
    float: none;
    display: block;
    font-size: 20px;
    margin-top: 0;
    padding: 0;
    text-align: center;
    background: transparent;
}

.yellow-bg {
    font-size: 20px;
    color: #fc3f35;
    background: #fee43d;
    padding: 9px 25px 9px 13px;
    font-family: 'Malva-ExtraBold';
    text-transform: uppercase;
    z-index: 99;
    position: relative;
    line-height: 2;
}

.red-bg {
    color: #fff;
    font-family: 'Malva-ExtraBold';
    font-size: 55px;
    background: #fc3f35;
    margin-left: 22px;
    padding: 12px 29px 6px 33px;
    position: relative;
    z-index: 9;
    line-height: 1.4;
}

.morejob-sec {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}

.morejob-sec a {
    color: #fc3f35;
}

.morejob-sec a:hover,
.morejob-sec a:focus {
    color: #db2e06;
}

.morejob-sec {
    padding-bottom: 32px;
    border-bottom: 6px solid red;
}

.morejob-sec p {
    margin-top: 54px;
    margin-left: 37px;
}

.boost-job {
    background: #f3f2ec;
    padding: 98px 0 9px;
    font-size: 16px;
    font-weight: 600;
    color: #011728;
}

.boost-job p {
    margin-bottom: 0px;
}

.boost-job h2 span {
    background: #fee43d;
    color: #fc3f35;
    font-size: 55px;
    font-family: 'Malva-ExtraBold';
    padding: 10px 15px;
    line-height: 1.35;
}

.boost-job h2 {
    margin-top: -170px;
    margin-bottom: 16px;
}

.boost-list {
    text-align: center;
    font-size: 20px;
    font-family: 'Malva-ExtraBold';
    font-weight: 400;
    padding-top: 51px;
    text-transform: uppercase;
}

.boost-list ul {
    padding-left: 0;
    margin-left: 28%;
    text-align: left;
    margin-bottom: 0;
}

.boost-list ul li {
    width: 18.3%;
    display: inline-block;
    margin-right: 3px;
    text-align: center;
}

.boost-table {
    padding: 10px 0 0;
    box-sizing: border-box;
    background: #fff;
    margin-top: 20px;
    border-top: 5px solid #fc3f35;
}

.boost-table ul {
    padding: 15px 15px 27px;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 5px solid #f3f2ec;
    margin-bottom: 12px;
}

.boost-table ul li {
    display: inline-block;
    width: 14.3%;
    vertical-align: top;
    font-size: 30px;
    color: #fc3f35;
    font-family: 'Malva-ExtraBold';
    line-height: 1;
    text-align: center;
}

.boost-table ul li:nth-of-type(1) p {
    line-height: 1.4;
    text-align: left;
}

.boost-table ul li:nth-of-type(1) {
    width: 27%;
    font-size: 12px;
    color: #011728;
    font-family: "open sans", sans-serif;
}

.boost-table ul li h3 span {
    background: #fee43d;
    color: #fc3f35;
    font-size: 28px;
    padding: 10px 15px 6px;
    font-family: 'Malva-ExtraBold';
}

.boost-table ul li h3 {
    margin-bottom: 22px;
    text-align: left;
}

.boost-table ul li span {
    font-size: 16px;
    color: #011728;
}

.btn.btn-primary.boost-btn,
.offer-footer .btn {
    font-size: 26px;
    margin-top: -30px;
    padding: 15px 39px;
}

.buyoost-button {
    padding-bottom: 40px;
    margin-bottom: 33px;
    border-bottom: 4px dotted #878d91;
}

.boost-job .morejob-sec {
    border-bottom: 0;
}

.offer-footer .btn {
    margin-top: 7px;
}

.netherland-section {
    padding: 70px 0 50px;
    font-size: 16px;
    font-weight: 600;
    color: #011728;
}

.netherland-section h2 {
    margin-bottom: 19px;
}

.nz-news {
    padding: 45px 0 25px;
}

.nz-news h3 {
    font-size: 36px;
    font-weight: 900;
    text-transform: capitalize;
    font-family: "open sans", sans-serif;
    color: #fc3f35;
    margin-top: -8px;
    margin-left: -22px;
}

.nz-news p {
    margin-bottom: 20px;
    margin-left: -22px;
    min-height: 132px;
}

.nz-content p {
    min-height: auto !important;
}

.nz-news .btn.btn-primary {
    font-size: 11px;
    padding: 7px 14px;
    margin-left: -22px;
    color: #fc3f35;
    border-color: #fee43d;
    background: #fee43d;
    border: 0px;
}

.nz-content p {
    min-height: auto;
}

.nz-content .btn.btn-primary,
.nz-news .nz-content .btn.btn-primary {
    border-color: #fc3f35;
    color: #fff;
    background: #fc3f35;
    padding: 14px 18px;
    font-size: 18px;
    border: 0px;
}

.nz-news .nz-content .btn.btn-primary:before {
    background: #db2e06;
}

.nz-content .btn.btn-primary:hover {
    border-color: #db2e06;
}

.nz-content p:first-child a {
    color: #fc3f35;
}

.nz-content p:first-child a:hover,
.nz-content p:first-child a:focus {
    color: #db2e06;
}

.regional-news {
    text-align: center;
}

.regional-news h2 {
    font-size: 36px;
    font-weight: 900;
    text-transform: capitalize;
    font-family: "open sans", sans-serif;
    color: #fc3f35;
    margin-bottom: 10px;
}

.nz-content {
    text-align: center;
    padding: 67px 0 37px;
    margin-bottom: 14px;
    border-bottom: 4px dotted #878d91;
}

.netherland-section h2 span {
    margin-left: 0;
    padding: 13px 13px 9px 16px;
}

.regional-logo {
    padding-left: 0;
    margin-top: 50px;
    text-align: center;
}

.regional-logo li {
    display: inline-block;
    margin: 13px 13px 32px;
    width: 14%;
}

.regional-cntc .nz-content {
    border-bottom: 0px;
    padding: 24px 0 142px;
}


/*job pricing page ends here*/


/*inner pages contact terms  privacy and faqs starts here*/

.contact .innerbanner-search,
.faqs .innerbanner-search,
.privacy-policy .innerbanner-search,
.terms-of-use .innerbanner-search {
    display: none;
}

.contact-text {
    font-size: 16px;
    font-weight: 600;
    font-family: "open sans", sans-serif;
    color: #011728;
    padding: 91px 0 174px;
}

.contact-text p {
    margin-bottom: 23px;
}

.contact-form {
    padding: 169px 0 14px;
    background: #f3f2ec;
}

.contact-form h2 {
    margin-top: -240px;
    margin-bottom: -5px;
}

.contact-form h2 span {
    background: #fee43d;
    color: #fc3f35;
    font-size: 55px;
    font-family: 'Malva-ExtraBold';
    padding: 10px 15px;
    line-height: 1.33;
}

.faq-text {
    font-size: 16px;
    color: #011728;
    font-weight: 600;
    padding: 92px 0 5px;
}

.faq-text p,
.faq-text ul {
    margin-bottom: 25px;
}

.faq-text h2 {
    font-size: 55px;
    font-family: 'Malva-ExtraBold';
    color: #fc3f35;
}

.faq-text h2 span {
    background: #fee43d;
    padding: 12px 18px 12px 17px;
}

.faq-text h3 {
    font-size: 16px;
    color: #011728;
    font-weight: 900;
    font-family: "open sans", sans-serif;
    margin-bottom: 20px;
    margin-top: 60px;
}

.privacy-text {
    padding: 94px 0;
    font-size: 16px;
    font-weight: 600;
    color: #011728;
}

.privacy-text p {
    margin-bottom: 21px;
    line-height: 30px;
}

.privacy-text p a {
    color: #011728;
}

.privacy-text ul,
.privacy-text ul li {
    margin-bottom: 21px;
    line-height: 28px;
}

.privacy-text ul {
    padding-left: 19px;
}

.privacy-text a {
    padding: 3px 10px;
    background: #fee43d;
}

.privacy-text a#Top {
    color: transparent;
    padding: 0;
}

.privacy-text a:hover {
    background: #d5c035;
}

.privacy-text.terms-text ul li {
    margin-bottom: 0;
}


/*style1.csss starts here*/


/* company profile  */

body[class*="companysearch"] #side-left,
body[class*="companysearch"] .toogle-search,
.company-profiles #content .banner-top,
body.company-detail-page #side-left {
    display: none!important;
}

body[class*="companysearch"] #content,
body.company-detail-page #content {
    width: 100%;
}
#aspnetForm[action*="./?advertiserid="] .homenews-footer{
    display: block;
    margin-top: 0;
    padding-bottom: 70px;
}
body[class*="companysearch"] #content-container {
    padding-top: 0;
}
body[class*="companysearch"] #wrapper {
    overflow: hidden;
}
body.company-detail-page #myJobsList .jobbg{
    height: 28px;
}
.company-detail-page .job-block p{
    margin-bottom: 5px;
}
body.company-detail-page .job-block .imgwrap{
    display: none;
}
.company-search {
    display: none;
    padding-bottom: 23px;
}

.companySearch-search-holder {
    position: relative;
    min-height: 70px;
}

.companySearch-search-holder:before {
    position: absolute;
    width: 200%;
    content: '';
    background: #f3f2ec;
    height: 100%;
    min-height: 70px;
    left: -50%;
    z-index: -1;
    top: 0;
}

.company-profiles .inner-banner {
    background-color: #011728;
    background-image: none;
    height: 269px;
}
.company-profiles .inner-banner .container{
    position: relative;
    height: 100%!important;
}
.company-profiles .banner-top{
    left: auto;
    width: auto;
}

.company-profiles h1 {
    padding-left: 0;
    display: inline-block;
    margin-left: 0;
}

#ctl00_ContentPlaceHolder1_ucCompanySearch_pnlSearchResult {
    clear: both;
    margin-top: 30px;
}

.company-profiles .inner-banner .banner-top strong {
    color: #fff;
    font: 24px/1.2 'Malva-ExtraBold';
    margin-left: -36px;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    top: 12px;
    max-width: 550px;
}

.company-profiles input[type="text"] {
    border-bottom-color: #fc3f35;
    background-color: #fff;
}

.company-profiles .select-title {
    display: none;
}

.companySearch-search-holder #search-keywords label {
    display: none;
}

.companySearch-search-holder .form-all {
    width: calc(100% - 115px);
    float: left;
}

.companySearch-search-holder .adv-searchbottom {
    float: left;
    margin-left: 23px;
}


#content .adv-searchbottom .mini-new-buttons {
    background-color: #fc3f35;
    font: 16px Malva-ExtraBold;
    margin: 0;
    padding: 13px 14px;
    text-transform: uppercase;
}

.adv-searchbottom .mini-new-buttons:focus,
.adv-searchbottom .mini-new-buttons:hover {
    background: #db2e06;
}

.company-sorting {
    font-weight: 600;
    margin-bottom: 12px;
    float: right;
    position: relative;
}

/* .company-sorting:before {
    position: absolute;
    content: '\f078';
    font-family: fontawesome;
    right: 0;
    top: 5px;
    color: #fc3f35;
} */

#content .company-sorting select {
    float: left;
    width: 165px;
    margin-left: 10px;
    border: none;
    background: none;
    color: #fc3f35;
    padding: 0;
    height: 39px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

#content .company-sorting select::-ms-expand {
    display: none;
}

#content .company-sorting select:focus {
    box-shadow: none;
}

.company-sorting label {
    line-height: 2.3;
    float: left;
}

.company-sorting .sorting-button {
    display: inline-block;
    vertical-align: middle;
}

.company-sorting .sorting-button .sbHolder:before {
    top: 9px;
    right: 11px;
}

.section-company {
    padding: 19px 0 148px;
}

#search-top:after {
    content: '';
    display: table;
    clear: both;
    overflow: hidden;
}

.compnaySearch_wrapper {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    min-height: 300px;
}

.company-holder {
    float: left;
    width: 390px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    position: relative;
}

.company-holder:nth-child(3n+1) {
    clear: both;
}

.cmp-logo {
    display: table;
    table-layout: fixed;
    width: 100%;
    height:100%;
}
.comapny-logo{
    display: block;
}
.td-mid{
    display:table-cell;
    vertical-align:middle;
    height: 260px;
    /* box-shadow: 0 0 1px #909598; */
    border:1px solid #909598;
}
.cmp-logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 260px;
    margin: 0 auto;
}

.comapny-logo .logo-image {
    width: 100%;
    height: 262px;
    line-height: 262px;
}

.comapny-logo .logo-image img {
    max-width: 100%;
}

.comapny-logo .company-text,
.cmp-name {
    color: #333;
    font: 24px/1.2 'Malva-ExtraBold';
    position: absolute;
    top: calc(100% - 40px);
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 0 15px;
    left: 0;
    line-height: 1.05;
}

.comapny-logo:hover .company-text,
.cmp-name:hover,
.company-holder:hover .cmp-name {
    color: #fc3f35;
}

#tnt_pagination.company-pagination {
    margin-top: 26px;
}

#tnt_pagination a {
    margin-bottom: 10px;
}

.company-sorting .sorting-button .sbHolder {
    height: 40px;
}


/*company detail page style start here*/

.section-company-detail {
    padding: 31px 0 50px;
}
.section-company-detail .container{
    padding-left: 0;
    padding-right: 0;
}

.company-detail-page .home-job .sec-btn {
    margin-left: 400px;
}

.company-detail-page .home-job {
    background: #011728;
}

.company-detail-page {
    font-weight: 600;
    font-size: 16px;
}

.company-detail-page h3 {
    font-size: 22px;
    color: #011728;
    margin-bottom: 12px;
    font-family: 'Malva-ExtraBold';
}
.company-detail-page .job-block h3{
    margin-bottom: 5px;    
}

.profileCopy{
    margin-top: 20px;
}

.right-nav {
    padding-top: 40px;
    overflow: hidden;
}
.company-detail-page .logo-holder{
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
    min-height: 260px;
}
.company-detail-page .logo-holder a{
    display: table-cell;
    /* box-shadow: 0 0 1px rgba(0,0,0,0.2); */
    border: 1px solid #909598;
    vertical-align: middle;
}
.headeing {
    padding: 6px 11px;
    display: inline-block;
    background: #fc3f35;
    font-size: 12px;
    font-family: 'Malva-ExtraBold';
    font-weight: 700;
    margin-bottom: 2px;
    color: #fff;
    letter-spacing: 1px;
}

.heading-section h1 span {
    padding: 13px 14px 11px;
    background: #011728;
    line-height: 1.3;
    display: inline-block;
}
.advertBasic .heading-section h1{
    text-transform: uppercase;
}
.advertBasic .heading-section h1 span.txt-ellipsis{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
/* .advertBasic .heading-section h1 span {
    padding: 13px 0 11px 14px;
} */
.advertBasic .heading-section h1 span:last-child{
    padding-right: 14px;
}
#content .heading-section h1 {
    margin: 19px 0 52px;
    font-size: 55px;
    font-family: 'Malva-ExtraBold';
    color: #fff;
    background-color: transparent;
    padding-left: 0;
}

.contact-section h3 {
    font-size: 12px;
    font-weight: 600;
    color: #000f66;
    margin-bottom: 3px;
    font-family: "open sans", sans-serif;
}

.contact-section a {
    color: #fc3f35;
}

.contact-section a:hover,
.contact-section a:focus {
    color: #db2e06;
}

.contact-section {
    margin-bottom: 34px;
}

.play-btn {
    margin-bottom: 54px;
    display: block;
}

.company-detail-page p {
    margin-bottom: 25px;
}

.company-detail-page .contact-section p {
    margin-bottom: 20px;
}

.social-media {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 57px;
}

.social-media li {
    display: inline-block;
    margin: 0 5px;
}

.social-media li a,
.social-media li.active a {
    font-size: 24px;
    padding: 6px 7px;
    text-align: center;
    background: #011628;
    color: #fff;
    border-radius: 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.social-media li a[title*="Facebook"] {
    background: #4065b3;
    border-color: #4065b3;
}

.social-media li a[title*="Facebook"]:before,
.social-media li.active a[title*="Facebook"]:before {
    background: #7fa1d3;
}

.social-media li a[title*="Twitter"] {
    background: #059ff5;
    border-color: #059ff5;
}

.social-media li a[title*="Twitter"]:before,
.social-media li.active a[title*="Twitter"]:before {
    background: #60c2ef;
}

.social-media li a[title*="LinkedIn"]:before,
.social-media li.active a[title*="LinkedIn"]:before {
    background: #45b6de;
}

.social-media li a[title*="LinkedIn"] {
    background: #0076b7;
    border-color: #0076b7;
}
.social-media li a[title*="Instagram"] {
    background: #8b5190;
    border-color: #8b5190;
}
.social-media li a[title*="Instagram"]:before,
.social-media li.active a[title*="Instagram"]:before {
    background: #b99fbc;
}
.social-media li a:before,
.social-media li.active a:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #053762;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.social-media li a i.fa {
    position: relative;
    z-index: 1;
}

.social-media li a:hover:before,
.social-media li a:focus:before,
.social-media li.active a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.right-nav h2 {
    display: inline-block;
    padding: 7px 10px;
    background: #fc3f35;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 13px;
    font-family: 'Malva-ExtraBold';
}

.right-nav ul {
    margin-bottom: 32px;
}

.right-nav li {
    margin-bottom: 6px;
}


/*style1.css ends here*/


/*style2.css starts here*/

.under-construction-section {
    background-color: #021464;
    position: relative;
    height: 750px;
    margin-top: 11px;
}

.error-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.error-text .heading-top {
    font-size: 75px;
    padding: 0;
    line-height: 0;
    margin-bottom: 39px;
}

.error-text .heading-top span {
    line-height: 1.15;
    display: initial;
}

.error-text p {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    font-family: 'Malva-ExtraBold';
    line-height: 1.3;
}

.error-text a {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.error-text a:hover,
.error-text a:focus {
    color: #fff;
}

.error-text a:hover span {
    background: #1ebad1;
}

.error-text a span {
    padding: 1px 9px;
    background: #24d4ee;
    margin-left: 2px;
}

.error-text a:hover span {
    background: #1ebad1;
}

.error-section-text {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    max-width: 929px;
    right: 0;
    margin: 0 auto;
}

.error-text .heading-top span:first-child {
    padding-top: 11px;
    padding-left: 20px;
    padding-right: 10px;
}

.error-text .heading-top span:last-child {
    padding-bottom: 15px;
}

.full-width-container.remove-error #side-left {
    display: none !important;
}

.full-width-container.remove-error #content {
    width: 100%;
    padding: 0;
}

.full-width-container.remove-error .content-holder {
    margin: 0;
}

.error-section {
    background-color: #fc3f35;
    height: 750px;
    position: relative;
    /*  margin-top: 11px;*/
}

#content .error-section-text h1 {
    font-size: 123px;
    font-family: 'Malva-ExtraBold';
    color: #fff;
    margin: 0;
    z-index: 1;
    position: relative;
    top: 15px;
}

#content .error-section-text h2 {
    font-size: 55px;
    font-family: 'Malva-ExtraBold';
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-left: 52px;
    padding-top: 17px;
    margin-top: -19px;
    position: relative;
    text-align: left;
}

#content .error-section-text h2 span:first-child {
    padding-top: 25px;
    padding-bottom: 15px;
}

#content .error-section-text h2 span:last-child {
    padding-bottom: 15px;
    padding-top: 15px;
}

#content .error-section-text h2 span {
    background: #000f66;
    padding: 15px 10px 1px 10px;
    display: inline-block;
    line-height: 0.9;
}

#content .error-section-text h1 span {
    background: #24d4ee;
    padding: 10px 23px 0;
}

#content .error-section-text p {
    font-size: 24px;
    color: #011728;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    font-family: 'Malva-ExtraBold';
    line-height: 1.3;
    margin-left: 52px;
}

#content .error-section-text p a {
    color: #011728;
    padding: 10px 0px;
}

#content .error-section-text a span {
    padding: 5px 9px 2px;
    background: #fee43d;
    margin-left: 2px;
}

#content .error-section-text a span:hover {
    background: #fecb00;
}


/*style2.csss ends here*/


/*advance search sidebar wrap*/

.sidebar-btn {
    display: none;
    font-size: 14px;
    color: #fc3f35;
    margin-left: 65px;
    font-weight: 600;
    font-family: "open sans", sans-serif;
    cursor: pointer;
}


/*inner pages contact terms  privacy and faqs ends here*/

.btn-blue {
    background: #24D4EE;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 20px;
    font: 11px/1.0 Malva-Bold;
    display: inline-block;
    border: 0px;
}

.btn-blue:before {
    background: #7be5f4;
}

.btn-blue:hover {
    background: #24D4EE;
}

a {
    color: #fc3f35;
}

a:hover,
a:focus,
a:active {
    color: #db2e06;
}

.button-container {
    padding-bottom: 23px;
    border-bottom: 5px solid #24D4EE;
}

.mailing-add-link .caret_symbol {
    display: none;
}

.mailing-add-link {
    font-family: 'Malva-Medium';
    color: #3a3e3f !important;
    text-align: left;
    background: #F2F1ED;
    position: relative;
}

.mailing-add-link:before {
    position: absolute;
    content: "\f077";
    font-family: FontAwesome;
    right: 15px;
    top: 10px;
}

.mailing-add-link.collapsed:before {
    content: "\f078";
}

#CV-content .btn-primary {
    font-size: 30px;
    font-family: 'Malva-ExtraBold';
}

div.full-width a.btn-primary {
    max-width: 100%;
    white-space: normal;
}

#CV-content .btn-primary .fa.fa-download {
    display: none;
}

.empty-case_field.text-center {
    text-transform: initial;
    color: #3A3E3F;
    font-weight: 600;
    font-style: italic;
}

.apply-now-link a {
    font-size: 30px;
    font-weight: 400;
    font-family: 'Malva-ExtraBold';
    width: auto;
    padding: 15px 29px;
}

.apply-now-link a:before {
    top: 0;
    left: 0;
}

article.jxt-news-item .jxt-news-item-date-published {
    display: none;
}

hr {
    border-bottom: 5px solid #021464;
}

.widget-block.widget-careerTool.hidden-job,
#aspnetForm[action*="./enquiry.aspx"] .widget-careerTool,
#aspnetForm[action*="./enquiry.aspx"] .leftnavigate {
    display: none !important;
}

.job-detail-centre .jobcontainer-right .leftnavigate {
    display: block;
}

.job-detail-centre .jobcontainer-right .hidden {
    display: block !important;
    visibility: visible !important;
}

.job-detail-centre .widget-block.widget-careerTool.hidden-job {
    display: block !important;
    overflow: hidden;
}

.jobcontainer-right {
    padding-left: 40px;
}

.jxt-single-item .jxt-news-item-author {
    float: none;
    /* margin-bottom: 20px; */
}

.jxt-related-articles-container {
    display: none;
}

.jxt-news-separator {
    display: none;
}

.jxt-news-item .jxt-related-articles-container {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #909598;
}

.jxt-related-articles-container p {
    display: none;
}

h3#MemberFullRegisterHeader {
    display: none;
}

li.mini-main-alert {
    display: none;
}

.news-single-page .home-news .heading-top {
    margin-top: 0 !important;
}

.news-single-page .homenews-footer {
    display: block;
    padding-top: 52px;
}

.news-single-page .homenews-footer .sec-btn {
    top: 170px;
}

.news-single-page #side-left {
    margin-bottom: 20px;
}

.count-slides {
    position: absolute;
    color: #fff;
    right: 38px;
    top: auto;
    position: absolute;
    color: #fff;
    right: 38px;
    bottom: 49px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.banner-job .count-slides {
    color: #011728;
    top: 17px;
    width: 100%;
    text-align: center;
}

.GroupStatus-profilepic img {
    width: 36px;
    max-width: 36px;
    height: 36px;
    margin: 0 0px 0 6px;
    margin-top: -5px;
    overflow: hidden;
    font-size: 7px;
}

.jxt-news-search .button .btn {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.jxt-news-search .button .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1ebad1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.jxt-news-search .button .btn:hover:before,
.jxt-news-search .button .btn:focus:before,
.jxt-news-search .button .btn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

#ctl00_ContentPlaceHolder1_pnlRequiredRegistration .ctrlHolder:nth-of-type(1) {
    display: none;
}

.news-search .btn.btn-primary {
    background: #24D4EE;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 10px;
    font: 14px/1.0 Malva-ExtraBold;
    display: inline-block;
    margin-top: 10px;
}

.jobdetail-top a,
.jxt-related-item-link a,
.news-backbtn .btn.btn-primary {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.jobdetail-top a:before,
.jxt-related-item-link a:before,
.news-backbtn .btn.btn-primary:before,
.news-search .btn.btn-primary:before,
.advertBasic .backtoresults a:before {
    background: #1ebad1;
}

.jobdetail-top a:hover:before,
.jxt-related-item-link a:hover:before,
.news-backbtn .btn.btn-primary:hover:before,
.advertBasic .backtoresults a:hover:before,
.boardy-apply-content a.backToResults:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#side-drop-menu li#AdvancedSearchFilter_PnlSalary .sbHolder .sbOptions a.sbFocus {
    background: #fc3f35;
}

.jxt-news-filter.jxt-news-filter-sort-by li a:before {
    border-radius: 50%;
}

.test-author span:nth-of-type(2) {
    display: block;
    margin-top: -5px;
    /* margin-left: -5px; */
    margin-right: -69px;
}

.jobdetail-top a,
.jxt-related-item-link a,
.advertBasic .backtoresults a,
.boardy-apply-content a.backToResults {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.jobdetail-top a:before,
.jxt-related-item-link a:before,
.advertBasic .backtoresults a:before,
.boardy-apply-content a.backToResults:before,
.boardy-apply-content a.backToResults:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #db2e06;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.jobdetail-top a:before{
    background: #1ebad1;
}
#job-dynamic-container .jobdetail-top a:before,
.boardy-apply-content a.backToResults:before{
    background: #db2e06;
}
.jobdetail-top a:hover,
.jxt-related-item-link a:hover,
.advertBasic .backtoresults a:hover {
    color: #fff;
}

.yudu-feedback {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1999;
}

.yudu-feedback a {
    background: #fff;
    padding: 20px 33px;
    display: inline-block;
    font-size: 14px;
    font-family: malva-ExtraBold;
    text-transform: uppercase;
    color: #011728;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 52px;
}

.yudu-feedback a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #db2e06;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.yudu-feedback a:hover,
.yudu-feedback a:focus {
    color: #fff;
}

.yudu-feedback a:hover:before,
.yudu-feedback a:focus:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.yudu-feedback a:after {
    position: absolute;
    content: "";
    width: 58px;
    height: 60px;
    background-image: url(../images/feedback-image.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    right: 10px;
    bottom: 48px;
}

.nzme-head li a {
    display: inline-block;
    padding: 4px 28px 4px 20px;
    /* border-left: 1px solid #909598; */
    margin: 17px 0px;
}

.nav-feedback {
    width: 218px;
    display: none;
    padding: 10px 20px 10px 85px;
    background: #f3f2ec;
    margin-left: 20px;
    margin-top: 9px;
    position: relative;
    color: #020e65;
    font-size: 14px;
    font-family: malva-ExtraBold;
    text-transform: uppercase;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-feedback:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(../images/feedback-image.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 0;
    top: 0;
}

.nav-feedback:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #db2e06;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.nav-feedback:hover,
.yudu-feedback a:focus {
    color: #fff;
}

.nav-feedback:hover:after,
.nav-feedback:focus:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#wrapper #content input[type="radio"]:before {
    content: "\f00c";
    font-size: 17px;
}

.ctrlHolder.radius-container {
    display: none;
}

.ctrlHolder::-webkit-input-placeholder {
    /* WebKit browsers */
    opacity: 1;
    color: #fff;
}

.ctrlHolder:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    opacity: 1;
    color: #fff;
}

.ctrlHolder::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    opacity: 1;
    color: #fff;
}

.ctrlHolder:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    opacity: 1;
    color: #fff;
}

.uniForm input[type="text"][disabled] {
    opacity: 0.5;
}

.loading {
    position: relative;
    min-height: 200px;
}

.loading:before {
    content: '';
    display: inline-block;
    border: 6px solid #fefefe;
    border-radius: 50%;
    border-top: 6px solid #021464;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -26px 0 0 -26px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

li.save-image {
    margin-top: 15px !important;
}

ul.boardy-dropdown li {
    display: block;
    background: #fc3f35;
}

ul.boardy-dropdown li a {
    margin: 0 15px 7px;
    display: inline-block;
    background: #fff;
    color: #fc3f35;
}

ul.boardy-dropdown li a:hover {
    background: #021464 !important;
    color: #fff;
}

ul.boardy-dropdown {
    min-width: 230px;
}

ul.boardy-dropdown li:nth-of-type(1) {
    padding-top: 15px !important;
}

ul.boardy-dropdown li a:before,
ul.boardy-dropdown li.active a{
    background: #021464;
    color: #fff;
}

#moreinfo #footer-widget #btn-widget-search.visible-xs {
    display: none !important;
}

.well .input-group-addon:first-child {
    display: none;
}

.jxt-news-item {
    margin: 0;
}

.news-single-page .content-holder {
    margin-bottom: 0;
}

.input-group-btn .btn.btn-default {
    background-color: #fc3f35;
    margin-top: 0;
    height: auto;
    padding: 11px 38px 12px;
    font-size: 16px;
    font-family: 'Malva-Bold';
    color: #fff;
    font-size: 16px;
    text-transform: uppercase !important;
    border-radius: 0;
    border: none;
}

.input-group-btn .btn.btn-default:hover,
.input-group-btn .btn.btn-default:focus {
    background: #db2e06;
}


/* .jxt-form-combined Label:first-child {
    display: none;
} */


/* This code was hiding the advertiser account type option */

.homenews-footer .heading-top {
    margin-top: 0;
}

.homenews-footer .sec-btn {
    top: 164px;
}

.homenews-footer {
    margin-top: -56px;
}

.personality-wrap{
    height: 100%;
    min-height: 700px;
}

.cta-open-search {
    background-color: #000f65 !important;
    width: 147px;
    font-size: 11pt;
    height: 41px;
    padding: 2px 10px 25px 20px !important;
    visibility: hidden;
    cursor: pointer;
    position: absolute;
}


/* Prevents Mobile Safari from bumping up font sizes in landscape */
@media only screen and (min-device-width: 992px) {
	body {
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
    }
    
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    body {
        padding-top: 79px;
    }
    ul.nav li.dropdown:hover>ul.dropdown-menu,
    ul.nav li.dropdown.focused>ul.dropdown-menu {
        display: block;
    }
    .navbar-nav {
        margin-top: 23px;
        margin-left: 191px;
    }
    /* a#child-menu {
        display: none;
    }*/
    .navbar-collapse{
        width: auto!important;
    }
}

@media (max-width: 1600px) {
    .smart-section .smart-right p {
        padding-right: 0;
    }
    /*style2.css starts here*/
    #content .error-section-text h2 {
        font-size: 55px;
    }
    .error-section-text {
        max-width: 936px;
    }
    /*style2.css ends   here*/
}

@media (max-width: 1500px) {
    .home-job .row {
        margin-left: -52px;
        margin-right: -50px;
    }
}

@media (max-width: 1499px) {
    #myJobsList .slick-next {
        right: 50px;
    }
    #myJobsList .slick-prev {
        right: 110px;
    }
    .job-block{
        padding-left: 17px;
    }
}
@media (max-width: 1365px) {
    #Top-nav-sticky .container {
        width: 100%;
    }
    .nav-right ul {
        /* margin: 0; */
    }
    .navbar .nav>li>a {
        margin: 0 0 0 15px;
        padding: 7px 7px;
    }
    .site-search a {
        padding: 8px 14px 7px;
    }
    .dropdown-menu {
        left: 15px;
    }
    .post-job li a {
        padding: 26px 15px 27px;
    }
    .site-login li a {
        padding: 32px 16px;
    }
    .post-job li a {
        padding: 28px 15px 29px;
    }
    .smart-right {
        padding: 51px 29% 49px 87px;
    }
    .smart-left {
        padding: 21px 58px 65px 11%;
    }
}
@media (max-width: 1300px) {
    .sitesearch-head.open-search{
        left: 209px;
        width: calc(100% - 680px);
    }
}
@media (max-width: 1260px) {
    .crsl-nav a {
        bottom: 105%;
    }
    .crsl-nav a.previous {
        left: 20px;
    }
    .crsl-nav a.next {
        right: 20px;
    }
    ul#site-social {
        margin-right: 122px;
    }
    .navbar .nav li.dropdown li a {
        font-size: 12px;
    }
}


/*for the job slider */

@media (max-width: 1270px) and (min-width: 1200px) {
    .home-job .row {
        margin-left: -52px;
        margin-right: -22px;
    }

    #myJobsList .jobbg,
    #myJobsList .imgwrap{
        height: 244px
    }
    #myJobsList .imgwrap{
        line-height: 244px;
    }
    #myJobsList .imgwrap img{
        max-height: 14.95em
    }
    body.company-detail-page #myJobsList .jobbg{
        height: 36px;
    }
}

@media (max-width: 1064px) and (min-width: 992px) {
    .home-job .row {
        margin-left: -18px;
        margin-right: -18px;
    }
    #btn-widget-search {
       width: auto;
    }
}
@media (max-width: 910px) and (min-width: 768px){
    .sitesearch-head.open-search .searchbar{
        line-height: 1;
        padding-top: 15px;
    }
    #btn-widget-search {
       width: auto;
    }
}
@media (max-width: 830px) and (min-width: 768px) {
    .home-job .row {
        margin-left: -16px;
        margin-right: -16px;
    }
}


/*for the top navigation */

@media (max-width: 1235px) and (min-width: 1200px) {
    .navbar .nav>li>a {
        padding: 7px 3px;
    }
}

@media (max-width: 1199px) {

    #footer-widget h2 span {
        padding: 7px 16px 7px;
        display: inline-block;
    }
    #footer-widget h2 {
        font-size: 23px;
    }
    #footer-widget .form-group {
        margin-top: 43px;
    }
    #footer-widget select {
        padding: 7px 13px 5px;
        font-size: 18px;
    }
    #footer-widget input[type="text"] {
        font-size: 18px;
    }
    .brand-logo {
        padding: 100px 0 30px;
    }
    .brand-logo h2 {
        font-size: 48px;
    }
    .job-block {
        padding: 0 10px;
    }
    .applysmart-block h2 {
        font-size: 55px;
        bottom: -124px;
    }
    .applysmart-block {
        padding: 266px 0 0px;
    }
    .slide-content h2 span {
        padding: 14px 40px 23px;
    }
    .heading-top {
        font-size: 50px;
    }
    #moreinfo {
        padding: 128px 0 0 0;
    }
    .left-industry {
        padding-right: 0;
    }
    .post-job li a {
        padding: 32px 14px 32px 12px;
        font-size: 12px;
        line-height: 1.3;
    }
    .nav-right #site-social {
        display: none;
    }
    .sitesearch-head.open-search{
        width: calc(100% - 520px);
    }
    .site-search a {
        border-right: none;
        font-size: 20px;
        padding: 13px 10px 15px;
    }
    .site-login span a {
        padding-left: 13px;
        padding-right: 13px;
    }
    .smart-section p {
        min-height: 132px;
    }
    .apply-smarter h2 {
        font-size: 69px;
        margin-top: -132px;
    }
    .apply-smarter .smart-left h2 {
        margin-top: -268px;
    }
    .smart-left {
        padding: 50px 15px 53px 15px;
        width: 485px;
    }
    .smart-right {
        padding: 80px 15px 55px 87px;
        width: 485px;
    }
    #footer-widget .col-md-2.form-group.widget-text {
        width: 16%;
    }
    #footer-widget .col-md-2.footer-selectinput {
        width: 22%;
    }
    .job-title {
        width: 77%;
    }
    .job-title h3{
        height: 53px;
    }
    .ellipsis:after{
        line-height: 1.8;
    }
    .job-title h3, .job-title h3 a{
        line-height: 1.1;
        margin-bottom: 0;
    }
    .data-content{
        margin-bottom: 2px;
    }
    .jobcontent p{
        margin-bottom: 5px;
    }
    .bannerjob-list .job-desc{
        line-height: 1.47;
        min-height: 60px;
        height: 60px;
    }
    .bannerjob-list .job-title h3 {
        height: 53px;
    }
    .bannerjob-list .job-desc .ellipsis:after{
        top:42px;
    }
    .bannerjob-list .jobcontent-footer{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .bannerjob-list .jobbg{
        height: 239px;
    }
    .bannerjob-list .imgwrap{
        line-height: 239px;
    }
    .bannerjob-list .imgwrap img{
        max-height: 240px;
    }
    .description-holder {
        min-height: 90px;
    }
    .foot-wrap a {
        display: block;
        width: 150px;
        margin-bottom: 5px;
    }
    .apply-smarter h2 span:first-child {
        padding-top: 6px;
    }
    .bunservices {
        margin-top: 30px;
    }
    .toogle-search.clearfix {
        margin-left: 0;
    }
    .innerbanner-search .col-sm-4.form-group {
        width: 31.6%;
    }
    #side-left>div {
        padding-right: 15px;
    }
    .advance-filter #side-left .leftnavigate{
        padding-right: 0;
    }
    .innerbanner-search .widget-text p {
        margin-right: -26px;
    }
    .innerbanner-search .search-widget .sbHolder,
    .innerbanner-search input[type="text"] {
        font-size: 18px;
    }
    .banner-top h3 {
        font-size: 26px;
    }
    .banner-top h1 {
        font-size: 50px;
    }
    .top-bluehead {
        font-size: 50px;
    }
    .innernews-wrap .sec-btn {
        top: 109px;
    }
    .catwrap-right {
        padding-top: 64px;
    }
    .career-news .sec-btn {
        top: 86px;
    }
    #side-drop-menu li a {
        font-size: 17px;
    }
    .leftnavigate .carrer-left ul li a {
        font-size: 18px;
        line-height: 1.8;
        padding-left: 56px;
    }
    .side-left-header {
        font-size: 17px;
    }
    /* .bannerjob-list .job-desc {
        min-height: 135px;
    }
    .bannerjob-list .jobbg {
        height: 344px;
    } */
    .jobcounter {
        font-size: 50px;
    }
    .home-job .row {
        margin-left: -45px;
        margin-right: -45px;
    }
    .company-detail-page .home-job .sec-btn{
        margin-left: 360px;
    }
    #myJobsList .slick-next{
        right: 45px;
    }
    #myJobsList .slick-prev {
        right: 105px;
    }
    .jobcounter span {
        padding: 13px 10px 12px;
        background: #011728;
        line-height: 1.5;
    }
    #side-drop-menu li#AdvancedSearchFilter_PnlSalary .sbHolder a,
    .jxt-salary-bands .jxt-salary-min input,
    .jxt-salary-bands .jxt-salary-max input {
        font-size: 18px;
    }
    .testimonial-slider .container {
        max-width: 950px;
    }
    .banner-top {
        left: 0;
    }
    .apply-smarter .why-yuduhead h2 {
        margin-top: -77px;
    }
    .yudu-contactleft {
        padding: 150px 31px 49px 35px;
    }
    .yudu-contactright {
        padding: 30px 15px 79px 51px;
    }
    .job-text h2 {
        font-size: 50px;
    }
    .jobprice-counter ul li {
        margin: 0 6px;
    }
    .price-count {
        width: 167px;
    }
    .jobprice-counter ul li:nth-of-type(3) .price-count {
        width: 196px;
    }
    .nz-news h3 {
        font-size: 26px;
    }
    .nz-news p,
    .nz-news h3,
    .nz-news .btn.btn-primary {
        margin-left: 0;
    }
    .nz-news p {
        min-height: 154px;
    }
    .boost-table ul li h3 span {
        font-size: 19px;
    }
    .boost-table ul li:nth-of-type(1) {
        width: 26%;
    }
    /*style1starts here*/
    .right-nav h2 {
        font-size: 26px;
    }
    /*style1 ends here*/
    /*style2 css starts here*/
    .error-section,
    .under-construction-section {
        margin-top: 0;
    }
    #content .error-section-text p {
        font-size: 21px;
    }
    #content .error-section-text h2 {
        font-size: 40px;
    }
    .under-construction-section {
        height: 600px;
    }
    /*style2 css ends here*/
    .boost-list ul li {
        width: 17.3%;
        margin-right: 3px;
    }
    .morejob-sec p {
        margin-top: 66px;
        margin-left: 70px;
        white-space: nowrap;
    }
    .error-section-text {
        max-width: 730px;
    }
    .catwrap-right .ad-sec h4 {
        margin-right: 0;
    }
    body.home h1,
    body.blue-blank-template h1 {
        font-size: 6.8rem;
    }

    #myJobsList .jobbg,
    #myJobsList .imgwrap{
        height: 204px;
    }
    #myJobsList .imgwrap{
        line-height: 204px;
    }
    #myJobsList .imgwrap img{
        max-height: 204px;
    }
}

@media (min-width: 992px) and (max-width:1025px) {
    .home-job .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    #myJobsList .jobbg,
    #myJobsList .imgwrap{
        height: 210px;
    }
    #myJobsList .imgwrap{
        line-height: 210px;
    }
    #myJobsList .imgwrap img{
        max-height: 211px;
    }
    .sitesearch-head.open-search{
        left: 185px;
        width: calc(100% - 500px);
    }
    .navbar-collapse {
        max-width: 675px !important;
        float: left;
    }
}

@media (max-width:1150px) {
    .nzme-head {
        display: none;
    }
    .header-v2 .post-job {
        margin-left: 0;
    }
     .left-head {
        font-size: 22px;
        line-height: 24pt;
    }
    .cta-open-search {
        font-size: 11pt;
        height: 33px;
        visibility: visible;
    }
}

@media (max-width:1025px) {
    .navbar-brand {
        width: 171px;
    }
    .navbar-nav {
        margin-left: 170px;
    }
    .foot-wrap {
        margin-top: 0;
    }
    .jxt-news-pagination .jxt-news-ellipsis,
    .jxt-news-pagination .jxt-news-first-page,
    .jxt-news-pagination .jxt-news-last-page,
    .jxt-news-pagination li:first-child,
    .jxt-news-pagination li:last-child {
        display: inline-block;
    }
    #Top-nav-sticky .container {
        padding: 0;
    }
    /*style1 starts here*/
    .toogle-company-search .col-md-11 {
        width: 90.3%;
    }
    /*style1 ends here*/
    #myJobsList .slick-next {
        right: 10px;
    }
    #myJobsList .slick-prev {
        right: 70px;
    }
    .test-author {
        margin-right: -22px;
    }
    ul#side-drop-menu {
        display: none;
    }
}


/* Small devices (tablets, 768px and up) */

@media (max-width: 991px) {
    /*overwrite boostrap class for profile page*/
    /*   .banner-text{ display: none;}
    .nav-right{ display: none;}*/
    body {
        padding-top: 78px;
    }
    body.blue-blank-template .dynamic-content-holder {
        overflow: visible;
    }
    body.blue-blank-template img.logo {
        right: 25px;
    }
    #prefix_banner-container{
        height: 400px;
    }
    .slide-content h1 span{
        font-size:42px;
        line-height: 58px;
    }
    #widget-search .row{
        margin:0;
    }
    .slide-content h1 span{
        margin-left: 35px;
    }
    .sitesearch-head.open-search {
        left: 234px;
        width: calc(100% - 540px);
    }
    .sitesearch-head.open-search .searchbar {
        font-size: 15px;
    }
    .hub-links ul li {
        width: 32%;
        margin-bottom: -14px;
    }
    .links4 {
        width: 15%;
    }
    .navbar-brand {
        width: 169px;
        height: 83px;
        overflow: hidden;
    }
    .hub-links {
        padding-top: 0px;
    }
    .hub-links ul li:nth-of-type(3) a span {
        margin-bottom: 15px;
    }
    .hub-links ul li:nth-of-type(3) a {
        padding: 16px 33px 16px 33px;
    }
    .hub-links ul li strong span {
        margin-bottom: 5px;
    }
    #widget-search select,
    #widget-search input[type="text"] {
        padding: 13px 12px 12px;
    }
    .banner-text {
        font-size: 18px;
        padding-right: 216px;
        padding-left: 38px;
    }
    .navbar-nav {
        float: none;
        margin-left: 0;
        margin-bottom: 25px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-fixed-top {
        -webkit-transform: none;
        transform: none;
    }
    .navbar-fixed-top .navbar-collapse.fullht {
        bottom: 0;
        top: 0;
        position: fixed;
        padding-top: 65px;
        max-height: 100%;
        padding-right: 0;
        border: none;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }
    .navbar-fixed-top .navbar-collapse {
        height: 750px;
        padding-left: 0;
        overflow: auto;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
        font-size: 35px;
        padding: 0;
        margin: 0;
        border-radius: 6px;
        padding-left: 15px;
        padding-right: 15px;
        position: absolute;
        left: 172px;
        top: 12px;
        z-index: 10;
    }
    .navbar-collapse a.dropdown-toggle {
        width: 100%;
    }
    .navbar-collapse a.dropdown-toggle .caret {
        opacity: 0;
    }
    .navbar-toggle .fa-bars:before {
        content: '\f00d';
    }
    .navbar-toggle.collapsed .fa-bars:before {
        content: '\f0c9';
    }
    .navbar-wrapper {
        border-top: none;
    }
    .navbar-collapse {
        max-height: 700px;
        box-shadow: inset 0 1px 0 rgba(234, 234, 234, 0.8);
    }
    .navbar-collapse {
        position: absolute;
        top: 100%;
        background-color: #fff;
        width: 100%;
        box-shadow: none;
    }
    #site-topnav .nav a {
        color: #333;
        border: none;
        outline: none !important;
        margin: 0;
        font-size: 150%;
        padding: 10px 20px;
        white-space: normal;
    }
    #site-topnav .nav li li a {
        padding: 10px 15px;
    }
    a#child-menu:before {
        background: transparent;
    }
    #site-topnav .nav a:hover {
        color: #fc3f35
    }
    .navbar-brand {
        padding: 0;
        z-index: 999;
    }
    .navbar-nav .open .dropdown-menu {
        padding: 15px;
        background-color: #fc3f35;
        border-radius: 0;
    }
    .navbar-nav .open .dropdown-menu li {
        margin-bottom: 6px;
    }
    #site-topnav .navbar-nav>li>a {
        display: inline-block;
        margin: 0 15px;
        padding: 15px 15px 10px;
    }
    #site-topnav .navbar-nav li.open>a:first-child {
        background-color: #fc3f35;
        color: #fff;
    }
    a#child-menu {
        display: inline;
        z-index: 5;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        padding-left: 40px;
        padding-right: 40px;
        background-color: transparent;
        padding-top: 6px;
    }
    #site-social {
        margin-top: 20px;
    }
    ul#site-social {
        margin-right: 0px;
    }
    .respmenu-site {
        text-align: center;
    }
    .respmenu-site .nav-right {
        float: none;
        display: block;
    }
    .respmenu-site .nav-right #site-social {
        display: block;
        margin: 0px 15px 15px 8px;
        float: none;
    }
    .innernews-wrap {
        margin-bottom: 15px;
    }
    /*

    System Responsive

    */
    .system-banner h1 {
        margin-left: 0;
    }
    .breadcrumbs,
    .job-detail-centre .apply-now-link,
    #jobdetail-interested-in-job {
        display: none;
    }
    .boardyLoginWithSocial a img{
        margin-bottom: 4px;
    }
    .jd-btm-description {
        margin-bottom: 0em;
    }
    .job-toplink a {
        display: block;
        margin: 0 0 0em 0;
    }
    .job-rightlinks {
        clear: both;
        float: none;
        text-align: left;
        width: 100%;
    }
    .job-rightlinks .search-result-save-job-link,
    .job-rightlinks .search-result-links-separator,
    .job-rightlinks .search-result-send-email-link,
    .job-rightlinks br {
        display: none;
    }
    .description-holder .job-checkbox {
        width: 10%;
    }
    .description-holder .locandsalary {
        font-size: small;
        overflow: hidden;
        margin: 0 0 1em 0;
        width: 90%;
    }
    .description-holder .locandsalary span {
        margin: 0 10px 0 0;
        float: left;
    }
    .description-holder .description-text {
        width: 100%;
    }
    .description-holder .job-checkbox {
        float: right;
        height: 80px;
        overflow: hidden;
        text-align: right;
    }
    #wrapper #job-ad-template {
        width: 100%;
    }
    .job-detail-centre {
        clear: both;
        float: none;
        padding: 1em 0;
        width: 100%;
    }
    .jobdetail-options {
        overflow: hidden;
    }
    .job-detail-centre .jobdetail-padding {
        padding: 0;
    }
    .job-detail-centre .jobdetail-options ul {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 1em 0;
        width: 49%;
    }
    .jobcontainer-right {
        padding-left: 0;
    }
    .jobdetail-top .job-detailtop-title,
    .jobdetail-top .backtoresults {
        float: none;
        padding: 0;
        width: 100%;
    }
    .jobdetail-top .job-detailtop-title {
        width: auto;
        float: left;
    }
    .jobdetail-top .backtoresults a {
        width: auto;
    }
    .jobdetail-top .job-detailtop-title {
        margin-bottom: 1em;
    }
    .home-job {
        padding-bottom: 30px;
        /*overflow: hidden;*/
    }
    .home-job .slick-dots {
        bottom: 5px;
    }
    .home-news {
        padding-bottom: 30px;
    }
    .applysmart-block h2 {
        font-size: 50px;
        bottom: -82px;
    }
    .footer-right h2 {
        margin-left: 5px;
    }
    .smart-right {
        padding: 100px 57px 70px;
    }
    .smart-left {
        padding: 100px 57px 70px;
    }
    .logo-list ul li {
        width: 25%;
        margin-left: -4px;
    }
    .logo-list p br {
        display: none
    }
    .brand-logo {
        padding: 65px 0 5px;
    }
    .footer-media {
        padding-bottom: 10px;
    }
    .footer-navigation {
        margin-bottom: 35px;
        padding-top: 0;
    }
    .footer-logo {
        margin-top: 65px;
    }
    #footer-widget h2 {
        font-size: 32px;
    }
    #footer-widget h2 span {
        padding: 11px;
        display: inline;
    }
    #footer-widget h2 {
        margin-bottom: 22px;
    }
    #footer-widget .form-group {
        margin-top: 12px;
    }
    #footer-widget {
        margin-bottom: 70px;
    }
    .smart-left p {
        padding-left: 26px;
    }
    .smart-left a {
        margin-left: 23px;
    }
    .smart-section p {
        width: 100%;
        min-height: 130px;
    }
    .smart-left {
        padding: 31px 30px 77px 15px;
        width: 375px;
    }
    .apply-smarter h2 {
        font-size: 55px;
        margin-top: -119px;
    }
    .apply-smarter .smart-left h2 {
        margin-top: -236px;
    }
    .smart-right {
        padding: 51px 15px 78px 26px;
        width: 375px;
    }
    #moreinfo {
        padding: 142px 0 0 0;
    }
    #footer-widget .col-md-2 {
        width: 100%;
    }
    #footer-widget .col-md-2.form-group.widget-text {
        width: 30%;
        max-width: 152px;
        float: right;
    }
    #footer-widget .col-md-2.footer-selectinput,
    .footer-select {
        width: 33.3%;
    }
    .hub-links ul li strong {
        padding: 25px 33px 14px 33px;
        line-height: 1.2;
    }
    .sec-hub {
        padding: 40px 0 120px;
    }
    .sec-btn {
        margin-left: 309px;
    }
    .homenewslist {
        padding-bottom: 95px;
    }
    .homenewslist .slick-dots {
        position: static;
        margin-top: 18px;
    }
    .home-job .row {
        margin-left: -30px;
        margin-right: -30px;
    }
    .job-block {
        margin: 0;
        padding: 0 10px;
        max-width: 380px;
    }
    .bannerjob-list .job-block{
        max-width: 100%;
    }
    #myJobsList {
        padding-bottom: 44px;
    }
    #myJobsList .slick-dots {
        bottom: -20px;
    }
    #myJobsList .slick-next {
        right: 32px;
    }
    #myJobsList .slick-prev {
        right: 90px;
    }
    #myJobsList .jobbg,
    #myJobsList .imgwrap{
        height: 256px;
    }
    #myJobsList .imgwrap{
        line-height: 256px;
    }
    #myJobsList .imgwrap img{
        max-height: 257px;
    }
    .bannerjob-list .jobbg,
    .bannerjob-list .imgwrap{
        height: 244px;
    }
    .bannerjob-list .imgwrap{
        line-height: 244px;
    }
    .bannerjob-list .imgwrap img{
        max-height: 246px;
    }
    .bannerjob-list .jobcontent-footer {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .footer-navigation li {
        margin-right: 30px;
    }
    .footer-navigation li:last-child {
        margin-right: 0;
    }
    #site-topnav .dropdown-menu li a {
        font-size: 13px;
    }
    .job-title {
        min-height: 90px;
    }
    .smart-section .smart-right p {
        padding-left: 28px;
    }
    .smart-section .smart-right .btn.btn-primary {
        margin-left: 28px;
    }
    .search-widget .sbHolder {
        font-size: 22px;
    }
    .sec-hub .heading-top {
        margin-top: -124px;
    }
    .powered-by img {
        width: 90px;
    }
    .service-block a .hub-service span {
        padding: 5px 8px 5px 9px;
    }
    .innerbanner-search .col-sm-4.form-group {
        width: 30.33%;
    }
    .innerbanner-search .search-widget .sbHolder,
    .innerbanner-search input[type="text"] {
        font-size: 16px;
    }
    .innerbanner-search .widget-text p {
        margin-right: -41px;
    }
    .innerbanner-search #btn-widget-search {
        padding: 15px 19px 14px;
    }
    .banner-top h3 {
        font-size: 23px;
    }
    .banner-top h1 {
        font-size: 45px;
    }
    .company-profiles .inner-banner .banner-top strong{
        max-width: 500px;
    }
    .top-bluehead {
        font-size: 42px;
    }
    .innernews-wrap .sec-btn {
        margin-left: 297px;
        top: 90px;
    }
    .catwrap-right ul li a {
        font-size: 10px;
        white-space: nowrap;
    }
    .catwrap-right {
        padding-top: 30px;
    }
    .career-news .sec-btn {
        margin-left: 270px;
        top: 77px;
    }
    /*.left-industrylist .news-desc h3 a {
        font-size: 20px;
    }*/
    .innerpage-news {
        padding: 47px 0 84px;
    }
    
    /* .bannerjob-list .job-title {
        min-height: 115px;
    } */
    /* .bannerjob-list .jobbg {
        height: 436px;
    } */
    .bannerjob-list .jobcontent-footer {
        margin-right: -24px;
    }
    .jobcounter {
        font-size: 40px;
    }
    .left-wrap {
        width: 58%;
    }
    .right-wrap {
        float: right;
    }
    .foot-wrap a {
        padding: 6px 11px 6px 35px;
        margin-right: 12px;
    }
    /* .bannerjob-list .job-desc {
        min-height: 190px;
    } */
    .jxt-news-item-excerpt {
        margin-bottom: 0;
    }
    #side-left {
        width: 100%;
    }
    #side-left>div {
        max-width: 100%;
    }
    #side-left .industry-sec {
        display: none;
    }
    #content.col-sm-8.col-md-8 {
        width: 100%;
    }
    .left-head span {
       padding: 7px 9px 6px 11px;
    }
    #side-drop-menu li#AdvancedSearchFilter_PnlSalary .sbHolder a,
    .jxt-salary-bands .jxt-salary-min input,
    .jxt-salary-bands .jxt-salary-max input {
        font-size: 18px;
    }
    .foot-wrap span.jxt-result-worktype:before {
        display: none;
    }
    .testimonial-slider .container {
        max-width: 750px;
    }
    .test-cont {
        font-size: 40px;
        padding: 8px 0 12px;
    }
    .test-author {
        margin-top: -27px;
    }
    .about-yudu .applysmart-block {
        padding: 360px 0 0px;
    }
    .apply-smarter .why-yuduhead h2 {
        font-size: 40px;
        margin-top: -61px;
    }
    .yudu-contactleft {
        width: 360px;
    }
    .yudu-contactright {
        width: 360px;
        padding: 30px 35px 91px 41px;
    }
    .ad-sec {
        margin-top: 60px;
    }
    .widget-block {
        margin: 40px 0;
    }
    #footer > .widget-block{
        margin-left: 35px;
        margin-right: 35px;
    }
    .content-holder .widget-block {
        margin-bottom: 90px;
    }
    .jobprice-counter ul li:nth-of-type(3) .price-count {
        width: 150px;
    }
    .price-count {
        width: 120px;
        font-size: 50px;
    }
    .jobprice-counter ul li:nth-of-type(3) p {
        font-size: 40px;
    }
    .jobprice-counter ul li p {
        font-size: 26px;
    }
    .nz-news p {
        min-height: 220px;
    }
    .boost-table ul li h3 span {
        font-size: 18px;
        margin-left: 0;
        display: block;
    }
    .boost-table ul li {
        font-size: 26px;
    }
    .boost-table ul li span {
        font-size: 14px;
    }
    .boost-list {
        font-size: 17px;
    }
    .contact-text {
        padding: 61px 0 124px;
    }
    .contact-form h2 span {
        font-size: 50px;
    }
    .contact-form h2 {
        margin-top: -234px;
    }
    .faq-text {
        padding: 42px 0 0px;
    }
    .faq-text p:last-child {
        margin-bottom: 35px;
    }
    .privacy-text {
        padding: 64px 0 44px;
    }
    /*style1.css starts*/
    .toogle-company-search .col-md-11 {
        width: 80.3%;
    }
    .social-media li {
        margin: 0 3px;
    }
    /*style1.css ends*/
    /*style2 css starts here*/
    .error-section {
        height: 600px;
    }
    .error-text a span {
        display: block;
    }
    .under-construction-section {
        height: 500px;
    }
    .error-text .heading-top {
        font-size: 50px;
    }
    .error-text p br {
        display: none;
    }
    .error-text p,
    .error-text a {
        font-size: 20px;
    }
    #content .error-section-text h1 {
        font-size: 90px;
    }
    #content .error-section-text h2 {
        font-size: 35px;
    }
    content .error-section-text p {
        font-size: 20px;
    }
    /*style2 css ends here*/
    .boost-list ul li {
        width: 18.3%;
    }
    .morejob-sec p {
        margin-top: 25px;
        margin-left: -22px;
        white-space: normal;
    }
    
    .widget-block h2,
    #side-left .widget-block h2 {
        font: 24px/1.4 malva-ExtraBold;
    }
    .leftnavigate .left-head {
        font-size: 26px;
    }
    .widget-careerTool ul li a {
        font-size: 21px
    }
    .close-search {
        right: -65px;
    }
    .test-author {
        margin-right: 27px;
    }
    .error-section-text {
        max-width: 645px;
    }
    #content .error-section-text h2 {
        font-size: 37px;
    }
    /*news page responsive*/
    .jxt-news-filter-refinements {
        display: none;
    }
    .toggle-sidebar {
        background: #24D4EE;
        padding: 5px 20px 2px;
        font: 12px Malva-Bold;
        text-transform: uppercase;
        color: #fff;
        position: relative;
        float: left;
        margin-left: 165px;
        margin-top: -23px;
        cursor: pointer;
    }
    .toggle-sidebar:hover,
    .toggle-sidebar:focus {
        background-color: #1B9BAE;
    }
    .news-result-page #side-left,
    .news-result-page #content,
    .news-single-page #side-left,
    .news-single-page #content {
        width: 100%;
    }
    .bannerjob-list a.favourite.hover {
        background: #fc3f35;
    }
    #side-left {
        margin-bottom: 20px;
    }
    
    /* Company search */
    .company-holder {
        width: 50%;
    }
    .company-holder:nth-child(3n+1) {
        clear: none;
    }
    .company-holder:nth-child(2n+1) {
        clear: clear;
    }
    #content-container {
       padding-top: 20px;
    }
    .left-head {
	    margin: 0 0 30px 0;
	    clear: both;
    }
    .favourite-search-button {
        width: 170px !important;
        float: left;
    }
    .create-alert-button {
        width: 35% !important;
        float: left;
        margin-bottom: 30px;
    }
    .jobtype-search a {
        font-size: 10pt;
        padding-left: 18px;
    }

}

@media (min-width: 768px) and (max-width: 992px) {
    .boost-table ul li{
        font-size: 23px;
    }
}

@media (min-width: 768px) and (max-width: 805px) {
    /* .home-job .row {
        margin-left: -15px;
        margin-right: -15px;
    } */
    #myJobsList .jobbg,
    #myJobsList .imgwrap{
        height: 242px;
    }
    #myJobsList .imgwrap{
        line-height: 242px;
    }
    #myJobsList .imgwrap img{
        max-height: 14.95em
    }
}


/* 8. Responsive Media Queries-------------------------------------------------- */

@media (max-width: 767px) {
    body.blue-blank-template .lp-wrapper {
        padding-left: 35px;
        padding-right: 35px;
    }
    body.blue-blank-template .container {
        padding-left: 0;
        padding-right: 0;
    }
    .company-profiles .inner-banner {
        height: 190px!important;
    }
    .company-profiles .banner-top{
        top:100px;
    }
    .company-profiles .banner-top h1{
        padding-left: 0;
    }
    .company-profiles .inner-banner .banner-top strong{
        margin-left: 0;
        line-height: 1;
    }
    .company-profiles .innersearch-sec {
        padding-top: 30px;
    }
    .companySearch-search-holder{
        display: none;
    }
    .companySearch-search-holder .form-all{
        width: 100%;
        float: none;
    }
    .companySearch-search-holder .adv-searchbottom{
        float: none;
        margin-left: 0;
        text-align: right;
    }
    .companySearch-search-holder{
        padding-bottom:30px;
    }
    #content .adv-searchbottom .mini-new-buttons{
        font-size: 16px!important;
        background: #011728;
    }

    body.home h1,
    body.blue-blank-template h1 {
        font-size: 5.5rem;
    }
    body.home h1 span,
    body.blue-blank-template h1 span {
        padding: 10px 10px;
    }
    body.home h1 span:first-child,
    body.blue-blank-template h1 span:first-child {
        padding-top: 20px;
        line-height: 1.25;
    }
    #prefix_banner-container{
         height:550px;
    }
    .slide-content{
        top: 25px;
    }
    .slide-content h1{
        margin-bottom: 17px;
    }
    .slide-content h1 span{
        font-size:36px;
        margin-left:17px;
    }
    .slide-content h1 span:first-child {
        padding-top: 15px;
    }
    .slide-content h1 span:last-child {
        padding-bottom: 18px;
    }
    .slide-content h1 span{
        line-height:50px;
        padding: 9px 13px;
        letter-spacing:1px;
    }
    .r17_team-member-page .staff-holder {
        padding: 20px;
    }
    body {
        padding-top: 0;
    }
    #Top-nav-sticky .container {
        padding: 0;
    }
    .navbar-fixed-top {
        -webkit-transition: opacity 0.4s ease;
        -moz-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
    }
    #side-drop-menu {
        display: none;
    }
    .navbar-fixed-top.hideMenu {
        opacity: 0;
    }
    .navbar-fixed-top.hideMenu.opened{
        opacity: 1;
    }
    .bannerjob-list .slick-next,
    .bannerjob-list .slick-prev {
        top: -35px;
        height: 36px;
    }
    .bannerjob-list .slick-prev {
        right: 42px;
    }
    .boardy-GroupStatus-loginBefore {
        background: transparent;
        text-align: left;
        position: absolute;
        top: 0;
        margin-top: 0;
        left: 162px;
        z-index: 10;
    }
    .boardy-GroupStatus-loginBefore {
        display: none;
    }
    .boardy-GroupStatus-loginBefore.active {
        display: block;
    }
    .navbar-collapse .boardy-GroupStatus-loginBefore span a {
        text-transform: uppercase;
    }
    .boardy-GroupStatus-loginBefore span {
        margin-left: 0;
        float: left;
    }
    .boardy-GroupStatus-withMenu span.GroupStatus-registerBefore a {
        background: #000f65;
    }
    .boardy-GroupStatus-withMenu a {
        color: #fff;
        font-size: 11px;
        font-family: 'Malva-ExtraBold';
        height: 76px;
        padding: 32px 10px;
        display: inline-block;
        background: #fc3f35;
        text-transform: uppercase;
    }
    .boardy-GroupStatus-withMenu a:hover,
    .boardy-GroupStatus-withMenu span.GroupStatus-registerBefore a:hover,
    .boardy-GroupStatus-withMenu span.GroupStatus-registerBefore a:focus,
    .boardy-GroupStatus-withMenu a:focus {
        background-color: #000;
    }
    .h-section h2 {
        font-size: 30px;
        text-align: center;
    }
    .section-about h2 {
        position: static;
        margin-top: 0;
    }
    .post-job li a {
        padding: 20px;
        display: block;
        width: 150px;
        margin: 0 auto;
    }
    #widget-search select,
    .custom-select select,
    #footer-widget select {
        padding-right: 65px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #widget-search select, #widget-search input[type="text"]{
        height: 60px;
        font-size: 24px;
        line-height: 1.2;
    }
    #footer-widget select {
        height: 50px;
        line-height: 45px;
    }
    .innerbanner-search select {
        height: 45px;
        font: 16px Malva-MediumItalic;
    }
    .homenews-footer .home-news{
        padding-bottom: 15px;
    }
    .homenews-footer .sec-btn {
        position:static;
        margin-bottom: 0;
    }
    #widget-search .custom-select .search-widget,
    .innerbanner-search .custom-select .search-widget,
    #footer-widget .custom-select .search-widget {
        position: relative;
        background: #fff;
        border-bottom: 5px solid #021464;
        padding-bottom: 0;
    }
    .innerbanner-search .custom-select .search-widget {
        border-bottom-color: #fc3f35;
    }
    .hospitality-and-tourism .innerbanner-search .custom-select .search-widget {
        border-bottom-color: #4e0463;
    }
    .sales-and-retail .innerbanner-search .custom-select .search-widget {
        border-bottom-color: #033e5e;
    }
    .health-sport-science .innerbanner-search .custom-select .search-widget {
        border-bottom-color: #a81b50;
    }
    .engineering-and-construction .innerbanner-search .custom-select .search-widget {
        border-bottom-color: #015f22;
    }
    .finance-law-corporate .innerbanner-search .custom-select .search-widget {
        border-bottom-color: #18377a;
    }
    .it-and-technology .innerbanner-search .custom-select .search-widget {
        border-bottom-color: #66024a;
    }
    .marketing-media-and-the-arts .innerbanner-search .custom-select .search-widget {
        border-bottom-color: #b80a6c;
    }
    .education .innerbanner-search .custom-select .search-widget {
        border-bottom-color: #634b05;
    }
    .manufacturing-transport-and-logistics .innerbanner-search .custom-select .search-widget {
        border-bottom-color: #eedf2c;
    }
    .community-services-and-government .innerbanner-search .custom-select .search-widget {
        border-bottom-color: #3e039d;
    }
    .farming-and-primary-industry .innerbanner-search .custom-select .search-widget {
        border-bottom-color: #5f3a1d;
    }
    .small-business-and-startups .innerbanner-search .custom-select .search-widget {
        border-bottom-color: #47827e;
    }
    #footer-widget .custom-select .search-widget {
        border-bottom-color: #fee43d;
    }
    #widget-search .custom-select .search-widget:before,
    .innerbanner-search .custom-select .search-widget:before,
    #footer-widget .custom-select .search-widget:before {
        background: #fc3f35 url(../images/dropdown--arrow.png) no-repeat center center;
        display: inline-block;
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        right: 0;
    }
    #widget-search .custom-select .search-widget:before {
        widows: 61px;
        height: 61px;
    }
    .innerbanner-search .custom-select .search-widget:before {
        background-color: #fc3f35;
        height: 45px;
        width: 45px;
    }
    .meet-team .staff-holder {
        padding: 20px 10px;
    }
    #site-social {
        margin-top: 20px;
    }
    ul#site-social {
        margin-right: 0px;
    }
    .home-job .row {
        margin-left: -35px;
        margin-right: -35px;
    }
    /*

    System Responsive

    */
    .bannerjob-list {
        width: calc(100% + 72px);
        left: -37px;
        background: #021464;
        padding: 30px 0 40px;
        margin-top: 55px;
        position: relative;
    }
    .bannerjob-list .job-desc {
        min-height: 63px;
    }
    /* .bannerjob-list .slick-next, .bannerjob-list .slick-prev{
        display: none!important;
    }*/
    .banner-head {
        position: absolute;
        top: -25px;
        left: 0;
        z-index: 1;
        margin-top: 0;
    }
    .bannerjob-list .job-block {
        border-width: 10px;
        max-width: 360px;
    }
    .job-navbtns .button.actions-button,
    .job-navbtns .button.filters-button {
        display: block;
    }
    .job-detail-centre .jobdetail-options .print-image,
    .jobdetail-top .job-detailtop-title {
        display: none;
    }
    .job-detail-centre .jobdetail-options ul {
        float: none;
        overflow: hidden;
        width: 100%;
    }
    .job-detail-centre a::before {
        top: 13px;
    }
    .post-job,
    .site-login,
    .site-search {
        display: none !important;
    }
    .visible-xs .site-login {
        display: block!important;
    }
    .navbar-toggle {
        left: auto;
        right: 0;
    }
	#widget-search .field-wrapper{
	    width: 100%;
	}
    #widget-search .form-group {
        margin-bottom: 15px;
        float: none;
        width: 100%;
        margin-right: 0;
    }
    #widget-search .search-button {
        width: 175px;
        float: right;
        margin-top: 5px;
    }
    #btn-widget-search {
		margin-top: 0;
        padding: 15px;
        letter-spacing: 1px;
        font-size: 20px;
        height: auto;
    }
    .banner-text {
        display: none;
    }

    .sec-hub .heading-top {
        font-size: 38px;
    }
    .heading-top span {
        line-height: 53px;
    }
    .sec-hub .heading-top {
        margin-top: -114px;
    }
    .hubservice-list [class*=col-] {
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 0px 11px;
    }
    .sec-hub {
        padding: 40px 0 60px;
    }
    .heading-top {
        font-size: 38px;
    }
    .home-news .heading-top {
        margin-top: -121px;
    }
    .home-job .heading-top {
        margin-top: -121px;
        margin-bottom: 24px;
    }
    .sec-btn {
        position: relative;
        z-index: 9999;
        margin-left: 0;
        top: 8px;
        margin-bottom: 35px;
    }
    .homenewslist .slick-next,
    .homenewslist .slick-prev,
    #myJobsList .slick-prev,
    #myJobsList .slick-next {
        display: none !important;
    }
    .job-block{
        max-width: 360px;
        margin:0 auto;
        display: block!important;
    }
    #myJobsList .jobbg,
    #myJobsList .imgwrap{
        height: 32vw;
    }
    #myJobsList .imgwrap{
        line-height: 31vw;
    }
    #myJobsList .imgwrap img{
        max-height: 32vw;
    }
    .home-job{
        margin-top: 40px;
    }
    .home-job .sec-btn {
        margin-left: 0;
        top: -10px;
        margin-bottom: 15px;
    }
    .content-holder .widget-block{
        margin-bottom: 40px;
    }
    a.favourite.hover {
        background: #011728;
    }
    a.favourite.hover:hover {
        background: #000;
    }
    .savedJob a.favourite, .savedJob a.favourite:hover{
        color:#fc3f35; 
    }
    .company-detail-page a.favourite.hover{
        background: #fc3f35;
    }
    .company-detail-page a.favourite.hover:hover, 
    .company-detail-page a.favourite.hover:focus{
        background: #000;
    }
    .job-title h3,
    .job-title h3 a {
        font-size: 22px;
    }
     
    .job-title h3,
    .bannerjob-list .job-title h3{
        height: 49px;
    }
    .ellipsis:after {
        top: 24px;
        bottom: auto;
        line-height: 1.5;
    }
    .bannerjob-list .ellipsis:after {
        background: #f3f2ec;
    }
    .jobdate span.rss-item-pubDate-date {
        font-size: 24px;
    }
    .jobdate span.rss-item-pubDate-month {
        font-size: 16px;
    }
    #myJobsList .slick-dots {
        bottom: -22px;
        text-align: center;
        padding: 0 20px;
        display: none !important;
    }
    #footer-widget h2 span:first-child {
        padding-top: 10px;
    }
    .brand-logo h2 {
        font-size: 40px;
    }
    .logo-list ul li {
        width: 31%;
    }
    #moreinfo {
        padding: 76px 0 0 0;
    }
    #footer-widget {
        margin-bottom: 40px;
        padding: 0 5px;
    }
    .footer-logo ul {
        text-align: right !important;
    }
    #disclaimer .footer-logo ul li {
        min-width: 120px;
        display: inline-block;
        margin: 0 0 0 11px;
    }
    .powered-by img {
        width: 75px;
    }
    .footer-logo {
        margin-top: 45px;
    }
    .navbar-nav {
        margin-top: 20px;
        margin-right: 0;
    }
    .smart-section p {
        width: 96%;
        min-height: 10px;
        padding-left: 0;
        margin-bottom: 35px;
    }
    .smart-left a {
        margin-left: 0;
    }
    .smart-left {
        padding: 21px 58px 91px 35px;
        width: auto;
        float: none;
    }
    #myJobsList .slick-dots li button {
        width: 14px;
        height: 14px;
    }
    .apply-smarter h2 {
        font-size: 46px;
        padding: 19px 0 18px;
        margin-top: -135px;
        margin-bottom: 16px;
    }
    #footer-widget .form-group {
        margin-top: 0;
        margin-bottom: 20px;
    }
    #footer-widget h2 {
        margin-bottom: 40px;
        font-size: 38px;
    }
    #footer-widget .col-md-2,
    .footer-select,
    #footer-widget .col-md-2.footer-selectinput,
    #footer-widget .col-md-2.form-group.widget-text {
        width: 100%;
    }
    #footer-widget .search-widget .sbHolder,
    #footer-widget .search-widget .sbSelector,
    #footer-widget input[type="text"] {
        height: 50px;
        line-height: 50px;
    }
    #footer-widget .search-widget .sbHolder:before,
    #footer-widget .sbToggle {
        height: 50px;
        width: 50px;
    }
    /*.navbar-brand{
        width:160px;
    } */
    .hub-links ul li {
        margin-bottom: 5px;
    }
    .hub-links ul li>strong {
        padding: 25px 15px;
    }
    .applysmart-block {
        background-image: url(../images/apply-filtermobile.jpg);
        background-position: top center;
    }
    body {
        padding-top: 75px;
    }
    .container {
        padding-left: 35px;
        padding-right: 35px;
    }
    #content {
        padding-left: 0;
    }
    /*#content-container {
        padding-left: 25px;
        padding-right: 25px;
    }*/
    .job-title {
        min-height: 80px;
    }
    #widget-search {
        margin: -12px 0px 10px;
    }
    .news-wrap {
        overflow: visible;
        padding-top: 20px;
    }
    #myJobsList {
        /*padding-bottom: 15px;*/
        padding-top: 0;
    }
    .count-slides {
        bottom: 35px;
    }
    .banner-job .count-slides {
        top: calc(100% - 175px)!important;
        z-index: 11;
        color: #fff!important;
    }
    /* .jobbg {
        height: 58vw;
    } */
    .smart-right {
        padding: 51px 35px 60px;
        width: auto;
        float: none;
    }
    .smart-section .smart-right p {
        padding-left: 0
    }
    .smart-section .smart-right .btn.btn-primary {
        margin-left: 0
    }
    .bunservices {
        margin-top: 40px;
        padding-bottom: 60px;
        padding-bottom: 60px;
    }
    .bunservices.row {
        margin-left: -35px;
        margin-right: -35px;
    }
    .smart-section .btn.btn-primary {
        padding: 19px 46px 18px;
    }
    .homenewslist {
        margin: 33px -35px 0;
        padding-bottom: 45px;
    }
    .heading-top span:first-child {
        padding-top: 12px;
    }
    #footer-widget h2 span {
        padding: 5px 11px;
        line-height: 1.2;
        display: inline-block;
    }
    #footer-widget h2 span:last-child {
        padding-bottom: 9px;
    }
    .apply-smarter h2 span {
        padding: 7px 20px 10px 16px;
    }
    .apply-smarter .smart-left h2 {
        margin-top: -263px;
    }
    .footer-navigation {
        margin: 0px auto;
        margin-bottom: 35px;
        max-width: 290px;
    }
    .footer-navigation li {
        margin: 0 8px 8px;
    }
    .footer-navigation li:before {
        right: -11px;
    }
    .footer-navigation li:nth-of-type(3):before,
    .footer-navigation li:nth-of-type(6):before {
        display: none;
    }
    #disclaimer ul {
        max-width: 290px;
        margin: 0px auto;
    }
    #disclaimer .footer-logo ul {
        max-width: 390px;
    }
    #disclaimer ul li:before {
        right: -13px;
    }
    #disclaimer ul li:nth-of-type(2):before {
        display: none;
    }
    #footer-widget #btn-widget-search.visible-xs {
        display: inline-block !important;
    }
    .innerbanner-search .col-sm-4.form-group {
        width: 100%;
        margin-bottom: 20px;
    }
    .innerbanner-search [class*=col-] {
        padding: 0 15px;
    }
    .innerbanner-search .widget-text p {
        margin-right: 0;
    }
    .innerbanner-search #btn-widget-search {
        margin-top: 20px;
    }
    a#search-inner {
        display: inline-block !important;
        padding: 7px 9px;
        display: inline-block;
        background: #000;
        font-size: 18px;
        font-family: "open sans", sans-serif;
        font-weight: 400;
        color: #fff;
        font-family: 'Malva-ExtraBold';
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        position: relative;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    a#search-inner:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #021464;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .engineering-and-construction a#search-inner:before,
    .small-business-and-startups a#search-inner:before,
    .hospitality-and-tourism a#search-inner:before,
    .sales-and-retail a#search-inner:before,
    .health-sport-science a#search-inner:before,
    .finance-law-corporate a#search-inner:before,
    .it-and-technology a#search-inner:before,
    .marketing-media-and-the-arts a#search-inner:before,
    .education a#search-inner:before,
    .manufacturing-transport-and-logistics a#search-inner:before,
    .community-services-and-government a#search-inner:before,
    .farming-and-primary-industry a#search-inner:before {
        background: #3d4f5d
    }
    .innerbanner-search .widget-text p a {
        width: 83px;
        float: right;
    }
    a#search-inner:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    a#search-inner span {
        padding: 0;
        background: transparent;
    }
    .inner-head span {
        font-family: 'Malva-ExtraBold';
        font-weight: 400;
        font-size: 18px;
    }
    .toogle-search {
        display: none;
    }
    .innerbanner-search {
        padding-bottom: 23px;
    }
    .innernews-wrap .sec-btn {
        margin-left: 0;
        top: 18px;
    }
    .career-news .sec-btn {
        top: 8px;
        margin-left: 0;
    }
    .banner-top .container {
        padding: 0;
    }
    .respmenu-site {
        text-align: center;
        padding: 0 30px;
    }
    .respmenu-site .post-job {
        display: inline-block !important;
        width: 100%;
        position: relative;
        z-index: 0;
    }
    .respmenu-site .sitesearch-head {
        position: relative;
        z-index: 100;
        left: 0;
        clear: both;
        float: none;
        width: 100%;
        display: block !important;
        height: auto;
    }
    .respmenu-site .sitetop-head input[type="text"],
    .respmenu-site .searchbar {
        opacity: 1;
        visibility: visible;
    }
    .respmenu-site .sitetop-head input[type="text"] {
        float: none;
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
    }
    .close-search {
        display: none;
    }
    .respmenu-site .searchbar {
        padding: 11px 12px;
        width: 145px;
        margin-top: 5px;
    }
    .sitetop-head {
        float: none;
        width: 100%;
        overflow: hidden;
        padding: 33px 0;
        border-top: 1px solid #909598;
        border-bottom: 1px solid #909598;
        margin: 33px 0 29px;
    }
    .banner-top h3 {
        font-size: 20px;
    }
    .banner-top h1 {
        font-size: 40px;
        padding-left: 37px;
        margin-top: -7px;
    }
    .banner-top h1 span {
        padding: 15px 10px 8px 12px;
    }
    .banner-top .banner-desc {
        padding: 26px 15px 9px 26px;
        width: 56%;
        margin-left: 51px;
    }
    .inner-banner {
        height: 500px;
    }
    .system-banner {
        height: auto!important;
    }
    .inner-banner span.subtitle {
        position: static;
        display: block;
        margin-top: 10px;
        margin-left: 0;
        font-size: 18px;
    }
    .banner-top {
        top: 46%;
        left: 7px;
    }
    .banner-top .row {
        margin: 0;
    }
    .innerpage-news {
        padding: 92px 0 138px;
    }
    .categorynews-block .newsbg {
        margin-top: 65px;
        margin-bottom: 27px;
    }
    .innernews-wrap {
        padding-bottom: 0px;
        margin-bottom: 0;
    }
    .catwrap-right .ad-block {
        margin-bottom: 50px;
    }
    .home-news.career-news .news-wrap {
        padding-top: 18px;
    }
    .home-news.career-news .homenewslist {
        padding-bottom: 75px;
    }
    .home-news.career-news .homenewslist .slick-dots {
        bottom: 19px;
    }
    .catwrap-right ul {
        margin-bottom: 52px;
        margin-top: 60px;
    }
    .catwrap-right ul li a {
        font-size: 12px;
    }
    #side-left.hidden-xs {
        display: block !important;
        margin-bottom: 40px;
    }
    .jobtype-search>div {
        display: inline-block;
        width: 31%;
    }
    li#AdvancedSearchFilter_PnlSalary {
        width: 60%;
    }
    .bannerjob-list .jobbg {
        width: 100%;
        /* height: 350px; */
    }
    .bannerjob-list .imgwrap {
        /* height: 350px; */
    }
    .bannerjob-list .jobcontent {
        width: 100%;
    }
    .bannerjob-list .jobcontent-footer {
        margin-right: -20px;
        margin-top: 20px;
    }
    .bannerjob-list .job-title {
        min-height: auto !important;
    }
    .bannerjob-list .job-desc {
        min-height: 64px;
    }
    .left-wrap {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        flex-wrap: wrap;
        order: 1;
        margin-bottom: 0;
        padding: 10px 0 0;
    }
    .job-holder {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        flex-wrap: wrap;
        margin-bottom: 22px;
        padding: 10px 0 13px;
    }
    .right-wrap {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 5px;
    }
    .job-breadcrumbs {
        margin-top: 0;
        display: block;
        width: calc(100% - 96px);
    }
    .profile-pic {
        height: auto;
        max-height: 600px;
    }
    .leftnavigate.mobile-job {
        display: inline-block!important;
        width: 100%;
    }
    form[action="/"] .leftnavigate.mobile-job{
        display: none!important;
    }
    .homenews-footer .leftnavigate {
        margin-top: 18px;
        padding-top: 0
    }
    #tnt_pagination {
        margin-top: 30px;
    }
    .homenews-footer .ad-sec {
        margin-top: 60px;
    }
    .homenews-footer .carrer-left {
        padding-bottom: 20px;
    }
    .actions-button,
    .filters-button {
        display: none !important;
    }
    .select-title {
        float: left;
        left: 0;
    }
    .job-navbtns .button {
        float: left !important;
        left: 73px;
        margin-top: -19px;
        margin-bottom: 0;
    }
    .news-result-page .jxt-news-item:nth-of-type(odd) {
        padding-left: 0;
        padding-right: 15px;
    }
    .news-result-page .jxt-news-item:nth-of-type(even) {
        padding-left: 15px;
        padding-right: 0;
    }
    .toggle-sidebar {
        background: #24D4EE;
        padding: 5px 20px 2px;
        font: 12px Malva-Bold;
        text-transform: uppercase;
        color: #fff;
        position: relative;
        float: left;
        margin-left: 165px;
        margin-top: -71px;
        cursor: pointer;
    }
    .jxt-news-filter-container .toggle-sidebar {
        margin-top: -23px;
    }
    .toggle-sidebar:hover,
    .toggle-sidebar:focus {
        background-color: #1B9BAE;
    }
    .jxt-news-filter-refinements {
        display: none;
    }
    .bannerjob-list a.favourite.hover {
        background: #fc3f35;
    }
    .bannerjob-list .jobcontent {
        background: #f3f2ec;
    }
    .jobcounter {
        margin: 35px 0 45px;
        padding-left: 0;
    }
    .content-holder {
        margin-bottom: 0;
    }
    h1.jxt-news-item-title {
        font-size: 48px;
    }
    .jobcounter span {
        padding: 10px;
        line-height: 1.3;
    }
    #Top-nav-sticky .container {
        padding: 0;
    }
    .testimonial-slider .container {
        max-width: 100%;
    }
    .about-yudu .inner-banner {
        background-image: url(../images/homebanner-responsive.jpg);
    }
    .inner-content {
        padding: 46px 0 21px;
        font-size: 15px;
    }
    .testimonial-slider .slick-next,
    .testimonial-slider .slick-prev {
        display: none !important;
    }
    .test-cont {
        width: 95%;
    }
    .testimonial-slider {
        padding: 88px 0 78px;
    }
    .apply-smarter .why-yuduhead h2 {
        margin-top: -80px;
    }
    .yudu-border [class*=col-] {
        padding-bottom: 100px;
    }
    .yudu-border [class*=col-]:last-child {
        padding-bottom: 0;
    }
    .yudu-contactleft,
    .yudu-contactright {
        width: 100%;
        padding: 60px 30px;
    }
    .yudu-contact h2 {
        font-size: 40px;
    }
    .yudu-contact h2 {
        margin-top: -122px;
    }
    .contact-form .form-all {
        padding: 0 35px;
    }
    .yudu-contact {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        flex-wrap: wrap;
    }
    .left-bg {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        flex-wrap: wrap;
        width: 100%;
        float: none;
        order: 1;
        min-height: auto;
    }
    .right-bg {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        flex-wrap: wrap;
        width: 100%;
        float: none;
    }
    .test-author {
        margin-right: 66px;
        margin-top: -33px;
    }
    .banner-content {
        padding: 60px 0 120px;
    }
    .jobprice-counter ul li:nth-of-type(3) {
        display: block;
        padding: 40px 0;
        text-align: center;
        margin: 40px 0;
        border-top: 4px dotted #7b8287;
        border-bottom: 4px dotted #7b8287;
        width: 100%;
    }
    .jobprice-counter ul li span {
        float: none;
        margin-left: -138px;
    }
    .jobprice-counter ul li .price-count span {
        margin-left: 0;
    }
    .jobprice-counter ul li:nth-of-type(3) .price-count {
        width: 250px;
        margin: 0 auto;
    }
    .job-text {
        padding-bottom: 36px;
    }
    .jobprice-counter ul li {
        margin: 0 7px;
    }
    .price-count {
        width: 260px;
    }
    .morejob-sec p {
        margin-top: 24px;
        margin-left: 0;
    }
    .boost-job h2 span {
        font-size: 40px;
    }
    .boost-job h2 {
        margin-top: -147px;
    }
    .nz-news {
        padding: 15px 0 25px;
    }
    .nz-news img {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .nz-news .btn.btn-primary {
        margin-bottom: 40px;
        padding: 8px 14px 7px;
    }
    .nz-news .col-sm-5 {
        text-align: center;
    }
    .nz-content {
        padding: 20px 0;
    }
    .nz-content .btn.btn-primary {
        margin-bottom: 0;
    }
    .nz-news p {
        min-height: auto;
    }
    .regional-cntc .nz-content {
        padding: 24px 0 2px;
    }
    .regional-news h2 {
        font-size: 32px;
    }
    .regional-logo li {
        width: 39.5%;
        margin: 13px 10px;
    }
    .boost-list {
        display: none;
    }
    .boost-table ul li:nth-of-type(1) {
        width: 100%;
    }
    .boost-table ul li {
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #7b8287;
        font-size: 30px;
    }
    .boost-table ul li:last-child {
        border: none;
    }
    .boost-table {
        background: transparent;
        border-top: 0px;
    }
    .boost-table ul {
        background: #fff;
        padding-bottom: 0;
        margin-bottom: 30px;
        border-top: 5px solid #fc3f35;
    }
    .btn.btn-primary.boost-btn {
        margin-top: 0;
        padding: 14px 22px;
        font-size: 16px;
    }
    .boost-table ul li p {
        display: inline-block !important;
        width: 48.5%;
        color: #011728;
        text-transform: uppercase;
    }
    .boost-table ul li p.visible-xs {
        font-size: 18px;
    }
    .test-cont .span {
        padding: 3px 3px 27px;
    }
    .test-author span {
        padding: 10px 11px;
    }
    .boost-table ul li span {
        margin-left: 50%;
        margin-top: 7px;
    }
    .contact-text {
        padding: 41px 0 94px;
    }
    .contact-form h2 span {
        font-size: 45px;
    }
    .contact-form h2 {
        margin-top: -157px;
    }
    .contact-form {
        padding: 100px 0 14px;
    }
    .faq-text p {
        margin-bottom: 38px;
    }
    .faq-text p:last-child {
        margin-bottom: 15px;
    }
    .privacy-text p,
    .privacy-text ul,
    .privacy-text ul li {
        margin-bottom: 15px;
    }
    .privacy-text {
        padding: 44px 0 24px;
    }
    /*style1 strarts here*/
    .comapny-logo {
        text-align: center;
    }
    .comapny-logo .company-text {
        display: block
    }
    .section-company {
        padding: 23px 0 90px;
    }
    .comapny-logo .logo-image {
        height: auto;
        line-height: inherit;
    }
    .company-area .col-md-12>span {
        font-size: 21px;
        line-height: 1.1;
        margin-top: 26px;
        margin-left: 0;
    }
    .toogle-company-search .col-md-11 {
        width: 100%;
    }
    .innerbanner-search #btn-widget-search {
        float: right
    }
    #search-company {
        display: inline-block !important;
        padding: 7px 9px;
        display: inline-block;
        background: #021464;
        font-size: 18px;
        font-family: "open sans", sans-serif;
        font-weight: 400;
        color: #fff;
        font-family: 'Malva-ExtraBold';
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        position: relative;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    #search-company:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #011728;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    #search-company:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    #aspnetForm[action*="./?advertiserid="] .homenews-footer{
        margin-top:110px;
    }
    .right-nav {
        padding-top: 0;
        float: left !important;
    }
    .heading-section h1 {
        margin-bottom: 40px;
    }
    .headeing {
        margin-bottom: 40px;
    }
    .play-btn {
        margin-bottom: 35px;
    }
    .heading-top span {
        padding: 13px 15px 8px;
    }
    .company-detail-page .home-job .sec-btn {
        margin-left: 0;
    }
    .section-company-detail {
        padding: 31px 0 90px;
    }
    .heading-section h1 {
        font-size: 23px;
        margin: 20px 0;
    }
    .heading-section h1 span {
        padding: 5px 10px 9px;
        line-height: 1.25;
    }
    #content .advertBasic .heading-section h1{
        font-size: 45px;
    }
    /*style1 ends here*/
    /*style2 css starts here*/
    #content .error-section-text p {
        font-size: 18px;
        margin-left: 10px;
        line-height: 1.45;
    }
    #content .error-section-text a span {
        margin-left: 0;
    }
    .error-section {
        height: 625px;
    }
    .full-width-container.remove-error #side-left {
        display: none !important;
    }
    #content .error-section-text h2 {
        margin-left: 10px;
        font-size: 37.5px;
    }
    #content .error-section-text h2 span {
        padding: 12px 10px 8px;
    }
    #content .error-section-text h2 span:last-child {
        padding-bottom: 14px;
        padding-top: 11px;
    }
    #content .error-section-text h2 span:first-child {
        padding-bottom: 14px;
    }
    /*style2 css ends here*/
    #side-drop-menu.active {
        display: none;
    }
    #side-drop-menu {
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    .footer-navigation li a {
        font-size: 10px;
    }
    .error-section-text {
        max-width: 344px;
    }
    #footer-widget .search-widget .sbHolder {
        border-bottom: 0px;
    }
    #content .error-section-text h1 {
        font-size: 61.5px;
    }
    .jobprice-counter ul li a {
        padding: 8px 21px;
    }
    .job-text h2 {
        font-size: 37px;
    }
    .news-single-page .homenews-footer {
        padding: 0;
    }
    .description-holder .locandsalary {
        margin: 0;
        width: 100%;
    }
    .description-holder .description-text {
        margin-top: 0;
    }
    .jxt-news-item-share {
        /*float:left;*/
        height: 80px;
        overflow: hidden;
        margin-top: 0;
    }
    .innernews-wrap .btn-primary,
    .home-news.career-news .btn.btn-primary {
        font-size: 13.5px;
        padding: 12px 14px;
    }
    #disclaimer .footer-logo ul li:nth-of-type(2) a {
        margin-left: 0;
    }
    .catwrap-right .load-more {
        font-size: 14px;
    }
    .leftnavigate .home-news .heading-top {
        margin-top: 0;
    }
    #side-left .ad-sec,
    #side-left .widget-block.widget-careerTool {
        display: none;
    }
    .morejob-sec {
        text-align: center;
    }
    .yellow-bg {
        margin-left: -44px;
    }
    .navbar-brand {
        width: 165px;
        height: 76px;
        position: relative;
        z-index: 100;
    }
    .innerpage-news {
        padding: 91px 0 38px;
    }
    /* .yudu-feedback{
        display:none;
    } */
    .nav-feedback {
        display: inline-block;
        float: left;
        margin-right: 60px;
    }
    .navbar-collapse.fullht.collapse.in .boardy-GroupStatus-loginBefore {
        display: block;
    }
    .yudu-feedback {
        display: none;
    }
    .boost-table ul li p {
        display: none;
    }
    .boost-table ul li:nth-of-type(1) p {
        width: 100%;
    }
    .boost-table ul li p br {
        display: none;
    }
    .news-single-page .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .news-single-page .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    #moreinfo #footer-widget #btn-widget-search.visible-xs {
        display: inline-block!important;
    }
    #footer-widget #btn-widget-search.hidden-xs {
        display: none !important;
    }
    .offer-footer .btn {
        margin-top: 7px;
        padding: 14px 22px;
        font-size: 16px;
    }
    
    .boardy-GroupStatus-withMenu .boardy-dropdown {
        overflow: auto;
        max-height: 400px;
    }
    /* Company search */
    .company-holder {
        width: 100%;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .company-sorting {
        float: left;
        margin-top: 15px;
    }
    body[class*="personality-"] #dynamic-container {
        min-height: 540px;
    }
    #side-left {
        padding-right: 0px;
    }
    #side-left>div {
        padding-right: 0px;
    }
    #AdvancedSearchFilter_PnlKeywords {
        margin-bottom: 30px !important;
    }
    #side-left { 
        max-width: 300px;
    }
    
    #ddlSalary {
        border-bottom: 5px solid #fc3f35 !important;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .boardy-GroupStatus-withMenu .boardy-dropdown {
        max-height: 255px;
    }
}
@media screen and (min-width: 600px) and (max-width: 650px) {
    #myJobsList .jobbg,
    #myJobsList .imgwrap{
        height: 30vw;
    }
    #myJobsList .imgwrap{
        line-height: 30vw;
    }
    #myJobsList .imgwrap img{
        max-height: 31vw;
    }
}
@media screen and (max-width: 640px) {
    
    .navbar-brand {
        width: 140px;
        height: 65px;
    }
    .navbar {
        margin-bottom: 16px;
        padding-bottom: 65px;
        height: 65px;
    }
    .boardy-GroupStatus-loginBefore {
        left: 137px;
    }
    .boardy-GroupStatus-loginBefore a {
        padding: 25px 10px;
        height: 65px;
    }
    .heading-top span {
        line-height: 49px;
    }
    .sec-hub .heading-top {
        margin-top: -110px;
        /*font-size:32px;*/
    }
    .hub-links ul li:nth-of-type(3) a {
        padding: 8px 17px 15px 18px;
    }
    .hub-links ul li strong {
        padding: 15px;
        font-size: 19px;
    }
    .hub-links ul li strong span {
        width: 45px;
        height: 46px;
        background-size: contain;
    }
    .sec-hub p {
        padding: 0 20px;
    }
    .sec-hub p br {
        display: none;
    }
    .hub-links ul {
        margin-bottom: 24px;
    }
    .home-news .heading-top,
    .home-job .heading-top {
        margin-top: -117px;
    }
    .jobdate span.rss-item-pubDate-date {
        font-size: 22px;
    }
    .jobdate span.rss-item-pubDate-month {
        font-size: 15px;
    }
    .brand-logo h2 {
        font-size: 36px;
    }
    .logo-list ul li {
        width: 28%;
        margin: 0 9px 17px;
    }
    .logo-list {
        margin-bottom: 40px;
    }
    .apply-smarter h2 {
        margin-top: -129px;
        font-size: 40px;
    }
    .apply-smarter .smart-left h2 {
        margin-top: -248px;
    }
    .footer-navigation {
        margin: 0px auto;
        margin-bottom: 35px;
        width: 248px;
    }
    #disclaimer ul li:before {
        right: -13px;
    }
    body {
        padding-top: 65px;
    }
    /* .job-title {
        min-height: 120px;
    } */
    .powered-by img {
        width: 57px;
    }
    #disclaimer .footer-logo .powered-by a span {
        float: none;
        text-align: right;
        display: inline;
    }
    .banner-top .banner-desc {
        width: 300px;
        max-width: 100%;
    }
    .banner-top h3 {
        font-size: 14px;
    }
    .banner-top h1 {
        font-size: 36px;
    }
    .inner-banner {
        height: 480px;
    }
    .innerpage-news {
        padding: 52px 0 38px;
    }
    .top-bluehead {
        font-size: 37.5px;
    }
    .catwrap-right ul {
        margin-bottom: 32px;
        margin-top: 32px;
    }
    .banner-job .count-slides {
        top: calc(100% - 155px)!important;
    }
    .jobcounter {
        font-size: 32px
    }
    li#AdvancedSearchFilter_PnlSalary {
        width: 80%;
    }
    .jobtype-search>div {
        width: 48%;
    }
    .price-count {
        width: 175px;
    }
    .regional-news h2 {
        font-size: 28px;
    }
    /*style2 css starts here*/
    .error-section-text {
        position: absolute;
        right: 0;
        padding: 0 20px;
    }
    .error-section {
        height: 625px;
    }
    #content .error-section-text h1 {
        font-size: 61.5px;
        line-height: 1.08
    }
    #content .error-section-text h1 span {
        padding: 0 13px;
    }
    .under-construction-section {
        height: 400px;
    }
    .error-text .heading-top {
        font-size: 35px;
    }
    .error-text p {
        font-size: 17px;
    }
    .error-text a {
        font-size: 17px;
    }
    .system-banner h1 {
        font-size: 45px;
    }
    h1.jxt-news-item-title {
        font-size: 40px;
    }
    .error-section-text {
        max-width: 383px;
    }
    #content .error-section-text h2 span:first-child {
        padding-bottom: 15px;
    }
    .nav-feedback {
        padding: 6px 20px 6px 85px;
        margin-top: 7px;
    }
    .nav-feedback:before {
        height: 52px;
    }
    body.home h1,
    body.blue-blank-template h1 {
        font-size: 4.6rem;
    }
    /*style2 css ends here*/
}

@media screen and (max-width: 599px) {
    body.blue-blank-template .lp-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
    body.blue-blank-template h1 {
        line-height: 0.8;
    }
    body.home .container,
    body.blue-blank-template .container {
        padding: 0;
    }
    #job-ad-template .job-ad-option {
        margin: 0.5em 0;
    }
    #job-ad-template .job-ad-option,
    #job-ad-template .job-ad-optional-heading,
    #job-ad-template .job-ad-optional-text,
    #job-ad-template .job-ad-optional-text div {
        display: block;
    }
    .news-result-page .jxt-news-item {
        width: 100%;
    }
    .news-result-page .jxt-news-item:nth-of-type(odd) {
        padding-right: 0;
    }
    .news-result-page .jxt-news-item:nth-of-type(even) {
        padding-left: 0;
    }
    /*.newsblock{
        padding-left: 0;
        padding-right: 0;
    }*/
    .morejob-sec p br {
        display: none;
    }
    #myJobsList .jobbg,
    #myJobsList .imgwrap{
        height: 245px;
    }
    #myJobsList .imgwrap{
        line-height: 243px;
    }
    #myJobsList .imgwrap img{
        max-height: 245px;
    }
    .nav-feedback:before {
        width: 40px;
        height: 40px;
    }
    .nav-feedback {
        padding: 6px 9px 6px 48px;
        margin-left: 8px;
        margin-right: 0;
        margin-top: 12px;
        font-size: 10px;
        width: 105px;
    }
    .advertBasic .heading-section h1 span{
        padding-right: 14px;
    }
}


/* Mobile devices */

@media screen and (max-width: 480px) {
    body.blue-blank-template h1 span {
        font-size: 3.7rem;
    }
    #prefix_banner-container{
        height: 650px;
    }
    .slide-content h1{
        line-height: 1.05;
        margin-left:-10px;
        margin-right: -10px;
    }
    .slide-content h1 span {
        font-size: 29px;
        line-height: 30px;
        padding: 10px 13px;
    }
    #job-ad-template #job-ad-header h2 {
        margin-bottom: 0.5em;
    }
    #job-ad-template #job-ad-header h2,
    #job-ad-template #job-advertiser-logo {
        float: none;
        width: auto;
    }
    #btn-widget-search {
        font-size: 22px;
    }
    .home-news{
        padding-bottom: 15px;
    }
    .job-title h3,
    .job-title h3 a {
        font-size: 20px;
    }
    .job-title h3,
    .bannerjob-list .job-title h3 {
        height: 45px;
    }
    .bannerjob-list .job-desc .ellipsis:after{
        top: 38px;
    }
    .heading-top {
        margin-top: -100px;
    }
    .heading-top span {
        line-height: 39px;
    }
    .sec-hub .heading-top {
        /*font-size:28px;*/
        margin-top: -100px;
    }
    .heading-top {
        font-size: 36px;
    }
    .sec-hub p {
        font-size: 15px;
    }
    .hub-links ul li strong {
        padding: 14px 8px 14px 8px;
        font-size: 15px;
    }
    .hub-links ul li:nth-of-type(3) strong {
        padding: 7px 11px 24px 11px;
    }
    .hub-links ul li:nth-of-type(3) strong span {
        margin-bottom: 11px;
    }
    .hub-links {
        padding-top: 10px;
    }
    .hub-links ul li strong span {
        width: 40px;
        height: 41px;
    }
    .home-news .heading-top,
    .home-job .heading-top {
        margin-top: -107px;
    }
    #myJobsList .jobbg,
    #myJobsList .imgwrap{
        height: 53vw;
    }
    #myJobsList .imgwrap{
        line-height: 52vw;
    }
    #myJobsList .imgwrap img{
       	max-height: 14.95em;
    }
    .bannerjob-list .job-title h3,
    .bannerjob-list .job-title h3 a {
        font-size: 18px;
    }
    .bannerjob-list .job-title h3{
        height: 38px;
    }
    .ellipsis:after {
        top: 20px;
    }
    .bannerjob-list .jobdate span.rss-item-pubDate-date {
        font-size: 18px;
    }
    .bannerjob-list .jobdate {
        padding-left: 15px;
    }
    .brand-logo h2 {
        font-size: 32px;
        line-height: 1.6;
    }
    .logo-list ul li {
        width: 26%;
    }
    .logo-list p {
        font-size: 15px;
    }
    .smart-section p {
        font-size: 15px;
    }
    .smart-left {
        padding: 31px 35px 86px;
    }
    .apply-smarter h2 {
        font-size: 38px;
        margin-top: -126px;
    }
    .apply-smarter .smart-left h2 {
        margin-top: -231px;
    }
    #footer-widget {
        padding: 0;
        margin-bottom: 20px;
    }
    #disclaimer .footer-logo ul {
        max-width: 100%;
        position: relative;
    }
    #disclaimer .footer-logo ul li.yudu-centre {
        min-width: 100px;
        margin: 0 auto!important;
        float: none;
        display: block;
    }
    #disclaimer .footer-logo ul li.powered-by {
        position: absolute;
        min-width: 71px;
        right: 0;
        bottom: 13px;
    }
    .job-title {
        min-height: 75px;
    }
    .applysmart-block {
        padding: 220px 0 0px;
    }
    .navbar-toggle {
        top: 6px;
    }
    .apply-smarter h2 span:first-child {
        padding-top: 10px;
    }
    /* .autoslide .job-block {
        max-width: 280px;
    } */
    .banner-top {
        left: 0;
        width: 100%;
    }
    .banner-top h1 {
        font-size: 35px;
    }
    .job-pricing .banner-top h1 {
        font-size: 37px;
    }
    .job-pricing .banner-top h1 span:first-child {
        padding-top: 11px;
        padding-bottom: 12px;
    }
    .banner-top .banner-desc {
        font-size: 14px;
    }
    .banner-top .banner-desc {
        /*width: calc(100% - 30px);*/
        width: 255px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .inner-banner {
        height: 450px;
    }
    .inner-head span,
    a#search-inner {
        font-size: 14px;
    }
    .top-bluehead {
        font-size: 37.5px;
        padding: 10px 28px 8px 15px;
        line-height: 1.3;
    }
    .career-newstop span:last-child {
        padding: 3px 28px 8px 15px;
    }
    .career-news .career-newstop span:last-child {
        padding: 8px 28px 8px 15px;
    }
    li#AdvancedSearchFilter_PnlSalary {
        width: 100%;
    }
    /*.bannerjob-list .slick-next,
    .bannerjob-list .slick-prev {
        display: none !important;
    }*/
    .jobcounter {
        font-size: 28px;
        margin: 20px 0;
    }
    .jobcounter span strong {
        line-height: 1.9;
    }
    .bannerjob-list .jobbg,
    .bannerjob-list .imgwrap {
        height: 246px;
    }
    .bannerjob-list .imgwrap{
        line-height: 246px;
    }
    .jobtype-search>div {
        width: 100%;
    }
    /*.jobbg{
        height: 230px;
    }*/
    /* News page */
    .news-result-page .jxt-news-item {
        width: 100%;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .jobdate {
        padding-left: 15px;
    }
    .heading-top span {
        line-height: 40px;
    }
    .system-banner h1 {
        font-size: 27px;
    }
    /*.count-slides{
        top: 105px;
    }*/
    .test-cont {
        width: 100%;
    }
    .test-cont {
        font-size: 35px;
    }
    .test-author {
        margin-right: 66px;
    }
    .apply-smarter .why-yuduhead h2 {
        margin-top: -72px;
    }
    .job-text h2 {
        font-size: 21px;
    }
    .price-count {
        width: 100%;
        margin: auto;
    }
    .morejob-sec p br {
        display: none
    }
    .jobprice-counter ul li {
        margin: 0 5px;
        width: 43.5%;
        text-align: center;
    }
    .boost-job h2 span {
        font-size: 37.5px;
    }
    .boost-job h2 {
        margin-top: -140px;
    }
    .boost-job h2 span:last-child {
        padding: 10px 9px 10px 15px;
    }
    .netherland-section h2 span {
        margin-left: 0;
        padding: 10px 13px 12px 16px;
        font-size: 27px;
    }
    .contact-text {
        font-size: 15px;
    }
    .contact-form h2 span {
        font-size: 36px;
    }
    .contact-form {
        padding: 80px 0 14px;
    }
    .contact-form h2 {
        margin-top: -123px;
    }
    .faq-text p {
        margin-bottom: 28px;
    }
    .privacy-text {
        font-size: 15px;
    }
    /*style1 starts here*/
    #search-company {
        font-size: 13px;
    }
    /*style1 ends here*/
    /*style2 starts here*/
    #content .error-section-text p {
        font-size: 18px;
        line-height: 1.4;
        margin-left: 9px;
    }
    #content .error-section-text p a {
        display: block;
        padding: 0;
    }
    /*style2 ends here*/
    .custom-day{
        font-size: 20px;
    }
    .custom-month{
        font-size: 15px;
    }

    .apply-smarter .why-yuduhead h2 span {
        padding: 1px 18px 2px 17px;
    }
    .apply-smarter .why-yuduhead h2 span:last-child {
        padding-bottom: 8px;
        padding-top: 2px;
    }
    .apply-smarter .why-yuduhead h2 span:first-child {
        padding-top: 1px;
    }
    .terms-of-use .banner-top h1 {
        font-size: 30px;
    }
    .privacy-policy .banner-top h1 {
        font-size: 28px;
    }
    .contact .banner-top h1 {
        font-size: 36px;
    }
    .contact .banner-top h1 span:first-child {
        padding-bottom: 13px;
    }
    #content .error-section-text p {
        margin-left: 0;
    }
    .system-banner h1 span {
        line-height: 1.5;
    }
  
    #tnt_pagination a {
        width: 28px;
        height: 30px;
        line-height: 30px;
        margin-right: 3px;
    }
    #tnt_pagination a,
    #tnt_pagination a.search-next-button:before, #ctl00_ContentPlaceHolder1_ucCompanySearch_pnlSearchResult #tnt_pagination a:first-child:before, #ctl00_ContentPlaceHolder1_ucCompanySearch_pnlSearchResult #tnt_pagination a:last-child:before{
        font-size: 16px;
    }
    .company-sorting .sorting-button {
        float: right;
        margin-top: -10px;
        margin-left: 3px;
    }
    .company-area .col-md-12>span {
        margin-top: 22px;
    }
    .company-profiles .inner-banner {
        height: 234px;
    }
    h1.jxt-news-item-title {
        font-size: 28px;
    }
    .select-title {
        left: 0;
        width: auto;
        right: auto;
        bottom: -45px;
    }
    .job-navbtns .button {
        /*left: 73px;
        width: auto;*/
        margin-top: -6px;
    }
    .jxt-news-pagination a,
    .jxt-news-pagination .jxt-news-ellipsis {
        height: 30px;
        width: 28px;
        margin: 5px 0;
        font: 16px/30px 'Malva-ExtraBold';
    }
    
    .form-group .controls input.mini-new-buttons:nth-of-type(2) {
        margin-top: 15px;
        display: block;
    }
    .news-meta h6 {
        float: none;
        max-width: 100%;
    }
    .offer-footer .btn {
        font-size: 16px;
    }
    .job-toplink a {
        font-size: 18px;
    }
    body.blue-blank-template h1 span {
        font-size: 3.4rem;
    }
    .cmp-logo img{
        max-width: 100%;
    }
    
}
@media screen and (max-width: 435px) {
    #myJobsList .jobbg,#myJobsList .imgwrap{
        height: 59vw;
    }
    #myJobsList .imgwrap{
        line-height: 59vw;
    }
    #myJobsList .imgwrap img,
    .bannerjob-list .imgwrap img {
        max-height: 60vw;
    }
    .bannerjob-list .jobbg, .bannerjob-list .imgwrap{
        height: 58vw;
    }
    .bannerjob-list .imgwrap{
        line-height: 58vw;
    }
    .advertBasic .heading-section h1 span:last-child,
    .right-nav h2{
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
    
}
@media screen and (max-width: 410px) {
    #myJobsList.autoslide{
        margin: 0 25px;
    }
    .autoslide > .job-block {
        max-width: 100%;
    }
}
@media screen and (max-width: 395px) {
    body.landingv2 .rows {
        margin-left: -10px;
        margin-right: -10px;
    }
    body.home .heading-top span,
    body.blue-blank-template .heading-top span {
        font-size: 3.3rem;
        line-height: 1.1;
    }
    body.home .heading-top span,
    body.blue-blank-template .heading-top span {
        font-size: 2.6rem;
        padding: 11px 10px;
    }
    .slide-content h1 span{
        font-size: 26px;
        margin-left: 0px;
        padding: 12px 13px 10px;
    }
    .top-bluehead{
        font-size: 31px;
    }
    #myJobsList .jobbg,
    #myJobsList .imgwrap{
        height: 57vw;
    }
    #myJobsList .imgwrap{
        line-height: 57vw;
    }
    #myJobsList .imgwrap img{
        line-height: 58vw;
    }
    .btn-primary, .button a, .mini-new-buttons{
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 380px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .home-job .row,
    .bunservices.row,
    .homenewslist {
        margin-left: -37.5px;
        margin-right: -37.5px;
    }
    .news-single-page .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .heading-top span:first-child {
        padding-top: 16px;
    }
    .sec-hub .heading-top {
        font-size: 32px;
        margin-top: -86px;
    }
    .banner-top h1 {
        font-size: 32px;
    }
    .heading-top span {
        font-size: 32px;
        line-height: 20px;
        padding: 11px 15px;
    }
    .home-news{
        padding-bottom: 0;
    }
    .home-news .heading-top,
    .home-job .heading-top {
        margin-top: -94px;
    }
    .bannerjob-list .jobbg, .bannerjob-list .imgwrap{
        height: 57vw;
    }
    .bannerjob-list .imgwrap{
       line-height: 57vw;
    }
    .news-desc h3 a {
        font-size: 20px
    }
    .smart-left,
    .smart-right {
        padding-left: 25px;
        padding-right: 25px;
    }
    .hub-links ul li {
        width: 49%;
    }
    #content .error-section-text h2 {
        font-size: 31.5px;
    }
    .news-cont {
        font-size: 14px;
    }
    .inner-head span,
    a#search-inner {
        font-size: 12px;
        min-width: 96px;
        text-align: center;
    }
    .jobcounter {
        font-size: 28px;
    }
    /* .jobbg {
        height: 180px;
    } */
    .home-job .btn.btn-primary {
        font-size: 14px;
    }
    .count-slides {
        font-size: 12px;
        /* top: 85px; */
    }
    .banner-job .count-slides {
        top: calc(100% - 140px)!important;
    }
    .job-toplink a {
        font-size: 16px;
    }
}

@media screen and (max-width: 376px) {
    .ad-sec {
        margin: 60px -25px 0 -25px;
        max-width: 350px;
    }
    body.news-single-page .ad-sec {
        margin: 60px 0 0;
    }
    .ad-sec .ad-block {
        margin-left: auto;
        margin-right: auto;
    }
    #content .advertBasic .heading-section h1{
        font-size: 33px;
    }
}

@media screen and (max-width: 351px) {
    .heading-top,
    .heading-top span,
    .apply-smarter h2,
    .brand-logo h2,
    #footer-widget h2 {
        font-size: 27px;
    }
    .toggle-sidebar {
        margin-left: 140px;
        margin-top: -22px;
    }
    .banner-top h1 {
        font-size: 28px;
    }
    .banner-top h1 span {
        line-height: 1.7;
    }
    .slide-content h1{
        line-height: 0.9;
    }
    .slide-content h1 span{        
        font-size: 22px;
    }
    .ellipsis:before {
        height: 20px;
    }
    .system-banner h1 {
        font-size: 26px;
    }
    .jxt-news-filter-container h2 {
        font: 28px/1.2 'Malva-ExtraBold';
    }
    #content .error-section-text p {
        font-size: 16px;
    }
    #content .error-section-text h2 {
        font-size: 28.5px;
    }
    #content .error-section-text h2 span:first-child {
        padding-bottom: 11px;
    }
    .top-bluehead{
        font-size: 26px;
        line-height: 1.4;
    }
    .job-toplink a {
        font-size: 14px;
    }
    .nav-feedback {
        width: 110px;
    }
    #myJobsList .jobbg,
    #myJobsList .imgwrap{
        height: 56vw;
    }
    #myJobsList .imgwrap,
    .bannerjob-list .imgwrap{
        line-height: 55vw;
    }
    .bannerjob-list .jobbg, .bannerjob-list .imgwrap{
        height: 55vw;
    }
    .bannerjob-list .imgwrap img{
        max-height: 57vw;
    }
    .company-sorting label{
        font-size: 14px;
        line-height: 2.7;
    }
    .home-news{
        padding-bottom: 0;
    }
    
}

@media print {
    #header,
    #footer,
    .jobdetail-top,
    .job-detail-centre,
    .jd-btm-description,
    #jobdetail-left-bg>p {
        display: none!important;
    }
    body.r20_sticky-header {
        padding-top: 0!important;
    }
    .container {
        width: 100%!important;
    }
    .page-title {
        height: 60px!important;
        padding-top: 10px!important;
        display: none!important;
    }
    body,
    #wrapper #job-ad-template,
    #wrapper #job-ad-template #job-ad-title h1 {
        color: #000;
    }
    .jobdetail-top .job-detailtop-title,
    #wrapper #job-ad-template {
        width: 100%;
    }
    #dynamic-container,
    #content-container,
    #job-dynamic-container {
        padding-top: 0;
    }
}

#areaIDs {
    margin-left: 0px !important;
    text-indent: -0.95px !important;
    padding-top: 10px !important;
}
#roleIDs {
    padding-top: 10px !important;
    padding-left: 4px !important;
}
.jobcounter span:nth-last-of-type(1) {
    display: none !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    #areaIDs {
        text-indent: 3px !important;
        padding-top: 10px !important;
        margin-left: 0px !important;
    }
    #roleIDs {
        padding-top: 9px !important;
        padding-left: 9px !important;
    }
}
#jxt-wrapper-bootstrap #content select.form-control {
    margin-left: 0px !important;
    text-indent: 0px !important;
    padding-left: 6px !important;
    padding-top: 5px !important;

}
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    #jxt-wrapper-bootstrap #content select.form-control {
        padding-left: 10px !important;
        padding-top: 4px !important;
    
    }
}
label#ctl00_ContentPlaceHolder1_ucJobFields_lbProfession {
  position: relative;
  color: white;
  min-width: 250px;
}
label#ctl00_ContentPlaceHolder1_ucJobFields_lbProfession:before {
  position: absolute;
  content: 'CLASSIFICATION / SUB-CLASSIFICATION';
  left: 0;
  top: 0;
  color: #333;
  display: block;
  min-width: 300px;
  white-space: nowrap;
}
label#ctl00_ContentPlaceHolder1_ucJobFields_lbProfession .form-required{
  float: right;
}
#ctl00_ContentPlaceHolder1_ucJobFields_ddlApplicationMethod {
    width: 100% !important;
    max-width: 100% !important;
}
#profilePic,#ctl00_ContentPlaceHolder1_imgMemberProfile {
    height: 100% !important;
}
.hub-career-tool li {
    cursor: pointer;
}
#hub-sidebar {
    margin-top:0;
}
#hub-right-sidebar {
    padding-top: 10px;
}
#hub-right-sidebar-news {
    border-bottom: none;
    margin-bottom: 0px !important;
    padding-bottom: 14px !important;
}
.hub-news-img-sm {
    width: 350px;
    height: 200px;
}
.newsblockleft {
    float: left;
    width: 33%;
    padding-bottom: 18px !important;
    margin-bottom: 0px !important;
}
.hubnewsleftbox {
    margin-right: 40px;
}
.newsblockstrech {
    padding-bottom: 18px !important;
    margin-bottom: 0px !important;
}
.hubnewsbg {
    background: none;
    background-color: none;
}
.rightcat-news {
    clear: both;
}
.career-job {
    clear: both;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.career-top-head {
    background-color: #24d4ee !important;
}
.career-sec-h2 {
    margin-top: 0 !important;
}
.career-blue-span {
    margin-left: 544px !important;
    top: 40px !important;
}
.btn-career-more {
    background-color: #24d4ee !important;
}
.btn-career-more:hover {
    background-color: #1ebad1 !important;
}
.btn-career-more:before {
    background-color: #1ebad1 !important;
}
#hub-events-more {
    left: 525px !important
}
.hub-more-news-continued {
    background-color: #ffbc3f !important;
}
.career-news-block {
    margin: 35px 0 0 0;
}
.careerblockleft {
    float: left;
    width: 29%;
    padding-bottom: 18px !important;
    margin-bottom: 0px !important;
}
.careerblockleft p a{
    color: #24d4ee !important;
}
.careernewsbox {
    margin-right: 30px;
}
.career-news-desc p {
    margin: 5px 0 5px 0;
}
#career-news-desc a {
    color: #021464;
}
.career-news-desc a:hover {
    color: #fc3f35 !important;
}
.event-news-hub-left-col {
    width: 30%;
    float: left;
    margin-bottom: 28px;
}
#event-news-main-block {
    clear: both;
}
#hub-bottom-right-sidebar {
    padding: 0;
}
.events-blue-span {
    margin-top: 35px;
    float: left;
}
#more-news-heading {
    padding: 0;
    margin: 0;
}
.more-news-wrap {
    margin: 30px 0 0 0;
}
.more-news-clear-row {
    clear: both;
}
.view-more-news {
    clear: both;
    width: 100%;
    text-align: center;
    margin: 30px 0 30px 0;
    padding: 30px 0 0 0;
}
#btnviewmore {
    background: #520265;
    border-color: #520265;
}
#btnviewmore:hover {
    border-color: #2e0239;
}
#btnviewmore:before {
    background: #2e0239;
}
.more-news-block-left {
    float: left;
    width: 33%;
    padding-bottom: 18px !important;
    margin-bottom: 0px !important;
}
.categorynews-block .newsbg {
    margin-top: 30px !important;
}
.carrer-left {
    margin-bottom: 0px !important;
}
.pull-right {
    margin-top: 30px;
    margin-bottom: 20px;
}
.jobcounter span:nth-last-of-type(1) {
    display: none !important;
}
#areaIDs {
    margin-left: 2px !important;
    text-indent: 0px !important;
}
.clear-row {
    clear: both;
}
#hub-more-main-news {
    padding: 0 15px;
}
#load-more-news {
    clear: both;
}
#more-hub-right-sidebar-news {
    width: 30%;
    float: left;
    border-bottom: none;
    margin-bottom: 0px !important;
    padding: 0 0 15px 15px;
}
#hub-bottom-right-sidebar .ad-sec {
    margin: 40px 0 0 30px;
    float: left;
    position: relative;
}
#ctl00_ContentPlaceHolder1_ucJobFields_ddlApplicationMethod {
    width: 100% !important;
    max-width: 100% !important;
}
#profilePic,#ctl00_ContentPlaceHolder1_imgMemberProfile {
    height: 100% !important;
}
.newDash .table-bordered .TablePaginationFooter tr td {
    padding-bottom: 75px;
}
.fa.fa-edit:hover,
.fa.fa-edit:active,
.fa.fa-edit:focus {
    border-color: #db2e06;
    background: #db2e06;
    color: #ffffff;
}
@media (min-width: 1074px) {
    .newsblockstrech img {
       width: auto;
       height: 445px;
    }
    .careerblockleft {
        width: 28%;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .leftnavigate {
        padding: 0 0 0 0;
        float: left;
        width: 45%;
    }
}
@media (max-width: 991px) {
    .innernews-wrap .sec-btn {
        margin-left: 297px;
        top: 90px;
    }
    .rightcat-news {
        width: 100% !important;
    }
    .career-blue-span {
        margin-left: 410px !important;
        top: 26px !important;
    }
    .careerblockleft {
        width: 28%;
    }
    .events-blue-span {
        margin-top: 22px;
        margin-left: 20px;
    }
    #hub-more-main-news {
        width: 49.50%;
        float: left;
        padding: 0 15px;
        margin: 0 0 30px 0 !important;
        height: 400px;
    }
    .more-news-block-left {
        width: 100%;
    }
    .newsblockleft {
        width: 49.50%;
        margin-bottom: 30px !important;
        padding-bottom: 0px !important;
    }
    .rightnews-list {
        display: none;
    }
    .clear-row {
        clear: none;
    }
    .newsbg {
        margin-top: 0px !important;
    }
    #hub-bottom-right-sidebar .ad-sec {
        margin: 40px 0 0 30px;
        float: left;
        position: relative;
        clear: both;
    }
    .pull-right {
        padding: 0 15px 0 0;
    }
    #more-news-right-sidebar {
        clear: both;
    }
    #more-hub-right-sidebar-news {
        width: 49.50%;
        padding: 0 15px 0 55px;
    }
    .more-news-clear-row {
        clear: none;
    }
    #hub-right-sidebar {
        margin-top: 0px !important;
    }
    #load-more-news {
        clear: both;
    }
    .view-more-news {
        padding-top: 0px; 
        margin-top: 0px;
    }
    #wd-gated-search #btn-widget-search {
        margin-right: auto;
    }
    #wd-gated-search .innerbanner-search .col-sm-4.form-group {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .innernews-wrap .sec-btn {
        margin-left: 190px;
        top: 74px;
        position: absolute;
    }
    .leftnavigate {
        width: 100% !important;
    }
    #hub-right-sidebar-news {
        width: 100%
    }
    .careerblockleft {
        width: 100%;
    }
    .events-blue-span {
        margin: 0 !important;
    }
    .career-newstop span:last-child {
        padding: 10px !important;
    }
    .career-blue-span {
        position: relative !important;
        top: 0!important;
        left: 0 !important;
        padding: 0 !important;
        float: left;
        width: 100%;
        margin: 0!important;
    }
    .newsblockleft {
        width: 100% !important;
    }
    #top-news-row {
        margin: 0 !important;
    }
    .categorynews-block .newsbg {
        margin-bottom: 0px !important;
    }
    .event-news-hub-left-col {
        margin-bottom: 0px !important;
        width: 100%;
    }
    .banner-top h1 span {
        line-height: 1.6;
    }
    .newsblock {
        padding: 0px !important;
    }
    #more-hub-right-sidebar-news {
        width: 100%;
        padding-left: 15px !important;
    }
    #hub-more-main-news {
        width: 100%;
        height: auto;
    }
    .pull-right {
        padding: 0px !important;
        margin: 0px !important;
    }
    #hub-bottom-right-sidebar .ad-sec {
        margin-left: 15px !important;
    }
    #hub-right-sidebar {
        margin-top: 30px;
    }
    .top-bluehead {
        font-size: 31px !important;
    }
    .header-v2 .post-job li a {
        max-width: 110px !important;
        padding: 13px 10px 10px 10px !important;
    }
    #wd-gated-search header {
        position: relative;
        display: flex;
        background: #24d4ee;
        -webkit-box-align: center;
        align-items: center;
    }
    #wd-gated-search .innerbanner-search #btn-widget-search {
        float: none;
        margin-right: auto;
    }
    #wd-gated-search .lbl-copy, #wd-gated-search .lbl-copy span {
        font-size: 18px !important;    
    }
    #prefix_banner-container {
        height: 450px;
    }
    #prefix_banner-container #widget-search select {
        border-bottom: 2px solid #021464;
    }
    #prefix_banner-container #widget-search .form-group {
        margin-bottom: 5px;
    }
    #prefix_banner-container .custom-select {
        margin-bottom: 0px !important;
    }
    #prefix_banner-container #btn-widget-search {
        margin-bottom: 2px;
    }
    #prefix_banner-container .slide-content .container {
        padding-top: 0px !important;
    }
    #prefix_banner-container .search-button p a {
        margin-top: 15px;
        font-size: 13px;
    }
    #divNewsletter label {
        width: 80%;
        vertical-align: top;
    }
    #divNewsletter #ctl00_ContentPlaceHolder1_ckNewsletter {
        margin-top: 0px;
    }
}
@media screen and (min-width: 1023px) and (max-width: 1199px) {
    .career-newstop .sec-btn {
        top: 112px !important;
    }
}
@media screen  and (min-width: 1199px) and (max-width: 1399px) {
    .career-newstop .top-bluehead {
        font-size: 52px !important;
    }
    .career-newstop .sec-btn {
        top: 116px !important;
    }
}
@media (min-width:768px) {
    #prefix_banner-container #widget-search .form-group p a {
        word-wrap: break-word;
        text-align: center;
        max-width: 100px;
        white-space: normal;
    }
}
@media (min-width:768px) and (max-width:1199px) {
    .header-v2 .post-job li a {
        max-width: 100px !important;
        padding-top: 24px !important;
    }
    #prefix_banner-container #btn-widget-search {
        padding: 14px 10px;
        font-size: 20px;
    }
    #prefix_banner-container .search-button p a {
        font-size: 11px;
        padding: 1px 5px 0;
    }
}
#Select1 {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    min-width: 95px !important;
}
@media (min-width: 1199px) {
    .onetouch-jobbrowse #tab-3 ul {
        list-style: none;
        padding: 0;
        margin: 0;
        column-count: 6;
        column-gap: 20px;
    }
    #prefix_banner-container .search-button p a {
        font-size: 11px;
        padding: 0;
    }
    #prefix_banner-container #btn-widget-search {
        font-size: 20px;
        padding: 14px 10px;
    }
}
@media (min-width: 1074px) {
    .dropdown-menu::-webkit-scrollbar {
        width: 10px;
        border-radius: 10px;
    }
    .dropdown-menu::-webkit-scrollbar:vertical {
        width: 10px;
    }
    .dropdown-menu::-webkit-scrollbar:horizontal {
        height: 10px;
    }
    .dropdown-menu::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border: 1px solid #ccc;
        border-radius: 10px;
    }
    .dropdown-menu::-webkit-scrollbar-thumb:hover {
        background-color: #7d7d7d;
    }
    .dropdown-menu::-webkit-scrollbar-track {
        background-color: #ffffff;
        border: 1px solid rgba(0,0,0,0.15);
    }
}
#candidate-name span.txt-ellipsis{
    display: inline;
}
#divNewsletter #ctl00_ContentPlaceHolder1_ckNewsletter, #ctl00_ContentPlaceHolder1_cbSubscribeJobAlert {
    cursor: pointer;
    left: 20px !important;
}
#divNewsletter label {
    cursor: pointer;
}
.boardy-resume-options, #secExistingResume {
    visibility: hidden;
}
.header-v2 .post-job li a {
    word-wrap: break-word;
    text-align: center;
    line-height: 1.5;
    padding-top: 20px;
    max-width: 145px;
}
#wd-gated-search #btn-widget-search {
    max-width: 243px;
    width: 243px;
    height: 53px;
}
.home-top-job-iframe .pull-right {
    margin-top: 0px;
    margin-bottom: 0px;
}
#topjobiflogo {
    border-right: 1px solid #ff3d2b;
}
#default-page-top-banner {
    background-image: url(../images/top-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 410px;
    position: relative;
    overflow: hidden;
}
.default-page-template-container {
    font-size: 16px;
    font-weight: 600;
    color: #011728;
    padding: 94px 0;
}
.default-page-template-container p,h1,h2,h3,h4,h5,h6{
    clear: both;
    color: #011728;
}
.default-page-template-container img{
    float: left; 
    margin: 4px 10px 0px 0px; 
}
.default-page-template-container a {
    background: #fee43d;
}
#ctl00_ContentPlaceHolder1_cbSubscribeJobAlert {
    left: 20px !important;
}
.dropdown-header {
    display: none !important;
}
@supports (-ms-ime-align: auto) {
    /* Microsoft EdgeV13&14 CSS styles go here */
    #divNewsletter #ctl00_ContentPlaceHolder1_ckNewsletter {
        left: 0px !important;
        top: -30px !important;
    }
    .checkbox label {
        padding-left: 0px !important;
    }
    .boardy-apply-content .checkbox {
        padding-left: 0px !important;
    }
 }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10 & IE11 CSS styles go here */
    #divNewsletter #ctl00_ContentPlaceHolder1_ckNewsletter {
        left: 0px !important;
        top: -30px !important;
    }
    .checkbox label {
        padding-left: 0px !important;
    }
    .boardy-apply-content .checkbox {
        padding-left: 0px !important;
    }
}
@media (max-width: 375px) {
	#myJobsList .imgwrap img {
	    max-height: 14.95em !important;
	}
}