*{
    margin:0;
    padding: 0;
}

*:focus {
    outline: none;
}

body{
    font-family:'Ubuntu', sans-serif;
    background-color: #EBEBEC;
    font-weight: 300;
    font-size: 13px;
}

a{
    color: #9013fe;
}

button{
    border: none!important;
    cursor: pointer!important;
    background-color: none;
}

/* ================= LOADING ================= */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    z-index: 9999;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220' width='100%25' height='100%25' preserveAspectRatio='none'><defs><linearGradient id='gradient'><stop offset='0' style='stop-color:%23ff59de' /><stop offset='0.7' style='stop-color:%232cdbf1' /><stop offset='1' style='stop-color:%2300d1ff' /></linearGradient></defs><ellipse ry='100' rx='100' cy='110' cx='110' style='fill:none;stroke:url(%23gradient);stroke-width:15;' /></svg>");
    background-size: 100% 100%; /* Fix for Fifefox image scaling */
    animation: rotate 600ms infinite linear;
    display: inline-block;
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

 @keyframes rotate {
 to {
  transform: rotate(1turn)
 }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

/* Loaded */
.loaded #loader-wrapper .loader-section {
    opacity: 0;
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;  
            transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;  
            transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}

.no-js h1 {
    color: #222222;
}

/* ================= INDEX ================= */

/* ====== MAIN INDEX ====== */

body.index{
    background-color: #ffffff;
    position: relative;
}

.container{
    overflow: hidden;
}

.main-content{
    max-width: 1440px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 150px 0;
    overflow: hidden;
}

.main-title{
    font-size: 50px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 100;
    color: #454F5B;
    margin-top: 0 auto;
    display: block;
    float: right;
    right: 50%;
    position: relative;
}

.section-title{
    margin-bottom: 80px;
    float: right;
    right: -50%;
    position: relative;
}

.section-title:after{
    content: "";
    width: 150px;
    height: 1px;
    background-color: #454F5B;
    display: block;
    margin-top: 30px;
}

.why-join .main-title,
.why-join .section-title{
    float: none;
    position: static;

}

.clear {
    clear: both;
}

.vericode{
    font-weight: 500;
    font-size: 30px;
    color: #ffffff;
    background-color: #7ED321;
    max-width: 200px;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#subscribe .info-concern{
    margin-top: 0px;
}

/* ====== MENU ON TOP ====== */

