.mobile-active {
    overflow: hidden;
}

.v_pp_center {
    text-align: center;
}

.v_whatsapp_icon {
    position: fixed;
    box-shadow: rgba(255, 255, 255, 0.5) 0px 3px 8px;
    right: 40px;
    top: 280px;
    background-color: rgb(37, 211, 102, 0.8);
    padding: 15px;
    border-radius: 50px;
    z-index: 9999;
    transition: all .3s ease-in-out;
}

.v_whatsapp_icon:hover {
    padding: 20px;
    background-color: rgb(37, 211, 102, 1);
    transition: all .3s ease-in-out;
}

.v_navbar_menu_m {
    display: none;
}

.v_navbar_left img {
    width: 100%;
    max-width: 360px;
}

.v_navbar_shadow {
    top: 0;
    width: 100%;
    height: 120px;
    position: absolute;
    background: linear-gradient(rgba(255, 255, 255, 0.75) 75%, rgba(255, 255, 255, 0.01));
}

.v_navbar_box {
    padding: 20px 160px 0;
    width: 100%;
    z-index: 9;
    position: fixed;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    transition: all .3s ease-in-out;
}

.v_navbar_box.scrolling {
    background-color: rgba(255, 255, 255, .95);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transition: all .3s ease-in-out;
}

.v_navbar_box.scrolling img {
    max-width: 320px;
}

.v_navbar_box.scrolling .v_navbar_right_box {
    padding-right: 0;
    background-color: transparent;
    transition: all .3s ease-in-out;
}

.v_navbar_box.scrolling .v_navbar_right_item a {
    color: var(--green-color);
}

.v_navbar_right_item a:hover span{
    color: var(--hover-color)!important;
}

.v_navbar_right {
    width: 100%;
}

.v_navbar_right_top {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.v_navbar_right_top .v_navbar_right_item {
    margin-right: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.v_navbar_right_top span {
    font-size: 16px;
    color: var(--green-color);
}

.v_navbar_right_top img {
    width: 20px;
}

.v_navbar_right_top .v_navbar_right_item span{
    margin-left: 8px;
}

.v_navbar_right_langbox {
    margin-left: 15px;
    z-index: 1;
    position: relative;
    cursor: pointer;
}

.v_navbar_right_langbox ul {
    display: none;
}

.v_navbar_right_langbox.active ul {
    display: flex;
    right: 0;
    top: 25px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    position: absolute;
    flex-direction: column;
    background-color: white;
}

.v_navbar_right_langbox.active ul li {
    padding: 10px 30px;
    cursor: pointer;
    list-style-type: none;
    text-align: center;
}

.v_navbar_right_langbox.active ul li:hover {
    color: white;
    background-color: var(--hover-color);
}

.v_navbar_right_box {
    width: 95%;
    margin: 0 0 0 auto;
    padding: 0 50px;
    border-radius: 50px;
    position: relative;
    background-color: var(--green-color);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.v_navbar_right_bottom .v_navbar_right_item {
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.v_navbar_right_bottom .v_navbar_right_item>a {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
}

.v_navbar_right_bottom .v_navbar_right_item>a:hover {
    color: #14d2be;
}

.v_navbar_right_bottom .v_navbar_right_item ul {
    top: 65px;
    padding: 30px 40px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    background-color: rgba(255, 255, 255, 0.95);
    list-style-type: none;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
}

.v_navbar_right_bottom .v_navbar_right_item ul.active {
    display: flex;
}

.v_navbar_right_bottom .v_navbar_right_item ul li {
    margin-bottom: 30px;
    color: var(--green-color);
    text-align: left;
}

.v_navbar_right_bottom .v_navbar_right_item ul li:last-child {
    margin-bottom: 0;
}

.v_navbar_right_bottom .v_navbar_right_item ul li a {
    width: 100%;
    font-size: 18px;
    position: relative;
    display: flex;
    font-weight: normal;
    color: var(--green-color);
}

.v_navbar_right_bottom .v_navbar_right_item ul li a:hover {
    color: #14d2be;
}

.v_home_banner_box {
    height: 100vh;
    background-image: url('../img/Banner_Index.jpg?ver=2');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.v_home_news_box {
    width: 100%;
    padding: 100px 0 60px;
    background-color: var(--green-color);
}

.v_home_news_inner {
    width: 100%;
    max-width: 66.6%;
    margin: 0 auto;
}

.v_home_text_white {
    color: white;
}

.v_home_text_green {
    color: var(--green-color);
}

.v_home_title {
    font-size: 30px;
    text-align: center;
}

#HomeNewsSwiper_Div {
    padding: 60px 0;
}

#HomeNewsSwiper_Div img {
    width: 100%;
    height: 190px;
    margin-bottom: 15px;
    overflow-y: hidden;
    object-fit: cover;
    object-position: center;
}

#HomeNewsSwiper_Div .splide__slide {
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
}

#HomeNewsSwiper_Div .splide__slide:hover {
    background-color: rgba(255, 255, 255, 1);
}

#HomeNewsSwiper_Div .splide__slide a{
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#HomeNewsSwiper_Div .splide__slide .v_home_news_title {
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-black-color);
}

