@charset "UTF-8";

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #393939;
    font-size: 16px;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    letter-spacing: -0.005em;
}

:focus {
    outline: -webkit-focus-ring-color auto 0;
}

a,
a:hover,
a:focus,
a:visited {
    outline: 0;
    text-decoration: none;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}

button:focus {
    outline: 0;
}

button::-moz-focus-inner {
    outline: 0;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

ul li,
ol li {
    list-style-type: none;
    text-decoration: none;
}

::selection {
    background: #007ac2;
    color: #eaeaea;
}

.herobanner {
    margin-top: 5em;
    padding-left: 0;
    padding-right: 0;
}

.herobg {
    background-image: url("../images/our-process-doodle.jpg");
    background-repeat: repeat-x;
    background-position: bottom;
    animation: marquee 20s infinite linear;
    height: 400px;
}

@keyframes marquee {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -1846px;
    }
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}



.typist-wrapper {
    display: none;
}

.sticky {
    display: flex;
    justify-content: space-between;
    padding: 15px 35px;
    align-items: center;
}



.subheader {
    background-color: transparent;
}

.logo {
    width: 200px;
}

.fixedlogo {
    width: 200px;
    display: none;
}

.main-nav ul {
    text-align: right;
}

.main-nav ul li {
    display: inline-block;
}

.main-nav ul li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #606060;
    display: block;
    padding: 0 15px;
    border-right: 1px solid #606060;
}

.main-nav ul li a:hover,
.inner-page-wrapper .sticky-top .main-nav ul li a:hover {
    color: #007AC2;
}

.inner-page-wrapper .main-nav ul li a:hover {
    color: #5fc3ff;
}

.sticky-top {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    padding: 15px 35px;
    background-color: #fff;
    animation: slide-down 0.7s;
    z-index: 999;
}

.sticky-menu-icon {
    animation: slide-icon-down 0.7s;
}

.button_container.active.sticky-menu-icon {
    animation: none;
}


.rightnav {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-nav {
    margin-right: 55px;
}


.header-white-logo,
.inner-page-wrapper header .logo .header-blue-logo,
.inner-page-wrapper .sticky-top .logo .header-white-logo {
    display: none;
}

.inner-page-wrapper .header-white-logo,
.inner-page-wrapper .sticky-top .logo .header-blue-logo {
    display: block;
}

.inner-page-wrapper header {
    background-color: transparent;
}

.inner-page-wrapper .sticky-top .main-nav ul li a {
    color: #606060;
    border-right: 1px solid #606060;
}

.inner-page-wrapper .sticky-top .button_container span {
    background: #000000;
}

.inner-page-wrapper .main-nav ul li a {
    color: #fff;
    border-right: 1px solid #fff;
}

.inner-page-wrapper .button_container span,
.inner-page-wrapper header.sticky-top {
    background: #fff;
}


.main-nav ul li:last-child a,
.inner-page-wrapper .main-nav ul li:last-child a {
    border-right: 0;
}

.main-nav ul li.currentnav a {
    color: #007AC2;
}

.inner-page-wrapper .main-nav ul li.currentnav a {
    color: #5fc3ff;
}

.button_container {
    /*position: relative;*/
    height: 24px;
    width: 30px;
    cursor: pointer;
    z-index: 1001;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;

    position: fixed;
    top: 28px;
    right: 35px;
}

.button_container:hover {
    opacity: .7;
}

.button_container.active .top {
    -webkit-transform: translateY(10px) translateX(4px) rotate(45deg);
    transform: translateY(10px) translateX(4px) rotate(45deg);
    background: #000000 !important;
}

.button_container.active .middle {
    opacity: 0;
    background: #000000 !important;
}

.button_container.active .bottom {
    -webkit-transform: translateY(-6px) translateX(4px) rotate(-45deg);
    transform: translateY(-6px) translateX(4px) rotate(-45deg);
    background: #000000 !important;
}

.button_container span {
    background: #000000;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 4px;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 12px;
}

.button_container span:nth-of-type(3) {
    top: 20px;
}

.overlay {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 1000;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.overlay.open:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36%;
    background-image: url(../images/our-process-doodle.jpg);
    ;
    z-index: 999;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
}

.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.overlay nav {
    position: relative;
    height: auto;
    top: 32%;
    -webkit-transform: translateY(-32%);
    transform: translateY(-32%);
    text-align: left;
    width: 70%;
    margin: 0 auto;
    display: flex;
    align-items: baseline;
    justify-content: space-around;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    height: auto;
    width: 49%;
}

.overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    min-height: auto;
    position: relative;
    opacity: 0;
}

