* {
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

@font-face {
    font-family: "STSongN";
    src: url("./../../common/font/STSong.eot");
    /* IE9*/
    src: url("./../../common/font/STSong.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("./../../common/font/STSong.woff2") format("woff2"),
        /* chromeÃƒÂ£Ã¢â€šÂ¬Ã‚Âfirefox */
        url("./../../common/font/STSong.woff") format("woff"),
        /* chromeÃƒÂ£Ã¢â€šÂ¬Ã‚Âfirefox */
        url("./../../common/font/STSong.ttf") format("truetype"),
        /* chromeÃƒÂ£Ã¢â€šÂ¬Ã‚ÂfirefoxÃƒÂ£Ã¢â€šÂ¬Ã‚ÂoperaÃƒÂ£Ã¢â€šÂ¬Ã‚ÂSafari, Android, iOS 4.2+*/
        url("./../../common/font/STSong.svg#STSong") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: "Marion";
    src: url("./../../common/font/Marion/Marion.eot");
    /* IE9*/
    src: url("./../../common/font/Marion/Marion.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("./../../common/font/Marion/Marion.woff2") format("woff2"),
        /* chromeÃƒÂ£Ã¢â€šÂ¬Ã‚Âfirefox */
        url("./../../common/font/Marion/Marion.woff") format("woff"),
        /* chromeÃƒÂ£Ã¢â€šÂ¬Ã‚Âfirefox */
        url("./../../common/font/Marion/Marion.ttf") format("truetype"),
        /* chromeÃƒÂ£Ã¢â€šÂ¬Ã‚ÂfirefoxÃƒÂ£Ã¢â€šÂ¬Ã‚ÂoperaÃƒÂ£Ã¢â€šÂ¬Ã‚ÂSafari, Android, iOS 4.2+*/
        url("./../../common/font/Marion/Marion.svg#Marion") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: "GenWanMin-L";
    src: url("./../../common/font/GenWanMin/GenWanMin-L.woff") format("woff"),
        url("./../../common/font/GenWanMin/GenWanMin-L.ttf") format("truetype"),
        url("./../../common/font/GenWanMin/GenWanMin-L.svg#GenWanMin-L") format("svg");
}

@font-face {
    font-family: "GenWanMin-R";
    src: url("./../../common/font/GenWanMin/GenWanMin-R.woff") format("woff"),
        url("./../../common/font/GenWanMin/GenWanMin-R.ttf") format("truetype"),
        url("./../../common/font/GenWanMin/GenWanMin-R.svg#GenWanMin-R") format("svg");
}

a.ytp-videowall-still.ytp-suggestion-set {
    opacity: 0 !important;
    display: none !important;
}

@keyframes come-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

body {
    background: white;
    font-family: "GenWanMin-R";
}

#menuWrapper #sc {
    display: none;
}

.section-inner-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    padding: 0 50px;
    position: relative;
    align-items: center;
    box-sizing: border-box;
}

.steps-wrapper .section-inner-wrapper {
    width: fit-content;
}

.topbanner {
    /* background-image: url(./../../common/images/chanting_new/chanting_bg_01.jpg); */
    background-size: cover;
    text-align: center;
    display: block;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    /* min-height: 300px; */
    /* padding: 0px 50px; */
    /* max-width: 1440px; */
    /* margin: 0 auto; */
    /* background-repeat: no-repeat; */
    /* background-position: left 30%top; */
}

.topbanner .section-inner-wrapper {
    padding: 0;
    /* margin: 20px auto 30px auto; */
    display: block;
    max-width: initial;
}

img.topbannerImg {
    width: 100%;
}

img.topbannerImgM {
    display: none;
}

.topVideoPlayerWrapper {
    /* opacity: 0.5; */
    width: 58%;
    height: auto;
    position: absolute;
    /* overflow: hidden; */
    /* margin-right: 3%; */
    /* -webkit-box-shadow: 10px 10px 12px -1px rgba(102,102,102,1); */
    -moz-box-shadow: 10px 10px 12px -1px rgba(102, 102, 102, 1);
    /* box-shadow: 10px 10px 12px -1px rgba(102,102,102,1); */
    /* margin-left: 50px; */
    /* margin-top: 2%; */
    top: 9.5%;
    left: 3%;
}

#topVideoPlayer {
    width: 100%;
    height: 100%;
    position: relative;
    top: 25px;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.topVideoCover {
    /* background-image: url(./../../common/images/chanting/video_cover-02.png); */
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
    /* top: -2.5%; */
    /* left: -1%; */
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all ease 0.5s;
    background-color: #80808038;
}

.topVideoCover:before {
    content: '';
    width: 80px;
    background-image: url(./../../common/images/chanting_new/btn_play.png);
    position: absolute;
    z-index: 5;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 80px;
    transition: all ease 0.3s;
}

.topVideoPlayerWrapper:hover .topVideoCover:before {
    opacity: 0.6;
}

#topVideoPlayer iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.introwrapper {
    /* flex: 1 1 auto; */
    /* text-align: center; */
    /* margin-top: auto; */
    /* margin-bottom: 50px; */
    position: absolute;
    bottom: 25%;
    right: 7%;
}

.introwrapper .btn-wish {
    margin-right: 0;
    width: 210px;
    max-width: initial;
}

.introwrapper .btn-devotion {
    margin-left: 5%;
}

.introduction img {
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
}

