/* Beer Slider (Before & After) */
.ba-slider {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  border:5px solid #2d2851;
  max-width:640px;
}
@media screen and (max-width:991px){
  .ba-slider {
    border:5px solid #2d2851;
  }
}
.ba-slider .ba-caption {
    position: absolute;
    background: #2d2851;
    color: #fff;
    font-size: 16px;
    z-index: 1;
    width: auto;
    font-family: 'gobold-bold';
    background: linear-gradient(252deg,#433d61 0%,#2c2851 100%);
}
.ba-slider .ba-caption.before {
  top: 0;
  left: 0;
  text-align: left;
  padding: 4px 14px;
}
.ba-slider .ba-caption.after {
  top: 0;
  right: 0;
  text-align: right;
  padding: 4px 17px 4px 21px;
}
.ba-slider *, .ba-slider:before, .ba-slider:after {
  box-sizing: border-box;
}
.ba-slider *:before, .ba-slider *:after {
  box-sizing: border-box;
}
.ba-slider img, .ba-slider svg {
  vertical-align: bottom;
}
.ba-slider > * {
  height: 100%;
}
.ba-slider > img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.ba-reveal {
  position: absolute;
  left: 0;
  top: 0;
  right: 50%;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.35s;
}
.ba-reveal > :first-child {
  width: 200%;
  max-width: none;
  height: 100%;
}
.ba-reveal > img:first-child {
  height: auto;
}

.beer-range {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  left: -1px;
  width: calc(100% + 2px);
  cursor: pointer;
  -webkit-appearance: slider-horizontal !important;
  -moz-appearance: none;
  opacity: 0;
  -ms-touch-action: auto;
  touch-action: auto;
}
.beer-range::slider-thumb {
  -webkit-appearance: none;
  height: 300vh;
}
.beer-range::-moz-range-thumb {
  -webkit-appearance: none;
  height: 300vh;
}
.beer-range::-ms-tooltip {
  display: none;
}

.beer-handle {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #000;
  background: #2C2851;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0);
  transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s;
}
.beer-handle:before, .beer-handle:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  border-top: solid 3px #fff;
  border-left: solid 3px #fff;
  transform-origin: 0 0;
}
.beer-handle:before {
  left: 5px;
  transform: rotate(-45deg);
}
.beer-handle:after {
  right: -4px;
  transform: rotate(135deg);
}

.beer-ready .ba-reveal, .beer-ready .beer-handle {
  opacity: 1;
}

.new-before-after-slider,
.new-before-after-slider-mob {
  text-align: right;
}

.ba-reveal {
  border-right: 2px solid #fff;
}

/*  Beer Slider (Before & After) */


/* Tabs */
#before-after {
  background-image: linear-gradient(180deg, rgba(216,212,215,0.2) 27%, rgba(216,212,215,0.00) 100%);
  padding-top: 60px;
  padding-bottom: 25px;
  position: relative;
}
@media screen and (max-width:991px) {
  #before-after {
    padding-bottom:0;
    margin-top:16px;
  }
}
#before-after .blue-border-block{
  position: absolute;
	width: 100%;
	top: -16px;
}
#before-after .blue-border-block .container {
  padding: 0px !important;
}
#before-after .blue-border-block .blue-bg{
  height: 32px;
	background-image: linear-gradient(268deg, #433d61 0%, #2c2851 100%);
}
#before-after .droplet-block{
  position: absolute;
	text-align: right;
	width: 100%;
}

#before-after .droplet-block img{	
  margin-right: -185px;
	margin-top: -152px;
}
@media screen and (max-width:991px) {
  #before-after .droplet-block img{	display:none; }
  #before-after .blue-border-block .container {
    padding: 0px 16px !important;
  }
}

