.font-note {
    font-size: 14px;
    color: #999999;
}

.calculate--title__space {
    width: 115px;
}

.count-result-box {
    background: #E9F5F3;
    border-radius: 5px;
    padding: 20px 2%;
    margin-right: 0;
    margin-left: 0;
}

.count-result-box input {
    text-align: right;
}

.list-style-disc {
    list-style: disc;
    padding-left: 30px;
}

.link-disable {
    color: #aaa;
    cursor: not-allowed;
}


.count-result-container a {
    text-decoration: underline;
}

.count-result-container a.btn {
    text-decoration: none;
}

.count-result-container .custom-select,
.count-result-container .form-control {
    height: calc(1em + .75rem + 2px);
    text-align: right;
    vertical-align: top;
    line-height: 15px;
}

.count-result-container .custom-select {
    padding-top: .18rem;
    padding-bottom: .2rem;
}

.count-result-container .btn,
.count-result-container .table {
    color: #666;
    font-size: 18px;
}

.count-result-container .table td,
.count-result-container .table th {
    padding-top: 0;
    padding-bottom: 0;
}

.count-result-container .btn:focus {
    box-shadow: none;
}

.count-result-box-border {
    border-top: 2px solid #fff;
}

@media (max-width:767px) {

    /* .count-result-box-border{border-top: 2px solid #fff; padding-top: 20px; margin-top: 20px; }  */
    .count-result-box {
        border-radius: 0;
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .count-result-container .table {
        font-size: 14px;
    }

    .count-result-container .form-check {
        margin-bottom: 7px;
    }
}

@media (max-width:572px) {
    .count-result-container {
        margin-left: -6px;
        margin-right: -6px;
    }
}

@media (max-width:374px) {
    .count-result-container .custom-select {
        padding-right: 1.50rem;
        padding-left: .25rem;
    }
}

.font-02b6b3 {
    color: #02b6b3;
}

.icon-touch {
    cursor: pointer;
}

.count-result-container .custom-control-label::before {
    border-color: #666;
}

@media (min-width:1200px) {

    .col-xl-1half {
        position: relative;
        width: 100%;

        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

}

.align-top {
    vertical-align: top;
}

.count-show-info {
    /* border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 18px; */
    padding: 7px 0;
}

.textbox-title {
    margin-bottom: 10px;
    padding-top: 10px;
    color: #ec6941;
    font-size: 24px;
    font-weight: 700;
}

.textbox-text {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all
}


@media (min-width: 380px) {
    .col-xs-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
}



/* ----- 圖片hover ------ */
.image-card {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 7px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.image-card:hover:before {
    opacity: 0;
}

.image-card:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2;
    opacity: 0.35;
    border-radius: 8px;
    cursor: pointer;
    left: 0;
}

.image-card {
    display: inline-block;
    position: relative;
    /* top: 0;left: 0;width:100%;height:100%; */
}

.image-card p {
    left: 0;
    right: 0;
    top: 10px;
    bottom: 0;
    margin: auto;
    z-index: 3;
}

.image-card img {
    position: relative;
    z-index: 1;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
}

.container_group_price {
    background: #fff;
    border-radius: 50px;
    width: 170px;
    padding: 5px 0 3px 0;
}

.image-card:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    transform: scale(1.08);
}

.box-underline {
    border-bottom: 1px solid #ddd;
}

@media(min-width:992px) {

    /* .count-result-container_group {
overflow: hidden;
} */
    .count-result-container_group .col-md-4 {
        display: inline-block !important;
    }

    .image-card {
        max-height: 118px;
        height: 118px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .count-result-container_group .col-md-4 {
        max-width: 33%;
    }

    .count-result-container_group #js-count-result {
        position: relative;
        padding: 0 0 3px 0;
        overflow: auto;
        white-space: nowrap;
        display: block;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .image-card p {
        top: -5px;
        -webkit-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
        transform-origin: center center;
    }

    .image-card {
        max-height: auto;
        height: auto;
    }
}

@media(max-width:991px) {
    .count-result-container_group .col-md-4 {
        max-width: 290px;
    }
}

@media(max-width:767px) {
    .count-result-container_group #js-count-result {
        padding: 18px 0 3px 0;
        margin: 0;
    }

    .count-result-container_group .col-md-4 {
        max-width: 260px;
        padding: 0 15px 0 0;
    }

    .image-card {
        max-height: 118px;
    }
}

/* ----- 生日切換mask ------ */
.select-mask {
    background: #fff;
    opacity: 0.8;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 11;
}

.select-mask .d-flex.justify-content-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.calculate .calculate__content__cards {
    margin: 10px;
    overflow-x: hidden;
    /* white-space: nowrap; */
    -webkit-overflow-scrolling: touch;
}

.select-countries,
.select-countries:hover {
    text-decoration: underline;
    color: #0093C1;
}

.assure-count__title {
    display: none;
}

.count-cost {
    border-radius: 4px;
    border: none;
    background-color: #F5F5F5;

}

.count-cost--height {
    height: 44px;
}

.calculate--title {
    padding: 0 10px 0 70px;
}

.insurance-planning {
    position: relative;
    padding: 10px;
    background: #0093C1;
    color: #fff;
    width: 388px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.insurance-planning:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #0093C1 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -10px;
    left: 49px;
}

.separate__head {
    position: relative;
    height: 20px;
}

.separate__word {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    background-color: #fff;
    color: #999;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 0 10px;
}

.separate__line {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 14px;
    z-index: 1;
    border-bottom: 1px #999 solid;
}

.calculate__content__card--img_m {
    display: none;
}

@media screen and (max-width:1199px) {
    /* .calculate .calculate__content__cards.row {
display: block;
overflow-x: auto;
} */


}

@media screen and (max-width:991px) {
    .calculate .calculate__content__cards {
        margin: 0 calc(((100%-720px)/2)*-1) !important;
        padding: 0 calc((100%-720px)/2);
    }

    .calculate .calculate__content__cards .col-lg-4 {
        width: 40%;
    }

    .calculate__content__card--img {
        display: none;

    }

    .calculate__content__card--img_m {

        display: inline-block;
    }
}

@media screen and (max-width:767px) {
    .calculate .calculate__content__cards {
        margin: 0 calc(((100%-540px)/2)*-1) !important;
        padding: 0 calc((100%-540px)/2);
    }

    .insurance-planning {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .calculate .calculate__content__cards .col-lg-4 {
        width: 80%;
    }

    .assure-count__title {
        display: flex;
        align-items: center;
    }

    /* .calculate--title {
        padding: 20px;
    } */
}

@media screen and (max-width:575px) {
    /* .calculate__content__card--img {
        display: none;
    }

    .calculate__content__card--img_m {
        display: inline-block;
    } */

}