/* Minification failed. Returning unminified contents.
(1696,23): run-time error CSS1046: Expect comma, found '0'
(1696,27): run-time error CSS1046: Expect comma, found '/'
(1737,23): run-time error CSS1046: Expect comma, found '0'
(1737,27): run-time error CSS1046: Expect comma, found '/'
(2429,30): run-time error CSS1019: Unexpected token, found ';'
(2429,30): run-time error CSS1042: Expected function, found ';'
(2429,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(5217,49): run-time error CSS1046: Expect comma, found '244'
(5217,56): run-time error CSS1046: Expect comma, found ')'
(5217,67): run-time error CSS1046: Expect comma, found '245'
(5217,75): run-time error CSS1046: Expect comma, found '/'
(5233,23): run-time error CSS1046: Expect comma, found '0'
(5233,27): run-time error CSS1046: Expect comma, found '/'
(5457,23): run-time error CSS1046: Expect comma, found '0'
(5457,27): run-time error CSS1046: Expect comma, found '/'
(5471,35): run-time error CSS1046: Expect comma, found '0'
(5471,39): run-time error CSS1046: Expect comma, found '/'
(5485,23): run-time error CSS1046: Expect comma, found '0'
(5485,27): run-time error CSS1046: Expect comma, found '/'
(5700,24): run-time error CSS1046: Expect comma, found '195'
(5700,32): run-time error CSS1046: Expect comma, found '/'
(6629,31): run-time error CSS1046: Expect comma, found '219'
(6629,38): run-time error CSS1046: Expect comma, found ')'
(6771,36): run-time error CSS1046: Expect comma, found '27'
(6771,42): run-time error CSS1046: Expect comma, found '/'
(7538,23): run-time error CSS1046: Expect comma, found '0'
(7538,27): run-time error CSS1046: Expect comma, found '/'
(7561,39): run-time error CSS1046: Expect comma, found '0'
(7561,43): run-time error CSS1046: Expect comma, found '/'
(7775,25): run-time error CSS1046: Expect comma, found '89'
(7775,31): run-time error CSS1046: Expect comma, found '/'
 */
/*********************														************************/
/*********************		This is the custom css for Otsuka site			************************/
/*********************														************************/

* {
    font-size: 16px;

    font-family: 'FuturaStd-Medium';
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-shadow: none;

    scrollbar-base-color: rgba(19, 145, 219, 0);
    scrollbar-face-color: #051929;
    scrollbar-3dlight-color: rgba(19, 145, 219, 0);
    scrollbar-highlight-color: #051929;
    scrollbar-track-color: rgba(19, 145, 219, 0);
    scrollbar-arrow-color: rgba(19, 145, 219, 0);
    scrollbar-shadow-color: rgba(19, 145, 219, 0);
    scrollbar-dark-shadow-color: rgba(19, 145, 219, 0);
    border: none;
    outline: none;
}

body {
    background-color: #fff !important;
}


*::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(19, 145, 219, 0);
}

*::-webkit-scrollbar-thumb {
    background-color: #051929;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(19, 145, 219, 0);
    background-color: rgba(19, 145, 219, 0);
}

.d-flex {
    display: flex;
}
.flex-column{
    flex-direction:column;
}


@font-face {
    font-family: 'FuturaStd-Medium';
    src: url('fonts/FuturaStd-Medium.eot');
    src: url('fonts/FuturaStd-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/FuturaStd-Medium.svg#FuturaStd-Medium') format('svg'), url('fonts/FuturaStd-Medium.ttf') format('truetype'), url('fonts/FuturaStd-Medium.woff') format('woff'), url('fonts/FuturaStd-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.deskView {
    display: block;
}

.mobView {
    display: none;
}

.width100P {
    width: 100% !important;
}

.width50P {
    width: 50% !important;
}

.width10P {
    width: 10% !important;
}

.width15P {
    width: 15% !important;
}

.img-height-100pc {
    height: 100%;
}

.cursor-pointer {
    cursor: pointer
}

.no-bg {
    background-color: transparent !important;
}

.overFlowhidden {
    overflow: hidden
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
    font-weight: 500;
}

h4 {
    font-size: 1em;
    font-weight: 500;
}

.f-dot {
    font-size: 5px;
}

.f-0 {
    font-size: .7em;
}

.f-1 {
    font-size: .8em;
}

.f-2 {
    font-size: 1em !important;
}

.f-3 {
    font-size: 1.5em !important;
}

.f-4 {
    font-size: 2em !important;
}

.f-inherit {
    font-size: inherit;
}

.f-color-2 {
    color: #024477
}

p {
    font-size: 1em;
}

.font-small {
    font-size: .85em;
}

.font-regulare {
    font-size: .9em;
}

.txtWhite {
    color: white;
}

.f-dark {
    color: #1e1e1e;
}

.lh24 {
    line-height: 24px;
}

.lh28 {
    line-height: 28px;
}

.lh36 {
    line-height: 36px;
}

.txtAlignCenter {
    text-align: center
}

.primeryBtn {
    padding: 10px 40px;
    background: rgb(3, 48, 121);
    border-radius: 20px;
    border: 1px solid #027b8e;
    color: white !important;
    font-size: .8em;
    cursor: pointer;
    text-decoration: none;
}

.primeryBtn:hover {
    color: white !important;
    text-decoration: none;
    box-shadow: 0px 0px 8px rgb(146, 245, 255);
}

a.peimeryBtn:focus,
a.peimeryBtn:hover,
primeryBtn a:focus {
    color: white;
    text-decoration: none;
}

.primeryBtn_View {
    padding: 7px 40px;
    position: absolute;
    background-color: gray;
    border-radius: 20px;
    border: 1px solid #027b8e;
    color: white !important;
    font-size: .8em !important;

    width: 130px !important;
    height: 35px;
}

.primeryBtn_ViewForUpdate {
    padding: 7px 40px;
    position: absolute;
    background-color: gray;
    border-radius: 20px;
    border: 1px solid #027b8e;
    color: white !important;
    font-size: .8em !important;
    width: 190px !important;
    height: 35px;
}

.primeryBtn_ViewForTestimonial {
    padding: 7px 30px;
    position: absolute;
    background-color: gray;
    border-radius: 20px;
    border: 1px solid #027b8e;
    color: white !important;
    font-size: .8em !important;
    width: 190px !important;
    height: 35px;
}

.primeryBtn_ViewForAccessRequest {
    padding: 8px 38px;
    position: absolute;
    background-color: gray;
    border-radius: 20px;
    border: 1px solid #027b8e;
    color: white !important;
    font-size: .8em !important;
    width: 190px !important;
    height: 38px;
    
}
.wps__AccessSubmitDiv {
    width: 100%;
    display: flex;
    justify-content: left;
}

.justify-content-between {
    justify-content: space-between;
}

.primeryBtn2 {
    /* width: 300px;*/
    height: 50px;
    border-radius: 30px;
    border: #05d3ff 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    background: rgb(2, 81, 142);
    border: 1px solid #02c6e4;
    color: #fff;
    font-size: .9em;
}

.primeryBtn2:hover {
    color: white;
    text-decoration: none
}

.primeryBtn2 button {
    background: transparent;
}

.primeryBtn2 i,
#btnSubmit i,
#btnReset i {
    margin-left: 10px;
    color: white;
    font-size: 1em;
}

.primeryBtn2 a {
    color: white;
}

.primeryBtn3 {
    background: linear-gradient(0deg, #b4bf30, #f1f7b4);
    line-height: 40px;
    height: 40px;
    padding: 0 1em;
    border: 1px solid #aba000;
    border-radius: 4px;
    color: #064fb6;
    font-size: .8em;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
    display: inline-block;
}

.headLineImg {
    background-image: url(../Images/headline-img.png);
    background-repeat: no-repeat;
    padding-left: 50px;
}

.upperCase {
    text-transform: uppercase;
}

.subHead {
    height: 30px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.mrgTop10 {
    margin-top: 10px;
}

.mrgTop20 {
    margin-top: 20px;
}

.mrgTop40 {
    margin-top: 40px;
}

.mrgTop50 {
    margin-top: 50px;
}

.mrgLeft20 {
    margin-left: 20px;
}

.mrgLeft50 {
    margin-left: 50px;
}

.mrgBtm10 {
    margin-bottom: 10px;
}

.mrgBtm20 {
    margin-bottom: 20px;
}

.mrgBtm50 {
    margin-bottom: 50px;
}

.mrg0 {
    margin: 0;
}

.mrgT0 {
    margin-top: 0;
}

.mrgLeft5 {
    margin-left: 5px;
}

.mrgRight5 {
    margin-right: 5px;
}

.padTop0 {
    padding-top: 0;
}

.pageTitle {
    width: 785px;
}

section {
    width: 100vw;
}

.fadeOut {
    opacity: 0;
}

.posRel {
    position: relative;
}


.noRecordFound {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.5em;
}

.lineHight {
    line-height: 1.5em;
}


.mob-site-map ul>li>ul {
    margin-left: 20px;
    list-style: disclosure-closed;
    color: #77abdf;
}

.mob-site-map {
    width: 100%;
    padding: 0 10px;
}

.mob-site-map ul li a {
    background-color: #286fb7;
    color: white;
    padding: 10px;
    margin-top: 2px;
    display: block;
}

.mob-site-map ul li ul li a {
    background-color: #c5f2f5;
    color: #286fb7;
}

.mob-site-map ul li ul li:last-child a {
    border: none;
}

.error-page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 70vh;
    background: #fbe9e9;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.flex-direction-column {
    flex-direction: column
}

.mx-1 {
    margin-left: 1em;
    margin-right: 1em;
}

.ml-1 {
    margin-left: 1em;
}

.mr-1 {
    margin-right: 1em;
}

.mx-2 {
    margin-left: 2em;
    margin-right: 2em;
}

.ml-2 {
    margin-left: 2em;
}

.mr-2 {
    margin-right: 2em;
}

.my-0 {
    margin-bottom: 0em;
    margin-top: 0em;
}

.my-1 {
    margin-bottom: 1em;
    margin-top: 1em;
}

.mb-0 {
    margin-bottom: 0em;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 1em
}

.mt-2 {
    margin-top: 2em
}

.m-auto {
    margin: auto
}

.p-2 {
    padding: 2em !important;
}

.p-4 {
    padding: 4em !important;
}

.py-1 {
    padding-top: 1em;
    padding-bottom: 1em;
}

.py-2 {
    padding-top: 2em;
    padding-bottom: 2em;
}

.py-5 {
    padding-top: 5em;
    padding-bottom: 5em;
}

.pt-1 {
    padding-top: 1em;
}

.pt-2 {
    padding-top: 2em;
}

.pb-1 {
    padding-bottom: 1em;
}

.pb-2 {
    padding-bottom: 2em !important;
}

.px-1 {
    padding-left: 1em;
    padding-right: 1em;
}

.px-2 {
    padding-left: 2em;
    padding-right: 2em;
}

.w-90 {
    width: 90%;
}

.w-80 {
    width: 80%
}

.w-5 {
    width: 5% !important;
}

.text-white {
    color: white;
}
.mrpx-1 {
    margin-right: 7px;
}

.border {
    border: 1px solid #26ceff;
    border-radius: 30px;
    padding: .5em 1.5em;
}

.border-10 {
    border: 10px solid #5fc5ec;
}

.cursor-pinter {
    cursor: pointer;
}

.border-radius-50 {
    border-radius: 50px;
}

/*       filter       */

.filters {
    width: 100vw;
}

.img-blur {
    filter: blur(5px);
}

.filters-border {
    border: 1px solid #26ceff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 3em;
}

input.filters-border {
    padding: 0 2em
}

/*      end filter       */

.graphic-bg-100pc {
    background-image: url(../Images/whatsNewBG.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.graphic-1,
.graphic-2,
.graphic-3,
.graphic-4,
.graphic-5,
.graphic-6,
.graphic-7,
.graphic-8,
.graphic-9,
.graphic-10 {
    background-image: url(../Images/page-graphics/Gph-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 200px;
    height: 50px;
}

.graphic-2 {
    background-image: url(../Images/page-graphics/Gph-2.png);
}

.graphic-3 {
    background-image: url(../Images/page-graphics/Gph-3.png);
}

.graphic-4 {
    background-image: url(../Images/page-graphics/Gph-4.png);
}

.graphic-5 {
    background-image: url(../Images/page-graphics/Gph-5.png);
}

.graphic-6 {
    background-image: url(../Images/page-graphics/Gph-6.png);
}

.graphic-7 {
    background-image: url(../Images/page-graphics/Gph-7.png);
}

.graphic-8 {
    background-image: url(../Images/page-graphics/Gph-8.png);
}

.graphic-9 {
    background-image: url(../Images/page-graphics/Gph-9.png);
}

.graphic-10 {
    background-image: url(../Images/page-graphics/Gph-10.png);
}


/*              Sub Page            */

.subPage__mainTitle {
    width: 45%;
    display: flex;
    justify-content: center;
    background: #02518e;
    height: 100px;
    align-items: center;
}

.subPage__mainTitle h1 {
    margin: 0;
    color: white;
}

.subPage__subTitle {
    width: 45%;
    display: flex;
    justify-content: center;
    background: #e4f7fc;
    height: 100px;
    align-items: center;
}

.subPage__subTitle h3 {
    margin: 0;
    padding: 0;
}

.blueDiv {
    width: 10%;
    background: #02518e;
    height: 100px;
}

/*              Sub Page end            */


/*      Login page      */

.login-certificate-icon {
    background: url('../Images/patientSafety2023/login-certificate-icon.png') no-repeat;
    width: 83px;
    height: 60px;
    position: absolute;
    left: 1vw;
    top: 15vh;
}
.login-design-card-icon {
    background: url('../Images/patientSafety2023/login-design-card-icon.png') no-repeat;
    width: 95px;
    height: 65px;
    position: absolute;
    left: 7vw;
    top: 50vh;
}
.login-game-icon {
    background: url('../Images/patientSafety2023/login-game-icon.png') no-repeat;
    width: 98px;
    height: 73px;
    position: absolute;
    left: 3vw;
    top: 80vh;
}
.login-icon {
    background: url('../Images/patientSafety2023/login-icon.png') no-repeat;
    width: 85px;
    height: 66px;
    position: absolute;
    left: 92vw;
    top: 20vh;
}
.login-news-icon {
    background: url('../Images/patientSafety2023/login-news-icon.png') no-repeat;
    width: 71px;
    height: 68px;
    position: absolute;
    left: 90vw;
    top: 45vh;
}
.login-podcast-icon {
    background: url('../Images/patientSafety2023/login-podcast-icon.png') no-repeat;
    width: 126px;
    height: 128px;
    position: absolute;
    left: 80vw;
    top: 70vh;
}
.login-psw-logo {
    background: url('../Images/patientSafety2023/login-psw-logo.png') no-repeat;
    width: 72px;
    height: 71px;
    position: absolute;
    left: 93vw;
    top: 20vh;
}

/*  PSW-2024 Dr. Icon    */
.login-dr-icon {
    background-image: url('../Images/patientSafety2024/psw-2024-login-icon.png');
    width: 157px;
    height: 220px;
    position: absolute;
    right: 20px;
    bottom: 85px;
}
/*  PSW-2024 Dr. Icon end    */

#loginPage {
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    position: relative;
    /*  background-image: url('../Images/patientSafety2024/psw-2024-login-bg.png'); PSW BG
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
   
}

.bg-ele-TL {
    background-image: url(../Images/login/bg-ele-TL.png);
    background-repeat: no-repeat;
    width: 160px;
    height: 166px;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.bg-ele-TR {
    background-image: url(../Images/login/bg-ele-TR.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 50px;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.bg-ele-BR {
    background-image: url(../Images/login/bg-ele-BR.png);
    background-repeat: no-repeat;
    width: 120px;
    height: 206px;
    background-size: contain;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
}

.bg-ele-small {
    background-image: url(../Images/login/bg-ele-small.png);
    background-repeat: no-repeat;
    width: 72px;
    height: 78px;
    background-size: contain;
    position: absolute;
    top: -84px;
    left: 50%;
    z-index: -1;
}

.bg-ele-mid {
    background-image: url(../Images/login/bg-ele-mid.png);
    background-repeat: no-repeat;
    width: 120px;
    height: 112px;
    background-size: contain;
    position: absolute;
    top: 35%;
    right: -60px;
    z-index: -1;
}

.bg-ele-big {
    background-image: url(../Images/login/bg-ele-big.png);
    background-repeat: no-repeat;
    width: 207px;
    height: 207px;
    background-size: contain;
    position: absolute;
    bottom: -34px;
    left: -100px;
    z-index: -1;
}

.loginHold {
    width: 803px;
    height: 628px;
    background-color: #4abcf7;
    background-image: url(../Images/login/login-center-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.loginHold .logohold {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 25px 25px 0;
}

.loginHold .logohold .gpv-logo {
    width: 220px;
    height: 155px;
    background-size: contain;
    background: radial-gradient(rgba(255, 255, 255, 0.6), #ffffff00, transparent);
    margin: -35px -45px;
}

.gpv-logo::before {
    content: '';
    width: 109px;
    height: 75px;
    background: url(../images/GPV-logo.png) no-repeat;
    position: absolute;
    z-index: 1;
    background-size: contain;
    margin: 32px 55px;
}

.loginHold .logohold .otsuka-logo {
    width: 130px;
    height: 125px;
    background-size: contain;
    background: radial-gradient(rgba(255, 255, 255, 0.6), #ffffff00, transparent);
    margin: -35px 35px;
}

.otsuka-logo::before {
    content: '';
    width: 109px;
    height: 75px;
    background: url(../images/otsuka-logo.png) no-repeat;
    position: absolute;
    z-index: 1;
    background-size: contain;
    margin: 32px 55px;
}

.loginHold .login-content {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.loginHold .login-content h3 {
    text-align: center;
}


.loginCred {
    transition: all .75s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tradi-sso {
    width: 430px;
    height: 54px;
    background-color: white;
    border: #00aeef 1px solid;
    border-radius: 27px;
    margin-top: 20px;
    display: flex;
    position: relative;
}

.tradi-btn,
.sso-btn {
    width: 50%;
    height: 100%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
    transition: all .75s ease;
}

.tradi-btn {
    color: white;

}

.tradi-sso-select {
    width: 50%;
    height: 52px;
    border-radius: 27px;
    border: none;
    background: linear-gradient(180deg, #3e83e1, #024cb1);
    background-color: #3e83e1;
    position: absolute;
    z-index: 1;
    left: 0;
    transition: all ease-in-out .5s;
}

.tradi-sso-select-right {
    left: 215px;
}

.tradi-login {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.userID,
.loginPass {
    width: 430px;
    height: 54px;
    border-radius: 27px;
    background-color: white;
    margin-top: 10px;
    display: flex;
}

.inputUserId label,
.loginPass label {
    color: #77a8c4;
    font-size: .9em;
    margin: 0;
    font-weight: 100;
}

.inputUserId,
.inputPass {
    display: flex;
    flex-flow: column;
    color: #0269a5;
    font-size: .9em;
    padding: 8px 0;
}

.inputUserId input,
.inputPass input {
    border: none;
    width: 340px;
}

.inputUserId input:focus,
.inputPass input:focus {
    outline: none;
}

.email-icon,
.pass-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
}

.loginRemember {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.loginRemember>div>a {
    color: #00446b;
    text-decoration: underline;
}

button.loginButton {
    width: 130px;
    height: 35px;
    border-radius: 20px;
    border: none;
    background: linear-gradient(180deg, #3e83e1, #024cb1);
    background-color: #3e83e1;
    color: white;
    font-size: .9em;
    cursor: pointer;
}

button.loginButton::focus {
    outline: none;
}

.login-instruction {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 430px;
    text-align: left;
}

.login-instruction p {
    font-size: .9em;
    line-height: 1.5em;
}

.login-btn {
    margin-top: 20px;

}

.login-instruction p {
    width: 430px;
}

p.pwdFailedLoginError {
    color: #00446b;
    margin-top: 10px;
    text-align: center;
    font-size: 1.1em;
    font-weight: 500;
}

.sso-login {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#ssoLogin {
    display: none;
}

#divSSO {
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    text-align: center;
    line-height: 45px;
    margin-top: 30px;
}

#divSSO a {
    color: white;
    text-decoration: none;
    background: linear-gradient(180deg, #3e83e1, #024cb1);
    padding: 10px 40px;
    border-radius: 20px;
}

.mrq-text {
    margin-top: 20px;
}

marquee.mrq-text {
    color: white;
    font-size: .9em;
}






/*      Header          */

header {
    width: 100vw;
    height: 110px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

/*          Navigation          */

nav {
    width: 25vw;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

/*
#menu-btn{
    display:flex;
    cursor:pointer;
    align-items: center;
}*/

.navTxt {
    font-size: 1.6em;
    color: #ba102c;
}

.navLine {
    margin-left: 10px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
}

.menu-btn__burger {
    width: 25px;
    height: 3px;
    background: #02518e;
    border-radius: 5px;
    box-shadow: 0px 2px 2px rgba(255, 101, 47, 0.2);
    transition: all .5s ease-in-out;
}

.menu-btn__burger::after,
.menu-btn__burger::before {
    position: absolute;
    content: '';
    width: 25px;
    height: 3px;
    background: #02518e;
    border-radius: 5px;
    box-shadow: 0px 2px 2px rgba(255, 101, 47, 0.2);
    transition: all .5s ease-in-out;
}

.menu-btn__burger::before {
    transform: translateY(-7px);
}

.menu-btn__burger::after {
    transform: translateY(7px);
}

.menu-btn__burger.openList {
    transform: translateX(40px);
    background: transparent;
    box-shadow: none;
}

.menu-btn__burger.openList::before {
    transform: rotate(45deg) translate(-30px, 30px);
}

.menu-btn__burger.openList::after {
    transform: rotate(-45deg) translate(-30px, -30px);
}


.menu {
    width: 320px;
    position: absolute;
    left: -40%;
    top: 110px;
    background: white;
    z-index: 1000;
    transition: all .5s ease-in-out;
}

.showMenu {
    left: 5vw;
}




.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

.menu ul li {
    height: 30px;
    display: flex;
    align-items: center;
}

.menu ul li span {
    width: 100%;
}

.menu ul li span a {
    text-transform: uppercase;
}

.menu ul li a {
    color: #014055;
    font-size: .7em;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-weight: 600;
    text-decoration: none;
}

.menu ul li a:hover {
    color: white;
    background-color: #ba102c;
}


/*          logo          */

.headerLogo {
    width: 25vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.gpvLogo {
    width: 109px;
    height: 60px;
    background: url(../images/GPV-logo.png) no-repeat;
    background-size: contain;
    margin-left: 20px;
    margin-right: 0;
}

.logoLine {
    width: 2px;
    height: 65px;
    background-color: #ca0c2d;
}

.otsukaLogo {
    width: 109px;
    height: 75px;
    background: url(../images/otsuka-logo.png) no-repeat;
    background-size: contain;
    margin-right: 20px;
    background-position: center;
}

/*      Footer          */
footer {
    width: 100vw;
    height: 100px;
    background-color: #333;
    display: flex !important;
    padding: 0 2em;
    align-items: center;
}

footer ul {
    display: flex;
    width: 60%;
    align-items: center;
    padding-left: 5%;
    height: 30px;
    margin: 0;
    padding: 0;
}

footer ul li {
    list-style: none;
    margin: 0 10px;
}

footer ul li a {
    color: #828282;
    font-size: .75em;
}

.copyRight {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    padding-right: 5%;
    height: 30px;
    align-items: center;
    font-size: .75em;
    color: #828282;
}



/*          primery Content     */


p.psw-home-link {
    display: flex;
    gap: 2rem;
    align-items: center;
    width: 100%;
}
p.psw-home-link > span, p.psw-home-link > span > a{
    font-size:1.6rem;
    color:#83fad4;
    font-weight:500;
    font-style:italic;
}
p.psw-home-link img{
        width:35%;
}

p.psw-home-link > span > a{
    animation:changeColor ease-in-out infinite 1s;
}
@keyframes changeColor{
    0% {
        color: #83fad4;
        font-size: 1em;
       
    }
    50% {
        color: #059466;
        font-size: .98em;
        text-decoration: underline;
    }
    100% {
        color: #83fad4;
        font-size: 1em;
        
    }
}

.primaryCont {
    width: 100vw;
    display: flex;
    background-color: #02518e;
}

.primaryTxt {
    width: 45vw;
    height: 480px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-self: flex-end;
}

.pageTxt {
    width: 100%;
    padding: 0px 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 420px;
    justify-content: center;
}

.mobHead {
    font-size: 16px;
    line-height: 23px !important;
    margin-bottom: 0;
    margin-top: 0;
}

.mobView>span#signout {
    font-style: italic;
    font-weight: bold;
    margin-right: -5px;
    font-size: 16px;
    letter-spacing: 1px;
}
#IntroTextHome{
    z-index:1;
}

#IntroTextHome,
#IntroTextAboutUs {
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    margin: 0 5%;
    opacity: 0;
    transition: all .5s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 420px;
}

.patientSafetyHomeLink {
    color: aliceblue;
    text-decoration: none;
    animation: hiperLInk 1s ease-in-out infinite;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.patientSafetyHomeLink:hover {
    color: #02113a;
    text-decoration: underline;

}

@keyframes hiperLInk {
    0% {
        color: #ffffff;
    }

    50% {
        color: #02113a;
    }

    100% {
        color: #ffffff;
    }
}

.secdNav {
    width: 100%;
    height: 60px;
    background-color: #ba102c;
    display: flex;
}

.secdNav ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.secdNav ul li {
    width: 20%;
    height: 100%;
    background-color: #289cfe;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .5s ease-in-out;
    border-right: 1px solid #75bbf7;
    transition: all .5s ease-in-out;
}

.secdNav ul li a {
    color: #1e1e1e;
    display: block;
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    transition: all .5s ease-in-out;
}

.secdNav ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.secdNav ul li:last-child {
    border-right: none;
}

.secdNav ul li:hover i,
.secdNav ul li:hover {
    color: white;
    background: #05d3ff;
    transition: all .5s ease-in-out;
}

ul#secdNav li.active {
    color: white;
    background: #05d3ff;
    transition: all .5s ease-in-out;
}

ul#secdNav li i {
    margin-right: 5px;
}

ul#secdNav li.active i {
    color: white;
    transition: all .5s ease-in-out;
    background: #05d3ff;
}


.primaryImg {
    width: 55vw;
    height: 480px;
    display: flex;
    align-content: space-around;
}

.pageImg,
.eModulePageImg,
.headerImg {
    width: 90%;
}

.pageImg {
    position: relative;
}

.userDetail {
    width: 100%;
    height: 36px;
    background-color: #eae7e799;
    display: flex;
    padding-left: 20px;
    align-items: center;
}

.userDetail span,
.userDetail strong {
    color: white;
}

.heroImg {
    width: 100%;
    height: 222px;
    background: url(../Images/RI/slider-bg.jpg) no-repeat #333 center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.heroImg h3 {
    margin: 0;
}

#homeImage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 36px;
    left: 0;
    transition: all .5s ease-in-out;
    z-index: 2;
    width: 100%;
    height: 444px;
    /*background: url(../images/Otsuka-Diwali.jpg) no-repeat;*/
    background-size: cover;
    background-position-x: center;
}

.carousel-inner.w-90>.item.active {
    background: transparent;
}

/*#homeImage:hover:before {
        content: 'When colleagues come together for a good causeHomeFront Halloween 5K!';
        background: rgb(0 0 0 / 90%);
        width: 100%;
        height: 100%;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 2px;
        padding: 0 20px;
        text-align: center;
        transition:all ease-in-out;
}*/

#homeImage .home-img-txt {
    background: rgb(0 0 0 / 90%);
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0 40px;
    text-align: center;
    transition: all .5s ease-in-out;
    opacity: 0;
    flex-direction: column;
}

#homeImage:hover .home-img-txt {
    opacity: 1;
}

.home-img-txt h3 {
    font-size: 22px;
    line-height: 34px;
}

.home-img-txt p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 100;
    text-align: center;
}

.home-img-btn {
    position: absolute;
    z-index: -1;
    opacity: .95;
    font-size: 16px;
    transition: all .5s ease-in-out;
    opacity: .95;
    letter-spacing: 2px;
    background: rgb(0 0 0 / 90%);
    color: white;
    padding: 10px 20px;
}

#homeImage:hover .home-img-btn {
    opacity: 0;
}

.patientSftHome {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../Images/WPS__onHomePageBG.jpg) #f5c4cd no-repeat center;
    height: 222px;
    width: 100%;
}

.patientSftHome__img-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2em;
}

.patientSftHome__img-cont img {
    width: 220px;
}

.patientSftHome__cont {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px solid #186098;
    color: #0b4775;
    font-weight: 600;
}






.GPVMailBox-HomeHeader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../Images/WPS-homebanner.jpg) #f5c4cd no-repeat center;
    height: 222px;
    width: 100%;
}

.GPVMailBox-HomeHeader-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2em;
    width: 55%;
    flex-direction: column;
}

.GPVMailBox-HomeHeader-cont p {
    text-transform: uppercase;
    color: #02518e;
    font-size: 1.25em;
    margin-bottom: 1em;
    letter-spacing: .02em;
}