#HomeNewsSwiper_Div .splide__arrow {
    background: transparent;
}

#HomeNewsSwiper_Div .splide__arrow svg {
    fill: white;
}

.v_home_watermark_inner {
    padding: 100px 0 0;
    background-image: url('../img/home_watermark_bg.jpg?ver=2');
}

.v_home_watermark_inner2 {
    padding: 90px 0 0;
    background-image: url('../img/home_watermark_bg.jpg?ver=2');
}

.v_home_animate_text {
    padding: 180px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    user-select: none;
    overflow: hidden;
}

.v_home_animate_back {
    font-size: 350px;
    font-weight: 900;
    opacity: .15;
    -webkit-text-stroke: 1px var(--green-color);
    text-stroke: 1px var(--green-color);
    font-family: "Roboto", sans-serif;
    transition: all .3s ease-in-out;
    text-align: center;
    text-wrap: nowrap;
    position: absolute;
    color: transparent;
    text-transform: uppercase;
    color: transparent;
    overflow: hidden;
}

.v_home_animate_front {
    font-size: 250px;
    font-weight: 900;
    text-align: center;
    text-wrap: nowrap;
    text-transform: uppercase;
    position: absolute;
    color: var(--green-color);
    transition: all .3s ease-in-out;
    overflow: hidden;
}


.v_home_animate_back.v_animate_start {
    animation: backTextZoomSmall 1.5s ease-in-out forwards;
}

.v_home_animate_front.v_animate_start {
    animation: frontTextZoomSmall 1.5s ease-in-out forwards;
}

.v_home_animate_back.v_animate_start2 {
    animation: backTextZoomBig 1.5s ease-in-out forwards;
}

.v_home_animate_front.v_animate_start2 {
    animation: frontTextZoomBig 1.5s ease-in-out forwards;
}

@keyframes backTextZoomSmall {
    0% {
        font-size: 350px;
    }

    100% {
        font-size: 175px;
    }
}

@keyframes frontTextZoomSmall {
    0% {
        font-size: 250px;
    }

    100% {
        font-size: 52px;
    }
}


@keyframes backTextZoomBig {
    0% {
        font-size: 175px;
    }

    100% {
        font-size: 350px;
    }
}

@keyframes frontTextZoomBig {
    0% {
        font-size: 52px;
    }

    100% {
        font-size: 250px;
    }
}

.v_home_services_5 {
    padding: 40px 160px 120px;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.v_home_services {
    height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}

.v_home_services.active .v_home_services_shadow {
    background: linear-gradient(180deg, transparent 0, rgba(3, 110, 99, 0.35) 20%, rgba(3, 110, 99, 1) 65%);
    transition: all .3s ease-in-out;
}

.v_home_services.active i {
    transform: rotateX(180deg);
    transition: all .3s ease-in-out;
}

.v_home_services.active .v_home_services_desc {
    display: block;
}

.v_home_services_shadow {
    padding: 0 20px 30px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0, rgba(3, 110, 99, .15) 70%, rgba(3, 110, 99, 1) 90%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    transition: all .3s ease-in-out;
}

.vhs1 {
    background-image: url('../img/service1.jpg?ver=2');
}

.vhs2 {
    background-position: 20%;
    background-image: url('../img/service2.jpg?ver=2');
}

.vhs3 {
    background-image: url('../img/service3.jpg?ver=2');
}

.vhs4 {
    background-position: 75%;
    background-image: url('../img/service4.jpg?ver=2');
}

.vhs5 {
    background-position: 55%;
    background-image: url('../img/service5.jpg?ver=2');
}

.v_home_services_title {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.v_home_services_label {
    font-size: 20px;
    font-weight: 700;
    color: white;
}

.v_home_services_more {
    min-width: 30px;
    min-height: 30px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.v_home_services_more:hover {
    background-color: white;
    transition: all .3s ease-in-out;
}

.v_home_services_more:hover i {
    color: var(--green-color);
    transition: all .3s ease-in-out;
}

.v_home_services_more i {
    font-size: 14px;
    color: white;
}

.v_home_services_desc {
    display: none;
    margin-top: 20px;
}

.v_home_services_desc p {
    color: white;
}

.v_home_at {
    padding: 40px 0 120px;
    display: flex;
    flex-direction: row;
}

.v_home_at_left,
.v_home_at_right {
    width: 50%;
}

.v_home_at_left {
    display: flex;
    flex-direction: row;
}

.v_home_at_img {
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.v_home_at_title {
    width: 100%;
    bottom: 0;
    margin: 0;
    padding: 0 20px 20px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: white;
    background: linear-gradient(180deg, transparent 0, rgba(3, 110, 99, 0.15) 20%, rgba(3, 110, 99, 0.3) 65%);
    position: absolute;
}

.v_home_at_row {
    width: 100%;
}

.v_home_at_row a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    color: white;
}

.v_home_at_col {
    cursor: pointer;
    background-color: var(--green-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.v_home_at_col:hover {
    background-color: var(--hover-color);
}

.v_home_at_col>a {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.v_home_at_col>a>div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.v_home_at_num {
    font-size: 32px;
}

.v_home_at_label {
    margin-left: 20px;
    font-size: 32px;
    font-weight: 600;
}

#HomeTeamSwiper_Div {
    padding: 40px 0 0;
}

#HomeTeamSwiper_Div .splide__track {
    margin: 0 auto;
    width: 83%;
}

#HomeTeamSwiper_Div .splide__arrow {
    background: transparent;
}

#HomeTeamSwiper_Div .splide__arrow--prev {
    left: 0;
}

#HomeTeamSwiper_Div .splide__arrow--next {
    right: 0;
}

#HomeTeamSwiper_Div svg {
    fill: var(--green-color);
}

