/* ----------------------------------------- */
/***** FONT FILES CSS START HERE ********/
/* ----------------------------------------- */

/**
 * @license
 * MyFonts Webfont Build ID 3522085, 2018-02-06T11:57:57-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Gilroy-SemiBold by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/semi-bold/
 * 
 * Webfont: Gilroy-Regular by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/regular/
 * 
 * Webfont: Gilroy-Bold by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/bold/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3522085
 * Licensed pageviews: 270,000
 * Webfonts copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * © 2018 MyFonts Inc

/* @import must be at top of file, otherwise CSS will not work */


@font-face {
    font-family: 'Gilroy-SemiBold';
    src: url('../fonts/35BE25_0_0.eot');
    src: url('../fonts/35BE25_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/35BE25_0_0.woff2') format('woff2'),url('../fonts/35BE25_0_0.woff') format('woff'),url('../fonts/35BE25_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy-Regular';
    src: url('../fonts/35BE25_1_0.eot');
    src: url('../fonts/35BE25_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/35BE25_1_0.woff2') format('woff2'),url('../fonts/35BE25_1_0.woff') format('woff'),url('../fonts/35BE25_1_0.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url('../fonts/35BE25_2_0.eot');
    src: url('../fonts/35BE25_2_0.eot?#iefix') format('embedded-opentype'),url('../fonts/35BE25_2_0.woff2') format('woff2'),url('../fonts/35BE25_2_0.woff') format('woff'),url('../fonts/35BE25_2_0.ttf') format('truetype');
}

@font-face {
    font-family: 'Kotex-Bold';
    src: url('../fonts/Kotex-Bold.otf');
}


/* ----------------------------------------- */
/***** FONT FILES CSS END HERE ********/
/* ----------------------------------------- */

/* ----------------------------------------- */
/***** COMMON COMPONENT CSS START HERE ********/
/* ----------------------------------------- */
body {
    background-color: #ffffff;
    font-family: 'Gilroy-Regular';
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #000000;
    visibility: hidden;
}

.headerFooterPadding {
    padding-left: 0;
    padding-right: 0;
}

.stickyHeader {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
    box-shadow: 0 5px 5px -2px rgba(142, 141, 141, 0.5);
}

.bodyContent {
    padding-top: 109px;
    position: relative;
}

.gutterPadding_0 {
    padding-left: 0;
    padding-right: 0;
}

h2 {
    font-family: 'Gilroy-SemiBold';
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 14px 0;
    padding: 0;
}

h3 {
    font-family: 'Gilroy-SemiBold';
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 14px 0;
    padding: 0;
}

label {
    font-weight: 500;
    font-size: 13px;
}

.formPage {
    margin-top: 30px;
}

    .formPage .text-danger {
        color: red;
        font-size: 15px;
        display: inline-block;
    }

    .formPage .pageHeading {
        font-size: 28px;
        margin: 0 0 15px 0;
        font-family: 'Gilroy-Semibold';
    }

.contactUsForm {
    overflow: hidden;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    font-family: 'Gilroy-Regular';
    color: #337ab7;
    font-weight: normal;
}

.formPage .btnBox {
    padding: 15px 0 10px 0;
}

.formPage ul.formList {
    padding-left: 15px;
}

.formPage .btnBox input[type="submit"]:first-child {
    margin-right: 20px;
}

.checkbox_wrapper input[type="checkbox"] {
    display: none;
}

    .checkbox_wrapper input[type="checkbox"] + label {
        font-size: 14px;
        font-weight: 500;
        padding-left: 25px;
        cursor: pointer;
        position: relative;
        line-height: 1.2;
        margin-bottom: 0;
        display: inline-flex;
    }

        .checkbox_wrapper input[type="checkbox"] + label:before {
            content: "";
            display: inline-block;
            width: 16px;
            height: 16px;
            background-color: transparent;
            position: absolute;
            z-index: 1;
            left: 0;
            cursor: pointer;
            top: 0;
            border: 1px solid #753bbc;
        }

    .checkbox_wrapper input[type="checkbox"]:checked + label:after {
        content: "\2714";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        color: #ffffff;
        cursor: pointer;
        z-index: 99;
        background-color: #753bbc;
        width: 16px;
        height: 16px;
        text-align: center;
    }

.radio_wrapper input[type="radio"] {
    display: none;
}

    .radio_wrapper input[type="radio"] + label {
        font-size: 14px;
        font-weight: 500;
        padding-left: 25px;
        cursor: pointer;
        position: relative;
        line-height: 1.2;
        margin-bottom: 0;
        display: initial;
    }

        .radio_wrapper input[type="radio"] + label:before {
            content: "";
            display: inline-block;
            width: 16px;
            height: 16px;
            background-color: transparent;
            position: absolute;
            z-index: 1;
            left: 0;
            cursor: pointer;
            top: 0;
            border: 1px solid #753bbc;
            border-radius: 50%;
        }

    .radio_wrapper input[type="radio"]:checked + label:after {
        content: "\2022";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        color: #753bbc;
        cursor: pointer;
        z-index: 99;
        background-color: #753bbc;
        width: 16px;
        height: 16px;
        text-align: center;
        border-radius: 50%;
    }

.radio_wrapper_2 input[type="radio"] + label {
    display: block;
    margin-bottom: 10px;
}

.form-control {
    height: 33px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 0;
    color: #939598;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.1);
    -o-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.1);
    -ms-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.1);
}

    .form-control:focus {
        border-color: #753bbc;
        box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.1);
        -webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.1);
        -moz-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.1);
        -o-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.1);
        -ms-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.1);
    }

#productServiceModal .form-group {
    width: 100%;
    min-height: 35px;
    overflow: hidden;
}

.dateIcon.has-feedback .form-control-feedback {
    top: 10px;
    color: #939598;
}

.panel {
    margin-bottom: 30px;
}

ul.formList li {
    margin-bottom: 8px;
}

    ul.formList li .VerificationCode {
        display: inline-block;
        width: 20%;
    }

.imgCenter {
    margin: 0 auto;
    text-align: center;
}

.searchBlockStyle {
    height: 100px;
    background-color: #d5d5d5;
}

.btn-primary {
    min-width: 138px;
    background-color: transparent;
    border: 1px solid #753bbc;
    color: #753bbc;
    padding: 5.5px 4px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0;
}

    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary:hover {
        background-color: #753bbc;
        border: 1px solid #753bbc;
        color: #ffffff;
        outline: none;
    }

.primarySelect {
    color: #753BBC;
    border: 1px solid #753BBC;
    padding: 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    outline: none;
    min-width: 169px;
    width: 100%;
    height: 33px;
}

/*Search Box CSS Starts*/
.searchBlockStyle {
    height: 100px;
    margin-top: 0;
    padding: 20px 0;
    background: #ffffff;
    z-index: 999;
    position: relative;
}

    .searchBlockStyle .searchImage {
        display: inline-block;
    }

    .searchBlockStyle .inputBOX {
        margin-top: 16px;
    }

        .searchBlockStyle .inputBOX > label {
            display: initial;
        }

    .searchBlockStyle .search_input {
        font-family: 'Gilroy-SemiBold';
        background: url('../images/icon_search.png');
        background-repeat: no-repeat;
        background-position: left center;
        outline: none;
        font-size: 20px;
        color: #000000;
        width: 100%;
        border: none;
        display: inline-block;
        box-shadow: none;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.2;
        margin: 0;
        padding-left: 50px;
    }

    .searchBlockStyle input::placeholder {
        color: #000000;
        opacity: 1;
    }

    .searchBlockStyle input:-ms-input-placeholder {
        color: #000000;
    }

    .searchBlockStyle input::-ms-input-placeholder {
        color: #000000;
    }

    .searchBlockStyle input::-webkit-input-placeholder {
        color: #000000;
    }

    .searchBlockStyle input::-o-input-placeholder {
        color: #000000;
    }

    .searchBlockStyle .closeSearchbox {
        text-decoration: none;
        margin-left: 30px;
        position: relative;
        top: 0;
    }

        .searchBlockStyle .closeSearchbox span {
            font-size: 21px;
            color: #753BBC;
            font-family: FontAwesome;
        }

    .searchBlockStyle .btnBOX {
        float: right;
        margin-top: 16px;
    }

#myUL {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    #myUL li a {
        border: 1px solid #EFEFEF;
        margin-top: -1px; /* Prevent double borders */
        background-color: #ffffff;
        padding: 20px 20px;
        text-decoration: none;
        color: #000000;
        display: block;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 28px;
        font-family: 'Gilroy-SemiBold';
    }

.searchResults {
    max-height: 300px;
}

.findresultDiv {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 5px 8px -1px #EFEFEF;
    -moz-box-shadow: 0 5px 8px -1px #EFEFEF;
    -o-box-shadow: 0 5px 8px -1px #EFEFEF;
    box-shadow: 0 5px 8px -1px #EFEFEF;
}

    .findresultDiv .fullDivContainer {
        padding: 20px 20px;
        background-color: #ffffff;
        border-top: 2px solid #9B9B9B;
        border-bottom: 2px solid #9B9B9B;
    }

        .findresultDiv .fullDivContainer .resultsFor {
            font-size: 14px;
            font-weight: 500;
            line-height: 16px;
            width: 55%;
            display: inline-block;
            font-family: 'Gilroy-SemiBold';
        }

        .findresultDiv .fullDivContainer .filterMyresult {
            width: 40%;
            display: inline-block;
            text-align: right;
        }

            .findresultDiv .fullDivContainer .filterMyresult .filterIcon {
                display: inline-block;
            }

            .findresultDiv .fullDivContainer .filterMyresult .text {
                color: #11069F;
                font-family: 'Gilroy-SemiBold';
                font-size: 14px;
                font-weight: 500;
                line-height: 16px;
                display: inline-block;
                margin-left: 10px;
            }

.highlight {
    text-decoration: underline;
}

.nano > .nano-pane > .nano-slider {
    background: #EFEFEF;
}

.nano > .nano-pane {
    background: none;
    width: 6px;
    right: 10px;
}

.searchWrapperbox {
    /*display: inline-block;*/
    text-align: left;
    margin-top: 15px;
}

.searchParentBlock {
    position: relative;
    z-index: 999;
    top: 109px;
	background:#fff;
}

.search_input::-ms-clear {
    display: none;
}
/*Search Box CSS Ends*/
.not_in_our_products {
    margin-left: 52px;
}

.KC_breadcrumb {
    margin-bottom: 10px;
}

    .KC_breadcrumb .breadcrumb {
        background-color: transparent;
        padding: 8px 0;
        margin-bottom: 0;
        margin-left: 20px;
    }

        .KC_breadcrumb .breadcrumb ul {
            margin-bottom: 34px;
        }

        .KC_breadcrumb .breadcrumb li a {
            font-size: 15px;
            color: #000000;
        }

        .KC_breadcrumb .breadcrumb > li + li:before {
            content: "\f105";
            font-size: 10px;
            font-family: FontAwesome;
            color: #000000;
        }

.commonSlider .slidingDiv {
    position: relative;
    outline: none;
}

    .commonSlider .slidingDiv.slick-slide img {
        width: 100%;
    }

.commonSlider .sliderText {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    background: none;
}

.commonSlider .banner-content {
    width: 56%;
}

    .commonSlider .banner-content .header-writer {
        color: #000000;
        font-size: 80px;
        font-weight: 600;
        line-height: 1.1;
    }

    .commonSlider .banner-content .paragraph {
        color: #000000;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.4;
        margin-top: 12px;
    }

    .commonSlider .banner-content .btn-banner {
        margin-top: 25px;
    }

.commonSlider .slick-dots li.slick-active button:before {
    content: '•';
    font-size: 8px;
    line-height: 11px;
    color: transparent;
    border: 2px solid #753BBC;
    background-color: transparent;
    border-radius: 50px;
    opacity: 1;
    width: 15px;
    height: 15px;
    margin-top: -2px;
}

.commonSlider .slick-dots li button:before {
    width: 12px;
    height: 12px;
    opacity: 1;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 2px solid #753BBC;
    border-radius: 50%;
    background-color: #753BBC;
}

.commonSlider .slick-dots li {
    margin: 0 2px;
}

.arrowSlider .slick-prev {
    left: 0;
    z-index: 999;
    content: '';
    background: url('../images/icon_arrow_L.png') no-repeat;
    width: 21px;
    height: 35px;
}

.arrowSlider .slick-prev:before {
	content: '';
	display: none;
}

.arrowSlider .slick-next {
    right: 0;
    z-index: 999;
    content: '';
    background: url('../images/icon_arrow_R.png') no-repeat;
    width: 21px;
    height: 35px;
}

.arrowSlider .slick-next:before {
	content: '';
	display: none;
}
.arrowSlider .slick-dots li.slick-active button:before {
    content: '•';
    font-size: 8px;
    line-height: 11px;
    color: transparent;
    border: 2px solid #753BBC;
    background-color: transparent;
    border-radius: 50px;
    opacity: 1;
    width: 15px;
    height: 15px;
    margin-top: -2px;
}

.arrowSlider .slick-dots li button:before {
    width: 12px;
    height: 12px;
    opacity: 1;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 2px solid #753BBC;
    border-radius: 50%;
    background-color: #753BBC;
}


.bannerBox {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: transparent;
}

    .bannerBox .bannerContent {
        width: 50%;
        margin-left: 0;
    }
	
	.bannerBox.full-width{
        position: relative;
    }
	
	.bannerBox.full-width .bannerContent {
        width: 100%;
    }	
        .bannerBox .bannerContent .KC_breadcrumb .breadcrumb {
            margin-left: 0;
        }

        .bannerBox .bannerContent .heading {
            font-family: 'Gilroy-SemiBold';
            font-size: 48px;
            font-weight: 600;
            text-align: left;
            line-height: 1;
            margin-top: 26px;
            margin-bottom: 0;
        }
		.bannerBox.full-width .bannerContent .heading {
			margin-top: 0;
        }

        .bannerBox .bannerContent .details {
            font-family: 'Gilroy-Regular';
            font-size: 18px;
            font-weight: 500;
            text-align: left;
            margin-top: 27px;
            margin-bottom: 25px;
        }

        .bannerBox .bannerContent .personDetails {
            margin-top: 26px;
        }
		.bannerBox.full-width .bannerContent .personDetails {
            margin-top: 0;
        }
            .bannerBox .bannerContent .personDetails .designation {
                font-size: 18px;
                font-weight: 500;
            }

.brandParent {
    margin-top: 25px;
}

    .brandParent .logoImg:nth-child(2) {
        vertical-align: top;
    }

    .brandParent .logoImg img {
        width: auto;
    }

    .brandParent .logoImg {
        display: inline-block;
        margin-right: 30px;
    }

.numeralSqaure {
    background-color: transparent;
    padding: 35px 20px;
    min-height: 234px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .numeralSqaure.static_image {
        padding: 0;
        position: relative;
    }

        .numeralSqaure.static_image .numeralSqaure_desc {
            position: absolute;
        }

#indiaLocation .india-location p:nth-child(2), #indiaMakingImpact p:nth-child(2), #indiaMakingImpact p:nth-child(3) {
    text-align: justify;
    padding: 0 20px;
    font-size: 14px;
}

#indiaMakingImpact ul {
    text-align: justify;
    padding: 0 30px;
}

#indiaLocation .india-location p:first-child, #indiaMakingImpact p:first-child {
    font-size: 25px;
    font-weight: 600;
}

h5#exampleModalLabel p {
    font-size: 28px !important;
    font-weight: 800;
    margin-bottom: 0;
}

.location_staticarticle .numeralSqaure_desc .details p {
    font-weight: 600;
}

.india_careersimg {
    margin-top: 215px !important;
}

.india_careerslandingimg {
    margin-top: 100px !important
}

.indSection .bannerBox .bannerContent .details span {
    text-align: justify !important;
}

@media only screen and (max-width: 414px) {
    .numeralSqaure.static_image img {
        height: 200px;
    }

    .indSection img, .indSub_Section img {
        width: 100%;
    }
    .empDescription, .employeeImgSection {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 359px) {
    .indSection {
        min-height: 655px;
    }

        .indSection img {
            height: 910px;
        }
}

@media only screen and (min-width: 360px) and (max-width: 414px) {
    .indSection {
        min-height: 635px;
    }

        .indSection img {
            height: 790px;
        }
}

@media only screen and (width: 768px) {
    .indSub_Section {
        min-height: 300px;
    }

        .indSub_Section img {
            height: 310px;
        }

    .indSection {
        min-height: 545px;
    }

        .indSection img {
            height: 615px;
        }

        .indSection .bannerBox .bannerContent .details span {
            font-size: 14px;
            line-height: 16.5px;
            text-align: justify !important;
        }
}

@media only screen and (width: 1024px) {
    .indSection {
        min-height: 450px;
    }

        .indSection img {
            height: 470px;
        }

        .indSection .bannerBox .bannerContent .details span {
            font-size: 14px;
            line-height: 16.5px;
            text-align: justify !important;
        }
}

@media only screen and (min-width: 1025px) {
    .indSection .bannerBox .bannerContent .heading {
        font-size: 40px;
    }

    .indSection .bannerBox .bannerContent .details span {
        font-size: 14px;
        line-height: 16.5px;
        text-align: justify !important;
    }
}


.numeralSqaure .topText {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
}

.numeralSqaure .value {
    font-family: 'Gilroy-Semibold';
    font-size: 80px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.numeralSqaure .bottomText {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
}

.numeralSqaure .details {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 0;
}

.numeralPercentSqaure {
    background-color: transparent;
    padding: 35px 20px;
    min-height: 234px;
}

    .numeralPercentSqaure .value {
        font-size: 80px;
        font-weight: 600;
        text-align: center;
        line-height: 1.2;
    }

    .numeralPercentSqaure .details {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        line-height: 1.2;
    }

.articleLearnmore {
    position: relative;
    min-height: 350px;
    max-height: 580px;
    width: 100%;
}

    .articleLearnmore > img {
        width: 100%;
    }

    .articleLearnmore .textArea {
        position: absolute;
        top: 30%;
        left: 32px;
        right: 0;
        width: 100%;
    }

    .articleLearnmore.four_tiles .textArea {
        top: 10%;
    }

    .articleLearnmore .textArea p {
        margin: 0;
    }

    .articleLearnmore .heading {
        font-family: 'Gilroy-Semibold';
        font-size: 29px;
        font-weight: 600;
        line-height: 1.2;
        width: 61%;
        max-height: 135px;
        min-height: 78px;
        overflow: hidden;
    }

    .articleLearnmore .paragraphDetail {
        font-size: 14px;
        font-weight: 500;
        margin-top: 14px;
        width: 52%;
        position: relative;
        overflow: hidden;
        min-height: 60px;
        max-height: 160px;
        margin-bottom: 20px;
    }

    .articleLearnmore .btnBox {
        position: absolute;
        bottom: 20px;
        left: 32px;
        width: 88%;
    }

    .articleLearnmore .articleDate {
        font-size: 10px;
        font-weight: normal;
        line-height: 12px;
        position: absolute;
        top: 5%;
        left: 0;
        right: 0;
        margin-left: 32px;
    }

    .articleLearnmore.two_tiles {
        min-height: 500px;
        max-height: 500px;
    }

        .articleLearnmore.two_tiles .textArea {
            top: 30%;
        }

            .articleLearnmore.two_tiles .textArea .heading {
                min-height: 78px;
                max-height: 158px;
                overflow: hidden;
            }

.whiteBG {
    background-color: #ffffff;
    color: #000000;
}

.grayBGLight {
    background-color: #F8F8F8;
}

.grayBGDark {
    background-color: #F1F1F2;
}

.grayBG {
    background-color: #F1f1f2;
    color: #000000;
}

.blueBG {
    background-color: #0F059E;
    color: #ffffff;
}

.skyBlueBG {
    background-color: #A7C6ED;
    color: #000000;
}

.greenBG {
    background-color: #ACECD4;
    color: #000000;
}

.blueBG_article_height,
.skyBlueBG_article_height,
.grayBG_article_height,
.whiteBG_article_height {
    min-height: 350px;
}

.blueBG .textArea {
    color: #ffffff;
}

.blueBG .btn-primary {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.blueBG .btn-primary {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: transparent;
}

.postBlockGray_1 {
    background-color: #F8F8F8;
    padding: 0 0 0 38px;
}

.postBlockGray_2 {
    background-color: #F1F1F2;
    padding: 0 0 0 38px;
}

.postNameDetails {
    font-family: 'Gilroy-Regular';
    font-size: 14px;
    max-height: 185px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 15px 0;
}

    .postNameDetails:after {
        content: "";
        display: table;
        clear: both;
    }

    .postNameDetails .header {
        font-weight: 600;
        margin-bottom: 10px;
        min-height: 70px;
    }

        .postNameDetails .header > div {
            margin-bottom: 7px;
        }

    .postNameDetails .footer {
        font-weight: 500;
        margin-bottom: 0;
    }

.readMoreBlock {
    font-size: 12px;
    position: relative;
    z-index: 1;
}

    .readMoreBlock a {
        color: #753BBC;
        text-decoration: none;
        font-weight: 600;
    }

        .readMoreBlock a:visited,
        .readMoreBlock a:active,
        .readMoreBlock a:hover {
            text-decoration: none;
        }

.newsSection .sectionHeading {
    font-size: 18px;
    font-weight: normal;
}

.newsSection .block {
    padding: 10px 0;
    border-bottom: 1px solid #999999;
    font-weight: 600;
}

    .newsSection .block:last-child {
        border-bottom: none;
    }

    .newsSection .block .date {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .newsSection .block .heading {
        font-weight: normal;
        font-family: 'Gilroy-Semibold';
    }

    .newsSection .block .details {
        font-size: 14px;
        margin-bottom: 10px;
    }

.goBack a {
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    line-height: 1.2;
}

    .goBack a:before {
        content: "\f104";
        font-size: 16px;
        font-family: FontAwesome;
        color: #000000;
        margin-right: 5px;
    }

.modal {
    z-index: 9999;
}

.contactUsForm #KCCountry_btnSubmit {
    margin-bottom: 20px !important;
}

@media screen and (max-width: 568px) {
    .investor .downloadBox {
        margin-left: 0px !important
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .headerFooterPadding {
        padding-left: 10px;
        padding-right: 10px;
    }

    .bannerBox .bannerContent {
        margin-left: 0;
    }

    .commonSlider .banner-content .header-writer {
        font-size: 40px;
    }

    .bannerBox .bannerContent .heading {
        font-size: 18px;
        margin-top: 0;
    }
	.bannerBox.full-width .bannerContent .heading {
        font-size: 32px;
        margin-top: 0;
    }

    .bannerBox .bannerContent .details {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .bannerBox .bannerContent .personDetails {
        margin-top: 5px;
    }
	.bannerBox.full-width .bannerContent .personDetails {
        margin-top: 0;
    }

    .articleLearnmore .btnBox {
        bottom: 11px;
    }

    .articleLearnmore {
        min-height: 254px;
        max-height: 254px;
        overflow: hidden;
    }

        .articleLearnmore .textArea {
            width: 100%;
            top: 20%;
        }

            .articleLearnmore .textArea .heading {
                font-size: 20px;
                min-height: 74px;
                max-height: 105px;
                width: 58%;
            }

    @media screen and (max-width: 1024px) and (min-width: 768px) {
        .articleLearnmore .strategy_tile .textArea {
            top: 10%;
        }
    }

    .articleLearnmore.two_tiles {
        min-height: 361px;
        max-height: 370px;
    }

        .articleLearnmore.two_tiles .textArea {
            top: 15%;
        }

            .articleLearnmore.two_tiles .textArea .heading {
                font-size: 24px;
                min-height: 56px;
                max-height: 80px;
                overflow: hidden;
            }

        .articleLearnmore.two_tiles .btnBox {
            bottom: 11px;
        }

    .commonSlider .sliderText {
        top: 5%;
    }

    .commonSlider .slick-dots {
        bottom: 25px;
    }

    .articleLearnmore .articleDate {
        margin-left: 25px;
    }

    .brandParent .logoImg {
        margin-right: 15px;
    }

    .postNameDetails {
        min-height: 245px;
    }

    .numeralSqaure, .numeralPercentSqaure {
        padding: 20px 9px;
        min-height: 169px;
        max-height: 169px;
        overflow: hidden;
    }

        .numeralSqaure .value, .numeralPercentSqaure .value {
            font-size: 40px;
        }

    .postNameDetails .header {
        min-height: 110px;
    }

    #productServiceModal .form-group {
        min-height: 50px;
    }

    .searchBlockStyle .closeSearchbox {
        right: 10px;
    }

    .contactUsForm #iframe {
        width: 768px;
    }

        .contactUsForm #iframe .formPage > .container {
            margin-left: 0;
        }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    .numeralSqaure, .numeralPercentSqaure {
        padding: 20px 9px;
        min-height: 234px;
        max-height: 234px;
        overflow: hidden;
    }

        .numeralSqaure .value, .numeralPercentSqaure .value {
            font-size: 80px;
        }

    .postNameDetails .header {
        min-height: 80px;
    }

    .postNameDetails {
        min-height: 200px;
    }

    .articleLearnmore.two_tiles .textArea {
        top: 55%;
    }

    .searchBlock .gutterPadding_0 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .articleLearnmore.two_tiles {
        max-height: 500px;
    }
}

@media screen and (max-width: 767px) {
    .stickyHeader {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .headerFooterPadding {
        padding-left: 10px;
        padding-right: 10px;
    }

    .searchBlock .gutterPadding_0 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .searchBlockStyle .inputBOX {
        margin-top: 23px;
    }

    .searchBlockStyle .search_input {
        padding-left: 30px;
        font-size: 16px;
    }

    .searchBlockStyle .btnBOX .btnRight {
        float: right !important;
    }

    .searchBlockStyle_mobile {
        position: relative;
        top: 60px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .searchBlockStyle .searchImage {
        margin-right: 0px;
    }

    .searchBlockStyle input {
        font-size: 9px;
        width: 100%;
    }

    .searchParentBlock {
        position: relative;
        top: 0;
    }

    .searchBlockStyle .btn-primary {
        min-width: 110px;
    }

    .searchParentBlock .findresultDiv {
        top: 145%;
    }

    .megaMenuBlock .searchIcon span {
        font-weight: 600;
        position: relative;
        top: -6px;
        right: 1px;
    }

    .searchResults {
        max-height: 331px;
    }

    .KC_breadcrumb .breadcrumb {
        margin-left: 0;
    }

    .btn-primary {
        font-size: 14px;
        padding: 5px 8px;
    }

    .primarySelect {
        font-size: 16px;
    }

    .mobilePageHeading {
        padding-top: 25px;
        text-transform: uppercase;
    }

    .bannerBox .bannerContent .personDetails {
        margin-top: 15px;
    }

    .commonSlider .banner-content {
        width: 70%;
    }

        .commonSlider .banner-content .header-writer {
            font-size: 42px;
            font-weight: 600;
            line-height: 1.2;
        }

    .commonSlider .sliderText {
        top: 10%;
    }

    .commonSlider .banner-content .paragraph {
        font-size: 14px;
    }

    .commonSlider .slick-dots {
        bottom: 4%;
    }

    .numeralSqaure .bottomText {
        font-size: 24px;
    }

    .numeralSqaure, .numeralPercentSqaure {
        padding: 30px 9px;
        min-height: 198px;
        max-height: 198px;
        overflow: hidden;
    }

        .numeralSqaure .value, .numeralPercentSqaure .value {
            font-size: 48px;
        }

    .stockImage .mobStockimg {
        width: 100%;
    }

    .mobVoiletBG {
        background-color: #C7AFE3;
        color: #000000;
    }

    .mobArticleLearnmoreBgwhite {
        background-color: #F1F1F2;
        min-height: 204px;
    }

    .articleLearnmore .heading {
        font-family: 'Gilroy-Semibold';
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2;
        width: 75%;
        min-height: 42px;
        max-height: 60px;
        overflow: hidden;
    }

    .articleLearnmore {
        min-height: 230px;
        overflow: hidden;
    }

    @media screen and (max-width: 767px) {
        .articleLearnmore.four_tiles > img {
            width: 100%;
            height: 230px;
        }
    }

    @media screen and (max-width: 767px) {
        .carousel_heading {
            font-size: 44px !important;
        }
    }

    .articleLearnmore .textArea {
        left: 15px;
        width: 100%;
    }

    .articleLearnmore .paragraphDetail {
        width: 45%;
        max-height: 170px;
        font-size: 12px;
    }

    .articleLearnmore .btnBox {
        left: 15px;
        bottom: 15px;
    }

    .articleLearnmore .mobBlockimg {
        width: 100%;
    }

    .articleLearnmore .articleDate {
        margin-left: 15px;
    }

    .articleLearnmore.two_tiles {
        min-height: 375px;
    }

        .articleLearnmore.two_tiles > img {
            min-height: 375px;
            max-height: 375px;
        }

        .articleLearnmore.two_tiles .textArea {
            top: 20%;
        }

            .articleLearnmore.two_tiles .textArea .heading {
                min-height: 42px;
                max-height: 42px;
                width: 52%;
            }

    .commonSlider .slick-arrow {
        display: block !important;
    }

    .commonSlider .slick-prev {
        left: 10%;
        z-index: 99;
        content: '';
        background: url(../images/icon_arrow_L.png) no-repeat;
        width: 21px;
        height: 35px;
    }

    .commonSlider .slick-prev, .commonSlider .slick-next {
        top: 93%;
    }

    .commonSlider .slick-next {
        right: 10%;
        z-index: 99;
        content: '';
        background: url(../images/icon_arrow_R.png) no-repeat;
        width: 21px;
        height: 35px;
    }

        .commonSlider .slick-next:before {
            display: none;
        }

    .commonSlider .slick-prev:before {
        display: none;
    }

    .commonSlider .oneItem {
        transform: inherit;
    }

    .bannerBox .bannerContent {
        width: 100%;
        margin-left: 0;
    }

        .bannerBox .bannerContent .heading {
            font-size: 32px;
            margin-top: 0;
        }

        .bannerBox .bannerContent .details {
            margin-top: 10px;
            font-size: 14px;
        }

    .articleLearnmore > img {
        width: 100%;
    }

    .offWhiteBg {
        background-color: #F1F1F2;
    }

    .brandParent {
        margin-top: 95px;
    }

        .brandParent .logoImg {
            margin-right: 11px;
        }

    /* Slider configuration only in mobile view START */
    .sliderOnlyMobile .slick-dots {
        bottom: -50px;
    }

        .sliderOnlyMobile .slick-dots li.slick-active button::before {
            content: "•";
            font-size: 8px;
            width: 15px;
            height: 15px;
            line-height: 15px;
            color: transparent;
            opacity: 1;
            border-width: 2px;
            border-style: solid;
            border-color: rgb(117, 59, 188);
            border-image: initial;
            background-color: transparent;
            border-radius: 50px;
            margin-top: -2px;
        }

        .sliderOnlyMobile .slick-dots li button:before {
            width: 12px;
            height: 12px;
            opacity: 1;
            color: transparent;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            border: 2px solid #753BBC;
            border-radius: 50%;
            background-color: #753BBC;
        }

    .sliderOnlyMobile .slick-prev, .sliderOnlyMobile .slick-next {
        top: 115%;
    }

    .sliderOnlyMobile .slick-prev {
        left: 7%;
        z-index: 999;
        content: '';
        background: url(../images/icon_arrow_L.png) no-repeat;
        width: 21px;
        height: 35px;
    }

    .sliderOnlyMobile .slick-next {
        right: 7%;
        z-index: 999;
        content: '';
        background: url(../images/icon_arrow_R.png) no-repeat;
        width: 21px;
        height: 35px;
    }

        .sliderOnlyMobile .slick-next:before {
            display: none;
        }

    .sliderOnlyMobile .slick-prev:before {
        display: none;
    }
    /* Slider configuration only in mobile view END */

    .postNameDetails {
        border-bottom: 1px solid #999999;
        min-height: 130px;
    }

        .postNameDetails .header {
            float: left;
            width: 42%;
            margin-bottom: 0;
        }

            .postNameDetails .header > div {
                margin-bottom: 0px;
            }

        .postNameDetails .footer {
            float: right;
            width: 50%;
        }

    .newsSection {
        padding: 20px 0;
    }

        .newsSection .sectionHeading {
            font-size: 24px;
            font-weight: normal;
        }

        .newsSection .block {
            padding: 15px 0;
        }

    .mobileGray {
        background-color: #F1F1F2;
        color: #000000;
    }

    .mobileBlue {
        background-color: #0F059E;
        color: #ffffff;
    }

    ul.formList li .VerificationCode {
        width: 100%;
    }
}

/* ----------------------------------------- */
/***** COMMON COMPONENT CSS END HERE ********/
/* ----------------------------------------- */

/* ----------------------------------------- */
/***** HEADER AND FOOTER CSS START HERE ********/
/* ----------------------------------------- */
.topBlueHeader {
    height: 30px;
    background-color: #0F059E;
}

    .topBlueHeader .list-inline > li {
        padding-left: 20px;
        padding-right: 0;
        vertical-align: top;
        line-height: 1.2;
    }

        .topBlueHeader .list-inline > li:first-child {
            padding-left: 5px;
        }

    .topBlueHeader ul {
        padding-top: 8px;
        margin-bottom: 0;
        padding-right: 10px;
    }

        .topBlueHeader ul li a {
            color: #ffffff;
        }

            .topBlueHeader ul li a > img:hover {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -o-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
            }

.megaMenuBlock .plusMinusToggle {
    display: none;
}

.megaMenuBlock .menuColumnLeft {
    padding-left: 35px;
}

.megaMenuBlock .navbar {
    position: relative;
    min-height: 80px;
    margin-bottom: 0px;
    border: none;
}

.megaMenuBlock .dropdown-menu {
    border: none;
}

.megaMenuBlock .navbar-brand {
    float: left;
    /*height: 50px;*/
    padding: 25px 0;
    /*
  font-size: 18px;
  line-height: 20px;
  */
}

.megaMenuBlock .nav > li {
    position: relative;
    display: block;
    margin-left: 40px;
}

.megaMenuBlock .navbar-nav > li > a {
    padding-top: 34px;
    padding-bottom: 10px;
    line-height: 10px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
}

.megaMenuBlock .navbar-right > li > a {
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .megaMenuBlock .navbar-right > li > a {
        font-size: 10px;
    }
}

.megaMenuBlock .navbar-nav > li > a:hover {
    color: #753bbc;
    /*border-bottom: 2px solid #753bbc;*/
    font-weight: bold;
}

.megaMenuBlock .navbar-nav .activeLink > a {
    color: #753bbc !important;
    border-bottom: 2px solid #753bbc !important;
    font-weight: bold !important;
}

.megaMenuBlock .navbar-nav .searchIcon:hover {
    border-bottom: none;
}
/*
.megaMenuBlock .navbar-nav>li>a:hover:last-child {
  border-bottom: none;
}
*/
.megaMenuBlock .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0;
    padding-top: 18px;
    /*background-color: #ffffff;*/
}

.megaMenuBlock .dropdown-menu.megamenu li:first-child {
    margin-right: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
}

    .navbar-default .navbar-nav > li > a.searchIcon {
        padding-top: 31px;
    }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #753bbc;
    background-color: #ffffff;
    font-weight: bold;
}

    .navbar-default .navbar-nav > .open > a:focus {
        color: #000000;
        background-color: #ffffff;
    }

.megaMenuBlock .navbar-default {
    color: #000000;
    background-color: #ffffff;
    border-color: #aca1a2;
    padding: 0;
}

    .megaMenuBlock .navbar-default .navbar-nav > .dropdown > a .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
    }

.megaMenuBlock .menu-large {
    position: static !important;
}

.megaMenuBlock .megamenu {
    padding: 20px 0px;
    width: 100%;
}

    .megaMenuBlock .megamenu > li > ul {
        padding: 0;
        margin: 0;
    }

        .megaMenuBlock .megamenu > li > ul > li {
            list-style: none;
            margin-bottom: 5px;
        }

    .megaMenuBlock .megamenu .dropdown-header {
        display: block;
        padding: 3px 20px;
        font-family: 'Gilroy-Bold';
        font-size: 12px;
        line-height: 1.42857143;
        color: #000000;
        white-space: nowrap;
        font-weight: bold;
        margin-bottom: 10px;
    }

        .megaMenuBlock .megamenu .dropdown-header.subMenuHeader {
            padding: 3px 0px;
        }

            .megaMenuBlock .megamenu .dropdown-header.subMenuHeader > a {
                font-weight: bold;
            }

    .megaMenuBlock .megamenu > li > ul > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333333;
        white-space: normal;
    }

    .megaMenuBlock .megamenu > li ul > li > a:hover,
    .megaMenuBlock .megamenu > li ul > li > a:focus {
        text-decoration: underline;
        /*
  color: #262626;
  background-color: #f5f5f5;
  */
    }

    .megaMenuBlock .megamenu.disabled > a,
    .megaMenuBlock .megamenu.disabled > a:hover,
    .megaMenuBlock .megamenu.disabled > a:focus {
        color: #999999;
    }

        .megaMenuBlock .megamenu.disabled > a:hover,
        .megaMenuBlock .megamenu.disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

    .megaMenuBlock .megamenu.dropdown-header {
        color: #428bca;
        font-size: 18px;
    }

