@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital@1&display=swap');

html,
body {
    border: none;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
    border: none;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
}

blockquote::before,
blockquote::after {
    content: "";
}


/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */


html {
    font-size: 62.5%;
    /* 1rem = 10px */
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    background: #fffff5;
    box-sizing: border-box;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.8rem;
    letter-spacing: -0.015em;
    text-align: left;
}

@supports (font-variation-settings: normal) {

    body {
        font-family: 'Montserrat', sans-serif;
    }
}

*,
*::before,
*::after {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    word-wrap: break-word;
}

#site-content {
    overflow: hidden;
}


/* Clearing ---------------------------------- */

.group::after,
.entry-content::after {
    clear: both;
    content: "";
    display: block;
}


/* Base Transitions -------------------------- */
.logo {
    max-width: 200px;
}

.logo img {
    width: 100%;
}

a,
path {
    transition: all 0.15s linear;
    color: #333;
    text-decoration: none;
    display: inline-block;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.3333%
}

.col-5 {
    width: 41.666667%
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333333%
}

.col-8 {
    width: 66.66666%;
}

.col-12 {
    width: 100%;
}


ul {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    width: 100%;
}


header.site-header .row {
    justify-content: space-between;
    align-items: center;
}

header.site-header {
    top: 0;
    padding: 15px 25px;
    background: #fffff4;
    position: fixed;
    width: 100%;
    z-index: 999
}

#main_content {
    padding-top: 80px;
}

.bg_img>img {
    width: 100%;
    display: block;
}

nav.navigation li a {
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 15px;
}

.copyright {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    background: #002D48;
    font-weight: 300;
}

.main-slider-portion.full-height-banner {
    position: relative;
    height: 100vh;
    padding: 0 25px;
}

.main-slider-portion.full-height-banner .main-text {
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    color: #00AAFF;
    font-weight: 900;
    width: 100%;
    font-size: 120px;
    max-width: 1014px;
    line-height: 0.8;
}

.element-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
}

.element-container .circle-caracter {
    width: 100%;
    text-align: center;
    position: relative;
}

.element-container .text-green.typo-effect p {
    text-align: right;
    font-size: 75px;
    font-weight: 900;
    color: #008B00;
    line-height: 1;
}

.main-slider-portion.full-height-banner .main-text h1 {
    font-weight: 900;
}

.main-slider-portion.full-height-banner .main-text span.color_>span {
    display: block;
}

.text-green.typo-effect {
    position: absolute;
    right: calc(50% + 30px);
    top: 50%;
    transform: translateY(-50%);
}

.woman-character {
    position: absolute;
    right: calc(185px);
    top: calc(50% - 177px);
}

.main-slider-portion.full-height-banner .main-text span.color_>span.top_text {
    text-align: right;
}

span.circle_second_half {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.blue-bg {
    background: #008FE2;
}

section.widenItArea {
    padding: 12vw 18vw;
    position: relative;
    overflow: hidden;
    margin: 5vw 0;
}
 .widen_text_area {
    text-align: center;
    font-size: 75px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

 .widen_text_area p span {
    display: block;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.right-semicircle {
    max-width: 540px;
    position: absolute;
    transform: rotate(-18deg);
    bottom: -40px;
    right: -50px;
}

.right-semicircle img {
    width: 100%;
}

.left-semicircle {
    max-width: 540px;
    position: absolute;
    transform: rotate(155deg);
    top: -40px;
    left: -50px;
}

section.widenItArea img {
    width: 100%;
}

.about-text {
    max-width: 640px;
    margin: 0 auto;
}

.about-text p {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.class-about-character-container .character-container {text-align: center;}

section.widenItArea .woman-character {
    bottom: 130px;
    top: auto;
    left: 30px;
    right: auto;
    max-width: 190px;
}

a.link--orange {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FC580B;
    position: relative;
}

a.pink-link {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    color: #FC1E5A;
}

span.arrow-link {
    position: absolute;
    width: 23px;
    height: 23px;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
}

span.arrow-link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 3px;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
}

span.arrow-link:after {
    border-right: 4px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    height: 70%;
    border-bottom: 4px solid transparent;
    width: 70%;
    transform: rotate(-45deg);
    top: 3.5px;
    border-radius: 4px;
}

span.arrow-link.orange:before {
    background: #fc581e;
}

span.arrow-link.orange:after {
    border-color: #fc581e;
}

span.arrow-link.aqua:before {
    background: #1BB4F5;
}

span.arrow-link.aqua:after {
    border-color: #1BB4F5;
}

span.arrow-link.pink:before {
    background: #FC1E5A;
}

span.arrow-link.pink:after {
    border-color: #FC1E5A;
}

.character-container.about-3 {
    transform: none;
}

.character-container.about-4 {
    transform: translateY(-50px);
}

.class-about-character-container {
    margin: 40px 0 0;
}

.class-about-character-container {
    background-image: url('../images/About_bg.svg');
    background-size: 100%;
    background-position: bottom left;

}

.gobal-community {
    background-color: #f2f2d6;
    padding: 5vw 5vw 0;
}

.community_text {
    padding: 12vw 25pz;
}

.community-top-content .community_text h2 {
    font-size: 75px;
    font-weight: 900;
    color: #24588A;
    line-height: 1;
    margin-bottom: 20px;
}

.community-top-content .community_text h2>span {
    display: block;
}

.community-top-content .description_points {
    max-width: 600px;
    margin-left: auto;
}

.community-top-content .description_points ul {
    flex-direction: column;
}

.community-top-content .description_points ul li {
    margin-bottom: 30px;
    font-size: 21px;
}

.community-top-content .description_points ul li h3 {
    font-size: 25px;
    margin-bottom: 5px; 
}

.community-bottom-row {
    z-index: 0;
    position: relative;
    width: calc(100% + 10vw);
    margin: -70px -5vw 0;
}

.community-bottom-row img {
    display: block;
}

.community-top-content {
    position: relative;
    z-index: 1;
}

.dark-blue-bg {
    background: #00376A;
}

section.accelerate .content_container {
    padding: 40px 5vw;
}

section.accelerate .item>.details {
    display: flex;
    position: relative;
    padding: 100px 0 0 100px;
    align-items: flex-end;
    position: relative;
    opacity: 0;
    transition: 1s ease-out;
}


section.accelerate .item.swiper-slide-active>.details {
    opacity: 1;
}

section.accelerate .item>.details .character-text h3 {
    font-size: 100px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

section.accelerate .item>.details .character-container {
    max-width: 200px;
    position: absolute;
    left: -20px;
    bottom: -10px;
}

section.accelerate .item.advocate>.details .character-container  {
    bottom: -40px;
    left: -40px;
}

.accelerate .little_para {
    max-width: 360px;
    margin: 0 0 10px 20px;
    color: #fff;
    line-height: 1.5;
    font-size: 24px;
}

section.faq_section {
    background: #FFFFF4;
    padding: 5vw;
}

.faq-container p.description-text {
    font-size: 24px;
    max-width: 45%;
    margin-bottom: 25px;
}

.faq-container ul {
    padding: 0 0 0 0;
    display: block;
}

.faq-container ul li {
    font-weight: 600;
    font-size: 18px; 
    padding:  0;     
    margin-bottom: 25px;
    padding-left: 40px;
    position: relative;
}

a.blue-heading {
    color: #1BB4F5;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.faq-container ul li:before {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    transform: none;
    background-image: url('../images/small_blue_plus.svg');
    background-size: 100%;
    background-repeat: no-repeat;
}

.banner-element {
    position: absolute;
    max-width: 130px;
}
.darkBeige .public_slider .slick-arrow {
    top: 35%;
}

.element-1 {
    top: 5px;
    left: -35px;
    z-index: 1;
}

.element-2 {
    left: calc(50% - 120px);
    top: -90px;
}

.element-3 {
    top: -90%;
    right: 90px;
}

.element-4 {
    top: -60%;
    left: 80px;
}

.element-5 {
    top: -100%;
    left: 30%;
}

.element-6 {
    top: -80%;
    left: -60px;
}

.element-7 {
    top: -55%;
    right: -60px;
}

.element-8 {
    top: -85%;
    right: 32%;
}

.element-9 {
    top: -25%;
    left: 22%;
}

.element-10 {
    top: -30%;
    right: 21%;
}

.element-11 {
    bottom: 0;
    right: 10%;
    width: 105px;
}

.element-12 {
    bottom: 50px;
    right: -110px;
}
.element-12 lottie-player {
    transform: scaleX(-1);
}
.yellow-bg {
    background-color: #FEE403;
}

.transform-health {
    padding: 5vw;
}

.transform-health-container h2 {
    color: #24588A;
    font-weight: 900;
    font-size: 85px;
    line-height: 1;
}

.transform-health {
    padding: 8vw 5vw 6vw;
}

section.transform-health .row {
    align-items: flex-start;
}

.frame-slider img {
    width: 100%;
    border-radius: 5px
}

.transform-health-container {
    margin-bottom: 30px;
}

.frame-slider {
    padding: 0 35px;
}

section.transform-health .text-content {
    max-width: 80%;
    font-size: 24px;
    margin-bottom: 30px;
    margin-left: 40px;
    font-weight: 500;
    position: relative;
}
.timeline-container {
    position: absolute;
    right: 15px;
    bottom: 15px;
    top: 15px;
    left: 15px;
    overflow-x: auto;
}
.frame-slider .item {
    padding: 0;
    border-radius: 10px;
}

.frame-slider .item > a {
    padding: 15px;
    background: #fffff4a3; 
    border-radius: 5px;
}
.text-content.twitter_timeline {
    overflow-x: auto;
    padding: 15px;
    background: #fffff4a3;
    border-radius: 5px;
    border-radius: 8px;
}
.frame-slider .item p a:before {
    content: '...';
}
.text-content.twitter_timeline .timeline-container::-webkit-scrollbar {
    width: 10px;
    background: #fffff4a3;
    border-radius: 10px;
}

.text-content.twitter_timeline .timeline-container::-webkit-scrollbar-thumb {
    background: #fffff4;
    border-radius: 10px;
}
.frame-slider .item p {
    margin-top: 15px;
}

.frame-slider .item p a { 
    font-weight: 600;
    display: inline-block;
    width: auto;
}

section.transform-health .text-content a {
    display: block;
    font-weight: 700;
}

.testimonial_slider .item img {
    width: 100%;
    display: block;
    border-radius: 5px;
}

.testimonial_slider .item {
    padding: 10px;
    background: #fff;
}

.testimonial_slider {
    padding: 0 30px;
}

.contact-person .character-container {
    max-width: 540px;
}

.contact-person {
    position: relative;
}

.contact-person .bubble_massage {
    position: absolute;
    background: url('../images/bubble_bg.svg');
    width: 366px;
    height: 230px;
    top: 30%;
    left: 48%;
    background-size: 100%;
    border-top-left-radius: 10px;
    border-radius: 20px;
}

.contact-person .bubble_massage h2 {
    font-size: 55px;
    font-weight: 900;
    margin: auto;
    text-transform: uppercase;
    color: #FC1E5A;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
}


section.contact-section .row {
    align-items: center;
}

section.contact-section .row .contact-form {
    padding: 0 50px;
    max-width: 600px;
}

section.contact-section .row .contact-form h3 {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 25px;
}

section.contact-section .row .contact-form input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 0;
    background: #F3DF03;
    padding: 0 15px;
    color: #333;
    font-size: 20px;
}

section.contact-section .row .contact-form input::-webkit-input-placeholder {
    color: #000;
}

section.contact-section .row .contact-form .control {
    margin-bottom: 15px;
    position: relative;
}
p.validation_error {    
    position: absolute;
    font-size: 12px;
    z-index: 5;
    bottom: 3px;
    right: 6px;
    color:red;
}

.footer-content {
    position: absolute;
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
    top: 45%;
    left: 55%;
    transform: translate(-50%, -50%);
}
input#mc-embedded-subscribe {
    z-index: -1;
    opacity: 0;
}
footer {
    position: relative;
    background-color: #FEE5F6;
}

footer .bg_img>img {
    display: block;
    padding: 25px 5vw;
}

.footer-content .footer-list-items ul {
    display: block;
}

.footer-content .footer-list-items ul li {
    margin-bottom: 5px;
}

.footer-content .footer-list-items ul li a {
    color: #fff;
}

.footer-content .row {
    align-items: flex-end;
}

.newsletter-subscription-form .tagline {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}

.newsletter-subscription-form input[type="email"] {
    width: 100%;
    max-width: 340px;
    height: 40px;
    border-radius: 10px;
    padding: 0 15px;
    border: 0;
    font-size: 15px;
}

section.contact-section {
    padding: 5vw 0;
}

html {
    image-rendering: -webkit-optimize-contrast;
}

.newsletter-subscription-form input[type="email"]::-webkit-input-placeholder {
    color: #000;
}

.footer-content .footer-list-items .social_link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.footer-content .footer-list-items .social_link ul li {
    margin: 15px 15px 0 0;
}

.footer-content .footer-list-items .social_link ul li img {
    max-width: 25px;
    width: 100%;
    display: block;
}

button.submit-form {
    position: absolute;
    right: 50px;
    background: transparent;
    max-width: 25px;
    top: 55%;
    transform: translateY(-50%);
    cursor: pointer
}

.newsletter-subscription-form .control {
    max-width: 340px;
    position: relative;
}

button.submit-form img {
    width: 100%;
}

.slick-arrow img {
    max-width: 25px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9;
    cursor: pointer;
}

.prev-arrow.slick-arrow {
    transform: scaleX(-1);
    left: 0;
    right: auto;
}

.all_test_slider {
    margin-top: 70px;
}

/* About Page CSS */

div#main_content.about-page {
    padding: 0;
    position: relative;
    margin: 0;
}

.about-page .main-slider-portion {
    padding: 0;
    position: relative;
    height: auto;
	min-height: 300px;
}

.about-page .main-slider-portion img {
    width: 100%;
}

html {
    margin: 0;
    padding: 0;
}

.about-page .main-slider-portion .about-content {
    position: absolute;
    top: 50%;
    left: 10%;
    max-width: 40%;
    transform: translateY(-50%);
}

.about-page .main-slider-portion .about-content h1 {
    font-size: 120px;
    font-weight: 900;
    line-height: 0.8;
    margin-bottom: 30px;
    color: #fd7c01;
}

.about-page .main-slider-portion .about-content p {
    font-size: 20px;
}

section.our-intro {
    padding: 0 5vw;
}

section.our-intro .row {
    align-items: baseline;
}

section.our-intro .character-heading {
    position: relative;
}

section.our-intro .character-heading .character-container {
    max-width: 200px;
    margin-left: 0;
}

section.our-intro .character-heading .heading-cont h2 {
    font-size: 85px;
    font-weight: 900;
    line-height: 1;
    text-align: left;
    width: auto;
}

section.our-intro .character-heading .heading-cont {
    display: inline-block;
}

section.our-intro .character-heading .character-container.mission {
    max-width: 220px;
    margin-left: 0;
    transform: translate(-30px, 50px);
}

section.our-intro .character-heading .character-container.vision+.heading-cont {
    left: 8%;
    max-width: 360px;
}

section.our-intro .intro-content {
    max-width: 530px;
    width: 100%;
    position: relative;
    top: 60px;
    left: 30px;
}

section.our-intro .character-heading.objective-heading .heading-cont {
    position: relative;
}

.character-heading.objective-heading {
    margin-top: 80px;
} 

section.our-intro .character-heading.objective-heading .heading-cont h2 {
    text-align: left;
    /* margin: 3vw 0 4vw; */
}

.que-ans {
    max-width: 570px;
}

.que-ans .item {
    position: relative;
    margin-bottom: 120px;
}

.que-ans .item:before {
    content: "";
    width: 70px;
    height: 70px;
    background-image: url('../images/pink_plus.svg'); 
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -55px;
    left: -55px;
}

.que-ans .item h4.que {
    font-size: 25px;
    margin-bottom: 15px;
}

section.our-intro .intro-content p {
    font-size: 24px;
}

.que-ans .item p {
    font-size: 18px;
}

section.call-to-action {
    padding: 0 5vw;
    margin-bottom: 5vw;
}

section.call-to-action .title {
    padding: 0;
}

section.call-to-action .title h2 {
    max-width: 480px;
    font-size: 75px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 40px;
}

section.call-to-action ul.item-list {
    flex-wrap: nowrap;
    min-height: 24vw;
}

section.call-to-action ul.item-list li span {
    text-align: left;
    display: block;
    font-size: 15px;
    font-weight: 600;
}

section.call-to-action ul.item-list li {
    transition: all 0.3s ease-in-out;
    width: calc(100%/6);
    padding: 0 10px;
}

section.call-to-action ul.item-list li img {
    width: 100%;
}

section.our-values {
    padding: 20px 5vw 3vw;
}

section.our-values .title-values {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 5vw;
}

section.our-values .title-values h2 {
    font-size: 75px;
    font-weight: 900;
}

section.our-values .title-values span.multiple-characters {
    max-width: 360px;
    margin-bottom: 10px;
    margin-left: 50px;
}

section.our-values .title-values span.multiple-characters img {
    width: 100%;
}

section.our-values .special-item {
    padding: 40px;
    position: relative;
}

section.our-values .special-item h4 {
    font-size: 30px;
    margin-bottom: 5px;
}

section.our-values .special-item p {
    font-size: 18px;
}

section.our-values .special-item:before {
    content: "";
    width: 70px;
    height: 70px;
    background-image: url('../images/about/blue_plus.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    left: -10px;
}

.note-line {
    max-width: 70%;
}

.note-line p {
    font-size: 20px;
    margin-bottom: 20px;
}

.note-line a.pink-link {
    font-size: 20px;
    position: relative;
}

.note-line a.pink-link span {
    width: 18px;
    display: inline-block;
    transform: translateY(2px);
    margin-left: 5px;
}

.note-line a.pink-link span img {
    width: 100%;
}

section.off-blue-bg {
    background: #008FE2;
    position: relative;
    padding: 5vw 10vw 4vw;
    display: flex;
    align-items: center;
}

section.off-blue-bg .character-container {
    position: absolute;
    bottom: 0;
    left: 30px;
    max-width: 150px;
}

section.off-blue-bg .digital-heading h2 {
    font-size: 75px;
    font-weight: 900;
    color: #5FFFFF;
}

section.off-blue-bg .digital-heading {
    width: 60%;
}

section.off-blue-bg .digital-para {
    width: 40%;
}

section.off-blue-bg .digital-para p {
    font-size: 24px;
    color: #fff;
}

.cement-bg {
    background: #D8D7BC;
}

section.challenge {
    padding: 2.5vw 5vw;
}

section.challenge .title h2 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 30px;
}

section.challenge .accordion-container .item {
    margin-bottom: 35px;
}

section.challenge .accordion-container .item .acc-title {
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #042E57;
    font-size: 24px;
    padding: 15px 0;
    margin-bottom: 15px;
}

section.challenge .accordion-container .item .acc-content p {
    font-size: 20px;
    line-height: 1.3;
    color: #042e57;
}

section.challenge .accordion-container .item .acc-content {
    display: none;
    max-width: 86%;
}

section.challenge .accordion-container .item .acc-title:after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 70px;
    line-height: 1;
    transform: translateY(-50%);
    color: #042E57;
}

