/*Header*/
@font-face {font-family: "SlateW01"; src: url("//db.onlinewebfonts.com/t/000ce4b4252ddad9fae589f5dab448b5.eot"); src: url("//db.onlinewebfonts.com/t/000ce4b4252ddad9fae589f5dab448b5.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/000ce4b4252ddad9fae589f5dab448b5.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/000ce4b4252ddad9fae589f5dab448b5.woff") format("woff"), url("//db.onlinewebfonts.com/t/000ce4b4252ddad9fae589f5dab448b5.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/000ce4b4252ddad9fae589f5dab448b5.svg#SlateW01") format("svg"); }

html , body{
     scroll-behavior: smooth;
}
.newheader header.desktop,
.newheader main,
.newheader footer {
    -webkit-transition: -webkit-transform .27s ease;
    transition: -webkit-transform .27s ease;
    -o-transition: transform .27s ease;
    transition: transform .27s ease;
    transition: transform .27s ease, -webkit-transform .27s ease;
}

.newheader header.desktop {
    border-top: 5px solid #1d3e93;
    padding: 1rem 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 4px 2px -2px rgb(128 128 128 / 10%);
    box-shadow: 0 4px 2px -2px rgb(128 128 128 / 10%);
    -webkit-transition: .27s ease;
    -o-transition: .27s ease;
    transition: .27s ease;
}

.newheader header.desktop, 
.newheader header.desktop .container {
    position: relative;
}

.newheader .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.newheader header.desktop .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.newheader header.desktop .logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position:relative;
    bottom:5px;
}




.newheader header.desktop .logo a {
    display: block;
}

.newheader img {
    border-style: none;
}

.newheader header.desktop .logo img {
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 80px;
    margin-right: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.newheader header.desktop .global {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
}

.newheader header.desktop .global .topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newheader .asx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position:relative;
    left:20px;
}

.newheader .asx .asx-icon {
    height: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 0.3rem;
}

.newheader .asx span {
    font-weight: 500;
    line-height:24px;
    font-size:15px;
    letter-spacing:0.3px;
}







.newheader .asx .price {
    margin-left: 0.3rem;
}

.newheader .asx .movement.none {
    display: none;
}

.newheader .asx .movement.down {
    color: #c0392b;
}

.newheader .asx .movement::before {
    display: inline-block;
    font: normal normal normal 14px/1 Mintox;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.newheader .asx .movement.down::before {
    content: "\f0d7";
    font-family: 'FontAwesome';
    width: 16px;
    font-size: 14px;
}

.newheader .asx .movement::after {
    content: "%";
}

.newheader .asx > * {
    font-size: 14px;
   
}

.newheader .topbar ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.newheader .topbar ul > li {
    margin-left: 2rem;
}

.newheader .topbar ul > li > a {
    color: #888;
    font-size: 14px;
    line-height:24px;
    letter-spacing:0.3px;
}

.newheader header.desktop .global nav {
    display: inline-block;
}

.newheader header.desktop .global nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    position:relative;
    left:6px;
    bottom:1px;
}








.newheader header.desktop ul.nav {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    top: 1rem;
}

.newheader header.desktop ul.nav > li {
    margin-right: 2rem;
}

.newheader header.desktop ul.nav > li:first-child {
    margin-left: auto;
}

.newheader header.desktop ul.nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.27s ease;
    -o-transition: all 0.27s ease;
    transition: all 0.27s ease;
}

.newheader header.desktop ul.nav > li > a {
    color: #333;
    padding: 1rem;
    padding-bottom: 16px;
}

header.desktop #listMenuRoot .menu-a {
    position: relative;
    top: 7px;
    padding-right: 14.7px;
}

header.desktop ul.nav > li > a {
    font-size: 16px !important;
    font-weight: 650 !important;
    line-height:27px;
}

.newheader header.desktop ul.nav > li {
    line-height: 24px;
}

.newheader header.desktop ul.nav > li.dropdown > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.newheader header.desktop ul.nav > li.dropdown > a::after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    margin-left: .3rem;
    color: #1d3e93;
}

.newheader header.desktop ul.nav > li.dropdown > a::after {
    content: '\f107' !important;
    font-family: FontAwesome;
    margin-left: .3rem;
    color: #1d3e93;
    font-size: 17px;
    font-weight: 700;
}