.btn-wish,
.btn-devotion {
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    background-size: contain;
    /* padding: 31px 40px 36px 30px; */
    background-position: center;
    background-repeat: no-repeat;
    /* height: 93px; */
    /* text-align: center; */
    width: auto;
    margin-left: 0;
    font-size: 0;
    width: 45%;
    max-width: 200px;
}

.btn-wish img,
.btn-devotion img {
    width: 100%;
}


.btn-wish {
    margin-bottom: 0px;
    background-image: url(./../../common/images/chanting_new/cta-03.png);
    margin-right: 2%;
}

.devotion-content .btn-devotion {
    /* background-image: url(./../../common/images/chanting/cta-04.png); */
    margin-top: auto;
}


.btn-devotion .en {
    font-size: 17px;
    font-weight: bo;
}

.btn-devotion span {
    font-size: 24px;
    line-height: 100%;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 0;
    visibility: hidden;
}

.introduction {
    /* padding: 100px 0 0; */
    color: #fff;
    /* background-image: url(./../../common/images/chanting/title-02.png); */
    width: 68%;
    position: relative;
    margin-bottom: 20px;
    margin: 0 auto 20px auto;
}

.steps-wrapper {
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    background-color: #FFDFEA;
    padding: 15px 0;
    position: relative;
    box-sizing: border-box;
}

.step-wrapper {
    padding: 15px;
    border-radius: 10px;
    background-color: #FFC7E7;
    color: #fff;
}

.lbl-step-chi {
    /* writing-mode: vertical-rl; */
    /* margin-right: 8px; */
    font-size: 14px;
    display: block;
    width: 100%;
    font-weight: bold;
}

.step-chi {
    display: block;
    /* margin-right: 20px; */
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.step-chi-num {
    /* font-size: 30px; */
    /* font-weight: 900; */
}

.step-title {
    display: block;
    align-items: baseline;
    /* margin-bottom: 27px; */
}

.step-en {
    font-size: 15px;
}

.step-desc {
    /* font-size: 16px; */
    /* padding-left: 20px; */
    position: relative;
    letter-spacing: 1px;
    display: block;
    font-weight: bold;
}


.next-arrow {
    width: 13px;
    height: 22px;
    /* background: pink; */
    margin: 0 40px;
    background-image: url(./../../common/images/chanting_new/icon_next.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.step-wrapper {
    flex: 1 1 auto;
    min-width: 150px;
}

.counter-wrapper {
    background-color: #FF70A3;
    padding: 15px 50px;
    color: #fff;
    font-size: 0;
    text-align: center;
    box-sizing: border-box;
}

.counter-inner-wrapper {
    width: 100%;
    display: inline-block;
    /* padding-left: 120px; */
    box-sizing: border-box;
}

.counter-inner-wrapper .title {
    font-size: 18px;
    font-family: STSongN;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    margin-left: 20px;
}

.count:before {
    content: '';
    width: 65px;
    height: 100%;
    /* background-color: pink; */
    position: absolute;
    left: 20px;
    top: 5px;
    background-image: url(./../../common/images/chanting/chanting-16.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.count-num {
    font-size: 30px;
    /* margin-bottom: 15px; */
    font-family: STSongN;
    padding: 6px 20px;
    background-color: #fff;
    border-radius: 50px;
    min-width: 80px;
    color: #FF70A3;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.count {
    text-align: left;
    width: auto;
    display: inline-block;
    padding-left: 100px;
    box-sizing: border-box;
    position: relative;
}

.counter-inner-wrapper:first-of-type {
    /* border-right: 1px solid #FFF; */
}


.is-sticky.counter-wrapper {
    width: 130px !important;
    right: 0;
    padding: 15px;
    box-sizing: border-box;
    z-index: 10 !important;
    position: fixed;
    top: 200px;
}

.is-sticky.counter-wrapper .counter-inner-wrapper {
    display: block;
    width: 100%;
}

.is-sticky.counter-wrapper .count {
    padding-left: 0;
    padding-top: 60px;
    display: block;
    text-align: center;
}

.is-sticky.counter-wrapper .count:before {
    height: 60px;
}

.is-sticky.counter-wrapper .counter-inner-wrapper:first-of-type {
    border-right: 0;
    border-bottom: 1px solid grey;
    padding-bottom: 30px;
}

.is-sticky.counter-wrapper .counter-inner-wrapper:nth-child(2) {
    padding-top: 30px;
}

.is-sticky.counter-wrapper .count-num {
    margin-top: 10px;
    display: block;
}


.sutra-wrapper {
    background-color: #fff;
    /* padding-top: 50px; */
    text-align: center;
}

.start-chanting,
.start-devotion {
    /* flex: 1 1 auto; */
    text-align: left;
    display: flex;
    /* flex-grow: 1; */
    flex-direction: column;
    justify-content: flex-start;
    /* max-width: 30%; */
    font-size: 16px;
    font-weight: 300;
    width: 30%;
}

#gtm_section-chant_cta-wish {
    margin-top: auto;
}

.select-sutra,
.devotion-media-wrapper {
    /* background-color: #EFEBE0; */
    text-align: center;
    margin-left: 50px;
    flex: 1 1 calc(70% - 50px);
}

.section-title {
    color: #986a50;
    font-size: 30px;
    letter-spacing: 25px;
    text-align: center;
}

.lbl-select {
    color: #986a50;
    position: relative;
    margin-bottom: 50px;
}

.lbl-select span {
    padding: 0 20px;
    background: #efebe0;
    display: inline-block;
    position: relative;
}

.lbl-select:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #986a50;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.btn-border {
    padding: 10px 30px;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10%;
    color: #986a50;
    border: 1px solid #986a50;
    cursor: pointer;
    transition: 500ms ease-out;
    -moz-transition: 500ms ease-out;
    -webkit-transition: 500ms ease-out;
    -o-transition: 500ms ease-out;
    -ms-transition: 500ms ease-out;
    text-align: center;
}

.btn-border:hover {
    background-color: #986a50;
    color: #fff;
    border: 1px solid #986a50;
}

.sutra-list {
    /* margin-bottom: 50px; */
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.sutra-wrapper {
    /* padding: 50px 0; */
    background-color: black;
    text-align: center;
}

.sutra-wrapper .section-title {
    padding-top: 80px;
    margin-bottom: 90px;
}

#wishbetter {
    background-color: #F4ABD8;
    color: #fff;
    display: flex;
    padding: 50px 0;
}

.sutra-list-item {
    width: 25%;
    /* height: 214px; */
    /* background-image: url(./../../common/images/chanting/wish.png); */
    position: relative;
    background-size: 70%;
    background-repeat: no-repeat;
    font-size: 0;
    text-align: left;
    cursor: pointer;
}

.sutra-list-item .lbl-sutra-option {
    display: none;
}

.sutra-list-item img {
    width: calc(100% - 50px);
    display: inline-block;
}

#wishbetter .section-inner-wrapper,
#devotion .section-inner-wrapper {
    /* padding-right: 0; */
    max-width: 1440px;
    flex-direction: column;
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    align-items: start;
}

.wishicon,
.devotionicon {
    width: 100%;
    max-width: 200px;
    display: block;
    flex-shrink: 0;
    /* height: 100px; */
    background-size: contain;
    background-repeat: no-repeat;
}

.wishicon {
    width: auto;
    max-width: initial;
}

.wishicon .wishtitle {
    font-size: 66px;
}

.wishicon img,
.devotionicon img {
    /* background-image: url(./../../common/images/chanting/section-title-02-02.png); */
    width: 100%;
}

.devotionicon {
    /* background-image: url(./../../common/images/chanting/chanting-07.png); */
}

.wish-content,
.devotion-content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    display: flex;
    margin-top: 20px;
    position: relative;
}

#wishbetter .btn-devotion,
.devotion-content .btn-devotion {
    margin-top: 20px;
    /* align-content: space-evenly; */
    /* background-color: #E46BA8; */
    /* background: linear-gradient(90deg, rgba(228,107,168,1) 48%, rgba(252,206,184,1) 100%); */
    /* border: 4px solid #FFF; */
    border-radius: 5px;
    /* padding: 5px 10px; */
    max-width: initial;
    width: auto;
}

#gtm_section-wish_cta-chant img,
#gtm_section-chant_cta-wish img {
    width: 270px;
}

