
.section_banner_area {
    background-image: url("/images/sculptra/banner.jpg");
}

.font_highlight{
    color:#7B1438;
}

.page_subtitle {
    font-size: 30px;
    margin-top: 10px;
    line-height: 1.4em;
}

.sculptra_intro_section {
    background-color: #f5f5f5;
    padding-bottom: 5%;
}

.section_banner_content {
    text-shadow: 0px 3px 6px #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 15%;
    right: 45%;
}

.section_banner_title {
    font-size: 3.2vw;
    margin-bottom: 15px;
}

.section_banner_subtitle{
    font-size: 2.8vw;
    letter-spacing: 3px;
}


.sculptra_description_section { 
    background: url(/images/sculptra/bg.png) no-repeat center top / cover;
}

.share_why_box { 
    text-align: center;
}

.share_why_box img {
filter: invert(18%) sepia(92%) saturate(750%) hue-rotate(320deg) brightness(90%) contrast(95%);
}

.sculptra_card_gp {
    margin: 2rem auto;
    max-width: 900px;
}

.sculptra_card {
    display: flex;
    background: white;
    border-radius: 26px;
    align-items: center;
    padding: 0 3rem;
    margin-bottom: 120px;
    position: relative;
}

.sculptra_card:last-child  {
    margin-bottom: 60px;
}

.sculptra_card::after {
 content: '';
 background: url(/images/sculptra/arrow.png);
 background-position: center;
 background-size: cover;
 width: 90px;
 aspect-ratio: 90/97;
 position: absolute;
 top: 108%;
 left: 63%;
 animation:fadeIn 0.5s 0.5s linear both;

}
.sculptra_card:last-child::after{
    display: none;
}
.sculptra_img {
    width: 40%;
    max-width: 480px;
    margin-top: -15px;
    margin-bottom:  -15px;
    padding: 0 2rem;
}

.sculptra_card .page_con{
    padding-left: 20px;
    width: 60%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.sculptra_feature_area {
    background: #FFE2E7;
    margin-top: 50px;
}
.feature_face img {
    margin-top: -50px;
}
.feature_face { position: relative;  display: flex; justify-content: center;}
.share_position_box p { display: flex; align-items: center; white-space: nowrap; }
.share_position_box .text-left p::after { content: ''; background-color: #707070; height: 1px; width: 100%; margin-left: 8px;}
.share_position_box .text-right p::before { content: ''; background-color: #707070; height: 1px; width: 100%; margin-right: 8px; }

.text-left .feature_text { position: absolute; left: 15%; }
.feature_text1 { top: 41%;width: 29%;}
.feature_text2 { top: 52%; width: 29%;}
.feature_text3 { top: 67%;  width: 33%;}

.text-right .feature_text { position: absolute; right: 15%; }
.feature_text4 { top: 28%; width: 27%;}
.feature_text5 { top: 45%; width: 24%;}
.feature_text6 { top: 58%; width: 24.5%;}

.share_confirm_area .font_highlight { margin-bottom: 30px;}
.share_confirm_cert { margin-top: unset; margin-bottom: -20px;}

#sculptra label.mLabel {
    border-color: #7B1438;
    background-color: #7B1438;
}

#sculptra label.mLabel:hover {
    color: #7B1438!important;
}
.share_people_section {
    background-color: #FFE2E7;
}
.share_people_box:before{
    top: -15px;
    /* width: unset;
    left: -30px;
    right: -30px; */
    background: linear-gradient(90deg,rgba(201, 62, 131, 1) 0%, rgba(255, 203, 224, 1) 50%, rgba(136, 55, 88, 1) 100%);
}
.share_people_img {
    text-align: center;
}
.share_people_box .col-xs-4 {
    padding: 2%;
}
@media (max-width: 991.98px) {

    .section_banner_title{
        font-size: 4vw;
    }

    .section_banner_subtitle {
        font-size: 3.4vw;
    }

    .section_banner_content {
        right: 44%;
    }  
    .sculptra_card {
        flex-direction: column;
        padding: unset;
    }
    .sculptra_img {
        width: 80%;
        max-width: 350px;
        margin-top: -15px;
        margin-bottom: unset;
        padding: unset;
    }
    .sculptra_card .page_con {
        padding: 30px 10%;
        width: 100%;
        text-align: center;
    }

    .sculptra_card::after {
        width: 70px;
        top: 103%;
        left: 50%;
        transform: translate(-50%);
    }
    .share_people_box:before {
        bottom: 45%;
    }
    .feature_face {
        padding: 0 7rem;   
    }
    .text-left .feature_text {
        left: 13%;
    }
    .text-right .feature_text {
        right: 10%;
    }
}

@media (max-width:640px){
    .section_banner_title{
        font-size: 6vw;
        margin-bottom: 5px;
    }

    .section_banner_subtitle {
        font-size: 5vw;
    }

    .section_banner_content {
        top: 130px;
        right: 34%;
    }

    #sculptra .section_banner_area { 
        background-image: url("/images/sculptra/banner_m.jpg");
    }

    .page_subtitle { display: block;}
    .text-left .feature_text {
        left: 11%;
    }
    .sculptra_feature_area p {
        font-size: 18px;
    }
    .feature_text1 { top: 35%; width: 32%;}
    .feature_text2 { top: 45%; width: 32%;}
    .feature_text3 { top: 57%;  width: 38%;}

    .feature_text4 { top: 24%;}
    .feature_text5 { top: 40%;}
    .feature_text6 { top: 50%; width: 25%;}

    .share_confirm_cert { margin-top: -110px; margin-bottom: 30px;}
}