.newheader header.desktop ul.nav > li .dropdown-content {
    position: absolute;
    display: none;
    width: calc(100% + 100px);
    padding: 2rem;
    top: 59px;
    left: -100px;
    background: white;
    z-index: 5;
    -webkit-box-shadow: 0px 0px 15px 1px rgb(238 238 238 / 50%);
    box-shadow: 0px 0px 15px 1px rgb(238 238 238 / 50%);
    border: 1px solid #eee;
}

.newheader header.desktop ul.nav > li:last-child {
    margin-right: 0;
}

.newheader header.desktop .global nav .search-box {
    position: absolute;
    bottom: .25rem;
    right: 2rem;
}

.newheader header.desktop .global nav .search-box {
    margin-left: auto;
    position: relative;
    top: 1rem;
    bottom: auto;
    left:15px;
}

.newheader header.desktop .global nav .search-icon {
    font-size: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 2.5rem;
}

.newheader header.desktop .global nav .search-icon::before {
    display: inline-block;
    font: normal normal normal 14px/1 Mintox;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        content: "\f002";
    font-family: FontAwesome;
    font-size: 1.1rem;
    color: #666666;
}

/*Hover*/
.newheader header.desktop ul.nav > li.dropdown:hover > a + div, 
.newheader header.desktop ul.nav > li.dropdown:focus > a + div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.newheader header.desktop ul.nav > li .dropdown-content .dropdown-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    border-right: 1px solid #dddddd;
    padding-right: 2rem;
}

.newheader header.desktop ul.nav > li .dropdown-content .col-3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    padding-left: 2rem;
}

.newheader header.desktop ul.nav > li .dropdown-content .dropdown-submenu h3 {
    font-weight: 500;
    color: #1d3e93;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0;
    padding-bottom: 1rem;
}

.newheader header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.newheader header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li {
    border-bottom: 1px solid #dddddd;
}

.newheader header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li.sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.newheader header.desktop ul.nav > li .dropdown-content .dropdown-submenu a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}


.newheader header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li > a {
    color: #333;
    font-weight: 700;
    padding: 1rem 0;
}

.newheader header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li.sub > a {
    width: 100%;
}

.newheader header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li.sub > a .dropdown-toggle {
    font-size: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.newheader header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li.sub > a .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.27s ease;
    -o-transition: all 0.27s ease;
    transition: all 0.27s ease;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.newheader header.desktop ul.nav > li .dropdown-content .col-3 img {
    max-height: 200px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.newheader ul#listMenuRoot li.dropdown {
    position: unset;
}

.newheader p, 
.newheader h1, 
.newheader h2, 
.newheader h3, 
.newheader h4, 
.newheader h5, 
.newheader h6 {
    margin-bottom: 1rem;
    margin-top:0;
}

.newheader header.desktop ul.nav > li .dropdown-content .col-3 p {
    color: #888;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: 500;
}

.newheader .btn {
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.4;
    padding: 10px 20px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #1d3e93;
    border-color: #1d3e93;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: #1d3e93;
    background-color: transparent;
    border-radius: 4px;
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 14px !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
    max-width: 200px;
    width: 100%;
    -webkit-transition: background-color .27s ease;
    -o-transition: background-color .27s ease;
    transition: background-color .27s ease;
}

.newheader .btn.btn-primary-clear-blue {
    color: #1d3e93;
    background-color: transparent;
    border-color: #1d3e93;
    border: 2px solid #1d3e93;
}

.newheader header.desktop ul.nav > li .dropdown-content .col-3 .btn {
    margin-top: 2.5rem;
}

.newheader .btn::after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin-left: .3rem;
    margin-left: auto;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}

.newheader header.desktop ul.nav > li .dropdown-content .col-3 .btn:after {
    content: '\f105' !important;
    font-family: FontAwesome;
    display: inline-block;
    font-size: 15px;
    color: #1d3e93;
    margin-left: auto;
}

.newheader .btn:hover::after, 
.newheader .btn:focus::after {
    -webkit-transform: translateX(0.25rem);
    -ms-transform: translateX(0.25rem);
    transform: translateX(0.25rem);
}


.newheader header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li > ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: none;
}

.newheader header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li.sub > a .dropdown-toggle::after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    margin-left: auto;
}

.newheader header.desktop .menu-toggle {
    display: none;
}

.newheader header.desktop .dropdown-submenu .sub > a .dropdown-toggle::after {
    font-family: FontAwesome;
    font-size: 16px;
    float: right;
    color: #1d3e93;
    content:'\f107';
}

.newheader header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li > a:hover,
.newheader header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li > a:focus {
    color: #1d3e93;
}