.overlay ul li a {
    display: block;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    overflow: hidden;
    padding: 18px 0;
}

.overlay ul li a:hover {
    color: #007ac2;
    padding-left: 10px;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 100%;
}

.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    -webkit-transition: .35s;
    transition: .35s;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        right: 20%;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        right: 20%;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

.herobanner {
    text-align: center;
    letter-spacing: -0.02em;
    padding: 80px 0 0;
}

.herobanner {
    background-color: #fff;
}

#outer_wrapper {
    position: relative;
    padding: 185px 0 150px;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
}

.slidetext {
    position: absolute;
}

.slidetext .tx1,
.slidetext .txt2 {
    opacity: 0;
}

.slidetext .readmorelink {
    position: relative;
    opacity: 0;
}

.slidetext1 .readmorelink {
    z-index: 10;
}


.herobanner h2 {
    font-weight: 200;
    font-size: 50px;
    line-height: 1.1;
    color: #393939;
    padding-bottom: 12px;
    opacity: 0;
    /*visibility:hidden; */
    /*transition: all 0.4s ease;*/
}

.herobanner h3 {
    font-weight: bold;
    font-size: 46px;
    line-height: 1.2;
    color: #007AC2;
    opacity: 0;
    /*visibility:hidden; */
}

.intro-panel {
    padding: 50px 0 0;
}

.intro-panel h1 {
    font-weight: 300;
    font-size: 55px;
    line-height: 1;
    letter-spacing: -0.005em;
    color: #007AC2;
    padding-bottom: 50px;
}

.intro-left p {
    font-weight: 300;
    font-size: 22px;
    line-height: 1.3;
    color: #393939;
    padding-right: 50px;
}

.intro-right p a {}






.sectitle {
    padding-bottom: 50px;
}

.sectitle h3,
.sectitle-white h3 {
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #007AC2;
    font-weight: 400;
}

.sectitle h3 span,
.sectitle-white h3 span {
    font-weight: 700;
}

.sectitle-white h3 {
    color: #fff;
    padding-bottom: 25px;
}

.sectitle p {
    font-weight: 300;
    font-size: 22px;
    line-height: 1.3;
    color: #393939;
    padding-top: 15px;
    max-width: 60%;
    margin: 0 auto;
    letter-spacing: -0.005em;
}

.defaultlink a,
.brand-banner-link a,
.intro-right p a {
    color: #902E92;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.165em;
    margin: 30px 0;
    display: inline-block;
    position: relative;
}

.intro-right p a {
    color: #007AC2;
}

.brand-banner-link p a {
    color: #007AC2;
}

.defaultlink a:after,
.brand-banner-link a:after {
    content: "";
    position: absolute;
    right: -160px;
    top: 8px;
    width: 150px;
    height: 1px;
    background-color: #C8C8C8;
    transition: all 0.4s ease;
}

.brand-banner-link a {
    color: #fff;
}

.brand-banner-link a:after {
    border: 1px solid #FFFFFF;
}

.defaultlink a:hover {
    color: #1951a7;
    margin-left: 10px;
}

.brand-banner-link a:hover {
    color: #fff;
    margin-left: 10px;
}

.readmorelink a {
    color: #902E92;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.165em;
    margin: 30px 0;
    display: inline-block;

}

.readmorelink a:hover {
    color: #1496e4;
}

.section {
    padding: 110px 0 100px;
}

.brands-panel p {
    text-align: left;
    max-width: 100%;
}

.our-network-panel,
.brands-panel {
    padding-bottom: 0;
}

.brands-slider {
    padding-left: 8.5%;
}

.brandslider {
    margin-bottom: 25px;
}

.sliderwrap {
    width: 100%;
    background-color: #ddd;
    border-radius: 10px;
    padding: 40px;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0 30px;
    -webkit-transition: all 0.4s cubic-bezier(.47, .01, .63, 1);
    -moz-transition: all 0.4s cubic-bezier(.47, .01, .63, 1);
    -o-transition: all 0.4s cubic-bezier(.47, .01, .63, 1);
    -ms-transition: all 0.4s cubic-bezier(.47, .01, .63, 1);
    transition: all 0.4s cubic-bezier(.47, .01, .63, 1);
}