#HomeTeamSwiper_Div button:hover svg {
    fill: var(--hover-color);
}

#HomeTeamSwiper_Div img {
    height: 540px;
}

#HomeTeamSwiper_Div a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.v_home_team {
    bottom: 120px;
    padding: 10px 20px;
    background-color: rgba(3, 110, 99, 0.85);
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .3s ease-in-out;
}

.v_home_team_name {
    margin-bottom: 5px;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

.v_home_team_position {
    font-size: 17px;
    text-transform: uppercase;
    color: white;
}

.v_home_environment_box {
    padding: 120px 160px 0;
    background-color: white;
}

.v_home_environment {
    padding: 40px 0 0;
    display: flex;
    flex-direction: column;
}

.v_home_environment_top {
    width: 100%;
    display: flex;
    flex-direction: row;
}

#HomeEnvironmentSwiper_Div img {
    width: 100%;
    height: 500px;
}

.v_home_environment_left,
.v_home_environment_right {
    width: 100%;
}

.v_home_environment_bottom {
    background-color: var(--green-color);
    margin-top: -3px;
    padding: 30px 80px;
    width: 100%;
    background-color: var(--green-color);
    display: grid;
    grid-template-columns: 1fr 60px 1fr 60px 1fr;
    gap: 40px;
}

.v_home_location_label {
    font-weight: 800;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
}

.v_home_location_address {
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.5;
    color: white;
}

.v_home_location_item_line {
    display: flex;
    align-items: center;
    justify-content: center;
}

.v_home_location_item_line .v_hlilr {
    width: 1px;
    height: 100%;
    background-color: white;
}

.v_home_phe_phone,
.v_home_phe_fax,
.v_home_phe_email {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.v_home_phe_phone span,
.v_home_phe_fax span,
.v_home_phe_email a {
    margin-left: 20px;
    color: white;
}

.v_home_phe_email a:hover{
    color: var(--hover-color);
}

.v_home_flow_box {
    padding: 120px 160px 0;
    background-color: white;
}

.v_home_flow {
    padding: 60px 0 0;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.v_home_flow_step {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.v_home_flow_num {
    font-size: 64px;
    font-weight: 900;
}

.v_home_flow_desc {
    padding: 10px 40px 0;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    color: var(--green-color);
}

.vhfs1 {
    grid-column: span 2 / span 2;
    color: var(--green-color);
}

.vhfs2 {
    margin: 20px auto 0;
    max-width: 350px;
    grid-column: span 3 / span 3;
    grid-column-start: 3;
    grid-row-start: 2;
    color: #20927d;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.vhfs2 .v_home_flow_desc {
    padding-right: 0;
    text-align: start;
}

.vhfs3 {
    grid-column: span 2 / span 2;
    grid-column-start: 6;
    grid-row-start: 1;
    color: #32b495;
}

.vhfs4 {
    grid-column: span 3 / span 3;
    grid-column-start: 3;
    grid-row-start: 1;
}

.vhfs4 img {
    width: 100%;
}

.v_home_contact {
    padding: 0 0 0 160px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
}

.v_home_contact img {
    width: 100%;
    max-width: 700px;
    left: 0;
    z-index: 1;
    bottom: 0;
    position: absolute;
}

.v_home_contact_form {
    width: 65%;
    margin-bottom: 40px;
    padding: 60px 100px;
    background-color: white;
}

.v_home_contact_form .v_home_title {
    text-align: start;
}

.v_home_contact_form p {
    margin: 50px 0;
}

.v_home_contact_item {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
}

.v_home_contact_item>div {
    min-width: 80px;
}

.v_home_contact_item sup {
    color: #ff0000;
}

.v_home_contact_item input,
.v_home_contact_item textarea {
    width: 100%;
    padding: 0 0 5px 0;
    margin-left: 40px;
    color: var(--green-color);
    border: none;
    border-bottom: 1px solid lightgrey;
}

.v_home_contact_item textarea {
    outline: none;
}

.v_home_checkbox {
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.v_home_checkbox a:hover {
    color: var(--hover-color);
}

#CheckBoxDiv {
    margin-right: 10px;
}

.v_submit_button {
    border: 0;
    margin-left: 40px;
    width: 175px;
    height: 46px;
    color: white;
    background-color: var(--green-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.v_submit_button:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.v_footer_section {
    padding: 40px 160px;
    background-color: var(--green-color);
}

.v_footer_logo_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.v_footer_line {
    width: 100%;
    height: 1px;
    z-index: 1;
    position: absolute;
    background-color: white;
}

.v_footer_logo {
    padding: 0 20px;
    z-index: 2;
    background-color: var(--green-color);
}

.v_footer_logo img {
    width: 100%;
    max-width: 270px;
}

#FooterItemDiv {
    margin-top: 40px;
}

#FooterItemDiv b {
    font-size: 16px;
    line-height: 1.2;
    color: white;
    text-transform: uppercase;
}

#FooterItemDiv ul {
    margin-bottom: 40px;
}

#FooterItemDiv ul li {
    font-size: 16px;
    margin-top: 20px;
    color: white;
}

#FooterItemDiv ul li a {
    line-height: 1.3;
    color: white;
    cursor: pointer;
}