.socialFooter {
    background-color: #ffffff;
    padding: 0 10px 30px 10px;
}

.footerWrapper {
    padding: 50px 0 40px 0;
	background:#fff;
}

    .footerWrapper ul.footerList {
        list-style: none;
    }

        .footerWrapper ul.footerList li {
            font-family: 'Gilroy-SemiBold';
            font-size: 13px;
            font-weight: bold;
            margin-bottom: 10px;
        }

            .footerWrapper ul.footerList li a {
                font-family: 'Gilroy-SemiBold';
                font-size: 13px;
                font-weight: bold;
                color: #0f059e;
            }

                .footerWrapper ul.footerList li a > img {
                    width: auto;
                    height: 16px;
                }

                    .footerWrapper ul.footerList li a > img:hover {
                        transform: scale(1.1);
                        -webkit-transform: scale(1.1);
                        -o-transform: scale(1.1);
                        -moz-transform: scale(1.1);
                        -ms-transform: scale(1.1);
                    }

    .footerWrapper ul.footerSocialIcon {
        margin-left: 0;
        margin-top: 20px;
    }

        .footerWrapper ul.footerSocialIcon li:first-child {
            padding-left: 0px;
        }

        .footerWrapper ul.footerSocialIcon li {
            padding-right: 35px;
            margin-bottom: 20px;
            padding-left: 0;
        }

    .footerWrapper .copyrightContent {
        font-family: 'Gilroy-SemiBold';
        font-size: 12px;
        font-weight: 600;
        text-align: left;
        padding-left: 0;
    }

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .megaMenuBlock .nav > li {
        margin-left: 11px;
    }

    .megaMenuBlock .megamenu > li > ul > li > a {
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    .megaMenuBlock .nav > li {
        margin-left: 40px;
    }
}

@media screen and (max-width: 767px) {
    .fullHeight {
        height: 100%;
    }

    .footerWrapper {
        padding: 20px 5px 20px 5px;
    }

    .bodyContent {
        padding-top: 60px;
    }

    .megaMenuBlock .plusMinusToggle {
        display: block;
    }
    /*
  .megaMenuBlock .navbar-static-top{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding-left: 15px;
    padding-right: 15px;
  }
  */
    .megaMenuBlock .navbar {
        min-height: 50px;
    }

    .megaMenuBlock .megamenu {
        margin-left: 0;
        margin-right: 0;
    }

        .megaMenuBlock .megamenu > li {
            margin-bottom: 10px;
            padding-left: 0;
        }

            .megaMenuBlock .megamenu > li > ul > li > a {
                color: #ffffff;
                font-size: 14px;
                padding: 3px 10px;
            }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 0;
    }

    .megaMenuBlock .megamenu > li:last-child {
        margin-bottom: 0;
    }

    .megaMenuBlock .megamenu.dropdown-header {
        padding: 3px 15px !important;
    }

        .megaMenuBlock .megamenu .dropdown-header.subMenuHeader > a {
            font-weight: normal;
            font-size: 18px;
        }

    .megaMenuBlock .megamenu > li > ul > li > a {
        font-weight: normal;
    }

    .megaMenuBlock .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #ffffff;
        font-size: 18px;
        font-weight: normal;
    }

    .megaMenuBlock .navbar-toggle {
        position: relative;
        float: left;
        padding: 9px 0px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        width: 7%;
    }

    .megaMenuBlock .navbar-brand {
        padding: 2px 20px;
        width: 80%;
		display: flex;
    }

        .megaMenuBlock .navbar-brand > img {
            margin: auto;
        }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .megaMenuBlock .searchIcon {
        padding-top: 15px;
        font-size: 20px;
        color: #000000;
        text-decoration: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000000;
        position: relative;
        /*transition: all 500ms ease-in-out;*/
    }

    .megaMenuBlock .navbar-toggle.active .icon-bar:nth-of-type(1) {
        top: 0;
        transform: rotate(45deg);
        margin-top: 5px;
    }

    .megaMenuBlock .navbar-toggle.active .icon-bar:nth-of-type(2) {
        background-color: transparent;
    }

    .megaMenuBlock .navbar-toggle.active .icon-bar:nth-of-type(3) {
        top: -2px;
        transform: rotate(-45deg);
    }

    .megaMenuBlock .navbar-toggle.active .icon-bar + .icon-bar {
        margin-top: -1px;
    }

    .megaMenuBlock .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
        background-color: #ffffff;
        margin-left: -15px;
        margin-right: -15px;
        height: 565px;
    }

    .megaMenuBlock .navbar-default .navbar-nav > li > a {
        color: #ffffff;
        font-size: 18px;
        font-weight: normal;
    }

    .megaMenuBlock .navbar-nav .activeLink > a {
        color: #ffffff !important;
        border-bottom: 1px solid #ffffff !important;
        font-weight: normal !important;
    }

    .megaMenuBlock .nav > li {
        margin-left: 15px;
        margin-right: 15px;
        border-bottom: 1px solid #ffffff;
    }

        .megaMenuBlock .nav > li:last-child {
            border-bottom: 1px solid #0f059e;
        }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        color: #ffffff;
        background-color: transparent;
    }

    .megaMenuBlock .navbar-nav > li > a:hover {
        color: #ffffff;
        border-bottom: none;
    }

    .megaMenuBlock .navbar-nav > li > a {
        padding-top: 25px;
        padding-bottom: 22px;
        line-height: 10px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .megaMenuBlock .nav.navbar-nav.navbar-right {
        margin: 0 -10px;
        background-color: #0f059e;
        padding-top: 10px;
    }

    .megaMenuBlock .navbar-nav > li > .dropdown-menu {
        padding-top: 0;
    }

    .megaMenuBlock .megamenu > li > ul li {
        margin: 0;
        padding: 0 0 0 10px;
    }

        .megaMenuBlock .megamenu > li > ul li:first-child {
            margin: 0;
            padding: 0;
        }

    .mobileFooterWrapper .copyrightContent,
    .footerWrapper .copyrightContent {
        font-family: 'Gilroy-Regular';
        font-size: 10px;
        font-weight: 600;
        text-align: right;
    }

    .plusMinusToggle {
        font-size: 27px;
        font-weight: normal;
        font-family: arial;
        top: -5px;
    }

    .mobileFooter {
        background-color: #ffffff;
        padding: 30px 10px 20px 10px;
        overflow: hidden;
        margin-bottom: -1px;
    }

        .mobileFooter ul {
            background-color: #ffffff;
            padding: 0;
            list-style: none;
        }

            .mobileFooter ul li {
                font-family: 'Gilroy-SemiBold';
                font-size: 13px;
                font-weight: 550;
                margin-bottom: 15px;
            }

                .mobileFooter ul li a {
                    color: #0f059e;
                }

    .mobileLanguageLocation {
        background-color: #0f059e;
        padding: 10px 80px 15px 20px;
        overflow: hidden;
        margin: 0 -10px;
    }

        .mobileLanguageLocation a {
            font-size: 14px;
            color: #ffffff;
        }

    .socialFooter .heading {
        font-family: 'Gilroy-SemiBold';
        font-size: 13px;
        font-weight: 550;
        margin-bottom: 20px;
    }

    .socialFooter .socialFooterList li {
        padding-left: 5px;
        padding-right: 25px;
    }

        .socialFooter .socialFooterList li a > img {
            width: auto;
            height: 20px;
        }

    .mobileFooterWrapper {
        padding: 20px 10px 20px 10px;
    }
}

@media screen and (max-width: 767px) and (orientation:landscape) {
    .megaMenuBlock .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        height: 300px;
    }
}

@media screen and (min-width: 768px) {
    .megaMenuBlock .navbar-right {
        float: right !important;
        margin-right: 0;
    }

    .topBlueHeader ul {
        padding-right: 0;
        margin-right: -10px;
    }
	.d-flex-center{
		display: flex;
		align-items: center;
	}
}

@media only screen and (max-width:480px) {
    .mainmenulinklist {
        padding-bottom: 10px;
    }

    .mainmenulink {
        width: 70%;
        float: left;
        z-index: 1;
    }
}

@media only screen and (max-width: 360px) {
    .ru-navbar li:last-child a {
        line-height: 24px;
    }
}
/* ----------------------------------------- */
/***** HEADER AND FOOTER CSS END HERE ********/
/* ----------------------------------------- */

/* ----------------------------------------- */
/***** HOME PAGE CSS START HERE ********/
/* ----------------------------------------- */

.homePage .commonSlider .bannerBox {
    top: 15%;
}

    .homePage .commonSlider .bannerBox .bannerContent {
        width: 60%;
        margin-left: 0;
    }

        .homePage .commonSlider .bannerBox .bannerContent .personDetails {
            margin-top: 0;
        }

        .homePage .commonSlider .bannerBox .bannerContent .heading {
            font-size: 80px;
            margin-top: 0;
        }

        .homePage .commonSlider .bannerBox .bannerContent .personDetails .details {
            margin-top: 12px;
            margin-bottom: 25px;
        }

.homePage .logoContainer {
    background-color: #F1F1F2;
    padding: 60px 20px 26px 20px;
}

.homePage .seeAllContainer {
    text-align: center;
    margin-top: 20px;
}

.homePage .logoContainer .logoBox {
    margin-bottom: 20px;
    width: 100%;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    /*.homePage .commonSlider .bannerBox { top: 20%;  }*/
    .homePage .commonSlider .bannerBox .bannerContent {
        width: 50%;
    }

        .homePage .commonSlider .bannerBox .bannerContent .heading {
            font-size: 36px;
        }

            .homePage .commonSlider .bannerBox .bannerContent .heading .carousel_heading {
                font-size: 36px;
            }

        .homePage .commonSlider .bannerBox .bannerContent .personDetails .details {
            font-size: 14px;
        }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
    .homePage .commonSlider .bannerBox {
        top: 10%;
    }
}

@media screen and (max-width: 767px) {
    .clearAll {
        clear: both;
    }

    .homePage .commonSlider .bannerBox {
        top: 5%;
    }

        .homePage .commonSlider .bannerBox .bannerContent {
            width: 100%;
            margin-left: 0;
        }

            .homePage .commonSlider .bannerBox .bannerContent .heading {
                font-size: 42px;
            }

            .homePage .commonSlider .bannerBox .bannerContent .personDetails .details {
                font-size: 14px;
            }

    .homePage .logoContainer {
        padding: 50px 0;
    }

        .homePage .logoContainer .logoBox {
            width: 100px;
        }

            .homePage .logoContainer .logoBox img {
                margin: auto;
            }

    .homePage .seeAllContainer .btn-primary {
        min-width: 190px;
    }

    .homePage .articleLearnmore.two_tiles {
        min-height: 325px;
        max-height: 239px;
    }

        .homePage .articleLearnmore.two_tiles > img {
            min-height: 325px;
            max-height: 239px;
        }

        .homePage .articleLearnmore.two_tiles .textArea {
            top: 19%;
        }

            .homePage .articleLearnmore.two_tiles .textArea .heading {
                width: 70%;
                min-height: 160px;
            }
}
/* ----------------------------------------- */
/***** HOME PAGE CSS END HERE ********/
/* ----------------------------------------- */

/* ----------------------------------------- */
/***** COMPANY ABOUT CSS START HERE ********/
/* ----------------------------------------- */
.comapnyAbout {
    position: relative;
}

    .comapnyAbout .aboutBanner .bannerBox {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background-color: transparent;
    }

    .comapnyAbout .section_4 {
        padding: 96px 0;
    }

    .comapnyAbout .leftBox {
        padding-right: 90px;
    }

    .comapnyAbout .leftBox2 {
        padding-right: 0;
    }

    .comapnyAbout .rightBox2 {
        width: 50%;
        float: right;
        margin-left: 40px;
    }

    .comapnyAbout .leftBox .heading {
        font-family: 'Gilroy-SemiBold';
        font-size: 32px;
        font-weight: 600;
        text-align: left;
        margin: 0 0 20px 0;
        padding: 0;
        line-height: 1.1;
    }

    .comapnyAbout .leftBox .details {
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        margin: 0 0 20px 0;
        padding: 0;
        line-height: 1.3;
    }

.sliderOnlyMobile .carouselImgBox {
    margin-bottom: 20px;
}

.sliderOnlyMobile .carouselItem {
    width: auto;
    height: 220px;
    background-color: #ACECD4;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
    /*background: url('../images/awards_fact_img_1.png') no-repeat;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sliderOnlyMobile .sheCan {
    background-image: linear-gradient(45deg, #FF008B, #EA1B23);
    color: #fff;
}

.sliderOnlyMobile .carouselItem .itemImage > img {
    width: auto;
    height: 92px;
    margin: 0 auto;
}

.sliderOnlyMobile .carouselItem .itemName {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding: 0 40px;
    /*display: none;
        border: 2px solid red;*/
}

.sliderOnlyMobile .sheCan .itemName {
    font-size: 24px;
    font-weight: 700 !important;
}

.sliderOnlyMobile .carouselItem .itemDetails {
    font-size: 14px;
    font-weight: 500;
    /*display: none;
        border: 2px solid red;*/
}

/* .sliderOnlyMobile .carouselItem.bgOrange{background-color: rgba(238,58,75,0.2);} */
.sliderOnlyMobile .col-md-6:nth-child(1) .bgOrange {
    background-image: url("../images/Foundation-Box1.png");
    background-size: 100% 100%;
}

.sliderOnlyMobile .col-md-6:nth-child(2) .bgOrange {
    background-image: url("../images/Foundation-Box2.png");
    background-size: 100% 100%;
}

.sliderOnlyMobile .col-md-6:nth-child(3) .bgOrange {
    background-image: url("../images/Foundation-Box3.png");
    background-size: 100% 100%;
}

.sliderOnlyMobile .col-md-6:nth-child(4) .bgOrange {
    background-image: url("../images/Foundation-Box4.png");
    background-size: 100% 100%;
}

/* COMPANY LEADERSHIP PAGE CSS START HERE */
.comapnyAbout .leadershipBox {
    padding-top: 0;
    padding-bottom: 70px;
    /*background-color: #f8f8f8;*/
}

.comapnyAbout.leadership .newsSection {
    padding-top: 10px;
}

.comapnyAbout.leadership h2 {
    margin-bottom: 14px;
    font-weight: 600;
}

.comapnyAbout.leadership .section_4 {
    padding: 0;
}

.comapnyAbout .detailsBox {
    padding: 38px 0 38px 32px;
}

.comapnyAbout .grayBG .detailsBox {
    padding-left: 38px;
}
/*.comapnyAbout .whiteBG {padding-left: 38px;}*/

.comapnyAbout .leadershipBox .leaderBox {
    font-size: 14px;
    text-align: center;
    width: 180px;
    min-height: 200px;
    margin: 0 auto;
    font-weight: normal;
    margin-bottom: 5px;
    padding-bottom: 10px;
    margin-top: 50px;
    position: relative;
}

    .comapnyAbout .leadershipBox .leaderBox .detailsBox {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }

    .comapnyAbout .leadershipBox .leaderBox .triangle {
        position: absolute;
        left: 50px;
        top: 0;
        bottom: -5px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #ffffff;
        clear: both;
        transform: rotate(-180deg);
        display: none;
        z-index: 0;
    }

    .comapnyAbout .leadershipBox .leaderBox .imageBox > img {
        margin: 0 auto;
        width: 138px;
        height: 146px;
    }

    .comapnyAbout .leadershipBox .leaderBox .imageBox,
    .comapnyAbout .leadershipBox .leaderBox .details {
        margin-bottom: 10px;
        font-weight: 500;
        min-height: 60px;
        overflow: hidden;
    }

    .comapnyAbout .leadershipBox .leaderBox .heading {
        font-weight: 600;
        margin-bottom: 5px;
    }

.comapnyAbout .commonSlider.sliderWithNews {
    margin-bottom: 20px;
}

    .comapnyAbout .commonSlider.sliderWithNews .sliderText {
        top: 124px;
        left: 30px;
    }

        .comapnyAbout .commonSlider.sliderWithNews .sliderText .banner-content {
            width: 40%;
        }

            .comapnyAbout .commonSlider.sliderWithNews .sliderText .banner-content .header-writer {
                font-family: 'Gilroy-Semibold';
                font-weight: 600;
                font-size: 32px;
                line-height: 1.2;
                margin-bottom: 10px;
                width: 105%;
            }

            .comapnyAbout .commonSlider.sliderWithNews .sliderText .banner-content .paragraph {
                font-size: 14px;
                width: 125%;
                margin-bottom: 25px;
            }

    .comapnyAbout .commonSlider.sliderWithNews .slick-dots {
        bottom: 10px;
    }

.leaderDetailsCollapse {
    display: none;
    background-color: #ffffff;
    padding: 15px 0;
}

    .leaderDetailsCollapse .details .leaderName {
        font-weight: 600;
    }

    .leaderDetailsCollapse .details .designation {
        font-weight: normal;
    }

    .leaderDetailsCollapse .details p {
        font-family: 'Gilroy-Regular';
        font-size: 12px;
        font-weight: normal;
    }

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .comapnyAbout .section_4 {
        padding: 20px 0 0 0;
    }

        .comapnyAbout .section_4 .leftBox {
            padding-right: 0;
        }

    .comapnyAbout .aboutBanner .bannerBox .bannerContent .details {
        font-size: 14px;
    }

    /* .sliderOnlyMobile .carouselItem {
        width: 165px;
        height: 154px;
    } */

    .sliderOnlyMobile .carouselItem .itemName {
        font-size: 12px;
    }

    .sliderOnlyMobile .carouselItem .itemDetails {
        font-size: 12px;
    }

    .sliderOnlyMobile .carouselItem .itemImage > img {
        height: 60px;
    }

    .comapnyAbout .commonSlider.sliderWithNews .sliderText {
        top: 90px;
    }

        .comapnyAbout .commonSlider.sliderWithNews .sliderText .banner-content .header-writer {
            font-size: 24px;
        }

        .comapnyAbout .commonSlider.sliderWithNews .sliderText .banner-content .paragraph {
            margin-bottom: 3px;
        }

        .comapnyAbout .commonSlider.sliderWithNews .sliderText .btn-banner {
            margin-top: 0;
        }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .sliderOnlyMobile .carouselItem {
        width: 165px;
        height: 154px;
    }
}


@media screen and (max-width: 767px) {
    .sliderOnlyMobile .col-md-6:nth-child(1) .bgOrange {
        background-image: none;
        background-color: none;
    }

    .sliderOnlyMobile .col-md-6:nth-child(2) .bgOrange {
        background-image: url("../images/Foundation-Box1.png");
        background-size: 100% 100%;
    }

    .sliderOnlyMobile .col-md-6:nth-child(3) .bgOrange {
        background-image: url("../images/Foundation-Box2.png");
        background-size: 100% 100%;
    }

    .sliderOnlyMobile .col-md-6:nth-child(4) .bgOrange {
        background-image: url("../images/Foundation-Box3.png");
        background-size: 100% 100%;
    }

    .sliderOnlyMobile .col-md-6:nth-child(5) .bgOrange {
        background-image: url("../images/Foundation-Box4.png");
        background-size: 100% 100%;
    }
    /*.comapnyAbout .aboutBanner{padding: 0 10px 103px 10px;}*/
    .comapnyAbout .aboutBanner.bannerBGColor {
        background-color: #C7AFE3;
    }

        .comapnyAbout .aboutBanner.bannerBGColor img {
            width: 100%;
        }

    .comapnyAbout .employeeBanner.bannerBGColor img {
        width: 100%;
    }
    /*
  .comapnyAbout .aboutBanner .bannerBox,
  .comapnyAbout .employeeBanner .bannerBox{
    position: relative;
  }
  */
    .comapnyAbout .aboutBanner .bannerBox .bannerContent {
        margin-left: 0;
        width: 100%;
    }

        .comapnyAbout .aboutBanner .bannerBox .bannerContent .heading,
        .comapnyAbout .employeeBanner .bannerBox .bannerContent .heading {
            margin-top: 35px;
        }

    .comapnyAbout .section_4 {
        padding: 40px 0 70px 0;
    }

        .comapnyAbout .section_4 .rightBox {
            margin-top: 50px;
            margin-bottom: 30px;
        }
    /*
  .comapnyAbout .section_5 .articleLearnmore>img{
    min-height: 188px;
    max-height: 100%;
  }
  */
    .sliderOnlyMobile .carouselImgBox {
        width: 236px;
        margin: 0 auto;
    }

    .sliderOnlyMobile .carouselItem {
        width: 236px;
        margin: 0 auto;
    }

        .sliderOnlyMobile .carouselItem .itemName {
            font-size: 24px;
        }

    .comapnyAbout .section_4 .leftBox {
        padding-right: 0;
    }

    .comapnyAbout .section_4 .leftBox2 {
        /* position: static;
        margin-bottom: 350px; */
        order: 1;
        display: block;
        width: 100%;
    }

    .comapnyAbout .rightBox2, .employeeImgBox {
        /* position: absolute; */
        /*width: 100%;*/
        /* top: 1970px;
        margin-left:0px;
		width: 100% !important;*/
        width: 340px;
        order: 2;
        float: none;
        margin-left: 0px;
        margin: 0px auto;
    }

    .covid-19-mobile, .employee-mobile {
        padding: 10px;
    }

    .covid-19-mobile-wrap, .employee-mobile {
        display: flex;
        flex-direction: column;
    }

    .sliderOnlyMobile .carouselItem .itemDetails {
        width: 80%;
        margin: 0 auto;
    }

    .comapnyAbout.leadership .commonSlider .sliderText {
        top: 20px;
    }

    .comapnyAbout.leadership .commonSlider .bannerBox .bannerContent .personDetails .details {
        margin-bottom: 10px;
    }

    .comapnyAbout.leadership .commonSlider.sliderWithNews .slidingDiv {
        min-height: 1px;
    }

    .comapnyAbout.leadership .commonSlider .banner-content .paragraph {
        font-size: 18px;
        width: 80%;
        margin-bottom: 15px;
    }

    .comapnyAbout.leadership .commonSlider.sliderWithNews .sliderText .banner-content {
        width: 100%;
        margin-top: 9%;
    }

    .comapnyAbout .commonSlider.sliderWithNews .sliderText .banner-content .paragraph {
        margin-bottom: 15px;
    }

    .comapnyAbout.leadership .commonSlider.sliderWithNews .sliderText {
        top: 27px;
        left: 10px;
    }

    .comapnyAbout .mobileLeaderBox .leaderBox {
        width: 100%;
        min-height: 100px;
        margin-bottom: 0;
        padding-bottom: 0;
        text-align: left;
        margin-top: 30px;
    }

        .comapnyAbout .mobileLeaderBox .leaderBox .imageBox {
            float: left;
            width: 47%;
        }

        .comapnyAbout .mobileLeaderBox .leaderBox .detailsBox {
            float: right;
            padding-top: 40px;
            width: 50%;
            word-break: break-word;
        }

            .comapnyAbout .mobileLeaderBox .leaderBox .detailsBox .readMoreBlock a {
                padding: 0;
            }

    .comapnyAbout .mobileLeaderBox .mobileLeaderDetails {
        padding: 15px;
        background-color: #ffffff;
    }

    .comapnyAbout.leadership .newsSection {
        padding: 20px 0;
    }

        .comapnyAbout.leadership .newsSection .sectionHeading {
            font-size: 24px;
            font-weight: normal;
        }

        .comapnyAbout.leadership .newsSection .block {
            padding: 15px 0;
        }

            .comapnyAbout.leadership .newsSection .block:last-child {
                border-bottom: 1px solid #999999;
            }

    .emp_mobile_two_tiles {
        min-height: 375px;
        max-height: 375px;
    }

        .emp_mobile_two_tiles > img {
            min-height: 375px;
            max-height: 375px;
        }

        .emp_mobile_two_tiles .textArea {
            top: 20%;
        }

            .emp_mobile_two_tiles .textArea .heading {
                min-height: 42px;
                max-height: 94px;
                width: 52%;
            }

                .emp_mobile_two_tiles .textArea .heading .paragraphDetail {
                    width: 70%;
                    max-height: 100px;
                }

    .comapnyAbout .grayBG .detailsBox {
        padding-left: 0;
    }

    .comapnyAbout .whiteBG {
        padding-left: 10px;
    }

    .comapnyAbout .detailsBox {
        padding-left: 0;
    }

    .postBlockGray_1,
    .postBlockGray_2 {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 10px;
    }

        .postBlockGray_1:last-child,
        .postBlockGray_2:last-child {
            margin-bottom: 10px;
        }
}