.sutra-list-item:nth-child(-n+4) {
    margin-bottom: 30px;

}

.sutra-list-item {
    opacity: 0.2;
    transform: translateY(60px);
}


.come-in {
    animation: come-in 0.8s ease forwards;
}

/* .sutra-list-item.come-in:nth-of-type(2), .sutra-list-item.come-in:nth-of-type(6) {
   ransition-delay: 1s;
}

.sutra-list-item.come-in:nth-of-type(3), .sutra-list-item.come-in:nth-of-type(7) {
    transition-delay: calc(1s * 2);
}

.sutra-list-itemk.come-in:nth-of-type(4), .sutra-list-item.come-in:nth-of-type(8) {
    transition-delay: calc(1s * 3);
}
 */

.sutra-val {
    bottom: 0;
    right: 0;
    font-size: 12px;
    display: inline-block;
    vertical-align: bottom;
    width: 45px;
    margin-left: 5px;
}

.sutra-val .val {
    font-size: 20px;
    /* text-decoration: underline; */
    letter-spacing: 1px;
    line-height: 1rem;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.sutra-val span {
    font-size: 12px;
    display: inline-block;
}

.dl-sutra {
    padding: 8px 15px;
    /* background-image: url(./../../common/images/chanting/chanting-04.png); */
    text-align: center;
    color: #5b6272;
    cursor: pointer;
    text-decoration: none;
    /* background-size: 100%; */
    /* background-position: top center; */
    /* background-repeat: no-repeat; */
    /* height: 93px; */
    /* line-height: 83px; */
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.5px;
    /* background-origin: border-box; */
    background-color: #fff;
    border-radius: 3px;
    font-size: 20px;
    transition: all ease 0.5s;
}

.lang-switcher-item:hover {
    color: #5b6272;
}

.btn-audio:hover,
#gtm_download_heart-sutra:hover {
    color: #fff;
    background-color: #5b6272;
}

.dl-sutra span {
    letter-spacing: 1px;
}

.stat-remarks {
    position: absolute;
    right: 10px;
    top: -40px;
    color: #fff;
    font-size: 14px;
    width: auto;
    text-align: left;
}

.percentage-sign {
    color: #FF70A3;
    background: #fff;
    display: inline-block;
    padding: 5px 4px 3px;
    vertical-align: middle;
    /* font-size: 15px; */
    border-radius: 3px;
}

.lbl-percentage {
    display: inline-block;
    vertical-align: middle;
    /* width: 32px; */
    margin-right: 4px;
}

#audioElement {
    margin: 0 auto;
    margin-bottom: 20px;
}

.chanting-wrapper {
    padding: 50px 0;
    background-color: #dae2ef;
    border-top: 10px solid #fff;
}

.devotion-content {
    margin-top: 0;
}

.devotionicon {
    margin-bottom: 30px;
}

