@media only screen and (min-width: 768px) {






    html,
    body,
    p {
        margin: 0;
        padding: 0;
        font-family: arial, Microsoft JhengHei;
        font-size: 20px;
        /* font-family: "segoe ui","microsoft jhenghei","microsoft mhei",stheititc,sans-serif; */
        font-weight: bold;
    }

    input[type="radio"],
    input[type="checkbox"] {
        width: 20px;
        height: 20px;
        padding: 0;
        margin: 0;
    }

    * {
        box-sizing: border-box;
    }

    a {
        color: #333;
        white-space: nowrap;
        cursor: pointer;
        display: inline;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .logo {
        display: block;
        position: fixed;
        background-color: #FFF;
        height: 74px;
        width: 640px;
        padding: 13px 0 0 30px;
        border-bottom: 1px solid #e2e2e2;
        top: 0;
        z-index: 999;
    }

    #intro {
        /* background: url(../images/calendar_page_banner.png) no-repeat center bottom -44px; */
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: 626px;
        /* height: 660px; */
        margin-bottom: 15px;
        padding-top: 0;
        /* max-height: 1060px; */
    }

    .submit_btn {}

    #final_form {

        padding-top: 0;

    }

    .scroll_area {
        margin-top: 78px;
    }

    #question {
        /* background-color: #ffffff; */
        padding-top: 0;
        /*height: 100%;
    max-height: 737px; */
        position: relative;
        padding-bottom: 25px;
        margin-top: 78px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4;
    }


    .main_wrapper {
        width: 640px;
        /* max-width: 414px; */
        margin: 0 auto;
        position: relative;
    }

    .panel {
        display: block;
        padding: 15px 30px;
        margin: 0;
        /* font-size: 1rem; */
        /* font-size: 16px; */
        font-weight: normal;
        width: auto;
        font-size: 16px;
    }

    .panel.blue {
        background-color: #fff;
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 20px;
    }

    .panel.red {
        background-color: #ebdecd;
        margin-top: 35px;
    }

    .panel.gray {
        /* background-color: #ebebeb */
    }


    .panel.blue.bubble {
        background: url(../images/app_calendar_tick2.png) no-repeat left 32px top 18px #fff;
        padding: 15px 30px 15px 81px;
        width: auto;
        margin-top: 7px;
        font-size: 16px;
        line-height: 22px;
        font-weight: normal;
        margin: 0 !important;
        text-align: justify;
        border-bottom: 1px solid #e2e2e2;
    }





    .inside_left {
        float: left;
        width: 329px;
        margin-top: 0px;
        text-align: justify;
        line-height: 1.1;
    }

    .inside_right {
        float: right;
        margin-top: 0;
        background: url(../images/calendar_cover_2021.jpg) no-repeat top right;
        background-size: contain;
        width: 201px;
        height: 164px;
        margin-right: 6px;
        margin-top: 0px;
    }

    .clearfix {
        clear: both;
        display: block;
    }



    .question_icon {
        float: left;
        width: 30px;
        margin-left: 5px;
        padding-top: 15px;
    }

    .question_content {
        float: right;
        width: 100%;
        /* padding-left: 10px; */
        /* margin-right: 25px; */
    }

    .question_title {
        background-color: #FFF;
        /* box-shadow: 1px 3px 0px 3px #CED8E2; */
        /* -webkit-box-shadow: 1px 3px 0px 3px #CED8E2; */
        -moz-box-shadow: 1px 3px 0px 3px #CED8E2;
        -o-box-shadow: 1px 3px 0px 3px #CED8E2;
        padding: 15px 30px 15px 70px;
        position: relative;
        background: url(/home/images/calendar_page_question.png) 30px center no-repeat;
        border-bottom: 1px solid #e2e2e2;
    }

    .question_title:before {
        content: "";
        /* background: url(../images/app_calendar_question_box.jpg) no-repeat center center; */
        width: 46px;
        height: 20px;
        position: absolute;
        height: 100%;
        top: 1px;
        left: -46px;
        background-size: 100%;
    }

    .form table {
        width: calc(100% - 60px);
        margin: 15px 30px 0px 30px;
    }

    .form table tr .box {
        /* padding-left: 30px; */
    }

    .form table .label {
        width: calc(50% - 30px);
    }

    .form table td {
        vertical-align: middle;
        text-align: left;
        padding: 10px 5px 10px 4px;
        font-size: 16px;
        font-weight: noral;
        background: #f7f7f7;
        /* border-bottom: 4px solid #fff; */
    }

    .form table td input[type="text"] {
        height: 25px;
        width: 113px;
    }

    .direation {
        margin-left: 0;
        /* width: calc(100% - 90px); */
        margin-top: 21px;
        padding: 0 30px;
    }

    .direation .question_next,
    .direation .question_done {
        display: block;
        float: left;
        width: auto;
        color: #FFF;
        background-color: #427c99;
        padding: 12px 20px;
        text-align: center;
        position: relative;
    }

    .direation .question_next:after,
    .direation .question_done:after {
        content: "";
        position: absolute;
        right: -10px;
        width: 0;
        height: 0;
        top: 0;
        border-style: solid;
        border-width: 23px 0 23px 10px;
        border-color: transparent transparent transparent #427c99;
    }




    .direation .question_prev {
        display: block;
        float: right;
        width: 260px;
        color: #333;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 14px 10px;
        text-align: center;
        display: none !important;
        /* margin-top: 20px; */
    }

    .form_submit {
        display: block;
        float: left;
        width: auto;
        color: #FFF;
        background-color: #427c99;
        padding: 12px 30px;
        text-align: center;
        margin-left: 30px;
        font-size: 16px;
        font-weight: normal;
        height: auto;
    }

    .form_reset {
        display: block;
        display: block;
        float: left;
        width: auto;
        color: #333;
        background-color: #fff;
        /* border: 1px solid #ccc; */
        padding: 12px 30px;
        text-align: center;
        margin-left: 30px;
        font-size: 16px;
        font-weight: normal;
        background: #dedede;
    }

    .form_title {
        background-color: #FFF;
        -webkit-box-shadow: 1px 3px 0px 3px rgba(206, 216, 226, 1);
        -moz-box-shadow: 1px 3px 0px 3px rgba(206, 216, 226, 1);
        box-shadow: 1px 3px 0px 3px rgba(206, 216, 226, 1);
        padding: 7px 20px;
        /* position: relative; */
        margin-top: 20px;
        color: #427c99;
    }

    .gray.panel table {
        width: 100%;
        font-size: 16px;
        font-weight: normal;
    }

    .gray.panel table .name td {
        padding: 15px 10px 5px 0px;
        text-align: left;
    }

    .gray.panel table .boxer td {
        padding: 3px 3px 3px 3px;
        text-align: left;
        vertical-align: top;
    }

    .gray.panel table .boxer td input[type="text"] {
        width: 100%;
        height: 37px;
        border: 1px solid #a5a5a5;
    }

    .gray.panel table .boxer td select {
        width: 100%;
        height: 37px;
        font-weight: normal;
        font-size: 16px;
        padding-left: 10px;
        border: 1px solid #a5a5a5;
        font-family: arial, Microsoft JhengHei;
    }

    .gray.panel table .checker td {
        padding-top: 10px;
    }

    .gray.panel table .checker td {
        padding-top: 10px;
    }

    .gray.panel table .checker td span {
        padding-left: 10px;
    }

    span.blue {
        color: #427c99;
    }

    .error {
        color: #b50000;
        line-height: 26px;
        display: block;
    }


    #range_s {
        width: 300px !important;
    }


    .media a {
        display: inline-block;
        width: 108px !important;
        padding-top: 94px !important;
        font-size: 12px;
        color: #000;
        margin-right: 25px;
        text-align: center;
        text-decoration: none;
        background-size: auto !important
    }

    .status {
        background: #fff;
        margin: 0 24px 25px 20px;
        padding: 10px 12px;
        background-color: #FFF;
        box-shadow: 1px 3px 0px 3px #CED8E2;
        -webkit-box-shadow: 1px 3px 0px 3px #CED8E2;
        -moz-box-shadow: 1px 3px 0px 3px #CED8E2;
        -o-box-shadow: 1px 3px 0px 3px #CED8E2;
    }

    .status .bar {
        display: block;
        border-radius: 10px;
        background: #e8e8e8;
        width: calc(100% - 60px);
        height: 20px;
        float: left;
    }

    .status .fill {
        display: block;
        width: 50%;
        height: 100%;
        background: #427c99;
        border-radius: 10px;
    }

    .status .perecnt_txt {
        display: block;
        float: right;
        line-height: 23px;
    }


    .linkage {
        text-align: center;
    }

    .linkage a {
        color: #427c99;
    }

    .linkage img {
        margin: 20px 0
    }

    .q2_questions textarea,
    .q3_questions textarea {
        width: 100% !important;
        height: 37px !important;
        margin-top: 20px;
        padding-left: 10px !important;
        font-size: 16px !important;
        border: 1px solid #a5a5a5;
    }




    .small {
        font-size: 12px
    }

    .small2 {
        font-size: 14px;
        margin-top: 10px;
    }

}

