@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Freehand&display=swap");

.font-manrope {
  font-family: "Manrope", sans-serif;
}

* {
  font-family: "Manrope", sans-serif;
  padding: 0;
  margin: 0;
  /* background: #f8f8f8; */
}

html {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
  /* background: #f8f8f8; */
}

.bg-offwhite {
  background: #fffdf9;
}

.textgray {
  color: #bababa;
}

.textgray2 {
  color: #7c7c7c;
}

.textblack {
  color: #000 !important;
}

ul,
p {
  padding: 0 !important;
}

a {
  text-decoration: none !important;
}

.sectionpad {
  padding: 70px 0;
}

.sectiontitle {
  font-size: 38px;
  font-weight: 500;
  color: #020d2b;
  line-height: 55px;
}

.sectioncontent {
  font-size: 19px;
  line-height: 30px;
  padding: 0 5% !important;
  margin-top: 20px !important;
}

.sectionpadtop {
  padding-top: 70px;
}

.sectionpadbottom {
  padding-bottom: 70px;
}

.imgfluid {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0 !important;
  margin: 0 !important;
}

.fixedctabtn {
  position: fixed;
  bottom: 35px;
  right: 35px;

  /* padding: 7px 10px !important; */
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  font-size: 15px !important;
  line-height: 22px;
}

.fixedctabtn span {
  font-weight: 600;
  color: #262626;
}

.fixedctaimg img {
  width: 60px;
  height: auto;
}

.mobilebenefitwrap {
  display: none;
}

/* navbar */

.navbarsection {
  background-color: rgba(251, 243, 237);
  padding: 15px 0;
}

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

.serenalogo {
  width: 165px;
}

.navctahead {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
}

.navdata {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
}

.navctacontent {
  margin-left: 10px;
}

/* banner section */

.bannerimginfo {
  padding: 0 !important;
}

.bannercontentwrap {
  padding: 0 60px;
}

.bannertitle {
  color: #8e3f32;
  font-size: 40px;
  line-height: 45px;
  font-weight: 800;
  line-height: 55px;
  margin-top: 10px !important;
}

.bannertext1 {
  color: #202020;
  font-size: 28px;
  font-weight: 800;
  line-height: 35px;
  margin-top: 10px !important;
}

.bannertext2 {
  color: #2f2d2d;
  font-family: Manrope;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  margin-top: 20px !important;
}

.bannertext3 {
  margin-top: 15px !important;
}

.desktopbannerdata {
  background: url("../images/banner/new-banner.jpg");
  background-color: #f6d7c3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  padding: 120px 0;
}

.desktopbannerdata .col-md-4 {
  padding: 0 !important;
}

.banimgfluid {
  width: 100%;
  height: auto;
}

.appointmentformwrap {
  border-radius: 1.5rem;
  background: #fff6e9;
  padding: 30px;
  width: 385px;
}

.formtitle {
  color: #231f20;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  /* 125% */
  text-transform: capitalize;
}

.inputlabel {
  color: #5d5d5d;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.inputfield {
  border-radius: 0.75rem;
  border: 1px solid #ffeacb;
  background: #fffbf4;
  padding: 10px 15px;
  width: 100%;
  font-size: 14px;
  position: relative;
}

.contactfield {
  padding-left: 60px;
}

.formtext2 {
  position: absolute;
  bottom: 9px;
  left: 12px;
  opacity: 0.3;
}

.formsubmitbtn {
  border-radius: 0.625rem;
  border: 1px solid #dfb572;
  background: #8e3f32;
  color: #fff;
  padding: 12px;
  font-weight: 600;
  width: 100%;
}

p.errortext {
  color: red;
  padding-left: 8px !important;
  font-size: 14px;
  margin-top: 5px !important;
  letter-spacing: 0.5px;
  display: none;
}

/* why choose section */

.whychoosesection,
.technologysection {
  background: url("../images/patternbg.png"), #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.uppertitle {
  color: #2f2d2d;
  font-family: Freehand;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.sectiontitle {
  color: #8e3f32;
  font-size: 3.125rem;
  font-weight: 800;
  line-height: 3.75rem;
  /* 120% */
}

.contactbtnwrap a {
  display: inline-block;
  padding: 15px 25px;
  background: #8e3f32;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.1375rem;
  border-radius: 10px;
  position: relative;
  z-index: 50;
}

.whyimgdata {
  width: 100%;
  height: auto;
}

.whyimwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
}