.sliderwrap img {
    width: 100%;
}

.sliderwrap:hover {
    -webkit-box-shadow: 0px 8px 18px -2px rgb(8, 9, 25, 0.25);
    -moz-box-shadow: 0px 8px 18px -2px rgb(8, 9, 25, 0.25);
    -o-box-shadow: 0px 8px 18px -2px rgb(8, 9, 25, 0.25);
    -ms-box-shadow: 0px 8px 18px -2px rgb(8, 9, 25, 0.25);
    box-shadow: 0px 8px 18px -2px rgb(8, 9, 25, 0.25);
}

.sunny-active-shine-gold {
    background-color: #ffde00;
}

.divyajyoti {
    background-color: #c2b59b;
}

.dokter {
    background-color: #abe0f3;
}

.dokter-handwash {
    background-color: #ff8f8f;
}

.sunny-active {
    background-color: #8cc63f;
}

.mr-brite {
    background-color: #c2b59b;
}

.sunny {
    background-color: #f14d53;
}

.sunny-active-shine-milki {
    background-color: #f4f189;
}

.sunny-sharp {
    background-color: #2e3192;
}

.dokter-handwash-classic {
    background-color: #8bc63e;
}

.puroseed {
    background-color: #fff4a0;
}

.fyona-milki {
    background-color: #efe4f0;
}

.germax {
    background-color: #fffcd6;
}

.germyl {
    background-color: #fffcd6;
}

.kleny-dfc {
    background-color: #abe0f3;
}

/*#bec907*/
.kleny-dtc {
    background-color: #00b0f0;
}

.aqvida {
    background-color: #893d97;
}

.bfresh {
    background-color: #20bdbe;
}

.lelime {
    background-color: #046944;
}

.orangio {
    background-color: #c6d92c;
}

.sunny-brite {
    background-color: #000000;
}

.app-up {
    background-color: #000000;
}

.safetic {
    background-color: #8cc63f;
}

.minerva-jeeroo {
    background-color: #e5c876;
}

.minerva-water {
    background-color: #00ae8e;
}

.spresh {
    background-color: #cbebf5;
}

.swadeshi {
    background-color: #f3f3b0;
}

.blubuck-logo {
    background-color: #f0f0ff;
}


.sunny-group {
    background-color: #f5f5d6;
}

.slogo {
    background-color: #fad77f;
}

.sunny-antiseptic {
    background-color: #23a9e0;
}

.fizzo {
    background-color: #231f20;
}

.owl-theme .owl-dots {
    position: absolute;
    top: -85px;
    right: 10%;
}

.our-network-left {
    position: relative;
}

.countryhighlight {
    position: absolute;
    right: auto;
    bottom: 8vw;
    left: 20vw;
}

.countrynumber {
    display: flex;
    align-items: center;
    color: #007AC2;
    width: 24vw;
}

.timer {
    font-size: 8vw;
    line-height: 1;
    font-weight: 700;
    font-family: 'proxima-nova', sans-serif;
    width: 75vw;
}

.countrynumber span {
    margin-left: 15px;
    font-size: 9vw;
    line-height: 1;
    font-weight: 700;
    font-family: 'proxima-nova', sans-serif;
}

.countryhighlight h4 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #007AC2;
    max-width: 320px;
    position: relative;
}

.our-network-right p {
    font-weight: 300;
    font-size: 22px;
    line-height: 1.4;
}

.howitworks-panel {
    text-align: center;
}

.howitworks-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 35px;
}

.howitworks-circle img {
    width: 75%;
    margin: 0 0 0 -25px;
    padding: 25px 0;
}