#FooterItemDiv ul li a:hover {
    text-decoration: underline;
}

.v_footer_item_onlyone {
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: white;
}

.v_footer_copyright {
    padding: 20px;
    font-size: 18px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.v_footer_link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.v_footer_link a {
    margin-left: 20px;
    border-bottom: 1px solid transparent;
    color: var(--text-black-color);
}

.v_footer_link a:hover {
    border-bottom: 1px solid var(--green-color);
    color: var(--green-color);
}

/* Inner Page */

.v_inner_banner_box {
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.v_inner_banner_text {
    margin: 0 auto;
    padding: 0 160px;
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.v_inner_banner_text h6 {
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 700;
    text-shadow: 4px 3px 20px rgba(255, 255, 255, 1), 4px 3px 20px rgba(255, 255, 255, 1), 4px 3px 20px rgba(255, 255, 255, 1), 4px 3px 20px rgba(255, 255, 255, 1);
    text-transform: uppercase;
    text-align: center;
    color: var(--green-color);
}

#Banner_PP {
    background-image: url('../img/Banner_LatestNews.jpg?ver=2');
}

#Banner_IntroTeam {
    background-image: url('../img/Banner_IntroTeam.jpg?ver=2');
    background-position: left;
}

#Banner_SPD {
    background-image: url('../img/Banner_SPD.jpg?ver=2');
}

#Banner_CommonPain {
    background-image: url('../img/Banner_CommonPain.jpg?ver=2');
    background-position: center left;
}

#Banner_HBOS {
    background-image: url('../img/Banner_Hbos.jpg?ver=2');
}

#Banner_CorporateWellness {
    background-image: url('../img/Banner_CW.jpg?ver=2');
}

#Banner_LatestNews {
    background-image: url('../img/Banner_LatestNews.jpg?ver=2');
}

#Banner_Equipment {
    background-position: top;
    background-image: url('../img/Banner_Equipment.jpg?ver=2');
}

.v_inner_content_box {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
}

#Intro_Div {
    margin: 0 auto;
    width: 100%;
    max-width: 965px;
}

#Policy_Div{
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
}

.v_pp_content {
    padding: 60px 0;
}

.v_pp_content p{
    line-height: 1.5;
    text-align: justify;
}

.v_pp_content a {
    word-wrap: break-word;
}

.v_pp_content ul{
    margin-left: 15px;
    margin-top: 20px;
}

.v_pp_content ul li {
    line-height: 1.3;
    margin-bottom: 20px;
    font-size: 16px;
    list-style-type: lower-alpha;
}

.v_pp_content a:hover {
    color: var(--hover-color);
}

.v_heading_line {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.v_heading_line>div {
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: var(--green-color);
}

.v_heading_line img {
    padding: 0 10px;
    z-index: 1;
    background-color: white;
    width: 54px;
}

.v_inner_heading {
    padding: 40px 0;
    border-bottom: 1px solid var(--green-color);
}

.v_inner_heading h6 {
    font-size: 22px;
    color: var(--green-color);
    text-align: center;
}

.v_inner_heading p {
    padding: 15px 15px 0;
}

.v_inner_col:first-child {
    margin-top: 0 !important;
}

.v_inner_col:last-child {
    margin-bottom: 60px !important;
}

.v_inner_col {
    width: 100%;
    margin-top: 40px;
}

.v_intro ul {
    margin-top: 40px;
    padding-left: 20px;
}

.v_intro ul li {
    margin-bottom: 15px;
    list-style-type: disc;
    color: var(--green-color);
}

.v_intro ul li span {
    line-height: 1.3;
    font-weight: 500;
    color: var(--text-black-color);
}

.v_ta {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    display: grid;
}

.v_ta_item {
    width: 100%;
    height: 310px;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.v_ta_shadow {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0, rgba(3, 110, 99, .25) 80%, rgba(3, 110, 99, .8) 90%);
}

.v_team_bg {
    background-image: url('../img/TransdisciplinaryTeam.jpg?ver=2');
}

.v_equipment_bg {
    background-image: url('../img/AdvancedRehabilitationEquipment.jpg?ver=2');
}

.v_ta_desc {
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
}

.v_ta_desc h6 {
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: white;
}

.v_ta_desc a {
    padding: 15px 20px;
    bottom: -35px;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    color: white;
    background-color: var(--highlight-color);
    align-items: center;
    flex-direction: row;
    position: absolute;
}

.v_ta_desc a:hover {
    background-color: var(--hover-color);
}

.v_ta_desc a i {
    margin-left: 10px;
}

.v_team_heading {
    margin: 0 auto;
    max-width: 800px;
}

.v_team_bio {
    padding: 0 160px
}

.v_stroke_heading {
    margin: 0 auto;
    max-width: 1300px;
}

.v_stroke_left {
    width: 100%;
}

.v_stroke_right {
    width: 100%;
}

.v_stroke_row {
    padding-bottom: 160px;
}

.vsr1 {
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    display: grid;
    align-items: center;
}

.v_stroke_col {
    margin-bottom: 20px;
    padding: 40px;
    border: 1px solid #f4fdfc;
    background-color: #d9f6f4;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.v_stroke_col:nth-child(2) {
    margin-bottom: 0;
    flex-direction: row-reverse;
}

.v_stroke_col:nth-child(2) .v_stroke_desc {
    text-align: right;
}

.v_stroke_desc {
    width: 65%;
    font-size: 20px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    color: var(--green-color);
}

.v_stroke_value {
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--green-color);
}