.newheader header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li > a {
    font-size: 14px;
    letter-spacing: 0.2px;
}

.newheader span.dropdown-toggle,.newheader span.dropdown-toggle:hover {
    background: transparent;
}


/*Search*/
.newheader .overlay-search {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #102353;
    background: -webkit-radial-gradient(circle, #1d3e93 0%, #102353 200%);
    background: -o-radial-gradient(circle, #1d3e93 0%, #102353 200%);
    background: radial-gradient(circle, #1d3e93 0%, #102353 200%);
    opacity: 0;
    -webkit-transition: opacity .27s ease;
    -o-transition: opacity .27s ease;
    transition: opacity .27s ease;
    top: 0;
}

.newheader .btn-close {
    font-size: 0;
}

.newheader .btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: white;
}

.newheader .overlay-search .btn-close {
    color: white;
}

.newheader .btn-close::before {
    display: inline-block;
    font: normal normal normal 14px/1 Mintox;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f021";
    font-size: 2.5rem;
}

.newheader .shop .siteSearch,
.newheader .searchInput {
    margin-bottom: 14px;
    width: 100%;
}

.newheader .searchInput {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.newheader .overlay-search .searchInput {
    position: relative;
    max-width: 580px;
    margin: auto;
    padding: 0 1rem;
    border-radius: .5rem;
}

.newheader .overlay-search .searchInput .twitter-typeahead {
    display: block !important;
    width: 100%;
}

.newheader .overlay-search .tt-menu, 
.newheader .overlay-search .tt-dropdown-menu {
    padding-top: 15px;
    width: 100%;
    position: relative;
    display: none !important;
}

.newheader button, 
.newheader html [type="button"],
.newheader [type="reset"],
.newheader [type="submit"] {
    -webkit-appearance: button;
}

.newheader input[type="submit"], 
.newheader input[type="button"] {
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.4;
    padding: 10px 20px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #1d3e93;
    border-color: #1d3e93;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: #1d3e93;
    background-color: transparent;
    border-radius: 4px;
}

.newheader .overlay-search .searchInput input[type="button"] {
    position: absolute;
    right: 1rem;
    top: 50%;
    background-color: white;
    height: 100%;
    border: none;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    height: 100%;
    background: url(https://www.gres.com.au/theme/theorthodontistscomau/assets/img/icon/search-white.png) 0 0 no-repeat;
    background-size: auto auto;
    background-size: contain;
    height: 18px;
    width: 18px;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.newheader .overlay-search .searchInput .tt-hint {
    display: none;
}

.newheader input[type="text"], 
.newheader input[type="password"], 
.newheader input[type="email"], 
.newheader input[type="tel"],
.newheader input[type="number"], 
.newheader input[type="date"], 
.newheader textarea,
.newheader select {
    border-radius: 0px;
}


.newheader input[type="text"], 
.newheader input[type="password"],
.newheader input[type="email"], 
.newheader input[type="tel"],
.newheader input[type="number"], 
.newheader input[type="date"], 
.newheader textarea, 
.newheader select {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
    height: 33px;
    line-height: 1.4;
    color: #5e5e5e;
    width: 100%;
}

.newheader .overlay-search .searchInput .tt-input {
    height: 55px !important;
    color: white;
    border: 0;
    border-bottom: 2px solid white;
    font-size: 18px;
    padding: 2rem 0;
    border-radius:0;
}

.search-toggle-active .overlay-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    z-index: 999;
}

.newheader .overlay-search .tt-menu .tt-dataset, 
.newheader .overlay-search .tt-dropdown-menu .tt-dataset {
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    border: 1px solid #dddddd;
    max-height: 500px;
    border-radius: 5px;
    position: relative;
    overflow-y: scroll;
    max-height: 400px;
    font-family: "Slate W01", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding: 1rem;
}


.newheader .asx .movement.up {
    color: #69c200;
}

.newheader .asx .movement.up::before {
    content: "\f0d8";
    font-family: FontAwesome;
    width: 16px;
    text-align: center;
    height: 16px;
    color: #69c200;
}

.newheader .overlay-search fieldset {
    width: 50%;
    height: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translatey(-50%);
    -ms-transform: translateX(-50%) translatey(-50%);
    transform: translateX(-50%) translatey(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.newheader a.btn-close:before {
    content: '\f00d' !important;
    font-family: FontAwesome;
    font-size: 35px;
}

.newheader .searchInput input::placeholder,
input#ctl20_MintoxPlaceHolder_1_txtSearchInput::placeholder{
    color: #fff !important;
}

input#ctl20_MintoxPlaceHolder_1_txtSearchInput:focus, 
input#ctl20_MintoxPlaceHolder_1_txtSearchInput:hover {
    box-shadow: none;
}

input#ctl20_MintoxPlaceHolder_1_txtSearchInput {
    margin-bottom: 0;
}


/*Mobile*/


.newheader .overlay-menu {
    opacity: 0;
    visibility: hidden;
    background: #102353;
    background: -webkit-radial-gradient(circle, #1d3e93 0%, #102353 200%);
    background: -o-radial-gradient(circle, #1d3e93 0%, #102353 200%);
    background: radial-gradient(circle, #1d3e93 0%, #102353 200%);
    width: 0%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    overflow: scroll;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity .15s ease, -webkit-transform .27s ease;
    transition: opacity .15s ease, -webkit-transform .27s ease;
    -o-transition: opacity .15s ease, transform .27s ease;
    transition: opacity .15s ease, transform .27s ease;
    transition: opacity .15s ease, transform .27s ease, -webkit-transform .27s ease;
    border-top: 5px solid #a67a19;
}

.mobile-menu-active .overlay-menu {
    position: fixed;
    visibility: visible;
    display: block;
    z-index: 5;
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    width: 85%;
    height: 100vh;
    -webkit-box-shadow: -10px 0 30px 1px rgb(0 0 0 / 40%);
    box-shadow: -10px 0 30px 1px rgb(0 0 0 / 40%);
}

.newheader .overlay-menu .container {
    width: 100%;
}

.newheader .overlay-menu header.mob {
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem;
}

.newheader .overlay-menu .logo img {
    max-height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

.newheader .overlay-menu header.mob .btn-close {
    position: static;
}

.newheader .overlay-menu header.mob .btn-close::before {
    font-size: 1.5rem;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    color: white;
}

.newheader aside.overlay-menu fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

.newheader .overlay-menu .container fieldset {
    width: 100%;
    height: 50%;
    margin: 1rem 0;
}

.newheader .overlay-menu .asx {
    background-color: white;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.newheader .overlay-menu .asx {
    line-height: 24px;
}

.overlay-menu .container fieldset legend {
    display: none;
}

.overlay-menu .container fieldset #siteSearch_pnlSiteSearch {
    position: relative;
}

.overlay-menu .container fieldset .textfield {
    border: none;
    background: none;
    border-radius: 0;
    color: white;
    border-bottom: 2px solid white;
    font-size: 16px;
    padding: 1.5rem 0;
}

.overlay-menu .container fieldset #siteSearch_submit {
    position: absolute;
    right: .25rem;
    top: 50%;
    background-color: white;
    height: 100%;
    border: none;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    height: 100%;
    background: url(https://www.gres.com.au/theme/theorthodontistscomau/assets/img/icon/search-white.png) 0 0 no-repeat;
    background-size: auto auto;
    background-size: contain;
    height: 18px;
    width: 18px;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay-menu .container fieldset .textfield {
    margin-bottom: 0;
    height: 50px !important;
}

.overlay-menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.overlay-menu ul li a {
    color: white;
    padding: 0 0 .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .3px;
    -webkit-transition: color .27s ease;
    -o-transition: color .27s ease;
    transition: color .27s ease;
}

.overlay-menu > .container > ul > li > a {
    font-weight: 600;
    border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}

.overlay-menu > .container > ul > li > a.sub .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 0;
    font-size: 0;
    padding: 1rem 0;
}

.overlay-menu span.dropdown-toggle {
    color: white;
    padding: 0 0 .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .3px;
    -webkit-transition: color .27s ease;
    -o-transition: color .27s ease;
    transition: color .27s ease;
}

.overlay-menu > .container > ul > li > ul {
    display: none;
}

.overlay-menu > .container > ul > li > a.sub + ul {
    margin-top: 1rem;
}

.overlay-menu a.dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 0;
    font-size: 0;
    padding: 1rem 0;
}

.overlay-menu > .container > ul > li > a:not(.sub) {
    padding: 1rem 0;
}

.overlay-menu ul li a {
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: 700 !important;
}

.newheader .nav > li > a:hover, 
.newheader .nav > li > a:focus {
    background: transparent;
    outline: none;
}

ul#listMenuRoot li:hover, ul#listMenuRoot li:focus {
    outline: none;
}

/*Next Day*/

.newheader header.desktop ul.nav > li.dropdown > a {
    line-height: 28px;
}

header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li.dropdown-active > ul {
    display: block;
}

header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li > ul > li > a {
    padding: .3rem 0;
    color: #848484;
}

li.sub.dropdown-active {
    display: block !important;
    padding-bottom: 1rem;
}

.overlay-menu > .container > ul > li.dropdown-active > ul {
    display: block;
}

.overlay-menu > .container > ul > li.dropdown-active > ul li a {
    font-weight: 400 !important;
}

input#siteSearch_search:focus {
    box-shadow: none;
}

form#searchform2 {
    width: 100%;
    margin-bottom: 0;
}

header.desktop.fixed-header {
    position: fixed !important;
    width: 100%;
    background: white;
    z-index: 3;
    top: 0;
}

/*Changes*/
.footer-content.container{
    display:none;
}

.footer-content.container.active{
    display:block;
}

.footer-content.container p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.footer-content.container p a {
    text-decoration: underline;
}


/*Header Changes*/
header.desktop .topbar {
    position: relative;
  
}

header.desktop .topbar ul {
    position: relative;
    left: 23px;
}

/*Header End*/


/*Footer*/
.newfooter footer {
    background-color: #1d3e93;
    padding: 3rem 0;
}

.newfooter .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.newfooter .container:before, 
.newfooter .container:after {
    content: " ";
    display: table;
}

.newfooter div {
    outline: none;
}

.newfooter .row {
    margin-left: -30px;
    margin-right: -30px;
}

.newfooter .row:before, 
.newfooter .row:after {
    content: " ";
    display: table;
}

.newfooter .col-xs-1,
.newfooter .col-sm-1,
.newfooter .col-md-1,
.newfooter .col-lg-1,
.newfooter .col-xs-2,
.newfooter .col-sm-2,
.newfooter .col-md-2,
.newfooter .col-lg-2,
.newfooter .col-xs-3,
.newfooter .col-sm-3,
.newfooter .col-md-3,
.newfooter .col-lg-3,
.newfooter .col-xs-4,
.newfooter .col-sm-4,
.newfooter .col-md-4,
.newfooter .col-lg-4,
.newfooter .col-xs-5,
.newfooter .col-sm-5,
.newfooter .col-md-5,
.newfooter .col-lg-5,
.newfooter .col-xs-6,
.newfooter .col-sm-6,
.newfooter .col-md-6,
.newfooter .col-lg-6,
.newfooter .col-xs-7,
.newfooter .col-sm-7,
.newfooter .col-md-7,
.newfooter .col-lg-7,
.newfooter .col-xs-8,
.newfooter .col-sm-8,
.newfooter .col-md-8,
.newfooter .col-lg-8,
.newfooter .col-xs-9,
.newfooter .col-sm-9,
.newfooter .col-md-9,
.newfooter .col-lg-9,
.newfooter .col-xs-10,
.newfooter .col-sm-10,
.newfooter .col-md-10,
.newfooter .col-lg-10,
.newfooter .col-xs-11,
.newfooter .col-sm-11,
.newfooter .col-md-11,
.newfooter .col-lg-11,
.newfooter .col-xs-12,
.newfooter .col-sm-12,
.newfooter .col-md-12,
.newfooter .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 30px;
	padding-right: 30px;
}

.newfooter div[class^='col-'] {
    margin-bottom: 1rem;
}

.newfooter h1, 
.newfooter h2, 
.newfooter h3, 
.newfooter h4, 
.newfooter h5, 
.newfooter h6 {
    margin: 0 0 14px;
}

.newfooter p,
.newfooter h1,
.newfooter h2,
.newfooter h3, 
.newfooter h4, 
.newfooter h5, 
.newfooter h6 {
    margin-bottom: 1rem;
}

.newfooter footer .footer-content h3 {
    font-weight: 600;
}

.newfooter footer .footer-content h3, 
.newfooter footer .footer-content p {
    color: white;
    margin-bottom: 1rem;
    font-size: 16px;
    line-height:24px;
   
}

.newfooter footer .footer-content a {
    color: white;
    -webkit-transition: color .27s ease;
    -o-transition: color .27s ease;
    transition: color .27s ease;
}

.newfooter footer .footer-content ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    margin-bottom: 1.5rem;
}

.newfooter footer .footer-content ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 .5rem;
}

