.container:after{
    clear:both;
}
.legal{
    font-size: 12px;
    line-height: 16px;
    margin-top: 60px;
}
img.center-block{
    display:block;
    margin:auto;
}
@keyframes opacity2{
            0%{opacity:0}
            50%{opacity:1;}
            100%{opacity:0.2;}
        }
        @-webkit-keyframes opacity2{
            0%{opacity:0}
            50%{opacity:1;}
            100%{opacity:0.2;}
        }
        @-moz-keyframes opacity2{
            0%{opacity:0}
            50%{opacity:1;}
            100%{opacity:0.2;}
        }
.banner .container h1{
    margin-top: 40px;
    margin-bottom: 33px;
}
.banner .container h1 span{
    font-size:42px;
    line-height:66px;
    /*padding-left:20px;*/
}
.banner .container h1 img{
    width:66px;
    vertical-align: top;
}
.banner .container p{
    font-size:18px;
    line-height:30px;
    margin-top: 24px;
    margin-bottom: 24px;
    color:#fff;
}
.banner .container .sec-title{
    font-size:24px;
}
.banner .container ul{
    width:650px;
    margin:auto;
    color:#fff;
    text-align:left;
    font-size:16px;
    list-style:url('../images/ok.png');
    
}
.banner .container ul li{
    padding:10px 0;
}
.video_link{
    margin-top:20px;
    text-align:center;
}
.video_link a{
    border-radius: 50px;
    padding: 16px 30px 16px;
    color: #FFF;
    background-color: #F037A5;
    font-size: 16px;
    line-height: 1;
}
.video-banner{
    background-image: url(../images/header-spikes-lg.webp);
    background-repeat: no-repeat;
    background-size:cover;
    display: block;
}
.banner::after{
    background:none;
}
.banner .buttons{
    margin-top:20px;
    text-align:left;
}
a.down{
    width:200px;
    height:50px;
    line-height:50px;
    font-size:20px;
}
.btn-scroll-fuchsia {
    color: #F037A5;
}
.btn-scroll {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-size: 16px;
    line-height: 1;
}
.btn-scroll:not(.pull-left):not(.pull-right) {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    display: inline-block;
    left: 0;
    margin-left: 50%;
    position: absolute;
}
.btn-scroll-arrow {
    background-color: #FFF;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 52px;
    height: 52px;
    -webkit-transition: fill .3s ease-in-out, transform .3s ease-in-out, color .3s ease-in-out;
    -webkit-transition: fill .3s ease-in-out, color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: fill .3s ease-in-out, color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: fill .3s ease-in-out, transform .3s ease-in-out, color .3s ease-in-out;
    transition: fill .3s ease-in-out, transform .3s ease-in-out, color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.13);
    margin-bottom: -26px;
    margin-top: -26px;
}
.btn-scroll-arrow svg {
    display: block;
    height: 47%;
    width: 100%;
    position: relative;
    fill: currentColor;
}
.btn-scroll-arrow svg:first-of-type {
    top: 9%;
}
.btn-scroll-arrow svg:last-of-type {
    top: -20%;
}
.btn-scroll:hover .btn-scroll-arrow {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.btn-scroll-fuchsia:hover, .btn-scroll-fuchsia:focus {
    color: #a82773;
}

.main-banner{
    position:relative;
    text-align:center;
    overflow:hidden;
}

.main-banner.audiobook .container{
    margin-top:-1px;
    width: 100%;
}

.main-banner .h1{
    font-size: 50px;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -.015em; 
    margin-top:30px;
}
.main-banner .p-font{
    font-size: 20px;
    line-height: 1.33341;
    letter-spacing: .009em;
    font-weight: 600;
    text-align: center;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.main-banner .image-banner {
    width: 1441px;
    height: 522px;
    background-size: 1441px 522px;
    background-repeat: no-repeat;
    background-image: url(../images/banner-test.webp);
    position: relative;
    left: 50%;
    margin-left: -720.5px;
    margin-top: 40px;
}
.main-banner .image-banner.image-banner-audiobook {
    width:100%;
    background-image: url(/images/audible-background.png);
    height: 340px;
    background-size: 100% 340px;
    margin-top:0;
    position: relative;
    left: 0;
    margin-left: 0;
}
.main-banner .image-banner.image-banner-audiobook h1,.main-banner .image-banner.image-banner-audiobook .p-font {
    color:#fff;
    margin-top:0;
}
.main-banner .image-banner.image-banner-audiobook h1{
    padding-top:150px;
}
.audiobook-amin{
    position:relative;
}
.anim-logo{
    width: 80px;
    position: absolute;
    top: 90px;
    left: 320px;
}
.anim-aa{
   width: 60px;
    position: absolute;
    top: 190px;
    left: 90px;
}
.anim-aax{
    width: 60px;
    position: absolute;
    top: 190px;
    left: 150px;
}
.anim-opacity2{
    animation: 2s opacity2 0s infinite;
    -webkit-animation: 2s opacity2 0s infinite;
    -moz-animation: 2s opacity2 0s infinite;
}


.features h3{
    font-size: 36px;
    padding:60px 0;
    margin-bottom:0;
}
.features .feature ul{
    list-style:disc;
}
.features .feature ul li{
    font-size:16px;
    padding:5px 0;
    color:#364962;
}
.features .feature ul li a{
    color:#ff5722;
}
.features .f1 {
    background-image: linear-gradient(#fffff3, #ffd9fe);
}
.features .f2{
    background:#fffff0;
}
.features .feature .animate-area.convert-audiobooks{
    height:460px;
}
.features .feature .animate-area .anim-1{
    position:absolute;
    width:200px;
    animation: fade-from-left 1s ease-in-out 0s backwards;
}
.features .feature .animate-area .anim-2{
    position: absolute;
    width: 120px;
    top: 0;
    left: 230px;
    animation: fade-from-left 1s ease-in-out 1s backwards;
}
.features .feature .animate-area .anim-3{
    position: absolute;
    width: 120px;
    top: 120px;
    left: 230px;
    animation: fade-from-left 1s ease-in-out 2s backwards;
}
.features .feature .animate-area .anim-4{
    position: absolute;
    width: 150px;
    top: 220px;
    left: 100px;
    -webkit-transform: rotate(360deg);
    animation:rotation 2s linear 2s 3;
    -moz-animation:rotation 2s linear 2s 3;
    -webkit-animation:rotation 2s linear 2s 3;
    -o-animation:rotation 2s linear 2s 3;
}
.features .feature .animate-area .anim-5{
    opacity:0;
    position:absolute;
    z-index: -1;
    width:100px;
    top: 380px;
    animation: fade-from-top 1s ease-in-out 4s forwards,img-float 2s ease-in-out 5s infinite;
}
.features .feature .animate-area .anim-6{
    opacity:0;
    position: absolute;
    z-index: -1;
    width: 100px;
    top: 380px;
    left: 100px;
    animation: fade-from-top 1s ease-in-out 6s forwards,img-float 2s ease-in-out 7s infinite;
    
}
.features .feature .animate-area .anim-7{
    opacity:0;
    position:absolute;
    z-index: -1;
    width:100px;
    top: 380px;
    left: 200px;
    animation: fade-from-top 1s ease-in-out 8s forwards,img-float 2s ease-in-out 9s infinite;
}

.features .f7{
    padding-top:0;
    background: #e9f3f4;
}
.features .f7 .container{
    width:1200px;
}
.features .f7 h3{
    padding-bottom:30px;
}
.features .f7 p{
    text-align:center;
    font-size:18px;
    width:960px;
    margin:auto;
}
.features .f7 .app-sce {
    margin: 0;
    margin-right: -52px;
    list-style:none;
}
.features .f7 .app-sce li {
    margin-top: 40px;
    width: 364px;
    background: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0,.17);
    border-radius: 5px;
    height: 270px;
    position: relative;
    float: left;
    margin-right: 52px;
    overflow: hidden;
    padding:0;
}
.features .f7 .app-sce li span {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    text-align: center;
    display: block;
    margin-top: 13px;
}
.features .f7 .app-sce li img{
    width:100%;
}
.features .f7 .app-sce li div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background: linear-gradient(50deg, #eb8438, #e53584);
    text-align: center;
    color: #fff;
    line-height: 24px;
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: none;
}

.features .f4 .animate-area{
    height:540px;
}
.features .f4 .animate-area .playlist-img{
    position: absolute;
    top: 200px;
    left: 180px;
    width: 50%;
}
.features .feature .animate-area .dow-svg{
    top:55%;
    left:43%;
}
.features .feature .animate-area .art{
    position: absolute;
    width: 70px;
}
.features .feature .animate-area .artist-1{
    top:65%;
    left: 8%;
    animation: fall 2s linear 0s infinite;
}
.features .feature .animate-area .artist-2{
    top:65%;
    left: 28%;
    animation: fall 2s linear .2s infinite;
}
.features .feature .animate-area .artist-3{
    top:65%;
    left: 58%;
    animation: fall 2s linear .4s infinite;
}
.features .feature .animate-area .artist-4{
    top:65%;
    left: 78%;
    animation: fall 2s linear .6s infinite;
}
@keyframes fall {
  0% {
    transform: translateY(-25px);
  }
  25%, 75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-25px);
  }
}