.wish-intro-chi,
.step-chi {
    font-family: 'GenWanMin-L';
    /* font-weight: bold; */
}

.wish-intro-chi,
.wish-intro-en,
.devotion-intro-chi,
.devotion-intro-en,
.devotion-desc-chi {
    margin-bottom: 20px;
    line-height: 1.8rem;
}

.wish-intro-en,
.devotion-intro-en {
    font-size: 16px;
    font-weight: bold;
}

.wish-intro-chi,
.devotion-intro-chi,
.devotion-desc-chi {
    letter-spacing: 1.5px;
    font-size: 16px;
    font-weight: 400;
}

.devotion-intro-title {
    /* margin-bottom: 15px; */
    font-weight: bold;
    line-height: 1.8rem;
}

.lbl-help {
    /* background-image: url(./../../common/images/chanting/chanting-03.png); */
    width: 100%;
    max-width: 317px;
    background-size: cover;
    background-repeat: no-repeat;
    /* text-indent: -9999px; */
    background-position: top left;
    font-size: 0;
}

.lbl-help img {
    width: 100%;
    max-width: 370px;
}

.lbl-help img.help_m {
    display: none;
}


section.complete {
    background-color: #FFDFEA;
    padding: 50px 0 40px 0;
    text-align: center;
    border-top: 10px solid #fff;
}

.btn-complete {
    display: inline-block;
    cursor: pointer;
    /* background-image: url(./../../common/images/chanting/chanting-04.png); */
    /* height: 50px; */
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    background-size: contain;
    padding: 31px 40px 36px 30px;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 93px; */
    text-align: center;
    width: auto;
    margin-left: 0;
    font-size: 24px;
    font-weight: bold;
    background-color: #e46ba8;
    background: linear-gradient(90deg, rgba(228, 107, 168, 1) 48%, rgba(252, 206, 184, 1) 100%);
    border: 4px solid #fff;
    border-radius: 5px;
    padding: 10px 70px;
}

.sutra-content-wrapper {
    position: relative;
    width: 40%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}

.sutra-cat-wrapper .sutra-item {
    width: calc((100% - 8px) / 2);
    height: auto;
    position: relative;
    cursor: pointer;
    transition: all ease 0.3s;
}

.sutra-cat-wrapper .sutra-item:not(:nth-last-child(-n+2)) {
    margin-bottom: 8px;
}

.video-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.video-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all ease 0.5s;
    opacity: 1;
    z-index: 1;
}

.video-lang:before {
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    transition: all ease 0.3s;
}

span {
    position: relative;
    /* font-size: 20px; */
    letter-spacing: 3px;
    /* font-weight: bold; */
    font-size: 1 . rem;
}

.sutra-item:hover .video-lang {
    opacity: 0;
}

.sutra-cat-wrapper {
    position: relative;
    text-align: center;
    /* background-color: purple; */
    /* border-radius: 10px; */
    color: #fff;
    text-align: left;
    padding: 0px 20px 20px 20px;
    background-image: url(./../../common/images/chanting/media_bg-05.png);
    background-size: contain;
    background-repeat: repeat-y;
    background-position: -0.5px 0px;
}

.sutra-item {
    display: inline-block;
    vertical-align: middle;
}

.kids.sutra-item {
    display: block;
    /* margin: 30px auto 0 auto; */
}

.page-share-wrapper {
    background: #FFDFEA;
    padding: 70px 0;
    text-align: center;
    color: #FF70A3;
    /* background: rgb(184,164,188); */
    /* background: linear-gradient(0deg, rgba(184,164,188,1) 0%, rgba(154,176,196,1) 34%, rgba(154,176,196,1) 85%, rgba(184,164,188,1) 100%); */
    background-image: url(./../../common/images/chanting_new/share_bg-02.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: top;
}

.lbl-share {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 3px;
    /* font-weight: bold; */
    padding-left: 40px;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.25rem;
    /* transition: all ease 0.5s; */
}

.chanting-ig {
    text-decoration: none;
}

.lbl-share.ig-share {
    background-image: url(./../../common/images/chanting/share_icon-11.png);
    background-size: 30px 30px;
    background-position: top left;
    background-repeat: no-repeat;
    color: #FF70A3;
    display: block;
}


.lbl-share.dl-share {
    background-image: url(./../../common/images/chanting/downloadButton-01.png);
    background-size: 30px 30px;
    background-position: top left;
    background-repeat: no-repeat;
    min-height: 30px;
}


.dl-share-txt {
    color: #FF70A3;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.share-list > div {
    min-height: 30px;
}

.share-list {
    cursor: pointer;
}

.share-list:not(:last-of-type) {
    margin-bottom: 20px;
}

.lbl-share.fb-share {
    background-image: url(./../../common/images/chanting/share_icon-02.png);
    background-size: 30px 30px;
    background-position: top left;
    background-repeat: no-repeat;
}

.lbl-share-link {
    background-image: url(./../../common/images/chanting/share_icon-10.png);
    background-size: 30px 30px;
    background-position: top left;
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 40px;
    font-size: 14px;
}

input#share-link-text {
    position: absolute;
    opacity: 0;
}

.lb-sutra-wrapper {
    padding: 60px 40px 40px 40px;
    background-color: #FDE0EB;
    /* display: flex !important; */
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
    height: 100%;
    box-sizing: border-box;
}

.lb-sutra-content {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
}

.lb-sutra-content.preview .preview-wrapper {
    width: 100%;
    display: flex !important;
    flex-direction: row;
}

.lb-sutra-content.preview #previewImg {
    display: block;
}