.newfooter footer .footer-content ul.big {
    border-right: 1px solid #dddddd;
    height: 100%;
}

.newfooter footer .footer-content ul.big > li > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 0 1rem;
    font-size: 18px;
    font-weight: bold;
    line-height:27px;
}

.newfooter footer .footer-content ul a > img {
    margin-right: .5rem;
}

.newfooter  .copyright {
    color: rgba(255, 255, 255, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.newfooter small {
    font-size: 85%;
  
}

.newfooter footer .copyright .webcred {
    margin-left: auto;
    letter-spacing: 0.3px;
}




.newfooter footer .copyright a {
    color: rgba(255, 255, 255, 0.7);
}

.newfooter .container:after {
    clear: both;
}

.newfooter .row:after {
    clear: both;
}

.newfooter footer .footer-content ul a{
    font-size: 16px;
   
    line-height:24px;
}



.newfooter footer .footer-content a:hover, 
.newfooter footer .footer-content a:focus {
    color: #e3b142;
}


.newfooter .footer-box > ul li {
    line-height: 23.8px;
}

.newfooter footer .footer-content h3{
    font-size: 24px;
    line-height:28.8px;
    font-weight: bold;
}

.newfooter ul#listMenuRoot li{
    line-height:28.9px;
    font-size:17px;
    
}
/*Footer End*/

/*Header Media*/
@media (min-width: 600px){
    .newheader h3 {
    font-size: 22px;
    line-height: 1.2;
}
}

@media (min-width: 768px){
    .newheader .container {
    width: 780px;
}

    .mobile-menu-active .overlay-menu {
    width: 350px;
}


}

@media (min-width: 992px){
    .newheader .container {
    width: 1000px;
}
}

@media (min-width: 1200px){
    .newheader .container {
    width: 1200px;
}
}

@media (min-width:1400px){
    .newheader .asx {
    left: 0px;
    }
    header.desktop .topbar ul {
    left: 0px;
    }
    .newheader header.desktop .global nav{
        left:-19px;
    }
    .newheader header.desktop .global nav .search-box {
    left: 20px;
    }
}
@media (min-width:1688px){
    .newheader header.desktop .logo{
        bottom:2px;
    }
   
}


.newheader .container.full {
    width: 100%;
}

@media only screen and (max-width: 1700px){
    .newheader header.desktop ul.nav > li {
    margin-right: 1rem;
}

    .newheader header.desktop .global nav .search-icon {
    margin-left: 1rem;
}


}





@media (max-width: 1199px){
    .newheader header.desktop .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0rem;
}

    .newheader .menu-toggle img {
    height: 40px;
    position: relative;
    top: 3px;
    left: 3px;
}

    .newheader header.desktop .global {
    display: none;
}

    .newheader .overlay-menu .dropdown-toggle:before {
    content: '\f107';
    font-family: FontAwesome;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    font-size: .7rem;
    margin-left: auto;
}

    .newheader .overlay-menu li.dropdown-active .dropdown-toggle:before{
    content: '\f106';    
    }
    
    .newheader header.desktop .logo {
    bottom:0px;
    }
    
    .overlay-menu .container fieldset .textfield{
        font-size:15px;
    }
    .newheader .overlay-menu .container fieldset{
    margin: 1rem 0;
    margin-top: 24px;
    }
    .overlay-menu ul {
    position: relative;
    top: -2px;
    }
    ul#listMenuRoot li{
        line-height:14.5px;
    }
    .overlay-menu ul li a{
        font-size:14.5px;
    }
    .overlay-menu > .container > ul > li > a.sub + ul > li {
    line-height: 20px !important;
    }
    .overlay-menu > .container > ul > li.dropdown-active > ul li a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing:0.5px;
    }
    .overlay-menu > .container > ul > li > ul > li > ul {
    display: none;
    }
    footer{
  overflow-x: hidden;
}

}




