.w-80 {
    width: 80vw;
}

.w-90 {
    width: 90vw;
}

.w-50 {
    width: 50vw;
}
.social-link a .fa-brands{
    color:#fff !important;
}
.flex {
    display: flex;
}

.jc-sb {
    justify-content: space-between;
}

.m-auto {
    margin: auto;
}

.mx-2 {
    margin: 2px 0;
}

.mx-4 {
    margin: 4px 0;
}

.my-2 {
    margin: 0 2px;
}

.my-4 {
    margin: 0 4px;
}

.pt-10 {
    margin-top: 10px;

}

.pb-10 {
    margin-bottom: 10px
}

.pt-20 {
    margin-top: 20px;

}

.pb-20 {
    margin-bottom: 20px
}

.px-2 {
    padding: 2px 0;
}

.px-4 {
    padding: 4px 0;
}

.py-2 {
    padding: 0 2px;
}

.py-4 {
    padding: 0 4px;
}

.text-center {
    text-align: center;
}

.theme-color {
    color: var(--theme-color);
}

.lh-2 {
    line-height: 1.6;
}

.ta-justify {
    text-align: justify;
}







/* Non-Surgical Common */

.Non-Surgical-Main p {
    color: var(--font-color);
    padding: 10px 0;
    text-align: justify;
    line-height: 1.6;
}

.Non-Surgical-Main li {
    color: var(--font-color);
    padding: 5px 0;
    text-align: justify;
    line-height: 1.6;
}

.underline {
    border-bottom: 3px solid var(--theme-color);


}

.acne-list-h {
    color: var(--font-color);
    text-transform: uppercase;
    text-align: center;
}

.body-shaping-main-h {
    margin-top: 150px;
}

.Non-Surgical h1 {
    padding: 30px 0;
}

.Non-Surgical p {
    padding: 10px 0;
}

.ns-flex {
    padding: 50px 0;
    width: 90vw;
    margin: auto;
    display: flex;
    gap: 50px;

}
.ns-flex.w-80 {
    width: 80vw !important;

}