@media only screen and (max-width: 767px) {






    .linkage {
        text-align: center;
        margin-left: -30px;
    }

    .linkage a {
        color: #427c99;
    }

    .linkage img {
        margin: 20px 0
    }

    .q2_questions textarea,
    .q3_questions textarea {
        FONT-VARIANT: JIS83;
        height: 37px !important;
        margin-top: 20px;
        padding-left: 10px !important;
        font-size: 14px !important;
        width: 100%;
    }



    .small {
        font-size: 12px
    }

    .small2 {
        font-size: 14px;
        margin-top: 10px;
    }




    html,
    body,
    p {
        margin: 0;
        padding: 0;
        font-family: arial, Microsoft JhengHei;
        font-size: 14px;
        /* font-family: "segoe ui","microsoft jhenghei","microsoft mhei",stheititc,sans-serif; */
        font-weight: bold;
        /* max-height: 675px; */
    }


    input[type="radio"],
    input[type="checkbox"] {
        width: 15px;
        height: 15px;
        padding: 0;
        margin: 0;
    }

    * {
        box-sizing: border-box;
    }

    a {
        color: #333;
        white-space: nowrap;
        cursor: pointer;
        display: inline;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .logo {
        display: block;
        position: fixed;
        background-color: #FFF;
        height: 55px;
        width: 100%;
        max-width: 414px;
        padding: 11px 0 0 11px;
        border-bottom: 1px solid #e2e2e2;
        top: 0;
        z-index: 999;
    }

    #intro {
        background: url(../images/app_calendar_bull.png) no-repeat center bottom -40px;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        height: calc(100% - 85px);
        padding-top: 1px;
        max-height: 700px;
    }


    #final_form {

        padding-top: 1px;
    }

    .scroll_area {
        margin-top: 54px;
    }

    #question {
        /* background-color: #DFEAF5; */
        padding-top: 0;
        /*height: 100%;
    max-height: 737px; */
        position: relative;
        padding-bottom: 25px;
        /* margin-top: 102px; */
    }


    .main_wrapper {
        width: 100%;
        /* max-width: 675px; */
        max-width: 414px;
        margin: 0 auto;
        position: relative;
    }

    .panel {
        display: block;
        padding: 13px;
        margin: 0px 10px 0px 10px;
        font-size: 1rem;
        /* font-size: 16px; */
        font-weight: bold;
        width: calc(100% - 20px);
        /* width: 580px; */
    }

    .panel.blue {
        /* background-color: #dfeaf5; */
        font-size: 14px;
        font-weight: normal;
        padding: 10px 0;
    }

    .panel.red {
        background-color: #ebdecd;
        margin-top: 16px;
        padding-bottom: 9px;
    }

    .panel.gray {
        /* background-color: #ebebeb; */
        margin-bottom: 15px;
        margin-top: 0;
        margin: 0 !important;
        width: 100%;
        font-weight: normal;
    }


    .panel.blue.bubble {
        background: url(../images/app_calendar_tick2.png) no-repeat left 12px top 15px #ffffff;
        padding: 13px 10px 13px 47px;
        width: 100%;
        margin: 0 !important;
        text-align: justify;
        background-size: 25px;
        font-weight: normal;
        font-size: 14px;
        border-bottom: 1px solid #e2e2e2;
    }




    .inside_left {
        float: left;
        width: 65%;
        margin-top: 13px;
        text-align: justify;
        line-height: 1.1;
    }

    .inside_right {
        float: right;
        margin-top: 2px;
        background: url("../images/calendar_cover_2019.jpg") no-repeat top right;
        background-size: contain;
        width: 33%;
        height: 93px;
        margin-right: -2px;
    }

    .clearfix {
        clear: both;
        display: block;
    }



    .question_icon {
        float: left;
        width: 30px;
        margin-left: 5px;
        padding-top: 15px;
    }

    .question_content {
        /* float: right; */
        /* width: calc(100% - 78px); */
        /* padding-left: 0; */
        /* margin-right: 0; */
        padding: 0;
        font-weight: normal;
    }

    .question_title {
        background-color: #FFF;
        /* box-shadow: 1px 3px 0px 3px #CED8E2; */
        /* -webkit-box-shadow: 1px 3px 0px 3px #CED8E2; */
        -moz-box-shadow: 1px 3px 0px 3px #CED8E2;
        -o-box-shadow: 1px 3px 0px 3px #CED8E2;
        padding: 12px 12px 12px 39px;
        position: relative;
        background: url(/home/images/calendar_page_question.png) 13px center no-repeat;
        border-bottom: 1px solid #e2e2e2;
        background-size: 16px !important;
    }

    .question_title:before {
        /* content: ""; */
        background: url(../images/app_calendar_question_box.jpg) no-repeat center center;
        width: 46px;
        height: 20px;
        position: absolute;
        height: 100%;
        top: 1px;
        left: -46px;
        background-size: 100%;
    }

    .form table {
        width: calc(100% - 24px);
        margin: 15px 12px 0px 12px;
    }

    .form table tr .box {
        padding: 0;
    }

    .form table .label {
        width: calc(50% - 30px);
    }

    .form table td {
        vertical-align: middle;
        text-align: left;
        padding: 5px 5px 5px 10px;
        font-size: 1rem;
        font-weight: normal;
        background: #f7f7f7;
    }

    .form table td input[type="text"] {
        height: 25px;
        width: 113px;
    }

    .direation {
        margin-left: 13px;
        width: calc(100% - 90px);
        margin-top: 20px;
    }

    .direation .question_next,
    .direation .question_done {
        display: inline-block;
        /* float: right; */
        /* width: 47%; */
        color: #FFF;
        /* background-color: #6a7d39; */
        padding: 9px;
        display: block;
        float: left;
        width: auto;
        color: #FFF;
        background-color: #427c99;
        padding: 12px 20px;
        text-align: center;
        position: relative;
        /* text-align: center; */
    }

    .direation .question_next:after,
    .direation .question_done:after {
        content: "";
        position: absolute;
        right: -10px;
        width: 0;
        height: 0;
        top: 0;
        border-style: solid;
        border-width: 21px 0 21px 10px;
        border-color: transparent transparent transparent #427c99;
    }


    .direation .question_prev {
        display: block;
        float: right;
        width: 47%;
        color: #333;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 9px 10px;
        text-align: center;
        display: none !important
            /* margin-top: 20px; */

    }

    .form_submit {
        /* display: block; */
        /* float: left; */
        /* width: 40%; */
        /* color: #FFF; */
        /* background-color: #6a7d39; */
        /* padding: 10px; */
        /* text-align: center; */
        margin-bottom: 15px;
        /* margin-left: 30px; */
        display: block;
        float: left;
        width: auto;
        color: #FFF;
        background-color: #427c99;
        padding: 12px 30px;
        text-align: center;
        margin-left: 12px;
        font-size: 14px;
        font-weight: normal;
        height: auto;
    }

    .form_reset {
        /* display: block; */
        /* display: block; */
        /* float: right; */
        /* width: 40%; */
        /* color: #333; */
        /* background-color: #fff; */
        /* border: 1px solid #ccc; */
        /* padding: 9px 10px; */
        /* text-align: center; */
        /* margin-right: 30px; */
        margin-bottom: 15px;
        display: block;
        display: block;
        float: left;
        width: auto;
        color: #333;
        background-color: #fff;
        /* border: 1px solid #ccc; */
        padding: 12px 30px;
        text-align: center;
        margin-left: 30px;
        font-size: 14px;
        font-weight: normal;
        background: #dedede;
    }

    .form_title {
        background-color: #FFF;
        -webkit-box-shadow: 1px 3px 0px 3px rgba(206, 216, 226, 1);
        -moz-box-shadow: 1px 3px 0px 3px rgba(206, 216, 226, 1);
        box-shadow: 1px 3px 0px 3px rgba(206, 216, 226, 1);
        padding: 7px 20px;
        /* position: relative; */
        margin-top: 20px;
        color: #427c99;
    }

    .gray.panel table {
        width: 100%;
        font-size: 1rem;
        font-weight: bold;
    }

    .gray.panel table .name td {
        padding: 10px 10px 2px 0px;
        text-align: left;
        font-size: 14px;
        font-weight: normal;
    }

    .gray.panel table .boxer td {
        padding: 3px 8px 3px 3px;
        text-align: left;
        vertical-align: top;
    }

    .gray.panel table .boxer td input[type="text"] {
        width: 100%;
        height: 30px;
        border: 1px solid #a5a5a5;
    }

    .gray.panel table .boxer td select {
        width: 98%;
        height: 28px;
        border: 1px solid #a5a5a5;
        font-weight: normal;
        font-size: 0.9rem;
        font-family: arial, Microsoft JhengHei;
    }

    .gray.panel table .checker td {
        padding-top: 10px;
    }

    .gray.panel table .checker td {
        padding-top: 10px;
    }

    .gray.panel table .checker td span {
        padding-left: 10px;
    }

    span.blue {
        color: #427c99;
    }

    .error {
        color: #b50000;
        line-height: 26px;
        display: block;
    }



    .bg_bull {
        background: url(../images/app_calendar_bull.png) no-repeat center bottom;
        */ -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: 414px;
        height: 300px;
        right: 0;
        margin: 0 auto;
    }

    form {
        padding: 0;
        margin: 0;
    }



    .apps .scroll_area {
        margin-top: 0 !important;
    }

    .apps .logo {
        display: none !important;
    }

    .apps #intro {
        background: url(../images/app_calendar_bull.png) no-repeat center bottom;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        height: 100%;
        padding-top: 1px;
        max-height: 735px;
    }

    .status {
        background: #fff;
        margin: 0 24px 25px 20px;
        padding: 10px 12px;
        background-color: #FFF;
        box-shadow: 1px 3px 0px 3px #CED8E2;
        -webkit-box-shadow: 1px 3px 0px 3px #CED8E2;
        -moz-box-shadow: 1px 3px 0px 3px #CED8E2;
        -o-box-shadow: 1px 3px 0px 3px #CED8E2;
    }

    .status .bar {
        display: block;
        border-radius: 10px;
        background: #e8e8e8;
        width: calc(100% - 40px);
        height: 20px;
        float: left;
    }


    .status .fill {
        display: block;
        width: 50%;
        height: 100%;
        background: #427c99;
        border-radius: 10px;
    }

    .status .perecnt_txt {
        display: block;
        float: right;
        line-height: 23px;
    }

    .h_hline {
        height: 1px;
        width: 100%;
        background: #ced8e2;
        margin: -15px 0 -8px 0;
    }


}