.GPBMAilBox-Home {
    background-color: #e6f6ff;
    width: 100%;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.GPVMailBox-Home-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.GPVMailBox-Home-cont p {
    color: #02518e;
    font-size: 1.5em;
    margin-bottom: 1em;
    letter-spacing: .02em;
}

.GPVMailBox-Home-img {
    background-image: url(../Images/GPVmailBox-home.jpg);
    width: 426px;
    height: 212px;
}

.GPVMailBox-img {
    width: 100%;
    height: 480px;
    background: url(../Images/GPVMailBox-img.jpg) no-repeat #333;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}


.GPVMail__bg {
    background-color: #00aeef;
    width: 1179px;
    height: 555px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.GPVMail__headline,
.GPVMail__list {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px #55c5ef solid;
    border-left: 1px #55c5ef solid;
    border-right: 1px #55c5ef solid;
}

.GPVMail__list {
    background-color: #d7f4ff
}

.GPVMail__headline .GPVMail__scope,
.GPVMail__headline .GPVMail__type,
.GPVMail__headline .GPVMail__email,
.GPVMail__headline .GPVMail__dept,
.GPVMail__headline .GPVMail__func,
.GPVMail__headline .GPVMail__region,
.GPVMail__headline .GPVMail__pur {
    height: 50px;
    color: white;
    font-size: .8em;
    border-top: #076f96 1px solid;
    cursor: pointer;
    color: black;
}

/*.GPVMail__headline .GPVMail__pur {
    border-right: #1190bf 1px solid;
}*/



.GPVMail__scope,
.GPVMail__type,
.GPVMail__email,
.GPVMail__dept,
.GPVMail__func,
.GPVMail__region,
.GPVMail__pur {
    width: 20% !important;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 1em .5em;
    height: 80px;
    font-size: .8em;
    text-align:left;
}

.GPVMail__pur{
    height:auto;
}
.GPVMail__region {
    width: 8% !important;
}
.GPVMail__func {
    width: 10% !important;
}
.GPVMail__type {
    width: 10% !important;
}
.GPVMail__email {
    width: 34% !important;
    
}

.GPVMail__dept {
    width: 10% !important;

}


/*.GPVMail__pur {
    border-right: #00aeef 1px solid;
}*/

.GPVMail__email a {
    font-size: 1em
}

.GPVMailBox {
    width: 100%;
}

#users_wrapper {
    width: 80%;
    margin: auto;
    background-color: #5ab6fd;
}

table.GPVMailBox thead .sorting_asc {
    background: url(../Images/arrow-ascending.png) no-repeat;
    background-position: 95% 50%;
    background-size: 10px;

}

table.GPVMailBox thead .sorting_desc {
    background: url(../Images/arrow-descending.png) no-repeat;
    background-position: 95% 50%;
    background-size: 10px;

}

table.GPVMailBox thead .sorting {
    background: url(../Images/sorting.png) no-repeat;
    background-position: 95% 50%;
    background-size: 10px;

}




#aboutImage {
    width: 100%;
    height: 444px;
    background: url(../Images/aboutus-img.jpg) no-repeat #333;
    background-size: cover;
    position: absolute;
    top: 36px;
    left: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
    z-index: 1;
}

.rightPad {
    width: 10%;
    height: 480px;
    display: flex;
    flex-direction: column-reverse;
}

.redBg {
    width: 100%;
    background-color: #ba102c;
    height: 60px;
}

/*      Success Story       */
.successStory {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
}

.sucstybg {
    background-image: url(../Images/successStory/successStoryBG.jpg);
    background-repeat: no-repeat;
    width: 1179px;
    height: 448px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.storyCont {
    width: 785px;
    height: 289px;
}

#banner {
    width: 665px;
    height: 289px;
    position: relative;
    display: flex;

}

#banner ul {
    height: 289px;
}

ul#SSlistHold {
    display: flex;
    flex-direction: column;
    width: 50px;
    justify-content: center;
    align-items: center;
}

li#SSListType {
    width: 10px;
    height: 15px;
    border: 1px #036aba solid;
    background-color: #0590e7;
    border-radius: 10px;
    list-style: none;
}

.SSnext,
.SSprev {
    width: 30px;
    height: 30px;
    transform: rotate(90deg);
    color: #8294a3;
    position: absolute;
    bottom: 0px;
    right: 5px;
    font-size: 1.8em;
    cursor: pointer;
    display: none;
}

.SSprev {
    top: 10px;
}


.tool-tip {
    position: relative;
    border: solid #0590e7 5px;
}

.tool-tip .tool-tip-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .5s ease-in-out;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    padding: 10px 20px;
    color: #fff;
    border-radius: 20px;
    transform: translate(-50%, -50%);
}

.tool-tip:hover .tool-tip-text {
    opacity: 1;
}


div#GetLikeCount {
    display: flex;
    /* padding: 10px 20px;*/
    position: absolute;
    /*bottom: 20px;*/
    /* right: 10px;*/
    border: 1px solid #008aca;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    right: 130px;

}

div#GetLikeCountIndex {
    display: flex;
    padding: 10px 20px;
    position: absolute;
    bottom: 20px;
    right: 10px;
    border: 1px solid #008aca;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    /*right: 130px;*/
}

div#GetLikeCountIndex:hover {
    text-decoration: underline;
    color: #008aca;
}

div#GetLikeCount1 {
    display: flex;
    position: absolute;
    border: 1px solid #008aca;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    right: 350px;
}

div#btnBackToSS {
    display: flex;
    justify-content: center;
}

p#GetLikeCount {
    display: flex;
    position: absolute;
    border: 1px solid #008aca;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    right: 350px;
}


/*     whats new     */

.whatsNew {
    background-image: url(../Images/whatsNewBG.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#WhatsNew {
    width: 60%;
    overflow: hidden;
    height: 90px;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    position: relative;
}

#WhatsNew a {
    color: #1e1e1e;
    font-size: 1em;
    font-weight: 600;
}

#WhatsNew i {
    color: #026fbb;
    font-size: 1em
}

.whatNewDate {
    color: #1e1e1e;
    font-size: .8em;
    margin-top: 10px;
}

#WhatsNew ul {
    width: 700px;
    height: 70px;
    list-style: none;
}

.wnPagination {
    display: flex;
    justify-content: center;
}

ul#wnListHold {
    display: flex;
    width: 300px;
    justify-content: center;
    flex: auto;
    height: 20px;
}

li#wnListType {
    width: 20px;
    height: 10px;
    border: 1px #036aba solid;
    background-color: #0590e7;
    border-radius: 15px;
}


/*     Status     */

.ststusBar {
    background-image: url(../Images/statusBG.jpg);
    background-repeat: no-repeat;
    width: 100vw;
    height: 200px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.eModulestatus,
.newsStaus,
.PVComStatus {
    font-size: 1.5em;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#eModuleCount,
#NewsletterCount,
#PVCount {
    font-size: 1.5em;
    color: white;
    margin-top: 25px;
}



/*     image gallery     */

.homeImgGallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2em;
}

ul.row.home-img-glry {
    height: auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 300px);
    grid-gap: 10px;
    list-style: none;
    justify-content:center;
}

.arch {
    display: flex;
    justify-content: center;
    padding: 20px;
}

ul.row.home-img-glry::before,
ul.row.home-img-glry::after {
    display: none;
}


/*.arch ul li img {
    width: 100%;
    height: auto;
}*/

p.gImgPostDate {
    color: white;
}

.gImgTitle {
    margin-top: 0;
}

#myModal {
    margin: 7% auto auto;
}

/*.modal-dialog {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    overflow-y: scroll;
    background: #fff;
}*/

.modal-dialog {
    width: 60vw;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}


.modal-dialog-whiteBG {
    background: #fff;
    width: 588px;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}

.modal-content {
    width: 800px;
}

.modal-header {
    border: 0;
    padding: 2% 4% 0;
}

.modal-body {
    padding: 5px;
    border: #ffffff 5px solid;
    width: 800px;
}

.modal-content {
    border-radius: 0;
}

.modal-dialog img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.hovereffect {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;


}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .4s cubic-bezier(.88, -.99, 0, 1.81);
    transition: all .4s cubic-bezier(.88, -.99, 0, 1.81);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    width: 100%;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: .8em;
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}

.hovereffect a.info {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin: 10px 0 0;
    padding: 7px 14px;
    border-radius: 20px;
    -webkit-transform: translatey(50px);
    -ms-transform: translatey(50px);
    transform: translatey(50px);
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
    transform: translateY(0px; )
}

.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect:hover h2,
.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.arhImgThm {
    overflow: hidden;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.arhImgThm img {}

.arhImgThm h2 {
    font-weight: bold;
    background-color: transparent;
    margin-bottom: 0px;
    line-height: 16px;
}

.arhclick {
    padding: 3px 6px;
    font-size: 12px;
}

.controls {
    width: 35px;
    display: block;
    font-size: 18px;
    position: absolute;
    top: 40%;
    background: rgba(255, 255, 255, .7);
    height: 35px;
    line-height: 35px;
    color: #666666;
    font-weight: 100;
    text-align: center;
}

a.controls:hover {
    text-decoration: none;
}

.next {
    right: 15px;
    font-weight: 100;
}

.achImgCont {
    font-size: 12px;
    line-height: 18px;
}

.close {
    top: -20px;
    right: -20px;
    background-color: #fff !important;
    opacity: 1;
    border-radius: 25px;
    font-size: 1.5em;
    color: #666;
    font-weight: normal;
    filter: alpha(opacity=100);
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    border: 1px solid #ccc !important;
    z-index: 1;
}

.close span {
    font-size: 1em;
    color: black;
}

.close:hover {
    opacity: 1;
}

.hideTxt {
    display: none
}

.gllyHeadLine {
    clear: both;
    display: block;
    background: white;
    color: #B70C23;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    padding: 10px 5px 5px 5px;
}

.gllyDtlTxt {
    clear: both;
    display: block;
    background: white;
    text-align: left;
    padding: 10px 5px;
}

.popupImg #myModal .modal-content {
    width: 584px;
}

.popupImg #myModal .modal-body {
    padding: 5px;
    border: #ffffff 5px solid;
    width: 584px;
}

article.knowMore {
    width: 830px;
}




.modal-content {
    width: 100%;
}

.modal-body {
    position: relative;
    padding: 15px;
    width: 100%;
}


.lightBoxControll {
    height: 80%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}




/*     reset password     */
.reset-btn {
    margin-top: 40px;
    text-align: center
}

.resetConfirm {
    width: 430px;
    height: 63px;
    border-radius: 27px;
    background-color: white;
    margin-top: 10px;

    padding-left: 15px;
    text-align: center;
}

/*      eModule Survey  */