#before-after .left-bottom{
  background: linear-gradient(252deg, #e4eff4 0%, #c4dbe6 100%);
  text-align: center;
  font-family: 'gobold-bold';
  color:#2d2851;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 104px;
}
#before-after #tab-2 .left-bottom {
  width: 110px;
}
#before-after #tab-3 .left-bottom,
#before-after #tab-4 .left-bottom,
#before-after #tab-5 .left-bottom,
#before-after #tab-7 .left-bottom,
#before-after #tab-8 .left-bottom,
#before-after #tab-9 .left-bottom {
  width: 76px;
}
#before-after #tab-6 .left-bottom {
  width: 120px;
}
@media screen and (max-width:991px) {
  #before-after .left-bottom {
    font-size: 12px;
    height: 22px;
  }
  #before-after #tab-1 .left-bottom,
  #before-after #tab-2 .left-bottom {
    width: 81.76px;
  }
  #before-after #tab-3 .left-bottom {
    width: 48px;
  }
  #before-after #tab-4 .left-bottom,
  #before-after #tab-5 .left-bottom {
    width: 50px;
  }
  #before-after #tab-10 .left-bottom {
    width: 102px;
  }
  #before-after #tab-11 .left-bottom,
  #before-after #tab-12 .left-bottom {
    width: 52px;
  }
  #before-after #tab-13 .left-bottom {
    width: 50px;
  }
}
@media screen and (min-width:991px) {
  #before-after .tabs-container .tab-content{
    margin-top:45px;
  }
}
#before-after .tabs-container .nav-pills li.nav-item{
    justify-content:start
}
#before-after .tabs-container .nav-pills .nav-link{
    background:#A2C7E1;
    background: linear-gradient(252deg, #e4eff4 0%, #c4dbe6 100%);
    color: #2d2851;
    border:none;
}
#before-after .tabs-container .nav-pills .nav-link img{
    border: 2px solid #2d2851;
    border-radius: 50%;
    margin-right: 12.3px;
    max-width:67px;
}
#before-after .tabs-container .nav-pills .nav-link .me-3.rounded-circle {
  margin-right: 0px !important;
}
#before-after .tabs-container .nav-pills .nav-link.active{
    background:#2d2851;
    background: linear-gradient(252deg, #433d61 0%, #2c2851 100%);
    color:white;
}
#before-after .tabs-container .nav-pills .nav-link.active span {
   text-decoration: underline;
}
#before-after .tabs-container .nav-pills .nav-link span {
  text-transform: none !important;
}
#before-after .tabs-container .nav-pills .nav-link{
    border-radius:5rem;
    width: 233px;
    margin:6.6px 0;
    padding: 0px;
}
#before-after #ul-before-after {
  margin-top: -6.6px !important;
}
#before-after .tabs-container .d-version p.h3 {
  margin-top: 18px !important;
}
@media screen and (max-width:991px) {
  #before-after .tabs-container .nav-pills .nav-link img{
    max-width: 67px;
  }
  #before-after .tabs-container .nav-pills .nav-link{
    margin:7px 0;
  }
}
#before-after .tabs-container .tab-pane{
    width:100%;
}
#before-after .tabs-container .tab-pane .patient-after img,
#before-after .tabs-container .tab-pane .patient-before img,
#before-after .tabs-container .tab-pane .patient-after-mob img,
#before-after .tabs-container .tab-pane .patient-before-mob img{
    width:100%;
    height:auto;
}

.ba-slider .beer-handle{
    background:rgba(255,255,255,0.5)
}
.ba-slider .beer-handle:hover{
  background:rgba(255,255,255,0.7)
}


.ba-slider .patient-before,
.ba-slider .patient-before-mob{
    width:640px!important;
}
.ba-slider .actual-patient{
    display: block;
    position: absolute;
    color: #2D2850;
    bottom: 0px;
    right: 0px;
    font-size: 13px;
    background: #fff;
    margin-bottom: 0px;
    padding: 0.75px 5.4px;
}

.ff-poppins-semibold{
  font-family:'poppins-semibold';
}
#before-after .tabs-container h3,
#before-after .tabs-container p.h3{
  text-transform: uppercase;
}
#before-after .tabs-container p.h3 .ff-poppins-semibold,
#before-after .tabs-container h3 .ff-poppins-semibold{
	margin-top: 10px;
	display: block;
  text-transform: lowercase;
	font-size: 18px;
}
#before-after p.bef-aft-para-text {
  font-family: 'poppins-regular';
  font-size: 15px;
  line-height: 21px;
  color: #2B2B2B;
  margin-bottom: 34px;
}