@media screen and (max-width: 767px) and (orientation:landscape) {
    .comapnyAbout.leadership .commonSlider .slidingDiv {
        position: relative;
        min-height: 800px;
    }
}

@media screen and (max-width: 370px) {
    .brands .searchBlockStyle .search_input {
        background: url(../images/icon_search_2x_gray.png);
        background-repeat: no-repeat;
        background-position: left center;
        height: 45px;
        padding-left: 31px !important;
        font-size: 14px;
        background-size: 18px 18px !important;
        background-position: 8px 11px !important;
    }

    .brands .searchBlockStyle .btnBOX .btnRight .btn-primary {
        min-width: 80px !important;
        max-width: 80px !important;
    }
}
/* ----------------------------------------- */
/***** COMPANY ABOUT CSS END HERE ********/
/* ----------------------------------------- */

/* ----------------------------------------- */
/***** BRANDS PAGE CSS STARTS HERE ********/
/* ----------------------------------------- */
.brands {
    position: relative;
}

    .brands .commonSlider {
        margin-top: 0;
    }

    .brands .brandSect.grayBG {
        background-color: #F1F1F2;
        color: #000000;
        min-height: 266px;
    }

    .brands .articleLearnmore.brandSect .textArea {
        top: 0px;
    }

    .brands .brandsWrapper {
        margin-left: 10px;
        width: 83%;
    }

    .brands .brandDetail .heading {
        color: #000000;
        font-family: 'Gilroy-SemiBold';
        font-size: 48px;
        font-weight: 600;
        line-height: 1.2;
        width: 80%;
        margin-top: 20px;
    }

    .brands .brandDetail .policyState {
        color: #000000;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2;
        margin-top: 20px;
    }

    .brands .brandDetail .deails {
        color: #000000;
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
    }

    .brands .brandDetail .policyComment {
        color: #000000;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4;
        margin-top: 60px;
    }

    .brands .brandDetail .detailParagraph {
        color: #000000;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.4;
        margin-top: 17px;
        margin-bottom: 20px;
    }

.sideBarNav .goBack {
    padding: 13px 0 40px 0;
}

    .sideBarNav .goBack a {
        text-decoration: none;
        font-size: 14px;
        color: #753BBC;
        font-weight: 500;
        line-height: 1.2;
    }

        .sideBarNav .goBack a:hover {
            color: #753BBC;
        }

        .sideBarNav .goBack a:before {
            content: "\f104";
            font-size: 14px;
            font-family: FontAwesome;
            color: #753BBC;
            margin-right: 5px;
        }

.wrapperSwicth {
    margin-left: 20px;
}

.brands .companyBrands {
    padding: 38px 0;
    border-top: 1px solid #EFEFEF;
}

.brands .brandsSwitch {
    padding: 30px 10px 30px 0px;
    border-bottom: 0 solid #EFEFEF;
}

    .brands .brandsSwitch:last-child {
        border-bottom: 1px solid #EFEFEF;
    }

.brands .companyBrands .brandImage {
    padding-top: 0px;
}

.brands .companyBrands .logoTitle {
    font-family: 'Gilroy-SemiBold';
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.brands .companyBrands .brandDescription {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 19px;
    width: 71%;
}

.brands .companyBrands .brandsCategoryList {
    margin-bottom: 20px;
}

    .brands .companyBrands .brandsCategoryList:last-child {
        margin-bottom: 0;
    }

    .brands .companyBrands .brandsCategoryList .visitSite {
        color: #000000;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 15px;
    }

.brands .companyBrands .selectBox {
    width: 169px;
}

.brands .companyBrands .socialIconwrapper {
    margin-top: 30px;
}

    .brands .companyBrands .socialIconwrapper ul {
        padding-left: 0;
    }

        .brands .companyBrands .socialIconwrapper ul li {
            list-style-type: none;
            display: inline-block;
            margin-right: 20px;
        }

.brands .roundImgLogo {
    margin-top: 25px;
    margin-bottom: 50px;
}

.contentAboutBrand {
    padding: 45px 0;
}

.leftWrapperbox {
    width: 100%;
}

    .leftWrapperbox .heading {
        font-family: 'Gilroy-SemiBold';
        font-size: 32px;
        font-weight: 600;
        text-align: left;
        margin: 0 0 20px 0;
        padding: 0;
        line-height: 1.3;
    }

    .leftWrapperbox .details {
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        margin: 0 0 20px 0;
        padding: 0;
        line-height: 1.5;
    }

    .leftWrapperbox .btnBox {
        padding-bottom: 50px;
        margin-top: 25px;
    }

.rightWrapperbox {
    margin-top: 0;
}

.brands .searchBlockStyle {
    padding: 20px 30px;
}

    .brands .searchBlockStyle .inputBOX {
        margin-top: 3px;
    }

    .brands .searchBlockStyle .search_input {
        background: url(../images/icon_search_2x_gray.png);
        background-repeat: no-repeat;
        background-position: left center;
        height: 65px;
        padding-left: 65px;
        border: 3px solid #d3d3d3;
        background-size: 28px 28px;
        background-position: 18px 15px;
        margin-top: -5px;
    }

#myULIngredients {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    #myULIngredients li a {
        border: 1px solid #EFEFEF;
        margin-top: -1px; /* Prevent double borders */
        background-color: #ffffff;
        padding: 20px 20px;
        text-decoration: none;
        color: #000000;
        display: block;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 28px;
        font-family: 'Gilroy-SemiBold';
    }

.searchBlockStyle .inCloseSearchbox {
    text-decoration: none;
    margin-left: 30px;
    position: relative;
    top: 10px;
}

    .searchBlockStyle .inCloseSearchbox span {
        font-size: 21px;
        color: #753BBC;
        font-family: FontAwesome;
    }