.survey-holder {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.survey-bg {
    width: 1000px;
    min-height: 200px;
    background-image: url(../Images/SurveyBG.jpg);
    background-repeat: no-repeat;
    text-align: center;
}


/*     Archved image gallery     */

.archImgGallery {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.archGallery {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.archGallery ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 5px;
    padding: 20px;
    list-style: none;
    width: 100%;
}

.archGallery ul li {
    height: 180px;
}


/*.archGallery ul li img {
    width: 100%;
    height: auto;
}*/

.adminctrls.wide>div>div {
    display: flex;
    justify-content: center;
}



/*      eModule         */

.eModuleprimaryTxt {
    width: 45vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.eModulpageTxt {
    width: 100%;
    padding: 0px 5vw;
    display: flex;
    flex-direction: column;
}

.eModulePageImg {
    display: flex;
}

.latest_release {
    width: 100%;
    height: 480px;
    background: url(../Images/eLearnModuleImages/latest_release_bg.jpg) no-repeat #333;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#divLatestRelease {
    display: flex;
    flex-direction: column;
    width: 80%;
    align-items: center;
}

.cWireLeanrBtn {
    display: flex;
}

.divLatestReleaseBTN {
    display: flex;
}

.eModule__latestClkBtn {
    display: flex;
    justify-content: center;
}


.diaPresentation {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    padding: 2em;
    background: #dcf5f9;
}
.diaPresentation a {
    font-size: 1.4em;
    text-decoration:none;
    cursor:pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.diaPresentation a u{
    font-size:1em;
}

.diaPresentation button{
    width:250px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:none;
    background:rgb(2, 81, 142);
}

.eModule__filters {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
}

.eModule__search {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 20px;
}

.eModule__inputForm {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eModule__Catelog {
    width: 20%;
    display: flex;
    height: 50px;
    border: #26ceff 1px solid;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
}

.eModule__flrByCategory,
.eModule__selectByName,
.eModule__SearchByKeyword,
.nl__selectBy,
.RI__selectCountry {
    padding: 10px 25px;
    border: 1px solid #26ceff;
    border-radius: 30px;
    margin: 0 5px;
    width: 300px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.eModule__SearchByKeyword {}

.eModule__categotyDrop {
    width: 100%;
    background-color: #fff;
    padding: 5px 10px 7px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
}


input#txtModuleSearch {
    outline: none;
    border: none;
    width: 100%;
}

.glbSerch {
    width: 100%;
    height: 50px;
    display: flex;
    background: transparent;
    align-items: center;
}

.btn-default {
    color: #333;
    background-color: transparent;
    border: none;
}

button.multiselect.dropdown-toggle.btn-default {
    position: relative;
}

b.caret {
    position: absolute;
    left: 110%;
    top: 50%;
}



.scrhIcon {
    width: 22px;
    height: 22px;
    text-align: center;
    cursor: pointer;
}


.eModule__holder,
.gc__holder,
.GPVMailBox__holder {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eModule__bg {
    background-image: url(../images/eLearnModuleImages/eModulebg.jpg);
    background-repeat: no-repeat;
    width: 1179px;
    height: 555px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.eModule__slideHold {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 933px;
    height: 451px;
    padding: 10px;
}

.eModule__pageTitle,
.gc__pageTitle,
.PVComplianceMetr__pageTitle {
    width: 933px;
    display: flex;
    justify-content: center;
}

.eLearnDtls {
    position: relative;
    height: 455px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, #34cbe6, #3392ea);
}


.eLearnDtls .filmstrip-control {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 2em;
    line-height: 40px;
    text-align: center;
    opacity: 1;
    z-index: 2;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#e1e1e1;
}

.eModule__nextPrevBtn {
    width: 120px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.eModule__prevBtn, .eModule__nextBtn {
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    position: absolute;

    /* background-color: rgb(51, 151, 234);*/
}
.eModule__prevBtn{
    top:10px;
}
.eModule__nextBtn {

    bottom: -450px;
  
}

a.right.filmstrip-control,
a.left.filmstrip-control {
    transform: rotate(90deg)
}

a.right.filmstrip-control {}


.eLearnDtls .filmstrip-control:hover,
.eLearnDtls .filmstrip-control:visited,
.eLearnDtls .filmstrip-control:focus {
    color: #fff;
}

.eLearnDtls .elmSlider {
    position: absolute;
    overflow: hidden;
    width: 893px;
    height: 437px;
    top: 10px;
    left: 10px;
}

.eLearnDtls .filmstrip {
    position: relative;
    width: 100%;
    display: flex;
}

.eLearnDtls .filmstrip-top {
    width: 776px;
    height: 437px;
}

.eLearnDtls .filmstrip-inner {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.eLearnDtls .filmstrip-thumbs {
    text-align: center;
    width: 120px;
    white-space: nowrap;
    margin-left: 10px;
    position: absolute;

}

.eLearnDtls .filmstrip .thumb {
    display: inline-block;
    height: 69px;
    width: 120px;
    margin: 3px 0px;
}

.eModule__reportingSafety {
    background-image: url(../Images/statusBG.jpg);
    background-repeat: no-repeat;
    width: 100vw;
    height: 200px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.eModule__vidThumb {
    margin-left: 50px;
}

.eLearnDtls .filmstrip .item a {
    float: left;
    width: 100%;
    height: 437px;
    display: flex;
    align-items: center;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {

    background: transparent;

}

button.multiselect.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-default:hover {
    background: transparent;
    box-shadow: none;
}

.eModule__pdf {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 0;
}


.eMedule__rating {
    width: 100vw;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: space-around;
}

.eModule__ratings {
    padding: 0 20px;
    display: flex;
}

#divRating {
    display: flex;
    align-items: center;
    justify-content: center;
}

.starRate {
    border-right: #a7091e 1px solid;
    margin-right: 20px;
}

.eModule__rateBtn {
    display: flex;
}

.eModule__rateBtn a,
.eModule__rateBtn a:hover {
    padding: 10px 40px;
    background: rgba(3, 48, 121, 1);
    border-radius: 20px;
    border: 1px solid #027b8e;
    color: #fff;
    font-size: .8em;
}


.eLearnViewPDF .pdf {
    width: 95%;
    background: url(/images/loader.gif) no-repeat center center;
    background-size: 4%;
    float: left;
    height: 500px;
    border: 10px solid rgba(0, 0, 0, .1);
    background-color: #dedede;
}

.eLearnDtls .filmstrip .thumb {
    background-color: black;
}

.eLearnDtls .filmstrip .thumb img {
    opacity: .5;
    transition: all .5s ease-in-out;
    position: relative;
    height: 100%;
}

.eLearnDtls .filmstrip a.thumb.selector img {
    opacity: 1;
}

.usersRate {
    width: 100px;
    float: left;
    padding: 0 0 0 20px;
    color: #054c79;
    font-size: 14px;
    font-weight: bold;
    font-family: 'FuturaStd-Medium';
}

.ratedUser {
    margin-right: 10px;
}

.emodule__votePop {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.emodule__rateCal {
    display: flex;
    justify-content: space-between;
}

.ratingPopup {
    display: flex;
}

#modalRate {
    width: 80%;
    height: 480px;
    background: #fff;
    margin: auto;
    font-family: 'FuturaStd-Medium';
}


.emodule__rateComments {
    width: 100%;
    border: #00d5ff 1px solid;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

#ContentRatingDiv,
#ModuleEaseRatingDiv,
#ModuleDesignRatingDiv {
    width: 30%;
    background: #6cd6ff;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
    margin: 30px 0;
}

#ContentRatingDiv img,
#ModuleEaseRatingDiv img,
#ModuleDesignRatingDiv img {
    margin: 10px;
}

.ratingStar {
    width: 15px;
    height: 14px;
    margin: 0 1px;
}

.starRate {
    width: 100px;
    float: left;
    text-align: center;
    border-right: #a7091e 1px solid;
    color: #054c79;
    font-size: 14px;
    font-weight: bold;
    font-family: 'FuturaStd-Medium';
}

.contentRating,
.easeRating,
.designRating {
    cursor: pointer;
}



/*      em140489372in       */







/*          GC          */
.gc__calanderView {
    width: 100%;
    height: 480px;
    /*    background: url(../Images/eLearnModuleImages/latest_release_bg.jpg) no-repeat #333;
    background-size: cover;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

div#divMonths {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #0cc7ff;
    background: linear-gradient(135deg, #0cc7ff, #55d3ea);
    border-right: 1px solid #02518e;
    position: relative;
    flex-direction: column;
}

.gc__calenderTitle {
    width: 90%;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(3, 48, 82, 0.5);
    padding-bottom: 5px;
}


div#divMonths::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #47ceec;
    border-top: 1px solid #02518e;
    border-right: 1px solid #02518e;
    transform: rotate(45deg);
    top: 50%;
    right: -6px;
}

#divMonths ul {
    display: flex;
    width: 100%;
    list-style: none;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}


#divMonths li {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

#divMonths li a {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.highlightDate {
    background-color: rgba(2, 81, 142, 0.64);
}

.gc__eventView {
    width: 60%;
    height: 100%;
    background: rgba(100, 221, 492, 225.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: small;
}

.gc__events {
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0 30px;
}

.singleEvent {
    border-bottom: 1px solid rgba(3, 48, 82, .5);
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.singleEvent:last-child {
    border-bottom: none;
}

.singleEven-title a {
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 1em;
}

.singleEven-title {
    margin-bottom: 10px;
    width: 100%;
    font-size: small;
}

.gc__date {
    font-size: .6em;
    margin-right: 2em;
    display: flex;
    align-items: center;
    min-width: 70px;
    justify-content: center;
    text-align: center;
}


.gc__location {
    position: relative;
    font-size: .7em;
    color: rgb(23, 23, 23);
    align-items: center;
    padding: 3px 0;
    margin-right: 2em;
    min-width: 66px !important;
    min-height: 40px;
}

.gc__location a {
    color: rgb(23, 23, 23);
}

.gc__followBtn a {
    font-size: .7em;
    color: #171717;
}


.fa-map-marker-alt {
    font-size: 1.2em;
    margin-right: 3px;
}

.gc__followBtn,
.gc__unfollowBtn {
    /* margin-left: 20px;
    padding-left: 20px; */
    color: rgba(23, 23, 23, 1);
    font-size: 1em;
    display: flex;
    align-items: center;
    min-width: 35px;
}

.gc__locationFollw {
    display: flex;
}

.gc__location i {
    font-size: 15px;
}

#filterConferenceData {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.gc__SearchByKeyword {
    padding: 10px 25px;
    border: 1px solid #26ceff;
    border-radius: 30px;
    margin: 0 5px;
    width: 13%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gc__SearchByKeyword .dropdownTherapeutic,
.gc__SearchByKeyword .hasDatepicker,
.select-location-filter,
.select-hostedby-filter,
.search-by-keyword-input {
    width: 100%;
    border: none;
    outline: none;
}

.gc__searchBtns {}

.gc_listCont {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#btnSubmit,
#btnReset {
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

#btnSubmit i,
#btnReset i {
    margin-right: 10px;
}

#btnSubmit:hover,
#btnReset:hover {}

.gc__conferences {
    width: 933px;
    padding: 20px;
    background: rgba(255, 255, 255, .8);
    height: 450px;
    overflow: hidden;
    overflow-y: scroll;
    margin-right: 10px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    border: 10px solid rgba(33, 150, 243, 0.62);
}

.gc__list {
    width: 100%;
    border: 1px #01c9ff solid;
    border-radius: 50px;
    padding: 5px 20px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: space-around;

}

.gc__list:nth-child(2n) {
    margin-right: 0px;
}


.gc__img {
    /* width: 20%;*/
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gc__img img {
    width: 100%;
    height: auto;
}

.gc__title {
    width: 100%;
    box-sizing: border-box;
    padding: 2px 5px;
    font-size: .9em;
    line-height: 1.5em;
    font-weight: 700;
    color: #024874;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.gc__title a {
    font-size: 1em;
}

.gc__dateLocation {
    padding: 15px 10px 0;
    font-size: 1em;
    display: flex;
    align-items: center;
    width: 100%;
    ;
}

.gc__dateLocation .gc__location {
    min-width: 50px;
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
}

.start-date,
.end-date,
.abs-date,
.therpeutic {
    position: relative;
}

.therpeutic {
    min-width: 100px;
    justify-content: center;
}

/*
.gc__dateLocation .gc__location::before {
    content: 'Location';
    padding: 3px;
    border-radius: 10px;
    background: #00b9ff;
    color: white;
    position: absolute;
    top: -20px;
    font-size: .8em;
    width: 50px;
    text-align: center;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, 0px);

}

.gc__dateLocation .gc__location::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #00b9ff;
    position: absolute;
    transform: rotate(45deg)
    translate(-50%, 0px);
    left: 50%;
    top: -4px;
}

.start-date::before {
   content: 'Start Date';
    padding: 3px;
    border-radius: 10px;
    background: #00b9ff;
    color: white;
    position: absolute;
    top: -12px;
    font-size: .8em;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.start-date::after, .end-date::after, .abs-date::after, .therpeutic::after  {
    content: '';
    width: 8px;
    height: 8px;
    background: #00b9ff;
    position: absolute;
    transform: rotate(45deg)
    translate(-50%, 0px);
    left: 50%;
    top: 2px;
}

.end-date::before {
    content: 'End Date';
    padding: 3px;
    border-radius: 10px;
    background: #00b9ff;
    color: white;
    position: absolute;
    top: -12px;
    font-size: .8em;
    width: 100%;
    text-align: center;
    z-index: 2;
}
.abs-date::before {
    content: 'Abstract Date';
    padding: 3px;
    border-radius: 10px;
    background: #00b9ff;
    color: white;
    position: absolute;
    top: -12px;
    font-size: .8em;
    width: 100%;
    text-align: center;
}
    */

/*
.therpeutic::before {
    content: 'Therpeutic Area';
    padding: 3px;
    border-radius: 10px;
    background: #00b9ff;
    color: white;
    position: absolute;
    top: -15px;
    width: 100px;
    text-align: center;
    font-size: .9em;
}

    */

.txt__link {
    color: #3e83e1;
    text-decoration: underline;
}

.gc__btmmsg {
    width: 100vw;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-style: italic;
    padding-bottom: 0px;
    font-weight: 700;
}

.gc__btmmsg a {
    color: #001b2b;
    text-decoration: underline;
}

.gc__bg {
    background-image: url(../images/globalConferences/gc_bg.jpg);
    background-repeat: no-repeat;
    width: 1179px;
    height: 555px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.gc__date.start-date.mobView {
    display: none;
}


.follow-popup {
    background-color: white;
    width: 50%;
    height: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #012952
}

.followMessage {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.popup-message,
.popup-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-btn {
    margin: 20px 0 0 0;
}

.follow-popup .popup-close-button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    border: 2px solid #0a689e;
    border-radius: 40px;
}

.follow-popup .popup-close-button::before {
    content: '';
    border-left: 2px solid #0a689e;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 10px;
}

.follow-popup .popup-close-button::after {
    content: '';
    border-left: 2px solid #0a689e;
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    position: absolute;
    top: 1px;
    left: 10px;
}

.popup-btn a {
    padding: 5px 20px;
    margin: 5px;
    background-color: #00bff3;
    color: #ffffff;
    border: #038aaf 1px solid;
    border-radius: 20px;
    transition: .25s linear;
    cursor: pointer;
}

.popup-btn a:hover {
    padding: 5px 20px;
    margin: 5px;
    background-color: #fff;
    color: #00bff3;
    border: #038aaf 1px solid;
    border-radius: 20px;
}

.Thank-u-message {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.singleEvent .gc__locationFollw .gc__location {
    display: flex;
    min-width: 128px;
    font-size: .8em;
}

.singleEvent .gc__locationFollw .gc__followBtn a {
    font-size: .8em;
}

span.multiselect-selected-text {
    font-size: 12px;
}

button.multiselect.dropdown-toggle.btn-default {
    line-height: 12px;
}

.hostedBy span.multiselect-selected-text,
.search-by-keyword-input {
    font-size: 12px;
    text-align: center;
}

/*      Mentorship      */




/*      news letter         */
.nl__moduleTitle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.nl__LatestRelease {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 20px;
}
.nl__LatestRelease h2 {
    font-size: 1.2em;
}
.news__latestRelease {
    width: 100%;
    height: 480px;
    background: url(../Images/NewsLetterImages/latest_release_bg.jpg) no-repeat #333;
    background-size: cover;
    display: flex;
    flex-direction: column;
    padding-top: 1.5em;
    align-items: flex-end;
}

#nDesc {
    text-align: center;
    width: 100%;
    font-size:.9em;
}

#nPostedOn {
    font-size: .8em;
    color: #a4dfff;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 2em;
}

#nPostedOn::before,
#nPostedOn::after {
    content: '';
    position: absolute;
    width: 2em;
    height: 1px;
    background-color: #89d1f9;
    left: -60%;
}

#nPostedOn::after {
    left: 110%;
}

#nSpotlight {
    font-style: italic;
}

form#myFormNewsletter {
    display: flex;
}

.nl__selectBy .inputTxt,
.nl__selectBy .btn-group,
.nl__selectBy .btn-group-vertical,
.nl__selectBy button.multiselect.dropdown-toggle.btn-default,
.nl__selectBy .open>.dropdown-toggle.btn-default:hover,
.nl__selectBy input[text],
.nl__selectBy button,
.nl__selectBy input[text],
.nl__selectBy select,
.nl__selectBy textarea {
    width: 100%;
    text-align: center;
    font-size: .8em;
}

.nl__selectBy b.caret {
    left: 100%;
}

.nl__bg {
    background-image: url(../images/NewsLetterImages/news_letter_bg.jpg);
    background-repeat: no-repeat;
    width: 1179px;
    height: 555px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.archive-newsletter-title{
    padding:3rem 0;
}

.nl__Bottombtn {
  
    
   
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*      RI      */
#ulCountries {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    overflow: hidden;
    overflow-y: scroll;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
    width: 100%;
    grid-gap: 5px;
}

ul#ulCountries>li>a>img {
    width: 100%;
}

.RI__selectCountry .btn-group,
.RI__selectCountry button.multiselect.dropdown-toggle.btn-default {
    width: 100%;
}

.RI__selectCountry b.caret {
    left: 100%;
}

.RI__slider {
    width: 100%;
    height: 480px;
    background: url(../Images/RI/slider-bg-1.jpg) no-repeat #333;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.RI__bg {
    background-image: url(../images/RI/RI-bg.jpg);
    background-repeat: no-repeat;
    width: 1179px;
    height: 555px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.covid__icon {
    position: relative;
}

.covid__icon::before {
    content: '';
    background-image: url(../images/RI/covid19-icon.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    position: absolute;
    top: -15px;
    left: 15px;
    background-size: contain;
}





/*       Regional PV Information       */

.reginalPVI__filters {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
}

form#IndexSubmitForm {
    /*width: 100%;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.reginalPVI__search {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 20px;
}

.reginalPVI__latestUpdate {
    width: 100%;
    height: 480px;
    background: url(../Images/regional_PV_Information_slider-bg.jpg) no-repeat #333;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.reginalPVI__latestUpdateContent {
    width: 100%;
}

.rinfoLatest {
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.reginalPVI__latestUpdateContent #module-container ul {
    width: 700px;
    list-style: none;
    overflow: hidden;
}

.reginalPVI__latestUpdateContent p {
    color: white;
}

.pContBY {
    font-style: italic;
    font-size: .75em;
    letter-spacing: 1px;
}

.reginalPVI__bg {
    background-image: url(../images/regional_PV_Information-bg.jpg);
    background-repeat: no-repeat;
    width: 1179px;
    height: 555px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.reginalPVI__map {
    width: 933px;
    padding: 20px;
    background: url(../Images/regional_PV_Information-map.jpg);
    height: 451px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reginalPVI__locationIcon {
    width: 100%;
    position: relative;
}

.reginalPVI__locationIcon .location-icon1 {
    position: absolute;
    top: 100px;
    left: 160px;
}

.reginalPVI__locationIcon .location-icon2 {
    position: absolute;
    top: 140px;
    left: 290px;
}

.reginalPVI__locationIcon .location-icon3 {
    position: absolute;
    top: 125px;
    left: 388px;
}

.reginalPVI__locationIcon .location-icon4 {
    position: absolute;
    top: 100px;
    left: 620px;
}

.regionalPVI_legends {
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: white;
    padding: 5px 0;
}


.regionalPVI_legends .EU,
.regionalPVI_legends .AAP,
.regionalPVI_legends .JP,
.regionalPVI_legends .USA {
    position: relative;

}

.regionalPVI_legends .EU::before,
.regionalPVI_legends .AAP::before,
.regionalPVI_legends .JP::before,
.regionalPVI_legends .USA::before {
    content: '';
    background: url(../Images/location-icon1.png) no-repeat;
    width: 45px;
    height: 45px;
    position: absolute;
    background-size: contain;
    top: -20px;
    left: -40px;
}

.regionalPVI_legends .AAP::before {
    background: url(../Images/location-icon2.png) no-repeat;
    background-size: contain;
}

.regionalPVI_legends .JP::before {
    background: url(../Images/location-icon3.png) no-repeat;
    background-size: contain;
}

.regionalPVI_legends .USA::before {
    background: url(../Images/location-icon4.png) no-repeat;
    background-size: contain;
}

.regionalPVI__listimg img {
    max-width: 100px;
}


.regionalPVI__detailText {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1em 5em;
    background: linear-gradient(180deg, rgb(188, 243, 255), rgba(255, 255, 255, 0));
}

.regionalPVI__detailText span {
    font-size: 1em !important;

}

.regionalPVI__detailText ul {
    list-style: none;
}

.regionalPVI__detailheader {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.regionalPVI__detailLogo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
}

.regionalPVI__detailLogo img {
    max-width: 120px;
}

.regionalPVI__detailImg {
    margin: 20px 0;
}

.regionalPVI__detailImg img {
    width: 50vw;
}

.regionalPVI__detailText p,
.regionalPVI__detailText ul {
    padding: 1em 0 0;
    width: 100%;
    font-family: Arial;
}

.regionalPVI__detailText p span,
.regionalPVI__detailText p span strong,
.regionalPVI__detailText a {
    text-decoration: none;
    font-size: 1em;
}

.regionalPVI__detailText p span {
    font-size: 1em !important;
}

/*      Regional PV Information        */

.EU a {
    color: rgb(255, 56, 13)
}

.AAP a {
    color: rgb(54, 136, 0)
}

.JP a {
    color: rgb(6, 65, 111)
}

.USA a {
    color: rgb(171, 14, 41)
}

.regionalPVInfo {
    display: flex;
    align-items: center;
    padding: 10px 0;
}


.regionalPVI__updateList {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f9f9;
    padding: 20px 0;
}

.regPVUpdatesList {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 70%;
}

.regPVUpdatesList li {
    border-bottom: 1px solid #00619f;
    display: flex;
    padding: 20px;
    width: 100%;
    transition: all .5s ease-in-out;
}

.regPVUpdatesList li:hover {
    background-color: rgba(141, 222, 243, 0.85);
}

.regionalPVI__listTxt {
    display: flex;
    flex-direction: column;
}

.regionalPVI__listimg {
    display: flex;
    margin-left: 20px;
    align-items: center;
    justify-content: center;
}

p.contryButedBy {
    font-size: .9em;
    color: #4f87b3;
}

p.contryButedBy b {
    font-size: 1em;
}


a.RPIReadMore {
    width: 120px;
    height: 40px;
    border-radius: 30px;
    border: #05d3ff 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    border: 1px solid #02c6e4;
    color: #005879;
    font-size: .8em;
    cursor: pointer;
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a.RPIReadMore:hover {
    background: #26ceff;
    color: white;
}

.gvpri__alerts {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gvpri__alerts ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    list-style: none;
    height: 400px;
    overflow-y: auto;
    padding: .5em 2em;
}

.gvpri__alerts ul li {
    padding: 20px 0;
    border-bottom: dashed #a8e4ff 1px;
}

.gvpri__alerts ul li:last-child {
    border-bottom: none;
}




/*          PV Compliance Metrics           */
.PVComplianceMetr__slider {
    width: 100%;
    height: 480px;
    background: url(../Images/PVComplianceMetr_sliderImg.jpg) no-repeat #333;
    background-size: cover;
    position: relative;
}

.PVComplianceMetr__slider_btn {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
}

.PVComplianceMetr__pageTitle span {
    font-size: inherit;
}

.PVComplianceMetr__pdfContainer {
    width: 933px;
    background: rgba(255, 255, 255, .8);
    height: 450px;
    overflow: hidden;
    margin-right: 10px;
    display: flex;
    border: 10px solid rgba(33, 150, 243, .6);
}

.PVComplianceMetr__pdfContainer .pdf {
    height: 430px;
    background: url(../../Images/pvloading.gif) no-repeat;
    background-size: 10%;
    background-position: 50%;
    width: 85%;
}

.pv__countrydiv {
    width: 15%;
    padding-left: 13px;
}

.PVComplianceMetr__pdfContainer .countList {
    height: 394px;
    overflow-y: auto;
    margin: 0 0 10px;
}

.pvcm ul.countList li {
    margin-bottom: 2px;
    display: flex;
    justify-content: flex-end;
    opacity: .75;
}

.pvcm ul.countList li:first-child {
    margin-top: 2px;
}


.countryItem {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    opacity: 1;
    width: 100%;
}

.countryItem img {
    width: 100%;
}

.pvcm h3 {
    border-radius: 0px;
    background: linear-gradient(-27deg, #029ef9, #05deff);
    padding: 10px 20px;
    margin: 0;
    font-size: .9em;
    color: #fff;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.PVCM__pointer {
    opacity: 1 !important;
    position: relative;
}

.PVCM__pointer::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #00b9ff;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    left: -5px;
    top: 50%;
}






.multiselect-container.dropdown-menu li a {
    padding-left: 40px;
}

.multiselect-container.dropdown-menu li a input[type=radio] {
    /*margin-left:0;*/

}

.PVCompliance__openPDF {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pvc__selectDate {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ComplianceDateSerch {
    border: 1px #02c6e4 solid;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
}

.ComplianceDateSerch .monthPicker {
    border: none;
    display: flex;
}

.ComplianceDateSerch .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    background: transparent;
    border: none;
}

.ComplianceDateSerch .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: none;
    border: none;
}

.ui-datepicker .ui-datepicker-title {
    display: flex;
    justify-content: center;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    display: none;
}

.ComplianceDateSerch select.ui-datepicker-month {
    border: none;
    font-family: 'FuturaStd-Medium';
    font-weight: normal;
    color: #4198d6;
}

.ComplianceDateSerch .ui-datepicker select.ui-datepicker-year {
    border-left: #85c4ea 1px solid;
    padding-left: 10px;
    margin-left: 10px;
}






/*          Success Stories         */


.ss__hearder {
    display: flex;
}

#banner ul.successStoryHome {
    width: 600px;
}

.ss__holders {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
}

.ulSuccessStories {
    display: flex;

}

div#ulSuccessStories {
    width: 90%;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.profilePic {
    width: 100%
}

.ss__destials {
    background: linear-gradient(-45deg, #3ab1f7, #73e5f7);
    box-shadow: 2px 2px 5px #ccc;
    border-radius: 0 20px;
    /* padding-bottom: 25px;*/
    margin: 10px;
    min-height: 255px;
    position: relative;


}

.SS_Hplk_Details {
    display: block;
    min-height: 255px;
    width: 100%;

    color: #000;


}

.ss__destials a:hover {
    text-decoration: none;
    color: #000;
}

p.SS__profileName {
    padding: 5px 5px 0 10px;
    font-size: .9em;
    margin-bottom: 0px;
}

p.SS__profileFunArea {
    padding: 0 10px;
    font-size: .8em;
    font-style: italic;
}

p.SS__profiledisc {
    padding: 0 10px 10px;
    font-size: .9em;
}

p.SS__profiledisc span {
    font-size: 1em;
}

.ss__readmore {
    display: flex;
    padding: 0 10px;
    position: absolute;
    bottom: 20px;
}

.readSS {
    padding: 10px 20px;
    border: #008aca 1px solid;
    border-radius: 20px;
    font-size: .9em;
    color: #000;

}

.readSS:hover {
    text-decoration: underline;
    color: #008aca;
}

.ss__detailsPage {
    display: flex;
    width: 100%;
    background: linear-gradient(-45deg, #039ffb, #73e5f7);
    align-items: center;
    padding: 20px
}

.ss__proftext {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

.ss__proftext p {
    padding: 0 50px;
    width: 100%;
    text-align: center;
}

.ss__detailsPageCont {
    width: 80%;
}

.ss__detailsPageConthold {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.follow-popup img {
    width: 50px;
    height: 50px;
}

.SSSloaderImg {
    width: 40px;
    display: none;
    position: absolute;
    left: 45%;
    top: 11%
}

.ss_likes {
    display: flex;
    width: 80%;
    justify-content: end;
}

.ss_giveLike {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#GetLikeCount {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ss-comments {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.collapsible {
    background: rgb(3, 48, 121);
    height: 60px;
    border-radius: 10px 10px 0px 0px;
    color: white;
    line-height: 60px;
    font-size: 1.25em;
    position: relative;
}

#ProfilePictureUrl,
#ProfilePictureUrl_ForReply {
    height: 40px;
    margin-right: 10px;
    width: 40px;
    background: #ccc;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#ReplyOnCommentView {
    width: 95%;
    margin-left: 5%;
    margin-top: 20px;
}

#Details {
    padding: 10px 10px 20px 10px;
    border-bottom: 1px solid #ccc;
}

textarea#txtComment {
    width: 96%;
    min-height: 100px;
    background-color: #ccc;
    margin-top: 10px;
}

.ss_comments_field {
    width: 80%;
    background: #ccc;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}

.ss_submit_btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 31px;
    line-height: 40px;
    background: transparent;
    color: #02518e;
    border-radius: 6px;
}

.ss_View_btn {
    position: absolute;
    bottom: 10px;
    right: 5px;
    width: 40px;
    height: 40px;
    font-size: 31px;
    line-height: 40px;
    background: transparent;
    color: gray;
    border-radius: 6px;
    margin-bottom:0px;
}

.ss_View_Replybtn {
    position: absolute;
    bottom: 5px;
    right: 7px;
    width: 40px;
    height: 40px;
    font-size: 31px;
    line-height: 40px;
    background: transparent;
    color: gray;
    border-radius: 6px;
}

.ss-total-comments {
    position: absolute;
    top: 0px;
    right: 50px;
    cursor: pointer;
}

.txtReplyDetails {
    width: 100%;
    background: #ccc;
    padding: 10px;
    margin-top: 10px;
    min-height: 100px;
}

.ReplyTextID {
    width: 100%;
    position: relative;
}

.SS-detailsPageImg {
    width: 600px;
}


/*      Educational & regulatory Resources      */
.edu__rightBlock {
    width: 633px;
    display: flex;
    background: white;
    flex-direction: column;
    padding: 0 10px;
}

.edu__rightPad {
    width: 10%;
    display: flex;
    flex-direction: column-reverse;
}

.edu__rightBlock>div {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.edu__latestBook {
    width: 100%;
    background: linear-gradient(45deg, #08e6fd, #04aeff);
}

.edu__latestBook a img {
    width: 100%;
    height: 100%;
}

.edu__booksLisnks {
    margin-top: 10px;
}

.edu__books,
.edu__GeneralLinks {
    width: calc(50% - 5px);
    margin-right: 10px;
    background: #01447b;
}

.edu__books img {
    width: 100%;
}

.edu-ebook {
    background-image: url(../Images/ebook-bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.edu__GeneralLinks {
    margin-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, #08a6e2, #00e7ff);
}

.edu__GeneralLinksList {
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}

.edu__generalLinksImg {
    width: 100%;
}

.marqueeText {
    width: 100%;
    padding: 0 10%;
}

.edu__accordion {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#accordion {
    width: 100%;
    list-style: none;
    padding: 0;
    height: 220px;
    overflow: hidden;
    background: #4acaff;
}

#accordion li {
    float: left;
    display: flex;
    height: 220px;
    width: 50px;
    overflow: hidden;
    border-left: 1px solid #fff;
    transition: all .5s ease-in-out;
}

#accordion li img {
    border: none;
    border-right: 1px solid #fff;
    float: left;
    margin: -15px 15px 0 0;
}

#accordion li.active {
    width: calc(100% - 200px);
}

.edu__accordionTitle1 {
    width: 50px;
    background: #00b9ff;
    position: relative;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/*.edu__accordionTitle1::after{
    content: 'DIA Training Presentations';
    transform: rotate(90deg);
    height: 60px;
    width: 220px;
    position: absolute;
    left: -90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#0077e5;
    cursor: pointer;
    color:white;
    top:80px;
}*/

.edu__accordionTitle1headLine1 {
   
    transform: rotate(90deg);
    height: 60px;
    width: 220px;
    position: absolute;
    left: -90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0077e5;
    cursor: pointer;
    color: white;
    top: 80px;
}

.edu__accordionTitle1headLine1 font,
.edu__accordionTitle2headLine2 font,
.edu__accordionTitle3headLine3 font,
.edu__accordionTitle4headLine4 font {
    font-size: 12px;
}

.edu__accordionTitle2 {
    width: 50px;
    background: #00b9ff;
    position: relative;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.edu__accordionTitle2headLine2 {

    transform: rotate(90deg);
    height: 60px;
    width: 220px;
    position: absolute;
    left: -90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #01447b;
    cursor: pointer;
    color: white;
    top: 80px;
}

.edu__accordionTitle3 {
    width: 50px;
    background: #00b9ff;
    position: relative;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.edu__accordionTitle3headLine3 {

    transform: rotate(90deg);
    height: 60px;
    width: 220px;
    position: absolute;
    left: -90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0077e5;
    cursor: pointer;
    color: white;
    top: 80px;
}

.edu__accordionTitle4 {
    width: 50px;
    background: #00b9ff;
    position: relative;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.edu__accordionTitle4headLine4 {

    transform: rotate(90deg);
    height: 60px;
    width: 220px;
    position: absolute;
    left: -90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #01447b;
    cursor: pointer;
    color: white;
    top: 80px;
}

.accordionCount {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
    width: 100%;
    color: white;
}

.edu__jcarea {
    background-image: url(../Images/JC-Main-bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top:30px;
}


.edu__siteLinks {
    background-image: url(../Images/whatsNewBG.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.edu__links {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.linksSection {
    width: 80%;
    margin-bottom: 20px;
    display: flex;
}

.linksSection ul {
    width: calc(25% - 10px);
    margin: 0 10px;
    padding: 0;
    list-style: none;
}

.linksSection li {
    margin: 0px 3px;
    float: left;
    border-bottom: #018bed 1px dotted;
    width: 95%;
}

.linksSection li a {
    font-size: .9em;
    padding: 8px 15px;
    display: block;
    color: #333;
    transition: all .5s ease-in-out;
}

.linksSection li a:hover {
    background: #01447b;
    color: white;
}

.edu__GeneralLinksList {
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 220px;
}

.edu__GeneralLinksList #module-container ul {
    width: 700px;
    list-style: none;
}

.edu__GeneralLinksList h3 {
    margin-top: 0px;
}

.edu__GeneralLinksList #module-container {
    width: 80%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}

.edu__GeneralLinksList #module-container a {
    width: 100%;
}

.edu__GeneralLinksList .wnPagination {
    margin-top: 20px;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
    opacity: 1;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.edu__DIAPres_popup {
    max-height: 400px;
    overflow-y: scroll;
}


.edu__DIAPres_popup li {
    padding: 10px 0;
    border-bottom: 1px #ccc dotted;
}

.edu__DIAPres_popup a {
    font-size: .9em;
}

.edu__DIAPres_popup li img.icon__img {
    width: inherit;
}

p#pSearchText {
    font-size: 1.5em;
    font-style: italic;
    text-align: center;
    color: #0578d0;
}

.jc-video-holder {
    background: linear-gradient(180deg, rgb(229 244 255), rgb(212 245 255 / 0%));
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px !important;
    width: 1280px !important;
}


.jc-video {
    width: 780px;
}

.jc-vid {
    height: 100%;
    width: 100%;
    box-shadow: rgb(0 0 0 / 40%) 5px 5px 15px;
}

.jc-carousel>.carousel-inner {
    height: 180px;
}

.carousel-inner>.next {
    top: 0;
}

.ebooks {
    list-style: none;
}

.edu-ebook nav>ul {
    list-style: none;
    display: flex;
}

.edu-ebook nav>ul>li>a {
    height: 40px;
    background: white;
    border-radius: 47px;
    margin: 5px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: blue;
    text-decoration: none
}

.edu-ebook nav>ul>li>a.active {
    background: blue;
    color: white;
    text-decoration: none;
}


/*      Contact us      */

.contactus__holders {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactus__form {
    width: 60vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.contactus__form form {
    width: 100%;
}

.contactus__inputs {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contactus__formFields {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contactus__inputtxt {
    padding: 10px 15px;
    border: 1px solid #26ceff;
    border-radius: 30px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    min-width: 250px;
    justify-content: center;
}

.contactus__inputarea {
    padding: 20px 25PX;
    border: 1px solid #26ceff;
    border-radius: 30px;
    margin: 0 5px;
    display: flex;
    align-items: center;
}

.contactus__lable {
    width: 20%;
}

#notifyme,
#notifyme-bottom {
    padding: 4px;
    padding-left: 30px;
    display: block;
    float: left;
    background: url(/images/checkbox-off.jpg) 0 5px no-repeat;
    font-size: .9em;
}

#notifyme.on,
#notifyme-bottom.on {

    background: url(/images/checkbox-on.jpg) 0 5px no-repeat;
}

.contactus__txtArea {
    width: 400px;
    height: 80px;
}

.contactus__formFields #popuopFileATE {
    display: none;
}

.contact label {
    font-size: .8em;
}

.contactus__inputtxt button {
    min-width: 70px;
}

.alert-success,
.alert-danger {
    margin-top: 20px;
}


.noDesign__holders {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.noDesignCont {
    width: 70%;
}

.regionalPVInfoDtl {
    display: flex;
}

.subPage__mainTitle h1,
.regionalPVI__detailText h2,
.subPage__subTitle h2 {
    color: rgb(2, 81, 142);
}

.subPage__mainTitle h1 {
    color: white;
}

.regionalPVI__detailText strong {
    font-style: italic;
    color: rgb(2, 81, 142);
}

/*          Meet the Expert         */

.meetTheExpert__slider {
    width: 100%;
    height: 480px;
    background: url(../Images/meetTheExpert.jpg) no-repeat #333;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.latest_session {
    display: flex;
    flex-direction: column;
    padding: 0 5em;
}

.session_views {
    position: relative
}

.session_time img {
    margin-top: -7px;
}

.latest_session a:hover,
.latest_session a:focus {
    color: #e1f9ff;
    outline: none;
}

#UpcomingSessions {
    background-color: #e3f2f3;
    padding-left: 5vw;
    padding-right: 5vw;
}

.upcoming-session {
    border-bottom: 1px solid #c6cbcf;
}

.upcoming-session:last-child {
    border-bottom: none;
}

.session-thum-details {
    max-width: calc(100% - 175px);
}

.session-thum-img {
    width: 140px;
    height: 95px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: rgb(0 0 0 / 38%) 2px 2px 5px;
}

.session-thum-img img {
    width: 100%;
    height: 100%;
}

.session-card {
    background-color: #eceff1;
    border-radius: 20px;
    overflow: hidden;
    width: 260px;
    border: 1px #d8d8d8 solid;
    box-shadow: 1px 1px 2px rgb(0 0 0 /11%);
}

.pre-sessions-thumb {
    position: relative;
}

.pre-sessions-thumb img {
    width: 260px;
    height: 180px;
}

.share-session {
    position: absolute;
    background: rgb(0 0 0 / 68%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
    opacity: 0;
}

.upcoming-session:hover .share-session {
    opacity: 1;
}

.pre-sessions:hover .share-session {
    opacity: 1;
}

.mte_askquestion,
.mte_interested {
    cursor: pointer;
    position: relative;
}

.pss_View {

    position: relative;
}

#mte_InterestCount {
    padding: .5em 1.5em;
    background: #5ce3f1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: absolute;
    left: 60%;
    top: -50%;
    opacity: 0;
    transition: all .5s ease-in-out;
    transform: translate(-30%, 0%);
}

.mte_interested:hover #mte_InterestCount {
    opacity: 1;
}

#mte_InterestCount::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #5ce3f1;
    position: absolute;
    transform: rotate(45deg);
    bottom: -4px;
    z-index: 0;
}

.session-vid {
    width: 100%;
    height: 100%;
}

.session_time p {
    margin-bottom: 0;
}

.f-bold {
    font-weight: bold;
}

/*          Meet the Expert end         */


/*          WPS         */

.WPS__header {
    width: 100%;
    height: 193px;
    background: #fae5e2;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wps__logo {
    width: calc(40% - 0px);
    text-align: right;
    padding-right: 15%;
}

.wps__headerCot {
    width: 50%;
    padding: 0 5% 0 0;
}

.wps__headerCot h1 {
    line-height: 1.5em;
    font-weight: bold;
    color: #01388c;
    font-size: 1.5em;
}

/*
.wps__headerCot h2::before{
    content:'';
    background:url(../Images/comma__before.png) no-repeat;
    width:35px;
    height:34px;
    position: absolute;
    left: -35px;
    top: -7px;
}
.wps__headerCot h2::after{
    content:'';
    background:url(../Images/comma__after.png) no-repeat;
    width:35px;
    height:34px;
    position: absolute;
    right: 54%;
    top: 30px;
}*/

.wps__prodcast-newsletter {
    width: 100%;
    display: flex;
    margin: 10px 0;
    padding: 0 5%;
}

.wps__leaderSpeak {
    width: 50%;
    background: #57c3f8;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.wps__leaderSpeakText {
    width: 100%;
    background: #094266;
    height: 40%;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wps__leaderSpeakText h2 {
    margin-top: 0;
}

h2.wps__leaderSpeakIcon span {
    background: url(../Images/leader__speak__icon.png) no-repeat;
    font-size: 1em;
    color: inherit;
    height: 50px;
    line-height: 40px;
    padding: 10px 0 5px 65px;
}

.wps__leaderSpeakText p {
    color: #ffffff;
}

.wps__speakerDetails {
    width: 100%;
    display: flex;
    align-items: center;
    height: 60%;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.WPS__leaders {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
}


.wps__speakerImg {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    width: 33%;
}


.wps__newsletter .slideshow-container {
    position: relative;
}

.wps__prev,
.wps__next {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 40px;
    height: 40px;
    background: rgb(87 195 248 / 49%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.wps__prev {
    left: 20px;
}

.wps__next {
    right: -20px;
}


.primeryBtn i.fas.fa-play-circle {
    color: #78d0fc;
    margin-left: 5px;
}

.wps__fourBlock {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5%;
    margin-bottom: 10px;
}

.wps__fourBlock div {
    margin-right: 10px;
}

.wps__fourBlock div:last-child {
    margin-right: 0px;
}

.wps__quiz,
.wps__crossword,
.wps__slogan,
.wps__map {
    width: calc(25% - 7px);
    background: #b3f3fc;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    height: 200px;
    position: relative;
}

.wps__quiz,
.wps__map {
    background: #f3e7e7;

}

.WPS__newsletter {
    position: relative;
}

/*.wps__quiz:hover::after{
    content:'Coming soon...';
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .8);
    color:white;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.2em;
}*/
/*.wps__leaderSpeak:hover::after{
    content:'Coming soon...';
    margin-right:10px;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .8);
    color:white;
    position:absolute;
    margin-top:260px;
    left:0px;
    right:0px;
    bottom:0px;
    display:flex;
    justify-content:center;
    font-size:1.2em;
    align-items:center;
}*/
/*.wps__pledge:hover::after{
    content:'Coming soon...';
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .8);
    color:white;
    position:absolute;
    top:0px;
    left:0px;
    right:0;
    bottom:0;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.2em;
}*/


.wps__quiz,
.wps__crossword {
    padding-top: 0;
}

.wps__locationIcon1,
.wps__locationIcon2,
.wps__locationIcon3,
.wps__locationIcon4 {
    position: absolute;
    cursor: pointer;
}

.wps__locationIcon1 {
    top: 35px;
    left: 55px;
}

.wps__locationIcon2 {
    top: 60px;
    left: 90px;
}

.wps__locationIcon3 {
    top: 60px;
    left: 130px;
}

.wps__locationIcon4 {
    top: 60px;
    left: 200px;
}

.mrg135 {
    margin-top: 135px;
}

.fnts12 {
    font-size: .8em;
}

.fnts14 {
    font-size: .9em;
    width: 300px;
}

.fnti {
    font-style: italic;
}

.wps__pledge {
    background: #e9fdfe;
    background-repeat: no-repeat;
    width: 100vw;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.wps__pledgeIcon {
    text-transform: capitalize;
    padding: 15px 40px 15px 70px;
    border-radius: 0 0 10px 10px;
    background: url(../Images/WPS__pladge-icon.png) no-repeat #39d5ee;
    background-position: 30px 10px;
    font-weight: bold;
}

/*.wps__pledge h3 {
    color:white;
}
.wps__pledge h3 span{
    font-size: inherit;
    color: rgba(164, 209, 247, 1);
    text-decoration: underline;
}*/

.paginate {
    display: flex;
    padding: 10px 5%;
}

.wps__pledgeList {
    width: 50%;
    background: #d1f1fc;
    list-style: none;
    margin: 5px 0;
    height: 180px;
    box-shadow: 3px 3px 3px #0000004f;
    display: flex;
    align-items: center;
}

.wps__pledgeList:nth-child(2n+2) {
    margin-left: 10px;
}

.wps__userDetails {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #ccc;
    height: 80%;
}

ul#pledgelistingContainer {
    width: 100%;
}

.wps__pledgeUserName {
    padding-left: 10px;
    font-size: .8em;
    margin-bottom: 5px;
    margin-top: 10px;
}

p.wps__pledgeUserfun {

    font-size: .7em;
    font-style: italic;
    margin-bottom: 0;
    padding: 0 10px;
    text-align: center;
    width: 100%;
}

.wps__pledgedic {
    width: 70%;
    height: 100%;
    font-size: .9em;
    line-height: 1.6em;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 5%;
    justify-content: center
}

button.upholdStoryBtn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #1853a1;
    padding: 5px 10px;
    border-radius: 20px;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 12px;
}

#gameContainer {
    /*border:5px solid #00b9ff;*/
    width: 1180px;

}

#topQuizContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

#divSloganEntry,
#divPledgeEntry {
    padding: 20px;
    border: 10px solid #5fc5ec;
    background: linear-gradient(180deg, #ececec, #ffffff);
}

#divSloganEntry h3,
.sloganInstructions h2,
.sloganInstructions h3,
.sloganInstructions p,
.sloganTips h2,
.sloganTips h3,
.sloganTips p,
.sloganTips ul li {
    color: rgb(2, 81, 142);
}

.sloganTips ul {
    margin-left: 20px;
}

.sloganTips ul li {
    font-size: .9em;
}

.wps__pledgePopup {
    display: flex;
    flex-direction: column;
    padding: 2em;
    border: 5px solid #84e0f5;
}

.wps__pledgepopupCont {
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.wps__formatmsg {
    display: flex;
    align-items: center;
    margin-left: 240px;
    color: rgba(2, 81, 142, 1);
    font-size: .9em;
}

.wps__Titlemsg {
    display: flex;
    align-items: center;
    margin-left: 20px;
    color: rgba(2, 81, 142, 1);
    font-size: 1.8em;
}

.wps__formatmsgForEditPage {
    display: flex;
    align-items: center;
    margin-left: 500px;
    color: rgba(2, 81, 142, 1);
    font-size: .8em;
}

.wps__pledgepopupCont label {
    width: 30%;
    color: rgba(2, 81, 142, 1);
    font-size: .9em;
    font-weight: 100;
}

.wps__pledgeinputArea {
    border: 1px solid #5fc5ec;
    margin-left: 20px;
    padding: 5px;
    font-size: .9em;
    width: 70%;
    height: 100px;
}

.wps__pledgeinputText {
    border: 1px solid #5fc5ec;
    margin-left: 20px;
    padding: 5px;
    font-size: .9em;
    width: 30%;
    height: 30px;
}

.wps__pledgePic {
    margin-left: 20px;
    width: 70%;
    display: flex;
    flex-direction: column;
}

.wps__pledgePic div {
    display: flex;
    color: rgb(2, 81, 142);
    ;
    font-size: .8em;
}

.wps__pledgePic p,
.wps__pledgepopupCont p {
    margin: 0;
    padding: 5px 0;
    color: rgb(2, 81, 142);
    font-size: .9em;
    display: flex;
    align-items: center;
}

input#chkPhotoConcent,
input#chkPledge {
    margin: 0 5px 0 15px;
}

.wps__pledgeSubmit {
    width: 100%;
    display: flex;
    justify-content: center;
}

.slogansubMess {
    border: 10px solid #5fc5ec;
    padding: 40px 20px;
}

.slogansubMess p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wps__userDetails img.profilePic {
    width: 80px;
    border-radius: 50px;
    height: 80px;
    border: 1px solid #b3f3fc;
}

.wps__pledgeinputAreaDesignation {
    border: 1px solid #5fc5ec;
    margin-left: 20px;
    padding: 5px;
    font-size: .9em;
    width: 70%;

}

.wps__speakerImg p {
    line-height: 15px;
    margin: 5px;
    width: 100%;
}

.fnts10 {
    font-size: .7em;
}

.pwdReset {
    padding-top: 20px;
}

nav.paginate-pagination.paginate-pagination-0,
nav.paginate-pagination.paginate-pagination-1 {
    width: 100%;
}

/*Autocomplete*/
.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

/*input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}
input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}*/
/*.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;*/
/*position the autocomplete items to be the same width as the container:*/
/*top: 100%;
  left: 0;
  right: 0;
}*/
.autocomplete-items {
    position: relative;
    border: 1px solid #5fc5ec;
    border-radius: 20px;
    overflow: hidden;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

/*Autocomplete ends*/
.loaderImg {
    position: absolute;
    margin-left: 350px !important;
    margin-top: 186px !important;
    height: 30px !important;
    width: 30px !important;
    display: none;
}

.regionalPVI__listTxt h2 {
    cursor: pointer;
}

/*Accordion FAQ*/
.faq {
    width: inherit;
    padding-bottom: 45px;
    /*border: 1px solid #222;*/
    text-align: justify;

}

.item {
    padding: 3px;
}

.item .question {
    padding: 15px;
    /*background-color: #ef3412;*/
    background-color: #f2784b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.item .question h4 {
    margin: 0;
}

.item .question .fa.fa-minus {
    display: none;
}

.item.jquery-accordion-active .fa.fa-minus {
    display: block;
}

.item.jquery-accordion-active .fa.fa-plus {
    display: none;
}

.item .answer {
    padding: 15px;
    display: none;
    background-color: #a0eaf9;

}

.item .answer ul {
    list-style-type: square;
    margin-left: 25px;
}


.wps-journey-map {
    background: url(../images/wps-map.png) no-repeat center;
    padding: 10em 2em 8em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
}

.wps-map-path {
    background: url(../Images/wps-map-path.png) no-repeat;
    width: 1231px;
    height: 486px;
    position: relative;
}

.wps-start-ent,
.wps-end-ent {
    width: 100px;
    height: 30px;
    background: #255ba8;
    position: absolute;
    border-radius: 6px;
    color: white;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -50px;
}

.wps-end-ent {
    top: 465px;
    left: 670px;
}

.wps-start-ent:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border-top: 28px solid #255ba8;
    border-right: 28px solid #255ba8;
    transform: rotate(45deg);
    right: -6px;
    z-index: 1;
    border-radius: 5px;
}

.wps-end-ent:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border-top: 28px solid #255ba8;
    border-right: 28px solid #255ba8;
    transform: rotate(45deg);
    right: -6px;
    z-index: 1;
    border-radius: 5px;
}

.wps-start-flag {
    background: url(../images/wps-start-flag.png);
    width: 70px;
    height: 88px;
    position: absolute;
    top: -74px;
    left: 120px;
}

.wps-logo {
    background: url(../images/wps-logo.png) no-repeat;
    width: 190px;
    height: 100px;
    background-position: center;
    border: 5px solid #da555a;
    margin-top: 420px;
    position: absolute;
    left: 180px;
    background-color: white;
    border-radius: 5px;
    background-size: 90%;
}

.wps-logo a {
    display: block;
    height: inherit;
    text-decoration: none;
}



.wps-journey {
    position: absolute;
}

.wps-journey-point {
    background: url(../images/wps-pointer.png) no-repeat;
    min-height: 160px;
    position: absolute;
    bottom: 10px;
    z-index: 2;
    min-width: 390px;
}

.wps-journey.MSTB {
    top: 43px;
    left: 360px;
}

.wps-journey-point p:first-child {
    margin-top: 6px;
    margin-left: 6px;
}

.wps-journey-point p:nth-child(2) {
    left: 70px;
    font-weight: 800;
    font-size: 1.2em;
    bottom: 40px;
    position: absolute;
    display: flex;
    flex-direction: column;
}

.wps-journey-point p:nth-child(3) {
    left: 15px;
    position: absolute;
    z-index: 2;
    font-family: Impact;
    bottom: 2px;
    font-size: 13px;
    color: #da555a;
}

.wps-journey-point p:nth-child(4) {
    left: 70px;
    position: absolute;
    z-index: 2;
    font-family: Impact;
    bottom: 0;
    font-size: 18px;
    color: #ef7523;
}

.wps-journey:before {
    width: 160px;
    height: 35px;
    background: #1853a1;
    content: '';
    position: absolute;
    bottom: 15px;
    margin-left: 15px;
    border: 5px solid white;
    border-radius: 20px;
    z-index: 1;
}

.wps-journey.pm {
    left: 820px;
    top: 43px;
}

.wps-journey.nl {
    top: 280px;
    left: 760px;
}

.wps-journey.pfl {
    top: 280px;
    left: 250px;
}

.wps-journey.ws {
    top: 507px;
    left: 540px;
}

.wps-journey.ws .wps-journey-point p:first-child {
    margin-top: 0px;
    margin-left: 0px;
}

.wps-journey.plz {
    top: 507px;
    left: 410px;
}

.wps-end-flag {
    background: url(../images/wps-finish-flag.png) no-repeat;
    width: 145px;
    height: 88px;
    position: absolute;
    top: 377px;
    left: 940px;
}

.wps-end-flag p {
    position: absolute;
    color: white;
    font-family: impact;
    font-size: 20px;
    bottom: -35px;
    z-index: 2;
    left: 45px;
}

.wps-end-flag:before {
    width: 160px;
    height: 35px;
    background: #1853a1;
    content: '';
    position: absolute;
    bottom: -28px;
    left: -8px;
    border: 5px solid white;
    border-radius: 20px;
    z-index: 1;
    text-align: center;
}

.wordSearch-icon {
    margin-top: 5px;
    margin-left: 3px;
}

.picture-mania-icon {
    margin-top: 7px;
    margin-left: 3px;
}

.write-icon {
    margin-top: 5px;
    margin-left: 8px;
}

.puzzal-icon {
    margin-top: 7px;
    margin-left: 6px;
}


.wps-certificate {
    position: absolute;
    background: url(../images/wps-certificate-icon.png) no-repeat;
    width: 90px;
    height: 90px;
    top: 430px;
    left: 1100px;
}

.wps-map-path>p {
    position: absolute;
    bottom: -63px;
    right: 0px;
    width: 340px;
    text-align: center;
    color: #1853a1;
    font-weight: bold;
}

.pandemicStory {
    background: url(../images/WPS__pledgeBG.jpg) no-repeat;
    background-size: cover;
    padding: 2em 5em;
}

.pandemicStory h1 {
    text-align: center;
    color: white;
}

.pandemicStory p {
    font-size: 20px;
    color: #7edbec;
    text-align: center;
}

.pandemicStory-holder {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*
.pandemic-Stories:nth-child(2n+2) {
    background: #7edbec
}*/

.pandemic-Stories {
    margin: 0 10px;
    width: 33%;
    height: 360px;
    background-color: transparent;
    perspective: 1000px;
}

.pandemic-Stories p {
    color: black;
}

p.pandemic-Stories-userName {
    font-size: 1em;
    font-weight: 800;
    letter-spacing: 1px;
}

p.pandemic-Stories-userFun {
    font-size: .9em;
    position: relative;
}

p.pandemic-Stories-userFun:before {
    content: '';
    width: 100px;
    height: 5px;
    background: #a21f65;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -15px;
}

p.pandemic-Stories-userDic {
    font-size: 14px;
    text-align: justify;
    margin-top: 1.75em;
}

.otsuka-people {
    width: 90vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.otsuka-people-container {
    width: 95%;
    max-width: 1168px;
    height: 325px;
    display: grid;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: auto;
    grid-template-columns: auto auto auto auto auto auto;
    border-right: none;
    grid-gap: 15px;
}

.otsuka-people-container::-webkit-scrollbar {
    background-color: rgb(126 219 236);
    height: 7px;
}

.otsuka-people-container::-webkit-scrollbar-thumb {
    background-color: #0a3b5c;
    border-radius: 10px;
    width: 50px;
    position: relative;
}


.otsuka-ppl {
    width: 180px;
    height: 160px;
    border: rgb(126, 219, 236) solid;
    float: left;
    position: relative;
}

.otsuka-ppl-dtl {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    text-align: center;
    opacity: 0;
    transition: all ease-in-out .5s;
    padding: 10px;
}

.otsuka-ppl:hover .otsuka-ppl-dtl {
    opacity: 1;
}

.otsuka-ppl img {
    width: 100%;
    height: 100%;
}

.otsuka-pplFun {
    font-size: .8em;
}

.otsuka-pplName {
    font-size: 1em;
    margin: 0;
}

.newsletter-icon {
    margin-top: 10px;
    margin-left: 5px;
}

.podcast-icon {
    margin-top: -1px;
    margin-left: -1px;
}

.wps-journey-point p a {
    background: url(../Images/wps-arrow.png) no-repeat;
    display: block;
    background-position: 0 50%;
    padding-left: 20px;
    transition: all ease-in-out .18s;
    color: #044c98;
}

.wps-journey-point p a:hover {
    background-position: 7px 50%;
    margin-left: 10px;
}




.storyCard {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.storyCardFlip {
    transform: rotateY(180deg);
}


.storyFront,
.storyBack {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.storyFront {
    background-color: #7edbec;
    color: black;
    padding: 1em;
    font-size: 13px;
}

.storyBack {
    background-color: #f0b863;
    color: white;
    transform: rotateY(180deg);
}

.storyBack p {
    padding: 1.5em;
    font-size: 14px;
    text-align: justify;
}

a.storyDetailClose {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 30px;
    height: 30px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 20px;
    text-decoration: none;
    font-family: cursive;
    box-shadow: 0px 0px 5px rgb(28 27 27 / 23%);
}

.uphoalPopup {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.uphoalPopup .wps__pledgeinputArea {
    margin-left: 0px;
    padding: 5px;
    font-size: .9em;
    width: 100%;
    height: 100px;
}

.uphoalPopup label {
    width: 100%
}
















/*GPV Mentor Page*/
.MentorLogo {
    margin-top: -61px;
    width: 60%;
}

.pdg-mtr {
    padding: 0px 144px 0px 144px;
}

.MM__latestRelease {
    width: 100%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../Images/Mentor_top-right-bg.jpg) #333 !important;
    height: 420px;
    justify-content: center;
}

.MM__latestRelease p {
    margin-bottom: 20px;
    margin-top: 0;
}


.MMM__LatestRelease_holder {
    display: grid;
    grid-template-columns: 200px 200px;
    grid-gap: 20px;
    margin: 20px 0;
}

.MMM__LatestRelease {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.MM__VideoArea {

    background-image: url(../Images/successStory/successStoryBG.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.JC__VideoArea {
    background-color: #e3f2f3;

    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.testimonial {
    display: flex;
    flex-direction: column;
    background: linear-gradient(90deg, #FE8F66 50%, #D9FDFD 50%);
    padding: 2em;
    position: relative;
    align-items: center;
    margin-top: 40px;
}

.testimonial-inner-holder {
    background: #4CF1FE;
    width: 70%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 25px;
    position: relative;
}

.testimonialSlider {
    width: 90%;
}

.testimonialSlider ul {
    list-style: none;
}

.testimonial-inner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.testimonial-inner-content-img {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    overflow: hidden;
    background: #e97979;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.testimonial-inner-content-txt h4 {
    text-align: right;
    font-weight: 700;
}

.testimonial-inner-content-img img {
    width: 100%;
}


.testimonial-inner-content-txt {
    display: flex;
    flex-direction: column;
    background: #D9FDFD;
    border-radius: 20px;
    border: 3px solid #3FE2B6;
    width: 600px;
    height: 150px;
    padding: 20px;
    text-align: left;
    justify-content: center;
}

.edit-testimonial {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-user-name {
    font-weight: bold;
}


.testimonial-btn {
    margin-top: 20px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.testimonial-btn>div {
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-btn>div a,
.testimonial-btn>div button {
    width: 200px;
}

.bi-pencil-square,
.bi-trash3-fill {
    /* position: relative;*/
    cursor: pointer;
}

.edit-testimonial-icons button {
    padding: 2px 10px;
    background: #4a9ea7;
    border-radius: 6px;
    border: 1px solid #90b7bb;
    color: white;
}

.edit-testimonial-icons button:hover {
    background: #6ec9f3;
}

.edit-testimonial-icons button i {
    font-style: normal;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
}

a.testimonial-thum {
    text-decoration: none;
    color: #333;
}

.edit-testimonial-icons {
    display: flex;
    gap: 5px;
    position: relative;
}






.testimonial>.graphic-1 {
    left: 10px;
    bottom: 10px;
    height: 10px
}

.testimonial>.graphic-3 {
    left: 100px;
    top: 50px;
    height: 50px;
    width: 70px;
}


.testimonial>.graphic-5 {
    right: 10px;
    bottom: 10px;
    width: 145px;
    height: 100px;
}

.testimonial>.graphic-6 {
    right: 120px;
    bottom: 200px;
    width: 110px;
    height: 143px;
}

.testimonial-inner-holder>.graphic-1 {
    bottom: 10px;
    height: 10px;
    transform: rotateX(180deg) rotatez(180deg);
    right: 40px;
}

.testimonial-inner-holder>.graphic-3 {
    top: 20px;
    height: 30px;
    right: 50px;
    width: 40px;
}

/*.testimonil-update-header{
    display:flex;
}
*/

.testimonil-update-header {
    display: grid;
    grid-template-columns: 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33%;
}

.testimonil-update-header>.subPage__mainTitle,
.testimonil-update-header>.subPage__subTitle {
    display: flex;
    justify-content: center;
    background: #02518e;
    align-items: center;
    grid-column: span 6;
    width: auto;
    height: 200px;

}

.testimonial-detail-img {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: auto auto;
    gap: 20px;
}

.testimonial-detail-img img {
    width: 180px;
    height: 180px;
    border-radius: 100px;
}

.testimonial-detail-cont {
    width: 80%;
    margin: auto;
    padding: 30px 0;
    line-height: 28px;
    text-align: justify;
    border-bottom: 1px #02518e dashed;
}

.testimonil-update-header>.subPage__subTitle {
    background: #e4f7fc;
    grid-column: span 5;
}

.testimonil-update-header>.blueDiv {
    background: #02518e;
    height: 200px;
    width: auto;
}

.testimonil-update {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 100px;
    background: #f9f6f6;
}

.testimonil-update_form {
    display: grid;
    grid-template-rows: auto;
    width: 80%;
    gap: 50px;
    border: 1px solid #b4d0d7;
    padding: 2em;
    border-radius: 20px;
    background: #e6f2f5;
}

.updateTestiDlt textarea {
    width: 100%;
    border: 1px solid #ccc;
    min-height: 100px;
    margin-left: 20px;
    padding: 10px;
}

.updateTestiDlt {
    display: flex;
    align-items: center;
}

.browseImage {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: left;
    gap: 10px;
    align-items: center;
}

.browseImage p {
    margin: 0;
    padding: 0;
}

.browseImage img {
    width: 50px;
    border: 1px solid;
    border-radius: 25px;
}

.all-testimonial {
    display: grid;
    background: linear-gradient(90deg, #FE8F66 50%, #D9FDFD 50%);
    align-items: center;
    grid-template-columns: 50% 50%;
    gap: 50px;
    padding: 50px;
    margin: 50px 0px;
}

.all-testimonial-inner-holder {
    position: relative;
}

.all-testimonial-inner-content {
    display: grid;
    grid-template-columns: 20% 20% 20% 20%;
    gap: 10px;
}

.all-testimonial-inner-content-img {
    align-items: center;
    display: flex;
}

.all-testimonial-inner-content-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.all-testimonial-inner-content-txt {
    display: flex;
    flex-direction: column;
    background: #D9FDFD;
    border-radius: 20px;
    border: 3px solid #3FE2B6;
    padding: 10px 20px;
    text-align: left;
    justify-content: center;
    grid-column: span 3;
    min-height: 140px;
}

.all-testimonial-inner-content_DetailPage {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 10px;
}

.all-testimonial-inner-content-txt_DetailPage {
    display: flex;
    flex-direction: column;
    background: #D9FDFD;
    border-radius: 20px;
    border: 3px solid #3FE2B6;
    padding: 20px;
    text-align: left;
    justify-content: center;
    grid-column: span 2;
}

.all-testimonial-inner-content-img_DetailPage {
    align-items: center;
    display: flex;
}

.all-testimonial-inner-content-img_DetailPage img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-update-buttons {
    display: flex;
}


.all-testimonial-inner-holder:nth-child(even)>.all-testimonial-inner-content>.all-testimonial-inner-content-txt {
    background: #fe8f66;
}

.all-testimonial-inner-holder:nth-child(even)>.all-testimonial-inner-content>.all-testimonial-inner-content-txt>.edit-testimonial>.edit-testimonial-icons button {
    background: #b94949;
    color: #fff;
    border: #bb6343 1px solid;
}

.all-testimonial-inner-holder:nth-child(even)>.all-testimonial-inner-content>.all-testimonial-inner-content-txt>.edit-testimonial>.edit-testimonial-icons button:hover {
    background: #cf7a5b;
}

.all-testimonial-inner-holder:after {
    content: '';
    height: 2px;
    width: 90%;
    position: absolute;
    background: #bf755a;
    bottom: -25px;
}

.all-testimonial-inner-holder:nth-child(even):after {
    background: #9ac1c1;
}

.testimonial-update-sms {
    position: absolute;
    transform: translate(-50%, -50%) !important;
    top: 50%;
    left: 50%;
    width: 60vw;
    padding: 1em;
}

.testimonial-update-sms-innerCont {
    padding: 30px;
    border: 10px solid #60b0f5;
}

.modal-dialog.testimonial-update-sms::before {
    content: '';
    width: 200%;
    height: 330%;
    position: fixed;
    background: #000000db;
    top: -120%;
}


/*      Journal Club        */
/*     google translate     */
.divTranslate {}

.goog-te-combo {
    background: #02518e;
    color: white;
    padding: 1em;
    border-radius: 10px;
    text-align: center;
}


.divTranslate {
    width: 50vw;
}

.skiptranslate.goog-te-gadget {
    text-align: center;
}

.gpvlogo-div {
    display: flex;
    justify-content: end;
}


#secdNav font,
.on24Thumb h3 font,
.pre-sessions font,
#aOpenFile font,
.SS__profiledisc font,
.SS__profileName font,
.SS__profileFunArea font,
.ss__readmore font,
.gc__title font,
#divMonths li font,
.MM__latestRelease font,
.answer font,
.question font {
    font-size: 12px;
}

a.info.arhclick font,
.on24Thumb p font,
form#filterConferenceData font,
.gc__locationFollw font,
.linksSection font {
    font-size: 11px;
}

.gc__dateLocation font,
.carousel-inner.w-90 font {
    font-size: 10px;
}

a#aOpenFile {
    padding: 1em;
    border: 1px solid;
    border-radius: 5em;
    display: block;
}

.covid__icon font:last-child {
    margin-left: 2px;
}


.conference-label-txt {
    padding: 3px 5px;
    border-radius: 4px;
    background: #00b9ff;
    color: white;
    position: absolute;
    font-size: .8em;
    text-align: center;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
    top: -15px;
    letter-spacing: 1px;

}

.conference-label-txt:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #00b9ff;
    position: absolute;
    transform: rotate(45deg) translate(-50%, 0px);
    left: 50%;
    margin-top: 12px;
    z-index: -1;
}

.gc__dateLocation font {
    font-size: 8px;
    font-weight: 800;
}

.gc__title font {
    font-size: 10px;
}

li.mentor font,
li.mentee font {
    font-size: 12px;
    font-weight: 800;
}

.takePadgeArea {
    width: 100%;
    min-height: 150px;
    background: #d1f1fc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pledgeBtn {
    padding: 10px 40px;
    background: #048ce2;
    border-radius: 20px;
    color: white !important;
    font-size: .9em;
    cursor: pointer;
}

@media print {
    body * {
        visibility: hidden;
        -webkit-print-color-adjust: exact !important;

    }

    #printBtn {
        visibility: hidden !important;
        -webkit-backface-visibility: hidden !important;
        -moz-backface-visibility: hidden;
        -webkit-appearance: none;
        display: none !important;
        height: 0 !important;
        width: 0 !important;
    }

    .download-btn {
        display: none !important;
        visibility: hidden !important;
        -webkit-backface-visibility: hidden !important;
        -moz-backface-visibility: hidden;
        -webkit-appearance: none;
        height: 0 !important;
        width: 0 !important;
    }

    #page-wrapper * {
        visibility: visible;
        text-align: left;
        -webkit-print-color-adjust: exact !important;
    }
}



.pandemic-Stories-userPic img.profilePic {
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-radius: 20px;

}


.padStrPic {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.ss__destials .profilePic {
    width: 57px;
}

a.showTitle.primeryBtn {
    width: 160px;
    text-align: center;
    border-radius: 50px;
    font-size: 1em;
    margin: .5em 0;
}

li.label_LSM {
    color: #f2784b !important;
    font-weight: 100 !important;
    display: flex;
    align-items: center;
    font-size: .8em;
    height: 35px;
}



/*      GPV Wellbeing      */

.wellBeingSlider-txt {
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: center;
    transform: translate(-50%);
}

.logyourAct {
    background-color: #dcfff8;
    background-image: url(../images/dot-bg.png);
    background-repeat: no-repeat;
    color: #012D4E;
}

.wellBeingSlider-txt p {
    margin-bottom: 30px;
    letter-spacing: 3px;
    text-shadow: 2px 2px 4px #000;
}

.wellbeing-subpage-slider {
    width: 600px;
    height: 460px;
    background-color: aquamarine;
    overflow: hidden;
}

.wellbeing-subpage-slider>div {
    position: relative;
    width: 100%;
    height: 460px;
    display: flex;
    justify-content: center;
}

.wellbeing-subpage-slider-txt {
    position: absolute;
    width: 100%;
    background: rgb(0 0 0 / 80%);
    color: white;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1em;
}

.wellbeingPrimaryImg {
    width: 55vw;
    height: 460px;
    display: flex;
    align-content: space-around;
}

.wellbeing-Stories {
    width: 288px;
    height: 286px;
    margin: 0.5em;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 10%);
}

p.wellbeing-Stories-userName {
    font-size: .9em;
    font-weight: 800;
    letter-spacing: 1px;
    background: #76BCF1;
    padding: 1em;
    color: #333333;
}

.wellbeing-Stories:nth-child(2n+1) {
    background: #D4DCFC
}

.wellbeing-Stories:nth-child(2n+2) {
    background: #E5D5FF
}

.wellbeing-Stories:nth-child(2n+3) {
    background: #D4FCF0
}



.wellbeing-Stories:nth-child(2n+1) p {
    background: #76BCF1;
    width: 100%;
}

.wellbeing-Stories:nth-child(2n+2) p {
    background: #BC9FEB;
    width: 100%;
}

.wellbeing-Stories:nth-child(2n+3) p {
    background: #76F1CC;
    width: 100%;
}

.wellbeing-Stories:nth-child(2n+4) {
    background: #F9E8E8;
}

.wellbeingCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wellbeing-Stories-icon {
    padding: 30px;
    height: 160px;
}

.wellbeing-btn-holder {
    display: flex;
}

.wellbeing-gallery {
    width: 100%;
    padding: 0 20px;
}


.wellbeing-gallery ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 5px;
}

li.wellbeing-gallery-list {
    height: 200px;

}

.wellbeing-gallery-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #F4FCFA;
    padding-bottom: 3em;
}







.score-holder {
    display: flex;
}

.otsukaScore-chart {
    margin-left: -150px;
}

.myScore-chart,
.otsukaScore-chart {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.myScore-chart-report,
.otsukaScore-chart-report {
    display: flex;
}

.scoreReport {
    width: 60%;
    margin-top: -140px;
    text-align: center;
}

.scoreReport>div {
    display: flex;
    justify-content: center;
}

.scoreReport a {
    font-size: .9em;
    text-decoration: none;
}

button.fc-next-button.fc-button.fc-state-default.fc-corner-right,
button.fc-prev-button.fc-button.fc-state-default.fc-corner-left {
    background: transparent;
    border: navajowhite;
    box-shadow: none;
}

button.fc-next-button.fc-button.fc-state-default.fc-corner-right {
    right: 0px;
}

button.fc-prev-button.fc-button.fc-state-default.fc-corner-left {
    left: 0px;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0em !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em;
    background: #F5BDBD;
}

.fc-button-group {
    display: flex !important;
    width: 100%;
    justify-content: space-between;
}

.fc-toolbar .fc-left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fc-toolbar.fc-header-toolbar {
    position: relative;
}

.fc-toolbar .fc-center {
    position: absolute;
    left: 50%;
    transform: translate(-50%);

    font-weight: bold;
}

.fc-basic-view .fc-body .fc-row {
    height: 34px !important;
    min-height: 20px !important;
}

span.fc-day-number {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    font-size: 12px;
}

.fc td,
.fc th span {
    font-size: 12px;
}

.fc .fc-toolbar h2 {
    font-weight: bold;
    font-size: .9em;
    text-transform: uppercase;
}

.fc-scroller.fc-day-grid-container {
    height: 100% !important;
}

a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
    margin-top: -36px;
    width: 37px;
    margin-left: 0px;
    height: 32px;
    border-radius: 0;
    background: rgb(168 89 89 / 52%);
}



p#pDetails,
p#pDetails>div>p {
    background: transparent;
}

.close {
    color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.wellbeing-Stories>a {
    text-decoration: none;
}

.viewActivity>div {
    width: 70%;
    margin: 20px auto;
}

.closeLogAct {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.modal-body p {
    background: transparent !important;
}

.calender-pop-close {
    margin-top: -15px;
    margin-right: -10px;
}

ul#adminlist {
    list-style: none;
}

.updateActDlt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.updateActDlt label {
    width: 250px;
    text-align: left;
}

p#SelectActivity,
p#SelectTime,
input#ActivityDate,
input#CaloriesBurnt {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    width: 220px;
}

.wellBeing_back {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 20px;
}


@media (max-width:767px) {

    p.psw-home-link img {
        width: 45%;
    }



    #loginPage {
        align-items: inherit;
        background-color: hsl(200deg 92% 63%)
    }

    .loginHold {
        width: 90%;
        display: flex;
        flex-direction: column;
        background-image: none;
    }


    .login-certificate-icon ,

    .login-design-card-icon,

    .login-game-icon,
    .login-icon ,

    .login-news-icon ,

    .login-podcast-icon ,

    .login-psw-logo ,


    .bg-ele-TL,
    .bg-ele-TR,
    .bg-ele-BR,
    .bg-ele-small,
    .bg-ele-mid,
    .bg-ele-big {
        display: none;
    }

    .tradi-btn,
    .sso-btn {
        font-size: 12px;
    }

    .loginHold .login-content h3 {
        text-align: center;
        font-size: 1em;
    }



    .inputUserId input,
    .inputPass input {
        margin-top: 0px;
    }


    .inputUserId label,
    .loginPass label {
        display: none;
    }

    .inputUserId,
    .inputPass {
        justify-content: center;
    }

    .loginRemember {
        flex-direction: column;
    }

    .tradi-sso,
    .tradi-sso-select {
        height: 54px;
        border-radius: 27px;
    }

    .slogansubMess1 {
        border: 10px solid #5fc5ec;
        padding: 40px 20px;
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5s;
        animation-name: fade;
        animation-duration: 1.5s;
        opacity: 1;
    }

    .slogansubMess1 p {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .otsuka-logo::before {
        margin: 50px 0px;
    }

    .gpv-logo::before {
        margin: 50px 40px;
    }

    .loginHold {
        height: auto;
    }

    .login-instruction {
        margin-bottom: 10px;
    }

    .mrq-text {
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .gvpri__alerts ul li a {
        font-size: 14px;
    }

    .gvpri__alerts ul {
        padding: 0.5em;
    }

    .max-width-767 {}
}






@media only screen and (max-width: 320px) {


    .mob-mg-btm-20 {
        margin-bottom: 20px;
    }

    .deskView {
        display: none !important;
    }

    .mobView {
        display: block !important;
    }

    .mob-rm {
        display: none !important;
    }

    .mob-100 {
        width: 100%;
    }

    body.overFlowhidden {
        overflow: auto;
        background: #4abcf7 !important;
        padding-bottom: 20px !important;
    }

    #loginPage {
        max-width: 100%;
        height: 100%;
    }

    .loginHold {
        width: 100%;
        height: auto;
    }

    .loginHold .logohold {
        padding: 0px;
    }

    .gpv-logo::before {
        margin: 27px 10px;
    }

    .otsuka-logo {
        display: flex;
        justify-content: flex-end;
    }

    .otsuka-logo::before {
        margin: 35px 2%;
    }

    .tradi-sso-select-right {
        left: 50%;
    }

    .userID,
    .loginPass,
    .inputUserId input,
    .inputPass input,
    .login-instruction {
        width: 100%;
        font-size: 14px;
        margin-top: 5px;
    }

    .tradi-sso,
    .userID {
        width: 310px;
    }

    .loginHold .logohold .gpv-logo,
    .loginHold .logohold .otsuka-logo {
        width: 50%;
        margin: 0px;
    }

    .inputUserId,
    .inputPass {
        width: 75%;
    }

    .loginRemember {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
        align-items: center;
    }

    .login-instruction p {
        width: 90%;
    }

    .userID,
    .loginPass,
    .inputUserId input,
    .inputPass input {
        height: 50px;
    }

    .login-instruction {
        margin-top: 15px;
    }

    .tradi-sso,
    .tradi-sso-select,
    .tradi-btn,
    .sso-btn {
        height: 50px !important;
        text-align: center;
    }

    /*      Header      */
    h1 {
        font-size: 1.25em;
    }

    .lh36 {
        line-height: 26px;
    }

    p {
        font-size: .9em;
    }

    .lh28 {
        line-height: 22px;
    }
    .lh26 {
        line-height: 16px;
    }

    header {
        max-width: 320px;
        flex-direction: column-reverse;
        padding: 20px 0;
        height: auto;
    }

    .menu {
        left: -110%;
        top: 265px;
    }

    .showMenu {
        left: 0;
    }

    nav {
        width: 100%;
    }

    .headerLogo {
        width: 100%;
        justify-content: center;
    }

    .divTranslate {
        margin: 20px 0;
    }


    /*      Home Page       */
    .primaryCont {
        flex-direction: column;
    }

    .primaryTxt,
    .primaryImg {
        width: 100%;
    }

    .primaryImg {
        height: 165px;
    }

    #homeImage {
        height: 165px;
        top: 0px;
    }

    .slider {
        height: 165px;
    }

    .rightPad {
        display: none
    }

    .pageImg,
    .eModulePageImg,
    .headerImg {
        width: 100% !important;
        text-align: center;
    }

    .pageImg img,
    .eModulePageImg img,
    .headerImg img {
        width: 100%;
        height: auto;
    }

    img .homeSliderImg {
        height: auto;
    }

    div#IntroTextHome {
        height: auto;
        margin-top: 20px;
    }

    .homeImgDis {
        padding: 10px !important;
    }

    .homeImgDis h3 {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .homeImgDis p {
        font-size: 14px !important;
        line-height: 19px !important;
        margin: 10px !important;
        display: none;
    }

    .slider .controll {
        width: 20px !important;
        height: 20px !important;
    }

    .slider .controll:first-of-type {
        left: 10px !important;
    }

    .slider .controll:last-of-type {
        right: 10px !important;
    }

    .slider ol {
        margin-top: -25px !important;
    }

    .secdNav ul li {
        width: 33.33%;
        font-size: 14px;
    }

    .secdNav ul li a {
        font-size: 14px;
    }

    div#IntroTextAboutUs {
        height: auto;
        z-index: -1;
        margin-top: 20px;
    }

    #IntroTextAboutUs p {
        font-size: 13px;
        line-height: 18px;
        margin-top: 20px;
        margin-bottom: 0;
    }

    #aboutImage {
        height: 165px;
        background-size: contain;
        top: 0px;
        background-position: center;
        background-color: #55d2fe;
    }

    .sucstybg {
        width: 100%;
    }

    .pageTitle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .successStory {
        padding: 0
    }

    .sucstybg {
        width: 100%;
        height: 270px;
    }

    div#banner {
        width: 100%;
        height: 150px;
    }

    #banner ul {
        height: 150px;
    }

    .storyCont {
        width: 100%;
        height: 168px !important;
    }

    li.tool-tip {
        height: 150px !important;
    }

    .SSprev {
        top: 0px;
        right: -8px;
    }

    .SSnext {
        bottom: -15px;
        right: -8px;
    }

    ul#SSlistHold {
        width: 25px;
    }

    .GPVMailBox-Home-cont p {
        font-size: 1.1em;
        text-align: center;
    }

    .GPVMailBox-Home-cont {
        padding: 0 0 0 5px;
    }

    .GPVMailBox-Home-img {
        background-image: url(../Images/GPVmailBox-home.jpg);
        width: 200px;
        height: 82px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: bottom;
    }

    .whatsNew {
        height: 240px;
    }

    #WhatsNew {
        width: 100%;
        height: 110px;
    }

    #WhatsNew a {
        padding: 0 10px;
        width: 100%;
        display: block;
    }

    .wnPagination {
        height: 15px;
    }

    #WhatsNew ul {
        height: 90px;
    }

    ul#wnListHold {
        height: 20px !important;
    }

    .ststusBar {
        flex-direction: column;
        height: 370px;
    }

    .eModulestatus,
    .newsStaus,
    .PVComStatus {
        font-size: 1.1em;
    }

    #eModuleCount,
    #NewsletterCount,
    #PVCount {
        font-size: 2em;
        margin-top: 5px;
    }

    ul.row.home-img-glry{
        grid-template-columns:repeat(1, 300px);
    }

    .arch {
        height: auto;
        padding: 5px;
    }

    ul.row {
        width: 100%;
        display: grid;
        grid-template-columns: auto auto;
        list-style: none;
        grid-gap: 5px;
        height: auto;
    }

    ul.row::after,
    ul.row:before {
        display: none;
    }

    /*  .arch ul li {
        float: none;
        margin: 0;
        width: 100%;
        height: auto;
    }*/

    .hovereffect .overlay {
        padding: 0;
    }

    .modal-dialog {
        width: 94%;
    }

    .hovereffect .overlay h2,
    .hovereffect .overlay p {
        display: none;
    }



    p.gImgPostDate {
        font-size: 10px;
        margin: 0;
    }

    .hovereffect a.info {
        font-size: 10px;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
    }

    footer {
        flex-direction: column;
        height: auto;
        padding: 0;
        padding-bottom: 20px;
    }

    footer ul {
        width: 100%;
        display: grid;
        height: auto;
        text-align: center;
        grid-template-columns: auto auto;
        padding: 20px 0;
        grid-gap: 10px
    }

    .copyRight {
        width: 100%;
        padding-right: 0;
        justify-content: center;
    }

    .homeImgGallery {
        padding: 0 5px 20px;
    }


    /*      Contact US      */
    .contactus__form form {
        margin-bottom: 50px;
    }

    .contactus__form {
        width: 96%;
        padding: 2%;
    }

    .contactus__formFields {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .contactus__inputtxt {
        margin: 0;
        width: 100%;
    }

    textarea#Content {
        width: 100%;
    }

    .contactus__inputarea {
        width: 100%;
        padding: 10px;
    }

    .primeryBtn2 {
        width: 280px;
    }

    #divLatestRelease h2 {
        font-size: 14px;
        margin: 0px 0 10px;
        line-height: 21px;
    }


    /*      Emodule     */

    .eModuleprimaryTxt {
        width: 100%;
    }

    .edu__jcarea.my-4.py-5 {
        margin-top: 0 !important;
        padding: 0 20px;
        margin-bottom: 0 !important;
    }

    .col-md-3.eud-general-link {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .primeryBtn.f-3 {
        font-size: 14px !important;
    }

    .linksSection {
        width: 100%;
        display: grid;
        grid-template-columns: 100%;
    }

    .linksSection ul {
        width: 100%;
        margin: 0;
    }

    ul#pledgelistingContainer {
        grid-template-columns: 100%;
    }

    .eModulpageTxt {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    a.carousel-control-next.w-5,
    a.carousel-control-prev.w-5 {
        width: 50px !important;
        right: -24px;
        top: 54%;
    }

    a.carousel-control-prev.w-5 {
        left: -25px;
    }

    .jc-carousel>.carousel-inner {
        height: 150px;
    }

    .edu-ebook nav>ul>li>a {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    ul#pledgelistingContainer li.col-md-3 {
        max-width: 100%;
    }

    .latest_release {
        height: auto;
    }

    .mrgTop20.divLatestReleaseBTN {
        margin-top: 0;
    }

    .eModule__search {
        flex-direction: column;
        gap: 5px;
        padding: 10px;
    }

    .elrm ul.multiselect-container.dropdown-menu,
    .elrm .multiselect-container li a {
        width: 250px;
    }

    .eModule__inputForm,
    .eModule__Catelog {
        width: 100%;
        display: grid;
        gap: 5px;
    }

    .glbSerch input#txtModuleSearch,
    span.multiselect-selected-text {
        font-size: 14px;
        text-align: center;
    }

    .eModule__bg,
    .eModule__slideHold,
    .eModule__pageTitle,
    .elmSlider,
    .eLearnDtls .filmstrip-top,
    .eLearnDtls .elmSlider {
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
    }

    .eLearnDtls {
        height: 150px;
    }

    .eLearnDtls .filmstrip .item a {
        height: 110px;
    }

    div#filmstrip {
        height: 150px;
        display: grid;
        grid-template-columns: 75% 25%;
    }

    .eModule__nextBtn {
        bottom: -114px;
    }

    .eLearnDtls .filmstrip-thumbs {
        width: 65px;
        margin-top: 17px;
        overflow: hidden;
        margin-left: 5px;
    }

    .eModule__nextPrevBtn,
    .eModule__prevBtn,
    .eModule__nextBtn {
        width: 70px;
        height: 36px;
    }

    .eModule__pageTitle {
        height: 65px;
    }

    .eLearnDtls .filmstrip-inner {
        height: 110px;
    }

    .filmstrip-top {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .eLearnDtls .filmstrip .thumb {
        width: 60px;
        height: 30px;
    }

    .survey-bg {
        width: 100%;
        padding: 0 10px 30px;
        box-sizing: border-box;
    }

    #module-container1 {
        width: 80%;
    }

    #module-container1 ul {
        margin-bottom: 10px !important;
    }



    /*      Global Conference       */

    .gc__calanderView {
        flex-direction: column-reverse;
        height: auto;
    }


    .gc__eventView {
        width: 100%;
    }

    div#divMonths {
        width: 100%;
        border-right: none;
        padding: 10px 15px;
    }

    .gc__calenderTitle {
        border-bottom: none;
    }

    .singleEvent .gc__locationFollw .gc__followBtn a {
        font-size: .8em;
        display: flex;
        align-items: center;
    }

    #filterConferenceData .primeryBtn2 {
        width: inherit;
        margin: 0;
    }

    #filterConferenceData:first-child .primeryBtn2 {
        margin-left: 5px;
    }

    #divMonths ul {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        grid-gap: 5px;
        padding: 10px;
    }

    #divMonths li {
        width: 100%;
        background: white;
        height: 30px;
        border-radius: 30px;
    }

    #divMonths li a {
        color: #337ab7;
        font-size: 14px;
    }

    div#divMonths::before {
        display: none;
    }

    #divMonths li.highlightDate {
        background: rgba(2, 81, 142, 0.64);
    }

    #divMonths li.highlightDate a {
        color: white;
    }


    form#filterConferenceData {
        display: grid;
        grid-template-columns: 100%;
        gap: 5px;
    }

    .gc__SearchByKeyword.width15P {
        width: 100% !important;
    }

    .gc__SearchByKeyword {
        width: 100%;
    }

    .gc__conferences {
        width: 100%;
        height: 300px;
    }

    .gc__bg {
        width: 100%;
        align-items: baseline;
        background-size: cover;
        background-color: #d6d6d6;
        background-blend-mode: soft-light;
        height: 400px;
    }

    .gc__pageTitle {
        width: 100%;
    }

    .gc__list {
        background-color: white;
        border-radius: 20px;
        padding: 5px;
    }

    .gc__title a {
        font-size: 12px;
        line-height: 18px;
    }

    .conference-label-txt {
        display: none;
    }

    .gc__dateLocation {
        padding: 0;
    }

    .gc__location {
        margin-right: 1em;
    }

    .gc__btmmsg {
        padding: 10px;
    }

    .singleEven-title a {
        color: #011524;
        font-size: 1.25em;
    }

    .gc__location i {
        font-size: 12px;

    }

    .gc__events {
        padding: 0 10px;
        height: 200px;
    }

    .gc__locationFollw {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .height-auto {
        height: auto !important
    }

    /*      GPV Mentorship      */

    .MM__latestRelease {
        height: 300px;
        padding: 0 5px;
    }

    .MMM__LatestRelease_holder {
        grid-gap: 5px;
    }

    .MMM__LatestRelease_holder {
        margin: 0 20px 20px;
    }

    .MM__latestRelease p {
        margin-bottom: 10px;
        margin-left: 0;
    }

    .MMM_click {
        padding: 0 !important;
    }

    .MMM__LatestRelease img {
        width: 85px;
    }

    a#aLR {
        padding: 10px 20px;
    }

    .MentorLogo {
        margin-top: 0;
        width: 90%;
    }

    .edu__links.mentorMentee-container {
        padding: 0;
    }

    .participantsHeader {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mentorMenteeList>ul {
        display: grid;
        margin: 0;
    }


    .pdg-mtr {
        padding: 0;
    }

    .MM__VideoArea .container a.carousel-control-next.w-5,
    .JC__VideoArea .container a.carousel-control-next {
        right: -10px;
    }

    .MM__VideoArea .container a.carousel-control-prev.w-5,
    .JC__VideoArea .container a.carousel-control-prev {
        left: -10px;
    }

    img.mentorship-img {
        width: auto;
    }

    .item .question h4 {
        margin-right: 20px;
    }

    .item .answer,
    .item .answer ul li {
        font-size: 14px;
        line-height: 22px;
    }

    .MM__VideoArea {
        padding: 0 10px;
    }

    .MM__VideoArea>.container {
        padding: 0 !important;
    }

    .col-md-6 {
        max-width: 100% !important;
    }

    .edu__links {
        width: 100%;
        padding: 0 10px !important;
    }

    .MM__VideoArea>.container>a.carousel-control-prev {
        right: -25px;
    }

    .testimonial {
        padding: 5px;
    }

    .testimonial-inner-holder {
        width: 100%;
    }

    .testimonial-inner-content-img {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        margin-right: 5px;
    }

    .testimonial-inner-content-img img {
        width: 50px;
        height: 50px;
    }

    .testimonial-inner-content-txt {
        width: 230px;
        padding: 10px;
        height: auto;
    }

    .NoteText {
        margin: 0;
    }

    .edit-testimonial-icons {
        display: grid;
        grid-template-columns: auto auto;
        grid-gap: 5px;
    }

    .edit-testimonial h5 {
        font-size: 12px;
    }

    .edit-testimonial-icons button {
        padding: 2px 5px;
        font-size: 12px;
    }

    .testimonial-inner-holder>.graphic-3 {
        right: 4px;
        top: 10px;
    }

    .testimonial-btn {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding-bottom: 10px;
    }

    .testimonial>.graphic-5,
    .testimonial>.graphic-1 {
        display: none;
    }

    .wps__pledgepopupCont {
        flex-direction: column;
    }

    .wps__pledgePic {
        width: 100%;
        margin-left: 0px;
    }

    .wps__pledgepopupCont {
        padding: 10px 0;
    }

    .wps__pledgepopupCont label {
        width: 100%;
    }

    .wps__pledgeinputArea {
        width: 100%;
        margin-left: 0;
    }

    .wps__pledgeSubmit button {
        margin-top: 0;
    }

    .upload-tm-close {
        margin: 13px 13px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .close span {
        margin-top: -3px;
    }

    .all-testimonial-inner-content-img {
        width: 50px;
        height: 50px;
        margin: 0;
    }

    .testimonil-update-header {
        grid-template-columns: 100%;
    }

    .all-testimonial-inner-content-img img {
        width: 50px;
        height: 50px;
    }

    .all-testimonial-inner-content {
        grid-template-columns: 50px 250px;
        align-items: center;
        justify-content: center;
    }

    section.all-testimonial {
        grid-template-columns: 100%;
    }

    .all-testimonial-inner-content-txt {
        grid-column: span 1;
    }

    .testimonial-detail-cont {
        line-height: 24px;
    }

    .testimonial-detail-img img {
        width: 50px;
        height: 50px;
    }

    .testimonil-update-header>.subPage__mainTitle,
    .testimonil-update-header>.subPage__subTitle {
        height: 100px;
        padding: 0 10px;
    }

    .testimonil-update {
        padding: 10px;
    }

    .testimonil-update_form {
        width: 100%;
        padding: 10px;
    }

    .updateTestiDlt {
        flex-direction: column;
    }

    textarea#Description {
        margin-left: 0;
    }

    .browseImage {
        grid-template-columns: 100%;
    }

    .btnUpdatetestimonial-back {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*      GPV Wellbeing       */

    .wellbeing.primaryImg,
    .wellbeingPrimaryImg {
        width: 100%;
        height: 235px;
    }

    .wellbeing.homeImage,
    .wellbeing-subpage-slider>div {
        height: 245px !important;
    }

    img.wellbeingSliderImg,
    .wellbeing-subpage-slider>div>img {
        width: 100% !important;
        height: auto !important;
    }

    .wellbeing.slider,
    .wellbeing-subpage-slider {
        height: 245px !important;
    }

    .wellbeing-subpage-slider-txt p {
        padding: 10px 0;
        margin: 0;
    }

    .wellBeing.controll::after {
        top: -1px !important;
        width: 50px !important;
        left: -7px !important;
    }

    .wellBeing-filters {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        padding: 10px;
    }

    .primeryBtn2.wellBeing-search-btn {
        margin: 0;
        padding: 0;
        width: 280px;
    }

    button#imgBackTopic {
        margin: 0;
    }

    .wellBeing.controll txt.pre {
        top: -22px;
        font-size: 12px;
        left: 0px;
    }

    .wellBeing.controll txt.next {
        font-size: 12px;
        left: 53px;
        top: -30px;
    }

    .logyourAct.py-2 {
        width: 100%;
    }

    .score-holder {
        width: 100%;
    }

    .myScore-chart {
        width: 100%;
    }

    .otsukaScore-chart {
        width: 100%;
        margin-left: -330px;
        margin-top: 200px;
    }

    .yoga-img {
        display: none;
    }

    .scoreReport {
        width: 100%;
        margin-top: 20px;
    }

    .activity-log-btn {
        flex-direction: column;
        align-items: center;
        gap: 5px;
        width: 100%;
    }

    .activity-log-btn>div>button {
        margin: 0px;
    }

    .pandemicStory-holder {
        flex-direction: column;
    }



    .wellbeing.GalleryModal {
        width: 300px;
    }

    .wellbeing-btn-holder {
        flex-direction: column;
        gap: 5px;
    }

    .viewActivity>div {
        width: 100%;

    }

    .updateActDlt {
        flex-direction: column;
    }

    .updateActDlt label {
        width: auto;
    }

    .wps__formatmsgForEditPage {
        margin-left: 0;
        width: 100%;
        justify-content: center;
        padding: 0 10px;
    }

    .dataTables_wrapper {
        display: flex;
        flex-direction: column;
    }

    .dataTables_length,
    .dataTables_filter {
        width: 100% !important;
    }

    .dataTables_filter input {
        min-width: 250px !important;
    }

    .col-12.d-flex.justify-content-between.activityDlt-back {
        justify-content: center;
    }

    .wellBeing_back {
        margin-top: 20px;
        justify-content: center;
        width: 100%;
    }



    .wellbeing-gallery-holder {
        padding: 10px;
    }

    .wellbeing-gallery-holder h1 {
        margin: 30px 0 40px;
    }

    .open>.dropdown-menu {
        left: 50%;
        min-width: 280px;
        transform: translate(-50%);
    }




    /*      Journal Club   */


    .JC__VideoArea {
        padding: 0 10px;
    }

    .JC__VideoArea .container {
        padding: 0 !important;
        width: 100%;
    }

    .on24Thumb {
        width: 99% !important;
        min-height: 287px !important;
    }

    .mte__SearchByKeyword {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 10px;
        width: 280px;
    }

    .nl__selectBy {
        width: 280px;
        margin: 0;
    }

    .jc-filter-holder {
        display: grid;
        grid-gap: 10px;
    }

    .upcoming-session {
        flex-direction: column;
    }

    .upcoming-session>.session-thum-img {
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .upcoming-session>.session-thum-details {
        max-width: 100%;
        padding-top: 20px;
        width: 100%;
    }

    .upcoming-session>.session-thum-details h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .session-thum-disc p a {
        font-size: 14px;
    }

    .mte_selectBySpeaker.filters-border,
    .mts__selectByYear {
        width: 280px;
        margin: 0 auto;
    }

    button#imgSearchMeeting,
    button#imgResetMeeting {
        margin-left: 0;
        margin-right: 0;
    }

    .session-s.f-1.f-color-2.d-flex.align-items-center {
        display: grid;
        grid-template-columns: 100%;
    }

    .session_details.d-flex.ml-1 {
        display: grid;
        grid-template-columns: auto auto;
        margin-left: 0;
    }

    .session_details.d-flex.ml-1>div {
        margin: 0;
        padding: 0;
    }


    /*      News Letter     */
    .nl__LatestRelease {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;

    }

    .news__latestRelease {
        height: 380px;
        background-blend-mode: exclusion;
    }

    .nl__LatestRelease h1,
    .nl__LatestRelease h2,
    .nl__LatestRelease p,
    .nl__moduleTitle h1,
    .nl__moduleTitle p {
        text-shadow: 1px 1px 3px black;
    }

    #nSpotlight {
        font-size: 14px;
        padding: 0 5px;
        margin: 0;
    }

    .nl__moduleTitle h1 {
        font-size: .8em;
    }

    p#nTitle {
        margin: 0;
    }

    form#myFormNewsletter {
        flex-direction: column;
        gap: 5px;
    }

    form#myFormNewsletter>div {
        margin: 0;
    }

    .nl__bg {
        height: 250px;
    }

    /*      Compliance Metrics*/

    .PVComplianceMetr__slider {
        height: 265px;
    }

    .RI__bg {
        width: 100%;
        height: 390px;
        padding: 10px;
        align-items: center;
    }

    .PVComplianceMetr__pdfContainer {
        width: 100%;
        height: 290px;
        margin-right: 0;
    }

    .PVComplianceMetr__pdfContainer .pdf {
        width: 75%;
        height: 270px;
    }

    .pv__countrydiv {
        width: 25%;
        padding-left: 5px;
    }

    .pvcm h3 {
        font-size: 10px;
    }

    .PVComplianceMetr__pageTitle {
        width: 100%;
        padding: 0 10px 10px;
    }

    /*      Regional PV Information     */

    .reginalPVI__latestUpdate {
        height: auto;
        padding: 20px 0;
    }

    .reginalPVI__latestUpdateContent {
        margin-top: 0;
    }

    .reginalPVI__search form {
        flex-direction: column;
        gap: 5px;
    }

    .reginalPVI__bg {
        width: 100%;
        height: 440px;
        padding: 0 5px;
    }

    .reginalPVI__map {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        height: 350px;
        padding: 0;
        margin-right: 0;
    }

    .regionalPVI_legends {
        flex-direction: column;
        gap: 5px;
        background: none;
    }

    .regionalPVI_legends .EU,
    .regionalPVI_legends .AAP,
    .regionalPVI_legends .JP,
    .regionalPVI_legends .USA {
        position: relative;
        background: white;
        padding: 10px 10px 10px 50px;
        width: 100%;
    }

    .regionalPVI_legends .EU::before,
    .regionalPVI_legends .AAP::before,
    .regionalPVI_legends .JP::before,
    .regionalPVI_legends .USA::before {
        left: 10px;
        top: 5px;
        width: 35px;
        height: 35px;
    }

    .reginalPVI__locationIcon .location-icon1 {
        top: 30px;
        left: 55px;
    }

    .reginalPVI__locationIcon .location-icon2 {
        top: 40px;
        left: 100px;
    }

    .reginalPVI__locationIcon .location-icon3 {
        top: 30px;
        left: 130px;
    }

    .reginalPVI__locationIcon .location-icon4 {
        top: 30px;
        left: 215px;
    }

    .regionalPVI__listimg img {
        max-width: 40px;
    }

    .reginalPVI__locationIcon .location-icon1 img,
    .reginalPVI__locationIcon .location-icon2 img,
    .reginalPVI__locationIcon .location-icon3 img,
    .reginalPVI__locationIcon .location-icon4 img {
        width: 35px;
    }


    .regionalPVInfo {
        flex-direction: column;
    }

    .subPage__mainTitle,
    .subPage__subTitle {
        width: 100%;
    }

    ul.regPVUpdatesList {
        width: 100%;
    }

    .regPVUpdatesList li {
        flex-direction: column;
    }

    .regionalPVI__listimg {
        gap: 5px;
    }

    .regionalPVI__listTxt h2 {
        cursor: pointer;
        font-size: 17px;
        line-height: 24px;
    }

    p.contryButedBy {
        font-size: 12px;
    }

    .regionalPVI__listTxt h2 {
        margin: 0;
    }

    .rinfoLatest>.ri-latest-update {
        width: 100% !important;
    }

    .regionalPVInfoDtl {
        flex-direction: column;
    }

    /*      Success Story       */
    .ss__hearder {
        flex-direction: column;
    }

    #ulSuccessStories {
        display: grid;
        grid-template-columns: 100%;
        padding: 0 !important;
        gap: 10px;
    }

    .ss__destials {
        width: 100%;
        margin: 0;
    }

    .ss__detailsPage {
        flex-direction: column;
        padding: 0;
    }

    .SS-detailsPageImg,
    .SS-detailsPageImg img {
        width: 100%;
        height: auto;
    }

    .ss__detailsPageCont {
        width: 100% !important;
        padding: 10px;
    }

    .ss_likes.mt-2 {
        width: 100%;
        justify-content: center;
    }

    .ss-comments,
    .ss_comments_field {
        width: 95%;
    }


    .ss_likeCount {
        display: grid;
        grid-template-columns: 100%;
        width: 310px;
    }

    p#GetLikeCount {
        position: inherit;
    }

    div#divLikeEntry {
        margin-left: 0;
    }

    div#GetLikeCount1 {
        right: 0;
    }

    button.primeryBtn.ss_giveLike {
        width: 205px;
    }

    .ss__proftext {
        width: 100%;
    }


    .archGallery {
        padding: 0 10px;
    }

    .archGallery ul.row {
        padding: 0;
        margin: 0;

    }



    .covid__icon::before {
        left: 111px;
        top: -6px;
    }

    .RI__slider>h3 {
        line-height: 35px;
        margin-top: 0;
    }

    .RI__slider {
        height: 250px;
    }

    .RI__selectCountry {
        width: 280px;
    }

    .RI__bg .gc__conferences {
        margin: 20px 0 0 0;
        padding: 0;
        width: 100%;
    }

    .gc__holder.mrgBtm50 {
        margin-bottom: 0;
    }

    .riAlerts>div#module-container {
        width: 90%;
    }



}






























