* {
    padding: 0;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: inter;
    src: url(../Fonts/Inter-Light.ttf);
}

@font-face {
    font-family: inter-bold;
    src: url(../Fonts/Inter-Bold.ttf);
}

@font-face {
    font-family: inter-extra;
    src: url(../Fonts/Inter-ExtraBold.ttf);
}

@font-face {
    font-family: kashuan;
    src: url(../Fonts/KaushanScript-Regular.ttf);
}

body {
    font-size: 18px;
    font-family: inter;
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px
}

h1,
h2,
h3,
h5,
h4,
h6 {
    font-family: inter-bold;
}

.wrap {
    max-width: 1200px;
    margin: auto;
}

section {
    padding: 20px;
}

img {
    width: 100%;
}



.header .content {
    height: 80vh;
    background-size: cover;
    /* position: relative;
    overflow: hidden;
    border-radius: 0 0 50% 50%; */
    /* background-color: #f2f2f2; */
    padding: 20px;
    margin-bottom: 50px;
}

@media all and (max-width:767px) {
    .header .content {
        height: 40vh;
    }
}

/* .header .content::before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 50px;
    border-radius: 50%;
    background-color: #f2f2f2;
    transform: scaleY(2);
} */

.main-nav {
    background-color: white;
}

.navbar .navbar-brand img {
    width: 100px;
}

.main-nav a.nav-link {
    color: rgba(44, 48, 103, 1);
    font-weight: bold;
}

@media all and (max-width:991px) {
    .main-nav li.nav-item {
        text-align: center;
    }

    .main-nav .dropdown-menu {
        background-color: #110443;
    }

    .main-nav .dropdown-menu .dropdown-item {
        color: white;
        text-align: center;
    }

    .main-nav .btn-contact {
        text-align: center;
    }
}

.main-nav.navbar-fixed {
    position: fixed;
    z-index: 100;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
    box-shadow: 0 1px 40px rgba(44, 48, 103, 1);
    animation: random .3s forwards;
    /* background-color: #fff; */
    /* Add your desired background color */
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
    /* Add your desired box-shadow */
}

.main-nav.navbar-fixed {
    /* background-color: black; */
}

.main-nav.navbar-fixed .navbar-brand img {
    width: 60px;
}

.main-nav.navbar-fixed .pd-img {
    display: none !important;
}

@keyframes random {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.main-nav li.nav-item {
    padding: 0 10px;
}

.main-nav .btn-contact button {
    padding: 10px 20px;
    border-radius: 32px;
    font-weight: bold;
    border: 1px solid rgba(44, 48, 103, 1);
    /* background-color: rgba(44, 48, 103, 1); */
    color: white;
    position: relative;
    z-index: 1;
    transition: all .1s ease-in;
    overflow: hidden;
}

.main-nav .btn-contact button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 48, 103, 1);
    z-index: -2;
}

.main-nav .btn-contact button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: white;
    z-index: -1;
    transition: all .1s ease-in;
}

.main-nav .btn-contact button:hover {
    color: rgba(44, 48, 103, 1);
    border: 1px solid rgba(44, 48, 103, 1);
}

.main-nav .btn-contact button:hover::after {
    width: 100%;
}

.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
}

.navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: rgba(44, 48, 103, 1);
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.navbar-toggler:hover span,
.navbar-toggler:focus span {
    background: rgba(44, 48, 103, 1);
}

/* rotate first span */
.navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

/* rotate third span */
.navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

.navbar-toggler .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: rgba(44, 48, 103, 1);
    ;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

/* rotate first span */
.navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

/* rotate third span */
.navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

/*  */
.index-header .content {
    padding: 20px;
    height: 80vh;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    background: url(../Img/home-header.jpg);
    background-size: cover;
}

@media all and (max-width:767px) {
    .index-header .content {
        height: 40vh;
        background: url(../Img/home-header-mb.jpg);
    }
}

@keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg);
    }

    70% {
        transform: rotateX(20deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

@media all and (min-width:992px) {
    .dropdown {
        padding: 20px 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* color: #fff;
        background: #c06162;
        background: #34495e; */
        position: relative;
        font-size: 18px;
        perspective: 1000px;
        z-index: 100;
    }

    .dropdown:hover {
        /* background: #2980b9; */
        cursor: pointer;
    }

    .dropdown:hover .dropdown_menu li {
        display: block;
    }

    .dropdown_menu {
        position: absolute;
        top: 100%;
        left: 0;
        padding: 0;
        /* width: 100%; */
        perspective: 1000px;
        z-index: -1;
    }

    .dropdown_menu li {
        display: none;
        background: rgba(44, 48, 103, 1);
        /* color: #fff; */
        /* background-color: #34495e; */
        padding: 10px 20px;
        font-size: 16px;
        opacity: 0;
        transition: all .2s ease-in;
    }

    .dropdown_menu li:hover {
        background-color: white;
    }

    .main-nav a.dropdown-item {
        color: white;
        background: none !important;
        transition: all .2s ease-in;
    }

    .dropdown_menu li:hover a.dropdown-item {
        color: rgba(44, 48, 103, 1);
        background: none;
    }

    .dropdown:hover .dropdown_menu--animated {
        display: block;
        border: none;
    }

    .dropdown_menu--animated {
        display: none;
    }

    .dropdown_menu--animated li {
        display: block;
        opacity: 1;
    }

    .dropdown_menu-7 {
        animation: rotateMenu 400ms ease-in-out forwards;
        transform-origin: top center;
    }
}

.index-header .content .wrap,
.index-header .row {
    height: 100%;
}

.index-header .content .col-lg-7 {
    background: rgba(0, 0, 0, 0.25);
}

.index-header .content h3 {
    color: rgba(94, 206, 186, 1);
    font-size: 12px;

}

.index-header .content h1,
.index-header .content p {
    color: white;
}

.index-header .content h1 {
    font-family: kashuan;
}

.services-index {
    pad: 0 20px 20px 20px;
}

.index-header h3 {
    font-family: inter-extra;
}

.services-index .services-car .owl-nav button {
    width: 25px;
    height: 25px;
    font-size: 13px;
    border-radius: 50%;
    color: #110443;
}

.services-index .services-car {
    position: relative;
    padding: 0 30px;

}

.services-index .services-car .owl-stage {
    display: flex;


}

.services-index .services-car .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.services-index .services-car .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 12px;
}

.services-index .services-car .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(44, 48, 103, 1);
    background-color: rgba(44, 48, 103, 1);
}

.services-index .services-car .owl-dot.active {
    background-color: white;
}

.services-index .services-car .owl-stage-outer {
    overflow-x: hidden;

}

/* .services-index .content p {
    font-size: 15px;
} */
.services-index h2,
.services-index h3 {
    color: rgba(44, 48, 103, 1);
}


.services-index .heading-div {
    padding: 20px 0;
}

.services-index .img-div {
    margin-bottom: 10px;
}

.services-index .content {
    padding: 15px;
}

.services-index .content h3 {
    height: 57px;
}

.services-index .content p {
    height: 130px;
    font-size: 15px;
    overflow: hidden;
}

.services-index .entity {
    border: 1px solid rgba(186, 175, 175, 1);
    box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
}

.services-index .anchr-div {
    padding: 15px 10px;
    text-align: center;
    border-top: 1px solid rgba(186, 175, 175, 1);
}

.services-index .anchr-div button {
    background-color: #5ECEBA;
    border: none;
    border-radius: 20px;
    padding: 5px 20px;
    /* color: rgba(94, 206, 186, 1); */
    color: white;
}

/* custom-csss  */
.grid {
    display: grid;
}

.gd-3 {
    grid-template-columns: repeat(3, 1fr);
}

.cg-3 {
    column-gap: 30px;
}

.get-life {
    padding: 0 20px;
    margin: 30px 0;
    /* background: #D9D9D9; */
}

.get-life .img-div {
    background-color: white;
    display: flex;
    align-items: center;
    padding: 4px;
}

.get-life .img-div img {
    width: 190px;
}

@media all and (max-width:500px) {
    .get-life .img-div img {
        width: 110px;
    }

    .get-life h2 {
        font-size: 25px;
    }
}

.get-life {
    background: #D9D9D9;
    border: 1px solid #D9D9D9;
    color: rgba(44, 48, 103, 1);
}

.get-life .content {
    padding: 20px;
}

footer {
    /* margin-top: 345px; */
    background: #232652;
    color: white;
    font-size: 16px;
    position: relative;

}

/* footer::before {
    content: "";
    position: absolute;
    top: -310px;
    left: -50%;
    height: 156%;
    width: 200%;
    background-color: #232652;
    z-index: -1;
    clip-path: ellipse(26% 50% at 50% 50%);
} */
/* footer {
    position: relative;
    overflow: hidden;
    border-radius: 50% 50% 0 0;
    border-radius: 50% 110% 0 0;
    color: white;
    background-color: #232652;
    color: white;
    padding: 20px;
    margin-bottom: 50px;
    padding-top: 100px;
}

footer::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 50px;
    border-radius: 50%;
    background-color: #232652;
    transform: scaleY(2);
} */




