
/****** Fonts Decleration *******/
@font-face {
    font-family: 'Abril Display';
    src: url('../fonts/AbrilDisplay-Regular.woff2') format('woff2'),
        url('../fonts/AbrilDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font-pf{
  font-family: "Playfair Display", serif;
}

.font-mnr{
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-fira{
  font-family: "Fira Sans Condensed", sans-serif;
}

.font-abr{
  font-family: "Abril Display";
}

.font-brl{
  font-family: "Barlow Condensed", sans-serif;
}

.font-rbt{
  font-family: "Roboto", sans-serif;
}

.fw-extbold{
    font-weight: 800 !important;
  }
.fw-bold{
    font-weight: bold  !important;
  }
.fw-medium{
    font-weight: 500 !important;
  }
.fw-semibold{
    font-weight: 600 !important;
  }
.fw-normal{
    font-weight: 400;
  }
.fw-light{
    font-weight: 300;
  }
.font-itl{
  font-style: italic;
}

.txt-upr{
  text-transform: uppercase;
}

.errorfont {
  color: red;
  padding-left: 5px;
  font-size: 13px;
  line-height: 22px;
}

.errorfont svg {
  margin-right: 3px;
}

/******** Common CSS ********/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body, p {
  color:  #221b2b;
  font-size: 18px;
  line-height: 40px;
  font-weight: normal;
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}

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

p{
  padding-bottom: 20px;
}

p:last-child{
  padding-bottom: 0px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

a,a:focus {
  text-decoration: none;
  color:  #221b2b;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
a:hover {
  color: #6f375c;
}

.button-white,.button-white:focus {
  font-family: "Barlow Condensed", sans-serif;
  background-color: #fff;
  padding: 10px 25px;
  outline: 0;
  border: 2px solid transparent;
  color: #6f375c;
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
  line-height:normal;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}
.button-white:hover {
    background-color: #6f375c;
    border-color: #6f375c;
    color: #f0ccd0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    box-shadow: inset 15em 0 0 0 #6f375c;
}

.button-pink,.button-pink:focus {
  font-family: "Barlow Condensed", sans-serif;
  background-color: #f0ccd0;
  padding: 10px 25px;
  outline: 0;
  border: 2px solid transparent;
  color: #6f375c;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height:normal;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}

.button-pink:hover {
    background-color: #6f375c;
    border-color: #6f375c;
    color: #f0ccd0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    box-shadow: inset 15em 0 0 0 #6f375c;
}

.button-pink2,.button-pink2:focus {
  font-family: "Barlow Condensed", sans-serif;
  background-color: #f0ccd0;
  padding: 10px 40px;
  outline: 0;
  border: 2px solid transparent;
  color: #6f375c;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height:normal;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}

.button-pink2:hover {
    background-color: #6f375c;
    border-color: #6f375c;
    color: #f0ccd0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    box-shadow: inset 15em 0 0 0 #6f375c;
}

.ctgrypgbtn:hover{
  background-color: #f0ccd0;
  border-color: #f0ccd0;
  color: #f0ccd0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  box-shadow: inset 15em 0 0 0 #6f375c;
}

.protypebtn:hover{
  background-color: #f0ccd0;
  border-color: #f0ccd0;
  color: #f0ccd0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  box-shadow: inset 15em 0 0 0 #6f375c;
}

.button-pink svg {
  font-size: 19px;
  margin-right: 5px;
}


.button-purple,.button-purple:focus {
  font-family: "Barlow Condensed", sans-serif;
  background-color: #221b2b;
  padding: 10px 25px;
  outline: 0;
  border: 2px solid transparent;
  color: #f0ccd0;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height:normal;
  display: inline-block;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}

.button-purple:hover {
    background-color: #f0ccd0;
    border-color: #f0ccd0;
    color: #f0ccd0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    box-shadow: inset 20em 0 0 0 #6f375c;
}

.button-purple2,.button-purple2:focus {
  font-family: "Barlow Condensed", sans-serif;
  background-color: #221b2b;
  padding: 10px 25px;
  outline: 0;
  border: 2px solid transparent;
  color: #f0ccd0;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height:normal;
  display: inline-block;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}

.button-purple2:hover {
    background-color: #f0ccd0;
    border-color: #f0ccd0;
    color: #f0ccd0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    box-shadow: inset 25em 0 0 0 #6f375c;
}

.button-purple .bi,
.button-purple2 .bi{
  margin-left: 5px;
}

.button-purple3,.button-purple3:focus {
  font-family: "Barlow Condensed", sans-serif;
  background-color: #6f365c;
  padding: 10px 25px;
  outline: 0;
  border: 2px solid transparent;
  color: #f0ccd0;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height:normal;
  display: inline-block;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}

.button-purple3:hover {
    background-color: #f0ccd0;
    border-color: #f0ccd0;
    color: #6f365c;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    box-shadow: inset 20em 0 0 0 #f0ccd0;
}
 /** Icon CSS **/

 /*.svg-inline--fa{
  line-height: normal;
  vertical-align: middle;
  position: relative;
  top: -2px;
}*/

[class^="bi-"]::before, [class*=" bi-"]::before {
  line-height: normal;
}

.section-devider{
  border: 1px solid #d7d7d7;
}

.section-devider2{
  border: 1px solid #efcbcf;
  opacity: 0.2;
}

 /** Color CSS **/

 .color-purple{
  color:#7d4a6c;
}

.color-purple2{
  color: #6f365c;
}

 .color-lpink{
  color:#f0ccd0;
}
.color-pink{
  color:#d36cb1;
}
.color-gray{
  color:#221b2b;
}

.color-gray2{
  color: #343434;
}

.color-gray3{
  color: #808285;
}

.color-black{
  color: #000;
}

.color-white{
  color: #fff;
}

.bgcolor-lpink{
  background-color: #f0ccd0;
}

.bgcolor-purple{
  background-color: #221b2b;
}

.bgcolor-dpurple{
  background-color: #18151b;
}
.bgcolor-black{
  background-color: #000;
}
.bgcolor-white{
  background-color: #fff;
}
/*
.bgcolor-gradient{
  background: rgba(33,27,43,1);
  background: linear-gradient(to right bottom, rgba(33,27,43,1) 0%,rgba(33,27,43,1) 50%, rgba(185,153,143,1) 100%);
}*/

.bgcolor-gradient{
  background: rgba(111,54,92,1);
  /*background: linear-gradient(130deg, rgba(111,54,92,1) 0%,rgba(111,54,92,1) 25%,rgba(111,54,92,1) 50%,rgba(111,54,92,1) 75%, rgba(238,194,178,1) 100%);*/
  background-image: radial-gradient(farthest-corner at 95% 90%, #b87e93 5%, #6f365c 25%, #6f365c 100% );
}

.bgcolor-gradient2{
  background: rgba(111,54,92,1);
  background-image: radial-gradient(farthest-corner at 90% 120%, #b87e93 10%, #6f365c 30%, #6f365c 100% );
}

.bgcolor-gradient3{
  background: rgba(111,54,92,1);
  background-image: radial-gradient(farthest-corner at 170% 50%, #ffd9d5 0%,#ffd6d2 10%, #ffd0cb 15%,#6f365c 50%, #6f365c 100% );
}

.bgcolor-gradient4{
  background: rgba(111,54,92,1);
  background-image:radial-gradient(farthest-corner at 150% 110%, #c8859d 5%, #cc8da4 15%, #c8859d 25%, #6f365c 50%,#6f365c 75%, #6f365c 100% );
}

.bgcolor-gradient-footer{
  background: rgba(111,54,92,1);
  /*background: radial-gradientt( farthest-corner at 210px 210px, rgba(111,54,92,1) 0%,rgba(111,54,92,1) 25%,rgba(111,54,92,1) 50%,rgba(111,54,92,1) 75%, rgba(238,194,178,1) 100%);
  */
  background-image: radial-gradient(farthest-corner at 120% 95%, #b87e93 0%, #6f365c 25%, #6f365c 100% );
  
}
 
/****** Section Space ******/

.sec-pad{
  padding: 100px 0;
}

.sec-pad80{
  padding: 80px 0;
}

.sec-pad60{
  padding: 60px 0;
}

.sec-pad40{
  padding: 40px 0;
}

.sec-pad20{
  padding: 20px 0;
}

/***** Padding/Margin *****/

.pdtop {
  padding-top: 100px;
}
.pdtop80 {
  padding-top: 80px;
}
.pdtop60 {
  padding-top: 60px;
}
.pdtop40 {
  padding-top: 40px;
}
.pdtop30 {
  padding-top: 30px;
}
.pdtop20 {
  padding-top: 20px;
}
.pdtop10 {
  padding-top: 10px;
}
.pdtop5 {
  padding-top: 5px;
}
.pdbtm {
  padding-bottom: 100px;
}
.pdbtm80 {
  padding-bottom: 80px;
}
.pdbtm60 {
  padding-bottom: 60px;
}
.pdbtm40 {
  padding-bottom: 40px;
}
.pdbtm30 {
  padding-bottom: 30px;
}
.pdbtm20 {
  padding-bottom: 20px;
}
.pdbtm10 {
  padding-bottom: 10px;
}
.pdbtm5{
  padding-bottom: 5px;
}

.mrtop {
  margin-top: 100px;
}
.mrtop80 {
  margin-top: 80px;
}
.mrtop60 {
  margin-top: 60px;
}
.mrtop50 {
  margin-top: 50px;
}
.mrtop40 {
  margin-top: 40px;
}
.mrtop30 {
  margin-top: 30px;
}
.mrtop20 {
  margin-top: 20px;
}
.mrtop10 {
  margin-top: 10px;
}
.mrtop7 {
  margin-top: 7px;
}
.mrbtm {
  margin-bottom: 100px;
}
.mrbtm80 {
  margin-bottom: 80px;
}
.mrbtm60 {
  margin-bottom: 60px;
}
.mrbtm50 {
  margin-bottom: 50px;
}
.mrbtm40 {
  margin-bottom: 40px;
}
.mrbtm30 {
  margin-bottom: 30px;
}
.mrbtm20 {
  margin-bottom: 20px;
}
.mrbtm10 {
  margin-bottom: 10px;
}

/***** Font Size ******/

.font-136{
  font-size: 136px;
  line-height: 146px;
}

.font-63{
  font-size: 63px;
  line-height: 73px;
}

.font-58{
  font-size: 58px;
  line-height: 72px;
}

.font-55{
  font-size: 55px;
  line-height: 70px;
}

.font-50{
  font-size: 50px;
  line-height: 65px;
}

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

.font-40{
  font-size: 40px;
  line-height: 55px;
}

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

.font-28{
  font-size: 28px;
  line-height: 42px;
}

.font-26{
  font-size: 26px;
  line-height: 40px;
}

.font-24{
  font-size: 24px;
  line-height: 40px;
}

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

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

.font-18{
  font-size: 18px;
  line-height: normal;
}

.font-14{
  font-size: 14px;
  line-height: normal;
}

 sup{
  font-size: 15px;
}

/******* Header CSS *******/

header {
  display: block;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

header .container{
  padding: 0 70px;
  max-width: 100%;
}

header.fixed-menu {
  position: fixed;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #fff;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}
header.fixed-menu .header-inner{
  padding: 5px 0;
}
.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }

.logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  }

.logo a{
    display: inline-block;
  }

.logo a img {
    width: auto;
    height: auto;
  }

.header-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  }

  .menu-icon, .menu-icon:focus {
    display: none;
    color: #20a778;
    position: relative;
  }

  .mainNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .mainNavigation{
    position: relative;
  }

  .mainNavigation li{
    display: inline-block;
    list-style: none;
 
  }
  .mainNavigation li a,.mainNavigation li a:focus {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    color: #414042;
    padding: 0 18px !important;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: relative;
  }

  /*********/

  .mainNavigation li a:before,
  .mainNavigation li a:after {
    content: "";
    position: absolute;
    width: 40%;
    height: 1px;
    background-color: #e1ada2;
    left: 0;
    pointer-events: none;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  
  .mainNavigation li a:before {
    top: 100%;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  }
  .mainNavigation li a:after {
    top: calc(100% + 4px);
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1);
  }
  .mainNavigation li a:hover:before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 2, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  }
  .mainNavigation li a:hover:after {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  }

  /*******/

  .mainNavigation li a:hover{
    color: #e1ada2;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .head-button,.head-button:focus {
    font-family: "Manrope", sans-serif;
    background-color: #fff;
    padding: 10px 15px 10px 15px;
    outline: 0;
    border: 2px solid #221b2b;
    color: #221b2b;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    display: flex;
    align-items: center;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 50px;
    margin-left: 20px;
  }
  .head-button:hover {
    background-color: #f0cccf;
    border-color: #f0cccf;
    color: #221b2b;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    box-shadow: inset 15em 0 0 0 #f0cccf;
  }

  .head-button-mobile{display: none;}

  .head-button img {
    width: 100%;
    max-width: 26px;
    margin-left: 10px;
  }

  .mainbannerbtn .dwnbtn {
    display: flex;
    align-items: center;
  }

  .mainbannerbtn .material-symbols-outlined {
    font-size: 32px !important;  /* Change size */
    color: #6f375c;      /* Change color */
    margin-right: 10px;
}

.mainbannerbtn .dwnbtn:hover .material-symbols-outlined {
  color: #f0ccd0;
}

/***===========================================
================= HOME PAGE ===================
===========================================***/

/***** Main Banner ******/

.mainBanner {
  background-image: url('../images/mainBanner.webp');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  height: 641px; /* Adjust as needed */
  display: flex;
  align-items: center;
}

.mainBanner .container{
  padding: 0 70px;
  max-width: 100%;
}

.bi-download {
  font-size: 20px;
  margin-right: 5px;
  filter: drop-shadow(0px 0px 0.29px black); /* Adds a shadow to give a heavier look */
}

.mainBannercaption p i {
  font-size: 23px;
}

/***** Nature ******/

.prfdesc{
  padding: 0 70px;
}

/****** Difference ******/

.conpad45 {
  padding: 0 45px;
}

.dfrinrbox {
  background-color: #fff;
  padding: 55px 50px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12);
  border-radius: 20px;
}

.dfrcolinr{
    position: relative;
    z-index: 0;
}

.dfrcolinr::before{
    content: "\f6b0";
    position: absolute;
    left: -25px;
    top: -12px;
    z-index: -2;
    font-size: 80px;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    color: #ebebeb;
}

.dfrauth {
  display: flex;
  justify-content: start;
  align-items: center;
}

.dfrauthimg p{
  padding-bottom: 0px;
}

.dfrauth img {
  width: auto;
  height: auto;
  max-width: 55px;
}

.dfrauthimg {
  margin-left: 15px;
}

.dfrcoldevider img{
  width: auto;
  height: auto;
}


/****** Signature *******/

.conpad80{
  padding: 0 80px;
}

.signcolinner {
  display: flex;
  position: relative;
  justify-content: center;
}


/* Image inside the container */
.signcolinner .signimg, .signcolinner .signimg img {
   border-radius: 17px;
   position: relative; 
  transform: translateY(0px);
  -webkit-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  width: 100%;  /* Ensure the image is responsive */
  height: auto; /* Maintain the aspect ratio of the image */
}

/* Optional: styling for the text */
.signcolinner .signcolink h3 {
  transition: transform 0.4s ease-in-out;
  -webkit-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
}

.signcolinner:hover .signcolink h3 {
  transform: translateY(-10px); /* Move text upwards when hovering */
  color: #fff;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.signcolinner:hover .signimg, 
.signcolinner:hover .signimg img {
   transform: translateY(-10px); 
}

/*.signimg img:hover{
  opacity: 0.9;
  -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}*/

.signttl {
  margin-top: 5px;
  text-transform: uppercase;
}

.signttl i {
  font-size: 28px;
}


.outcomeinrbox {
  background-color: #fff;
  padding: 55px 50px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12);
  border-radius: 20px;
}

.sgncolinr{
    position: relative;
    z-index: 0;
}

.sgncolinr::before{
    content: "\f6b0";
    position: absolute;
    left: -25px;
    top: -12px;
    z-index: -2;
    font-size: 80px;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    color: #ebebeb;
}

.sgnauth {
  display: flex;
  justify-content: start;
  align-items: center;
}

.sgnauthimg p{
  padding-bottom: 0px;
}

.sgnauth img {
  width: auto;
  height: auto;
  max-width: 55px;
}

.sgnauthimg {
  margin-left: 15px;
}

.sgncoldevider img{
  width: auto;
  height: auto;
}

.conpad40{
  padding: 0 40px;
}

/**** Team ****/

.teamimg, .teamimg img {
  border-radius: 17px;
}

.teamdesc {
  padding: 0 100px;
}

.teamcol {
  padding: 0 0;
}

.teamcolinr {
  border-right: 1px solid #221b2b;
  padding: 0 30px;
}

.teamcol:last-child .teamcolinr{
  border-right: 0;
}

/*** Why AEONA?***/

.whycollist img {
  width: auto;
  height: auto;
}

.sldritem{
  border-radius: 17px;
  overflow: hidden; /* Ensures the image does not overflow */
  display: flex;
  justify-content: center;
  align-items: center;
}

.sldritem img{
  display: block;
  width: 100%; /* Ensures it fills the container */
  height: 100%;
  object-fit: cover;
  border-radius: 17px;
}

.whycoldesc {
  padding-left: 25px;
}

.whycolinner {
  display: flex;
}

.whyslidermainbox {
  position: relative;
  z-index: 2;
}

.why-arrows{
  position: absolute;
  top:0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  left: -40px;
  right: -40px;
   z-index: -1;
}

.why-arrows .slide-arrow {
  
  background-color: transparent;
  outline: none;
  border: none;
 /* display: flex;
  justify-content: center;
  align-items: center;*/
}

.why-arrows span {
  color: #bba362;
  font-size: 30px;
  font-weight: bold;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.why-arrows span:hover {
  color: #f0ccd0;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/**** News ****/

.newscol img {
  width: auto;
  height: auto;
}

/** Simulation **/

.simulationbox{
  padding: 80px 90px;
  border-radius: 17px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}

.smldescbox {
  max-width: 525px;
  position: relative;
  z-index: 2;
}

.smlimg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 531px;
  height: 569px;
  z-index: 1;
}

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


.cmnprocedlistbox .container {
  max-width: 1050px;
}


.cmnprcol {
  padding: 0 40px;
}
/*** Insight ***/

.inscolinner {
  position: relative;
  overflow: hidden; /* Make sure the ::after doesn't overflow */
  z-index: 0; /* Make sure it's on top of the background */
}

.inscolinner::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
 /* background: linear-gradient(to top, rgba(34,27,43,0.6) 0%, rgba(255,255,255,0) 100%);*/
 background: linear-gradient(to top, rgba(34,27,43,0.9) 0%,rgba(34,27,43,0) 50%, rgba(34,27,43,0) 75%, rgba(255,255,255,0) 100%);
  border-radius: 17px;
  opacity: 0.8;
  transition: opacity 0.5s ease;
  z-index: 1; /* Show above background but below content */
  pointer-events: none; /* Allows clicks to pass through */
}

.inscolinner:hover::after{
  opacity: 1;
}

.inscolinner:hover .insttl {
  color: #fff;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.insightsclicon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
}

.insimg, .insimg img {
  border-radius: 17px;
}

.bi-youtube.insightsclicon {
  font-size: 32px;
  color: #fff;
  top: 5px;
}

.bi-youtube.insightsclicon::before{
  vertical-align: 0;
}

.inslink:hover{
  color: #f0ccd0;
}

.inscolinner:hover .inslink .insttl {
  color: #f0ccd0;
}

.insightsclicon.insta {
  max-width: 24px;
}

.insightsclicon.book {
  max-width: 26px;
}

.insttl{
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-weight: bold;
  text-align: left;
  font-size: 23px;
  padding:20px 38px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  line-height: normal;
}

.footformcol {
  padding: 0 40px;
}

/***** Footer Form ****/

.footerformbox {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.ftrformbox {
  padding: 70px 55px;
  border-radius: 17px;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

.ftrformbox::before{
  content: "";
  background-color: #1c1c28;
  width: 55px;
  height: 55px;
  display: block;
  position: absolute;
  top: -37px;
  left: 100px;
  transform: rotate(45deg);
  z-index: 0;
}

.footlist li {
  list-style: none;
  position: relative;
  padding-left: 35px;
  display: flex;
  align-items: center;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.footlist li i{
  position: absolute;
  left: 0;
  width: auto;
  height: auto;
  font-size: 24px;
  color:#560f55;
}

.conpad90{
  padding: 0 90px;
}

/**** Form Style ***/

.common-form-input, .common-form-input:focus{
  width: 100%;
  padding: 6px 10px 6px 20px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #ccc;;
  font-size: 16px;
  background-color: #fff;
}

.common-form-select,
.common-form-select:focus {
  width: 100%;
  padding: 10px 40px 10px 15px; /* extra right padding for icon */
  border-radius: 5px;
  outline: none;
  border: 1px solid #ccc;
  font-size: 16px;
  text-transform: capitalize;
  background-color: #fff;
  color: #696969;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none; /* ensures no built-in arrow */
  box-sizing: border-box;
  outline:none;
  border:none;
}

.common-form-input::placeholder,
.common-form-select::placeholder{
  color: #666;
}

.ftr-form-input, .ftr-form-input:focus{
  width: 100%;
  padding: 6px 10px 6px 20px;
  border-radius: 5px;
  outline: none;
  border: none;
  font-size: 16px;
  background-color: #fff;
}

textarea {
  resize: none;
}

.dropdown-wrapper {
  position: relative;
  width: 100%;
}

/* Style the select dropdown */

.ftr-form-select,
.ftr-form-select:focus {
  width: 100%;
  padding: 6px 40px 6px 15px; /* extra right padding for icon */
  border-radius: 5px;
  outline: none;
  border: 1px solid #ccc;
  font-size: 16px;
  text-transform: capitalize;
  background-color: #fff;
  color: #696969;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none; /* ensures no built-in arrow */
  box-sizing: border-box;
  outline:none;
  border:none;
}

.ftr-form-input::placeholder,
.ftr-form-select::placeholder{
  color: #666;
}

/* Style the icon */
.dropdown-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 18px;
  color: #666;
}

.formcaptcha {
  display: inline-block;
  max-width: 100%;
  transform: scale(0.85);
  transform-origin: 0 0;
}

/***** Pop up Forms|******/

.popup-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; 
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;

  overflow-y: auto; /* Enable vertical scroll if needed */
  padding: 20px;     
}

.popup-content {
  background-color: #fff;
  padding: 30px;
  width: 90%;
  max-width: 600px;
  margin: 100px auto;
  border-radius: 10px;
  position: relative;
  border: 5px solid #f0ccd0;
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}

.close-btn i{
  color:#343434;
}

/****** Footer Start *******/

.footertop .row {
  justify-content: space-between;
}

.footcollogoinr {
  display: flex;
  justify-content: start;
  align-items: start;
}

.footcollogo img {
  max-width: max-content;
  margin: 0 auto;
}

.footer-devider{
  width: 100%;
  height: 1px;
  background-color: #d36cb1;
  opacity: 0.2;
}

.fttopmenu {
  display: flex;
  justify-content: center;
  list-style: none;
}

.fttopmenu li a,.fttopmenu li a:focus {
  color: #fff;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  padding: 0 18px !important;
}

.fttopmenu li:last-child a {
  padding-right: 0;
}

.fttopmenu2{
  display: flex;
  justify-content: center;
  list-style: none;
}

.fttopmenu2 li a,.fttopmenu2 li a:focus {
  color: #fff;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  padding: 0 25px !important;
}

.ftbtm{
  display: flex;
  justify-content: center;
}

.ftbtm li{
  padding: 0 8px;
  color: #d36cb1;
  list-style: none;
}

.ftbtm li a,.ftbtm li a:focus{
  color: #d36cb1;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  padding: 0 10px;
}

.fttopmenu li a:hover,.ftbtm li a:hover{
  color: #f0cccf;
}

.footconinr {
  display: flex;
  /*justify-content: space-between;*/
}

.foottel,.footmail {
  margin-left: 25px;
}

.foottel img {
  width: auto;
  height: auto;
  max-width: 21px;
}

.footcmn .bi{
  color:#6f365c;
  line-height: normal;
  font-size: 20px;
}



.footcmn a,.footcmn a:focus{
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  padding: 0 0 0 5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 34px;
}

.footadd{
    display: flex;
    justify-content: start;
    position: relative;
  padding-left: 25px;
}

.footadd svg{
  color:#6f365c;
  line-height: normal;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 10px;
}

.footconsocial{
   display: flex;
    flex-direction: column;
    align-items: end;
}

.footsocialist{
  display: flex;
  justify-content: end;
}

.footsocial li{
  list-style: none;
  padding: 0 10px;
}

.sociallink, .sociallink:focus {
  width: 35px;
  height: 35px;
  background-color: #d36cb1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

.sociallink img{
  width: max-content;
  height: auto;
}

/*.sociallink:hover{

  background-color: #8f4476;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

.sociallink:hover img{
  opacity: 0.9;
}*/
/*******************/


.sociallink::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #8f4476;
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  -ms-transition:.5s;
  transition: .5s;
  transform: scale(.9);
  z-index: -1;
}

.sociallink:hover::before {
  transform: scale(1.3);
  box-shadow: 0 0 20px #8f4476;
}

.sociallink:hover {
  color: #8f4476;
  box-shadow: 0 0 18px #8f4476;
}


/***************/
.footweb p,.footweb a,.footweb a:focus,
.designby p,.designby a,.designby a:focus{
  color: #d36cb1;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  line-height: 30px;
  font-weight: 300;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.designby{
  display: flex;
  justify-content: end;
}

.designby .bi {
  margin: 0 3px;
  font-size: 13px;
  display: inline-block;
}

.designby .bi::before{
  vertical-align: middle;
}

.webdevider {
  padding: 0 10px;
}

.fttopmenu li a:hover,
.fttopmenu2 li a:hover,
.ftbtm li a:hover,
.footcmn a:hover,
.designby a:hover{
  color: #fd84d5;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

.footweb a:hover{
  color: #fd84d5;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}


#privacypolicy .ppttl,
#termscondtn .ppttl{ list-style: none;}

#privacypolicy .ppttl li,
#termscondtn .ppttl li{
  font-size: 28px;
  font-weight: bold;
  color: #6f365c;
  font-family: "Playfair Display", serif;
}


#privacypolicy .font-mnr.font-20.fw-medium.color-gray{
  font-family: "Manrope", sans-serif;
  color: #000;
  padding-bottom: 10px;
}

.ppdesclftpad{
  padding-left: 20px;
}

#privacypolicy ul li,
#termscondtn ul li{
  font-family: "Manrope", sans-serif;
  color: #000;
  margin-bottom: 10px;
}

.ppmap, .ppcall, .pptel,.ppmail,.ppweb{
  position: relative;
}

.ppmap a, .ppcall a, .pptel p,.ppmail a,.ppweb a {
  padding-left: 30px;
}


.ppmap svg,.ppweb svg {
  color: #6f365c;
  line-height: normal;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 10px;
}

.ppcall .bi, .ppmail .bi{
  color: #6f365c;
  line-height: normal;
  font-size: 20px;
  position: absolute;
  left: 0;
}

.ppcall .bi{
  top: 5px;
}

.pptel img {
  width: auto;
  height: auto;
  max-width: 21px;
  position: absolute;
  top: 10px;
  left: 0;
}

.ppmail .bi{
  top:8px;
}

.ppContactBox {
  display: flex;
}

.pptel, .ppweb {
  margin-left: 15px;
}

/**** back to top ****/
.dmtop,.dmtop:focus {
 
  background-color: #292134 ;
  z-index: 100;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: -100px;
  border-radius: 3px;
  right: 20px;
  text-align: center;
  font-size: 28px;
  color: #ffffff !important;
  cursor: pointer;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  width: 30px;
		height: 30px;
		line-height: 30px;
		right: 20px;
		font-size: 24px;
}
.dmtop:hover {
  background-color: #221b2b;
}
/****** Footer End *******/

/***===========================================
================= INNER PAGES ===================
===========================================***/

/****** Thank You Page ******/

.thankyouheader{
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

.thankyouheader-inner {
  justify-content: center;
  padding: 15px 0;
}

/****** Thank You End!******/

/**** 404 Error Page *****/

/*.errorinner img{
  max-width: 450px;
  margin: 0 auto 25px;
}
*/

.errorinner2 img {
   max-width: 400px;
  width: auto;
  height: auto;
}

/**** 404 Error Page End*****/

/***========================= 
===== Service Pages CSS ======
==========================***/

/** Section Folder Common CSS **/

.maininnerBanner {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.conwdth100{
  max-width: 100%;
}
.conpad70{
  padding: 0 70px;
}

.protoptitle{
  position: relative;
  padding-left: 25px;
  display: flex;
  align-items: center;
  justify-content: start;
}

.protoptitle::before{
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  border: 2px solid #f0ccd0;
  height: 35px;
}

.protoprwimpremcust .protopcol {
  max-width: 66%;
  width: 100%;
}

.custom-ul {
  padding-left: 20px;
}

.custom-ul li{
  margin-bottom: 10px;
}

.protypedescbox3 {
  padding-right: 110px;
}

/*** why choose? **/

.whychslist {
  max-width: 925px;
  margin:0 auto;
}

.whychslist2 li{
  position: relative;
  padding-left: 45px;
  list-style: none;
  margin-bottom: 15px;
}

.whychslist2 li::before{
  content: "\F332";
  position: absolute;
  left: 0;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: normal;
  color:#6f365c;
}

.chscolinner p {
  line-height: 30px;
}

.chscolinner img {
  width: auto;
  height: auto;
}

.chscolinner2 img {
  width: auto;
  height: auto;
}

.whychsbtminner2 {
  max-width: 700px;
}

.whychsbtminnernplrdc {
  max-width: 800px;
}

.prowhychooselift .whychsbtminner2,
.prowhychoosebutock .whychsbtminner2,
.prowhychoosebrachioplasty .whychsbtminner2,
.prowhychoosewgtloss .whychsbtminner2,
.prowhychoosedimple .whychsbtminner2,
.prowhychoosevgnpl .whychsbtminner2,
.prowhychooseoshot .whychsbtminner2,
.prowhychooselaserHair .whychsbtminner2 {
  max-width: 800px;
}


.chscolinner picture, .chscolinner img {
  width: auto;
  height: auto;
  display: inline-block;
}

/** Before After Page **/

.bfraftCustcls {
  max-width: 1200px;
  margin: 0 auto;
}

.beforeafterdesc {
  max-width: 900px;
  margin:0 auto 30px;
}

.beforeafterdesc p {
  padding-bottom: 5px;
}

.beforeafterimageWrapperbox, .beforeafterimageWrapperbox img {
  display: inline-block;
  border-radius: 25px;
}

.beforeafterimagebox {
 /* max-width: 850px;*/

 max-width: 1140px;
  margin: 0 auto;
}

.beforeafterimagebox picture,
.beforeafterimagebox picture img {
  width: 100%;
  height: auto;
}

.beforeafter-sliderWrapper{
  position: relative;
  z-index: 2;
}

.beforeafter-sliderWrapper .bfraft-arrows{
  position: absolute;
  top:0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
  /*z-index: -1;*/
}

.beforeafter-sliderWrapper2{
  position: relative;
  z-index: 2;
}

.beforeafter-sliderWrapper2 .bfraft-arrows{
  position: absolute;
  top:0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
  /*z-index: -1;*/
}

.bfraft-arrows .slide-arrow {
  
  background-color: transparent;
  outline: none;
  border: none;
}

.bfraft-arrows span {
  color: #6f365c;
  font-size: 30px;
  font-weight: bold;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.bfraft-arrows span:hover {
  color: #f0ccd0;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

#beforeafterTab {
  text-align: center;
}

.beforeaftertabList, .beforeaftertabList2 {
  justify-content: center;
}

.beforeaftertabList li{
  margin-right: 20px;
  max-width: 125px;
  width: 100%;
  flex: 0 0 auto;
  text-align: center;
}

.beforeaftertabList li:last-child{
  margin-right: 0;
}

.beforeaftertabList .bfraftBrn,
.beforeaftertabList .bfraftBrn:focus {
    font-family: "Manrope", sans-serif;
    background-color: #fff;
    padding: 10px 15px 10px 15px;
    outline: 0;
    border:none;
    color: #6f375c;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    display: block;
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 50px;
}

.beforeaftertabList .bfraftBrn.active,
.beforeaftertabList .bfraftBrn:hover {
    background-color: #f0cccf;
    border-color: #f0cccf;
    color: #221b2b;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    box-shadow: inset 15em 0 0 0 #f0cccf;
  }


.bfraftBrn2,.bfraftBrn2:focus {
    font-family: "Manrope", sans-serif;
    background-color: #fff;
    padding: 10px 15px 10px 15px;
    outline: 0;
    border:none;
    color: #6f375c;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: normal;
    display: block;
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 50px;
}

/** What is Procedure? **/

.prolsttl {
  max-width: 925px;
  margin:0 auto;
}

.prolsttl-brstaug {
  max-width: 800px;
}

.prodesctyprduct{
  max-width: 850px;
}

.prolsttlnprd {
  max-width: 800px;
}

.protypeimgbox {
  margin-top: 10px;
}

.protypeimgwrapper img {
  width: auto;
  height: auto;
}

.prolist {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.protypdesc {
  padding:0 40px;
}

.protypeListcls {
  padding-left: 15px;
}

.uniqueAccordion {
  max-width: 1000px;
  margin:0 auto;
}

.ustomAccordionItem {
  border: none;
  border-bottom: 1px solid #221b2b;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-radius: 0;
}
.customAccordionItem {
  background-color: transparent;
  border: none;
  border-bottom:1px solid #9d447f;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-radius:0;
}

.profaqcustombtn,
.customAccordionBody {
  padding: 0 0;
}

.profaqcustombtn,.profaqcustombtn:focus{
  color: #fff;
  font-size: 30px;
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 15px;
  box-shadow: none;
  background-color: transparent;
}


.profaqcustombtn:not(.collapsed){
  color: #f0ccd0;
  background-color: transparent;
  box-shadow: none;
}

.customAccordionBody{
  color: #fff;
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: normal;
}

.customAccordionItem:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.customAccordionItem:first-of-type .profaqcustombtn{
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.customAccordionItem:last-of-type .profaqcustombtn.collapsed{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.customAccordionItem .profaqcustombtn::after{
  background-image: none;
  content: "\F4FE";
  font-family: bootstrap-icons !important;
}

.customAccordionItem .profaqcustombtn:not(.collapsed)::after{
  background-image: none;
  content: "\F2EA";
  font-family: bootstrap-icons !important;
  color: #f0ccd0;
  transform:none;
}
/** Technique **/

.signtechniques .container {
  max-width: 1040px;
}

.techbnrimg, .techbnrimg img {
  border-radius:25px;
  display: inline-block;
}

.techbnrimg img {
  box-shadow: 0 0 20px 0 rgba(125, 125, 125, 0.3);
}

.signdrinner{
  position: relative;

}

.signdrinner::after{
  content:"";
  background-image: url("../images/services/breast-augmentation/devider-angle.png");
  position: absolute;
  background-position:center center;
    background-repeat: no-repeat;
    bottom: 0;
    height: 15px;
    width: 100%;
    left: 0;
    right: 0;
    margin:0 auto;
    max-width: 1040px;
}

.sgntechimg {
  position: relative;
  top: -15px;
  right: 30px;
}

.sgntechcolinner {
  padding-right: 80px;
}

.sgntypcol:first-child {
  padding-right:40px;
}

.sgntypcol:last-child {
  padding-left:40px;
}

.sgntechimgwrapper, .sgntechimgwrapper img {
  max-width: 450px;
}

.sgntechimgwrapper2, .sgntechimgwrapper2 img {
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 7px;
}

.shapecustColdesc {
  padding-right: 85px;
}

.sgntechimgwrapper3, .sgntechimgwrapper3 img {
  display: inline-block;
  width: 100%;
  height: auto;
}



/** Procedure Type Faqs **/

.implntremovalfaqs {
  padding-top: 0px;
}

.profaqs .container {
  max-width: 1140px;
}

.profaq-item {
  border: none;
  border-bottom: 1px solid #221b2b;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-radius: 0;
}

.profaq-item .accordion-button,
.profaqbody {
  padding: 0 0;
}

.profaq-item .accordion-button{
  color: #221b2b;
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 15px;
}

.profaq-item .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.profaq-item .accordion-button:not(.collapsed){
  color: #6f375c;
  background-color: transparent;
  box-shadow: none;
}

.profaqbody{
  color: #221b2b;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
}

.profaqbody p{
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 15px;
}

.profaq-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.profaq-item:first-of-type .accordion-button{
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.profaq-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.profaq-item .accordion-button::after{
  background-image: none;
  content: "\F229";
  font-family: bootstrap-icons !important;
}

.profaq-item .accordion-button:not(.collapsed)::after{
  background-image: none;
  content: "\F235";
  font-family: bootstrap-icons !important;
  color: #6f375c;
  transform:none;
}

.cmfaqcol {
  display: flex;
  flex:1;
}


/** Implant Technique **/

.techlstimg, .techlstimg img {
  display: inline-block;
  width: auto;
  height: auto;
}

.techlist {
  max-width: 915px;
  margin-left:auto;
  margin-right: auto;
}
 
.techlstdesc p{
  line-height: 34px;
}

.techlist2 {
  max-width: 1070px;
  margin: 60px auto 0;
}

.techlscol2{
  padding: 0 0;
}

.techlscolinnerdevider{
  position: relative;
}

.techlscolinnerdevider::after{
  content: "";
  height: 325px;
  width: 17px;
  background-image: url("../images/shadow-devider2.png");
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}

.npimplantdivider::after {
  height: 275px;
  width: 15px;
}
/** Placement **/
.placementsection .container {
  max-width: 1040px;
}

.plccol{
  position: relative;
}

.plcbox .plccol:first-child .plccolinner {
  padding:0 60px 0 0;
}

.plcbox .plccol:last-child .plccolinner{
  padding:0 0 0 60px;
} 

.plccol:after{
  content: "";
  height: 397px;
  width: 25px;
 background-image: url("../images/services/breast-augmentation/shadow-devider.jpg");
  margin: 0 auto;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plccol:last-child:after{
  display: none;
}

.cmfaqinner {
  padding:50px 65px;
  background-color: #fed4d4;
  border-radius:15px;
}

.cmfaqlist{
  padding-left: 20px;
}

/** Breadcrumb Section **/
.breadcrumb-container {
  margin-top: 15px;
}

.breadcrumb {
  list-style: none;
  padding: 5px 0;
  margin-bottom: 0;
  display: flex;
  gap: 3px;
}

.breadcrumb li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: normal;
}

.breadcrumb li a, .breadcrumb li a:focus {
  text-decoration: none;
  color: #6f375c;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
}

.breadcrumb li.current {
  font-weight: bold;
  color: #b67da3;
  cursor: default;
  font-size: 16px;
}

.breadcrumb li::after {
  content: " \F309 ";
  color: #6f375c;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  font-size: 30px;
}

.breadcrumb li:last-child::after {
  content: "";
}

.breadcrumb li:hover a{
  color: #6f375c;
}



/** Other Procedures Section **/

.otherproimg, .otherproimg img {
  border-radius:17px;
  -webkit-transition:0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition:0.4s ease-in-out;
  position: relative;
}

.otherprocedurelist {
  position: relative;
}

.otparw{
  background-color: transparent;
  outline:none;
  border:none;
}

.otherpro-arrow {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
}

.otherpro-arrow-prev.otparw {
  position: absolute;
  left: -20px;
}

.otherpro-arrow-next.otparw {
  right: -20px;
  position: absolute;
}

.otparw span {
  color: #bba362;
  font-size: 30px;
  font-weight: bold;
  -webkit-transition:0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  line-height: normal;
}

.otparw span:hover {
  color: #f0ccd0;
  -webkit-transition:0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/** FAQ Service Accordion Section  **/

.commonfaqs .container {
  max-width: 1200px;
  margin:0 auto;
}

.cmnfaqlist {
  padding:0 40px;
}

.profaq-item {
  border: none;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-radius: 0;
}

.profaq-item .accordion-button,
.profaqbody {
  padding: 0 0;
}

.profaq-item .accordion-button{
  color: #221b2b;
  font-size: 35px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 15px;
}

.profaq-item .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.profaq-item .accordion-button:not(.collapsed){
  color: #6f375c;
  background-color: transparent;
  box-shadow: none;
}

.profaqbody{
  color: #221b2b;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
}

.profaq-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.profaq-item:first-of-type .accordion-button{
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.profaq-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.profaq-item .accordion-button::after{
  background-image: none;
  content: "\F282";
  font-family: bootstrap-icons !important;
  font-size: 25px;
  width: auto;
  height: auto;
}

.profaq-item .accordion-button:not(.collapsed)::after{
  background-image: none;
  content: "\F286";
  font-family: bootstrap-icons !important;
  color: #6f375c;
  transform:none;
}


.faqContainer {
  transition: height 0.5s ease;
  overflow: hidden;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.fade-in.show {
  opacity: 1;
}


#loadMoreFaqs {
  max-width: max-content;
  -webkit-transition:all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.load-more-item {
  -webkit-transition:all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/** Pagination **/


.paginationlist {
  justify-content: center;
  text-align: center;
  max-width: 355px;
  margin: 0 auto;
}

.paginationlist a{
  color: #6f375c;
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 5px;
  line-height: 30px;
  font-size: 18px;
}

.paginationlist a.active,
.paginationlist a:hover{
    background-color: #6f375c;
    color: #fff;
}


/***==== Single Pages CSS ====***/

/*=== Category Pages CSS ===*/

.bodycaption h2,
.grft-banner h1,
.liftcaption h1,
.privacyCaption h2,
.termsCaption h2,
.wgtlosscaption h1,
.vaginalcaption h1,
.brklncaption h1,
.necklift-caption h2,
.liplift-caption h1,
.medicaption h1,
.labiaplasty-caption h1{
  color: #fff;
}

.simulationcaption h2,
.privacyCaption h1, 
.privacyCaption p,
.termsCaption h1,
.termsCaption p,
.vaginalcaption h2,
.necklift-caption h1,
.dimple-caption h1,
.breastcaption h2,
.bodycaption h1,
.transformationcaption h2,
.grft-banner h2,
.liftcaption h2,
.wgtlosscaption h2,
.brklncaption h2,
.blepharo-caption h1,
.liplift-caption h2,
.medicaption h2 ,
.anti-ageingcaption h1,
.vaginoplasty-caption h1,
.hymenoplasty-caption h1,
.ear-caption h1,
.laserhair-caption h1{
  color: #f0ccd0;
}

.breastcaption h2,
.facecaption h1,
.skincaption h1,
.wellnesscaption h1,
.reductioncaption h1{
  color: #221b2b;
}

.breastcaption h1,
.facecaption h2,
.skincaption h2,
.wellnesscaption h2,
.lasercaption h2,
.reductioncaption h1,
.npreductioncaption h1,
.liposuctioncaption h1,
.contourcaption h1,
.tuckcaption h1,
.butockcaption h1,
.thighcaption h1,
.mmkvrcaption h1,
.facelift-caption h1,
.nosemkvr-caption h1, 
.buccal-caption h1,
.chinimplant-caption h1,
.botox-caption h1,
.aptos-caption h1,
.injectablescaption h1,
.teenage-rcaption h1,
.tattoo-rcaption h1,
.wartremoval-caption h1,
.microneedlingcaption h1,
.intima-caption h1,
.oshot-caption h1,
.calfcaption h1,
.bodyr-caption h1
{
  color: #6f365c;
}

.topdesccustcls {
  max-width: 1170px;
}

.skintopdesc, .prodescwgtloss,.seccustclsteenage-r{
  max-width: 1100px;
}

.bodycaption .protoptitle::before{
  border: 2px solid #fff;
}

.breastcaption .protoptitle::before,
.facecaption .protoptitle::before,
.skincaption .protoptitle::before,
.wellnesscaption .protoptitle::before,
.lasercaption .protoptitle::before,
.reductioncaption .protoptitle::before,
.npreductioncaption .protoptitle::before,
.contourcaption h1::before,
.tuckcaption h1::before,
.butockcaption h1::before,
.mmkvrcaption h1::before,
.facelift-caption h1::before,
.nosemkvr-caption h1::before,
.buccal-caption h1::before,
.chinimplant-caption h1::before,
.botox-caption h1::before,
.aptos-caption h1::before,
.injectablescaption h1::before,
.teenage-rcaption h1::before,
.tattoo-rcaption h1::before,
.wartremoval-caption h1::before,
.microneedlingcaption h1::before,
.intima-caption h1::before,
.oshot-caption h1::before,
.calfcaption h1::before,
.bodyr-caption h1::before{
  border: 2px solid #6f365c;
}

.necklift-caption h1::before,
.blepharo-caption h1::before,
.hymenoplasty-caption h1::before,
.laserhair-caption h1::before{
  border: 2px solid #f0ccd0;
}

.privacyCaption h1::before,
.labiaplasty-caption h1::before,
.termsCaption h1::before{
  border: 2px solid #fff;
}

.seccustcls {
  padding-bottom: 100px;
}

.seccustclsmrg{
  margin-top: 0;
}

.exploreProcedureSection {
  position: relative;
  z-index: 0;
}

.exploreProcedureSection::before{
  content: "";
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
  z-index: -1;
}

/*** Breast Augmentation ***/

.augform {
  background-position: center center;
}

.exploreProcedureColInner {
  padding:0 25px;
} 

.exploreProcedureImg, .exploreProcedureImg img {
  border-radius:17px;
  position: relative;
  display: block;
  -webkit-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  width: 100%;
  height: 100%;
}

.exploreProcedureImg::after,
.exploreProcedureImg img::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  display: block;
  background: #F0CCD0;
  background: radial-gradient(farthest-corner at 0% 180% , rgb(240,204,208,0.9) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(225deg,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0) 50%, rgba(240, 204, 208, 0.9) 100%);
  width: 100%;
  height: 100%;
  border-radius: 17px;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.exploreProcedureLink,
.exploreProcedureLink:focus {
  overflow: hidden;
  border-radius: 17px;
}

.exploreProcedureLink:hover .exploreProcedureImg {
  transform: scale(1.1);
  overflow: hidden;
}

.exploreProimgwrapper{
  overflow: hidden;
  border-radius: 17px;
}


.exploreProcedureColInner:hover .button-pink {
  transform: translateX(5px);
}

.ctgrysection {
  padding-top:0;
}

.ctgrysection .dfrbox{
  margin-top: 0;
}

/***==========****/
/*** Laser Technology ***/

.protypedescbox2 {
  padding: 0 50px;
}

.ltbtmdesc {
  max-width: 800px;
}

.protypeimgwrapper2, .protypeimgwrapper2 img{
  border-radius: 22px;
  max-width: 485px;
  width: 100%;
}

.prolist2 .protypeimgbox2 {
  margin-top: 10px;
}

.useavoid {
  max-width: 1000px;
}

.useavdcoldevider{
  display: flex;
  align-items: center;
  text-align: center;
} 

.useavdcoldevider img {
  width: auto;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.useavdlist li {
  position: relative;
  padding-left: 35px;
  list-style: none;
  margin-bottom: 3px;
}

.useavdlist li::before {
  content: "\F26A";
  position: absolute;
  left: 0;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: normal;
  color:#6f365c;
}

.useavdlist2 li {
  position: relative;
  padding-left: 35px;
  list-style: none;
  margin-bottom: 3px;
}

.useavdlist2 li::before {
  content: "\F332";
  position: absolute;
  left: 0;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: normal;
  color:#6f365c;
}

.procedurecaredesc {
  max-width: 1000px;
  text-align: center;
}

/***** Menu New Code******/

.mega-dropdown {
  position: relative;
}

.mega-menu {
  position: absolute;
  background-color: #fff;
  width: 60vw;
  padding: 30px;
  top: 57px;
  left: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
  z-index: 9;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

.mega-menuBody {
  height: 100%;
  min-height: 525px;
  overflow: scroll;
}
  
/* Flex layout for mega menu rows and columns */

.mega-menurw {
  display: flex;
  flex-wrap: wrap;
}

.mega-menu-col {
  width: 33.33%;
}

.mainNavigation .mega-menu-col .megamenusublink,
.mainNavigation .mega-menu-col .megamenusublink:focus {
  font-size: 16px;
  padding: 0 !important;
  text-transform: uppercase;
  color: #6f365c;
  font-weight: bold !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.mainNavigation .submenu-list li {
  display: block;
}

.mainNavigation .submenu-list li a,
.mainNavigation .submenu-list li a:focus {
  font-size: 16px;
  padding: 0 !important;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 500;
}

.mainNavigation li a::before,
.mainNavigation li a::after{
  display: none;
}

.mainNavigation .mega-menu-col .megamenusublink:hover,
.mainNavigation .submenu-list li a:hover{
  color: #e1ada2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/****===============****/

/******* Transformation Story *********/
.storydescsection{
  position: relative;
}
.storydescsection::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: #6f365c;
  max-width: 200px;
  height: 1px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  bottom: 0;
}

.personstoryinner,
.pstrylistinner {
  max-width: 900px;
  margin: 0 auto;
}

.testmny-img, .testmny-img img{
  width: 100%;
  height: auto;
  display: inline-block;
}

.pstrycolimg, .pstrycolimg img,
.strytestmnimg, .strytestmnimg img {
  width: auto;
  height: auto;
  display: inline-block;
  max-width: 55px;
}

.pstrybfraftimg, .pstrybfraftimg img {
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 800px;
}

.pslist {
  padding-left: 15px;
 
}

.pslist li{
  font-family: "Manrope", sans-serif;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 30px;
   font-weight: normal;
  color: #221b2b;
}

.strytestmndesc {
  padding-left: 50px;
}

.strytestmonialbox{
  border-radius: 22px;
  max-width: 900px;
  margin: 0 auto;
}

.strytestmonialboxaastha{
  max-width: 900px;
}

.strytestmninner{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.strytestmndesc p {
  padding-bottom: 0;
}

/********/

.pstrybfraftimgMb{
  display: none;
}

.storysliderBox {
  position: relative;
}


.str-arrows{
  position: absolute;
  top:0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  left: -40px;
  right: -40px;
   
}

.str-arrows .slide-arrow {
  
  background-color: transparent;
  outline: none;
  border: none;
 /* display: flex;
  justify-content: center;
  align-items: center;*/
}

.str-arrows span {
  color: #6f365c;
  font-size: 30px;
  font-weight: bold;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.str-arrows span:hover {
  color: #f0ccd0;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}



/******* Transformation Story End *********/

/****==== Main Pages ====****/

/**== Contact Page ==**/

.contact-banner,.about-banner {
  height: 400px;
  display: flex;
  align-items: center;
}

.conSlider {
  position: relative;
  z-index: 2;
}

.consldritem {
  border-radius: 25px;
  overflow: hidden;
}

.slick-slide,
.slideritem,
.consldritem,
.slick-list {
  border-radius: 25px !important;
  overflow: hidden;
}

.con-carousel .slick-slide > div {
  border-radius: 25px !important;
  overflow: hidden;
}

.con-carousel .slick-slider .slick-list,
.con-carousel .slick-track{
  border-radius: 25px !important;
  overflow: hidden;
}

.consldritem picture,
.consldritem img {
  border-radius: 25px !important;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.con-arrows{
  position: absolute;
  top:0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  left: -40px;
  right: -40px;
  z-index: -1;
}

.con-arrows .slide-arrow {
  
  background-color: transparent;
  outline: none;
  border: none;
}

.con-arrows span {
  color: #6f365c;
  font-size: 30px;
  font-weight: bold;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.con-arrows span:hover {
  color: #f0ccd0;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.conrow,.conMapcol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.conMapcol i {
  font-size: 26px;
  color: #6f365c;
  display: block;
}

.conMapimgwrapper {
  max-width: 1000px;
  margin: 20px auto 0;
}

.conmapimgwrper, .conmapimgwrper img {
  width: 100%;
  height: auto;
}

.conCall2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.conCall2 img{
  width: auto;
  height: auto;
  max-width: 26px;
  margin-right: 10px;
}

#conInfo .container {
  max-width: 900px;
}

.concmn i {
  color: #6f365c;
  margin-right: 10px;
  font-size: 22px;
}

.concmn a,.concmn a:focus,
.conCall2 a,.conCall2 a:focus{
  font-family: "Manrope", sans-serif;
  font-size: 26px;
  line-height: normal;
}

.concmn a:hover, .conCall2 a:hover {
  color: #e1ada2;
}

.cnschdulebtn .svg-inline--fa {
  margin-top: -7px;
  position: relative;
  top: -1px;
  font-size: 22px;
}
/** Meet the Doctor **/


.meetdoctorptrn,
.meetdoctorDetails{
  position: relative;
}

.meetdoctorBox .container,
.meetdoctorDetails .container{
  max-width: 1140px;
}

.mtdocoldesc {
  padding-right: 25px;
}

.metDocbox {
  position: relative;
}

.mtdocoldetdesc {
  margin-right: 30px;
}

.mtdocol .mtdocimgWrapper,
.mtdocol .mtdocimgWrapper img {
  width: 100%;
  height: auto;
  max-width: 465px;
}

.mtdesccol {
  display: flex;
  justify-content: end;
}

.meetdoctorptrn::after{
  content: "";
  background-color: #6f365c;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  transform: rotate(45deg);
  z-index: 0;
  bottom: -115px;
}
.meetdoctorDetails::after{
   content: "";
    background-image: url("");
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 286px;
    height: 523px;
}

#meetdocamitdet::after{
    background-image: url("../images/doctor/amit-gupta-bg.png");
    width: 348px;
    height: 497px;
}

.mtdocoldetdesc .custom-ul {
  margin-top: 0 !important;
}

#meetdocanupma .font-55,
#meetdoctejaswini .font-55 {
  font-size: 52px;
  line-height: 68px;
}

#meetdocakndet::after{
    background-image: url("../images/doctor/aakanksha-goel-bg.png");
    width: 296px;
    height: 512px;
}

#meetdocsudhanshudet::after{
    background-image: url("../images/doctor/sudhanshu-punia-bg.png");
    width: 364px;
    height: 622px;
}

#meetdocanupmadet::after{
    background-image: url("../images/doctor/anupma-chowdri-bg.png");
    width: 347px;
    height: 622px;
}

#meetdoctejaswinidet::after{
    background-image: url("../images/doctor/tejaswini-soorma-bg.png");
    width: 344px;
    height: 634px;
}

/***** About Page ******/

.abtProtop {
  padding-bottom: 100px;
}

.aboutquote,.abtDocdescinner {
  position: relative;
  z-index: 0;
}

.aboutquote::before {
  content: "\f6b0";
    position: absolute;
    left: -35px;
    top: -15px;
    z-index: -1;
    font-size: 60px;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    color: #9d5d88;
}

.aboutquote {
  padding-right: 75px;
}

.abtDocname{
  text-align: right;
}

.aboutquote .abtDocname {
  padding-right: 60px;
}

.abtDocdescinner .docQuotecol {
  display: inline-block;
  position: absolute;
  right: 0;
  max-width: 550px;
  bottom: -100px;
  top: auto;
}

.docQuotecolWrapper, .docQuotecolWrapper img,
.ageimgWrapper, .ageimgWrapper img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.abtschdulebtn svg {
  font-size: 25px;
  margin-right: 0;
}

.abtschdulebtn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #6f375c;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  box-shadow: inset 15em 0 0 0 #fff;
}

.abthreDevider {
  background-color: rgba(0,0,0,0.3);
  width: 65%;
  height: 1px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.abthreDevider span{
    position: relative;
    color:#fff;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
}

.abthreDevider span::before {
  content: "";
  background-color: #6f365c;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: -7px;
  left: auto;
  right: auto;
  background-position: center center;
  z-index: -1;
}

.abthrcolWrapper, .abthrcolWrapper img {
  width: 100%;
  height: auto;
  max-width: 135px;
  display: inline-block;
}

.abthreeBoxicon3 .abthricncol .abthrcolinner{
    position: relative;
}

.abthreeBoxicon3 .abthricncol .abthrcolinner::after{
  content: "";
  position: absolute;
  background-color: #efcdcf;
  width: 1px;
  height: 170px;
  left: 65px;
  right: auto;
  bottom: -100px;
  top: auto;
  z-index: -1;
}

.abthreeBoxicon3 .abthricncol:last-child .abthrcolinner:after{
  display: none;
}

.abthrcolimgWrapper,
.abthrcolimgWrapper img{
   width: 100%;
  height: auto;
  display: inline-block;
}

.abthreeBoxicon {
  max-width: 1000px;
  margin: 40px auto 0;
}

.abthreeBoxicon2 {
  max-width: 1200px;
}

.abthrcolinner p {
  padding-bottom: 0;
}

.abthreeBoximg {
  max-width: 1000px;
  margin: 60px auto 0;
}

.abthreeBoxicon3 .abthricncol {
  width: 100%;
  margin-bottom: 100px;
  max-width: 90%;
}

.abthreeBoxicon3 .abthricncol:last-child {
  margin-bottom: 0;
}

.abthreeBoxicon3 .abthricncol .abthrcolinner {
  display: flex;
  position: relative;
  text-align: left !important;
}

.abthreeBoxicon3 .abthrcolWrapperBox {
  padding-left: 25px;
}

.font-28custClass{
  font-size: 28px;
  line-height: 40px;
  margin-top: 0;
}


.abtsigncolinner .abtsignimg, .abtsigncolinner .abtsignimg img {
  border-radius: 17px;
  position: relative;
  transform: translateY(0px);
  -webkit-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  width: 100%;
  height: auto;
}

.abtsigncolinner:hover .abtsignimg, .abtsigncolinner:hover .abtsignimg img {
  transform: translateY(-10px);
}

.probtmbox {
  padding: 0 20px;
}

.probtmlist {
  list-style: none;
}

.probtmlist li{
  position: relative;
  padding-left: 35px;
}

.probtmlist li i {
  position: absolute;
  left: 0;
  width: auto;
  height: auto;
  font-size: 24px;
  color: #f0ccd0;
}

.abtsigncolinner {
  padding: 0px 25px;
}

.probtmsgncol {
  padding-right: 80px;
}

.abmovementttl p {
  max-width: 980px;
  margin: 20px auto 0;
}

.abtmvntimg, .abtmvntimg img {
  border-radius: 30px;
  display: inline-block;
}

.abtmvntcol {
  padding: 0 30px;
}

/***** Body Pages*******/

.prodesclipsctn {
  max-width: 1000px;
}

.whychsbtminner-lpscn {
  max-width: 825px;
}

.protypedescbox4 p{
  padding-right: 150px;
}

.lpscntechcol .techlscol:last-child,
.buttucktechcol .techlscol2:last-child,
.vaginaltechcol .techlscol2:last-child,
.buccaltechcol .techlscol:last-child,
.antiagetechcol .techlscol:last-child,
.acnetechcol .techlscol2:last-child,
.acnetechcol2 .techlscol2:last-child{
  width: 100%;
  margin-top: 50px;
}

.prowhychooselipsc .whychsbtminner2 {
  max-width: 835px;
}

.contourtechcol .row, .eartechcol .row,
.dimpletechcol .row{
  justify-content: start !important;
}

.contourtechcol .row .techlscol ,
.eartechcol .row .techlscol,
.dimpletechcol .row .techlscol,
.antiagetechcol .row .techlscol{
  margin-bottom: 60px;
}

.contourtechcol .row .techlscol:last-child,
.eartechcol .row .techlscol:last-child,
.dimpletechcol .row  .techlscol:last-child,
.antiagetechcol .row .techlscol:last-child{
  margin-bottom: 0;
}

.sgntechtypeinner22 {
  display: flex;
  justify-content: start;
}

.sgntechimgwrapper22, .sgntechimgwrapper22 img{
  max-width: 434px;
  width: 100%;
  height: auto;
  display: inline-block;
}

.sgntechtype22{
  max-width: 49%;
  width: 100%;
  height: auto;
  margin-left: 30px;
}

.techlstdesc h5 {
  font-size: 34px;
  line-height: 48px;
}

.techlstdescbraug h5,
.techlstdescmmkover h5 {
  font-size: 25px;
  line-height: 36px;
}

.sgntechtype,
.sgntechtype3 {
  padding-right: 30px;
}

.sgntypcolinner2 {
  padding: 0 25px 0 0;
}

.sgntypcolinner2pd {
  padding-left: 30px;
}

.sgntypcolinner2:last-child {
  padding-right: 0;
}

.sgntypcoldevider2{
  position: relative;
}

.sgntypcoldevider2::after{
  content: "";
  height: 423px;
  width: 25px;
  background-image: url("../images/shadow-devider-purple.png");
  margin: 0 auto;
  display: block;
  position: absolute;
  left: auto;
  right: -5px;
  top: auto;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
}


.signtechinnerbdcntr .sgntechtype h3 br {
  display: none;
}

.whychsCustbdcntr p {
  line-height: 30px;
}

.faqList li {
  font-size: 20px;
  padding-bottom: 15px;
  list-style: none;
  padding-left: 25px;
  position: relative;
}

.faqList li::before{
  content: "\F309";
  position: absolute;
  left: -5px;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
}

.tucktechcol .techlscol:first-child, 
.tucktechcol .techlscol:nth-child(2) {
  margin-bottom: 40px;
}

.tucktechcolDevider::after{
  height: 300px;
  width: 12px;
}

.probtmlist2 {
  padding-left: 20px;
  padding-right: 50px;
}

.techlscol2 .techlstdesc:first-child p {
  padding-bottom: 0 !important;
}

.protopdescbrachi,
.protopdescthighlift {
  max-width: 1140px;
}

.prodescbrachi {
  max-width: 875px;
}

.brachitechcolDev::after {
  height: 300px;
  width: 14px;
  background-position: center center;
}


.thighlfttechcol .techlstdesc h5 {
  font-size: 32px;
  line-height: 43px;
}

.thighlfttechcol .techlscol {
  margin-bottom: 30px;
}

.thighlfttechcol .techlstdesc p {
  font-size: 19px;
}

.thighlfttechcolDevider::after {
  height: 250px;
  width: 9px;
}

.wgttechcol .techlscol2 {
  margin-top: 25px;
}

.wgttechcol .techlscol2:first-child,
.wgttechcol .techlscol2:nth-child(2),
.wgttechcol .techlscol2:nth-child(3) {
  margin-top: 0;
}

.wgttechcol .techlstdesc h5 {
  font-size: 35px;
}

.procedureQAList,.procedureList {
  padding-left: 15px;
}
.procedureList li,
.procedureQAList li{
  color: #221b2b;
  font-size: 20px;
  line-height: 40px;
  font-weight: normal;
  font-family: "Manrope", sans-serif;
}

.cmnfaqboxwghtls p {
  padding-bottom: 5px;
}

.scartechcol .techlscol2 {
  margin-bottom: 30px;
}

.scartechcol .row {
  justify-content: start !important;
}

.scartechcolDevider::after{
  height: 270px;
  width: 10px;
  top: 15px;
}

.scartechcol .techlscol2:last-child {
  margin-bottom: 0;
}

.prodescvaginalList{
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  max-width: max-content;
  text-align: left;
  margin: 0 auto;
}

.prodescvaginalList li{
  margin-bottom: 10px;
}

.signtechtype-vaginal .sgntypcoldevider2::after{
  display: none;
}

.prodesccalf {
  max-width: 1100px;
}

.proclftfaq p {
  max-width: 925px;
  margin: 30px auto 0;
}

.proclfttl p {
  max-width: 900px;
  margin: 30px auto 0;
}

.techprocedure {
  max-width: 1140px;
  margin: 80px auto 0;
}

.techcolDesc p {
  margin-right: 80px;
}

.techcolDesc {
  margin-top: -10px;
}

.techcolimg {
  display: flex;
  justify-content: end;
}

.idealcnd p {
  padding: 0 55px 0 55px;
}

.protopdescbrkln p {
  max-width: 775px;
  margin: 0 auto;
}

.prowhychoosebrkln .whychsbtminner2,
.prowhychoosetnage-r .whychsbtminner2,
.prowhychooseintima .whychsbtminner2
 {
  max-width: 925px;
}

/**** Monny Makeover *****/

.mmkvrcaption h1 sup{
  font-size: 18px;
}

.protopdescmakeover {
  max-width: 1225px;
}

.whychsCustmmkvr {
  max-width: 850px;
}

.prodesctypemmkvr .container {
  max-width: 1170px;
}

.prodesctypemmkvr .protypeimgwrapper2,
.prodesctypemmkvr .protypeimgwrapper2 img {
  max-width: 400px;
  text-align: right;
  margin-left: auto;
}

.prodesctypemmkvr .protypedescbox4 p {
  padding-right: 125px;
}

.techniquesmmkover .techlist{
  max-width: 1025px;
}

.techdemommkover p {
  max-width: 900px;
  margin: 0 auto;
}

.sgntechttl {
  margin-top: 20px;
}

.signtechtype3 .sgntypcol3{
  margin-top: 60px;
}

.signtechtype3 .sgntypcol3:first-child,
.signtechtype3 .sgntypcol3:nth-child(2){
  margin-top: 0px;
}

.signtechtype3 .sgntypcoldevider3{
  position: relative;
  max-width: 450px;
  margin: 0 auto;
}

.signtechtype3 .row .sgntypcol:first-child .sgntypcoldevider3:after,
.signtechtype3 .row .sgntypcol:nth-child(odd) .sgntypcoldevider3:after,
.signtechtype3 .row .sgntypcol3:first-child .sgntypcoldevider3:after,
.signtechtype3 .row .sgntypcol3:nth-child(odd) .sgntypcoldevider3:after{
  content: "";
  height: 423px;
  width: 25px;
  background-image: url("../images/shadow-devider-purple.png");
  margin: 0 auto;
  display: block;
  position: absolute;
  left: auto;
  right: -30px;
  top: auto;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
}

/**** Face Surgery *****/
.protopdescfacelft {
  max-width: 980px;
}

.prowhychoosefclft .whychsbtminner2,
.prowhychoosehymenoplasty .whychsbtminner2 {
  max-width: 850px;
}

.facelifttechcol .techlscol,
.necklifttechcol .techlscol,
.nosemkovrtechcol .techlscol,
.liplifttechcol .techlscol{
  margin-bottom: 40px;
}

.facelifttechcol .row .techlscol:nth-child(4),
.facelifttechcol .row .techlscol:nth-child(5),
.facelifttechcol .techlscol:last-child,
.necklifttechcol .row .techlscol:nth-child(4),
.necklifttechcol .row .techlscol:nth-child(5),
.necklifttechcol .techlscol:last-child,
.nosemkovrtechcol .techlscol:nth-child(4),
.nosemkovrtechcol .row .techlscol:nth-child(5),
.nosemkovrtechcol .techlscol:last-child,
.liplifttechcol .techlscol.techlscol:nth-child(4),
.liplifttechcol .techlscol.techlscol:nth-child(5),
.liplifttechcol .techlscol:last-child{
  margin-bottom: 0;
}

.facelifttechcol .techlscolinnerdevider::after {
  height: 300px;
  width: 12px;
}

.prodTable-fclft .table{
  font-family: "Manrope", sans-serif;
  color: #f0ccd0;
  font-weight: normal;
  text-align: center;
  border-color: rgba(240,204,208,0.6);
}

.prodTable-fclft .table > :not(caption) > * > *{
  padding:0 0;
}

.prodTable-fclft .table th{
  font-weight: 900;
  padding: 10px 15px;
  font-size: 20px;
  line-height: 30px;
  color: #f0ccd0;
  vertical-align: middle;
}

.prodTable-fclft .table td{
  padding: 10px 15px;
  font-size: 19px;
  line-height: 30px;
  color: #fff;
  vertical-align: middle;
}

.prowhychoosencklft .whychsbtminner2 {
  max-width: 860px;
}

.prowhychoosenosemkvr .whychsbtminner2,
.prowhychoosemcrnd .whychsbtminner2{
  max-width: 1000px;
}

.prowhychooseblephrao .whychsbtminner2,
.prowhychoosebuccal .whychsbtminner2{
   max-width: 880px;
}

.blepharotechcol .techlscol2:first-child {
  max-width: 100%;
  width: 100%;
  margin: 0 0 30px 0;
}

.protopdescthighlift p {
  max-width: 700px;
  margin: 0 auto;
}

.techlscol4 .techlscolinner {
  margin-right: 50px;
}

.protopdescchin p{
   max-width: 880px;
   margin: 0 auto;
}

.procedureList li{
  color: #fff;
  margin-bottom: 15px;
}

.procol-chinimg {
  display: flex;
  justify-content: end;
}

.chinimplanttechcolDev::after{
  background-position: center center;
}

.prottl-botox {
  max-width: 825px;
}

.ageList{
  padding-left: 15px;
}

.ageList li{
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.injctprotypes .prolist5 p {
  max-width: 875px;
  margin: 15px auto 0;
}

.whychs-injectable .font-mnr.fw-semibold {
  font-size: 20px;
  font-weight: normal !important;
  line-height: 30px;
}

.useavdsecmedifac-chem h3
 {
  font-size: 33px;
}

.chempeelbtmdesc p,
.qslaserprotypes p {
  max-width: 800px;
  margin: 0 auto;
}

.useavdsecmedifac-chem .useavdcoldevider {
  display: flex;
  align-items: center;
}

.protypedescbox5 p{
  padding-right: 100px;
}

.qslaserprotypes .protypedescbox5 p {
  padding-left: 25px;
  position: relative;
}

.qslaserprotypes .protypedescbox5 p::before {
  content: "\F287";
  position: absolute;
  left: 0;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: normal;
  font-size: 5px;
}

.useavoidqSwitchLs3 .row {
  justify-content: start !important;
}

.useavoidqSwitchLs3 .row .useavdcoldevider{
  display: none !important;
}
.useavoidqSwitchLs1 .useavdcoldevider img,
.useavoidqSwitchLs2 .useavdcoldevider img {
  height: 200px;
}

.photofacialbtmdesc{
  max-width: 1000px;
}

.useavoidbodypeel{
  max-width: 700px;
}

.useavoidbodypeel .useavdcol:nth-child(3) .useavdcolinner{
  margin-left: 50px;
}

.antiagetechList .techlscolinnerdevider::after {
  height: 225px;
  width: 12px;
}

.prowhychoosepgmnt .whychsbtminner2,
.prottl-wrtrmvl {
  max-width: 1000px;
}

.pgmntprotypes .prolist5 p {
  max-width: 950px;
  margin: 20px auto 0;
}

.pgmnttechcol .row .techlscol2
{
  margin-bottom: 40px;
}

.pgmnttechcol .row .techlscol2:nth-child(7),
.pgmnttechcol .row .techlscol2:nth-child(8),
.pgmnttechcol .row .techlscol2:last-child{
  margin-bottom: 0px;
}

.pgmntechcolDev::after {
  height: 125px;
  background-size: contain;
}

.cmnfaqboxpgmnt h2{
  font-size: 39px;
}

.stageimgWrapper,.stageimgWrapper img {
  display: inline-block;
}

.stagecolDesc h3 {
  line-height: 30px;
}

.stagecolinner {
  padding: 0 25px;
}

.acnetypeinner {
  max-width: 1140px;
  margin: 0 auto;
}

.acnetype .techlscolinnerdevider::after {
  background-size: 100%;
  height: 275px;
  width: 12px;
}


.acnetechcolDev2::after {
  height: 150px;
  width: 10px;
}

.prottl-teenage-r{
  max-width: 1000px;
}

.teenageprotypes.bgcolor-gradient2 {
  background-image: radial-gradient(farthest-corner at 130% 130%, #b87e93 25%, #6f365c 50%, #6f365c 100% );
}

.teenagetechcol .techlscol2:last-child{
  width: 100%;
  margin-bottom: 0;
}

.teenagetechcol .row .techlscol2,
.teenagetechcol2 .techlscol2,
.mcrndtechcol .techlscol2{
  margin-bottom: 50px;
}

.teenagetechcol2 .row .techlscol2:last-child,
.teenagetechcol2 .row .techlscol2:nth-child(4),
.teenagetechcol2 .row .techlscol2:nth-child(5),
.mcrndtechcol .row .techlscol2:last-child,
.mcrndtechcol .row .techlscol2:nth-child(4),
.mcrndtechcol .row .techlscol2:nth-child(5){
  margin-bottom: 0;
}

.prowhychoosettremoval .whychslist2 {
  margin-top: 0;
}

.prowhychoosettremoval {
  max-width: 900px;
  margin: 60px auto 0;
}

.prowhychoosewrtrmvl .whychsbtminner2 {
  max-width: 750px;
}

.prowhychoosettremoval .prowhychoosecontent {
		padding-right: 50px;
}

.prowhychooseimgWrapper {
  max-width: 400px;
  width: 100%;
  display: inline-block;
  height: auto;
}

.common li {
  font-size: 20px;
  line-height: 30px;
  color:#fff;
  font-family: "Manrope", sans-serif;
  padding-bottom: 15px;
  list-style: none;
  padding-left: 25px;
  position: relative;
}

.common li::before{
  content: "\F309";
  position: absolute;
  left: -5px;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
}

.wrtrmvlprotypes .container {
  max-width: 1200px;
}

.wrtrmvltechdemo .wrtrmvcol:last-child .sgntypcoldevider2::after{
  display: none;
}

.wrtrmvcolinner {
  padding-right: 75px;
}

.wrtrmvcolinner2{
  padding-left: 75px;
}

.mcrndechcolDev::after {
  height: 275px;
  width: 8px;
  background-position: center top;
}

.wrtrmvltechcol2 {
  margin: 0 auto;
}

.techlistsubttl {
  max-width: 1100px;
  margin: 30px auto 0;
}

.teenagetechcol {
  margin-top: 40px;
}

.prodvttl h2,
.prolsttl-hmplasty h2 {
  position: relative;
}

.prodvttl h2 sup,
.prolsttl-hmplasty h2 sup {
  top: -25px;
  font-size: 15px;
}

.desvaginatechcol .row,
.labiaplastytechcol .row,
.hymenoplastytechcol .row{
  justify-content: start !important;
  text-align: left;
}

.desvaginatechcolDev::after,
.labiaplastytechcolDev::after,
.hymenoplastytechcolDev::after {
  height: 200px;
  width: 10px;
}

.protopdesclabiaplasty p {
  max-width: 820px;
  margin: 0 auto;
}

.prowhychooselabiaplasty .whychsbtminner2 {
  max-width: 875px;
}

.labiaplastytechcol .row .techlscol:last-child .techlscolinner{
  margin-top: 50px;
}

.prolsttl-hmplasty {
  max-width: 1050px;
}

.hymenoplastytechcol .row .techlscol:last-child{
  width: 100%;
  margin-top: 25px;
}


.signtechinnerbdcntr .sgntypcoldevider2::after {
  width: 20px;
  height: 375px;
  background-position: center top;
  right: -20px;
  bottom: 75px;
  position: absolute;
}

.brachioplastytechcol .row .techlscol2:first-child .techlscolinner,
.brachioplastytechcol .row .techlscol2:nth-child(3) .techlscolinner{
  margin-bottom: 20px;
}

.teenagetechcolDev::after {
 height: 250px;
  width: 8px;
  background-position: center top;
}

/***** News ******/

.newsCaption h1 {
  font-size: 63px;
  line-height: 75px;
  color: #f0ccd0;
  padding-left: 0;
  margin-bottom: 0 !important;
}

.newsCaption h1::before {
  display: none;
}

/****** Dropdown Content *******/
.dropdown_c {
  position: relative;
}

.drop-content {
  position: absolute;
  top: 57px; /* ensure no gap */
  left: 0;
  display: none;
  z-index: 999;
  min-width: 270px;
}

.drop-content ul {
  margin: 0;
  padding: 20px 30px;
  list-style: none;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}

.drop-content ul li {
  display: block;
}

.mainNavigation .drop-content ul li a,
.mainNavigation .drop-content ul li a:focus {
  display: inline-block;
  text-transform: capitalize;
  padding: 0 !important;
  font-weight: 500;
}

/****** Dropdown Content *******/

.prowhychoosebodyr .whychsbtminner2{
  max-width: 1025px;
}

.protopdesclaserHair {
  max-width: 1080px;
}

.prodesctypelsrHair h2 {
  font-size: 52px;
  line-height: 65px;
}


.ctgrysection-skinprocedure .dfrinrbox .dfrcol,
.ctgrysection-bodyprocedure .dfrinrbox .dfrcol,
.ctgrysection-wellnessprocedure .dfrinrbox .dfrcol{
  width: 100%;
}


.ctgrysection-wellnessprocedure .dfrinrbox .dfrcol .dfrauth img{
  display: none;
}

.ctgrysection-wellnessprocedure .dfrinrbox .dfrcol .dfrauth .dfrauthimg{
  margin-left: 0;
}

/********/
.mega-menu.mega-menuSkin {
  width: 40vw;
  width: 50vw;
  left: -100px;
}


.newsCaption h2 {
  color: #fff;
}

.newsimg, .newsimg img{
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 15px;
}

.newsLink, .newsLink:focus {
  font-size: 15px;
}

.newsDate {
    color: #6f365c;
    font-size: 13px;
    line-height: normal;
    margin-top: 10px;
    padding-bottom: 10px;
}


.topdesccustcls p {
  margin-top: 10px;
}


/****** Guide Page ******/

.gdFormcolinner {
  padding: 40px 40px;
  border-radius: 10px;
}

.gdQuotettl h3{
  position: relative;
  z-index: 0;
}

.gdQuotettl h3::before {
 content: "\F6B0";
 position: absolute;
  left: -50px;
  top: -10px;
  z-index: -1;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  font-size: 80px;
  color: #502943;
}

.gdFormcolinner {
  margin-right: 30px;
}

.gdQuoteinner {
  margin-left: 30px;
}

.radiobtnWrapper {
  display: flex;
}

.radio-square-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.radio-square {
  display: flex;
  align-items: center;
  flex: 0 0 48%;
  width: 48%;
  gap: 12px;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
}

/* hide real radio */
.radio-square input {
  display: none;
}

/* square box */
.radio-square .box {
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  transition: 0.2s;
}

/* tick mark */
.radio-square .box::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 11px;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  transform: rotate(45deg) scale(0);
  top: 2px;
  left: 6px;
  transition: 0.15s ease;
}

/* checked state */
.radio-square input:checked + .box {
  background: #0078ff; /* highlight color */
  box-shadow: 0 0 0 1px #0078ff; /* match border color */
}

.radio-square input:checked + .box::after {
  transform: rotate(45deg) scale(1);
}



#guideform-btn:hover {
  background-color: #f0ccd0;
  border-color: #f0ccd0;
  color: #f0ccd0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  box-shadow: inset 32em 0 0 0 #6f375c;
}

.guideauthnm{
  display: flex;
  align-items: center;
}

.guideauthnm p {
  margin-left: 15px;
}

.dsgjrntitle p {
  max-width: 800px;
  margin: 15px auto 0;
}

.dsgjrncolWrapper, .dsgjrncolWrapper img {
  width: auto;
  height: auto;
  display: inline-block;
}

.dsgjrncolinner {
  padding: 0 40px;
}

.dsgjrnicncol {
  position: relative;
  z-index: 0;
}

.dsgjrnBoxttl{
  position: relative;
  z-index: 0;
}

.dsgjrnicncol::after{
  content: "";
  position: absolute;
  top: 120px;
  right: -10px;
  background-image: url("../images/guide/jrnarrow.png");
  width: 222px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center bottom;
  
}

.dsgjrnBoxicon .dsgjrnicncol:last-child::after{
  display: none;
}

/********/

.whats-app, 
.whats-app:focus, 
.whats-app:hover {
  position: fixed;
  width: 65px;
  height: 65px;
  bottom: 40px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  -webkit-box-shadow: 2px 2px 3px #999;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

/***** Before After Page *****/

.beforeafterTabBox .nav.nav-tabs.child-tabs {
  border: none;
  display: flex;
  justify-content: center;
}

.beforeafterTabBox .nav-tabs .nav-item .nav-link, 
.beforeafterTabBox .nav-tabs .nav-link {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 10px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-color: transparent;
  border: none;
  color: #000;
}


.beforeafterTabBox .nav-tabs .nav-item.show .nav-link, 
.beforeafterTabBox .nav-tabs .nav-link.active {
  color: #6f375c;
  border: none;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent;
  isolation: isolate;
  color: #221b2b;
}


/***********/

.thankyou-col img{
  width: 100%;
  height: auto;
  border-radius: 10px;
  max-width: 500px;
}

/**************/

.bodypeeluseavoidSection .useavdcoldevider, .bodypeeluseavoidSection .useavdcoldevider img {
  display: none;
}

/************/

.beforeafter-slider2 .slick-track {
    display: flex !important;
}

.beforeafter-slider2 .slick-slide {
    height: auto !important;
}

.beforeafter-slider2 .slick-slide > div {
    width: 100%;
}


.beforeafter-sliderWrapper2 {
    overflow: hidden;
}

.beforeafter-slider2 {
    width: 100%;
}