.circle1 {
    background: linear-gradient(270.16deg, #007AC2 -2.52%, #2E3092 99.86%);
}

.circle2 {
    background: linear-gradient(180deg, #902E92 0%, #2E3092 100%);
}

.circle3 {
    background: linear-gradient(180deg, #76AE00 0%, #0097B1 100%);
}

.circle4 {
    background: linear-gradient(20deg, #902E92 20%, #0097B1 110%);
}

.circle5 {
    background: linear-gradient(180deg, #902E92 0%, #76AE00 100%);
}


.howitworkscol {
    color: #393939;
    padding: 15px 10px;
}

.howitworkscol h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    padding-bottom: 15px;
}

.howitworkscol p {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    font-weight: 400;
}

.our-responsibility-panel {
    background-image: url(../images/our-responsibility.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 80px 0;
    text-align: center;
    background-attachment: fixed;
}

.our-responsibility-panel p {
    font-weight: 300;
    font-size: 22px;
    line-height: 1.3;
    max-width: 60%;
    margin: 0 auto 15px;
}

.howitworks-panel .defaultlink {
    margin-top: 50px;
}

.howitworks-panel .defaultlink a:after {
    display: none;
}

.our-responsibility-panel .readmorelink a {
    color: #fff;
}

.our-responsibility-panel .readmorelink a:hover {
    color: #1496e4;
}


.insightsblog-row {
    padding-bottom: 80px;
}

.insightsblog {
    color: #000;
}

.insightsimg {
    margin-bottom: 20px;
}

.insightstitle {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.3;
    padding-bottom: 20px;
}

.insightsdate {
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    font-style: italic;
    padding-bottom: 15px;
}

.insightsdes {
    font-size: 20px;
    line-height: 1.3;
}

.help-panel {
    padding: 75px 0;
    text-align: center;
    color: #fff;
    background: linear-gradient(270.16deg, #007AC2 -2.52%, #2E3092 99.86%);
}

.helpblock h3 {
    padding-bottom: 25px;
}

.helpblock a span {
    font-weight: 700;
}

.helpblock a {
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    color: #fff;
}

.helpblock a:hover {
    color: #23a9e0;
}

.sub-banner {
    height: 41.67vw;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center;
}

.aboutbanner {
    background: #4b5254 url(../images/pagebanners/about-banner.jpg);
}

.contactbanner {
    background: #53738f url(../images/pagebanners/contact-banner.jpg);
}

.careerbanner {
    background: #021523 url(../images/pagebanners/career-banner.jpg);
}

.csrbanner {
    background: #6a3818 url(../images/pagebanners/csr-banner.jpg);
}

.sub-banner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    background-blend-mode: multiply, normal;
}

.careerbanner:before {
    background: rgba(0, 0, 0, 0.41);
}

.csrbanner:before {
    background: rgba(41, 20, 3, 0.4);
}

.aboutbanner:before {
    background: rgba(0, 0, 0, 0.29);
}

.contactbanner:before {
    background: rgb(5, 49, 74, 0.50);
    /*rgba(1, 53, 83, 0.3)*/
}

.sub-banner-des {
    position: absolute;
    bottom: 18%;
    text-align: left;
    left: 7.5%;
    right: 0;
    color: #fff;
    max-width: 55vw;
}

.pagetitle {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.295em;
    text-transform: uppercase;
    padding-bottom: 20px;

}

.sub-banner-des h1 {
    font-weight: 800;
    font-size: 3.2vw;
    line-height: 1.2;
    letter-spacing: -0.005em;
}

.aboutbanner .sub-banner-des {
    max-width: 57%;
    /*800px*/
}

/*------------------------ brands ---------------------------*/

.brands-banner {
    height: 41.67vw;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat;
}

.ourbrands {
    background: #3b81f1 url(../images/pagebanners/ourbrands-banner.jpg);
}

.sunny-gold {
    background: #9dba00 url(../images/brand-banners/sunny-active-shine-gold.jpg);
}

.divya-jyoti-banner {
    background: #fda100 url(../images/brand-banners/divya-jyoti.jpg);
}

.jeeroo-banner {
    background: #ff8789 url(../images/brand-banners/jeeroo.jpg);
}

.minerva-banner {
    background: #00b393 url(../images/brand-banners/minerva-water.jpg);
}

.sunny-active-banner {
    background: #ffb724 url(../images/brand-banners/sunny-active-shine.jpg);
}

.mrbrite-banner {
    background: #7f7f7f url(../images/brand-banners/mr-brite.jpg);
}

.sunny-sharp-banner {
    background: #0174cf url(../images/brand-banners/sunny-sharp.jpg);
}

.sunny-milki-banner {
    background: #528212 url(../images/brand-banners/sunny-active-shine-milki.jpg);
}

.dokter-sanitizer-banner {
    background: #0196b6 url(../images/brand-banners/dokter-sanitizer-banner.jpg);
}

.dokter-handwash-banner {
    background: #f67174 url(../images/brand-banners/dokter-handwash-banner.jpg);
}

.app-up-banner {
    background: #080808 url(../images/brand-banners/app-up.jpg);
}

.puroseed-banner {
    background: #612908 url(../images/brand-banners/puro-seed.jpg);
}

.dokter-classic-banner {
    background: #769842 url(../images/brand-banners/dokter-classic.jpg);
}

.safetic-banner {
    background: #579911 url(../images/brand-banners/safetic-antiseptic-liquid.jpg);
}

.germyl-banner {
    background: #008491 url(../images/brand-banners/germyl.jpg);
}

.germax-banner {
    background: #ffa722 url(../images/brand-banners/germax.jpg);
}

.orangio-banner {
    background: #849400 url(../images/brand-banners/orangio.jpg);
}

/*.sunny-green-banner {background: #ccc url(../images/brand-banners/sunny-green.jpg);}
.kleny-fc-banner {background: #ccc url(../images/brand-banners/kleny-floor-cleaner.jpg);}
.kleny-tc-banner {background: url(../images/brand-banners/kleny-toilet-cleaner.jpg);}
.fyona-milki-banner {background: #ccc url(../images/brand-banners/fyona-milki.jpg);}*/


.brands-banner-container {
    max-width: 45vw;
    position: absolute;
    bottom: 18%;
    left: 7.5%;
    right: 0;
    /*transform: translateY(-50%);*/
}

.brands-banner-container .pagetitle {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.295em;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.brands-banner-container h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 3.2vw;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.005em;
    color: #fff;
}

.brandintro p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.48;
    letter-spacing: -0.005em;
    text-align: center;
    margin: 80px 0 20px;
}

.mainbrand.brandintro p {
    margin: 80px 0;
}

.brandintro p span {
    display: block;
    padding-top: 15px;
    font-weight: 400;
}

.brand-logo img {
    max-width: 12vw;
    margin-bottom: 20px;
}

.banner-sub-title {
    font-family: 'Raleway', sans-serif;
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    color: #fff;
    margin-bottom: 15px;

}

.brands-banner-container h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 3.2vw;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.005em;
    color: #fff;

}

.gridrow {
    /*display: -ms-grid;*/
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 180px;
}

.gridcol {
    height: 410px;
    /*height: clamp(350px, 30vw, 410px);*/
    /* display: inline-grid;*/
    /* display: -ms-inline-grid;*/
    -webkit-transition: all 0.4s cubic-bezier(.47, .01, .63, 1);
    -moz-transition: all 0.4s cubic-bezier(.47, .01, .63, 1);
    -o-transition: all 0.4s cubic-bezier(.47, .01, .63, 1);
    -ms-transition: all 0.4s cubic-bezier(.47, .01, .63, 1);
    transition: all 0.4s cubic-bezier(.47, .01, .63, 1);
    border-radius: 7px;
}

.gridcol a {
    border-radius: 7px;
    display: block;
    text-align: center;
    padding: 55px;
    height: 100%;
}

.gridinner {
    display: inline-grid;
    align-items: center;
    height: 100%;
}

.gridcol img {
    max-width: 250px;
    width: 100%;
    margin: auto;
}

.gridcol:hover {
    -webkit-box-shadow: 0px 8px 18px -2px rgb(8, 9, 25, 0.29);
    -moz-box-shadow: 0px 8px 18px -2px rgb(8, 9, 25, 0.29);
    -o-box-shadow: 0px 8px 18px -2px rgb(8, 9, 25, 0.29);
    -ms-box-shadow: 0px 8px 18px -2px rgb(8, 9, 25, 0.29);
    box-shadow: 0px 8px 18px -2px rgb(8, 9, 25, 0.29);
}





.brand-features-panel {
    margin: 80px 0 0;
}

.brand-features-row {
    margin: 40px 0 70px;
}

.brandfeature-col {
    text-align: center;
    padding: 0 25px;
    margin-bottom: 60px;
}

.brandfeature-col img {
    width: 64px;
    margin-bottom: 24px;
}

.brandfeature-col img {
    width: 55px;
    margin-bottom: 0;
}

.featicon {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: linear-gradient(180deg, #902E92 0%, #2E3092 100%);
    margin: 0 auto 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brandfeature-col p {
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;

}


.brand-application-panel {
    background: #EEFAFF;
    padding: 100px 0;
}

.main-mrbrite .brand-application-panel {
    background: #efeeee;
}

.main-dokter-sanitiser .brand-application-panel {
    background: #eefbfd;
}

.main-dokter-handwash .brand-application-panel {
    background: #fbeeef;
}

.main-divya-jyoti .brand-application-panel {
    background: #fdf8e1;
}

.main-dokter-classic-handwash .brand-application-panel {
    background: #edffd5;
}

.main-puroseed .brand-application-panel {
    background: #fff6dd;
}

.main-sunny-milki .brand-application-panel {
    background: #e8fbd0;
}

.main-fyona-milki .brand-application-panel {
    background: #f0f0ff;
}

.main-germax .brand-application-panel {
    background: #fffcd6;
}

.main-germyl .brand-application-panel {
    background: #fffcd6;
}

.main-kleny-fc .brand-application-panel {
    background: #f2fcff;
}

.main-kleny-tc .brand-application-panel {
    background: #e2f7ff;
}

.main-sunny-sharp .brand-application-panel {
    background: #eaf4ff;
}

.main-sunny-active-shine .brand-application-panel {
    background: #fff4db;
}

.main-sunny-green .brand-application-panel {
    background: #ffe6e7;
}

.main-sunny-shine-gold .brand-application-panel {
    background: #e8fbd0;
}

.brandapp-dtls h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #007AC2;
    margin-bottom: 20px;
}

.brandapp-dtls p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: -0.005em;
    padding: 0 0 25px;
}

.brandapp-dtls ul:first-of-type {
    margin-bottom: 40px;
}

.brandapp-dtls li {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: -0.005em;
    position: relative;
    padding: 0 0 10px 25px;
}

.brandapp-dtls li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #007AC2;
    border-radius: 50%;
}

.caution-heading {
    background-size: 55px;
    background-repeat: no-repeat;
    background-image: url(../images/caution.svg);
}


.caution-heading h4 {
    font-size: 30px;
    line-height: 55px;
    padding-left: 70px;
}

.note-heading h4 {
    font-size: 30px;
    line-height: 45px;
}


.brandapp-img img {
    width: 90%;
}

.explore-brands-panel {
    padding: 80px 0;
}

.explore-brands-panel .defaultlink {
    display: none;
}

.mr-bright-heading {
    background-color: #171948;
    padding: 50px 0;
}

.mr-bright-heading h3 {
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.mr-bright-heading h3 span {
    font-weight: 700;
}

.tabs-img-block {
    max-width: 208px;
    margin: 0 0 15px 0;
    opacity: 0.5;
    transition: all 400ms linear;
}

.resp-tabs-list li.resp-tab-active .tabs-img-block {
    opacity: 1;
}

.resp-tabs-list li:hover .tabs-img-block {
    opacity: 1;
}

.minerva-details h5 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #007AC2;
    font-weight: 400;
    margin-bottom: 20px;
}

.minerva-details p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: -0.005em;
    margin-bottom: 40px;
}

.brand-prod-tabs-panel {
    margin-top: 80px;
}

/*------------------------ about us ---------------------------*/
.aboutintro {
    max-width: 80%;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
}

.ourmission-block {
    width: 410px;
    height: 410px;
    border-radius: 50%;
    margin: 0 auto;
    background: #32348E;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 20px 50px 0;
}

.ourmission-block p {
    font-weight: 300;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: -0.005em;
}

.aboutintro h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
    padding-bottom: 40px;
}