/*  Media Devoice 321 to 480    */


@media (min-width:321px) and (max-width: 480px) {
    .mob-mg-btm-20 {
        margin-bottom: 20px;
    }

    .deskView {
        display: none !important;
    }

    .mobView {
        display: block !important;
    }

    .mob-rm {
        display: none !important;
    }

    .mob-100 {
        width: 100%;
    }

    body.overFlowhidden {
        overflow: auto;
        background: #4abcf7 !important;
        padding-bottom: 20px !important;
    }

    #loginPage {
        max-width: 100%;
        height: 100%;
    }

    .loginHold {
        width: 100%;
        height: auto;
    }

    .loginHold .logohold {
        padding: 0px;
    }

    .gpv-logo::before {
        margin: 27px 10px;
    }

    .otsuka-logo {
        display: flex;
        justify-content: flex-end;
    }

    .otsuka-logo::before {
        margin: 35px 2%;
    }

    .tradi-sso-select-right {
        left: 50%;
    }

    .userID,
    .loginPass,
    .inputUserId input,
    .inputPass input,
    .login-instruction {
        width: 100%;
        font-size: 14px;
        margin-top: 5px;
    }

    .tradi-sso,
    .userID {
        width: 310px;
    }

    .loginHold .logohold .gpv-logo,
    .loginHold .logohold .otsuka-logo {
        width: 50%;
        margin: 0px;
    }

    .inputUserId,
    .inputPass {
        width: 75%;
    }

    .loginRemember {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
        align-items: center;
    }

    .login-instruction p {
        width: 90%;
    }
    /* PSW-2024 */
    .login-dr-icon{
        display:none;
    }

    .userID,
    .loginPass,
    .inputUserId input,
    .inputPass input {
        height: 50px;
    }

    .login-instruction {
        margin-top: 15px;
    }

    .tradi-sso,
    .tradi-sso-select,
    .tradi-btn,
    .sso-btn {
        height: 50px !important;
        text-align: center;
    }

    button.controls.close {
        top: -15px;
    }


    /*      Header      */
    h1 {
        font-size: 1.25em;
    }

    .lh36 {
        line-height: 26px;
    }

    p {
        font-size: .9em;
    }

    .lh28 {
        line-height: 24px;
    }

    .mrgTop20 {
        margin-top: 10px;
    }

    header {
        max-width: 100%;
        flex-direction: column-reverse;
        padding: 20px 0;
        height: auto;
    }

    .menu {
        left: -110%;
        top: 265px;
        width: 100%;
    }

    .showMenu {
        left: 0;
    }

    nav {
        width: 100%;
    }

    .headerLogo {
        width: 100%;
        justify-content: space-around;
    }

    .divTranslate {
        margin: 20px 0;
    }


    /*      Home Page       */

    p.psw-home-link > span, p.psw-home-link > span > a{
        font-size:1rem;
    }

    .primaryCont {
        flex-direction: column;
    }

    .primaryTxt {
        height: 470px
    }

    .pageTxt {
        height: 410px;
    }

    .primaryTxt,
    .primaryImg {
        width: 100%;
    }

    .primaryImg {
        height: auto !important;
    }

    #homeImage {
        height: 200px !important;
        top: 0;
    }

    .slider {
        height: 200px !important;
        background: #dedede;
    }

    .rightPad {
        display: none
    }

    .pageImg,
    .eModulePageImg,
    .headerImg {
        width: 100% !important;
        text-align: center;
    }

    .pageImg {
        height: 200px;
    }

    .pageImg img,
    .eModulePageImg img,
    .headerImg img {
        width: 100%
    }

    img.homeSliderImg {
        height: auto;
    }

    div#IntroTextHome {
        height: auto;
        margin-top: 20px;
    }

    .homeImgDis {
        padding: 10px !important;
    }

    .homeImgDis h3 {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .homeImgDis p {
        font-size: 14px !important;
        line-height: 19px !important;
        margin: 10px !important;
    }

    .slider .controll {
        width: 20px !important;
        height: 20px !important;
    }

    .slider .controll:first-of-type {
        left: 10px !important;
    }

    .slider .controll:last-of-type {
        right: 10px !important;
    }

    .slider ol {
        margin-top: -25px !important;
    }

    .secdNav ul li {
        width: 33.33%;
        font-size: 14px;
    }

    .secdNav ul li a {
        font-size: 14px;
    }

    div#IntroTextAboutUs {
        height: auto;
        z-index: -1;
        margin-top: 20px;
    }


    #IntroTextAboutUs p {
        font-size: 13px;
        line-height: 18px;
        margin-top: 20px;
        margin-bottom: 0;
    }


    #aboutImage {
        height: 200px;
        background-size: contain;
        top: 0px;
        background-position: center;
        background-color: #59daf7;
    }

    .sucstybg {
        width: 100%;
    }

    .pageTitle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .successStory {
        padding: 0
    }

    .sucstybg {
        width: 100%;
        height: 270px;
    }

    div#banner {
        width: 100%;
        height: 150px;
        justify-content: flex-end;
    }

    .modal-dialog,
    .modal.fade .modal-dialog {
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        width: 90%;
        margin: 0;
    }

    #banner ul {
        height: 150px;
    }

    .storyCont {
        width: 100%;
        height: 168px !important;
    }

    li.tool-tip {
        height: 150px !important;
    }

    .SSprev {
        top: 0px;
        right: -8px;
    }

    .SSnext {
        bottom: -15px;
        right: -8px;
    }

    ul#SSlistHold {
        width: 25px;
    }

    .GPVMailBox-Home-cont p {
        font-size: 1.1em;
        text-align: center;
    }

    .GPVMailBox-Home-cont {
        padding: 0 0 0 5px;
    }

    .GPVMailBox-Home-img {
        background-image: url(../Images/GPVmailBox-home.jpg);
        width: 200px;
        height: 82px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: bottom;
    }

    .whatsNew {
        height: 240px;
    }

    #WhatsNew {
        width: 100%;
        height: 140px;
    }

    #WhatsNew a {
        padding: 0 10px;
        width: 100%;
        display: block;
    }

    .wnPagination {
        height: 15px;
    }

    #WhatsNew ul {
        height: 120px;
    }


    ul#wnListHold {
        height: 20px !important;
    }

    .ststusBar {
        flex-direction: column;
        height: 370px;
    }

    .eModulestatus,
    .newsStaus,
    .PVComStatus {
        font-size: 1.1em;
    }

    #eModuleCount,
    #NewsletterCount,
    #PVCount {
        font-size: 2em;
        margin-top: 5px;
    }
    ul.row.home-img-glry {
        grid-template-columns: repeat(1, 300px);
    }
    .arch {
        height: auto;
        padding: 5px;
    }

    ul.row {
        width: 100%;
        display: grid;
        grid-template-columns: auto auto;
        list-style: none;
        grid-gap: 5px;
        height: auto;
    }

    ul.row::after,
    ul.row:before {
        display: none;
    }

    /*    .arch ul li {
        float: none;
        margin: 0;
        width: 100%;
        height: auto;
    }*/

    .hovereffect .overlay {
        padding: 0;
    }

    .hovereffect .overlay h2,
    .hovereffect .overlay p {
        display: none;
    }

    p.gImgPostDate {
        font-size: 10px;
        margin: 0;
    }

    .hovereffect a.info {
        font-size: 10px;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
    }

    footer {
        flex-direction: column;
        height: auto;
        padding: 0;
        padding-bottom: 20px;
    }

    footer ul {
        width: 100%;
        display: grid;
        height: auto;
        text-align: center;
        grid-template-columns: auto auto;
        padding: 20px 0;
        grid-gap: 10px
    }

    .copyRight {
        width: 100%;
        padding-right: 0;
        justify-content: center;
    }

    .homeImgGallery {
        padding: 0 5px 20px;
    }

    .controls {
        top: 30%;
    }

    /*      Contact US      */
    .contactus__form form {
        margin-bottom: 50px;
    }

    .contactus__form {
        width: 96%;
        padding: 2%;
    }

    .contactus__formFields {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .contactus__inputtxt {
        margin: 0;
        width: 100%;
    }

    textarea#Content {
        width: 100%;
    }

    .contactus__inputarea {
        width: 100%;
        padding: 10px;
    }

    .primeryBtn2 {
        width: 280px;
    }


    /*      Emodule     */

    #divLatestRelease {
        padding: 10px 0 30px;
    }

    .eModuleprimaryTxt {
        width: 100%;
    }

    .edu__jcarea.my-4.py-5 {
        margin-top: 0 !important;
        padding: 0 20px;
        margin-bottom: 0 !important;
    }

    .col-md-3.eud-general-link {
        max-width: 320px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    ul#pledgelistingContainer li.col-md-3 {
        max-width: 100%;
    }

    .primeryBtn.f-3 {
        font-size: 14px !important;
    }

    .linksSection {
        width: 100%;
        display: grid;
        grid-template-columns: 100%;
    }

    .linksSection ul {
        width: 100%;
        margin: 0;
    }

    ul#pledgelistingContainer {
        grid-template-columns: 300px;
        justify-content: center;
    }

    .eModulpageTxt {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    a.carousel-control-next.w-5,
    a.carousel-control-prev.w-5 {
        width: 50px !important;
        right: -24px;
        top: 54%;
    }

    a.carousel-control-prev.w-5 {
        left: -25px;
    }

    .edu-carousel.carousel-inner {
        height: 155px !important;
        width: 300px;
    }

    .jc-carousel>.carousel-inner {
        height: 205px;
        width: 300px;
    }

    .carousel {
        display: flex;
        justify-content: center;
    }

    .edu-ebook nav>ul>li>a {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    .carousel-inner.w-90.eud {
        height: 170px;
    }

    .latest_release {
        height: auto;
    }

    .mrgTop20.divLatestReleaseBTN {
        margin-top: 0;
    }

    .eModule__search {
        flex-direction: column;
        gap: 5px;
        padding: 10px;
    }

    h2#pLRTitle {
        font-size: 14px;
        line-height: 24px;
    }

    .eModule__inputForm,
    .eModule__Catelog {
        width: 300px;
        display: grid;
        gap: 5px;
    }

    .elrm ul.multiselect-container.dropdown-menu,
    .elrm .multiselect-container li a {
        width: 250px;
    }


    .glbSerch input#txtModuleSearch,
    span.multiselect-selected-text {
        font-size: 14px;
        text-align: center;
    }

    .eModule__bg,
    .eModule__slideHold,
    .eModule__pageTitle,
    .elmSlider,
    .eLearnDtls .filmstrip-top,
    .eLearnDtls .elmSlider {
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
    }

    .eLearnDtls {
        height: 150px;
    }

    .eLearnDtls .filmstrip .item a {
        height: 110px;
    }

    div#filmstrip {
        height: 150px;
        display: grid;
        grid-template-columns: 75% 25%;
        width: 320px;
    }

    .elmSlider {
        display: flex;
        justify-content: flex-end;
    }

    .eModule__nextBtn {
        bottom: -114px;
    }

    .eLearnDtls .filmstrip-thumbs {
        width: 25%;
        margin-top: 17px;
        overflow: hidden;
        margin-left: 5px;
    }

    .eModule__nextPrevBtn,
    .eModule__prevBtn,
    .eModule__nextBtn {
        width: 75px;
        height: 36px;
        right: 1%;
    }

    .eModule__pageTitle {
        height: 65px;
    }

    .eLearnDtls .filmstrip-inner {
        height: 110px;
    }

    .filmstrip-top {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .eLearnDtls .filmstrip .thumb {
        width: 60px;
        height: 30px;
    }

    .survey-bg {
        width: 100%;
        padding: 0 10px 30px;
        box-sizing: border-box;
    }

    #module-container1 {
        width: 80%;
    }

    #module-container1 ul {
        margin-bottom: 10px !important;
    }



    /*      Global Conference       */

    .gc__calanderView {
        flex-direction: column-reverse;
        height: auto;
    }


    .gc__eventView {
        width: 100%;
        height: 250px;
    }

    div#divMonths {
        width: 100%;
        border-right: none;
        padding: 10px 15px;
    }

    .gc__calenderTitle {
        border-bottom: none;
    }

    #divMonths ul {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        grid-gap: 5px;
        padding: 10px;
    }

    #divMonths li {
        width: 100%;
        background: white;
        height: 30px;
        border-radius: 30px;
    }

    #divMonths li a {
        color: #337ab7;
        font-size: 14px;
    }

    div#divMonths::before {
        display: none;
    }

    #divMonths li.highlightDate {
        background: rgba(2, 81, 142, 0.64);
    }

    #divMonths li.highlightDate a {
        color: white;
    }


    form#filterConferenceData {
        display: grid;
        grid-template-columns: 300px;
        gap: 5px;
    }

    .gc__SearchByKeyword.width15P,
    .gc__SearchByKeyword {
        width: 300px !important;
    }



    .gc__conferences {
        width: 100%;
    }

    .gc__bg {
        width: 100%;
        align-items: center;
        background-size: cover;
        background-color: #d6d6d6;
        background-blend-mode: soft-light;
    }

    .gc__pageTitle {
        width: 320px;
        padding: 10px;
    }

    .gc__list {
        background-color: white;
        border-radius: 20px;
        padding: 5px;
    }

    .gc__title a {
        font-size: 12px;
        line-height: 18px;
    }

    .conference-label-txt {
        display: none;
    }

    .gc__dateLocation {
        padding: 0;
    }

    .gc__location {
        margin: 0 .5em;
    }

    .gc__btmmsg {
        padding: 10px;
    }

    .singleEven-title a {
        color: #011524;
        font-size: 1.25em;
    }

    .gc__location i {
        font-size: 12px;
    }

    .gc__events {
        padding: 0 10px;
    }

    .gc__locationFollw {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .height-auto {
        height: auto !important
    }

    .gc-search.primeryBtn2 {
        width: 300px;
        margin-left: 5px;
    }

    .singleEvent .gc__locationFollw .gc__followBtn a {
        display: flex;
        align-items: center;
    }

    .gc__calenderTitle h3 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .gc__calenderTitle h3 span {
        font-size: 1em;
        font-weight: 500;
    }


    /*      GPV Mentorship      */

    .MM__latestRelease {
        height: 300px;
        padding: 0 5px;
    }

    .MMM__LatestRelease_holder {
        grid-template-columns: 150px 150px;
        grid-gap: 5px;
        margin: 0 20px 20px;
    }

    .MMM__LatestRelease img {
        width: 85px;
    }

    .MM__latestRelease p {
        margin-bottom: 10px;
        margin-left: 0;
    }

    .wps__pledgePic div {
        flex-direction: column;
    }

    a#aLR {
        padding: 10px 20px;
    }

    .MentorLogo {
        margin-top: 0;
        width: 280px;
    }

    .edu__links.mentorMentee-container {
        padding: 0;
    }

    .participantsHeader {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mentorMenteeList>ul {
        display: grid;
        margin: 0;
    }

    .mentorMenteeList>ul>li {
        width: 100% !important;
        margin: 0 !important;
    }

    .pdg-mtr {
        padding: 0;
    }

    .item .question h4 {
        margin-right: 20px;
    }

    .item .answer,
    .item .answer ul li {
        font-size: 14px;
        line-height: 22px;
    }

    .MM__VideoArea {
        padding: 0 10px;
    }

    .MM__VideoArea>.container {
        padding: 0 !important;
    }

    .col-md-6 {
        max-width: 100% !important;
    }

    .edu__links {
        width: 100%;
        padding: 0 10px !important;
    }

    .MM__VideoArea>.container>a.carousel-control-prev {
        right: -25px;
    }


    .testimonial {
        padding: 5px;
    }

    .testimonial-inner-holder {
        width: 100%;
    }

    .testimonial-inner-content-img {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        margin-right: 5px;
    }

    .testimonial-inner-content-img img {
        width: 50px;
        height: 50px;
    }

    .testimonial-inner-content-txt {
        width: 230px;
        padding: 10px;
        height: auto;
    }

    .all-testimonial-inner-holder:nth-child(even)>.all-testimonial-inner-content>.all-testimonial-inner-content-txt {
        background-color: #D9FDFD;
    }

    .NoteText {
        margin: 0 0 0 0 !important;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .edit-testimonial-icons {
        display: grid;
        grid-template-columns: auto auto;
        grid-gap: 5px;
    }

    .edit-testimonial h5 {
        font-size: 12px;
    }

    .edit-testimonial-icons button {
        padding: 2px 5px;
        font-size: 12px;
    }

    .testimonial-inner-holder>.graphic-3 {
        right: 4px;
        top: 10px;
    }

    .testimonial-btn {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding-bottom: 10px;
    }

    .testimonial>.graphic-5,
    .testimonial>.graphic-1 {
        display: none;
    }

    .wps__pledgepopupCont {
        flex-direction: column;
    }

    .wps__pledgePic {
        width: 100%;
        margin-left: 0px;
    }

    .wps__pledgepopupCont {
        padding: 10px 0;
    }

    .wps__pledgepopupCont label {
        width: 100%;
    }

    .wps__pledgeinputArea {
        width: 100%;
        margin-left: 0;
    }

    .wps__pledgeSubmit button {
        margin-top: 0;
    }

    .upload-tm-close {
        margin: 13px 13px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .close span {
        margin-top: -3px;
    }

    .all-testimonial-inner-content-img {
        width: 50px;
        height: 50px;
        margin: 0;
    }

    .testimonil-update-header {
        grid-template-columns: 100%;
    }

    .all-testimonial-inner-content-img img {
        width: 50px;
        height: 50px;
    }

    .all-testimonial-inner-content {
        grid-template-columns: 50px 250px;
        align-items: center;
        justify-content: center;
    }

    section.all-testimonial {
        grid-template-columns: 100%;
    }

    .all-testimonial-inner-content-txt {
        grid-column: span 1;
    }

    .testimonial-detail-cont {
        line-height: 24px;
    }

    .testimonial-detail-img img {
        width: 50px;
        height: 50px;
    }

    .testimonil-update-header>.subPage__mainTitle,
    .testimonil-update-header>.subPage__subTitle {
        height: 100px;
    }

    .testimonil-update {
        padding: 10px;
    }

    .testimonil-update_form {
        width: 100%;
        padding: 10px;
    }

    .updateTestiDlt {
        flex-direction: column;
    }

    textarea#Description {
        margin-left: 0;
    }

    .browseImage {
        grid-template-columns: 100%;
    }

    .btnUpdatetestimonial-back {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .MM__VideoArea .container a.carousel-control-next.w-5,
    .JC__VideoArea .container a.carousel-control-next {
        right: -10px;
    }

    .MM__VideoArea .container a.carousel-control-prev.w-5,
    .JC__VideoArea .container a.carousel-control-prev {
        left: -10px;
    }

    .MMM_click {
        padding: 0 !important;
    }

    button#edu-close {
        top: -10px;
        right: -10px;
    }


    /*      GPV Wellbeing       */

    .wellbeing.primaryImg,
    .wellbeingPrimaryImg {
        width: 100%;

    }



    img.wellbeingSliderImg,
    .wellbeing-subpage-slider>div>img {
        width: 100% !important;

    }

    .wellbeing.primaryImg,
    .wellbeingPrimaryImg,
    .wellbeing.eModulePageImg,
    .wellbeing.pageImg,
    #homeImage.wellbeing.homeImage,
    img.wellbeingSliderImg,
    .wellbeing.slider,
    .wellbeing-subpage-slider,
    .wellbeing-subpage-slider>div {
        height: 235px !important;
    }

    .wellbeing-subpage-slider-txt p {
        padding: 10px 0;
        margin: 0;
    }

    .wellBeing.controll::after {
        top: -1px !important;
        width: 50px !important;
        left: -7px !important;
    }

    .wellBeing-filters {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        padding: 10px;
    }

    .primeryBtn2.wellBeing-search-btn {
        margin: 0;
        padding: 0;
        width: 280px;
    }

    button#imgBackTopic {
        margin: 0;
    }

    .wellBeing.controll txt.pre {
        top: -22px;
        font-size: 12px;
        left: 0px;
    }

    .wellBeing.controll txt.next {
        font-size: 12px;
        left: 53px;
        top: -30px;
    }

    .logyourAct.py-2 {
        width: 100%;
    }

    .score-holder {
        width: 100%;
    }

    .myScore-chart {
        width: 100%;
    }

    .otsukaScore-chart {
        width: 100%;
        margin-left: -100%;
        margin-top: 55%;
    }

    .yoga-img {
        display: none;
    }

    .scoreReport {
        width: 100%;
        margin-top: 20px;
    }

    .activity-log-btn {
        flex-direction: column;
        align-items: center;
        gap: 5px;
        width: 100%;
    }

    .activity-log-btn>div>button {
        margin: 0px;
    }

    .pandemicStory-holder {
        flex-direction: column;
    }



    .wellbeing.GalleryModal {
        width: 300px;
    }

    .wellbeing-btn-holder {
        flex-direction: column;
        gap: 5px;
    }

    .viewActivity>div {
        width: 100%;
    }

    .updateActDlt {
        flex-direction: column;
    }

    .updateActDlt label {
        width: auto;
    }

    .wps__formatmsgForEditPage {
        margin-left: 0;
        width: 100%;
        justify-content: center;
        padding: 0 10px;
    }

    .dataTables_wrapper {
        display: flex;
        flex-direction: column;
    }

    .dataTables_length,
    .dataTables_filter {
        width: 100% !important;
    }

    .dataTables_filter input {
        min-width: 250px !important;
    }

    .col-12.d-flex.justify-content-between.activityDlt-back {
        justify-content: center;
    }

    .wellBeing_back {
        margin-top: 20px;
        justify-content: center;
        width: 100%;
    }

    li.wellbeing-gallery-list>div>img {
        width: 100%;
    }


    .wellbeing-gallery-holder {
        padding: 10px;
    }

    .wellbeing-gallery-holder h1 {
        margin: 30px 0 40px;
    }

    .open>.dropdown-menu {
        left: 50%;
        transform: translate(-50%);
        width: 300px;
    }





    /*      Journal Club   */
    .JC__VideoArea {
        padding: 0 10px;
    }

    .JC__VideoArea .container {
        padding: 0 !important;
        width: 100%;
    }

    .on24Thumb {
        width: 99% !important;
        min-height: 287px !important;
    }

    .mte__SearchByKeyword {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 10px;
        width: 280px;
    }

    .jc-filter-holder {
        display: grid;
        grid-gap: 10px;
    }

    .upcoming-session {
        flex-direction: column;
    }

    .upcoming-session>.session-thum-img {
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .upcoming-session>.session-thum-details {
        max-width: 100%;
        padding-top: 20px;
        width: 100%;
    }

    .upcoming-session>.session-thum-details h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .session-thum-disc p a {
        font-size: 14px;
    }

    .mte_selectBySpeaker.filters-border,
    .mts__selectByYear {
        width: 280px;
        margin: 0 auto;
    }

    .nl__selectBy {
        width: 280px;
        margin: 0;
    }

    button#imgSearchMeeting,
    button#imgResetMeeting {
        margin-left: 0;
        margin-right: 0;
    }

    .session-s.f-1.f-color-2.d-flex.align-items-center {
        display: grid;
        grid-template-columns: 100%;
    }

    .session_details.d-flex.ml-1 {
        display: grid;
        grid-template-columns: auto auto;
        margin-left: 0;
    }

    .session_details.d-flex.ml-1>div {
        margin: 0;
        padding: 0;
    }


    /*      News Letter     */
    .nl__LatestRelease {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }

    .news__latestRelease {
        height: 380px;
        background-blend-mode: exclusion;
    }

    h2#nSpotlight {
        font-size: 18px;
        line-height: 24px;
    }

    .nl__LatestRelease h1,
    .nl__LatestRelease h2,
    .nl__LatestRelease p,
    .nl__moduleTitle h1,
    .nl__moduleTitle p {
        text-shadow: 1px 1px 3px black;
    }

    form#myFormNewsletter {
        flex-direction: column;
        gap: 5px;
    }

    form#myFormNewsletter>div {
        margin: 0;
    }

    .nl__bg {
        height: 250px;
        width:320px;
    }

    .nl__moduleTitle h1 {
        font-size: .8em;
    }

    .nl__moduleTitle p {
        font-size: .8em;
        margin-bottom: 0;
    }

    /*      Compliance Metrics*/

    .PVComplianceMetr__slider {
        height: 300px;
    }

    .PVComplianceMetr__pdfContainer .countList {
        height: 223px;
    }


    .RI__bg {
        width: 100%;
        height: 390px;
        align-items: center;
        padding: 10px;
    }

    .PVComplianceMetr__pdfContainer {
        width: 100%;
        height: 290px;
        margin-right: 0;
    }

    .PVComplianceMetr__pdfContainer .pdf {
        width: 75%;
        height: 270px;
    }

    .pv__countrydiv {
        width: 25%;
        padding-left: 5px;
    }

    .pvcm h3 {
        font-size: 10px;
    }

    .PVComplianceMetr__pageTitle {
        width: 100%;
        padding: 0 10px 10px;
    }

    /*      Regional PV Information     */

    .reginalPVI__latestUpdate {
        height: auto;
        padding: 20px 0;
    }

    .reginalPVI__latestUpdateContent {
        margin-top: 0;
    }

    .reginalPVI__search form {
        flex-direction: column;
        gap: 5px;
    }

    .reginalPVI__bg {
        width: 100%;
        height: 440px;
        padding: 0 5px 10px;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
    }

    .reginalPVI__map {
        width: 320px;
        background-size: contain;
        background-repeat: no-repeat;
        height: 350px;
        padding: 0;
        margin-right: 0;
    }

    .regionalPVI_legends {
        flex-direction: column;
        gap: 5px;
        background: none;
    }

    .regionalPVI_legends .EU,
    .regionalPVI_legends .AAP,
    .regionalPVI_legends .JP,
    .regionalPVI_legends .USA {
        position: relative;
        background: white;
        padding: 10px 10px 10px 50px;
        width: 100%;
    }

    .regionalPVI_legends .EU::before,
    .regionalPVI_legends .AAP::before,
    .regionalPVI_legends .JP::before,
    .regionalPVI_legends .USA::before {
        left: 10px;
        top: 5px;
        width: 35px;
        height: 35px;
    }

    .reginalPVI__locationIcon .location-icon1 {
        top: 30px;
        left: 55px;
    }

    .reginalPVI__locationIcon .location-icon2 {
        top: 40px;
        left: 100px;
    }

    .reginalPVI__locationIcon .location-icon3 {
        top: 30px;
        left: 135px;
    }

    .reginalPVI__locationIcon .location-icon4 {
        top: 30px;
        left: 215px;
    }

    .reginalPVI__locationIcon .location-icon1 img,
    .reginalPVI__locationIcon .location-icon2 img,
    .reginalPVI__locationIcon .location-icon3 img,
    .reginalPVI__locationIcon .location-icon4 img {
        width: 35px;
    }


    .regionalPVInfo {
        flex-direction: column;
    }

    .subPage__mainTitle,
    .subPage__subTitle {
        width: 100%;
    }

    ul.regPVUpdatesList {
        width: 100%;
    }

    .regPVUpdatesList li {
        flex-direction: column;
    }

    .regionalPVI__listimg {
        gap: 5px;
    }

    .regionalPVI__listTxt h2 {
        cursor: pointer;
        font-size: 17px;
        line-height: 24px;
    }

    p.contryButedBy {
        font-size: 12px;
    }

    .regionalPVI__listTxt h2 {
        margin: 0;
    }

    .regionalPVI__listimg img {
        max-width: 50px;
    }

    .regionalPVInfoDtl {
        flex-direction: column;
    }

    /*      Success Story       */
    .ss__hearder {
        flex-direction: column;
    }

    #ulSuccessStories {
        display: grid;
        grid-template-columns: 100%;
        padding: 0 !important;
        gap: 10px;
    }

    .ss__destials {
        width: 100%;
        margin: 0;
    }

    .ss__detailsPage {
        flex-direction: column;
        padding: 0;
    }

    .SS-detailsPageImg,
    .SS-detailsPageImg img {
        width: 100%;
        height: auto;
    }

    .ss__detailsPageCont {
        width: 100% !important;
        padding: 10px;
    }

    .ss_likes.mt-2 {
        width: 100%;
        justify-content: center;
    }

    .ss-comments,
    .ss_comments_field {
        width: 95%;
    }

    .ss_likeCount {
        display: grid;
        grid-template-columns: 100%;
        width: 310px;
    }

    .ss__proftext p {
        padding: 0 10px;
    }

    p#GetLikeCount {
        position: inherit;
    }

    div#divLikeEntry {
        margin-left: 0;
    }

    button.primeryBtn.ss_giveLike {
        width: 205px;
    }



    .archGallery {
        padding: 0 10px;
    }

    .archGallery ul.row {
        padding: 0;
        margin: 0;
    }



    .covid__icon::before {
        display: none;
    }

    .RI__slider>h3 {
        line-height: 35px;
        margin-top: 0;
        padding: 0 20px;
    }

    .RI__slider {
        height: 250px;
    }

    .RI__selectCountry {
        width: 280px;
    }

    .RI__bg .gc__conferences {
        margin: 20px 0 0 0;
        padding: 0;
        width: 92%;

    }

    .gc__holder.mrgBtm50 {
        margin-bottom: 0;
    }

    .riAlerts>div#module-container {
        width: 90%;
    }

    /*  Success Story       */
    .ss__proftext {
        width: 100%;
    }

    div#GetLikeCount1 {
        right: 0px;
    }
}




