@media screen and (max-width:430px){
    .ba-slider .patient-before,
    .ba-slider .patient-before-mob{
        width:393px!important;
    }
}
@media screen and (max-width:390px){
    .ba-slider .patient-before,
    .ba-slider .patient-before-mob{
        width:358px!important;
    }
}
@media screen and (max-width:320px){
    .ba-slider .patient-before,
    .ba-slider .patient-before-mob{
        width:288px!important;
    }
}
@media screen and (max-width: 991px) {
  #before-after .d-version {
    display: none;
  }
  #before-after .mobilebefore-after {
    display: block !important;
    margin: 43px 0 33px 0;
  }
  .ba-slider .actual-patient {
    font-size: 10px;
  }
  
}
@media screen and (max-width: 575px) {
  #before-after .tabs-container .nav-pills .nav-link {
    width: 100%;
  }
}

/* Basic Forward Compatibility from bootstrap4 to 5*/
.ms-1{margin-left:0.25rem!important}
.ms-2{margin-left:0.5rem!important}
.ms-3{margin-left:1rem!important}
.ms-4{margin-left:1.5rem!important}
.ms-5{margin-left:3rem!important}
.me-1{margin-right:0.25rem!important}
.me-2{margin-right:0.5rem!important}
.me-3{margin-right:1rem!important}
.me-4{margin-right:1.5rem!important}
.me-5{margin-right:3rem!important}
.pe-1{padding-left:0.25rem!important}
.pe-2{padding-left:0.5rem!important}
.pe-3{padding-left:1rem!important}
.pe-4{padding-left:1.5rem!important}
.pe-5{padding-left:3rem!important}
.ps-1{padding-right:0.25rem!important}
.ps-2{padding-right:0.5rem!important}
.ps-3{padding-right:1rem!important}
.ps-4{padding-right:1.5rem!important}
.ps-5{padding-right:3rem!important}
.text-start{text-align:left!important}
.text-end{text-align:right!important}
.float-start{float:left!important}
.float-end{float:right!important}
.rounded-circle {
    border-radius: 50%!important;
}



#before-after h2.h2{
    font-size:36px;
}
#before-after .ff-poppins{
    font-family: 'poppins-regular'!important;
}
#before-after .ff-gobold{
    font-family: 'gobold-bold'!important;
}
#before-after .fw-500{
    font-family: 'poppins-semibold';
}
#before-after .text-color-martinique{
    color: #2d2851;
}
#before-after .highlighted{
    box-shadow: 0 -0.5em 0 inset #F5CABB;
}

#before-after .container{
    max-width:960px;
    padding:0 16px!important;
}








#before-after h3,
#before-after p.h3 {
  font-size: 24px;
  margin-bottom: 10px !important;
}
p.h3 span.header-gradient,
h3 span.header-gradient {
  position: relative;
  display: inline-block;
}
p.h3 span.header-gradient:before,
h3 span.header-gradient:before {
  content: " ";
  height: 17px;
  position: absolute;
  background-image: linear-gradient(259deg, #FBE7DF 0%, #F5CABB 73%);
  display: inline-block;
  z-index: -1;
  bottom: -4px;
  width: 106%;
  left: -3%;
}
@media (max-width: 991px) {
  #before-after {
    padding-top: 45px !important;
  }
  #before-after .tab-content {
    margin-bottom: 20px;
  }
  #before-after .mobilebefore-after .tabs-container p.h3 {
    margin-top: 0px !important;
    margin-bottom: 22px !important;
  }
}

@media (max-width: 575px) {
  #before-after .desktop-h3 {
    display: none;
  }
  #before-after .mobile-h3 {
    display: block !important;
  }
  #before-after h3 {
    font-size: 22px;
    margin-bottom: 14px !important;
  }
  #before-after h3 br {
    display: none;
  }
}


@media (max-width: 575px) {
  #before-after .tabs-container .nav-pills .nav-link {
    padding: 0 2rem 0 0;
    font-size: 18px;
  }
  #before-after {
    margin-bottom: 16px;
  }
  #before-after p.bef-aft-para-text br {
    display: none;
  }
  #before-after p.bef-aft-para-text {
    margin-bottom: 18px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .new-before-after-slider,
  .new-before-after-slider-mob {
    text-align: left;
    width: 75%;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  #before-after .droplet-block img {
    margin-right: -38px;
    margin-top: -160px;
    width: 60px;
  }
}

