@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --color-body: #4A4749;
  --maincolor: #4A4749;
  --primarycolor:#6C7A89;
  --body-font: "Roboto", sans-serif;
  --header-font: "Crimson Pro", serif;
}
a {
  text-decoration: none;
}
a:hover {
    color: var(--primarycolor);
}
.maincolor {
  color: var(--maincolor);
}
.mt-20{
	margin-top:20px;
}
body {
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  color: var(--color-body);
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Crimson Pro", serif;
  color: var(--primarycolor);
  text-transform: uppercase;
}
h2,
h3 {
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.allsection {
  padding: 8rem 0px;
}
p {
  margin-bottom: 15px;
  line-height: 25px;
  color: var(--color-body);
  text-align: justify;
}
.floatright {
  float: right;
}
.borderradius{
	border-radius:35px;
}
.readmorebtn .btn {
/*   background: var(--maincolor); */
  color: white;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 20px;
  margin: 20px 0px;
  position:relative;
  z-index:100;
overflow:hidden;
}
.readmorebtn .btn:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primarycolor);
    border-radius: 10rem;
    z-index: -2;
  }
.readmorebtn .btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #333;
    transition: all .3s;
    border-radius: 10rem;
    z-index: -1;
  }
.readmorebtn .btn:hover {
    color: #fff;
}
 .readmorebtn .btn:hover:before {
      width: 100%;
 }
