body {
    font-family: 'Nunito', sans-serif;
}

p {
    font-size: 1.25rem;
    font-weight: 400;
}

.bg-light {
    opacity: 1;
    background-color: #ffe2fc !important;
}

.bg-light2 {
    opacity: 1;
    background-color: #ffd2f9 !important;
}

.bg-copyright {
    background-color: #801d77;
    border-top: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
}

span{
    font-family: 'Dancing Script', cursive;
    font-size: larger;
    line-height: 1;
}

.homeIngredientSwiper .swiper-wrapper .swiper-slide img {
    border-radius: 1.5rem;
    border: 3px solid #fff;
}

.homeIngredientSwiper .swiper-button-prev,
.qualitySwiper .swiper-button-prev,
.socialSwiper .swiper-button-prev {
    width: 35px;
    height: 35px;
    background: rgba(255,255,255, 0.7);
    color: #801d77;
    border-radius: 50%;
    left:8px;
}

.homeIngredientSwiper .swiper-button-next,
.qualitySwiper .swiper-button-next,
.socialSwiper .swiper-button-next {
    width: 35px;
    height: 35px;
    background: rgba(255,255,255, 0.7);
    color: #801d77;
    border-radius: 50%;
    right:8px;
}

.journeySwiper .swiper-button-next,
.homeBannerSwiper .swiper-button-next {
    width: 35px;
    height: 35px;
    background: rgba(255,255,255, 0.7);
    color: #801d77;
    border-radius: 50%;
    right:8px;
}

.journeySwiper .swiper-button-prev,
.homeBannerSwiper .swiper-button-prev {
    width: 35px;
    height: 35px;
    background: rgba(255,255,255, 0.7);
    color: #801d77;
    border-radius: 50%;
    left:8px;
}

.homeIngredientSwiper .swiper-button-next:after, 
.homeIngredientSwiper .swiper-button-prev:after,
.journeySwiper .swiper-button-next:after, 
.journeySwiper .swiper-button-prev:after,
.homeBannerSwiper .swiper-button-next:after, 
.homeBannerSwiper .swiper-button-prev:after,
.qualitySwiper .swiper-button-next:after, 
.qualitySwiper .swiper-button-prev:after,
.socialSwiper .swiper-button-next:after, 
.socialSwiper .swiper-button-prev:after  {
    font-size: 12px;
    font-weight: 900;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}

.qualility-left {
    margin-left: 17%;
}

.are-left {
    margin-left: 27%;
    font-family: 'Playfair Display';
}

/*.buy-btn a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 2px solid #801d77;
    padding-bottom: 0px;
    letter-spacing: 2px;
    color: #801d77;
    text-decoration: none;
    position: relative;
    z-index: 2;
    transition: all .3s cubic-bezier(.4,0,.2,1);
}

.buy-btn a:hover {
    letter-spacing: 4px;
    text-decoration: none;
    color: #000;
}*/

