@import "https://fonts.googleapis.com/css2?family=Baloo+2:wght@800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500&display=swap";


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "DM Serif Display", Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;

}

/* .for individual and org tab. */
.nav-tab_indis_indi{
    background:white;
    padding: 0;
    border:1px solid #127cba;
    margin-bottom: 0pc;
    list-style: none;
    display: flex;
    max-width: fit-content;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    }
    .nav-item_indi{
    font-weight: bold;
    font-size: 20px;
    padding: 20px;
    
    text-align: center;
    border-right: 1px solid #1d868d;
    transition: 0.5s;
    cursor: pointer;
    }
    .nav-item_indi:nth-last-child(1){
    border-right: none;
    }
    .nav-item_indi.activeindi{
    color: white;
    background: #127cba;
    }
    .bg-activeindi{
    background-color: #eee;
    padding: 20px;
    width: 80px;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -1;
    transition: 0.5s;
    }
    .content-tab_indis{
    padding: 30px;
    border:1px solid #127cba;
    border-radius: 10px;
    border-top-left-radius: 0;
    min-height: 300px;
    text-align: justify;
    }
    .content-tab_indis .tab_indi{
    display: none;
    }
    .content-tab_indis .tab_indi.activeindi{
    display: block;
    animation: showContent 0.5s ease-in-out 1;
    }
    @keyframes showContent{
    from{
        opacity: 0;
        transform: translateY(100px);
    }to{
        opacity: 1;
        transform: translateY(0);
    }
    }
    

/* .. */



.marquee {
    display: flex;
    block-size: var(--marquee-item-height);
    margin-block: var(--marquee-item-height);
    position: relative;
    overflow-x: hidden;
}
        .marquee--2 {
    --marquee-item-width: 237px;
    --marquee-item-height: 100px;
    --marquee-duration: 150s;
    --marquee-items: 16;
    margin-top: 60px;
    margin-bottom: 66px;
      padding-top: 29px;
      background: white;
}


    .marquee--2 .marquee__item {
        --marquee-item-offset: max( calc(var(--marquee-item-width) * var(--marquee-items)), calc(100% + var(--marquee-item-width)) );
        --marquee-delay: calc(var(--marquee-duration) / var(--marquee-items) * (var(--marquee-items) - var(--marquee-item-index)) * -1);
        position: absolute;
        inset-inline-start: var(--marquee-item-offset);
        transform: translateX(-50%);
        animation: go linear var(--marquee-duration) var(--marquee-delay, 0s) infinite;
        transform: scale(2);
    }

        .marquee--2 .marquee__item:nth-of-type(1) {
            --marquee-item-index: 1;
        }

        .marquee--2 .marquee__item:nth-of-type(2) {
            --marquee-item-index: 2;
        }

        .marquee--2 .marquee__item:nth-of-type(3) {
            --marquee-item-index: 3;
        }

        .marquee--2 .marquee__item:nth-of-type(4) {
            --marquee-item-index: 4;
        }

        .marquee--2 .marquee__item:nth-of-type(5) {
            --marquee-item-index: 5;
        }

        .marquee--2 .marquee__item:nth-of-type(6) {
            --marquee-item-index: 6;
        }

        .marquee--2 .marquee__item:nth-of-type(7) {
            --marquee-item-index: 7;
        }

        .marquee--2 .marquee__item:nth-of-type(8) {
            --marquee-item-index: 8;
        }

        .marquee--2 .marquee__item:nth-of-type(9) {
            --marquee-item-index: 9;
        }

        .marquee--2 .marquee__item:nth-of-type(10) {
            --marquee-item-index: 10;
        }

        .marquee--2 .marquee__item:nth-of-type(11) {
            --marquee-item-index: 11;
        }

        .marquee--2 .marquee__item:nth-of-type(12) {
            --marquee-item-index: 12;
        }

        .marquee--2 .marquee__item:nth-of-type(13) {
            --marquee-item-index: 13;
        }

        .marquee--2 .marquee__item:nth-of-type(14) {
            --marquee-item-index: 14;
        }

        .marquee--2 .marquee__item:nth-of-type(15) {
            --marquee-item-index: 15;
        }
        .marquee--2 .marquee__item:nth-of-type(16) {
            --marquee-item-index: 16;
        }
        .marquee--2 .marquee__item:nth-of-type(17) {
            --marquee-item-index: 17;
        }
        .marquee--2 .marquee__item:nth-of-type(18) {
            --marquee-item-index: 18;
        }
        .marquee--2 .marquee__item:nth-of-type(19) {
            --marquee-item-index: 19;
        }
        .marquee--2 .marquee__item:nth-of-type(20) {
            --marquee-item-index: 20;
        }
        .marquee--2 .marquee__item:nth-of-type(21) {
            --marquee-item-index: 21;
        }
        .marquee--2 .marquee__item:nth-of-type(22) {
            --marquee-item-index: 22;
        }
        .marquee--2 .marquee__item:nth-of-type(23) {
            --marquee-item-index: 23;
        }
        .marquee--2 .marquee__item:nth-of-type(24) {
            --marquee-item-index: 24;
        }
        .marquee--2 .marquee__item:nth-of-type(25) {
            --marquee-item-index: 25;
        }
        .marquee--2 .marquee__item:nth-of-type(26) {
            --marquee-item-index: 26;
        }
        .marquee--2 .marquee__item:nth-of-type(27) {
            --marquee-item-index: 27;
        }
        .marquee--2 .marquee__item:nth-of-type(28) {
            --marquee-item-index: 28;
        }
        .marquee--2 .marquee__item:nth-of-type(29) {
            --marquee-item-index: 29;
        }
        .marquee--2 .marquee__item:nth-of-type(30) {
            --marquee-item-index: 30;
        }
        .marquee--2 .marquee__item:nth-of-type(31) {
            --marquee-item-index: 31;
        }
        .marquee--2 .marquee__item:nth-of-type(32) {
            --marquee-item-index: 32;
        }
        @keyframes go {
    to {
        inset-inline-start: calc(var(--marquee-item-width) * -1);
    }
}
/* .. marquee 3*/
.marquee--3 {
    --marquee-item-width: 237px;
    --marquee-item-height: 196px;
    --marquee-duration: 30s;
    --marquee-items: 28;
      margin-top: 39px;
      margin-bottom: 11px;
      padding-top: 29px;
}


    .marquee--3 .marquee__item {
        --marquee-item-offset: max( calc(var(--marquee-item-width) * var(--marquee-items)), calc(100% + var(--marquee-item-width)) );
        --marquee-delay: calc(var(--marquee-duration) / var(--marquee-items) * (var(--marquee-items) - var(--marquee-item-index)) * -1);
        position: absolute;
        inset-inline-start: var(--marquee-item-offset);
        transform: translateX(-50%);
        animation: goto linear var(--marquee-duration) var(--marquee-delay, 0s) infinite;
        transform: scale(2);
    }

        .marquee--3 .marquee__item:nth-of-type(1) {
            --marquee-item-index: 1;
        }

        .marquee--3 .marquee__item:nth-of-type(2) {
            --marquee-item-index: 2;
        }

        .marquee--3 .marquee__item:nth-of-type(3) {
            --marquee-item-index: 3;
        }

        .marquee--3 .marquee__item:nth-of-type(4) {
            --marquee-item-index: 4;
        }

        .marquee--3 .marquee__item:nth-of-type(5) {
            --marquee-item-index: 5;
        }

        .marquee--3 .marquee__item:nth-of-type(6) {
            --marquee-item-index: 6;
        }

        .marquee--3 .marquee__item:nth-of-type(7) {
            --marquee-item-index: 7;
        }

        .marquee--3 .marquee__item:nth-of-type(8) {
            --marquee-item-index: 8;
        }

        .marquee--3 .marquee__item:nth-of-type(9) {
            --marquee-item-index: 9;
        }

        .marquee--3 .marquee__item:nth-of-type(10) {
            --marquee-item-index: 10;
        }
        .marquee--3 .marquee__item:nth-of-type(11) {
            --marquee-item-index: 11;
        }
        .marquee--3 .marquee__item:nth-of-type(12) {
            --marquee-item-index: 12;
        }
        .marquee--3 .marquee__item:nth-of-type(13) {
            --marquee-item-index: 13;
        }
        .marquee--3 .marquee__item:nth-of-type(14) {
            --marquee-item-index: 14;
        }
        .marquee--3 .marquee__item:nth-of-type(15) {
            --marquee-item-index: 15;
        }
        .marquee--3 .marquee__item:nth-of-type(16) {
            --marquee-item-index: 16;
        }
        .marquee--3 .marquee__item:nth-of-type(17) {
            --marquee-item-index: 17;
        }
        .marquee--3 .marquee__item:nth-of-type(18) {
            --marquee-item-index: 18;
        }
        .marquee--3 .marquee__item:nth-of-type(19) {
            --marquee-item-index: 19;
        }
        .marquee--3 .marquee__item:nth-of-type(20) {
            --marquee-item-index: 20;
        }
        .marquee--3 .marquee__item:nth-of-type(21) {
            --marquee-item-index: 21;
        }
        .marquee--3 .marquee__item:nth-of-type(22) {
            --marquee-item-index: 22;
        }
        .marquee--3 .marquee__item:nth-of-type(23) {
            --marquee-item-index: 23;
        }
        .marquee--3 .marquee__item:nth-of-type(24) {
            --marquee-item-index: 24;
        }
        .marquee--3 .marquee__item:nth-of-type(25) {
            --marquee-item-index: 25;
        }
        .marquee--3 .marquee__item:nth-of-type(26) {
            --marquee-item-index: 26;
        }
        .marquee--3 .marquee__item:nth-of-type(27) {
            --marquee-item-index: 27;
        }
        .marquee--3 .marquee__item:nth-of-type(28) {
            --marquee-item-index: 28;
        }
        

       
        @keyframes goto {
    to {
        inset-inline-start: calc(var(--marquee-item-width) * -1);
    }
}