/*  Media Devoice 481 to 640    */

@media (min-width:481px) and (max-width: 640px) {

    .mrgTop20{
        margin-top:10px;
    }
    .mob-mg-btm-20 {
        margin-bottom: 20px;
    }

    .deskView {
        display: none !important;
    }

    .mobView {
        display: block !important;
    }

    .mob-rm {
        display: none;
    }

    .mob-100 {
        width: 100%;
    }

    .overFlowhidden {
        overflow: auto;
    }

    #loginPage {
        max-width: 100%;

    }

    .loginHold {
        width: 100%;
        height: auto;
    }

    .loginHold .logohold {
        padding: 0px;
    }

    .gpv-logo::before {
        margin: 20px 10px;
    }

    .otsuka-logo::before {
        margin: 35px 10px;
        right: 0px;
    }

    .tradi-sso-select-right {
        left: 50%;
    }

    .loginHold .logohold .gpv-logo,
    .loginHold .logohold .otsuka-logo {
        width: 50%;
        margin: 0px;
    }

    .userID,
    .loginPas {
        height: 50px;
    }

    .tradi-sso,
    .tradi-sso-select,
    .tradi-btn,
    .sso-btn {
        height: 50px;

    }

    .tradi-login {
        gap: 10px;
    }

    .loginRemember {
        flex-direction: row;
        align-items: center;
    }

    .inputUserId,
    .inputPass {
        justify-content: center;
        width: 83%;
    }

    /*      Header      */
    h1 {
        font-size: 1.25em;
    }

    .lh36 {
        line-height: 26px;
    }

    p {
        font-size: .9em;
    }

    .lh28 {
        line-height: 26px;
    }

    header {
        max-width: 100%;
        flex-direction: column-reverse;
        padding: 0 0 20px 0;
        height: auto;
    }

    .menu {
        left: -110%;
        top: 225px;
        width: 100%;
    }

    .showMenu {
        left: 0;
    }


    .headerLogo {
        width: 100%;
        justify-content: space-between;
        padding: 0 0 0 20px;
    }

    .logoLine,
    .login-dr-icon {
        display: none;
    }

    .divTranslate {
        margin: 0 0 20px 0;
    }


    /*      Home Page       */
    p.psw-home-link > span, p.psw-home-link > span > a {
        font-size: 1rem;
    }
    p.psw-home-link img{
        width:35%;
    }
    .primaryCont {
        flex-direction: column;
    }

    .primaryTxt,
    .primaryImg {
        width: 100%;
    }



    #homeImage,
    .primaryImg {
        height: 340px;
        top: 0px;
    }

    .slider,
    .pageImg img {
        height: 340px !important;
    }

    .rightPad {
        display: none
    }

    .pageImg,
    .eModulePageImg,
    .headerImg {
        width: 100% !important;
        text-align: center;
    }

    img.homeSliderImg {
        height: auto;
    }

    div#IntroTextHome {
        height: auto;
        margin-top: 20px;
    }

    .homeImgDis {
        padding: 10px !important;
    }

    .homeImgDis h3 {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .homeImgDis p {
        display: none;
    }

    .slider .controll {
        width: 20px !important;
        height: 20px !important;
    }

    .slider .controll:first-of-type {
        left: 10px !important;
    }

    .slider .controll:last-of-type {
        right: 10px !important;
    }

    .slider ol {
        margin-top: -25px !important;
    }

    .secdNav ul li {
        width: 33.33%;
        font-size: 14px;
    }

    .secdNav ul li a {
        font-size: 14px;
    }

    div#IntroTextAboutUs {
        height: auto;
        z-index: -1;
        margin-top: 20px;
    }

    #aboutImage {
        height: 340px;
        background-size: contain;
        top: 0px;
        background-position: center;
        background-color: #59daf7;
    }

    .primaryTxt {
        height: 380px;
    }

    #IntroTextAboutUs p {
        margin: 0;
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .pageTitle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .successStory {
        padding: 0
    }

    .sucstybg {
        width: 100%;
        height: 320px;
    }

    .GPBMAilBox-Home {
        height: 150px;
    }

    div#banner {
        width: 100%;
        height: 220px;
        padding: 0 20px;
        justify-content: flex-end
    }

    #banner ul {
        height: 220px;
    }

    .storyCont {
        width: 100%;
        height: 230px !important;
    }

    li.tool-tip {
        height: 220px !important;
    }

    .SSprev {
        top: 0px;
        right: 3px;
    }

    .SSnext {
        bottom: -15px;
        right: 3px;
    }

    ul#SSlistHold {
        width: 25px;
        padding-left: 15px;
    }

    .GPVMailBox-Home-cont p {
        font-size: 1.1em;
        text-align: center;
    }

    .GPVMailBox-Home-cont {
        padding: 0 0 0 5px;
    }

    .GPVMailBox-Home-img {
        background-image: url(../Images/GPVmailBox-home.jpg);
        width: 170px;
        height: 90px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: bottom;
    }

    .whatsNew {
        height: 240px;
    }

    #WhatsNew {
        width: 100%;
        height: 110px;
    }

    #WhatsNew a {
        padding: 0 10px;
        width: 100%;
        display: block;
    }

    .wnPagination {
        height: 15px;
    }

    #WhatsNew ul {
        height: 90px;
    }

    ul#wnListHold {
        height: 20px !important;
    }



    .eModulestatus,
    .newsStaus,
    .PVComStatus {
        font-size: 1em;
    }

    #eModuleCount,
    #NewsletterCount,
    #PVCount {
        font-size: 2em;
        margin-top: 5px;
    }
    ul.row.home-img-glry {
        grid-template-columns: repeat(1, 300px);
    }
    .arch {
        height: auto;
        padding: 5px;
    }

    ul.row {
        width: 100%;
        display: grid;
        grid-template-columns: auto auto;
        list-style: none;
        grid-gap: 5px;
        height: auto;
    }

    ul.row::after,
    ul.row:before {
        display: none;
    }

    /*   .arch ul li {
        float: none;
        margin: 0;
        width: 100%;
        height: auto;
    }*/

    .hovereffect .overlay {
        padding: 0;
    }



    p.gImgPostDate {
        font-size: 10px;
        margin: 0;
    }

    .hovereffect a.info {
        font-size: 10px;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
    }

    .modal-dialog,
    .modal.fade .modal-dialog {
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        width: 90%;
        margin: 0;
    }

    footer {
        flex-direction: column;
        height: auto;
        padding: 0;
        padding-bottom: 20px;
    }

    footer ul {
        width: 100%;
        display: grid;
        height: auto;
        text-align: center;
        grid-template-columns: auto auto;
        padding: 20px 0;
        grid-gap: 10px
    }

    .copyRight {
        width: 100%;
        padding-right: 0;
        justify-content: center;
    }

    .homeImgGallery {
        padding: 0 5px 20px;
    }


    /*      Contact US      */
    .contactus__form form {
        margin-bottom: 50px;
    }

    .contactus__form {
        width: 96%;
        padding: 2%;
    }

    .contactus__formFields {
        flex-direction: column;
    }

    .contactus__inputtxt {
        margin: 0;
        width: 100%;
    }

    textarea#Content {
        width: 100%;
    }

    .contactus__inputarea {
        width: 100%;
        padding: 10px;
    }

    .primeryBtn2 {
        width: 100%;
    }


    /*      Emodule     */

    .eModuleprimaryTxt {
        width: 100%;
    }

    .edu__jcarea.my-4.py-5 {
        margin-top: 0 !important;
        padding: 0 20px;
        margin-bottom: 0 !important;
    }

    .col-md-3.eud-general-link {
        max-width: 320px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .primeryBtn.f-3 {
        font-size: 14px !important;
    }

    .linksSection {
        width: 100%;
        display: grid;
        grid-template-columns: 100%;
    }

    .linksSection ul {
        width: 100%;
        margin: 0;
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 0 10px;
    }

    ul#pledgelistingContainer {
        grid-template-columns: 50% 50%;
    }

    .eModulpageTxt {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    a.carousel-control-next.w-5,
    a.carousel-control-prev.w-5 {
        width: 50px !important;
        right: -24px;
        top: 54%;
    }

    a.carousel-control-prev.w-5 {
        left: -25px;
    }

    .col-md-6 {
        max-width: 100% !important;
    }

    .jc-carousel>.carousel-inner {
        height: 400px !important;
        width: 380px;
        margin: auto;
    }

    .jc-carousel>.carousel-inner>.item>.col-lg-4.col-md-6>a.vid-border>img.img-fluid {
        width: 380px;
    }

    .MM__VideoArea p {
        text-align: center;
    }

    .MM__VideoArea .container a.carousel-control-prev.w-5,
    .JC__VideoArea .container a.carousel-control-prev {
        left: -10px;
    }

    .MM__VideoArea .container a.carousel-control-next.w-5,
    .JC__VideoArea .container a.carousel-control-next {
        right: -10px;
    }



    .jc-carousel>.edu-carousel.carousel-inner {
        height: 245px !important;
    }

    .edu-ebook nav>ul>li>a {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    .edu__generalLinksImg {
        width: 70%;
    }

    .carousel-inner.eud {
        height: 245px !important;
    }

    ul#pledgelistingContainer li.col-md-3 {
        max-width: 100%;
    }

    .latest_release {
        height: auto;
    }

    .mrgTop20.divLatestReleaseBTN {
        margin-top: 0;
    }

    .eModule__search {
        flex-direction: column;
        gap: 5px;
        padding: 10px;
    }

    .eModule__inputForm,
    .eModule__Catelog {
        width: 300px;
        display: grid;
        gap: 5px;
    }

    .elrm ul.multiselect-container.dropdown-menu,
    .elrm .multiselect-container li a {
        width: 250px;
    }


    .glbSerch input#txtModuleSearch,
    span.multiselect-selected-text {
        font-size: 14px;
    }

    .eModule__bg,
    .eModule__slideHold,
    .eModule__pageTitle,
    .elmSlider,
    .eLearnDtls .filmstrip-top,
    .eLearnDtls .elmSlider {
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
    }

    .eLearnDtls {
        height: 280px;
    }

    .eLearnDtls .filmstrip .item a {
        height: 240px;
    }

    .eLearnDtls .filmstrip .item img {
        height: 100%;
    }

    div#filmstrip {
        height: 280px;
        display: grid;
        grid-template-columns: 80% 20%;
    }

    .eModule__nextBtn {
        bottom: -280px;
    }

    .eLearnDtls .filmstrip-thumbs {
        width: 20%;
        margin-top: 17px;
        overflow: hidden;
        margin-left: 5px;
    }

    .eModule__nextPrevBtn {
        width: 20%;
    }

    .eModule__prevBtn,
    .eModule__nextBtn {
        width: 100%;
        height: 36px;
    }

    .eModule__pageTitle {
        height: 65px;
    }

    .eLearnDtls .filmstrip-inner {
        height: 240px;

    }

    .filmstrip-top {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 10px;
    }

    .eLearnDtls .filmstrip .thumb {
        width: 90%;
        height: 60px;
    }

    .survey-bg {
        width: 100%;
        padding: 0 10px 30px;
        box-sizing: border-box;
    }

    #module-container1 {
        width: 80%;
    }

    #module-container1 ul {
        margin-bottom: 10px !important;
    }

    .edu__GeneralLinksList h3 {
        font-size: 1.4em;
        padding-top: 20px;
    }

    .edu__GeneralLinksList {
        height: 270px;
    }

    .pageImg img,
    .eModulePageImg img,
    .headerImg img {
        width: 100%;
    }



    /*      Global Conference       */
    .gc__calanderView {
        flex-direction: column-reverse;
        height: auto;
    }

    .gc__calenderTitle h3 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .gc__calenderTitle h3 span {
        font-size: 1em;
        font-weight: 500;
    }

    .gc__eventView {
        width: 100%;
    }

    div#divMonths {
        width: 100%;
        border-right: none;
        padding: 10px 15px;
    }

    .gc__calenderTitle {
        border-bottom: none;
    }

    #divMonths ul {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        grid-gap: 5px;
        padding: 10px;
    }

    #divMonths li {
        width: 100%;
        background: white;
        height: 30px;
        border-radius: 30px;
    }

    #divMonths li a {
        color: #337ab7;
        font-size: 14px;
    }

    div#divMonths::before {
        display: none;
    }

    #divMonths li.highlightDate {
        background: rgba(2, 81, 142, 0.64);
    }

    #divMonths li.highlightDate a {
        color: white;
    }


    form#filterConferenceData {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 5px;
    }

    .gc__SearchByKeyword.width15P {
        width: 100% !important;
    }

    .gc__SearchByKeyword {
        width: 100%;
    }

    .gc__conferences {
        width: 100%;
    }

    .gc__bg {
        width: 100%;
        align-items: baseline;
        background-size: cover;
        background-color: #d6d6d6;
        background-blend-mode: soft-light;
    }

    .gc__pageTitle {
        width: 100%;
    }

    .gc__list {
        background-color: white;
        border-radius: 20px;
        padding: 5px;
    }

    .gc__title a {
        font-size: 12px;
        line-height: 18px;
    }

    .conference-label-txt {
        display: none;
    }

    .gc__dateLocation {
        padding: 0;
    }

    .gc__location {
        margin-right: 1em;
    }

    .gc__btmmsg {
        padding: 10px;
    }

    .singleEven-title a {
        color: #011524;
        font-size: 1.25em;
    }

    .gc__location i {
        font-size: 12px;
    }

    .gc__events {
        padding: 0 10px;
    }

    .gc__locationFollw {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .height-auto {
        height: auto !important
    }

    /*      GPV Mentorship      */

    .MM__latestRelease {
        height: 300px;
        padding: 0 5px;
    }

    .MMM__LatestRelease_holder {
        grid-gap: 5px;
        margin: 0 20px 20px;
        width: 100%;
    }

    .MM__latestRelease p {
        margin-bottom: 10px;
    }

    .MMM__LatestRelease img {
        width: 85px;
    }

    .MMM_click {
        padding: 0 !important;
    }

    a#aLR {
        padding: 10px 20px;
    }

    .MentorLogo {
        margin-top: 0;
        width: 300px;
    }

    .testimonial {
        padding: 1em;
    }

    .testimonial-inner-holder {
        width: 100%;
    }

    .testimonial>.graphic-5,
    .testimonial>.graphic-1 {
        display: none;
    }

    .testimonial-inner-content-img {
        width: 70px;
        height: 70px;
        border-radius: 35px;
        margin-right: 10px;
    }

    .testimonial-inner-content-txt {
        width: 330px;
        height: auto;
        padding: 10px;
    }

    .testimonil-update-header {
        grid-template-columns: 100%;
    }

    .testimonil-update-header>.subPage__mainTitle,
    .testimonil-update-header>.subPage__subTitle {
        height: 100px;
    }

    .testimonil-update_form {
        width: 100%;
        padding: 10px;
    }

    .testimonil-update {
        padding: 10px;
    }

    .testimonial-detail-img img {
        width: 80px;
        height: 80px;
    }

    .all-testimonial-inner-content {
        grid-template-columns: 60px 350px;
        align-items: center;
        justify-content: center;
    }

    .all-testimonial-inner-content-txt {
        grid-column: span 1;
    }

    section.all-testimonial {
        grid-template-columns: 100%;
    }

    .all-testimonial-inner-content-img img {
        width: 60px;
        height: 60px;
    }



    .edu__links.mentorMentee-container {
        padding: 0;
    }

    .mob-rm {
        display: none !important;
    }

    .participantsHeader {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mentorMenteeList>ul {
        display: grid;
        margin: 0;
    }

    .mentorMenteeList>ul>li {
        width: 100% !important;
        margin: 0 !important;
    }

    .pdg-mtr {
        padding: 0;
    }

    .item .question h4 {
        margin-right: 20px;
    }

    .item .answer,
    .item .answer ul li {
        font-size: 14px;
        line-height: 22px;
    }

    .MM__VideoArea {
        padding: 0 10px;
    }

    .MM__VideoArea>.container {
        padding: 0 !important;
    }


    .edu__links {
        width: 100%;
        padding: 0 10px !important;
    }


    .MM__VideoArea>.container>a.carousel-control-prev {
        right: -25px;
    }

    .refe-link p {
        width: 400px;
    }

    .carousel-inner.w-90.mnt>.item>.col-lg-4.col-md-6 {
        height: 400px;
    }

    /*      Wellbeing       */
    .wellbeing.primaryImg,
    .wellbeingPrimaryImg {
        width: 100%;
        height: 360px;
    }

    .logyourAct.py-2 {
        width: 100%;
    }

    .score-holder {
        width: 100%;
    }

    .myScore-chart {
        width: 100%;
    }

    .otsukaScore-chart {
        width: 100%;
        margin-left: -100%;
        margin-top: 55%;
    }

    .yoga-img {
        display: none;
    }

    .scoreReport {
        width: 100%;
        margin-top: 20px;
    }

    img.wellbeingSliderImg,
    .wellbeing-subpage-slider>div>img {
        width: 100% !important;
        height: auto !important;
    }

    .wellbeing.slider,
    .wellbeing-subpage-slider {
        height: 368px !important;
        width: 100%;
    }

    .wellbeing.homeImage {
        height: 369px !important;
    }

    .wellBeing.controll::after {
        top: -1px !important;
        width: 50px !important;
        left: -7px !important;
    }

    .wellBeing.controll::after {
        top: -1px !important;
        width: 50px !important;
        left: -7px !important;
    }

    .wellBeing.controll txt.next {
        font-size: 12px;
        left: 53px;
        top: -30px;
    }

    .wellBeing.controll txt.pre {
        top: -22px;
        font-size: 12px;
        left: 0px;
    }

    .scoreReport>div {
        gap: 5px;
    }

    .scoreReport>div>div>.primeryBtn2 {
        margin: 0;
    }

    .activity-log-btn>div>button {
        margin: 0px;
        width: 230px;
    }

    p.wellbeing-Stories-userName {
        font-size: .8em;
    }

    #divPandemicStories {
        display: grid;
        grid-template-columns: 49% 49%;
        grid-gap: 2%;
    }

    .wellbeing-Stories {
        width: 100%;
        margin: 0;
    }

    .wellbeing-btn-holder {
        flex-direction: column;
        gap: 5px;
    }

    .viewActivity>div {
        width: 100%;
    }

    .dataTables_length {
        width: 40% !important;
    }

    .dataTables_filter {
        width: 60% !important;
    }

    .dataTables_filter input {
        min-width: 220px !important;
    }

    .activityDlt-back button {
        width: 300px;
        margin: auto;
    }

    .viewActivity>div>form {
        width: 90%;
        margin: auto;
    }

    .updateActDlt label {
        width: 200px;
    }

    .wps__formatmsgForEditPage {
        margin: 0;
    }

    .wellbeing-subpage-slider>div {
        height: 368px;
    }

    .wellBeing-filters {
        flex-direction: column;
        gap: 10px;
    }

    button#imgBackTopic {
        margin: 0;
    }

    /*      Journal Club   */
    .JC__VideoArea {
        padding: 0 10px;
    }

    .JC__VideoArea .container {
        padding: 0 !important;
        width: 100%;
    }

    .on24Thumb {
        width: 99% !important;
        min-height: 397px !important;
    }

    .mte__SearchByKeyword {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 10px;
        width: 310px;
    }

    .jc-filter-holder {
        display: grid;
        grid-gap: 10px;
    }

    .upcoming-session {
        flex-direction: column;
    }

    .upcoming-session>.session-thum-img {
        width: 400px;
        height: auto;
        margin-right: 0;
    }

    .upcoming-session>.session-thum-details {
        max-width: 100%;
        padding-top: 20px;
        width: 100%;
    }

    .upcoming-session>.session-thum-details h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .session-thum-disc p a {
        font-size: 14px;
    }

    .mte_selectBySpeaker.filters-border,
    .mts__selectByYear {
        width: 310px;
        margin: 0 auto;
    }

    button#imgSearchMeeting,
    button#imgResetMeeting {
        margin-left: 0;
        margin-right: 0;
    }

    .session-s.f-1.f-color-2.d-flex.align-items-center {
        display: grid;
        grid-template-columns: 100%;
    }

    .session_details.d-flex.ml-1 {
        display: grid;
        grid-template-columns: auto auto;
        margin-left: 0;
    }

    .session_details.d-flex.ml-1>div {
        margin: 0;
        padding: 0;
    }


    /*      News Letter     */
    .nl__LatestRelease {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }

    .news__latestRelease {
        height: 330px;
        background-blend-mode: exclusion;
    }

    .nl__LatestRelease h1,
    .nl__LatestRelease h2,
    .nl__LatestRelease p,
    .nl__moduleTitle h1,
    .nl__moduleTitle p {
        text-shadow: 1px 1px 3px black;
    }

    form#myFormNewsletter {
        flex-direction: column;
        gap: 5px;
    }

    form#myFormNewsletter>div {
        margin: 0;
    }

    .nl__bg {
        height: 380px;
    }

    /*      Compliance Metrics*/

    .PVComplianceMetr__slider {
        height: 340px;
    }

    .ComplianceDateSerch,
    .primeryBtn2 {
        width: 300px;
        margin-left: 0px;
    }



    .gc__holder.mrgBtm50 {
        margin-bottom: 0;
    }

    .PVComplianceMetr__pdfContainer {
        width: 100%;
        height: 290px;
        margin-right: 0;
    }

    .PVComplianceMetr__pdfContainer .pdf {
        width: 75%;
        height: 270px;
    }

    .pv__countrydiv {
        width: 25%;
        padding-left: 5px;
    }

    .pvcm h3 {
        font-size: 10px;
    }

    .PVComplianceMetr__pageTitle {
        width: 100%;
        padding: 0 10px 10px;
    }

    .singleEvent .gc__locationFollw .gc__followBtn a {
        display: flex;
        align-items: center;
    }

    .gc-search.primeryBtn2 {
        margin-left: 5px;
        width: 100%;
    }

    .PVComplianceMetr__pdfContainer .countList {
        height: 240px;
    }


    /*      Regional PV Information     */
    .reginalPVI__latestUpdate {
        height: auto;
        padding: 20px 0;
    }

    .reginalPVI__latestUpdateContent {
        margin-top: 0;
    }



    .reginalPVI__bg {
        width: 100%;
        padding: 0 5px;
        height: 440px;
        align-items: center;
    }

    .reginalPVI__map {
        width: 440px;
        background-size: contain;
        background-repeat: no-repeat;
        height: 320px;
        padding: 0;
        margin-top: 15px;
    }

    .regionalPVI_legends {
        padding: 0;
        display: grid;
        grid-template-columns: 217px 218px;
        grid-gap: 5px;
        background-color: transparent;
    }

    .regionalPVI_legends .EU,
    .regionalPVI_legends .AAP,
    .regionalPVI_legends .JP,
    .regionalPVI_legends .USA {
        padding-left: 46px;
        height: 50px;
        background-color: white;
        display: flex;
        align-items: center;
    }

    .EU a,
    .AAP a,
    .JP a,
    .USA a {
        font-size: 12px;
    }

    .regionalPVI_legends .EU::before,
    .regionalPVI_legends .AAP::before,
    .regionalPVI_legends .JP::before,
    .regionalPVI_legends .USA::before {
        left: 10px;
        top: 8px;
        width: 35px;
        height: 35px;
    }

    .reginalPVI__locationIcon .location-icon1 {
        top: 55px;
        left: 80px;
    }

    .reginalPVI__locationIcon .location-icon2 {
        top: 70px;
        left: 136px;
    }

    .reginalPVI__locationIcon .location-icon3 {
        top: 60px;
        left: 190px;
    }

    .reginalPVI__locationIcon .location-icon4 {
        top: 60px;
        left: 300px;
    }

    .reginalPVI__locationIcon .location-icon1 img,
    .reginalPVI__locationIcon .location-icon2 img,
    .reginalPVI__locationIcon .location-icon3 img,
    .reginalPVI__locationIcon .location-icon4 img {
        width: 35px;
    }


    .regionalPVInfo {
        flex-direction: column;
    }

    .subPage__mainTitle,
    .subPage__subTitle {
        width: 100%;
    }

    ul.regPVUpdatesList {
        width: 100%;
    }

    .regPVUpdatesList li {
        flex-direction: column;
    }

    .regionalPVI__listimg {
        gap: 5px;
    }

    .regionalPVI__listimg img {
        max-width: 50px;
    }

    .reginalPVI__search form {
        display: grid !important;
        grid-template-columns: 50% 50%;
        grid-gap: 5px;
    }

    .reginalPVI__search form .nl__selectBy,
    .reginalPVI__search form .primeryBtn2 {
        width: 100%;
    }

    .reginalPVI__search {
        padding: 0 0 10px 0;
    }

    .regionalPVI__listTxt h2 {
        cursor: pointer;
        font-size: 17px;
        line-height: 24px;
    }

    p.contryButedBy {
        font-size: 12px;
    }

    .regionalPVI__listTxt h2 {
        margin: 0;
    }

    .regionalPVInfoDtl {
        flex-direction: column;
    }

    /*      Regional PV Information closed         */


    /*      RI      */

    .RI__slider {
        height: 250px;
    }

    .RI__slider h3 {
        font-size: 17px;
    }

    .riAlerts h1 {
        width: auto;
    }

    .RI__bg .gc__conferences {
        margin: 20px 0 0 0;
        padding: 0;
        width: 92%;
    }

    ul#ulCountries {
        width: 100%;
    }

    .RI__bg {
        width: 100%;
        height: 390px;
        align-items: center;
        padding: 10px;
    }

    /*      RI Closed*/



    /*      Success Story       */

    .ss__hearder {
        flex-direction: column;
    }

    #ulSuccessStories {
        display: grid;
        grid-template-columns: 440px;
        padding: 0 !important;
        gap: 10px;
        justify-content: center;
    }

    .ss__destials {
        width: 440px;
        margin: 0;
    }

    .ss__detailsPage {
        flex-direction: column;
        padding: 0;
    }

    .SS-detailsPageImg,
    .SS-detailsPageImg img {
        width: 100%;
        height: auto;
    }

    .ss__detailsPageCont {
        width: 100% !important;
        padding: 10px;
    }

    .ss_likes.mt-2 {
        width: 100%;
        justify-content: center;
    }

    .ss-comments,
    .ss_comments_field {
        width: 95%;
    }

    .ss_likeCount {
        width: 100%;
    }

    .ss_likeCount {
        width: 90%;
        display: grid;
        justify-content: space-between;
        grid-template-columns: auto auto;
        margin: auto;
    }

    p#GetLikeCount,
    div#GetLikeCount {
        display: flex;
        width: 200px;
        border: 1px solid #008aca;
        border-radius: 30px;
        align-items: center;
        justify-content: center;
        position: initial;
        right: initial;
    }

    div#divLikeEntry {
        width: 240px;
        margin: 0;
        display: flex;
        justify-content: end;
    }



    .archGallery {
        padding: 0 10px;
    }


    .homeImgGallery .subHead {
        width: auto;
    }

    .ss__proftext {
        width: 100%;
    }

}