@media only screen and (max-width: 374px) {


    .panel {
        padding: 12px;
        margin: 0px 12px 12px 12px;
    }

    .submit_btn {
        margin: 12px 12px 0 12px;
    }

    .panel.blue.bubble {
        padding: 12px 12px 12px 54px;
    }

    #intro {
        font-size: 14px;
    }

    .form_submit {
        display: block;
        float: left;
        width: calc(48% - 20px);
        color: #FFF;
        background-color: #6a7d39;
        padding: 10px;
        text-align: center;
        margin-left: 13px;
        margin-bottom: 15px;
    }

    .form_reset {
        display: block;
        float: right;
        width: calc(48% - 20px);
        color: #333;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 9px 10px;
        text-align: center;
        margin-right: 13px;
        margin-bottom: 15px;
    }


}

@media only screen and (max-width: 320px) {

    #intro {
        background: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .media a {
        margin: 0px !important;
        width: 24% !important;
    }

    .submit_btn span {
        line-height: 20px;
        font-size: 12px;
    }



}


.in {
    display: none !important
}

.wt {
    display: none !important
}

@media only screen and (max-width: 767px) {
    .wt {
        display: inline-block !important
    }
}



@media only screen and (max-width: 767px) {

    #intro {
        /* height: 573px !important; */
        background: none;
        background-size: contain;
        margin-bottom: 20px;
        height: auto !important;
    }

}