/* . */
#results-container{
    position: absolute;
    z-index: 3;
    background: #fffffff2;
    width: 398px;
    top: -12px;
    left: 45px;
}
.hide_laptop{
    display: none;
}
li {
    list-style: none;
}
.timeline-container {
    margin-top: 200px;
    /* background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

svg {
    max-width: 100%;
    height: auto;
}

.styled-select {
    display: block;
}


.sprite {
    background-image: linear-gradient(transparent, transparent), url(portal//assets/img/sprite-de847d1a.svg);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle
}

.svg-Commons-logo_sister {
    background-position: 0 0;
    width: 47px;
    height: 47px
}

.svg-Mediamentalhealth-logo_sister {
    background-position: 0 -47px;
    width: 42px;
    height: 42px
}

.svg-Meta-mentalhealth-logo_sister {
    background-position: 0 -89px;
    width: 37px;
    height: 37px
}

.svg-mentalhealthbooks-logo_sister {
    background-position: 0 -126px;
    width: 37px;
    height: 37px
}

.svg-mentalhealthdata-logo_sister {
    background-position: 0 -163px;
    width: 49px;
    height: 49px
}

.svg-mentalhealthfunctions-logo_sister {
    background-position: 0 -212px;
    width: 50px;
    height: 50px
}

.svg-mentalhealthmedia-logo_black {
    background-position: 0 -262px;
    width: 42px;
    height: 42px
}

.svg-mentalhealth_wordmark {
    background-position: 0 -304px;
    width: 176px;
    height: 32px
}

.svg-mentalhealthquote-logo_sister {
    background-position: 0 -336px;
    width: 42px;
    height: 42px
}

.svg-mentalhealthsource-logo_sister {
    background-position: 0 -378px;
    width: 39px;
    height: 39px
}

.svg-mentalhealthspecies-logo_sister {
    background-position: 0 -417px;
    width: 42px;
    height: 42px
}

.svg-mentalhealthversity-logo_sister {
    background-position: 0 -459px;
    width: 43px;
    height: 37px
}

.svg-mentalhealthvoyage-logo_sister {
    background-position: 0 -496px;
    width: 36px;
    height: 36px
}

.svg-mentalhealthtionary-logo_sister {
    background-position: 0 -532px;
    width: 37px;
    height: 37px
}

.svg-arrow-down {
    background-position: 0 -569px;
    width: 12px;
    height: 8px
}

.svg-arrow-down-blue {
    background-position: 0 -577px;
    width: 14px;
    height: 14px
}

.svg-badge_google_play_store {
    background-position: 0 -591px;
    width: 124px;
    height: 38px
}

.svg-badge_ios_app_store {
    background-position: 0 -629px;
    width: 110px;
    height: 38px
}

.svg-language-icon {
    background-position: 0 -667px;
    width: 22px;
    height: 22px
}

.svg-noimage {
    background-position: 0 -689px;
    width: 58px;
    height: 58px
}

.svg-search-icon {
    background-position: 0 -747px;
    width: 22px;
    height: 22px
}

.svg-mentalhealth_app_tile {
    background-position: 0 -769px;
    width: 42px;
    height: 42px
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 32px;
    font-size: 3.2rem;
    margin: 1.2rem 0
}

mark {
    background: #fef6e7;
    color: #000
}

small {
    font-size: 13px;
    font-size: 1.3rem
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1.6rem 4rem
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 14px;
    font-size: 1.4rem
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type=search]:focus {
    outline-offset: -2px
}

fieldset {
    border: 1px solid #a2a9b1;
    margin: 0 .2rem;
    padding: .6rem 1rem 1.2rem
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.hidden,
[hidden] {
    display: none !important
}

.screen-reader-text {
    display: block;
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden
}

body {
      
    font-size: 1.4rem;
    /* line-height: 1.5; */

}

/* main {
    padding: 0 1.28rem
} */