.brands .ingredientsBanner.bannerBGColor > img {
    width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .brands .brandDetail .heading {
        width: 100%;
        font-size: 28px;
    }

    .brands .brandSect.grayBG {
        min-height: 200px;
        max-height: 200px;
    }

        .brands .brandSect.grayBG > img {
            min-height: 200px;
            max-height: 200px;
        }

        .brands .brandSect.grayBG .textArea {
            top: 0px;
        }

    @media screen and (max-width: 1024px) and (min-width: 768px) {
        .articleLearnmore.four_tiles .paragraphDetail {
            width: 90%;
        }
    }

    .brands .roundImgLogo {
        margin-bottom: 65px;
    }

    .brands .brandBabyStory .textArea {
        top: 20%;
    }

    .brands .brandSect.grayBG .textArea .heading {
        min-height: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    .brands .brandSect.grayBG {
        min-height: 266px;
        max-height: 266px;
    }

        .brands .brandSect.grayBG > img {
            min-height: 266px;
            max-height: 266px;
        }

    .brands .brandBabyStory .textArea {
        top: 55%;
    }

    .brands .brandSect.grayBG .textArea {
        top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .brands .brandDetail .heading {
        font-size: 24px;
    }

    .brands .brandSect.grayBG {
        min-height: 266px;
        max-height: 266px;
    }

        .brands .brandSect.grayBG > img {
            min-height: 266px;
            max-height: 266px;
        }

    .brands .companyBrands {
        padding: 20px 0;
    }

        .brands .companyBrands .adultContent {
            padding-left: 0;
            margin-top: 35px;
        }

        .brands .companyBrands .visitSite {
            margin-top: 19px;
        }

        .brands .companyBrands .socialIconwrapper {
            padding-left: 5px;
        }

    .brands .wrapperSwicth {
        padding: 0 10px;
    }

    .brands .brandParentMar .goBack {
        padding: 0;
    }

    .brands .companyBrands .brandImage img {
        margin: initial;
    }

    .brands .brandsWrapper {
        margin-left: 0;
        width: 100%;
    }

    .roundImgLogo {
        margin-top: 0;
        margin-bottom: 30px;
    }

        .roundImgLogo img {
            margin: auto;
        }

    .brands .brandDetail .detailParagraph {
        clear: both;
    }

    .brands .brandParentMar div.row:nth-child(3) .companyBrands {
        border-top: 1px solid transparent;
    }

    .brands .companyBrands .brandImage {
        padding-top: 20px;
    }
    /*.brands .ingredientsBanner .bannerBox { position: absolute; }*/
    /*.brands .ingredientsBanner{padding: 0 10px 103px 10px;}*/
    .brands .ingredientsBanner.bannerBGColor {
        background-color: #BED2F3;
    }

    .ingredients .findresultDiv {
        position: initial;
    }

    .brands .rightWrapperbox {
        margin-top: 30px;
        margin-bottom: 60px;
    }

        .brands .rightWrapperbox > img {
            margin: auto;
        }

    .wrapperSwicth {
        margin-left: 0;
    }

    .goBack a {
        padding: 25px 0 20px 0;
        margin-top: 0;
        display: block;
    }

    .brands .searchBlockStyle {
        padding: 20px 0;
    }

        .brands .searchBlockStyle .inputBOX {
            margin-top: 11px;
        }

        .brands .searchBlockStyle .search_input {
            background: url(../images/icon_search_2x_gray.png);
            background-repeat: no-repeat;
            background-position: left center;
            height: 45px;
            padding-left: 40px;
            font-size: 14px;
            background-size: 23px 23px;
            background-position: 10px 9px;
        }

        .brands .searchBlockStyle .btnBOX .btnRight .btn-primary {
            min-width: 90px;
            max-width: 90px;
        }
}
/* ----------------------------------------- */
/***** BRANDS PAGE CSS ENDS HERE ********/
/* ----------------------------------------- */

/* ----------------------------------------- */
/***** LEGAL PAGE CSS STARTS HERE ********/
/* ----------------------------------------- */
.legal {
    position: relative;
    /*border-top: 10px solid #efefef;*/
    margin-top: 2px;
}

.policyWrapper {
    /*margin-left: 20px;*/
    margin-left: 0;
}

.sideBarNav .sidePolicy {
    font-size: 10px;
    color: #000000;
    padding: 13px 0 20px 0;
}

.sideBarNav .navigationDetails {
    padding-bottom: 50px;
}

    .sideBarNav .navigationDetails ul {
        padding-left: 0;
    }

        .sideBarNav .navigationDetails ul li {
            list-style-type: none;
            padding: 20px 20px 20px 0;
            border-top: 1px solid #0F059E;
            position: relative;
            cursor: pointer;
        }

            .sideBarNav .navigationDetails ul li a {
                color: #000000;
                font-size: 14px;
                font-weight: 500;
                line-height: 1.2;
                text-decoration: none;
                padding: 20px 0;
                word-break: break-all;
            }

            .sideBarNav .navigationDetails ul li.active a.selected {
                color: #753BBC;
                font-weight: 600;
                padding: 20px 20px 5px 0;
                /*display: block;*/
            }

            .sideBarNav .navigationDetails ul li.active a:after {
                content: "\f105";
                font-family: FontAwesome;
                font-size: 19px;
                color: #753BBC;
                position: absolute;
                right: 10px;
                top: 45%;
                transform: translateY(-50%);
            }

            .sideBarNav .navigationDetails ul li:last-child {
                border-bottom: 1px solid #0F059E;
            }


/* **** */
.second_level_menu {
    display: none;
}

.collapse_second_level_menu {
    display: block;
}

.third_level_menu {
    display: none;
}

.collapse_third_level_menu {
    display: block;
}

.second_level_menu {
    padding: 10px 0 0 0;
}

    .second_level_menu ol {
        padding-left: 12px;
    }

        .second_level_menu ol li {
            border-top: none !important;
            padding: 0 0 5px 0 !important;
            list-style-type: none !important;
        }

            .second_level_menu ol li a {
                padding: 0 !important;
                color: #000000;
                font-weight: 500;
            }

.sideBarNav .navigationDetails ul li.active .second_level_menu ol li a:after {
    content: "";
}

.sideBarNav .navigationDetails ul li.active .second_level_menu ol li.secondActive > a {
    color: #753BBC;
    font-weight: 600;
}

    .sideBarNav .navigationDetails ul li.active .second_level_menu ol li.secondActive > a:after {
        content: "\f105";
    }

.sideBarNav .navigationDetails ul li.active .second_level_menu ol li .third_level_menu ol li.thirdActive > a {
    color: #753BBC;
    font-weight: 600;
}

    .sideBarNav .navigationDetails ul li.active .second_level_menu ol li .third_level_menu ol li.thirdActive > a:after {
        content: "\f105";
    }

.second_level_menu ol li:last-child {
    border-bottom: none !important;
}

.third_level_menu {
    padding-top: 5px;
}

    .third_level_menu ol li:last-child {
        border-bottom: none !important;
    }

.articleStatementBox {
    width: 100%;
}

    .articleStatementBox .heading {
        color: #000000;
        font-family: 'Gilroy-SemiBold';
        font-size: 46px;
        /* font-weight: 600; */
        line-height: 1.2;
        margin: 0;
    }

.indHeading-blue {
    font-size: 26px;
}

.articleStatementBox .articleDetails {
    margin-bottom: 20px;
}

    .articleStatementBox .articleDetails .subHeading {
        color: #000000;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2;
        margin: 20px 0 5px 0;
        text-align: left;
    }

    .articleStatementBox .articleDetails .deails {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4;
    }

        .articleStatementBox .articleDetails .deails p {
            margin-bottom: 20PX;
            margin-top: 20PX;
        }

        .articleStatementBox .articleDetails .deails ul {
            list-style-type: none;
        }

            .articleStatementBox .articleDetails .deails ul li::before {
                content: "\2022";
                color: #C8C8C8;
                font-weight: bold;
                display: inline-block;
                width: 1em;
                height: 1em;
                margin-left: -1em;
                font-size: 36px;
                position: relative;
                top: 6px;
                left: 5px;
            }


.articleImage {
    /*margin-top: 63px;*/
    margin-top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sideBarNav .navigationDetails ul li a {
        font-size: 13px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .homePage .commonSlider .bannerBox .bannerContent .ru_heading {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .bodyContent .legal {
        padding-top: 0;
    }

    .articleStatementBox {
        width: 100%;
    }

        .articleStatementBox .heading {
            font-size: 18px;
            line-height: 1.2;
            width: 100%;
            display: inline-block;
            margin-top: 40px;
            margin-bottom: 20px;
        }

        .articleStatementBox .articleDetails {
            margin-left: 20px;
        }

    .KC_breadcrumb {
        margin-left: 20px;
    }

    .articleImage {
        margin-top: 0;
        overflow: hidden;
    }

        .articleImage img {
            margin: auto;
        }

    .articleStatementBox .articleDetails .deails {
        font-size: 14px;
    }

    .policyWrapper {
        margin-left: 0;
    }

        .policyWrapper > .mobilePageHeading {
            padding-top: 0;
        }

    .jumbotron.legalarticlejum h3 {
        font-size: 18px !important;
    }

    .jumbotron.legalarticlejum p {
        font-size: 14px !important;
    }

    .KC_breadcrumb .breadcrumb li a {
        font-size: 10px;
    }
}

@media only screen and (width: 768px) {
    .KC_breadcrumb .breadcrumb li a {
        font-size: 10px;
    }
}

/* ----------------------------------------- */
/***** LEGAL PAGE CSS ENDS HERE ********/
/* ----------------------------------------- */

/* ----------------------------------------- */
/***** SEARCH RESULT PAGE CSS START HERE ********/
/* ----------------------------------------- */

.searchResultPage .resultBox {
    border-top: 1px solid #EFEFEF;
    padding: 20px 0 40px 0;
}

    .searchResultPage .resultBox .imgBox img {
        margin: 0 auto;
    }

    .searchResultPage .resultBox .detailBox .heading {
        color: #000000;
        font-family: 'Gilroy-SemiBold';
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .searchResultPage .resultBox .detailBox .details {
        color: #000000;
        font-family: 'Gilroy-Regular';
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2;
    }

.searchResultPage .searchBlockStyle {
    border-top: 2px solid #9B9B9B;
    margin-top: 1px;
    -webkit-box-shadow: 0 5px 8px -3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 5px 8px -3px rgba(0,0,0,0.15);
    -o-box-shadow: 0 5px 8px -3px rgba(0,0,0,0.15);
    box-shadow: 0 5px 8px -3px rgba(0,0,0,0.15);
}

@media screen and (max-width: 767px) {
    .searchResultPage .container .row:nth-child(2) {
        border-top: none;
    }

    .searchResultPage .columnSkyBG {
        border-bottom: 1px solid #ffffff;
        margin-bottom: 0;
    }

    .searchResultPage .resultBox .imgBox {
        margin-bottom: 20px;
    }

        .searchResultPage .resultBox .imgBox img {
            margin: initial;
        }

    .searchResultPage .searchBlockStyle {
        border-top: none;
        margin-top: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

        .searchResultPage .searchBlockStyle .btn-primary {
            min-width: 124%;
            padding: 4px;
        }
}
/* ----------------------------------------- */
/***** SEARCH RESULT PAGE CSS END HERE ********/
/* ----------------------------------------- */

/* ----------------------------------------- */
/***** INVESTOR PAGE CSS START HERE ********/
/* ----------------------------------------- */

.investor {
    position: relative;
}

    .investor .articleLearnmore .textArea {
        top: 25%;
    }

    .investor .paddingLeft_0 {
        padding-left: 0;
    }

    .investor .paddingRight_0 {
        padding-right: 0;
    }

    .investor .grayTiles {
        background-color: #EFEFEF;
        padding: 30px;
        margin: 20px 0 0 0;
        min-height: 333px;
    }

    .investor .greenTiles {
        background-color: #ACECD4;
        padding: 30px;
        margin: 20px 0 0 0;
        min-height: 333px;
    }

    .investor .pressReleaseWrapper {
        margin-bottom: 20px;
    }

        .investor .pressReleaseWrapper .boxTitle,
        .investor .eventsWrapper .boxTitle,
        .investor .overviewWrapper .boxTitle,
        .investor .financialWrapper .boxTitle,
        .investor .individualWrapper .boxTitle,
        .investor .contactsWrapper .boxTitle {
            font-family: 'Gilroy-Regular';
            font-size: 18px;
            color: #000000;
            font-weight: 600;
            line-height: 1;
            margin-bottom: 20px;
        }

        .investor .pressReleaseWrapper .newsBlock {
            border-bottom: 1px solid #979797;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 10px;
            padding-bottom: 14px;
        }

            .investor .pressReleaseWrapper .newsBlock:last-child {
                border-bottom: 1px solid #979797;
            }

            .investor .pressReleaseWrapper .newsBlock .date {
                font-size: 10px;
                margin-bottom: 5px;
            }

            .investor .pressReleaseWrapper .newsBlock .heading {
                font-weight: 600;
            }

            .investor .pressReleaseWrapper .newsBlock .details {
                margin-bottom: 10px;
                font-weight: normal;
            }

        .investor .pressReleaseWrapper .btnBox {
            padding-top: 50px;
        }
    /*.investor .eventsWrapper { margin-bottom: 20px; }*/
    .investor .eventsWrapper .eventBox {
        display: block;
        border-bottom: 1px solid #979797;
        margin-bottom: 15px;
    }

        .investor .eventsWrapper .eventBox:last-child {
            border-bottom: 1px solid transparent;
        }

        .investor .eventsWrapper .eventBox .date {
            font-size: 10px;
            margin-bottom: 5px;
        }

        .investor .eventsWrapper .eventBox .details {
            margin-bottom: 10px;
            font-weight: normal;
            padding-bottom: 8px;
        }

    .investor .eventsWrapper .btnBox {
        padding-top: 15px;
    }

    .investor .overviewWrapper .overviewBox {
        display: block;
        border-bottom: 1px solid #979797;
        margin-bottom: 15px;
        padding-bottom: 8px;
    }

        .investor .overviewWrapper .overviewBox:last-child {
            border-bottom: 1px solid transparent;
        }

        .investor .overviewWrapper .overviewBox:nth-child(3) {
            border-bottom: 1px solid transparent;
        }

        .investor .overviewWrapper .overviewBox .iconWrapper {
            padding-right: 20px;
        }

        .investor .overviewWrapper .overviewBox .downloadTitle {
            font-weight: 600;
            margin-bottom: 5px;
        }

        .investor .overviewWrapper .overviewBox .downloadLink {
            color: #743BBD;
            font-size: 10px;
            font-weight: 600;
            line-height: 1;
        }

        .investor .overviewWrapper .overviewBox .shortInfo {
            color: #753BBC;
            font-size: 12px;
            font-weight: 600;
            line-height: 1.6;
        }

    .investor .financialWrapper .boxTitle {
        margin-bottom: 40px;
    }

    .investor .financialWrapper {
        margin-bottom: 20px;
    }

        .investor .financialWrapper .financeBox {
            border-bottom: 1px solid #999999;
            margin-bottom: 15px;
            padding-bottom: 15px;
            font-size: 14px;
            font-weight: bold;
        }

            .investor .financialWrapper .financeBox:last-child {
                border-bottom: 1px solid transparent;
            }

            .investor .financialWrapper .financeBox .heading a {
                color: #000000;
            }

    .investor .individualWrapper {
        min-height: 438px;
        margin-top: 0;
        margin-bottom: 20px;
    }

        .investor .individualWrapper .individualBox {
            border-bottom: 1px solid #000000;
            margin-bottom: 15px;
            padding-bottom: 15px;
        }

            .investor .individualWrapper .individualBox:last-child {
                border-bottom: 1px solid transparent;
            }

            .investor .individualWrapper .individualBox .pull-left {
                width: 70%;
            }

            .investor .individualWrapper .individualBox .heading {
                font-weight: bold;
            }

            .investor .individualWrapper .individualBox .readMoreBlock {
                padding-top: 12px;
            }

    .investor .contactsWrapper {
        margin-top: 0;
    }

        .investor .contactsWrapper .contactBox {
            border-bottom: 1px solid #979797;
            margin-bottom: 15px;
            padding-bottom: 15px;
        }

            .investor .contactsWrapper .contactBox:last-child {
                border-bottom: 1px solid transparent;
            }

            .investor .contactsWrapper .contactBox .readMoreBlock {
                padding-top: 5px;
            }

    .investor .subscriberWrapper {
        padding-bottom: 25px;
        min-height: 85px;
        margin-bottom: 20px;
    }

        .investor .contactsWrapper .contactBox .heading,
        .investor .subscriberWrapper .heading {
            font-weight: bold;
        }

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
    .investor .pressReleaseWrapper .newsBlock {
        padding-bottom: 22px;
        margin-bottom: 22px;
    }

    .investor .greenTiles {
        min-height: 440px;
    }

    .investor .eventsWrapper {
        min-height: 410px;
    }

    .investor .financialWrapper.greenTiles {
        min-height: 410px;
    }
}

@media screen and (max-width: 767px) {
    /*.investor .investorBanner{ padding: 0 10px 103px 10px;}*/
    .investor .investorBanner.bannerBGColor {
        background-color: #F1F1F2;
        padding: 0;
    }

    .investor .investorBanner .bannerBox .bannerContent {
        width: 100%;
        margin-left: 0;
    }

    .investor .investorBanner .bannerBox {
        position: absolute;
    }

    .investor .numeralSqaure.grayBG {
        background-color: #A7C6ED;
    }

    .investor .grayTiles,
    .investor .greenTiles {
        padding: 30px 10px 30px 10px;
    }

    .investor .greenTiles {
        min-height: 0;
    }

    .investor .paddingRight_0 {
        padding-right: 10px;
    }

    .investor .mobile_gutterPadding_0 {
        padding-left: 0;
        padding-right: 0;
    }

    .investor .pressReleaseWrapper .boxTitle,
    .investor .eventsWrapper .boxTitle,
    .investor .overviewWrapper .boxTitle,
    .investor .financialWrapper .boxTitle,
    .investor .individualWrapper .boxTitle,
    .investor .contactsWrapper .boxTitle {
        margin-bottom: 30px;
    }

    .investor .pressReleaseWrapper {
        margin-bottom: 0;
    }

        .investor .pressReleaseWrapper .btnBox {
            padding-top: 30px;
        }

    .investor .individualWrapper {
        margin-top: 20px;
    }
}
/* ----------------------------------------- */
/***** INVESTOR PAGE CSS END HERE ********/
/* ----------------------------------------- */

/* ----------------------------------------- */
/***** ANNUAL REPORT PAGE CSS START HERE ********/
/* ----------------------------------------- */
.investor,
.investor .annualReportsBanner,
.investor .annualReportsBanner .bannerBox {
    position: relative;
}

    .investor .annualReportsBanner .bannerBox {
        margin-bottom: 40px;
        padding-top: 20px;
    }

        .investor .annualReportsBanner .bannerBox .bannerContent {
            width: 100%;
        }

    .investor .downloadBox {
        float: right;
        margin-top: 12%;
        margin-left: 30%;
    }

        .investor .downloadBox .imageBox {
            float: left;
            width: 100%;
        }

        .investor .downloadBox .downloadLinkBox {
            float: left;
            width: 100%;
            margin-top: 10px;
        }

    .investor .downloadLink {
        font-size: 12px;
        font-weight: 600;
        color: #753BBC;
        text-decoration: none;
    }

    .investor .downloadIcon {
        font-size: 20px;
        vertical-align: middle;
    }

    .investor .downloadChart {
        position: relative;
        margin-top: 40px;
    }

        .investor .downloadChart .list {
            padding: 18px 0;
            border-bottom: 1px solid #efefef;
            font-size: 14px;
            font-weight: 500;
            line-height: 1.2;
        }

            .investor .downloadChart .list .listLeft {
                float: left;
                width: 65%;
            }

            .investor .downloadChart .list .listRight {
                float: right;
                width: 30%;
            }

                .investor .downloadChart .list .listRight .readMoreDwonloadBox {
                    width: 230px;
                }

                .investor .downloadChart .list .listRight .readMoreBox {
                    width: 110px;
                    display: inline-block;
                }

                .investor .downloadChart .list .listRight .PDFBox {
                    width: 120px;
                }

            .investor .downloadChart .list .pdfIcon {
                padding-right: 10px;
            }

            .investor .downloadChart .list .readMore {
                font-size: 12px;
                font-weight: 600;
                color: #753BBC;
                text-decoration: none;
            }

            .investor .downloadChart .list .listDetails {
                display: none;
                padding-top: 40px;
            }

@media screen and (max-width: 767px) {
    .investor {
        border-top: 10px solid #efefef;
        padding-top: 0;
    }

        .investor .annualReportsBanner .bannerBox {
            padding-top: 0px;
        }

        .investor .downloadBox {
            float: left;
            margin-top: 20px;
            margin-left: 0px;
        }

            .investor .downloadBox .imageBox {
                width: 48%;
            }

            .investor .downloadBox .downloadLinkBox {
                float: right;
                width: 53%;
                margin-top: -28px;
                text-align: right;
            }

        .investor .downloadChart .list .readMore i {
            font-size: 20px;
        }

        .investor .downloadChart .list .listRight {
            margin-right: 10px;
        }

            .investor .downloadChart .list .listRight .readMoreDwonloadBox {
                width: 100px;
                text-align: right;
            }

            .investor .downloadChart .list .listRight .readMoreBox {
                width: 40px;
                display: inline-block;
                padding-right: 30px;
            }

            .investor .downloadChart .list .listRight .PDFBox {
                width: 50px;
            }
}
/* ----------------------------------------- */
/***** ANNUAL REPORT PAGE CSS END HERE ********/
/* ----------------------------------------- */

/* ----------------------------------------- */
/***** PRESS KIT PAGE CSS START HERE ********/
/* ----------------------------------------- */
.newsPage .companyBrands .brandImage {
    padding-top: 0;
}

.newsPage .sideBarNav .goBack a {
    color: #000000;
}

    .newsPage .sideBarNav .goBack a:before {
        color: #000000;
    }

.newsPage .companyBrands.brandsSwitch .btnBox {
    /*padding-top: 20%;*/
    height: 197px;
    width: 138px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .newsPage .companyBrands.brandsSwitch .btnBox {
        /*padding-top: 7%;*/
        height: 100px;
    }

    .newsPage .companyBrands .brandDescription {
        width: 100%;
    }
}

/* ----------------------------------------- */
/***** PRESS KIT PAGE CSS END HERE ********/
/* ----------------------------------------- */

/* ----------------------------------------- */
/***** NEWS FEED PAGE CSS STARTS HERE ********/
/* ----------------------------------------- */
.newsPage .newsArticleimg img {
    width: 100%;
}

.newsPage .newsUpdateSection {
    margin-top: 30px;
    margin-bottom: 45px;
}

.tweetsSection .heading {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding: 41px 0px 25px 0;
}

.tweetsSection .wrapTwitterAPI {
    width: 100%;
    height: 406px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.newsPage .tweetsSection .tweetsList {
    padding-left: 67px;
}

    .newsPage .tweetsSection .tweetsList .block {
        position: relative;
        margin-bottom: 20px;
        margin-top: 10px;
    }

        .newsPage .tweetsSection .tweetsList .block .imgRound {
            border: 1px solid #000;
            height: 34px;
            width: 34px;
            border-radius: 37px;
            display: inline-block;
        }

    .newsPage .tweetsSection .tweetsList .nameWrapper {
        display: inline-block;
        margin-left: 10px;
    }

        .newsPage .tweetsSection .tweetsList .nameWrapper .name {
            color: #000000;
            font-size: 14px;
            font-weight: 600;
            line-height: 19px;
        }

        .newsPage .tweetsSection .tweetsList .nameWrapper .tagName {
            color: #000000;
            font-size: 14px;
            font-weight: 500;
            line-height: 19px;
        }

    .newsPage .tweetsSection .tweetsList .block .timeStamp {
        position: absolute;
        top: 20px;
        right: 0;
        color: #000000;
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
    }

    .newsPage .tweetsSection .tweetsList .block .comments {
        color: #000000;
        font-size: 12px;
        line-height: 16px;
        margin-top: 10px;
        width: 76%;
    }

    .newsPage .tweetsSection .tweetsList .sectionPost {
        border-bottom: 1px solid #9B9B9B;
        width: 85%;
    }

        .newsPage .tweetsSection .tweetsList .sectionPost:last-child {
            border-bottom: none;
        }

.newsPage .fbSection {
    position: relative;
}

    .newsPage .fbSection .textSection {
        color: #000000;
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        position: absolute;
        top: 40px;
        left: 32px;
        right: 0;
    }

.center-block {
    float: none;
    margin: 0 auto;
}

.instaSection {
    padding: 25px 0 65px 0;
}

.followInstaWrapper {
    background-color: #F1F1F2;
    margin-top: 45px;
}

.instaSection h3 {
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 21px;
}

.instagramSlider .instasliderContent {
    position: relative;
}

    .instagramSlider .instasliderContent .instaLikenComments {
        position: absolute;
        top: 54px;
        left: 21px;
    }

    .instagramSlider .instasliderContent .instaComments {
        width: 76%;
        color: #F8F8F8;
        font-size: 12px;
        line-height: 16px;
    }

.instasliderContent .actionBox {
    position: absolute;
    top: 220px;
    left: 21px;
}

    .instasliderContent .actionBox .likes, .instasliderContent .actionBox .comments {
        display: inline-block;
        margin-right: 25px;
    }

        .instasliderContent .actionBox .likes span {
            content: '';
            background-image: url(../images/news-insta_like.png);
            width: 25px;
            height: 22px;
            display: inline-block;
            padding-left: 25px;
            background-repeat: no-repeat;
            cursor: pointer;
            color: #F8F8F8;
            font-size: 12px;
            line-height: 16px;
        }

        .instasliderContent .actionBox .comments span {
            content: '';
            background-image: url(../images/news-insta_comment.png);
            width: 25px;
            height: 22px;
            display: inline-block;
            padding-left: 30px;
            background-repeat: no-repeat;
            cursor: pointer;
            color: #F8F8F8;
            font-size: 12px;
            line-height: 16px;
        }

.instagramSlider .slick-prev {
    left: -45px;
    z-index: 999;
    content: '';
    background: url(../images/icon_arrow_L.png) no-repeat;
    width: 21px;
    height: 35px;
}

    .instagramSlider .slick-prev:before {
        content: '←';
        display: none;
    }

.instagramSlider .slick-next {
    right: -45px;
    z-index: 999;
    content: '';
    background: url(../images/icon_arrow_R.png) no-repeat;
    width: 21px;
    height: 35px;
}

    .instagramSlider .slick-next:before {
        content: '←';
        display: none;
    }

.instagramSlider .slick-dots {
    bottom: -50px;
}

    .instagramSlider .slick-dots li.slick-active button::before {
        content: "•";
        font-size: 8px;
        width: 13px;
        height: 13px;
        line-height: 15px;
        color: transparent;
        opacity: 1;
        border-width: 2px;
        border-style: solid;
        border-color: rgb(117, 59, 188);
        border-image: initial;
        background-color: transparent;
        border-radius: 50px;
        margin-top: -2px;
    }

    .instagramSlider .slick-dots li button:before {
        width: 10px;
        height: 10px;
        opacity: 1;
        color: transparent;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border: 2px solid #753BBC;
        border-radius: 50%;
        background-color: #753BBC;
    }

    .instagramSlider .slick-dots li {
        margin: 0 2px;
    }

@media screen and (min-width: 1025px) {
    .brandLiveSearch .col-md-9 {
        width: 79%;
        padding-left: 5px;
        margin-left: -12px;
    }

    .brandLiveSearch .col-md-3 {
        width: 21% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .tweetsSection .wrapTwitterAPI {
        height: 268px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    .tweetsSection .wrapTwitterAPI {
        height: 404px;
    }
}

@media screen and (max-width: 767px) {
    .searchBlockStyle .btnBOX {
        margin-top: 12px !important;
    }

    .newsPage .newsSection .block:last-child {
        border-bottom: 1px solid #999999;
    }

    .newsPage .newsSection {
        padding: 0;
    }

    .tweetsSection .heading {
        padding: 20px 20px;
    }

    .newsPage .tweetsSection .tweetsList {
        padding-left: 21px;
    }

        .newsPage .tweetsSection .tweetsList .sectionPost {
            width: 95%;
        }

        .newsPage .tweetsSection .tweetsList .block .comments {
            width: 92%;
        }

    .newsPage .fbSection .textSection {
        top: 41px;
        left: 46px;
    }

    .newsPage .fbSection a img, .newsPage .ytSection a img, .newsPage .linkedInSection a img {
        width: 100%;
    }

    .newsPage .tweetsSection {
        margin-bottom: 49px;
    }

    .instaSection .instagramSlider .instasliderContent img {
        margin: auto;
        width: 100%;
    }

    .instagramSlider .slick-prev {
        left: 10%;
    }

    .instagramSlider .slick-next {
        right: 10%;
    }

    .instagramSlider .slick-prev, .instagramSlider .slick-next {
        top: 110%;
    }

    .instaSection {
        padding: 0px 0 70px 0;
    }

    .instasliderContent .actionBox {
        position: absolute;
        top: 320px;
        left: 21px;
    }
}

@media screen and (max-width: 480px) {
    .brands .searchBlockStyle .search_input {
        font-size: 10px !important;
    }
}
/* ----------------------------------------- */
/***** NEWS FEED PAGE CSS ENDS HERE ********/
/* ----------------------------------------- */

/* ----------------------------------------- */
/***** GLOBAL LOCATION PAGE CSS START HERE ********/
/* ----------------------------------------- */

.globalLocation_country {
    position: relative;
}

    .globalLocation_country .articleLearnmore.greenBG {
        min-height: 500px;
        padding: 30px;
    }

        .globalLocation_country .articleLearnmore.greenBG .valueHeading {
            color: #000000;
            font-family: 'Gilroy-Regular';
            font-size: 32px;
            font-weight: 600;
            line-height: 1;
            width: 60%;
            margin-bottom: 60px;
        }

        .globalLocation_country .articleLearnmore.greenBG .valueCurrencyBig {
            margin-bottom: 40px;
        }

        .globalLocation_country .articleLearnmore.greenBG .bigHeading {
            color: #000000;
            font-family: 'Gilroy-Regular';
            font-size: 150px;
            font-weight: 600;
            line-height: 1;
            padding: 0;
            margin: 0;
        }

        .globalLocation_country .articleLearnmore.greenBG .currency {
            color: #000000;
            font-family: 'Gilroy-Regular';
            font-size: 14px;
            font-weight: 500;
            line-height: 1.2;
        }

        .globalLocation_country .articleLearnmore.greenBG .smallHeading {
            color: #000000;
            font-family: 'Gilroy-Regular';
            font-size: 48px;
            font-weight: 600;
            line-height: 1;
            padding: 0;
            margin: 0 0 15px 0;
        }

        .globalLocation_country .articleLearnmore.greenBG .leftBox {
            float: left;
        }

        .globalLocation_country .articleLearnmore.greenBG .rightBox {
            float: left;
            margin-left: 80px;
        }

    .globalLocation_country .logoContainer {
        background-color: #F1F1F2;
        /*padding: 60px 20px 35px 20px;*/
        padding: 30px 20px 35px;
    }

        .globalLocation_country .logoContainer .logoBox {
            /*margin-bottom: 40px;*/
            display: inline-block;
        }
		/*.globalLocation_country .logoContainer.brandimage-frFR .logoBox .image-box,
		.globalLocation_country .logoContainer.brandimage-esES .logoBox .image-box{
			min-height:138px;
		}
		.globalLocation_country .logoContainer.brandimage-frFR .logoBox .image-box img,
		.globalLocation_country .logoContainer.brandimage-esES .logoBox .image-box img{
			transform:translateY(50%);
		}*/

            .globalLocation_country .logoContainer .logoBox a img {
                margin: auto;
            }

    .globalLocation_country .seeAllContainer {
        text-align: center;
        margin-top: 0px;
    }

    .globalLocation_country .worldMapArticle {
        position: relative;
    }

        .globalLocation_country .worldMapArticle .content {
            position: absolute;
            top: 13%;
            right: 5%;
            width: 25%;
        }

            .globalLocation_country .worldMapArticle .content .block {
                color: #000000;
                font-size: 14px;
                font-weight: 500;
                line-height: 1;
                padding: 0;
                margin: 0 0 50px 0;
            }

                .globalLocation_country .worldMapArticle .content .block .heading {
                    font-family: 'Gilroy-Semibold';
                    font-weight: 500;
                    margin-bottom: 10px;
                }

                .globalLocation_country .worldMapArticle .content .block .details {
                    padding-left: 15px;
                }

.countryListBox {
    padding: 30px 0;
}

    .countryListBox .searchLabel {
        font-family: 'Gilroy-SemiBold';
        font-size: 20px;
        padding-right: 15px;
        margin-bottom: 0;
    }

    .countryListBox .primarySelect {
        width: 230px;
    }

.logoContainer h3 {
    margin-bottom: 50px;
}

.fourTileLogo {
    width: 25%;
    display: flex;
    justify-content: center;
}

 
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .globalLocation_country .articleLearnmore.greenBG{
		min-height: 361px;
	}
}

.globalLocation_country .articleLearnmore.greenBG .valueHeading {
    font-size: 24px;
    width: 65%;
    margin-bottom: 30px;
}

.globalLocation_country .articleLearnmore.greenBG .valueCurrencyBig {
    margin-bottom: 20px;
}

.globalLocation_country .articleLearnmore.greenBG .bigHeading {
    font-size: 80px;
}

.globalLocation_country .articleLearnmore.greenBG .smallHeading {
    font-size: 35px;
}

.globalLocation_country .worldMapArticle .content .block {
    font-size: 12px;
    margin: 0 0 20px 0;
}

}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    .globalLocation_country .articleLearnmore.greenBG {
        min-height: 500px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
    .brands .searchBlockStyle .search_input {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 767px) {
    /*.globalLocation_country .banner {padding: 0 10px 103px 10px;}*/
    .globalLocation_country .location.bannerBGColor {
        background-color: #ACECD4;
        /*padding: 0 10px 103px 10px;*/
    }

        .globalLocation_country .location.bannerBGColor > img {
            width: 100%;
        }

    .globalLocation_country .country.bannerBGColor {
        background-color: #EFCBCE;
        /*padding: 0 10px 103px 10px;*/
    }

    .globalLocation_country .bannerBox {
        position: absolute;
    }

    .globalLocation_country .articleLearnmore.greenBG {
        min-height: 360px;
    }

        .globalLocation_country .articleLearnmore.greenBG .valueHeading {
            font-size: 24px;
            width: 65%;
            margin-bottom: 30px;
        }

        .globalLocation_country .articleLearnmore.greenBG .bigHeading {
            font-size: 75px;
        }

        .globalLocation_country .articleLearnmore.greenBG .smallHeading {
            font-size: 24px;
        }
}


/* ----------------------------------------- */
/***** GLOBAL LOCATION PAGE CSS END HERE ********/
/* ----------------------------------------- */

/* ----------------------------------------- */
/***** SEARCH PRODUCT RESULT PAGE CSS START HERE ********/
/* ----------------------------------------- */
.ingredients_S_R_page {
    position: relative;
}

    .ingredients_S_R_page .searchBlockStyle {
        padding: 20px;
        border-bottom: 2px solid #efefef;
        height: auto;
        margin-bottom: 20px;
    }

    .ingredients_S_R_page .navigationDetails ul li:first-child {
        border-top: none;
        padding: 10px 0;
    }

    .ingredients_S_R_page .navigationDetails ul li span {
        cursor: default;
        font-size: 10px;
        font-weight: 500;
    }

    .ingredients_S_R_page .productDetailsBox {
        border-bottom: 3px solid #999;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .ingredients_S_R_page .productTableBox .heading {
        color: #000000;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.4;
        padding: 0;
        margin: 0 0 20px 0;
    }

    .ingredients_S_R_page .productImage {
        margin-top: 40px;
    }

    .ingredients_S_R_page .seeMoreBtnBox {
        padding-right: 35px;
        text-align: right;
    }

    .ingredients_S_R_page .brandDetail .heading {
        color: #000000;
        font-family: 'Gilroy-SemiBold';
        font-size: 32px;
        font-weight: 600;
        line-height: 1.2;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .ingredients_S_R_page .brandDetail .subHeading {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .ingredients_S_R_page .table-responsive_NO {
        overflow-x: auto;
    }

    .ingredients_S_R_page table tr:first-child th {
        border-top: 1px solid transparent;
        border-bottom: 1px solid #000000;
    }

    .ingredients_S_R_page .productTableBox {
        margin-bottom: 20px;
    }

/*.productTableBox table a{color: #000000;}*/

.productTableBox .table > thead > tr > th,
.productTableBox .table > tbody > tr > th,
.productTableBox .table > tfoot > tr > th,
.productTableBox .table > thead > tr > td,
.productTableBox .table > tbody > tr > td,
.productTableBox .table > tfoot > tr > td {
    border-bottom: 1px solid #ddd;
    width: 49%;
    padding: 8px 10px 8px 0;
    font-weight: 500;
}

.productTableBox .table > thead > tr > th,
.productTableBox .table > tbody > tr > th,
.productTableBox .table > tfoot > tr > th {
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .ingredients_S_R_page .searchBlockStyle {
        padding: 20px 20px 10px 20px;
        border-bottom: 5px solid #efefef;
        height: auto;
        margin-bottom: 0;
    }

    .ingredients_S_R_page .heading {
        font-family: 'Gilroy-Semibold';
        color: #000000;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.4;
        padding: 0;
        margin: 0;
    }

    .ingredients_S_R_page .details {
        margin: 0;
        padding: 20px 0;
        font-weight: 600;
    }

    .ingredients_S_R_page .productImage {
        padding-bottom: 30px;
    }
    /*.productTableBox .table-responsive{ border-top: 1px solid transparent;  }*/
    .productTableBox .table > thead > tr > th,
    .productTableBox .table > tbody > tr > th,
    .productTableBox .table > tfoot > tr > th,
    .productTableBox .table > thead > tr > td,
    .productTableBox .table > tbody > tr > td,
    .productTableBox .table > tfoot > tr > td {
        padding: 8px;
    }
}
/* ----------------------------------------- */
/***** SEARCH PRODUCT RESULT PAGE CSS END HERE ********/
/* ----------------------------------------- */

/* ----------------------------------------- */
/***** UNSUBSCRIBE PAGE CSS START HERE ********/
/* ----------------------------------------- */

.unsubscribePage {
    padding-top: 30px;
    padding-bottom: 100px;
}

    .unsubscribePage .mainHeading {
        font-size: 24px;
        margin: 0 0 15px 0;
        font-family: 'Gilroy-Semibold';
    }

    .unsubscribePage .introcopy {
        padding-right: 22px;
    }

    .unsubscribePage label {
        font-weight: 500;
        color: #000000 !important;
        display: block;
        margin-bottom: 10px;
    }

    .unsubscribePage .ui-message-error {
        color: red !important;
    }

    .unsubscribePage .consumer-email-input {
        display: block;
        width: 100%;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.4;
        color: #000000;
        background-color: #ffffff;
        background-image: none;
        height: 30px;
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 0;
        margin-bottom: 10px;
        box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.1);
        -webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.1);
        -moz-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.1);
        -o-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.1);
        -ms-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.1);
    }

        .unsubscribePage .consumer-email-input:focus {
            border-color: #753bbc;
            outline: none;
        }

    .unsubscribePage .consumer-unsubscribe-button {
        min-width: 138px;
        background-color: transparent;
        border: 1px solid #753bbc;
        color: #753bbc;
        padding: 5.5px 4px;
        font-size: 12px;
        font-weight: 600;
        border-radius: 0;
        display: inline-block;
        margin-bottom: 0;
        text-align: center;
        vertical-align: middle;
        touch-action: manipulation;
        background-image: none;
        white-space: nowrap;
        line-height: 1.4;
        user-select: none;
        -webkit-appearance: button;
        cursor: pointer;
    }

        .unsubscribePage .consumer-unsubscribe-button:hover,
        .unsubscribePage .consumer-unsubscribe-button:active,
        .unsubscribePage .consumer-unsubscribe-button:focus {
            background-color: #753bbc;
            border: 1px solid #753bbc;
            color: #ffffff;
            outline: none;
        }

    .unsubscribePage .infoMessage {
        color: red !important;
    }

@media screen and (max-width: 767px) {
    .unsubscribePage {
        padding-top: 40px;
        padding-bottom: 170px;
    }

        .unsubscribePage .mainHeading {
            font-size: 18px;
        }

        .unsubscribePage .introcopy {
            padding-right: 0;
        }
}
/* ----------------------------------------- */
/***** UNSUBSCRIBE PAGE CSS END HERE ********/
/* ----------------------------------------- */

/* ----------------------------------------- */
/***** COMMON ACCODION CSS START HERE ********/
/* ----------------------------------------- */
ul.nav_list {
    padding-left: 0;
    list-style: none;
}

    ul.nav_list li {
        border-bottom: 1px solid #0F059E;
        padding: 15px 0;
        position: relative;
    }

        ul.nav_list li.list_item:first-child {
            border-top: 1px solid #0F059E;
        }
        /*
.ingredients_S_R_page ul.nav_list li:first-child{
  border-top: none;
}
*/
        ul.nav_list li ul li {
            border: none;
            padding: 5px 0 0 0;
        }

ul.sub-group-list li {
    border: none;
    padding: 0;
}

.nav a, .nav label {
    display: block;
    padding: 0;
    color: #000;
    background-color: transparent;
    /*box-shadow: inset 0 -1px #1d1d1d;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  */
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

    .nav a:focus, .nav a:hover, .nav label:focus, .nav label:hover {
        color: #000;
        background: transparent;
        text-decoration: none;
    }

.nav label {
    cursor: pointer;
    position: relative;
}

/* Styling first level lists items */
.group-list a {
    padding-left: 20px;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    padding-right: 5px;
    padding-bottom: 5px;
    word-wrap: break-word;
}

.group-list label {
    /*box-shadow: inset 0 -1px #373737;*/
    /*padding-bottom: 5px;*/
}

    .group-list a:focus,
    .group-list a:hover,
    .group-list label:focus,
    .group-list label:hover {
        background: transparent;
        text-decoration: none;
    }

/* Styling second level list items*/
.sub-group-list a,
.sub-group-list label {
    padding-left: 30px;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 0;
    /*box-shadow: inset 0 -1px #474747;*/
}

    .sub-group-list a:focus,
    .sub-group-list a:hover,
    .sub-group-list label:focus,
    .sub-group-list label:hover {
        background: transparent;
        text-decoration: none;
    }

/* Styling third level list items*/
.sub-sub-group-list a,
.sub-sub-group-list label {
    padding-left: 6rem;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    /*box-shadow: inset 0 -1px #575757;*/
}

    .sub-sub-group-list a:focus,
    .sub-sub-group-list a:hover,
    .sub-sub-group-list label:focus,
    .sub-sub-group-list label:hover {
        background: #333333;
        text-decoration: none;
        color: #753BBC;
    }

/* Hide nested lists */
.group-list, .sub-group-list, .sub-sub-group-list {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    /*
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
  */
    padding-left: 0;
}

.nav_list input[type=checkbox]:checked + label + ul {
    /* reset the height when checkbox is checked */
    max-height: 1000px;
}

.sub-group-list li {
    padding-top: 0;
    padding-bottom: 0;
}

label > span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    /*
  float: right;
  -webkit-transition: -webkit-transform .65s ease;
  transition: transform .65s ease;
  */
}

.nav_list input[type=checkbox]:checked + label > span {
    /*
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  */
}

.fa-angle-right {
    display: none;
}

.commonAccordion .brandHeading {
    font-size: 10px;
    font-weight: 600;
    padding: 25px 0 0 0;
    text-transform: uppercase;
}

.activeArrow {
    font-size: 19px;
    color: #753BBC;
    font-weight: 600;
    float: right;
    display: block;
}

.commonAccordion .activeLink {
    font-size: 14px !important;
    color: #753BBC !important;
    font-weight: 600 !important;
    padding-right: 15px;
}

.commonAccordion .arrowPosition {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.commonAccordion {
    padding-top: 13px;
}

    .commonAccordion .goBack a {
        color: #753BBC;
        font-weight: 600;
    }

        .commonAccordion .goBack a:before {
            color: #753BBC;
        }

    .commonAccordion .nav {
        margin-bottom: 20px;
		
    }
	.privacy-container .left-nav.commonAccordion .nav{
		border-bottom: 4px solid #B9CDEE;
	}

        .commonAccordion .nav ul.nav_list {
            padding-top: 25px;
        }

.ingredients_S_R_page .commonAccordion .nav ul.nav_list {
    padding-top: 10px;
}

@media screen and (max-width:767px) {
    .commonAccordion {
        display: none;
    }

    .commonAccordion {
        padding-top: 0;
    }

        .commonAccordion .brandHeading {
            padding: 20px 0 0 0;
        }
}

/* ----------------------------------------- */
/***** COMMON ACCODION CSS END HERE ********/
/* ----------------------------------------- */

/* ----------------------------------------- */
/***** ERROR PAGE CSS START HERE ********/
/* ----------------------------------------- */

.errorPage .container {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.errorPage .imgBox {
    position: relative;
}

.contentBox {
    position: absolute;
    top: 0;
    left: 30%;
}

.errorPage .errorMsg {
    min-height: 340px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 0;
    left: 48%;
    width: 39%;
}

    .errorPage .errorMsg h1 {
        font-family: 'Gilroy-Semibold';
        font-size: 32px;
        margin: 0 0 20px 0;
        font-weight: normal;
    }

    .errorPage .errorMsg p {
        margin: 0 0 20px 0;
    }

    .errorPage .errorMsg .btn.btn-primary {
        max-width: 138px;
        margin: 0 auto;
        text-align: center;
    }

@media screen and (min-width:768px) and (max-width:1024px) {
    .errorPage .errorMsg {
        min-height: 240px;
        left: 40%;
        width: 53%;
    }
}

@media screen and (max-width:767px) {
    .errorPage {
        margin-top: 13px;
    }

        .errorPage .container {
            margin-top: 10px;
        }

        .errorPage .imgBox {
            width: 320px;
            margin: 0 auto;
        }

        .errorPage .errorMsg {
            max-height: 340px;
            left: 10%;
            width: 300px;
            overflow: hidden;
        }
}

@media screen and (max-width:767px) and (orientation:landscape) {
    .errorPage .errorMsg {
        left: 26%;
        width: 300px;
        overflow: hidden;
    }
}
/* ----------------------------------------- */
/***** ERROR PAGE CSS END HERE ********/
/* ----------------------------------------- */

/* ----------------------------------------- */
/***** SITEMAP PAGE CSS START HERE ********/
/* ----------------------------------------- */
.siteMap {
    margin-top: 30px;
}

    .siteMap .pageHeading {
        font-family: 'Gilroy-Semibold';
        font-size: 28px;
        font-weight: 500;
        margin: 0 0 15px 0;
        padding: 0;
    }

    .siteMap ul li a {
        font-family: 'Gilroy-Regular';
        font-size: 14px;
        font-weight: 500;
        color: #000;
        padding-bottom: 5px;
        display: block;
    }

        .siteMap ul li a:hover {
            font-weight: 600;
            color: #753bbc;
            text-decoration: underline;
        }

    .siteMap .parentBold {
        font-family: 'Gilroy-Regular';
        font-size: 14px;
        font-weight: 600;
        color: #000;
        display: block;
    }

/* ----------------------------------------- */
/***** SITEMAP PAGE CSS END HERE ********/
/* ----------------------------------------- */

/* -------------------------------------------------------- */
/***** SEARCH RESULT AND LIVE SEARCH CSS START HERE ******/
/* --------------------------------------------------------- */
#ui-id-1 {
    position: absolute;
    top: 99px !important;
    left: 0 !important;
    width: 1024px !important;
    border: none !important;
    overflow-y: auto;
    overflow-x: hidden;
}

    #ui-id-1 .ui-menu-item {
        list-style-image: none;
    }

        #ui-id-1 .ui-menu-item .ui-menu-item-wrapper {
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 1px;
            line-height: 1.2;
            font-family: 'Gilroy-SemiBold';
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: 1px solid #EFEFEF;
            background-color: #ffffff;
            padding: 10px;
            margin: 0;
            text-decoration: none;
            color: #000000;
            display: block;
        }

            #ui-id-1 .ui-menu-item .ui-menu-item-wrapper:hover {
                padding: 10px !important;
                margin: 0 !important;
                border-top: none;
                border-left: none;
                border-right: none;
                background-color: #0F059E;
                color: #ffffff;
            }

        #ui-id-1 .ui-menu-item:first-child .ui-menu-item-wrapper {
            border-top: none;
            border-left: none;
            border-right: none;
        }

#ui-id-2 {
    position: absolute;
    top: 99px !important;
    left: -10px !important;
    width: 1024px !important;
    border: none !important;
    overflow-y: auto;
    overflow-x: hidden;
}

    #ui-id-2 .ui-menu-item {
        list-style-image: none;
    }

        #ui-id-2 .ui-menu-item .ui-menu-item-wrapper {
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 1px;
            line-height: 1.2;
            font-family: 'Gilroy-SemiBold';
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: 1px solid #EFEFEF;
            background-color: #ffffff;
            padding: 10px;
            margin: 0;
            text-decoration: none;
            color: #000000;
            display: block;
        }

            #ui-id-2 .ui-menu-item .ui-menu-item-wrapper:hover {
                padding: 10px !important;
                margin: 0 !important;
                border-top: none;
                border-left: none;
                border-right: none;
                background-color: #0F059E;
                color: #ffffff;
            }

        #ui-id-2 .ui-menu-item:first-child .ui-menu-item-wrapper {
            border-top: none;
            border-left: none;
            border-right: none;
        }

.search-result-container .CoveoSearchbox {
    display: none;
}

.search-result-container .coveo-logo {
    display: none;
}

.search-result-container .coveo-result-frame {
    display: none;
}
/*.search-result-container .coveo-main-section {display:none;}*/

.CoveoSearchInterface {
    font-family: inherit;
}

    .CoveoSearchInterface .blueStrip {
        background-color: #BED2F3;
        margin-top: 20px;
    }

    .CoveoSearchInterface .media-filter-component.headingWrapper {
        padding: 10px;
    }

    .CoveoSearchInterface .columnBorder {
        border-right: 2px solid #ebebeb;
    }

    .CoveoSearchInterface .counterHeading {
        color: #11069F;
        font-family: 'Gilroy-SemiBold';
        font-size: 26px;
        font-weight: 600;
        line-height: 1.2;
        word-wrap: break-word;
        margin: 0;
    }

    .CoveoSearchInterface .filterToggle {
        padding: 10px;
        position: relative;
        cursor: pointer;
    }

    .CoveoSearchInterface .filterToggleBG {
        background-color: #0F059E;
    }

    .CoveoSearchInterface .filterWrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        /*margin-right: -50%;*/
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        width: 90%;
    }

    .CoveoSearchInterface .filterHeading {
        color: #11069F;
        font-family: 'Gilroy-SemiBold';
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2;
    }

    .CoveoSearchInterface .filterToggleBG .filterWrapper .filterHeading {
        color: #ffffff;
        font-weight: 500;
    }

    .CoveoSearchInterface .filterToggleBG .filterWrapper .glyphicon {
        color: #ffffff;
    }

    .CoveoSearchInterface .expandFilter {
        background: #F1f1f2;
        display: none;
        padding: 10px 0;
        width: 1044px;
    }

    /*
.CoveoSearchInterface .expandFilter .filterChecking{padding: 10px;}
*/
    .CoveoSearchInterface .coveo-main-section {
        max-width: inherit !important;
        margin-left: auto !important;
        margin-right: auto !important;
        position: relative !important;
    }

    .CoveoSearchInterface .coveo-tab-section {
        width: inherit !important;
        min-height: unset !important;
        background-color: unset !important;
        text-align: inherit !important;
        border-bottom: unset !important;
        font-size: 0 !important;
        white-space: nowrap !important;
    }

    .CoveoSearchInterface .coveo-facet-column {
        display: block !important;
        float: unset !important;
        margin-right: unset !important;
        width: 100% !important;
        padding: unset !important;
    }

    .CoveoSearchInterface .coveo-results-header {
        display: none !important;
    }

