@charset "utf-8";

/* CSS Document */

:root {
    --main-color: #FF9662;
    --sub-color: #333;
    --header-color: #FF9662;
    --highlight-color: #FF9662;
    --subheader-color: #333;
    --text-color: #333;
    --remark-color: #333;
}


/****** Start Global Setting  ******/

body {
    margin: 0 auto;
    font: 13px 'Noto Sans TC', "Microsoft JhengHei", "微軟正黑體", 微軟正黑體, "Apple LiGothic Medium", "蘋果儷中黑", 蘋果儷中黑, Arial, Helvetica, sans-serif;
    background: #FFF;
}

body.nofullwidth {
    margin: 0 auto;
    font: 13px 'Noto Sans TC', "Microsoft JhengHei", "微軟正黑體", 微軟正黑體, "Apple LiGothic Medium", "蘋果儷中黑", 蘋果儷中黑, Arial, Helvetica, sans-serif;
    background: #FFF;
    max-width: 2560px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.clearfix {
    display: inline-block
}

a {
    color: #8b7348;
    text-decoration: none;
    transition: all .3s;
}

a:hover,
.formDiv a:focus {
    color: var(--text-color, #666);
    text-decoration: underline;
    transition: all .3s;
}

a:active,
a:hover,
a:focus {
    outline: 0;
}

button,
button:hover,
button:focus {
    transition: all .3s;
    outline: 0;
}

button.btn-terms {
    color: #8b7348;
    text-decoration: underline;
    margin-top: 10px;
}

button.btn-terms:hover {
    color: var(--text-color, #666);
    text-decoration: underline;
}

input {
    box-shadow: none
}

textarea {
    resize: none;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

img.fullwidth {
    width: 100%;
    height: auto
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:400}

/****** Desktop large Screen ******/

.site-main {
    width: 100%;
    position: relative;
    background: url("../img/bg_kv.jpg") no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
}

.main-intro .container {
    z-index: 1
}

.btn-tnc {
    color: #EF008C;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    letter-spacing: 4.5px;
    text-decoration-line: underline;
    cursor: pointer;
}


/* kv content */
header {
    padding: 25px 0;
    background: url(../img/kv-border.svg) no-repeat left bottom -4px /100%;
    background-color: #fff;
    max-width: 1440px;
    width: 100%;
    margin:0 auto;
}

.kv_logo img {
    max-width: 250px;
}

.kv {
    max-width: 1440px;
    width: 100%;
    background: #DDD6CB;
    margin: 0 auto;
}

.kv_title {
    margin: 70px auto 30px;
    width: 100%;
    max-width: 940px;
}

.kv_title img {
    max-width: 654px;
    margin: 0 auto;
    display: block
}

.kv_title_mobile {
    width: 100%;
    display: none;
}

.supportDiv {display:inline-block;vertical-align: top; text-align: right;}
.supportDiv p {
    color: rgba(45, 55, 55, 0.50);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 3.2px;
    /*display: inline-block;
    margin-right: 30px;
    flex-shrink: 0;*/
    margin-right:25px;
    display: inline-block;
}
.supportDiv p:after{
    content:"";
    background:url('../img/line-grey-brush.svg') no-repeat center/100%;
    height: 3px;
    display: block;
    max-width: 40px;
    width: 100%;
    margin: 8px auto 0;
}
.supportholder {
/*    display: inline; */
    width: calc(100% - 210px);
    margin-left: auto;
    display: inline-block;
    vertical-align: top;
}
.supportholder img {
    margin-right:26px;
    max-height:43px;
    height: 100%;
    margin-bottom:12px;
}

/*.supportholder img:nth-child(4n) {
    margin-right:0px;
}*/


/* intro content */

.intro_text {
    margin: 50px auto;
    color: #2D3737;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 31.5px */
    letter-spacing: 2.7px;
    /*max-width: 1024px;
    width: 100%;*/
}

.theme-intro img {
    max-width: 633px;
}


/* Main Content */


/* intro content */

.main-intro {
    width: 100%;
}
.donate-cta {
    display: block;
}
.donate-cta img {
    max-width: 326px;
    margin: 0 auto 20px;
    cursor: pointer;
}

img.separate {
    margin: 40px auto 60px;
    max-width: 455px;
    width: 100%;
}


/* tab nav */

.main-intro .tab_row {
    margin-top: 20px;
    margin-bottom: 100px;
}

.tab-wrap {
    background-color: #fff;
    border-bottom: 4px solid #EF008C;
}
.nav-tabs {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto -4px;
}


.nav-tabs.nav-justified>li:not(:last-child) {
    margin-right: 20px;
}

.nav-tabs.nav-justified>li>a {
    padding: 20px;
    border-radius: 10px 10px 0 0;
    border: none;
    height: 82px;
    color: #EF008C;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 7.5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: .5;
    border: 3px solid rgba(239, 0, 140, 0.4);
    background: transparent;
    border-bottom: 0;
}

#girl-tab {
    color: #EF008C !important;
    border: 3px solid rgba(239, 0, 140, 0.4);
    background: transparent;
    border-bottom: 0;
}   

#kids-tab {
    color: #0ABEEC !important;
    border: 3px solid rgba(88, 202, 231, 0.4);
    background: transparent;
    border-bottom: 0;
}   

.nav-tabs.nav-justified>li>a.active,
.nav-tabs.nav-justified>li>a.active:focus{
    font-size: 32px;
    font-weight: 600;
    border: none;
    color: #EF008C;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    border: 0;
}

.nav-tabs.nav-justified>li>a:hover,
.nav-tabs.nav-justified>li>a.active:hover  {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.nav-item.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}


.nav-tabs.nav-justified>li>a#girl-tab.active{
    box-shadow: 4px -4px 0px 0px rgba(239, 0, 140, 1);
    background: #FDE5F3;
    border:none;
}

.nav-tabs.nav-justified>li>a#kids-tab.active{
   box-shadow: 4px -4px 0px 0px rgba(88, 202, 231, 1);
   background: #E9F8FC;
   border:none;
}