.order-list {
    list-style: none;
    padding: 0;
    margin: 20px 30px 0 30px;
}

.order-list li {
    background: #fff;
    padding: 10px 16px;
    margin-bottom: 7px;
    background: url(/home/images/calendar_page_arrow.png) no-repeat #f7f7f7 center right 10px;
    /* background-size: 18px; */
    cursor: move;
}

#orderlist2.order-list li {
    background: #fff !important;
    cursor: auto;
}


.order-list li:nth-child(1) .num:before {
    content: '1.';
}

.order-list li:nth-child(2) .num:before {
    content: '2.';
}

.order-list li:nth-child(3) .num:before {
    content: '3.';
}

.order-list li:nth-child(4) .num:before {
    content: '4.';
}

.order-list li:nth-child(5) .num:before {
    content: '5.';
}

.order-list li:nth-child(6) .num:before {
    content: '6.';
}

.order-list li:nth-child(7) .num:before {
    content: '7.';
}

.order-list li .num {
    display: inline-block;
    padding-right: 10px;
}



.sortable-ghost {
    border: 2px solid #427c99;
    z-index: 99999;
    box-sizing: border-box;
}


.order-list [type="text"],
.question_5 [type="text"] {
    width: 100%;
    height: 37px;
    margin-top: 10px;
    margin-bottom: 5px;
    border: 1px solid #a5a5a5;
}