.CoveoSearchInterface {
    display: block;
}

    .CoveoSearchInterface .CoveoFacet, .CoveoFacetRange, .CoveoFacetSlider, .CoveoHierarchicalFacet {
        border: none !important;
        background-color: transparent !important;
    }

    .CoveoSearchInterface .coveo-main-section .coveo-facet-header {
        background-color: transparent !important;
    }

        .CoveoSearchInterface .coveo-main-section .coveo-facet-header .coveo-facet-header-title {
            color: #11069F !important;
            font-size: 14px !important;
            font-weight: 600 !important;
        }

    .CoveoSearchInterface .coveo-main-section .coveo-facet-more, .coveo-facet-less {
        background: #f1f1f2 !important;
    }

        .CoveoSearchInterface .coveo-main-section .coveo-facet-more:hover,
        .CoveoSearchInterface .coveo-main-section .coveo-facet-more:focus,
        .CoveoSearchInterface .coveo-main-section .coveo-facet-less:hover,
        .CoveoSearchInterface .coveo-main-section .coveo-facet-less:focus {
            background: #f1f1f2 !important;
            outline: none !important;
        }

.hideBlock {
    display: none;
}

.showBlock {
    display: block;
}

.CoveoSearchInterface .coveo-results-column {
    padding: 0 !important;
}

.CoveoSearchInterface .coveo-results-column {
    display: none !important;
}

.CoveoSearchInterface .coveo-recommendation-column {
    display: none !important;
}

.CoveoSearchInterface .CoveoResultList {
    margin: 0;
    padding: 0 20px;
}

.CoveoSearchInterface .coveo-list-layout.CoveoResult {
    border-top: 1px solid #EFEFEF;
    border-bottom: none;
    padding: 10px 0 10px 0;
    margin: 0;
}

.coveo-list-layout.CoveoResult h2 {
    margin-bottom: 0;
}

.coveo-list-layout.CoveoResult .searchitem a {
    color: #000000 !important;
    font-family: 'Gilroy-SemiBold';
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    cursor: pointer;
    word-wrap: break-word;
    text-decoration: none;
}

.coveo-list-layout.CoveoResult .CoveoResultLink {
    color: #000000 !important;
    font-family: 'Gilroy-SemiBold';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
    cursor: pointer;
    word-wrap: break-word;
    text-decoration: none;
}

    .coveo-list-layout.CoveoResult .CoveoResultLink:hover {
        text-decoration: underline;
    }

.coveo-list-layout.CoveoResult .search-result p {
    color: #000000;
    font-family: 'Gilroy-Regular';
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 10px;
}

/*.CoveoSearchInterface .coveo-pager-list-item{border:1px solid #753bbc;}*/

.CoveoSearchInterface .coveo-pager-list-item > a {
    color: #000000;
}

.coveo-pager-list-item.coveo-active,
.coveo-active.coveo-results-per-page-list-item,
.coveo-pager-list-item:hover,
.coveo-results-per-page-list-item:hover {
    background-color: #753bbc !important;
    color: #ffffff !important;
    border: 1px solid #753bbc !important;
}
/*
.CoveoSearchInterface .coveo-pager-next,
.CoveoSearchInterface .coveo-pager-previous{
  border:1px solid transparent;
}
*/
.CoveoSearchInterface .CoveoPager {
    margin-left: 20px;
}

.CoveoSearchInterface .coveo-pager-previous:hover,
.CoveoSearchInterface .coveo-pager-next:hover {
    background-color: transparent !important;
    color: #753bbc !important;
    border: 1px solid transparent !important;
}

.coveo-pager-list,
.coveo-results-per-page-list {
    padding-left: 10px;
}

.CoveoSearchInterface #noresulttext ul {
    padding-left: 20px;
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    #ui-id-1 {
        width: 720px !important;
    }

    #ui-id-2 {
        width: 720px !important;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    #ui-id-1 {
        width: 1000px !important;
    }

    #ui-id-2 {
        width: 1000px !important;
    }
}

@media screen and (max-width:767px) {
    .CoveoSearchInterface {
        overflow: hidden;
    }

        .CoveoSearchInterface .columnBorder {
            border-right: none;
            border-bottom: 2px solid #ebebeb;
        }

        .CoveoSearchInterface .media-filter-component .counterHeading {
            /*margin: 30px 0 20px 0;*/
            padding: 10px;
        }

        .CoveoSearchInterface .filterToggle {
            padding: 10px;
            position: relative;
            height: 70px;
        }

        .CoveoSearchInterface .expandFilter {
            padding: 10px;
        }

        .CoveoSearchInterface .CoveoResultList {
            margin: 0;
            padding: 0;
        }

        .CoveoSearchInterface .CoveoPager {
            margin-left: 5px;
        }

    .coveo-pager-list,
    .coveo-results-per-page-list {
        padding-left: 0;
    }

    .CoveoSearchInterface #noresulttext {
        padding: 0 10px 0 10px;
    }

    #ui-id-1 {
        width: 100% !important;
        left: 0 !important;
    }

    #ui-id-2 {
        width: 100% !important;
        left: 0 !important;
    }
}

/* -------------------------------------------------------- */
/***** SEARCH RESULT AND LIVE SEARCH CSS END HERE ******/
/* --------------------------------------------------------- */


.logoContainer.location_logo {
    background-color: #F1F1F2;
    padding: 60px 20px 26px 60px;
}

    .logoContainer.location_logo .seeAllContainer {
        text-align: center;
        margin-top: 20px;
    }

    .logoContainer.location_logo .logoBox {
        margin-bottom: 20px;
        width: 100%;
        height: 100px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

@media screen and (max-width: 767px) {
    .logoContainer.location_logo {
        padding: 50px 0;
    }

    .sliderOnlyMobile.slick-list.draggable.single-slider.slick-initialized.slick-slider {
        overflow: hidden !important;
    }

    .single-slider .slick-list.draggable {
        overflow: visible !important;
    }

    .carouselImgBox.singlecarouselImgBox {
        width: 100%;
    }
}

/* -------------------------------------------------------- */
/***** Language Dropdown ******/
/* --------------------------------------------------------- */
ul.dropdown-menu.LanguageList {
    min-width: 110px !important;
    z-index: 9999;
    border-top: 1px solid transparent;
    top: 18px;
    left: 15px;
}

    ul.dropdown-menu.LanguageList li a {
        padding: 0px 10px 8px 10px;
        color: #000000;
        line-height: 13px;
    }

        ul.dropdown-menu.LanguageList li a:hover {
            background-color: transparent;
        }

        ul.dropdown-menu.LanguageList li a img {
            padding-left: 10px;
            float: right;
        }

.dropdown.LanguageSelection .caret {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-top: -4px;
    margin-left: 3px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

@media only screen and (min-width: 768px) {
    .dropdown.LanguageSelection:hover .dropdown-menu.LanguageList {
        display: block;
    }
}

ul.dropdown-menu.mobileLanguageSubmenu li a {
    color: #ffffff !important;
    font-size: 14px !important;
    padding: 3px 10px !important;
}

ul.dropdown-menu.mobileLanguageSubmenu li {
    margin-bottom: 0px;
}

/*Language menu ends here*/

/*3BL Feed CSS*/
.newsSectionContainer {
    padding: 35px 30px;
    overflow: hidden;
    position: relative;
}

.pr_heading .logoTitle {
    padding: 0 39px;
    font-family: 'Gilroy-SemiBold';
    color: #000;
    font-size: 18px;
}

h4.newsItemHeading {
    color: #000;
    margin: 0px 0px 10px;
    line-height: 20px;
    font-size: 15px;
    font-family: 'Gilroy-Semibold';
}

span.newsPostDate {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    line-height: 24px;
}

/*.newsReadMoreBtn {
    color: #753bbc;
    font-size: 14px;
}*/
.newsReadMoreBtn, .newsReadMoreBtn:hover {
    color: #753bbc;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
}

a.newsReadMoreBtn i {
    font-weight: normal;
    font-size: 11px;
    border: 1px solid;
    padding: 3px;
    border-radius: 50%;
    line-height: 11px;
    margin-right: 5px;
}

.newsItem img {
    margin-bottom: 26px;
    width: 100%;
}

.newsItem {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #cbcbcb;
    color: black;
    height: 140px;
    position: relative;
}

.newsBlock:nth-child(6) .newsItem, .newsBlock:nth-child(7) .newsItem {
    border-bottom-color: transparent;
}

img.news_desktopimg {
    height: 270px;
}

@media(max-width:1199px) {
    .newsReadMoreBtn, .newsReadMoreBtn:hover {
        position: relative !important;
        bottom: 0px !important;
    }
}

a.newsReadMoreBtn img {
    margin-bottom: 0;
    margin-right: 4px;
    width: auto;
}

.newsItem.newsItemNoborder {
    border-bottom: none;
}

p.newsDesc {
    margin-bottom: 5px;
}

.col-md-4.col-sm-6.col-xs-12.newsBlock:first-child .newsItem {
    height: 432px;
    border-bottom-color: transparent;
}

.newsSectionContainer.sustainability_news {
    padding: 35px 0px !important;
}

.container.sustain_newssection {
    padding: 0px;
}

@media(width:768px) {
    .newsItem img.news_mobimg {
        margin-bottom: 6px !important;
        width: 100%;
    }

    .newsItem {
        height: auto !important;
    }

    .col-md-4.col-sm-6.col-xs-12.newsBlock:first-child .newsItem {
        height: 432px;
        border-bottom-color: #cbcbcb !important;
    }

    .newsBlock {
        padding: 0 25px;
    }

    .sustainability_news .newsBlock:nth-child(5) {
        position: relative;
        bottom: 20px;
    }
}

@media(max-width:767px) {
    .newsItem img {
        margin-bottom: 6px;
        width: 100%;
    }

    .newsSectionContainer.sustainability_news {
        padding: 35px 0px !important;
    }

    .container.sustain_newssection {
        padding-left: 10px;
        padding-right: 10px;
    }

    .newsItem img {
        width: 100% !important;
    }

    .newsItem {
        height: auto !important;
        padding-bottom: 10px;
    }

    .col-md-4.col-sm-6.col-xs-12.newsBlock:first-child .newsItem {
        border-bottom-color: #cbcbcb !important;
    }

    .newsBlock:nth-child(6) .newsItem {
        border-bottom-color: #cbcbcb !important;
    }

    .newsBlock:nth-child(7) .newsItem {
        border-bottom-color: transparent;
    }

    .newsBlock  {
        margin-bottom: 15px;
    }

    a.newsReadMoreBtn img {
        width: auto !important;
    }
}
/*3BL Feed CSS Ends*/

@media(max-width:767px) {
    .newsSectionContainer {
        padding: 35px 0px !important;
    }
}

@media screen and (min-width:769px) and (max-width:1000px) {
    .col-md-4.col-sm-6.col-xs-12.newsBlock:first-child .newsItem {
        height: 362px;
    }

    .newsItem {
        height: 120px;
    }
}

span.sustain_heading {
    font-size: 44px;
}

.carousel_heading {
    font-size: 60px;
}

.ru_heading {
    font-size: 40px;
}

.legalarticle {
    background-color: #E8F0FB;
    height: 250px;
    padding-top: 15%;
    padding-left: 52px;
    margin-top: 5%;
    margin-bottom: 10px;
}

.commonAccordion.shortformContent.article {
    padding-top: 300px;
}

.article ul.nav_list li.list_item:first-child {
    border-top: none;
}

.article ul.nav_list li {
    padding: 6px;
}

.jumbotron.legalarticlejum p {
    font-size: 18px;
}

.jumbotron.legalarticlejum h3 {
    font-size: 20px;
}

.jumbotron.legalarticlejum a {
    border-bottom: 1px solid;
}

    .jumbotron.legalarticlejum a:hover {
        text-decoration: none;
    }

.jumbotron.legalarticlejum {
    background-color: #E8F0FB;
}

@media screen and (min-width:768px) and (max-width:1000px) {
    .container .legalarticle {
        margin-left: -27px;
    }
}

.jumbotron.legalarticlejum {
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 15px;
    padding-top: 20px
}

@media screen and (min-width:360px) and (max-width:768px) {
    .legalarticle {
        height: 180px;
        padding-top: 6px;
        padding-left: 20px !important;
        margin-top: 0;
    }

    .articleDetails .deails p {
        margin: 20px 0 10px;
    }
}

@media screen and (min-width:320px) and (max-width:568px) {
    .legalarticle {
        padding-top: 2px;
        padding-left: 15px;
        margin-top: 0;
    }

    .articleDetails .deails p {
        margin: 22px 0 10px;
    }
}

.col-md-2.col-sm-2.col-xs-4.lastlogo_center .logoBox {
    /* padding-left: 50%; */
    width: 12%;
    display: block;
    margin: 0 auto;
    padding-top: 36px;
}

.col-md-2.col-sm-2.col-xs-4.lastlogo_center {
    width: 100%;
    text-align: center;
}

@media(max-width:767px) {
    .col-md-2.col-sm-2.col-xs-4.lastlogo_center .logoBox {
        /* padding-left: 50%;/ */
        width: 50%;
        display: block;
        margin: 0 auto;
        padding-top: 36px;
    }
}

.ingredients_Margin {
    margin-top: 10px;
}




.detailsBox .contacts {
    text-align: center;
}

.detailsBox .contacts-media {
    text-align: center !important;
}

    .detailsBox .contacts-media p {
        font-weight: 700 !important;
    }

.detailsBox .contacts h3 {
    font-family: 'Manus';
    color: #c5276b;
    font-size: 1.9em;
    line-height: 1em;
    margin: 25px auto 0;
}

.detailsBox .contacts p {
    color: #000;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: bold;
}
/*Do not sell my info*/
@media screen and (max-width: 767px) {
    .doNotSell-info .donotsell-button .btn-primary {
        display: inline-block !important;
        width: 270px;
    }
}

/* SubPage Slider */

.image-text-slider {
    background-color: purple;
    padding: 20px 30px;
    color: #fff;
    margin-bottom: 20px;
    margin-left: 20px;
}

    .image-text-slider .heading {
        color: #fff;
    }

    .image-text-slider .img-slick img {
        margin: auto;
    }

    .image-text-slider .img-slick {
        border-right: 1px solid #fff;
    }

.imageText-slick .slick-prev:before {
    position: relative;
    left: 22px;
}

.imageText-slick .slick-next:before {
    position: relative;
    right: 376px;
}

/* End of SubPage Slider */

/* India location Page  */

.detailsBox {
    padding: 0px 20px;
}

    .detailsBox .contacts {
        text-align: left;
    }

.ind_link {
    margin-left: 10px;
}

.india-location h1, .india-impact h1 {
    font-size: 26px;
    margin: 30px 0 10px;
    font-family: gilroy-semibold;
}

.detailsBox .contacts p {
    color: #000;
    font-size: 1.1em;
    line-height: 1.2em;
    /* font-weight: 700; */
    margin: 0 0 20px;
    font-weight: 100;
}

.india-location h2, .office-locations h2, .india-impact h2 {
    font-size: 24px;
    margin: 20px 0 10px;
}

.office-locations div {
    padding: 0;
    width: 42%;
    margin: 0 20px;
    text-align: justify;
}

.office-locations h4 {
    font-family: gilroy-semibold;
}

.office-locations p {
    font-size: 14px !important;
}

.india-impact ul {
    margin-bottom: 50px;
}

    .india-impact ul li {
        margin-bottom: 10px;
        list-style: decimal;
    }

#indiaLocation, #makingImpact {
    width: 100%;
    float: left;
}

.greyBGLighter {
    background: #fcfcfc;
}

/* @media screen and (max-width: 1024px) and (min-width: 768px){
	.office-locations div{
			width: 100%;
	}
} */

@media screen and (max-width: 767px) {
    .fourTileLogo {
        width: 33%;
    }

        .fourTileLogo:nth-child(5) {
            width: 100%;
            margin: auto;
        }

    .office-locations div {
        width: 100%;
        padding-right: 32px;
    }
}

@media only screen and (min-width: 1024px) {
    .indSection .bannerBox .bannerContent .heading {
        margin-top: 10px;
    }

    .indSection .bannerBox .bannerContent .personDetails {
        margin-top: 10px;
    }
}

.indHeading-blue {
    color: #0F059E;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .location_staticarticle {
        max-height: 235px !important;
    }
}

/* End of India Location Page*/

/* She Can Initiative */

.sheCan {
    cursor: pointer;
}

.she-can-initiative .bannerBox .bannerContent .heading img {
    height: 179px;
    width: auto;
}

.sliderOnlyMobile .sheCan.esus .itemName, .sliderOnlyMobile .sheCan.ruru .itemName {
    padding: 0 30px;
}

@media only screen and (max-width: 823px) and (min-width: 376px) {
    .she-can-initiative .bannerBox .bannerContent .heading img {
        height: 98px;
        width: auto;
    }
}

@media only screen and (max-width: 375px) and (min-width: 320px) {
    .she-can-initiative .bannerBox .bannerContent .heading img {
        height: 85px;
        width: auto;
    }
}

@media only screen and (min-width: 1025px) {
    .she-can-initiative .gutterPadding_0:nth-child(2) .articleLearnmore .heading {
        width: 70% !important;
    }

    .she-can-initiative .gutterPadding_0:nth-child(2) .articleLearnmore.ptbr .heading {
        width: 82% !important
    }

    .she-can-initiative .gutterPadding_0 .articleLearnmore.frca .heading {
        width: 74% !important;
    }

    .she-can-initiative .gutterPadding_0 .articleLearnmore.esus .heading {
        font-size: 28px !important;
    }

    .she-can-initiative .sliderOnlyMobile .col-md-6:last-child .sheCan .itemName {
        position: relative;
        top: -10px;
    }

    .sliderOnlyMobile .sheCan.esus .itemDetails {
        font-size: 13px;
        line-height: 15px;
    }

    .she-can-initiative .sliderOnlyMobile .col-md-6:last-child .sheCan.esus .itemName {
        top: -12px;
    }

    .sliderOnlyMobile .sheCan.ptbr .itemDetails {
        font-size: 13px;
    }

    .sliderOnlyMobile .sheCan.frca .itemDetails {
        font-size: 13px;
        line-height: 15px;
    }

    .she-can-initiative .sliderOnlyMobile .col-md-6:last-child .sheCan.frca .itemName {
        top: -20px;
    }

    .sliderOnlyMobile .sheCan.ruru .itemDetails {
        font-size: 12px;
        line-height: 15px;
    }

    .she-can-initiative .sliderOnlyMobile .sheCan.ruru .itemName {
        line-height: 28px;
        top: -14px !important;
    }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .sliderOnlyMobile .sheCan .itemDetails {
        font-size: 13px;
    }

    .sliderOnlyMobile .sheCan.esus .itemDetails {
        font-size: 10px;
        line-height: 13px;
    }

    .sliderOnlyMobile .sheCan.ptbr .itemDetails {
        font-size: 12px;
    }

    .sliderOnlyMobile .sheCan.frca .itemDetails {
        font-size: 11px;
    }

    .sliderOnlyMobile .sheCan.ruru .itemDetails {
        font-size: 10px;
        line-height: 12px;
    }

    .she-can-initiative .sliderOnlyMobile .sheCan.ruru .itemName {
        line-height: 28px;
    }

    .she-can-initiative .articleLearnmore.ruru .heading {
        font-size: 17px;
    }

    .ruHeader .bannerBox .bannerContent .details {
        font-size: 10px;
        line-height: 11px;
    }
}

@media only screen and (width: 320px) {
    .ptHeader .bannerBox .bannerContent .details {
        font-size: 12px;
        line-height: 15px;
    }

    .esHeader .bannerBox .bannerContent .details {
        font-size: 10px;
        line-height: 12px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .sliderOnlyMobile .sheCan .itemDetails {
        font-size: 11px;
        line-height: 13px;
    }

    .she-can-initiative .sliderOnlyMobile .col-md-6:last-child .sheCan .itemName {
        position: relative;
        top: -12px;
    }

    .sliderOnlyMobile .sheCan.esus .itemDetails {
        font-size: 9px;
        line-height: 10px;
    }

    .she-can-initiative .sliderOnlyMobile .col-md-6:last-child .sheCan.esus .itemName {
        top: -15px;
    }

    .sliderOnlyMobile .sheCan.ptbr .itemDetails {
        font-size: 10px;
        line-height: 12px;
    }

    .she-can-initiative .sliderOnlyMobile .col-md-6:last-child .sheCan.ptbr .itemName {
        top: -6px;
    }

    .sliderOnlyMobile .sheCan.frca .itemDetails {
        font-size: 9px;
        line-height: 11px;
    }

    .she-can-initiative .sliderOnlyMobile .col-md-6:last-child .sheCan.frca .itemName {
        top: -22px;
    }

    .sliderOnlyMobile .sheCan.ruru .itemDetails {
        font-size: 9px;
        line-height: 9px;
    }

    .she-can-initiative .sliderOnlyMobile .col-md-6:last-child .sheCan.ruru .itemName {
        top: -8px;
    }

    .she-can-initiative .articleLearnmore.esus .heading {
        width: 65%;
    }

    .she-can-initiative .articleLearnmore.frca .heading {
        width: 62%;
    }

    .she-can-initiative .articleLearnmore.ruru .heading {
        width: 94%;
        font-size: 17px;
    }
}

@media only screen and (min-width: 1024px) {
    .she-can-initiative .articleLearnmore.ruru .heading {
        font-size: 20px;
        font-weight: 600;
    }
}

/* End of She Can Initiative */
/* Subpage */
.india_landing {
    padding-top: 10px;
}

.image-text-slider .sub-heading {
    margin-bottom: 15px;
}

.section_2 .detailsBox {
    padding-left: 0;
}

.india-sub-logo img {
    margin-left: auto;
}

@media only screen and (max-width: 414px) {
    .india-sub-logo img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .original .textArea .heading, .lateral .textArea .heading, .on-campus .textArea .heading, .onwardProgram .textArea .heading {
        min-height: 65px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
    .imageText-slick .slick-next:before {
        right: 22px;
    }

    .image-text-slider .img-slick {
        border-right: none;
    }
}

@media only screen and (min-width: 415px) and (max-width: 767px) {
    .image-text-slider .img-slick {
        border-right: none;
    }
}

@media only screen and (min-width: 415px) and (max-width: 730px) {
    .imageText-slick .slick-next:before {
        right: 22px;
    }
}

@media only screen and (width: 320px) {
    .imageText-slick .slick-next:before {
        right: 6px !important;
    }

    .imageText-slick .slick-prev:before {
        left: 6px !important;
    }
}

@media only screen and (min-width: 376px) and (max-width: 414px) {
    .original .textArea .heading, .lateral .textArea .heading, .on-campus .textArea .heading, .onwardProgram .textArea .heading {
        min-height: 25px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
    .original .paragraphDetail, .lateral .paragraphDetail, .on-campus .paragraphDetail, .onwardProgram .paragraphDetail {
        margin-top: 6px !important;
    }

    .original .textArea .heading, .lateral .textArea .heading, .on-campus .textArea .heading, .onwardProgram .textArea .heading {
        min-height: 15px !important;
        margin-bottom: 6px !important;
    }
}

@media only screen and (width: 568px) {
    .image-text-slider .img-slick {
        border-right: none;
    }
}

@media only screen and (min-width: 731px) and (max-width: 823px) {
    .imageText-slick .slick-next:before {
        right: 380px;
    }
}

/* End of Subpage */
/*Spain Page*/
.disablelink {
    cursor: default !important;
    pointer-events: none !important;
}
/*End of Spain Page*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .she-can-initiative .articleLearnmore.esus .heading,
    .she-can-initiative .articleLearnmore.ptbr .heading,
    .she-can-initiative .articleLearnmore.frca .heading {
        font-size: 28px;
    }
}


.bannerBox .bannerContent .heading img {
    height: 179px;
    width: auto !important;
}

@media only screen and (max-width: 823px) and (min-width: 376px) {
    .bannerBox .bannerContent .heading img {
        height: 98px;
        width: auto;
    }
}

@media only screen and (max-width: 375px) and (min-width: 320px) {
    .bannerBox .bannerContent .heading img {
        height: 85px;
        width: auto !important;
    }
}

/* articlemore css */
.articleLearnmore.spain_article .textArea .heading {
    min-height: 45px;
}

.articleLearnmore.spain_article .paragraphDetail {
    max-height: 215px;
}

/* Recall css */
.recall {
    text-align: center;
}

    .recall .heading {
        text-align: center;
        margin-top: 40px;
        color: #000;
        font-family: gilroy-semibold;
        font-size: 32px;
        font-weight: 600;
        line-height: 1.2;
        /*margin: 0 0 15px;*/
    }

    .recall img {
        margin: 30px auto;
    }

    .recall b {
        font-size: 26px;
        font-family: 'Gilroy-Bold'
    }

    .recall p {
        font-size: 22px;
        font-family: 'Gilroy-SemiBold'
    }

@media only screen and (max-width: 767px) {
    .recall {
        padding: 0 12px;
    }

        .recall b {
            font-size: 22px;
        }

        .recall p {
            font-size: 18px;
        }
}

/* End of recall css */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .numeralSqaure.static_image .numeralSqaure_desc {
        top: 58px;
    }
}


/* Cookie Button icon */
button#ot-sdk-btn {
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDE2IDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNiAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzJfKTtmaWxsOiM3MUI4NEM7fQ0KCS5zdDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzcxQjg0QztzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPGc+DQoJPGRlZnM+DQoJCTxyZWN0IGlkPSJTVkdJRF8xXyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ii8+DQoJPC9kZWZzPg0KCTxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPg0KCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPg0KCTwvY2xpcFBhdGg+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTgsMTZjLTQuNSwwLTgtMy42LTgtOGMwLTQuNSwzLjYtOCw4LThzOCwzLjYsOCw4QzE2LDEyLjUsMTIuNSwxNiw4LDE2IE04LDAuOUM0LjIsMC45LDAuOSw0LjEsMC45LDgNCgkJYzAsMy44LDMuMSw3LjEsNy4xLDcuMXM3LjEtMy4xLDcuMS03LjFDMTUuMSw0LjIsMTEuOCwwLjksOCwwLjkiLz4NCgk8bGluZSBjbGFzcz0ic3QxIiB4MT0iOCIgeTE9IjMiIHgyPSI4IiB5Mj0iNyIvPg0KCTxsaW5lIGNsYXNzPSJzdDEiIHgxPSI0IiB5MT0iNiIgeDI9IjgiIHkyPSI3LjUiLz4NCgk8bGluZSBjbGFzcz0ic3QxIiB4MT0iNSIgeTE9IjEyIiB4Mj0iOCIgeTI9IjcuNSIvPg0KCTxsaW5lIGNsYXNzPSJzdDEiIHgxPSIxMSIgeTE9IjEyIiB4Mj0iOCIgeTI9IjcuNSIvPg0KCTxsaW5lIGNsYXNzPSJzdDEiIHgxPSIxMiIgeTE9IjYiIHgyPSI4IiB5Mj0iNy41Ii8+DQo8L2c+DQo8L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 8px;
    padding-right: 12px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    button#ot-sdk-btn {
        background-size: 68px;
        background-position: -18px;
    }
}

#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover {
    background-color: #fff !important;
    color: #666 !important;
}

#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    color: #666 !important;
    font-size: 14px !important;
    font-weight: bold;
    border: 1px solid #ccc !important;
    padding: 7px 7px 7px 30px !important;
}

#pc-title {
    margin-top: 20px !important;
}

@media only screen and (min-width: 768px) {
    #indcollapse_1, #indcollapse_2 {
        width: 400%;
        position: relative;
    }

    #indcollapse_1 {
        right: 194%;
    }

    #indcollapse_2 {
        right: 294%;
    }
}

@media only screen and (max-width: 767px) {
    #indcollapse_1, #indcollapse_2 {
        width: 185%;
        position: relative;
    }

    #indcollapse_1 {
        left: 10%;
    }

    #indcollapse_2 {
        right: 90%;
    }
}