.readmorebtn .btn svg {
  margin-left: 10px;
}
.slide-progress {
  width: 0;
  max-width: 100%;
  height: 4px;
  background: #cddc39;
}
h4.subtitle {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 30px;
}
button.accordion-button {
  font-size: 20px;
  font-weight: 600;
  color: var(--maincolor);
}
.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #e6e6e6;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
/*============================= Header =================================*/
.page-template-cleanser #innerbreadcrumb {
    display: none;
}
.web-logo {
    width: 70%;
}
header {
  padding: 15px 0px;
}
.right-side-menu {
  float: right;
}
.menu-item {
  font-family: var(--header-font) !important;
  font-size: 20px;
  font-weight: 500;
  padding: 0px;
}
.nav-link {
  display: block;
  padding: 15px 25px !important;
}
.dropdown-item {
    padding: 10px 25px;
    color: rgba(0, 0, 0, .55);
    border-bottom: 1px dotted var(--maincolor);
}
.dropdown-menu {
	padding:0px;
}
.dropdown-item:focus, .dropdown-item:hover,.dropdown-item.active, .dropdown-item:active {
    color: white;
    background-color: var(--maincolor);
}
/*============================= Home =================================*/
.homeaboutimage {
  position: relative;
}
.homeaboutimage:before {
  width: 60%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: var(--maincolor);
  top: 10%;
  border-bottom-left-radius: 170px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.homeaboutimage img {
  position: relative;
  width: 70%;
  margin-left: 10%;
  border-bottom-left-radius: 170px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.homeproductsection {
  min-height: 800px;
  background: #fbfbfb;
  position: relative;
  display: flex;
  align-items: center;
}
.oddsection .homeproductcontent {
  padding-right: 70px;
}
.evensection .homeproductcontent {
  padding-left: 70px;
}
.oddsection .productimage {
  height: 800px;
  position: absolute;
  right: 0;
  background-size: auto;
  width: 50%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center right;
}
.evensection .productimage {
  height: 800px;
  position: absolute;
  left: 0;
  background-size: auto;
  width: 50%;
  background-attachment: fixed;
  background-position: center left;
  background-repeat: no-repeat;
}
.homeproductpara p {
  line-height: 40px;
}
.eachingredient img {
  max-width: 140px;
  height: auto;
  display: block;
  margin: 15px auto;
}
.indgimage {
  width: 100px;
  height: 100px;
  display: block;
  margin: 15px auto;
}
.ingredientname {
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  color: var(--color-body);
  font-weight: 400;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homeallproducts .owl-dots,
.certificatesection .owl-dots {
  display: grid;
  width: 100%;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  margin: 20px 0px !important;
  margin-top: 30px !important;
}
.homeallproducts .owl-theme .owl-dots .owl-dot span,
.certificatesection .owl-theme .owl-dots .owl-dot span {
  width: 100%;
  height: 4px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.homeallproducts .owl-dot,
.certificatesection .owl-dot {
  margin: 0px 1px;
}
.homeallproducts .owl-theme .owl-dots .owl-dot.active span,
.homeallproducts .owl-theme .owl-dots .owl-dot:hover span,
.certificatesection .owl-theme .owl-dots .owl-dot.active span,
.certificatesection .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primarycolor);
}
.center h4.ingredientname {
  color: var(--primarycolor);font-weight:600;
}
/*============================= Footer =============================*/
.footerlogo {
    width: 55%;
}
i.fa-solid.fa-arrow-up {
  font-family: "fontawesome";
  font-style: normal;
}
.footersocial {
  display: flex;
  margin-top: 40px;
}
.footersocialtext {
  margin-right: 15px;
}
footer {
  background: var(--maincolor);
  color: white;
}
.footer {
  padding: 40px 0px 20px 0px;
}
.footerlogo img.img-fluid {
  filter: invert(1);
}
.footer h4 {
  margin-bottom: 25px;
}
.footer * {
  color: white;
}
.footer p {
  font-size: 16px;
}
.copyright-footer p,
.copyright-footer a {
  color: white;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
.footerflex {
  display: flex;
  margin-bottom: 10px;
}
.footerflex p {
  margin-bottom: 0px;
}
.footericon {
  width: 10%;
}
.footercontent {
  width: 90%;
}
.footerlist {
  padding-left: 0;
}
.footerlist a {
  text-decoration: none;
  font-size: 16px;
}
ul.footerlist li {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 14px;
}
.copyright-footer {
  border-top: 1px solid #cccccc40;
  padding-top: 10px;
  padding-bottom: 10px;
}
/*==================================== Banner =================================*/
div#innerBanner {
  background: #ccc;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-position: center bottom;
  background-size: cover;
}
.breadcrumb {
  justify-content: center;
}
li.breadcrumb-item a {
  font-family: var(--header-font);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  color: #000000;
}
/*==================================== Cleanser =================================*/
.page-template-cleanser #comparesection img {
    border-radius: 25px;
    border-top-left-radius: 40%;
    border-bottom-right-radius: 20%;
}
video {
    width: 80%;
    border-radius: 25px;
}
section#cleanserabout {
  background: #fbfbfb;
  position: relative;
  padding: 50px 0px 50px 0px;
}
.producttitle {
  color: var(--primarycolor);
  font-size: 35px;
	font-weight:700;
}
.differenttitle {
    font-size: 25px;
    color: var(--primarycolor);
    margin-bottom: 15px;
    font-weight: 700;
}
.cleanserphoto {
  width: 40%;
  height: 800px;
  position: absolute;
  top: 0;
  right: 0;
}
#cleanserabout .owl-carousel .owl-item img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
/* .different .container {
  border-top: 1px solid #ccc;
  padding-top: 25px;
  margin-top: 15px;
} */
.differentgroup {
  display: grid;
  gap: 10px;
}
.differentgroup .eachingredient p {
  font-size: 15px;
}
.differentgroup .eachingredient {
  border: 1px solid #35282026;
  padding: 15px;
  border-radius: 15px;
}
.differentgroup .ingredientcontent {
  width: 80%;
}
.differentgroup .eachingredient img {
  max-width: auto;
  height: auto;
  display: block;
  margin: 0px;
}
.differentgroup h4.ingredientname {
  color: #352820;
  min-height: auto;
  font-size: 23px;
  justify-content: left;
}
.differentgroup .indgimage {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0px auto;
}
.differentgroup h4.ingredientname br {
  display: none;
}
#advicesection {
    overflow: hidden;
}
section#doctorrecommand {
  position: relative;
  padding: 50px 0px 50px 0px !important;
	overflow:hidden;
}
#doctorrecommand:before {
  width: 48%;
  height: 300px;
  background: var(--primarycolor);
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 32%;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.adviceimage {
  padding: 0px 45px;
}
#cleanserabout .ingredientflex,
#biomecreamdifferent .ingredientflex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.chooseimage {
  width: 80%;
  margin: 0px auto;
}
.chooseimage img {
  border-radius: 25px;
}
#benefitsection {
  margin: 80px 0px;
  min-height: 700px;
  background: rgb(251 251 251);
  position: relative;
  padding: 50px 0px;
}
.benefititem {
  background: var(--maincolor);
  width: 40%;
}
.benefitimage {
  width: 20%;
  margin: 25px auto;
}
.benefitcontent {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 190px;
}
.benefititem {
  background: var(--maincolor);
  width: 37%;
  color: white;
  margin: 10px 0px;
  padding: 15px;
  border-radius: 25px;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
}
.benefititem .tip {
  width: 10%;
  text-align: center;
}
.benefittext {
  width: 90%;
}
#beitem2 {
  margin-left: 60%;
  position: relative;
  margin-top: -60px;
}
div#beitem4 {
  margin-left: 60%;
  position: relative;
  margin-top: -70px;
}