.buy-btn a {
  font-size: 14px !important;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .09em;
  background-image: linear-gradient(
    to right,
    #801d77,
    #801d77 50%,
    #000 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

.buy-btn a:before {
  content: '';
  background: #000;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width:100%;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

.buy-btn a:hover {
 background-position: 0;
}

.buy-btn a:hover::before {
  width:100%;
  background: #801d77;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #801d77;
    --bs-btn-border-color: #801d77;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #8b3183;
    --bs-btn-hover-border-color: #801d77;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #801d77;
    --bs-btn-active-border-color: #801d77;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #801d77;
    --bs-btn-disabled-border-color: #801d77;
}

.btn.btn-primary:hover {
    background: transparent !important;
    border: 1px solid #801d77 !important;
    color: #801d77 !important;
}


.btn-outline-primary {
    --bs-btn-color: #801d77;
    --bs-btn-border-color: #801d77;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #801d77;
    --bs-btn-hover-border-color: #801d77;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #801d77;
    --bs-btn-active-border-color: #801d77;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #801d77;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #801d77;
    --bs-gradient: none;
}


/*.btn-lg {
    --bs-btn-padding-y: 0.1rem;
    --bs-btn-padding-x: 0rem;
    color: #801d77;
}*/

.text-primary {
    color: #801d77 !important;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #801d77;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.navbar {
    --bs-navbar-nav-link-padding-x: 1rem;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.pt-100{
    padding-top: 100px;
}

.text-muted {
    color: #000 !important;
}

/*.footer-nav-link {
    display: block;
    padding: 3px;
    
    color: #801d77;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-size: 1.25rem;
    font-weight: 400;
}*/

footer p {
    font-size: 18px;
}

a.footer-nav-link {
  font-size: 18px;
  font-weight: 400;
  display: block;
    padding: 3px;
  color: #000;
  text-decoration: none;
  background-image: linear-gradient(
    to right,
    #801d77,
    #801d77 50%,
    #000 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

a.footer-nav-link:before {
  content: '';
  background: #801d77;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

a.footer-nav-link:hover {
 background-position: 0;
}

a.footer-nav-link:hover::before {
  width:100%;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 2px solid;
    opacity: 1;
    color: white;
}

.border-bottom {
    border: 2px solid #801d77;
}

* { box-sizing:border-box; }

/* form starting stylings ------------------------------- */
.input-box {
  padding: 2rem;
  background-color: #801d77;
}
.container-box{
  padding: 2rem;
  background-color: #ffe2fc;
}


@media only screen and (max-width: 600px) {
  .input-box-column {
    columns: 1;
  }

  p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .card-body {
    padding: 1rem 0;
    margin: 0 12px;
  }
}

.contact-us-page{
    padding-top: 100px;
}

.input-box-column {
    border: 2px solid #801d77;
    padding: 20px 25px 30px 25px;
}

.modal-dialog .input-box-column {
    border-radius: 5px;
    border: 2px solid #801d77;
}

.input-box-column h3 {
    color: #801d77;
    font-weight: 600;
}

.group        { 
  position:relative; 
  margin-bottom:15px;
  margin-top:15px;
}
input{
  color: #000;
  font-size:15px;
  padding: 10px 10px 10px 10px;
  display:block;
  width: 100%;
  border:none;
  background: #ffe2fc;
}
input:focus     { outline:none; }

input[type=file] {
    margin-top: 46px;
    margin-bottom: 30px;
}

.select{
  color: #000;
  font-size:15px;
  padding: 10px 10px 10px 10px;
  display:block;
  width: 100%;
  border:none;
  background: #ffe2fc;
}
.select:focus     { outline:none; }

.contact-dt-box-wrap{padding-left: 2rem;}

.contact-dt-box {
    margin-bottom: 3rem;
    margin-top: 0.5rem;
}

.contact-dt {
    display: inline-block;
    vertical-align: top;
    padding-right: 1rem;
    width: auto;
}

.contact-dt.contact-dt1{width: calc(100% - 7rem);padding-right: 0;}

.contact-txt {
    font-size: 24px;
    color: #801d77;
    line-height: 30px;
    font-weight: 700;
}

p.contact-txt {
    margin-bottom:0;
}

.contact-dt .para, .contact-dt .para a {
    font-size: 19px;
    color: #222;
    line-height: 28px;
    text-decoration: none;
    font-weight: 600;
}

.contact-txt p, .contact-dt p {
    margin-bottom: 0;
}

/* LABEL ======================================= */
label          {
  color:#000;
  font-size:15px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:10px;
  top:12px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label    {
  top:-20px;
  font-size:14px;
}

/* BOTTOM BARS ================================= */
.bar  { position:relative; display:block; width:100%; }
.bar:before, .bar:after   {
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#fff; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}
@keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}

/* Button */
.styled {
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #801d77;
  text-shadow: 1px 1px 1px #000;
  border-radius: 20px;
  background-color: #fff;
  background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
 
}


.contact-us_contactUs__bottom__w1YuY{
  max-width: 130px;
  width: 100%;
  margin: auto;
  padding: 7% 15px 7% 15px;
}
.contact-us_contactUs__bottom__heading__lyZOh{
  display: flex;
  font-weight: 700;
  padding: 3vw 0px 3vw 0px;
  color: #801d77;
  font-size: 4vw;
  line-height: 1;
}
.grid{
  display: grid;
}
.contact-us_contactUs__bottom__details__box__image__N3yvC{
  height: 140px;
  width: 140px;
  aspect-ratio: 1;
  border-radius: 50%;
  border:1px 1px 1px 1px;
  border-style: solid;
  border-color: #757575;

}

 .text-justify{
     text-align: justify;
 } 

.accordion-button {
    background-color: #ffe2fc;
}

.accordion-item {
    border-bottom: solid 1px #801d77;
}

.accordion-item {
    background-color: #ffe2fc;
}

.accordion {    --bs-accordion-border-color: #e5e5e500;}

.thumb-slider {
    width: 200px;
    /*    height: 300px;*/
    box-sizing: border-box;
    }
    .thumb-slider .swiper-slide {
    height: auto;
    
    }
    /* Default opacity for all images in slides */
    .thumb-slider .swiper-slide img {
    opacity: 0.4;
    }
    /* Full opacity for the image in the active slide */
    .thumb-slider .swiper-slide-active img {
    opacity: 1;
    }
      .flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    }
    /* This container is needed to position the front and back side */
    .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    border-radius: 15px;
    }
    /* Do an horizontal flip when you move the mouse over the flip box container */
    .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    }
    /* Position the front and back side */
    .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    }
    /* Style the front side (fallback if image is missing) */
    .flip-card-front {
    background-color: #fff;
    color: black;
    }
    /* Style the back side */
    .flip-card-back {
    background-color: #801d77;
    color: white;
    transform: rotateY(180deg);
    }

/*  Product Slider CSS */

.testimonial-slider div {
  padding: 20px 4px 20px 4px;
  text-align: center;
}
.testimonial-slider p {
  color: red;
  font-size: 20px;
}

.slick-slide {
  float: left;
  padding: 0;
}

.testimonial-slider .PrevArrow {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/45px bootstrap-icons;
  color: #FFF;
  z-index: 5;
}
.testimonial-slider .PrevArrow:before {
  content: "\F12A";
}

.testimonial-slider .NextArrow {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  /*font: 20px/45px FontAwesome;*/
  font-family: bootstrap-icons;
  color: #FFF;
  z-index: 5;
}
.testimonial-slider .NextArrow:before {
  content: "\F12A";
}

.testimonial-slider a {
    font-size: 18px;
    text-transform: capitalize;
    text-decoration: none;
    color: #801d77;
    font-weight: 700;
    padding: 6px 5px;
    border-radius: 6px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (max-width: 479px) {
    .testimonial-slider a {
    background: #801d77;
    color: #fff;
    }
}

.testimonial-slider a.active {
    font-size: 18px;
    text-transform: capitalize;
    text-decoration: none;
    background: #801d77;
    color: #fff;
    font-weight: 700;
    padding: 6px 5px;
    border-radius: 6px;
    overflow:hidden;
}

.testimonial-slider a:hover {
    background: #801d77;
    color: #fff;
}

.contact-text {
    text-align: center;
    width: 70%;
    margin: 0 auto 20px auto;
    font-weight: 600;
    color: #801d77;
}

.contact-one {
    padding-top: 80px;
    padding-bottom: 40px;
}

.find-map {
    border: 6px solid #801d77;
    padding: 7px 7px 0 7px;
    margin-top: 30px;
}

.home-ingidients {
    background: url(../images/home-ingient-bg-two.jpg) no-repeat left center #000000;
   background-size: contain;
   padding-top: 55px;
   padding-bottom: 50px;
   margin-top: 90px;
}

.home-banner-one {
    background: url(../images/stay-cool.jpg) no-repeat scroll bottom center #000000;
   -o-background-size: cover;
   -moz-background-size: cover;
   -webkit-background-size:cover;
   background-size: cover;
   padding-top: 55px;
   padding-bottom: 55px;
}

.home-banner-two, .home-banner-three, .home-banner-four, .home-banner-five, .home-banner-six {
   background-size: cover !important;
   padding-top: 32%;
   padding-bottom: 10%;
   background-position: left center !important;
}

.home-banner-two {
   background: url(../images/himguard-panchasakti.jpg) no-repeat #000000; 
}

.home-banner-three {
   background: url(../images/himguard-glicerine.jpg) no-repeat #000000; 
}

.home-banner-four {
   background: url(../images/himguard-talcum.jpg) no-repeat #000000; 
}

.home-banner-five {
   background: url(../images/himguard-body-lotion.jpg) no-repeat #000000; 
}

.home-banner-six {
   background: url(../images/himguard-Alovera-body-lotion.jpg) no-repeat #000000; 
}

@media (max-width: 767px) {
    .home-banner-two, .home-banner-three, .home-banner-four, .home-banner-five, .home-banner-six {
        background-position: left center;
        padding-top: 50%;
        padding-bottom: 10%;
    }

    .home-banner-two .col-md-12.col-xl-10 a, 
    .home-banner-three .col-md-12.col-xl-10 a, 
    .home-banner-four .col-md-12.col-xl-10 a, 
    .home-banner-five .col-md-12.col-xl-10 a, 
    .home-banner-six .col-md-12.col-xl-10 a {
        margin-left: 15px;
        margin-right: 15px;
    }

    .contact-text {
        width: 92%;
        margin: 0 auto;
    }

    .text-justify.text-justify-center {
        text-align: center;
    }

    .text-justify.text-justify-left {
        text-align: left;
    }

    .homeBannerSwiper .btn {
        margin-left: 3% !important;
        padding: 1px 5px !important;

        /*--bs-btn-padding-x: 0.5rem !important;
        --bs-btn-padding-y: 0.175rem !important;*/
        font-size:12px;
    }
}

@media (max-width: 575px) {
    .text-justify.text-justify-left {
        text-align: center;
    }

    /*.homeBannerSwiper .btn {
        margin-left: 8% !important;
    }*/

/*.home-banner-two {
   background: url(../images/himguard-panchshakti-mob-banner.jpg) no-repeat #000000; 
}

.home-banner-three {
   background: url(../images/himguard-glicerine-mob-banner.jpg) no-repeat #000000; 
}

.home-banner-four {
   background: url(../images/himguard-talcum-mob-banner.jpg) no-repeat #000000; 
}

.home-banner-five {
   background: url(../images/himguard-body-lotion-mob-banner.jpg) no-repeat #000000; 
}

.home-banner-six {
   background: url(../images/himguard-Alovera-mob-banner.jpg) no-repeat #000000; 
}*/

.home-banner-two, .home-banner-three, .home-banner-four, .home-banner-five, .home-banner-six {
    padding-top: 32%;
    padding-bottom: 6%;

}

/*.mob-banner-btn a {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.homeBannerSwiper .btn {
    margin-left: 0;
}*/
}

@media (max-width: 480px) {
    .home-banner-two, .home-banner-three, .home-banner-four, .home-banner-five, .home-banner-six {
        
    }
}

@media (min-width: 1200px) {
    .home-banner-two a, .home-banner-three a, .home-banner-four a, 
    .home-banner-five a, .home-banner-six a {
        margin-left: 5%;
    }
}

.home-ingidients .col-lg-6.product-slider {
    margin-top:6.5%;
}

.social-wall {
    padding-bottom: 12px;

}

.counter-img {
    width: 50%;
}

.counter-one {
    border-right: solid 1px #cbcbcb;
}

.count-section {
    margin-top: 10px;
}

.committed-to {
    padding:15px 0;
}

.social-wall {
   padding:0px 0 20px 0; 
}

.himguard-numbers {
    padding-bottom: 80px;
}


.our-journey {
    padding-bottom: 50px;
    margin-top: 40px;
}

.our-values {
   padding-bottom: 35px;
   padding-top: 60px;
}

.what-himguard {
    padding-top: 25px;
    padding-bottom: 75px;
}

.quality-vdo {
    width: 80%;
    margin:0 auto;
    border: 6px solid #801d77;
    padding: 7px 7px 0 7px;
}

.commited-quality {
    padding-bottom: 80px;
    padding-top: 55px;
}

.beyond-limits {
    padding-top: 65px;
    padding-bottom: 55px;
}

.highest-standard {
    padding-top: 55px;
    padding-bottom: 70px;
}

.find-us {
    padding-bottom: 80px;
}

.row-product .col-4 {
        min-width: 7rem;
    }

.element-one, .element-two, .element-three, .element-four, .element-five, .element-six, 
.element-seven, .element-eight, .element-nine, .element-ten, .element-eleven, .element-twelve,
.element-fourteen, .element-fifteen, .element-sixteen {
    width: auto; 
    position: absolute;
}

.element-one {
    transform: translate(770%,170%);
}

.element-two {
    transform: translate(-75%,-170%);
}

.element-three {
    transform: translate(830%,-120%);
}

.element-four {
  transform: translate(-75%,-20%);  
}

.element-five {
    transform: translate(-75%,-160%);
}

.element-six {
    transform: translate(752%,128%);
}

.element-seven {
    transform: translate(-95%,10%);
}

.element-eight {
    transform: translate(815%,200%);
}

.element-nine {
    transform: translate(-75%,360%);
}

.element-ten {
    transform: translate(822%,-282%);
}

.element-eleven {
    transform: translate(602%,508%);
}

.element-twelve {
    transform: translate(-95%,330%);
}

.element-fourteen {
    transform: translate(912%,-472%);
}

.element-fifteen {
    transform: translate(-105%,-19%);
}

.element-sixteen {
    transform: translate(812%,448%);
}

.product-feature {
    background-color: #801d77;
    padding: 7px;
    width: fit-content;
    color: white;
}

.himguard-one {
    padding-bottom: 80px;
}

h2.product-heading {
    font-size: 29px;
}

.get-touch:hover img {
    filter: brightness(0) invert(1);
}

.search-glass {
    background: #801d77;
    padding: 12px;
    border-radius: 50%;
}

.border {
    border: 2px solid #801d77 !important;
}


@media (max-width: 1200px) {
    .element-one, .element-two, .element-three, .element-four, .element-five, .element-six, 
.element-seven, .element-eight, .element-nine, .element-ten, .element-eleven, .element-twelve,
.element-fourteen, .element-fifteen, .element-sixteen {
        display: none;
    }
}

@media (max-width: 991px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }

    .himguard-numbers {
    padding-bottom: 40px;
    }

    .our-journey {
        padding: 40px 12px;
    }

    .what-himguard {
    padding-top: 50px;
    padding-bottom: 75px;
    }

    .commited-quality {
        padding-bottom: 65px;
    }

    .beyond-limits {
    padding-top: 60px;
    padding-bottom: 40px;
    }

    .contact-one {
    padding-top: 46px;
    padding-bottom: 15px;
    }

    .find-us {
    padding-bottom: 65px;
    }

    .contact-dt-box-wrap {
        padding-left: 0;
    }

    .home-ingidients .col-lg-6.product-slider {
    margin-top:1%;
    }

    .home-ingidients {
       padding-bottom: 55px;
        background-position: right center;
        margin-top: 60px;
        margin-bottom: 50px;
        background-size: cover;
    }

    .align-mob-center {
        text-align: center;
    }

    .our-journey {
        margin-top: 20px;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .qualility-left {
    margin-left: 10%;
    }
}

@media (max-width: 767px) {
    .himguard-one {
        padding-top: 45px;
        padding-bottom: 40px;
    }

    .qualility-left, .are-left {
        margin-left: 5px;
        margin-right: 5px;
    }

    .contact-dt-box-wrap {
        padding-top: 30px;
    }

    .contact-dt-box {
        margin-bottom: 2rem;
    }
}

@media (max-width: 575px) {
    .counter-one {
    border: none;
    }

    .home-ingidients {
        padding-top: 34px;
        padding-bottom: 65px;
        background-position: left center;
    }

    .count-section {
    margin-top: 20px;
    }

    .committed-to {
    padding:10px 0;
    }

    /*.committed-to p, .home-ingidients {
        text-align: center;
    }*/

    .committed-to iframe {
        margin-top: 20px;
    }

    .social-wall {
    padding: 0px 0 45px 0;
    }

    .quality-vdo {
        width: 90%;
    }

    .highest-standard {
        padding-bottom: 45px;
    }

    .row-name {
        display: block;
    }
    
    .buy-btn {
        margin-bottom: 30px;
    }

    .row-product {
        display: block;
        margin: 0 auto;
    }

    .row-product .col-4 {
        min-width: 100%;
    }

    .row-product .col-4.prod-feature-one,
    .row-product .col-4.prod-feature-two {
        min-width: 50%;
        float: left;
    }

    .row-product .col-4.prod-feature-three {
        min-width: 100%;
        float: left;
    }

    .row-product .col-4.prod-feature-one .flip-card-front.p-5,
    .row-product .col-4.prod-feature-two .flip-card-front.p-5 {
        padding: 3rem 0 !important;
    }

    .row-product .col-4.prod-feature-one .flip-card-back.p-5,
    .row-product .col-4.prod-feature-two .flip-card-back.p-5 {
        padding: 3rem 1rem !important;
    }

    .panchashakti, .skinglycerin, .talcumpowder, .deepnourish, .multicare, .bodylotion {
        text-align: center;
        margin-left: 15px;
        margin-right: 15px;
    }

    .product-feature {
        margin: 0 auto;
    }

    .qualility-left, .are-left {
        margin-left: 15px;
        margin-right: 15px;
    }

    .himguard-numbers {
        padding-top: 35px;
        clear: both;
    }
}

@media (min-width: 768px) {
    .display-large {
        display: block;
    }

    .display-small {
        display: none;
    }
}

@media (max-width: 767px) {
    .display-large {
        display: none;
    }

    .display-small {
        display: block;
    }

    .text-justify {
        margin-left: 10px;
    margin-right: 10px;
    }

    .aos-animate {

    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;

    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;

    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }

  .home-ingidients {
    background: url(../images/home-ingient-bg-two-mobile.jpg) no-repeat left center #000000;
  }
}

@media screen and (min-device-width: 321px) and (max-device-width: 575px) {
    .social-wall .row-cols-1>* {
    flex: 0 0 auto;
    width: 50%;
    }
}