body.page-node-11 #content-block-p8 .block-wrapper {
  padding-bottom: 80px;
  padding-right: 30px;
}
#Skin-Clearance-Block {
  background-image: linear-gradient(180deg, rgba(216,212,215,0.2) 27%, rgba(216,212,215,0.00) 100%);
}
#Skin-Clearance-Block .blue-bg {
  background-image: linear-gradient(268deg, #433D61 0%, #2C2851 100%);
  width: 100%;
  height: 32px;
  position: relative;
  top: -16px;
}
#Skin-Clearance-Block .skin-clr-title {
  padding: 41px 0 49px 0;
  margin: 0 19px;
}
#Skin-Clearance-Block h2 {
  font-family: 'gobold-bold';
  font-size: 36px;
  color: #2D2850;
  letter-spacing: 0;
  line-height: 63px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
#Skin-Clearance-Block .skin-clr-title p {
  font-family: 'poppins-semibold';
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2D2850;
  margin-left: 17px;
}
#Skin-Clearance-Block .skin-clr-title .coral-blk {
  position: relative;
}
#Skin-Clearance-Block .skin-clr-title .coral-blk::before {
  content: "";
  width: 50em;
  height: 1px;
  margin: 37px auto;
  background-color: #2B2B2B;
  position: absolute;
  left: -50em;
  display: block;
}
#Skin-Clearance-Block .stat-55 .desktop-bg-image {
  background: url('../images/stat-55-bg.webp');
  background-repeat: no-repeat;
  background-position: center;
  /* padding: 52px 0 20px 0; */
  border-radius: 25px;
}
#Skin-Clearance-Block .stat-55 .img-wrap {
  width: 126px;
  margin: 46px 10px 0 35px;
}
#Skin-Clearance-Block .stat-55 .content-wrapper {
  padding: 40px 0 20px;
}
#Skin-Clearance-Block .stat-55 .text-54 {
  font-family: 'poppins-semibold';
  color: #2D2850;
  font-size: 20px;
  letter-spacing: 0.03px;
  line-height: 22px;
}
#Skin-Clearance-Block .pop-black-text {
  font-family: 'poppins-black';
  text-transform: uppercase;
}
#Skin-Clearance-Block .stat-55 .text-54 .pop-black-text {
  letter-spacing: 0.43px;
}
#Skin-Clearance-Block .stat-55 .content-wrapper p.pati-text {
  font-family: 'poppins-regular';
  font-size: 17px;
  letter-spacing: 0.26px;
  line-height: 25px;
  color: #2D2850;
  margin-bottom: 5px;
}
#Skin-Clearance-Block .stat-55 .content-wrapper p.pati-text span.str-t {
  font-family: 'poppins-semibold';
}

#Skin-Clearance-sec4 .ct-two-block-wrapper {
  padding-bottom: 76px;
}
#Skin-Clearance-sec4 .ct-two-block {
  padding: 18px 0px;
  border: 4px dotted #C4DBE6;
  width: 564px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#Skin-Clearance-sec4 .ct-two-block.child-acd {
  margin-bottom: 15.7px;
} 
#Skin-Clearance-sec4 .ct-two-block a {
  font-size: 16px;
  color: #2C2851;
  line-height: 23px;
}
#Skin-Clearance-sec4 .apply-twice {
  padding: 50px 20px 52px;
}
#Skin-Clearance-sec4 .apply-twice .img-wrap {
  width: 8.4%;
}
#Skin-Clearance-sec4 .apply-twice .content-wrapper {
  width: 91.6%;
  padding-left: 15.9px;
}
#Skin-Clearance-sec4 .apply-twice p {
  font-family: 'poppins-regular';
  font-size: 14px;
  color: #2B2B2B;
  line-height: 20px;
}