.whyimwrap img {
  width: 130px;
}

.whytextdata {
  text-align: center;
  color: #7c7c7c;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.75rem;
  margin-top: 12px !important;
}

.hair1imgwrap {
  position: absolute;
  top: 0;
  left: 0;
}

.hair1imgwrap img {
  width: 225px;
}

.hair2imgwrap img {
  width: 150px;
}

.hair2imgwrap {
  position: absolute;
  top: 0;
  right: 0;
}

/* technology content */

.techcontent {
  color: #7c7c7c;
  font-family: Manrope;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  /* 166.667% */
}

.techlist {
  color: #8e3f32;
  font-family: Manrope;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  /* 150% */
  /* margin-bottom: 5px !important; */
}

.tech3imgwrap {
  position: absolute;
  bottom: 0;
  left: 0;
}

.tech3imgwrap img {
  width: 100px;
}

.techimg5wrap {
  position: absolute;
  top: -55px;
  left: 23.927vw;
}

@media screen and (max-width: 1024) {
  .techimg5wrap {
    display: none;
  }
}

.techimg5wrap img {
  border-radius: 20px;
}

/* before after section */

.beforeaftersection .sectiontitle {
  color: #000;
}

.beforeaftersection {
  background: linear-gradient(0deg, #fff 0%, #fff 100%),
    url(<path-to-image>) lightgray 0px -166.578px / 100% 183.667% no-repeat;
  position: relative;
}

/* .beforeimg {
  border-radius: 0.25rem;
  border: 1px solid #dfb572;
  margin-top: 10px;
  padding: 10px;
} */

.no-select {
  user-select: none;
  /* Disable text selection while dragging */
}

.design1wrap {
  position: absolute;
  top: 0;
  left: 0;
}

.design2wrap {
  position: absolute;
  bottom: 0;
  right: 0;
}

.design1wrap img,
.design2wrap img {
  width: 200px;
}

/* benefit section */

.benefitsection {
  background: linear-gradient(0deg, #fff 0%, #fff 100%),
    url(<path-to-image>) lightgray 0px -166.578px / 100% 183.667% no-repeat;
}

.benefit-card-wrap {
  border-radius: 1rem;
  background: #8e3f32;
  padding: 20px;
  height: 250px;
}

.benefittext {
  color: #7c7c7c;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
}

.beneitcardtext {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.625rem;
  /* 130% */
  margin-top: 15px !important;
}

.mobbtext {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  margin-left: 15px !important;
}

.mob-benefit-cardwrap {
  border-radius: 1rem;
  background: #8e3f32;
  position: relative;
  z-index: 50;
  padding: 20px;
  margin-top: 20px;
}

.starimgwrap {
  position: absolute;
}

.star1 {
  top: 3px;
  left: 15px;
}

.star2 {
  top: 9px;
  right: 9px;
}

.star3 {
  bottom: 9px;
  right: 9px;
}

.star4 {
  bottom: 0;
  left: 10px;
}

/* whatis */

.whatimg2 {
  display: none;
}

.whatissection {
  position: relative;
  background: linear-gradient(0deg,
      rgb(116 83 46 / 80%) 0%,
      rgba(255, 214, 169, 0.8) 100%),
    url(/images/whatsecbg.png) lightgray 50% / cover no-repeat;
  margin-top: 80px;
}

.whatisimgwrap {
  position: absolute;
  bottom: 0;
  right: 0;
}

.whatiscontentwrap {
  display: flex;
  align-items: center;
  height: 500px;
  position: relative;
}

.whatimg2 {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.whatisimgwrap img {
  width: 650px;
  border-top-left-radius: 20px;
}

.whatisheadwrap .contactbtnwrap a {
  background-color: #8e3f32;
  color: #fff;
}

.reviewdata {
  height: 178px;
}

/* client review section */

.owl-carousel .owl-item img {
  display: block;
  width: unset !important;
}

.client-review-wrap {
  border-radius: 1.875rem;
  border: 2px solid #8e3f32;
  background: #fff;
  padding: 30px;
}
.client-review-wrap .user{
  border-radius: 35px;
}
.clientname {
  color: #202020;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2rem;
  margin-bottom: 10px !important;
  margin-top: 15px !important;
}

@media only screen and (max-width: 768px) {
  .clientname {
    color: #202020;
    font-size: 1.2rem !important;
    font-weight: 800;
    line-height: 2rem;
    margin-bottom: 4px !important;
    margin-top: 15px !important;
  }

  .owl-carousel .owl-item img {
    width: 100% !important;

  }
}

.calmonthtext {
  color: #8c601d;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
  margin-bottom: 4px !important;
  display: flex;
}

.desktopreview {
  display: block;
}

.mobilereview {
  display: none;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
}

/* footer */
.footercontentwrap {
  background: linear-gradient(90deg, #8e3f32 0%, #8f4d1f 100%);
}

.footimg {
  width: 20px !important;
  height: auto;
  margin: 0 5px 0 10px;
}

.foottext {
  font-size: 14px !important;
  line-height: 20px;
  margin-bottom: 0 !important;
}

/*  */

/* footer */

.footersection {
  background-color: #1b2728;
}
.accordion ul{
  padding-left: 2rem !important;
}
.accordion-button{
  padding: 10px 20px !important;
  color: #8e3f32 !important;
  font-size: 1.25rem !important;
  box-shadow: none !important;
  border: 1px solid #8e3f32 !important;
  margin-top: 10px;
  /* border-radius: 10px !important; */
}
.accordion-button.collapsed{
  border-radius: 10px !important;
}
.accordion-body{
  border: 1px solid #8e3f32 !important;
}
.accordion-header .accordion-button::after {
  background: url("../images/icon/down.svg") !important;
  background-size: cover !important;
  filter: invert(1);
  transform: rotate(0deg) !important;
}
.down-arrow{
  filter: invert(1);
  width: 20px;
}
.accordion-button.collapsed::after {
  /* background: url("../images/icon/up.svg") !important;  */
  /* background-size: cover !important;
  transform: none !important; */
  transform: rotate(0deg) !important;
}
.accordion-button:not(.collapsed)::after {
  /* background: url("../images/icon/up.svg") !important;  */
  /* background-size: cover !important;
  transform: none !important; */
  transform: rotate(-180deg) !important;
}
/* .accordion-header {
    color: #ffffff;
    background-color: #ffffff;
    border: 1px solid #8e3f32;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
} */
.accordion-button:not(.collapsed){
  background-color: #ffffff!important;
}
.accordion-button:focus{
  box-shadow: none!important;
}
.ctabtnwrap a {
  position: fixed;
  bottom: 4%;
  right: 6%;
  border-radius: 0.5rem;
  background: #85cfd5;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  padding: 10px 15px;
  box-shadow: 0px 4px 50px 0px rgba(164, 230, 235, 0.8);
  z-index: 9999;
}

/* togglewrap */
.togglewrap {
  font-size: 24px;
}

/* mobilefeature */
.featureboxwrap {
  display: none;
  border-radius: 0.75rem;
  /* border: 1px solid #000; */
  background: linear-gradient(90deg, #f58f8f 0%, #cb6059 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
}

.mobilenav {
  display: none;
  background: linear-gradient(90deg, #f0fdff 0%, #f1feff 46.5%, #fff0f4 100%);
}

.mobnavtext {
  font-size: 18px;
  color: #000;
  font-weight: 800;
}

/* before after css  */

.baimage,
.baimage2 {
  width: 100%;
  display: block;
}

img#beforeimg2 {
  width: 859px !important;
}

.bacontainer,
.bacontainer2 {
  width: 50%;
  display: block;
  margin: 30px auto;
}

#before-after-slider,
#before-after-slider2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 3px solid white;
}

#after-image,
#after-image2 {
  display: block;
}

#before-image,
#before-image2 {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}

#resizer,
#resizer2 {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 5;
  top: 0;
  left: 50%;
  height: 100%;
  width: 4px;
  background: white;
  /*Stop vertical scrolling on touch*/
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

#resizer:after,
#resizer2:after {
  background: linear-gradient(62deg, #c93072 5%, #3365c0);
  font-family: "Font Awesome 5 Free";
  content: "\f337";
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: absolute;
  margin: 0 0 0 -18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid white;
}

/* wrapp2 */

/* animation text */

.benefit-card-wrap:hover,
.mob-benefit-cardwrap:hover {
  background-color: #000;
  transition: all 0.2 ease;
}

.contactbtnwrap a:hover {
  background: #000;
  color: #fff;
  transition: all 0.2 ease;
}

.formsubmitbtn:hover {
  background: #8e3f32;
  color: #000;
  transition: all 0.2 ease;
}

.whatisheadwrap .contactbtnwrap a:hover {
  background-color: #8e3f32;
  color: #000;
}

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

/* before after animation test */

/* Divider Styles */

.divider-wrapper {
  position: relative;
}

.divider-wrapper:hover {
  cursor: none;
}

.divider-bar {
  position: absolute;
  width: 4px;
  left: 50%;
  top: 0px;
  bottom: 0;
  background: #8b601c;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
}

.code-wrapper {
  display: block;
  overflow: hidden;
  width: 395px;
  height: 285px;
  position: relative;
  background: url("../images/bf1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.design-wrapper,
.design-image {
  border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
}

.design-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.design-image {
  display: block;
  width: 395px;
  height: 285px;
  position: relative;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../images/aft1.jpg") no-repeat bottom right;
  background-size: cover;
  background-position: center;
}

.bfwrap1 {
  background: url("../images/bf1.jpg") no-repeat !important;
}

.bfwrap2 {
  background: url("../images/bf2.jpg") no-repeat !important;
}

.bfwrap3 {
  background: url("../images/bf3.jpg") no-repeat !important;
}

.aftwrap1 {
  background: url("../images/aft1.jpg") no-repeat !important;
}

.aftwrap2 {
  background: url("../images/aft2.jpg") no-repeat !important;
}

.aftwrap3 {
  background: url("../images/aft3.jpg") no-repeat !important;
}

.imgarrowwrap {
  position: absolute;
  top: 38%;
  left: -20px;
  bottom: 0;
}

.videoimg {
  position: relative;
  display: inline-block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.play-button i {
  color: white;
  font-size: 24px;
}

.video-link:hover .play-button {
  background: rgba(0, 0, 0, 0.8);
}

/* media querire */

@media only screen and (max-width: 1600px) {
  .bannercontentwrap {
    padding: 0 0 0 60px;
  }
}

@media only screen and (max-width: 1400px) {

  .code-wrapper,
  .design-image {
    width: 100%;
  }

  .bannercontentwrap {
    padding: 0 0 0 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .whatisimgwrap img {
    width: 450px;
    height: auto;
  }

  .desktopreview {
    display: none;
  }

  .mobilereview {
    display: block;
  }
}

@media only screen and (max-width: 992px) {
  .code-wrapper {
    width: unset;
  }

  .desktopbannerdata {
    padding: 0;
    margin: 0 auto;
    background-image: unset;
  }

  .sectiontitle {
    font-size: 35px;
    line-height: 45px;
  }

  .bannercontentwrap {
    padding: 30px 0;
  }

  .appointformdatawrap {
    padding: 30px 0;
    display: flex;
    justify-content: center;
  }

  .whyimgdata,
  .techimgwrap {
    padding: 30px 0;
  }

  .tech3imgwrap {
    display: none;
  }

  .techimg5wrap {
    position: absolute;
    bottom: -10px;
    right: -30px;
    top: unset;
  }

  .techimg5wrap img {
    width: 175px;
  }

  .benefit-card-wrap {
    margin: 20px;
  }

  .whatisimgwrap img {
    width: 360px;
    height: auto;
  }

  .desktopbenefitwrap {
    display: none;
  }

  .mobilebenefitwrap {
    display: block;
  }

  .beforeimg {
    width: 440px;
    margin: 15px auto;
  }
}

@media only screen and (max-width: 768px) {
  .sectionpad {
    padding: 40px 0;
  }

  .whyimgdata {
    padding: 40px 10px;
  }

  .hair1imgwrap img {
    width: 125px;
  }

  .hair2imgwrap img {
    width: 90px;
    z-index: 10;
  }

  .uppertitle {
    font-size: 25px;
    line-height: 30px;
  }

  .sectiontitle {
    font-size: 35px;
    line-height: 45px;
  }

  .beforeaftersection .btnwrap {
    margin-top: 20px;
  }

  .whatisimgwrap {
    display: none;
  }

  .whatimg2 {
    display: block;
    position: absolute;
    top: -15%;
  }

  .whatiscontentwrap {
    align-items: end;
    padding-bottom: 30px;
    height: 600px;
  }

  .whatimg2 img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .navctahead {
    font-size: 12px;
    line-height: 15px;
  }

  .navdata {
    font-size: 13px;
  }

  .bannertitle {
    font-size: 29px;
    line-height: 35px;
  }

  .bannertext2 {
    font-size: 22px;
  }

  .uppertitle {
    font-size: 22px;
    line-height: 30px;
  }

  .sectiontitle {
    font-size: 32px;
    line-height: 45px;
  }

  .techimg5wrap img {
    width: 155px;
  }

  .benefit-card-wrap {
    margin: 10px;
    position: relative;
    z-index: 50;
  }

  .whatimg2 img {
    width: 235px;
  }

  .beforeimg {
    width: 100%;
    /* margin: 20px; */
  }

  .code-wrapper,
  .design-image {
    width: 100%;
  }

  .bfwrap1:hover .scrollarrowimg1 {
    display: none;
  }

  .bfwrap2:hover .scrollarrowimg2 {
    display: none;
  }

  .bfwrap3:hover .scrollarrowimg3 {
    display: none;
  }
}

@media only screen and (max-width: 400px) {

  .navctahead,
  .navdata {
    display: none;
  }

  .sectiontitle {
    font-size: 30px;
    line-height: 37px;
  }
}

.beforeafter-carousel {
  transform: scale(0.9);
}

.redbgsection {
  /* height: 9.583vw; */
  background: #8e3f32;
}

.counter-container {
  padding: 2.031vw 18.333vw;
}

.counter-number-text {
  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 2.604vw;
  font-style: normal;
  font-weight: 800;
  line-height: 2.8vw;
  /* 120% */
  margin-bottom: 0.833vw;
}

@media screen and (max-width: 1024px) {
  .counter-row {
    row-gap: 48px;
  }
}

.counter-substring {
  color: #fff;
  font-family: Manrope;
  font-size: 1.146vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.563vw;
  text-wrap: nowrap !important;
}

.white-line {
  margin: 0 3.333vw 0 3.333vw;
}

@media screen and (max-width: 768px) {
  .redbgsection {
    height: auto;
  }

  .counter-container {
    padding: 32px;
  }

  .counter-number-text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .counter-substring {
    font-size: 10px;
    line-height: 12px;
  }
}

.gray-cirlce {
  border-radius: 50%;
  background-color: #c8c8c8;
  height: 56px;
}

.star-box {
  margin-bottom: 16px;
}

.custom-container {
  margin: 0 13.021vw;
}

.swiper-arrow-position {
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  z-index: 99;
  top: 3vw;
}

@media only screen and (max-width: 1024px) {
  .custom-container {
    margin: 0 24px !important;
  }

  .swiper-arrow-position {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    z-index: 99;
    top: 10vw;
  }
}

.swiper-arrow-position .swiper-button-next::after {}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10;
}

.swiper-button-prev {
  left: 20px;
}

.swiper-button-next {
  right: 20px;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.swiper-button-prev:hover svg {
  transform: translateX(-5px);
}

.swiper-button-next:hover svg {
  transform: translateX(5px);
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
  font-size: 0 !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
  font-size: 0 !important;
}

.swiper-pagination {
  transform: translate(5%) !important;
  bottom: -3rem !important;
}

.machineSwiper {
  position: absolute !important;
  top: 0;
  left: -256px;
}

.techimg5wrap {
  width: 80%;
  margin: auto;
  text-align: center;
}

.owl-carousel .item img {
  width: 100%;
  border-radius: 0;
}

.techimg5wrap .machineOwl .owl-dots {
  position: absolute !important;
  bottom: -358px !important;
  left: -11.354vw !important;
  margin-top: 0px;
}

@media screen and (max-width: 1800px) {
  .techimg5wrap .machineOwl .owl-dots {
    position: absolute !important;
    bottom: -18.646vw !important;
    left: -11.354vw !important;
  }
}

.treatmenttitle {
  color: #8e3f32;
  font-family: Manrope;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}