* {
    box-sizing: border-box;
}

body {
    font-family: 'Microsoft JhengHei';
}

section {
    padding-top: 25px;
    padding-bottom: 25px;
}

.btn-custom {
    background-color: #00AB7B;
    border: 1px solid #00AB7B;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.course-box h2 {
    font-size: 36px;
}

.course-box .row > li {
    /*height: 365px;*/
}

.course-box > ul {
    list-style: none;
    padding: 0;
}

/*@media screen and (min-width:768px) and (max-width:990px) {*/
/*    .course-box .row > li {*/
/*        height: 700px;*/
/*    }*/
/*}*/

.course-box .row > li {
    height: auto;
    margin-bottom: 15px;
}

@media(max-width:568px) {
    .course-box > ul .col-xs-6 {
        /*width: 100%;*/
    }
    .course-box h2 {
        font-size: 28px;
    }
}

/*.my-course-card {*/
/*    margin-top: 20px;*/
/*    padding-top: 1px;*/
/*    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);*/
/*    background-color: rgba(255, 255, 255, 0.95);*/
/*}*/

/*.my-course-card h3 {*/
/*    font-size: 32px;*/
/*    text-align: center;*/
/*    padding-top: 5px;*/
/*    padding-bottom: 10px;*/
/*    text-shadow: 2px 2px 5px gray;*/
/*}*/

/*.my-course-card h3 a {*/
/*    color: #00AB7B;*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .my-course-card h3 {*/
/*        font-size: 26px;*/
/*    }*/
/*}*/

/*.my-course-card center a {*/
/*    margin-top: 10px;*/
/*    margin-bottom: 30px;*/
/*    margin-right: 5px;*/
/*}*/

/*.my-course-card center .btn-pay {*/
/*    background-color: #00AB7B;*/
/*}*/

/*.my-course-card center .btn-pay:hover {*/
/*    background-color: #4a9f27;*/
/*    border: 1px solid #4a9f27;*/
/*}*/

.card-information {
    position: relative;
}

.card-information .card-status {
    display: inline-block;
    background-color: #4da529;
    padding: 5px 10px;
    border-radius: 10px;
    position: absolute;
    right: 20px;
    bottom: 200px;
}

.card-information > .card-status > a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.course-list {
    list-style: none;
    margin-top: 5px;
    padding-right: 30px;
}

.course-list > li > ul > li {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #D5D8DC;
    font-size: 14px;
}

.course-default {
    line-height: 1em;
    padding-bottom: 20px;
}

.service-content .panel-title {
    font-weight: bold;
}

.connect-coach-intro {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 2px;
}
.connect-coach-btn {
    display: inline-block;
    border: 1px solid #00AB7B;
    border-radius: 20px;
    padding: 6px 42px;
    margin-bottom: 10px;
    color: #00AB7B;
    font-size: 15px;
    text-align: center;
}

.connect-coach-btn:hover {
    text-decoration: none;
    background-color: #00AB7B;
    color: #fff;
    transition: all 0.5s;
}

.service-content .panel-body img {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 350px;
}
/*
.service-content .panel-body img:hover {
    opacity: 0.8;
    transition: all 0.5s;
}*/

.service-content .panel-body h2 {
    display: inline;
    border-bottom: 2px solid #00AB7B;
    padding-bottom: 2px;
}

.service-content .panel-body > span {
    display: block;
    padding-top: 10px;
    color: #00AB7B;
    font-weight: bold;
}

.service-content .panel-body ul {
    margin-bottom: 20px;
    padding-top: 10px;
    line-height: 1.3em;
}

.service-content .panel-body ul li {
    margin-bottom: 5px;
}

.service-content-fixed {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 10px;
}

.check-more-into {
    padding: 0;
    /* margin: -13px; */
    margin-top: -20px;
    margin-bottom: 5px;
}

.date-content h2 {
    margin: 0;
    padding-bottom: 20px;
    letter-spacing: 5px;
}

.date-content ul {
    list-style: none;
    margin-top: -10px;
    padding: 0;
    padding-bottom: 60px;
}

.date-content ul i {
    display: none;
}

@media (max-width: 768px) {
    .date-content ul i {
        display: inline-block;
        padding-top: 18px;
    }
    .date-content ul span {
        display: none;
    }
}