.feature.more-f{
    padding: 50px 0;
    margin-top:30px;
}
.feature.more-f p.sub-title {
  font-size: 36px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
.feature.more-f .boxs .box {
  text-align: center;
  width: 240px;
  height: 320px;
  padding: 40px 15px 0;
  float: left;
  margin-right: 40px;
  box-shadow: rgba(0, 0, 0, 0.15) 2px 0 12px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 0 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 0 12px;
  background: linear-gradient(#ff7589, #fb001c);
}
.feature.more-f .boxs .box:hover{
  box-shadow:5px 2px 6px #FF5722;
  transform: rotate(-2deg);
}
.feature.more-f .boxs .box:last-child {
  margin-right: 0;
}
.feature.more-f .boxs .box img {
  height: 33px;
  margin-bottom: 30px;
}
.feature.more-f .boxs .box .p1 {
  font-size: 16px;
  color:#fff;
  margin-bottom: 15px;
}
.feature.more-f .boxs .box .p2 {
  font-size: 14px;
  color:#fff;
  line-height: 20px;
}
.flex-direction-nav{
    display:none;
}
.get-it-now .left .info a.down{
    font-size:16px;
}
.get-it-now .right .info a.down{
    font-size:16px;
}
.get-it-now .right .pic img{
    width:100px;
    height:100px;
}
@media(max-width:768px){
    .video-banner{
        background-image:none;
    }
    .banner{
        background: linear-gradient(to bottom,#b2e7ff,#fff);
    }
    .banner .container h1 img{
        width:44px;
        vertical-align: middle;
        margin-left: -24px;
    }
    .banner .container h1 span{
        font-size:24px;
        color: #333;
    }
    .banner .container p{
        font-size:22px;
        color: #333;
    }
    .banner .container ul{
        width:100%;
        font-size:14px;
        list-style:disc;
    }
    .banner .container ul li{
        padding:5px 0;
        color: #333;
    }
    .banner .buttons a{
        
    }
    a.down{
        width: 140px;
        font-size: 16px;
    }
    .main-banner .h1{
        font-size: 24px;
    }
    .main-banner .p-font{
        width:100%;
        font-size: 16px;
        font-weight:normal;
    }
    
    .features h3{
        font-size: 24px;
        padding-bottom:20px;
    }
    .features .f7 p{
        width:100%;
    }
    .features .f7 .container{
        width:100%;
    }
    .features .f7 .app-sce li{
        margin-right:0;
    }
    .features .f7 .app-sce{
        margin:0;
    }
    .how-to-use{
        display:none;
    }
    .get-it-now{
        display:none;
    }
    .user-reviews{
        padding-bottom:0;
    }
    .feature.more-f .boxs .box{
        width:100%;
        margin:0;
    }
    .download-area .download-btn h1{
        margin-top:20px;
    }
}