@media only screen and (max-width: 823px) {
    .ind_link {
        margin-left: 0;
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1023px) {
    .LearnMorePt {
        line-height: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .LearnMorePt {
        line-height: 300px;
    }
}

a.kotexLink {
    text-decoration: none !important;
}


@media only screen and (min-width: 1024px) {
    .BottomCenter .btn-banner {
        position: relative;
        bottom: -230px;
        left: 70%;
    }

    .BottomLeft .btn-banner {
        position: relative;
        bottom: -275px;
        left: -1%;
    }
}

@media only screen and (min-width: 501px) and (max-width: 1023px) {
    .BottomCenter .btn-banner {
        position: relative;
        bottom: -140px;
        left: 80%;
    }

    .BottomLeft .btn-banner {
        position: relative;
        bottom: 134px;
        left: 25%;
    }
}

@media only screen and (max-width: 500px) {
    .BottomCenter .btn-banner, .BottomLeft .btn-banner {
        position: relative;
        top: 340px;
        left: 30%;
    }
}


.bannerBox .bannerContent .heading .essential-logo {
    width: auto !important;
    position: absolute;
}

@media only screen and (min-width: 1025px) {
    .bannerBox .bannerContent .heading .essential-logo {
        height: 225px;
        left: -2%;
        top: 98%;
    }
}

@media only screen and (min-width: 824px) and (max-width: 1024px) {
    .bannerBox .bannerContent .heading .essential-logo {
        height: 225px;
        left: 0%;
        top: 98%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 823px) {
    .bannerBox .bannerContent .heading .essential-logo {
        height: 170px;
        left: -2%;
        top: 98%;
    }
}

@media only screen and (max-width: 500px) {
    .bannerBox .bannerContent .heading .essential-logo {
        height: 110px;
        left: 34%;
    }
}

.india_careerslandingimg {
    margin-top: 10px !important;
}

    .india_careerslandingimg img {
        width: 40%;
    }

#container-6 .india_careerslandingimg img {
    width: 80%;
}
.indiasubpage a.firstLevelLink {
    font-size: 18px !important;
}
.empDescription {
    margin-top: 50px;
}
@media only screen and (min-width: 768px) {
    .employee-mobile-wrap {
        position: relative;
    }

    .employeeImgSection {
        position: absolute;
        left: 50%;
    }
}

/* Girl-Child Section */
.girl-child {
    position: relative;
    font-family: 'Kotex-Bold';
    color: #fff;
}

    .girl-child .textArea .heading, .girl-child .textArea .paragraphDetail {
        font-family: 'Kotex-Bold';
        color: #fff;
    }

    .girl-child .textArea .heading {
        line-height: 46px;
        font-size: 40px;
        padding-right: 48px;
        max-height: 300px !important;
        margin-top: 10px;
    }

    .girl-child .textArea ul {
        position: absolute;
        top: 2%;
        right: 50px;
        list-style-type: none;
        padding-left: 0;
    }

        .girl-child .textArea ul li {
            margin-bottom: 20px;
        }

            .girl-child .textArea ul li a img {
                width: 165px;
            }

    .girl-child .btnBox {
        display: none;
    }

@media only screen and (min-width: 375px) and (max-width: 414px) {
    .girl-child .textArea .heading {
        line-height: 36px;
        font-size: 30px;
        padding-right: 19px;
        margin-top: 24px !important;
    }
}

@media only screen and (max-width: 374px) {
    .girl-child .textArea .heading {
        line-height: 38px;
        font-size: 26px;
        padding-right: 18px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 414px) {
    .girl-child .textArea ul li a img {
        width: 130px;
    }

    .girl-child .textArea ul {
        top: 6%;
        right: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .girl-child .textArea ul li a img {
        width: 115px;
    }

    .girl-child .paragraphDetail p {
        margin-right: 135px;
    }

    .girl-child .textArea .heading {
        line-height: 32px;
        font-size: 26px;
        margin-top: 16px;
        padding-right: 42px;
    }
}
@media screen and (min-width: 1024px){
	.leftside-content{
		margin-right: 55%;
	} 
}
@media only screen and (width: 1024px) {
    .girl-child .textArea .heading {
        line-height: 40px;
        font-size: 39px;
        margin-top: 16px;
        padding-right: 42px;
    }

    .girl-child .textArea ul {
        top: -2%;
    }

        .girl-child .textArea ul li a img {
            width: 155px;
        }

        .girl-child .textArea ul li {
            margin-bottom: 8px;
        }
}

/* KC Now page starts */
.kcnow .bannerBox .bannerContent .heading img.bannerlogo {
    height: auto !important;
    padding-top: 10px;
	margin-left:-6px;
} 
.kcnow .bannerBox .bannerContent .heading{
	color: #fff;
}
.kcnow .bannerBox .bannerContent .details{
	color:#fff;
}
.kcnow .heading{
	color:#753bbd;
	margin-bottom:10px;
	 text-align: center;
	 font-family: gilroy-semibold;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 15px;
}
.kcnow .articleLearnmore .heading{
	text-align:left;
}
.kcnow .articleLearnmore.resource-info .heading{
	text-align:center;
}
.kcnow .comapnyAbout .section_4 {
	margin:0 auto;
	padding:80px 0;
}
.kcnow .deails{
	font-family: 'Gilroy-Regular';
    font-size: 18px;
    font-weight: 500;
    text-align: center;
	 margin-bottom:30px
}
.kcnow .vidWraper {
	margin:0 auto;
	text-align: center;
}
.kcnow .vidWraper iframe{
	width:680px;
	height: 385px;
}
.kcnow .detailsBox .contacts{
	font-size:18px;
}
.kcnow .detailsBox .contacts .image-steps{
	position: relative;
    left: 50%;
    transform: translate(-50%);
}
.kcnow .app-store-wrapper{
	text-align:center;
}
.kcnow .app-store-wrapper img{
	display:inline-block;
	width:200px;
	margin-right:30px;
}
.kcnow.videowrapper .videolink {
	width:48%;
	display:inline-block;
}
.kcnow.videowrapper .videolink:nth-child(4){
	float:right;
}
.kcnow.videowrapper .vidWraper iframe {
    width: 100%;
    height: 278px;
}
.kcnow.resources-bg .container{
	background-repeat:no-repeat;
}
.kcnow .articleLearnmore.resource-info{
	min-height: 350px;
    max-height: 100%;
}

.kcnow .articleLearnmore.resource-info .textArea{
	position:static;
}
.kcnow .articleLearnmore.resource-info .heading{
	width:100%;
	max-height:100%;
}
.kcnow .articleLearnmore.resource-info .paragraphDetail{
	width:100%;
	min-height:100%;
	max-height:100%;
}
.kcnow .girl-child .textArea .heading {
    line-height: 12px;
    font-size: 12px;
    padding-right: 0px;
    max-height: auto !important;
    margin-top: 0;
}
.kcnow .articleLearnmore.resource-info ul{
	list-style:none;
	padding: 70px 10px 0 0;
}
.kcnow .articleLearnmore.resource-info ul li{
	width: 42%;
    display: inline-block;
    padding-bottom: 20px;
    padding-right: 15px;
}
.kcnow .articleLearnmore.resource-info ul li .six-tiles{
	font-family: 'Gilroy-Regular';
    font-size: 18px;
    font-weight: 500;
    text-align: center;
	color:#000000;
	padding: 18px 15px;
	background:#fff;
	display:block;
	border-radius:8px;
	box-shadow: 0px 2px 7px 0 rgba(0, 0, 0, 0.35);
}
.kcnow .articleLearnmore.resource-info.resource-wrapper .textArea{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.kcnow .articleLearnmore.resource-info.resource-wrapper .heading{
	min-height: auto;
    color: #fff;
    font-size: 30px;
    margin-bottom: 5px;
}
.kcnow .articleLearnmore.resource-info.resource-wrapper .paragraphDetail{
	text-align: center;
    font-size: 20px;
    width: 60%;
    margin: 0 auto;
    line-height: 22px;
	color:#fff;
}
.comapnyAbout .kcnow.section_4 {
    padding: 36px 0;
}
.comapnyAbout .kcnow.section_4.title-space{
	padding:56px 0 36px;
}
@media screen and (max-width: 767px){
	.comapnyAbout .aboutBanner.kcnow .bannerBox .bannerContent .heading {
		margin-top: 0px;
		text-align:center;
	}
	.kcnow .bannerBox .bannerContent .personDetails{
		margin-top:0;
	}
	.kcnow .vidWraper iframe{
		width:100%;
		height: 210px;
	}
	.kcnow.videowrapper .videolink {
		width:100%;
		padding-bottom:20px;
	}
	.kcnow.videowrapper .vidWraper iframe {
		height: 210px;
	}
	.kcnow .articleLearnmore.resource-info {
		min-height: 130px;
	}
	.kcnow .articleLearnmore.resource-info ul{
		padding:0;
	}
	.kcnow .mobilePageHeading{
		padding-top:2px;
	}
	.kcnow .bannerBox .bannerContent .heading img.bannerlogo{
		width:50%!important;
	}
	.kcnow .bannerBox .bannerContent .details {
		position: absolute;
		top: 280px;
	}
	.comapnyAbout .kcnow.aboutBanner.bannerBGColor {
		padding-bottom: 120px;
	}
	.kcnow .articleLearnmore.resource-info ul li .six-tiles{
		font-size:14px;
	}
	.comapnyAbout .kcnow.section_4 , .comapnyAbout .kcnow.section_4.title-space{
		padding: 20px 0 0px 0;
	}
	.kcnow .app-store-wrapper img {
		width: 160px;
		margin-right: 10px;
	}
	.comapnyAbout .kcnow .detailsBox{
		padding-bottom:0;
	}
	.kcnow .image-steps {
		width: 100%;
	}
	.kcnow .articleLearnmore.resource-info.resource-wrapper .paragraphDetail{
		width:100%;
	}
	.kcnow .articleLearnmore .heading{
		min-height:70px;
		max-height:100%;
	}
	.kcnow .articleLearnmore .paragraphDetail{
		width:70%;
	}
	.kcnow .articleLearnmore.four_tiles > img {
		height: auto;
	}
	.kcnow .articleLearnmore .heading{
		font-size:28px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .kcnow .image-steps {
		width: 100%;
	}
	.kcnow .vidWraper iframe{
		height:382px;
	}
	.kcnow.videowrapper .vidWraper iframe {
		width: 100%;
		height: 200px;
	}
	.kcnow .articleLearnmore .textArea .heading{
		min-height: 25px;
	}
	.kcnow .articleLearnmore.four_tiles .paragraphDetail {
		width: 70%;
	}
	.kcnow.breakcontent .deails {
		width: 85%;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 992) and (max-width: 1024px) {
	.kcnow.videowrapper .vidWraper iframe {
		height: 280px;
	}
	.kcnow .articleLearnmore .textArea .heading{
		min-height: 25px;
	}
	.kcnow .articleLearnmore.four_tiles{
		min-height:350px;
	}
	.kcnow .articleLearnmore.four_tiles .paragraphDetail {
		width: 70%;
	}	
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  .kcnow.videowrapper .vidWraper iframe {
		height: 280px;
	}
	 .kcnow .articleLearnmore.four_tiles{
		min-height:350px;
	}
	.kcnow .articleLearnmore.four_tiles .paragraphDetail {
		width: 70%;
	}
	.kcnow.breakcontent .deails {
		width: 60%;
		margin: 0 auto;
	}
}

/*CSS for surface duo*/
@media only screen and (min-width: 540px) and (max-width: 720px){
	.kcnow .bannerBox .bannerContent .details{
		top:410px;
	}
	.kcnow .articleLearnmore.four_tiles > img {
		height: 350px;
	}
}

/*CSS for IPad Pro*/
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
   .kcnow .articleLearnmore {
		min-height: 350px;
	}
	.kcnow .articleLearnmore.four_tiles .paragraphDetail {
		width: 70%;
	}
}
@media only screen and (min-width:1024px) {
	.kcnow.breakcontent .deails{
		width: 60%;
		margin: 0 auto;
	}
	.kcnow .bannerBox .bannerContent .personDetails {
		margin-top: 60px;
	}
}
@media only screen and (min-width:1600px) {
	.kcnow .bannerBox .bannerContent .personDetails {
		margin-top: 35%;
	}
}
/*kcnow page ends here*/
/*privacycenter page starts here*/


/*CSS for Privacy Pages*/
.privacy-container{
	padding-bottom:50px;
}
.wrapperSwicth.privacy-wrapper{
	margin-left:0;
	position:relative;
}
.privacy-wrapper  {
	padding-top: 24px;
}
.privacy-banner{
	height: auto;
    background: #10069F;
	position:relative;
	width:90%;
	padding-bottom:50px;
}
.privacy-container .page-heading{
	color:#10139F;
	font-size:48px;
	line-height:54px;
	margin-top: 22px;
	font-family:Gilroy-Bold;
	padding-left: 55px;
}
.p-0{
	padding:0;
}
.animation-wrapper{
	height: 100%;
    width: 70%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}
.privacy-banner .banner-para,
.privacy-banner .banner-para a{
	font-family:Gilroy-Regular;
	font-size:16px;
	line-height:22px;
	color:#fff;
	margin-bottom:10px;
}
.privacy-banner .para-wrapper{
	padding:55px 0 0 55px;
	width:42%;
}
.privacy-banner .contact-btn{
	font-size:18px;
	color:#fff;
	border:2px solid #fff;
	line-height:22px;
	font-family:Gilroy-Regular;
	display:inline-block;
	margin-top:40px;
	padding: 8px 42px;
}


.privacy-choices .heading{
	font-family:"Gilroy-Bold";
	font-size:29px;
	line-height:29px;
	color:#10139F;
	border-bottom:3px solid #BED2F3;
	padding-left:55px;
	padding-top:55px;
}
.privacy-choices .heading.rights{
	background:#fff;
	padding-top:0;
	border-bottom:3px solid #fff;
}
.privacy-choices .heading .heading-text{
	background:#BED2F3;
	padding: 11px 35px;
	display:inline-block;
	margin-bottom:-1px;
}
.privacy-choices .heading.rights .heading-text{
	background:#fff;
}
.privacy-choices .logo-para{
	color:#000000;
	font-family:"Gilroy-Regular";
	font-size:16px;
	line-height:22px;
	padding-left: 90px;
	width:96%;
}
.privacy-choices .logo-wrapper{
	padding-left: 90px;
    display: flex;
    flex-wrap: wrap;
}
.privacy-choices .logo-wrapper .logoBox{
	width:20%;
	padding-top: 60px;
}
.privacy-choices .logo-wrapper .logoBox  .img-wrapper{
	min-height:100px;
}
.privacy-choices .logo-wrapper .logoBox .logo-link{
	color:#10069F;
	font-family:"Gilroy-SemiBold";
	font-size:12px;
	line-height:20px;
	display: block;
}
.privacy-choices .logo-wrapper .logoBox .logo-link .fa{
	display:inline-block;
	padding-left: 8px;
    font-weight: bold;
}
.privacyChoices{
		position:relative;
	}
.privacy-choices .heading.rights .heading-text{
	position:absolute;
	top:-20px;
}
.privacy-choices .choiceBtn button{
	color:#0F14A0;
	font-size:18px;
	line-height:24px;
	font-family:Gilroy-Regular;
	border:2px solid #0F139F;
	padding: 6px 40px;
	margin-left:90px;
	margin-top:30px;
	background:#fff;
}
.privacy-choices .logo-wrapper .logoBox .img-wrapper .logo-img{
	width:75%;
}
.privacy-choices .logo-wrapper .logoBox .img-wrapper.img-kotex .logo-img{
	width:80px;
}
.privacy-choices .logo-wrapper .logoBox .img-wrapper.img-poise .logo-img{
	width:90px;
}
@media only screen and (max-width:768px){

.privacy-container{margin-bottom:50px;padding-bottom:0px;}
	.animation-wrapper{
		height:270px;
		top: 65px;
		width: 100%;
	}
	.privacy-container .page-heading {
		font-size: 45px;
		line-height: 50px;
		margin-top: 0px;
		padding:0 25px;
	}
	.privacy-banner{
		height: 640px;
		width: 100%;
		margin-top: 100px;
	}
	#privacy-banner-1{
		margin-top:130px;
	}
	.privacy-banner .para-wrapper {
		padding: 0px 30px;
		position: relative;
		top: 180px;
		width:100%;
	}
	.privacy-banner .contact-btn{
		transform: translate(-50%);
		left: 50%;
		position: absolute;
		PADDING:8px 36px;
	}
	.privacy-choices .logo-para{
		padding:0;
		width:100%;
		padding: 0 25px;
	}
	.privacy-choices .logo-wrapper{
		padding:0 25px;
		align-items: flex-start;
	}
	.privacy-choices .logo-wrapper .logoBox {
		width: 50%;
		padding-top: 60px;
		text-align:center;
	}
	.privacy-choices .logo-wrapper .logoBox .img-wrapper {
		min-height: 70px;
		max-height:70px;
	}
	.privacy-choices .logo-wrapper .logoBox .logo-link{
		line-height:12px;
		padding-left:10px;
		text-align:left;
	}
	.privacy-choices .logo-wrapper .logoBox .img-wrapper .logo-img{
		display:inline-block;
		width:100px;
	}
	.privacy-choices .logo-wrapper .logoBox .img-wrapper.img-kotex .logo-img{
		width:60px;
	}
	.privacy-choices{
		text-align:center;
	}
	.privacy-choices .choiceBtn button{
		margin-left:0;
		padding:2px 16px;
	}
	.privacy-choices .heading.rights .heading-text{
		position:static;
	}
}

@media only screen and (min-width:1490px){
	.animation-wrapper{
		width:55%;
	}
	.privacy-choices .logo-para{
		width:90%;
	}
	.privacy-container .page-heading,
	.privacy-banner .para-wrapper{
		padding-left:100px;
	}
}

@media only screen and (min-width:1024px) and (max-width: 1281px){
	.privacy-banner{
		width:100%;
	}
	.animation-wrapper{
		right:0px;
		top: 50px;
		width:60%;
	}
	#animation-banner-1{
		top:20px;
	}
	
	#animation-banner-4{
		top:70px;
	}
	.privacy-banner .para-wrapper{
		padding-right:35px;
	}
	.privacy-banner .banner-para,
	.privacy-banner .banner-para a{
		font-size:14px;
		line-height:20px;
	}
	.privacy-choices .logo-para{
		width:100%;
	}
}


@media(min-width:768px){
	.privacyChoices  {
		width: 75%;
		float:right;
		
	}
}
@media(max-width:767px){
	.privacyChoices  {
		 width: 100%;
		 margin-left:auto;
		 margin-right:auto;
		 clear: both;
	}
	.privacy-choices .heading{
		padding-left:5px;
	}
	.privacy-choices .heading .heading-text{
		padding: 12px 24px;
	}
	.privacy-container{
		margin-top:50px;
	}
}


/*CSS for Left Navigation*/
.left-nav.commonAccordion{
     -webkit-box-shadow: -1px -8px 6px 0px #000000;
    box-shadow: -1px -8px 6px 0px #000000;
	position: fixed;
    width: 25%;
	overflow-y:scroll;
	/*z-index: -1;*/
	max-height:500px;
	padding-bottom: 300px;
}
 .left-nav.commonAccordion ul.nav_list li{
	 border:none;
	 padding: 0;
	display: block;
	margin-bottom: 20px;
 }
.left-nav.commonAccordion ul.nav_list hr{
	border-top: 2px solid #CCCCCC;
	width: 85%;
}
.left-nav.commonAccordion .firstLevelLink{
	font-size: 14px !important;
    color: #10069F !important;
    font-family:"Gilroy-Bold";
	padding: 15px 30px;
	display:inline-block;
}
.left-nav.commonAccordion .secondLevelLink{
	font-size: 14px !important;
    color: #10069F !important;
    font-family:"Gilroy-Bold";
	padding: 15px 30px 15px 55px;
	display:inline-block;
}
.left-nav.commonAccordion .secondLevelLink .fa{
	padding-left:20px;
}
.left-nav.commonAccordion .secondLevelLink .fa.show{
	display:inline!important;
}
.left-nav.commonAccordion .activeLink{
	background:#BDD1F2;
	font-weight: 500!important;
}
.left-nav.commonAccordion .group-list{
	display:block!important;
	max-height: 100%;
}
.left-nav.commonAccordion .thirdLevelLink{
	font-size:14px;
	line-height:22px;
	font-family:Gilroy-Bold;
	padding:7px 30px 7px 35px;
	color: #10069F;
}
/*CSS gor SubNav in Mobile view*/

.privacy-container .navbar-default {
    background-color: #BDD1F2;
    border-color: #BDD1F2;
	position:fixed;
	z-index:4;
	width:100%;
	max-height:92%;
	overflow-y:scroll;
	top:62px;
}
.privacy-container .navbar-brand{
	color:#10069F;
	font-family:Gilroy-Bold;
	font-size:15px;
	line-height:22px;
	padding-left:26px;
	text-transform: uppercase;
}
.privacy-container .navbar-default .navbar-toggle{
	border-color:#BDD1F2;
}
.privacy-container .navbar-default .navbar-toggle .icon-bar{
	background-color:#10069F;
}
.privacy-container .navbar-default .navbar-collapse{
	border:none;
	box-shadow:none;
}
.privacy-container .navbar-default .navbar-nav>.active>a{
	background:#BDD1F2;
	color:#10069F;
}
.privacy-container .navbar-default .navbar-nav>li{
	margin:0 26px;
}
.privacy-container .navbar-default .navbar-nav>li>label>a.mob-firstLevelLink{
	color:#10069F;
	font-family:Gilroy-Bold;
	font-size:15px;
	line-height:22px;
	text-transform: uppercase;
	padding:30px 0;
}
.privacy-container .navbar-default .navbar-nav>li:nth-child(2){
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

.privacy-container .navbar-default .navbar-nav>li>label>a.mob-secondLevelLink{
	color:#10069F;
	font-family:Gilroy-Bold;
	font-size:15px;
	line-height:22px;
	text-transform: uppercase;
	padding: 0px 0 30px 40px;
}
.privacy-container .navbar-default .navbar-nav>li>label>a.mob-secondLevelLink .fa{
	padding-left:10px;
}
.privacy-container .navbar-default .navbar-nav>li>label>a .show{
	display:inline!important;
	padding-left:25px;
}
.privacy-container .navbar-default .navbar-nav .open .dropdown-menu>li:last-child>a{
	border-bottom:1px solid #fff;
}

.privacy-container .navbar-default .navbar-nav a.mob-thirdLevelLink {
    display: block;
    padding: 0px 0px 20px 60px;
    color: #10069F;
    font-size: 15px;
    font-weight: bold;
}
.privacy-container .sub-navbar .logo-wrapper{
	margin:0 -10px;
}
@media only screen and (min-width:1490px){
	.left-nav.commonAccordion{
		max-height:750px;
	}
	.left-nav.commonAccordion .firstLevelLink,
	.left-nav.commonAccordion .secondLevelLink{
		font-size:18px!important;
	}
}
/*CSS to fix Animation banner*/
#privacy-banner-1{
	padding-bottom:100px;
}
#privacy-banner-2{
	padding-bottom:60px;
}
#animation-banner-2{
	height:400px;
}

@media only screen and (max-width:767px){
	#animation-banner-1{
		top:160px;
	}
	#animation-banner-2{
		top: 200px;
		height: 270px;
	}
	#privacy-banner-2 {
		padding-bottom: 0;
		height:500px;
	}
	#animation-banner-4{
		top:85px;
	}
	#privacy-banner-3{
		height:160px;
	}
	#privacy-banner-3 .para-wrapper{
		top:60px;
	}
	.privacy-choices .heading.rights .heading-text{
		position:absolute;
		width: 90%;
		left: 20px;
	}
}
@media only screen and (min-width:1490px){
	#animation-banner-1{
		top: 140px;
		height: 465px;
	}
	#animation-banner-2{
		height:550px;
		right: 10px;
		top: 20px;
	}
	#privacy-banner-2 {
		padding-bottom: 130px;
	}
	#privacy-banner-3{
		padding-bottom:80px;
	}
	#animation-banner-4{
		top: 40px;
	}
	#animation-banner-3{
		height:488px;
	}
	
}
@media only screen and (min-width:768px) and (max-width: 991px){
	#animation-banner-2{
		top:140px;
		height:320px;
	}
	#privacy-banner-2{
		margin-top:120px;
		height:450px;
	}
	#animation-banner-1{
		top:110px;
	}
	#privacy-banner-1{
		height:500px;
	}
	#privacy-banner-3{
		height:100px;
	}
	#privacy-banner-3 .para-wrapper{
		top:40px;
	}
	.privacy-choices .logo-wrapper .logoBox .img-wrapper .logo-img{
		width:40%;
	}
	.privacy-choices .heading.rights .heading-text {
		position: absolute;
		width: 90%;
		left: 20px;
	}
	.privacy-choices .logo-wrapper .logoBox{
		padding-top:30px;
	}
}

@media only screen and (min-width:1300px) and (max-width: 1450px){
	.animation-wrapper{
		width:60%;
	}
	#animation-banner-1{
		top:20px;
	}
	#animation-banner-2 {
		top: 70px;
	}
	#animation-banner-4{
		top:50px;
		width:65%;
	}
	#privacy-banner-3{
		padding-bottom:80px;
	}
	.privacy-banner{
		width:100%;
	}
}
 @media only screen and (max-width: 767px) and (orientation: landscape){
	 #animation-banner-4{
		top:32px;
	}
 }






/*Privacy Principle CSS starts*/
.principles-wrapper{
	display: flex;
    flex-wrap: wrap;
	padding-left:55px;
	justify-content: space-between;
}
.principles-wrapper .numeralSqaure{
	padding:30px 35px;
	min-height:auto;
	text-align:left;
	position:relative;
	margin-bottom:20px;
}
.principles-wrapper .numeralSqaure .value{
	font-size:29px;
	line-height:32px;
	font-family:Gilroy-Bold;
	color:#000000;
	text-align:left;
	padding-bottom:5px;
}
.principles-wrapper .numeralSqaure .details{
	font-size:16px;
	line-height:22px;
	font-family:Gilroy-Regular;
	color:#000000;
	text-align:left;
	min-height: 90px;
}
.principles-wrapper .numeralSqaure.two-row{
	width:49%;
}
.principles-wrapper .numeralSqaure.threerow{
	width:32%;
	height: 370px;
}
.principles-wrapper .transparency{
	background:#D6F6EA;
}
.principles-wrapper .choice{
	background:#BED2F3;
}
.principles-wrapper .respect{
	background:#FCD7D9;
}
.principles-wrapper .benefit{
	background:#C9C9C9;
}
.principles-wrapper .security-ani{
	background:#E3D7F2;
}
.anim-wrapper{
	width:196px;
	height:175px;
	position:absolute;
	z-index:1;
	right:0;
}
.principles-wrapper .two-row .info-wrapper{
	width:50%;
	display:inline-block;
}
.principles-wrapper .threerow .info-wrapper{
	position: absolute;
    bottom: 30px;
    left: 35px;
	right:35px;
}
.principles-wrapper .threerow .anim-wrapper{
	left:50%;
	transform:translate(-50%);
	top:15px;
}
@media only screen and (min-width: 1490px){
	.principles-wrapper{
		padding-left:100px;
		width: 90%;
	}
}
@media only screen and (max-width:768px){
	.principles-wrapper{
		padding:0 26px;
	}
	.principles-wrapper .numeralSqaure{
		width:100%!important;
		padding: 20px;
		min-height:320px;
	}
	.principles-wrapper .threerow .info-wrapper,
	.principles-wrapper .two-row .info-wrapper{
		position: absolute;
		bottom: 20px;
		left: 20px;
		width: 85%;
		display:block;
	}
	.principles-wrapper .numeralSqaure .details{
		line-height:20px;
		min-height:auto;
	}
	.principles-wrapper .threerow .anim-wrapper,
	.principles-wrapper .two-row .anim-wrapper	{
		left: 35%;
		transform: translate(0%);
		top: 15px;
	}
}
/*Privacy Principle CSS ends*/

.privacy-wrapper .subhead-info,
.our-approach-wrapper .subhead-info{
	position:relative;
}
.privacy-wrapper .subhead-info .heading,
.our-approach-wrapper .subhead-info .heading{
	font-family: "Gilroy-Bold";
    font-size: 29px;
    line-height: 29px;
    color: #10139F;
    background: #fff;
    padding-top: 0;
    border-bottom: 3px solid #fff;
	padding-left: 55px;
}
.our-approach-wrapper .subhead-info .heading{
	border-bottom: 3px solid #BED2F3;
	background:transparent;
}

.privacy-wrapper .subhead-info .heading .heading-text,
.our-approach-wrapper .subhead-info .heading .heading-text{
	position: absolute;
    top: -20px;
    padding: 11px 35px;
    display: inline-block;
    background: #fff;
	
	
}
.our-approach-wrapper .subhead-info .heading .heading-text{
	background: #BED2F3;
	position:static;
	margin-bottom:-1px;
}
.privacy-wrapper .subhead-info .logo-para,
.our-approach-wrapper .subhead-info .logo-para{
	color:#000000;
	font-family:"Gilroy-Regular";
	font-size:16px;
	line-height:22px;
	padding-left: 90px;
	width: 46%;
    margin: 30px 0;
}

.our-approach-wrapper {
	padding-top:140px;
	position:relative;
}
.our-approach-wrapper .subhead-info .logo-para{
	width:60%;
}
.our-approach-wrapper .leaderimage-wrapper{
	position: absolute;
    top: -130px;
    right: 50px;
}
.our-approach-wrapper .leaderimage-wrapper .leaderimage{
	width:300px;
}
.our-approach-wrapper .leadersign-wrapper{
	position: absolute;
    right: 100px;
    top: 80px;
}
.our-approach-wrapper .leadersign-wrapper p{
	font-size:16px;
	color:#000;
	font-family:Gilroy-Regular;
}
.our-approach-wrapper .leadersign-wrapper p:nth-child(2){
	padding-bottom:30px;
}
.our-approach-wrapper .leadersign-wrapper .leadersign{
	height:53px;
	display:block;
}
.our-approach-wrapper .contact-btn-wrapper{
	padding-left:90px;
}
.our-approach-wrapper .contact-btn-wrapper .contact-btn{
	color:#0F14A0;
	font-size:18px;
	line-height:24px;
	font-family:Gilroy-Regular;
	border:2px solid #0F139F;
	padding: 6px 40px;
	background:#fff;
}