#girl-tab span, 
#kids-tab span {
    /*
    background: url("../img/line-pink-brush.svg") no-repeat top center/100% auto;
    height: 5px;
    display: block;
    max-width: 330px;
    width: 100%;
    margin: 4px auto 0;
    opacity: 0;*/
    background: url("../img/icon-pink-circle.svg") no-repeat top center/100% auto;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 14px;
    opacity: 0;
    display:none ;
    vertical-align: -4px;

}


#girl-tab.active span, #kids-tab.active span  {
    opacity: 1;
    display: inline-block;
}


#kids-tab span {
    background: url("../img/icon-blue-circle.svg") no-repeat top center/100% auto;
    width: 30px;
    height: 30px;
}

#kids-tab.active span {
    opacity: 1;
}

.nav-tabs.nav-justified>li>a br {
    display: none
}



/* tab content */

.tab-content {
    background: #fff;
    max-width: 1440px;
    width: 100%;
    margin: 1px auto 0;
}

.tab-pane {
    padding: 55px 0 10px;
}

.tab-content .lead-in {
    color: #2D3737;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 31.5px */
    letter-spacing: 2.7px;
    font-family: 'Noto Sans TC', sans-serif;
    margin-bottom: 30px;
}


h2.artile-section, h2.ambassador-section {
    margin:50px auto 40px;
    color: #EF008C;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 34.5px */
    letter-spacing: 5.75px;
}

#girl-content h2.artile-section {
    margin-top: 65px;
}

/* article */



.article-wrapper, .video-wrapper {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
    transition: all .6s;
    border-radius: 10px;
}

.article-wrapper:hover {
    transition: all 0.6s;
}

.tab-pane a:hover {
    text-decoration: none;
}

.article-wrapper .thumbnail-img {
    height: 230px;
    background-size: cover;
    background-position: center center;
    transition: all 1s;
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0 0
}

.article-wrapper .thumbnail-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    transition: inherit;
}

.article-wrapper:hover .thumbnail-img::before {
    transform: scale(1.1);
}

.article-wrapper .article-info {
    padding: 23px 30px 30px;
    font-family: 'Roboto Condensed', 'Noto Sans TC', sans-serif;
}