a {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

a,
a:active,
a:focus {
    unicode-bidi: embed;
    outline: 0;
    color: black;
    text-decoration: none
}

a:focus {
    outline: 1px solid black
}

/*a:hover {*/
/*    text-decoration: underline*/
/*}*/

img {
    vertical-align: middle
}

hr,
img {
    border: 0
}

hr {
    clear: both;
    height: 0;
    border-bottom: 1px solid #c8ccd1;
    margin: .26rem 0
}

.pure-button {
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f8f9fa;
    color: #202122;
    position: relative;
    min-height: 19.2px;
    min-height: 1.92rem;
    min-width: 16px;
    min-width: 1.6rem;
    margin: .16rem 0;
    border: 1px solid #a2a9b1;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: .8rem 1.6rem;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    text-decoration: none;
    vertical-align: top;
    -webkit-transition: background .1s ease, color .1s ease, border-color .1s ease, -webkit-box-shadow .1s ease;
    transition: background .1s ease, color .1s ease, border-color .1s ease, -webkit-box-shadow .1s ease;
    -o-transition: background .1s ease, color .1s ease, border-color .1s ease, box-shadow .1s ease;
    -moz-transition: background .1s ease, color .1s ease, border-color .1s ease, box-shadow .1s ease, -moz-box-shadow .1s ease;
    transition: background .1s ease, color .1s ease, border-color .1s ease, box-shadow .1s ease;
    transition: background .1s ease, color .1s ease, border-color .1s ease, box-shadow .1s ease, -webkit-box-shadow .1s ease, -moz-box-shadow .1s ease
}

.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pure-button-hover,
.pure-button:hover {
    background-color: #fff;
    border-color: #a2a9b1;
    color: #404244
}

.pure-button-active,
.pure-button:active {
    background-color: #eaecf0;
    border-color: #72777d;
    color: #000
}

.pure-button:focus {
    outline: 1px solid transparent;
    border-color: #127cba;
    -webkit-box-shadow: inset 0 0 0 1px #127cba;
    -moz-box-shadow: inset 0 0 0 1px #127cba;
    box-shadow: inset 0 0 0 1px #127cba
}

.pure-button-primary-progressive {
    background-color: #127cba;
    border-color: #127cba;
    color: #fff
}

.pure-button-primary-progressive:hover {
    background: #127cba;
    border-color: #127cba
}

.pure-button-primary-progressive:active {
    background-color: #2a4b8d;
    border-color: #2a4b8d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.pure-button-primary-progressive:focus {
    -webkit-box-shadow: inset 0 0 0 1px #127cba, inset 0 0 0 2px #fff;
    -moz-box-shadow: inset 0 0 0 1px #127cba, inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 1px #127cba, inset 0 0 0 2px #fff;
    border-color: #127cba
}

.pure-form input[type=search] {
    background-color: #fff;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #a2a9b1;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: .8rem;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    -moz-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    vertical-align: middle
}

.pure-form input:focus:invalid {
    color: #d73333;
    border-color: #b32424
}

.pure-form fieldset {
    margin: 0;
    padding: .56rem 0 1.2rem;
    border: 0
}

@media only screen and (max-width: 480px) {
    .pure-form input[type=search] {
        display: block
    }
}

.central-textlogo-wrapper {
    display: inline-block;
    vertical-align: bottom
}

.central-textlogo {
    position: relative;
    margin: 4rem auto .5rem;
    width: 270px;
    font-family: Linux Libertine, Hoefler Text, Georgia, Times New Roman, Times, serif !important;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    line-height: 33px;
    line-height: 3.3rem;
    text-align: center;
    -moz-font-feature-settings: "ss05=1";
    -moz-font-feature-settings: "ss05";
    -webkit-font-feature-settings: "ss05";
    -ms-font-feature-settings: "ss05";
    font-feature-settings: "ss05"
}

.localized-slogan {
    display: block;
    font-family: Linux Libertine, Georgia, Times, "Source Serif Pro", serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400
}

.central-textlogo__image {
    color: transparent;
    display: inline-block;
    overflow: hidden;
    text-indent: -10000px
}

.central-featured-logo {
    position: absolute;
    top: 154px;
    left: 6px;
}

@media (max-width: 480px) {
    .consultingcontent-tabs{
        text-align: start !important;
    }
    .accordion button .icon{
        top: 63px !important;

    }
    .accordion button[aria-expanded=true] + .accordion-content{
        max-height: 11em !important ;
    }
    .nav-grbtabs{
        display: grid !important; 
    grid-template-columns: 152px 152px !important;
    }
    
    .top-banner{
        padding: 30px !important;
    }
    .head_moblie_font{
        font-size: 8px;
    }
    .uli{
        top: 279px !important;
    }
    .formoileflexdirection{
        flex-direction: column-reverse;
        background:  #127cba;
    }
    .mega-content{
        width: 100% !important;
    }
    .navbar{
        margin-bottom: 12px !important;
    }
    
    .consultingnav-item{
        font-size: 13px !important;
        padding: 12px !important;
    }
    .AssociationsGlobalPsychology img{
        width: 20% !important;
    }
    .row1{
        padding: 25px !important;
    }
    .circletab {
        padding: 8px 7px !important;
        font-size: 12px !important;
        top: 5px !important;
        left: 6px !important;
    }
    .empdesign{
        font-size: 15px !important;
    }
    .toyou{
        font-size: 22px !important;
    }
    .banefitsdesign{
        font-size: 25px !important;
    }
    .row1 h3{
        font-size: 16px !important;
    }
    .orgdesign{
        font-size: 13px !important;
    }
    .employeehoverimg{
        width: 100% !important;
    }
    .benefontsize{
font-size: 11px !important;
    }
    .plan-price svg{
        width: 20% !important;
    }
    .price_buy{
        width: 78px !important;
    }
    .about{
        font-size: 40px !important;
    }
   .hide_phone{
    display: none !important;
   }
   .hide_laptop{
    display: flex;
   }
    .price_buy a{
        font-size: 10px !important;
    }
    .plan-price{
        font-size: 20px !important;
    }
    #results-container{
           z-index: 2 !important;
    }
    .search-container{
        text-align: center !important;
    }
    .profile_top_position{
        top: 3px !important;
    }
    .central-textlogo {
        position: relative;
        height: 70px;
        width: auto;
        margin: 2rem 0 0;
        text-align: center;
        line-height: 25px;
        line-height: 2.5rem;
        text-indent: -10px;
        text-indent: -1rem;
        font-size: 1em
    }

    .central-textlogo-wrapper {
        position: relative;
        top: 12px;
        text-indent: 2px;
        text-indent: .2rem
    }

    .svg-mentalhealth_wordmark {
        width: 150px;
        height: 25px;
        background-position: 0 -260px;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%
    }

    .localized-slogan {
        font-size: 14px;
        font-size: 1.4rem
    }

    .central-featured-logo {
        position: relative;
        display: inline-block;
        width: 57px;
        height: auto;
        left: 0;
        top: 98px;
        height: 360% !important;
        width: 100% !important;
    }
}

@media (max-width: 240px) {
    .central-textlogo__image {
        height: auto
    }
}

.central-featured {
    position: relative;
    height: 325px;
    height: 32.5rem;
    width: 546px;
    width: 54.6rem;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle
}

.central-featured-lang {
    position: absolute;
    width: 156px;
    width: 15.6rem
}

.central-featured-lang .link-box {
    display: block;
    padding: 0;
    text-decoration: none;
    white-space: normal;
    color: #127cba;
}

.central-featured-lang .link-box:hover strong {
    text-decoration: underline
}

.central-featured-lang :hover {
    background-color: #eaecf0
}

.central-featured-lang strong {
    display: block;
    font-size: 15px;
   
}

.central-featured-lang small {
    color: #54595d;
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6
}