.strive-block {
    padding: 60px 0;
    text-align: center;
    margin: 60px auto 0;
    background-color: #f7f7f7;
}

.strive-block h4 {
    padding-bottom: 20px;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #007AC2;
    font-weight: 400;
}

.strive-block ul {
    max-width: 40%;
    margin: 0 auto;
}

.strive-block ul li {
    padding: 10px 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
    border-bottom: 1px solid #007ac2;
}

.strive-block ul li:last-child {
    border-bottom: 0;
}

.ourcore-row {}

.coreico {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    border-radius: 100%;
    overflow: hidden;

}

.coreico img {
    width: 75%;
    margin: 0 0 0 -2px;
    padding: 25px 0;
}

.coreblock {
    background: #FFFFFF;
    width: 75%;
    margin: 50px auto;
    text-align: left;
    font-size: 22px;
    color: #000;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 50px;
    border-bottom: 1px solid rgb(0 122 194 / 21%);
}

.coreblock:last-child {
    border-bottom: 0;
}

.coredes {
    width: 79%;
    padding-left: 30px;
}

.coredes h4 {
    font-weight: 700;
    padding-bottom: 30px;
    font-size: 22px;
}

.coredes p {
    line-height: 1.4;
    margin: 0;
}

.our-network-panel h5 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.005em;
    color: #000;
    max-width: 72%;
    margin: 80px auto;
}