@media (max-width: 991px){
    .newheader header.desktop .logo img {
    max-height: 65px;
}    

.footer{
  overflow-x: hidden;
}
.newheader .overlay-search{
    display:none;
}
body .main-cntr {
    margin-top: 0px;
        padding-top: 100px;
}
body.page-body-home  .main-cntr {
    margin-top: 50px;
        padding-top: 0px;
}

}

@media (max-width: 767px){
    .newheader header.desktop .logo img {
    max-height: 50px;
}

.newheader {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 9999;
}
}

/*Header Media End*/

/*Footermedia*/




@media (min-width: 600px){
    .newfooter h3 {
    font-size: 1.5rem;
    line-height: 1.2;
}
}


@media (min-width: 768px){
    .newfooter .container {
    width: 780px;
}
}





@media (min-width: 992px){
    .newfooter .container {
    width: 1000px;
}

    .newfooter .col-md-1,
.newfooter .col-md-2,
.newfooter .col-md-3,
.newfooter .col-md-4,
.newfooter .col-md-5,
.newfooter .col-md-6,
.newfooter .col-md-7,
.newfooter .col-md-8,
.newfooter .col-md-9,
.newfooter .col-md-10,
.newfooter .col-md-11,
.newfooter .col-md-12 {
	float: left;
}

    .newfooter .col-md-2 {
    width: 16.66667%;
}

    .newfooter .col-md-3 {
    width: 25%;
}
}