.lb-sutra-content.preview .wishpreviewimg {
    width: 100%;
}

.canvas-wrapper {
    /* width: 55%; */
}

.lb-sutra-content.preview .wish_text {
    background-color: #fff;
    color: #414042;
    padding: 10px 15px;
    font-size: 11px;
    text-align: left;
    font-weight: bold;
}

.lb-sutra-content.preview .wish_text p:not(:last-of-type) {
    margin-bottom: 5px;
}

.lb-sutra-content.preview .wish_text p:first-of-type {
    margin-bottom: 10px;
}

.lb-sutra-content.preview .dl-share-txt {
    display: inline-block;
    flex: 1 1 auto;
    display: flex;
}

.custom-content-wrapper {
    font-size: 16px;
    text-align: left;
    color: #FF70A3;
    position: relative;
    /* min-height: 100%; */
    height: 100%;
}

.custom-content-wrapper .name-input {
    position: relative;
    width: 100%;
    /* background-color: transparent; */
    border: none;
    /* border-bottom: 1px solid #FF70A3; */
    /* height: 28px; */
    margin-bottom: 3px;
    color: #FF70A3;
    font-size: 16px;
    line-height: 1.3rem;
    padding: 5px;
    height: auto;
    letter-spacing: 1px;
    margin-top: 10px;
    box-sizing: border-box;
}

.custom-content-wrapper .custom-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

#custom-wish {
    width: 100%;
    height: auto;
    resize: none;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    box-sizing: border-box;
}

.instructions {
    font-size: 14px;
    line-height: 1.25rem;
    margin-bottom: 20px;
    margin-top: 10px;
}

.instructions .intro {
    /* margin-bottom: 5px; */
}

.example-list {
    padding-left: 10px;
    position: relative;
}

.example-list .example:before {
    content: '-';
    position: absolute;
    left: 0;
}

.fancybox-outer {
    background: transprent;
    /* padding: 60px 20px 20px 20px; */
    text-align: center;
    color: #986a50;
    box-sizing: border-box;
}

.fancybox-skin {
    background: transparent;
    box-shadow: none;
}

.fancybox-opened .fancybox-skin {
    box-shadow: none;
}

.fancybox-close {
    background-image: url(./../../common/images/chanting_new/fancyclose.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-position: 0 0;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    background-size: cover;
}


.custom-title.active {
    display: block;
}

.lb-title {
    font-size: 25px;
    margin-bottom: 40px;
    font-weight: 400;
    letter-spacing: 2px;
    display: none;
}

.preview-wrapper {
    display: none;
    width: 85%;
}

#previewImg {
    width: 100%;
    display: none;
}

.sutra-img-wrapper {
    width: 55%;
    position: relative;
    /* margin-bottom: 10px; */
    text-align: left;
}

img.sutra-img {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
}

.name-wrapper {
    /* position: absolute; */
    bottom: 25%;
    /* margin-left: 63%; */
    /* right: 0; */
    /* margin: 0 auto; */
    color: #FF70A3;
    /* width: 35%; */
    text-align: left;
    margin-top: auto;
    margin-bottom: 30px;
}

.txtto {
    /* left: 110px; */
    position: relative;
    display: block;
    /* width: auto; */
    display: inline-block;
    margin-bottom: 10px;
}

.name-input {
    position: absolute;
    width: 15px;
    height: 15px;
    font-family: "GenWanMin-R";
}

#lname1 {
    /* top: 12px; */
    /* left: 20px; */
    /* width: 50%; */
    /* left: 0; */
    /* right: 0; */
    /* margin: 0 auto; */
    background-color: transparent;
    border: none;
    color: #FF70A3;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #FF70A3;
    padding-bottom: 6px;
    /* text-align: center; */
    width: calc(100% - 3px);
    position: relative;
    display: block;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FF70A3;
    opacity: 0.5;
    /* Firefox */
    font-weight: 400
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FF70A3;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #FF70A3;
}

#lname1.empty {
    background-color: white;
}

#lname1.empty::-webkit-input-placeholder {
    color: red;
}

#lname1.empty::placeholder {
    color: red;
}

#lname1.empty:-ms-input-placeholder {
    color: red;
}

#lname1.empty::-ms-input-placeholder {
    color: red;
}

.btn-preview {
    display: inline-block;
    /* width: auto; */
    /* padding: 28px 44px 27px 28px; */
    /* background-image: url(./../../common/images/chanting/chanting-04.png); */
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    /* background-size: 100%; */
    /* background-position: top center; */
    /* background-repeat: no-repeat; */
    /* height: 93px; */
    /* line-height: 83px; */
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.5px;
    background-origin: border-box;
    /* width: 100%; */
    /* height: 70px; */
    /* line-height: 65px; */
    /* margin-bottom: 50px; */
    /* position: absolute; */
    /* margin-left: 63%; */
    bottom: 9%;
    background-color: #e46ba8;
    background: linear-gradient(90deg, rgba(228, 107, 168, 1) 48%, rgba(252, 206, 184, 1) 100%);
    border: 4px solid #fff;
    border-radius: 5px;
    padding: 10px 20px;
    max-width: initial;
    /* width: 35%; */
    box-sizing: border-box;
}

.custom-content-wrapper + .btn-preview {
    margin-top: 0;
}

.sutra-custom-content-wrapper {
    display: none;
}

.dl-share-wrapper {
    margin-top: 0;
    margin-left: 30px;
    margin-bottom: 30px;
}

#gtm_lightbox_cta-wish {

    width: 200px;
}