.our-network-right {
    padding-bottom: 40px;
}

/*------------------------ career ---------------------------*/
.whywork-panel p {
    padding-bottom: 15px;
}

.whywork-row,
.csr-row {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.whywork-left {
    background-image: url(../images/why-work-blubuck.jpg);
    background-size: cover;
    background-position: top center;
    width: 48%;
}

.whywork-right,
.csr-right {
    padding-left: 30px;
    width: 48%;
}

.whywork-right ol li {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #000000;
    padding: 15px 0 15px 60px;
    counter-increment: my-awesome-counter;
    position: relative;
}

.whywork-right ol li:first-child {
    padding-top: 0;
}

.whywork-right ol li:first-child::before {
    top: 0;
}

.whywork-right ol li::before {
    content: "0"counter(my-awesome-counter);
    font-family: "proxima-nova", Sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #606060;
    position: absolute;
    left: 0;
    top: 15px;
    width: 105px;
}

.creer-panel {
    padding-bottom: 120px;
    max-width: 70%;
    margin: 0 auto;
}

.career-col {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #C8C8C8;
}

.career-col h5 {
    font-weight: bold;
    font-size: 22px;
    line-height: 145%;
    letter-spacing: -0.005em;
    color: #007AC2;
    padding-bottom: 20px;
}

.career-col p {
    padding-bottom: 20px;
}

.career-col a {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.005em;
    color: #902E92;
}

.career-col a:hover {
    color: #007AC2;
}
.hrblock {
    text-align: center;
    border: 1px solid #ddd;
    padding: 60px 80px;
    max-width: 680px;
    margin: 0 auto;
    border-radius: 10px;
}
.hrblock h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
}
.hrblock h3 a {
    display: block;
    font-size: 35px;
    line-height: 1.3;
    font-weight: 700;
    color: #007AC2;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    transition: all 0.4s linear;
    font-family: 'proxima-nova', sans-serif;
}
.hrblock h3 a:hover {
    color: #007AC2;
}
.hrblock h3 a:last-child { margin-bottom: 0; border-bottom: 0; padding-bottom: 0;}
/*------------------------ csr ---------------------------*/



