
.card-started .profile.no-photo .title {
    letter-spacing: 0.1em;
}

.c-pt-0{
    padding-top: 0!important;
}

.c-pb-0{
    padding-bottom: 0!important;
}

.c-px-6{
    padding-left: 8px!important;
    padding-right: 8px!important;
}

.c-p-image{
    padding: 6px 12px 6px 12px!important;
}

.c-size-14{
    font-size:14px!important;
}

.c-hero-image{
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("img/banner/slider1.jpg");

    /* Set a specific height */
    height: 50%;

    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.c-hero-text{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.feature-list ul li span{
    float: right;
    color:#fd397d;
    font-weight: 600;
    font-size: 20px;
}

.feature-list ul li{
    text-align: left;
}

.c-subinfo{
    position: relative;
    margin: 0 20px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    line-height: 28px;
    height: 32px;
    font-weight: 400;
}

.subtitle{
    margin-bottom: 44px!important;
}

.c-name-ppl{
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.c-img{
    display: inline-block;
}
.c-img-content{
    display: inline-block;
}

.c-tag{
    padding-top: 6px;
}

.c-label{
    display: inline-flex;
    border-radius: 0;
    background: #5578eb;
    color: #ffffff;
    align-items: center;
    font-size: 0.8rem;
    width: auto;
    height: auto;
    padding: .15rem .75rem;
}

.c-price{
    text-align: left;
    margin: 0 6px;
    font-size: 14px;
}
.c-price span{
    float: right;
    color:#fd397a;
}

.c-pb-30{
    padding-bottom: 30px!important;
}

.c-pb-50{
    padding-bottom: 50px!important;
}

@media (max-width: 768px) {
    .c-pb-s-0{
        padding-bottom: 0!important;
    }
}

@media (max-width: 1199px) {
    .subtitle{
        margin: 20px 0 !important;
        height: auto!important;
    }

    .book-footer {
        position: fixed;
        z-index: 99;
        bottom: 0;
        padding-bottom: env(safe-area-inset-bottom);
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        background-color: #fff;
        box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.3);
        padding: 0 8px;
        height: 48px;
    }

    .footer-phone {
        margin: 2px 32px 2px 8px;
        vertical-align: middle;
        display: inline-block;
        width: 24px;
        padding: 6px 0;
    }

    .book-footer a .line-call {
        width: calc(100vw - 92px);
        display: block;
        background-color: #00AC00;
        color: #ffffff;
        border-radius: 2px;
        margin: 8px 0;
        height: 34px;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        user-select: none;
        border: 1px solid transparent;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }


    .c_btn-wrap {
        position: fixed;
        z-index: 15;
        bottom: 0;
        left: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 8px;
        background: #fff;
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
        box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.3);
    }

    .c_btn-wrap .wish {
        width: 50px;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        /*display: flex;*/
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .c_btn {
        position: static;
        z-index: 1;
        left: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 8px;
        width: 100%;
        background-color: #fff;
        box-shadow: none;
    }

    .c__btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 0 16px;
        height: 44px;
        border-radius: 8px;
        background-color: #ff5722;
        text-align: center;
        line-height: 44px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        border-color: #fff;
        border-width: 0;
        font-family: Arial, "Hiragino Sans GB", STXihei, 華文細黑體, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體, SimSun, 宋體, sans-serif;
    }

    .c__btn--line{
        background-color: #00AC00;
        margin-left: 8px;
    }

    .c-icon-img{
        display: inline;
        vertical-align: middle;
    }
    .c-phone-call{
        vertical-align: middle;
    }
}