div#beitem1 {
  margin-top: 60px;
}
div#beitem3 {
  margin-top: 70px;
}
div#beitem5 {
  position: relative;
  margin-top: 130px;
  margin-left: 30%;
  border-radius: 60px;
  width: 40%;
}
section#choosesection {
  margin: 50px 0px;
  padding: 60px 0px;
}
#comparesection h3.differenttitle {
  position: relative;
}
section#comparesection {
  margin: 50px 0px;
}
#comparesection .comparecontent {
  width: 90%;
}
#comparesection h3.differenttitle:after {
    content: "";
    display: block;
    width: 20%;
    height: 3px;
    background: var(--primarycolor);
    float: right;
    top: 50%;
    position: absolute;
    right: 0;
}
/*======================== Toner ======================*/
.different {
    overflow: hidden;
}
.page-template-toner #doctorrecommand:before {
  display: none;
}
.oddtonerdif,
.eventonerdif {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 480px;
  position: relative;
  /* background: blue; */
  align-items: center;
	position:relative;
}
.tonercontent h3 {
    font-size: 26px;
    color: var(--primarycolor);
    font-weight: 600;
}
.eventonerdif {
  flex-direction: row-reverse;
}
.eventonerdif img {
    float: right;
}
.tonerdifferentimage {
    position: absolute;
    width: 50%;
}
.page-template-toner .adviceimage {
  width: 90%;
}
.page-template-toner section#advicesection {
  margin-top: 70px;
}
.page-template-toner h2.differenttitle.text-center {
  font-size: 36px;
}
.page-template-toner .tonerdoctor img {
  margin: 0px auto;
  display: block;
}
section#toneradvantages {
  margin: 80px 0px;
  overflow: hidden;
}

