

:root{
    --darkblue:#00314F;
    --blue: #2B3045;
    --grey:#8595A4;
    --light-blue: #1D48BC;

}



/* Inner Banner */
.inner-page-banner-wrapper {height: 300px; position: relative;  }
.inner-page-banner-wrapper .fluid-container {height: 100%; position: relative; display: flex; justify-content: center; align-items: flex-end;}
.inner-page-banner-wrapper .fluid-container .banner-text { position: relative;}
.inner-page-banner-wrapper::before {content: ''; position: absolute; background: linear-gradient(to bottom, #fff0 0%, #031a29 100%); width: 100%; height: 100%; top: 0; left: 0;}
.banner-text h1 {color: #fff;  line-height: 1;  padding: 0 0 20px; text-align: center;}
.banner-text nav ol { display: flex; justify-content: center; align-items: center; background: #8696a3;gap: 10px;   padding: 5px 20px;}
.banner-text nav ol li {color: #fff;}
.banner-text nav ol li a, .banner-text nav ol li span {color: #fff;display: flex; justify-content: center; align-items: center;}
.banner-text nav ol li span img {width: 100%; max-width: 20px; filter: invert(100%) sepia(0%) saturate(6855%) hue-rotate(129deg) brightness(104%) contrast(104%); animation: animName 20s linear infinite;}
@keyframes animName {
    0%{
       transform: rotate(0deg);
      }
   100%{
       transform: rotate(360deg);
      }
   }
/* Inner Banner */

/* devices millifrac */
.millifarc-main-wrapper{background: #f6f6f8;padding: 100px 0;}
.inner-millifarc-one-main-flex {display: flex;justify-content: center;align-items: center;gap:55px;}
.inner-millifrac-one-main h2{text-align: center;padding: 0 0 10px;}
.inner-millifrac-one-main h3{text-align: center;padding: 0 0 40px;}
.one-millifarc-circle-image {width: 100%;max-width:550px;position: relative;}
/* .one-millifarc-circle-image span{display: flex;justify-content: center;align-items: center;} */
.one-millifarc-circle-image img{width: 100%;max-width:500px;border-radius: 100%;border: 2px solid #1d48bb;} 
/* .one-millifarc-circle-image span::after {content: "";position: absolute;top: -12px;left: 12px;width: 100%;max-width: 425px;height: 425px;border: 2px solid #7c95d7;border-radius: 100%;} */
/* .one-millifarc-circle-image::before {content: "";position: absolute;top: 20px;left: 92px;width: 15px;height: 15px;background: #1d48bb;border-radius: 50%;z-index: 2; animation: moonOrbit1 20s linear infinite;}
.one-millifarc-circle-image::after {content: "";position: absolute;bottom: 14px;right: 104px;width: 15px;height: 15px;background: #1d48bb;border-radius: 50%;z-index: 2;  animation: moonOrbitOpposite1 20s linear infinite;} */
.one-millifarc-content {width: 100%;max-width: 800px;}
.one-millifarc-content p{text-align: left;}


.one-millifarc-circle-image  span {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
} 

.one-millifarc-circle-image span::before {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 20px;
    height: 20px;
    background: var(--light-blue);
    border-radius: 100%;
    top: 0;
    right: 0;
    animation: moonOrbit 20s linear infinite;
    bottom: 0;
    left: 0;
    margin: auto;
} 

.one-millifarc-circle-image span::after {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 20px;
    height: 20px;
    background: var(--light-blue);
    border-radius: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: moonOrbitOpposite 20s linear infinite;
}

.one-millifarc-circle-image::before {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 530px;
    height: 530px;
    border: solid 2px var(--grey);
    left: 0px;
    right: 0;
    margin: auto;
    top: -15px;
    border-radius: 100%;
}

 
   
   

.why-chose-millifrac-main-wrapper{background: #00314f; padding: 80px 0;}
.inner-why-choose-millifrac h2{color: #fff; text-align: center;padding: 0 0 40px;}
.inner-millifrac-box h3{font-size: 22px !important;}
.inner-millifrac-box p {font-size: 17px;margin: 8px 0 15px;}
.inner-millifrac-box:nth-child(1) h3, .inner-millifrac-box:nth-child(3) h3{text-align: right;}
.inner-millifrac-box:nth-child(1) p, .inner-millifrac-box:nth-child(3) p{text-align: right;}
.mfc-addon .inner-millifrac-box:nth-child(2), .inner-millifrac-box:nth-child(4){border-right: 3px solid #5daaf0;}
.mfc-addon .inner-millifrac-box{ border-left: 3px solid #5daaf0; border-bottom:3px solid #5daaf0; border-top: 3px solid #5daaf0;}
.inner-millifrac-boxs {display: flex;justify-content: space-around;align-items: stretch;gap: 80px 20px;flex-wrap: wrap;position: relative;}
.inner-millifrac-box{width: 100%;max-width: 580px;background: #f9f9f9;border-right: 15px solid #5daaf0; border-radius: 20px 0px 0px 20px; padding: 20px 20px 20px 60px; position: relative; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.inner-millifrac-boxs::before{position: absolute;content: '';width: 100%;max-width: 50px;height: 50px; top: 0px;bottom: 0px; margin: auto;background: #5daaf0;border-radius: 50px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.inner-millifrac-boxs::after{position: absolute;content: '';width: 100%;max-width: 2px;height: 248px; top: 0px;bottom: 0px; margin: auto;background: #5daaf0;}
.inner-millifrac-box:nth-child(2),.inner-millifrac-box:nth-child(4){border-left: 15px solid #5daaf0; border-radius: 0px 20px 20px 0px; border-right: none;}
.inner-millifrac-box::after {position: absolute;content: '';width: 100%;max-width: 15px;height: 15px;top: 0px;right: -23px;background: #5daaf0;border-radius: 50px;margin: auto;bottom: 0px;}
.inner-millifrac-box::before{position: absolute;content: '';width: 100%;max-width: 300px;height: 2px;top: 0px;right: -313px;background: #5daaf0;margin: auto;bottom: 0px;}
.inner-millifrac-box:nth-child(2)::after,.inner-millifrac-box:nth-child(4)::after{left: -109%;}
.inner-millifrac-box:nth-child(2)::before,.inner-millifrac-box:nth-child(4)::before{display: none;}

.millifrac-key-benefits-main-wrapper{background: #f6f6f8; padding: 100px 0px;}
.inner-millifrac-key-benefits-wrapper h2{text-align: center;padding: 0 0 40px;}
.millifrac-key-benfits-boxs{display: flex; justify-content: center; align-items: stretch;gap: 20px;flex-wrap: wrap;}
.millifrac-key-benfits-box{width: 100%;max-width: 350px;}
.millifrac-key-benfits-box h3{background: #00314f; color: #fff;padding: 10px; border-radius: 5px; text-align: center;position: relative; top: -24px;}
.millifrac-key-benfits-box{background: #dcf2ff; border-radius: 5px;width: 100%;max-width: 412px;padding: 0px 20px 20px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;} 
.inner-millifrac-key-benefits-wrapper .millifrac-key-benfits-box h3 { color: #fff; background: #00314f;}
.millifrac-key-benfits-box p{text-align: center;}
/* devices millifrac */

/* device plasmapen */
.plasmapen-one-main-wrapper{padding: 100px 0;background: #f6f6f8;}
.inner-plasmapen-one-main h2{text-align: center;}
.inner-plasmapen-one-main h3{text-align: center; width: 100%;max-width: 600px;padding: 0 0 40px;margin: auto; font-weight: 300;} 

.inner-plasmapen-three-wrapper{display: flex;justify-content: center;align-items: stretch; height: 500px;}
.inner-plasmapen-three-wrapper img{display: flex;justify-content: center;align-items: center;width: 100%;max-width: 50%;position: relative;overflow: hidden;object-fit: cover; }
.inner-plasmapen-three-wrapper-content {width: 100%;max-width: 50%;padding: 60px;position: relative; background: #00314f;color: #fff;}
.inner-plasmapen-three-wrapper-content h3 {padding: 5px 0 20px;font-size: 24px; text-align:start;}
.inner-plasmapen-three-wrapper-content h2{font-size:32px;}

.plasmapen-four-benfits-area-main-wrapper{padding: 100px 0;color: #fff;}
.plasmapen-benfits-main h2{text-align: center;padding: 0 0 40px;}
.plasmapen-benfits-main{background: #004066;padding: 60px 0; border-radius: 50px;}
.plasmapen-benefits-main-boxs{display: flex;justify-content: center;align-items: stretch;flex-wrap: wrap;gap: 70px;}
.plasmapen-benefits-main-box h3{font-size: 26px;}
.plasmapen-benefits-main-box{width: 100%;max-width: 530px; border-top:2px solid #ffffff5e;padding: 20px 0 0;}
.plasmapen-benfits-main:nth-child(1){margin: 0 0 50px;}
.plasmapen-benefits-main-box p{margin: 5px 0 10px; text-align: start;}


.plasmapen-five-call-to-action {background: url('../images/banner-bg.jpg') no-repeat center center/cover;width: 100%;padding: 40px 0;position: relative;display: flex;justify-content: center;align-items: center;}
.plasmapen-five-call-to-action::before {content: '';position: absolute;background: #263f6bab;width: 100%;height: 100%;top: 0;left: 0;}
.plasmapen-five-cta-content {margin: auto; position: relative; width: 100%;max-width: 900px;}
.plasmapen-five-cta-content p{text-align: center; font-size: 28px; color: #fff;}

.plasmapen-experience-main-wrapper{background: #f6f6f8; padding:60px 0;}
.inner-plasmapen-experience{width: 100%; max-width: 1200px;margin: auto;}
.inner-plasmapen-experience h3{text-align: center;}
.inner-plasmapen-experience p{text-align: center;}


/* .devices-bft .plasmapen-three-main-wrapper .inner-plasmapen-three-wrapper {height:500px;}
.devices-bft .plasmapen-three-main-wrapper .inner-plasmapen-three-wrapper img { height: 500px} */
/* device plasmapen */

/* devices plasmapen css */
.plasmapen-codepen-main-wrapper{padding: 60px 0;background: #f9f9f9;}
.inner-plasmapen-two-image-content h2{text-align: center; padding: 0 0 30px;}
.inner-plasmapen-codepen{display: flex;justify-content: space-evenly;align-items: center;gap: 30px;}

.plasmapen-codepen-middle{width: 100%;}
.plasmapen-codepen-middle img{width:100%; max-width:350px;display: flex;justify-content: center;align-items: center;gap: 15px;margin: auto;position: relative;}
.plasmapen-codepen-left {display: flex;justify-content: space-between;align-items: center;flex-direction: column;gap: 100px;position: relative;width: 100%;max-width: 500px;}
.plasmapen-codepen-right{display: flex;justify-content: space-between;align-items: center;flex-direction: column;gap: 100px;position: relative;width: 100%;max-width: 500px;}

.plasmapen-codepen-box{position: relative;}
.plasmapen-codepen-box::before{position: absolute; content: ''; background: #fff; border: 4px solid #4d6ec8; width: 30px; height: 30px; border-radius: 100px; right: -50px;}
.plasmapen-codepen-box::after{position: absolute;content: "";width: 100%;max-width: 100px;height: 1px;background: linear-gradient(90deg, #fff 3%, #8595A4 96%);right: -150px;top: 15px;margin: auto 0;transform: rotate(180deg);}
.plasmapen-codepen-right .plasmapen-codepen-box::before{left: -50px;}
.plasmapen-codepen-box:nth-child(1) {padding: 0 0 40px;}
.plasmapen-codepen-left .plasmapen-codepen-box h3{text-align: right;}
.plasmapen-codepen-left .plasmapen-codepen-box p{text-align: right;}
.plasmapen-codepen-box h3{font-size: 24px;}
.plasmapen-codepen-box p{font-size: 16px;}

.plasmapen-codepen-right .plasmapen-codepen-box::after{transform: rotate(1deg);left: -150px;}
/* devices plasmapen css */

/* devices cryopen */
.cryopen-benifits{background: #f6f6f8;}
.cryopen-benifits .inner-why-choose-millifrac h2{color: #28293b;}
.cryopen-benifits .inner-millifrac-boxs::after {height: 217px !important;top: 0px !important;}
.cryopen-benifits .inner-millifrac-box{background: #00314f; color: #fff;}

.cryopen-ideal-treating-main-wrapper{background: #2b3044;padding: 80px 0 60px;}
.inner-cryopen-ideal-treating h2{color: #fff; text-align: center; padding: 0 0 40px;}
.inner-ideal-treating-lists{display: flex;justify-content: space-evenly;align-items: stretch; flex-wrap: wrap; gap: 30px 80px; padding-top: 40px;}
.inner-ideal-treating-lists p{width: 100%; max-width: 200px; height: 200px;  border-radius: 100px; background: #0f1630; font-size: 20px;border: 1px solid #ffffff82; color: #fff;padding: 20px; text-align: center;display: flex;justify-content: center;align-items: center;position: relative;}
.inner-ideal-treating-lists p::before{position: absolute;content: '';width: 140px; height: 1px; background:#ffffff73; top: 0; bottom: 0px; margin: auto;right: -142px;}
.inner-ideal-treating-lists p:last-child::before {display: none;}
.inner-ideal-treating-lists p:nth-child(5)::before{display: none;}

.cryopen-five-content-image-main-wrapper{padding: 100px 0;background: #f6f6f8;}
.inner-cryopen-five-image-content{display: flex; justify-content: center;align-items: stretch;}
.inner-cryopen-five-image{width: 100%;max-width: 600px;height: 500px;position: relative;}
.inner-cryopen-five-image::before{position: absolute; content: ""; width: 100%; max-width: 500px; border:solid 1px #fff;}.inner-cryopen-five-image::before {position: absolute;content: "";width: 100%;max-width: 550px;height: 450px;border: solid 2px #fff;right: 0;left: 0;margin: auto;top: 0;bottom: 0;}
.inner-cryopen-five-image img{width: 100%; max-width: 600px; height:500px;object-fit: cover; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.inner-cryopen-five-content{width: 100%; max-width: 600px;background: #8595a4; color: #fff; padding: 40px 60px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.inner-cryopen-five-content p{text-align: start;}

.cryopen-key-features-benefits-main-wrapper{padding: 0px 0 100px; background: #f6f6f8;}
.inner-cryopen-key-features-benefits h2{padding: 0 0 40px; text-align: center;}
/* .inner-cryopen-key-features-benefits h3{font-size: 30px;text-align: center; } */


/* new timeline */
.mf-timeline{padding: 0px 100px; position: relative; width: 100%; z-index: 0;}
.mf-timeline ul li{position: relative; width: 50%;}
.mf-timeline::before{content: ''; position: absolute; height: 72%; width: 3px; background: #5ca9f0; left: 50%; top: 18%; z-index: -1;}
.mf-timeline ul li:nth-child(odd){float: left; text-align: right; clear: both;}
.mf-timeline ul li:nth-child(even){float: right; text-align: left; clear: both;}
.mf-timeline ul li:nth-child(odd) .mf-timeline-content{margin-right: 60px;}
.mf-timeline ul li:nth-child(even) .mf-timeline-content{margin-left: 60px;}
.mf-timeline ul li:nth-child(odd) .mf-timeline-content p{text-align: right;}
.mf-timeline ul::after{content: ''; display: table; clear: both;}
.mf-timeline ul li:nth-child(odd)::before{content: ''; position: absolute; height: 40px; width: 40px;background: #5ca9f0; border-radius: 50%; right: -22px; top: 50%; transform: translate(0%, -50%); z-index: 1;}
.mf-timeline ul li:nth-child(even)::before{content: ''; position: absolute; height: 40px; width: 40px; background: #5ca9f0; border-radius: 50%; left: -22px; top: 50%; transform: translate(0%, -50%); }

.mf-timeline-content{padding:40px; background: #00314f;color: #fff; font-size: 30px;border-radius: 30px;}
.mf-timeline-content p{margin: 15px 0 5;}
/* new timeline */


.cryopen-key-features-benefits-main-wrapper .mf-timeline .mf-timeline-content h3{border-bottom: 2px solid #ffffff87;padding: 0 0 10px; font-size: 26px; }
.cryopen-key-features-benefits-main-wrapper .mf-timeline::before{height: 77%; top: 15%;}
.inner-cryopen-key-features-benefits .mf-timeline ul li:nth-child(even)::before{left: -18px;}
.cryopen-one-content{display: flex;justify-content: flex-end;align-items: center;gap: 20px;}
.cryopen-one-content p{margin: 5px 0 8px;}
/* devices cryopen */

/* devices dermapen */
.dermapen-one-main-wrapper{background: #f6f6f8; padding: 100px 0;}
.inner-dermapen-one-main h2{text-align: center;padding: 0 0 5px;}
.inner-dermapen-one-main h3{text-align: center; padding: 0 0 20px; font-weight: 300;}
.inner-dermapen-one-main p{text-align: center; width: 100%; max-width: 1200px;text-align: center;margin: auto; padding: 0 0 60px;line-height: 1.6;}
.dermapen-one-images{display: flex;justify-content: center;align-items: center;gap: 20px;flex-wrap: wrap;}
.dermapen-one-images img{width: 100%;max-width: 400px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; height: 400px;object-fit: cover; border-radius: 10px; border: solid 1px var(--grey);}

.dermapen-two-main-wrapper{background: url('../images/dermapen-two-bg.jpg') no-repeat center center/cover;width: 100%; position: relative;padding: 60px 0;height: 100%;}
.inner-dermapen-two-main-content{display: flex;justify-content: center;align-items: center;gap: 35px;flex-wrap: wrap;color: #fff;}
.dermapen-two-image{width: 100%;max-width: 600px;}
.dermapen-two-image img{width: 100%;max-width: 600px; height: 270px;object-fit: cover;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;border-radius: 5px;}
.dermapen-two-content{width: 100%;max-width: 600px; border-left:2px solid #ffffff63; padding-left: 35px;}
.dermapen-two-content p{margin: 15px 0 0; text-align: start;}

.dermapen-three-main-wrapper{padding: 100px 0 80px; background: #f6f6f8;}
.inner-dermapen-three-main h2{text-align: center;padding: 0 0 40px;}

.dermapen-four-main-wrapper{background: #f9f9f9; padding: 100px 0;}
.dermapen-four-main-wrapper .one-millifarc-content h2{padding: 0 0 10px;}

.dermapen-five-main-wrapper{background: #00314f; padding: 60px 0;}
.inner-dermapen-five-main h2{color: #fff;padding: 0 0 70px; text-align: center;}
.millifrac-key-benfits-box h3{color: #00314f; background: #f8f8f8;  font-size: 20px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.inner-dermapen-five-main .millifrac-key-benfits-boxs{gap: 70px 40px;}

.dermapen-six-main-wrapper{background: #f6f6f8;padding: 80px 0;}
.dermapen-six-image-content{display: flex; justify-content: center; align-items: center;gap: 40px; width: 100%; max-width: 100%; height: 100%;}
.dermapen-six-content{width: 100%;max-width: 600px;text-align: right;}
.dermapen-six-content p{text-align: right;}
.dermapen-six-image{width: 100%; max-width: 600px;height: 300px;}
.dermapen-six-image img {width: 100%;max-width: 600px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;height: 300px;object-fit: cover;border: solid 1px var(--grey);border-radius: 10px;}

.dermapen-seven-main-wrapper{background: #f9f9f9; padding: 90px 0;}
.inner-dermapen-seven-main h2{text-align: center;}
.inner-dermapen-seven-main p{text-align: center; margin: 0 0 15px; padding-bottom:45px;}
.inner-dermapen-seven-main .mf-timeline p:nth-child(odd){text-align: right; }
.inner-dermapen-seven-main .mf-timeline p:nth-child(even){text-align: left; }
/* .inner-dermapen-seven-main .mf-timeline::before{height: 80%; top: 10%;} */
.inner-dermapen-seven-main .mf-timeline ul li p { padding: 0px; margin: 5px 0 10px;}
.inner-dermapen-seven-main .mf-timeline ul li:nth-child(even)::before{left: -19px;}

.inner-dermapen-seven-main .mf-timeline ul li:nth-child(odd)::before{display: none;}
.inner-dermapen-seven-main .mf-timeline ul li:nth-child(even)::before{display: none;}
.inner-dermapen-seven-main .mf-timeline::before {border-radius: 20px;width: 4px;background: #1d48bb;height: 100%;top: -6%;}
.inner-dermapen-seven-main .mf-timeline-content{background: none;color: #000;position: relative;padding: 0px 50px;}
.inner-dermapen-seven-main .mf-timeline-content::before {position: absolute;content: '';width: 10px;height: 10px;background: #1d48bb;top: 11px;right: 0px;rotate: 43deg;}
.inner-dermapen-seven-main .mf-timeline-content::after {position: absolute;content: '';width: 60px;height: 2px;background: #1d48bb;top: 15px;right: -61px;}
.mf-timeline ul li:nth-child(even) .mf-timeline-content::after{left: -57px;}
.mf-timeline ul li:nth-child(even) .mf-timeline-content::before{left: 0px;}

.dermapen-eight .inner-plasmapen-three-wrapper-content{display: flex;justify-content: center;align-items: flex-end;flex-direction: column;}
.dermapen-eight .inner-plasmapen-three-wrapper-content h2{text-align: right;}
.dermapen-eight .inner-plasmapen-three-wrapper-content p{text-align: right;}

.dermapen-massaging-roller-one-main{padding: 100px 0;background: #f6f6f8;}
.inner-dermapen-massaging-roller-main{display: flex;justify-content:center;align-items: center;gap: 20px; flex-wrap: wrap;}
.dermapen-massaging-roller-image{width: 100%;max-width: 400px; }
.dermapen-massaging-roller-image img{width: 100%;max-width: 400px; height: 500px;}
.dermapen-masssaging-roller-content{width: 100%;max-width: 700px;}
.dermapen-masssaging-roller-content h2{padding: 0 0 10px;}
.dermapen-masssaging-roller-content h3{font-weight: 300;}
.dermapen-masssaging-roller-content ul li{position: relative; display: flex;justify-content:flex-start;align-items: flex-start;}
.dermapen-masssaging-roller-content ul li p{margin: 0px 0px 15px;position: relative;left: 25px;}
.dermapen-masssaging-roller-content ul li::before{position: absolute;content: '';width: 10px;height: 10px;top: 5px;left: 0px;background: #000000;border-radius: 50px;}

.dermapen-unlock-advanced-main-wrapper{background: #f6f6f8;}
.inner-dermapen-unlock-advanced{display: flex;justify-content: center;align-items: center;gap: 50px;padding: 80px 0;}
.unlock-advanced-image{width: 100%;max-width: 350px;}
.unlock-advanced-image img{width: 100%;max-width: 350px; height: 350px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-radius: 10px;}
.unlock-advanced-content{width: 100%;max-width: 700px;}
.unlock-advanced-content h2{font-size: 28px;}

.dermapen-key-benefits-main-wrapper{background: #f6f6f8; padding: 0 0 150px;}
.dermapen-key-benefits-boxs{display: flex;justify-content: center;align-items: stretch;gap: 30px;flex-wrap: wrap;}
.dermapen-key-benfits-box{width: 100%;max-width: 300px; color: #fff;position: relative;}
.dermapen-key-benfits-box span{background: #8494a3; border-radius: 50px; font-size: 22px;border: 1px solid #fff;width: 60px;height: 60px; display: flex;justify-content: center;align-items: center; margin: auto; position: relative; top: 30px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.dermapen-key-benfit-box-content{background: #00314f;height: 90%;padding: 60px 20px 0;border-radius: 20px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.dermapen-key-benfit-box-content h4{text-align: center; font-size: 20px;}
.dermapen-key-benfit-box-content p{text-align: center; font-size: 16px;}
.dermapen-key-benfits-box:nth-child(2){top: 60px;}
.dermapen-key-benfits-box:nth-child(4){top: 60px;}

.dermapen-stmode-main-wrapper{background: #f9f9f9; padding: 40px 0px 100px;}
.inner-dermapen-stmode h2{padding: 0 0 10px;text-align: center;}
.stmode-dermapen-boxs{display: flex;justify-content: space-evenly;align-items: center;gap: 20px;flex-wrap: wrap;}
.stmode-dermapen-box{width: 100%;max-width: 280px; color: #fff;}
.stmode-dermapen-box span{z-index: 1;position: relative;margin: auto;display: flex;width: 100%;max-width: 40px; height: 50px;font-size: 20px;text-align: center;justify-content: center;top: 30px;padding: 10px 25px;}
.stmode-dermapen-content{border-radius: 100%;background: #8595a4;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;;width: 280px;height:280px;padding: 30px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.stmode-dermapen-content h3{text-align: center; font-size: 20px;}
.stmode-dermapen-content p{text-align: center; font-size: 16px;}
.stmode-dermapen-box span::before {content: '';position: absolute;top: -4px;left: -4px;right: -4px;bottom: -4px;border: 2px solid #fff; background: #28283b;border-radius: 15px;transform: rotate(45deg);pointer-events: none; color: #fff;z-index: -1; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.stmode-dermapen-box span::after{position: absolute; content: '';background: #8595a4;width: 430px; height: 2px;top: 0px;bottom: 0px;right: 0px;margin: auto;left: 60px;}
.stmode-dermapen-box:nth-child(3) span::after{display: none;}
/* devices dermapen */

/* skin pigmentation */   
/* skin pigmentation-one */
.skin-pigmentation-one-main-wrapper{background: #f6f6f8; padding: 100px 0 60px;}

.skin-pigmentation-one-image-content{display: flex;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;justify-content: center;align-items: stretch;}
.pigmentation-image::before{position: absolute;content: '';background:  rgba(0, 0, 0, 0.3);width: 100%;height: 100%;top: 0px;left: 0px;z-index: 1;
    clip-path:polygon(-100% 32%, 100% -40%, 100% 100%, -1000% 100%, 
            25% 29%, 25% 70%, 75% 70%, 75% 30% );}
.pigmentation-image {position: relative;width: 50%;}
.pigmentation-image img {width: 100%;display: block;}
.highlight-box {position: absolute;border: 2px solid white;top: 10%;left: 5%;width: 90%;height: 80%; z-index: 2;}
.highlight-inner {position: absolute;border: 2px solid white;width: 50%;height: 40%;top: 30%;left: 25%; z-index: 3;background: transparent;}
.pigmentation-content {width: 50%;background: #8595a4;padding: 20px;color: #fff;display: flex;justify-content: center;flex-direction: column;min-height: 100%;}
.pigmentation-content h2 {padding: 0 0 10px;}
/* skin pigmentation-one */

/* skin-pigmentaion-two */
/* .skin-pigmentation-disorder-type{background: #f6f6f8;} */
.inner-skin-pigmentation-disorder-type h2{padding: 60px 0 40px;text-align: center;}
.skin-pigmentation-disorders-main-wrapper{background: url('../images/banner-bg.jpg') no-repeat center center/cover; width: 100%; position: relative;}
.skin-pigmentation-disorders-main-wrapper::before{position: absolute; content: ""; background:#1d48bcab ; width: 100%; max-width: 100%; height: 100%;}
.inner-skin-pigmentation-disorders{display: flex;justify-content: center;align-items: stretch;}
.inner-skin-pigmentation-disorders-content{ width: 100%; max-width:100%;}
.ispd-cards{width: 100%; max-width: 100%;}
.ispd-card{width: 100%; max-width: 100%; height: 140px; padding-right: 45px; position: relative;}
.ispd-card::before {position: absolute;content: "";height: 103%;max-width: 2px;background: #fff;width: 100%;right: 14px;bottom: -49px;}
.ispd-cards .ispd-card:last-child::before{display: none;}

.ispd-cards .ispd-card h2{text-align: end; font-size:32px;}
.ispd-cards .ispd-card p{text-align: end; position: relative;}
.ispd-cards .ispd-card p::before {position: absolute;content: "";background: #fff;width: 12px;height: 12px;transform: rotate(45deg);right: -36px;top: 4px;}
.inner-skin-pigmentation-disorders .inner-skin-pigmentation-disorders-content:last-child .ispd-cards .ispd-card p::before {left: -36px;}
.inner-skin-pigmentation-disorders .inner-skin-pigmentation-disorders-content:last-child .ispd-cards .ispd-card::before{left:14px; right: unset;} 


.inner-skin-pigmentation-disorders .inner-skin-pigmentation-disorders-content:last-child .ispd-cards .ispd-card p{text-align:start;}
.inner-skin-pigmentation-disorders .inner-skin-pigmentation-disorders-content:last-child .ispd-cards .ispd-card {padding-right: unset; padding-left: 45px;}
/* .inner-skin-pigmentation-disorders-content  .ispd-cards:first-child .ispd-card:last-child h2{text-align:start;}
.inner-skin-pigmentation-disorders-content  .ispd-cards:first-child .ispd-card:last-child P{text-align:start;}
.inner-skin-pigmentation-disorders-content  .ispd-cards:nth-child(2) .ispd-card h3{text-align:end; font-size: 26px;}
.inner-skin-pigmentation-disorders-content  .ispd-cards:nth-child(2) .ispd-card:last-child h3{text-align:start;}
.inner-skin-pigmentation-disorders-content  .ispd-cards:nth-child(3) .ispd-card h4 , .inner-skin-pigmentation-disorders-content  .ispd-cards:nth-child(4) .ispd-card h4 , .inner-skin-pigmentation-disorders-content  .ispd-cards:nth-child(5) .ispd-card h4 , .inner-skin-pigmentation-disorders-content  .ispd-cards:nth-child(6) .ispd-card h4{text-align:end; font-size: 24px;}
.inner-skin-pigmentation-disorders-content  .ispd-cards:nth-child(3) .ispd-card:last-child h4{text-align:start;}
.inner-skin-pigmentation-disorders-content  .ispd-cards:nth-child(3) .ispd-card:last-child p{text-align:start;} */



.inner-skin-pigmentation-disorders-content h2{font-size: 32px;}
.inner-skin-pigmentation-disorders-content h3 {font-size: 25px;padding: 30px 0 25px;}
.inner-skin-pigmentation-disorders-content  .ispd-cards:nth-child(4) .ispd-card:last-child p{text-align:start;}
.inner-skin-pigmentation-disorders-content  .ispd-cards:nth-child(5) .ispd-card h4{text-align:end; font-size: 24px;}
.inner-skin-pigmentation-disorders-content  .ispd-cards:nth-child(5) .ispd-card:last-child p{text-align:start;}
.inner-skin-pigmentation-disorders-content  .ispd-cards:nth-child(6) .ispd-card h4{text-align:end; font-size: 24px;}
.inner-skin-pigmentation-disorders-content  .ispd-cards:nth-child(6) .ispd-card:last-child p{text-align:start;} 





.ispdc-cards{width: 100%; max-width: 100%; display: flex; justify-content: center; align-items:stretch; flex-direction: column;} 
.ispd-card h4{font-size: 21px; text-decoration:underline;}



.inner-skin-pigmentation-disorders-content:nth-child(1) p{text-align: right;}
.inner-skin-pigmentation-disorders-content:nth-child(1){text-align: right;}
.inner-skin-pigmentation-disorders-content:nth-child(2){padding: 60px 20px 0 42px;}
.inner-skin-pigmentation-disorders-content {width: 100%;max-width: 50%;padding: 60px 30px 0 0;position: relative;background: #003255b8;color: #fff;}
/* .inner-skin-pigmentation-disorders-content h4 {padding: 20px 0 0;font-size: 21px;}
.inner-skin-pigmentation-disorders-content h5{padding: 10px 0 0; text-decoration: underline;position: relative;font-size: 24px;}
.inner-skin-pigmentation-disorders-content h5::before{position: absolute;content: ''; height: 15px;width: 15px;    background: #fff; top: 18px; right: -40px;rotate: 43deg;}
.inner-skin-pigmentation-disorders-content h5::after{position: absolute;content: ''; height: 108px;width: 2px;background: #fff;top: 30px;right: -34px;}
.inner-skin-pigmentation-disorders-content h5:last-of-type::after {display: none;}
.inner-skin-pigmentation-disorders-content:nth-child(2)  h5:before{position: absolute;content: ''; height: 15px;width: 15px;background: #fff; top: 15px; left: -40px;rotate: 43deg;}
.inner-skin-pigmentation-disorders-content:nth-child(2)  h5:after{position: absolute;content: ''; height: 125px;width: 2px;background: #fff;top: 27px;left: -33px;}
.inner-skin-pigmentation-disorders-content:nth-child(2) h5:last-of-type::after { display: none;}  */




/* skin-pigmentaion-two */

/* skin pigmentation three */
.skin-cause-pigmentation-main-wrapper{background: #f6f6f8; padding: 60px 0;}
.inner-skin-cause-pigmentation h2{padding: 0 0 10px;text-align: center;}
.inner-skin-cause-pigmentation p{width: 100%;max-width: 900px;text-align: center;margin: auto;padding: 0 0 30px;}
.skin-pigmentation-boxs{width: 100%;max-width: 800px;display: flex;flex-direction: column;align-items: stretch; margin: auto;}
.skin-pigmentation-box{background: #00314f;color: #fff;padding: 20px;position: relative;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;width: 100%;max-width: 600px;margin: 5px 0;}
.skin-pigmentation-box::before{content: "";position: absolute;height: 10px;width: 420px;background: #5daaf0;right: -10px;bottom:-10px;}
.skin-pigmentation-box::after{content: "";position: absolute;top: 0;right: -10px;height: 100%;width:10px;background: #5daaf0;}

.skin-pigmentation-box:nth-child(odd){align-self: flex-start; border-radius: 10px 0px 0px 10px;}
.skin-pigmentation-box:nth-child(even){align-self: flex-end; border-radius: 0px 10px 10px 0px;}
.skin-pigmentation-box:nth-child(odd)::before{ border-radius: 10px 0px 10px 0px;}
.skin-pigmentation-box:nth-child(even):before{left: -10px;border-radius: 0px 10px 0px 10px;}
.skin-pigmentation-box:nth-child(even)::after{left: -10px; border-top-right-radius: 0px;}

.skin-pigmentation-box:nth-child(1):after{border-top-right-radius: 10px;}
.skin-pigmentation-box:last-child::after{border-bottom-left-radius: 10px;}
.skin-pigmentation-box:last-child::before{display: none;}

.skin-pigmentation-box h3 {margin-bottom: 20px;font-size: 22px;border-bottom: solid 1px #ffffff96; text-align: end;}
.skin-pigmentation-boxs .skin-pigmentation-box:nth-child(2n) h3{text-align: start;}
.skin-pigmentation-box-content ul{padding-left: 20px;}
.skin-pigmentation-box-content ul li{list-style: disc;}
/* skin pigmentation three */

.skin-pigmentation-skin-therapy-main-wrapper{padding: 60px 0;}
.inner-skin-pigmentation-skin-therapy h2{padding: 0 0 60px;text-align: center;}
.inner-skin-pigmentation-skin-therapy .millifrac-key-benfits-boxs{gap: 60px 20px;}

/* skin care last section */
.why-choose-mft-mnr{padding: 60px 0 0;}
.why-choose-mft-inr{width: 100%; max-width: 100%; display: flex; justify-content: center; align-items:flex-end; gap: 70px;}
.why-choose-mft-img{width: 100%; max-width: 500px;}
.why-choose-mft-img img{width: 100%; max-width: 500px; height: 600px; object-fit: cover;}
.why-choose-mft-content{width: 100%; max-width: 700px;}
.why-choose-mft-content h2{padding-bottom: 25px;}
.why-choose-mft-sub-content{border-left: solid 4px #8595A4; padding-left: 15px; position: relative;}
.why-choose-mft-sub-content::before {position: absolute;content: "";width: 100%;max-width: 100px;height: 1px;background: linear-gradient(90deg, #fff 3%, #8595A4 96%);left: -100px;top: 0;bottom: 0;margin: auto 0; transform: rotate(-10deg); z-index: -1;}
.why-choose-mft-content .why-choose-mft-sub-content:nth-child(3)::before { transform: rotate(-30deg);}
.why-choose-mft-content .why-choose-mft-sub-content:nth-child(3)::before { transform: rotate(0deg);}
.why-choose-mft-content .why-choose-mft-sub-content:nth-child(4)::before , .why-choose-mft-content .why-choose-mft-sub-content:nth-child(5)::before {transform: rotate(10deg);}
.why-choose-mft-content .why-choose-mft-sub-content:nth-child(6)::before {transform: rotate(31deg);top: -10px;bottom: unset;left: -95px;}
.why-choose-mft-sub-content h3{font-weight: 600;}
.why-choose-mft-sub-content p { margin: 5px 0 20px; font-weight: 300;}
/* skin care last section */
/* skin pigmentation */

/* skin acne */
.skin-acne-one-main-wrapper{background: #f6f6f8; padding: 100px 0;}
.inner-skin-acne-one .pigmentation-image::before{clip-path: none;}

.skin-acre-types-main-wrapper{ width: 100%;padding: 60px 0;position: relative;}
.skin-acre-types-main-wrapper::before{position: absolute;content: '';background: #282c41bd;width: 100%;top: 0px;left: 0px;height: 100%;}
.inner-skin-acre-types-main h2{text-align: center;padding: 0 0 40px; color: #fff;position: relative;}
.inner-skin-acre-types-main .mf-timeline::before{height: 86%;top: 7%; background: #fff; }
.inner-skin-acre-types-main .mf-timeline-content{background: none;}
.mf-timeline-content h3{font-size: 22px !important;}
.inner-skin-acre-types-main .mf-timeline ul li::before {background: #fff; border-radius: 0px; rotate: 43deg;}
.inner-skin-acre-types-main .mf-timeline ul li:nth-child(even)::before{left: -31px;}
.inner-skin-acre-types-main .mf-timeline ul li:nth-child(odd)::before{right: -8px;}

/* skin-acne-carousel starts */
.skin-acne-causes-main-wrapper{background: #f6f6f8; padding: 100px 0 0;}
.skin-acne-key-benefits-main-wrapper .inner-plasmapen-three-wrapper{height: unset !important;}
.inner-skin-acne-causes-main p{width: 100%;max-width: 900px;padding: 0 0 40px;}

.inner-skin-acne-causes-main .carousel-wrapper {position: relative;max-width: 1400px;margin: auto;overflow: hidden;padding: 50px 0px 0px;}
.inner-skin-acne-causes-main .carousel {display: flex;transition: transform 0.5s ease-in-out;width: 100%; gap: 30px;}
.inner-skin-acne-causes-main .slide {flex: 0 0 31.33%;box-sizing: border-box;padding: 10px 0 0;}

.inner-skin-acne-causes-main .slide img {width: 100%;border-radius: 10px;}  
.inner-skin-acne-causes-main button {position: absolute;top: 75%;transform: translateY(-50%);background: #8393a2;padding: 10px;cursor: pointer;width: 100%;max-width: 40px;border-radius: 100%; border: 1px solid #fff;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.inner-skin-acne-causes-main button span{display: flex;justify-content: center;align-items: center;}
.inner-skin-acne-causes-main button span img{filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(255deg) brightness(106%) contrast(100%);width: 100%;max-width: 30px;}
.skin-acne-cause-content{background: #f2efeb;border-radius: 10px;padding: 10px 20px;margin: 0px 20px;position: relative;top: -80px;text-align: center;}
.skin-acne-cause-content h4{font-size: 20px;}

.inner-skin-acne-causes-main .prev {left: 25%;}
.inner-skin-acne-causes-main .prev span img{rotate: 180deg;}
.inner-skin-acne-causes-main .next {right: 25%; }
/* Active Slide */
.inner-skin-acne-causes-main .active {opacity: 1;transform: scale(1.1);}
.inner-skin-acne-causes-main .active .skin-acne-cause-content{margin: 0px 10px; padding: 20px 5px 0;position: relative; top: -120px;}
.inner-skin-acne-causes-main .indicator {position: relative;left: 50%;transform: translateX(-50%);font-size: 16px;color: #666;text-align: center; top: -75px;font-weight: bold;}
/* Hide extra text by default */
.inner-skin-acne-causes-main .extra-text {display: none;font-size: 14px;}
/* Show extra text in active slide */
.inner-skin-acne-causes-main .active .extra-text {display: block; padding: 10px 12px;}
/* skin-acne-carousel ends */
.inner-skin-acne-causes-main h2 , .inner-skin-acne-causes-main >p{margin-left: 97px;}

.skin-acne-key-benefits-main-wrapper .inner-plasmapen-three-wrapper-content{background: #2b3044;padding: 60px 20px 60px 40px;}
.skin-acne-key-benefits-main-wrapper .inner-plasmapen-three-wrapper-content h2{padding: 0 0 30px;}
.inner-plasmapen-three-wrapper-content p{text-align: start; font-weight: 300;}
.skin-acne-main-boxs{display: flex;justify-content: center;align-items: stretch;gap: 30px 30px;flex-wrap: wrap;}
.skin-acne-main-box{width: 100%;max-width: 220px;background: #f9f9f9; border-radius: 10px;padding: 15px 20px;height: 200px;position: relative;overflow: hidden;transition: all 0.3s ease;}
.skin-acne-main-box:hover{border-radius: 0px;}
.skin-acne-main-box .hover-content {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.8);color: #fff;display: flex;align-items: center;justify-content: center;text-align: center;opacity: 0;transition: opacity 0.3s ease;padding: 5px 10px;box-sizing: border-box; font-size: 14px; margin: 0px;}
.skin-acne-main-box:hover .hover-content {opacity: 1;}
.skin-acne-main-box span{font-size: 70px; color: #e4e3e7; font-weight: 600;line-height: 1;}
.skin-acne-main-box h4{color: #000;text-align: center;position: relative;font-size: 20px;}
/* skin acne */

/* responsive css */
@media(max-width:768px){
    h1{font-size: 37px;}
    .inner-h2{font-size: 31px !important;}
    .inner-h3{font-size: 28px !important;}
    .inner-h4{font-size:24px !important;}
}
@media(max-width:480px){
    p{font-size: 16px;}
    .inner-h2{font-size:28px !important;}
    .inner-h3{font-size: 25px !important;}
    .inner-h4{font-size:22px !important;}
}
@media(max-width:420px){
    h1{font-size: 26px}
    .inner-h2{font-size:24px !important;}
    .inner-h3{font-size: 22px !important;}
    .inner-h4{font-size:20px !important;}
}
@media(max-width:1800px){
    .inner-ideal-treating-lists p{max-width: 200px; height: 200px;}
}

@media(max-width:1600px){
    .plasmapen-codepen-middle img {max-width: 280px;}
    .millifarc-main-wrapper {padding: 60px 0;}
    .millifrac-key-benefits-main-wrapper {padding: 70px 0px;}
    .inner-skin-pigmentation-disorders-content h2 {font-size: 30px;}
    .inner-skin-pigmentation-disorders-content h3 {font-size: 22px;}
    .ispd-card h4 {font-size: 18px;}
    .inner-skin-pigmentation-disorders-content p{font-size: 16px;}

}

@media(max-width:1450px){
    .cryopen-benifits .inner-millifrac-boxs::after {height: 230px !important;top: -13px !important;}
    .skin-acne-main-box{max-width: 180px; height: 180px;}
    .dermapen-one-main-wrapper { padding: 80px 0 100px;}
    .dermapen-three-main-wrapper { padding: 80px 0 80px;}
    .dermapen-four-main-wrapper {padding: 80px 0;}
    .dermapen-massaging-roller-one-main {padding: 80px 0;}
    .dermapen-stmode-main-wrapper {padding: 40px 0px 80px;}
    .plasmapen-benefits-main-boxs {gap:40px;}
    .cryopen-key-features-benefits-main-wrapper .mf-timeline .mf-timeline-content h3{font-size: 22px;}
    .inner-millifrac-box {max-width: 500px;}
    .inner-millifrac-box {padding: 20px 20px 20px 20px;}
    .inner-millifrac-box:nth-child(2)::after, .inner-millifrac-box:nth-child(4)::after {left: -111%;}
    .millifrac-key-benfits-box h3 {font-size: 18px;}
    .inner-skin-acre-types-main .mf-timeline ul li:nth-child(odd)::before {right: -6px;}
    .mf-timeline ul li:nth-child(odd)::before {height: 30px;width: 30px; }
    .mf-timeline ul li:nth-child(even)::before {height: 30px;width: 30px;}
    .inner-skin-acre-types-main .mf-timeline ul li:nth-child(even)::before {left: -24px;}
    .inner-skin-acne-causes-main h2, .inner-skin-acne-causes-main >p{margin-left: unset;}
    .skin-acne-main-box h4 {font-size: 18px !important;}
    .inner-skin-acre-types-main h2 {padding: 0 0 30px;}
    .skin-acne-main-box .hover-content {font-size: 12px;}
    .mf-timeline ul li:nth-child(odd)::before { right: -16px; }
    .inner-cryopen-key-features-benefits .mf-timeline ul li:nth-child(even)::before { left: -13px;}



}
@media(max-width:1360px){
    .plasmapen-benfits-main{padding: 60px 40px;}
    .stmode-dermapen-box span::after {width: 400px;}
    .inner-millifrac-boxs::after {height: 244px;top: 1px;}
    .cryopen-benifits .inner-millifrac-boxs::after {height: 230px !important;top: -13px !important; }
    .millifrac-key-benfits-box{max-width: 300px;}
    .inner-dermapen-five-main .millifrac-key-benfits-boxs {gap: 70px 25px;}
    .inner-ideal-treating-lists{gap: 30px 50px;}
    .inner-ideal-treating-lists p{max-width: 190px; height: 190px;}
    .inner-plasmapen-three-wrapper-content h2 {font-size: 26px; }
    .one-millifarc-content {max-width:620px;}
    .inner-plasmapen-three-wrapper-content h3 {font-size: 20px !important;}
}

@media(max-width:1340px){
    .inner-millifrac-boxs::after {height: 247px !important;top: 3px;}
    .dermapen-key-benfits-box {max-width: 265px;}
}
@media(max-width:1320px){
    .millifrac-key-benfits-box{max-width: 390px;}
    .millifrac-key-benfits-boxs{gap: 60px 40px;}

}
@media(max-width:1300px){  
    .millifrac-key-benfits-box {max-width: 300px;padding: 0px 15px 20px;}
    .inner-dermapen-five-main .millifrac-key-benfits-boxs {gap: 70px 30px;}
  
}
@media(max-width:1280px){
    .inner-millifrac-box{max-width: 520px;}
    .inner-ideal-treating-lists p{font-size: 18px;}
    /* .dermapen-two-image img{max-width: 525px;} */
    .dermapen-two-content{max-width: 525px;}
    .stmode-dermapen-box span::after {width: 320px;}
    /* .cryopen-benifits .inner-millifrac-boxs::after {height: 266px !important;top: 5px !important;} */
    .inner-millifrac-boxs::after {height: 249px !important;top: 1px; }

}
@media(max-width:1240px){
    .plasmapen-benfits-main {padding: 60px 20px;}
}
@media(max-width:1200px){
    .inner-millifrac-box {padding: 15px 10px;max-width: 470px;}
    .inner-millifrac-boxs::after {height: 250px;top: 3px;}
    
    .inner-millifrac-boxs::before{display: none;}
    .inner-millifrac-boxs::after{display: none;}

    .inner-ideal-treating-lists {gap: 30px 30px;}

    /* .inner-skin-pigmentation-disorders-content h5::before{display: none;}
    .inner-skin-pigmentation-disorders-content h5::after{display: none;}
    .inner-skin-pigmentation-disorders-content:nth-child(2) h5:before{display: none;}
    .inner-skin-pigmentation-disorders-content:nth-child(2) h5:after{display: none;} */

    .plasmapen-codepen-middle img { max-width: 230px;}
    .plasmapen-codepen-box h3 {font-size: 20px !important;}
    .inner-millifarc-one-main-flex { gap: 50px;}
    .one-millifarc-content {max-width: 550px;}
    .cryopen-key-features-benefits-main-wrapper .mf-timeline .mf-timeline-content h3 { font-size: 20px;}
}
@media(max-width:1199px){
    .plasmapen-benefits-main-box{max-width: 100%; padding: 15px 0 0;}
    .plasmapen-benefits-main-boxs {gap: 20px;}
    .plasmapen-benefits-main-box p{margin: 8px 0 25px; text-align: center;}
    .plasmapen-benefits-main-box h3 {text-align: center;}

}
@media(max-width:1140px){
    .inner-cryopen-five-image-content{flex-direction: column;}
    .inner-cryopen-five-image{margin: auto;}
    .inner-cryopen-five-content {max-width: 100%;}
    .inner-plasmapen-three-wrapper-content{padding: 30px 20px;}
    .mf-timeline-content {padding: 20px 20px;}
    .skin-acne-cause-content h4{font-size: 18px;}

    .inner-dermapen-two-main-content{flex-direction: column; }  
    .dermapen-two-content {max-width: 100%; border-left: none;padding-left: 0px;}
    .dermapen-two-main-wrapper{padding: 40px 0;}
}
@media(max-width:1129px){
    .inner-ideal-treating-lists p {max-width: 160px;height: 160px;}
    .scars-content {max-width: 100%;height:unset;}
    .inner-skin-pigmentation-disorders-content {max-width: 100%;}
    .inner-skin-pigmentation-disorders{flex-direction: column;}
    .inner-skin-pigmentation-disorders-content:nth-child(2) {padding: 40px 20px 0 42px;}
    .ispd-card {height: 100px; }
    .inner-skin-pigmentation-disorders-content {padding: 60px 30px 0 30px; }

}
@media(max-width:1080px){
    .inner-plasmapen-codepen{flex-direction: column;}
    .plasmapen-codepen-box:nth-child(1) {padding: 0 0 25px}
    .plasmapen-codepen-box:nth-child(1) , .plasmapen-codepen-box:nth-child(2){margin-right: 100px;}
    .plasmapen-codepen-right{max-width: 100%;}
    .plasmapen-codepen-left{max-width: 100%;}
    .skin-pigmentation-one-image-content{flex-direction: column-reverse;box-shadow: none;}
    .pigmentation-content {width: 100%;}
    .pigmentation-image{width: 100%;margin: auto;}

    .inner-dermapen-seven-main .mf-timeline-content::after{display: none;}
    .inner-dermapen-seven-main .mf-timeline-content::before{display: none;}
    .inner-dermapen-seven-main .mf-timeline::before{display: none;}
    .inner-dermapen-seven-main .mf-timeline ul li{width: 100%;margin: 0 0 20px;}
    .inner-millifarc-one-main-flex { flex-direction: column; }
    .one-millifarc-content{max-width: 100%;}
    /* .one-millifarc-content p { text-align: center;} */
    .plasmapen-codepen-right .plasmapen-codepen-box::before {left: 45px;top: -2px;}
    .plasmapen-codepen-right .plasmapen-codepen-box::after {left: -48px;}
    .plasmapen-codepen-box p {margin-left: 100px;}
    /* .plasmapen-codepen-boxs  .plasmapen-codepen-box:nth-child(3) , .plasmapen-codepen-boxs  .plasmapen-codepen-box:nth-child(4){margin-left: 100px;} */
    .plasmapen-codepen-box h3 {margin-left: 100px;}




}
@media(max-width:999px){
    .inner-millifrac-box::before{display: none;}
    .inner-millifrac-box::after{display: none;}
    .inner-millifrac-box{max-width: 100%;}
    .inner-millifrac-boxs {gap: 40px 20px;}
    .millifrac-key-benefits-main-wrapper{padding: 60px 0px;}
}
@media(max-width:992px){
    .inner-millifarc-one-main-flex{flex-direction: column;gap:25px;}
    .one-millifarc-content{max-width: 100%;}
    .inner-plasmapen-three-wrapper{flex-direction: column;}
    .inner-plasmapen-three-wrapper img{max-width: 100%;}
    .inner-plasmapen-three-wrapper-content{max-width: 100%;}
    .dermapen-six-image-content{flex-direction: column;}
    .dermapen-six-content{text-align: center;max-width: 100%;}
    .dermapen-six-content p{text-align: center;}
    .dermapen-six-image{margin: auto;}
    .dermapen-eight .inner-plasmapen-three-wrapper{flex-direction: column-reverse;}
    .dermapen-masssaging-roller-content{max-width: 100%;}
    .inner-dermapen-massaging-roller-main{flex-direction: column-reverse;}
    .inner-dermapen-unlock-advanced{flex-direction: column-reverse;padding: 60px 0;}
    .unlock-advanced-content{max-width: 100%;}
    .stmode-dermapen-box span::after {display: none;}
    .inner-cryopen-five-content {padding: 20px 15px;}
    .inner-skin-pigmentation-disorders{flex-direction: column;}
    /* .inner-skin-pigmentation-disorders-content {max-width: 100%;padding: 60px 20px;}
    .inner-skin-pigmentation-disorders-content:nth-child(2){padding: 60px 20px 60px 20px;} */
    .mf-timeline ul li:nth-child(odd) .mf-timeline-content {margin-right: 40px;}
    .mf-timeline ul li:nth-child(even) .mf-timeline-content {margin-left: 40px;}
    .inner-skin-acne-causes-main button{top: 85%;}
    /* .inner-skin-pigmentation-disorders-content:nth-child(1), .inner-skin-pigmentation-disorders-content:nth-child(1) p {text-align: left;} */
    .inner-ideal-treating-lists p {font-size: 16px !important;}
    .skin-acne-one-main-wrapper { padding: 60px 0;}
    .inner-plasmapen-three-wrapper-content h2 {font-size: 24px; }

    /* .inner-skin-pigmentation-disorders-content h5 {font-size: 20px;} */
    .plasmapen-one-main-wrapper {padding: 80px 0;}
    .plasmapen-one-main-wrapper {padding: 60px 0;}
    .mf-timeline ul li:nth-child(odd)::before{display: none;}
    .mf-timeline ul li:nth-child(even)::before{display: none;}
    .mf-timeline::before{display: none;}
    .mf-timeline ul li{width: 100%;}
    .mf-timeline ul li{margin: 0 0 20px;}
    .mf-timeline ul li:nth-child(odd){text-align: center;}
    .mf-timeline ul li:nth-child(even){text-align: center;}
    .mf-timeline ul li:nth-child(odd) .mf-timeline-content p{text-align: center;}
    .mf-timeline ul li:nth-child(even) .mf-timeline-content p{text-align: center;}
    .mf-timeline{padding: 0px;}
    .mf-timeline ul li:nth-child(odd) .mf-timeline-content {margin-right: 0px;}
    .mf-timeline ul li:nth-child(even) .mf-timeline-content {margin-left: 0px;}
    .cryopen-one-content{justify-content: center;}
    .cryopen-key-features-benefits-main-wrapper {padding: 0px 0 60px;}
    .mf-timeline-content {padding: 10px 20px;}
    .inner-skin-acre-types-main h2 {padding: 0 0 15px;}
    .mf-timeline-content h3 {font-size: 20px !important;}
    .dermapen-one-main-wrapper { padding: 60px 0 80px;}
    .dermapen-four-main-wrapper {padding: 65px 0 50px;}
    .inner-dermapen-five-main h2 {padding: 0 0 60px;}
    .inner-dermapen-seven-main p {padding-bottom:unset;}
    .dermapen-massaging-roller-one-main {padding: 60px 0; }


}
@media(max-width:979px){
    .inner-ideal-treating-lists p:nth-child(4):before, .inner-ideal-treating-lists p:nth-child(8):before {display: none;}
    .inner-ideal-treating-lists p:nth-child(5):before{display: block;}
    .inner-ideal-treating-lists p:nth-child(9):before{width: 232px; right: -232px;}
}
@media(max-width:920px){
    .inner-skin-acne-causes-main .slide img{ height: 270px;object-fit: contain;}
    .inner-skin-acne-causes-main .slide{flex: 0 0 100%;}
    .inner-skin-acne-causes-main p{max-width: 750px; margin: 15px auto; padding: 0 0 20px;}
    .inner-skin-acne-causes-main .carousel-wrapper{padding: 0px 0px 0px;}
    .inner-skin-acne-causes-main .active .skin-acne-cause-content{max-width: 380px;top: -20px;margin: auto;}
    .inner-skin-acne-causes-main .carousel{gap: 0px;}
    .skin-acne-causes-main-wrapper { padding: 60px 0 70px; }
    .inner-skin-acne-causes-main .indicator{top: 15px;}
    .inner-skin-acne-causes-main .next {right: 10%;}
    .inner-skin-acne-causes-main .prev {left: 10%;z-index: 1;}
    .inner-skin-acne-causes-main button {top: 95%;}
    .plasmapen-benefits-main-box h3 {font-size: 24px; }
}
@media(max-width:880px){
    /* .mf-timeline ul li:nth-child(odd)::before{display: none;}
    .mf-timeline ul li:nth-child(even)::before{display: none;}
    .mf-timeline::before{display: none;}
    .mf-timeline ul li{width: 100%;}
    .mf-timeline ul li{margin: 0 0 20px;}
    .mf-timeline ul li:nth-child(odd){text-align: center;}
    .mf-timeline ul li:nth-child(even){text-align: center;}
    .mf-timeline ul li:nth-child(odd) .mf-timeline-content p{text-align: center;}
    .mf-timeline ul li:nth-child(even) .mf-timeline-content p{text-align: center;}
    .mf-timeline{padding: 0px;}
    .mf-timeline ul li:nth-child(odd) .mf-timeline-content {margin-right: 0px;}
    .mf-timeline ul li:nth-child(even) .mf-timeline-content {margin-left: 0px;} */
    .dermapen-seven-main-wrapper {padding: 60px 0;}
    .inner-ideal-treating-lists  p:nth-child(4):before{display: none;}
    .mf-timeline-content p { margin: 5px 0 10px;}
}
@media(max-width:840px){
    .skin-pigmentation-box::before{display: none;}
}
@media(max-width:784px){
    .inner-ideal-treating-lists  p:nth-child(3)::before, .inner-ideal-treating-lists  p:nth-child(6)::before, .inner-ideal-treating-lists  p:nth-child(9)::before{display: none;}
    .inner-ideal-treating-lists  p:nth-child(4)::before, .inner-ideal-treating-lists  p:nth-child(8)::before{display: block;}
    .millifrac-key-benfits-box h3 {font-size: 18px !important;}
    .why-chose-millifrac-main-wrapper {padding: 50px 0;}
    .inner-millifrac-box p {font-size: 16px;}
    

}
@media screen and (max-width: 768px) {
    .inner-skin-acne-causes-main .carousel-wrapper {max-width: 100%;}
    .inner-skin-acne-causes-main .slide {flex: 0 0 100%;}
    .inner-cryopen-five-image::before {max-width: 500px;height: 400px;}
    .cryopen-five-content-image-main-wrapper { padding: 60px 0;}
    .inner-millifrac-box h3 {font-size: 20px !important;}
    .inner-skin-pigmentation-disorder-type h2 {padding: 60px 0 20px;}
}
@media(max-width:699px){
    .inner-ideal-treating-lists  p:nth-child(3):before{display: none;}
    .inner-ideal-treating-lists  p:nth-child(4):before{display: block;}
    .dermapen-masssaging-roller-content ul li{margin-right: 20px;}
    .dermapen-masssaging-roller-content ul li p {left: 15px;}
    .dermapen-masssaging-roller-content ul li::before{width: 5px;height: 5px;}
}
@media(max-width:680px){
    .dermapen-key-benfits-box:nth-child(2){top: 0px;}
    .dermapen-key-benfits-box:nth-child(4){top: 0px;}
    .dermapen-key-benefits-main-wrapper {padding: 0 0 110px;}
    .dermapen-massaging-roller-one-main { padding: 60px 0;}
    .skin-pigmentation-box h3 {text-align: start;}
}
@media(max-width:576px){
    .inner-ideal-treating-lists  p {font-size: 16px !important;max-width: 150px;height: 150px;}
    .dermapen-six-main-wrapper {padding: 50px 0;}
    .plasmapen-benefits-main-box h3 {font-size: 20px; }
    .cryopen-key-features-benefits-main-wrapper .mf-timeline .mf-timeline-content h3{font-size: 22px;}
    .inner-millifrac-box h3 {font-size: 20px; }
    .mf-timeline-content h3 {font-size: 24px;}
    /* .mf-timeline-content { padding:0 10px;} */
    .pigmentation-content h2{padding: unset;}
    .plasmapen-codepen-box::before , .plasmapen-codepen-box::after{display: none;}
    .plasmapen-codepen-box p , .plasmapen-codepen-box h3{margin-left: unset;}
    .plasmapen-codepen-box:nth-child(1), .plasmapen-codepen-box:nth-child(2) ,.plasmapen-codepen-box:nth-child(1), .plasmapen-codepen-box:nth-child(2){margin-right: unset;}
    .plasmapen-one-main-wrapper{padding: 60px 0;}
    .inner-dermapen-seven-main p { padding-bottom: 25px;}
    .plasmapen-codepen-box p{margin: 5px 0 10px;}
    .inner-dermapen-three-main h2 {padding: 0 0 20px;}
    .one-millifarc-circle-image img { max-width: 300px;}
    /* .one-millifarc-circle-image span::after {top: -10px;left: 65px;max-width: 320px;height: 320px;left: 0;right: 0;margin: auto;} */
    /* .one-millifarc-circle-image::before {top: 48px;left: 92px;width: 12px;height: 12px;} */
    /* .one-millifarc-circle-image::after {bottom: 33px;right: 104px;width: 12px;height: 12px;} */
    .dermapen-four-main-wrapper .one-millifarc-content h2 {padding: unset;font-size: 28px !important; }
    .cryopen-key-features-benefits-main-wrapper .mf-timeline .mf-timeline-content h3 { font-size: 20px;}
    .inner-cryopen-key-features-benefits h2 {padding: 0 0 30px;}
    .inner-skin-pigmentation-disorders-content h2 { font-size: 28px;}
    .inner-skin-pigmentation-disorders-content h3 {font-size: 20px;}
    .ispd-card { height:unset;}
    .ispd-card::before {display: none;}
    .inner-skin-pigmentation-disorders-content:nth-child(2) {padding: 40px 20px 31px 42px;}


    
    


}
@media(max-width:559px){
    .inner-ideal-treating-lists  p:nth-child(2)::before, .inner-ideal-treating-lists  p:nth-child(4)::before, .inner-ideal-treating-lists  p:nth-child(8)::before{display: none;}
    .inner-ideal-treating-lists  p:nth-child(3)::before, .inner-ideal-treating-lists  p:nth-child(9)::before{display: block;}
    .inner-ideal-treating-lists  p:nth-child(9):before {width: 152px;right: -153px;}
}
/* @media(max-width:530px){
    .inner-ideal-treating-lists  p:nth-child(2):before{display: none;}
    .inner-ideal-treating-lists  p:nth-child(3):before{display:block;}
    .inner-ideal-treating-lists  p:nth-child(4):before{display:none;}
} */

@media(max-width:490px){
    /* .one-millifarc-circle-image img { max-width: 260px;}
    .one-millifarc-circle-image span::after {top: -10px;left: 85px;width: 100%;max-width: 280px;height: 280px;}
    .one-millifarc-circle-image::before {top: 65px;}
    .one-millifarc-circle-image::after { right: 113px;} */

}



@media(max-width:480px){
    .inner-h2{font-size:28px !important;}
    .millifarc-main-wrapper {padding: 60px 0 40px;}
    .millifrac-key-benfits-boxs {gap: 60px;}
    .why-chose-millifrac-main-wrapper{padding: 50px 0px;}
    .inner-why-choose-millifrac h2{padding: 0 0 20px;}
    .plasmapen-one-main-wrapper{padding: 40px 0 40px;}
    .cryopen-ideal-treating-main-wrapper{padding: 40px 0;}
    .plasmapen-benfits-main {padding: 40px 20px;}
    .plasmapen-four-benfits-area-main-wrapper{padding: 60px 0;}
    .plasmapen-five-cta-content p{font-size: 20px;}
    .plasmapen-five-call-to-action{height: none !important;}
    .plasmapen-experience-main-wrapper{padding: 60px 0 40px;}
    .dermapen-one-main-wrapper{padding: 50px 0;}
    .dermapen-four-main-wrapper{padding: 50px 0;}
    .dermapen-massaging-roller-one-main {padding: 60px 0;}
    .inner-skin-acne-causes-main p{max-width: 340px;padding: 0px 0px 10px;}
    .inner-skin-acne-causes-main button{padding: 5px;max-width: 30px;}
    .inner-skin-acne-causes-main .active .skin-acne-cause-content{top: -30px;}
    .skin-acne-causes-main-wrapper {padding: 70px 0 70px;}
    .inner-dermapen-five-main h2 { padding: 0 0 60px; }
    .inner-dermapen-unlock-advanced { padding: 40px 0;}
    /* .one-millifarc-circle-image img {max-width: 260px;}
    .one-millifarc-circle-image span::after {top: -10px;max-width: 280px;height: 280px;} */
    /* .one-millifarc-circle-image::before {top: 47px;left: 93px;} */
    /* .one-millifarc-circle-image::after {bottom: 30px;right: 108px;} */
    .dermapen-key-benfit-box-content h4 {font-size: 19px;}
    .dermapen-key-benfit-box-content p {font-size: 15px; margin: 10px 0 15px;}
    .inner-plasmapen-three-wrapper-content h2 {font-size: 22px; }
    .unlock-advanced-content h2 {font-size: 22px;}
    .dermapen-four-main-wrapper .one-millifarc-content h2 {font-size: 24px !important;}
    .dermapen-massaging-roller-one-main { padding: 40px 0;}
    .inner-millifrac-box h3 {font-size: 18px !important;}
    .inner-millifrac-box p {font-size: 15px;}
    .inner-ideal-treating-lists  p {font-size: 14px !important;}
    .inner-ideal-treating-lists { padding-top: 25px;}
    .inner-millifrac-box {border-right: 10px solid #5daaf0; }
    .inner-millifrac-box:nth-child(2), .inner-millifrac-box:nth-child(4) {border-left: 10px solid #5daaf0;}
    .inner-cryopen-five-image::before {max-width: 330px;height: 330px; }
    .inner-plasmapen-three-wrapper-content h3 {font-size: 18px;}
    .cryopen-key-features-benefits-main-wrapper { padding: 0px 0 45px;}
    .inner-plasmapen-three-wrapper-content h3 {padding: 5px 0 10px;}
    .inner-skin-pigmentation-disorders-content {padding: 45px 30px 0 30px; }
    .inner-skin-pigmentation-disorders-content h2 {font-size: 24px;}
    .inner-skin-pigmentation-disorders-content h3 { font-size: 19px;}
    .ispd-card h4 {font-size: 17px;}
    


}


@media(max-width:470px){
    /* .one-millifarc-circle-image::before {display: none;} */
    /* .one-millifarc-circle-image::after {display:none} */

}
@media(max-width:420px){
    .inner-skin-acne-causes-main p{padding: 0px 10px 10px; margin: 10px auto;}
    .dermapen-four-main-wrapper .one-millifarc-content h2 {  font-size: 22px !important;}
    .inner-cryopen-five-image::before {max-width: 290px;height: 330px;}
    .inner-skin-pigmentation-disorders-content h3 {padding: 5px 0 15px;}
    .inner-skin-pigmentation-disorders-content p  ,.ispd-cards .ispd-card p  { margin: 10px 0 15px; }
    .ispd-card { padding-right: 20px;}
    .ispd-cards .ispd-card p::before {width: 10px;height: 10px;right: -26px;top: 4px;}
    .inner-skin-pigmentation-disorders .inner-skin-pigmentation-disorders-content:last-child .ispd-cards .ispd-card {padding-left: 20px;}
}
@media(max-width:385px){
    .one-millifarc-circle-image img{max-width: 200px;}
    /* .one-millifarc-circle-image span::after {top: -23px;left: 50px;width: 245px;height: 245px;} */
}
@media(max-width:380px){
    /* .one-millifarc-circle-image span::after{display: none;} */
    /* .one-millifarc-circle-image::before{display: none;} */
    /* .one-millifarc-circle-image::after{display: none;} */
    .inner-millifrac-one-main h3 {padding: 0 0 25px;}
    .inner-millifarc-one-main-flex {gap: 20px;}
}
@media(max-width:369px){
    .inner-ideal-treating-lists  p:nth-child(1):before, .inner-ideal-treating-lists  p:nth-child(3):before, .inner-ideal-treating-lists  p:nth-child(5):before, .inner-ideal-treating-lists  p:nth-child(7):before, .inner-ideal-treating-lists  p:nth-child(9):before{display: none;}
}
@media(max-width:360px){
    .inner-ideal-treating-lists  p::before{display: none;}
    .inner-ideal-treating-lists  p:nth-child(3):before{display: none;}
}
/* responsive css */



/* inner h2 h3 h4 */
.inner-h2{font-size: 38px;}
.inner-h3{font-size: 32px;}
.inner-h4{font-size: 26px;}
/* inner h2 h3 h4 */
