body {
    /* background-color: #e6e6e6; */
}

.text-center {
    text-align: center;
}

.limited-offer-wrapper {
    max-width: 660px;
    padding-bottom: 41px;
    position: relative;
    margin: auto;
    z-index: 0;
    font-family: Calibri,Arial,microsoft jhenghei,微軟正黑體,sans-serif,sans-serif;
}

@media only screen and (max-width: 767px) {
    .limited-offer-wrapper {
        margin: 0 10px;
    }
}

.limited-offer-wrapper .tag {
    background-image: url('tag_combined_20200123.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 394px;
    position: absolute;
    left: calc((100% - 351px) / 2);
    width: 351px;
    height: 65px;
    z-index: 2;
    display: flex; 
    flex-direction: row; 
    justify-content: center;
    align-items: center;
    background-position: center;
}

@media only screen and (max-width: 767px) {
    .limited-offer-wrapper .tag {
        left: calc((100% - 260px) / 2);
        width: 260px;
        height: 48px;
    }
}

.limited-offer-wrapper .tag .title {
    font-size: 22px;
    color: white; 
}

@media only screen and (max-width: 767px) {
    .limited-offer-wrapper .tag .title {
        font-size: 20px;
    }
}

.limited-offer-wrapper .tag img {
    width: 40px; 
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
    .limited-offer-wrapper .tag img {
        width: 30px;
    }
}

.limited-offer-wrapper .content {
    position: relative;
    /* top: 53px; */
    top: 35px;
    background: white;
    width: 100%;
    z-index: 1;
    padding: 50px 90px 30px 90px;
    width: calc(100% - 180px);
    box-shadow: 0px 0px 15px 0px #d5d5d5;
    -moz-box-shadow: 0px 0px 15px 0px #d5d5d5;
    -webkit-box-shadow: 0px 0px 15px 0px #d5d5d5;
}

@media only screen and (max-width: 767px) {
    .limited-offer-wrapper .content {
        top: 26px;
        padding: 50px 50px 30px 50px;
        width: calc(100% - 100px);
    }
}

.limited-offer-wrapper .content::after,
.limited-offer-wrapper .content::before {
    content: '';
    width: 25px;
    display: block;
    position: absolute;
    height: 100%;
    background-color: #8db9ca;
    top: 0;
}

.limited-offer-wrapper .content::after {
    left: 0;
}

.limited-offer-wrapper .content::before {
    right: 0;
}

@media only screen and (max-width: 767px) {
    .limited-offer-wrapper .content::after,
    .limited-offer-wrapper .content::before {
        width: 25px;
    }
}

.limited-offer-wrapper .content .title {
    padding: 10px 0; 
    font-size: 20px; 
    color: #ed1b2e; 
    font-size: 18.8px; 
    font-weight: bold;
}

.limited-offer-wrapper .content .para {
    padding-bottom: 10px; 
    font-size: 16.5px;
}

.limited-offer-wrapper .content .btn {
    color: #ff0004; font-size: 1.2em; text-align: center; margin-top: 10px;
    transition: ease-out .3s;
}

.limited-offer-wrapper .content .btn a {
    height: 2.375rem;
    line-height: 2.375rem;
    border: none;
    border-radius: 4px;
    background: #ed1b2e;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 5px;
    padding-right: 30px!important;
    padding-left: 20px;
    -webkit-transition: ease-out .3s;
    -o-transition: ease-out .3s;
    transition: ease-out .3s;
}

.limited-offer-wrapper .content .btn img {
    -webkit-transition: ease-out .3s;
    -o-transition: ease-out .3s;
    transition: ease-out .3s;
    padding-left: 8px!important;
}

@media only screen and (min-width: 768px) {
    .limited-offer-wrapper .content .btn a:hover {
        padding-right: 20px!important;
        background: #b41725;
        -webkit-transition: ease-out .3s;
        -o-transition: ease-out .3s;
        transition: ease-out .3s;
    }
    
    .limited-offer-wrapper .content .btn a:hover img {
        padding-left: 18px!important;
        -webkit-transition: ease-out .3s;
        -o-transition: ease-out .3s;
        transition: ease-out .3s;
    }
}

.limited-offer-wrapper .content .bottom {
    /* display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end; */
    white-space: nowrap;
}

.limited-offer-wrapper .content .bottom a {
    color: black;
    /* text-decoration: none; */
    /* border-bottom: 1px solid black; */
    margin: 0;
    -webkit-transition: ease-out .3s;
    -o-transition: ease-out .3s;
    transition: ease-out .3s;
    width: 95px;
    font-size: 16.5px;
}

.limited-offer-wrapper .content .bottom a img  {
    margin-left: 0;
    -webkit-transition: ease-out .3s;
    -o-transition: ease-out .3s;
    transition: ease-out .3s;
}

@media only screen and (min-width: 768px) {
    .limited-offer-wrapper .content .bottom a:hover {
        margin-right: -10px;
        -webkit-transition: ease-out .3s;
        -o-transition: ease-out .3s;
        transition: ease-out .3s;
        /* text-decoration: underline; */
    }

    .limited-offer-wrapper .content .bottom a:hover img {
        margin-left: 10px;
        -webkit-transition: ease-out .3s;
        -o-transition: ease-out .3s;
        transition: ease-out .3s;
    }
}

.limited-offer-wrapper .content .bottom img {
    height: 11px;
}

.limited-offer-wrapper .terms {
    padding-top: 20px;
}

.limited-offer-wrapper .terms a {
    color: black;
}

/*----additional self defined css for call to actions btn ---*/

.cta-btn {
    color: #ff0004; font-size: 1.2em; text-align: center; margin-top: 10px;
    transition: ease-out .3s;
	display:inline-flex;
}

.cta-btn a {
    height: 2.375rem;
    line-height: 2.375rem;
    border: 2px solid #ed1b2e;
    border-radius: 4px;
    background: #ed1b2e;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 5px;
    padding-right: 30px!important;
    padding-left: 20px;
    -webkit-transition: ease-out .3s;
    -o-transition: ease-out .3s;
    transition: ease-out .3s;
}

.cta-btn img {
    -webkit-transition: ease-out .3s;
    -o-transition: ease-out .3s;
    transition: ease-out .3s;
    padding-left: 8px!important;
}

@media only screen and (min-width: 768px) {
    .cta-btn a:hover {
        padding-right: 20px!important;
		border: 2px solid #b41725;
        background: #b41725;
        -webkit-transition: ease-out .3s;
        -o-transition: ease-out .3s;
        transition: ease-out .3s;
    }
    
    .cta-btn a:hover img {
        padding-left: 18px!important;
        -webkit-transition: ease-out .3s;
        -o-transition: ease-out .3s;
        transition: ease-out .3s;
    }
}

/*--for collapse expand---*/

label[for=element-toggle],[for=element-toggle-2],[for=notes-toggle] {
  cursor: pointer;
}
#element-toggle, #element-toggle-2, #notes-toggle {
  display: none;
}
#element-toggle:not(:checked) ~ #toggled-element, #element-toggle-2:not(:checked) ~ #toggled-element-2, #notes-toggle:not(:checked) ~ #toggled-notes{
  display: none;
}


.lbl-toggle::after {
  content: "\f054";
  	font-size:0.9rem;
    font-family: 'font awesome 5 free';
    font-weight: 900;
    margin-left: 10px!important;
    display: inline-block;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: -o-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s,-o-transform .2s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
	vertical-align:top;
    transform: rotate(0deg);
}

.toggle:checked + .lbl-toggle::after {
  transform: rotate(90deg) translateX(-3px);
}

/*--end of collapse expand---*/

/*----end of additional self defined css for call to actions btn ---*/