@media only screen and (min-width: 1490px){
	.privacy-wrapper .subhead-info .logo-para,
	.our-approach-wrapper .subhead-info .logo-para{
		padding-left:100px;
		width:32%;
	}
	.privacy-wrapper .subhead-info .heading,
	.our-approach-wrapper .subhead-info .heading{
		padding-left:60px;
	}
	.our-approach-wrapper .subhead-info,
	.privacy-wrapper.privacy-secondlevel .subhead-info{
		width:90%;
	}
	.our-approach-wrapper .subhead-info .logo-para {
		width:68%;
	}
	.our-approach-wrapper .subhead-info .heading {
			padding-left: 100px;
	}
	.our-approach-wrapper .contact-btn-wrapper {
		padding-left: 100px;
	}
}
@media only screen and (max-width:767px){
	.privacy-wrapper .subhead-info .heading,
	.our-approach-wrapper .subhead-info .heading{
		padding-left:26px;
		font-size:44px;
		line-height:50px;
	}
	.our-approach-wrapper .subhead-info .heading{
		padding:0 26px;
	}
	.privacy-wrapper .subhead-info .heading .heading-text,
	.our-approach-wrapper .subhead-info .heading .heading-text	{
		top: -75px;
		padding: 15px 20px;
		width:250px;
	}
	.our-approach-wrapper .subhead-info .heading .heading-text	{
		width:100%;
	}
	.privacy-wrapper .subhead-info .logo-para,
	.our-approach-wrapper .subhead-info .logo-para	{
		padding-left: 26px;
		width: 90%;
		margin: 50px 0 30px;
	}
	.privacy-wrapper .subhead-info .logo-para{
		margin-top:100px;
	}
	.our-approach-wrapper .subhead-info .logo-para{
		margin-top:40px;
		width:100%;
		padding:0 26px;
	}
	
	.our-approach-wrapper .contact-btn-wrapper{
		background:#BED2F3;
		padding: 45px;
		text-align: center;
	}
	.our-approach-wrapper .leadersign-wrapper{
		position:static;
		padding-left:26px;
	}
	.our-approach-wrapper .leadersign-wrapper .leadersign{
		height:46px;
		margin-bottom:10px;
	}
	.our-approach-wrapper .leadersign-wrapper p{
		font-size:14px;
		line-height:18px;
	}
	.our-approach-wrapper .leadersign-wrapper p:nth-child(2) {
		padding-bottom: 20px;
	}
	.our-approach-wrapper .leaderimage-wrapper {
		top: 90%;
		right: 0;
	}
	.our-approach-wrapper .leaderimage-wrapper .leaderimage {
		width: 150px;
	}
	.our-approach-wrapper{
		padding-top:30px;
	}
	.our-approach-wrapper .contact-btn-wrapper .contact-btn{
		background:transparent;
	}
}
@media only screen and (min-width:768px) and (max-width: 991px){
	.our-approach-wrapper .subhead-info .heading{
		padding:0 26px;
	}
	.our-approach-wrapper .subhead-info .logo-para{
		padding-left:26px;
	}
	.our-approach-wrapper .subhead-info .heading .heading-text{
		width:50%;
	}
	.our-approach-wrapper .leaderimage-wrapper .leaderimage {
		width: 260px;
	}
	.our-approach-wrapper .leaderimage-wrapper {
		position: absolute;
		top: -80px;
		right: 10px;
	}
	.our-approach-wrapper .leadersign-wrapper {
		position: absolute;
		right: 0px;
		top: 150px;
	}
	#animation-banner-4{
		top:5px;
	}
}
@media only screen and (min-width:400px) and (max-width: 767px){
	.our-approach-wrapper .leaderimage-wrapper{
		top:88%;
	}
}
.privacy-wrapper.privacy-secondlevel .subhead-info .logo-para#updates{
	width:90%;
}
.privacy-wrapper.privacy-secondlevel .subhead-info{
	background: #E3D8F2;
}
.privacy-wrapper.privacy-secondlevel .subhead-info .heading{
	border-color:#E3D8F2;
}
.privacy-wrapper.privacy-secondlevel .subhead-info .heading .heading-text{
	background: #E3D8F2;
}



/*CSS for Privacy Policy Page*/
.subicon-wrapper{
	background:transparent;
	padding-left:90px;
	padding-top:60px;
}

.subicon-privacy .subprivacy {
    width: 80%;
	padding-left:30px;
	border-bottom:2px solid #B9CDEE;
	padding-bottom: 20px;
}
.subicon-privacy.uk-fullwidth .subprivacy{
	width:95%;
}
.subicon-privacy {
    min-height: 150px;
	display: flex;
    align-items: flex-start;
	margin-bottom: 40px;
}


/* same for all */
.subicon-privacy .button-icon {
    border: none;
    background: none;
    font-style: normal;
    font-weight: 500;
    color: #10069F;
	font-family:Gilroy-Regular;
	font-size:16px;
	line-height:22px;
	padding:0;
}
.subicon-privacy .button-icon .fa{
	padding-left: 15px;
    font-weight: bold;
    font-size: 18px;
}

.subicon-privacy .iconheading {
    font-family:Gilroy-Bold;
    color: #10069F;
	font-size:29px;
	line-height:37px;
}
.subicon-privacy .subprivacy p,
.subicon-privacy .subprivacy li,
.subicon-privacy .subprivacy span{
	font-family:Gilroy-Regular;
    color: #000;
	font-size:16px;
	line-height:22px;
}
.subicon-privacy .subprivacy .uk-itemlist{
	list-style:none;
}

.subicon-privacy .subprivacy .uk-itemfirst{
	list-style:none;
	padding-left: 0;
}
.subicon-privacy .subprivacy li .uk-subitem{
	display:inline-block;
	padding-right:12px;
}
.subicon-privacy .subprivacy .uk-itemlist li{
	display:flex;
}
.subicon-privacy .subprivacy:last-child{
	border:none;
}
.subicon-privacy .subprivacy > div.subprivacy{
	width:100%;
	padding-left:0;
}
.subicon-privacy .subprivacy > div.subprivacy:last-child{
	border-bottom:2px solid #B9CDEE;
}
.subicon-privacy .subprivacy > div.subprivacy .iconheading{
	font-size:18px;
	font-family:Gilroy-Bold;
}
@media(max-width:767px){
	.privacy-wrapper.privacy-secondlevel .subhead-info .heading .heading-text{
		width:85%;
	}
	.subicon-wrapper{
		padding:60px 26px 0;
	}
	.subicon-privacy {
		margin: 0px 0 40px 0;
	}
	.subicon-privacy img.side-icon {
		position: absolute;
		right: 26px;
	}

	.subicon-privacy .subprivacy {
		float: unset;
		width: 100%;
		padding-left:0;
	}
	.subicon-privacy.uk-fullwidth .subprivacy{
		width:100%;
	}
	.subicon-privacy .iconheading {
		font-size: 27px;
		line-height: 32px;
		width:60%;
		padding: 30px 0 30px;
		min-height: 124px;
	}
	.subicon-privacy .subprivacy > div.subprivacy .iconheading{
		width:100%;
		font-size:16px;
		line-height:22px;
		padding-bottom:0px;
		margin:0;
		min-height:auto;
	}
}
@media only screen and (min-width: 1490px){
	.subicon-wrapper{
		width:90%;
	}
}

/*CSS for IPad Pro*/
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  .our-approach-wrapper .leadersign-wrapper{
		  right:50px;
	  }
	  .our-approach-wrapper .leaderimage-wrapper {
		top: -95px;
		right: 40px;
	}
	.our-approach-wrapper .leaderimage-wrapper .leaderimage {
    width: 240px;
	}
}
.privacy-container .privacy-secondlevel .page-heading{
	font-size:44px;
}
.update-wrapper{
	position: absolute;
    top: 20px;
    left: 55px;
}
.update-wrapper .up-time{
  font-family:Gilroy-Regular;
  font-size:16px;
  color:#000;
  margin-bottom:0px;
}
.update-wrapper .up-link{
  font-family:Gilroy-Bold;
  font-size:14px;
  color:#000;
  
}
.update-wrapper .up-link .fa{
	display:inline;
	padding-left: 10px;
    font-size: 15px;
    font-weight: bold;
}
.update-wrapper .up-link:hover,
.update-wrapper .up-link:focus,
.update-wrapper .up-link:active{
	text-decoration:none;
}

@media only screen and (max-width:767px) {
	.update-wrapper {
		position: absolute;
		top: 10px;
		left: 25px;
	}
	.privacy-container .page-heading{
		line-height:44px;
		margin-top:20px;
	}
}

@media all and (device-width: 768px) and (device-height: 1024px){
	.update-wrapper {
		top: 6px;
		left: 25px;
	}
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
	.update-wrapper {
		top: 20px;
		left: 55px;
	}
}
@media only screen and (min-width: 1490px){
	.privacy-container .privacy-secondlevel .page-heading{
		font-size:48px;
	}
	.update-wrapper{
		left: 100px;
	}
}


/*Mobile Landscape view*/
@media screen and (max-width: 767px) and (orientation:landscape) {
	#privacy-banner-1{
		height:520px;
		margin-top:80px;
	}
	#animation-banner-1{
		top:100px;
	}
	#animation-banner-4 {
		top: 85px;
	}
	.our-approach-wrapper .leaderimage-wrapper{
		top:73%;
	}
	.our-approach-wrapper .leaderimage-wrapper .leaderimage{
		width:260px;
	}
	#privacy-banner-3{
		height:170px;
	}
	#animation-banner-2 {
		top: 30px;
	}
	.privacy-wrapper .subhead-info .logo-para {
		margin-top: 40px;
	}
	#privacy-banner-5{
		height:480px;
	}
	.privacy-wrapper .subhead-info .heading .heading-text{
		width:92%;
	}
	#privacy-banner-2 .para-wrapper{
		top:200px;
	}
	#privacy-banner-3 .para-wrapper {
    top: 90px;
}
}

/*Iphone X Landscape*/
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
		.privacy-banner{
			width:100%;
		}
		.principles-wrapper .numeralSqaure.threerow,
		.principles-wrapper .numeralSqaure.two-row{
			width:100%!important;
			height:180px!important;
		}
		.principles-wrapper .threerow .info-wrapper{
			position:static;
			width:50%;
		}
		.principles-wrapper  .anim-wrapper{
			right:35px;
			left: unset!important;
			transform: none!important;
			top: 0!important;
		}
		#privacy-banner-1 {
			height: 620px;
		}
		#privacy-banner-3 {
			height: 150px;
		}
		#animation-banner-4{
			top:40px;
			width:68%;
		}
		#animation-banner-3{
			width:55%;
		}
		#animation-banner-1{
			width:55%;
		}
		.privacy-choices .logo-wrapper .logoBox{
			width:50%;
		}
		#animation-banner-2 {
			width: 65%;
			top: 200px!important;
		}
		#privacy-banner-2{
			margin-top:30px;
		}
		.update-wrapper{
			top:32px;
		}
	}
	/*Iphone X Portrait*/
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 812px) 
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait){
	  #animation-banner-2 {
			top: 195px;
			height: 270px;
		}
		#privacy-banner-2 .para-wrapper{
			top: 150px;
		}
  }
  
  
  
/*Iphone 6/7/8+ Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	#animation-banner-4 {
		top: 72px;
	}
	#animation-banner-3 {
		width: 100%;
	}
	#animation-banner-1 {
		width: 100%;
		top:66px;
	}
	#animation-banner-2 {
		width: 60%;
		top: 22px;
		left: 20%;
	}
	.update-wrapper {
		top: 20px;
	}
}
/*Iphone 6/7/8+ Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
	#animation-banner-2 {
		top: 150px;
		height:270px;
	}
}

	
/*Ipad Landscape View*/
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  .principles-wrapper .numeralSqaure.threerow{
	  height:410px;
	  max-height:100%;
  }
  .principles-wrapper .threerow .info-wrapper{
	  bottom:unset;
	  top:210px;
  }
  .principles-wrapper .numeralSqaure.two-row{
	  max-height:100%;
	  height:330px;
  }
  .principles-wrapper .two-row .info-wrapper{
	  width:80%;
	  position:absolute;
	  top:210px;
	  left:35px;
	  right:35px;
  }
  .principles-wrapper .two-row .anim-wrapper {
		left: 50%;
		transform: translate(-50%);
		top: 15px;
	}
}
@media only screen and (min-width:1024px) and (max-width: 1170px){
	.principles-wrapper .numeralSqaure.threerow{
	  height:410px;
	  max-height:100%;
  }
  .principles-wrapper .threerow .info-wrapper{
	  bottom:unset;
	  top:210px;
  }
  .principles-wrapper .numeralSqaure.two-row{
	  max-height:100%;
	  height:330px;
  }
  .principles-wrapper .two-row .info-wrapper{
	  width:80%;
	  position:absolute;
	  top:210px;
	  left:35px;
	  right:35px;
  }
  .principles-wrapper .two-row .anim-wrapper {
		left: 50%;
		transform: translate(-50%);
		top: 15px;
	}
}

/*Samsung Galaxy S5*/
/* Galaxy S5 landscape */
@media only screen 
  and (min-device-width: 360px) 
  and (max-device-width: 640px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
	#privacy-banner-3 .para-wrapper {
		top: 90px!important;
	}
	#animation-banner-4 {
		top: 100px;
	}
	#animation-banner-3{
		top:65px;
		width:100%;
	}
	#animation-banner-1 {
		width: 100%;
	}
	
}
/*Potrait*/
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
	  #animation-banner-1 {
		top: 190px;
	}
	#privacy-banner-2{
		height:540px;
	}

}

/*Surface Duo*/
@media only screen 
  and (min-device-width: 540px) 
  and (max-device-width: 720px) 
  and (-webkit-min-device-pixel-ratio: 3){
	  #animation-banner-3{
		  top:65px;
	  }
  }
  
/*CSS for other Culture issues*/

/*Ipad Portrait*/
@media only screen and (min-width:767px) and (max-width: 991px){
	.privacy-fr-ca #animation-banner-1 {
		top: 200px;
	}
	.privacy-fr-ca #animation-banner-2 {
		top: 120px;
	}
	.privacy-fr-ca #animation-banner-3{
		top:125px;
	}
	.privacy-fr-ca .our-approach-wrapper .leaderimage-wrapper{
		top:-20px;
	}
	.privacy-fr-ca #privacy-banner-1 {
		height: 540px;
	}
	.privacy-fr-ca .privacy-choices .choiceBtn button{
		width:90%;
	}
}

/*Ipad Landscape*/
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
	.privacy-fr-ca .our-approach-wrapper .subhead-info .heading .heading-text{
		width:60%;
	}
	.privacy-fr-ca .our-approach-wrapper .leaderimage-wrapper{
		top:-65px;
	}
	.privacy-fr-ca .privacy-choices .choiceBtn button{
		width:80%;
	}
	.privacy-fr-ca .privacy-choices .logo-wrapper .logoBox{
		width:25%;
	}
}

/*Phone*/
@media only screen and (max-width:767px){
	.privacy-fr-ca.privacy-container .navbar-brand{
		padding-left:5px;
		font-size:12px;
	}
	.privacy-fr-ca #animation-banner-1 {
		top: 310px;
	}
	.privacy-fr-ca #privacy-banner-1{
		height:780px;
	}
	.privacy-fr-ca .principles-wrapper .numeralSqaure{
		min-height:320px;
	}
	.privacy-fr-ca .our-approach-wrapper .leaderimage-wrapper{
		top:92%;
	}
	.privacy-fr-ca #animation-banner-2{
		top:140px;
	}
	.privacy-fr-ca #privacy-banner-2{
		height:580px;
	}
	.privacy-fr-ca #animation-banner-3{
		top:185px;
	}
	.privacy-fr-ca #privacy-banner-5{
		height:700px;
	}
	.privacy-fr-ca .privacy-wrapper .subhead-info .heading .heading-text{
		font-size: 32px;
		line-height: 36px;
	}
	.privacy-fr-ca #animation-banner-4 {
		top: 75px;
	}
	.privacy-fr-ca .subicon-privacy .iconheading{
		font-size:23px;
	}
	.privacy-fr-ca .subicon-privacy img.side-icon{
		width:30%;
	}
}
/*Mobile Landscape View*/
@media screen and (max-width: 767px) and (orientation: landscape) {
	.privacy-fr-ca #animation-banner-2 {
		top: 90px;
	}
	.privacy-fr-ca #privacy-banner-2 {
		height: 500px;
	}
	.privacy-fr-ca .privacy-wrapper .subhead-info .heading .heading-text{
		top:-45px;
	}
	.privacy-fr-ca #animation-banner-4 {
		top: 32px;
	}
}
/*Iphone 6/7/8+ Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
	.privacy-fr-ca #animation-banner-1 {
		top: 260px;
	}
}

/*Iphone 6/7/8+ Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	.privacy-fr-ca #animation-banner-2 {
		top: 50px;
	}
}

/*Iphone X Landscape*/
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
	  .privacy-fr-ca #privacy-banner-2{
		  height:510px;
	  }
	  .privacy-fr-ca #privacy-banner-1{
		  height:auto;
		  padding-bottom:50px;
	  }
	  .privacy-fr-ca .our-approach-wrapper .leaderimage-wrapper{
		  top:-20px;
	  }
	  .privacy-fr-ca .privacy-choices .choiceBtn button {
		width: 80%;
		margin-left: 40px;
		}
  }

  /*Russia*/
.privacy-ru-ru #animation-banner-2{
  top:120px;
}
.privacy-ru-ru .privacy-wrapper.privacy-secondlevel .subhead-info .logo-para#updates{
	padding-bottom:30px;
}
/*Large Desktop*/
@media only screen and (min-width: 1490px){
	.privacy-ru-ru #animation-banner-2 {
		top: 60px!important;
		width: 44%;
		right: 60px;
	}
}


/*Mobile Portrait*/
@media only screen and (max-width: 768px){
	.privacy-ru-ru.privacy-container .page-heading {
		font-size:28px;
		line-height:36px;
		padding: 0 10px;
	}
	.privacy-ru-ru .privacy-wrapper .subhead-info .heading .heading-text{
		font-size:40px;
		line-height:36px;
		word-break:break-word;
	}
	.privacy-ru-ru #animation-banner-2 {
		top: 160px;
	}
	.privacy-ru-ru #privacy-banner-2{
		height:400px;
	}
	
	.privacy-ru-ru .subicon-privacy .iconheading{
		word-break:break-word;
	}
	.privacy-ru-ru #animation-banner-3{
		top:105px;
	}
	.privacy-ru-ru.privacy-container .navbar-default.sub-navbar{
		min-height:64px;
	}
	.privacy-ru-ru.privacy-container .sub-navbar .navbar-brand{
		width: 84%;
	}
	.privacy-ru-ru #animation-banner-4 {
		top: 25px;
	}
	.privacy-ru-ru #privacy-banner-3{
		margin-top:200px;
		height:640px;
	}
	.privacy-ru-ru .privacy-choices .choiceBtn button{
		width:80%;
	}
	.privacy-ru-ru #privacy-banner-1{
		height:700px;
	}
	.privacy-ru-ru .principles-wrapper .numeralSqaure{
		min-height:350px;
	}
	.privacy-ru-ru .privacy-wrapper .subhead-info .logo-para {
		margin-top: 140px;
	}
	.privacy-ru-ru .our-approach-wrapper .subhead-info .heading .heading-text{
		font-size:40px;
		word-break:break-all;
	}
	.privacy-ru-ru .our-approach-wrapper .leaderimage-wrapper .leaderimage {
		width: 160px;
	}
	.privacy-ru-ru .our-approach-wrapper .leaderimage-wrapper {
		top: 91%;
		right: 0;
	}
	.privacy-ru-ru .subicon-privacy .iconheading{
		font-size:22px;
	}
	.privacy-ru-ru .update-wrapper{
		top:20px;
	}
}

/*Mobile Landscape*/
@media screen and (max-width: 767px) and (orientation: landscape){
	.privacy-ru-ru #animation-banner-2 {
		top: 100px;
	}
	.privacy-ru-ru #animation-banner-4{
		top:-5px;
	}
}

/*Ipad Portrait*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
	.privacy-ru-ru #animation-banner-2 {
		top: 70px!important;
	}
	.privacy-ru-ru .subicon-privacy .iconheading {
		font-size: 26px;
		line-height: 30px;
	}
	.privacy-ru-ru .subicon-wrapper{
		padding-left:20px;
		padding-right:20px;
	}
	.privacy-ru-ru .our-approach-wrapper .leaderimage-wrapper{
		top:-30px;
	}
	.privacy-ru-ru .our-approach-wrapper .leaderimage-wrapper .leaderimage {
		width: 180px;
	}
	.privacy-ru-ru .our-approach-wrapper .subhead-info .heading .heading-text {
		width: 70%;
	}
	.privacy-ru-ru #animation-banner-4{
		width:80%;
		top:-5px;
	}
	.privacy-ru-ru #privacy-banner-3{
		height:140px;
	}
	.privacy-ru-ru #privacy-banner-3 .para-wrapper {
		top: 80px;
	}
	.privacy-ru-ru .update-wrapper{
		top:8px;
	}
}
/*Ipad Landscape*/
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
	.privacy-ru-ru #animation-banner-2{
		top:200px;
	}
	.privacy-ru-ru .principles-wrapper .numeralSqaure.two-row{
		height:400px;
	}
	.privacy-ru-ru .principles-wrapper .numeralSqaure.threerow{
		height:480px;
	}
	.privacy-ru-ru .principles-wrapper .numeralSqaure .value{
		word-break:break-word;
	}
}
 
 
   /*Iphone 6/7/8+ Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
	.privacy-ru-ru #animation-banner-2 {
		top: 110px;
	}
  }
  
    /*Iphone 6/7/8+ Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	.privacy-ru-ru #animation-banner-2 {
		top: 85px;
	}
}

 /*Iphone X Landscape*/
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
	  .privacy-ru-ru #privacy-banner-2{
		  height:530px;
	  }
	  .privacy-ru-ru.privacy-container .sub-navbar .navbar-brand {
		 width: 80%;
	  }
	  .megaMenuBlock .nav > li {
		margin-left: 30px;
		}
		.privacy-ru-ru.privacy-container .page-heading{
			font-size:38px;
		}
  }
  
   /*Iphone X portrait*/
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
	  .privacy-ru-ru.privacy-container .sub-navbar .navbar-brand {
		width: 62%;
		word-break: break-word;
		padding: 10px 0 0 5px;
	  }
  }
  
  
  /*CSS for IPad Pro*/
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  .privacy-ru-ru .principles-wrapper .numeralSqaure.two-row{
		height:400px;
	}
	.privacy-ru-ru .principles-wrapper .numeralSqaure.threerow{
		height:480px;
	}
	.privacy-ru-ru .principles-wrapper .numeralSqaure .value{
		word-break:break-word;
	}
	.privacy-ru-ru #animation-banner-4{
		width:65%;
		top:45px;
	}
  }
  
  
  /*es-us culture*/
  /*Phone*/
@media only screen and (max-width:767px) and (orientation: portrait){
	.privacy-es-us #animation-banner-1 {
		top: 230px;
	}
	.privacy-es-us #privacy-banner-1{
		height:750px;
	}
	.privacy-es-us .privacy-wrapper .subhead-info .heading{
		font-size: 34px;
		line-height: 40px;
	}
	.privacy-es-us .privacy-wrapper .subhead-info .logo-para {
		margin-top: 80px;
	}
	.privacy-es-us .principles-wrapper .numeralSqaure{
		min-height:320px;
	}
	.privacy-es-us .our-approach-wrapper .leaderimage-wrapper{
		top:91%;
	}
	.privacy-es-us .our-approach-wrapper .leaderimage-wrapper .leaderimage {
		width: 154px;
	}
	.privacy-es-us #animation-banner-3{
		top:125px;
	}
	.privacy-es-us #privacy-banner-3 {
		height: 120px;
	}
	.privacy-es-us .privacy-choices .heading.rights .heading-text{
		font-size:26px;
	}
	.privacy-es-us .privacy-choices .choiceBtn button{
		width:80%;
	}
	.privacy-es-us #animation-banner-2 {
		top: 150px;
	}
	.privacy-es-us #privacy-banner-2{
		height:540px;
	}
}
@media only screen and (max-width: 767px) and (orientation: landscape){
	.privacy-es-us #animation-banner-1 {
		top: 100px;
	}
	.privacy-es-us #privacy-banner-1 {
		height: 480px;
	}
	.privacy-es-us .privacy-wrapper .subhead-info .heading .heading-text{
		top:-45px;
	}
	.privacy-es-us .our-approach-wrapper .leaderimage-wrapper .leaderimage {
		width: 304px;
	}
	.privacy-es-us #animation-banner-2 {
		top: 100px;
	}
}

  /*Iphone 6/7/8+ Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
	.privacy-es-us .our-approach-wrapper .leaderimage-wrapper {
		top: 90%;
	}
	.privacy-es-us #animation-banner-2 {
		top: 100px;
	}
}
   /*Iphone 6/7/8+ Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	.privacy-es-us #animation-banner-2 {
		top: 50px;
	}
}
    /*Iphone X Landscape*/
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
	.privacy-es-us  #privacy-banner-1 {
		height: 850px;
	}
	.privacy-es-us .our-approach-wrapper .leaderimage-wrapper{
		top:-20px;
	}
}
  /* your css rules for ipad portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	.privacy-es-us #animation-banner-1 {
		top: 140px;
	}
   .privacy-es-us #privacy-banner-1 {
		height: 540px;
	}
	.privacy-es-us .our-approach-wrapper .subhead-info .heading .heading-text{
		width:60%;
	}
	.privacy-es-us .our-approach-wrapper .leaderimage-wrapper {
		top: -65px;
		right: 30px;
	}
	.privacy-es-us .privacy-choices .logo-wrapper .logoBox{
		width:25%;
	}
	.privacy-es-us #animation-banner-2 {
		top: 70px;
	}
	.privacy-es-us .our-approach-wrapper .leaderimage-wrapper {
		top: -32px;
		right: 0px;
	}
	.privacy-es-us .our-approach-wrapper .leaderimage-wrapper .leaderimage {
		width: 230px;
	}
}

.privacy-pt-br .our-approach-wrapper .subhead-info .heading .heading-text{
	width:68%;
}

@media only screen and (min-width: 1280px) and (max-width: 1400px){
	.privacy-pt-br .our-approach-wrapper .leaderimage-wrapper{
		top:-65px;
	}
	.privacy-pt-br .our-approach-wrapper .leadersign-wrapper{
		top:100px;
	}
}

@media only screen and (max-width:767px) and (orientation: portrait){
	.privacy-pt-br #animation-banner-1{
		top:250px;
	}
	.privacy-pt-br #privacy-banner-1{
		height:720px;
	}
	.privacy-pt-br .privacy-wrapper .subhead-info .heading,
	.privacy-pt-br .our-approach-wrapper .subhead-info .heading {
		font-size: 34px;
		line-height: 36px;
	}
	.privacy-pt-br .privacy-wrapper .subhead-info .logo-para {
		margin-top: 60px;
	}
	.privacy-pt-br .principles-wrapper .numeralSqaure{
		min-height:320px;
	}
	.privacy-pt-br .our-approach-wrapper .subhead-info .heading .heading-text {
		width: 100%;
	}
	.privacy-pt-br #animation-banner-2{
		top:135px;
	}
	.privacy-pt-br #animation-banner-3{
		top:135px;
	}
}
@media only screen and (max-width: 767px) and (orientation: landscape){
	.privacy-pt-br #animation-banner-1{
		top:120px;
	}
	.privacy-pt-br #privacy-banner-1{
		height:540px;
	}
	.privacy-pt-br .privacy-wrapper .subhead-info .logo-para {
		margin-top: 60px;
	}
	.privacy-pt-br .our-approach-wrapper .subhead-info .heading .heading-text {
		width: 100%;
	}
	.privacy-pt-br .our-approach-wrapper .leaderimage-wrapper {
		top: 77%;
	}
	.privacy-pt-br #animation-banner-3{
		top:75px;
	}
	.privacy-pt-br #animation-banner-2{
		top:55px;
	}
	.privacy-pt-br #animation-banner-4 {
		top: 35px;
	}
}

  /*Iphone X Landscape*/
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
	.privacy-pt-br #privacy-banner-1{
		height:780px;
	} 
	.privacy-pt-br .our-approach-wrapper .leaderimage-wrapper .leaderimage {
		width: 160px;
	}
	.privacy-pt-br .our-approach-wrapper .subhead-info .heading .heading-text {
		width: 68%;
	}
	.privacy-pt-br .our-approach-wrapper .leaderimage-wrapper{
		top:10px;
	}	
}


/*Ipad Portrait*/
@media all and (device-width: 768px) and (device-height: 1024px) {
  .privacy-pt-br #animation-banner-1{
		top:200px;
	}
	.privacy-pt-br #privacy-banner-1{
		height:540px;
	} 
	.privacy-pt-br .our-approach-wrapper .leaderimage-wrapper{
		top:-13px;
	}
	.privacy-pt-br .our-approach-wrapper .leaderimage-wrapper .leaderimage {
		width: 200px;
	}
	.privacy-pt-br #animation-banner-2 {
		top: 130px;
	}
	.privacy-pt-br #animation-banner-4{
		top:15px;
	}
}
/*Ipad Landscape*/
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
	.privacy-pt-br .our-approach-wrapper .leaderimage-wrapper{
		top:-31px;
	}
	.privacy-pt-br .our-approach-wrapper .leaderimage-wrapper .leaderimage {
		width: 180px;
	}
}


  /*Iphone 6/7/8+ Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
	.privacy-pt-br #animation-banner-2 {
		top: 100px;
	}
  }
  
/*she-can-initiative CSS fixes*/
.she-can-initiative .articleLearnmore.kotex-img{
	min-height:auto;
	max-height:100%;
}
.she-can-initiative .articleLearnmore.kotex-img .textArea{
	display:none;
}
  