#q5_ans_a {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.mobile-only {
    display: none;
}






@media only screen and (max-width: 767px) {

    .mobile-only {
        display: block
    }

    .order-list li {
        background: #fff;
        padding: 10px 15px;
        margin-bottom: 4px;
        background: url(/home/images/calendar_page_arrow.png) no-repeat #f7f7f7 center right 10px;
        background-size: 9px;
        cursor: move;
    }

}

#q5_ans {
    width: 100%;
    height: 30px;
}

.drag {
    width: 80px;
    height: 80px;
    background: url('/home/images/calendar/icon-drag-down.png') no-repeat;
    background-size: cover !important;
    position: absolute;
    animation: drag_an 2s linear 1 forwards;
    right: 40px;
    opacity: 0;
    top: 30px;
    z-index: 999999999;
}


.drag2 {
    width: 80px;
    height: 80px;
    background: url('/home/images/calendar/icon-drag-up.png') no-repeat;
    background-size: cover !important;
    position: absolute;
    animation: drag_an2 2s linear 2s forwards;
    right: 40px;
    opacity: 0;
    top: 150px;
    z-index: 999999999;
}

.por {
    position: relative;
}

@keyframes drag_an {
    0% {
        top: 30px;
        opacity: 0;
    }

    5% {
        top: 30px;
        opacity: 1;
    }

    99% {
        top: 150px;
        opacity: 1;
    }

    100% {
        top: 150px;
        opacity: 0;
    }
}