.csr-row {
    -ms-flex-align: center;
    align-items: center;
}

.csr-left {
    background-image: url(../images/csr-blubuck.jpg);
    background-size: cover;
    background-position: top center;
    width: 48%;
    min-height: 23vw;
}



/*------------------------ contact us ---------------------------*/
.contact-panel {
    padding: 85px 0 120px;
}

.contact-panel h4 {
    font-weight: normal;
    font-size: 22px;
    line-height: 1.4;
}

.contactaddrow {
    padding-top: 80px;
}

.contactform .form-group label {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.135em;
    display: block;
    color: #000;
}

.contactform .form-group {
    padding-bottom: 10px;
}

.contactform .form-group input,
.contactform .form-group select,
.contactform .form-group textarea {
    background: #FFFFFF;
    border: 1px solid #C8C8C8;
    width: 100%;
    padding: 10px 15px;
}

.contactform input[type=number]::-webkit-inner-spin-button,
.contactform input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.contactform .form-group textarea {
    height: 180px;
    resize: vertical;
}

.add-block h3 {
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #007AC2;
    padding-bottom: 20px;
}

.add-block {
    letter-spacing: -0.005em;
    color: #000;
}

.add-block h5 {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
    padding-bottom: 15px;
}

.add-block p,
.whywork-panel p,
.career-col p,
.aboutintro p,
.csr-panel p {
    font-weight: 300;
    font-size: 22px;
    line-height: 1.4;
}

.add-block p a {
    color: #000;
}

.add-block p a:hover,
.carenumber a:hover {
    color: #007AC2;
}

.add-col {
    padding: 10px 0 20px;
}

.add-col p {
    margin-bottom: 5px;
}

.add-block {
    padding-bottom: 50px;
}

.carenumber {
    border: 1px solid #0B8700;
    padding: 20px 15px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #0B8700;
}

.carenumber a {
    color: #0B8700;
}

.map-block iframe {
    width: 100%;
    height: 450px;
    margin-bottom: -10px;
}

.form-group .error,
.error {
    color: #ff3232;
    font-size: 14px;
    font-weight: 400;
}

.success-msg {
    border: 1px solid #007AC2;
    padding: 40px 50px;
    text-align: center;
    font-size: 24px;
}