.tonerredbox {
  background: var(--maincolor);
  color: white;
  padding: 45px;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
  position: relative;
}
.tonerredbox:after {
  content: "";
  display: block;
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -70%;
  background-color: var(--maincolor);
	z-index:-1;
}
.tonerredbox h3 {
  font-size: 30px;
}
.tonerredbox * {
  color: white;
}
/*======================== Biome Cream ======================*/
.biomecreamimage img {
  margin: 20px auto;
  display: block;
}
#biomecreamdifferent {
  background: #fbfbfb;
  padding: 70px 0px;
  background-image: url(/wp-content/uploads/2025/06/creamabsolute.png),
    linear-gradient(#fbfbfb);
  background-repeat: no-repeat;
  background-position: center right;
  /* background-size: contain; */
  background-attachment: fixed;
}
.page-template-barre-biome-cream #cleanserabout {
  background: transparent;
}
#biomecreamdifferent .differentgroup .eachingredient {
  padding: 15px;
  border-radius: 15px;
  border: 0px;
}
#biomecreamdifferent .ingredientname {
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  color: var(--maincolor);
}
#biomecreamdifferent .differentgroup .indgimage {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0px auto;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
  border-radius: 50%;
}
#biomecreamdifferent .differentgroup .indgimage img {
  width: 80px;
  height: auto;
  margin: 10px auto;
}
.page-template-barre-biome-cream #doctorrecommand:before {
  width: 40%;
  height: 200px;
  background: var(--maincolor);
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 32%;
  border-radius: 0px;
  right: 0;
}
.page-template-barre-biome-cream #advicesection {
  margin: 50px 0px;
}
.page-template-barre-biome-cream #advicesection h2.differenttitle {
  color: white;
  background: var(--maincolor);
  padding: 15px 0px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  position: relative;
}
.page-template-barre-biome-cream #advicesection h2.differenttitle:before {
  width: 500px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--maincolor);
  content: "";
  left: -500px;
  z-index: -1;
}
.eachcreamicon {
  background: var(--maincolor);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eachcreamicon img {
  margin: 15px auto;
  display: block;
}
.creamadviceflex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
}
.eachcreamadvice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 45px 0px;
}
.eachcremadvicecontent p {
  text-align: center;
}
#clinicadvantages {
  margin: 70px 0px;
  min-height: 600px;
  position: relative;
}
.clinicgroup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 60px;
  position: relative;
}
.leftadvantageleaf {
  position: absolute;
  top: 0%;
  left: 0;
	 z-index:-1;
}
.leftadvantageleaf img,.rightadvantageleaf img {
    filter: brightness(0) saturate(100%) invert(52%) sepia(12%) saturate(590%) hue-rotate(170deg) brightness(87%) contrast(81%);
}
.rightadvantageleaf {
  position: absolute;
  bottom: 0;
  right: 0;
 z-index:-1;
}
.creamadvantageimage {
  position: absolute;
  /* background: white; */
  left: 10%;
  top: -10px;
}
.circle {
  width: 50%;
}
.clinicgroupcontent {
  width: 50%;
}
.eachgroupcontent {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.groupcount {
  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 10px;
  border-radius: 50%;
  font-weight: 600;
  color: var(--maincolor);
}
.grouptext {
  margin-left: 25px;
}
section#creamabout {
  padding: 50px 0px;
  background: #fbfbfb;
}
.circleshape {
  width: 450px;
  height: 450px;
  border: 2px solid var(--maincolor);
  border-radius: 50%;
  float: right;
}
div#circle1 {
  margin-left: -90px;
}
div#circle2 {
  margin-left: -40px;
}
#circle3 {
  margin-left: -22px;
}
div#circle5 {
  margin-left: -60px;
}
div#circle4 {
  margin-left: -30px;
}
.page-template-barre-biome-cream b,
.page-template-barre-biome-cream strong {
  font-weight: 500;
  color: var(--maincolor);
}
/*======================== Lumi Cream ======================*/
.page-id-95 .advimage {
    width: 45%;
    margin-left: 25%;
}
.page-template-lumi-cream .adviceimage{
    width: 70%;
    margin: 0px auto;
}
.page-template-lumi-cream b,
.page-template-lumi-cream strong {
  font-weight: 500;
  color: var(--maincolor);
}
.page-template-lumi-cream #biomecreamdifferent {
  background-image: none;
  min-height: 650px;
  position: relative;
  display: flex;
  align-items: center;
}
.lumifirstdifferent #different4,
.lumifirstdifferent #different5,
.lumifirstdifferent #different6 {
  display: none;
}
.lumiseconddifferent #different1,
.lumiseconddifferent #different2,
.lumiseconddifferent #different3 {
  display: none;
}
.lumiseconddifferent .ingredientflex {
  flex-direction: row-reverse;
}
.lumiseconddifferent .differentgroup h4.ingredientname {
  text-align: right;
  justify-content: right;
}
.lumiseconddifferent .eachingredient p {
  text-align: right;
}
.lumifirstdifferent .lumicreamdifferentimage {
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  position: absolute;
  width: 44%;
  height: 590px;
  background-image: url("/wp-content/uploads/2025/06/leftdifferent.jpg");
  background-size: auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.lumiseconddifferent .lumicreamdifferentimage {
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  position: absolute;
  right: 0;
  width: 44%;
  height: 590px;
  background-image: url("/wp-content/uploads/2025/06/rightdifferent.jpg");
  background-size: auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center right;
}
.page-template-lumi-cream .doctorcontent {
  text-align: center;
  width: 80%;
  margin: 15px auto;
}
.page-template-lumi-cream .doctorcontent p {
  text-align: center;
}
.doctorgroup {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.leftdoctorgroup,
.rightdoctorgroup {
  padding-top: 70px;
  width: 43%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.doctorgroupimage {
  width: 14%;
}
.doctorgroupimage img {
  display: block;
  margin: 0px auto;
}

.leftdoctorgroup .eachdoctor:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 190px;
  height: 50px;
  top: 0;
  right: 0;
}
.leftdoctorgroup .eachdoctor,
.rightdoctorgroup .eachdoctor {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 50px;
}
.leftdoctorgroup .text {
  width: 65%;
  text-align: right;
}
.leftdoctorgroup #doctorgroup1:after {
  background-image: url("/wp-content/uploads/2025/06/firstafter.png");
}
.leftdoctorgroup #doctorgroup2:after {
  background-image: url("/wp-content/uploads/2025/06/secondafter.png");
}
#doctorgroup1 .text,
#doctorgroup3 .text {
  margin-top: -10px;
}
#doctorgroup2 .text,
#doctorgroup4 .text {
  margin-top: 35px;
}
.rightdoctorgroup .text {
  margin-left: 35%;
  width: 100%;
}
.rightdoctorgroup .eachdoctor:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 190px;
  height: 50px;
  top: 0;
  left: 0;
}
.page-template-lumi-cream #advicesection {
  background: #fbfbfb;
  padding: 50px 0px;
}
.rightdoctorgroup #doctorgroup3:before {
  background-image: url("/wp-content/uploads/2025/06/thirdafter.png");
}
.rightdoctorgroup #doctorgroup4:before {
  background-image: url("/wp-content/uploads/2025/06/fourthafter.png");
}
.page-template-lumi-cream .adviceimage img {
  display: block;
  margin: 0px auto;
}
.page-template-lumi-cream #clinicadvantages {
  min-height: 540px;
}
.page-template-lumi-cream .clinicadvantages {
  margin: 75px 0px;
  position: relative;
}
.page-template-lumi-cream .clinicadvantages:after {
  content: "";
  display: block;
  position: absolute;
  width: 40%;
  height: 180px;
  top: 35%;
  right: 0;
  background-color: var(--maincolor);
  border-top-left-radius: 85px;
  border-bottom-left-radius: 85px;
  z-index: -1;
}
/*======================== About Us ======================*/