@media (min-width: 1200px){
    .newfooter .container {
    width: 1200px;
}
}

@media (min-width: 1700px){
    .newfooter .container {
    width: 1440px;
}
}
@media (min-width:1685px){
    .newfooter footer .footer-content ul a {
  
    }
}
@media (max-width: 991px){
    .newfooter footer .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .newfooter footer .copyright .webcred {
    margin-left: 0;
}

    .newfooter footer .footer-content ul.big {
    border-right: none;
}

}
@media (max-width: 599px){
    .newfooter footer .footer-content h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    letter-spacing: 0.3px;
    }
}
.search-toggle-active {
    overflow: hidden;
}
/*Footermedia End*/


.newfooter .btn-group-lg>.btn, .newfooter .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.newfooter #back-to-top {
    z-index: 999;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}
.newfooter #back-to-top {
    -webkit-box-shadow: inset 0 0 0 1px #ffffff;
    -moz-box-shadow: inset 0 0 0 1px #ffffff;
    box-shadow: inset 0 0 0 1px #ffffff;
}

.newfooter footer .footer-content p.grs-engg {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.newfooter p.grs-engg small {
    font-size: 85%;
    letter-spacing: 0;
    line-height: 19px;
    font-size: 12.8px;
}
.newfooter footer .copyright .webcred {
    font-size: 12.8px;
    line-height: 19px;
    letter-spacing: 0 !important;
}

.newfooter footer small.grs {
    font-size: 12.8px;
    line-height: 19px;
}


/*mock_up css*/
.backround-generaljon  .featurehover .highlight {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    height: auto;
}
.backround-generaljon .row-fluid.general_j .well.featurehover.featurehover-misc.center div{
   display: block !important; 
}
.backround-generaljon a.JOB_U , .backround-generaljon .Sea_Agent {
    display: inline !important;
    padding: 8px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.backround-generaljon  .btn{
     display: inline;
   
}

.job-apply-btn .learn_btn , .apply_btn {
    padding: 12px;
    background: #1d3e93;
    margin: 10px 0;
    border-radius: 5px;


}
.body-content .job-apply-btn .learn_btn{
  margin: 20px 0 10px 0;  
}
.side-buttons.span2 {
    text-align: center;
}

.job-apply-btn a , .job-apply-btn a:hover {
    color: #fff; 
    font-size: 14px;
    
}

.nav-stacked > li {
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
}
.container.body-content p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.25;
}
.container.body-content li {
    font-size: 18px;
}
.About_us .row-fluid  , .Our_values  .row-fluid {
    display: flex;
  margin: 0 0 40px 0;
}
.date_post{
      text-align: right;
}
.general-job{
   
    align-items: center;
  margin: 0 0 40px 0;
}
.ksps .row-fluid {
   
  margin: 0 0 40px 0;
}

.About_us  img  , .Our_values img{
    border-radius: 8px;
}

.backround-generaljon {
    background: url(https://assets.recruitinghop.com/f143b332-ae70-11ee-b0d9-42010a8a0fd9);
    padding: 50px 0;
        background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.backround-generaljon  .row-fluid.general_j {
    width: 80%;
    margin: 0 auto;
     border-radius: 8px;
}

.backround-generaljon  .well.featurehover.featurehover-misc.center {
   border-radius: 8px;
}

.backround-generaljon .span12 {
    border-radius: 8px;
}
#desktopdate{
  display:none;  
}

.main_banner {
    background: url(https://assets.recruitinghop.com/9659ed4b-ae70-11ee-b0d9-42010a8a0fd9);
    background-repeat: no-repeat;
    background-size: cover;
  border-radius: 8px;
    margin: 40px 0;
}
.About_us .learn_btn{
   display:inline-block; 
}

.Our_values .learn_btn{
   display:inline-block; 
}
.main_banner>.row-fluid {
    width: 90%;
    margin: 0 auto;
    padding: 80px 0;
}

.main_banner .span12.hasSimilarJobs {
    padding-bottom: 0 !important;
}

.main_banner .well.featurehover.featurehover-misc.center {
    margin-bottom: 0;
}

.main_banner .sidebar_box{
    padding: 20px 40px;
   
    background-color: rgba(255, 255, 255, 0.85);
    margin: 0 !important;
    border-radius: 8px;
}

.body-content img{
    width: 100%;
    max-height: 100%;
    height: 100%;
}
.Our_values .bottom_space {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.About_us .image_design , .Our_values .bottom_space {
    padding-right: 0;
    text-align: justify;
    font-size: 18px;
    line-height:1.25;
}

.About_us .bottom_space , .Our_values .ourvalues {
    padding-left: 0;

}

.nav-tabs > li > a  span {
    color: #1d3e93;
font-size:18px;
font-weight:bold;
    text-transform:capitalize;
}
.jobsearchresultsBlock .span12 {
    margin-left: 0;
}
.nav > li a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.nav > li > a{
  border:0 !important;
}

.backround-generaljon .well.featurehover.featurehover-misc.center {
  
    background-color: rgba(255, 255, 255, 0.85);
}

.backround-generaljon .featurehover:hover {
 
    background-color: rgba(255, 255, 255, 0.85) !important;
}


.column_ksps {
    display: flex;
}

.column_ksps .col-4 {
    text-align: justify;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    font-size:18px;
    line-height:1.25;
}
.column_ksps .col-4:last-child {
    padding-right: 0;
    width: 180%;
}
.column_ksps .col-4:nth-child(2) {
    width: 170%; 
}
.column_ksps .col-4:first-child {
    padding-left: 0; 
}

.body-content .ourvalues img {
    height: 100%;
}

@media (max-width: 1199px){
.column_ksps .col-4:last-child {
    width: 225%;
}
.column_ksps .col-4:nth-child(2) {
    width: 208%; 
}
.body-content img {
    height: 70%;
    margin-top: 3%;
}
.body-content .ourvalues img {
    height: 65%;
    margin-top: 25%;
}
}
@media (max-width: 991px){
.column_ksps .col-4:last-child {
    width: 291%;
}
.column_ksps .col-4:nth-child(2) {
    width: 261%; 
}
.body-content img {
    height: 40%;
    margin-top: 0%;
}
.body-content .ourvalues img {
    height: 65%;
    margin-top: 35%;
}
}
@media (max-width: 767px){
    .body-content .ourvalues img {
    margin-top: 0%;
    }
}

.bottom_space ul {
 
    margin-bottom: 0;
}
.About_us .col-lg-6.col-md-6.col-sm-12.col-xs-12.image_design {
    display: flex;
    align-items: center;
    justify-content: center;
}

.About_us .col-lg-6 {
    flex: 1;
}
.sidebar_box .span12.hasSimilarJobs {
    margin-left: 0;
}
.span6.sidebar_box h2 {
    font-weight: 500;
}
@media (max-width: 1199px){
    .bottom_space ul {
    padding: 0 0 15px 0;
    margin-bottom: 0;
}

.bottom_space p {
    padding: 0 0 15px 0;
}
    
}
@media (max-width: 920px){
   .column_ksps {
    display: block;
}   
.column_ksps .col-4{
    padding-left:0;
    padding-right:0;
    width:100% !important;
}
}

@media (max-width: 767px){

    .column_ksps {
    display: block;
}
    .column_ksps p {
    
    padding: 15px 0;
}
    .col-lg-6.col-md-6.col-sm-12.col-xs-12.bottom_space {
    margin-bottom: 40px;
}
    .backround-generaljon a.JOB_U, .backround-generaljon .Sea_Agent{
        display:block !important;
    }
    .date_post {
    display: none;
}
#desktopdate{
  display:block;  
}

 .Our_values >.row-fluid {
    flex-direction: column;
}
.About_us .row-fluid  {
    display: block;
}
    
    .Our_values .bottom_space {
    order: 1;
}

.ourvalues {
    order: 2;
}

.body-content .col-lg-6 {
    padding: 0;
}
}

.row-fluid.registeredusersearchagentseditBlock p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.25;
    margin: 0 0 10px;
}