.c-banner {
  background-color: #e6d8fc;
  padding: 85px 0;
}

.c-words-wrapper {
  font-size: 40px;
  font-weight: bold;
  text-align: left;
}

.c-words-wrapper .css {
  color: #9551fb;
}

.c-words-wrapper .c-words {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  width: var(--width);
  padding: 0 10px;
  border-radius: 6px;
  color: var(--color, #9551fb);
  box-sizing: content-box;
  transition: all 0.7s;
  height: 70px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 42px;
}
.c-section h2 {
  font-size: 42px;
}
.c-words-wrapper .c-words span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate(0, -100%);
  transition: transform 0.7s, opacity 0.25s 0.25s;
}

.c-words-wrapper .c-words span.current {
  opacity: 1;
  transform: translate(0, 0);
}

.c-words-wrapper .c-words span.next {
  transform: translate(0, 100%);
}

@media (max-width: 700px) {
  .c-words-wrapper .c-words {
    width: var(--width-mobile) !important;
  }
}  
p.cafe-om-footer-title {
    font-size: 21px;
}
.c-kinoke-second {
  padding: 80px 0;
}
.c-section{
    position: relative;
}
.c-section p {
  font-size: 20px;
  color: #172153;
}
.c-section .c-kinoke-second-inner {
  max-width: 1000px;
  width: 60%;
}
.c-50-width{
    max-width: 50%;
}
.c-big-title {
    font-size: 45px;
}
.white-col{
    color: white !important;
}
.c-p{
    max-width: 1400px;
    margin: 0 auto;
}
.text-center{
    text-align: center !important;
}
.flex{
    -webkit-display: flex !important;
    -moz-display: flex !important;
    display: flex !important;
    flex-wrap: wrap;
}
.c-kinoke-third{
    padding: 80px 0;
    background-color: #172153;
}
.c-k-33col-wrap{
    padding-top: 50px;
}
.c-k-33col{
    width: 33.33%;
    padding: 0 30px;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.c-k-33col .c-round-no{
    font-size: 40px;
    color: #172153;
    background-color: #fff;
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.c-k-33col .c-round-title{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.c-k-33col .c-round-content{
    color: #fff;
}
.c-kinoke-pad{
    padding: 80px 0;
}
.c-big-title span{
    color: #9551fb;
    text-align: center;
}
.c-image-content{
    width: 50%;
    text-align: center;
}
.c-h3-title{
    font-size: 35px;
    font-weight: 700;;
}
.c-h3-title span{
    color: #9551fb;
}
.c-image-row{
    align-items: center;
    margin: 30px 0;
    justify-content: space-between;
}
.c-image{
    width: 45%;
    text-align: center;
}
.c-image-row.c-reverse{
    flex-direction: row-reverse;
}
.c-image-sticky-wrap{
    position: relative;
}
.c-image-sticky{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    max-width: 665px;
}
.c-image-sticky-wrap .c-image-row{
    height: 550px;
}
.c-image-sticky img{
    width: 100%;
    height: auto;
}
.kinoke-image{
    position: absolute;
    right: 0;
    top: 0;
    width: 48%;
    max-width: 910px;
    z-index: 1;
}
.kinoke-image img{
    width: 100%;
}
.c-kinoke-fifth{
    background-color: #e6d8fc;
}
.dark-blue{
    color: #172153;
}
.c-kinoke-fourth{
    padding-bottom: 0 !important;
    overflow: hidden;
}
.c-testimonial-row{
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 90px;
}
.c-testimonial{
    width: 50%;
    padding: 0 30px;

}
.c-testimonial-inner{
    padding-left: 140px;
    position: relative;
}
.c-testimonial-inner .c-testi-image{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -85px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 5px solid white;
    z-index: 1;
}
.c-testimonial-inner .c-testi-image img{
    width: 100%;
    height: auto;
}
.c-testi-content{
    border-radius: 69px;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 30px;
    padding: 42px 27px;
    background-color: #fff;
    font-size: 20px;
    color: #000;
    position: relative;
}
.c-right-box .c-testi-content{
    border-radius: 69px;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 30px;
}
.c-testi-content::after{
    content: '';
    background: url(../images/kinoke-s/left-testi-arrow.png) no-repeat top center;
    background-size: contain;
    position: absolute;
    right: 10%;
    bottom: -73px;
    width: 100px;
    height: 75px;
    z-index: 1;
}
.c-right-box .c-testi-content::after{
    background: url(../images/kinoke-s/right-testi-arrow.png) no-repeat top center;
    background-size: contain;
    left: 10%;
    right: auto;
}
.c-testi-star{
    margin-bottom: 30px;
}
.c-mb-0{
    margin-bottom: 0 !important;
}
.c-apps-cta img{
    margin-top: 10px;
}
@media all and (min-width:768px) {

    .c-mobile-vis{
        display: none;
    }
    .c-section p{
        font-size: 17px;
    }
}
@media all and (max-width:1300px) {
    .c-section .c-kinoke-second-inner{
        width: 80%;
    }
    .c-image-sticky-wrap .c-image-row{
        height: 350px;
    }
    .c-image-content{
        width: 53%;
    }
    .c-testimonial-inner{
        padding: 0;
        padding-top: 100px;
    }
    .c-right-box .c-testi-content{
        padding: 30px 20px;
    }
    .c-testimonial-inner .c-testi-image{
        width: 120px;
        height: 120px;
        top: 0;
        left: 50%;
        margin-left: -60px;
        margin-top: 0;
    }
    .c-testi-content::after{
        height: 50px !important;
        bottom: -50px;
    }
    .c-testimonial{
        padding: 0 20px;
    }
    .c-testi-content{
        font-size: 18px;
    }
    .c-testimonial-row{
        padding-bottom: 50px;
    }
}
@media all and (max-width:1024px) {
    .c-section h2,
    .c-words-wrapper .c-words{
        font-size: 35px;
    }
    .c-h3-title{
        font-size: 30px;
    }
    .c-big-title{
        font-size: 38px;
    }
    .c-section .c-kinoke-second-inner{
        width: 100%;
    }
    .c-testimonial-row{
        padding-bottom: 40px;
    }
}
@media all and (max-width:980px) {
    .c-section h2,
    .c-words-wrapper .c-words,
    .c-h3-title{
        font-size: 25px;
    }
    .c-big-title{
        font-size: 28px;
    }
    .c-words-wrapper .c-words{
        height: 40px;
    }
    .c-section p,
    .c-testi-content{
        font-size: 17px;
    }
    .c-k-33col{
        padding: 0 10px;
    }
    .c-k-33col .c-round-no{
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
    .c-k-33col{
        padding: 15px 0;
        width: 100%;
    }
    .c-kinoke-pad{
        padding: 60px 0;
    }
    .c-myheritage-pad{
        padding: 40px 0;
    }
}

@media all and (max-width:768px) {
    .c-testimonial-row{
        padding-bottom: 20px;
    }
    .c-testimonial{
        width: 100%;
        padding: 10px 0;
    }
    .c-testi-content{
        border-radius: 40px !important;
    }
    .c-testi-content::after{
        display: none !important;
    }
    .c-section p{
        font-size: 16px;
    }
    .c-mobile-hid{
        display: none;
    }
    .c-kinoke-pad{
        padding: 40px 0;
    }
    .c-image-sticky{
        display: none;
    }
    .c-image-sticky-wrap .c-image-row,
    .c-image-row{
        flex-direction: column-reverse !important;
        height: auto;
    }
    .c-image-row .c-image-content,
    .c-image-row .c-image{
        width: 100%;
        padding: 10px 0;
    }
    .c-image-row .c-image img{
        width: 320px;
        max-width: 100%;
    }
    .c-image-row.c-reverse{
        flex-direction: column-reverse;
    }
    .c-kinoke-fourth{
        padding-bottom: 20px !important;
    }
    .c-apps-cta img{
        max-width: 150px;
    }
    .c-kinoke-second-inner > h2{
        margin-bottom: 0;
    }
    .c-myheritage-pad{
        padding: 20px 0;
    }
}

.coupon-bg {
    background-color: #E77D2F;
    color: #FFFFFF;
}

.c-h3-34-title {
    font-size: 32px;
    font-weight: 700;;
}

.mt-35 {
    margin-top: 35px;
}

.c-myheritage-pad{
    padding: 40px 0;
}

.heritage-bg {
    background-color: #FFFBEF;
    /* background-image: url('../images/myHeritage/mh_landing_banner_web.jpg'); */
}

.btn-myheritage {
    color: #fff;
    background-color: #ff841f;
    border-color: #ff841f;
}

.btn-myheritage-circle {
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
    color: #fff;
    background-color: #3BBEEA;
    border-color: #3BBEEA;
    margin-right: 10px;
}

.heritage-dark-bg {
    background-color: #FED9BF;
}

.heritage-dark-mmh-bg {
    background-color: #363636;
} 

.text-blue {
  color: #20b1e2 !important;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.ml-50-negat {
    margin-left: -50%;
}

.mr-50-negat {
    margin-right: -50%;
}

.ml-25em-negat {
    margin-left: -0.25em !important;
}

.ml-13-negat {
    margin-left: -13px !important;
}

.ml-20-negat {
    margin-left: -20px !important;
}

.btn-kit {
    color: #fff;
    background-color: #3BBEEB;
    border-color: #3BBEEB;
    height: 30px;
    font-size: 12px;
    font-weight: 600;
}

.h-300 {
    height: 300px;
}

.h-digitize-photography {
    height: 400px;
}

.h-450 {
    height: 450px;
}

.digitize-photography {
    position: relative;
    top: -58px;
    left: -140px;
    max-width: 170%;
}

.digitize-tapes {
    position: relative;
    top: -150px;
    right: 30px;
    max-width: 140%;
}

.digitize-audio {
    position: relative;
    top: -200px;
    left: -140px;
    max-width: 130%;
}

.digitize-reels {
    position: relative;
    top: -347px;
    right: 30px;
    max-width: 140%;
}

.fs-42 {
    font-size: 42px;
}

.mob_kits_banner {
    background: url('../images/easy_kit/easy_ship_kit_hero_mob.jpg?723') no-repeat top center;
    background-size: cover;
    width: 100%;
    height: auto;
}

.kit-web-banner {
    opacity: 0;
    display: block;
}

.kit-mobile-banner {
    opacity: 0;
    display: none;
}

.digitize-web-display {
    display: block;
}

.digitize-mobile-display {
    display: none;
}

.container-digitize {
    max-width: 1366px;
}

.kits-dark-bg {
    background-color: #270056;
}

.kits-new-flexible-icon{
    position: relative;
    display: block;
    left: 8%;
    top: -7px;
    background: url(../images/kits-new-tag.png) no-repeat center top;
    background-size: contain;
    width: 91px;
    height: 65px;
}

@media screen and (min-width:  241px) and (max-width:  768px) {
    .mob_kits_banner {
        background: url('../images/kits/kits_landing_banner_mobile.png?723') no-repeat top center;
        background-size: cover;
        width: 100%;
        height: auto;
    }

    .kit-web-banner {
        opacity: 0;
        display: none;
    }

    .kit-mobile-banner {
        opacity: 0;
        display: block;
    }

    .digitize-web-display {
        display: none;
    }

    .digitize-mobile-display {
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .digitize-web-display {
        display: none;
    }

    .digitize-mobile-display {
        display: block;
    }
}
/* new */
.c-checkout-main{
    justify-content: space-between;
    color:#0b1449;
}
.c-checkout-left{
    width: 800px;
    max-width: 56%;
}
.c-checkout-right{
    width: 675px;
    max-width: 40%;
    padding-bottom: 120px;
}
.c-checkout-box{
    border-radius: 11px;
    border: 1px solid #8991a9;
    padding: 28px 26px;
    margin-bottom: 45px;
}
.c-checkout-box-title{
    color: #2eb6e6;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}
.two-col-flex{
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.c-checkout-form-field{
    margin-bottom: 15px;
}
.c-maxwidth-650{
    max-width: 650px;
}
.c-checkout-form input[type="text"],
.c-checkout-form input[type="email"],
.c-checkout-form input[type="password"],
.c-checkout-form input[type="tel"],
.c-checkout-form select {
    border: 1px solid #8991a9;
    border-radius: 8px;
    height: 48px;
    font-size: 16px;
    width: 100%;
    padding:10px 12px ;
}
.c-checkout-form .c-checkout-form-field:last-child{
    margin-bottom: 0;
}
.cafe-blue-button{
    color: #FFF;
    text-decoration: none;
    background-color: #2eb6e6;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 40px;
    text-align: center;
    max-width: 100%;
    display: inline-block;
    border: 0;
}
.cafe-blue-button:hover{
    color: #FFF;
    background-color: #333;
}
.c-new-user{
    color:#0b1449;
    font-size: 16px;
    font-weight: 600;
}
.c-new-user a{
    color: #2eb6e6;
    text-decoration: none;
}
.c-new-user a:hover{
    text-decoration: underline;
}
.c-digitize-time-wrap,
.c-digitize-time{
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.c-digitize-time{
    align-items: center;
    width: 48%;
    border: 1px solid #8991a9;
    margin: 6px 0;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}
.c-digitize-time:hover,
.c-digitize-time.active{
    background-color: #bfe9f7;
    border-color: #05a8e1;
}
.c-price-list{
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 16px;
}
.c-pr-l-left{
    flex-grow: 1;
    padding-right: 20px;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    align-items: flex-start;
}
.c-pr-l-right{
    flex-grow: 1;
    flex-shrink: 0;
}
.c-checkout-box input[type="radio"]{
    margin-right: 10px;
    margin-top: 6px;
}
.c-price-list label{
    vertical-align: top;
}
.m-b-18{
    margin-bottom: 16px;
}
.c-pr-l-right{
    text-align: right;
}
.c-price-list-footer{
    border-top: 1px solid #424242;
    color: #0f184c;
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    padding-top: 20px;
}
.c-checkbox-wrap{
    font-size: 17px;
    color: #8a8582;
    margin-bottom: 6px;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    align-items: flex-start;
}
.c-checkout-box input[type="checkbox"]{
    margin-right: 10px;
    margin-top: 6px;
}
.c-checkbox-wrap label{
    vertical-align: top;
}
.c-checkbox-margin{
    margin-top: 25px;
}
.c-radio-wrap{
    font-size: 17px;
    color: #0f184c;
    margin-bottom: 6px;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    align-items: flex-start;
}
.c-mb-10{
    margin-bottom: 10px;
}
.c-note{
    text-align: right;
    margin-bottom: 0;
    font-size: 13px;
    color: #747e9b;
}
.c-checkout-box a{
    color: #2eb6e6;
    font-size: inherit;
    text-decoration: none;
}
.c-checkout-box a:hover{
    text-decoration: underline;
}
.pay-and-order-btn{
    color: #FFF;
    text-decoration: none;
    background-color: #2eb6e6;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
    max-width: 100%;
    display: inline-block;
    border: 0;
    width: 100%;
    margin-top: 10px;
}
.pay-and-order-btn:hover{
    color: #FFF;
    background-color: #333;
}
.pay-and-order-btn:disabled,
.pay-and-order-btn[disabled]{
    background-color: #e5e6eb;
}
.c-diff-color{
    color: #0f184c;
}
.c-checkout-protection{
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.c-checkout-protection .c-protection-image{
    width: 38%;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.c-checkout-protection .c-protection-image img{
    max-width: 95%;
}
.c-checkout-protection .c-protection-list-wrap{
    flex-grow: 1;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.c-checkout-protection .c-protection-list{
    margin: 8px 0;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.c-checkout-protection .c-protection-list > img{
    width: 29px;
    margin-right: 10px;
}
.c-checkout-protection .c-protection-list > *{
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
}
.c-checkout-protection .c-protection-list > .c-prot-title{
    font-weight: 600;
    margin-right: 10px;
}
.c-prot-btn-wrap{
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}
.c-prot-btn{
    align-items: center;
    width: 48%;
    border: 1px solid #8991a9;
    margin: 6px 0;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    color: #0b1449 !important;
    text-decoration: none;
}
.c-prot-btn:hover,
.c-prot-btn.active{
    background-color: #bfe9f7;
    border-color: #05a8e1;
    color: #0b1449;
    text-decoration: none !important;
}
.c-checkout-actions{
    margin-bottom: 80px;
    margin-top: 30px;
}
.c-checkout-footer{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 40%;
}
.c-checkout-footer-img img{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
.c-checkout-footer-img{
    margin-top: -10px;
    text-align: right;
}
.c-checkout-footer .cafe-om-footer-cont{
    width: 100%;
    padding: 0;
    padding-right: 60px;
}
@media all and (max-width:1400px){ 
    .c-checkout-protection .c-protection-image{
        width: 30%;
    }
    .c-checkout-protection .c-protection-list > *{
        font-size: 16px;
    }
}
@media all and (max-width:1200px){ 
    .c-checkout-box{
        padding: 18px 16px;
        margin-bottom: 20px;
    }
}
@media all and (max-width:980px){
    .ft-mob-pd{
        padding: 27px !important;
    }
    .ft-mob-ml{
        margin-left: 27px !important;
    } 
    .c-checkout-left,
    .c-checkout-right{
        width: 100%;
        max-width: 100%;
    }
    .c-checkout-footer{
        position: relative;
        margin-left: -40px;
        max-width: 100%;
    }
    .c-checkout-footer-img img {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
      }
      .c-checkout-footer-img{
        text-align: right;
        margin-top: 0;
      }
      .c-checkout-footer .cafe-om-footer-cont{
        padding-left: 40px;
        padding-right: 0;
      }
      .c-checkout-left, .c-checkout-right{
        padding-bottom: 0;
      }
      .c-checkout-actions{
        margin: 30px 0;
      }
      .c-checkout-box-title,
      .c-price-list-footer{
        font-size: 22px;
      }
}
@media all and (max-width:768px){
    .c-checkout-footer .cafe-om-footer-cont{
        padding-left: 25px;
    }
    .c-checkout-footer{
        margin-left: -25px;
    }
    .c-checkout-box-title,
    .c-price-list-footer{
        font-size: 20px;
      }
      .c-digitize-time{
        font-size: 15px;
      }
      .c-digitize-time{
        width: 100%;
      }
      .c-checkout-protection{
        flex-wrap: wrap;
      }
      .c-checkout-protection > *{
        width: 100%;
      }
      .c-checkout-protection .c-protection-image{
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
      }
      .cafe-page-title{
        margin-top: 25px;
      }
    .c-radio-wrap{
        font-size: 16px;
    }
}