#skin-clr-sec3 {
  padding-top: 50px;
}
#skin-clr-sec3 h3 {
  margin-left: 20px;
  font-family: 'poppins-semibold';
  font-size: 20px;
  letter-spacing: 0.03px;
  color: #2D2850;
}
#skin-clr-sec3 p.week-8-text {
  font-family: 'poppins-regular';
  font-size: 15px;
  line-height: 25px;
  color: #2B2B2B;
  margin: 0 20px 26px 20px;
}
#skin-clr-sec3 p.week-8-text span {
  font-family: 'poppins-medium';
}
#skin-clr-sec3 .year-1-wrapper {
  display: flex;
  padding: 0 20px;
}
#skin-clr-sec3 .cr-img-t-wrap:nth-child(1) {
  width: 28.26%;
  margin-right: 59px;
}
#skin-clr-sec3 .cr-img-t-wrap:nth-child(2) {
  width: 30.76%;
  margin-right: 52px;
}
#skin-clr-sec3 .cr-img-t-wrap:nth-child(3) {
  width: 28.91%;
}
#skin-clr-sec3 .cr-img-t-wrap .img-wrp {
  display: flex;
  justify-content: center;
}
#skin-clr-sec3 .cr-img-t-wrap .img-wrapper {
  position: relative;
}
#skin-clr-sec3 .cr-img-t-wrap img {
  width: 231px;
  margin: 0 auto;
}
#skin-clr-sec3 .cr-img-t-wrap .img-wrapper::before {
  content: '';
  background: url('../images/beige-line.svg');
  width: 73px;
  height: 57px;
  position: absolute;
  z-index: 1;
  bottom: 0px;
}
#skin-clr-sec3 .cr-img-t-wrap .text-wrp {
  text-align: center;
}
#skin-clr-sec3 .yr-1-h1 {
  font-family: 'gobold-bold';
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #2B2B2B;
  margin-bottom: 32px;
  margin-top: 25px;
}
#skin-clr-sec3 .yr-1-h1 span {
  color: #F15D5E;
}
#skin-clr-sec3 .yr-1-p1,
#skin-clr-sec3 .yr-1-p2 {
  font-family: 'poppins-regular';
  font-size: 16px;
  line-height: 23px;
  color: #2B2B2B;
  position: relative;
}
#skin-clr-sec3 .yr-1-p1::before {
  content: '';
  background-image: url('../images/bullet.svg');
  background-repeat: no-repeat;
  width: 7px;
  height: 7px;
  top: -17px;
  left: 50%;
  position: absolute;
}
#skin-clr-sec3 .yr-1-p2::before {
  content: '';
  background-image: url('../images/bullet.svg');
  background-repeat: no-repeat;
  width: 7px;
  height: 7px;
  top: -17px;
  left: 50%;
  position: absolute;
}
#skin-clr-sec3 .yr-1-p1 {
  margin-bottom: 30px;
}
#skin-clr-sec3 span.str-text {
  font-family: 'poppins-medium';
}
@media (max-width: 991px) {
  body.page-node-11 #content-block-p8 .block-wrapper {
    padding-bottom: 70px;
    padding-right: 0px;
  }
  #Skin-Clearance-Block .skin-clr-title {
      margin: 0px;
  }
  #Skin-Clearance-Block .skin-clr-title {
      padding: 23px 0 26px;
  }
  #Skin-Clearance-Block .skin-clr-title .coral-blk {
      margin-left: 27px;
  }
  #Skin-Clearance-Block .stat-55 .content-wrapper {
    padding-top: 25px;
  }
  
  #Skin-Clearance-Block .stat-55 .desktop-bg-image {
      background: none;
      /* padding: 25px 0px 25px 8px; */
  }
  #Skin-Clearance-Block .stat-55 .img-content-wrap {
      flex-direction: column;
  }
  #Skin-Clearance-Block .stat-55 .img-wrap {
      width: 75px;
      margin: 33px auto 0px auto;
  }
  
  #Skin-Clearance-Block .stat-55 .content-wrapper p.pati-text.sim {
    margin-top: 8px;
  }
  #Skin-Clearance-Block .stat-55 .text-54 {
      font-family: 'poppins-medium';
      letter-spacing: -0.13px;
      line-height: 25px;
      margin-right: 10px;
      margin-bottom: 10px !important;
  }
  #Skin-Clearance-Block .stat-55 .text-54 .pop-black-text {
      font-family: 'poppins-bold';
      letter-spacing: -0.28px;
      line-height: 25px;
  }
  #Skin-Clearance-Block .stat-55 h2 {
      font-size: 31px;
      letter-spacing: 0px;
      line-height: 40px;
      margin: 3px 0 8px 0;
  }
  
 
  #skin-clr-sec3 {
    padding-top: 25px;
  }
  #skin-clr-sec3 .year-1-wrapper {
    flex-direction: column;
    padding: 0px;
  }
  
  #skin-clr-sec3 .cr-img-t-wrap:nth-child(1),
  #skin-clr-sec3 .cr-img-t-wrap:nth-child(2),
  #skin-clr-sec3 .cr-img-t-wrap:nth-child(3) {
    width: 100%;
  }
  #skin-clr-sec3 .cr-img-t-wrap:nth-child(2) .yr-1-p2::before {
    top: -27px;
  }
  /* #skin-clr-sec3 .cr-img-t-wrap:nth-child(1) .yr-1-h1 {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;
  } */
  #skin-clr-sec3 .cr-img-t-wrap:nth-child(2),
  #skin-clr-sec3 .cr-img-t-wrap:nth-child(3) {
    margin-top: 50px;
  }
  #skin-clr-sec3 .cr-img-t-wrap:nth-child(2) .yr-1-p1 {
    margin-bottom: 46px;
  }
  #skin-clr-sec3 h3 {
    margin-left: 0px;
  }
  #skin-clr-sec3 p.week-8-text {
    margin-left: 0px;
    margin-right: 0px;
  }
  
  #Skin-Clearance-sec4 .ct-two-block-wrapper {
    padding-bottom: 32px;
  }
  #Skin-Clearance-sec4 .ct-two-block-wrapper .container {
      padding-left: 15px !important;
      padding-right: 15px !important;
  }
  #Skin-Clearance-sec4 .ct-two-block {
      width: 100%;
      margin: unset;
      padding: 13px 10px;
  }
  #Skin-Clearance-sec4 .ct-two-block a {
      white-space: unset;
      line-height: 23px;
  }
  
  #Skin-Clearance-sec4 .apply-twice {
      flex-direction: column;
      padding: 50px 0 26px 0;
  }
  #Skin-Clearance-sec4 .apply-twice .img-wrap {
      width: 78px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 11px;
  }
  #Skin-Clearance-sec4 .apply-twice .content-wrapper {
      width: 100%;
      padding-left: 0px;
  }
  #Skin-Clearance-sec4 .apply-twice p {
      letter-spacing: -0.2px;
      text-align: center;
  }
}
@media (max-width: 390px) {
  #Skin-Clearance-Block .stat-55 .text-54 .pop-black-text {
    font-size: 18px;
  }
}
#skin-clr-sec3 .cr-img-t-wrap:nth-child(1) .yr-1-h1 br {
  display: none;
}
@media (max-width: 575px) {
  #Skin-Clearance-sec4 .apply-twice-wrapper .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #Skin-Clearance-sec4 .apply-twice .content-wrapper {
    /* background-image: linear-gradient(180deg, rgba(216,212,215,0.2) 27%, rgba(216,212,215,0.00) 100%); */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 62px;
    margin-top: -62px;
  }
  #Skin-Clearance-Block .stat-55 .img-content-wrap {
    background: url('../images/skin-clr-mob-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 0 20px;
    border-radius: 25px;
  }
  #Skin-Clearance-Block .stat-55 .content-wrapper p.pati-text.sim.d {
    display: none;
  }
  #Skin-Clearance-Block .stat-55 .content-wrapper p.pati-text.sim.m {
    display: block !important;
  }
  #skin-clr-sec3 .cr-img-t-wrap:nth-child(1) .yr-1-h1 br {
    display: block;
  }
  #skin-clr-sec3 .cr-img-t-wrap:nth-child(3) .yr-1-h1 span {
    display: inline-block;
  }
}
@media (min-width:576px) and (max-width:991px) {
  #Skin-Clearance-Block .stat-55 {
    background: url('../images/cs-stat-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
  }
}
@media (min-width:992px) and (max-width:1199px) {
  #Skin-Clearance-Block .stat-55 .desktop-bg-image {
    border-radius: 25px;
  }
}
@media (min-width: 991px) {
  #skin-clr-sec3 .cr-img-t-wrap:nth-child(1) .yr-1-h1 {
    margin-left: 8px;
    margin-right: 8px;
  }
  #skin-clr-sec3 .cr-img-t-wrap:nth-child(2) .yr-1-h1 {
    margin-left: 15px;
    margin-right: 15px;
  }
  #skin-clr-sec3 .cr-img-t-wrap:nth-child(3) .yr-1-h1 {
    margin-left: 10px;
    margin-right: 10px;
  }
  #skin-clr-sec3 .cr-img-t-wrap:nth-child(3) .yr-1-p1 {
    margin-left: 4px;
    margin-right: 4px;
  }
  #skin-clr-sec3 .cr-img-t-wrap:nth-child(3) .yr-1-h1 span {
    display: inline-block;
  }
  #skin-clr-sec3 .cr-img-t-wrap:nth-child(1) {}
}
@media (min-width:1200px) {
  #Skin-Clearance-Block .stat-55 .container {
    max-width: 978px !important;
  }
}