section.challenge .accordion-container .item .acc-title.active:after {
    content: '-';
}

section.challenge .accordion-container .item .acc-title h4 {
    font-weight: 600;
    color: #042e57;
}

.dark-blue-heading {
    color: #042e57;
}

.cement-light-bg {
    background: #F0F0D7;
}

.dark-green-heading h2 {
    color: #3D8B3A;
}

section.cement-light-bg.challenge .item .acc-title h4:after {
    color: #3D8B3A;
}

section.cement-light-bg.challenge .item .acc-title h4 {
    color: #333;
}

section.how-we-work-section {
    padding: 5vw;
}

section.how-we-work-section .title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 5vw;
}

section.how-we-work-section .title h2 {
    font-size: 75px;
    font-weight: 900;
    line-height: 1;
    width: 50%;
}

section.how-we-work-section .title p {
    width: 50%;
    font-size: 20px;
    padding: 0 2vw 0 0;
}

section.how-we-work-section .content-text h3 {
    font-size: 40px;
    color: #008FE2;
    margin-bottom: 15px;
    font-weight: 800;
}

section.how-we-work-section .content-text p {
    font-size: 20px;
}

section.how-we-work-section .row {
    align-items: center;
}

section.our-team .title {
    padding: 0 5vw;
}

section.our-team .title h2 {
    font-size: 75px;
    font-weight: 900;
    margin-bottom: 50px;
}

section.our-team .acc-content h5 {
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 45px;
    margin-bottom: 25px;
}
a.active {
    font-weight: 600;
}
section.our-team .acc-content .team-member-content {
    max-width: 80%;
    position: relative;
}

section.our-team .acc-content .team-member-content .white-bg {
    background: #fff;
}

section.our-team .acc-content .team-member-content .character-team-member {
    padding: 0;
    border-radius: 10px;
    position: relative;overflow: hidden;
    margin-bottom: 15px;
    cursor: auto;
}

section.our-team .acc-content .team-member-content .character-team-member p {
    font-size: 15px;
    padding: 10px 15px;
}

section.our-team .acc-content .team-member-content .author-name {
    font-size: 20px;
    font-weight: 900;
}

section.our-team .acc-content .team-member-content p.designmation-name {
    font-size: 14px;
    margin: 5px 0 10px;
}

section.our-team .acc-content .team-member-content ul.social-icon {
    justify-content: flex-start;
    transition: 0.6s all ease-in-out;
    opacity: 0;
    pointer-events: none;
    transform: translateY(30px);
}