footer .d-flex.entity {
    gap: 10px
}

footer .d-flex.entity a {
    color: white;
}

footer .follow-us {
    gap: 15px;
    align-items: center;
}

footer .follow-us span {
    font-size: 40px;
}

footer .follow-us h3 {
    margin-bottom: 0;
}

footer .last-one>div {
    padding: 10px 0;
}

footer .last-one a {
    text-decoration: none;
}

footer .follow-us a {
    color: white;
}

.dg-15 {
    gap: 15px;
}

footer .grid.gd-3.cg-3 span,
footer .grid.gd-3.cg-3 a {
    font-size: 18px;
    color: white;
}

/* footer .follow-us a {
    display: block;
    color: white;
    font-size: 16px;
    margin-bottom: 1rem;
} */

footer .grid.gd-3.cg-3 a {
    text-decoration: none;
}

footer .entit {
    padding: 15px;
    display: flex;
    gap: 10px;
}

footer .copyright-section {
    border-top: 1px solid rgba(255, 255, 255, 0.17);
}

footer .copyright-section a {
    color: white;
}





/* hair removal page  */
.hair-removal-header .content {
    background-image: url(../Img/hair-removal-header.jpg);
    background-size: cover;
    /* height: 80vh; */

}

@media all and (max-width:767px) {
    .hair-removal-header .content {
        background-image: url(../Img/hair-removal-header-mb.jpg);
    }
}

.same-section h2 {
    color: rgba(44, 48, 103, 1);
}

.same-section .light-text {
    font-family: inter-light;
    color: #554B4B;
    text-align: center;
}

.same-section .ul-center {
    max-width: 400px;
    margin: auto;
}

.same-section .prices-side-by {
    width: 80%;
    margin: auto;
}

.benefits .inner {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #2C3067;
    border-radius: 25px;
    color: white;
    padding: 20px;
    /* max-width: 300px; */
    /* margin: auto; */
}

.benefits .inr-most {
    max-width: 340px;
    margin: auto;
}

.benefits .inr-most ul {
    padding-left: 1.7rem;
}

.para-book {
    padding: 30px 20px;
    text-align: center;
}

.para-book button.book-comp {
    padding: 20px;
    /* border-radius: 32px; */
    background-color: rgba(94, 206, 186, 1);
    width: 100%;
    border: none;
    color: white;
}


/* derma plaining page  */
.derma-header .content {
    background-image: url(../Img/dermaplainning-header.jpg);
}

@media all and (max-width:767px) {
    .derma-header .content {
        background-image: url(../Img/dermaplainning-header-mb.jpg);
    }
}

.am-good .inner {
    height: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #D9D9D9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.am-good h2 {
    color: rgba(44, 48, 103, 1);
}

.am-good ul {
    margin-bottom: 0;
}

.am-good .close-one ul li::marker {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
    color: red;
}

.am-good .tick-one ul li::marker {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
}

.am-good .inr-most {
    max-width: 240px;
    margin: auto;
}

.am-good .inner li {
    padding-left: 10px;
}

#shadow-host-companion {
    display: none;
}

/* micro needling page  */
.microneedling-header .content {
    background-image: url(../Img/microneedling-header.jpg);
}

@media all and (max-width:767px) {
    .microneedling-header .content {
        background-image: url(../Img/microneedling-header-mb.jpg);
    }
}

/* re pemf page  */
.rfpemf-header .content {
    background-image: url(../Img/rfpemf-header.jpg);
}

@media all and (max-width:767px) {
    .rfpemf-header .content {
        background-image: url(../Img/rfpemf-header-mb.jpg);
    }
}

/* chemical peel page  */
.chemical-peel-header .content {
    background-image: url(../Img/chemical-peel.jpg);
}

@media all and (max-width:767px) {
    .chemical-peel-header .content {
        background-image: url(../Img/chemical-peel-mb.jpg);
    }
}

/* aqua glow page  */
.aqua-glow-header .content {
    background-image: url(../Img/aqua-glow-header.jpg);
}

@media all and (max-width:767px) {
    .aqua-glow-header .content {
        background-image: url(../Img/aqua-glow-header-mb.jpg);
    }
}


