:root{
    --color-light-border: #ececec;
}
.free-consultation .page-title{
    font-size: 3rem;
}
.hero-5-star-wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.hero-5-star-wrapper p{
    margin-bottom: 0;
}
.hero-5-star{
    display: flex;
    gap: 3px;
}
.hero-5-star img{
    width: 18px;
    height: 18px;
}
.consultation-booking-button{
    background-color: var(--color-black);
    color: var(--color-white);
    display: inline-block;
    padding: 1rem 3.5rem;
    border-radius: .4rem;
    transition: all 0.3s ease;
    border: 1px solid var(--color-black);
    position: relative;
    isolation: isolate;
    overflow: hidden;
}
.consultation-booking-button::before{
    position: absolute;
    content: "";
    background-color: var(--color-white);
    left: 0;
    height: 100%;
    width: 0%;
    z-index: -1;
    top: 0;
    transition: all 0.4s ease;
}
.consultation-booking-button:hover{
    color: var(--color-black);
    /* background-color: var(--color-white); */
}
.consultation-booking-button:hover::before{
    width: 100%;
}
.free-consultation .video-fit{
    border-radius: 12px;
}
.skindays-analysis>.col{
    padding: 12px 0;
    border-right: 1px solid var(--color-light-border);
    
}
.skindays-analysis>.col:first-child{
    border-left: 1px solid var(--color-light-border);
}
.skindays-analysis{
    border-bottom: 1px solid var(--color-light-border);
    border-top: 1px solid var(--color-light-border);
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: unset !important;
    padding: 0 3rem;
    box-shadow: 0 5px 13px -8px rgba(0, 0, 0, 0.2);
}
.consultation-testimonials{
    max-width: unset !important;
    padding: 0 3rem;
    background-color: #e7e7e7;
}
.free-consultation{
    padding-bottom: 0 !important;
}
.free-consultation .row-main{
    padding: 2rem 0;
}
.is-embedded #acuity-footer{
    display: none !important;
}
@media screen and (min-width: 768px) {
    .css-hoqf0l{
        width: 33.33% !important;
    }
}
@media screen and (max-width: 768px) {
    .skindays-analysis{
        padding: 0;
    }
    .skindays-analysis>.col:not(:last-child){
        border-bottom: 1px solid var(--color-light-border);
    }
}
@media screen and (max-width: 575px) {
    .free-consultation .page-title {
        font-size: 1.875rem;
    }
    .hero-5-star-wrapper{
        display: none;
    }
    .consultation-booking-button{
        width: 100%;
        text-align: center;
    }
    .consultation-testimonials{
        padding: 0;
    }
    .consultation-testimonials>.col:nth-of-type(1){
        border-bottom: 1px solid #dddddd;
    }
    .free-consultation .row-main {
        padding: 1rem 0;
    }
}