@media (min-width: 641px) and (max-width:767px) {

    .overFlowhidden {
        overflow-y: auto;
    }


    .mobView {
        display: block !important;
    }

    .deskView {
        display: none !important;
    }

    .height-auto {
        height: auto !important;
    }

    h1 {
        font-size: 1.35em;
    }

    .mob-mg-btm-20 {
        margin-bottom: 20px;
    }

    #loginPage {
        align-items: inherit;
        background-color: hsl(200deg 92% 63%);
        height: 100%;
    }

    .loginHold {
        width: 90%;
        display: flex;
        flex-direction: column;
        background-image: none;
    }

    .loginHold .logohold {
        padding: 25px 0;
    }

    .loginHold .logohold .otsuka-logo {
        margin: -35px 0px;
    }

    .bg-ele-TL,
    .bg-ele-TR,
    .bg-ele-BR,
    .bg-ele-small,
    .bg-ele-mid,
    .bg-ele-big {
        display: none;
    }



    .tradi-login {
        gap: 10px;
    }

    .tradi-btn,
    .sso-btn {
        font-size: 13px;
    }

    .tradi-sso-select-right {
        left: 50%;
    }

    .loginHold .login-content h3 {
        text-align: center;
        font-size: 1em;
    }

    .loginRemember {
        flex-direction: row !important;
        align-items: center;
    }



    .inputUserId input,
    .inputPass input {
        margin-top: 0px;
    }


    .inputUserId label,
    .loginPass label {
        display: none;
    }

    .inputUserId,
    .inputPass {
        justify-content: center;
    }

    .loginRemember {
        flex-direction: column;
    }

    .tradi-sso,
    .tradi-sso-select {
        height: 54px;
        border-radius: 27px;
    }

    .slogansubMess1 {
        border: 10px solid #5fc5ec;
        padding: 40px 20px;
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5s;
        animation-name: fade;
        animation-duration: 1.5s;
        opacity: 1;
    }

    .slogansubMess1 p {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .otsuka-logo::before {
        margin: 50px 0px;
    }

    .gpv-logo::before {
        margin: 50px 40px;
    }

    .loginHold {
        height: auto;
    }

    .login-instruction {
        margin-bottom: 10px;
    }

    .mrq-text {
        margin-top: 10px;
        padding-bottom: 10px;
    }

    /*      Header      */
    .menu {
        left: -60%;
    }

    .divTranslate {
        width: 40vw;
    }

    .headerLogo {
        width: 30vw;
    }

    .menu.showMenu {
        left: 0;
    }

    .menu ul li {
        height: 40px;
    }

    .rightPad,
    .login-dr-icon {
        display: none;
    }


    footer {
        flex-direction: column;
        justify-content: center;
    }

    footer ul,
    .copyRight {
        width: 100%;
        justify-content: center;
        padding-right: 0;
    }



    footer ul li {
        margin: 0 20px;
    }

    /*      Home page       */
    .primaryCont {
        flex-direction: column;
    }

    .primaryTxt,
    .primaryImg {
        width: 100%;
    }

    .primaryTxt {
        height: 440px;
    }

    .pageTxt,
    #IntroTextHome,
    #IntroTextAboutUs {
        height: 380px;
    }

    #homeImage {
        top: 0;
    }

    #aboutImage {
        height: 446px;
        background-size: contain;
        top: 0px;
        background-position: center;
        background-color: #59daf7;
    }

    .primaryImg {
        height: 445px;
    }

    .pageImg,
    .eModulePageImg,
    .headerImg {
        width: 100% !important;
        text-align: center;
    }

    .pageTitle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .storyCont {
        width: 100%;
        height: 230px !important;
    }

    div#banner {
        width: 100%;
        height: 220px;
        padding: 0 20px;
        justify-content: flex-end;
    }

    .successStory {
        padding: 0;
    }

    .sucstybg {
        width: 100%;
        height: 320px;
    }

    .GPBMAilBox-Home {
        padding-left: 10%;
    }

    .GPVMailBox-Home-cont p {
        text-align: center;
    }

    .eModulestatus,
    .newsStaus,
    .PVComStatus {
        font-size: 1.3em;
    }

    .whatsNew {
        padding: 0 20px;
    }

    #WhatsNew {
        width: 100%;
        height: 110px;
    }

    #WhatsNew ul {
        height: 80px;
    }

    .archGallery {
        padding: 10px;
    }



    .homeImgGallery .subHead {
        width: auto;
    }

    ul.row.home-img-glry {
        grid-template-columns: repeat(2, 300px);
    }
    ul.row {
        width: 100%;
        display: grid;
        grid-template-columns: auto auto;
        list-style: none;
        grid-gap: 5px;
        height: auto;
    }

    ul.row::after,
    ul.row:before {
        display: none;
    }

    modal-dialog,
    .modal.fade .modal-dialog {
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        width: 90%;
        margin: 0;
    }

    .mob-rm {
        display: none !important;
    }

    .subPage__mainTitle {
        width: 100%;
    }

    /*      Education and Regulatory Resources      */
    .pageImg img,
    .eModulePageImg img,
    .headerImg img {
        width: 100%;
    }

    .edu__jcarea.my-4.py-5 {
        margin-top: 0 !important;
        padding: 0 20px;
        margin-bottom: 0 !important;
    }

    .col-md-3.eud-general-link {
        max-width: 320px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .jc-carousel>.edu-carousel.carousel-inner {
        height: 340px;
    }

    .edu__GeneralLinksList {
        height: 270px;
    }

    .edu__links {
        width: 100%;
        padding: 0 10px !important;
    }

    ul#pledgelistingContainer li.col-md-3 {
        max-width: 100%;
    }

    .linksSection {
        width: 100%;
        display: grid;
        grid-template-columns: 100%;
    }

    .linksSection ul {
        width: 100%;
        margin: 0;
        display: grid;
        grid-template-columns: 33% 33% 33%;
        gap: 0 10px;
    }


    /*      eModule     */
    .eModuleprimaryTxt {
        width: 100%;
    }

    .eModulpageTxt {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .eModule__bg,
    .eModule__slideHold,
    .eModule__pageTitle,
    .elmSlider,
    .eLearnDtls .filmstrip-top,
    .eLearnDtls .elmSlider {
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
    }

    .eLearnDtls {
        height: 280px;
    }

    .eModule__nextPrevBtn {
        width: 20%;
    }

    .filmstrip-top {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 10px;
    }

    div#filmstrip {
        height: 280px;
        display: grid;
        grid-template-columns: 80% 20%;
    }

    .eLearnDtls .filmstrip-inner,
    .eLearnDtls .filmstrip .item a {
        height: 250px;
    }

    .eLearnDtls .filmstrip-thumbs {
        width: 18%;
        margin-top: 17px;
        overflow: hidden;
        margin-left: 5px;
    }

    .eModule__prevBtn,
    .eModule__nextBtn {
        width: 100%;
        height: 36px;
    }

    .eModule__nextBtn {
        bottom: -280px;
    }

    .eModule-pImg,
    .eModule-img,
    .eModule-img .latest_release {
        height: 280px;
    }

    .eModule__search {
        flex-direction: column;
        gap: 10px;
    }

    .eModule__search form#myForm {
        width: 100%;
    }

    .eModule__search .eModule__Catelog {
        width: 380px;
    }

    input#txtModuleSearch {
        font-size: .8em;
    }

    ul#newList {
        padding-top: 10px !important;
    }

    .wnPagination {
        height: 20px;
    }

    /*      Global Conference       */


    .singleEvent .gc__locationFollw .gc__followBtn a {
        display: flex;
        align-items: center;
    }

    form#filterConferenceData {
        display: grid;
        grid-template-columns: 32% 32% 32%;
        grid-gap: 5px;
    }

    .gc__SearchByKeyword.width15P {
        width: 100% !important;
    }

    .gc__SearchByKeyword {
        width: 100%;
    }

    .gc-search.primeryBtn2 {
        margin-left: 5px;
    }

    .gc__bg {
        width: 100%;
        align-items: baseline;
        background-size: cover;
        background-color: #d6d6d6;
        background-blend-mode: soft-light;
        justify-content: center;
    }

    .gc__pageTitle {
        width: 100%;
        margin-bottom: 20px;
    }

    .gc__calenderTitle h3 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .gc__calenderTitle h3 span {
        font-size: 1em;
        font-weight: 500;
    }

    .gc__conferences {
        width: 100%;
    }

    .gc__list {
        background-color: white;
        border-radius: 20px;
        padding: 5px;
    }

    .gc__dateLocation {
        padding: 0;
    }

    .conference-label-txt {
        display: none;
    }

    .gc__location {
        margin-left: 5px;
        justify-content: left !important;
    }

    .gc__btmmsg p {
        width: 90%;
        text-align: center;
    }

    /*      Mentorship Program      */
    .Mentorship {}

    .MMM__LatestRelease img {
        width: inherit;
    }

    .MM__latestRelease {
        height: 320px;
    }

    img.MentorLogo {
        width: 270px;
        margin-top: 0;
    }

    p.participantsHeader {
        margin: 0;
        width: 100%;
    }

    .mentorMenteeList>ul>li {
        width: 100% !important;
    }

    .testimonial {
        padding: 1em;
    }

    .testimonial-inner-holder {
        width: 100%;
    }

    .wnPagination {
        height: 15px;
    }

    .testimonial-inner-content-img {
        width: 70px;
        height: 70px;
        border-radius: 35px;
        margin-right: 10px;
    }

    .testimonial-inner-content-txt {
        width: 440px;
        height: auto;
        padding: 10px;
    }

    .testimonial>.graphic-6 {
        bottom: 180px;
    }

    .testimonial>.graphic-5 {
        right: 0px;
        bottom: 0px;
        width: 85px;
        height: 60px;
    }

    .testimonial>.graphic-1 {
        left: 0px;
        bottom: 5px;
        height: 6px;
    }

    .pdg-mtr {
        padding: 0;
    }

    .jc-carousel>.carousel-inner {
        height: 130px !important;
        width: 380px;
        margin: auto;
    }

    .carousel-inner>.item>.col-lg-4.col-md-6 {
        float: left;
        width: 50%;
        height: 128px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .MM__VideoArea>.container {
        padding: 0 !important;
    }

    .col-md-6 {
        max-width: 50% !important;
    }

    .MM__VideoArea p {
        padding: 0 20px;
        text-align: center;
    }

    .faq {
        padding-bottom: 15px;
    }

    .testimonil-update-header {
        grid-template-columns: 100%;
    }

    .testimonil-update-header>.subPage__mainTitle,
    .testimonil-update-header>.subPage__subTitle {
        height: 100px;
    }

    section.all-testimonial {
        grid-template-columns: 100%;
    }

    .all-testimonial-inner-content {
        grid-template-columns: 60px 400px;
        align-items: center;
        justify-content: center;
    }

    .all-testimonial-inner-content-img img {
        width: 60px;
        height: 60px;
    }

    .all-testimonial-inner-content-txt {
        grid-column: span 1;
    }

    .testimonial-detail-img img {
        width: 80px;
        height: 80px;
        border-radius: 100px;
    }

    .Mentorship {}

    /*      Wellbeing       */
    .Wellbeing {}

    .wellbeing.primaryImg,
    .wellbeingPrimaryImg,
    .wellbeing-subpage-slider>div {
        width: 100%;
        height: 400px;
    }

    .wellbeing.slider,
    .wellbeing-subpage-slider {
        height: 400px !important;
        width: 100%;
    }

    .wellbeing.homeImage {
        height: 400px !important;
    }

    img.wellbeingSliderImg,
    .wellbeing-subpage-slider>div>img {
        width: 100% !important;
        height: auto !important;
    }

    .score-holder {
        flex-direction: column;
    }

    .otsukaScore-chart {
        margin-left: 0;
    }

    .scoreReport {
        width: 100%;
        margin-top: 10px;
    }

    .yoga-img {
        display: none;
    }

    #divPandemicStories {
        display: grid;
        grid-template-columns: 49% 49%;
        grid-gap: 2%;
    }

    .wellbeing-gallery ul.row {
        grid-template-columns: auto auto auto;
    }

    li.wellbeing-gallery-list {
        margin: 0;
    }

    .regionalPVInfo {
        flex-direction: column;
    }

    .subPage__subTitle {
        width: 100%;
    }

    .viewActivity>div {
        width: 90%;
        margin: 20px auto;
    }

    .wps__formatmsgForEditPage {
        margin-left: 50%;
        padding: 0 10px;
    }

    .wellBeing-filters {
        align-items: baseline;
        gap: 10px;
        display: grid;
        width: 100%;
    }

    form#IndexSubmitForm {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mte_selectBySpeaker.mx-1.filters-border {
        width: 100%;
        padding: 0 0.5em;
        grid-column: span 2;
    }

    .primeryBtn2.wellBeing-search-btn {
        width: 100%;
    }

    button#imgBackTopic {
        margin: 0 0.25em;
        grid-column: span 2;
    }

    span.multiselect-selected-text {
        font-size: 15px;
    }

    .Wellbeing-close {}


    /*      Journal Clube       */
    .JC__VideoArea {
        padding: 0 10px;
    }

    .JC__VideoArea .container {
        padding: 0 !important;
        width: 100%;
    }

    .jc-carousel>.carousel-inner {
        height: 130px !important;
        width: 380px;
        margin: auto;
    }

    .on24Thumb {
        width: 99% !important;
        min-height: 397px !important;
    }

    .carousel-inner.w-90.on24VidCarousel {
        width: 100%;
    }

    .col-lg-4.col-md-6.on24Thumb {
        padding: 0 !important;
        margin: 0 3px !important;
        width: 48% !important;
        min-height: 287px !important;
    }


    .jc-filter-holder {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 5px;
        padding: 10px;
    }

    .mte__SearchByKeyword.d-flex.justify-content-center.align-items-center {
        grid-column: span 2;
        width: 100%;
        grid-template-columns: 50% 50%;
        display: grid;
        grid-gap: 5px;
    }

    .session-s.f-1.f-color-2.d-flex.align-items-center {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .session_details.d-flex.ml-1 {
        margin-left: 0;
    }

    .session-thum-details h3 {
        font-size: 1em;
        line-height: 1.5em;
    }

    .session-thum-disc>p>a {
        font-size: 1em;
    }

    #myFormNewsletter {
        display: grid !important;
        grid-template-columns: auto auto auto;
        grid-gap: 5px;
    }

    button#btnSubmitNL {
        width: 100%;
    }

    .news__latestRelease {
        height: 350px;
    }

    .nl__LatestRelease {
        margin-top: 10px;
        margin-right: 60px;
    }

    .nl__bg {
        height: 385px;
    }

    /*      Complaince Metrics      */
    .PVComplianceMetr__slider {
        height: 350px;
       
    }

    .RI__bg {
        width: 100%;
        height: 400px;
        align-items: center;
        padding: 0 20px 20px 20px;
    }

    .RI__slider {
        height: 300px;
    }

    .PVComplianceMetr__pageTitle {
        width: 100%;
    }

    .PVComplianceMetr__pdfContainer {
        width: 100%;
        height: 290px;
        margin-right: 0;
    }

    .PVComplianceMetr__pdfContainer .pdf {
        height: 270px;
        width: 80%;
    }

    .pv__countrydiv {
        width: 20%;
    }

    .PVComplianceMetr__pdfContainer .countList {
        height: 220px;
    }

    .PVCompliance__openPDF.mrgTop10.mob-mg-btm-20 {
        margin-top: 40px;
    }

    .reginalPVI__search>form#IndexSubmitForm {
        display: grid;
        grid-template-columns: 33% 33% 33%;
        grid-gap: 5px;
        width: 100%;
        padding: 0 10px;
    }

    .nl__selectBy {
        width: 100%;
        margin: 0;
    }

    .reginalPVI__bg {
        width: 100%;
        height: 410px;
        justify-content: center;
        align-items: center;
    }

    .reginalPVI__map {
        width: 640px;
        height: 311px;
        background-size: contain;
        margin: 0;
        background-repeat: no-repeat;
    }

    .reginalPVI__locationIcon .location-icon1 {
        top: 50px;
        left: 95px;
    }

    .reginalPVI__locationIcon .location-icon2 {
        top: 80px;
        left: 170px;
    }

    .reginalPVI__locationIcon .location-icon3 {
        top: 55px;
        left: 250px;
    }

    .reginalPVI__locationIcon .location-icon4 {
        top: 50px;
        left: 410px;
    }

    .gc__holder {
        margin-bottom: 50px;
    }

    .reginalPVI__latestUpdate {
        height: 300px;
    }

    .rinfoLatest .ri-latest-update {
        width: 90% !important;
    }

    .regionalPVInfoDtl {
        flex-direction: column;
    }

    .reginalPVI__latestUpdateContent.mrgTop20 {
        margin-top: 0;
    }

    ul.regPVUpdatesList {
        width: 90%;
    }

    .regionalPVI__listimg img {
        max-width: 80px;
    }

    .regionalPVI__listTxt h2 {
        cursor: pointer;
        font-size: 1.2em;
    }

    .regionalPVI__listTxt p {
        font-size: .9em;
    }

    .eModule__search.RI-filter {
        display: grid;
        grid-template-columns: 32% 32% 32%;
    }

    .eModule__search.RI-filter>.RI__selectCountry {
        width: 100%;
    }

    .eModule__search.RI-filter>.primeryBtn2 {
        width: 100%;
        margin: 0;
    }

    /*      Success Story       */
    .ss__detailsPage {
        flex-direction: column;
    }

    .SS-detailsPageImg,
    .SS-detailsPageImg img {
        width: 100%;
        height: auto;
    }

    .ss__proftext {
        width: 100%;
    }

}