.bannersec{
    padding-top: 50px;
}
.bannersec img{
    width: 100%;
}
.row-reverse{
    flex-direction: row-reverse;
}
.align-item-center{
    align-items: center;
}
.col-6{
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.col-6 img{
    max-width: 100%;
    border: 2px solid var(--theme-color);
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    margin-bottom: 50px;
}

.ns-flex .ns-flex-left ul{
    margin: 15px 0px;
}
.ns-flex .ns-flex-left ul li i{
    margin-right: 10px;
}
.ns-flex .ns-flex-left img {
    width: 100% !important;
    border: 2px solid var(--theme-color);
    border-radius: 15px;
    transition: 0.5s;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.ns-flex .ns-flex-left img:hover {
    transform: scale(1.1);
}

.ns-flex .ns-flex-left {
    width: 40%;
}
.ns-flex .ns-flex-right {
    width: 60%;
    padding-top: 22px;
}

.ns-flex .ns-flex-right p {
    text-align: justify;
}

.ns-flex .ns-flex-right img {
    /*width: 600px;*/
    width: 100%;
    border: 2px solid var(--theme-color);
    border-radius: 15px;
    transition: 0.5s;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.ns-flex .ns-flex-right img:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 768px) {
    /*.ns-flex .ns-flex-right img {
        width: 90vw !important;
    }*/

    .treatment-diff {
        display: block !important;
    }

    .treatment-diff .oral-therapy {
        margin: 5px 0;
        padding: 30px 20px !important;
        width: 90vw !important;
    }

    .treatment-diff .hair-trans {
        margin: 5px 0;
        padding: 30px 20px !important;
        width: 90vw !important;
    }
}


/* Surgical Common */

.Surgical-Main p {
    color: var(--font-color);
    padding: 10px 0;
    text-align: justify;
    line-height: 1.6;
}

.Surgical-Main li {
    color: var(--font-color);
    padding: 5px 0;
    text-align: justify;
    line-height: 1.6;
}

.underline {
    border-bottom: 3px solid var(--theme-color);


}

.acne-list-h {
    color: var(--font-color);
    text-transform: uppercase;
    text-align: center;
}

.body-shaping-main-h {
    margin-top: 150px;
}

.Surgical h1 {
    padding: 30px 0;
}

.Surgical p {
    padding: 10px 0;
}

.s-flex {
    padding: 50px 0;
    width: 90vw;
    margin: auto;
    display: flex;
    gap: 50px;

}
.s-flex .s-flex-left{
    width: 40%;
}
.s-flex .s-flex-right{
    width: 60%;
    padding-top: 22px;
}

.s-flex .s-flex-left img {
    width: 100%;
    border: 3px solid var(--theme-color);
    border-radius: 15px;
    transition: 0.5s;
}

.s-flex .s-flex-left img:hover {
    transform: scale(1.1);
}

.s-flex .s-flex-right p {
    text-align: justify;
}


.di {
    transition: 0.5s;
}


.di:hover {
    transform: scale(1.05);

}










.non-surgical-elements .elements-menu .elements-menu1 {
    display: flex;
    justify-content: space-around;
    width: 180px;
    padding: 10px;
    align-items: center;
    font-size: 20px;
    color: darkgoldenrod;
    box-shadow: rgb(204 219 232) 3px 3px 6px 0px inset, rgb(255 255 255 / 50%) -3px -3px 6px 1px inset;
}



.treatment-diff {
    padding: 30px 0;
    width: 90vw;
    margin: auto;
    gap: 20px;
    display: flex;
    justify-content: center
}

.treatment-diff .oral-therapy {
    border: 2px solid var(--theme-color);
    padding: 30px 40px;
    text-align: center;
    width: 30vw;
}

.treatment-diff .hair-trans {
    padding: 30px 40px;
    border: 2px solid var(--theme-color);
    text-align: center;
    width: 30vw;
}

    .anti-ageing-card .flex-box {
    width: 98vw;
    margin: 20px auto;
    display: flex;
    justify-content: space-around;
}

.anti-ageing-card .flex-box .flex-item {
    width: 30vw;
    margin: 0 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    background-color: #fff;
    transition: 0.5s all;
}

.anti-ageing-card .flex-box .flex-item h3 {
    transition: 0.2s all;
    letter-spacing: 10px;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.anti-ageing-card .flex-box .flex-item img {
    /*height: 300px;*/
    width: 22vw;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    transition: 0.5S all;
}
.anti-ageing-card .flex-box .flex-item p {
    padding: 15px;
    text-align: justify;
    color: darkgoldenrod;
    font-weight: 600;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    height: 180px;
}

.anti-ageing-card .flex-box .flex-item a {
    padding: 10px;
    font-size: 15px;
    text-align: center;
    background-color: darkgoldenrod;
    color: #fff;
    text-transform: uppercase;
    box-shadow: rgb(232 156 15) 3px 3px 6px 0px inset, rgb(111 39 39 / 50%) -3px -3px 6px 1px inset;
    cursor: pointer;
    transition: 0.2s all;
}

.anti-ageing-card .flex-box .flex-item:hover {
    transform: scale(1.05);
}

.anti-ageing-card .flex-box .flex-item img:hover {
    transform: scale(1.05);
}

.anti-ageing-card .flex-box .flex-item a:hover {
    background-color: #FFF;
    color: darkgoldenrod;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.anti-ageing-card .flex-box .flex-item h3:hover {
    background-color: darkgoldenrod;
    color: #fff;
}

@media screen and (max-width: 768px){
.anti-ageing-card .flex-box {
    display: block !important;
}

.anti-ageing-card .flex-box .flex-item {
    width: 90vw !important;
    margin: 30px auto !important
}

.anti-ageing-card .flex-box .flex-item img {
    width: 80vw !important;
}

}


