 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Baloo+Thambi+2:wght@400;500;600;700;800&display=swap');
    @font-face {
        font-family: FontAwesome;
        src: url(../fonts/FontAwesome.otf);
    }
    
    @font-face {
        font-family: ARLRDBD;
        src: url(../fonts/ARLRDBD.ttf);
    }
    /*
Poject Title : 
Responsive   : Yes ( Bootstrap4.4.1) 
Author       : Sanjay Prajapati
Date         : 
*/
    /*=======fonts =====
font-family:FontAwesome;
font-family: 'Poppins', sans-serif;
font-family: ARLRDBD;
font-family: 'Baloo Thambi 2', cursive;
=====*/
    /*====Reset css=========*/
    
    body {
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        font-family: ARLRDBD;
    }
    
    a {
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: none;
    }
    
    html {
        scroll-behavior: smooth;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    ul,
    ol {
        position: relative;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Baloo Thambi 2', cursive;
    }
    
    h3,
    h4 {
        color: #2E3192;
    }
    
    ul,
    ol {
        margin: 0px;
        padding: 0px;
    }
    
    li {
        list-style: none;
    }
    
    img {
        max-width: 100%;
    }
    
    p {
        color: #262626;
    }
    /*==========Header=======*/
    /*========wp images======*/
    
    .alignright {
        float: right;
        margin: 10px 0px 10px 10px;
    }
    
    .alignleft {
        float: left;
        margin: 10px 10px 10px 0px;
    }
    
    .aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    /*========wp images======*/
    /*====Header css===*/
    
    .MenuWrapper {
        position: relative;
    }
    
    header {
        background-color: #fff;
        padding: 15px 0px;
        font-family: 'Poppins', sans-serif;
        position: sticky;
        top: 0;
        z-index: 9;
    }
    
    header .custom-logo {
        width: 120px;
        height: 58px;
    }
    
    .navbar ul li {
        position: relative
    }
    
    @media(min-width:992px) {
        .navbar ul li:hover ul {
            display: block
        }
        .MenuWrapper .navbar ul li a {
            padding-bottom: 38px;
        }
        .navbar-expand-lg .navbar-nav .dropdown-menu {
            position: absolute;
            top: 34px;
        }
        .MenuWrapper .navbar ul li a::after {
            width: 100%;
            height: 2px;
            position: absolute;
            left: 0;
            right: 0;
            background-color: #2E3192;
            content: "";
            bottom: 30px;
            opacity: 0;
        }
        .MenuWrapper .navbar ul li a:hover:after {
            opacity: 1;
        }
        .navbar ul ul li a::after {
            display: none !important;
        }
    }
    
    .navbar ul ul {
        background: #ffffff;
        padding: 5px 7px;
        margin: 0px;
        border: 0px;
        border-radius: 2px;
    }
    
    .navbar ul ul li a {
        margin: 0px !important;
        border-bottom: 1px solid #d5d5d3;
        width: 100%;
        display: block;
        padding: 4px 0px 4px!important;
        text-transform: capitalize !important;
    }
    
    .navbar ul ul li:last-child a {
        border: 0;
    }
    
    .MenuWrapper .navbar {
        padding: 0px;
    }
    
    .MenuWrapper .navbar ul li a {
        color: #262626;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
    }
    
    .MenuWrapper .navbar ul li:not(:last-child) a {
        margin-right: 55px;
    }
    /*====Header css===*/
    /*==banner css==*/
    
    .banner .item {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        padding: 90px 0px 120px;
        position: relative;
        min-height: 560px;
    }
    
    .bannerText {
        max-width: 570px;
        position: relative;
    }
    
    .productpageB .bannerText {
        transform: translateY(85px);
    }
    
    .owl-carousel .owl-item .BannerLogo img {
        width: auto;
    }
    
    .bannerText h1 {
        font-size: 38px;
        margin: 10px 0px 15px;
        color: #2E3192;
        font-family: 'Baloo Thambi 2', cursive;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 1.2;
    }
    
    .bannerText p {
        color: #262626;
        font-size: 25px;
        margin-bottom: 30px;
        font-family: ARLRDBD;
    }
    
    .btn {
        background-color: #FFF200;
        font-size: 16px;
        text-transform: uppercase;
        color: #2E3192;
        padding: 9px 20px 8px;
        border: 0px;
        border-radius: 4px;
        font-family: 'Baloo Thambi 2', cursive;
        font-weight: 800;
        white-space: nowrap;
    }
    
    .btn:hover,
    .PerfectFor .btn:hover {
        background-color: #2E3192;
        color: #fff;
    }
    /*==banner css==*/
    /*===ContentWrapper===*/
    
    .ContentWrapper {
        position: relative;
    }
    
    .ContentWrapper:after {
        content: "";
        position: absolute;
        top: -40px;
        left: 0;
        width: 100%;
        height: 40px;
        background: #f7f6f6;
        border-radius: 50% 50% 0 0/100% 100% 0 0;
        z-index: 1;
    }
    
    .ContentWrapperIn {
        position: relative;
        padding-top: 50px;
        background-color: #f5f5f5;
    }
    
    .ContentWrapperIn::after {
        content: "";
        background-image: url(../images/abstract.svg);
        background-repeat: no-repeat;
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        background-position: top;
    }
    /*==BannerBIcon css==*/
    
    .BannerBIconWrapper {
        grid-template-columns: repeat(4, 1fr);
        display: grid;
        position: relative;
        z-index: 2;
        max-width: 900px;
        margin: 0 auto;
    }
    
    .BannerBIconBoxText {
        color: #2E3192;
        font-size: 20px;
        font-family: ARLRDBD;
        line-height: 24px;
        max-width: 174px;
        margin: 0 auto;
    }
    
    .BannerBIconBox {
        text-align: center;
        position: relative;
        margin-bottom: 50px;
    }
    /*==BannerBIcon css==*/
    /*== HygieneAllRoundercss==*/
    
    .HygieneAllRounder {
        padding: 50px 0px 100px;
        position: relative;
        z-index: 2;
    }
    
    .HygieneAllRounder::after {
        content: "";
        position: absolute;
        background-color: #E1E31B;
        width: 100%;
        height: 39%;
        left: 0px;
        bottom: 0px;
    }
    
    .MinCenterHeading {
        text-align: center;
    }
    
    .HygieneAllRounderWrapper {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        gap: 0px 50px;
        position: relative;
        z-index: 2;
    }
    
    .HygieneAllRounderBox {
        position: relative;
    }
    
    .HygieneAllRounderImg {
        overflow: hidden;
        height: 570px;
    }
    
    .HygieneAllRounderImg img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    
    .MinCenterHeading h2 {
        color: #2E3192;
        font-size: 34px;
        text-transform: uppercase;
        margin-bottom: 45px;
        font-family: 'Baloo Thambi 2', cursive;
        font-weight: 800;
    }
    
    .HygieneAllRounderText h2 {
        font-size: 40px;
        margin: 20px 0px 10px;
        color: #2E3192;
        font-family: 'Baloo Thambi 2', cursive;
        font-weight: 700;
    }
    
    .HygieneAllRounderText p {
        margin-bottom: 35px;
        font-size: 16px;
        color: #262626;
    }
    
    .PerfectForLeft {
        padding: 30px;
        background-color: #fff;
        box-shadow: 0px 3px 8px rgb(0 0 0 / 16%);
        background-image: url(../images/graystar.svg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: 100%;
        border-radius: 24px;
        position: relative;
        flex: 0 0 80%;
    }
    
    .PerfectForLeft h3 {
        font-size: 43px;
        margin-bottom: 5px;
        padding-left: 25px;
        font-family: 'Baloo Thambi 2', cursive;
        font-weight: 700;
    }
    
    .PerfectForLeft ul li {
        position: relative;
        padding: 2px 0px 5px 30px;
        background-image: url(../images/orangeicon.svg);
        background-repeat: no-repeat;
        background-position: left;
        background-size: 16px;
    }
    
    .PerfectForLeft ul li a {
        font-size: 16px;
        color: #262626;
    }
    
    .PerfectFor {
        display: flex;
        gap: 0px 40px;
        position: relative;
        left: -90px;
    }
    
    .PerfectForRightFlex {
        display: flex;
        gap: 0px 20px;
        margin: 30px 0px;
    }
    
    .PerfectForRightFlex img {
        max-width: inherit;
    }
    
    .PerfectFor .btn {
        background-color: #fff;
    }
    /*== HygieneAllRoundercss==*/
    /*== qualityElementcss==*/
    
    .qualityElement {
        background-color: #2E3192;
        padding: 12px 0px 8px;
    }
    
    .qualityElement ul {
        display: flex;
        gap: 0px 50px;
    }
    
    .qualityElement ul::-webkit-scrollbar {
        display: none;
    }
    
    .qualityElement ul li {
        color: #FFF200;
        font-size: 14px;
        white-space: nowrap;
    }
    /*== qualityElementcss==*/
    /*== Safegentlecss==*/
    
    .SafegentleSection {
        position: relative;
        background-color: #fff200;
        overflow: hidden;
    }
    
    .SafegentleSlide {
        position: relative;
        overflow: hidden;
        background-image: url(../images/lightflower.svg);
        display: block;
        background-size: 85%;
        background-repeat: no-repeat;
        background-position: right;
        padding-left: 95px;
    }
    
    .SafegentleSlideBox {
        padding: 60px 0px;
    }
    
    .SafegentleSlideBox .MinCenterHeading {
        text-align: left;
    }
    
    .SafegentleSlideBox .MinCenterHeading h2 {
        margin-bottom: 22px;
        text-transform: inherit;
        max-width: 500px;
    }
    
    .SafegentleSlideInBox {
        box-shadow: 0px 3px 8px rgb(0 0 0 / 16%);
        border-radius: 24px;
        background-color: #fff;
        position: relative;
        max-width: 400px;
        padding: 30px;
    }
    
    .SafegentleSlideInBox p {
        margin: 0px;
        font-size: 16px;
    }
    
    .SafegentleSectionWrapper {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        position: relative;
        z-index: 2;
        overflow: hidden;
        align-items: center;
    }
    
    .SafegentleSectionBox {
        overflow: hidden;
        position: relative;
        height: 100%;
        align-items: center;
        display: grid;
    }
    
    .gentelsaferight {
        height: 100%;
    }
    
    .gentelsaferight img {
        height: 100%;
        width: 100%;
    }
    
    .SafegentleSection .owl-dots {
        display: table;
        writing-mode: vertical-rl;
        position: absolute;
        top: 45%;
        margin: 0 auto !important;
        text-align: center;
        right: 30px;
        left: 0;
    }
    
    .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 4px 10px;
        opacity: 1;
        background-color: #fff;
        border: 1px solid #eee;
    }
    
    .owl-dots button {
        outline: none;
    }
    
    .owl-dots .owl-dot.active span,
    .owl-dots .owl-dot:hover span {
        background-color: #F36E21;
    }
    /*== Safegentless==*/
    /*== OurProductcss==*/
    
    .owl-carousel .owl-item .OurPorductTextImg img {
        width: 242px;
        height: 293px;
        object-fit: contain;
    }
    
    .OurProduct {
        background-color: #E1E31B;
        padding: 50px 0px 120px;
        position: relative;
    }
    
    #OurPorduct,
    #videoslide,
    #OurLeadership {
        padding: 0px 70px;
    }
    
    .OurPorductLayer {
        display: flex;
        position: relative;
        gap: 0px 0px;
        align-items: center;
    }
    
    .OurPorductTextImg {
        padding: 0px 30px;
        background-image: url(../images/flower.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        background-image: none;
    }
    
    .OurPorductText {
        text-align: left;
        margin-top: 50px;
    }
    
    .owl-carousel .owl-item .OurPorductText img {
        width: 120px;
    }
    
    .OurPorductText h4 {
        font-size: 20px;
        margin: 0px;
    }
    
    .OurPorductText h3 {
        font-size: 28px;
        margin-bottom: 15px;
        font-family: 'Baloo Thambi 2', cursive;
        font-weight: 800;
    }
    
    .OurPorductText ul li {
        font-size: 14px;
        color: #262626;
        white-space: nowrap;
        padding: 2px 0px 8px 25px;
        background-image: url(../images/blackicon.svg);
        background-repeat: no-repeat;
        background-position: left;
        background-size: 16px;
    }
    
    .productBtn {
        margin-top: 40px;
    }
    
    .productBtn a {
        font-size: 20px;
        padding: 10px 40px 9px;
        background-color: #fff;
    }
    
    .OurProduct .owl-carousel .owl-nav button.owl-next,
    .OurProduct .owl-carousel .owl-nav button.owl-prev,
    .OurLeadership .owl-carousel .owl-nav button.owl-next,
    .OurLeadership .owl-carousel .owl-nav button.owl-prev {
        background-image: url(../images/whitearrow.svg);
    }
    
    .OurProduct .owl-nav,
    .OurLeadership .owl-nav {
        top: 42%;
    }
    /*== OurProductcss==*/
    /*== PromiseSectioncss==*/
    
    .PromiseSection {
        position: relative;
        overflow: hidden;
    }
    
    .PromiseSectionIn {
        position: relative;
        padding: 70px 0px;
        z-index: 2;
        background-color: #e1e31b;
    }
    
    .PromiseSectionIn:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #2e3192;
        border-radius: 50% 50% 0 0/100% 100% 0 0;
        transform: scaleX(2);
        z-index: -1;
    }
    
    .PromiseSectionIn::before {
        content: "";
        position: absolute;
        background-image: url(../images/bluebg.png);
        width: 100%;
        height: 75%;
        bottom: 0;
        background-position: center bottom;
        background-size: cover;
    }
    
    .PromiseSectionWrapper {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(3, 1fr);
        position: relative;
    }
    
    .PromiseSectionIn .MinCenterHeading h2 {
        margin: 0px;
        color: #fff;
    }
    
    .PromiseContentLayer {
        display: flex;
        gap: 0px 30px;
    }
    
    .PromiseContentRight h4 {
        font-size: 23px;
        margin-bottom: 5px;
        color: #fff;
        text-transform: uppercase;
    }
    
    .PromiseContentRight p {
        margin: 0px;
        font-size: 14px;
        color: #fff;
    }
    
    .PromiseContentLeft {
        flex: 0 0 20%;
    }
    
    .PromiseContentLeft img {
        width: 80px;
    }
    
    .PromiseOneBox {
        width: 33%;
        margin: 0 auto;
        position: relative;
    }
    /*== PromiseSectioncss==*/
    /*== RecentArticles css==*/
    
    .detailBlogImg {
        float: right;
        border-radius: 10px;
        overflow: hidden;
        margin: 10px 0px 15px 15px;
    }
    
    .RecentArticles {
        background-color: #fff;
        padding: 50px 0px 0px;
        display: none;
    }
    
    #RecentArticles {
        padding: 0px 70px;
    }
    
    .owl-dots {
        display: none;
    }
    
    .owl-nav {
        position: absolute;
        width: 100%;
        margin: 0px;
        top: 40%;
        left: 0;
        right: 0;
    }
    
    button.owl-prev {
        left: 0px;
    }
    
    button.owl-next {
        right: 0;
    }
    
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        margin: 0px;
        border: 0px;
        height: 50px;
        width: 50px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        outline: none;
        position: absolute;
    }
    
    .RecentArticles .owl-carousel .owl-nav button.owl-next,
    .RecentArticles .owl-carousel .owl-nav button.owl-prev {
        background-image: url(../images/grayprev.svg);
    }
    
    .owl-carousel .owl-nav button.owl-next {
        transform: rotate(180deg);
    }
    
    .owl-prev:before,
    .owl-next:before {
        display: none;
    }
    
    .RecentArticlesBox {
        position: relative;
        background-color: #fff;
        margin: 0px 10px;
    }
    
    .RecentArticlesBox img {
        box-shadow: 0px 3px 8px rgb(0 0 0 / 16%);
        border-radius: 10px;
        margin-bottom: 20px;
        width: 100%;
    }
    
    .RecentArticleContent p {
        margin-bottom: 5px;
        font-size: 14px;
        color: #262626;
    }
    
    .RecentArticleDate {
        font-size: 12px;
        color: #707070;
    }
    
    .postblogpage {
        padding: 0px 0px 50px;
    }
    
    .col-md-4.item .RecentArticlesBox {
        width: 100%;
        margin: 0px 0px 30px;
    }
    /*== RecentArticles css==*/
    /*== InstaGallery css==*/
    
    .InstaGallery {
        position: relative;
        padding: 70px 0px 120px;
        background-color: #FFF200;
        margin-top: 70px;
    }
    
    .InstaBox {
        position: relative;
        overflow: hidden;
        margin: 0px;
        border-radius: 10px;
        border: 2px solid #D6CC00;
    }
    
    .InstaOverlay {
        text-align: center;
        background: hsl(0deg 0% 0% / 69%);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        height: 100%;
        opacity: 0;
        justify-content: center;
        transition: all ease-in-out 0.5s;
    }
    
    .InstaOverlay a {
        color: #fff;
        font-size: 25px;
    }
    
    .InstaBox:hover .InstaOverlay {
        opacity: 1;
        cursor: pointer;
    }
    /*== InstaGallery css==*/
    /*====footer=====*/
    
    footer {
        position: relative;
    }
    
    .footerWrapperTop {
        position: relative;
        padding: 34px 0px 34px;
        z-index: 2;
        background-color: #2e3192;
    }
    
    .footerWrapperTop:after {
        content: "";
        position: absolute;
        top: -65px;
        left: 0;
        width: 100%;
        height: 70px;
        z-index: 1;
        background-image: url(../images/footercurv.svg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    
    .footerLogo img {
        max-width: 130px !important;
    }
    
    footer p {
        color: #fff;
    }
    
    .footerLogo {
        width: 46%;
    }
    
    .footerLogo p {
        margin: 9px 0px 0px;
        font-size: 10px;
        text-align: center;
        font-weight: 600;
    }
    
    .footerinfo p {
        font-size: 12px;
        font-weight: 300;
    }
    
    .footerinfo p:last-child {
        margin: 0px;
    }
    
    .footerMenu ul li a {
        font-size: 14px;
        color: #fff;
        text-transform: capitalize;
        margin-bottom: 4px;
        display: block;
        font-weight: 300;
    }
    
    .socialIcon a {
        font-size: 20px;
        color: #fff;
        margin-right: 20px;
    }
    
    .socialIcon a:last-child {
        margin: 0px;
    }
    
    .footerWrapper {
        display: grid;
        gap: 0px;
        grid-template-columns: repeat(4, 1fr);
    }
    
    .FooterMenuWrapper {
        display: flex;
        justify-content: space-between;
        gap: 0px 20px;
        position: relative;
        width: 350px;
        left: 90px;
    }
    
    .socialIcon {
        text-align: right;
    }
    
    .footerinfo {
        position: relative;
        left: -10px;
        width: 320px;
    }
    
    .Dnone {
        display: none;
    }
    
    .copyRight p {
        margin: 0px;
        padding: 7px 16px;
        background-color: #202384;
        font-size: 10px;
        color: #fff;
        text-align: center;
    }
    /*========productDetailPage css=====*/
    
    .banner.InnerBanner {
        background-color: #E1E31B;
        padding: 50px 0px 262px;
    }
    
    .InnerBannerProduct {
        position: absolute;
        top: 0px;
        z-index: 2;
    }
    
    .spacesforeveryone {
        position: relative;
        z-index: 2;
        padding: 100px 0px;
    }
    
    .productDetailPage .ContentWrapperIn::after {
        background-size: 100%;
        background-position: center center;
    }
    
    .spacesforeveryoneImg {
        overflow: hidden;
        border-radius: 10px;
    }
    
    .HygieneAllRounderText.spacesforeveryoneText h2 {
        margin: 0px 0px 15px;
    }
    
    .AvailableIn h5 {
        color: #262626;
        font-size: 22px;
        margin-bottom: 22px;
    }
    
    .AvailableInWrapper {
        grid-template-columns: repeat(6, 1fr);
        display: grid;
        position: relative;
        z-index: 2;
        gap: 20px;
    }
    
    .AvailableInBox h6 {
        color: #262626;
        font-size: 16px;
        margin: 0px;
        text-align: center;
    }
    
    .AvailableInBoxImg {
        border-radius: 10px;
        margin-bottom: 12px;
        overflow: hidden;
    }
    
    .comeswithBox .MinCenterHeading {
        text-align: left;
    }
    
    .comeswithBox .MinCenterHeading h2 {
        text-transform: inherit;
        margin-bottom: 30px;
    }
    
    .SafegentleSection.comeswith .SafegentleSectionBox {
        overflow: initial;
    }
    
    .comeswith .SafegentleSlide {
        background-image: url(../images/comeflower.svg);
        background-position: bottom right;
        height: 100%;
        position: relative;
    }
    
    .tripleppimg {
        position: absolute;
        right: -95px;
        max-width: 180px;
        z-index: 2;
        top: 26%;
    }
    
    .comeswithBox {
        padding: 60px 0px;
        position: relative;
    }
    
    .comeswithWrapper {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(2, 1fr);
        position: relative;
        gap: 30px 20px;
        padding-right: 10%;
    }
    
    .comeswithIn {
        display: flex;
        gap: 20px;
    }
    
    .comesicon {
        width: 80px;
    }
    
    .comesicon img {
        width: 60px;
        min-width: 60px;
    }
    
    .comesText h4 {
        color: #262626;
        font-size: 22px;
        margin-bottom: 0px;
    }
    
    .productdisinfection {
        position: relative;
        background-color: #2E3192;
        background-image: url(../images/bluebgstar.png);
        background-repeat: no-repeat;
        background-position: 92% 7%;
        padding: 70px 0px;
    }
    
    .productdisinfection .MinCenterHeading {
        text-align: left;
        max-width: 540px;
    }
    
    .productdisinfection .MinCenterHeading h2 {
        color: #fff;
        text-transform: inherit;
        margin-bottom: 20px;
    }
    
    .productdisinfectionWrapper {
        grid-template-columns: repeat(3, 1fr);
        display: grid;
        position: relative;
        z-index: 2;
        gap: 30px;
        align-items: center;
    }
    
    .productdisinfectionBox img {
        border-radius: 10px;
    }
    
    .howtouse h4 {
        color: #fff;
        font-size: 22px;
    }
    
    .howtouse p {
        color: #fff;
        font-size: 18px;
    }
    
    .idealfor {
        padding-top: 10px;
    }
    
    .productdisinfectionBox ul li {
        color: #fff;
        font-size: 22px;
        background-image: url(../images/whiteicon.svg);
        background-repeat: no-repeat;
        background-position: 0px 8px;
        background-size: 25px;
        padding: 0px 0px 30px 40px;
    }
    /*========productDetailPage css=====*/
    /*=====contact us css====*/
    
    .ContactPage {
        padding: 120px 0px;
        position: relative;
        background-repeat: no-repeat;
        background-image: url(../images/contactbg.png);
        background-size: cover;
    }
    
    .contacInfo .MinCenterHeading {
        text-align: left;
    }
    
    .contacInfo .MinCenterHeading h2 {
        margin-bottom: 20px;
    }
    
    .contactTopWrapper {
        display: flex;
        gap: 50px;
    }
    
    .contactTopBox {
        color: #2E3192;
        font-size: 18px;
    }
    
    .contactTopBox a {
        color: #262626;
    }
    
    .contactTopWrapper {
        display: flex;
        gap: 50px;
        margin-bottom: 70px;
    }
    
    .contactInfoBottomBox h5 {
        color: #2E3192;
        text-transform: uppercase;
        font-size: 18px;
        margin-bottom: 0px;
        font-family: ARLRDBD;
    }
    
    .contactInfoBottomBox p {
        font-size: 18px;
        padding-left: 30px;
    }
    
    .contactInfoBottomBox {
        position: relative;
        margin-bottom: 30px;
    }
    
    .contactTopBox,
    .contactInfoBottomBox h5 {
        padding: 2px 0px 5px 30px;
        background-image: url(../images/orangeicon.svg);
        background-repeat: no-repeat;
        background-position: 0 7px;
        background-size: 18px;
    }
    
    .wpcf7-response-output {
        display: none !important;
    }
    
    .wpcf7-not-valid-tip {
        position: absolute !important;
        font-size: 12px !important;
        width: 200px;
    }
    
    .contactForm .form-control {
        border-color: #C6C6C6;
        height: 60px;
        padding: 25px;
        font-size: 16px;
    }
    
    .contactForm [class*="col-md"] {
        margin-bottom: 40px;
    }
    
    .form-control:focus {
        box-shadow: none;
    }
    
    .contactForm textarea.form-control {
        resize: none;
        height: 160px !important;
    }
    
    .contactForm p {
        font-size: 18px;
        margin-bottom: 40px;
    }
    
    .contactForm .btn {
        width: 100%;
        max-width: 220px;
        height: 66px;
        text-transform: uppercase;
        font-size: 25px;
    }
    /*=====contact us css====*/
    /*======home page css=====*/
    
    .HygieneAllRounder.homeSPARKLING::after {
        height: 36%;
    }
    
    .homeSPARKLING .PerfectForRight {
        display: none;
    }
    
    .PerfectForRightFlex.grid img {
        max-width: 70px;
    }
    
    .HygieneAllRounder.homeSPARKLING .PerfectForLeft {
        flex: 0 0 70%;
    }
    
    .PerfectForRightFlex.grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    
    .HygieneAllRounder.homeSPARKLING .PerfectForLeft ul li {
        background-position: 0 10px;
        padding-bottom: 15px;
    }
    
    .HygieneAllRounder.homeSPARKLING .PerfectForLeft ul li a {
        font-size: 14px;
    }
    
    .SafegentleSection.homeSafegentle {
        background-color: #2E3192;
    }
    
    .SafegentleSection.homeSafegentle .SafegentleSlide {
        background-image: url(../images/bluehomestar.svg);
        background-size: contain;
    }
    
    .SafegentleSection.homeSafegentle .MinCenterHeading h2 {
        color: #FFF200;
    }
    
    .videoBox {
        overflow: hidden;
        position: relative;
    }
    
    .videoBox iframe {
        border-radius: 10px;
        width: 100% !important;
    }
    
    .RecentArticles.homeRecentArticles {
        padding: 50px 0px 100px;
    }
    /*======home page css=====*/
    /*=====About Us page =====*/
    
    .AboutBanner {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 120px 0px;
    }
    
    .AboutelementLayer {
        position: relative;
        background-color: #EFEFEF;
        padding: 15px 0px;
    }
    
    .AboutelementWrapper ul {
        display: flex;
        flex-flow: row wrap;
        gap: 15px;
        justify-content: space-between;
    }
    
    .AboutelementWrapper ul li a {
        color: #262626;
        font-size: 16px;
    }
    
    .AboutUsSection {
        position: relative;
        padding: 70px 0px;
    }
    
    .AboutUsSection::after {
        content: "";
        background-image: url(../images/abstract.svg);
        background-repeat: no-repeat;
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        background-position: center center;
        z-index: -1;
    }
    
    .AboutUsSectionLeft {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }
    
    .AboutBottomText h3 {
        font-family: 'Baloo Thambi 2', cursive;
        font-weight: 700;
        font-size: 28px;
        margin-bottom: 14px;
    }
    
    .AboutLogoWrapper {
        display: flex;
        flex-flow: row wrap;
        gap: 15px;
        justify-content: space-between;
    }
    
    .OurMissionSection {
        background-color: #FFF200;
    }
    
    .OurMissionSectionInner {
        padding: 45px 0px 90px;
        background-image: url(../images/ourmissonstar.svg);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 400px;
    }
    
    .OurMissionContent h2 {
        font-size: 50px;
        font-weight: 700;
        color: #2E3192;
    }
    
    .OurMissionContent p {
        font-size: 18px;
        margin: 0px;
    }
    
    .OurMissionSection.OurVision {
        background-color: #E1E31B;
    }
    
    .OurValuesWrapper {
        grid-template-columns: repeat(4, 1fr);
        display: grid;
        position: relative;
        gap: 30px;
    }
    
    .OurValuesBox p {
        font-size: 16px;
        margin: 0px;
    }
    
    .OurValuesBox p strong {
        color: #2E3192;
        font-family: 'Baloo Thambi 2', cursive;
    }
    
    .OurValuesBox {
        position: relative;
        padding-left: 24px;
        background-image: url(../images/orangeicon.svg);
        background-repeat: no-repeat;
        background-position: 0px 10px;
        background-size: 15px;
    }
    
    .OurMissionSection.OurValues {
        background-color: #F0F217;
    }
    
    .OurLeadership {
        background-color: #2E3192;
        position: relative;
    }
    
    .OurLeadership .MinCenterHeading h2 {
        color: #fff;
    }
    
    .OurLeadershipIN {
        padding: 80px 0px;
        background-image: url(../images/bluebgstar.png);
        background-repeat: no-repeat;
        background-position: 100% 30px;
    }
    
    .LeadershipBox {
        overflow: hidden;
    }
    
    .LeadershipBox img {
        border-radius: 15px;
    }
    
    .leaderDec {
        text-align: center;
        margin-top: 20px;
    }
    
    .leaderDec h5 {
        color: #FFF200;
        font-size: 18px;
        margin: 0px;
        font-family: ARLRDBD;
    }
    
    .leaderDec p {
        color: #C6C6C6;
        font-size: 18px;
        margin: 0px;
    }
    
    .Divtatvalways {
        background-image: url(../images/divtavbg.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 100px 0px 150px;
    }
    
    .DivtatvalwaysBox img {
        border-radius: 15px;
        margin-bottom: 30px;
        width: 100%;
    }
    
    .DivtatvalwaysBox p {
        margin: 0px;
        font-size: 16px;
        text-align: center;
    }
    
    .Divtatvalways .MinCenterHeading {
        text-align: left;
    }
    
    .Divtatvalways .MinCenterHeading h2 {
        text-transform: inherit;
        margin-bottom: 0px;
    }
    
    .DivtatvalwaysIN :nth-child(1) .DivtatvalwaysBox {
        margin-top: 100px;
    }
    
    .DivtatvalwaysIN :nth-child(3) .DivtatvalwaysBox {
        margin-top: 50px;
    }
    /*=====About Us page =====*/
    
    button.sub-menu-toggle {
        display: none;
    }
    /*==========Meadia Query======*/
    
    @media (min-width: 1200px) {
        .container {
            max-width: 1200px;
        }
    }
    
    @media (max-width:1199px) {
        .footerinfo {
            left: 0;
            width: auto;
        }
        .footerLogo {
            width: 68%;
        }
        .FooterMenuWrapper {
            left: 50px;
        }
        .SafegentleSlide {
            padding-left: 30px;
        }
        .OurPorductText h3 {
            font-size: 22px;
            white-space: nowrap;
            margin-bottom: 15px;
        }
        .OurPorductText h4 {
            font-size: 18px;
            margin: 5px 0px;
        }
        .PerfectForRightFlex img {
            max-width: 100%;
        }
        .PerfectForRightFlex {
            margin: 15px 0px;
        }
        .HygieneAllRounder::after {
            height: 35%;
        }
        .PromiseContentRight h4 {
            font-size: 18px;
        }
        .PromiseContentLayer {
            gap: 0px 20px;
        }
        .InnerBannerProduct {
            top: 65px;
        }
        .spacesforeveryone {
            padding: 50px 0px;
        }
        .tripleppimg {
            right: -74px;
            max-width: 140px;
            top: 30%;
        }
        .PerfectForRightFlex.grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    
    @media (max-width:1024px) {}
    
    @media (max-width:991px) {
        span.hasSub {
            position: absolute;
            width: 24px;
            height: 24px;
            cursor: pointer;
            top: 12px;
            z-index: 9;
            left: 105px;
        }
        span.hasSub:after {
            content: '';
            border-left: 2px solid #2E3192;
            border-bottom: 2px solid #2E3192;
            width: 10px;
            height: 10px;
            position: absolute;
            top: 5px;
            left: 0;
            margin: auto;
            right: 0;
            transform: rotate(-45deg);
        }
        .arrowup {
            transform: rotate(180deg);
        }
        .container {
            max-width: 960px;
        }
        .MenuWrapper .navbar ul li:not(:last-child) a {
            margin: 0px;
        }
        .MenuWrapper .navbar ul li a {
            display: block;
            padding: 10px 0px 0px;
            font-size: 18px;
            color: #2E3192;
        }
        .MenuWrapper .navbar ul li {
            border-bottom: 1px solid rgb(0 0 0 / 15%);
            padding-bottom: 10px;
        }
        .MenuWrapper .navbar ul li:last-child {
            border: 0px;
        }
        .MenuWrapper .navbar ul li ul li {
            padding: 0px;
            border: 0px;
        }
        .navbar-dark .navbar-toggler-icon {
            background-image: url(../images/toggle.png);
            background-size: 100%;
        }
        .navbar-toggler {
            padding: 0px;
            border: 0px;
        }
        .navbar-dark .navbar-toggler {
            outline: none;
            position: relative;
        }
        .ulList {
            position: fixed;
            left: 100%;
            top: 0;
            background-color: #E1E31B;
            height: 100%;
            width: 100%;
            z-index: 9;
            transition: .5s;
            padding: 70px 40px;
        }
        #navbarColor01.show .ulList {
            left: 0px;
        }
        .ulList .navbar-toggler {
            position: absolute;
            right: 20px;
            top: 20px;
            width: 40px;
            height: 50px;
            z-index: 99;
        }
        .ulList .navbar-toggler .navbar-toggler-icon {
            background-image: url(../images/closeicon.png);
        }
        .footerWrapper {
            grid-template-columns: repeat(2, 1fr);
        }
        .footerLogo {
            width: 100%;
        }
        .FooterMenuWrapper {
            left: 0;
            width: 100%;
        }
        .Mnone {
            display: none;
        }
        .Dnone {
            display: block;
        }
        .footerLogo {
            text-align: center;
            margin-bottom: 20px;
        }
        .footerWrapper {
            display: flex;
        }
        .footerinfo,
        .FooterMenuWrapper {
            flex: 1;
            width: auto;
        }
        .footerinfo {
            padding-right: 15px;
        }
        .MinCenterHeading h2 {
            font-size: 32px;
            margin-bottom: 20px;
        }
        .bannerText h1 {
            font-size: 40px;
            margin: 10px 0 15px;
        }
        .bannerText p {
            font-size: 20px;
            margin-bottom: 25px;
        }
        .SafegentleSlide {
            padding-left: 15px;
        }
        .HygieneAllRounderText h2 {
            font-size: 32px;
        }
        .PerfectForLeft h3 {
            font-size: 40px;
        }
        .HygieneAllRounder::after {
            height: 45%;
        }
        .SafegentleSection .owl-dots {
            writing-mode: horizontal-tb;
            left: 0;
            top: auto;
            bottom: 0px;
        }
        .OurProduct,
        .PromiseSectionIn,
        .InstaGallery,
        .HygieneAllRounder {
            padding: 40px 0px;
        }
        .InstaGallery {
            padding-bottom: 120px;
        }
        .RecentArticles {
            padding: 40px 0px 0px;
        }
        .SafegentleSlideBox {
            padding: 40px 0px 60px;
        }
        .InstaGallery {
            margin-top: 40px;
        }
        .footerWrapperTop {
            padding: 30px 0px 30px;
        }
        .ContentWrapperIn {
            padding-top: 20px;
        }
        .PerfectForLeft ul li a,
        .HygieneAllRounderText p {
            font-size: 14px;
        }
        .HygieneAllRounderText h2 {
            font-size: 26px;
        }
        .owl-dots .owl-dot span {
            margin: 4px;
        }
        #Instaslide {
            padding: 0px 15px;
        }
        .productBtn a {
            font-size: 20px;
            padding: 7px 35px 6px;
            background-color: #fff;
        }
        .banner .item {
            padding: 90px 0px 90px;
            background-position: center center !important;
            min-height: auto;
        }
        .contactTopBox,
        .contactInfoBottomBox h5 {
            font-size: 16px;
        }
        .contactInfoBottomBox p {
            font-size: 14px;
        }
        .ContactPage {
            padding: 50px 0px 80px;
        }
        .contactTopWrapper {
            display: flex;
            gap: 20px;
            margin-bottom: 25px;
        }
        .contactForm p {
            margin-bottom: 20px;
        }
        .contactForm .form-control {
            height: 50px;
            padding: 15px;
            font-size: 14px;
        }
        .contactForm [class*="col-md"] {
            margin-bottom: 25px;
        }
        .contactForm textarea.form-control {
            height: 95px !important;
        }
        .contactForm .btn {
            width: 100%;
            max-width: 170px;
            height: 45px;
            text-transform: uppercase;
            font-size: 20px;
        }
        .InnerBannerProduct {
            top: 0;
            position: relative;
        }
        .banner.InnerBanner {
            padding: 50px 0px 100px;
        }
        .HygieneAllRounderText.spacesforeveryoneText {
            margin-top: 50px;
        }
        .AvailableInBox {
            max-width: 95px;
        }
        .AvailableInWrapper {
            gap: 20px;
        }
        .comesText h4 {
            font-size: 20px;
        }
        .productdisinfectionBox ul li {
            font-size: 18px;
            background-size: 25px;
            padding: 0px 0px 15px 30px;
        }
        .howtouse h4 {
            font-size: 20px;
        }
        .howtouse p {
            font-size: 15px;
        }
        .OurProduct {
            padding: 50px 0px 80px !important;
        }
        .HygieneAllRounder.homeSPARKLING::after {
            display: none;
        }
        .PerfectFor .btn {
            border: 1px solid #2E3192;
        }
        .OurValuesWrapper {
            grid-template-columns: repeat(2, 1fr);
        }
        .OurMissionSectionInner {
            background-size: 300px;
        }
        .owl-carousel .owl-item .OurPorductTextImg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .navbar ul ul li a {
            font-weight: 400 !important;
            font-family: 'Baloo Thambi 2', cursive;
            font-size: 20px !important;
            padding: 0px !important;
        }
        .navbar ul ul {
            background: transparent;
            padding: 0px 10px;
        }
    }
    
    @media (max-width:881px) {
        .BannerBIconWrapper {
            grid-template-columns: repeat(2, 1fr);
        }
        .BannerBIconBox {
            margin-bottom: 0px;
        }
        .SafegentleSlideBox {
            max-width: 550px;
            margin: 0 auto;
            text-align: center;
            padding-left: 15px;
            padding-right: 15px;
        }
        .SafegentleSlideBox .MinCenterHeading h2 {
            text-align: center;
        }
        .SafegentleSlideInBox,
        .SafegentleSlideBox .MinCenterHeading h2 {
            max-width: 100%;
        }
        .SafegentleSectionWrapper,
        .HygieneAllRounderWrapper {
            grid-template-columns: repeat(1, 1fr);
        }
        .gentelsaferight {
            height: 100%;
            padding: 0px 15px;
        }
        .gentelsaferight img {
            border-radius: 10px;
            height: auto;
        }
        .SafegentleSection {
            padding-bottom: 40px;
        }
        .PerfectFor {
            left: 0;
            align-items: center;
        }
        .PerfectForRightFlex {
            margin: 0px 0px 15px;
        }
        .PerfectForLeft {
            flex: 0 0 70%;
        }
        .SafegentleSlide {
            padding: 0px;
        }
        .HygieneAllRounderWrapper {
            display: block;
        }
        .HygieneAllRounderImg {
            height: auto;
        }
        .tripleppimg {
            display: none;
        }
        .comeswithBox {
            padding: 60px 15px;
        }
        .comeswith .SafegentleSlide {
            background-image: none;
        }
    }
    
    @media (max-width:768px) {}
    
    @media (max-width:767px) {
        .footerWrapper {
            display: block;
        }
        .socialIcon,
        .footerLogo,
        .footerLogo p {
            text-align: left;
        }
        .FooterMenuWrapper {
            justify-content: start;
            margin-top: 20px;
        }
        .owl-nav {
            display: none;
        }
        #RecentArticles,
        #OurPorduct,
        #videoslide,
        #OurLeadership {
            padding: 0px;
        }
        .PromiseSectionIn {
            background-color: #2e3191;
        }
        .PromiseSectionIn::before {
            height: 100%;
        }
        .PromiseContentRight h4 {
            font-size: 15px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .PerfectFor {
            gap: 0px 15px;
        }
        .HygieneAllRounder::after {
            height: 16%;
        }
        .PromiseSectionIn .MinCenterHeading h2 {
            margin-bottom: 20px;
        }
        .SafegentleSlideInBox p {
            font-size: 14px;
        }
        .ContactPage {
            padding: 50px 0px 80px;
        }
        .HygieneAllRounderText.spacesforeveryoneText .PerfectForRightFlex {
            justify-content: start;
            margin: 50px 0px 0px;
        }
        .productdisinfectionWrapper {
            grid-template-columns: repeat(2, 1fr);
        }
        .idealfor p {
            margin: 0px;
        }
        .AboutUsSection::after {
            background-size: cover;
            background-color: #f5f5f5;
        }
        .AboutUsSectionLeft img {
            width: 100%;
        }
        .OurMissionContent h2 {
            font-size: 30px;
        }
        .OurMissionContent p {
            font-size: 16px;
        }
        .DivtatvalwaysIN :nth-child(1) .DivtatvalwaysBox {
            margin-top: 30px;
        }
        .DivtatvalwaysIN :nth-child(2) .DivtatvalwaysBox {
            margin-top: 30px;
        }
        .Divtatvalways {
            padding: 100px 0px;
        }
        .DivtatvalwaysBox img {
            margin-bottom: 10px;
        }
        .detailBlogImg {
            float: none;
            margin: 20px 0px;
        }
        .detailBlogImg img {
            width: 100%;
        }
        .banner .item,
        .AboutBanner {
            padding: 0px;
            background: none !important;
            position: relative;
        }
        .bannerIn,
        .AboutBannerIn {
            position: absolute;
            top: 50%;
            left: 0px;
            transform: translateY(-50%);
        }
        .AboutelementWrapper ul {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
        }
        .productpageB .bannerText {
            transform: translateY(0);
        }
    }
    
    @media (max-width:575px) {
        .OurPorductLayer {
            align-items: center;
        }
        .OurProduct .owl-carousel .owl-item img {
            display: block;
            width: 120px;
            max-width: 100%;
        }
        .OurPorductTextImg {
            background-size: 120px;
        }
        .OurPorductText {
            margin-top: 20px;
        }
        .PromiseSectionWrapper {
            grid-template-columns: repeat(1, 1fr);
        }
        .PromiseOneBox {
            width: 100%;
        }
        .RecentArticlesBox {
            border: 1px solid #eee;
            padding: 10px;
            border-radius: 4px;
        }
        .BannerBIconBoxText {
            font-size: 17px;
        }
        .PerfectFor {
            display: block;
        }
        .HygieneAllRounder::after {
            display: none;
        }
        .PerfectForRightFlex {
            margin: 20px 0px;
            justify-content: center;
        }
        .PerfectForRight {
            text-align: center;
        }
        .bannerText h1 {
            font-size: 28px;
        }
        .MinCenterHeading h2 {
            font-size: 22px;
        }
        .PerfectForLeft h3 {
            font-size: 35px;
        }
        .PerfectFor .btn {
            background-color: #fff;
            border: 1px solid;
        }
        .PromiseSectionWrapper .PromiseContentBox:nth-child(2) {
            order: -1;
        }
        .PromiseContentLayer {
            margin-bottom: 30px;
        }
        .PromiseOneBox .PromiseContentLayer {
            margin: 0px;
        }
        .AvailableInWrapper {
            grid-template-columns: repeat(3, 1fr);
        }
        .productdisinfectionWrapper,
        .comeswithWrapper,
        .OurValuesWrapper {
            grid-template-columns: repeat(1, 1fr);
        }
        .OurProduct.videoSlide .owl-carousel .owl-item img {
            width: 100%;
        }
        br {
            display: none;
        }
        .footerWrapperTop:after {
            top: -50px;
        }
        .contactTopBox a {
            display: block;
        }
        .OurLeadershipIN .owl-dots,
        .OurProduct .owl-dots,
        .RecentArticles .owl-dots {
            display: block !important;
            margin: 20px 0px 0px;
        }
        header .custom-logo {
            width: auto;
            height: auto;
        }
    }