.v_stroke_value h6 {
    margin-bottom: 0;
    font-size: 32px;
}

.v_stroke_title {
    margin-bottom: 40px;
    font-size: 22px;
    color: var(--green-color);
}

.v_stroke_ktsoas {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.v_stroke_ktsoas_item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.v_stroke_ktsoas_item img {
    width: 100%;
    max-width: 70px;
}

.v_stroke_ktsoas_item h6 {
    margin: 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #373737;
}

.v_stroke_ktsoas_item span {
    font-size: 16px;
}

.v_stroke_fisr {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    display: grid;
}

.v_stroke_fisr_item {
    display: flex;
    flex-direction: column;
}

.v_fisr_label {
    font-size: 20px;
    border-bottom: 2px solid var(--green-color);
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: var(--green-color);
    display: flex;
    flex-direction: row;
    align-items: center;

}

.v_fisr_label img {
    width: 32px;
    height: 32px;
}

.v_fisr_label span {
    margin-left: 8px;
}

.v_stroke_rehabilitation {
    padding: 100px 0 160px 0;
    background-color: #f4fdfc;
}

.v_sr_title {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: var(--green-color);
}

.v_sr_content {
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
}

.v_sr_content p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
    color: #373737;
}

#SR_Row1_Div {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    display: grid;
}

.v_sr_row h6 {
    font-size: 18px;
    font-weight: 700;
}

.v_sr_row ul {
    margin-left: 20px;
}

.v_sr_row li {
    margin-top: 20px;
    line-height: 1.3;
    list-style-type: disc;
}

.v_sr_row,
.v_sr_row2,
.v_sr_row3 {
    margin-top: 60px;
}

.v_srg_label {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 700;
    color: var(--green-color);
}

.v_srg {
    width: 100%;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
}

.v_srg_item {
    padding: 40px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #d9f6f4;
    color: var(--green-color);
    text-align: center;
}

.v_srg_item img {
    width: 100%;
    margin-bottom: 10px;
    max-width: 60px;
}

.v_srg_item span {
    color: #373737;
    line-height: 1.3;
    font-weight: 500;
}

.v_mt {
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    gap: 60px;
}

.v_mt_left ul {
    margin-left: 20px;
}

.v_mt_left ul li {
    font-size: 18px;
    margin-bottom: 15px;
    list-style-type: disc;
}

.v_mt_left ul li::marker {
    color: var(--green-color);
}

.v_mt_left ul li {
    line-height: 1.3;
    font-weight: 500;
    color: #373737;
}

#MTSwiper_Div img {
    width: 100%;
}

.v_enquiry_appointment {
    padding: 100px 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
}

.v_ea_left {
    width: 40%;
}

.v_ea_right {
    width: 60%;
    padding: 40px;
    background: url('../img/home_watermark_bg.jpg?ver=2');
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.v_ea_left ul {
    display: flex;
    flex-direction: column;
}

.v_ea_left li {
    width: 100%;
    margin-bottom: 40px;
    padding: 20px 30px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--hover-color);
}

.v_ea_left li:last-child {
    margin-bottom: 0;
}

.v_ea_left li:nth-child(2) {
    background-color: #d9f6f4;
}

.v_ea_left li:nth-child(3) {
    background-color: #f4fdfc;
}

.v_ea_left li:first-child span {
    color: white;
}

.v_ea_left li span:first-child {
    width: 100px;
    font-size: 75px;
    font-weight: 700;
    opacity: .5;
    text-align: left;
}

.v_ea_left li span {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: var(--green-color);
}

.v_ea_label {
    margin-bottom: 50px;
    font-size: 30px;
    color: var(--green-color);
}

.v_ea_label img {
    width: 50px;
}

.v_ea_form_item {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
}

.v_ea_form_item:last-child {
    margin-bottom: 0;
}

.v_ea_form_item>div {
    min-width: 80px;
}