@keyframes drag_an2 {
    0% {
        top: 150px;
        opacity: 1;
    }

    95% {
        top: 30px;
        opacity: 1;
    }

    100% {
        top: 30px;
        opacity: 0;
    }
}

.more-question label {
    margin-right: 20px;
    display: block;
    float: left;
    height: 28px;
    margin: 5px 20px 5px 0;
    line-height: 1;
}

.more-question label input {
    vertical-align: -2px;
}

.more-question .mid-input {
    width: 150px;
    margin-top: 0px;
    vertical-align: 3px;
}

.text_input {
    margin-top: 0px !important;
}

.more-question {
    display: none;
}

ul .more-question {
    display: block;
    margin-top: 15px;
}

@media only screen and (max-width: 767px) {

    .more-question .mid-input {
        width: 100%;
        margin-top: 10px;
    }


    .more-question label {
        height: auto;
    }

    .text_input {
        margin-top: 5px !important;
    }

    .input-group {
        margin-left: 26px !important;
    }

    .input-group .q1_input {
        width: calc(100% - 80px) !important;
        margin: 5px 0 0 0 !important;
    }

}


.q1_input {
    width: 171px !important;
    margin: 0px 0 0 0 !important;
}

.input-group {
    margin-left: 10px;
    /* margin-top: 0; */
    display: inline;
}