@media (max-width:767px) {
    .date-content h2 {
        display: none;
    }
    /*.service-content .panel-body > ul {*/
    /*    list-style: none;*/
    /*    padding-left: 0;*/
    /*    padding-right: 0;*/
    /*}*/
}


.course-coach-bg {
    background-image: url(https://s3-ap-northeast-1.amazonaws.com/rq-user-photo/coaches.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    min-height: 580px;
    margin-top: -40px;
    text-align: center;
    color: #fff;
    box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.5);
}

.course-container {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 992px) {
    .course-container {
        max-width: 970px;
    }
}

@media (max-width: 768px) {
    .course-container {
        max-width: 750px;
    }
}

.course-coach-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
    width: 100%;
}

.course-coach-inner {
    background-color: rgba(55, 59, 55, 0.7);
    padding: 15px 120px;
    border-radius: 5px;
    text-shadow: 1px 1px 2px black;
}

.course-coach-inner h1 {
    font-size: 48px;
    font-weight: bold;
}

hr.light {
    border-color: #fff;
    width: 5%;
    background-color: #fff;
}

.course-coach-inner p {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.course-coach-list {
    list-style: none;
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto;
    padding-left: 0;
    padding: 20px; 
}

.course-coach-list li > span {
    display: block;
    font-size: 55px;
    padding-bottom: 12px;
}

@media(max-width:768px) {
    .course-coach-inner h1 {
        font-size: 32px;
    }
    .course-coach-inner p {
        font-size: 16px;
    }
    .course-coach-list {
        font-size: 14px;
    }
}

@media(max-width:568px) {
    .course-coach-bg {
         background-attachment: initial;
    }
    .course-coach-content {
        padding: 0px 10px;
        margin-top: 10px;
        top: 48%;
    }
    .course-coach-inner {
        padding: 1px 15px;
    }
    .course-coach-inner h1 {
        font-size: 28px;
    }
    hr.light {
        height: 0;
    }
    .course-coach-inner p {
        font-size: 15px;
        /*text-align: left;*/
    }
    .course-coach-list {
        font-size: 14px;
        /*text-align: left;*/
        margin-left: -40px;
    }
    .course-coach-list li > span {
        font-size: 26px;
        padding-bottom: 8px;
    }
}



/* arrow for step process */

.arrow-process {
    float: left;
    width: 21%;
    height: 50px;
    background-color: #EBF4EB;
    border-radius: 5px 5px 0 0;
    position: relative;
    margin-right: 18px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 45px;
}

.arrow-process > a {
    display: block;
    text-decoration: none !important;
    color: #00AB7B;
    font-size: 14px;
    font-weight: bold;
    padding: 0 12px;
}

.arrow-process > a > i {
    padding-left: 15px;
}

@media (max-width: 990px) {
    .arrow-process {
        width: 20%;
    }
}

@media (max-width: 512px) {
    .arrow-process {
        width: 17%;
    }
}

@media (max-width: 414px) {
    .arrow-process > a {
        padding: 0;
    }
}

.arrow-process:after {
    content: '';
    position: absolute;
    right: -22px;
    top: 30%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 12px solid #EBF4EB;
}

.arrow-active {
    background-color: rgba(55, 118, 29, 0.7);
}

.arrow-active > a {
    color: #fff;
}

.arrow-active:after {
    border-left: 12px solid rgba(55, 118, 29, 0.7);
}

.arrow-none:after {
    border: 0;
}

.cursor-not-allow {
    cursor: not-allowed;
}

.cursor-initial {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}


.thumbnail {
    padding: 0 !important;
    text-align: center;
}
    
.thumbnail > h4 {
    height: 38px;
    background-color: #00AB7B;
    color: #fff;
    margin-top: 0;
    line-height: 38px;
}
    
.thumbnail-p {
    font-size: 24px;
    font-weight: bold;
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #E7F0E9;
    margin-top: -9px;
    margin-bottom: 0;
}
    
.btn-1, .btn-2, .btn-3 {
    margin-top: 10px;
}

.caption-ul {
    list-style: none;
    padding-left: 0;
}

.btn-1, .btn-2, .btn-3 {
    border-radius: 4px !important;
}

.target-select {
    padding-left: 0 !important;
}

/*.target-select > h3 {*/
/*    font-size: 22px;*/
/*    font-weight: bold;*/
/*    border: none !important;*/
/*    padding-bottom: 0;*/
/*}*/

#target-title {
    font-size: 22px;
    font-weight: bold;
    border: none;
    margin-bottom: 20px;
    margin-top: 0;
}