.v_ea_form_item input,
.v_ea_form_item textarea {
    width: 100%;
    padding: 0 0 5px 0;
    margin-left: 40px;
    color: var(--green-color);
    background-color: transparent;
    border: none;
    border-bottom: 1px solid lightgrey;
}

.v_parkinson_row {
    margin-bottom: 160px;
}

.v_pr_label_row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.v_pr_label_row img{
    margin-right: 10px;
}

.vpr1 {
    margin: 0 auto 160px;
    max-width: 800px;
    gap: 60px;
    grid-template-columns: 1fr 2.5fr;
    display: grid;
    align-items: center;
}

.vpr2 {
    margin: 0 auto 160px;
    padding: 50px;
    max-width: 1300px;
    background-color: #f4fdfc;
}

.vpr3 {
    margin: 0 auto 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.v_ps_label {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.v_ps_label img {
    width: 100%;
    max-width: 32px;
}

.v_ps_label span {
    margin-left: 10px;
    font-size: 22px;
    font-weight: 700;
    color: var(--green-color);
}

.v_ps_label p {
    margin-left: 5px;
}

.v_ps_label b {
    font-size: 22px;
    font-weight: 700;
    color: var(--green-color);
}

.v_ps_item ul {
    margin: 20px 0 30px 20px;
}

.v_ps_item ul li {
    margin-bottom: 15px;
    line-height: 1.3;
    list-style-type: disc;
    color: var(--green-color);
}

.v_ps_item ul li span {
    color: #373737;
}

.v_five_stage_parkinson {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}

.v_fsp_item {
    margin: 0 20px;
    width: 100%;
    max-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.v_fsp_item img {
    width: 100%;
    max-width: 110px;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    background-color: #f4fdfc;
    color: white;
}

.v_fsp_item span {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: var(--green-color);
}

.v_fsp_stage_arrow {
    display: flex;
    align-items: center;
}

.v_fsp_stage_arrow i {
    font-size: 24px;
    color: var(--green-color);
}

.v_fsp_num {
    font-size: 28px;
    margin-bottom: 10px;
    color: var(--green-color);
}

.v_parkinson_rehabilitation .v_sr_row {
    margin-top: 0;
    padding: 60px 0;
}

#PDRSwiper_Div img {
    width: 100%;
}

.v_parkinson_swiper {
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
}

.dcr1 {
    margin: 0 auto 100px;
    max-width: 800px;
    gap: 60px;
    grid-template-columns: 1.2fr 2.2fr;
    display: grid;
    align-items: center;
}

.dcr1 b {
    color: var(--green-color);
}

.dcr1 h6 {
    padding: 0 40px;
}

.dcr2 {
    margin: 0 auto 100px;
    max-width: 1300px;
}

.dcr3 {
    margin: 0 auto 160px;
    max-width: 1300px;
}

.v_dementia {
    gap: 0;
    grid-template-columns: 1fr;
}

.v_dementia_item {
    padding: 20px;
    background-color: #f4fdfc;
    border-bottom: 1px solid var(--green-color);
    cursor: pointer;
}

.v_dementia_item:nth-child(even) {
    background-color: white;
}

.v_dementia_item.active ul {
    display: flex;
}

.v_dementia_item ul {
    display: none;
    padding: 20px;
    padding-bottom: 0;
    flex-direction: column;
}

.v_dementia_item ul li {
    padding-right: 40px;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
    list-style-type: disc;
    color: var(--green-color);
}

.v_dementia_item ul li:last-child {
    margin-bottom: 0;
}

.v_dementia_item ul li span {
    color: #373737;
}

.v_dementia_item.active i {
    transition: all .3s ease-in-out;
    transform: rotate(180deg);
}

.v_dementia_label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.v_dementia_label h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.v_cbapp_label {
    font-size: 20px;
}

.v_cbapp_ul {
    width: 100%;
    margin: 20px 0 60px;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
}

.v_cbapp_ul li {
    padding: 40px;
    border-radius: 5px;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f4fdfc;
    color: var(--green-color);
    text-align: center;
}

.v_cbapp_ul li img {
    margin-bottom: 10px;
    max-width: 60px;
}

.v_cbapp_ul li span {
    color: #373737;
}

.v_8iQ_label {
    margin-bottom: 40px;
    color: var(--green-color);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.v_8iQ_label img {
    margin-right: 20px;
    width: 100%;
    max-width: 44px;
}

.v_8iQ_label h6 {
    font-weight: 700;
    font-size: 20px;
}

.v_8iQ_ul {
    list-style-type: decimal;
    margin-top: 20px;
    margin-left: 20px;
}

.v_8iQ_ul li {
    margin-top: 20px;
    list-style-type: decimal;
    color: var(--green-color);
}

.v_8iQ_ul span {
    color: #373737;
}

.v_crot_row {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
}

#CROT_Div {
    width: 100%;
}

#CROT_Div p {
    margin-bottom: 40px;
}

#CROT_Div .v_dementia_item {
    background-color: #d9f6f4;
}

#CROT_Div .v_dementia_item:nth-child(even) {
    background-color: white;
}

#DementiaSwiper_Div img {
    width: 100%;
}