.central-featured-lang em {
    font-style: italic
}

.central-featured-lang .emNonItalicLang {
    font-style: normal
}

.lang1 {
    top: 0;
    right: 60%
}

.lang2 {
    top: 0;
    left: 60%
}

.lang3 {
    top: 20%;
    right: 70%
}

.lang4 {
    top: 20%;
    left: 70%
}

.lang5 {
    top: 40%;
    right: 72%
}

.lang6 {
    top: 40%;
    left: 72%
}

.lang7 {
    top: 60%;
    right: 70%
}

.lang8 {
    top: 60%;
    left: 70%
}

.lang9 {
    top: 80%;
    right: 60%
}

.lang10 {
    top: 80%;
    left: 60%
}

@media (max-width: 480px) {
    .central-featured {
        width: auto;
        height: auto;
        margin-top: 30rem;
        font-size: 13px;
        font-size: 1.3rem;
        text-align: left
    }

    .central-featured:after {
        content: " ";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        font-size: 0
    }

    .central-featured-lang {
        display: block;
        float: left;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 64px;
        height: 6.4rem;
        width: 33%;
        margin: 0 0 16px;
        padding: 0 1.6rem;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center
    }

    .central-featured-lang strong {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 4px
    }

    .central-featured-lang small {
        line-height: 1.4
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .head_moblie_font a{
        font-size: 9px !important;
    }
}

@media (max-width: 375px) {
    .central-featured-lang {
        font-size: 13px;
        font-size: 1.3rem
    }
}

@media (max-width: 240px) {
    .central-featured-lang {
        width: 100%
    }
}

.search-container {
    float: none;
    max-width: 95%;
    width: 540px;
    margin: .4rem auto 1.95rem;
    text-align: center;
    vertical-align: middle
}



.search-container button {
    min-height: 44px;
    min-height: 4.4rem;
    margin: 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    padding: .8rem 1.6rem;
    font-size: 16px;
    font-size: 1.6rem;
    z-index: 2
}

.search-container button .svg-search-icon {
    text-indent: -9999px
}

.search-container input[type=search]::-webkit-search-results-button,
.search-container input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

.search-container input::-webkit-calendar-picker-indicator {
    display: none
}

.search-container .sprite.svg-arrow-down {
    position: absolute;
    top: 8px;
    top: .8rem;
    right: 6px;
    right: .6rem
}

#searchInput {
    -webkit-appearance: none;
    width: 100%;
    height: 44px;
    height: 4.4rem;
    border-width: 1px 0 1px 1px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    padding: .8rem 9.6rem .8rem 1.2rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    -webkit-transition: background .1s ease, border-color .1s ease, -webkit-box-shadow .1s ease;
    transition: background .1s ease, border-color .1s ease, -webkit-box-shadow .1s ease;
    -o-transition: background .1s ease, border-color .1s ease, box-shadow .1s ease;
    -moz-transition: background .1s ease, border-color .1s ease, box-shadow .1s ease, -moz-box-shadow .1s ease;
    transition: background .1s ease, border-color .1s ease, box-shadow .1s ease;
    transition: background .1s ease, border-color .1s ease, box-shadow .1s ease, -webkit-box-shadow .1s ease, -moz-box-shadow .1s ease
}

#searchInput:hover {
    border-color: #72777d
}

#searchInput:focus {
    border-color: #127cba;
    -webkit-box-shadow: inset 0 0 0 1px #127cba;
    -moz-box-shadow: inset 0 0 0 1px #127cba;
    box-shadow: inset 0 0 0 1px #127cba;
    outline: 1px solid transparent
}

.search-container .search-input {
    display: inline-block;
    position: relative;
    width: 73%;
    vertical-align: top
}

@media only screen and (max-width: 480px) {
    .search-container .pure-form fieldset {
        margin-left: 1rem;
        margin-right: 6.6rem
    }

    .search-container .search-input {
        width: 100%;
        margin-right: -6.6rem
    }

    .search-container .pure-form button {
        float: right;
        right: -56px;
        right: -5.6rem
    }
}

.suggestions-dropdown {
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    border: 1px solid #a2a9b1;
    border-top: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    list-style-type: none;
    word-spacing: normal
}

.suggestion-link,
.suggestions-dropdown {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: left
}

.suggestion-link {
    display: block;
    position: relative;
    min-height: 70px;
    min-height: 7rem;
    padding: 1rem 1rem 1rem 8.5rem;
    border-bottom: 1px solid #eaecf0;
    color: inherit;
    text-decoration: none;
    text-align: initial;
    white-space: normal
}

.suggestion-link.active {
    background-color: #eaf3ff
}

a.suggestion-link:hover {
    text-decoration: none
}

a.suggestion-link:active,
a.suggestion-link:focus {
    outline: 0;
    white-space: normal
}

/* .suggestion-thumbnail {
                background-color: #eaecf0;
                background-image: url(portal//assets/img/noimage.png);
                background-image: -webkit-linear-gradient(transparent,transparent),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23eee' d='M0 0h56v56H0z'/%3E%3Cpath fill='%23999' d='M36.4 13.5H17.8v24.9c0 1.4.9 2.3 2.3 2.3h18.7v-25c.1-1.4-1-2.2-2.4-2.2zM30.2 17h5.1v6.4h-5.1V17zm-8.8 0h6v1.8h-6V17zm0 4.6h6v1.8h-6v-1.8zm0 15.5v-1.8h13.8v1.8H21.4zm13.8-4.5H21.4v-1.8h13.8v1.8zm0-4.7H21.4v-1.8h13.8v1.8z'/%3E%3C/svg%3E");
                background-image: -webkit-linear-gradient(transparent,transparent),url(portal//assets/img/noimage.svg) !ie;
                background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent)),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23eee' d='M0 0h56v56H0z'/%3E%3Cpath fill='%23999' d='M36.4 13.5H17.8v24.9c0 1.4.9 2.3 2.3 2.3h18.7v-25c.1-1.4-1-2.2-2.4-2.2zM30.2 17h5.1v6.4h-5.1V17zm-8.8 0h6v1.8h-6V17zm0 4.6h6v1.8h-6v-1.8zm0 15.5v-1.8h13.8v1.8H21.4zm13.8-4.5H21.4v-1.8h13.8v1.8zm0-4.7H21.4v-1.8h13.8v1.8z'/%3E%3C/svg%3E");
                background-image: -moz- oldlinear-gradient(transparent,transparent),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23eee' d='M0 0h56v56H0z'/%3E%3Cpath fill='%23999' d='M36.4 13.5H17.8v24.9c0 1.4.9 2.3 2.3 2.3h18.7v-25c.1-1.4-1-2.2-2.4-2.2zM30.2 17h5.1v6.4h-5.1V17zm-8.8 0h6v1.8h-6V17zm0 4.6h6v1.8h-6v-1.8zm0 15.5v-1.8h13.8v1.8H21.4zm13.8-4.5H21.4v-1.8h13.8v1.8zm0-4.7H21.4v-1.8h13.8v1.8z'/%3E%3C/svg%3E");
                background-image: -o-linear-gradient(transparent,transparent),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23eee' d='M0 0h56v56H0z'/%3E%3Cpath fill='%23999' d='M36.4 13.5H17.8v24.9c0 1.4.9 2.3 2.3 2.3h18.7v-25c.1-1.4-1-2.2-2.4-2.2zM30.2 17h5.1v6.4h-5.1V17zm-8.8 0h6v1.8h-6V17zm0 4.6h6v1.8h-6v-1.8zm0 15.5v-1.8h13.8v1.8H21.4zm13.8-4.5H21.4v-1.8h13.8v1.8zm0-4.7H21.4v-1.8h13.8v1.8z'/%3E%3C/svg%3E");
                background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23eee' d='M0 0h56v56H0z'/%3E%3Cpath fill='%23999' d='M36.4 13.5H17.8v24.9c0 1.4.9 2.3 2.3 2.3h18.7v-25c.1-1.4-1-2.2-2.4-2.2zM30.2 17h5.1v6.4h-5.1V17zm-8.8 0h6v1.8h-6V17zm0 4.6h6v1.8h-6v-1.8zm0 15.5v-1.8h13.8v1.8H21.4zm13.8-4.5H21.4v-1.8h13.8v1.8zm0-4.7H21.4v-1.8h13.8v1.8z'/%3E%3C/svg%3E");
                background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent)),url(portal//assets/img/noimage.svg) !ie;
                background-image: -moz- oldlinear-gradient(transparent,transparent),url(portal//assets/img/noimage.svg) !ie;
                background-image: -o-linear-gradient(transparent,transparent),url(portal//assets/img/noimage.svg) !ie;
                background-image: linear-gradient(transparent,transparent),url(portal//assets/img/noimage.svg) !ie;
                background-image: -o-linear-gradient(transparent,transparent),url(portal//assets/img/noimage.png);
                background-position: 50%;
                background-repeat: no-repeat;
                -webkit-background-size: 100% auto;
                -moz-background-size: 100% auto;
                background-size: 100% auto;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                background-size: cover;
                height: 100%;
                width: 70px;
                width: 7rem;
                position: absolute;
                top: 0;
                left: 0
            } */