@media (min-width: 768px) and (max-width:1024px) {
    .class-1024 {}

    .mobView {
        display: block !important;
    }

    .deskView {
        display: none !important;
    }

    .height-auto {
        height: auto !important;
    }

    h1 {
        font-size: 1.35em;
    }

    .mob-mg-btm-20 {
        margin-bottom: 20px;
    }

    #loginPage {
        align-items: inherit;
        background-color: hsl(200deg 92% 63%)
    }

    .loginHold {
        width: 90%;
        display: flex;
        flex-direction: column;
        background-image: none;
    }

    .loginHold .logohold {
        padding: 25px 0 0;
    }

    .loginHold .logohold .otsuka-logo {
        margin: -35px 0px;
    }

    .login-certificate-icon,
    .login-design-card-icon,
    .login-game-icon,
    .login-icon,
    .login-news-icon,
    .login-podcast-icon,
    .login-psw-logo,
    .bg-ele-TL,
    .bg-ele-TR,
    .bg-ele-BR,
    .bg-ele-small,
    .bg-ele-mid,
    .bg-ele-big,
    .login-dr-icon {
        display: none;
    }
  

    .inputUserId,
    .inputPass {
        justify-content: center;
        width: 83%;
    }



    .tradi-btn,
    .sso-btn {
        font-size: 14px;
    }

    .tradi-sso-select-right {
        left: 50%;
    }

    .loginHold .login-content h3 {
        text-align: center;
        font-size: 1em;
    }

    .loginRemember {
        flex-direction: row !important;
        align-items: center;
    }

    ul.row.home-img-glry {
        grid-template-columns: repeat(2, 300px);
    }

    .inputUserId input,
    .inputPass input {
        margin-top: 0px;
    }


    .inputUserId label,
    .loginPass label {
        display: none;
    }

    .inputUserId,
    .inputPass {
        justify-content: center;
    }

    .loginRemember {
        flex-direction: column;
    }

    .tradi-sso,
    .tradi-sso-select {
        height: 54px;
        border-radius: 27px;
    }

    .slogansubMess1 {
        border: 10px solid #5fc5ec;
        padding: 40px 20px;
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5s;
        animation-name: fade;
        animation-duration: 1.5s;
        opacity: 1;
    }

    .slogansubMess1 p {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .otsuka-logo::before {
        margin: 50px 0px;
    }

    .gpv-logo::before {
        margin: 50px 40px;
    }

    .loginHold {
        height: auto;
    }



    .mrq-text {
        margin-top: 10px;
        padding-bottom: 10px;
    }

    /*      Header      */
    .menu {
        left: -60%;
    }

    .divTranslate {
        width: 40vw;
    }

    .headerLogo {
        width: 30vw;
    }

    .menu.showMenu {
        left: 0;
    }

    .menu ul li {
        height: 40px;
    }

    .rightPad {
        display: none;
    }


    footer {
        flex-direction: column;
        justify-content: center;
    }

    footer ul,
    .copyRight {
        width: 100%;
        justify-content: center;
        padding-right: 0;
    }



    footer ul li {
        margin: 0 20px;
    }

    /*      Home page       */
    .primaryCont {
        flex-direction: column;
    }

    .primaryTxt,
    .primaryImg {
        width: 100%;
    }

    .primaryTxt {
        height: 410px;
    }

    .pageTxt,
    #IntroTextHome,
    #IntroTextAboutUs {
        height: 350px;
    }

    #aboutImage {
        top: 0px;
        background-position: center;
        background-color: #59daf7;
        background-size: contain;
        height: 535px;
    }

    .primaryImg,
    .pageImg img,
    .slider,
    div#homeImage {
        height: 535px !important;
        top: 0;
    }

    .pageImg,
    .eModulePageImg,
    .headerImg {
        width: 100% !important;
        text-align: center;
    }

    .pageTitle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .storyCont {
        width: 100%;
        height: 280px !important;
    }

    div#banner {
        width: 100%;
        height: 270px;
        justify-content: flex-end;
    }

    .successStory {
        padding: 0;
    }

    .sucstybg {
        width: 100%;
        height: 370px;
    }

    .GPBMAilBox-Home {
        padding-left: 10%;
    }

    .GPVMailBox-Home-cont p {
        text-align: center;
    }

    .eModulestatus,
    .newsStaus,
    .PVComStatus {
        font-size: 1.3em;
    }

    .whatsNew {
        padding: 0 20px;
    }

    #WhatsNew {
        width: 100%;
        height: 110px;
    }

    #WhatsNew ul {
        height: 80px;
    }

    .archGallery {
        padding: 10px;
    }

    .homeImgGallery .subHead {
        width: auto;
    }





    .hovereffect .overlay {
        padding: 0 10px;
    }

    h2.gImgTitle {
        margin: 0;
    }

    p.gImgPostDate {
        font-size: .8em;
        margin: 5px 0;
    }

    modal-dialog,
    .modal.fade .modal-dialog {
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        width: 90%;
        margin: 0;
    }

    .mob-rm {
        display: none !important;
    }

    .subPage__mainTitle {
        width: 100%;
    }

    /*      Education and Regulatory Resources      */
    .pageImg img,
    .eModulePageImg img,
    .headerImg img {
        width: 100%;
    }

    .edu__jcarea.my-4.py-5 {
        margin-top: 0 !important;
        padding: 0 20px;
        margin-bottom: 0 !important;
    }

    .jc-carousel>.carousel-inner {
        height: 189px;
    }

    .carousel-inner>.item>.col-lg-4.col-md-6 {
        float: left;
        width: 33.33%;
        height: 189px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .jc-carousel>.edu-carousel.carousel-inner {
        height: 189px;
    }

    .edu__GeneralLinksList {
        height: 233px;
    }

    .edu__links {
        width: 100%;
        padding: 0 10px !important;
    }

    .linksSection {
        width: 100%;
        display: grid;
        grid-template-columns: 100%;
    }

    div#accordionExample {
        width: 65%;
    }

    .col-xs-12.col-md-3 {
        width: 35%;
    }

    .linksSection ul {
        width: 100%;
        margin: 0;
        display: grid;
        grid-template-columns: 33% 33% 33%;
        gap: 0 10px;
    }

    .col-md-9.mobView.mob-mg-btm-20 {
        width: 70%;
        float: left;
    }

    .col-md-3.eud-general-link {
        width: 30%;
        float: left;
        padding: 0px;
    }




    /*      eModule     */
    .eModuleprimaryTxt {
        width: 100%;
    }

    .eModulpageTxt {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .eModule__bg,
    .eModule__slideHold,
    .eModule__pageTitle,
    .elmSlider,
    .eLearnDtls .filmstrip-top,
    .eLearnDtls .elmSlider {
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
    }

    .eLearnDtls {
        height: 350px;
    }

    .eModule__nextPrevBtn {
        width: 20%;
    }

    .filmstrip-top {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 10px;
    }

    div#filmstrip {
        height: 350px;
        display: grid;
        grid-template-columns: 80% 20%;
    }

    .eLearnDtls .filmstrip-inner,
    .eLearnDtls .filmstrip .item a {
        height: 330px;
    }

    .eLearnDtls .filmstrip-thumbs {
        width: 18%;
        margin-top: 17px;
        overflow: hidden;
        margin-left: 5px;
    }

    .eLearnDtls .filmstrip .thumb {
        width: 100%;
    }

    .eModule__prevBtn,
    .eModule__nextBtn {
        width: 100%;
        height: 36px;
    }

    .eModule__nextBtn {
        bottom: -350px;
    }

    .eModule-pImg,
    .eModule-img,
    .eModule-img .latest_release {
        height: 280px;
    }

    .eModule__search {
        flex-direction: column;
        gap: 10px;
    }

    .eModule__search form#myForm {
        width: 100%;
    }

    .eModule__search .eModule__Catelog {
        width: 380px;
    }

    input#txtModuleSearch {
        font-size: .8em;
    }

    ul#newList {
        padding-top: 10px !important;
    }

    .wnPagination {
        height: 20px;
    }

    /*      Global Conference       */


    .singleEvent .gc__locationFollw .gc__followBtn a {
        display: flex;
        align-items: center;
    }

    form#filterConferenceData {
        display: grid;
        grid-template-columns: 32% 32% 32%;
        grid-gap: 5px;
    }

    .gc__SearchByKeyword.width15P {
        width: 100% !important;
    }

    .gc__SearchByKeyword {
        width: 100%;
    }

    .gc-search.primeryBtn2 {
        margin-left: 5px;
    }

    .gc__bg {
        width: 100%;
        align-items: baseline;
        background-size: cover;
        background-color: #d6d6d6;
        background-blend-mode: soft-light;
        justify-content: center;
    }

    .gc__pageTitle {
        width: 100%;
        margin-bottom: 20px;
    }

    .gc__calenderTitle h3 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .gc__calenderTitle h3 span {
        font-size: 1em;
        font-weight: 500;
    }

    .gc__conferences {
        width: 100%;
    }

    .gc__list {
        background-color: white;
        border-radius: 20px;
        padding: 5px;
    }

    .gc__dateLocation {
        padding: 0;
    }

    .conference-label-txt {
        display: none;
    }

    .gc__location {
        margin-left: 5px;
        justify-content: left !important;
    }

    .gc__btmmsg p {
        width: 90%;
        text-align: center;
    }

    /*      Mentorship Program      */
    .Mentorship {}

    .MMM__LatestRelease img {
        width: inherit;
    }

    .MM__latestRelease {
        height: 320px;
    }

    img.MentorLogo {
        width: 270px;
        margin-top: 0;
    }

    p.participantsHeader {
        margin: 0;
        width: 100%;
    }

    .mentorMenteeList>ul>li {
        width: 100% !important;
    }

    .testimonial {
        padding: 1em;
    }

    .testimonial-inner-holder {
        width: 100%;
    }

    .wnPagination {
        height: 15px;
    }

    .testimonial-inner-content-img {
        width: 70px;
        height: 70px;
        border-radius: 35px;
        margin-right: 10px;
    }

    .carousel-inner.w-90.mnt>.item>.col-lg-4.col-md-6 {
        height: 400px;
    }

    .testimonial>.graphic-6 {
        bottom: 180px;
    }

    .testimonial>.graphic-5 {
        right: 0px;
        bottom: 0px;
        width: 85px;
        height: 60px;
    }

    .testimonial>.graphic-1 {
        left: 0px;
        bottom: 5px;
        height: 6px;
    }

    .testimonil-update {
        padding: 50px;
    }

    .testimonil-update_form {
        width: 100%;
    }

    .pdg-mtr {
        padding: 0;
    }

    .MM__VideoArea>.container {
        padding: 0 !important;
    }

    .col-md-6 {
        max-width: 50% !important;
    }

    .MM__VideoArea p {
        padding: 0 20px;
        text-align: center;
    }

    .faq {
        padding-bottom: 15px;
    }

    .testimonil-update-header {
        grid-template-columns: 100%;
    }

    .testimonil-update-header>.subPage__mainTitle,
    .testimonil-update-header>.subPage__subTitle {
        height: 100px;
    }

    section.all-testimonial {
        grid-template-columns: 100%;
    }

    .all-testimonial-inner-content {
        grid-template-columns: 60px 400px;
        align-items: center;
        justify-content: center;
    }

    .all-testimonial-inner-content-img img {
        width: 60px;
        height: 60px;
    }

    .all-testimonial-inner-content-txt {
        grid-column: span 1;
    }

    .testimonial-detail-img img {
        width: 80px;
        height: 80px;
        border-radius: 100px;
    }

    .Mentorship {}

    /*      Wellbeing       */
    .Wellbeing {}

    div#homeImage.wellbeing.homeImage {
        height: 500px !important;
    }

    .wellbeing.primaryImg,
    .wellbeingPrimaryImg {
        width: 100%;
        height: 500px;
    }

    .wellbeing.slider,
    .wellbeing-subpage-slider {
        height: 500px !important;
        width: 100%;
    }



    img.wellbeingSliderImg,
    .wellbeing-subpage-slider>div>img {
        width: 100% !important;
        height: 500px !important;
    }

    .score-holder {
        flex-direction: column;
    }

    .otsukaScore-chart {
        margin-left: 0;
    }

    .scoreReport {
        width: 100%;
        margin-top: 10px;
    }

    .yoga-img {
        display: none;
    }

    #divPandemicStories {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

    }

    .wellbeing-Stories {
        width: auto;
    }

    .wellbeing-gallery ul.row {
        grid-template-columns: auto auto auto;
        display: grid;
        width: 100%;
        height: auto;
    }

    li.wellbeing-gallery-list {
        margin: 0;
    }

    .regionalPVInfo {
        flex-direction: column;
    }

    .subPage__subTitle {
        width: 100%;
    }

    .viewActivity>div {
        width: 90%;
        margin: 20px auto;
    }

    .wps__formatmsgForEditPage {
        margin-left: 50%;
        padding: 0 10px;
    }

    .d-flex.justify-content-center.align-items-center.my-1.py-1.wellBeing-filters {
        width: 100%;
        align-items: baseline;
        padding: 0 10px;
    }

    li.wellbeing-gallery-list .hovereffect img {
        width: 100%;
    }

    .wellBeing-filters .mte_selectBySpeaker {
        width: 36%;
        margin: 0;
    }

    .mte__SearchByKeyword.d-flex.justify-content-center.align-items-center.mx-1 {
        gap: 5px;
    }

    button#imgBackTopic {
        margin: 0 0.25em;
    }

    .Wellbeing-close {}

    /*      Journal Clube       */

    .JC__VideoArea {
        padding: 0 10px;
    }

    .JC__VideoArea .container {
        padding: 0 !important;
        width: 100%;
    }




    .jc-filter-holder {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 5px;
        padding: 10px;
    }


    .session-s.f-1.f-color-2.d-flex.align-items-center {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .session_details.d-flex.ml-1 {
        margin-left: 0;
    }

    .session-thum-details h3 {
        font-size: 1em;
        line-height: 1.5em;
    }

    .session-thum-disc>p>a {
        font-size: 1em;
    }

    .col-lg-4.col-md-6.on24Thumb {
        padding: 0 !important;
        margin: 0 3px !important;
        width: 32% !important;
        min-height: 287px;
    }

    .mte__SearchByKeyword.d-flex.justify-content-center.align-items-center {
        grid-column: span 2;
        width: 100%;
        grid-template-columns: 50% 50%;
        display: grid;
        grid-gap: 5px;
    }

    button#btnSubmitNL {
        width: 100%;
    }

    form#myFormNewsletter {
        display: flex;
        gap: 5px;
    }

    .news__latestRelease {
        height: 350px;
    }

    .nl__LatestRelease {
        margin-top: 10px;
        margin-right: 60px;
    }

    .nl__bg {
        height: 385px;
    }

    /*      Complaince Metrics      */
    .PVComplianceMetr__slider {
        height: 540px;
    }

    .RI__bg {
        width: 100%;
        height: 400px;
        align-items: center;
        padding: 0 20px 20px 20px;
    }

    .RI__slider {
        height: 300px;
    }

    .PVComplianceMetr__pageTitle {
        width: 100%;
    }

    .PVComplianceMetr__pdfContainer {
        width: 80%;
        height: 370px;
        margin-right: 0;
    }

    .PVComplianceMetr__pdfContainer .pdf {
        height: 290px;
        width: 80%;
    }

    .pv__countrydiv {
        width: 20%;
    }

    .PVComplianceMetr__pdfContainer .countList {
        height: 350px;
    }

    .PVCompliance__openPDF.mrgTop10.mob-mg-btm-20 {
        margin-top: 40px;
    }

    .reginalPVI__search>form#IndexSubmitForm {
        gap: 5px;
    }

    .nl__selectBy {
        width: 100%;
        margin: 0;
    }

    .reginalPVI__bg {
        width: 100%;
        height: 410px;
        justify-content: center;
        align-items: center;
    }

    .reginalPVI__map {
        width: 640px;
        height: 311px;
        background-size: contain;
        margin: 0;
        background-repeat: no-repeat;
    }

    .reginalPVI__locationIcon .location-icon1 {
        top: 50px;
        left: 95px;
    }

    .reginalPVI__locationIcon .location-icon2 {
        top: 80px;
        left: 170px;
    }

    .reginalPVI__locationIcon .location-icon3 {
        top: 55px;
        left: 250px;
    }

    .reginalPVI__locationIcon .location-icon4 {
        top: 50px;
        left: 410px;
    }

    .gc__holder {
        margin-bottom: 50px;
    }

    .reginalPVI__latestUpdate {
        height: 300px;
    }

    .rinfoLatest .ri-latest-update {
        width: 90% !important;
    }

    .reginalPVI__latestUpdateContent.mrgTop20 {
        margin-top: 0;
    }



    ul.regPVUpdatesList {
        width: 90%;
    }

    .regionalPVI__listimg img {
        max-width: 80px;
    }

    .regionalPVI__listTxt h2 {
        cursor: pointer;
        font-size: 1.2em;
    }

    .regionalPVI__listTxt p {
        font-size: .9em;
    }

    .eModule__search.RI-filter {
        display: grid;
        grid-template-columns: 32% 32% 32%;
    }

    .eModule__search.RI-filter>.RI__selectCountry {
        width: 100%;
    }

    .eModule__search.RI-filter>.primeryBtn2 {
        width: 100%;
        margin: 0;
    }



    /*      Global Conference       */
    .gc__followBtn.deskView {
        display: block !important;
    }



    .SS-detailsPageImg {
        width: 50%;
        height: auto;
    }

    .SS-detailsPageImg img {
        width: 100%;
    }

    .ss__proftext {
        width: 50%;
    }





}