.article-wrapper .title {
    color: #2D3737;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 33px */
    letter-spacing: 3.3px;
    min-height: 70px;
    margin-bottom: 20px;
    font-family: 'Noto Sans TC', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.article-wrapper .txt {
    color: #2D3737;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 31.5px */
    letter-spacing: 1.8px;
    margin-bottom: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.article-wrapper .read-more {
    color: #EF008C;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 27px */
    letter-spacing: 3.6px;
}

.article-wrapper .read-more:after {
    content: '\f054';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #EF008C;
    padding-left: 10px;
    vertical-align: 2px;
}


/* ambassador-section */


.quote-wrapper {
    background: #fff;
    border-radius: 10px;
    box-shadow: 7px 7px 0px 0px rgba(88, 202, 231, 1);
    display: flex;
    overflow: hidden;
/*    min-height: 395px;*/
    height: 100%;
}

.quote-wrapper .thumbnail-img {
    width: 50%;
    background-size: cover;
}

.quote-wrapper .lisa {
    background-position: left -22px top;
}

.quote-wrapper .quote-text {
    padding: 35px 37px 40px;
    width: 50%;
}

.quote-wrapper p {
    font-family: 'Noto Sans TC', sans-serif;
    margin-top: 30px;
    color: #58CAE7;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 34.5px */
    letter-spacing: 0.15em;
    min-height: 152px;
}


.quote-wrapper p img {
    max-width: 250px;
}

.quote-wrapper hr {
    max-width: 35px;
    width: 100%;
    background: #58CAE7;
    height: 2px;
    margin: 20px 0
}

.quote-wrapper .name,
.quote-wrapper .role {
    font-family: 'Roboto Condensed', 'Noto Sans TC', sans-serif;
    color: #2D3737;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
    /* 31.5px */
    letter-spacing: 2.7px;
}

.quote-wrapper .role {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 2.25px;
}


/* donation */

.donation {
    border-radius: 10px;
    background: #FFF;
    margin: 15px auto 50px;
    padding: 50px 45px 60px;
    border: 2px solid transparent
}

.donation h2 {
    color: #EF008C;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 45px */
    letter-spacing: 9px;
    margin-bottom: 54px;
}

.donation h2:after {
    content:"";
    background: url('../img/line-pink-brush.svg') no-repeat center/100%;
    height: 5px;
    max-width: 270px;
    width: 100%;
    display: block;
    margin: 6px auto 0;
}


.donation .plan-name {
    color: #EF008C;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 34.5px */
    letter-spacing: 5.5px;
    margin-bottom: 22px;
}



.star:before, .star:after {
    content:"";
    background: url('../img/pink-star.svg') no-repeat center/cover;
    width: 56px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}


.star3:before, .star3:after {
    content:"";
    background: url('../img/pink-star3.svg') no-repeat center/cover;
    width: 88px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}


.star:before, .star3:before{
    margin-right: 15px;
}


.star:after, .star3:after{
    margin-left: 15px;
    transform: rotate(180deg);
}

.donation .price {
    color: #2D3737;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
/*    letter-spacing: 1.68px;*/
}

 span.separate {
   border-left: 2px dashed rgba(239, 0, 140, 0.40);
}


.donation .left.one-time .item:not(:last-child){
    margin-right: 50px;
}

.donation .items-wrapper {
    display: flex;
    justify-content: space-between;
}

.donation .price span {
    font-size: 22px;
    font-weight: 500;
}

.donation .price .remarks {
    color: #2D3737;
    font-family: 'Roboto Condensed','Noto Sans TC',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 1.4px;
}

.donation .prize {
    position: relative;

}

.donation .prize-line {
    color: #EF008C;
    text-align: center;
    font-family: 'Roboto Condensed','Noto Sans TC',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    letter-spacing: 6px;
}

.donation .prize-line b{
    font-size: 20px;
}

.donation .one-time .prize p{
    color: #2D3737;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    letter-spacing: 1.5px;
    font-family: 'Roboto Condensed','Noto Sans TC',sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}

.donation .leading {
    color: #2D3737;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: 9px;
    max-width: 930px;
    width: 100%;
    margin: 0 auto 32px;
}

.donation .leading span.highlight{
    color: #EF008C;
    font-weight: 500;
    font-family: 'Roboto Condensed','Noto Sans TC',sans-serif;
    
}
.donation .leading b {
    font-weight: 500;
}
.donation .leading span b{
    font-weight: 700;
    font-size: 20px;
    
}

.donation .gift {
    color: #2D3737;
    text-align: center;
    font-family: 'Roboto Condensed','Noto Sans TC',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing:2.5px;
    margin-bottom: 52px;
    display: block;
}

.donation .gift span{
   color: #EF008C;
}

.donation .benefits {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.donation .benefits .point{
    width: 20%;
    color: #2D3737;
    text-align: center;
    font-family: Noto Sans TC;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}

.donation .benefits .point img{
    max-height: 80px;
    height: 100%;
    margin: 0 auto;
}


.donation .btn-cta {
    max-width: 350px;
    margin-top: 35px;
    margin-bottom: 15px;
}


.remark_cta {
    margin: 0px auto 20px;
    font-size: 12px;
    letter-spacing: 0.15em;
    font-family: 'Roboto Condensed','Noto Sans TC',sans-serif;
}

.tab-content #girl-content {
    background: url(../img/bg-girl_v2.png) no-repeat top center/cover;
    
    border-top: 4px solid #EF008C;
    margin-top: -5px;
}

.tab-content #girl-content .solgan img {
    max-width: 600px;
}

#girl-content .video-wrapper {
    max-width: 664px;
    width: 100%;
    margin: 0 auto 62px;
    aspect-ratio: 16 / 8;
}