/* .panel.red {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
}

.panel.blue.bubble{
    background-color: #f2f2f2
}

#question{
    background-color: #fff;
} */


.head-title {
    position: absolute;
    color: #000;
    right: 31px;
    top: 32px;
    font-size: 16px;
    font-weight: 500;
}

.calendar-intro {
    font-size: 16px;
    font-weight: normal;
}

.calendar-intro .p1 {
    padding: 15px 30px 15px 79px;
    background: url(/home/images/calendar_page_calendar.png) no-repeat 31px 20px;
    border-bottom: 1px solid #e2e2e2;
}

.calendar-intro .p2 {
    padding: 15px 30px 15px 30px;
    border-top: 1px solid #e2e2e2;
    margin-top: 15px;
}

.calendar-intro .p2 p {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 15px;
}

.calendar_submit_btn {
    position: relative;
    padding: 12px 15px 12px 60px;
    background: url(/home/images/calendar_page_tick.png) no-repeat 17px 16px #427c99;
    margin-left: 30px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
}

.calendar_submit_btn:after {
    content: "";
    position: absolute;
    right: -17px;
    width: 0;
    height: 0;
    top: 0;
    border-style: solid;
    border-width: 33px 0 33px 17px;
    border-color: transparent transparent transparent #427c99;
}

.radio-box {
    padding-left: 15px !important
}

.area-box {
    padding-right: 15px !important;
    padding-bottom: 20px !important
}

.first-tr td {
    border-bottom: 5px solid #fff;
}

.hide-d {
    display: none;
}

.first-td input {
    width: 90% !important;
}

.first-td select {
    width: 90% !important;
}

.getemail,.getstart {
    background-color: #f7f7f7;
    padding: 20px 15px;
}

[name="newsletter"] {
    float: left;
    margin-top: 3px !important;
}
[name="start-tc"] {
    float: left;
    margin-top: 0px !important;
}
.getstart{
    margin: 0 30px;
    margin-top: -10px;
}

.checkbox-dc {
    float: left;
    width: calc(100% - 24px);
    padding-left: 10px;
    line-height: 22px;
}

@media only screen and (max-width: 767px) {
    .logo img {
        height: 33px !important;
    }

    .head-title {
        right: 11px;
        top: 24px;
        font-size: 14px;
    }

    .calendar-intro .p1 {
        padding: 10px 11px 10px 47px;
        background: url(/home/images/calendar_page_calendar.png) no-repeat 12px 14px;
        border-bottom: 1px solid #e2e2e2;
        font-size: 14px;
        background-size: 25px;
    }

    .calendar-intro .p2 {
        padding: 10px 11px 10px 11px;
        font-size: 14px;
    }

    .calendar-intro .p2 p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .disc {
        padding: 15px 12px !important;
    }


    .calendar_submit_btn {
        padding: 12px 15px 12px 60px;
        background: url(/home/images/calendar_page_tick.png) no-repeat 17px 16px #427c99;
        margin-left: 12px;
        font-size: 14px;
    }

    .calendar_submit_btn:after {
        border-width: 31px 0 31px 17px;

    }

    .order-list {
        list-style: none;
        padding: 0;
        margin: 15px 12px 0 12px;
    }

    .first-tr td {
        border-bottom: 5px solid #fff;
    }

    .area-box {
        padding-right: 12px !important;
        padding-bottom: 10px !important;
        padding-left: 10px !important
    }

    .hide-d {
        display: block !important
    }

    .getemail,
    .getstart{
        background-color: #f7f7f7;
        padding: 12px 10px;
    }

.getstart {
    margin: 0 12px;
}
[name="start-tc"] {
    margin-top:3px !important;
}
.getStart{
    font-size: 14px
}
}
.calendar-banner-main{
    text-align: center;
    cursor: pointer;
    display: block;
}
.calendar-banner-main img {
    max-width: 624px;
}