.btn-dl {
    display: inline-block;
    width: 100%;
    /* margin-right: 15px; */
    text-decoration: none;
    color: #FF70A3;
    position: relative;
    /* transition: all ease 0.5s; */
}

.share-coming {
    font-size: 14px;
    /* padding: 10px; */
    color: #FFF;
    width: auto;
    display: none;
    /* transition: all ease 0.5s; */
}


#gtm_lightbox_cta-ig:hover .share-coming {
    display: inline-block;
    width: 100%;
    /* height: 100%; */
    top: 0;
    left: 0;
    position: absolute;
    text-align: left;
    padding-left: 40px;
}

#gtm_lightbox_cta-ig:hover .lbl-share {
    /*color: #5b6272;*/
}

.btn-share {
    display: inline-block;
    width: 100%;
}

iframe#ytplayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.5s;
}

.lb-chanting-wrapper {
    /* padding: 50px 50px 30px 50px; */
}

.lb-chanting-content.video {
    padding-bottom: 56.25%;
    position: relative;
    padding-bottom: 50.25%;
    /* 16:9 */
    height: 0;
    /* max-width: 976px; */
    margin: 0 auto;
    margin-top: 60px;
}

.chanting-title {
    font-size: 36px;
}

.lang-switcher-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lang-switcher-item {
    display: inline-block;
    vertical-align: middle;
}

.lang-switcher-item {
    border-right: 1px solid #fff;
    padding: 0 30px;
    opacity: 1;
    cursor: pointer;
    color: #fff;
    transition: color ease 0.5s;
}

.lang-switcher-item.active,
.lang-switcher-item:hover {
    opacity: 1;
    color: #5b6272;
}

.lang-switcher-item:last-of-type {
    /* padding-right: 0; */
    border-right: 0;
}

.lbl-video {
    margin-bottom: 20px;
    font-size: 21px;
}


.btn-audio {
    padding: 9px;
    background-color: #fff;
    border-radius: 5px;
    color: #5b6272;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    /* background-image: url(./../../common/images/chanting/audio_btn_bg.png); */
    background-position: top right;
    /* height: 193px; */
    /* background-size: 100%; */
    /* height: 28px; */
    background-repeat: no-repeat;
    font-size: 20px;
    cursor: pointer;
    transition: all ease 0.5s;
}

.audio-container {
    display: none;
}

#audioWrapper {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.lang-switcher-list.audio {
    width: 80%;
    max-width: 400px;
    margin: 30px auto 20px;
    display: block;
}

.media-wrapper {
    margin-bottom: 2px;
    position: relative;
}

.media-wrapper img.header-img {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
}

.media-wrapper img.bottom-img {
    position: absolute;
    width: calc(100% + 1px);
    left: -1px;
    bottom: 0;
}

.dl-wrapper {
    /* background-color: orange; */
    /* padding: 15px 20px; */
    position: relative;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
    align-items: center;
    /* background-image: url(./../../common/images/chanting/chanting-22.png); */
    background-size: cover;
    background-origin: border-box;
    background-position: left top;
    width: 100%;
    margin-left: 0;
}

.lbl-dl {
    position: relative;
    /* padding: 20px 20px 20px 40px; */
    display: inline-block;
    /* flex-direction: row; */
    /* justify-content: space-between; */
    /* width: 100%; */
    /* align-items: center; */
    /* height: 66px; */
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    font-weight: bold;
    margin-right: auto;
}

.dl-wrapper .header-img {
    width: 100%;
}

.dl-wrapper img.bottom-img {
    width: 100%;
    left: 0;
}

.dl-content {
    width: 100%;
    background-image: url(./../../common/images/chanting/dl_bg-08.png);
    background-size: contain;
    background-repeat: repeat-y;
    display: flex;
    align-content: space-between;
    padding: 10px 20px;
    box-sizing: border-box;
    align-items: center;
}

.lbl-share-1 {
    margin-bottom: 70px;
    font-size: 20px;
    /*    font-weight: bold;*/
    /*    line-height: 1.5em;*/
}

.lbl-share-1 span {
    display: block;
    font-size: 56px;
}

.page-share-wrapper .lbl-share {
    font-size: 20px;
    text-align: center;
    display: inline-block;
    padding: 0;
    margin-bottom: 15px;
}

.lbl-dl {
    /* margin-right: auto; */
    /* color: #FFF; */
    /* font-size: 20px; */
}

span.at-label {
    display: none;
}

span.at-icon-wrapper {
    /* border-radius: 50%; */
    /* border: 1px solid; */
    width: 35px !important;
    height: 35px !important;
}

.at-icon-wrapper.at-share-btn {
    border-radius: 50% !important;
    border: 1px solid #fff;
    padding: 0;
    border-color: transparent;
    margin: 0 40px !important;
    /*    filter: grayscale(1);*/
    /* filter: brightness(0) invert(1); */
    background-color: #fff !important;
}

.at-icon {
    /*    fill: #b3bbc6 !important;*/
    width: 35px !important;
    height: 35px !important;
}

.at-resp-share-element .at-share-btn:focus,
.at-resp-share-element .at-share-btn:hover {
    transform: none !important;
}

.finish-txt {
    font-size: 14px;
    margin-top: auto;
    position: relative;
    display: block;
    margin-left: 70px;
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.25rem;
}

.dl-share-txt .btn-devotion {
    /* background-color: #E46BA8; */
    /* background: linear-gradient(90deg, rgba(228,107,168,1) 48%, rgba(252,206,184,1) 100%); */
    /* border: 4px solid #FFF; */
    /* border-radius: 5px; */
    /* padding: 10px 10px; */
    max-width: initial;
    width: auto;
    margin-left: 70px;
    font-size: 0;
}