#girl-content .video-wrapper,
#girl-content .video-wrapper .thumbnail-img {
    border-radius: 0;
}

#girl-content .article-wrapper,
#girl-content .video-wrapper {
    box-shadow: 7px 7px 0px 0px rgba(239, 0, 140, 0.80);
}

#girl-content .donation {
    border-color: #EF008C;
}

#girl-content .donation .item img, #kids-content .donation .privileges img{
    max-width: 265px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 5px 5px 0px 0px rgba(239, 0, 140, 0.40);
    margin-bottom: 15px;
    border-radius: 10px;
}

#girl-content .donation .one-time .items-wrapper{
    display: flex;
    justify-content: space-evenly;
}
#girl-content .donation .one-time .item .prize {
    min-height: 114px;
    margin-bottom: 20px;
}
#girl-content .donation .one-time .item .prize span{
    color: rgba(239, 0, 140, 0.60);
    font-family: 'Roboto Condensed',sans-serif;
}


#girl-content .donation .one-time .prize-line { 
    color: #EF008C;
    text-align: center;
    font-family: 'Roboto Condensed','Noto Sans TC',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    letter-spacing: 3.6px;
    margin-bottom: 24px;
}

.donation p.desc {
    font-family: 'Roboto Condensed','Noto Sans TC',sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    letter-spacing: 1.05px;
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
    color: #2D3737;
}


.tab-content #kids-content {
    background: url("../img/bg-kids.png") no-repeat top center/cover;
}


#kids-content h2 {
    color:#0ABEEC;
}

#kids-content .article-wrapper {
    box-shadow: 7px 7px 0px 0px rgba(88, 202, 231, 1);
}

.tab-content #kids-content .article-wrapper .read-more,
.tab-content #kids-content .article-wrapper .read-more:after {
    color: #58CAE7
}


#kids-content .star:before, #kids-content .star:after {
    background: url(../img/blue-star.svg) no-repeat center/cover;
}


#kids-content .star3:before, #kids-content .star3:after {
    background: url(../img/blue-star3.svg) no-repeat center/cover;
}
#kids-content .donation {
    border-color: rgba(88, 202, 231, 0.8);
    justify-content: unset;
}

#kids-content .donation h2:after {
    background: url('../img/line-blue-brush.svg') no-repeat center/100%;
}

#kids-content .donation h2, #kids-content .donation .leading span.highlight {
    color: #0ABEEC;
}
#kids-content .donation .leading {
    letter-spacing: 3.6px;
}
#kids-content .donation .plan-name {
    color:#58CAE7;
    margin-bottom: 25px;
}   


#kids-content h3 {
    color: #0ABEEC;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 5.4px;
    margin-bottom:28px
}


.tab-content #kids-content .solgan img {
    max-width: 530px;
}

#kids-content .donation .prize-line {color:#0ABEEC}
#kids-content .donation  .items-wrapper {
    justify-content: space-between;
    flex-wrap: wrap;
}

#kids-content .donation .items-wrapper .item img {
    max-width: 70px;
    width: 100%;
    margin: 0 auto 15px;
}

#kids-content .donation .items-wrapper .item p{
/*    width: calc(100%/6);*/
    color: #2D3737;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    letter-spacing: 1.5px;
    /*margin-top:15px;
    max-width: 132px;
    width: 100%;
    margin: 0 auto;*/
}

#kids-content .donation .privileges img {
    box-shadow: 5px 5px 0px 0px rgba(88, 202, 231, 0.40);
}