.v_cp_4 {
    margin: 0 auto 60px;
    padding: 0 40px; 
    width: 100%;
    max-width: 1400px;
    border-radius: 20px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.v_cp_item {
    padding: 30px 60px;
    width: 100%;
    background-color: #f4fdfc;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.v_cp_item:nth-child(2) {
    background-color: #d9f6f4;
}

.v_cp_item:nth-child(3) {
    background-color: #d9f6f4;
}

.v_cp_icon {
    width: 200px;
    height: 200px;
    padding: 20px;
    border-radius: 100px;
    background-color: var(--highlight-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.v_cp_icon img {
    width: 100%;
    max-width: 70px;
}

.v_cp_icon h6 {
    font-weight: 700;
    margin: 10px 0 0;
    color: white;
    text-align: center;
}

.v_cp_item ul {
    display: flex;
    flex-direction: column;
}

.v_cp_item ul li {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    list-style-type: disc;
}

.v_physio_treatment {
    padding: 0 40px;
    margin: 0 auto 160px;
    max-width: 800px;
}

.v_physio_treatment p {
    text-align: justify;
}

.v_pt_label{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    color: var(--green-color);
}

.v_watermark_4_cp {
    background: url('../img/home_watermark_bg.jpg?ver=2');
}

.v_4_cp{
    padding: 100px 0;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.v_6_cp {
    max-width: 1450px;
}

.v_cp_category_item{
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    border-left: 5px solid grey;
    color: grey;
    cursor: pointer;
}

.v_cp_category_item.active{
    color: var(--green-color);
    border-left: 5px solid var(--green-color);
}

.v_4_cp_img {
    margin-left: 20px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v_4_cp_img img {
    height: 400px;
    object-fit: contain;
    object-position: top;
}

.v_4_cp_right{
    width: 60%;
    max-width: 720px;
}

.v_4_cp_desc {
    width: 100%;
    margin-bottom: 5px;
    padding: 30px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.v_4_cp_label {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: var(--green-color);
}

.v_4_cp_right .splide__pagination{
    display: flex!important;
    bottom: -25px;
}

.v_4_cp_right .splide__pagination__page.is-active{
    background-color: var(--green-color);
}

.v_4_cp_right .splide__arrow {
    background-color: transparent;
}

.v_4_cp_right .splide__arrow svg{
    fill: var(--green-color);
}

.v_remarks {
    padding: 0 20px;
    font-size: 15px;
    line-height: 1.2;
    flex-direction: column!important;;
    align-items: flex-start!important;;
    background-color: transparent!important;
    text-align: justify;
    font-style: italic;
}

.v_remarks b {
    padding-bottom: 5px;
}

.pt1 {
    margin: 0 auto 100px;
    max-width: 800px;
    gap: 60px;
    grid-template-columns: .8fr 3fr;
    display: grid;
    align-items: center;
}

.pt2 {
    margin: 0 auto 160px;
    padding: 0 160px ;
}

.pt3{
    margin-bottom: 0;
}

.v_pt_title{
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: var(--green-color)
}

.v_parkinson_ptci_ul {
    margin-top: 40px;
    width: 100%;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    list-style: none;
}

.v_parkinson_ptci_ul li{
    flex-direction: column;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #f4fdfc;
    color: var(--green-color);
    text-align: center;
    line-height: 1.3;
}

.v_parkinson_ptci_ul li img{
    width: 100%;
    margin-bottom: 10px;
    max-width: 60px;
}

.v_parkinson_ptci_ul li span{
    color: #373737;
}

.v_pt_orpf_title{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    color: var(--green-color);
}

.v_6_pt {
    background-color: url('../img/home_watermark_bg.jpg?ver=2');
}

.v_6_pt_right {
    width: 50%;
}

.v_6_pt_right img{
    width: 100%;
}

.v_ho_col {
    padding: 20px;
    background-color: #f4fdfc;
    display: flex;
    flex-direction: column!important;
}

.v_ho_col .v_stroke_desc {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.v_ho_col img{
    width: 100%;
    max-width: 32px;
}

.v_ho_col .v_stroke_desc span{
    margin-left: 10px;
    font-size: 22px;
    font-weight: 700;
    color: var(--green-color);
    text-align: start;
}

.v_ho_col ul {
    padding-top: 20px;
    padding-left: 20px;
}

.v_ho_col li{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3;
    list-style-type: disc;
}

.v_ho_col .v_stroke_value span{
    font-weight: 400;
    color: #373737;
}

.v_ho_title_row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ho1 {
    padding-bottom: 60px;
}

.ho2 {
    padding-bottom: 60px;
    padding-top: 60px;
    display: flex;
    justify-content: center;
}

.v_inquiry_text a:hover{
    color: var(--hover-color);
}

#CW_Div .v_inner_col{
    margin: 0 auto 0!important;
    max-width: 1100px;
}

#CW_Div a:hover{
    color: var(--hover-color);
}

.v_cw_1 {
    padding: 0 0 60px;
    gap: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.v_cw_1 img{
    width: 100%;
    max-width: 420px;
}

.v_cw_1 p{
    line-height: 1.5;
    font-size: 18px;
}

.v_cw_1 p b{
    color: var(--highlight-color);
}

.v_cw_2 .v_inner_heading{
    border-bottom: 0;
}

.v_cw_2 ul {
    margin-bottom: 60px;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.v_cw_2 ul li{
    padding: 35px;
    line-height: 1.5;
    background-color: #f4fdfc;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v_testimonial {
    margin: 0 auto;
    max-width: 1300px;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    display: grid;
}

.v_testimonial_item {
    padding: 40px 35px;
    border: 1px solid #d9f6f4;
    background-color: #f4fdfc;
}

.v_testimonial_client p {
    margin: 20px 0;
    line-height: 1.5;
    font-size: 16px;
}

.v_hashtag {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.v_hashtag_item {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    background-color: #d9f6f4;
}

.v_sources_link {
    width: 100%;
    min-height: 40px;
    font-size: 16px;
    word-wrap: break-word;
    color: var(--text-black-color);
    text-align: center;
}

.v_sources_link a {
    word-wrap: break-word;
    color: var(--text-black-color);
}

.v_sources_link a:hover{
    color: var(--hover-color);
}

.v_news_year {
    display: flex;
    justify-content: flex-end;
}

#Media_Div .v_inner_col,
#Events_Div .v_inner_col{
    margin: 0 auto;
    max-width: 1300px;
}

.v_news {
    padding: 40px 0;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.v_news_item {
    padding: 30px;
    transition: all 1s ease-in-out;
    border: 1px solid #d9f6f4;
    background-color: #f4fdfc;
    background-position: center;
}

.v_news_item:hover {
    background: url('../img/home_watermark_bg.jpg?ver=2');
    transition: all 1s ease-in-out;
}

.v_news_detail {
    padding: 20px 0 0;
    padding-bottom: 0;
}

.v_news_date {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    color: var(--green-color);
}

.v_news_detail h6 {
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.5;
}

.v_news_thumbnail {
    height: 250px;
    overflow: hidden;
    background-color: #f4fdfc;
}

.v_news_thumbnail img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    object-fit: cover;
}

.v_news_desc {
    padding: 40px;
    width: 100%;
    max-width: 1200px;
    border-top: 1px solid var(--green-color);
}

.v_news_desc h6 {
    margin-bottom: 40px;
    color: var(--green-color);
}

.v_news_desc a {
    color: var(--text-black-color);
}

.v_news_desc a:hover{
    color: var(--hover-color);
}

.v_news_source {
    margin-top: 20px;
    border-radius: 20px;
    background-color: var(--highlight-color);
}

.news-footer {
    font-size: 14px;
    line-height: 2;
}

#SourceDiv {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: white;
}

.v_pagination {
    display: flex;
    justify-content: center;
}

.paginationjs .paginationjs-pages li,
.paginationjs .paginationjs-pages li:last-child {
    border: 0;
}

.paginationjs .paginationjs-pages li:first-child>a,
.paginationjs .paginationjs-pages li:last-child>a {
    font-size: 30px;
}

.paginationjs .paginationjs-pages li>a {
    width: 40px;
    height: 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
}

.paginationjs .paginationjs-pages li.active>a {
    width: 40px;
    height: 40px;
    background: #9E7F56;
}

.v_equipment_watermark_bg {
    padding: 100px 100px 120px;
    background: url('../img/home_watermark_bg.jpg?ver=2');
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}

#NewsImageSwiperDiv .splide__pagination {
    bottom: -30px;
}

.v_7_ae{
    max-width: 1450px;
}

.v_7_ae .v_4_cp_right{
    width: 50%;
}

.v_news_title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    color: var(--green-color);
}

.v_news_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.v_news_content .splide{
    margin: 60px 0;
}

.v_sources_link {
    margin-bottom: 40px;
}

.v_news_content img {
    border-radius: 5px;
}


#NewsImageSwiperDiv {
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

#NewsImageSwiperDiv li {
    display: flex;

    justify-content: center;
}

#NewsImageSwiperDiv iframe{
    border-radius: 5px;
}

#NewsImageSwiperDiv img{
    width: 100%;
    object-fit: contain;
}

#NewsContentDiv {
    width: 100%;
    margin: 0 auto;
}

#NewsContentDiv .splide__pagination__page.is-active {
    background: var(--hover-color);
}

#NewsContentDiv .splide__pagination__page {
    border: 1px solid #f4fdfc;
    background: #d9f6f4;
}

#HomeOcc_Div .v_stroke_left p{
    padding: 0 15px;
}

.v_news_action_button{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.v_news_back {
    display: flex;
    justify-content: center;
    align-items: center;
}

.v_news_back a {
    width: 175px;
    height: 46px;
    background-color: var(--green-color);
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.v_news_back a:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#HomeOcc2_Div .v_4_cp_right {
    max-width: 620px;
}

#HomeOcc2_Div .v_4_cp_img img{
    height: auto;
}

.v_submit_button.disabled{
    background-color: #cccccc!important;
    color: #666666!important;
}


#CommonPain_Div2 .v_mt {
    padding: 0 40px;
    grid-template-columns: 1fr;
}