#Itch-Relief-Block .itch-relief-wrapper {
  background: url('../images/stat-52-bg.webp');
  background-repeat: no-repeat;
  background-position: center;
}
#Itch-Relief-Block .itch-relief-wrapper .ir-icon {
  padding: 31px 0 23px 0;
  border-bottom: 4px dotted #C4DBE6;
  margin: 0 19px;
}
#Itch-Relief-Block .coral-blk {
  position: relative;
}
#Itch-Relief-Block .coral-blk::before {
  content: "";
  width: 50em;
  height: 1px;
  margin: 37px auto;
  background-color: #2B2B2B;
  position: absolute;
  left: -50em;
  display: block;
}
#Itch-Relief-Block .ir-title {
  font-family: 'poppins-semibold';
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2D2850;
  margin-left: 30px;
}
#Itch-Relief-Block .ir-icon .coral-blk {
  margin-left: 18px;
}
#Itch-Relief-Block .stat-52 {
  padding: 44px 37px 103px 37px;
}
#Itch-Relief-Block .stat-52 .img-wrap {
  width: 126px;
  margin-right: 29px;
}
#Itch-Relief-Block .stat-52 .text-52 {
  font-family: 'poppins-semibold';
  color: #2D2850;
  font-size: 20px;
  letter-spacing: 0.03px;
  line-height: 22px;
  margin-bottom: 2px;
}
#Itch-Relief-Block .pop-black-text {
  font-family: 'poppins-black';
  text-transform: uppercase;
}
#Itch-Relief-Block .stat-52 .text-52 .pop-black-text {
  letter-spacing: 0.43px;
}
#Itch-Relief-Block .stat-52 .text-15 {
  font-family: 'poppins-semibold';
  color: #2D2850;
  font-size: 20px;
  letter-spacing: 0.33px;
  line-height: 22px;
  margin-bottom: 2px;
}
#Itch-Relief-Block .stat-52 .text-15 .pop-black-text {
  letter-spacing: 0.33px;
}
#Itch-Relief-Block h2 {
  font-family: 'gobold-bold';
  font-size: 36px;
  color: #2D2850;
  letter-spacing: 0;
  line-height: 63px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