#kids-content .donation .gift {margin-bottom: 0}
#kids-content .donation .gift span{
    color: #58CAE7;
}

#kids-content .donation hr {
    border-color:#58CAE7;
    max-width: 75px;
    width: 100%;
    margin: 40px auto 35px;
    border-width: 2px;
}


#kids-content .btn-tnc {
    color:#4A8EFF;
}
/* Fixed Top */
.fixed_top{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    /*max-width: 1140px;
    box-shadow: 0px 2px 8px 0px rgba(62, 61, 59, 0.12);*/
    width:100%;
    z-index:3;  
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#95d9f9",endColorstr="#f9fdfe",GradientType=1);
    /*transition: linear all .3s;*/
    padding-top: 10px;
}

.fixed_top li{
    border-radius: 10px 100px 0 0;
}

#top_mask {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    /* max-width: 1170px; */
    height: 91px;
    background:white;
    z-index: 1;
    opacity:0;
    transition: opacity .1s;
    pointer-events: none;
}

.pad-top { padding-top:80px; }






/* Footer */

footer {
    background: #0072CE;
    padding: 55px 0 100px;
    border-bottom: 10px solid #003150;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

footer .logo-row {
    margin-bottom: 24px
}

.logo-row img {
    width: auto;
}

.global_footer .esdlife-logo {
    float: left;
}

.logo-row .logo_container {
    display: inline-block;
    float: right;
    vertical-align: middle;
    text-align: right;
}

.logo-row .logo_container img:nth-kids(1) {
    float: left;
    margin-right: 30px;
}

.logo-row .logo_container img:nth-kids(2) {
    width: 60%;
    margin-top: 10px;
}


/* 

footer img.logo-esdlife {
    max-width: 100px;
}

footer img.logo-caring-company {
    margin-right: 30px
}
 */

footer .footer-copyright * {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 1.95px;
}

footer .footer-copyright a {
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
}

footer .footer-copyright a:first-child {
    margin-right: 20px;
}

@media screen and (max-width: 1920px) {
    body.nofullwidth {
        border: none;
    }
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1280px) {
    .offer .offer-wrapper {
        padding: 32px 25px;
    }
    .offer .offer-wrapper .offer-details {
        margin: 34px auto 28px
    }
}

@media screen and (max-width: 1024px) {
    textarea,
    input[type=text] {
        /* Remove First */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .supportholder img {max-height: 37px;}
    
    .quote-wrapper .thumbnail-img {
        background-position: center;
    }


    .donation .price {
        font-size:36px;
    }

    .quote-wrapper .quote-text {
        padding: 35px 10px 40px 20px;
    }


}

@media screen and (max-width: 991px) {

    .donation .benefits .point{
        width: 46%;
    }

    #girl-content .donation .donation-content {
        flex-direction: column;
    }
    #girl-content .donation,
    #girl-content .donation .items-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .donation .item {
        margin-bottom: 30px !important;
    }
    .donation .left {
        padding-bottom: 30px;
        border-bottom: 2px solid #EF008C;
    }
    .donation .right {
        margin-top: 30px;
    }
    .solgan img {
        max-width: 400px !important;
    }
    
    .donation .btn-cta {
        margin-top: 0px;
        max-width: 250px !important;
    }


    .supportholder {width: calc(100% - 108px);}

    .supportholder img {
        margin-right:15px !important;
    }
/*    .supportDiv {justify-content: space-between;}*/
/*
      #girl-content .donation .one-time .item, #girl-content .donation .one-time .item p {
        width: 100%;
        max-width: unset;
      }*/
    .quote-wrapper .quote-text {padding: 35px 30px;}

    #girl-content .donation .one-time .item .prize {
        min-height: 183px;
    }
}


/****** Tablet Screen ******/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0s !important;
    }
    header {
        padding: 12px 0;
    }
    .kv_logo img {
        max-width: 180px;
    }
    .nav-tabs.nav-justified>li>a>img {max-width: 250px;
        width: 100%;
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
        /* vertical-align: middle;
        display: table-cell; */
        font-size: 20px;
        letter-spacing: .1em;
    }

    .nav-tabs.nav-justified>li>a.active, .nav-tabs.nav-justified>li>a.active:focus, .nav-tabs.nav-justified>li>a.active:hover {
         font-size: 26px;
    }

    .nav-tabs.nav-justified>li:not(:last-child) {
        margin: 0;
    }
    
    footer {
        padding: 30px 0 25px;
    }
    .supportDiv p { font-size:12px;margin-right:15px }
    .quote-wrapper .quote-text {padding: 35px 20px;}

    #girl-content .donation .one-time .prize-line {
        font-size: 16px;
    }
}