.success-msg span {
    display: block;
    font-weight: 700;
    color: #007AC2;
    font-size: 45px;
}

/*---------------------- footer --------------------------------*/

footer {
    background-color: #171948;
    color: #fff;
    padding: 50px 0;
}

.ftrlogo {
    width: 220px;
    margin-bottom: 40px;
}

.subscribeform p {
    font-size: 13px;
    line-height: 1.3;
}

.subscribeform p span {
    font-weight: 700;
    font-size: 18px;
    display: block;
}


.subform {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.subscribeform input {
    background-color: transparent;
    border: 1px solid #344e6e;
    padding: 10px 12px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

.subform .subform-input {
    width: 49%;
    margin-bottom: 8px;
}

.subemail, .subform .subform-input input {
    width: 100%;
}
.subform-input input[type=number]::-webkit-inner-spin-button, 
.subform-input input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.subscribeform button,
.contactform form button {
    font-family: 'proxima-nova', sans-serif;
    background-color: #007AC2;
    border: 1px solid #007AC2;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 40px;
    transition: all 0.4s linear;
}

.subscribeform button {
    padding: 14px 0;
    width: 30%;
    margin: 8px 0 0;
}

.subsuccess-msg {
    text-align: center;
    border: 1px solid #3d3d3d;
    padding: 10px;
    color: #33bf10;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 25px;
}


.info {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #ff4949;
}
.success {
    font-size: 16px !important;
    text-align: center;
    padding: 8px 15px;
    margin: 20px auto;
    border: 1px solid #33bf10;
    color: #33bf10;
}
.errormsg {
    font-size: 16px !important;
    text-align: center;
    padding: 8px 15px;
    margin: 20px auto;
    border: 1px solid #ff1f1f;
    color: #ff1f1f;
}
.subscribeform button:hover,
.contactform form button:hover {
    border: 1px solid #007AC2;
    background-color: transparent;
}

.contactform form button {
    float: right;
}

.contactform form button:hover {
    color: #007AC2;
}

.ftrnav {
    max-width: 600px;
    margin: 0 0 0 auto;
}

.ftrnav ul,
.ftrsocial ul {
    text-align: right;
}

.ftrnav ul li,
.ftrsocial ul li {
    display: inline-block;
}

.ftrnav ul li a {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    padding: 0px 10px 25px;
}

.ftrnav ul li a:hover {
    color: #007ac2;
}

.ftrsocial {
    padding: 20px 0 0;
}

.ftrsocial ul li a {
    width: 24px;
    height: 24px;
    color: #000;
    background-color: #fff;
    border-radius: 25px;
    font-size: 15px;
    padding: 4px 6px;
    margin: 0 5px;
    transition: all 0.4s linear;
}

.ftrsocial ul li a:hover {
    background-color: #007ac2;
    color: #fff;

}

.copyright-wrap {
    border-top: 1px solid #344e6e;
    padding: 40px 0 0;
    margin: 50px 0 0;
}

.copyright-wrap p,
.copyright-wrap h5 {
    color: #C8C8C8;
    font-size: 13px;
    line-height: 16px;
}

.copyright-wrap h5 a {
    color: #C8C8C8;
}

.copyright-wrap h5 a:hover {
    color: #007ac2;
}

.copyright-wrap h5 {
    text-align: right;
}

.copyright-wrap h5 img {
    width: 20px;
    margin: 0 8px;
    transition: all 0.4s linear;
}

.copyright-wrap h5 img:hover {
    transform: scale(1.1);
}

.back_to_top {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 20px;
    text-align: center;
    right: 20px;
    display: none;
    background: #1061b2;
    z-index: 990;
    border-radius: 50px;
}

.back_to_top .las {
    color: #fff;
    font-size: 20px;
    padding: 11px 0;
}

.back_to_top:hover {
    transform: scale(1.1);
}

.back_to_top:hover .las {
    color: #96bdc4;
}

.ourmission-block p span {
    font-weight: 700;
    display: block;
}

.logo img,
.ftrlogo img,
.herobg img,
.insightsimg img,
.our-network-left img,
.whywork-left img,
.tabs-img-block img {
    width: 100%;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

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

@keyframes slide-icon-down {
    0% {
        opacity: 0;
        transform: translateY(-300%);
    }

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

@media (min-width: 1200px) {
    .container {
        max-width: 85%;
    }
}