.advimage img {
  margin: 0px auto;
  display: block;
}
#aboutsection h3.wp-block-heading {
  font-size: 20px;
  color: var(--maincolor);
  font-weight: 600;
}
.historybox {
  width: 60%;
  text-align: center;
  margin: 15px auto;
}
.historybox p {
  text-align: center;
}
.certificatesection {
  margin-bottom: 30px;
}
.certificatesection.oddsection {
  min-height: 400px;
  margin: 150px 0px 100px 0px;
  overflow: hidden;
}
.certificatesection.evensection {
  min-height: 400px;
  margin: 150px 0px 100px 0px;
  overflow: hidden;
}
.certificateimage {
  width: 75%;
  margin: 0px auto;
  border: 1px solid #ccc;
}
.certificatesection.oddsection h2 {
  background: var(--maincolor);
  width: 100%;
  font-size: 23px;
  color: white;
  padding: 15px 25px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  position: relative;
  min-height: 60px;
  text-align: center;
}
.certificatesection.oddsection h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background-color: var(--maincolor);
  top: 0;
  left: -100%;
  position: absolute;
}
.certificatesection.evensection h2 {
  background: var(--maincolor);
  width: 100%;
  font-size: 23px;
  color: white;
  padding: 15px 25px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  position: relative;
  min-height: 60px;
  text-align: center;
}
.certificatesection.evensection h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background-color: var(--maincolor);
  top: 0;
  right: -100%;
  position: absolute;
}
/* .certificatesection .cerproductslider {
  width: 80%;
  margin: 0px auto;
} */
.ourmission {
  background-image: url("/wp-content/uploads/2025/06/missionbackground.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  margin: 40px 0 70px 0px;
}
.innermission {
  padding: 50px 0px;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  background-image: url("/wp-content/uploads/2025/06/innerbg3.png");
}
/*======================== Contact US ======================*/
.contactperson {
    border: 1px dotted var(--maincolor);
    padding: 25px;
    border-radius: 25px;
    width: 83%;
    margin-top: 48px;
}
.contactperson h1.producttitle.text-center:after {
    content: "";
    display: block;
    width: 150px;
    height: 3px;
    background: #fec3b1;
    margin: 15px auto;
}
.contactperson h1.producttitle{
	margin-bottom:40px;
}
.personflex b {
    margin-right: 15px;
    font-family: var(--header-font);
    font-size: 18px;
}
.personflex a {
    color: var(--maincolor);
	font-family: var(--header-font);
    margin-left: 15px;
	font-size:17px;
}
.personflex img {
    width: 25px;
    margin-right: 15px;
}
.personflex {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px;
    margin-top: 15px;
    justify-content: center;
}
.page-template-contact-us #innerBanner {
  display: none;
}
.contact-us-page.inner-page {
  background-image: url("/wp-content/uploads/2025/06/contactbanner-scaled.webp");
  min-height: 1000px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-section {
    min-height: 1000px;
    display: flex;
    /* justify-content: center; */
    padding-top: 50px;
}
.form-control {
    border-radius: 25px;
    padding: 15px 45px;
    margin: 0px 0px 10px 0px;
    border: 1px dotted var(--maincolor);
}
.form-bg {
    width: 100%;
    /* margin-left: 23%; */
}