@media (min-width: 1025px) and (max-width:1279px) {

    /*      Home        */
    div#IntroTextAboutUs h1,
    div#IntroTextAboutUs p {
        margin-top: 0;
        line-height: 22px;
    }
    ul.row.home-img-glry {
        grid-template-columns: repeat(2, 300px);
    }
    #aboutImage {
        background-size: contain;
        background-color: #5bd6ff;
    }

    /*      Eud*/
    .headerImg.eud img {
        width: 100%;
    }

    /*      GPVWellbeing        */
    .yoga-img img {
        width: 170px;
    }

    li.wellbeing-gallery-list .hovereffect img {
        width: 100%;
    }

    .yoga-img {
        display: none;
    }

    .otsukaScore-chart {
        margin-left: 0px;
    }

    .score-holder {
        justify-content: center;
    }

    .scoreReport {
        margin-top: 20px;
        width: 100%;
    }

    .wellBeing-filters>.mte__SearchByKeyword.d-flex.justify-content-center.align-items-center.mx-1 {
        display: flex;
        width: 70%;
    }

    .d-flex.justify-content-center.align-items-center.my-1.py-1.wellBeing-filters {
        width: 100%;
    }

    .primeryBtn2.wellBeing-search-btn {
        width: 300px;
    }

    /*  Journal club    */
    .headerImg.journal-club-himg {
        width: 100%;
    }

    .headerImg.journal-club-himg img {
        width: 100%;
    }

    .col-lg-4.col-md-6.on24Thumb {
        width: 32%;
        min-height: 287px;
    }

    .jc-filter-holder {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 5px;
        padding: 10px;
    }

    .mte__SearchByKeyword.d-flex.justify-content-center.align-items-center {
        grid-column: span 2;
        width: 100%;
        grid-template-columns: 50% 50%;
        display: grid;
        grid-gap: 5px;
    }

    /*      newsletter  */
    form#myFormNewsletter {
        gap: 5px;
    }

    .nl__selectBy {
        width: 100%;
        margin: 0;
    }

    /*      RegionalPVInformation       */
    form#IndexSubmitForm {
        gap: 5px;
    }

}


/*      iphone 13       */

/*@media only screen and (min-width: 926px) and (orientation: portrait) { 
    .mobView {
        display: block !important;
    }

    .deskView {
        display: none !important;
    }
    .mob-rm {
        display: none !important;
    }


    .height-auto {
        height: auto !important;
    }

    h1 {
        font-size: 1.35em;
    }

    .mob-mg-btm-20 {
        margin-bottom: 20px;
    }

   


    .menu {
        left: -60%;
    }

    .divTranslate {
        width: 40vw;
    }

    .headerLogo {
        width: 30vw;
    }

    .menu.showMenu {
        left: 0;
    }

    .menu ul li {
        height: 40px;
    }*/


/*      Home page       */
/*.primaryCont {
        flex-direction: column-reverse;
    }

    .primaryTxt, .primaryImg {
        width: 100%;
    }

    #aboutImage {
        top: 0px;
        background-position: center;
        background-color: #59daf7;
        background-size: contain;
        height: 535px;
    }

    .primaryImg {
        height: 510px;
    }

    .pageImg, .eModulePageImg, .headerImg {
        width: 100% !important;
        text-align: center;
    }

    .pageTitle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .storyCont {
        width: 100%;
        height: 280px !important;
    }

    div#banner {
        width: 100%;
        height: 270px;
        justify-content: flex-end;
    }

   
}*/

@media only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (min--moz-device-pixel-ratio: 3),
only screen and (-o-min-device-pixel-ratio: 3/1),
only screen and (min-device-pixel-ratio: 3) {
    .mobView {
        display: block !important;
    }

    .deskView {
        display: none !important;
    }
    .login-certificate-icon,
    .login-design-card-icon,
    .login-game-icon,
    .login-icon,
    .login-news-icon,
    .login-podcast-icon,
    .login-psw-logo,
    .mob-rm {
        display: none !important;
    }


    .height-auto {
        height: auto !important;
    }

    h1 {
        font-size: 1.35em;
    }

    .mob-mg-btm-20 {
        margin-bottom: 20px;
    }




    .menu {
        left: -100%;
    }

    .divTranslate {
        width: 40vw;
    }



    .menu.showMenu {
        left: 0;
    }

    .menu ul li {
        height: 40px;
    }


    /*      Home page       */
    .primaryCont {
        flex-direction: column;
    }

    .primaryTxt,
    .primaryImg {
        width: 100%;
    }

    #aboutImage {
        top: 0px;
        background-position: center;
        background-color: #59daf7;
        background-size: contain;

    }

    .pageImg,
    .eModulePageImg,
    .headerImg {
        width: 100% !important;
        text-align: center;
    }

    .pageTitle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .storyCont {
        width: 100%;

    }

    .modal-dialog,
    .modal.fade .modal-dialog {
        width: 90vw;
    }

    .wellbeing.primaryImg,
    .wellbeingPrimaryImg,
    .wellbeing.eModulePageImg,
    .wellbeing.pageImg,
    #homeImage.wellbeing.homeImage,
    img.wellbeingSliderImg,
    .wellbeing-subpage-slider>div>img,
    .wellbeing-subpage-slider>div,
    .wellbeing-subpage-slider {
        height: 235px !important;
    }

    ul.row.home-img-glry {
        grid-template-columns: repeat(1, 300px);
    }

}




/* CSS End  */