.menu-top{
    height: 50px;
    width: 100%;
    background-image: linear-gradient(135deg, #FD8CFF 0%, #00D1FF 100%);
    position: fixed;
    top: 0;
    z-index: 50;
    display: none;
}

.menu-top-cont{
    max-width: 1440px;
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 50px;
    padding-top: 8px;
}

.top-logo,
.top-menu,
.top-login{
    display: inline-block;
    width: 33%;
    vertical-align: middle;
}

.top-logo-in{
    width: 124px;
    height: 31px;
    display: block;
    text-align: left;
    background: url(../svg/logo/logo-white.svg) no-repeat center bottom transparent;
}

.menu-top-cont a{
    text-decoration: none;
    font-size: 14px;
}

.top-menu{
    text-align: center;
}

.top-menu a{
    color: #ffffff;
    margin-right: 30px;
}

.top-menu a.last-menu-top{
    margin-right: 0;
}

.top-login{
    text-align: right;
}

.top-login a{
    color: #ffffff;
}

.login-top{
    font-weight: 500;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
}

.login-top,
.login-index-btn{
    display: inline-block;
}

.logout-btn.top-white-btn{
    background-color: #ffffff;
    width: 136px;
    height: 32px;
    color: #8EC5FC;
}

.mimas{
    margin-left: 10px;
}

.login-top{
    margin-right: 20px;
}

.top-menu a:hover,
.login-top:hover{
    text-decoration: underline;
}

.logout-btn.top-white-btn:hover{
    background-color: #ffffff;
}

.nav-up {
    top: -50px;
}


/* ====== HEADER ====== */


.header .main-content{
    padding-top: 30px;
    position: relative;
    text-align: center;
}

.header-logo{
    display: block;
    width: 273px;
    height: 79px;
    margin: 0 auto;
    background: url(../svg/logo/logo.svg) no-repeat center bottom transparent;
}

.header-login{
    position: absolute;
    top:30px;
    right: 0;
}

.header-phrase-one{
    color: #9013fe;
    font-size: 50px;
    font-weight: 200;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 100;
    margin-top: 50px;
}

.header-phrase-two{
    color: #01b7ff;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.header-text{
    color: #454f5b;
    font-size: 13px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.header-text span{
    font-weight: bold;
    display: block;
}

.header-btn .main-btn{
    background-color: #ffffff;
    color: #9013fe;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.header .fas{
    margin-left: 20px;
}

.icon-header{
    display: inline-block;
    width: 58px;
    height: 58px;
    background-color: red;
    vertical-align: middle;
    margin-left: 20px;
}

.header-phrase-one .icon-header{
    background: url(../svg/icons/index/palm.svg) no-repeat center bottom transparent;
}

.header-phrase-two .icon-header{
    background: url(../svg/icons/index/date-check.svg) no-repeat center bottom transparent;
}

.header-seal{
    width: 113px;
    height: 113px;
    display: block;
    background: url(../svg/icons/index/seal.svg) no-repeat center bottom transparent;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

/* ====== INNER MENU ====== */

.menubx.notification-bx{
    background-image: linear-gradient(135deg, #C32AFF 0%, #9013FE 100%);
}

.menu-icon{
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: blue;
    vertical-align: middle;
    margin-right: 20px;
}

.menu-icon.test-i{
    background: url(../svg/icons/index/testimonials.svg) no-repeat center bottom transparent;
}

.menu-icon.pod-i{
    background: url(../svg/icons/index/podcast.svg) no-repeat center bottom transparent;
}

.menu-icon.science-i{
    background: url(../svg/icons/index/science.svg) no-repeat center bottom transparent;
}

.menubx-in{
    display: block;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 215px;
    height: auto;
    margin-top: 100px;
}

.menu-item{
    margin-bottom: 30px;
}

.menubx-in a{
    color: #ffffff;
    text-decoration: none;
}

.close_respo-menu{
    position: absolute;
    z-index: 401;
    width: 30px;
    height: 30px;
    top: 0px;
    right: 0px;
    padding: 20px;
}

.close_respo-menu svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.innermenu{
    display: none;
}

.close_respo-menu svg path {
    fill: currentColor;
    stroke-width: 0;
}

/* ====== HIDDEN HEADER ====== */


.hidden-header .main-content{
    width: 700px;
    height: 600px;
    position: relative;
    padding: 0;
}

.like-icon{
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    background: url(../svg/icons/index/like-icon.svg) no-repeat center center transparent;
}

.like-icon.like-right{
    top: 100px;
    right: 404px;
}

.like-icon.like-left{
    top: 100px;
    left: 444px;
}

.heart-icon{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../svg/icons/index/green-heart.svg) no-repeat center center transparent;
}

.heart-icon.heart-1{
    top: 209px;
    left: 123px;
}

.heart-icon.heart-2{
    top: 251px;
    left: 59px;
}

.heart-icon.heart-3{
    top: 308px;
    left: 158px;
}

.heart-icon.heart-4{
    top: 343px;
    left: 116px;
}

.heart-icon.heart-5{
    top: 376px;
    left: 57px;
}

.heart-icon.heart-6{
    top: 407px;
    left: 90px;
}

.heart-icon.heart-7{
    top: 442px;
    left: 141px;
}

.heart-icon.heart-8{
    top: 181px;
    right: 134px;
}

.heart-icon.heart-9{
    top: 223px;
    right: 57px;
}

.heart-icon.heart-10{
    top: 320px;
    right: 134px;
}

.heart-icon.heart-11{
    top: 361px;
    right: 54px;
}

.heart-icon.heart-12{
    top: 413px;
    right: 73px;
}

.heart-icon.heart-13{
    top: 443px;
    right: 146px;
}

.heart-icon.heart-14{
    top: 495px;
    right: 113px;
}

/* ====== WHY TO JOIN US ====== */

.why-join{
    width: 100%;
    background-color:#FFFFFF;
}

.why-box-left,
.why-box-right{
    vertical-align: middle;
}

.why-box-left{
    width: 70%;
    float:left;
}

.why-box-cont{
    width: 100%;
    display: inline-block;
    vertical-align: top
}

.why-cont{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.why-box-right{
    width: 30%;
    float: right;
    margin-top: 200px;
}

.why-join .section-title:after{
    background-color: #59ACFE;
}

.why-text{
    line-height: 40px;
    color: #9B9B9B;
    font-size: 16px;
    text-align: left;
}

.why-text span{
    color: #59ACFE;
}

.why-cont-in{
    max-width: 323px;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 40px;
    text-align: center;
    color: #ffffff;
    padding: 30px;
}

.why-icon{
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    border: 20px solid #ffffff;
    margin:0px auto;
}

.gradient-blue .why-icon{
    background: url(../svg/icons/index/membership.svg) no-repeat center bottom transparent;
}

.gradient-orange .why-icon{
    background: url(../svg/icons/index/partners.svg) no-repeat center bottom transparent;
}

.gradient-green .why-icon{
    background: url(../svg/icons/index/bank.svg) no-repeat center bottom transparent;
}

.gradient-purple .why-icon{
    background: url(../svg/icons/index/gift.svg) no-repeat center bottom transparent;
}


.why-title{
    font-size: 60px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 100;
    margin: 20px 0;
}

.why-subtitle{
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 20px;
}

.why-phrase{
    font-size: 14px;
    font-weight: 400;
    opacity: 0.7;
}

.why-join .gradient-blue,
.why-join .gradient-green{
    margin:0 auto;
    margin-top: 50px;
}
/* ====== TESTIMONIALS ====== */

.main-testimonials{
    width: 100%;
    background-color:#F7F8FD;
}

.main-testimonials .section-title:after{
    background-color: #59ACFE;
}

.three-box{
    display: inline-block;
    vertical-align: top;
    width: 33%;
    text-align: center;
}

.pic-test{
    width: 100px;
    height: 100px;
    background-color: #454F5B;
    border-radius: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.phrase-test{
    font-family: 'Work Sans', sans-serif;
    font-weight: 100;
    font-size: 30px;
    font-style: italic;
    margin:20px 0;
    color: #4A4A4A;
}

.text-test{
    font-size: 16px;
    color: #9B9B9B;
    line-height: 30px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.text-test span{
    color: #59ACFE;
    text-transform: uppercase;
}

.text-test a{
    text-transform: uppercase;
}

.name-test{
    font-size: 16px;
    color: #4A4A4A;
    margin-top: 30px;
}

/* ====== BETTER THAT SWIPING ====== */

.main-video{
    width: 100%;
    background: linear-gradient(135deg, #3023AE 0%, #C86DD7 100%);
    color: #ffffff;
}

.main-video .main-title{
    color: #ffffff;
}

.main-video .section-title:after{
    background-color: #50E3C2;
}

.main-video .video-cont{
    width: 769px;
    height: 431px;
    position: relative;
    z-index: 2;
}

.main-vid-text{
    text-align: center;
    font-size: 16px;
    font-style: italic; 
    font-weight: 300;
    margin-top: 50px;   
}

.main-vid-text span{
    color: #50E3C2;
    text-transform: uppercase;
}

.main-video .main-content{
    position: relative;
}

.bar-video-bck{
    width: 264px;
    height: 185px;
    display: block;
    position: absolute;
    top:200px;
    z-index: 1;
    background: url(../svg/icons/index/vid_bar_one.svg) no-repeat center center transparent;
}

.bar-video-bck.b-two,
.bar-video-bck.b-three{
    background: url(../svg/icons/index/vid_bar_two.svg) no-repeat center center transparent; 
}

.bar-video-bck.b-five{
    background: url(../svg/icons/index/vid_bar_three.svg) no-repeat center center transparent; 
}

.b-one{
    top: 320px;
    left: 219px;
}

.b-two{
    top: 664px;
    left: 307px;
}

.b-three{
    top: 198px;
    left: 945px;
}

.b-four{
    top: 473px;
    left: 922px;
}

.b-five{
    top: 617px;
    left: 939px;
}

/* ====== PODCAST ====== */

.week-podcast{
    width: 100%;
    background-color:#ffffff;
}

.week-podcast .section-title:after{
    background-color: #18CACC;
}

.half-box{
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.half-info{
    width: 420px;
    margin: 0 auto;
}

.pod-title{
    text-transform: uppercase;
    font-size: 16px;
    color: #4A4A4A;
    margin-bottom: 50px;
}

.pod-desc{
    font-size: 16px;
    line-height: 40px;
    color: #9B9B9B;
    margin-bottom: 25px;
}

.week-podcast .more-subtitle{
    color: #18CACC;
}

.week-podcast .feature-name{
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.week-podcast .feature-desc{
    font-style: normal;
}

.week-podcast .video-cont{
    width: 500px;
    height: 280px;
}

/* ====== MORE THAN WORDS ====== */

.more-than{
    width: 100%;
    background-color:#EFF7FF;
}

.more-than .section-title:after{
    background-color: #F73FCD;
}

.more-vids{
    width: 100%;
    text-align: center;
}

.more-vid-row{
    width: 33%;
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
}

.more-vid-row-cont{
    max-width: 420px;
    margin:0 auto;
}

.more-title{
    font-family: 'Work Sans', sans-serif;
    font-weight: 200;
    font-size: 28px;
    color: #4A4A4A;
    text-align: center;
    margin-bottom: 20px;
}

.video-cont{
    width: 420px;
    height: 236px;
    background-color: #454F5B;
    margin: 0 auto;
}

.more-desc{
    font-size: 16px;
    color: #9B9B9B;
    margin: 20px 0;
    text-align: left;
    line-height: 30px;
}

.more-subtitle{
    font-size: 16px;
    color: #F73FCD;
    text-transform: uppercase;
    text-align: left;
}

.feature-cont{
    width: 100%;
}

.feature-box{
    width: 320px;
    text-align: center;
    float: left;
    padding-top: 20px;
}

.feature-pic{
    width: 100px;
    float: right;
}

.feature-pic-con{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    text-align: center;
    overflow: hidden;
}

.feature-pic-con img,
.pic-test img{
    width: 100%;
    height: auto;
}

.feature-name{
    color: #4A4A4A;
    font-size: 16px;
    margin-bottom: 20px;
}

.feature-desc{
    font-size: 14px;
    font-style: italic;
    color: #9B9B9B;
}

/* ====== FACTS ====== */

.facts{
    width: 100%;
    background-color:#ffffff;
}

.facts .section-title:after{
    background-color: #F0BED4;
}

.row-facts,
.fact{
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.fact{
    text-align: center;
}

.icon{
    width: 130px;
    height: 130px;
    display: block;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.gradient-green .fact-icon{
    width: 130px;
    height: 130px;
    background: url(../svg/icons/index/online.svg) no-repeat center center transparent;  
}

.gradient-orange .fact-icon{
    width: 130px;
    height: 130px;
    background: url(../svg/icons/index/swipe.svg) no-repeat center center transparent;  
}

.gradient-purple .fact-icon{
    width: 130px;
    height: 130px;
    background: url(../svg/icons/index/rose.svg) no-repeat center center transparent;  
}

.gradient-blue .fact-icon{
    width: 130px;
    height: 130px;
    background: url(../svg/icons/index/bee.svg) no-repeat center center transparent;  
}

.fact-per{
    font-family: 'Work Sans', sans-serif;
    font-weight: 100;
    font-size: 60px;
    margin-bottom: 10px;
}

.fact-title{
    font-weight: 400;
    font-size: 23px;
    text-transform: uppercase;
    color: #4A4A4A;
    margin-bottom: 10px;
}

.fact-desc{
    font-weight: 400;
    color: #8D8D8D;
}

.gradient-green{
    background: linear-gradient(135deg, #3DAEC3 0%, #98E1A2 100%);
}

.gradient-orange{
    background: linear-gradient(135deg, #EE5A78 0%, #FDB080 100%);
}

.gradient-purple{
    background: linear-gradient(135deg, #4F8DF0 0%, #E6A9FF 100%);
}

.gradient-blue{
    background: linear-gradient(135deg, #3489EE 0%, #35C4DD 100%);
}

.section-button{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin:100px 0;
    margin-bottom: 50px;
}

/* ====== FOOTER ====== */

.main-footer{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mf-right,
.mf-center,
.mf-left{
    display: inline-block;
    width: 33%;
    text-align: center;
    vertical-align: middle;
}

.mf-right a{
    margin-right: 20px;
}

.mf-center a{
    color: #C6C6C6;
    width: 25px;
    height: 25px;
    font-size: 20px;
    text-align: center;
    margin-right: 20px;
}

/* ====== SUBSCRIBE ====== */

.index-box-container{
    margin: 0 auto;
    width: 485px;
    min-height: 548px;
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.08);
    border-radius: 59px;
    text-align: center;
    position: fixed;
    z-index: 51;
    background: #ffffff;
    right: 0;
    left: 0;
    /*top: 200px;*/
    display: none;
    overflow: hidden!important;
}

.title-big.title-index-box{
    color: #9b9b9b;
    text-transform: none;
    margin-top: 0;
}

.button-gender{
    display: inline-block;
    width: 25%;
}

.button-row{
    margin-top: 10px;
}

.button-gender-in{
    width: 70px;
    height: 70px;
    border: 1px solid #979797;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.button-gender-in svg{
    stroke-miterlimit:10;
    stroke-width:1;
    fill:none;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.button-gender-in svg .fem{
    stroke:#ED8CD7;
}

.button-gender-in svg .male{
    stroke: #8EC5FC;
}

.button-gender-in svg .arrow{
    stroke:#9B9B9B;
}

.button-gender-in.bg-selected svg .fem,
.button-gender-in.bg-selected svg .male,
.button-gender-in.bg-selected svg .arrow{
    stroke:#fff;
}

.button-gender-in.bg-selected{
    background-image: linear-gradient(45deg, #7ab2eb 0%, #c9a1f0 100%);
    border-color: #ffffff;
}

.gender-selected{
    color: #4a4a4a;
    font-style: italic;
    font-size: 16px;
    margin: 21px 0 25px 0;
}

.gender-selected span{
    color: #9b9b9b;
    font-style: normal;
}

.full-text-box-cont,
.half-box-cont{
    width: 95%;
    border-bottom: 1px solid #9013fe;
    margin:0 auto;
    margin-bottom: 20px;
    position: relative;
}

.full-text-box-cont.post-code{
    max-width: 390px;
    width: 100%;
}

.row-one{
    margin-bottom: 25px;
}

.input-title{
    color: #9b9b9b;
    font-size: 16px;
    text-align: center;
    margin-bottom: 2px;
}

.checkbox-index-box{
    display: block;
    color: #9b9b9b;
    margin-bottom: 35px;
}

input{
    font-size: 15px;
    color: #59ACFE;
    margin: 10px 0 2px 0;
    border:none;
    text-align: center;
    letter-spacing: .5px;
    font-weight: 300;
    width: 370px;
    float: left;
    text-indent: 15px;
}



.full-text-box-cont span,
.half-text-box-cont span{
    color: #4A4A4A;
}

.double-cont{
    width: 95%;
    margin: 0 auto;
}

.half-box-cont.fleft{
    margin-left: 0;
}

.half-box-cont.fright{
    margin-right: 0;
}


.half-text-box-cont{
    display: inline-block;
    width: 50%;
}

.login-2{
    margin-top: 20px;
    font-size: 12px;
    color: #9b9b9b;
}

input.form-radio{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    color: #666;
    top: 10px;
    border: 1px solid #9013FE;
    border-radius: 5px;
    cursor: pointer;     
    outline: none;
    margin:0;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    padding:0;
    text-indent: 0;
    float: none;
}

input.form-radio::before{
    position: absolute;
    font: 15px/1 'Open Sans', sans-serif;
    left: 7px;
    top: 2px;
    content: '\02143';
    transform: rotate(40deg);
    color: #ffffff;
}

input.form-radio:hover{
    background-color: #ffffff;
}

input.form-radio:checked{
    background-color: #9013FE;
    float: none;
}

select { 
    padding: 11px 50px 10px 13px !important; 
    max-width: 100%; 
    height: auto !important; 
    border: 1px solid #9B9B9B; 
    border-radius: 25px; 
    background: url(../svg/icons/index/lil-arrow.svg) right center no-repeat;
    background-color: #fff; 
    color: #9B9B9B; 
    appearance: none; 
    -o-appearance: none; 
    -webkit-appearance: none; 
    -moz-appearance: none;
    font-family:'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 100;
} 

select option { 
    padding: 0 4px; 
} 
 
select::-ms-expand { 
    display: none; 
} 

select:disabled::-ms-expand { 
    background: #f60; 
}

select.month,
select.day{
    margin-right: 20px;
}

.error-input span.wrong{
    color: #D0021B!important;
}

.full-text-box-cont.error-input, 
.half-box-cont.error-input{
    border-bottom-color: #D0021B;
}


.nxt-stp .title-index-box{
    margin-bottom: 20px;
}

.nxt-stp input{
    text-align: left;
}

::placeholder {
    color: #01B7FF;
    text-align: center;
    font-size: 14;
    opacity: 0.5;
    font-weight: 600;
}

:-ms-input-placeholder { 
    color: #01B7FF;
    text-align: center;
    font-size: 14;
    opacity: 0.5;
    font-weight: 600;
}

::-oz-input-placeholder{
    color: #01B7FF;
    text-align: center;
    font-size: 14;
    opacity: 0.5;
    font-weight: 600;
}

::-webkit-input-placeholder{
    color: #01B7FF;
    text-align: center;
    font-size: 14;
    opacity: 0.5;
    font-weight: 600;
}

.nxt-stp .main-btn{
    margin-top: 10px;
}

.green-success .title-big{
    font-size: 50px;
    font-weight: 100;
}

.green-success .subtitle-big{
    font-size: 18px!important;
}

.green-success .desc{
    font-size: 16px;
}

.green-success .main-btn{
    margin-top: 30px;
    margin-bottom: 30px;
}

.green-success .mini-desc{
    width: 250px;
    margin: 0 auto;
    font-size: 14px;
}

.info-concern{
    width: 250px;
    margin: 0 auto;
    margin-top: 35px;
    line-height: 23px;
}

.info-concern a{
    color: #ffffff;
}

.gbc.container-notification{
    z-index: 52!important
}


.green-success.notification-bx{
    display: none;
    z-index: 1;
}

/* ====== LOGIN ====== */

.noback{
    background: none!important;
}

.forgotpass{
    text-decoration: underline;
    display: block;
    margin: 30px auto 0;
    font-size: 12px;
}

.dontaccount{
    text-decoration: underline;
}

.forgotpass:hover,
.dontaccount:hover{
    text-decoration: none;
}

.loginbx .full-text-box-cont{
    margin-bottom: 40px;
}

.loginbx .title-big.title-index-box{
    margin-bottom: 30px;
}

.title-sub-big{
    font-size: 30px;
    font-weight: 400;
    color: #454F5B;
    margin-bottom: 50px;
}

.forgopass .title-big.title-index-box{
    margin-bottom: 20px;
}

.forgopass .login-2{
    margin-top: 50px;
}

.forgopass .full-text-box-cont{
    margin-bottom: 60px;
}

.forgopass .error-input span.wrong{
    line-height: 30px;
}

span.line1{
    color: #D0021B!important;
    display: block;
    font-size: 16px;
}

.error-input input{
    color: #D0021B;
}

.passfor .subtitle-big{
    font-weight: 100;
}

/* ================= SURVEY ================= */


/* ====== LOGIN ====== */

body.survey{
    background: url(../images/survey.jpg) no-repeat center bottom fixed #EBEBEC;
    background-size: cover;
    height: 100%;
}

body.survey .container{
    overflow: hidden;
}

.logo{
    width: 273px;
    height: 69px;
    margin:0 auto;
    display: block;
    padding-top: 100px;
    background: url(../svg/logo/logo.svg) no-repeat center bottom transparent;
}

.footer{
    color: #4a4a4a;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    text-align: center;
    margin-bottom: 10px;
}

.footer span{
    display: block;
    margin-top: 15px;
}

.header-survey{
    height: 230px;
    max-width: 1441px;
    width: 96%;
    margin:0 auto;
}

.container-notification,
.white-container{
    margin: 0 auto;
    width: 485px;
    min-height: 548px;
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.08);
    border-radius: 59px;
    background-color: #ffffff;
    margin-bottom: 65px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.container-notification{
    display: none;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    z-index: 3;
    box-shadow: none;
}

.white-container-in{
    padding: 30px; 
}

.icon-big{
    display: block;
    margin:0 auto;
}

.bicon{
    width: 55px;
    height: 55px;
    display: inline-block;
    vertical-align: bottom;
}

/* ====== FONT COLOURS ====== */

.purple-f{
    color: #9013fe; 
}

.white-f{
    color: #ffffff;
}

.bluegray-f{
    color: #454f5b;
}

/* ====== QUESTIONS ====== */

.title-big{
    margin-top: 20px;
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 100;
}

.subtitle-big{
    margin-top: 10px;
    font-size: 23px;
    font-weight: 700;
}

.info-content{
    margin:0 auto;
    width: 370px;
    margin-bottom: 50px;
}

.info-phrase{
    margin-top: 31px;
}

.info-phrase{
    color: #8d8d8d;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    line-height: 29px;
}

.licon.icon-survey{
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.lil-desc{
    width: 308px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.bold{
    font-weight: 500;
}

.survey-logo,
.survey-heart,
.survey-logout{
    width: 33%;
    display: inline-block;
    vertical-align: middle;
}

.survey-heart{
    vertical-align: top;
}

.survey-logout{
    text-align: right;
}

.go_back{
    display: none;
}


.survey-logo .logo{
    width: 241px;
    height: 61px;
    padding-top: 43px;
}

.break-desc,
.logout-btn{
    display: inline-block;
    vertical-align: middle;
    color: #454f5b;
    font-size: 13px;
}

.respo-logout{
    display: none;
}

.logout-btn{
    background-color: #9013fe;
    width: 120px;
    height: 32px;
    border-radius: 16px;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    margin-left: 17px;
    text-decoration: none;
    /* soft animation*/
    -webkit-transition: all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
    -moz-transition: all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
    -o-transition: all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
    transition: all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
    cursor: pointer;
}

.logout-btn:hover{
    background-color: #7305D3;
}

.survey-heart{
    text-align: center;
    height: 230px;
    position: relative;
}

.survey-heart-in{
    display: block;
    width: 160px;
    height: 154px;
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}


.survey-logout .licon.icon-survey{
    margin-right: 17px;
}

.survey-question{
    color: #454f5b;
    font-size: 20px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 30px;
}

.icon-survey{
    width: 25px;
    height: 25px;
    background-color: #9013fe;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 14px;
    margin-top: 5px;
}

.icon-back{
    position: absolute;
    display: block;
    top: 19px;
    left: 17px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.icon-back:hover .icon-back-in{
    margin-left: 0px;
}

.icon-back-in{
    background: url(../svg/navigation/arrow-left.svg) no-repeat right bottom transparent;
    width: 15px;
    height: 25px;
    margin-left: 20px;
    margin-top: 11px;
    -webkit-transition: all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
    -moz-transition: all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
    -o-transition: all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
    transition: all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
}

.ldBar .ldBar-label {
    display: none;
}

.ldBar{
    height: 130px!important;
}

.ldBar path{
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ldBar{
    background: url(../svg/icons/survey/heartbk.svg) no-repeat center transparent;
    background-size: 125px;
}

/* ====== EXTRA QUESTIONS ====== */

.answer-box{
    display: block;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    display: none;
}

.choice-title{
    font-size: 16px;
    color: #454F5B;
    margin-bottom: 30px;
}

.answer-box textarea{
    width: 100%;
    font-size: 15px;
    color: #59ACFE;
    resize: none;
    border: none;
    border-bottom: 1px dashed #9B9B9B;
    padding: 11px 0px 0px 0px;
    text-align: center;
}

.answer-box textarea::placeholder {
    text-align: center;
    font-size: 15px;
    opacity: 1;
    font-weight: 100;
    font-style: italic;
}

.answer-box textarea:-ms-input-placeholder { 
    text-align: center;
    font-size: 15px;
    opacity: 1;
    font-weight: 100;
}

.answer-box textarea::-moz-input-placeholder{
    text-align: center;
    font-size: 15px;
    opacity: 1;
    font-weight: 100;
}

.answer-box textarea::-webkit-input-placeholder{
    text-align: center;
    font-size: 15px;
    opacity: 1;
    font-weight: 100;
}

.answer-box .remain-char{
    font-size: 13px;
    color: #9B9B9B;
    margin-top: 15px
}

.answer_refresh{
    display: block;
    width: 25px;
    height: 25px;
    background: url(../svg/icons/survey/refresh.svg) no-repeat center #F73FCD;
    border-radius: 100%;
    cursor: pointer;
    margin: 0 auto;
}

.rotate {
  transition: 0.9s;
  transform: rotate(0deg);
}

.rotate:hover {
  transform: rotate(180deg);
}

.answer-box .double-btn-container{
    color: #ffffff;
    margin-top: 30px;
}

/* ====== ANSWER ====== */

.answer-sinle{
    max-width: 367px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.answer{
    font-weight: 100;
    color: #9b9b9b;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #9b9b9b;
    border-radius: 25px;
    padding: 11px 1%;
    width: 98%;
    margin:0 auto;
    margin-bottom: 23px;
}

.answer:hover,
.answer:active,
.answer:focus,
.current_a{
    color: #9013fe;
    border-color: #9013fe;
}


.answer-column-left,
.answer-column-right{
    display: inline-block;
    width: 45%;
    vertical-align: top;
}

.answer-double .answer{
    max-width: 140px;
}

/* ====== NOTIFICATION BOX ====== */

.notification-bx{
    background: purple;
    position: absolute;
    top: 0;
    width: 100%;
    height: 548px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
}

.container-notification.value_loading{
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.08)!important;
}

.notification-bx .subtitle-big {
    font-size: 25px;
    line-height: 44px;
}

.desc{
    font-size: 17px;
    line-height: 35px;
}

.mini-desc{
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 30px;
}

.rush.notification-bx{
    background-image: linear-gradient(135deg, #454f5b 0%, #7f94ad 100%); 
}

.notification-bx  hr{
    border:none;
    border-top: 1px solid #ffffff;
    opacity: .3;
    display: block;
    width: 50%;
    margin: 25px auto;
}

.big-icons{
    display: block;
    width: 55px;
    height: 55px;
    background: red;
    margin: 0 auto;
    margin-top: 44px;
    margin-bottom: 19px;
}

.username{
    text-transform: capitalize;
}

.notification-bx .main-btn{
    box-shadow: none;
    width: 180px;
    -webkit-transition: all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
    -moz-transition: all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
    -o-transition: all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
    transition: all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
}

/* ====== LOADING BOX ====== */

.notification-bx.loadingbox{
    background-color: #ffffff;
}

.loadingbox{
    color: #454F5B;
}

.loading-cont{
    display: block;
    margin: 50px auto;
    width: 100px;
    height: 100px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220' width='100%25' height='100%25' preserveAspectRatio='none'><defs><linearGradient id='gradient'><stop offset='0' style='stop-color:%23ff59de' /><stop offset='0.7' style='stop-color:%232cdbf1' /><stop offset='1' style='stop-color:%2300d1ff' /></linearGradient></defs><ellipse ry='100' rx='100' cy='110' cx='110' style='fill:none;stroke:url(%23gradient);stroke-width:15;' /></svg>");
    background-size: 100% 100%;
    animation: rotate 600ms infinite linear;
    display: inline-block;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* ====== SXSURVEY BOX ====== */

.sxsurvey.notification-bx{
    background-image: linear-gradient(-42deg, #7951f5 0%, #9f045b 100%);
}

.sxsurvey .title-big, 
.success.notification-bx .title-big{
    margin-bottom: 25px;
}

.sxsurvey .desc,
.success.notification-bx .desc{
    width: 90%;
    max-width: 410px;
    margin: 0 auto;
}

.sxsurvey .dtwo{
    margin-bottom: 29px;
    opacity: .5;
}

.supermini-desc{
    font-size: 10px;
    line-height: 23px;
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
}

.double-btn-container{
    width: 100%;
}

.db-left,
.db-right{
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.double-btn{
    display: block;
    margin:0 auto;
    width: 150px;
    height: 36px;
    border-radius: 28px;
    padding-top: 20px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 500!important;
    letter-spacing: .5px;
}

.survey-heart-in.sx-heart{
    visibility: hidden;
}

/* ====== SUCCESS SURVEY BOX ====== */

.success.notification-bx{
    background-image: linear-gradient(135deg, #fd8cff 0%, #00d1ff 100%);
}

.success.notification-bx .dtwo{
    margin-bottom: 29px;  
}

.green-success.notification-bx{
    background-image: linear-gradient(-41deg, #94d943 0%, #378a16 100%);
}

/* ====== VALUE BOX ====== */

.value-on{
    max-width: 1119px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 548px;
    margin-bottom: 65px;
}

.value-container-left{
    position: absolute;
    display: none;
    left: 0;
    width: 485px;
    min-height: 548px;
    border-radius: 59px;
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.08);
}

@keyframes miniMove {
    0%{ 
        -webkit-transform:translateY(0px) rotate(-45deg);
    }
    100%{ 
        -webkit-transform:translateY(0) rotate(-45deg);
    }
}

.value-container-right{
    display: none;
    position: absolute;
    right: 0;
    width: 685px;
    height: 548px;
    border-radius: 59px;
    background-color: #E6EBF2;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.08);
}

.value-cont hr.subtitle-line{
    margin-bottom: 13px;
}

.subvalues{
    font-size: 17px;
}

.question-value{
    display: block;
    margin: 0px auto;
    margin-bottom: 22px;
    font-size: 20px;
    color: #9013FE;
    font-weight: 500;
}

.question-value.last-v{
    margin-bottom: 0;
}

.box-in{
    color: #8D8D8D;
    line-height: 45px;
    font-size: 11px;
    display: inline-block;
    width: 179px;
    height: 46px;
    border:1px dashed #9013FE;
    border-radius: 50px;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: 100;
    font-style: italic;
}

.question-value-cont{
    padding-top: 25px;
    margin: 0 auto;
    padding-right: 45px;
}

.question-value:before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.question-value.qv1:before{
    background: url(../svg/icons/survey/core-value.svg) no-repeat center transparent;
}

.value-top{
    display: block;
    max-width: 634px;
    width: 100%;
    float: right;
    padding-top: 80px;
}

.value-bot{
    display: block;
    padding-left: 55px;
    margin-top: 35px;
}

.value-choice{
    display: inline-block;
    background-color: #ffffff;
    text-align: center;
    color: #454F5B;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
    width: 179px;
    height: 46px;
    line-height: 45px;
    margin: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-decoration: none;
}

.value-choice:hover,
.value-choice:focus,
.value-choice:active{
    background-color: #d4e3f4;
}

.respopic,
.addvalue{
    display: none!important;
}



/* ====== ERROR ====== */

.btn-error{
    margin-top: 50px!important;
}

/* ====== PICTURE TIME ====== */

.survey-question.title-bo{
    font-size: 30px;
    margin-bottom: 10px;
}

.pic-inst{
    color: #9B9B9B;
    font-size: 13px;
    line-height: 31px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.link-text{
    font-size: 13px;
    line-height: 31px;
    text-decoration: underline;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
    -moz-transition: all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
    -o-transition: all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
    transition: all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
}

.link-text:hover{
    color: #01B7FF;
}

hr.subtitle-line{
    border:none;
    border-top: 1px solid #9013fe;
    display: block;
    width: 129px;
    margin: 15px auto;
    margin-bottom: 30px;
}

.upload-pic{
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 278px;
    height: 278px;
    border-radius: 100%;
    border: 2px solid #dbdbdb;
    background-color: #e6ebf2;
    letter-spacing: 0;
    font-size: 0;
    padding-right: 0px;
    text-indent: 200px;
    float: none;
}

.picture.icon-info{
    position: absolute;
    top: 40px;
    right: 40px;
}

.icon-info{
    width: 25px;
    height: 25px;
    background-color: #01b7ff;
    display: block;
    border-radius: 50px;
    cursor: pointer;
    color: #ffffff;
    font-weight: 700;
    line-height: 25px;
    -webkit-transition: all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
    -moz-transition: all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
    -o-transition: all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
    transition: all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-decoration: none;
}

.icon-info:hover{
    background-color: #016CFE;
}

input.upload-pic{
    color: transparent;
}

.pict{
    background-color: #bd79f9;
}


.sub-t-pics{
    color: #454f5b;
    font-weight: 700;
    font-size: 19px;
}


.pict .title-big{
    color: #7821c4;
    margin-top: 0;
}

.pict hr.subtitle-line{
    border-top: 1px solid #7821c4;
    opacity: 1;
    margin-bottom: 25px;
}

.main_icon_pic{
    margin-top: 40px;
    margin-bottom: 0;
}

.pichints-content {
    margin: 0 auto;
    max-width: 420px;
    color: #ffffff;
}

.pichints-content .lil-desc{
    color: #ffffff;
    font-size: 15px;
    width: 360px;
}

.pichints-content .licon.icon-survey{
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

.close{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    border-radius: 100%;
    background: url(../svg/navigation/close_small.svg) no-repeat center transparent;
}

.pic-title{
    font-size: 16px;
    color: #8d8d8d;
    margin-bottom: 20px;
}

.image-container{
    width: 423px;
    height: 317px;
    display: block;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.image-top{
    background-image: linear-gradient(135deg, #fd8cff 0%, #00d1ff 100%);
    width: 100%;
    height: 100%;
    display: block;
    opacity: .5;
}

.image-crop{
    width: 309px;
    height: 309px;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    position: absolute;
    border: 4px solid transparent;
    border-radius: 100%;
    background: #ffffff;
    background-clip: padding-box;
}

.image-crop::after {
    position: absolute;
    top: -4px; bottom: -4px;
    left: -4px; right: -4px;
    background: linear-gradient(135deg, #fd8cff 0%, #00d1ff 100%);
    content: '';
    z-index: -1;
    border-radius: 100%;
}

.pic-small,
.pic-big{
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.pic-small{
    margin-right: 10px;
    background: url(../svg/icons/pics/ant.svg) no-repeat center bottom transparent;
}

.pic-big{
    margin-left: 10px;
    background: url(../svg/icons/pics/mountain.svg) no-repeat center bottom transparent;
}

.pic-bar{
    display: inline-block;
    vertical-align: middle;
    background-color: #e6ebf2;
    width: 345px;
    height: 6px;
    border-radius: 3px;
    position: relative;
}

hr.divider-pic-line{
    border:none;
    border-top: 1px solid #e6ebf2;
    display: block;
    width: 100%;
    margin: 25px auto;
    margin-bottom: 12px;
}

.close-pic,
.accept-pic{
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
}

.accept-pic{
    margin-left: 50px;
}

.close-icon,
.accept-icon{
    display: block;
    height: 25px;
    width: 25px;
    margin: 0 auto;
    padding-top: 15px;
}

svg#close-pic-icon,
svg#accept-pic-icon{
    fill-opacity:0;
    stroke:#454F5B;
    stroke-width:3;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:50;
}

.ball-pic{
    width: 32px;
    height: 32px;
    background-image: linear-gradient(135deg, #fd8cff 0%, #00d1ff 100%);
    display: block;
    border-radius: 100%;
    position: absolute;
    top: -15px;
}

.close-pic:hover svg#close-pic-icon{
    stroke:#FD2F5F;
}

.accept-icon:hover svg#accept-pic-icon{
    stroke:#7ED321;
}

.question-gal{
    color: #454f5b;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 40px;
}

.answer-gal{
    color: #454f5b;
    font-size: 15px;
    margin-bottom: 32px;
    overflow: hidden;
}

.gallery-row .double-btn-container{
    color: #ffffff;
}

.gallery-row .double-btn{
    box-shadow: 0 7px 11px -8px #000000;
}

.cont-p-mid{
    display: inline-block;
    width: 50%;
}

.gal-pic{
    display: block;
    position: relative;
}

.g-p-r-cont{
    display: block;
    width: 100%;
    max-width: 426px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}

.gallery-pic-row{
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.gal-pic input{
    vertical-align: top;
    border-radius: 100%;
    width: 96px;
    height: 96px;
    cursor: pointer;
    margin: 0 auto;
    border: 2px solid #dbdbdb;
    background-color: #e6ebf2;
    color: transparent;
    position: relative;
    padding-right: 0;
}

input.avatar-med-pic,
input.extra-med-pic{
    color: transparent;
    text-indent: -100px;
}

.delete-pic-icon{
    position: absolute;
    display: block;
    bottom: -13px;
    width: 30px;
    height: 30px;
    background: url(../svg/navigation/close_small.svg) no-repeat center #d0021b;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 100%;
    cursor: pointer;
    font-family: 'Quicksand', sans-serif;
    color: #ffffff;
    font-size: 22px;
    z-index: 5;
}


.filled-pic input{
    width: 93px;
    height: 93px;
    border-color: transparent;
    border: 0;
}

.gal-pic.filled-pic::before{
    position: absolute;
    top: -2px; bottom: -2px;
    left: -2px; right: -2px;
    background: linear-gradient(135deg, #fd8cff 0%, #00d1ff 100%);
    content: '';
    z-index: -1;
    border-radius: 100%;
    width: 97px;
    height: 97px;
    margin: 0 auto;
}

.last-med-gal{
    margin-right: 0!important;
}

.gallery-row hr{
    margin-bottom: 0;
}

.verification .icon-survey{
    width: 45px;
    height: 45px;
    margin-top: 0;
}

.verification hr.subtitle-line{
    border-color: #dec201;
}

.sub-ver{
    color: #454f5b;
    font-size: 15px;
    line-height: 33px;
}

.verification-number{
    max-width: 303px;
    width: 100%;
    height: 77px;
    background-color: #F6EBFF;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 3.45px;
    margin: 0 auto;
    color: #454f5b;
    line-height: 77px;
    margin-bottom: 10px;
}

.verification-title{
    color: #9b9b9b;
    font-size: 13px;
}

.close_verification{
    color: #9b9b9b;
    font-size: 15px;
    line-height: 31px;
    text-decoration: underline!important;
    cursor: pointer;
}

.verification .double-btn-container{
    margin-top: 20px;
    color: #ffffff;
    margin-bottom: 25px;
}

.btn-shadow{
    box-shadow: 0 7px 11px -8px #000000;
}

.section-button .main-btn {
    font-size: 18px;
    font-weight: 300;
}

.pic-vericode{
    width: 155px;
    height: 231px;
    display: block;
    margin: 0 auto;
    border-radius: 25px;
    overflow: hidden;
}

.pic-vericode img{
    width: 100%;
}

.verification hr.subtitle-line{
    margin-bottom: 15px;
}

.sub-ver,
.img-ver{
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.sub-ver{
    text-align: right;
}

.container-notification.couponcox{
    z-index: 6;
}

.couponcox .notification-bx{
    background: url(../svg/icons/pics/bck-coupon.svg) repeat left bottom #ffffff;
}

.coupon-cont{
    display: block;
    width: 408px;
    height: 471px;
    margin:0 auto;
    border-radius: 40px;
    margin-top: 35px;
    margin-bottom: 15px;
    background-image: linear-gradient(135deg, #A254F2 0%, #EFBAD3 100%);
}

.icon-coupon{
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 auto;
    padding-top: 20px;
    background: url(../svg/icons/pics/coupon.svg) no-repeat left bottom transparent;
}

.coupon-title{
    font-size: 17px;
    margin-top: 15px;
}

.coupon-title span{
    font-weight: bold;
    text-transform: uppercase;
}

.coupon-per{
    font-weight: 200;
    font-size: 100px;
}

.couple-sub,
.couple-lined{
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.couple-lined{
    margin-bottom: 30px;
}

.couple-desc{
    font-size: 17px;
    letter-spacing: .5px;
    margin: 20px 0;
}

.couple-full{
    color: #9013FE;
    text-decoration: underline;
    font-size: 16px;
    margin-top: 50px;
    cursor: pointer;
}

.main-btn.get-discount{
    width: 90%;
}

.coupon.notification-bx .main-btn{
    box-shadow: 0 7px 11px -8px #000000;
}

.vericox .mini-desc{
    margin-top: 30px;
}

.fancybox-active .container{
    filter: blur(3px);
}

/* ====== TERMS & CONDITIONS ====== */

#the_terms{
    display: none;
    max-width: 1062px;
    border-radius: 30px;
    color: #9B9B9B;
    text-align: left;
    line-height: 20px;
    max-height: 705px;
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.08);
    padding: 30px;
    position: relative;
    padding-top: 50px;
    margin: 0 30px;
}

#the_terms .section-title:after{
    background-color: #BD79F9;
}

h1{
    color: #4A4A4A;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 25px;
}

h2{
    color: #4A4A4A;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.dark{
    color: #4A4A4A;
}

.purple{
    color: #9013FE;
}

.updated{
    font-style: italic;
}

#the_terms p{
    margin: 10px 0;
}

#the_terms .fancybox-close-small{
    color: #BD79F9;
    opacity: 1;
}

.full-text-box-cont::after,
.half-box-cont::after{
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-color: red;
    position: absolute;
    right: 0;
    bottom: 4px;
}

.half-box-cont.fname input{
    width: 191px;
    padding-right: 0;
}

.half-box-cont.fright input{
    width: 159px;
}

.half-box-cont.fname::after{
    background: none;
}

.full-text-box-cont.post-code::after{
    background: url(../svg/icons/index/zip.svg) no-repeat left bottom transparent;
}

.half-box-cont.name::after{
    background: url(../svg/icons/index/name.svg) no-repeat left bottom transparent;
}

.full-text-box-cont.phone::after{
    background: url(../svg/icons/index/phone.svg) no-repeat left bottom transparent;
}

.full-text-box-cont.email::after{
    background: url(../svg/icons/index/mail.svg) no-repeat left bottom transparent;
}

.full-text-box-cont.pass::after{
    background: url(../svg/icons/index/password.svg) no-repeat left bottom transparent;
}

.full-text-box-cont.reset-pass::after{
    background: url(../svg/icons/index/resetpass.svg) no-repeat left bottom transparent;
}

.full-text-box-cont.error-input::after{
    background: url(../svg/icons/form/wrong.svg) no-repeat left bottom transparent;
}

/* ================= SUBSCRIPTION ================= */

.subs-container{
    width: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    color: #ffffff;
    background-image: linear-gradient(135deg, #600170 0%, #0D4F83 100%);
    min-height: 100%;
    height: auto;
    z-index: 5;
}

.subscont-in{
    padding-top: 50px;
    max-width: 1441px;
    width: 100%;
    margin:0 auto;
}

.titlesub{
    font-size: 25px;
    margin: 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
}

.subscont{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

.subs-3{
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

.subs-3-cont{
    display: block;
    max-width: 300px;
    width: 95%;
    height: 483px;
    background-color: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 7px 11px -8px #000000!important;
}

.subleft{
    margin-right: auto;
}


.submid{
    margin: 0 auto;
}

.subright{
    margin-left: auto;
}

/* ====== MONTHS ====== */

.top-lilcont{
    display: block;
    background-color: red;
    width: 100%;
    height: 180px;
    padding-top: 15px;
}

.circle-month{
    width: 95px;
    height: 95px;
    display: block;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 100%;
    line-height: 90px;
    font-size: 80px;
}

.subleft .circle-month{
    color: #BD79F9;
}

.text-month{
    font-size: 40px;
}

.discount-btn{
    display: block;
    background-color: #F5A623;
    font-size: 21px;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 162px;
    padding: 15px;
    width: 130px;
    border-radius: 30px;
    color: #ffffff;
}

.bot-lilcont{
    color: #9B9B9B;
    padding-top: 30px;
    margin: 0 auto;
    width: 90%;
    max-width: 250px;
}

.reg-price{
    color: #454F5B;
    font-size: 25px;
}

.reg-price-title,
.found-price-title{
    font-size: 12px;
    margin-bottom: 8px;
}

.found-price{
    color: #8043B6;
    font-size: 25px;
    font-weight: 500;
}

.price-line{
    text-decoration: line-through;
}

.now-price{
    font-size: 40px;
    color: #9013FE;
    font-weight: 700;
}

.now-price-title{
    font-size: 14px;
    color: #9013FE;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.coupon-icon{
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: 108px;
    left: 61px;
}

.subleft .coupon-icon{
    left: 65px;
}

.coupon-icon svg .st0,
.coupon-icon svg .st1,
.coupon-icon svg .st2{
    fill:none;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.coupon-icon svg .st0{
    stroke-miterlimit:10;
}

.coupon-icon svg .st2{
    stroke-dasharray:3.1974,3.1974;
}

.subleft svg .st0,
.subleft svg .st1,
.subleft svg .st2{
    stroke:#9013FE;
}

.submid .found-price{
    color: #257CD4;
}

.submid .circle-month,
.submid .now-price,
.submid .now-price-title{
    color: #59ACFE;
}

.submid svg .st0,
.submid svg .st1,
.submid svg .st2{
    stroke: #59ACFE;
}

.subright .found-price{
    color: #0CA8AB;
}

.subright .circle-month,
.subright .now-price,
.subright .now-price-title{
    color: #18CACC;
}

.subright svg .st0,
.subright svg .st1,
.subright svg .st2{
    stroke: #18CACC;
}

.logo-cards{
    width: 272px;
    height: 74px;
    display: block;
    margin:0 auto;
    background: url(../svg/icons/form/logo-cards.svg) no-repeat center bottom transparent;
    opacity: 0.3;
}

.subs-container .red{
    margin: 50px 0;
}

.fav-banner{
    display: block;
    width: 100px;
    height: 65px;
    background-color: #FD2F5F;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 20px;
    color: #ffffff;
}

.fav-banner-in{
    color: #ffffff;
    display: block;
    margin-top: 7px;
}

.favfav-ttext{
    text-transform: uppercase;
    font-size: 26px;
    text-align: right;
    letter-spacing: 1px;
    margin-right: 8px;
}

.fanfav-btext{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.fanfav{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../svg/icons/form/fanfav.svg) no-repeat top left transparent;
    margin-right: 8px;
}

span.reg-price-title,
span.found-price-title{
    display: block;
    font-weight: 400;
    color: #9B9B9B;
}




















































/* ================= BUTTONS ================= */

.main-btn{
    display: block;
    margin:0 auto;
    max-width: 350px;
    width: 100%;
    box-shadow: 0 7px 11px -8px #000000;
    border-radius: 28px;
    background: #9013FE;
    color: #ffffff;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: .5px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-decoration: none;
    border: 0;
}

.btn-no-shade{
    box-shadow: none;
}

a.btn_call,
.btn_call{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-decoration: none;
}

.rainbow{
    background-image: linear-gradient(135deg, #ff59de 0%, #00d1ff 80%, #00eaff 100%);
}

.lila{
    background-image: linear-gradient(135deg, #B166FE 0%, #EFBAD3 100%);
}

.pearl{
    background-image: linear-gradient(135deg, #3DAEC3 0%, #98E1A2 100%);
}

.sea{
    background-image: linear-gradient(135deg, #3489EE 0%, #35C4DD 100%);
}

.delila{
    background-image: linear-gradient(135deg, #4F8DF0 0%, #E6A9FF 100%);
}

.lavagreen{
    background-color: #1ff2d6;
}

.lavagreen:hover{
    background-color: #18CACC;
}

.red{
    background-color: #d0021b;
}

.red:hover{
    background-color: #A90519;
}

.green{
    background-color: #7ED321;
}

.green:hover{
    background-color: #63A41B;
}

.pink{
    background-color: #f73fcd;
}

.pink:hover{
    background-color: #D906A9;
}

.blue{
    background-color: #01b7ff;
}

.blue:hover{
    background-color: #4A90E2;
}

.violet{
    background-color: #BD79F9;
}

.violet:hover{
    background-color: #915DBF;
}

.gold{
    background-color: #DEC201;
}

.gold:hover{
    background-color: #BEA602;
}

/* ================= SURVEY ICONS ================= */


/* index */

.respo-menu{
    background: url(../svg/icons/index/menu.svg) no-repeat left bottom transparent;
}

.respo-user{
    background: url(../svg/icons/index/user.svg) no-repeat center bottom transparent;
}

.send-email{
    background: url(../svg/icons/index/send-mail.svg) no-repeat center bottom transparent;
}

.send-text{
    background: url(../svg/icons/index/send-text.svg) no-repeat center bottom transparent;
}

.reset-pass{
    background: url(../svg/icons/index/reset-pass.svg) no-repeat center bottom transparent;
}

/* questions */

.licon{
    background: url(../svg/icons/survey/clock.svg) no-repeat center bottom transparent;
}

.user-love{
    background: url(../svg/icons/survey/user-love.svg) no-repeat center bottom transparent;
}

.break{
    background: url(../svg/icons/survey/break.svg) no-repeat center bottom transparent;
}

.user-half-left{
    background: url(../svg/icons/survey/user-half-left.svg) no-repeat center bottom transparent;
}

.user-half-right{
    background: url(../svg/icons/survey/user-half-right.svg) no-repeat center bottom transparent;
}

.work{
    background: url(../svg/icons/survey/work.svg) no-repeat center bottom transparent;
}

.licon-resp-menu.respo-break{
    background: url(../svg/icons/survey/respo-break.svg) no-repeat center bottom transparent;
}

.respo-logout .licon.icon-survey{
    background: url(../svg/icons/survey/logout-break.svg) no-repeat center bottom transparent;
}

.rush{
    background: url(../svg/icons/survey/rush.svg) no-repeat center bottom transparent;
}

.sex{
    background: url(../svg/icons/survey/sex.svg) no-repeat center bottom transparent;
}

.mirror{
    background: url(../svg/icons/survey/mirror.svg) no-repeat center bottom transparent;
}

.scomplete{
    background: url(../svg/icons/survey/scomplete.svg) no-repeat center bottom transparent;
}

.ribbon{
    background: url(../svg/icons/survey/ribbon.svg) no-repeat center bottom transparent;
}

.error{
    background: url(../svg/icons/survey/error-face.svg) no-repeat center bottom transparent;
}

.magic{
    background: url(../svg/icons/survey/magic.svg) no-repeat center bottom transparent;
}

.your_own{
    background: url(../svg/icons/survey/your_own.svg) no-repeat center center transparent;
}

/* picture */

.camera{
    background: url(../svg/icons/survey/camera.svg) no-repeat center bottom transparent;
}

.avatar-big,
.gal-pic input{
    background: url(../svg/icons/pics/avatar_big.svg) no-repeat center bottom #e6ebf2;
    float: none;
}

.pichint{
    background: url(../svg/icons/pics/pichint.svg) no-repeat center bottom transparent;
}

.smile{
    background: url(../svg/icons/pics/smile.svg) no-repeat center center transparent;
}

.body{
    background: url(../svg/icons/pics/body.svg) no-repeat center center transparent;
}

.noflash{
    background: url(../svg/icons/pics/noflash.svg) no-repeat center center transparent;
}

.trees{
    background: url(../svg/icons/pics/trees.svg) no-repeat center center transparent;
}

.friends{
    background: url(../svg/icons/pics/friends.svg) no-repeat center center transparent;
}

.values{
    background: url(../svg/icons/survey/values.svg) no-repeat center center transparent;
}

.verificode{
    background: url(../svg/icons/pics/verificode.svg) no-repeat center center transparent;
}

.pending-ver{
    background: url(../svg/icons/pics/pendingv.svg) no-repeat center center transparent;
}

/* ================= HEARTS ================= */


.heart {
    background: url(../svg/navigation/heart_pink.svg) no-repeat center center transparent;
    width: 38px;
    height: 38px;
    position: relative;
    display: block;
}

.heart.x2,
.heart.x4{
    background-image: url(../svg/navigation/heart_blue.svg);
}

.heart.x3,
.heart.x6{
    background-image: url(../svg/navigation/heart_purple.svg);
}


.x1 {
    left: 42%;
    opacity: 1;
    -webkit-animation: moveclouds 1.5s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: moveclouds 1.5s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.x2 {
    left: 48%;
    opacity: 1;
    -webkit-animation: moveclouds 2s linear infinite, sideWays 1s ease-in-out infinite alternate;
    -moz-animation: moveclouds 2s linear infinite, sideWays 1s ease-in-out infinite alternate;
}


.x3 {
    left: 37%;
    opacity: 1;
    -webkit-animation: moveclouds 1.5s linear infinite, sideWays 1.5s ease-in-out infinite alternate;
    -moz-animation: moveclouds 1.5s linear infinite, sideWays 1.5s ease-in-out infinite alternate;
}


.x4 {
    left: 35%;
    opacity: 1;
    -webkit-animation: moveclouds 3s linear infinite, sideWays 2.5s ease-in-out infinite alternate;
    -moz-animation: moveclouds 3s linear infinite, sideWays 2.5s ease-in-out infinite alternate;
}


.x5 {
    left: 45%;
    opacity: 1; 
    -webkit-animation: moveclouds 2.2s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: moveclouds 2.2s linear infinite, sideWays 3s ease-in-out infinite alternate;
}


.x6 {
    left: 50%;
    opacity: 1; 
    -webkit-animation: moveclouds 2.5s linear infinite, sideWays 1.8s ease-in-out infinite alternate;
    -moz-animation: moveclouds 2.5s linear infinite, sideWays 1.8s ease-in-out infinite alternate;
}

@-webkit-keyframes moveclouds { 
    0% {
        opacity:0;
        top: -100px;
    }
    40%{
        opacity: 1
    }
    80%{
        opacity:1;
    }
    100% {
        opacity: 0;
        top: -500px;
    }
}

@keyframes moveclouds {     
    0% { 
        opacity:0;
        top: -100px;
    }
    40%{
        opacity: 1
    }
    80%{
        opacity:1;
    }
    100% { 
        opacity: 0;
        top: -500px;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:50px;
    }
}














































/* ================= RESPONSIVE ================= */

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

    /* INDEX */

    .header-login{
        right: 20px;
    }

    .top-logo-in{
        margin-left: 20px;
    }
    .logout-btn.top-white-btn{
        margin-right: 20px;
    }

}


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

    /* INDEX */

    /* podcast */

    .half-box{
        width: 100%;
    }

    .half-info {
        width: 95%;
    }

    .week-podcast .section-title{
        margin-bottom: 40px;
    }

    .week-podcast .more-subtitle{
        text-align: center;
        margin-bottom: 30px;
    }

    .pod-desc {
        margin-bottom: 10px;
        text-align: center;
    }

    .week-podcast .video-cont{
        margin-top: 50px;

    }

    /* better than swiping */

    .main-video .main-content{
        overflow: hidden;
    }

    .b-one {
        left: 12px;
    }
    .b-three {
        left: 509px;
    }

    .b-four {
        left: 748px;
    }

    .b-five {
        left: 569px;
    }

    /* more than */
    .video-cont {
        width: 100%;
    }

    .more-vid-row,
    .three-box{
        width: 50%;
    }

    .v-r-3,
    .test-3{
        display: none;
    }

    .more-vid-row-cont {
        margin:0 auto;
    }

    .more-title{
        font-size: 20px;
    }

    .feature-box {
        width: 100%;
        float: none;
    }

    .feature-pic{
        float: none;
        width: 100%;
    }

    .feature-pic-con{
        margin:0 auto;
    }


}

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

    /* INDEX */
    .top-logo{
        width: 124px;
        margin-right: 30px;
    }

    .top-login{
        float: right;
        width: 35%;
    }

    .top-menu{
        width: 45%;
    }

    /* join */
    .why-title{
        font-size: 50px;
    }
    .why-subtitle{
        font-size: 21px;
    }

    .why-icon {
        width: 100px;
        height: 100px;
    }

    .why-cont-in{
        width: 200px;
    }

    /* VALUES */
    .value-on{
        width: 95%;
    }

}

@media screen and (max-width: 1180px) {
    
    /* VALUES */
    .value-container-right{
        z-index: 2;
    }

    .value-top{
        width: 100%;
        max-width: 100%;
    }

    .value-bot{
        padding-left: 0;
    }

}

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

    /* VALUES */
    .value-container-right{
        width: 600px;
    }

    .value-top{
        padding-top: 40px;
    }

    .value-choice{
        margin: 10px 5px;
    }
}

@media screen and (max-width: 1015px) {
    
    /* VALUES */
    .value-cont{
        width: 280px;
    }

}

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

    /* VALUES */
    .value-cont .survey-question.title-bo{
        font-size: 25px;
    }

}

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

    /* VALUES */
    .value-container-right{
        width: 485px;
    }

    .value-choice{
        width: 145px;
        font-size: 12px;
    }

    .box-in{
        width: 145px;
    }

}

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

    /* INDEX */

    .header-login span{
        display: none;
    }

    /* join */

    .why-join .main-title, .why-join .section-title{
        float: right;
        position: relative;
    }

    .why-box-right{
        float: none;
        display: block;
        width: 95%;
        margin: 0 auto;
    }

    .why-box-left {
        width: 100%;
        float: none;
        margin: 0 auto;
        display: block;
        margin-top: 40px;
    }

    .why-join .gradient-orange, 
    .why-join .gradient-purple{
        margin: 0 auto;
    }

    .why-cont-in{
        width: 80%;
    }

    /* more than */
    .v-r-2,
    .test-2{
        display: none;
    }

    .more-vid-row,
    .three-box {
        width: 100%;
    }

    .more-title{
        font-size: 30px;
    }

    /* more than */
    .fact-desc{
        padding: 0 10px;
        line-height: 20px;
    }

    /* payment */
    .coupon-icon{
        left: 10px;
    }

    .fav-banner {
        width: 80px;
        height: 90px;
    }

    .favfav-ttext{
        text-align: center;
        margin-right: 0;
    }

    .fanfav-btext{
        font-size: 12px;
    }

    .fanfav{
        margin-right: 0;
        display: block;
        margin: 0 auto;
    }

}

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

    /* INDEX */

    /* sticky menu */
    .menu-top{
        display: none;
    }

    /* join */
    .why-cont {
        width: 100%;
        margin-bottom: 30px;
    }

    .why-join .gradient-blue, 
    .why-join .gradient-green{
        margin-top: 0;
    }

    /* better */
    .main-video .video-cont{
        width: 95%;
        margin:0 auto;
    }

    .b-one{
        top: 278px;
        left: 245px;
    }

    .b-three{
        top: 198px;
        left: 177px;   
    }

    .b-four{
        top: 250px;
        left: -101px;   
    }

    /* facts */
    .row-facts{
        width: 100%;
    }

    .r-f-2{
        margin-top: 50px;
    }

    .fact-desc{
        font-size: 12px;
    }

    .fact-title{
        font-size: 18px;
    }

    .icon {
        width: 87px;
        height: 87px;
    }

    .gradient-green .fact-icon,
    .gradient-orange .fact-icon,
    .gradient-purple .fact-icon,
    .gradient-blue .fact-icon{
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .main-content .section-button{
        width: 90%;
        margin: 100px auto;
    }

    /* VALUES */

    .value-cont .survey-question.title-bo{
        font-size: 20px;
    }

    .subvalues{
        font-size: 14px;
    }

    .question-value-cont{
        padding-right: 0;
    }

    .value-cont{
        width: 195px;
    }

    .box-in{
        margin-left: 0px;
    }

}

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

    /* VALUES */
    .question-value:before{
        display: none;
    }

    .question-value{
        position: relative;
        height: 46px;
        margin-bottom: 17px;
        padding-top: 12px;
        margin-bottom: 6px;
    }

    .question-value.qv1{
        padding-top: 6px;
        margin-bottom: 12px;
    }

    .box-in{
        position: absolute;
        top: 0;
        left: 0;
        line-height: 64px;
    }

    .value-cont{
        width: 145px;
    }

    .subvalues{
        font-size: 12px;
    }

}



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

    /* INDEX */

    .main-content .section-button{
        margin-bottom: 0;
    }

    .why-join .main-title, 
    .why-join .section-title{
        float: none;
        position: static;
    }

    .main-title,
    .section-title{
        float: none;
        position: static;
    }

    .why-join .main-title{
        padding-left: 10px;
    }

    .main-title{
        font-size: 40px;
        padding-left: 20px;
    }

    .section-title{
        text-align: center;
    }

    .section-title:after{
        margin: 0 auto;
        margin-top: 30px;
    }

    /* header */
    .header .logout-btn{
        display: none;
    }

    .menu-top{
        display: none!important;
    }

    .info-concern{
        font-size: 12px;
        width: 100%;
    }

    /* parallax header */

    .bg_first{
        min-height: 1400px!important;
    }

    .header .main-content{
        background: rgb(235,235,236);
        background: linear-gradient(0deg, rgba(235,235,236,0) 0%, rgba(235,235,236,0.9023984593837535) 50%, rgba(235,235,236,0.9023984593837535) 100%);
    }

    .header-phrase-one,
    .header-phrase-two,
    .header-text{
        width: 95%;
        margin-right: auto;
        margin-left: auto;
    }

    .header-btn .main-btn{
        width: 80%;
    }

    .hidden-header .main-content{
        width: 100%;
    }

    .like-icon.like-right{
        right: 100px;
    }

    .like-icon.like-left{
        left: 100px;
    }

    /* podcast */

    .pod-desc,
    .week-podcast .more-subtitle{
        text-align: left!important;
    }

    /* footer */

    .main-content{
        padding: 100px 0;
    }

    .mf-right, .mf-center{
        width: 50%;
    }

    .mf-left{
        width: 100%;
        margin-top: 50px;
    }

    /* LOGIN */

    body{
        font-size: 16px;
    }

    .logo{
        width: 130px;
        height: 33px;
        padding-top: 19px
    }

    .header-survey{
        height: 77px;
        background-color: #EBEBEC;
    }

    .white-container,
    .index-box-container{
        margin-bottom: 25px;
        /*min-height: 635px;*/
        height: auto;
        width: 95%;
        border-radius: 25px;
    }

    .white-container-in,
    .pichints-content{
        padding: 20px 10px;
    }

    button .main-btn{
        width: 100%;
        max-width: 350px;
    }

    .info-content{
        width: 100%;
    }

    .info-phrase{
        font-size: 16px;
    }

    .footer{
        opacity: .3;
    }

    .footer span{
        display: none;
    }

    input{
        width: 90%;
        padding-right: 10%;
    }

    .half-box-cont.fname input{
        width: 100%;
    }

    .half-box-cont.fright input{
        width: 80%;
        padding-right: 20%;
    }

    /* SURVEY LOGOUT */

    .respo-menu-left{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 42px;
        height: 53px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
        border-radius: 0 0 30px;
        background-color: #ffffff;
        cursor: pointer;
    }


    .respo-menu-right{
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100;
        width: 42px;
        height: 53px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
        border-radius: 0 0 0 30px;
        background-color: #ffffff;
        cursor: pointer;
    }

    .licon-resp-menu{
        width: 27px;
        height: 27px;
        display: block;
        margin-top: 10px;
        margin-left: 10px;
    }

    .respo-menu-left .licon-resp-menu {
        margin-left: 7px;
    }

    .respo-logout{
        display: none;
        width: 100%;
        height:100vh;
        position: fixed;
        top: 0;
        background: purple;
        background-image: linear-gradient(-45deg, #efbad3 0%, #a254f2 100%);
        z-index: 101;
        color: #ffffff;
        text-align: center;
    }

    .respo-logout .licon.icon-survey{
        width: 55px;
        height: 55px;
        margin: 100px 0 10px 0;
    }

    .respo-logout .break-desc{
        display: block;
        color: #ffffff;
        font-size: 42px;
        margin-bottom: 75px;
        font-family: 'Work Sans', sans-serif;
        font-weight: 100;
    }

    .respo-logout .logout-btn{
        width: 90%;
        height: 36px;
        margin:0 auto;
        border-radius: 28px;
        font-size: 15px;
        padding-top: 20px;
        line-height: 12px;
        display: block!important;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .go_back{
        display: block;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.25px;
        line-height: 24px;
        text-decoration: underline;
        margin-top: 80px;
        cursor: pointer;
    }

    .survey-logout{
        display: none;
    }

    /* QUESTIONS */

    body.survey {
        background: #ffffff;
    }

    body.survey.surveymore{
        background: #EBEBEC;
    }

    .header-survey{
        width: 100%;
    }

    .curtain{
        background-color: #EBEBEC;
        width: 100%;
        height: 50px;
        display: block;
        position: fixed;
        z-index: 0;
        top: 64px;
    }

    .survey-logo .logo{
        max-width: 128px;
        width: 100%;
        height: 33px;
        padding-top: 19px;
    }

    .survey-logo{
        padding-left: 15px; */
    }

    .survey-heart{
        height: 77px;
    }

    .survey-heart-in{
        width: 55px;
        height: 77px;
        bottom: 0px;
    }

    .white-container.w-c-questions{
        width: 100%;
        box-shadow: none;
        border-radius: 25px 25px 0 0;
        margin-bottom: 0;
    }

    body.survey .footer{
        display: none;
    }

    body.survey.surveymore .footer{
        display: block;
    }

    button.login-2{
        display: block;
        margin:0 auto;
        margin-top: 30px;
    }

     /* HEART */

    .ldBar {
        height: 100% !important;
        width: 100% !important;
        background-size: 50px;
    }

     /* RUSH */

    .notification-bx .main-btn{
        width: 90%;
    }

    .notification-bx .subtitle-big{
        font-size: 20px;
    }

    .desc{
        font-size: 15px;
    }

    .mini-desc{
        font-size: 11px;
    }

    .notification-bx{
        z-index: 102;
        height: 100vh;
    }

    .container-notification{
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        border-radius: 0;
        z-index: 102;
    }

     /* SXSURVEY */
    
    .container-notification.sxs{
        z-index: 99;
    }

    .supermini-desc{
        width: 80%;
    }

     /* PICTIPS */

     .close{
        width: 100%;
        height: 36px;
        box-shadow: 0 7px 11px -8px #000000;
        border-radius: 28px;
        background: #9013FE;
        padding-top: 20px;
        font-size: 15px;
        cursor: pointer;
        font-weight: 500!important;
        letter-spacing: .5px;
        line-height: 20px;
        font-family: 'Ubuntu', sans-serif;
        position: static;
        margin: 0 auto;
        margin-top: 30px;
    }

     .container-notification.pictips{
        z-index: 99;
    }

     .main_icon_pic{
        margin-top: 20px;
    }

     .pict hr.subtitle-line{
        margin-bottom: 15px;
    }

     .pichints-content{
        padding-top: 0;
        padding-bottom: 0;
    }

     .info-phrase {
        margin-top: 20px;
    }

    .pichints-content .lil-desc{
        font-size: 14px;
        line-height: 22px;
    }

    .image-container{
        width: 100%;
        height: 258px;
    }

    .pic-small, .pic-big{
        width: 18%;
        margin: 0;
    }

    .pic-bar{
        width: 60%;
    }

    .image-crop{
        width: 250px;
        height: 250px;
    }

    .question-gal{
        font-size: 18px;
        margin-top: 20px;
    }

    .answer-gal{
        font-size: 12px;
    }

    .survey-question.title-bo{
        font-size: 22px;
    }

    .picture.icon-info{
        top: 20px;
        right: 20px;
    }

    .inside-btn .double-btn{
        width: 130px;
    }

    .inside-btn .double-btn-container{
        width: 300px;
        margin: 0 auto;
    }

     /* PICTIPS */
     .container-notification.couponcox{
        z-index: 103;
     }

     .coupon-cont{
        height: 90vh;
        width: 90%;
     }

     /* THE TERMS */

    #the_terms{
        border-radius: 0;
        max-height: 100%;
        margin: 0;
    }

    #the_terms p{
        font-size: 14px;
        line-height: 23px;
    }

    h2{
        font-size: 16px;
    }

    /* SURVEY LOGOUT */

    .subs-container{
        z-index: 5;
    }

    .logo-cards,
    .titlesub{
        display: none;
    }

    .subscont{
        margin-top: 0;
    }

    .subscont-in{
        padding-top: 0px;
        width: 95%;
        margin: 10px auto;
        border-radius: 10px;
        overflow: hidden;
    }

    .subscont,
    .subs-3-cont,
    .bot-lilcont{
        max-width: 100%;
    }

    .subs-3,
    .subs-3-cont,
    .bot-lilcont{
        width: 100%;
    }

    .subs-3-cont{
        border-radius: 0;
        box-shadow: none!important;
    }

    .top-lilcont.gradient-purple,
    .top-lilcont.gradient-blue,
    .top-lilcont.gradient-green{
        background: none;
    }

    .subleft{
        background-image: linear-gradient(135deg, #4F8DF0 0%, #E6A9FF 100%);
    }

    .submid{
        background-image: linear-gradient(135deg, #3489EE 0%, #35C4DD 100%);
    }

    .subright{
        background-image: linear-gradient(135deg, #3DAEC3 0%, #98E1A2 100%);
    }

    .text-month {
        font-size: 30px;
    }

    .circle-month,
    .text-month{
        display: inline-block;
        vertical-align: middle;
    }

    .circle-month{
        width: 46px;
        height: 46px;
        margin-right: 20px;
        line-height: 44px;
        font-size: 35px;
    }

    .top-lilcont{
        height: auto;
    }

    .reg-price,
    .found-price,
    .cost-row,
    .now-price,
    .now-price-title,
    .bot-lilcont,
    span.reg-price-title, 
    span.found-price-title,
    .submid .now-price, 
    .submid .now-price-title,
    .subright .now-price, 
    .subright .now-price-title{
        color: #ffffff;
    }

    .price-line,
    .reg-price-title{
        display: inline-block !important;
    }

    .discount-btn{
        width: 88px;
        font-weight: 500;
        font-size: 14px;
        padding: 5px 0;
        text-align: center;
        margin-right: 10px;
    }

    .discount-btn, .old-prices{
        display: inline-block;
        position: static;
        vertical-align: middle;
    }

    .top-cont-sub{
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .old-prices{
        text-align: left;
    }

    .coupon-icon,
    .now-price,
    .now-price-title{
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .bot-lilcont{
        text-align: left;
    }

    .price-line,
    .found-price-title{
        display: inline-block !important;
        margin-bottom: 0;
        font-size: 14px;
    }

    .price-line{
        margin-right: 10px;
        font-weight: 400;
    }

    .now-price-title{
        font-size: 20px;
        font-weight: 500;
        margin-left: 5px;
    }

    .coupon-icon{
        position: static;
        display: inline-block;
    }

    .coupon-icon svg .st0,
    .coupon-icon svg .st1,
    .coupon-icon svg .st2{
        stroke: #ffffff;
    }

    .reg-price,
    .found-price,
    .cost-row{
        width: 180px;
        display: block;
        margin: 0 auto;
        font-size: 14px;
    }

    .cost-row{
        width: 185px;
        margin: 10px auto;
     }

    .bot-lilcont .main-btn{
        text-align: center;
        width: 90%;
    }

    .subs-3-cont{
        height: auto;
        background-color: transparent;
    }

    .now-price{
        font-size: 30px;
    }

    .bot-lilcont{
        padding-top: 6px;
    }

    .subscont-in .red{
        top: 0;
        left: 0;
        margin: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 42px;
        height: 53px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
        border-radius: 0 0 30px;
        cursor: pointer;
        padding-top: 0;
        text-indent: -99999px;
        background: url(../svg/navigation/cancel.svg) no-repeat center #ffffff;
    }

    .reg-price-title, 
    .found-price-title{
        margin-bottom: 0;
    }

    .subs-container{
        min-height: 100%;
        height: auto;
    }

    .subleft .delila{
        background-color: #9013FE;
        background-image: none;
        margin: 20px auto;
        margin-top: 10px;
    }

    .submid .sea{
        background-color: #016CFE;
        background-image: none;
        margin: 20px auto;
        margin-top: 10px; 
    }

    .subright .pearl{
        background-color: #04BA77;
        background-image: none;
        margin: 20px auto;
        margin-top: 10px;
    }

    .fav-banner {
        width: 22%;
        height: auto;
    }

    .fanfav{
        display: inline-block;
        margin-right: 5px
    }

    .fanfav-btext{
        margin-bottom: 10px;
    }

    .subleft .price-line,.subleft .reg-price-title,
    .subleft .price-line,.subleft .found-price-title{
        color: #F0E0FF;
    }

    .submid .price-line,.submid .reg-price-title,
    .submid .price-line,.submid .found-price-title{
        color: #E0F1FF;
    }

    .subright .price-line,.subright .reg-price-title,
    .subright .price-line,.subright .found-price-title{
        color: #D5FFAB;
    }

    .value-container-left,
    .value-container-right{
        margin-bottom: 25px;
        height: auto;
        width: 95%;
        border-radius: 25px;
        margin: 0 auto;
        right: 0;
        left: 0;
    }

    .value-container-right{
        z-index: 1;
        height: 548px;
    }

    /* VALUES */
    .value-on{
        width: 100%;
    }
    
    .value-container-right{
        display: none;
    }

    .value-cont{
        width: 100%;
    }

    .value-cont .survey-question.title-bo{
        font-size: 22px;
    }

    .subvalues{
        font-size: 16px;
    }

    .question-value:before{
        display: inline-block;
    }

    .box-in{
        width: 179px;
        position: static;
        margin-left: 10px;
        line-height: 45px;
    }

    .question-value.qv1,
    .question-value{
        margin-bottom: 14px;
        padding-top: 0;
    }

    .question-value-cont{
        padding-right: 40px;
        padding-top: 19px;
        margin-bottom: 20px;
    }

    .respopic,
    .addvalue{
        display: block!important;
    }

    .question-value.qv1,
    .question-value{
        margin-bottom: 10px;
    }

    .value-top{
        padding-top: 15px;
        width: 340px;
        margin: 0 auto;
        float: none;
    }

    .value-choice {
        margin: 0px 5px 10px 0;
        width: 160px;
    }

    .value-choice.choicel{
        margin-right: 0;
    }

    .value-bot{
        margin: 5px auto 0;
        width: 95%;
    }

    .no-respopic{
        display: none!important;
    }

}

@media screen and (max-width: 560px) {
    
    /* INDEX */

    /* join */
    .why-cont-in {
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .why-join .main-content{
        padding-bottom: 0;
    }

    .why-cont {
        margin-bottom: 0px;
    }

    /* podcast */
    .week-podcast .video-cont{
        width: 90%;
    }

    /* input */
    .half-box-cont.fright input{
        width: 75%;
        padding-right: 25%;
    }

}

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

    /* INDEX */

    .section-title{
        text-align: left;
    }

    .section-title:after{
        margin: 0;
        margin-top: 30px;
    }

    .week-podcast .main-title{
        padding-left: 10px;
    }

    /* gallery */
    .g-p-r-cont{
        margin-top: 0px;
    }

    .gallery-pic-row{
        width: 100%;
    }

    .cont-p-mid{
        margin-top: 20px;
    }

    .filled-pic input{
        width: 80px;
        height: 80px;
    }

    .gal-pic.filled-pic::before{
        width: 84px;
        height: 84px;
    }

    .gal-pic input{
        width: 80px;
        height: 80px;
    }

    .question-gal{
        font-size: 16px;
    }

    .answer-gal{
        margin-bottom: 20px;
    }

    .gallery-row .link-text{
        line-height: 20px;
    }

    /* gallery */
    .fanfav{
        width: 15px;
        height: 15px;
    }

    .favfav-ttext{
        font-size: 20px;
    }

    .fanfav-btext{
        font-size: 9px;
        letter-spacing: 1px;
    }

}


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

    /* more than */
    .more-vid-row-cont{
        width: 90%;
    }

    .lil-desc,
    .pichints-content .lil-desc{
        width: 77%;
    }

}

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

    /* INDEX */

    /* loginbox */
    select.month, select.day {
        margin-right: 5px;
    }

    select{
        padding-right: 35px!important;
    }

    .button-gender-in{
        width: 50px;
        height: 50px;
    }

    .full-text-box-cont.post-code{
        width: 100%;
    }

    .answer-column-left{
        margin-right: 4%;
    }

    /* loginbox */
    .sub-ver{
        width: 45%;
        padding-right: 5%;

    }

    /* input */
    .half-box-cont.fright input{
        width: 70%;
        padding-right: 30%;
    }

}

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

    /* VALUES */

    .value-choice{
        width: 95%;
        font-size: 14px;
        margin-right: 0;
        font-weight: 500;
    }

    .value-on{
        height: auto;
    }

    .value-container-right{
        display: block;
        position: static;
    }

    .value-bot{
        margin-bottom: 20px;
    }

}

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

    /* pic */
    .upload-pic {
        width: 100%;
        height: auto;
        padding-bottom: 100%;
    }

    /* verify pic */
    .pic-vericode{
        width: 100%;
        height: auto;
    }

    .pic-vericode img {
        width: 100%;
        height: auto;
    }

    /* double answer */
    .double-btn{
        width: 140px;
    }
}

@media screen and (max-width: 311px){
    .db-left, 
    .db-right{
        width: 100%;
    }

    .db-right{
        margin-top: 30px;
    }
}

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

    /*VALUES*/

    .question-value-cont{
        padding-right: 0;
    }

    .box-in {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 64px;
        margin-left: 0;
        width: 100%;
        text-indent: -9999px;
    }

    .question-value {
        position: relative;
        height: 46px;
        padding-top: 0px;
        margin-bottom: 6px;
        line-height: 50px;
    }

    .question-value:before{
        display: none;
    }


}


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

    .image-crop{
        width: 100%;
        height: 100%;
    }

    .inside-btn{
        width: 100%;
        margin-bottom: 20px;
    }

    .inside-btn .double-btn{
        width: 150px;
    }

    /* verify pic */

    .sub-ver, .img-ver{
        display: block;
        width: 100%;
    }
    .sub-ver{
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

}






