/* contact page  */
.contact-us-header .content {
    background-image: url(../Img/contact-header.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

@media all and (max-width:767px) {
    .contact-us-header .content {
        background-image: url(../Img/contact-header-mb.jpg);
    }
}

.contact-us-header h3 {
    font-family: kashuan;
    font-size: 30px;
}

.contact-form .btn-div button {
    background-color: #2C3067;
    color: white;
    border: none;
    width: 250px;
    padding: 10px 0;
}

.contact-form .form-check label {
    font-size: 14px;
}

@media all and (max-width:500px) {
    .contact-form .form-check {
        display: flex;
        gap: 5px;
    }
}

.contact-form .map-div {
    padding: 15px 0;
    max-width: 350px;
    margin: auto;
}

.contact-form h4 {
    color: white;
}

.contact-form .form-check.d-flex {
    gap: 5px;
}

.contact-form .practice-ul {
    color: white;
    /* padding-left: 0; */
}

.contact-form .practice-ul ul {
    /* color: white; */
    padding-left: 0;
}

.contact-form .map-div iframe {
    width: 100%;
    min-height: 250px;
}

.practice-form .form-control:focus {
    box-shadow: none;
    background-color: #cccccc;
}

.contact-form .inner-div {
    background-color: #110443;
    padding: 25px 15px;
    border: 2px solid white;
    border-radius: 8px;
    text-align: center;
    height: 100%;
}

.contact-form .inner-div a {
    color: white;
    text-decoration: none;
}

.contact-form .form-group,
.contact-form .form-check {
    margin-bottom: 15px;
}

.contact-form .inner-div h4 {
    text-align: center;
}

.contact-form .practice-form input,
.contact-form .practice-form textarea {
    height: 26px;
    margin: 0 0 15px;
    padding: 0 10px 0;
    font-size: 11px;
    color: black !important;
    background: #cccccc;
    border: 1px solid #b5b5b5;
    text-align: center;
    letter-spacing: 2.8px;
    /* text-transform: uppercase; */
    color: black !important;
    accent-color: #cccccc !important;
}

.contact-form .inner-div textarea {
    background-color: #cccccc !important;
    text-align: center;
    color: black !important;
    /* font-family: futura; */
    border: 1px solid #b5b5b5 !important;
    font-size: 11px;
    height: 180px;
    margin-bottom: 10px;
    padding: 13px 28px !important;
    resize: vertical;
    min-height: 180px;
    color: black !important;
}

.contact-form .practice-form {
    max-width: 400px;
    margin: 40px auto;
}

.contact-form .inner-div input[type=checkbox] {
    height: 20px;
    margin-bottom: 0;
}

.contact-form ul {
    text-align: center;
    list-style: none;
}

.contact-form .practice-form button {
    padding: 10px 20px;
    background-color: #cccccc;
    color: #110443;
}

.contact-form p.text-light {
    color: #554B4B;
}

.contact-form input,
.contact-form textarea {
    background: #cccccc;

}

.contact-form input:focus,
.contact-form textarea:focus {
    background: #cccccc;

}

.contact-form input {
    height: 45px;
}



/* main facial page  */
.mainfacial-header .content {
    background-image: url(../Img/mainfacial-header.jpg);
    display: flex;
}

@media all and (max-width:767px) {
    .mainfacial-header .content {
        background-image: url(../Img/mainfacial-header-mb.jpg);
    }
}

.mainfacial-header .content h1 {
    font-family: kashuan;
    color: white;
    font-size: 55px;
}

.check-our h2 {
    color: rgba(44, 48, 103, 1);

}

.check-our .entity {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    /* border: 1px solid rgba(85, 75, 75, 1); */
    margin-bottom: 10px;
    padding: 15px;
    display: flex;
    justify-content: center;
    transition: all .2s ease-in;
}

/* .check-our .entity:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
} */

.check-our .entity a {
    color: black
}

.check-our .entity button {
    width: 330px;
    background-color: #110443;
    color: white;
    border: none;
    padding: 10px 0;
    border-radius: 40px;

}

/* .check-our .entity p {
    margin-bottom: 0;
} */
.mixology-header .content {
    background-image: url(../Img/mixology-header.jpg);
}

@media all and (max-width:767px) {
    .mixology-header .content {
        background-image: url(../Img/mixology-header-mb.jpg);
    }
}

.facial-we-provide h3 {
    color: rgba(44, 48, 103, 1);
}

.facial-we-provide a {
    color: black;
}

@media all and (max-width:600px) {
    .facial-we-provide .d-flex.justify-content-between {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

.antiaging-header .content {
    background-image: url(../Img/antiaging-header.jpg);
}

.oxygen-rx-header .content {
    background-image: url(../Img/oxygen-rx-header.jpg);
}

@media all and (max-width:767px) {
    .oxygen-rx-header .content {
        background-image: url(../Img/oxygen-rx-header-mb.jpg);
    }

    .antiaging-header .content {
        background-image: url(../Img/antiaging-header-mb.jpg);
    }
}

/* about us page  */
.cutis-medispa .heading-div {
    background-color: #D9D9D9;
    padding: 20px;
    color: rgba(44, 48, 103, 1);
    margin-bottom: 20px;
}

.owner-profile h3 {
    font-size: 32px;
    color: rgba(44, 48, 103, 1);
}

.owner-profile h4 {
    color: rgba(94, 206, 186, 1);
}

.owner-profile .undrline {
    width: 100%;
    height: 1px;
    background-color: #554B4B;
    margin-bottom: 0.5rem;
}

.delivering-results .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media all and (max-width:991px) {
    .delivering-results .grid {
        grid-template-columns: 1fr;
    }
}

.delivering-results .img-div {
    overflow: hidden;
    margin-bottom: 10px;
}

.delivering-results .img-text img {
    transition: all .3s linear;
    overflow: hidden;
}

.delivering-results .img-text {
    overflow: hidden;
}

@keyframes filter {
    0% {
        filter: hue-rotate(360deg) sepia(0) grayscale(0);
    }

    50% {
        filter: hue-rotate(0) sepia(100%) grayscale(50%);
    }

    100% {
        filter: hue-rotate(360deg) sepia(0) grayscale(0);
    }
}

.delivering-results .img-text img:hover {
    transform: scale(1.08);
    /* filter: grayscale(100%); */
}

.delivering-results .d-flex {
    gap: 7px;
}

.delivering-results .d-flex>div {
    width: 50%;
}

/* @media all and (max-width:500px) {
    .delivering-results .d-flex {
        flex-direction: column;
    }

    .delivering-results .d-flex>div {
        width: 100%;
    }
} */

.delivering-results .d-flex p {
    font-size: 12px;
}

/* .delivering-results img {
    margin-bottom: 10px;
} */


/* skin conditions page  */
.skinc-boxes .img-div {
    overflow: hidden;
    border-radius: 20px;
}

.skinc-boxes h2 {
    color: rgba(44, 48, 103, 1);
}

.skinc-boxes .img-div .heading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 48, 103, .2);
    transition: all .3s ease-in;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    overflow: hidden;

}

.skinc-boxes .img-div .heading-img h3 {
    text-align: center;
}

.skinc-boxes .img-div .hidden-div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, .3);
    transition: all .3s ease-in;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}