@media screen and (max-width: 767px){
	.she-can-initiative .articleLearnmore.kotex-img > img{
		height:auto;
		min-height: auto;
		max-height: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.she-can-initiative .articleLearnmore.girl-child{
		height:auto;
		min-height: auto;
		max-height: 100%;
	}
	.she-can-initiative .articleLearnmore.girl-child .textArea .heading span{
		font-size:26px!important;
	}
}



/*CSS for Global Location Landing Page - South Africa*/
/*.globalLocation_country .landing-wrapper.banner .container,
.landing-wrapper.banner .container{
	position:relative;
}
*/

.globalLocation_country .landing-wrapper .bannerBox,
.landing-wrapper .bannerBox {
	left:50px;
}

.globalLocation_country .landing-wrapper .bannerBox .btn-primary{
	font-family: Gilroy-Regular;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	padding: 8px 24px;
	background: #10059F;
	border: 2px solid #10059F;
	border-radius: 4px;
	color:#fff;
}
.globalLocation_country .landing-wrapper .bannerBox .bannerContent .details{
	font-weight:600;
}

.globalLocation_country .location-tile-section .section-wrapper{
	background: #FAFAFA;
	display:flex;
	align-items: center;
	margin-bottom: 30px;
}
.globalLocation_country .location-tile-section .section-wrapper .img-wrapper,
.globalLocation_country .location-tile-section .section-wrapper .text-wrapper{
	width:50%;
}
.globalLocation_country .location-tile-section .section-wrapper .text-wrapper{
	padding:0 50px;
}
.globalLocation_country .location-tile-section .section-wrapper .text-wrapper .tile-title{
	font-family: Gilroy-SemiBold;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 46px;
}
.globalLocation_country .location-tile-section .section-wrapper .text-wrapper .tile-para{
	font-size:16px;
	line-height:22px;
	font-weight:400;
	font-family:Gilroy-Regular;
}
.globalLocation_country .location-tile-section .section-wrapper .text-wrapper .btn-primary{
	font-family: Gilroy-Regular;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 27px;
	text-align: center;
	color: #10059F;
	border:1px solid #10059F;
	border-radius: 4px;
	padding: 0px 40px;
    background: #fff;
	margin-top:30px;
}
.globalLocation_country .location-tile-section.img-right .section-wrapper{
	flex-direction:row-reverse;
}
.globalLocation_country .location-tile-section .section-wrapper .text-wrapper .btn-primary .fa{
	padding-left:10px;
}
.globalLocation_country .landing-wrapper .logoContainer{
	padding:60px;
}
.globalLocation_country .landing-wrapper .logoContainer.brandbanner-spacing{
	margin-top:60px;
}
.globalLocation_country .landing-wrapper .logoContainer h3{
	font-family: Gilroy-SemiBold;
	font-style: normal;
	font-weight: bold;
	font-size: 45px;
	line-height: 50px;
	text-align: center;
	color: #2B2D33;
}
.globalLocation_country .landing-wrapper .logoContainer .logo-slider{
	text-align:center;
}
.globalLocation_country .landing-wrapper .logoContainer .logo-slider .slick-prev{
	background:url(../images/leftarrow.png);
	background-repeat:no-repeat;
}
.globalLocation_country .landing-wrapper .logoContainer .logo-slider .slick-prev:before,
.globalLocation_country .landing-wrapper .logoContainer .logo-slider .slick-next:before{
	content:'';
}
.globalLocation_country .landing-wrapper .logoContainer .logo-slider .slick-next{
	background:url(../images/rightarrow.png);
	background-repeat:no-repeat;
}
.globalLocation_country .landing-wrapper .logoContainer .logoBox a{
	font-family: Gilroy-Regular;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 27px;
	text-align: center;
	color: #10059F;
	display:inline-block;
	margin-top:50px;
}
.globalLocation_country .landing-wrapper .logoContainer .logoBox a:after{
	content:url(../images/btn-arrow.png);
	padding-left:10px;
	vertical-align:middle;
}
.globalLocation_country .landing-wrapper .detailsBox{
	background: #fff;
	padding:50px 50px 70px 50px;
	margin:50px 0;
}
.globalLocation_country .landing-wrapper.career-bg .detailsBox{
	background: #F2F4F5;
}
.globalLocation_country .landing-wrapper .detailsBox .contacts{
	text-align:center;
}
.globalLocation_country .landing-wrapper .detailsBox .contacts .sa-logo{
	padding-top:60px;
}
.globalLocation_country .landing-wrapper .detailsBox .contacts .africa-img{
	margin:0 auto;
}
.globalLocation_country .landing-wrapper .detailsBox .contacts .career-heading{
	font-family: Gilroy-SemiBold;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	margin-bottom:24px;
	margin-top:0px;
	color:#000;
}
.globalLocation_country .landing-wrapper .detailsBox .contacts .career-para{
	font-family: Gilroy-Regular;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	width:60%;
	margin:0 auto;
	margin-bottom:24px;
}
.globalLocation_country .landing-wrapper .detailsBox .contacts .career-btn{
	font-family: Gilroy-Regular;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 27px;
	text-align: center;
	color: #10059F;
	border:1px solid #10059F;
	border-radius: 4px;
	padding: 0px 30px;
    background: transparent;
	margin-bottom:50px;
}
.globalLocation_country .landing-wrapper .detailsBox .contacts .career-btn:hover,
.globalLocation_country .landing-wrapper .detailsBox .contacts .career-btn:focus,
.globalLocation_country .landing-wrapper .detailsBox .contacts .career-btn:active{
	text-decoration:none;
}
.globalLocation_country .landing-wrapper .detailsBox .contacts .career-btn .fa-arrow-right{
	padding-left:10px;
}
.globalLocation_country .landing-wrapper .detailsBox .contacts .box-wrapper{
	display:flex;
	flex-grow:1;
	flex-wrap:wrap;
}
.globalLocation_country .landing-wrapper .detailsBox .contacts .box-wrapper .sa-expand{
	width:100%;
	text-align: left;
	margin-top:100px;
}

.globalLocation_country .landing-wrapper .detailsBox .contacts .box-wrapper .career-box{
	width:33%;
	position:relative;
}
.globalLocation_country .landing-wrapper .detailsBox .contacts .box-wrapper .career-box .career-title{
	font-family: Gilroy-Semibold;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
}
.globalLocation_country .landing-wrapper .detailsBox .contacts .box-wrapper .career-box .career-para{
	font-family: Gilroy-Regular;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	width:90%;
}
.globalLocation_country .landing-wrapper .detailsBox .contacts .box-wrapper .career-box .career-btn{
	border:none;
	position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
	margin:0;
	cursor:pointer;
}
.globalLocation_country .landing-wrapper .detailsBox .contacts .box-wrapper .career-box .career-btn:hover,
.globalLocation_country .landing-wrapper .detailsBox .contacts .box-wrapper .career-box .career-btn:focus,
.globalLocation_country .landing-wrapper .detailsBox .contacts .box-wrapper .career-box .career-btn:active{
	text-decoration:none;
}
.globalLocation_country .landing-wrapper .detailsBox .contacts .box-wrapper .career-box .career-btn .arrow-color{
	padding-left:10px;
}
.globalLocation_country  .section_5.landing-wrapper{
	margin-bottom:30px;
}
.globalLocation_country  .section_5.landing-wrapper .container{
	background:#FAFAFA;
}

.landing-wrapper.subpage-banner{
	position:relative;
}
.sa-subpage{
	padding-top:32px;
}
.sa-subpage .articleStatementBox .heading{
	font-size:22px;
	line-height:26px;
}
.sa-subpage .sideBarNav{
	border-top: 3px solid #10059F;
}
.sa-subpage .sideBarNav .navigationDetails ul li a{
	font-family: Gilroy-Regular;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 27px;
	color: #000000;
}
.sa-subpage .sideBarNav .navigationDetails ul li.active a.selected{
	font-weight:bold;
	color: #000000;
}
.sa-subpage .sideBarNav .navigationDetails ul li.active a:after,
.sa-subpage .sideBarNav .navigationDetails ul li.active .second_level_menu ol li.secondActive > a:after,
.sa-subpage .sideBarNav .navigationDetails ul li.active .second_level_menu ol li .third_level_menu ol li.thirdActive > a:after{
	content:""!important;
}

@media only screen and (max-width:767px){
	.globalLocation_country .landing-wrapper.banner img,
	.landing-wrapper.banner.subpage-banner img{
		width:100%;
	}
	.globalLocation_country .landing-wrapper .bannerBox .bannerContent .heading{
		font-size:16px;
	}
	.globalLocation_country .landing-wrapper .bannerBox .bannerContent .details{
		font-size:12px;
		margin-bottom: 10px;
		margin-top: 2px;
	}
	.globalLocation_country .landing-wrapper .bannerBox .btn-primary{
		font-size: 12px;
		line-height: 14px;
		padding: 4px 10px;
	}
	.globalLocation_country .landing-wrapper .detailsBox {
		padding: 30px;
		margin: 25px 0;
	}
	.globalLocation_country .landing-wrapper .logoContainer {
		padding: 30px 20px;
	}
	.globalLocation_country .landing-wrapper .detailsBox .contacts .box-wrapper{
		flex-direction:column;
	}
	.globalLocation_country .landing-wrapper .detailsBox .contacts .box-wrapper .career-box{
		width:100%;
		margin-bottom: 30px;
	}
	.globalLocation_country .landing-wrapper .detailsBox .contacts .box-wrapper .career-box .career-btn{
		position:static;
		border: 1px solid #10059F;
		padding: 10px;
	}
	.globalLocation_country .landing-wrapper .detailsBox .contacts .career-heading{
		font-size:22px;
		margin-bottom:10px;
	}
	.globalLocation_country .landing-wrapper .detailsBox .contacts .career-para{
		font-size:14px;
		line-height:20px;
		width:100%;
	}
	.globalLocation_country .landing-wrapper .logoContainer .logo-title{
		font-size:22px;
		margin-bottom:10px;
		line-height:26px;
	}
	.globalLocation_country .landing-wrapper .articleLearnmore .textArea{
		position:static;
	}
	.globalLocation_country .landing-wrapper .articleLearnmore{
		overflow:unset;
	}
	.globalLocation_country .location-tile-section .section-wrapper{
		flex-direction:column;
		position:relative;
	}
	.globalLocation_country .location-tile-section.img-right .section-wrapper{
		flex-direction:column;
	}
	.globalLocation_country .location-tile-section .section-wrapper .img-wrapper, .globalLocation_country .location-tile-section .section-wrapper .text-wrapper {
		width: 100%;
	}
	.globalLocation_country .location-tile-section .section-wrapper {
		padding:0 24px;
	}
	.globalLocation_country .location-tile-section .section-wrapper .text-wrapper{
		padding:0;
	}
	.globalLocation_country .location-tile-section .section-wrapper .img-wrapper{
		margin-top:80px;
		margin-bottom:30px;
	}
	.globalLocation_country .location-tile-section .section-wrapper .text-wrapper .tile-title{
		font-size:22px;
		line-height:26px;
		position:absolute;
		top:24px;
		left:24px;
	}
	.globalLocation_country .location-tile-section .section-wrapper .text-wrapper .btn-primary{
		transform: translateX(50%);
		margin-bottom:30px;
	}
	.globalLocation_country .landing-wrapper .logoContainer .logo-slider .slick-prev{
		left:-15px;
	}
	.globalLocation_country .landing-wrapper .logoContainer .logo-slider .slick-next{
		right:-15px;
	}
	.globalLocation_country .landing-wrapper .logoContainer .logoBox a{
		margin-top:10px;
	}
	.landing-wrapper.subpage-banner .bannerBox{
		position: absolute;
		left: 20px;
		top: -10px;
	}
	.sa-subpage .mobilePageHeading{
		display:none!important;
	}
	.sa-subpage .sidebar-dropdown{
		margin:0 -10px;
	}
	.sa-subpage .sidebar-dropdown .dropbtn {
		font-family: Gilroy-SemiBold;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px;
		background: #EDEDEE;
		width:100%;
		color:#000;
		border: none;
		padding: 16px;
		text-align:left;
	}
	.sa-subpage .sidebar-dropdown .dropbtn:after{
		content:url(../images/drpdown-arrow.png);
		float:right;
	}

	/* The container <div> - needed to position the dropdown content */
	.sa-subpage .sidebar-dropdown  .dropdown {
	  position: relative;
	  display: block;
	}

	/* Dropdown Content (Hidden by Default) */
	.sa-subpage .sidebar-dropdown .dropdown-content {
	 background: #EDEDEE;
	  z-index: 1;
	  width:100%;
	}

	/* Links inside the dropdown */
	.sa-subpage .sidebar-dropdown  .dropdown-content a {
	  font-family: Gilroy-Regular;
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 24px;
		color: #2663FF;
		display:block;
		width:100%;
		padding:16px;
		border-left:8px solid #EDEDEE;
	}
	.sa-subpage .sidebar-dropdown  .dropdown-content li.active > a{
		border-left:8px solid #10059F;
		font-weight:bold;
	}
	.sa-subpage .sidebar-dropdown .dropdown-content li{
		list-style:none;
	}
	.sa-subpage .sidebar-dropdown .dropdown-content li label{
		display:block;
	}
	.sa-subpage .sidebar-dropdown .dropdown-content li label.sub-group-1,
	.sa-subpage .sidebar-dropdown .dropdown-content li label.submenu-group-1{
		padding-left:10px;
	}
	.sa-subpage .sidebar-dropdown .dropdown-content ul{
		padding:0;
	}
	.sa-subpage .articleStatementBox .articleDetails{
		margin-left:0;
	}
	.globalLocation_country .landing-wrapper .bannerBox {
		left: 20px;
		width:85%;
	}
}


/*CSS for Dark site pages*/
.darkpage-home .darkhome-banner{
	display:flex;
	padding-bottom:50px;
	    justify-content: space-between;
}

.darkpage-home .darkhome-banner .text-wrapper{
	width:55%;
}
.darkpage-home .darkhome-banner .img-wrapper{
	width:35%;
}
.darkpage-home .darkhome-banner .img-wrapper img{
	border-radius:50%;
}
.darkpage-home .darkhome-banner.banner-2 .img-wrapper img{
	height:220px;
}
.darkpage-home .nlrb-resources{
	background-color: #f1f1f2;
}
.darkpage-home .nlrb-resources h2{
	text-align:center;
	padding-bottom:30px;
	color: #10069f;
	padding-top: 50px;
}
.darkpage-home .nlrb-wrapper{
	display:flex;
	padding-bottom:50px;
	justify-content: space-between;
}
.darkpage-home .nlrb-wrapper .resource-tile{
	width:30%;
	text-align:center;
}
.darkpage-home .nlrb-wrapper .resource-tile img{ 
	margin:0 auto;
	min-height: 125px;
}
.darkpage-home .nlrb-wrapper .resource-tile a.resource-link{
	padding-top:20px;
	display:inline-block;
	color: #763bbd;
	font-family:"Gilroy-Semibold";
}
.darkpage-home .darkpage-brand{
	background-color: #d1d3d4;
	margin-top: 50px;
}
.darkpage-home .brand-wrapper{
	display:flex;
	padding-bottom:50px;
	justify-content: space-between;
}
.darkpage-home .darkpage-brand h2{
	padding: 50px 0 30px;
    text-align: center;
}
.darkpage-home .brand-wrapper .brand-tile{
	width:30%;
	position:relative;
	padding-bottom: 20px;
}
.darkpage-home .brand-wrapper .brand-tile img{
	width:60%;
	margin: 0 auto;
}
.darkpage-home .brand-wrapper .brand-tile img.darkbrand-kotex{
	width: 90px;
    height: 90px;
}
.darkpage-home .brand-wrapper .brand-tile a{
	position:absolute;
	bottom:0;
	width:100%;
}
.darkpage-faq [data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}
.darkpage-faq [data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
} 
.darkpage-faq a:link{
 color: inherit;
 text-decoration: none;
 font-family:Gilroy-Semibold;
}
.kcstaging-banner img{
	max-width:100%;
	width:100%;
} 
@media only screen and (max-width:767px){
	.comapnyAbout .aboutBanner.kcstaging-banner .bannerBox{
		position:static;
		background:#fff;
	}
	.darkpage-home .darkhome-banner{
		flex-direction:column-reverse;
	}
	.darkpage-home .darkhome-banner .text-wrapper,
	.darkpage-home .darkhome-banner .img-wrapper{
		width:100%;
	}
	.darkpage-home .nlrb-wrapper{
		flex-direction:column;
		padding-bottom: 20px;
	}
	.darkpage-home .nlrb-wrapper .resource-tile img{
		margin:0 auto;
	}
	.darkpage-home .nlrb-wrapper .resource-tile{
		width:100%;
		padding-bottom: 60px;
	}
	.darkpage-home .brand-wrapper{
		flex-direction:column;
	}
	.darkpage-home .brand-wrapper .brand-tile{
		width:100%;
	}
	.darkpage-home .brand-wrapper .brand-tile img{
		margin:0 auto;
		width: 40%;
	}
	.darkpage-home .darkhome-banner.banner-2 .img-wrapper img {
		height: 300px;
	}
}
.kcstaging-banner{
	padding-bottom: 50px;
    background: #0f059e;
}
.kcstaging-banner .bannerBox .bannerContent .heading{
	color:#fff;
}
.kcstaging-banner .bannerBox .bannerContent .details{
	color:#fff;
	font-size:16px;
	line-height:24px;
	margin-top: 20px;
}
.kcstaging-banner .KC_breadcrumb .breadcrumb li a,
.kcstaging-banner .KC_breadcrumb .breadcrumb > li + li:before{
	color:#fff;
}
@media only screen and (max-width:767px){
	.kcstaging-banner{
		padding:30px 0;
	    background-color: #0f059e!important;
	}
	.kcstaging-banner img{
		width:80%!important;
		border-radius: 50%;
		margin: 0 auto;
	}
	.comapnyAbout .aboutBanner.kcstaging-banner .bannerBox{
		background-color: #0f059e!important;
	}
	.kcstaging-banner .mobilePageHeading{
		color:#fff;
	}
	.landing-wrapper.subpage-banner .bannerBox{
		position:static;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.comapnyAbout .kcstaging-banner.aboutBanner .bannerBox .bannerContent .details {
		font-size: 12px;
		line-height: 16px;
	}
}
/*.sacountry-dropdown{
	position:relative;
	width:200px;
	display: inline-block;
}
.sacountry-dropdown .countryListBox{
	position: absolute;
    top: -20px;
}
.globalLocation_country .sacountry-dropdown .countryListBox{
	position: static;
}
.globalLocation_country .sacountry-dropdown{
	width:100%;
	display:block;
}
.sacountry-dropdown .countryListBox .primarySelect {
    width: 200px;
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    display: flex;
    color: #58595B;
    border: 1px solid #F1F1F2;
    border-radius: 4px;
}*/
.globalLocation_country .location-tile-section.story-tile-image .section-wrapper .img-wrapper img{
	width:100%;
}




/*CSS for privacy-zh-tw*/
.privacy-zh-tw .principles-wrapper .numeralSqaure.threerow{
	height:400px;
}
.privacy-zh-tw .privacy-wrapper .subhead-info .heading,.privacy-zh-tw .our-approach-wrapper .subhead-info .heading{
	font-size:26px;
}
.privacy-zh-tw .our-approach-wrapper .subhead-info .logo-para {
    width: 45%;
}


@media only screen and (max-width: 767px){
	.privacy-zh-tw #animation-banner-1 {
		top: 220px;
	}
	.privacy-zh-tw #privacy-banner-1{
		height: 840px;
	}
	.privacy-zh-tw .privacy-wrapper .subhead-info .heading,.privacy-zh-tw .our-approach-wrapper .subhead-info .heading {
		font-size: 28px;
		line-height: 40px;
	}
	.privacy-zh-tw .principles-wrapper .numeralSqaure{
		min-height:380px;
	}
	.privacy-zh-tw .principles-wrapper .threerow .anim-wrapper,.privacy-zh-tw .principles-wrapper .two-row .anim-wrapper{
		left:20%;
	}
	.privacy-zh-tw .our-approach-wrapper .leadersign-wrapper{
		width:60%;
	}
	.privacy-zh-tw .our-approach-wrapper .leaderimage-wrapper{
		top:92%;
	}
	.privacy-zh-tw .our-approach-wrapper .subhead-info .logo-para {
		width: 100%;
	}
	.privacy-zh-tw #animation-banner-3{
		top:125px;
	}
	.privacy-zh-tw #privacy-banner-5{
		height:880px;
	}
	.privacy-zh-tw .privacy-container .navbar-brand{
		font-size:14px;
	}
	.privacy-zh-tw #animation-banner-4 {
		top: 135px;
	}
	.privacy-zh-tw #animation-banner-2{
		top:140px!important;
	}
	.privacy-zh-tw #privacy-banner-2{
		height:580px;
	}
}

  /*Iphone 6/7/8+ Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
	.privacy-zh-tw .our-approach-wrapper .leaderimage-wrapper {
		top: 91%;
	}
}
  
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3){
  .privacy-zh-tw #privacy-banner-1 {
		height: 880px;
	}
	.privacy-zh-tw #animation-banner-2 {
		top: 180px!important;
	}
	.privacy-zh-tw #privacy-banner-2 .para-wrapper{
		top:100px;
	}
}
  
@media only screen and (max-width: 767px) and (orientation: landscape){
	.privacy-zh-tw #animation-banner-1 {
		top: 100px;
	}
   .privacy-zh-tw.privacy-container .page-heading{
	   font-size: 36px;
   }
   .privacy-zh-tw #privacy-banner-1 {
		height: 620px;
	}
	.privacy-zh-tw .privacy-wrapper .subhead-info .heading .heading-text,.privacy-zh-tw .our-approach-wrapper .subhead-info .heading .heading-text{
		top:-55px;
	}
	.privacy-zh-tw .principles-wrapper .threerow .anim-wrapper, 
	.privacy-zh-tw .principles-wrapper .two-row .anim-wrapper {
		left: 35%!important;
	}
	.privacy-zh-tw .principles-wrapper .numeralSqaure {
		min-height: 320px;
	}
	.privacy-zh-tw .our-approach-wrapper .leaderimage-wrapper {
		top: 76%;
	}
	.privacy-zh-tw #animation-banner-2 {
		top: 58px!important;
	}
	.privacy-zh-tw #privacy-banner-2 {
		height: 500px;
	}
	.privacy-zh-tw .principles-wrapper .threerow .info-wrapper{
		position:absolute;
	}
	.privacy-zh-tw #animation-banner-3 {
		top: 80px;
	}
	.privacy-zh-tw #animation-banner-4 {
		top: 86px;
	}
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .privacy-zh-tw #animation-banner-1 {
    top: 130px;
	}
	.privacy-zh-tw #privacy-banner-1 {
		height: 600px;
	}
	.privacy-zh-tw .privacy-wrapper .subhead-info .logo-para{
		width:90%;
	}
	.privacy-zh-tw .our-approach-wrapper .subhead-info .logo-para{
		width:45%;
	}
	.privacy-zh-tw .our-approach-wrapper .leaderimage-wrapper{
		top:-50px;
	}
	.privacy-zh-tw .our-approach-wrapper .leadersign-wrapper p{
		font-size:11px;
	}
	.privacy-zh-tw #animation-banner-2 {
		top: 120px;
	}
	.privacy-zh-tw #animation-banner-4{
		top:60px;
	}
	.privacy-zh-tw #animation-banner-3{
		top:100px;
	}
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape){
	.privacy-zh-tw .principles-wrapper .numeralSqaure.two-row {
		height: 420px;
	}
	.privacy-zh-tw .principles-wrapper .numeralSqaure.threerow {
		height: 480px;
	}
	.privacy-zh-tw .privacy-wrapper .subhead-info .heading, .privacy-zh-tw .our-approach-wrapper .subhead-info .heading {
		font-size: 18px;
	}
	.privacy-zh-tw .our-approach-wrapper .leadersign-wrapper p{
		font-size:12px;
	}
	.privacy-zh-tw #animation-banner-2 {
		top: 140px;
	}
}

.privacy-en-uk .kc-brand-logos{
	display:none;
}
.globalLocation_country .landing-wrapper.kclogo-spain .detailsBox{
	padding-bottom:0;
	margin-bottom:0;
}
.globalLocation_country .landing-wrapper.kclogo-spain .detailsBox .spainkc-logo{
	margin:0 auto;
	width: 78%;
}
.globalLocation_country .landing-wrapper.kc-salogo .detailsBox{
margin-bottom:0;
padding-bottom:50px;
}

@media only screen and (max-width:991px){
	.privacy-en-uk #privacy-banner-3,
	.privacy-ru-ru #privacy-banner-3	{
		height: 640px;
	}
	.privacy-en-uk #privacy-banner-3 .para-wrapper,
	.privacy-ru-ru #privacy-banner-3 .para-wrapper	{
		top: 180px;
	}
	.globalLocation_country .logoContainer.brandimage-frFR .logoBox .image-box {
		min-height: 74px;
	}
}
.globalLocation_country .landing-wrapper.kcfrance-logo .detailsBox{
	margin:0;
	padding-bottom:0;
}
.globalLocation_country .landing-wrapper .detailsBox .contacts.kcfrance-logo img{
	width: 80%;
    margin: 0 auto;
}
.subicon-privacy .subprivacy span.ru-subitem{
	padding-right:12px;
}
.subicon-privacy .subprivacy .ru-boxcontent{
	border:1px solid #000;
	padding:2px 6px;
}
.subicon-privacy .subprivacy p.ru-itemlist{
	display:flex;
}
.subicon-privacy .subprivacy .ru-itemlist ul,
.subicon-privacy .subprivacy .ru-bullets{
	list-style:none;
	padding-left:30px;
}
.subicon-privacy .subprivacy .ru-bullets .ru-list{
	display:flex;
}
.subicon-privacy .subprivacy .ru-bullets .ru-list span:first-child{
	padding-right:12px;
	display:inline-block;
}

/*.subicon-privacy .subprivacy .ru-tablecontent{
	width:100%!important;
}*/
.subicon-privacy .subprivacy .ru-tablecontent thead tr th{
	background: #f1f1f1;
    text-align: center;
    padding: 10px;
	border:1px solid #000;
}
.subicon-privacy .subprivacy .ru-tablecontent thead tr th:first-child{
	width:45%;
	padding: 10px 60px;
}
.subicon-privacy .subprivacy .ru-tablecontent thead tr th:last-child{
	width:55%;
	padding: 10px 60px;
}
.subicon-privacy .subprivacy .ru-tablecontent tbody tr td{
	vertical-align:top;
	padding:10px;
	border: 1px solid #000;
}
.privacy-ru-ru .kc-brand-logos{
	display:none;
}
@media (max-width: 767px){
	.privacy-ru-ru .iconheading{
		width:100%;
	}
	.privacy-ru-ru .subicon-privacy .subprivacy p.ru-cookiescontent{
		word-break: break-word;
	}
	.subicon-privacy .subprivacy .table-wrapper{
		overflow-x:scroll;
	}
}

 /*Ingredient-Product page CSS*/
 @media only screen and (min-width:991px){
    .commonSlider.product-carousel-img .slidingDiv.slick-slide img{
        width:442px!important;
     margin-left: 8%!important;
    }
}
@media only screen and (min-width:1800px){
    .commonSlider.product-carousel-img .slidingDiv.slick-slide img{
        margin-left:22%!important;
}
    .product-breadcrumbs .kc-breadcrumb{
          margin-left:22%;
    }
}

.product-carousel-img .bannerBox .bannerContent.product-carousel{
	margin-left:50%;
}
.commonSlider.product-carousel-img .slidingDiv.slick-slide img{
	width: auto;
	max-width: 100%;
	/* margin-left: 5%; */
}
.commonSlider.product-carousel-img .slick-dots{
	bottom:-40px;
}
.arrowSlider.product-carousel-img .slidingDiv.slick-slide{
	padding-right: 25px;
	padding-left: 25px;
}
.arrowSlider.product-carousel-img .slidingDiv.slick-slide img{
	margin: 0 auto;
}
.arrowSlider.product-carousel-img .slick-dots{
	bottom:-40px;
}
.bannerBox .bannerContent.product-carousel-img .heading{
	text-align: center;
}
.commonSlider.product-carousel-img .bannerBox {
    top: 50%;
    transform: translateY(-50%);
}
 @media only screen and (max-width:767px){
	.product-carousel-img .bannerBox .bannerContent.product-carousel{
		margin-left:0;
	}
	.product-carousel-img .bannerBox{
		position:static;
		transform: translateY(0px)!important;
	}
	.commonSlider.product-carousel-img .slidingDiv.slick-slide img{
		width:100%;
		margin-left: 0;
	} 
	.commonSlider.product-carousel-img .slick-arrow{
		display:none!important;
	}
	.bannerBox .bannerContent.product-carousel-img{
		margin-top: 50px;
	}
 }
 
 .privacy-container .privacy-download{
    font-size: 14px;
    font-family: Gilroy-Regular;
    text-decoration: underline;
    display: block;
    line-height: 16px;
}
 .ccpametrics-table{
   width:100%;
}
@media only screen and (max-width:767px){
    .ccpametrics-table tr td:first-child{
        width:60%;
    }
    .ccpametrics-table tr td:last-child{
        width:40%;
        text-align:center;
    }
}
.ccpametrics-table tr td:last-child{
        text-align:center;
       vertical-align:top;

    }
.donotsell-table {
margin: 0!important;
}
.donotsell-table td{
    padding: 0in 5.4pt;
    border-top:1pt solid black;
    border-right: 1pt solid black;
    border-bottom: 1pt solid black;
    border-left: 1pt solid black;
}
.ccpametrics-table tr.metrics-title td {
    padding-bottom: 20px;
    padding-top: 20px;
}

@media only screen and (max-width:991px){
    .ccpametrics-table tr td:last-child {
        vertical-align: middle;
    }
}
/*Preservative read more css*/

	button.ingredient-button{
color: #753BBC;
background: transparent;
border: 0 none;
font-size: 12px;
font-weight: 600;
}