#Itch-Relief-Block .ct-two-block {
  padding: 18px 0px;
  border: 4px dotted #C4DBE6;
  width: 564px;
  margin: 37px auto;
  text-align: center;
}
#Itch-Relief-Block .ct-two-block a {
  font-size: 16px;
  color: #2C2851;
  line-height: 23px;
}
#Itch-Relief-Block .itch-scratch-cycle {
  padding: 0 20px 77px 20px;
}
#Itch-Relief-Block .itch-scratch-cycle .icon-wrap {
  width: 8.4%
}
#Itch-Relief-Block .itch-scratch-cycle .wrap-text {
width: 91.6%;
padding-left: 15.9px;
  padding-right: 30px;
}
#Itch-Relief-Block .itch-scratch-cycle .isc {
  padding-bottom: 57.34px;
}
#Itch-Relief-Block .itch-scratch-cycle p {
font-family: 'poppins-regular';
font-size: 15px;
color: #2B2B2B;
line-height: 21px;
}
#Itch-Relief-Block .itch-scratch-cycle p .semibold-t {
  font-family: 'poppins-semibold';
  white-space: nowrap;
}

@media (max-width: 991px) {
  #Itch-Relief-Block .itch-relief-wrapper .ir-icon {
      display: none !important;
  }
  #Itch-Relief-Block .itch-relief-m {
      display: block !important;
      border-top: 4px dotted #C4DBE6;
  }
  #Itch-Relief-Block .itch-relief-m {
      padding: 23px 0 25px 0;
  }
  #Itch-Relief-Block .coral-blk {
      margin-left: 27px;
      flex-shrink: 0;
  }
  #Itch-Relief-Block .ir-title {
      margin-left: 17px;
  }
  #Itch-Relief-Block .stat-52 {
      flex-direction: column;
      padding: 27px 0 31px 0;
  }
  #Itch-Relief-Block .itch-relief-wrapper {
      background: none;
  }
  #Itch-Relief-Block .cs-stat-52 {
      background: url('../images/cs-stat-bg.webp');
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  }
  #Itch-Relief-Block .stat-52 .img-wrap {
      width: 70px;
      margin-right: 0px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 17.5px;
  }
  #Itch-Relief-Block .stat-52 .content-wrapper {
      padding: 0 8px;
  }
  #Itch-Relief-Block .stat-52 .text-52 {
      font-family: 'poppins-medium';
      letter-spacing: 0px;
      line-height: 25px;
  }
  #Itch-Relief-Block .stat-52 .text-52 .pop-black-text {
      font-family: 'poppins-bold';
      letter-spacing: -0.28px;
      line-height: 25px;
      white-space: nowrap;
      font-size: 19px;
  }
  #Itch-Relief-Block h2 {
      font-size: 31px;
      letter-spacing: 0px;
      line-height: 40px;
  }
  #Itch-Relief-Block .stat-52 .text-15 {
      font-family: 'poppins-regular';
      line-height: 25px;
      letter-spacing: 0px;
      margin-top: 4px;
      margin-bottom: 4px;
  }
  #Itch-Relief-Block .stat-52 .text-15 .pop-black-text {
      letter-spacing: 0px;
      font-family: 'poppins-bold';
  }

  #Itch-Relief-Block .ct-two-block {
      width: 100%;
      margin-top: 26px;
      margin-bottom: 26px;
      padding: 13px 10px;
  }
  #Itch-Relief-Block .ct-two-block a {
      white-space: unset;
  }

  #Itch-Relief-Block .itch-scratch-cycle {
      padding: 0 0 35px 0;
  }
  #Itch-Relief-Block .itch-scratch-cycle .wrap-icon-content {
      flex-direction: column;
  } 
  #Itch-Relief-Block .itch-scratch-cycle .isc {
      padding-bottom: 25px;
  }
  #Itch-Relief-Block .itch-scratch-cycle .icon-wrap {
      width: 78px;
      margin: 0 auto 11px auto;
  }
  #Itch-Relief-Block .itch-scratch-cycle .wrap-text {
      width: 100%;
      padding: 0px;
      text-align: center;
  }
}
@media (max-width: 390px) {
  #Itch-Relief-Block .stat-52 .text-52 .pop-black-text {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  #Itch-Relief-Block .ir-title {
    max-width: 265px;
    line-height: 27px;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  #Itch-Relief-Block .itch-relief-wrapper {
    border-radius: 25px;
  }
}