.skinc-boxes .img-div .hidden-div>div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.skinc-boxes .img-div .hidden-div button {
    color: white;
    padding: 6px 15px;
    /* margin-bottom: 10PX; */
    /* text-decoration: none; */
    border: 1px solid white;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 20px;
    position: relative;
    transition: all .3s linear;
    overflow: hidden;
    z-index: 2;
}

.skinc-boxes .img-div .hidden-div button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    transition: all .3s ease-in;
    z-index: -2;
}

.skinc-boxes .img-div .hidden-div button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(44, 48, 103, 1);
    transition: all .3s ease-in;
    z-index: -1;
}

.skinc-boxes .img-div .hidden-div button:hover {
    border: 1px solid rgba(44, 48, 103, 1);
    /* background: none; */
}

.skinc-boxes .img-div .hidden-div button:hover::before {
    height: 100%;
}

.skinc-boxes .img-div .hidden-div button:hover::after {
    height: 0;
}

.skinc-boxes .img-div:hover .heading-img {
    height: 0;
}

.skinc-boxes .img-div img {
    transition: all .3s ease-in;
}

.skinc-boxes .img-div:hover img {
    filter: blur(5px);
    transform: scale(1.09);
}

.skinc-boxes .img-div:hover .hidden-div {
    height: 100%;
}

.error-popup2 {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    background: transparent;
}

.popup-wrap2 {
    background: #110443 !important;
    border-radius: 5px;
    /*   box-shadow: 0 0 5px 5px rgba(0,0,0,0.2); */
    padding: 5px 10px;
    max-width: 500px;
    margin: auto;
}

.hide-popup2 {
    color: white;
    text-align: right;
    cursor: pointer;
    font-weight: bold;
}

.popup-text2 {
    padding: 10px 30px 30px;
    text-align: center;
    color: white;
}

.invalid-cap {
    display: none;
    color: red;
}

#loom-companion-mv3 {
    display: none;
}

.photofacial-header .content {
    background-image: url(../Img/photo-facial-header.jpg);
    background-position: center;
}

@media all and (max-width:767px) {
    .photofacial-header .content {
        background-image: url(../Img/photo-facial-header-mb.jpg);
    }
}

.skin-conditions-header .content {
    background-image: url(../Img/skincondition-header.jpg);
    background-position: center;
}

@media all and (max-width:767px) {
    .skin-conditions-header .content {
        background-image: url(../Img/skincondition-header-mb.jpg);
    }
}