.dl-share-txt .btn-devotion span {
    font-size: 14px;
}


.lb-subscribe-content img {
    width: 100%;
    margin-bottom: 30px;
}

.lb-subscribe-wrapper {
    background-color: #FDE0EB;
    height: 100%;
    overflow-y: scroll;
}


.lb-subscribe-content {
    padding: 50px 50px;
    box-sizing: border-box;
}

.subscribe-content-wrapper {
    font-size: 16px;
    color: #FF70A3;
    width: 100%;
    text-align: left;
    line-height: 1.25em;
}

.subscribe-content-wrapper .tc {
    margin-bottom: 5px;
}

.subscribe-txt {
    margin-bottom: 30px;
}

#subscribe-email {
    background-color: transparent;
    border: 1px solid #fff;
    width: calc(100% - 180px);
    color: #333;
    height: 38px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    box-sizing: border-box;
}

.subscribe-box {
    /* margin-bottom: 40px; */
    display: inline-block;
    width: 100%;
    vertical-align: baseline;
}

.subscribe-box .en {
    margin-bottom: 10px;
}

.subscribe-policy-tc,
.subscribe-policy-en {
    letter-spacing: 0;
    cursor: pointer;
    text-decoration: underline;
}

.finish-subscribe {
    display: none;
    font-size: 16px;
    color: #FF70A3;
}

#subscribe-form .btn-subscribe {
    display: inline-block;
    background-color: #e46ba8;
    background: linear-gradient(90deg, rgba(228, 107, 168, 1) 48%, rgba(252, 206, 184, 1) 100%);
    border: 4px solid #fff;
    border-radius: 5px;
    padding: 10px 0px !important;
    cursor: pointer;
    color: #fff !important;
    font-size: 16px;
    line-height: 1rem;
    width: 159px;
    text-align: center;
    vertical-align: baseline;
}

.chanting-footer {
    margin-top: 80px;
}

.chanting-footer #f2 {
    margin-top: 10px;
}

@media screen and (max-width: 1330px) {
    .introduction {
        width: 64%;
    }

    .topVideoPlayerWrapper {

        /* width: 90%; */

        /* margin-right: 2%; */

        top: 12%;

    }

    .introwrapper {
        bottom: 20%;
    }

    .introwrapper .btn-wish,
    .introwrapper .btn-devotion {
        /* max-width: 160px; */
        /* width: 33%; */
        width: 190px;
        margin-right: 0;
    }
}