section.our-team .acc-content .team-member-content:hover ul.social-icon {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

section.our-team .acc-content .team-member-content ul.social-icon li {
    margin-right: 15px;
}

section.our-team .acc-content .team-member-content ul.social-icon li a {
    border-radius: 50%;
    display: block;
    background: #121212;
}

section.our-team .acc-content .team-member-content ul.social-icon li a img {
    display: block;
    max-width: 32px;
}

section.how-we-work-section .image-container img {
    width: 100%;
}

section.how-we-work-section .image-container {
    padding: 4vw 50px 0vw 0;
}

section.our-team .acc-content .team-member-content .character-team-member img {
    width: 100%;
    display: block;
}

section.challenge .accordion-container .item .acc-content .col-4 {
    margin-bottom: 20px;
}

section.our-team .acc-content .team-member-content .team-member-overlay {
    position: absolute;
    top: auto;
    height: 0;
    bottom: 0;
    background: #fff;
    border-radius: 8px;
    transition: 0.6s all ease-in-out;
    opacity: 1;
    z-index: 1;
    overflow-y: hidden;
}

section.our-team .acc-content .team-member-content:hover .team-member-overlay {
    opacity: 1;
    cursor: pointer;
    z-index: 1;
    overflow-y: auto;
    height: 100%;
}

.on-mobile,
.menu-toggle {
    display: none;
}

.footer-content .on-mobile {
    display: none;
}

.xlr8-slider {
    position: relative;
}
section.accelerate .xlr8-slider {
    max-height: 200px;
} 
.faq-container a.blue-heading {
    display: inline-block;
}
section.call-to-action ul.item-list li:last-child:hover span.complete_text {
    text-transform: lowercase;
}

/* .reveal_on_scroll {
    opacity: 0;
}

.reveal_on_scroll.animate:after {
    animation: animatedBar 1s ease-in-out;
  }
  
  @keyframes animatedBar {
    0% 
    {
      opacity:0;
    }
    100%
    {
      opacity:1;
    }
  } */


@-webkit-keyframes fade {
    0% {
        opacity: 0; 
        transform: translateY(-100%);
    }

    20% {
        opacity: 1;
        transform: translateY(0);
    }

    33% {
        opacity: 1;
        transform: translateY(0);
    }

    53% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    33% {
        opacity: 1;
    }

    53% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes slideUp {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

.xlr8-slider .item:nth-child(2) {
    -webkit-animation-delay: -3s;
}

.xlr8-slider .item:nth-child(3) {
    -webkit-animation-delay: -6s;
}

.contact-person img {max-width: 450px; width:100%;}
.contact-person {text-align: center;}

section.call-to-action ul.item-list li a img,
section.call-to-action ul.item-list li a {
    width: 100%;
    display: block;
}
section.call-to-action ul.item-list li span.complete_text {display: block;
    opacity: 0;
    transition: 0.2s ease-in-out;}

section.call-to-action ul.item-list li:hover span.complete_text {
    opacity: 1;
    height: auto;
    transition-delay: 0.2s;
}

section.call-to-action ul.item-list li:hover span.title {display: none;}
/* section.call-to-action ul.item-list li:hover span.complete_text {display: inline-block;} */

.highlighted.yellow {
    position: relative;
    display: inline-block;
}
.highlighted.yellow:after {    
    background-image: url(../images/about/highlight-yellow.png);
    content: '';
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: calc(100% + 5px);
    left:-3px;
    height: 100%;
    position: absolute;
    z-index: -1;
    animation: 6s ease-in-out highlight infinite;
}

@keyframes highlight {
    0% {
        width: 0;
    }

    20% {
        width: 100%;
    }

    33% {
        width: 100%;
    }
    
    45% {
        width: 100%;
    }

    53% {
        width: 100%;
    }

    75% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

.highlighted.yellow:after {
    -webkit-animation-delay: -3s;
}

/* .highlighted.yellow:before  {
    -webkit-animation-delay: -6s;
} */
/* @keyframes highlight-right {
    0% {
        width:0;
        height:100%;
    }
    100% {
        width :100%;
    }
} */
section.call-to-action ul.item-list li span > .show_on_hover {display: none;}

section.call-to-action ul.item-list li:hover span > .show_on_hover {display: inline;}

section.call-to-action ul.item-list li:hover a>span.title {position: absolute;}

/* INSIGHTS */

.insights.banner-slider_init .item {
    background-size: 100%; 
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
}

.insights.banner-slider_init  .slide_img {position: absolute;max-width: 620px;width: 100%;right: 10%;bottom: 25%;padding: 15px;border-radius: 5px;background: #fff;}

.insights.banner-slider_init .slide_img img {width: 100%;}

.insights.banner-slider_init .slide-text {position: absolute;max-width: 620px;right: 10%;bottom: calc(25% - 60px);}

.insights.banner-slider_init .slide-text a {font-weight: 700;}

.tab-bar {padding: 100px 2.5vw 0px;background: #FDCD01;
    overflow-x: hidden;
    top: 50px;
    z-index: 99;
    position: sticky;}

.tab-bar ul {
 justify-content : flex-start;
}

.tab-bar ul li {cursor:pointer; padding-right: 30px;margin-right: 30px;position: relative;font-size: 16px;padding-bottom: 20px;}

ul.post-article-content li {margin: 0 0 30px 0;}

.tab-content {padding: 5vw;}
ul.post-article-content {flex-wrap: wrap;width: 100%;justify-content: flex-start;}

.three-column li {width: calc(33.333% - 40px);}
.two-column li {width: calc(50% - 40px);}

ul.post-article-content li {
    margin: 0 30px 30px 30px;
}

ul.post-article-content li:nth-child(3n + 1) {
    margin-left: 0;
}

ul.post-article-content li:nth-child(3n) {
    margin-right: 0;
}

ul.post-article-content li img {width: 100%; display: block;}
a.article_img {
    width: 100%;
    display: block;
}

.article-item {background: #F0F0D7;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;
    border: 1px solid #f0f0d7;
}

.article-item .article-details {padding: 15px 10px 10px;
    min-height: 112px;}
div[data-action="tab-content"] {
    display: none;
}

div[data-action="tab-content"].active {
    display: block;
}

.post-article-pagination {max-width: 250px;margin-left: auto;}

.post-article-pagination ul {justify-content: flex-end;}

.post-article-pagination ul li {margin: 0 10px;color: #333;font-weight: 500;font-size: 16px;}

.post-article-pagination ul li.active a {color: #FD7C01;}

.tab-bar ul li span {
    position: relative;
    z-index: 1;
}

.tab-bar ul li.active:before {
    position: absolute;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    left: 40%;
    transform: translateX(-50%);
    bottom: 0;
    background: url(../images/insights/bg_active.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    background-position: bottom;
    content: '';
}
.tab-bar ul li.active {
    font-weight: 600;
    color: #fff;
}
.tab-bar ul li:first-child.active:before {
    width: calc(100% + 3.5vw);
    left: 35px;
}
.tab-bar ul li:last-child.active:before {
    background-position: 29px 5px;
    background-size: 90% 95%;
    width: calc(100% + 70px);
}
.insights.new_insight_slider .slide-text a {
    font-weight: bold;
}

.insights.new_insight_slider .slide-text {
    margin-top: 15px;
}
.insights.banner-slider_init  .prev-arrow.slick-arrow {right: calc(50% + 40px);}

.insights.banner-slider_init .next-arrow.slick-arrow {right: calc(9% - 40px);}

div.insights-details {padding: 5vw;
    max-width: 85%;
    margin: 0 auto;
}

div.insights-details .main-post-img img {width: 100%;display: block;}

div.insights-details .main-post-img {margin-bottom: 50px;}
.blog-cont-img {
    margin-bottom: 30px;
    text-align: center;
}
div.insights-details .post-title h1 {font-size: 50px;font-weight: 900;line-height: 1;margin-bottom: 10px;text-transform: uppercase;}

div.insights-details .post-title  span.post-date {font-size: 18px;color: #FC1E5E;}

div.insights-details .post-content {font-size: 18px;margin-top: 50px; line-height: 27px;}

div.insights-details .post-content p {margin-bottom: 25px;}

div.insights-details .post-content h2 {font-size: 24px;font-weight: 700;margin-bottom: 20px;}

span.article-readmore {text-transform: none;color: #333;}

.realted-articles {margin: 50px 0;}

.realted-articles h2.title {font-size: 50px;font-weight: 900;line-height: 1;margin-bottom: 40px;text-transform: uppercase;}

.realted-articles ul.article-list:not(.slick-initialized) {flex-wrap: wrap;justify-content: flex-start;}

.realted-articles ul.article-list:not(.slick-initialized) li {
    width: calc(33.333% - 40px);
    margin: 0 30px 3em;}

.realted-articles ul.article-list:not(.slick-initialized) li:nth-child(3n + 1) {
    margin-left: 0;
}

.realted-articles ul.article-list:not(.slick-initialized) li:nth-child(3n) {
    margin-right: 0;
}

.realted-articles ul.article-list li img {width: 100%;}

.realted-articles ul.article-list.slick-initialized li {padding: 0 25px;}

.comment-section .title h2 {font-size: 50px;text-transform: uppercase;font-weight: 900;line-height: 1;}

.comment-section .title p.tagline {color: #FD7C01;font-weight: 700;font-size: 20px;margin: 20px 0 40px;}
.public_slider.video_testimonial.slick-initialized .item {
    padding: 0 25px;
}
.comment-section 
 form.comment_form input {width: 100%;height: 50px;border: 0;border-radius: 5px;background: #F0F0D7;padding: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #fd8029;}

    
.comment-section 
form.comment_form input::-webkit-input-placeholder {
    color: #fd8029;
}

.comment-section form.comment_form .control {margin-bottom: 15px;}

.comment-section form.comment_form textarea {width: 100%;height: calc(100% - 15px);border: 0;background: #f0f0d7;border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #fd8029;}

form.comment_form .row .col-6 {padding: 0 30px 0 0;}
.comment_form p.note {font-size: 20px;font-weight: 700;color: #fd8029;margin: 20px 0 40px 0;}

.comment_form .action-toolbar input[type="submit"] {display: inline-block;width: auto;padding: 15px 40px;font-weight: 900;font-size: 20px;background: #fd8129;color: #fff;text-transform: uppercase;line-height: 1;}

.circle_animation {
    position: relative;
}
nav.navigation li a:hover {
    color: #ff4a00;
}
lottie-player.scroll-1 {padding: 50px 0 100px 0;}
.frame-slider a {width: 100%;display: block;}
.partner-list ul {flex-wrap: wrap;align-items: center;justify-content: flex-start;}

.partner-list ul li {margin-bottom: 50px;padding: 0 50px;max-width: 19%;width: 100%;text-align: center;}

.partner-list ul li img {width: 100%; max-height: 120px;}

body.page-template-templatespartners-php {background: #fff;}

body.page-template-templatespartners-php header.site-header {background: #fff;}

.partners.title {padding: 2.5vw 5vw;}

.partners.title h1 {font-size: 85px;font-weight: 900;
    color: #5DC1FF;text-transform: uppercase;
    line-height: 1;}

.animation_holder {position: relative;}

.animation_holder lottie-player.scroll-2, .animation_holder lottie-player.scroll-3 {
    position: absolute;
    opacity: 0;
}
.animation_holder lottie-player.scroll-2 {transform: translateY(-90%);}

.animation_holder lottie-player.scroll-3 {transform: translateY(-80%);}

.wraper-404 {max-width: 1180px;width: 100%;display: flex;align-items: center;flex-wrap: wrap;justify-content: center;margin: 0 auto;}

.wraper-404 .character-animation, .wraper-404 .title {width: 50;width: 50%;}

.wraper-404 .title h1 {font-size: 6.254vw;font-weight: 900;color: #00b8ff;}

.wraper-404 .title  p {font-size: 2.5vw;line-height: 1;font-weight: 700;}

.wraper-404 .title a { margin-top : 30px;  color: #ff4600;}

div.insights-details .post-content > img {max-width: 580px;width: 100%;margin: 30px auto;display: block;}
.comin-soontext {text-align: center;margin: 50px 0 0;}

.comin-soontext h2 {font-size: 2.725vw;font-weight: 900;line-height: 1;color: #575757;}




/* contact form */

form#contact-us {max-width: 1280px;margin: 0 auto;width: 100%;position: relative;    padding-bottom: 50px;}

form#contact-us .control {width: calc(50% - 40px);margin-bottom: 30px;display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: flex-end;
    position: relative;}

form#contact-us  .row > .col-12 {display: flex;flex-wrap: wrap;justify-content: space-between;}

form#contact-us .control input, form#contact-us .control select {width: 100%;border: 0;border-bottom: 1px solid #707070;background: transparent;font-size: 18px;font-family: 'Montserrat';color: #605B33;font-weight: 400;}

form#contact-us .control input:focus {outline: none;}

form#contact-us .control input::-webkit-input-placeholder {color: #605B33;}

form#contact-us .title h1 {font-size: 75px;font-weight: 900;text-transform: uppercase;line-height: 1;margin-bottom: 75px;margin-top: 75px;}

span.color-pink {color: #FC1E5E;}

form#contact-us .control select {padding-right: 50px;}

form#contact-us .control input[type="checkbox"] {display: inline-block;width: auto;position: relative;z-index: 8;opacity: 0;}

form#contact-us .control input[type="checkbox"] + label {position: relative;z-index: 5;padding: 0 0 3px 0px;border-bottom: 1px solid #a0a097;margin-left: 20px;cursor: pointer;width: calc(100% - 40px);}

form#contact-us .control input[type="checkbox"] + label:before {display: block;width: 25px;height: 25px;background: #FFFFF4;content: '';position: absolute;left: -40px;border-radius: 5px;}

body.page-template.page-template-templates.page-template-contact-form.page-template-templatescontact-form-php.page.page-id-24.logged-in.admin-bar.no-customize-support {background: #F0F0D7;}

form#contact-us .control input[type="checkbox"]:checked + label:after {content: '';display: inline-block;border-bottom: 2px solid #FC1E5E;width: 16px;height: 8px;position: absolute;border-left: 2px solid #fc1e5e;transform: rotate(-45deg);left: -36px;top: 6px;}

.action-toolbar {text-align: right;padding-right: 40px;margin-top: 50px;}

.action-toolbar button {text-align: initial;position: relative;font-size: 24px;font-weight: 700;color: #fc1e5a;background: transparent;padding: 0;cursor: pointer;font-family: 'Montserrat';}

.part-2 {display: none;}

.part-2.open {display: block;top: 0;position: relative;background: #f0f0d7;width: 100%;z-index: 5;}

form#contact-us .part-2.open .title h1 {margin-top: 0;margin-bottom: 0;}

span.color-blue {color: #008FE2;display: block;}

form#contact-us .part-2.open .note-line {width: 100%;max-width: 100%;margin: 15px 0 50px;}

form#contact-us .part-2.open .note-line h3 span {font-weight: 300;}

form#contact-us .part-2.open .fieldset {width: calc(50% - 40px);}

form#contact-us .part-2.open .fieldset .control {width: 100%;}

form#contact-us .part-2.open .fieldset textarea {width: 100%;margin: 20px 0;background: #FFFFF4;border: 0;border-radius: 6px;height: 180px;}

form#contact-us .part-2.open .fieldset label {border-bottom: 0;}

form#contact-us .part-2.open .fieldset legend.legend {margin: 20px 0 0;padding-bottom: 10px;width: 100%;border-bottom: 1px solid #707070;}

form#contact-us .part-1.close {
    display: none;
}

form#contact-us .response {
    text-align: right;
    font-size: 35px;
    font-weight: 900;
    color: #008fe2;
}

p.terror {
    position: absolute;
    font-size: 12px;
    color: red;
    right: 20px;
    bottom: 5px;
}
.we-work_slider .content-text {
    padding-left: 5vw;
}
.we-work_slider .prev-arrow.slick-arrow {left: -4vw;}

.we-work_slider .next-arrow.slick-arrow {left: 50%;right: auto;}

div.insights-details .post-content ul {display: block;list-style-type: disc;padding-left: 30px;margin-bottom: 30px;}

div.insights-details .post-content ul li {margin-bottom: 20px;}

div#ctf {
    display: block;
}

#ctf .ctf-tweet-items {
    padding: 10px;
    margin:0 5px;
}
/* .ctf-tweet-items .ctf-item{
    max-height: 360px;
} */

#ctf .ctf-tweet-media a.ctf-lightbox-link.ctf-image:not(:first-child) {display: none;}
#ctf .prev-arrow.slick-arrow {
    left: -30px;
}
#ctf .next-arrow.slick-arrow {
    right: -30px;
}
/* #ctf .ctf-author-avatar img {
    border: 1px solid #666;
} */
/* p.ctf-tweet-text {
    font-size: 14px;
} */
.ctf-tweet-items .ctf-item {border-radius: 5px;margin: 5px 5px;}

form#contact-us legend.legend {
    margin-bottom: 12px;
}
.blog-cont-img img {
    max-height: 650px;
    margin: 0px auto;
    display: block;
}
div.insights-details .post-content .blog-cont-img a {
    display: inline-block;
    margin: 20px 0 0;
}
div.insights-details .post-content p.quote {text-align: center;margin: 40px 0;border-left: 5px solid #e57016;line-height: 1.8;color: #e57016;font-style: italic;padding: 0 40px 0 40px;/* font-weight: 700; */}
div.insights-details .post-content a {color: #E4648E;}

/* New Pages CSS HGD */

div#main_content.HDG {
    width: 100%;
    overflow-x: hidden;
}

div#main_content.HDG .main-hbd-banner img {
    width: 100%;
    display: block;
}

.HDG .container {
    max-width: 1780px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.HDG .columns {
    display: flex;
    flex-wrap: wrap; 
}

.HDG .columns .column.main {
    width: 70%;
}

.HDG .columns .sidebar {
    width: calc(30% - 30px);
    margin-left: 30px;
}
.HDG .column h1 {
    font-size: 66px;
    font-weight: 900;
    margin: 50px 0 30px;
    text-transform: uppercase;
}
.HDG .faq-container ul li {
    font-size: 20px;
    font-weight: normal;
}

.HDG .faq-container ul {
    margin: 30px 0;
}
.by_part {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 50px;
}
.by_part .right_part h2 {
    margin-top: 0;
}
.page-id-731 .resources, .page-id-165 .resources, .page-id-165 .resources_heading, .page-id-731 .resources_heading {
    display: none;
}

.twitter_holder .text-content.twitter_timeline {
    position: relative;
    height: 420px;
    width: 100%;
    max-width: 50%;
}

.twitter_holder {
    display: flex;
    align-items: center;
}

.twitter_holder .hashtag_container {
    margin-left: 60px;
}

.twitter_holder .hashtag_container .list_hastag {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 30px;
    text-transform: uppercase;
}
.darkBeige.photo_gallery {
    background: transparent;
    margin: 0;
}
.by_part .article-image {
    margin-right: 30px;
    width: calc(33.3333% - 30px);
    padding: 15px;
    border-radius: 5px;
    background: #e3e3e3;
    display: block;
}
.by_part .article-image img {
    display: block;
    width: 100%;
}

.by_part .right_part {
    width: 66.6666%;
}

.by_part .right_part h2 {
    margin-top: 0;
}
.HDG .column  p {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.HDG .column .article_img {
    margin: 40px 0 20px;
}

.HDG .column .article_img img {
    width: 100%;
    display: block;
}

.HDG .column h2 {
    font-size: 35px;
    font-weight: 900;
    margin: 50px 0 30px;
}

.darkBeige {
    background: #E8E7C4;
    padding: 100px 0;
    margin-top: 80px;

}
.HDG .title h3 {
    margin: 80px 0 40px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
}
.HDG .realted-articles h2.title {
    font-size: 35px;
}
.darkBeige .public_slider {
    width: 100%;
    padding: 0 30px;
}
.darkBeige .public_slider .item {
    padding: 0 10px;
}
.darkBeige .public_slider .item img {
    width: 100%;
    display: block;
}
a.common-blue-link {
    color: #008FE2;
    font-weight: bold;
}
.color-dark_blue {
    color: #042E57;
}
.darkBeige #ctf .ctf-tweet-items {
    background: transparent;
}

.all_test_slider h3.title {
    padding: 0 20px 30px;
    font-size: 35px;
    font-weight: 900;
    line-height: 1;
}
.all_test_slider #ctf .ctf-item {
    background: #fff;
}

.article-item .title_img a, .article-item .title_img a img {
    display: block;
}

.resources .resource_data .data-text a.arrow-down {
    position: absolute;
    top: 10px;
    display: inline-block;
    transform: rotate(90deg);
    right: 10px;
}

.HDG .title h3 {
    margin: 80px 0 40px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
}

.resources {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.resources img {
    width: 100%;
    display: block;
}

.resources .resource_data {
    width: calc(33.333%  - 6%);
    margin-right: 6%;
}

.resources .resource_data .image-container {
    margin-bottom: 20px;
}

.resources .resource_data .data-text {
    padding-right: 30px;
    position: relative;
}

.people-speak .img-container {
    margin-bottom: 20px;
}

/* Opportunity Page Styling */

.opportunity_banner {
    padding: 5vw;
    position: relative;
    height: calc(100vh  - 110px);
}

.green {
    background: #3D8B3A;
}

.opportunity_content {
    color: #fff;
}

.opportunity_content h1 {
    font-size: 135px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 25px;
}

.opportunity_content p {
    font-size: 26px;
    font-weight: 300;
    max-width: 66%;
    margin-top: 80px;
}

.svg_img_lottie {
    position: absolute;
    right: 6%;
    max-width: 540px;
    top: 32%;
}

.svg_img_lottie img {
    width: 100%;
}

.opportunity_list {
    padding: 0 5vw;
    margin: 80px 0;
}

.opportunity_list .fluidic-container > ul {
    flex-direction: column;
}

.opportunity_list .fluidic-container > ul > li {
    padding: 30px;
    border-radius: 5px;
    background: #F0F0D7;
    margin-bottom: 30px;
}

.opportunity_list .fluidic-container > ul > li .list_content h2, .opportunity_list .fluidic-container > ul > li .list_content h2 a {
    font-size: 30px;
    font-weight: 700;
    color: #008b00;
    position: relative;
}

.opportunity_list .fluidic-container > ul > li .list_content h2 a {
    position: static;
}

.opportunity_list .fluidic-container > ul > li .list_content  .item-tags ul {
    justify-content: flex-start;
    margin-top: 20px;
}

.opportunity_list .fluidic-container > ul > li .list_content .item-tags ul > li {
    font-size: 16px;
    /* background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center; */
    padding: 10px 35px;
    border-radius: 20px;
    margin-right: 15px;    
    background-color: #d8d5b6;
}
span.green-arrow {
    max-width: 25px;
    display: inline-block;
    margin-left: 20px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 3px;
}
.opportunity_list .fluidic-container > ul > li .list_content h2 {
    padding-right: 30px;
}
span.green-arrow img {
    width: 100%;
}

/* NC Page Styling */

.countries_banner .banner_slider .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 110px);
}

.countries_banner .banner_slider .item .logoimg {
    max-width: 420px;
    width: 100%;
    padding: 0 10px;
}

.countries_banner .banner_slider .item .logoimg img {
    width: 100%;
    display: block;
}

.country_content {
    background: #FFFBDD;
    padding: 3.5vw 5vw 7vw;
    position: relative;
}

.country_content .fluidic-container > p, .country_content .last-para-container > p {
    font-size: 35px;
    max-width: 80%;
    margin-bottom: 40px;
    font-weight: 600;
}

.country_content .fluidic-container > p span.color-orange, 
.country_content .last-para-container p span.color-orange {
    font-weight: 700;
    color: #FD7C01;
}

.walking-svg {    
    position: absolute;
    right: 10%;
    bottom: auto;
    display: none;
    max-width: 75px;
    top: -40%;
}
.postid-268 .walking-svg {
    right: 22%;
    top: -25%;
}
.country_content .top-svg {
    max-width: 160px;
}

.country_content .top-svg img {
    width: 100%;
}

.data-graphlist ul .description table:not(:first-child) {
    margin-top: 70px;
}

.data-graphlist ul .description table tr td.sub_lis_counter {
    white-space: nowrap;
    vertical-align: top;
    padding-top: 0px;
    font-size: 5rem;
    text-align: right;
    font-weight: 700;
    width: 150px;
    color: #e8e7c4;
}

.walking-svg img {
    width: 100%;
}
.small_note p {
    font-size: 18px;
    max-width: 57%;
    font-weight: 500;
}

.partners_section {
    padding: 7vw 5vw;
}

.partners_section h2 {
    font-size: 72px;
    font-weight: 900;
    max-width: 100%;
    line-height: 1;
    text-transform: uppercase;
}

.partners_section ul {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
    margin-top: 50px;
}

.partners_section ul.slick-initialized {
    display: block;
}

.partners_section ul:not(.slick-initialized) li {
    width: calc(20% - 40px);
    text-align: center;
    margin: 30px 0;
}

.partners_section ul li img {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    max-height: 80px;
    object-fit: contain;
}
.partners_section ul li {
    text-align: center;
}   
.objectives {
    padding: 5vw;
}

.objectives h2 {
    font-size: 72px;
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 1;
}

.objectives ul.objective_list {
    flex-direction: column;
}

.objectives ul.objective_list > li {
    margin: 40px 0;
    position: relative;
}

.objectives ul.objective_list > li > p {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

.objectives ul.objective_list > li ul.objective_sublist {
    flex-direction: column;
}

.objectives ul.objective_list > li ul.objective_sublist > li {
    font-size: 18px;
    margin-bottom: 25px;
    padding-left: 20px;
    position: relative;
}

.objectives ul.objective_list > li ul.objective_sublist > li:before {
    content: '-';
    position: absolute;
    left: 0;
}

.country_faq {
    padding: 0 5vw;
    margin-bottom: 8vw;
}

.country_faq h2 {
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 3.5vw;
    max-width: 75%;
    text-transform: uppercase;
}
.objectives ul.objective_list > li span.objective_icon {
    position: absolute;
    left: -70px;
    top: -70px;
    max-width: 90px;
}

.objectives ul.objective_list > li span.objective_icon img {
    width: 100%;
    display: block;
}
.country_faq  .acc-title {
    font-size: 26px;
    color: #FD7C01;
    padding-bottom: 10px;
    cursor: pointer;
    border-bottom: 2px solid #FD7C01;
    margin-bottom: 20px;
}

.country_faq  .item {
    margin-bottom: 40px;
}

.country_faq .acc-title h3 {
    position: relative;
    font-weight: 600;
}

.country_faq .acc-title h3:after {
    content: '+';
    font-size: 50px;
    line-height: 1;
    position: absolute;
    font-weight: normal;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.country_faq .acc-title.active h3::after {
    content: '-';
}
.country_faq  .acc-content {
    font-size: 18px;
    display: none;
}
.main-hbd-banner {
    position: relative;
}

.main-hbd-banner .banner_content {
    position: absolute;
    top: 55%;
    left: 45%;
    font-size: 100px;
    /* font-weight: 900; */
    transform: translate(-50%, -50%);
}
 
.main-hbd-banner .banner_content h1 {
    font-weight: 900;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}
a.blue-heading span.arrow-blue img {
    display: block;
    width: 100%;
}

a.blue-heading span.arrow-blue {
    max-width: 25px;
    margin-left: 10px;
}

/* Insight New Page */

.insights.new_insight_slider {
    max-width: 50%;
    width: 100%;
    padding: 0 30px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: 10%;
    transform: translateY(10%);
}
.insights.new_insight_slider .slide_img img, .insights.new_insight_slider .slide_img a {
    display:block;
}


.insights.new_insight_slider .item img {
    width:100%;
    display: block;
}

section.main-banner.change_banner-data {
    height: calc(100vh - 50px);
    padding-top: 6%;
    position: relative;
}

.insights.new_insight_slider .slick-arrow {
    top: 40%;
}

.insights.new_insight_slider .slide_img {
    padding: 15px;
    background: #fff;
    border-radius: 7px;
}


section.main-banner.change_banner-data h1.change_banner_title {
    color: #95FFFF;
    position: absolute;
    left: 10%;
    font-size: 85px;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 440px;
    top: 20%;
}

section.main-banner.change_banner-data .icon_holder {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
}

section.main-banner.change_banner-data .icon_holder .plus_one {width: 100px;position: absolute;bottom: 40%;left: 4%;}

section.main-banner.change_banner-data .icon_holder  img {
    width: 100%;
    display: block;
}

section.main-banner.change_banner-data .icon_holder .plus_two {
    width: 50px;
    position: absolute;
    bottom: 30%;
    left: 30%;
}

section.main-banner.change_banner-data .icon_holder .plus_three {
    width: 30px;
    position: absolute;
    right: 10%;
    top: 25%;
}

section.main-banner.change_banner-data .icon_holder .plus_four {
    width: 18px;
    position: absolute;
    right: 5%;
    bottom: 25%;
}

.character {
    position: absolute;
    bottom: 0;
    left: 10%;
    max-width: 180px;
}

.character img {
    width: 100%;
}

.full_width_character {
    position: absolute;
    bottom: 0;
   right: 0;
}
.full_width_character .dr_hand {
    max-width: 90%;
    margin-left: auto;
    padding-right: 5%;
}

.full_width_character .dr_hand img {
    width: 100%;
    margin-left: auto;
    display: block;
}
.section.main-banner.change_banner-data {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.icon_holder {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.character {
    opacity: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.full_width_character {
    opacity: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.icon_holder.show {
    opacity: 1;
}

.character.show, .full_width_character.show {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
}

.character.show, .full_width_character.show {
    opacity: 1;
}

.icon_holder > div {
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    animation: pulse 2s infinite;
}
div#main_content.about-page[data-pagename="insights"] {
    margin-top: 60px;
}
@keyframes pulse {
    0% {
        transform: scale(.8);
    }

    50% {
        transform: scale(1);
    } 

    100% {
        transform: scale(1.1);
    }
}

/* Equity Inclusion CSS */

.ei-dashboard_banner h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 100px;
    color: #FC1E5E;
    line-height: 1;
}

.ei-dashboard_banner {
    padding: 40px 0 0vw 5vw;
}

.ei-dashboard_banner .banner-image {
    text-align: right;
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
}

.ei-dashboard_banner .banner-image img {
    max-width: 90%;
    display: block;
}

.light-sand-bg {
    background: #F0F0D7;
}

.dark-sand-bg {
    background: #E8E7C4;
}

section.ei-statements .acc-title {
    padding: 40px 10vw 40px 5vw;
    width: 100%;
    font-size: 50px;
    /* font-weight: 900; */
}

section.ei-statements .acc-title h2 {
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    position: relative;
    color: #FD7C01;
}
 
span.acc-down {
    position: absolute;
    right: 0;
    transform: translate(100%);
    top: 30px;
    transition: all 0.5s ease-in-out;
    bottom: 0;
}

.acc-title.light-sand-bg.active span.acc-down {
    transform: scaleY(-1) translate(100%, 50%);
}

section.ei-statements .acc-content {
    padding: 40px 10vw 40px 5vw;
    display: none;
}

section.ei-statements .acc-content ul.Ei-bullet-list {
    margin: 40px 0;
    flex-direction: column;
}

section.ei-statements .acc-content ul.Ei-bullet-list li {
    position: relative;
    font-weight: 400;
    margin-bottom: 30px;
    color: #000000;
}

section.ei-statements .acc-content ul.Ei-bullet-list li:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: -30px;
    background: #FD7C01;
    top: 5px;
    border-radius: 50%;
}

section.transform_eiData {
    padding: 5vw 5vw;  
    /* background: #FFFFF4; */
}

section.transform_eiData .fluidic-container > p {
    font-size: 22px;
    max-width: 78%;
    margin-bottom: 30px;
}

.data-graphlist ul li {
    margin: 70px 0;

}

.data-graphlist ul {
    justify-content: flex-start;
    max-width: 100%;
    flex-direction: column;
}

.data-graphlist ul .counter {
    width: 20%;
}

.data-graphlist ul .description {
    width: 70%; 
}

.data-graphlist ul li .data-list-item {
    display: flex;
    flex-wrap: wrap;
}

.data-graphlist ul .counter span {
    font-size: 360px;
    font-weight: 500;
    color: #f0f0d7;
    line-height: 0.7;
    display: block;
    white-space: nowrap;
}

.data-graphlist ul .description .list-para p {
    font-size: 22px;
}

.data-graphlist ul .description table {
    width: 100%;
    border-collapse: collapse;
}
.data-graphlist ul .description table tr td:nth-child(2) {
    border-left: 2px solid #F0A7F8;
}

.data-graphlist ul .description table tr:first-child td:nth-child(2) {
    border-left: 0;
}

.data-graphlist ul .description table tr:last-child td:nth-child(2) {
    padding-bottom: 0;
}

.data-graphlist ul .description table tr:nth-child(2) td:nth-child(2) {
    padding-top: 0;
}
.data-graphlist ul .description table tr td:first-child span {
    display: block;
    white-space: nowrap;
    font-size: 16px;
}

.data-graphlist ul .description table tr td:first-child {
    padding: 0 10px 0 0px;
}

.data-graphlist ul .description .list-para {
    padding-bottom: 30px;
}

.data-graphlist ul .description .list-para.no-pad {
    padding-bottom: 0;
}
b.Achieved.mobile, .goal-des.mobile {
    display: none;
}
.goal-range .graph-range {
    height: 40px;
    display: block;
    /* width: 100%; */
    position: relative;
}

.goal-range {
    position: relative;
}
.data-graphlist {
    margin: 80px 0 0;
}

.goal-range span.goal-des {
    position: absolute;
    right: -20px;
    transform: translateX(100%);
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    top:50%;
}
.data-graphlist ul .description table tr td {
    padding: 8px 0 7px;
}

.goal-range .graph-range b.Achieved {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #000;
    font-size: 16px;
}

/* our work page */

.work-banner img {
    width: 100%;
    display: block;
    position: relative;
}

.work-banner .banner-part-1 {
    position: relative;
}

.work-banner  .banner-part-1 h1.title {
    position: absolute;
    top: 50%;
    font-size: 20.833vw;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    left: 7%;
    transform: translateY(-50%);
    line-height: 0.8;
}

.banner-content-subtext {
    max-width: 1366px;
    /* width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);*/
    position: relative; 
    margin: 0 auto;
    z-index: 5;
}

.banner-part-2 {
    background-repeat: no-repeat;
    padding: 10vw 0;
    background-size: 97.5%;
    background-position: right top;
    background-color: #038fe4;
    min-height: 690px; 
    height: 100vh; 
    position: relative;
    transition: background 0.5s ease-out;
    -webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;

    /* overflow-x: hidden; */
}
span.element-earth.fade {
    opacity: 0;
}
.banner-content-subtext h2, .announcement-para h2 {
    font-size: 85px;
    color: #fff;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

.banner-content-subtext .content-rightside {
    text-align: left;
    margin-left: auto;
    width: 70%;
    transition: 1s ease;
    position: absolute;
    right: 0;
}
.banner-part-2.show .banner-content-subtext .content-rightside {
    opacity: 0;
    transform: translateY(-100%);
}
.banner-content-subtext .content-rightside h2 {
    font-size: 85px;
    color: #f0a7f8;
}

.banner-content-subtext .content-rightside p {
    font-size: 22px;
    color: #fff;
    width: 90%;
}
.announcement-para {
    position: absolute;
    top: 100%;
    opacity: 1;
    transition: 1s ease;
    z-index: 1;
    width: 100%;
    max-width: 1366px;
}
span.layer-overlay {
    position: absolute;
    top: auto;
    height: 0;
    bottom: 0;
    z-index: 0;
    background: #015fdd;
    width: 100%;
    left: 0;
    transition: 1s ease;
}

.show span.layer-overlay {
    height: 100%;
}

span.common-globe:not(.globe-1) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s ease;
}

span.common-globe:not(.globe-1).visible {
    opacity: 1;
}

.banner-part-2.show .announcement-para {
    z-index: 1;
    transform: translateY(0);
    opacity: 1;
}

a.white-link {
    position: relative;
    color: #fff;
    font-weight: 600;
}
  
a.white-link span.link-arrow {
    display: block;
    position: absolute;
    max-width: 25px;
    right: -15px;
    transform: translateX(100%);
    top: 5px;
}
/* .vertical-slidr {
    max-height: 300px;
} */
body.page-template.page-template-templates.page-template-invest.page-template-templatesinvest-php.page.page-id-833.logged-in.admin-bar.customize-support .realted-articles {
    display: none;
}
.vertical-slidr .swiper-slide {
    opacity: 0;
    transition: 1s ease;
}

.vertical-slidr .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.bg-plus-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 95%;
}

.light-dark-blue {
    background: #1BB4FF;
}

.bg-plus-overlay img {
    mix-blend-mode: multiply;
}

.announcement-para h2.right-text {
    font-weight: 900;
    font-size: 6.510vw;
    color: #fff;
    line-height: 0.9;
}

.announcement-para h3.right-text {
    text-align: right;
    font-size: 85px;
    font-weight: 900;
    position: relative;
    line-height: 0.9;
    color: #F0A7F8;
    text-transform: uppercase;
}
.announcement-para h3.right-text span.speaker-img {
    position: absolute; 
    top: -60%;
    right: -30px;
    max-width: 140px;
    z-index: 5; 
}

.announcement-para h3.right-text span.speaker-img img {
    width: 100%;
}
.pink-bg {
    background: #F0A7F8;
    padding: 5vw;
}

.national-coalition h3 {
    color: #fff;
    font-weight: 900;
    font-size: 80px;
}

.national-coalition p {
    font-size: 20px;
    color: #fff;
    max-width: 80%;
}

section.country-health {
    padding: 5vw 5vw 10vw;
    position: relative;
}

section.country-health h3 {
    color: #FF5C91;
    font-weight: 900;
    font-size: 65px;
    line-height: 1;
}

section.country-health p {
    font-size: 20px;
    margin-top: 10px;
}

section.country-health  a {
    width: 100%;
    display: block;
    max-width: 45px;
    margin-top: 15px;
}

section.country-health a img {
    width: 100%;
    display: block;
}

section.regional_network {
    padding: 6vw 5vw;
    background: #F0F0D7;
    position: relative;
    z-index: 3;
}

section.regional_network h3 {
    color: #F0A7F8;
    font-weight: 900;
    font-size: 5.208vw;
}

section.regional_network p {
    max-width: 70%;
    font-size: 1.042vw;
    margin-bottom: 40px;
}

section.regional_network ul.network-list {
    margin: 80px 0 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.regional_network ul.network-list li a, section.regional_network ul.network-list li a span {
    display: block;
    text-align: center;
    width: 100%;
}

section.regional_network ul.network-list li a span.country-name {
    margin-top: 15px;
    font-size: 1.042vw;
    font-weight: 600;
}

section.regional_network ul.network-list li {
    width: calc(25% - 50px);
}

section.regional_network ul.network-list li a span img {
    width: 100%;
}

section.digital-health-week {
    padding: 5vw 5vw 8vw;
}
.ligh-blue {
    background: #a1ddfe;
}
section.digital-health-week .healthweek-container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    margin-top: 0;
    position: relative;
}

section.digital-health-week .healthweek-container .acc-title {
    padding: 15px 40px 25px;
    color: #5FFFFF;
    border-radius: 10px;
    transition: 1s ease;
    cursor: pointer;
    display: none;
}
.accordion-container {
    position: relative;  
    overflow-y: scroll;
    padding-right: 10px;
}

.partner-page-map .tab-content aside.sidebar .accordion-container::-webkit-scrollbar {
    width: 10px;
    background: #F0F0D7;
    border-radius: 10px;
}

.partner-page-map .tab-content aside.sidebar .accordion-container::-webkit-scrollbar-thumb {
    width: 10px;
    height:15px;
    background: #FFFFF4;
    right: 20px;
    border-radius: 10px;
}
.healthweek-container.animation-active .trigger-1 .acc-title {
    opacity: 1;
}

section.digital-health-week .healthweek-container.animation-active .item.trigger-2 {
    transform: translateY(0) !important;
    opacity: 1 !important;
}
span.element-earth span, span.element-earth {
    width: 280px;
}
.healthweek-container .accordion-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.healthweek-container .accordion-container .item {
    width: calc(50% - 20px);
}
section.digital-health-week .healthweek-container .acc-title h4 {
    font-weight: 900;
    font-size: 2.5vw;
    line-height: 1;
}
.bg-dark-blue {
    background: #042E57;
}

section.digital-health-week .healthweek-container .acc-content {
    border-radius: 6px;
    position: relative;
    padding: 30px;
}
section.digital-health-week .healthweek-container .accordion-container .item {
    margin-bottom: 40px;
}
section.digital-health-week .healthweek-container .acc-content .content-data {
    display: flex;
    flex-wrap: wrap;
}

section.digital-health-week .healthweek-container .acc-content .content-img {
    width:  100%;
}

section.digital-health-week .healthweek-container .acc-content .content-img img {
    width: 100%;
    display: block;
}

section.digital-health-week .healthweek-container .acc-content  .content-description {
    width: 100%;
    margin-top: 25px;
    margin-left: 0;
}

section.digital-health-week .healthweek-container .acc-content .content-description h4.data-heading {
    color: #FF5C91;
    font-weight: 900;
    font-size: 3vw;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}
section.digital-health-week .healthweek-container .acc-content {
    min-height: 100%;
}

ul.taglist {
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
}

ul.taglist li {
    margin: 0 12px 15px 0;
    padding: 5px 10px;
    background: #FF5C91;
    border-radius: 20px;
    font-size: 1.042vw;
}

section.digital-health-week .healthweek-container .acc-content a.red-arrow {
    position: absolute;
    bottom: 30px;
    right: 30px;
    max-width: 40px;
}
ul.partner_accordion ul.list_items {
    display: none;
}
section.digital-health-week .healthweek-container .acc-content a.red-arrow img {
    width: 100%;
}

.work-banner {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    transition: background 0.5s ease-out;
    -webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
}
span.element-earth {
    position: absolute;
    max-width: 280px;
    display: block;
    top: 10%;
    transition: 1s ease opacity;
    left: 38%;
}

span.element-earth img {
    width: 100%;
}
.banner-content-subtext h2 em {
    font-style: normal;
}
.fluidic-container {
    width:100%;
    max-width :1920px;
    margin: 0 auto;
}
span.speaker-img {
    max-width: 150px;
    width: 100%;
    position: absolute;
    top: -15px;
    right: -25px;
    z-index: 4;
}

.banner-part-3 {
    padding: 12vw 6vw;
    background: #015fdd;
}

.banner-part-3 .announcement-para {
    position: relative;
    display: block !important;
    opacity: 1;
    transform: none;
    margin: 0 auto;
}
.announcement-para h3.right-text span.speaker-img.sec {
    top: -150px;
    right: 0;
}

.announcement-para h3.right-text span.speaker-img.third {
    top: -120px;
    right: 0;
}
.opportunity_banner .fluidic-container {
    position: relative;
}

.last-para-container {
    position: relative;
}

/* PARTNER'S MAP PAGE */

.lottie_bannerContainer {
    position: relative;
    width: 100%;
}

.lottie_bannerContainer .banner_bg lottie-player {
    width: 100%;
    display: block;
}

.lottie_bannerContainer .main_heading {
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: auto;
    left: 5%;
}

.lottie_bannerContainer .main_heading h1 {
    font-weight: 900;
    font-size: 140px;
}

.lottie_bannerContainer .text-content {
    font-size: 20px;
    position: absolute;
    bottom: 25%;
    left: calc(5% + 20px);
    max-width: 50%;
}

.partner-page-map .tab-bar {
    background: #F0F0D7;
    padding: 75px 2.5vw 0px;
    position: static;
}

.partner-page-map .tab-bar .top-tab-description h2 {
    font-size: 70px;
    font-weight: 900;
    margin-bottom: 30px;
}

.partner-page-map .tab-bar .top-tab-description p {
    width: 50%;
    margin-bottom: 80px;
}

.partner-page-map .tab-bar ul li.active:before {
    background: url(../images/bg_active_partner.png);
    width: calc(100% + 120px);
    background-repeat: no-repeat;
    left: 45%;
}
.partner-page-map .tab-bar ul li{
    margin-right: 60px;
}
.partner-page-map .tab-bar ul li.active:first-child:before {
    width: calc(100% + 12vw);
    left: 40px;
}
.partner-page-map .tab-bar ul li.active span {
    color: #000;
    font-weight: 700;
}


.partner-page-map .tab-bar ul li.active span {
    color: #000;
    font-weight: 700;
}

.partner-page-map .tab-bar ul li span {
    font-weight: 600;
    text-transform: uppercase;
}

.partner-page-map .tab-content {
    padding: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
}

.partner-page-map .tab-content .tab-content-list.column {
    width: 70%;
    padding: 0 0 0;
}.map-description-strip {
    padding: 10px;
}

[data-action="tab-content"] .map-container  {
    padding: 15px 0 ;
}

img.fancybox-image {
    background: #fffff4;
}

.partner-page-map .tab-content aside.sidebar {
    width: 30%;
    padding: 25px 25px 0;
    background: #D8D7BC;
    max-height: 100%; 
    overflow-y: scroll;
    -webkit-overflow-scrolling: auto;
    z-index: 99;
}

ul.partner_accordion > li {
    padding: 10px 30px 10px 10px;
    border-radius: 10px;
    border: 1px solid #d8d7bc; 
    width: 100%;
    display: block;
    position: relative;
    transition: backround ease-out 0.5s;
    -moz-transition: backround ease-out 0.5s;
    -webkit-transition: backround ease-out 0.5s;
    cursor: pointer;
    overflow-y: scroll;
}
.all_test_slider {
    display: none;
}
ul.partner_accordion > li::-webkit-scrollbar {
    display: none;
}

ul.partner_accordion > li[data-type="coalition"] {
    background: #1BB4FF;
}
ul.partner_accordion > li[data-type="regional"] {
    background: #3D8B3A;
}

ul.partner_accordion > li[data-type="regional"]:not(.active) {
    color: #fff;
} 

ul.partner_accordion > li[data-type="regional"].active {
    color: #3D8B3A;   
}

ul.partner_accordion > li[data-type="national"] {
    background: #F0A7F8;
    margin-bottom: 20px;
}

ul.partner_accordion > li .content {
    display: none;
}

ul.partner_accordion > li .title span.country_name {
    font-size: 16px;
    display: block;
}

ul.partner_accordion > li .title label.brand_name {
    font-size: 18px;
    display: block;
    margin-top: 5px;
}
ul.partner_accordion > li.active {
    background: #fffff4;
}
ul.partner_accordion > li .title {
    position: relative;
    cursor: pointer;
}

ul.partner_accordion > li .title:after {
    content: '+';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
}

ul.partner_accordion > li .title.active:after {
    content : '-';
}

ul.partner_accordion {
    display: flex;
    flex-direction: column;
}

ul.partner_accordion > li .content label.contry_logo {
    max-width: 120px;
    width: 100%;
    display: block;
    margin: 15px 0;
}

ul.partner_accordion > li .content label.contry_logo img {
    width: 100%;
    display: block;
}

ul.partner_accordion > li .content p {
    font-size: 16px;
    margin-bottom: 20px;
}
ul.list_items {
    list-style-type: disc;
    flex-direction: column;
    padding: 0 0 15px 20px;
    font-size: 15px;
}

ul.list_items > li {
    margin-bottom: 5px;
}
.map-description-strip {
    background: #D8D7BC;
    padding: 10px;
}

.map-description-strip ul li {
    font-size: 16px;
    position: relative;
}

.map-description-strip ul li span.marker {
    position: relative;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
    top:-2px;
}

.map-description-strip ul li:first-child span.marker {
        background-color: #1bb4ff;
}


.map-description-strip ul li:nth-child(2) span.marker {
    background: #3d8b3a;
}
.map-description-strip ul li:nth-child(3) span.marker {
    background:#FC1E5E
}

.map-description-strip ul li:nth-child(4) span.marker {
    background:#F0A7F8
}
.partner-page-map .partner-list {
    padding-top: 100px;
    background: #fff;
}

/* div#wordmap_1 {
    padding: 20px 20px;
} */

.website-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fefdf3;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.website-loader img {
    width: 100%;
    display: block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
.fluidic-container.flex {
    display: flex;
}

/* Privacy Policy page */
.entry-content h1 {
    font-size: 65px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.entry-content  h3 {
    font-size: 30px;
    /* font-weight: 900; */
}
a.blue-heading-small {
    color: #1bb4f5;
    font-weight: 700;
}
.entry-content h3 strong {
    font-weight: 900;
    margin-bottom: 20px;
    display: block;
}

.entry-content h3 {
    font-size: 30px;
    margin-top: 30px;
}
.post-327 header.entry-header {
    display: none;
}


/* .entry-content h1.featured-title-text {
    margin-top: 100px;
} */
ul.rembullet {
    display: block;
    padding: 0 20px;
    margin: 30px 0;
    list-style-type: disc;
}

ul.rembullet li {
    margin-bottom: 12px;
}
.fluidic-container .entry-content {
    padding: 0 5vw 35px;
}

.cta {
    margin: 10px 0;
}
.cta a.blue-heading {
    display: inline-block;
}

ul.partner_accordion > li[data-type="national"] h3 {
    text-transform: uppercase;
    font-weight: 500;
}

ul.partner_accordion > li[data-type="national"] label.logo {
    max-width: 250px;
    display: inline-block;
    margin: 10px 0 20px;
}

ul.partner_accordion > li[data-type="national"] label.logo img {
    width: 100%;
}

ul.partner_accordion > li[data-type="national"] .main-content p {
    font-size: 16px;
}a.view_page {
    font-weight: 600;
    display: inline-block;
    margin: 15px 0 25px;
}

.sub-content {
    font-size: 16px;
    padding-bottom: 0px;
    border-bottom: 0;
    margin-bottom: 10px;
}span.hq {
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.sub-content .acc_title {
    font-weight: 500;
    padding-right: 30px;
    padding-bottom: 10px;
    position: relative;
}
.sub-content .acc_title:after {
    content: '';
    position: absolute;
    right: 0;
    width: 15px;
    height: 22px;
    background-image: url(../images/partners/black_arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0;
    font-size: 30px;
    transform: translateY(5px);
}
/* .sub-content .acc_title.active:after  {
    content: '-';
} */
.sub-content  .acc_content {
    display: none;
}
.opportunity-template-default table {
    width: 100%;
    border: 1px solid #ccc;
    margin: 20px 0;
}

.opportunity-template-default table td, .opportunity-template-default table th {
    border-collapse: collapse;
    border: 1px solid #ccc;
    padding: 10px;
}
body.postid-268 .country_content .fluidic-container > p span.color-orange, 
body.postid-268 .country_content .last-para-container p span.color-orange,
body.postid-268 .country_faq .acc-title
 {
    color: #fe68dc;
}
body.postid-268 .country_faq .acc-title {
    border-color: #fe68dc;
}

.goal-range span.exceed.graph-range {
    position: absolute;
    mix-blend-mode: multiply; 
    top: 0;
}

span.goal-des.mobile {
    display: none;
}
.post-template-default.single.single-post .article-details p {
    font-size: 16px;
}

character-container.mission {
    transform: translate(-30px, 60px);
}

section.our-intro .row:nth-child(2) {
    margin-top: 0 !important;
}

section.our-intro .row:first-child {
    margin-bottom: 0;
}

.video_testimonial:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:40px;
}
h2.video_heading {
    width: 100%;
    font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top:30px;
}
.title.photo_gallery_heading h2 {
    padding: 0 40px;
    margin-bottom: 40px;
    font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
}

.video_testimonial:not(.slick-initialized) .item {
    width: calc(33.3333% - 20px);
    margin-bottom: 70px;
}

.video_testimonial .item img {
    width: 100%;
}

.page-id-724 .resource_container, .page-id-724  .realted-articles {
    display: none;
}

.mob_visible {
    display: none;
}

ul.post-article-content.two-column li:nth-child(3n + 1) {
    margin-left: 15px;
}
ul.post-article-content.two-column li:nth-child(3n) {
    margin-right:15px;
}
ul.post-article-content.two-column li:nth-child(2n + 1) {
    margin-left: 0;
}
ul.post-article-content.two-column li:nth-child(2n) {
    margin-right:0;
}
.container.resource_container .resources, h3.resources_heading{
    display: none;
}


div#video_wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: #000000ba;
    padding: 10%;
}

div#video_wrap .video_inner {
    max-width: 50%;
    margin: 0 auto;
    position: relative;
}

div#video_wrap .video_inner .cross_button {
    position: absolute;
    right: -10px;
    top: -10px;
}

div#video_wrap .video_inner .cross_button input.cross_button {
    border-radius: 50%;
    border: 0;
    height: 30px;
    width: 30px;
    font-family: cursive;
    padding: 0;
    text-align: center;
}
.twitter_holder .hashtag_container h3 {
    font-size: 40px;
}
section.call-to-action.posts {
    padding: 0;
    margin-bottom: 0;
}

section.call-to-action.posts h2 {
    font-size: 35px;
    font-weight: 700;
}
section.call-to-action.posts .fluidic-container {
    padding: 30px 0 0;
}
.case-title {
    margin: 0 0 50px;
}

.case-title h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

.case-title p a {
    color: #fd7c01;
    font-weight: 600;
}

.case-title p {
    font-size: 20px;
}

p.initiative-highlight a {
    color: #000;
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    text-transform: none;
}

.HDG .column  p.initiative-highlight {
    position: relative;
    display: block;
    width: 100%;
    padding: 25px 30px 30px 17%;
    font-size: 15px !important;
    line-height: 1.4 !important;
    font-weight: 900 !important;
    margin: 0px 0 50px;
}

p.initiative-highlight.highlight_box {
    padding-top: 40px !important;
}

p.initiative-highlight:after {
    content: '';
    width: 100vw;
    height: 134px;
    position: absolute;
    top: 1px;
    z-index: -1;
    background: #ffd000;
    left: 74px;
}

p.initiative-highlight:before {
    content: '';
    background-image: url('../images/PLUS_FOR_INITIATIVES-svg.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 144px;
    height: 144px;
    position: absolute;
    left: 0;
    top: 0;
} 

/* shivam css */

.page-template-about .que-ans .note-line {
    max-width: 100%;
    margin-bottom: 100px;
}

.page-template-about .que-ans .item:nth-child(3) {
    margin-bottom: 50px;
}
.page-template-about section.call-to-action ul.item-list li:last-child:hover span.complete_text {
    text-transform: none;
}
.page-template-about section.call-to-action ul.item-list li:hover span.complete_text strong {
    display: inline-block;
    margin-top: 8px;
    color: #fc1e5a;
}

.countrie-template-default .objectives ul.objective_list > li > p {
    font-size: 25px;
}

/* shivam css */

@media only screen and (max-width :1780px) {
    .HDG .container { padding: 0 5vw; }
    .related_box {
        padding: 0 5vw;
    }
}

@media only screen and (min-width : 1600px) {
    section.regional_network ul.network-list li {
        width: calc(25% - 100px);
    }
    .main-slider-portion.full-height-banner .main-text {
        transform: translateX(-50%) scale(1.2);
    }
    div.insights-details {
        max-width: 70%;
    }
    /* .character-container.about-3 {
        transform: translateY(70px) scale(1.4);
    } */

    .element-container .text-green.typo-effect p {
        font-size: 5.208vw;
    }

    .element-container {
        max-width: 88vw;
    }

    .woman-character {
        right: 18.75vw;
    }

    .about-text {
        max-width: 56.25vw;
    }

    a.link--orange,
    .about-text p,
    .community-top-content .description_points ul li h3,
    section.transform-health .text-content {
        font-size: 2.083vw;
    }

    .faq-container ul li {
        font-size: 1.85vw;
    }

    .community-top-content .community_text h2 {
        font-size: 5.208vw;
    }

    .community-top-content .description_points p {
        font-size: 1.25vw;
    }

    section.accelerate .item>.details .character-text h3 {
        font-size: 130px;
    }

    section.accelerate .item>.details .character-container {
        max-width: 15.625vw;
        left: -30px;
    }

    section.accelerate .item>.details {
        padding: 130px 0 0 130px;
    }

    .accelerate .little_para {
        max-width: 480px;
        margin: 0 0 10px 20px;
    }

    .accelerate .little_para p {
        font-size: 32px;
    }

    .community-top-content .description_points {
        max-width: 720px;
    }

    .faq-container p.description-text {
        font-size: 2.083vw;
        max-width: 60%;
    }

    .faq-container ul li {
        padding-left: 60px;
        margin-bottom: 30px;
    }

    .faq-container ul li:before {
        width: 25px;
        height: 25px;
    }

    a.blue-heading {
        font-size: 1.667vw;
        margin: 25px 0;
    }

    .transform-health-container h2 {
        margin-bottom: 3.604vw;
        font-size: 5.208vw;
    }

    section.transform-health .text-content {
        margin-bottom: 0;
    }

    .all_test_slider {
        margin-top: 6.25vw;
    }

    .contact-person .bubble_massage {
        transform: scale(1.5);
        left: 40%;
    }

    section.contact-section .row .contact-form {
        max-width: 37.5vw;
    }

    section.contact-section .row .contact-form input {
        height: 60px;
        font-size: 1.042vw;
    }

    .contact-form a.pink-link {
        font-size: 1.667vw;
        margin-top: 25px;
    }

    .contact-person .character-container {
        max-width: 720px;
        margin-left: -120px;
    }

    .footer-content .footer-list-items ul li {
        margin-bottom: 10px;
    }

    .footer-content {
        top: 48%;
    }

    .newsletter-subscription-form .tagline {
        font-size: 1.563vw;
    }

    .newsletter-subscription-form .control,
    .newsletter-subscription-form input[type="email"] {
        max-width: 26.042vw;
    }

    .copyright {
        padding: 15px 0;
        font-size: 1.042vw;
    }

    .footer-content .footer-list-items .social_link ul li img {
        max-width: 35px;
    }

    /* ABOUT US */

    .about-page .main-slider-portion .about-content h1 {
        font-size: 10.292vw;
    }

    .about-page .main-slider-portion .about-content p {
        font-size: 1.042vw;
    }

    section.our-intro .character-heading .character-container.vision+.heading-cont {
        left: 0;
        max-width: 28.125vw
    }
    section.our-intro .character-heading .heading-cont {
        top: 100%;
    }

    section.our-intro .character-heading .heading-cont h2 {
        font-size: 95px;
    }

    section.our-intro .character-heading .character-container.mission+.heading-cont {
        left: -40px;
    }

    section.our-intro .character-heading .character-container.mission {
        max-width: 15.917vw;
        margin-left: -2.646vw;
    }

    section.our-intro .character-heading .character-container {
        max-width: 15.833vw;
        margin-left: -3.646vw;
    }

    section.our-intro .intro-content {
        max-width: 40vw;
        top: 130px;
        left: 120px;
    }

    section.our-intro .row.mission .intro-content {
        top:-10px;
    }

    section.our-intro .intro-content p {
        font-size: 30px;
    }

    section.our-intro .row {
        margin: 2vw 0;
    }

    section.our-intro .character-heading.objective-heading .heading-cont {
        margin-left: 0;
    }

    section.our-intro .character-heading.objective-heading .heading-cont h2 {
        font-size: 95px;
    }

    .que-ans {
        max-width: 50vw;
    }

    .que-ans .item h4.que {
        font-size: 2.083vw;
    }

    .que-ans .item p {
        font-size: 1.042vw;
    }

    .que-ans .item:before {
        width: 90px;
        height: 90px;
        top: -75px;
        left: -75px;
    }

    section.call-to-action .title h2 {
        max-width: 640px;
        font-size: 95px;
    }

    section.call-to-action.posts h2 {
        font-size: 40px;
    }
    section.call-to-action ul.item-list li span {
        font-size: 0.938vw;
    }

    section.our-values .title-values h2 {
        font-size: 95px;
    }

    section.our-values .title-values span.multiple-characters {
        max-width: 400px;
    }

    section.our-values .special-item h4 {
        font-size: 2.083vw;
    }

    section.our-values .special-item p {
        font-size: 1.042vw;
    }

    .note-line {
        max-width: 80%;
    }

    .note-line p {
        font-size: 2.083vw;
        margin-bottom: 20px;
    }

    .note-line a.pink-link {
        font-size: 1.563vw;
    }

    section.our-values {
        padding: 20px 5vw 6vw;
    }

    section.off-blue-bg .digital-heading h2 {
        font-size: 4.292vw;
        line-height: 1;
        padding-left: 5%;
    }

    section.off-blue-bg .digital-para {
        width: 40%;
        margin-left: 0;

    }

    section.off-blue-bg .digital-heading {
        width: 70%;
    }

    section.off-blue-bg .digital-para p {
        font-size: 32px;
    }

    section.off-blue-bg .character-container {
        max-width: 250px;
        left: -10px;
    }

    section.off-blue-bg {
        padding: 5vw 5vw 4vw 7vw;
    }

    section.challenge .title h2 {
        font-size: 3vw;
    }

    section.challenge .accordion-container .item .acc-title {
        font-size: 1.354vw;
    }

    section.challenge .accordion-container .item .acc-content p,
    section.how-we-work-section .title p {
        font-size: 1.042vw;
    }

    section.how-we-work-section .title h2 {
        font-size: 95px;
    }

    section.how-we-work-section .title p {
        width: 40%;
        margin-left: 5%;
    }

    section.how-we-work-section .content-text h3 {
        font-size: 2.604vw;
    }

    section.how-we-work-section .content-text p {
        font-size: 1.042vw;
    }

    section.our-team .acc-content .team-member-content .character-team-member p {
        font-size: 1.118vw;
    }
    .insights.banner-slider_init .slide_img, .insights.banner-slider_init .slide-text {
        max-width: 48%;
    }
    .insights.banner-slider_init .slide_img a, .insights.banner-slider_init .slide_img a img {
        width: 100%;
    }
    .insights.banner-slider_init .slide-text {
        bottom: calc(25% - 80px);
    }
    .insights.banner-slider_init .prev-arrow.slick-arrow {
        right: calc(58% + 40px);
    }
    .tab-bar ul li {
        font-size: 20px; 
    }
    .tab-bar ul li:last-child.active:before {
        width: calc(100% + 70px);
    }
    .article-item .article-details p {
        font-size: 20px;
    }
    ul.post-article-content li {
        margin: 0 30px 30px 30px;
    }

    .insights.banner-slider_init .slide-text p {
        font-size: 20px;
    }
    section.accelerate .xlr8-slider {
        max-height: 280px;
    }

    /* New Page HDG */

    .HDG .column h1 {
        font-size: 4.479vw;
    }
    
    .HDG .column p {
        font-size: 1.042vw;
    }
    
    .HDG .column h2 {
        font-size: 2.083vw;
    }
    
    .people-speak .img-container {
        margin-bottom: 10px;
    }
    
    .people-speak .text-data p, .resources .resource_data .data-text p {
        font-size: 20px;
    }
    
    .all_test_slider h3.title {
        font-size: 2.083vw;
    }
    
    .HDG .title h3 {
        font-size: 2.083vw;
    }

    /* Opportunities Big screen */
    .opportunity_banner {
        padding: 10vw 5vw;
    }
    .opportunity_content h1 {
        font-size: 146px;
    }
    .svg_img_lottie {    
        position: absolute;
        right: 0;
        max-width: 500px;
        top: 35%;
        width: 100%;
    }

    .opportunity_content p {
        font-size: 1.7vw;
    }
    
    .opportunity_list .fluidic-container > ul > li .list_content h2 {
        font-size: 2vw;
    }
    
    span.green-arrow {
        max-width: 30px;
    }
    .small_note p, .opportunity_list .fluidic-container > ul > li .list_content .item-tags ul > li, 
    .objectives ul.objective_list > li ul.objective_sublist > li {
        font-size: 20px;
    }


    /* TH Countires */
    .countries_banner .banner_slider .item .logoimg {
        max-width: 600px;
    }
    .country_content .fluidic-container > p,     .country_content .last-para-container > p {
        font-size: 35px;
        max-width: 65%;
    }
    .walking-svg {
        position: absolute;
        right: 10%;
        bottom: auto;
        max-width: 100px;
        top: -40%;
    }
    .country_content .top-svg {
        max-width: 200px;
    }
    .partners_section h2, .objectives h2, .country_faq h2{
        font-size: 72px;
    }

    .partners_section ul li img {
        max-height: 120px;
    }
    .objectives ul.objective_list > li > p {
        font-size: 38px;
    }
    .country_faq .acc-content {
        font-size: 20px;
    }
    .main-hbd-banner .banner_content  {
        font-size: 125px;
    }

    a.blue-heading span.arrow-blue {
        max-width: 35px;
        margin-left: 15px;
    }

    /* EI page */
    .ei-dashboard_banner h1 {
        font-size: 6.250vw;
    }

    section.ei-statements .acc-title {
        font-size: 60px;
    }
    section.transform_eiData  .fluidic-container > p, .data-graphlist ul .description .list-para p {
        font-size: 30px;
    }

    .banner-content-subtext {
        max-width: 1280px;
    }
    section.digital-health-week .healthweek-container {
        max-width: 1366px;
    }

    .national-coalition h3 {
        font-size: 100px;
    }

    section.country-health h3 {
        font-size: 74px;
    }
    span.element-earth {
        left: calc(50% - 140px); 
    }
    section.main-banner.change_banner-data h1.change_banner_title {
        max-width: 500px;
        line-height: 1;
        font-size: 95px;
    }
}

@media only screen and (min-width : 1780px) {
    html .banner-content-subtext h2 {
        font-size: 120px;
    }
    html .banner-content-subtext .content-rightside h2, .announcement-para h3.right-text {
        font-size: 120px;
    }
    html .banner-content-subtext .content-rightside p {
        font-size: 25px;
    }
    html .banner-content-subtext {
        max-width: 1600px;
        width: 100%;
        padding: 0; 
        position: relative;
    }
    html .announcement-para {
        top: 100%;
        max-width: 1740px;
        left: 0;
        width: 100%;
    }

    html .fluidic-container {
        width:100%;
        max-width :1740px;
        margin: 0 auto;
        padding: 0 20px;
    }

    span.element-earth {
        left: 50%;
        transform: translateX(-50%);
    }
    section.digital-health-week .healthweek-container {
        max-width: 1740px;
    }
    section.regional_network {
        padding: 6vw 20px;
    }

    .HDG .column  p.initiative-highlight {
        padding: 15px 30px 30px 17%;
    }
    p.initiative-highlight.highlight_box {
        padding-top: 15px !important;
    }

} 

@media only screen and (min-width : 1921px) {
    .main-slider-portion.full-height-banner .main-text {
        transform: translate(-50%, 25%) scale(1.6);
    }
    section.accelerate .item>.details .character-text h3 {
        font-size: 160px;
    }
    .accelerate .little_para p {font-size: 38px;}
    section.accelerate .xlr8-slider {
        max-height: 320px;
    }
}


@media only screen and (min-width : 2000px) {
    .svg_img_lottie {
        max-width: 750px;
        top: 65%;
    }
}


@media only screen and (min-width : 1367px) {
    section.our-team .acc-content .team-member-content .character-team-member p {
        font-size: 17px;
    }
}

@media only screen and (min-width :  767px) {
    
    section.call-to-action ul.item-list li.scale-up {
        transform: scale(1.05);
        width: calc(100%/5);
    }

    section.call-to-action ul.item-list li.scale-down {
        transform: scale(0.9);
        width: calc(100%/7);
    }
    .partners.title h1 {
        margin-bottom: 50px;
    }
    .country_faq .accordion-container .acc-content {
        max-width: 91.666%;
    }
    [data-action="tab-content"] .map-container {
        pointer-events: none;
    }
    .website-loader img {
        left: calc(50% - 200px);
        max-width: 400px; 
    }
}

@media only screen and (max-width : 1536px) {
    section.country-health h3 {
        font-size: 55px;
    } 
}

@media only screen and (max-width : 1366px) {
    
    .partner-page-map .tab-bar ul li.active:first-child:before {
        width: calc(100% + 13vw);
        left: 40px;
    }
    
    section.widenItArea {
        padding: 10vw 12vw;
    }

    .left-semicircle {
        max-width: 450px;
        left: -120px;
    }

    section.widenItArea .woman-character {
        bottom: 130px;
        left: 0px;
        max-width: 140px;
    }

    .right-semicircle {
        bottom: -40px;
        right: -120px;
        max-width: 450px;
    }
    .main-hbd-banner .banner_content {
        font-size: 85px;
    }
}

@media only screen and (max-width : 1280px) {
    .opportunity_content h1 {
        font-size: 120px;
    }
    .opportunity_content p {
        margin-top: 60px;
    }
    .svg_img_lottie {
        right: 3%;
        max-width: 440px;
    }
    .data-graphlist ul {
        max-width: 85%;
    }
    
}

@media only screen and (max-width : 1024px) {
    .menu-toggle {
        display: inline-block;
        position: relative;
        z-index: 9;
    }

    nav.navigation {
        background: #494949;
        position: fixed;
        width: 100vw;
        height: 100vh;
        opacity: 0;
        -webkit-transition: all ease-in-out 0.7s;
        transition: all ease-in-out 0.7s;
        -webkit-clip-path: circle(0% at 68% 10%);
        clip-path: circle(0% at 68% 10%);
        right: 0;
        top: 0;
    }


    nav.navigation:after {
        background: url(../images/ripple.svg) no-repeat 30vw -32vw;
        background-size: 140vh;
        content: "";
        display: block;
        height: 100vh;
        opacity: 1;
        position: fixed;
        z-index: 8;
        top: 0;
        left: 0;
        width: 100vw;
        transition: all ease-in-out 1.5s;
        filter: blur(10px);
    }

    span.hamburger-menu {
        display: block;
        width: 30px;
        height: 25px;
        position: relative;
    }

    span.hamburger-menu>span {
        width: 100%;
        position: absolute;
        height: 3px;
        border-radius: 5px;
        background: #06537b;
        transition: all 0.5s ease-in-out;
    }

    span.hamburger-menu>span:first-child {
        top: 6px;
    }

    span.hamburger-menu>span:last-child {
        bottom: 6px;
    }
/* 
    section.circle_animation {
        overflow-x: hidden;
    } */

    section.accelerate {
        overflow-x: hidden;
    }
}

@media only screen and (max-device-width : 1024px) and (min-device-width : 768px) {
    .main-slider-portion.full-height-banner .main-text {
        font-size: 65px;
        padding: 0 50px;    
        bottom: auto;
        top: 35%;
    }
    [data-pagename="home"] .main-slider-portion.full-height-banner {
        height: 50vh;
    }
    section.our-intro .character-heading .heading-cont h2, section.call-to-action .title h2, section.our-values .title-values h2 {
        font-size: 55px;
    }
    section.our-values .title-values span.multiple-characters {
        max-width: 200px;
        margin-left: 25px;
    }
    section.our-values .special-item:before {
        top: -30px;
        left: -30px;
    }
    section.our-values .col-4 {
        width: 50%;
    }
    section.our-intro .col-4 {
        width: 40%;
    }
    section.our-intro .col-6 {
        width: 60%;
    }
    section.our-intro .character-heading.objective-heading .heading-cont h2 {
        margin-bottom: 10vw;
    }
    section.our-intro .col-8 {
        width: 60%;
    }
    .element-1 {
        top: 95px;
        left: 0;
        z-index: 1;
    }
    .element-2 {
        left: calc(50% - 90px);
        top: -70px;
    }
    .element-3 {
        top: 110%;
        right: 25%;
    }
    .element-4 {
        top: -40%;
        left: 80px;
    }
    .element-5 {
        top: 100%;
        left: 20%;
    }
    .element-6 {
        top: -100%;
        left: 10px;
    }
    .element-7 {
        top: -85%;
        right: -10px;
    }
    .element-8 {
        top: -73%;
        right: 30%;
    }
    .element-9 {
        top: -110%;
        left: 22%;
    }
    .element-10 {
        top: -72%;
        right: 16%;
    }
    .element-11 {
        bottom: -10%;
        right: 19%;
        width: 105px;
    }
    .element-12 {
        bottom: -40px;
        right: 0px;
    }
    div#main_content {
        overflow-x: hidden;
    }


    nav.navigation.open {
        height: 100vh;
        opacity: 1;
        background: #006EA7;
        clip-path: polygon(54% 0, 100% 0, 100% 21%, 65% 101%, 0 100%, 0 34%);
        -webkit-clip-path: polygon(54% 0, 100% 0, 100% 21%, 65% 101%, 0 100%, 0 34%);
        -webkit-transition: all ease-in-out 0.7s;
        transition: all ease-in-out 0.7s;
    }

    nav.navigation.open:after {
        transition: all ease-in-out 1.5s;
        opacity: 0;
        display: none;
    }

    nav.navigation ul {
        position: absolute;
        display: block;
        bottom: 70px;
        left: 30px;
        max-width: 300px;
    }

    nav.navigation ul li {
        margin-bottom: 15px;
    }

    nav.navigation ul li a {
        color: #fff;
    }

    .menu-toggle.nav-active span.hamburger-menu span:first-child {
        transform: rotate(45deg);
        top: 5px;
    }

    .menu-toggle.nav-active span.hamburger-menu span:last-child {
        transform: rotate(-45deg);
        top: 5px;
    }

    .menu-toggle.nav-active span.hamburger-menu span {
        background: #28ebdc87;
    }
    section.about-intro {
        margin-top: 50px;
    }
    .class-about-character-container img {
        width: 100%;
        max-height: 120px;
    }
    .class-about-character-container {
        margin: 50px 0 0;
    }
    .community-top-content .community_text h2 {
        font-size: 55px;
    }
    .community-top-content .col-6 {
        width: 100%;
    }
    .community-top-content .description_points {
        max-width: 100%;
        margin: 40px 0 60px;
    }
    section.accelerate .item>.details {
        padding: 20px 0 0 60px;
    }
    .accelerate .little_para {
        max-width: 200px;
        font-size: 14px;
    }
    section.accelerate .item>.details .character-text h3 {
        font-size: 55px;
    }
    section.accelerate .item>.details {
        align-items: flex-start;
    }
    section.accelerate .item>.details .character-container {
        left: -30px;
        top: 0;
        max-width: 170px;
    }
    .community-top-content .community_text h2>span {
        display: inline-block;
    }
    .newsletter-subscription-form .tagline {
        font-size: 14px;
    }
    .transform-health-container h2 {
        font-size: 65px;
    }
    section.transform-health .col-7, section.transform-health .col-5 {
        width: 100%;
    }
    section.transform-health .col-5 {
        margin-top: 30px;
    }
    /* .all_test_slider #ctf .ctf-item {
        width: 380px !important;
    } */
    .faq-container p.description-text {
        max-width: 85%;
    }
    .footer-list-items {
        font-size: 14px;
    }
    
    form#mc-embedded-subscribe-form {
        max-width: 240px;
    }
    .note-line {
        max-width: 80%;
    }
    section.off-blue-bg .digital-heading h2 {
        font-size: 50px;
    }
    section.off-blue-bg .digital-para {
        width: 100%;
    }
    .fluidic-container.flex {
        flex-wrap: wrap;
    }
    section.challenge .title h2 {
        font-size: 30px;
    }
    section.how-we-work-section .title h2 {
        font-size: 55px;
        width: 100%;
    }
    section.how-we-work-section .title p {
        width: 100%;
    }
    section.how-we-work-section .title p {
        font-size: 16px;
    }
    section.how-we-work-section .title {
        flex-wrap:wrap;
    }
    section.how-we-work-section .title p {margin: 25px 10px 0;}
    section.how-we-work-section .row > .col-6 {
        width: 100%;
    }
    section.how-we-work-section .image-container {
        padding: 0 70px;
    }
    .we-work_slider {
        padding: 0 25px;
    }
    .we-work_slider .prev-arrow.slick-arrow {left: 0;}

    .we-work_slider .next-arrow.slick-arrow {left:auto; right: 0;}
    section.how-we-work-section .image-container {
        margin-bottom: 40px;
    }
    .we-work_slider .content-text {
        padding: 0;
    }.banner-part-2 {
        padding: 35vw 50px 10vw 50px;
    }
    .banner-content-subtext h2, .announcement-para h2 {
        font-size: 45px;
    }
    .banner-content-subtext .content-rightside h2 {
        font-size: 50px;
    }
    .banner-content-subtext .content-rightside {
        width: 80%;
    }
    .announcement-para h3.right-text {
        font-size: 45px;
    }
    .announcement-para h3.right-text span.speaker-img {
        top: -80%;
        right: -30px;
        max-width: 80px;
    }
    .announcement-para h3.right-text span.speaker-img.sec {
        top: -100px;
    }
    .announcement-para h3.right-text span.speaker-img.third {
        top: -80px;
    }
    .national-coalition h3 {
        font-size: 50px;
    }
    section.country-health .col-4, section.country-health .col-8 {
        width: 100%;
    }section.country-health {
        padding: 30px 5vw 10vw;
    }
    
    section.country-health .col-4 {
        margin: 60px 0;
    }
    .post-template-default.single.single-post .article-details p {
        font-size: 12px;
    }
    .ei-dashboard_banner h1 {
        font-size: 80px;
    }
    .lottie_bannerContainer .main_heading h1 {
        font-size: 80px;
    }
    .lottie_bannerContainer .text-content {
        font-size: 16px;
        max-width: 70%;
        bottom: 15%;
    }
    .partner-page-map .tab-bar .top-tab-description h2 {
        font-size: 60px
    }

    .partner-page-map .tab-bar ul li.active:first-child:before {
        width: calc(100% + 25vw);
    }
    .partner-page-map .tab-bar ul li.active:before {
        width: calc(100% + 40px);
        background-repeat: no-repeat;
        left: 45%;
        height: calc(100% + 35px);
        background-size: contain;
        background-position: 50% 0;
    }
    .zoom-icon {
        display: none;
    }
    ul.partner_accordion > li .title span.country_name {
        font-size: 12px;
    }
    ul.partner_accordion > li .title label.brand_name {
        font-size: 14px;
    }
    ul.partner_accordion > li .title:after {
        font-size: 22px;
    }
    ul.partner_accordion > li .content p, ul.list_items, ul.partner_accordion > li[data-type="national"] .main-content p, .sub-content .acc_title{
        font-size: 12px;
    }
    ul.partner_accordion > li .content h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .map-description-strip ul li {
        font-size: 10px;
    }
    ul.partner_accordion > li .content label.contry_logo {
        max-width: 80px;
    }
    ul.partner_accordion > li[data-type="national"] label.logo {
        max-width: 120px;
    }
    a.view_page {
        font-size: 14px;
    }

    a.view_page span {
        max-width: 10px;
        display: inline-block;
        transform: translateY(1px);
        margin-left: 5px;
    }
    
    a.view_page span img {
        width: 100%;
    }
    .main-hbd-banner .banner_content {
        font-size: 45px;
    }
    .HDG .columns .column.main {
        width: 100%;
    }

    .HDG .column h1{
        font-size: 45px;
        line-height: 1;
    }
    .darkBeige .public_slider {
        padding: 0;
    }
    .partner-page-map .tab-bar ul li {
        padding-bottom: 15px;
        margin-right: 30px;
    }
}

@media only screen and (max-device-width : 1024px) and (min-device-width : 768px) and (orientation: landscape) {
    .main-slider-portion.full-height-banner .main-text {
        font-size: 100px;
    }
    .insights.new_insight_slider {
        transform: translateY(50%);
        margin-right: 5%;
    }
    section.main-banner.change_banner-data h1.change_banner_title {
        font-size: 55px;
    }
    .character {
        max-width: 140px;
    }
    .tab-bar ul li {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .three-column li {
        width: calc(33.333% - 20px);
    }
    .article-item .article-details p {
        font-size: 14px;
    }
    ul.post-article-content li {
        margin: 0 15px 20px;
    }


    ul.post-article-content.two-column li:nth-child(2n + 1) {
        margin-left: 0;
    }
    
    ul.post-article-content.two-column li:nth-child(3n + 1) {
        margin-right: 15px;
    }
    
    ul.post-article-content.two-column  li:nth-child(2n) {
        margin-right: 0;
        margin-left: 15px;
    }
    
    ul.post-article-content.two-column li:nth-child(3n) {
        margin-right: 15px;
    }

    .two-column li {
        width: calc(50% - 15px);
    }
    .data-graphlist ul .counter span {
        font-size: 240px;
    }
    .data-graphlist ul {
        max-width: 90%;
    }
}

@media only screen and (max-width : 768px) {
    section.call-to-action ul.item-list li span.complete_text {
        display: none !important;
    }
    section.call-to-action ul.item-list li:hover span.title {
        display: block;
        position: static !important;
    }
    .desk_visible {
        display: none;
    }
    .mob_visible {
        display: inline-block;
    }
    span.element-earth {
        display: none;
    }
    section.digital-health-week .healthweek-container .acc-content {
        padding: 15px;
    }
    .partner-list ul li {
        padding: 0 30px;
    }
    .insights.new_insight_slider {
        transform: translateY(70%);    
        max-width: 75%;
    }
    section.main-banner.change_banner-data h1.change_banner_title {
        top: 10%;
        font-size: 65px;
    }
    .character {
        max-width: 140px;
    }
    .tab-bar ul li {
        font-size: 11px;
        padding-bottom: 10px;
        padding-right: 20px;
        margin-right: 20px;
    }
    .tab-bar {
        padding: 50px 25px 0px 0;
    }

    
    .three-column li {
        width: calc(50% - 20px);
    }
    .article-item .article-details p {
        font-size: 14px;
    }
    ul.post-article-content li {
        margin: 0 15px 20px;
    }


    ul.post-article-content li:nth-child(3n + 1) {
        margin-left: 15px;
    }
    ul.post-article-content li:nth-child(3n) {
        margin-right:15px;
    }
    section.main-banner.change_banner-data .icon_holder {
        display: none;
    }
    ul.post-article-content li:nth-child(2n + 1) {
        margin-left: 0;
    }
    ul.post-article-content li:nth-child(2n) {
        margin-right:0;
    }

    .two-column li {
        width: calc(50% - 20px);
    }
    div.insights-details .post-title h1 {
        font-size: 25px;
    }
    div.insights-details {
        max-width: 95%;
    }.realted-articles ul.article-list:not(.slick-initialized) li {    
        width: calc(33.333% - 20px);
        margin: 0 15px 3em;
    }

    .entry-content h3 {
        font-size: 20px;
    }
    .entry-content h1 {
        font-size: 35px;
    }

    .ei-dashboard_banner h1 {
        font-size: 40px;
    }
    section.ei-statements .acc-title {
        padding: 30px 8vw 30px 3vw;
        font-size: 25px;
    }
    span.acc-down {
        top: 20px;
        max-width: 35px;
    }
    span.acc-down img {
        width: 100%;
    }
    section.transform_eiData .fluidic-container > p {
        font-size: 20px;
        max-width: 90%;
    }
    .data-graphlist ul .counter span {
        font-size: 200px;
    }
    .data-graphlist ul .description {
        width: 100%;
    }
    .data-graphlist ul .counter {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #f0f0d7;
    }
    .data-graphlist ul {
        width: 100%;
    }


    .lottie_bannerContainer .main_heading { 
        top: 50px;
        right: 5%;
        position: static;
        padding: 0 15px 10px;
    }
    .lottie_bannerContainer .main_heading h1 {
        font-size: 35px;
    }
    .lottie_bannerContainer .text-content {
        font-size: 13px;
        bottom: 10px;
        left: 0;
        max-width: 100%;
        padding: 0 15px;
        position: static;
        margin-bottom: 20px;
    }
    .partner-page-map .tab-bar .top-tab-description h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .partner-page-map .tab-bar .top-tab-description p {
        font-size: 14px;
        width: 100%;
        margin-bottom: 40px;
    }
    .partner-page-map .tab-bar {
        padding: 40px 20px 20px;
        position: sticky;
        top: -80px;
    }
    .partner-page-map .tab-bar .tab-title-list ul {
        max-width: 100%;
    }
    .partner-page-map .tab-bar .tab-title-list ul li {
        text-align: center;
    }
    .partner-page-map .tab-bar ul li.active:before {
        display: none;
    }
    .partner-page-map .tab-bar .tab-title-list ul .slick-arrow img {
        max-width: 12px;
        top: 50%;
        transform: translateY(-50%);
    }    
    .partner-page-map .tab-content .tab-content-list.column {
        width: 100%;
        position: relative;
    }
    .map-description-strip ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .map-description-strip ul li {
        margin-bottom: 8px;
        font-size: 9px;    
        margin-right: 0;
        width: calc(50% - 10px);
        position: relative;
        padding-left: 15px;
    }
    .map-description-strip ul li span.marker {
        top: 2px;
        position: absolute;
        left: 0;
        width: 6px;
        height: 6px;
    }
    .partner-page-map .tab-content aside.sidebar {
        width: 100%;
        padding: 15px 10px 20px;
    }
    ul.partner_accordion > li .title span.country_name, 
    ul.partner_accordion > li[data-type="national"] .main-content p {
        font-size: 12px;
    }
    ul.partner_accordion > li .title label.brand_name, ul.partner_accordion > li[data-type="national"] .main-content a.view_page, .sub-content .acc_title {
        font-size: 14px;
    }
    ul.partner_accordion > li .title:after {
        font-size: 20px;
    }
    ul.partner_accordion > li[data-type="national"] .main-content a.view_page span {
        display: inline-block;
        max-width: 10px;
        transform:translateY(1px);
    }
    
    ul.partner_accordion > li[data-type="national"] .main-content a.view_page span img {
        width: 100%;
    }
    .sub-content .acc_title:after {
        width: 12px;
        right: -10px;
    }
    .accordion-container {
        padding: 0;
    }
    section.accelerate .item.swiper-slide>.details .character-text {
        display: block;
        width: 100%;
    }
    .lottie_bannerContainer .banner_bg lottie-player {
        min-height: 65vh;
        padding-top: 30vw;
        object-fit: cover;
    }
    .map-description-strip {
        background: #fffff4;
        padding: 10px;
    }
    .by_part .article-image, .by_part .right_part {
        width: 100%;
    }
}

@media only screen and (max-width : 767px) {
    .title.photo_gallery_heading h2 {
        padding: 0 30px;
        margin-bottom: 40px;
        font-size: 25px;
    }
    .public_slider.video_testimonial h2, .HDG .realted-articles h2.title{
        font-size: 25px;
    }
    .video_testimonial .item {
        width: 100%;
        margin-bottom: 25px;
    }
    .logo {
        max-width: 120px;
    }
    .video_testimonial {
        margin-bottom: 30px;
    }
    .main-slider-portion.full-height-banner {
        height: 90vh;
    }

    .main-slider-portion.full-height-banner .main-text {
        max-width: 275px;
        bottom: auto;
        font-size: 60px;
        top: 30%;

    }

    .main-slider-portion.full-height-banner .main-text span.color_>span.top_text {
        text-align: left;
    }

    .banner-element {
        max-width: 115px;
    }

    .element-4,
    .element-12,
    .element-9,
    .element-7 {
        display: none;
    }

    .element-6 {
        top: -45%;
        left: -15px;
    }

    .element-8 {
        top: 80px;
        right: -50px;
    }

    .element-11 {
        bottom: -65%;
        right: -30px;
    }

    .element-10 {
        bottom: -70%;
        top: auto;
        right: auto;
        left: -30px;
    }

    .element-5 {
        top: auto; 
        left: 30%;
        bottom: -68%;
    }

    .element-2 {
        top: auto;
        bottom: -30px;
        right: 60px;
        left: auto;
    }

    .element-3 {
        top: -45%;
        right: 30px;
    }

    .element-1 {
        top: auto;
        left: 0px;
        z-index: 0;
        bottom: -80px;
    }

    .contact-person .bubble_massage {
        width: 300px;
    }

    .element-container {
        flex-direction: column;
    }

    .text-green.typo-effect {
        width: 80%;
        position: relative;
        right: auto;
        transform: unset;
        top: auto;
    }

    span.circle_second_half,
    .element-container .circle-caracter img {
        width: 100%;
    }

    .element-container .circle-caracter img {
        transform: rotate(90deg);
    }

    .element-container .circle-caracter {
        margin: -40% auto 0;
        max-width: 90%;

    }

    .element-container .text-green.typo-effect p {
        font-size: 35px;
    }

    .woman-character {
        position: absolute;
        right: auto;
        top: auto;
        transform: rotate(-90deg);
        bottom: 0;
        left: -80px;
        max-width: 175px;
    }

    section.circle_animation {
        margin-bottom: 80px;
    }

    .widen_text_area {
        font-size: 35px;
    }

    section.widenItArea {
        padding: 35vh 3vw;
    }

    .left-semicircle {
        max-width: 240px;
        left: 0;
        transform: rotate(135deg);
        top: auto;
        bottom: 0;
    }

    .right-semicircle {
        transform: rotate(-48deg);
        bottom: auto;
        right: -20px;
        max-width: 240px;
        top: 0;
    }

    section.widenItArea .woman-character {
        bottom: 20px;
        transform: unset;
        max-width: 70px;
        left: 50px;
    }


    section.about-intro .about-text {
        padding: 0 90px 0 20px;
    }

    section.about-intro .about-text p {
        font-size: 18px;
    }

    section.about-intro {
        margin-top: 60px;
    }

    section.about-intro .about-text a.link--orange {
        font-size: 18px;
    }

    section.about-intro .about-text a.link--orange span img {
        width: 15px;
        margin-left: 5px;
    }

    .character-container.about-3 {
        transform: translateY(1);
    }

    .character-container.about-4 {
        transform: translateY(-10px);
    }

    .community-top-content {
        padding: 50px 0;
    }

    .community-top-content .row .col-6 {
        width: 100%;
    }

    .community-top-content .community_text h2 {
        font-size: 35px;
        margin-bottom: 40px;
    }

    .community-top-content .community_text h2 span {
        display: inline-block;
    }

    .community-top-content .community_text h2+a.link--orange {
        display: none;
    }

    .community-top-content .description_points ul li h3 {
        font-size: 20px;
    }

    .community-top-content .description_points ul li p {
        font-size: 16px;
    }

    section.accelerate .item>.details {
        flex-wrap: wrap;
        padding: 0;
    }

    section.accelerate .item>.details .character-container, section.accelerate .item.advocate>.details .character-container{
        position: relative;
        margin-left: auto;
        bottom: auto;
        margin-right: -60px;
        max-width: 220px;
    }

    section.accelerate .content_container {
        padding: 30px 5vw 30px;
    }

    section.accelerate .item>.details .character-text h3 {
        font-size: 35px;
        width: 100%;
    }

    section.accelerate .item>.details .little_para {
        width: 100%;
        margin: 20px 0 0 0;
        max-width: initial;
    }

    .faq-container p.description-text {
        font-size: 20px;
        max-width: 100%;
        margin-bottom: 25px;
        margin-top: 50px;
    }

    .faq-container ul li {
        font-size: 20px;
    }

    section.faq_section {
        padding: 5vw 5vw 10vh;
    }

    a.blue-heading {
        font-size: 18px;
    }

    a.blue-heading span img {
        width: 15px;
        margin-left: 5px;
    }

    .transform-health-container h2 {
        font-size: 30px;
        color: #333;
    }
    .frame-slider .item p {
        font-size: 14px;
    }
    .frame-slider .item > a {
        padding: 10px;
    }

    .frame-slider .slick-arrow {
        top: 25%
    }
    .transform-health {
        padding-top: 80px;
    }

    .transform-health .row {
        flex-direction: column;
    }

    .transform-health .row .col-5,
    .transform-health .row .col-7 {
        width: 100%;
    }

    .frame-slider .item {
        padding: 0;
    }

    .frame-slider {
        margin-bottom: 20px;
        padding: 0 25px;
    }

    section.transform-health .text-content {
        max-width: 100%;
        margin: 30px auto 0;
        height: 250px;
        padding: 10px;
        font-size: 14px;
    }

    section.transform-health .text-content p {
        font-size: 18px;
    }
    .timeline-container {
        right: 10px;
        bottom: 10px;
        top: 10px;
        left: 10px;
    }

    .testimonial_slider .item {
        padding: 0;
        border-radius: 10px;
    }

    .testimonial_slider {
        margin-bottom: 60px;
    }

    section.contact-section .row .col-5,
    section.contact-section .row .col-7 {
        width: 100%;
    }

    section.contact-section .character-container.contact {
        position: relative;
        width: 100%;
        height: 360px;
    }

    section.contact-section .character-container.contact lottie-player {
        position: absolute;
        width: 100%;
        top: 0;
        height: 100%;
        left: -120px;
    }

    .contact-person .bubble_massage {
        left: 95px;
        height: 200px;
    }

    .contact-person .bubble_massage h2 {
        font-size: 40px;
        left: 55%;
    }

    section.contact-section .row .contact-form h3 {
        font-size: 18px;
    }

    section.contact-section .row .contact-form {
        padding: 0 30px;
    }

    a.pink-link {
        font-size: 18px;
        margin: 20px 0;
    }

    a.pink-link span img {
        width: 15px;
    }


    footer {
        background: #F1F1D5;
    }

    footer .bg_img>img {
        display: none;
    }

    footer .bg_img .footer-content {
        position: relative;
        transform: none;
        left: auto;
        max-width: 100%;
        top: auto;
        padding: 50px 25px;
    }

    footer .bg_img .col-6 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        max-width: 100% !important;
        flex: 0 0 100%; 
    }
    .realted-articles ul.article-list li.slick-slide {
        margin: 0;
    }
    footer .bg_img .col-6 .footer-list-items>ul {
        display: flex;
        flex-direction: column;
    }

    footer .bg_img .col-6 .footer-list-items>ul>li:last-child {
        order: -1;
        margin-bottom: 20px;
    }

    .footer-content .footer-list-items ul li a {
        color: #333;
    }

    .footer-content .footer-list-items ul li {
        margin-bottom: 8px;
    }
    .twitter_holder .hashtag_container h3 {
        font-size: 25px;
    }
    .footer-content .footer-list-items .social_link ul li a {
        background: #333;
        border-radius: 50%;
        display: block;
    }

    .footer-content .footer-list-items .social_link ul li a img {
        display: block;
        max-width: 35px;
    }

    .footer-content .footer-list-items .social_link ul li {
        margin: 15px 30px 0 0;
    }

    footer .bg_img .col-6 .footer-list-items>ul>li:not(:last-child) {
        display: none;
    }

    .newsletter-subscription-form .tagline {
        color: #333;
    }

    .newsletter-subscription-form .control {
        max-width: 100%;
    }

    .newsletter-subscription-form {
        width: 100%;
    }

    .newsletter-subscription-form input[type="email"] {
        max-width: 100%;
    }

    .footer-content .on-mobile,
    .on-mobile {
        display: block;
    }

    .footer-group_img img {
        width: 100%;
    }

    footer .bg_img .footer-content {
        padding-bottom: 0;
    }


    footer .bg_img .footer-content .on-mobile .footer-list-item ul {
        display: block;
        margin: 30px 0 50px 0;
    }

    footer .bg_img .footer-content .on-mobile .footer-list-item ul li {
        margin-bottom: 10px;
    }

    #main_content {
        padding-top: 30px;
    }

    .page-template-templatesequity_inclusion-php  #main_content {
        padding-top: 80px;
    }
    

    /* nav.navigation.open {display: block;background: #006EA7;clip-path: polygon(54% 0, 100% 0, 100% 21%, 65% 101%, 0 100%, 0 34%);z-index: 8;} */
    nav.navigation.open {
        height: 100vh;
        opacity: 1;
        background: #006EA7;
        clip-path: polygon(54% 0, 100% 0, 100% 21%, 65% 101%, 0 100%, 0 34%);
        -webkit-clip-path: polygon(54% 0, 100% 0, 100% 21%, 65% 101%, 0 100%, 0 34%);
        -webkit-transition: all ease-in-out 0.7s;
        transition: all ease-in-out 0.7s;
    }

    nav.navigation.open:after {
        transition: all ease-in-out 1.5s;
        opacity: 0;
        display: none;
    }

    nav.navigation ul {
        position: absolute;
        display: block;
        bottom: 70px;
        left: 30px;
        max-width: 300px;
    }


    nav.navigation ul li {
        margin-bottom: 15px;
    }

    nav.navigation ul li a {
        color: #fff;
    }

    .menu-toggle.nav-active span.hamburger-menu span:first-child {
        transform: rotate(45deg);
        top: 5px;
    }

    .menu-toggle.nav-active span.hamburger-menu span:last-child {
        transform: rotate(-45deg);
        top: 5px;
    }

    .menu-toggle.nav-active span.hamburger-menu span {
        background: #28ebdc87;
    }

    .about-page .main-slider-portion .about-content {
        max-width: 70%;
        position: relative;
        transform: none;
    }

    .about-page .main-slider-portion .about-content:not(.on-mobile) h1 {
        display: none;
    }

    .about-page .main-slider-portion .about-content p {
        font-size: 12px;
        margin: 20px 0;
    }

    .about-page .main-slider-portion {
        height: auto;
    }

    .about-page .main-slider-portion .about-content.mobile_position {
        position: absolute;
        transform: translateY(-50%);
        top: 38%;
    }

    .about-page .main-slider-portion .about-content.mobile_position h1 {
        font-size: 35px;
    }


    section.our-intro .row .col-4,
    section.our-intro .row .col-8 {
        width: 100%;
    }

    section.our-intro .character-heading .heading-cont h2 {
        font-size: 35px;
    }

    section.our-intro .character-heading .character-container.vision+.heading-cont {
        left: 0;
        position: relative;
        max-width: 100%;
        top: auto;
    }

    section.our-intro .intro-content {
        left: auto;
        top: auto;
    }

    section.our-intro .intro-content p {
        font-size: 16px;
        margin: 15px 0;
    }

    section.our-intro .character-heading .character-container {
        position: absolute;
        top: 0;
        right: -40px;
    }

    section.our-intro .character-heading {
        padding-top: 150px;
    }

    section.our-intro {
        overflow-x: hidden;
    }

    section.our-intro .character-heading .character-container.mission {
        max-width: 230px;
        top: 0px;
        transform: unset;
    }

    section.our-intro .character-heading .heading-cont {
        position: relative;
        top: auto;
        max-width: 70%;
    }

    section.our-intro .row .col-6 {
        width: 100%;
    }

    section.our-intro .character-heading.objective-heading .heading-cont {
        max-width: 100%;
        margin-top: 50px;
    }

    section.our-intro .character-heading.objective-heading .heading-cont h2 {
        margin-bottom: 50px;
    }

    .que-ans .item h4.que {
        font-size: 18px;
    }

    .que-ans .item p {
        font-size: 14px;
    }

    .que-ans .item {
        margin-bottom: 70px;
        padding: 0 0px 0 40px;
    }

    .que-ans .item:before {
        top: -26px;
        left: 5px;
        width: 40px;
        height: 40px;
    }


    section.call-to-action .title h2 {
        font-size: 35px;
    }

    section.call-to-action ul.item-list {
        flex-wrap: wrap;
    }

    section.call-to-action ul.item-list li {
        width: calc(100%/2);
        padding: 0 15px;
        margin: 0 0 30px 0;
    }

    section.call-to-action ul.item-list li span {
        font-size: 14px;
    }

    section.our-values .title-values h2 {
        font-size: 35px;
    }

    section.our-values .title-values span.multiple-characters {
        max-width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    section.our-values .row .col-4 {
        width: 100%;
    }

    .note-line {
        max-width: 100%;
        margin-top: 25px;
    }

    section.our-values .special-item:before {
        width: 40px;
        height: 40px;
        top: 10px;
        left: 10px;
    }

    section.our-values .special-item {
        padding: 40px 40px 10px;
    }

    section.our-values .special-item h4 {
        font-size: 18px;
    }

    section.our-values .special-item p {
        font-size: 14px;
    }

    .note-line p {
        font-size: 16px;
    }

    .note-line a.pink-link {
        font-size: 15px;
        margin: 0 0 20px 0;
    }


    section.off-blue-bg .digital-heading,
    section.off-blue-bg .digital-para {
        width: 100%;
    }

    section.off-blue-bg {
        flex-wrap: wrap;
        padding-bottom: 170px;
    }

    section.off-blue-bg .digital-heading h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    section.off-blue-bg .digital-para p {
        font-size: 14px;
    }

    section.off-blue-bg .character-container {
        /* position: relative; */
        left: auto;
        right: 0;
    }

    section.challenge .title h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    section.challenge .accordion-container .item .acc-title {
        font-size: 20px;
        padding-right: 30px;
    }

    section.challenge .accordion-container .item .acc-title:after {
        font-size: 35px;
    }

    section.challenge .accordion-container .item .acc-content p {
        font-size: 15px;
    }


    section.how-we-work-section .title {
        flex-wrap: wrap;
    }

    section.how-we-work-section .title h2 {
        width: 100%;
        font-size: 35px;
    }

    section.how-we-work-section .title p {
        width: 100%;
        font-size: 14px;
        margin: 20px 0 20px;
    }

    section.how-we-work-section .row .col-6 {
        width: 100%;
    }

    section.how-we-work-section .row .col-6 .image-container {
        padding: 0 30px;
        margin: 30px 0;
    }

    section.how-we-work-section .content-text h3 {
        font-size: 30px;
    }

    section.how-we-work-section .content-text p {
        font-size: 14px;
    }

    section.our-team .title h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    section.challenge .accordion-container .item {
        margin-bottom: 20px;
    }

    section.our-team .acc-content h5 {
        font-size: 18px;
        margin: 20px 0 25px;
    }

    section.challenge .accordion-container .item .acc-content .col-4 {
        width: 100%;
    }

    section.our-team .acc-content .team-member-content {
        max-width: 100%;
    }

    section.our-intro .character-heading.objective-heading {
        padding-top: 0;
        margin-top: 0;
    }

    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8 .col-12 {
        width: 100%;
    }

    .class-about-character-container .row .col-3 {width: 25%;}


    /* Insights */

    .insights.banner-slider_init .slick-slide img {width: 100%;}

    .insights.banner-slider_init .item {height: auto;}

    .insights.banner-slider_init .slide_img {max-width: 200px;padding: 5px;bottom: 25%;}

    .insights.banner-slider_init .slide-text {max-width: 200px;bottom: 4%;}

    .insights.banner-slider_init .slide-text p {font-size: 10px;}

    .insights.banner-slider_init .next-arrow.slick-arrow {right: 6%;}

    .insights.banner-slider_init .prev-arrow.slick-arrow {right: calc(50% + 48px);}

    .insights.banner-slider_init .slick-arrow img { width: 15px }

    .tab-bar ul li.active:before {
        display: none;
        height: 100%;
        width: 100%;
    }
    .tab-bar ul li:first-child.active:before {
        width: 100%;
        left: 50px;
    }
    ul.post-article-content li {
        margin: 0 0 30px 0;
        width: 100%;
    }
    .tab-bar ul {display: block;width: 100%;}

    .tab-bar ul li {padding: 8px 20px;margin-right: 0;display: inline-block;font-size: 14px;text-align: center;}

    .tab-bar ul .tab-title-list {overflow-x: auto;}

    .tab-title-list {overflow-x: auto;}

    .tab-bar {padding-top: 30px;}
    .new-insights .tab-bar {
        padding: 0;
        top: 70px;
    }
    .new-insights .tab-title-list {
        overflow-x: hidden;
        min-height: 50px;
    }
    .new-insights .tab-title-list  .slick-arrow {
        top: 10%;
    }
    .new-insights .tab-bar ul li.active {
        color:#000
    }
    .new-insights .tab-title-list  .slick-arrow img {
        max-width: 20px;
    }
    .new-insights .tab-title-list  ul {
        margin-top: 10px;
    }
    lottie-player.scroll-1 {
        padding: 50px 0 0px 0;
    }
    .animation_holder {
        margin-bottom: 50%;
    }

    div.insights-details .main-post-img {
        margin-bottom: 30px;
    }
    div.insights-details .post-title h1, .realted-articles h2.title, .comment-section .title h2 {
        font-size: 30px;
    }
    div.insights-details .post-content {
        margin-top: 30px;
    }
    div.insights-details .post-content p {
        margin-bottom: 20px;
        font-size: 15px;
    }
    .realted-articles ul.article-list li {
        width: 100%;
    }
    .comment-section .title p.tagline {
        font-size: 16px;
        margin: 10px 0 30px;
    }
    .comment_form p.note {
        font-size: 16px;
        margin: 10px 0 30px 0;
    }
    .comment_form .action-toolbar input[type="submit"] {
        padding: 12px 30px;
        font-size: 16px;
    }

    /* NEW PAGE HDG */

    .HDG .columns .column.main {
        width: 100%;
    }
    .HDG .columns .sidebar {
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
    .HDG .column h1 {
        font-size: 36px;
    }

    .HDG .column p {
        font-size: 16px;
    }

    .HDG .column h2 {
        font-size: 24px;
    }.all_test_slider h3.title {
        
    font-size: 18px;
    padding: 0;
    }
    .resources .resource_data {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .darkBeige .public_slider {
        padding: 0 20px;
    }.darkBeige {
        padding: 60px 0;
        margin-top: 50px;
    }

    .darkBeige .slick-arrow img {
        max-width: 16px;
    } 

    .HDG .realted-articles {
        margin: 0 0 50px 0;
    }

    .opportunity_content h1 {
        font-size: 35px;
    }
    
    .opportunity_content p {
        font-size: 18px;
        max-width: 100%;
    }
    
    .svg_img_lottie {
        position: relative;
        right: auto;
        top: auto;
        margin: 40px 0 0;
    }
    
    .opportunity_banner {
        height: auto;
    }
    
    .opportunity_list .fluidic-container > ul > li .list_content h2 {
        font-size: 20px;
    }
    
    .opportunity_list .fluidic-container > ul > li .list_content .item-tags ul > li {
        font-size: 12px;
        padding: 5px 10px;
        margin-right: 10px;
    }

    .countries_banner .banner_slider .item .logoimg {
        max-width: 240px;
    }

    .countries_banner .banner_slider .item {
        height: 100vh;
    }

    .country_content .top-svg {
        max-width: 150px;
    }
    
    .country_content .top-svg img {
        width: 100%;
    }
    
    .country_content {
        padding: 40px 20px;
    }
    .country_content .fluidic-container > p, .country_content .last-para-container > p {
        font-size: 24px;
        max-width: 100%;
        margin: 40px 0;
    }
    
    .walking-svg {
        position: relative;
        max-width: 80px;
        right: auto;
        bottom: auto;
    }
    
    .walking-svg img {
        width: 100%;
    }
    
    .small_note p {
        font-size: 12px;
        max-width: 100%;
    }
    
    .partners_section h2 {
        font-size: 35px;
    }
    
    .partners_section ul li {
        width: calc(50% - 20px);
        padding: 0 25px;
    }
    
    .objectives h2 {
        font-size: 35px;
    }
    
    .objectives ul.objective_list > li > p {
        font-size: 18px;
    }
    
    .objectives ul.objective_list > li {
        margin: 40px 0;
        padding-left: 40px;
    }
    
    .objectives ul.objective_list > li span.objective_icon {
        max-width: 60px;
        left: -5px;
        top: -45px;
    }
    
    .objectives ul.objective_list > li ul.objective_sublist > li {
        font-size: 14px;
        margin-bottom: 80px;
    }
    
    .country_faq h2 {
        max-width: 100%;
        font-size: 35px;
        margin-bottom: 40px;
    }
    
    .country_faq .acc-title {
        font-size: 18px;
        padding-right: 20px;
    }
    
    .country_faq .acc-title h3:after {
        font-size: 40px;
        right: -15px;
    }
    
    .country_faq .acc-content {
        font-size: 14px;
    }

    .ei-dashboard_banner h1 {
        padding-right: 5vw;
        font-size: 33px;
    }
    section.ei-statements .acc-title { 
       padding: 20px 60px 20px 20px;
    }
    span.acc-down {
        max-width: 35px;
        top: 20px;
    }
    span.acc-down img {
        width: 100%;
    }

    section.ei-statements .acc-content p, section.ei-statements .acc-content ul li {
        font-size: 14px;
        margin-bottom: 20px;
    }

    section.ei-statements .acc-content ul.Ei-bullet-list li {
        margin-bottom: 20px;
    }

    section.ei-statements .acc-content ul.Ei-bullet-list {
        padding-left: 40px;
    }

    section.ei-statements .acc-title h2 {
        font-size: 15px;
    }
    
    section.transform_eiData  .fluidic-container > p {
        font-size: 16px;
        max-width: 100%;
    }
    
    .data-graphlist ul .counter span {
        font-size: 100px; 
        font-weight: 600;
    }
    
    .data-graphlist ul li .data-list-item {
        position: relative;
        padding-left: 0;
    }
    
    .data-graphlist ul li .data-list-item .counter {
        position: static;
        display: block;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 10px;
        border-bottom: 1px solid #e8e7c4;
    }
    .data-graphlist ul .description {
        width: 90%;
    }
    
    .data-graphlist ul {
        max-width: 100%;
    }
    
    .data-graphlist ul .description .list-para {
        padding-left: 10px;
    }
    
    .data-graphlist ul .description .list-para p {
        font-size: 12px;
    }
    .data-graphlist ul .description table tr td:first-child span, .goal-range span.goal-des, .goal-range .graph-range b.Achieved{
        font-size: 10px;
    }
    .data-graphlist ul .description table tr td.sub_lis_counter {  
        width: 80px;
        text-align: left;
    }
    .goal-range .graph-range {
        height: 25px;
    }
    .data-graphlist {
        margin: 0px 0 0;
    }
    
    .data-graphlist ul li {
        margin: 25px 0 70px;
    }

    .banner-part-2 .banner-content-subtext {
        padding: 0 20px;
    }
    
    .banner-content-subtext .content-rightside p {
        font-size: 14px;
    }
    
    .banner-content-subtext .content-rightside {
        width: 100%;
        margin-top: 15px;
    }
    
    .national-coalition p {
        font-size: 14px;
        max-width: 100%;
        margin-top: 15px;
    }
    
    section.country-health p {
        font-size: 14px;
    }
    
    section.country-health h3 {
        font-size: 30px;
    }
    section.country-health span.element-earth {
        display: none;
    }
    .national-coalition h3 {
        font-size: 30px;
    }
    
    section.country-health > .row {
        margin-bottom: 50px;
    }
    
    section.country-health span.element-earth {
        transform: translate(-50%, -18%);
        left: 50%;
    }
    
    section.country-health {
        padding-top: 60px;
        overflow-x: hidden;
    }

    section.country-health.trigger-globe-sticky.animation-active .row.trigger-indonesia {
        opacity: 0;
    }

    section.regional_network h3 {
        font-size: 30px;
    }
    
    section.regional_network p {
        font-size: 14px;
        max-width: 100%;
        margin: 20px 0 0;
    }
    
    section.regional_network ul.network-list li {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }
    
    section.regional_network ul.network-list {
        margin: 50px 0 30px;
    }
    
    section.regional_network ul.network-list li a span.country-name {
        font-size: 10px;
    }
    
    section.digital-health-week .healthweek-container .acc-title h4 {
        font-size: 22px;
    }
    
    section.digital-health-week .healthweek-container .acc-content {
        padding: 15px;
    }
    
    section.digital-health-week .healthweek-container .acc-content .content-img {
        width: 100%;
    }
    
    section.digital-health-week .healthweek-container .acc-content .content-description {
        width: 100%;
        margin-left: 0;
        margin-top: 25px;
    }
    
    section.digital-health-week .healthweek-container .acc-content .content-description h4.data-heading {
        font-size: 25px;
    }
    
    ul.taglist li {
        font-size: 10px;
    }
    
    section.digital-health-week .healthweek-container .acc-content a.red-arrow {
        right: 15px;
        bottom: 15px;
        max-width: 30px;
    }
    
    section.digital-health-week {
        padding: 60px 5vw 50px;
    }

    .fluidic-container.flex {
        display: block;
    }
    .we-work_slider .prev-arrow.slick-arrow {
        left: 0;
        right: auto;
    }
    .we-work_slider .next-arrow.slick-arrow {
        left: auto;
        right: 0;
    }
    .we-work_slider .slick-arrow {
        top: 30%;
    }

    div#video_wrap .video_inner {
        max-width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .hide_on-mobile {
        display: none;
    }
		.insights-sub-menu ul {
		position: relative !important;
		display: flex;
		background-color: transparent;
		padding-top: 15px;
		position: relative !important;
		bottom: 0px !important;
		left: 0px !important;
	}
}

@media only screen and (max-width : 700px) {
    .partner-page-map .tab-content aside.sidebar {
        max-height: 480px;
    }
    
    b.Achieved.mobile, .goal-des.mobile {
        font-size: 14px;
        margin: 0px 0 5px 10px;
    }
    
    p.initiative-highlight:after {
        height: 100%;
        left: 0;
    }
    .HDG .column p.initiative-highlight:before {
        display: none;
    }

}

@media only screen and (max-width : 460px) {
    .twitter_holder {
        flex-wrap: wrap;
    }
    .twitter_holder .hashtag_container {
        margin: 40px 0 0;
    }
    .twitter_holder .hashtag_container .list_hastag {
        margin-bottom: 20px;
        font-size: 20px;
    }.twitter_holder .text-content.twitter_timeline {
        max-width: 100%;
    }
    .HDG .faq-container ul li {
        font-size: 16px;
    }
    .insights.new_insight_slider .slide_img {
        padding: 10px;
    }
    section.main-banner.change_banner-data .icon_holder {
        display: none;
    }
    .insights.new_insight_slider .slide-text {
        font-size: 14px;
    }
    .insights.new_insight_slider {
        transform: translateY(70%);
        max-width: 100%;}
    .entry-content h1 {
        font-size: 35px;
        font-weight: 900;
        margin-bottom: 35px;
    } .character {
        max-width: 60px;
    }
    .zoom-icon {
        position: absolute;
        width: 22px;
        height: 22px;
        z-index: -1;
        right: 20px;
        top: 4px;
    }
    
    [data-action="tab-content"] .map-container {
        padding: 25px 0;
    }

    .zoom-icon img {
        width: 100%;
        display: block;
    }
    .entry-content h3 {
        font-size: 25px;
    }

    .banner-content-subtext h2{
        font-size: 25px;
    }
    .banner-content-subtext .content-rightside h2, .announcement-para h3.right-text {
        font-size: 25px;
    }
    .vertical-slidr {
        max-height: 150px;
    }
    .banner-part-2 .banner-content-subtext {
        width: 90%;
        padding: 0;
    }
    .banner-part-2 .announcement-para {
        width : 100%;
    }
    /* section.digital-health-week .healthweek-container .accordion-container .item:not(.trigger-1).trigger-3 {
        top: 58px;
    } */
    .announcement-para {
        top: 100%;
    }
    section.digital-health-week {
        padding: 60px 5vw 120px;
    }
    section.country-health .row {margin-bottom: 30px;}
    /* contact form */
    form#contact-us .title h1 {
        font-size: 35px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    form#contact-us {
        padding: 0 20px;
    }
    form#contact-us .control {
        width: 100%;
    }

    form#contact-us .control input[type="checkbox"] + label {
        padding: 0 0 3px 40px;
        width: 100%;
    }
    form#contact-us .control input[type="checkbox"] + label:before {
        left: 0;
    }
    form#contact-us .control input[type="checkbox"]:checked + label:after {
        left: 4px;
    }
    form#contact-us .control {
        position: relative;
    }
    form#contact-us .control input[type="checkbox"] {
        position: absolute;
        top: 0;
    }
    .action-toolbar {
        margin-top: 35px;
    }

    form#contact-us .part-2.open .fieldset {
        width: 100%;
    }
    form#contact-us .part-2.open .title h1 {
        margin-top: 35px;
    }

    .class-about-character-container .col-3 .character-container img {
        height: 85px;
    }
    section.accelerate .xlr8-slider {
        max-height: 340px;
    }
    #main_content.partners {
        padding-top: 90px;
    } 
    .partner-list ul li {
        margin-bottom: 30px;
        padding: 0 20px;
        max-width: 33.33%;
        width: 100%;
        text-align: center;
    }
    .partner-list {
        margin-top: 30px;
    }

    .wraper-404 {flex-direction: column;}

    .wraper-404 .title {margin-bottom: 40px;text-align: center;}

    .wraper-404 .title h1 {font-size: 40px;}

    .wraper-404 .title p {font-size: 18px;margin: 20px 0 0;}

    .wraper-404 .title p a {display: block;margin-top: 20px;}

    div.insights-details {
        width: 100%;
    }

    .blog-cont-img img, div.insights-details .post-content img {
        width: 100%;
    }
    form.comment_form .row .col-6 {
        padding: 0;
    }
    #ctf .next-arrow.slick-arrow {
        right: -20px;
    }
    #ctf .prev-arrow.slick-arrow {
        left: -20px;
    }

    .partners.title h1 {
        font-size: 35px;
    }

    .main-hbd-banner .banner_content {
        font-size: 25px;
    }
    span.speaker-img {
        max-width: 50px;
        width: 100%;
    }
    .announcement-para h3.right-text span.speaker-img {
        max-width: 50px;
        top: -40px;
        right: -5px;
    }
    .announcement-para h3.right-text span.speaker-img.third {
        top: -40px;
    }
    .announcement-para h3.right-text span.speaker-img.sec {
        top: -50px;
    }
    a.white-link span.link-arrow {
        right: -15px;
        max-width: 20px;
        top: 0;
    }
    section.country-health.trigger-globe-sticky.animation-active span.element-earth {
        padding-top: 60px;
    }
    section.country-health.trigger-globe-sticky.animation-active span.common-globe:not(.globe-1) {
        top: 60px;
    }
    .banner-part-2 {
        height: 50vh;
        padding: calc(50vh - 150px) 0;
    }
    .healthweek-container .accordion-container .item {
        width: 100%;
    }
    .lottie_bannerContainer .main_heading { 
        top: 50px;
        right: 5%;
        position: static;
        padding: 0 15px 10px;
    }
    .lottie_bannerContainer .main_heading h1 {
        font-size: 35px;
    }
    .lottie_bannerContainer .text-content {
        font-size: 13px;
        bottom: 10px;
        left: 0;
        max-width: 100%;
        padding: 0 15px;
        position: static;
        margin-bottom: 20px;
    }
    .partner-page-map .tab-bar .top-tab-description h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .partner-page-map .tab-bar .top-tab-description p {
        font-size: 14px;
        width: 100%;
        margin-bottom: 40px;
    }
    .partner-page-map .tab-bar {
        padding: 40px 20px 20px;
        position: sticky;
        top: -80px;
    }
    .partner-page-map .tab-bar .tab-title-list ul {
        max-width: 100%;
    }
    .partner-page-map .tab-bar .tab-title-list ul li {
        text-align: center;
        margin:0 30px;
    }
    .partner-page-map .tab-bar ul li.active:before {
        display: none;
    }
    .partner-page-map .tab-bar .tab-title-list ul .slick-arrow img {
        max-width: 15px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        right: 0;
    }    
    .slick-arrow {
        width: 15px;
        top: 30%;
        height: 15px;
        right: 10px;
    }
    .partner-page-map .tab-content .tab-content-list.column {
        width: 100%;
        position: relative;
    }
    .map-description-strip ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .map-description-strip ul li {
        margin-bottom: 8px;
        font-size: 9px;    
        margin-right: 0;
        width: calc(50% - 10px);
        position: relative;
        padding-left: 15px;
    }
    .map-description-strip ul li span.marker {
        top: 2px;
        position: absolute;
        left: 0;
        width: 6px;
        height: 6px;
    }
    .partner-page-map .tab-content aside.sidebar {
        width: 100%;
        padding: 15px 10px 20px;
        -webkit-overflow-scrolling: auto;
        z-index: 9;
        min-height: initial;
        max-height: initial;
    }
    ul.partner_accordion > li .title span.country_name, 
    ul.partner_accordion > li[data-type="national"] .main-content p {
        font-size: 12px;
    }
    ul.partner_accordion > li .title label.brand_name, ul.partner_accordion > li[data-type="national"] .main-content a.view_page, .sub-content .acc_title {
        font-size: 14px;
    }
    ul.partner_accordion > li .title:after {
        font-size: 20px;
    }
    ul.partner_accordion > li[data-type="national"] .main-content a.view_page span {
        display: inline-block;
        max-width: 10px;
        transform:translateY(1px);
    }
    
    ul.partner_accordion > li[data-type="national"] .main-content a.view_page span img {
        width: 100%;
    }
    .sub-content .acc_title:after {
        width: 12px;
        right: -10px;
    }
    .accordion-container {
        padding: 0;
        overflow-y: unset;
        -webkit-overflow-scrolling: touch;
    }

     .fancybox-button {
        background: #ccc !important;
    }
    .fancybox-navigation .fancybox-button {
        background: none !important;
    }
    .fancybox-navigation .fancybox-button div {
        background: #ccc !important;
    }

    section.accelerate .item.swiper-slide>.details .character-text {
        display: block;
        width: 100%;
    }
    .lottie_bannerContainer .banner_bg lottie-player {
        min-height: 65vh;
        padding-top: 30vw;
        object-fit: cover;
    }
    .map-description-strip {
        background: #fffff4;
        padding: 10px;
    }

    section.main-banner.change_banner-data h1.change_banner_title {
        font-size: 50px;
        max-width: 80%;
        top: 10%;
        line-height: 1;
    } 

    .by_part .article-image {
        width: 100%;
        margin-right: 0;
    }
    
    .by_part .right_part {
        width: 100%;
    }
    .prev-arrow.slick-arrow{
        left: 10px;
    }
	
}


@media only screen and (min-width : 2300px) and (max-width: 2600px) {

    .partner-page-map .tab-bar ul li.active:first-child:before {
        width: calc(100% + 6vw);
    }

 }


 @media only screen and (min-width : 530px) and (max-width: 840px) {

    .partner-page-map .tab-bar ul li.active:before {
        width: calc(100% + 50px);
        height: calc(100% + 10px);
    }

 }

 @media only screen and (min-width : 1700px) and (max-width: 2750px) {

    .partner-page-map .tab-bar ul li.active:first-child:before {
        left: 60%;
    }
    .partner-page-map .tab-bar ul li.active:last-child:before {
        left: 45%;
    }
    .partner-page-map .tab-bar ul li.active:before{
        left: 55%;
    }

  }

  @media only screen and (min-width : 1700px) and (max-width: 1750px) {
    .partner-page-map .tab-bar ul li.active:first-child:before {
        left: 50%;
    }
  }

  @media only screen and (min-width : 2300px) and (max-width: 2800px) {

    .digitalwrap-img img {
        width: 100%;
        display: block;
    }
    .wp-container-1.wp-block-buttons.is-content-justification-center {
        margin-left: 50px;
    }
 }

 .single .case-study-main .entry-content.clear a {
    color: auto;
    color: #E4648E!important;
}

.partners_section .slick-track {
    display: flex;
    align-items: center
}