@media screen and (max-width:550px) {
    .nav-tabs.nav-justified>li>a {
        line-height: 21px;
        /* vertical-align: middle;
        display: table-cell; */
        font-size: 18px;
        letter-spacing: .1em;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-tabs.nav-justified>li>a.active, .nav-tabs.nav-justified>li>a.active:focus, .nav-tabs.nav-justified>li>a.active:hover {
        font-size: 18px;
    }/*
    #girl-tab span, #kids-tab span {
    transform: scale(0.7);
    }*/
    .tab-content {
        margin: 0;
    }
    .article-wrapper .title {
        font-size: 20px;
        min-height: unset;
    }
    .intro_text,
    .article-wrapper .txt {
        font-size: 16px;
    }

    /* .quote-wrapper {
        flex-direction: column;
    } */

    .quote-wrapper {
        min-height: unset;
    }

    .quote-wrapper .quote-text {
        padding: 20px;
    }

    /* .quote-wrapper .quote-text > img {
        width: 20%;
    } */

    .quote-wrapper p {
        font-size: 20px;
        min-height: unset;
        margin-top: 10px;
    }
    
    .quote-wrapper .name {
        font-size: 16px;
    }

    .quote-wrapper .role {
        font-size: 13px;
    }

   /* #kids-content .donation .items-wrapper .item {
        width: 100%;
    }*/

    .donation h2 { font-size: 24px;}

    .logo-row .logo_container img:nth-kids(1) {
        margin-right: 15px;
    }
    .logo-row img {
        height: 30px;
    }
    .logo-row .logo_container img:nth-kids(2) {
        margin: 0;
        height: auto;
    }

    /*.quote-wrapper {
        flex-direction: column;
    }
    .quote-wrapper .thumbnail-img, .quote-wrapper .quote-text {
        width: 100%;
    }
    .quote-wrapper .thumbnail-img {
        height: 300px;
    }*/
   /* .thumbnail-img.lucy {
        background-position: top -50px left;
    }*/
    .quote-wrapper .quote-text img:first-of-type {
        width: 20%;
    }
    .star:before, .star:after {
        background-size: 80% 80% !important;
    }
    .donation {
        padding: 35px 20px 45px;
    }
    .donation .plan-name {
        font-size: 20px;
    }


    .donation .benefits .point {
        width: 80%;
        margin:0 auto 25px;
    }

    .supportDiv {justify-content: flex-start; margin-top:15px; text-align: left}
    .supportholder { /*width: 100%;*/width: calc(100% - 60px); }
    .donation .price span {
        font-size: 18px;
    }

    .supportholder img {
        margin-right: 10px !important;
        max-height: 30px;
        margin-bottom: 8px;
    }

    #girl-content .donation .one-time .item .prize {
        min-height: unset;
    }

    .donation .one-time .prize p {
        position: relative;
        top: unset;
        transform: none;
    }
}


/* Mobile Screen */

@media screen and (max-width: 414px) {
    .checkbox-inside-align>.row {
        margin: 0 -15px !important;
        width: unset !important;
    }

    .intro_text {
        margin:25px auto 35px
    }
    .tab-content .lead-in {
        font-size: 16px;
    }
    .article-wrapper .thumbnail-img {
        height: 190px;
    }
    .donate-cta img {
        max-width: 250px;
    }
    .solgan img {
        max-width: 300px !important;
    }

    .donation .leading {
        font-size: 15px;
    }
    #kids-content .donation .items-wrapper .item img{
       max-width: 50px;
    }
    #kids-content .donation .items-wrapper .item p{
        font-size: 13px;
        max-width: 130px;
        width: 100%;
        margin: 0 auto;
    }


    .star3:before, .star3:after {
        display: none;
    }
    .donation .prize {min-height: unset}

    h2.artile-section, h2.ambassador-section {
        margin-top: 35px;
    }
    /* .pad-top {padding-top:100px; } */
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {
    .supportholder img {
        margin-right: 5px !important;
        max-height: 25px;
    }
    .donation .price {
        font-size: 30px;
    }
    .donation .price span {
        font-size: 16px;
    }
}