@media screen and (max-width: 1023px) {
    .topbanner {
        padding: 0;
        background: url(./../../common/images/chanting_new/chanting_bg_01_m1.jpg);
        background-size: cover;
        background-position: center;
    }

    .topbanner .section-inner-wrapper {
        flex-direction: column;
        margin: 0;
        /* padding: 50px 0; */
    }

    .topVideoPlayerWrapper {
        /* margin-right: 0; */
        /* margin-bottom: 50px; */
        /* width: 90%; */
    }

    .topVideoCover:before {
        width: 50px;
        height: 50px;
    }

    .introwrapper {
        /* flex: 1 1 100%; */
        /* display: flex; */
        /* flex-direction: row; */
        bottom: 14%;
    }

    .btn-wish,
    .btn-devotion {
        display: inline-block;
        width: 270px;
    }

    .introduction {
        max-width: 470px;
        margin: 0 auto 0 0;
        width: 57%;
    }

    .next-arrow {
        margin: 0 30px;
    }

    #wishbetter,
    .chanting-wrapper {
        padding: 80px 0;
    }

    .wish-content,
    .devotion-content {
        flex-direction: column;
    }

    .start-chanting,
    .start-devotion {
        justify-content: flex-start;
        margin-bottom: 60px;
        width: 100%;
    }

    .select-sutra {
        margin-left: 0;
        width: calc(100% - 30px);
        position: relative;
        margin: 0 auto;
    }

    .devotion-media-wrapper {
        width: 100%;
        margin-left: 0;
    }

    .top-btn-wrapper .btn-wish {
        display: block;
        width: 200px;
        /* margin: 0 0 20px; */
    }

    .top-btn-wrapper .btn-devotion {
        display: block;
        width: 162px;
        margin: 0;
    }

    .top-btn-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .lbl-help img.help_d {
        display: none;
    }

    .lbl-help img.help_m {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .counter-wrapper {
        padding: 60px 20px 10px;
    }

    .count {
        padding-left: 50px;
    }

    .count:before {
        width: 40px;
        left: 0;
        top: 2px;
    }

    .counter-inner-wrapper .title {
        line-height: 1rem;
    }

    .count-num {
        font-size: 18px;
        width: auto;
        padding: 6px 10px;
    }



    .topbanner .section-inner-wrapper {
        /* padding-top: 0; */
        /* padding-bottom: 0; */
    }

    img.topbannerImg {
        display: none;
    }

    img.topbannerImgM {
        width: 100%;
        display: block;
    }

    .topVideoPlayerWrapper {
        margin-bottom: 30px;
        margin-right: 0;
        overflow: visible;
        box-sizing: border-box;
        width: 95%;
        top: 9%;
    }

    #topVideoPlayer {
        top: 0;
    }

    .topVideoCover:before {
        width: 40px;
        height: 40px;
    }

    .introwrapper .btn-wish,
    .introwrapper .btn-devotion {
        /* width: 40%; */
        width: 90%;
        margin: 0 auto;
    }

    .introwrapper {

        right: 3%;

        bottom: 2%;

    }

    .introwrapper .btn-wish {
        margin-bottom: 0;
        width: 170px;
    }

    .section-inner-wrapper {
        padding: 0 20px;
    }

    .steps-wrapper {
        padding: 30px 0;
    }

    .steps-wrapper .section-inner-wrapper {
        flex-direction: column;
    }

    .step-wrapper {
        margin-right: 0;
    }

    .next-arrow {
        transform-origin: center;
        transform: rotate(90deg);
        margin: 15px 0;
    }

    .lbl-help {
        /* margin-bottom: 20px; */
    }

    .wishicon .wishtitle {
        font-size: 50px;
    }

    #wishbetter .btn-devotion,
    .devotion-content .btn-devotion {
        display: block;
        /* margin: 0 auto; */
        margin-bottom: 20px box-sizing: border-box;
        /* margin-top: 30px; */
        /* margin-bottom: 0; */
        margin: 30px auto 0 auto;
    }

    #wishbetter .btn-devotion span,
    .devotion-content .btn-devotion span {
        /* font-size: 18px; */
        /* display: block; */
        display: none;
    }

    .sutra-list-item {
        width: 33%;
    }

    .wishicon,
    .devotionicon {
        /* width: 50%; */
    }

    .at-resp-share-element .at-share-btn {
        margin: 0 15px !important;
    }

    .lb-sutra-content {
        flex-direction: column;
        display: block !important;
        /* height: 100%; */
    }

    .sutra-img-wrapper {
        width: 100%;
        margin-bottom: 30px
    }

    .sutra-content-wrapper {
        width: 100%;

    }

    .dl-share-wrapper,
    .finish-txt,
    .dl-share-txt .btn-devotion {
        margin-left: 0;
    }

    .lb-subscribe-content {
        padding: 2px;
    }

    #subscribe-email {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    #subscribe-form .btn-subscribe {
        margin: 0 auto !important;
        display: block;
    }

    .subscribe-content-wrapper {
        padding: 0 20px 30px 20px;
        box-sizing: border-box;
    }

    .select-sutra {
        width: 100%;
    }

    .btn-audio,
    .lbl-dl,
    .dl-sutra,
    .btn-complete {
        font-size: 18px;
    }

    .dl-sutra {
        font-size: 16px;
    }

    .btn-audio span,
    .lbl-dl span,
    .dl-sutra span {
        display: block;
        line-height: 1.25em;
        font-size: 16px;
    }

    .lbl-dl span {
        display: block;
        line-height: 1.25em;
        font-size: 18px;
    }

    .btn-complete {
        width: auto;
        padding: 10px 20px;
    }

    .page-share-wrapper {
        padding: 50px 10px;
        background-size: cover;
        background-position: center;
    }

    .chanting-footer {
        margin-top: 50px;
        width: 100%;
    }

    .chanting-footer p,
    .chanting-footer ul#f2 > li {
        font-size: 14px;
    }

    .chanting-footer #f2 {
        margin-top: 20px;
    }

    .chanting-footer ul#f2 > li {
        margin-bottom: 5px;
    }

    .lang-switcher-item {
        padding: 0px 11px;
    }

    .instructions .intro,
    .example-list .example {
        font-size: 14px;
    }

    .lb-sutra-content.preview .preview-wrapper {
        flex-direction: column;
        display: block !important;
    }

    .canvas-wrapper {
        margin: 0 auto 30px auto;
        width: 100%;
    }

    .lb-sutra-content.preview .dl-share-txt {
        display: block;
    }

    #gtm_lightbox_cta-wish {
        max-width: 270px;
        display: block;
        /* height: auto; */
        width: 200px;
        margin-bottom: 30px;
    }

    #gtm_lightbox_cta-wish span {
        display: none;
    }

    .lang-switcher-list.audio {
        margin: 30px auto 20px auto;
        width: 100%;
    }

    #audioElement {
        width: 100% !important;
        max-width: 340px;
    }

    .lbl-share-1 span {
        width: 200px;
        margin: 0 auto;
        line-height: 1.25em;
        font-size: 35px;
    }
}

@media screen and (max-width: 640px) {
    .dl-content {
        flex-direction: column;
    }

    .lbl-dl {
        margin-bottom: 20px;
        display: block;
        width: 100%;
    }

    .dl-sutra {
        display: block;
        width: calc(100% - 30px);
    }

    .sutra-cat-wrapper .sutra-item {
        width: 100%;
    }

    .sutra-cat-wrapper .sutra-item {
        margin-bottom: 10px;
    }

    .at-share-btn-elements {
        /* width: 250px; */
        margin: 0 auto;
    }


    .at-resp-share-element .at-share-btn {
        margin: 10px 10px !important;
    }

    .chanting-footer ul#f2 > li {
        width: 48%;
        margin-right: 0;
        display: inline-block;
        margin-bottom: 10px;
    }

    .chanting-footer ul#f2 > li:nth-child(2),
    .chanting-footer ul#f2 > li:nth-child(4) {
        margin-right: 0;
    }

    span.at-icon-wrapper {
        width: 28px !important;
        height: 28px !important;
    }

    .at-icon {
        width: 28px !important;
        height: 28px !important;
    }


    .introwrapper .btn-wish {
        width: 120px;
    }
}

@media screen and (max-width: 500px) {

    .sutra-list-item {
        width: 50%;
        margin-bottom: 30px
    }

    .stat-remarks {
        bottom: 30px;
    }

}