.suggestion-title {
    margin: 0 0 .78rem;
    color: #54595d;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18.72px;
    line-height: 1.872rem
}

.suggestion-link.active .suggestion-title {
    color: #127cba
}

.suggestion-highlight {
    font-style: normal;
    text-decoration: underline
}

.suggestion-description {
    color: #72777d;
    margin: 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 14.299px;
    line-height: 1.43rem
}

.styled-select {
    display: none;
    position: absolute;
    top: 10px;
    top: 1rem;
    bottom: 12px;
    bottom: 1.2rem;
    right: 12px;
    right: 1.2rem;
    max-width: 95px;
    max-width: 9.5rem;
    height: 24px;
    height: 2.4rem;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.styled-select:hover {
    background-color: #f8f9fa
}

.styled-select .hide-arrow {
    right: 32px;
    right: 3.2rem;
    max-width: 68px;
    max-width: 6.8rem;
    height: 24px;
    height: 2.4rem;
    overflow: hidden;
    text-align: right
}

.styled-select select {
    background: transparent;
    display: inline;
    overflow: hidden;
    height: 24px;
    height: 2.4rem;
    min-width: 110px;
    min-width: 11rem;
    max-width: 110px;
    max-width: 11rem;
    width: 110px;
    width: 11rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    line-height: 24px;
    line-height: 2.4rem;
    -webkit-appearance: none;
    -moz-appearance: window;
    text-indent: .01px;
    -o-text-overflow: "";
    text-overflow: "";
    opacity: 0;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.styled-select.no-js {
    width: 95px;
    width: 9.5rem
}

.styled-select.no-js select {
    opacity: 1;
    margin: 0;
    padding: 0 2.4rem 0 .8rem;
    color: #54595d
}

.styled-select.no-js .hide-arrow {
    width: 68px;
    width: 6.8rem
}

.search-container .styled-select.no-js .js-langpicker-label {
    display: none
}

.styled-select.js-enabled .hide-arrow {
    padding: 0 2.4rem 0 .8rem
}

.styled-select.js-enabled select {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0 2.4rem;
    color: transparent;
    color: hsla(0, 0%, 100%, 0)
}

.styled-select.js-enabled select option {
    color: #54595d
}

.styled-select.js-enabled select:hover {
    background-color: transparent
}

.styled-select-active-helper {
    display: none
}

.styled-select.js-enabled select:focus+.styled-select-active-helper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    outline: 1px solid #127cba
}

.search-container .js-langpicker-label {
    display: inline-block;
    margin: 0;
    color: #54595d;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    line-height: 2.4rem;
    text-transform: uppercase
}

.styled-select select:hover {
    background-color: #f8f9fa
}

.styled-select select::-ms-expand {
    display: none
}

.styled-select select:focus {
    outline: 1px solid transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

@-moz-document url-prefix() {
    .styled-select select {
        width: 110%
    }
}

.other-projects {
    display: inline-block;
    width: 65%
}

.other-project {
    float: left;
    position: relative;
    width: 33%;
    height: 90px;
    height: 9rem
}

.other-project-link {
    display: inline-block;
    min-height: 50px;
    width: 90%;
    padding: 1em;
    white-space: nowrap
}

.other-project-link:hover {
    background-color: #eaecf0
}

a.other-project-link {
    text-decoration: none
}

.other-project-icon {
    display: inline-block;
    width: 50px;
    text-align: center
}

.svg-mentalhealthnews-logo_sister {
    background-image: url(portal//assets/img/mentalhealthnews-logo_sister.png);
    background-position: 0 0;
    -webkit-background-size: 47px 26px;
    -moz-background-size: 47px 26px;
    background-size: 47px 26px;
    width: 47px;
    height: 26px
}

@media (-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
    .svg-mentalhealthnews-logo_sister {
        background-image: url(portal//assets/img/mentalhealthnews-logo_sister@2x.png)
    }
}

.other-project-text,
.other-project .sprite-project-logos {
    display: inline-block
}

.other-project-text {
    max-width: 65%;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle;
    white-space: normal
}

.other-project-tagline,
.other-project-title {
    display: block
}

.other-project-tagline {
    color: #54595d;
    font-size: 13px;
    font-size: 1.3rem
}

@media screen and (max-width: 768px) {
    .other-projects {
        width: 100%
    }

    .other-project {
        width: 33%
    }
}

@media screen and (max-width: 480px) {
    .other-project {
        width: 50% !important;
    }
    .width_100{
        width: 100% !important;
    }
    .PartnerHeading_headingText__5YgwA{
        font-size: 16px !important;

    }

    .other-project-tagline {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto
    }
}

@media screen and (max-width: 320px) {
    .other-project-text {
        margin-right: 5px;
        font-size: 13px;
        font-size: 1.3rem
    }
}

.lang-list-container {
    background-color: #f8f9fa;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 0;
    width: 80%;
    margin: -1.6rem auto 4.8rem;
    -webkit-transition: max-height .5s ease-out .16s, visibility .5s ease-in 1s;
    -o-transition: max-height .5s ease-out .16s, visibility .5s ease-in 1s;
    -moz-transition: max-height .5s ease-out .16s, visibility .5s ease-in 1s;
    transition: max-height .5s ease-out .16s, visibility .5s ease-in 1s
}

.js-enabled .lang-list-container {
    visibility: hidden
}

.lang-list-active .lang-list-container,
.no-js .lang-list-container {
    visibility: visible;
    max-height: 10000px;
    -webkit-transition: max-height 1s ease-in .2s, visibility 1000s ease-in 0ms;
    -o-transition: max-height 1s ease-in .2s, visibility 1000s ease-in 0ms;
    -moz-transition: max-height 1s ease-in .2s, visibility 1000s ease-in 0ms;
    transition: max-height 1s ease-in .2s, visibility 1000s ease-in 0ms
}

.no-js .lang-list-button {
    display: none
}

.lang-list-button-wrapper {
    text-align: center
}

.lang-list-button {
    background-color: #f8f9fa;
    display: inline;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: .6rem 1.2rem;
    outline: 16px solid #fff;
    outline: 1.6rem solid #fff;
    border: 1px solid #a2a9b1;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #127cba;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    -webkit-transition: outline-width .1s ease-in .5s;
    -o-transition: outline-width .1s ease-in .5s;
    -moz-transition: outline-width .1s ease-in .5s;
    transition: outline-width .1s ease-in .5s
}

.lang-list-button:hover {
    background-color: #fff;
    border-color: #a2a9b1
}

.lang-list-button:focus {
    border-color: #127cba;
    -webkit-box-shadow: inset 0 0 0 1px #127cba;
    -moz-box-shadow: inset 0 0 0 1px #127cba;
    box-shadow: inset 0 0 0 1px #127cba
}

.lang-list-active .lang-list-button {
    background-color: #fff;
    outline: 1px solid #fff;
    border-color: #72777d;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.lang-list-button-text {
    padding: 0 .64rem;
    vertical-align: middle
}

.lang-list-button i {
    display: inline-block;
    vertical-align: middle
}

.no-js .lang-list-border,
.no-js .lang-list-button {
    display: none
}

.lang-list-border {
    background-color: #c8ccd1;
    display: block;
    position: relative;
    max-width: 460px;
    width: 80%;
    margin: -1.6rem auto 1.6rem;
    height: 1px;
    -webkit-transition: max-width .2s ease-out .4s;
    -o-transition: max-width .2s ease-out .4s;
    -moz-transition: max-width .2s ease-out .4s;
    transition: max-width .2s ease-out .4s
}

.lang-list-active .lang-list-border {
    max-width: 85%;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.no-js .lang-list-content {
    padding: 0
}

.lang-list-content {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 1.6rem 1.6rem 0
}

.svg-arrow-down-blue {
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    -moz-transition: transform .2s ease-out, -moz-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out, -moz-transform .2s ease-out
}

.lang-list-active .svg-arrow-down-blue {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.langlist {
    width: auto;
    margin: 1.6rem 0;
    text-align: left
}

.langlist-others {
    font-weight: 700;
    text-align: center
}

.hlist ul {
    margin: 0;
    padding: 0
}

.hlist li,
.hlist ul ul {
    display: inline
}

.hlist li:before {
    content: " · ";
    font-weight: 700
}

.hlist li:first-child:before {
    content: none
}

.hlist li>ul:before {
    content: "\00a0("
}

.hlist li>ul:after {
    content: ") "
}

.langlist>ul {
    -webkit-column-width: 11.2rem;
    -moz-column-width: 11.2rem;
    column-width: 11.2rem
}

.langlist>ul>li {
    display: block;
    line-height: 1.7;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid
}

.no-js .langlist>ul {
    text-align: center;
    list-style-type: circle
}

.no-js .langlist>ul>li {
    display: inline-block;
    padding: 0 .8rem
}

.langlist>ul>li:before {
    content: none
}

.langlist>ul>li a {
    white-space: normal
}

@media (max-width: 480px) {
    .langlist {
        font-size: inherit
    }

    .langlist a {
        word-wrap: break-word;
        white-space: normal
    }

    .lang-list-container {
        width: auto;
        margin-left: .8rem;
        margin-right: .8rem
    }

    .bookshelf {
        overflow: visible
    }
}

.bookshelf {
    display: block;
    border-top: 1px solid #c8ccd1;
    -webkit-box-shadow: 0 -1px 0 #fff;
    -moz-box-shadow: 0 -1px 0 #fff;
    box-shadow: 0 -1px 0 #fff;
    text-align: center;
    white-space: nowrap
}

.bookshelf .text {
    background-color: #f8f9fa;
    position: relative;
    top: -11.2px;
    top: -1.12rem;
    font-weight: 400;
    padding: 0 .8rem
}

.bookshelf-container {
    display: block;
    overflow: visible;
    width: 100%;
    height: 1px;
    margin: 2.4rem 0 1.6rem;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5
}

@media (max-width: 480px) {
    .bookshelf {
        width: auto;
        left: auto
    }

    .bookshelf-container {
        text-align: left;
        width: auto
    }
}

.app-badges .footer-sidebar-content {
    background-color: #f8f9fa
}

.app-badges .footer-sidebar-text {
    padding-top: .8rem;
    padding-bottom: .8rem
}

.app-badges .sprite.footer-sidebar-icon {
    top: 8px;
    top: .8rem
}

.app-badges ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.app-badge {
    display: inline-block
}

.app-badge a {
    color: transparent
}

@media screen and (max-width: 768px) {
    .app-badges .footer-sidebar-content {
        text-align: center
    }

    .app-badges .sprite.footer-sidebar-icon {
        display: inline-block;
        position: relative;
        margin: 0;
        top: -3px;
        left: 0;
        vertical-align: middle;
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }
}

.footer {
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    padding: 4.16rem 1.28rem 0;
    font-size: 13px;
    font-size: 1.3rem
}

.footer:after,
.footer:before {
    content: " ";
    display: table
}

.footer:after {
    clear: both
}

.footer-sidebar {
    width: 35%;
    float: left;
    clear: left;
    margin-bottom: 3.2rem;
    vertical-align: top
}

.footer-sidebar-content {
    position: relative;
    max-width: 350px;
    margin: 0 auto
}

.sprite.footer-sidebar-icon {
    position: absolute;
    top: 0;
    left: 8px;
    left: .8rem
}

.footer-sidebar-text {
    position: relative;
    margin: 0;
    padding-left: 6rem;
    padding-right: 2rem;
    color: #54595d
}

.site-license {
    color: #54595d;
    text-align: center
}

.site-license small:after {
    content: "\2022";
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: inherit;
    margin-left: .8rem;
    margin-right: .5rem
}

.site-license small:last-child:after {
    display: none
}

.footer hr {
    margin-top: 1.28rem
}

@media screen and (max-width: 768px) {
    .footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 1.28rem
    }

    .footer .footer-sidebar {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .footer .other-projects {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .footer .app-badges {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .footer hr {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .footer .site-license {
        -webkit-box-ordinal-group: 5;
        -moz-box-ordinal-group: 5;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .footer-sidebar {
        width: 100%
    }

    .sprite.footer-sidebar-icon {
        display: block;
        position: relative;
        left: 0;
        margin: 0 auto 1.28rem
    }

    .footer-sidebar-content {
        max-width: none
    }

    .footer-sidebar-text {
        margin: 0;
        padding: 0;
        text-align: center
    }
}

@media screen and (max-width: 480px) {
    .footer {
        padding: .96rem .64rem 1.28rem
    }
}

@media (max-width: 480px) {
    .search-container {
        margin-top: 0;
        height: 78px;
        height: 7.8rem;
        max-width: 100%;
        width: auto;
        padding: 0;
        text-align: left
    }

    .search-container label {
        display: none
    }

    .search-form #searchInput {
        max-width: 40%;
        vertical-align: middle
    }

    .search-form .formBtn {
        max-width: 25%;
        vertical-align: middle
    }

    form fieldset {
        margin: 0;
        border-left: 0;
        border-right: 0
    }

    hr {
        margin-top: .65rem
    }
}

@media (-o-min-device-pixel-ratio: 2/1),
(-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(min-resolution:2dppx),
(min-resolution:192dpi) {
    hr {
        border-bottom-width: .5px
    }
}

@supports (-webkit-marquee-style: slide) {
    hr {
        border-bottom-width: 1px
    }
}

.js-enabled .central-featured,
.js-enabled .jsl10n {
    opacity: 0
}

.jsl10n-visible .central-featured,
.jsl10n-visible .jsl10n {
    opacity: 1
}

@media print {
    body {
        background-color: transparent
    }

    a {
        color: #000 !important;
        background: none !important;
        padding: 0 !important
    }

    a:link,
    a:visited {
        color: #520;
        background: transparent
    }

    img {
        border: 0
    }
}

/* consulting tabing  */
.consultingnav-tabs {
    padding: 0;
    list-style: none;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}

.consultingnav-item {
    font-weight: bold;
    font-size: 16px;
    padding: 20px;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    transform: scale(1);
}

.consultingnav-item:hover {
    transform: scale(1);
}

.consultingnav-item:nth-last-child(1) {
    border-right: none;
}

.consultingnav-item.consultingactive {
    background-color: #127cba;
    color: white;
    transition: all 1s;
    border-radius: 5px;
}

.consultingcontent-tabs {
    padding: 30px;
    color: #555;
    border-radius: 10px;
    border-top-left-radius: 0;
    min-height: 300px;
    text-align: justify;
}

.consultingcontent-tabs .consultingtab {
    display: none;
}

.consultingcontent-tabs .consultingtab.consultingactive {
    display: block;
    animation: consultingshowContent 0.5s ease-in-out 1;
}

@keyframes consultingshowContent {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.consusvg {
    margin-left: 12px;
    transform: rotate(180deg);
}

.marginleft {
    margin-left: 21px;
}

.marginleft2 {
    margin-left: 29px;
}

.consultingnav-tabs2 {
    display: flex !important;
    flex-direction: column;
    gap: 22px;
    border-left: 1px solid black;
    padding-left: 13px;
}

.consultingnav-tabs2 .consultingnav-item {
    border-left: 1px solid black;
}

.consultingnav-item:hover {
    background-color: #127cba;
    border-left: 5px solid white;
    border-right: 5px solid white;
    color: white;
    border-radius: 5px;
}

.consultingnav-tabs2 .consultingnav-item {

    margin-left: -14px;
}

.conimgwidth {
    width: 16%;
}

.blogicn {
    width: 13%;
}

h3{
    FONT-SIZE: 30px;
}

/* ...end */

/* consulting banners */
.bgimgProductConsulting {
    background-image: url('../img/banner/R&D\ Banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.row1{
    padding: 137px 0px;
    align-items: center;
}

.bgimgProductdevelopment {
    background-image: url('../img/banner/Sleep\ on\ demand.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimgProductDesign {
    background-image: url('../img/banner/Talk\ on\ Demand.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimgAdvertisement {
    background-image: url('../img/banner/Feel\ on\ Demand.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimgPeopleConsulting {
    background-image: url('../img/banner/peace\ on\ demand.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bgimgEmployeecounseling {
    background-image: url('../img/banner/Investment\ Opportunities.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.bgimgMentalHealthSettings {
    background-image: url('../img/banner/Mental\ Health\ Settings.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.bgimgCommunitysetting
{
    background-image: url('../img/banner/Community\ setting.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.bgimgGovernmentsetting
{
    background-image: url('../img/banner/Government\ setting.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.bgimgEducationalsetting
{
    background-image: url('../img/banner/Educational\ setting.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.bgimgCorporatesetting

{
    background-image: url('../img/banner/Corporate\ setting.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.bgimgHospitalsetting

{
    background-image: url('../img/banner/Hospital\ setting.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimgPerformanceManagement {
    background-image: url('../images/Consulting_images/ConsultingBanners/PerformanceManagement.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimgRecruitmentManagement {
    background-image: url('../images/Consulting_images/ConsultingBanners/RecruitmentManagement.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimgMotivationalPrograms {
    background-image: url('../images/Consulting_images/ConsultingBanners/MotivationProgram.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimgLeadershipDevelopment {
    background-image: url('../images/Consulting_images/ConsultingBanners/LeadershipDevelopment.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimgBusinessConsulting {
    background-image: url('../images/Consulting_images/ConsultingBanners/BusinessConsulting.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimgChangeManagement {
    background-image: url('../images/Consulting_images/ConsultingBanners/ChangeManagement.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimgCompetitionManagement {
    background-image: url('../images/Consulting_images/ConsultingBanners/CompetitionManagement.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimgSalesManagement {
    background-image: url('../images/Consulting_images/ConsultingBanners/SalesManagement.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimgServiceManagement {
    background-image: url('../images/Consulting_images/ConsultingBanners/ServiceManagement.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimgBusinessExpansion {
    background-image: url('../images/Consulting_images/ConsultingBanners/BusinessExplanation.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

/* ...end */

/* ....profile */
.id-card-holder {
    width: 225px;
    padding: 4px;
    margin: 0 auto;
    background-color: #857e81;
    border-radius: 5px;
    position: relative;
}
.id-card-holder:after {
    content: '';
    width: 7px;
    display: block;
    background-color: #857e81;
    height: 100px;
    position: absolute;
    top: 105px;
    border-radius: 0 5px 5px 0;
}
.id-card-holder:before {
    content: '';
    width: 9px;
    display: block;
    background-color: #857e81;
    height: 100px;
    position: absolute;
    top: 105px;
    right: 0px;
    border-radius: 5px 0 0 5px;
}
.id-card {
    
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 1.5px 0px #b9b9b9;
}
.id-card img {
    margin: 0 auto;
}
.header img {
    width: 100px;
    margin-top: 15px;
}
.photo img {
    width: 74px;
    height: 74px;
    margin-top: 15px;
    object-fit: cover;
    background: #d8d8d6;
    object-position: top;
}
.name_h2 {
    font-size: 15px;
    margin: 5px 0;
}
.web_h3{
    font-size: 12px;
    margin: 2.5px 0;
    font-weight: 300;
}
.qr-code img {
    width: 50px;
}
.profile_p {
    font-size: 8px;
    margin: 2px;
}
.id-card-hook {
    background-color: #857e81;
    width: 70px;
    margin: 0 auto;
    height: 15px;
    border-radius: 5px 5px 0 0;
}
.id-card-hook:after {
    content: '';
    background-color: #d7d6d3;
    width: 47px;
    height: 6px;
    display: block;
    margin: 0px auto;
    position: relative;
    top: 6px;
    border-radius: 4px;
}
.id-card-tag-strip {
    width: 45px;
    height: 40px;
    background-color: #127cba;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
    top: 9px;
    z-index: 1;
    border: 1px solid #127cba;
}
.id-card-tag-strip:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c1c1c1;
    position: relative;
    top: 10px;
}
.id-card-tag {
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 100px solid #0958db;
    margin: -10px auto -30px auto;
}
.id-card-tag:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid #d7d6d3;
    margin: -10px auto -30px auto;
    position: relative;
    top: -130px;
    left: -50px;
}
    
/* ..css end profile */


.circletab{
    background: #127cba;
    color: white;
    border-radius: 50%;
    padding: 14px 11px;
    font-size: 27px;
    position: absolute;
    top: 12px;
    left: 13px;
}

.slideshow-container {
    position: relative;
    width: 95%;
    height: 251px;
    overflow: hidden;
}

.central-featured-logo {
    position: absolute;
    width: 100%;
    height: 100%;
   
    transition: opacity 1s ease-in-out;
}

.central-featured-logo:not(:first-child) {
    opacity: 0;
}


@media (min-width: 768px) and (max-width: 1023px) {

    .banefitsdesign {
        font-size: 18px !important;
    }
    .empdesign{
        font-size: 18px !important; 
    }
    .orgdesign{
        font-size: 18px !important;
    }
    .employeehover img{
        width: 100% !important;
    }
    .orghover img{
        width: 100% !important;
    }
    .benefontsize{
        font-size: 11px !important;
    }
    .navbar-expand-sm .navbar-nav{
        font-size: 10px !important;
    }
}

/* ..my profile */
.id-card-myprofile-holder-myprofile {
    width: 225px;
    padding: 4px;
    margin: 0 auto;
    background-color: gray;
    border-radius: 5px;
    position: relative;
}

.id-card-myprofile-holder-myprofile:after {
    content: '';
    width: 7px;
    display: block;
    background-color: gray;
    height: 100px;
    position: absolute;
    top: 105px;
    border-radius: 0 5px 5px 0;
}

.id-card-myprofile-holder-myprofile:before {
    content: '';
    width: 9px;
    display: block;
    background-color: gray;
    height: 100px;
    position: absolute;
    top: 105px;
    right: 0px;
    border-radius: 5px 0 0 5px;
}

.id-card-myprofile {

    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    /* text-align: center; */
    box-shadow: 0 0 1.5px 0px #b9b9b9;
}

.id-card-myprofile img {
    margin: 0 auto;
}

.header-myprofile img {
    width: 100px;
    margin-top: 15px;
}

.photo-myprofile img {
    width: 133px;
    height: 125px;
    margin-top: 15px;
    object-fit: cover;
    background: #d8d8d6;
    object-position: top;
}

.name_h2-myprofile {
    font-size: 15px;
    margin: 5px 0;
}

.web_h3-myprofile {
    font-size: 12px;
    margin: 2.5px 0;
    font-weight: 300;
}



.profile_p-myprofile {
    font-size: 5px;
    margin: 2px;
}

.id-card-myprofile-hook {
    background-color: gray;
    width: 70px;
    margin: 0 auto;
    height: 15px;
    border-radius: 5px 5px 0 0;
}

.id-card-myprofile-hook:after {
    content: '';
    background-color: #d7d6d3;
    width: 47px;
    height: 6px;
    display: block;
    margin: 0px auto;
    position: relative;
    top: 6px;
    border-radius: 4px;
}

.id-card-myprofile-tag-strip {
    width: 45px;
    height: 40px;
    background-color: #127cba;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
    top: 9px;
    z-index: 1;
    border: 1px solid #127cba;
}

.id-card-myprofile-tag-strip:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c1c1c1;
    position: relative;
    top: 10px;
}

.id-card-myprofile-tag {
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 100px solid #0958db;
    margin: -10px auto -30px auto;
}

.id-card-myprofile-tag:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid #d7d6d3;
    margin: -10px auto -30px auto;
    position: relative;
    top: -130px;
    left: -50px;
}

li {
    list-style: none;
}
@media (max-width: 480px) {
    .header-myprofile img {
        width: 47px !important;
    margin-top: 0px !important;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.header-myprofile img {
width: 70px !important;

}
}
/* ...my profile end */

/* /... profile */
.id-card-profile-holder-profile {
    width: 225px;
    padding: 4px;
    margin: 0 auto;
    background-color: gray;
    border-radius: 5px;
    position: relative;
}
.id-card-profile-holder-profile:after {
    content: '';
    width: 7px;
    display: block;
    background-color: gray;
    height: 100px;
    position: absolute;
    top: 105px;
    border-radius: 0 5px 5px 0;
}
.id-card-profile-holder-profile:before {
    content: '';
    width: 9px;
    display: block;
    background-color: gray;
    height: 100px;
    position: absolute;
    top: 105px;
    right: 0px;
    border-radius: 5px 0 0 5px;
}
.id-card-profile {
    
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    /* text-align: center; */
    box-shadow: 0 0 1.5px 0px #b9b9b9;
}
.id-card-profile img {
    margin: 0 auto;
}
.header-profile img {
    width: 100px;
    margin-top: 15px;
}
.photo-profile img {
    width: 133px;
     height: 125px;
     margin-top: 15px;
     object-fit: cover;
     background: #d8d8d6;
     object-position: top;
}
.name_h2-profile {
    font-size: 15px;
    margin: 5px 0;
}
.web_h3-profile{
    font-size: 12px;
    margin: 2.5px 0;
    font-weight: 300;
}

.profile_p-profile {
    font-size: 5px;
    margin: 2px;
}
.id-card-profile-hook {
    background-color: gray;
    width: 70px;
    margin: 0 auto;
    height: 15px;
    border-radius: 5px 5px 0 0;
}
.id-card-profile-hook:after {
    content: '';
    background-color: #d7d6d3;
    width: 47px;
    height: 6px;
    display: block;
    margin: 0px auto;
    position: relative;
    top: 6px;
    border-radius: 4px;
}
.id-card-profile-tag-strip {
    width: 45px;
    height: 40px;
    background-color: #127cba;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
    top: 9px;
    z-index: 1;
    border: 1px solid #127cba;
}
.id-card-profile-tag-strip:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c1c1c1;
    position: relative;
    top: 10px;
}
.id-card-profile-tag {
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 100px solid #0958db;
    margin: -10px auto -30px auto;
}
.id-card-profile-tag:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid #d7d6d3;
    margin: -10px auto -30px auto;
    position: relative;
    top: -130px;
    left: -50px;
}
li{
    list-style: none;
}
.profile_top_position{
    top: 0px;
}
@media (max-width: 480px) {
    .profile_top_position{
 top: 36px !important;
}
.header-profile img{
width: 52px !important;
}
}

 @media(max-width: 767px) {
    .stamp_mobile{
        top: 157px !important;
        right: 72px !important;
    }
    .font8{
       font-size: 8px !important;
    }
    .padding0{
        padding: 0px !important;
    }
    .paddingLeft{
        padding-left: 13px !important;
    }
 }
/* .. profile end */