#Coral-Callout-section.left-coral-line.skin-ccs {
  margin-top: 30px;
}
#Coral-Callout-section.left-coral-line.skin-ccs .skin-ccs-wrapper {
  padding: 0 20px;
}
#Coral-Callout-section.left-coral-line.skin-ccs .side-eff-h3 {
  font-family: 'poppins-semibold';
  font-size: 18px;
  letter-spacing: 0.27px;
  line-height: 25px;
  color: #2D2850;
  margin-bottom: 10px;
}
#Coral-Callout-section.left-coral-line.skin-ccs .coral-img-text-wrapper {
  border-top: 4px dotted #C4DBE6;
  padding-top: 34px;
  margin-top: 30px;
}
#Coral-Callout-section.left-coral-line.skin-ccs .text-wrapper {
  padding-top: 8px;
}
@media (max-width: 991px) {
  #Coral-Callout-section.left-coral-line.skin-ccs .skin-ccs-wrapper {
    padding: 0px;
  }
  #Coral-Callout-section.left-coral-line.skin-ccs .coral-img-text-wrapper {
    margin-top: 27px;
    padding-top: 48px;
  }
}
@media (min-width: 1200px) {
  #Coral-Callout-section.left-coral-line.skin-ccs .skin-css-p-wrap {
    padding-right: 10px;
  }
  #Coral-Callout-section.left-coral-line.skin-ccs p.together-right {
    padding-right: 30px;
  }
}