#target-title span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
}


.target-select-detail {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

.count-group-result li span {
    color: #00AB7B;
    font-size: 18px;
    font-weight: bold;
}

.target-select .form-qa {
    padding-top: 10px;
}

.target-select label {
    font-size: 15px;
}

.target-select .target-time {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid gray;
    border-radius: 5px;
    position: relative;
    z-index: 9;
}

@media(max-width:768px) {
    .target-select .target-time {
        width: 100%;
    }
}

/*.target-select .next-step {*/
/*    text-decoration: none;*/
/*    display: inline-block;*/
/*    width: 97%;*/
/*    background-color: #00AB7B;*/
/*    border: 1px solid #00AB7B;*/
/*    border-radius: 10px;*/
/*    padding: 5px 10px;*/
/*    margin-top: 20px;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    font-weight: bold;*/
/*}*/

/*.target-select .next-step:hover {*/
/*    background-color: #459725;*/
/*    border: 1px solid #459725;*/
/*}*/

.target-select .btn-submit {
    margin-top: 30px;
}

.target-select .alert {
    width: 97%;
}

.target-select .panel {
    width: 97%;
}

.target-select-content {
    padding-top: 20px;
}

.ui-widget-header {
    border: 1px solid #00AB7B;
    background-color: #00AB7B !important;
}


.coach-premium > a {
    position: relative;
    display: block;
    width: 130px;
    height: 130px;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.coach-premium > a:hover > span {
    opacity: 0.8;
    transition: all 1s;
}

.coach-premium > a img {
    border: 1px solid #fff;
    box-shadow: 0 5px 8px gray;
}

.coach-premium > a img:hover {
    opacity: 0.8;
    transition: all 1s;
}

.coach-premium > a > span {
    position: absolute;
    left: 20%;
    bottom: 58px;
    font-size: 12px;
    color: black;
    border-radius: 6px;
    background-color: rgba(237, 249, 231, 0.5);
    padding: 3px 6px;
}

.coach-premium > a > span > small {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.coach-premium > a .coach-press {
    left: 21%;
    bottom: 11px;
    font-size: 12px;
    color: #fff;
    border-radius: 20px;
    background-color: #00AB7B;
    padding: 6px 9px;
}


.payment-select {
    font-size: 14px;
}
.payment-select i {
    margin: 0;
    padding: 0;
}

.menu-info {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.menu-info-toggle {
    background-color: rgba(230,230,250,0.5);
    padding: 12px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.menu-info-toggle:hover {
    background-color: rgba(230,230,250,0.8);
}

.menu-info-toggle h4 {
    font-size: 16px;
    font-weight: bold;
    color: #00AB7B;
    margin: 0;
}

.menu-info-toggle h4 .fa-chevron-down {
    float: right;
}

.menu-rotate {
    -ms-transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important; 
}

.user-text-input {
    margin-top: 10px;
    padding-right: 20px;
}

.user-text-input > p {
    padding-left: 20px;
}

.user-text-input ul li p {
    padding-top: 5px;
    color: #666666;
}

@media(max-width:568px){
    .user-text-input ul  {
        list-style: none;
        padding: 0;
    }
}

.course-search a {
    border-radius: 20px;
}

.course-search a i {
    padding-left: 5px;
}

.card-information a img {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.card-information center a {
    position: absolute;
    right: 53%;
    bottom: 10%;
    padding: 10px 8px;
    width: 40%;
    box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.5);
    -webkit-transform: tranlateX(-50%) translateY(-50%);
    -ms-transform: tranlateX(-50%) translateY(-50%);
    transform: tranlateX(-50%);
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
}

@media screen and (min-width: 990px) and (max-width: 1130px) {
    .card-information center a {
       /* bottom: 30%;*/
        padding: 8px 0;
    }
}

.card-information center .btn-pay,
.card-information center .btn-disable {
    position: absolute;
    right: 8%;
}

/*.course-detail {*/
/*    list-style: none;*/
/*    min-height: 160px;*/
/*    font-size: 16px;*/
/*}*/

/*.course-detail > li {*/
/*    line-height: 1em;*/
/*     padding: 3px 0;*/
/*}*/

/*.course-detail > li > ul {*/
/*    list-style: none;*/
/*    padding-left: 20px;*/
/*    padding-right: 10px;*/
/*}*/

/*.course-detail > li > ul > li {*/
/*    font-size: 14px;*/
/*    line-height: 1.2em;*/
/*}*/

/*.course-detail > li > ul > li i {*/
/*    padding-right: 5px;*/
/*}*/



/*.course-detail > li > ul > li a {*/
/*    color: #00AB7B;*/
/*}*/

.course-detail h4 {
    font-size: 26px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.fa {
     padding-left: 0 !important; 
}

.coach-course {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    background-color: rgba(0,0,0,0.02);
}

.coach-course h3 {
    font-size: 26px;
    text-align: center;
    padding-bottom: 5px;
    text-shadow: 2px 2px 5px gray;
}

.coach-course h3 a {
    color: #00AB7B;
}

@media (max-width: 768px) {
    .coach-course {
    margin-top: 20px;
    }
    .coach-course h3 {
        font-size: 26px;
    }
}

.coach-course center a {
    border: 1px solid transparent;
    border-radius: 50px;
    font-size: 13px;
}

.coach-course center a:hover {
    transition: all 0.5s;
    border: 1px solid #00AB7B;
}

.coach-course center .btn-disable:hover {
    cursor: not-allowed;
    border: 1px solid #fff;
}

/* student */

.service-content .panel h3 {
    font-size: 18px;
    display: inline-block;
    border-bottom: 2px solid #00AB7B;
    padding-bottom: 2px;
    margin-bottom: 0; 
}

/*
.service-content > a > img {
    display: block;
    margin-top: 15px;
    width: 150px;
    height: 150px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.service-content > a > img:hover {
    opacity: 0.8;
    transition: all 0.5s;
}*/

.service-content ul {
    /*margin-bottom: 20px;*/
    padding-top: 10px;
    line-height: 1.3em;
}

.service-content ul li {
    margin-bottom: 5px;
}

.service-content-box h3 {
    margin-bottom: 10px;
}

.service-content-box ul li > p {
    color: #00AB7B;
}

@media (max-width:768px) {
    .service-content-box ul {
        padding-left: 20px;
    }
}

@media (max-width:767px) {
    .service-all-detail {
        display: none;
    }
}

.sum-price-check {
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
}

.check-more-into {
    padding: 0;
    margin-top: -15px;
    margin-bottom: 6px;
}

.check-more-into a {
    width: 23%;
    font-size: 12px;
    margin-bottom: 10px;
}

/*.checkbox-submit {*/
/*    margin-bottom: 10px;*/
/*}*/

@media screen and (min-width:768px) and (max-width:990px) {
    .check-more-into a {
    width: 45%;
    }
}

.service-feedback-value {
    font-size: 30px;
    margin-top: 0;
    padding-bottom: 10px;
    letter-spacing: 2px;
}

.coach-note {
    margin-bottom: 20px;
}

/*.service-feedback h3 {
    display: inline-block;
    font-size: 18px;
}*/

.service-feedback h3 small {
    font-size: 14px;
}

.service-feedback h3 i {
    padding: 0;
    padding-right: 5px;
}

.final-save-time {
    display: inline;
    float: right;
    color: rgba(0,0,0,0.4);
    font-size: 13px;
}

@media(max-width:990px) {
    .service-feedback h3 {
    padding-top: 0;
    margin-bottom: 0;
  }
}

@media(max-width:767px) {
    .service-feedback {
        margin-top: 30px;
    }
}

.btn-block {
    /*display: inline-block; */
    background-color: rgba(55, 118, 29, 1);
    border: 1px solid rgba(55, 118, 29, 1);
    border-radius: 10px;
    padding: 5px 10px;
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.btn-block:hover {
    background-color: #459725;
    border: 1px solid #459725;
}

@media(max-width:424px) {
    .radio-inline {
        margin-left: 10px;
    }
}    

@media(max-width:414px) {
    .page-header h1 {
        font-size: 30px;
    }
    .myCard .panel-body h1 {
        font-size: 26px;
    }
}
@media(max-width:338px) {
    .service-feedback-value {
        font-size: 26px;
    }
}

@media(max-width:375px) {
    .page-header h1 span {
        display: block;
        padding-top: 10px;
    }
}