/*====================================== reset.css is here ========================================*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    display: block;
    max-width: 100%;
    height: auto;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: bold;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    display: block;
    height: 0;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.last {
    margin: 0 !important;
}

.pad_last {
    padding: 0 !important;
}

.no_bg {
    background: none !important;
}

.no_bor {
    border: 0 none !important;
}

header,
nav,
section,
article,
aside,
footer,
hgroup,
figure {
    display: block;
    padding: 0;
    margin: 0;
}

/**************************************************************************************/
a {
    color: #000;
    text-decoration: none;
    outline: 0 none !important;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    outline: 0 none !important;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -web-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

h1 {
    font-size: 80px;
    line-height: 81px;
    color: #000;
    font-weight: 700;
    margin: 0 0 15px 29px;
}

h2 {
    font-size: 50px;
    line-height: 55px;
    color: #000;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.2px;
    padding: 0 0 13px 0;
}

h3 {
    font-size: 40px;
    line-height: 45px;
    color: #3b215b;
    font-weight: 600;
    margin: 0;
    font-style: italic;
}

h4 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

h5 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}

h6 {
    font-size: 26px;
    line-height: 30px;
    color: #3b215b;
    font-weight: 400;
}

p {
    color: #222222;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
}

a.learn {
    width: 210px;
    background: #D8375F;
    height: 61px;
    border-radius: 40px;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 61px;
    display: block;
    text-align: center;
}

/*---------------------------------------------------*/
html {
    height: 100%;
}

body {
    color: #171718;
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    height: 100%;
    font-weight: 400;
}

.flt_lt {
    float: left;
    display: inline;
}

.flt_rt {
    float: right;
    display: inline;
}

.btn {
    background: #fff;
    width: 349px;
    height: 46px;
    margin: 0 auto;
    display: block;
    border-radius: 40px;
    text-align: center;
}

.str {
    font-size: 15px;
    line-height: 17px;
    color: #222222;
    display: block;
    text-align: right;
    font-weight: 700;
    margin: 12px 16px 0 0;
}

/*--fonts here--*/

/*-----------LayOut Start here-----------------------*/
.wrapper {
    margin: 0 auto;
    max-width: 1920px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: #fff;
}

.container {
    max-width: 1426px;
    margin: 0 auto;
    padding: 0;
}

@font-face {
    font-family: 'SegoeUI-Regular';
    src: url('../fonts/SegoeUI-Regular/SegoeUI-Regular.eot#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI-Regular/SegoeUI-Regular.woff') format('woff'),
        url('../fonts/SegoeUI-Regular/SegoeUI-Regular.ttf') format('truetype'),
        url('../fonts/SegoeUI-Regular/SegoeUI-Regular.svg#SegoeUI-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI-Bold';
    src: url('../fonts/SegoeUI-Bold/SegoeUI-Bold.eot#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI-Bold/SegoeUI-Bold.woff') format('woff'),
        url('../fonts/SegoeUI-Bold/SegoeUI-Bold.ttf') format('truetype'),
        url('../fonts/SegoeUI-Bold/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*-----------------home page start---------------------*/
/*--header start--*/
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}

.header-dtls {
    padding: 0 30px 0 0;
}

.home {
    padding-top: 40px;
}

.nav-leftmain {
    padding-top: 40px;
}

.logo {}

.logo a {}

.logo a img {}

nav {
    padding: 0 0 0 0;
}

nav ul {
    margin: 0 -2px;
}

nav ul li {
    padding: 0 13.4px;
    line-height: 61px;
}

nav ul li a {
    font-size: 15px;
    line-height: 16px;
    color: #636568;
    font-weight: 400;
}

.nav-left {
    padding: 0 19px 0 0;
}

.nav-left ul {}

.nav-left ul li {
    padding: 0 13.4px;
    line-height: 61px;
}

.nav-left ul li a {
    font-size: 15px;
    line-height: 16px;
    color: #636568;
    font-weight: 400;
    text-decoration: underline;
}

.nav-left ul li a:hover {
    color: #000;
    text-decoration: none;
}

/*.nav-left ul li.update a{background:#D8375F;}*/
.nav-inner {
    text-align: left;
    border: 1px solid rgb(157, 148, 148);
    width: 370px;
    padding: 50px 40px 35px 40px;
    background: #fff;
    border-radius: 12px;
    display: none;
    position: absolute;
    top: 30px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    right: 30px;
    z-index: 99;
}

.menu-main {
    position: relative;
}

.nav-inner ul {}

.nav-inner ul li {
    padding: 0 0 9px 0;
}

.nav-inner ul li a {
    color: #000;
    font-size: 22px;
    font-weight: bold;
}

.banner {
    background: url(../images/banner.png)no-repeat;
    min-height: 1082px;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}

.banner-dtls {
    position: absolute;
    top: 247px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1261px;
}

.banner-dtls h3 {
    padding: 0 0 0 29px;
}

.banner-dtls h1 {}

.banner-dtls h1 strong {
    font-weight: 700;
}

.banner-dtls h1 span {
    display: block;
    margin: 15px 0 0 0;
}

.banner-dtls h1 sup {
    font-size: 40px;
    top: -1em;
    left: -23px;
    font-weight: 400;
}

.banner-dtls a {
    width: 210px;
    background: #D8375F;
    height: 61px;
    border-radius: 40px;
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    line-height: 61px;
    display: block;
    text-align: center;
    margin: 27px 0 30px 30px;
}

.banner .results {
    position: absolute;
    text-align: right;
    top: 141px;
    right: 271px;
    color: #636568;
    font-size: 15px;
    line-height: 16px;
    display: block;
    font-weight: 700;
}

.banner-dtls p {
    padding: 13px 0 0 29px;
}

.girl-img {
    position: absolute;
    right: 108px;
    bottom: 3px;
}

.girl-img figure img {
    width: 880px;
}


.unique {
    position: relative;
}

.unique-block {
    background: #f2f2f2;
}

.unique-dtls {
    /* padding: 0 0 0 15px; */
    max-width: 1200px;
    margin: 0 auto;
}

.unique-left {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cedfe7+0,c8dbe3+26,e5eef2+52,eef4f7+67,fbfdfd+78 */
    background: #cedfe7;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #cedfe7 0%, #c8dbe3 26%, #e5eef2 52%, #eef4f7 67%, #fbfdfd 78%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #cedfe7 0%, #c8dbe3 26%, #e5eef2 52%, #eef4f7 67%, #fbfdfd 78%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #cedfe7 0%, #c8dbe3 26%, #e5eef2 52%, #eef4f7 67%, #fbfdfd 78%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cedfe7', endColorstr='#fbfdfd', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    padding: 0 0 0 0;
    min-height: 582px;
    text-align: center;
    margin: -153px 0 0 0;
    z-index: 3;
}

.unique-left figure img {
    margin: 0 auto;
}

.unique-left figure {
    padding: 0 0 0 0;
    width:600px;
}

.unique-right {
    text-align: center;
}

.unique-right {
    padding: 93px 0 0 0;
}

.bubble1 {
    position: absolute;
    left: 0;
    top: 43%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
}

.bubble2 {
    position: absolute;
    right: 0;
    top: 57%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
}

.start {}

.start-in {
    padding: 146px 0 149px 0;
    max-width: 1231px;
    margin: 0 auto;
}

.start-left {
    padding: 0 0 0 15px;
    z-index: 3;
}

.start-left figure {}

.start-left figure img {}

.start-left h2 {
    padding: 0 0 16px 0;
}

.start-left p {
    padding: 0 0 20px 0;
}

.start-left a {}

.start-leftin {
    padding: 83px 0 0 42px;
}

.start-rgt {
    padding: 160px 0 0 19px;
    position: relative;
    z-index: 2;
}

.start-rgt figure {
    padding: 0 16px 0 0;
}

.start-rgt figure img {}

.start-rgt strong {
    text-align: right;
    display: block;
    font-size: 15px;
    line-height: 17px;
    color: #636568;
    margin: 12px 16px 0 0;
    font-weight: bold;
}

.result {
    padding: 153px 0 0 0;
}

.result-store-blk {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bed4df+0,c5d7e1+22,c5d7e1+22,c3d7e0+43,e8edf1+69,e8edf1+69,f2f2f2+100 */
    background: #bed4df;
    /* Old browsers */
    background: -moz-linear-gradient(top, #bed4df 0%, #c5d7e1 22%, #c5d7e1 22%, #c3d7e0 43%, #e8edf1 69%, #e8edf1 69%, #f2f2f2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bed4df 0%, #c5d7e1 22%, #c5d7e1 22%, #c3d7e0 43%, #e8edf1 69%, #e8edf1 69%, #f2f2f2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bed4df 0%, #c5d7e1 22%, #c5d7e1 22%, #c3d7e0 43%, #e8edf1 69%, #e8edf1 69%, #f2f2f2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bed4df', endColorstr='#f2f2f2', GradientType=0);
    /* IE6-9 */
}

.result-in {
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 auto;
}

.result-in h2 sup {}

.result-in p {
    padding: 0 0 30px 0;
}

.result-in ul {
    padding: 0;
    max-width: 1257px;
    margin: 0 auto;
}

.result-in ul li {
    padding: 0 40px;
}

.result-in ul li figure {
    position: relative;
}

.result-in ul li figure img {
    width: 100%;
}

.result-in>strong {
    font-size: 15px;
    line-height: 17px;
    color: #636568;
    margin: -18px 0 0 15px;
    display: block;
    padding: 0 0 59px 0;
}

.result-in a {
    margin: 0 auto;
    cursor: pointer;
}

.result-in p.base {
    padding: 68px 0 46px 20px;
    font-size: 15px;
    opacity: 1;
}

.change {
    position: absolute;
    top: 45.4%;
    background: #fff;
    width: 100%;
    padding: 27px 0 22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translatey(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.change.change-in {
    top: 49.4%;
}

.change h4 {}

.asked-blk {
    background: #f2f2f2;
}

.asked {
    position: relative;
    margin: 0 auto;
    width: 1426px;
}

.asked-dtls {
    position: absolute;
    top: 50%;
    width: 1116px;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translatey(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.asked-dtls h2 {
    color: #fff;
}

.asked-dtls p {
    color: #fff;
    text-align: left;
    padding: 0 0 18px 8px;
}

.asked-dtls a {
    margin: 0 0 0 8px;
}

.asked strong {
    padding: 11px 30px 0 0;
}

.asked img {
    margin: 0 auto;
}

.way {
    padding: 158px 0 114px 0;
    position: relative;
}

.way-in {
    max-width: 764px;
    margin: 0 auto;
    padding: 0 0 0 61px;
    position: relative;
    z-index: 9;
}

.way-in h2 {
    padding: 42px 0 42px 0;
    text-align: center;
    z-index: 2;
    position: relative;
}

.way-in p {}

.way-blk {
    background: #f2f2f2;
}

.card-in {
    padding: 20px 0 0 0;
}

.card-lft {
    padding: 33px 0 0 0;
}

.card-lft figure {
    padding: 0 0 39px 0;
}

.card-lft figure img {}

.card-lft a {
    margin: 0 auto;
}

.card-rgt {
    padding: 0 27px 0 1px;
    margin: -92px 0 0 0;
}

.card-rgt figure {
    position: relative;
}

.mobile_text {
    position: absolute;
    left: 30px;
    top: 29%;
}

.card-rgt figure img {
    margin: 0 auto;
}

.card-mdl {
    padding: 0 0 0 30px;
}

.card-rgt strong {
    padding: 17px 0 0 0;
    text-align: center;
}

.reference {
    padding: 0 0 96px 63px;
}

.reference strong {
    text-align: left;
    padding: 0 !important;
}

.reference p small {
    text-align: left;
    font-size: 15px;
    padding: 2px 0 0 0;
    line-height: 20px;
    display: inline-block;
}

.reference p small em {
    font-style: italic;
}

.reference span {
    font-weight: bold;
    padding: 0 7px 0 0;
    display: inline-block;
    font-size: 15px;
    width: 15px;
}

.reference p {
    display: flex;
}

.result-store>strong {
    text-align: center;
    margin: 50px 0px;
}

.arrows {
    position: absolute;
    right: 0;
    top: 4px;
}

.arrows ul {}

.arrows ul li {
    padding: 0 5px;
}

.arrows ul li a {
    font-size: 25px;
    color: #000000;
    font-weight: bold;
    width: 28px;
    display: block;
}

.arrows ul li a i {}

footer.ftr-open {
    height: 100%;
}

.bubble-10 {
    position: absolute;
    right: 0;
    z-index: 1;
}

/*----footer start-----*/
footer {
    position: fixed;
    width: 100% !important;
    left: 0;
    bottom: 0;
    background: #ffffff;
    overflow: auto;
    z-index: 99999999;
}

footer.footer-inner {
    position: static;
}

.footer-top {
    display: block;
}

.footer-mtr-close,
.footer-bottom {
    display: none;
}

footer.footer-inner .footer-mtr-close,
footer.footer-inner .footer-bottom {
    display: block;
}

.footer-top-important {
    background: #bbd1dc;
    padding: 8px 0 8px 0;
}

.footer-top-important-in {
    padding: 0 0 0 31px;
    position: relative;
}

.footer-mtr-close {
    padding: 0 0 90px 0;
}

.footer-top-important-in h6 {
    font-weight: 600;
    color: #3b215b;
    letter-spacing: -0.5px;
    font-size: 21px;
    line-height: 25px;
    margin: 0;
}

.footer-top-indication {
    padding: 12px 0 0 0;
}

.footer-top-indication-in {
    padding: 0 0 12px 31px;
}

.footer-top-indication-in h6 {
    letter-spacing: -0.5px;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 5px 0;
}

.footer-top-indication-in p {
    padding: 0 0 14px 0;
    line-height: 23px;
    letter-spacing: 0px;
    font-size: 16px;
}

.footer-top-indication-in p span {
    font-weight: 700;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.8px;
    padding: 0 0 0 0;
}

.footer-top-indication-in p.take {
    padding: 0 0 10px 0;
}

.footer-top-indication-in p.before {
    padding: 0 0 5px 0;
}

.footer-harm {
    padding: 0 0 0 31px;
}

.footer-harm .pat {
    font-weight: bold;
}

.footer-harm .pat a {
    font-weight: bold;
    text-decoration: underline;
    color: #197EA9;
}

.footer-harm ul {}

.footer-harm ul li {
    padding: 0 0 11px 0;
    position: relative;
}

.footer-harm ul li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #000;
}

.footer-harm ul li p {
    padding: 0 0 0 16px;
}

.footer-bottom {
    padding: 28px 0 18px 0;
    background: rgba(77, 44, 106, 1);
    background: -moz-linear-gradient(top, rgba(77, 44, 106, 1) 0%, rgba(56, 43, 101, 1) 32%, rgba(33, 42, 94, 1) 58%, rgba(4, 40, 86, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(77, 44, 106, 1)), color-stop(32%, rgba(56, 43, 101, 1)), color-stop(58%, rgba(33, 42, 94, 1)), color-stop(100%, rgba(4, 40, 86, 1)));
    background: -webkit-linear-gradient(top, rgba(77, 44, 106, 1) 0%, rgba(56, 43, 101, 1) 32%, rgba(33, 42, 94, 1) 58%, rgba(4, 40, 86, 1) 100%);
    background: -o-linear-gradient(top, rgba(77, 44, 106, 1) 0%, rgba(56, 43, 101, 1) 32%, rgba(33, 42, 94, 1) 58%, rgba(4, 40, 86, 1) 100%);
    background: -ms-linear-gradient(top, rgba(77, 44, 106, 1) 0%, rgba(56, 43, 101, 1) 32%, rgba(33, 42, 94, 1) 58%, rgba(4, 40, 86, 1) 100%);
    background: linear-gradient(to bottom, rgba(77, 44, 106, 1) 0%, rgba(56, 43, 101, 1) 32%, rgba(33, 42, 94, 1) 58%, rgba(4, 40, 86, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d2c6a', endColorstr='#042856', GradientType=0);
}

.footer-bottom-in {
    padding: 0 31px 0 29px;
}

.footer-bottom-left {}

.footer-bottom-left a {
    display: inline-block;
}

.footer-bottom-left p {
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.1px;
    padding: 16px 0 15px 3px;
}

.footer-bottom-right {}

.footer-bottom-right>ul {
    margin: 0 -15px;
}

.footer-bottom-right>ul>li {
    padding: 0 14px;
    display: inline-block;
}

.footer-bottom-right>ul>li>a {
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    display: inline-block;
}

.bubble3 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.bubble3 figure img {
    margin: 0 auto;
}

.mobile-img {
    display: none;
}

.desktop-img {
    display: block;
}

.card-title {
    height: 90px;
    color: #3B215B;
    font-size: 40px;
    line-height: 90px;
    font-weight: bold;
}

.card-title-2 {
    height: 90px;
    color: #197EA9;
    font-size: 40px;
    line-height: 90px;
    font-weight: bold;
}

.top-text-lft {
    color: #3B215B;
    font-size: 100px;
    line-height: 150px;
    font-weight: bolder;
}

.bottom-text-lft {
    color: #3B215B;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
}

.top-text-rt {
    background: linear-gradient(to left, #D8375F, #3B215B);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 100px;
    line-height: 150px;
    font-weight: bolder;
}

.top-text-rt sup {
    background: linear-gradient(to left, #D8375F, #3B215B);
    -webkit-background-clip: text;
    color: transparent;
}

.bottom-text-rt {
    background: linear-gradient(to left, #D8375F, #3B215B);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
}

.top-text {
    color: #197EA9;
    font-size: 100px;
    line-height: 150px;
    font-weight: bolder;
}

.bottom-text {
    color: #197EA9;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
}
.bottom-text-2 {
    color: #197EA9;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}
.bottom-text-3 {
    color: #3B215B;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}
@media only screen and (max-width: 576px) {
    .bottom-text-3 {
        font-size: 15px;
    }
    .bottom-text-2 {
        font-size: 15px;
    }
}
.banner-top {
    background-image: url("../images/banner-top.png");
    background-repeat: no-repeat;
    background-size: 1300px;
    height: 300px;
}

.banner-top h4 {
    padding: 20px 0 15px 30px;
    height: 180px;
    color: #ffffff;
    font-size: 50px;
    line-height: 42px;
    font-weight: bold;
}

.banner-top p {
    font-size: 30px;
    line-height: 35px;
    padding: 0 0 10px 30px;
}

.plan-wrapper {
    border-radius: 50px 50px 0 0;
    background: linear-gradient(#fff, rgb(255, 255, 255, .1));
    float: left;
}

.card-pink {
    height: 200px;
}

.card-pink strong {
    color: #D8375F;
}

.card-pink p {
    font-size: 30px;
    line-height: 35px;
}

.card-pink a {
    background: #D8375F;
    font-size: 30px;
    color: #fff !important;
    padding: 10px 20px;
    line-height: 100px;
    border-radius: 36px;
    text-decoration: none;
}

.card-pink .or {
    line-height: 120px;
    font-size: 37px;
    background: #3B215B;
    color: #fff;
    padding: 40px 20px;
    border-radius: 30px;
    text-decoration: none;
}

.banner-card {
    text-align: center;
}

.lft-card {
    padding: 15px;
    width: 50%;
    background-image: url("../images/lft-bg.png");
    background-repeat: no-repeat;
    background-size: 95% 100%;
    background-position: center;
}

.rt-card {
    padding: 15px;
    width: 50%;
    background-image: url("../images/rt-bg.png");
    background-repeat: no-repeat;
    background-size: 95% 100%;
    background-position: center;
}

.card-text {
    padding: 10px 0 40px 0;
}

.card-text p {
    padding: 15px 0 20px 0;
}

.card-text h6 {
    color: #222222;
    font-size: 28px;
    line-height: 32px;
}

body {
    margin: 0;
    padding-top: 0 !important;
}

.card-btm {
    height: 220px;
}

.get-the-card {
    font-size: 22px;
}

.mobile-layer {
    background-color: #3b215b;
    width: 100%;
    height: 130px;
    top: 0;
    padding: 0;
    margin: 0;
    display: none;
}

/**animation**/
/** HOME **/
/*.banner-dtls h1 strong{opacity: 0;}
 .banner-dtls h1 strong.animated.is-visible{
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;opacity: 1;
}
.banner-dtls h1 span{opacity: 0;}
 .banner-dtls h1 span.animated.is-visible{
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;opacity: 1;
}
.unique-right h3{opacity: 0;}
.unique-right h3.animated.is-visible {
    -webkit-animation-name: growIn;
    animation-name: growIn;opacity: 1;
}
.bubble1 img{opacity: 0;}
.bubble1 img.animated.is-visible {
    -webkit-animation-name: growIn; 
    animation-name: growIn; opacity: 1;
}
.bubble2 img{opacity: 0;} 
.bubble2 img.animated.is-visible {
    -webkit-animation-name: growIn; 
    animation-name: growIn; opacity: 1;
}
.bubble3 img{opacity: 0;}
 .bubble3 img.animated.is-visible {
    -webkit-animation-name: growIn; 
    animation-name: growIn; opacity: 1;
}
.bubble-10 img{opacity: 0;}
.bubble-10 img.animated.is-visible {
     -webkit-animation-name: growIn; 
    animation-name: growIn; opacity: 1;
}
.start-left figure{opacity: 0;} 
.start-left figure.animated.is-visible {
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;opacity: 1;	
}
.start-rgt figure{opacity: 0;} 
.start-rgt figure.animated.is-visible {
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;	opacity: 1;
}

.result-in p{opacity: 0;} 
.result-in p.animated.is-visible {
	-webkit-animation-name: zoomIn; 
    animation-name: zoomIn; opacity: 1;
}
.result-in ul li{opacity: 0;}
 .result-in ul li.animated.is-visible {
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;opacity: 1;
}
.asked{opacity: 0;} 
.asked.animated.is-visible {
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;opacity: 1;
}
.girl-img img{opacity: 0;} 
.girl-img img.animated.is-visible {
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; opacity: 1;
}
.way-in h2{opacity: 0;}
 .way-in h2.animated.is-visible {
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn;opacity: 1; 
}
.card-lft img{opacity: 0;} 
.card-lft img.animated.is-visible {
    -webkit-animation-name: pulse; 
    animation-name: pulse; opacity: 1;
}
.mobile_img.animated.is-visible {
    -webkit-animation-name: shake; 
    animation-name: shake; opacity: 1;
}
.mobile_text{opacity: 0;}
 .mobile_text.animated.is-visible {
    -webkit-animation-name: fadeInUp; 
    animation-name: fadeInUp; opacity: 1;
}*/



/** INNER1 **/
/*
.bubble-4 img{opacity: 0;}
 .bubble-4 img.animated.is-visible {
    -webkit-animation-name: growIn; 
    animation-name: growIn; opacity: 1;
}

.serve-lft-in h2{opacity: 0;} 
.serve-lft-in h2.animated.is-visible {
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;opacity: 1;
}
.serve-left ul li{opacity: 0;}
 .serve-left ul li.animated.is-visible {
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;opacity: 1;
}
.serve-rgt h3{opacity: 0;}
 .serve-rgt h3.animated.is-visible {
    -webkit-animation-name: growIn; 
    animation-name: growIn; opacity: 1;
}
.serve-in img{opacity: 0;} 
.serve-in img.animated.is-visible {
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;opacity: 1;
}
.bubble-5 img{opacity: 0;}
 .bubble-5 img.animated.is-visible {
    -webkit-animation-name: growIn; 
    animation-name: growIn; opacity: 1;
}
.cause-rgt-in h2{opacity: 0;} 
.cause-rgt-in h2.animated.is-visible {
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; opacity: 1;
}
.seperate-lft h2{opacity: 0;} 
.seperate-lft h2.animated.is-visible {
	-webkit-animation-name: growIn; 
    animation-name: growIn; opacity: 1;
}
.seperate-rgt figure img{opacity: 0;}
.cause-lft figure img{opacity: 0;}
.cause-lft figure img.animated.is-visible {
	-webkit-animation-name: fadeInUp; 
    animation-name: fadeInUp; opacity: 1;
}
 .seperate-rgt figure img.animated.is-visible {
	-webkit-animation-name: fadeInUp; 
    animation-name: fadeInUp; opacity: 1;
}
.tips-inner figure img{opacity: 0;}
.tips-inner figure img.visb{opacity: 1;}
.tips-inner figure img.animated.is-visible {
	-webkit-animation-name: fadeInLeft; 
    animation-name: fadeInLeft;  opacity: 1;
}
.bubble-6 img{opacity: 0;} 
.bubble-6 img.animated.is-visible {
    -webkit-animation-name: growIn; 
    animation-name: growIn; opacity: 1;
}
.myth-real h4.chng, .myth-real.real1 h4{opacity: 0;}
 .myth-real h4.chng.animated.is-visible, .myth-real.real1 h4.animated.is-visible{
-webkit-animation-name: flash;
  animation-name: flash;opacity: 1;
}
*/

/** INNER2 **/

/*
.banner-dtls1 h2{opacity: 0;} 
.banner-dtls1 h2.animated.is-visible {
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;opacity: 1;
}
.banner-dtls1 h4{opacity: 0;}
 .banner-dtls1 h4.animated.is-visible {
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;opacity: 1;
}

.doses-fig figure img{opacity: 0;}
 .doses-fig figure img.animated.is-visible {
    -webkit-animation-name: fadeInDown; 
    animation-name: fadeInDown; opacity: 1;
}
.bubble8 img{opacity: 0;}
 .bubble8 img.animated.is-visible {
    -webkit-animation-name: growIn; 
    animation-name: growIn; opacity: 1;
}
.dose-text > ul > li > figure{opacity: 0;}
 .dose-text > ul > li > figure.animated.is-visible {
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; opacity: 1;
}
.tips-in h2{opacity: 0;}
 .tips-in h2.animated.is-visible {
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; opacity: 1;
}
.bubble9 img{opacity: 0;}
 .bubble9 img.animated.is-visible {
    -webkit-animation-name: growIn; 
    animation-name: growIn; opacity: 1;
}
.tips-in h3{opacity: 0;}
 .tips-in h3.animated.is-visible {
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; opacity: 1;
}
.tips-inner figure{opacity: 0;}
.tips-inner figure.visb{opacity: 1;}
.tips-inner figure.animated.is-visible {
    -webkit-animation-name: pulse; 
    animation-name: pulse; opacity: 1;
}
*/


/** INNER3 **/
/*
.tips-in ul li{opacity: 0;}
.tips-in ul li.animated.is-visible{
     -webkit-animation-name: fadeInLeft; 
    animation-name: fadeInLeft;  opacity: 1;
}
.banner-dtls1 h2{opacity: 0;} 
.banner-dtls1 h2.animated.is-visible {
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; opacity: 1;
}
.bubble-4 img.visb{opacity: 1;}
.bubble-4 img{opacity: 0;} 
.bubble-4 img.animated.is-visible{
	 -webkit-animation-name: growIn; 
    animation-name: growIn; opacity: 1;	
}
.reslt-main ul li{opacity: 0;} 
.reslt-main ul li.animated.is-visible {
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; opacity: 1;
}
.bubble10 img{opacity: 0;} 
.bubble10 img.animated.is-visible{
	 -webkit-animation-name: growIn; 
    animation-name: growIn; opacity: 1;	
}
*/

/** HOME **/
/*
section.active .banner-dtls h1 strong{
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
section.active .banner-dtls h1 span{
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
section.active .unique-right h3 {
    -webkit-animation-name: growIn;
    animation-name: growIn;
}
section.active .bubble1 img {
    -webkit-animation-name: growIn; 
    animation-name: growIn; 
}
section.active .bubble2 img {
    -webkit-animation-name: growIn; 
    animation-name: growIn; 
}

section.active .bubble3 img {
    -webkit-animation-name: growIn; 
    animation-name: growIn; 
}

section.active .start-left figure {
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;	
}
section.active .start-rgt figure {
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;	
}

section.active .result-in p {
	-webkit-animation-name: zoomIn; 
    animation-name: zoomIn; 
}

section.active .result-in ul li {
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
section.active .asked {
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
section.active .girl-img img {
    -webkit-animation-name: fadeInUp; 
    animation-name: fadeInUp; 
}

section.active .way-in h2 {
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}
section.active .card-lft img {
    -webkit-animation-name: pulse; 
    animation-name: pulse; 
}
section.active .mobile_img {
    -webkit-animation-name: shake; 
    animation-name: shake; 
}

section.active .mobile_text {
    -webkit-animation-name: fadeInUp; 
    animation-name: fadeInUp; 
}

*/


/** INNER1 **/
/*
section.active .bubble-4 img {
    -webkit-animation-name: growIn; 
    animation-name: growIn; 
}

section.active .serve-lft-in h2 {
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

section.active .serve-left ul li {
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

section.active .serve-rgt h3 {
    -webkit-animation-name: growIn; 
    animation-name: growIn; 
}
section.active .serve-in img {
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
section.active .bubble-5 img {
    -webkit-animation-name: growIn; 
    animation-name: growIn; 
}
section.active .cause-rgt-in h2 {
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}
section.active .seperate-lft h2 {
	-webkit-animation-name: growIn; 
    animation-name: growIn; 
}

section.active .seperate-rgt figure img {
	-webkit-animation-name: fadeInUp; 
    animation-name: fadeInUp; 
}
section.active .bubble-6 img {
    -webkit-animation-name: growIn; 
    animation-name: growIn; 
}

section.active .myth-real h4.chng, section.active .myth-real.real1 h4{
-webkit-animation-name: flash;
  animation-name: flash;
}
*/

/** INNER2 **/

/*
section.active .banner-dtls1 h2 {
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

section.active .banner-dtls1 h4 {
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


section.active .doses-fig figure img {
    -webkit-animation-name: fadeInUp; 
    animation-name: fadeInUp; 
}

section.active .bubble8 img {
    -webkit-animation-name: growIn; 
    animation-name: growIn; 
}

section.active .dose-text > ul > li > figure {
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}

section.active .tips-in h2 {
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}

section.active .bubble9 img {
    -webkit-animation-name: growIn; 
    animation-name: growIn; 
}

section.active .tips-in h3 {
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}

.dose-text ul li.popup .caps figure img{
	 -webkit-animation-name: growIn; 
    animation-name: growIn; 	
}
*/

/** INNER3 **/

/*
section.active .banner-dtls1 h2 {
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}
section.active .bubble-4 img{
	 -webkit-animation-name: growIn; 
    animation-name: growIn; 	
}
section.active .reslt-main ul li {
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}
section.active .bubble10 img{
	 -webkit-animation-name: growIn; 
    animation-name: growIn; 	
}
*/

/** INNER4 **/

/*
.frequently_bubble img.animate {
	-webkit-animation-name: growIn; 
    animation-name: growIn; 	
}

.banner-dtls1 h2.animate {
	-webkit-animation-name: fadeIn; 
    animation-name: fadeIn;
}
*/


header {
    transition: all 1s ease-in-out;
}

.viewing-page-2 header,
.viewing-page-3 header,
.viewing-page-4 header,
.viewing-page-5 header {
    background: #ffffff;
}

.viewing-page-2 .logo a img,
.viewing-page-3 .logo a img,
.viewing-page-4 .logo a img,
.viewing-page-5 .logo a img {
    width: 105px;
}

.viewing-page-2 .header-dtls,
.viewing-page-3 .header-dtls,
.viewing-page-4 .header-dtls,
.viewing-page-5 .header-dtls {
    padding: 15px 30px;
}



.viewing-page-2 nav,
.viewing-page-3 nav,
.viewing-page-4 nav,
.viewing-page-5 nav {
    display: none;
}

.viewing-page-2 .nav-left,
.viewing-page-3 .nav-left,
.viewing-page-4 .nav-left,
.viewing-page-5 .nav-left {
    display: none;
}

.viewing-page-2 .menu,
.viewing-page-3 .menu,
.viewing-page-4 .menu,
.viewing-page-5 .menu {
    width: 50px;
    height: 50px;
    padding: 16px 0 0 0;
}

.viewing-page-2 .menu span,
.viewing-page-3 .menu span,
.viewing-page-4 .menu span,
.viewing-page-5 .menu span {
    width: 25px;
    height: 3px;
}








/**inner1 page starts here**/
.cause-blk {
    background: #f2f2f2;
}

.banner.banner-inner1 {
    background: #fff;
    min-height: 780px;
}

.banner-dtls1 {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 9;
}

.banner-dtls1 h2 {
    padding: 0 0 25px 0;
}

.banner-dtls1 h4 {
    padding: 0 0 22px 0;
}

.banner-dtls1 p {}

#sitemap {
    margin-top: 200px;
}

.severe {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 9;
    padding: 0;
}

.severe-blk {
    background: #f2f2f2;
}

.serve-in {
    margin: -122px 0 0 0;
}

.serve-in strong {
    padding: 9px 32px 0 0;
}

.serve-in figure {}

.serve-in figure img {
    margin: 0 auto;
}

.serve-left {
    position: relative;
    padding: 0 21px 0 38px;
    z-index: 999999999999;
}

.serve-left h2 {
    line-height: 51px;
    padding: 0 0 27px 0;
}

.serve-left p {
    padding: 0 0 28px 0;
}

.serve-left ul {
    margin: 0 -15px;
    padding: 0 0 19px 0;
    color: #197ea9;
    font-size: 18px;
    font-weight: bold;
    list-style-type: disc;
    list-style-position: inside;
}

.serve-left ul li {
    position: relative;
    padding: 0 17px;
}

.serve-left ul li a:after {
    position: absolute;
    top: 14px;
    left: -19px;
    background: #197EA9;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    content: '';
}

.serve-left ul li a {
    color: #197EA9;
    font-size: 30px;
    line-height: 34px;
    display: block;
    position: relative;
    font-weight: 700;
}

.serve-rgt {
    padding: 114px 0 0 15px;
    text-align: center;
}

.serve-rgt h3 {}

.server-inner {
    max-width: 1204px;
    margin: 0 auto;
    padding: 0 0 0 0;
    z-index: 9999;
    position: relative;
}

.serve-lft-in {
    background: #fff;
    padding: 84px 35px 53px 81px;
    margin: -175px 0 0 -37px;
}

.cause {
    background: #f2f2f2;
    position: relative;
}

.cause-in {
    max-width: 1201px;
    margin: 0 auto;
    padding: 148px 0 70px 0;
}

.cause-lft {
    padding: 0;
    position: relative;
    z-index: 7;
}

.cause-lft strong {
    padding: 10px 19px 0 0;
}

.cause-lft figure {}

.cause-lft figure img {}

.cause-rgt {
    padding: 0 0 0 21px;
}

.cause-rgt-in {
    background: #fff;
    padding: 89px 90px 55px 78px;
}

.cause-rgt-in h2 {
    padding: 0 0 22px 0;
}

.cause-rgt-in p {
    padding: 0 0 50px 0;
}

.bubble-5 {
    position: absolute;
    top: -319px;
    left: 31px;
    right: 0;
    margin: 0 auto;
    /*bottom: -100px;*/
    z-index: 5;
}

.seperate-rgt strong {
    padding: 12px 15px 0 0;
}

.seperate {
    background: #f2f2f2;
    position: relative;
}

.seperate-in {
    padding: 55px 0 0 0;
    max-width: 1234px;
    margin: 0 auto;
}

.seperate-lft {
    padding: 82px 0 0 95px;
}

.seperate-lft h2 {
    padding: 0 0 0 0;
}

.seperate-rgt {
    padding: 0 0 0 19px;
    z-index: 9;
    position: relative;
}

.seperate-rgt figure {}

.seperate-rgt figure img {}

.myth {
    background: #f2f2f2;
}

.myth-in {
    max-width: 1201px;
    margin: 0 auto;
    padding: 0 0 150px 0;
}

.myth-left {
    z-index: 1;
    padding: 0 21px 0 0;
    margin-top: -280px;
}

.myth-real {
    background: #ffffff;
    padding: 80px 14px 49px 80px;
    margin: 20px 0 5vh 0;
}

.myth-real h4 {
    padding: 0 0 10px 0;
}

.myth-real h4.chng {
    color: #D8375F;
}

.myth-real p {
    padding: 0 0 34px 0;
}

.myth-rgt {
    padding: 51px 0px 0 18px;
    position: relative;
    z-index: 8;
}

.myth-real.real1 {}

.myth-real.real1 h4 {
    padding: 0 0 17px 0;
    opacity: 1;
}

.myth-real.real1 p {
    padding: 0 0 41px 0;
}

.see {
    margin: -172px 0 0 0;
    padding: 0 0 0 80px;
    z-index: 9;
}

.see a {}

.bubble-4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.bubble-4 figure img {
    margin: 0 auto;
}

.bubble-6 {
    position: absolute;
    top: 272px;
    right: 35px;
    z-index: 1;
}

/**inner1 page ends here**/
/**inner2 page ends here**/
.banner-dtls1 p span {
    font-weight: 400;
    font-size: 30px;
    color: #000;
}

.banner-dtls1 p span sup {
    top: -.5em;
}

/**inner2 page ends here**/
/**inner2 page ends here**/
.doses-block {
    background: #f2f2f2;
}

.doses {
    background: #f2f2f2;
    display: inline-block;
    width: 100%;
    position: relative;
}

.doses-fig {
    margin: -203px 0 0 0;
    padding: 80px 0 138px 0;
    z-index: 9;
    position: relative;
}

.doses-fig figure {}

.doses-fig figure img {
    margin: 0 auto;
}

.doses-fig strong {
    padding: 13px 30px 0 0;
}

.dose-text {
    text-align: center;
}

.dose-text h2 {
    padding: 0 0 177px 0;
    z-index: 9;
    position: relative;
}

.dose-text h2 sup {
    font-size: 22px;
    top: -22px;
    left: -8px;
}

.dose-text ul {
    max-width: 1124px;
    margin: 0 auto;
    padding: 113px 0 41px 32px;
}

.dose-text ul li {
    padding: 0;
    display: block;
    position: relative;
}

.dose-text>ul>li>figure {
    padding: 0 0 0 0;
    width: 100%;
    position: relative;
}

.dose-text>ul>li>figure>img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.dose-text ul li a {
    color: #3b215b;
    font-size: 20px;
    line-height: 22px;
    text-decoration: underline;
    margin: 47px 0 0 0;
}

.dose-in {
    padding: 0 0 110px 0;
}

.dose-text strong {
    text-align: center;
    padding: 0 0 0 36px;
}

.bubble8 {
    position: absolute;
    left: 33px;
    top: 99px;
}

.tips {
    background: #f2f2f2;
    position: relative;
}

.tips-in {
    text-align: center;
    padding: 38px 0 0 0;
}

.tips-in h2 {
    padding: 0 0 20px 0;
}

.tips-in>p.once {
    padding: 15px 0 131px 0;
}

.tips-in h4 {
    padding: 0 0 79px 0;
}

.tips-in ul {
    margin: 0 13px;
    padding: 0 0 156px 0;
    z-index: 9;
    position: relative;
}

.tips-in ul li {
    padding: 0 18px 0 19px;
}

.tips-inner {
    background: #fff;
    padding: 82px 0 98px 0;
    min-height: 385px;
}

.tips-inner figure {
    position: relative;
}

.tips-inner figure img {
    margin: 0 auto;
}

.tips-inner p {
    padding: 33px 0 0 0;
}

.tips-inner figure {
    position: relative;
}

.tips-inner span {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}

.tips-inner .bar {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    width: 71px;
}

.bar figure {
    padding: 0 0 5px 0;
}

.tips-inner .bar figure img {
    margin: 0;
}

.tips-in h3 {
    padding: 0 0 192px 0;
}

.tips-top {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tips-top figure img {
    margin: 0 auto;
}

.book-top span {
    margin: 0 0 6px 0;
    display: block;
}

.book-top span img {
    margin: 0;
}

.book-top {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 71px;
}

.reference.ref-in {
    padding: 0 0 41px 32px;
}

.bubble9 {
    position: absolute;
    bottom: 44px;
    right: 29px;
}

.caps {
    background: #fff;
    text-align: center;
    width: 465px;
    padding: 183px 15px 30px 15px;
    position: relative;
    top: 50%;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.caps figure img {
    margin: 0 auto;
}

.caps-bubble {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.caps h4 {
    padding: 0 0 20px 0;
}

.caps p {
    padding: 0 0 23px 0;
}

.caps strong {
    padding: 27px 0 0 0;
}

.caps>figure {
    padding: 0 0 132px 0;
    z-index: 2;
    position: relative;
}

.close_icon {
    width: 38px;
    height: 38px;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    display: block;
    text-align: center;
}

.dose-text ul li.popup .caps {
    display: block;
}

.overlay {
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 99;
}

.wrapper:before {
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 99;
}

/*.open-menu .wrapper:before {display:block;}*/
.popup1 {}

.popup1 .overlay {
    display: block;
    position: fixed;
}

/**inner2 page ends here**/
/**inner3 page ends here**/
.results.resul-inner {

    padding: 124px 0 0 0;

    position: relative;

    width: 100%;

    display: inline-block;
}

.results.resul-inner2 {
    background: #f2f2f2;
    position: relative;
}

.results.resul-inner .result-store strong {
    margin: 0;
    padding: 50px 0 0 34px;
}

.results.resul-inner2 .result-store strong {
    margin: 0;
    padding: 50px 0 158px 34px;
}

.results.resul-inner .result-in {
    padding: 0;
}

.result-store.store-in {
    max-width: 1272px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0;
}

.reslt-main ul {
    padding: 0 0 0 41px;
    margin: 0 -34px;
    max-width: initial;
}

.reslt-main ul li {
    padding: 0 50px;
}

.reference.ref-in2 {
    padding: 21px 0 73px 0;
}

.bubble10 {
    position: absolute;
    top: 132px;
    left: 49px;
    z-index: 1;
}

.results.resul-inner:after {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 81px;
    content: '';
}

/**inner3 page ends here**/
/**inner4 page ends here**/
.frequently {
    background: #f2f2f2;
    display: inline-block;
    width: 100%;
    z-index: 1;
    position: relative;
}

.fre-in {
    padding: 0 0 150px 0;
}

.freq-fig {
    margin: -120px 0 0 0;
    padding: 0 0 51px 0;
    position: relative;
    z-index: 6;
}

.freq-fig img {
    margin: 0 auto;
}

.freq-fig strong {
    padding: 10px 31px 0 0;
}

.faq-blk {}

.faq-blk ul {
    max-width: 1365px;
    margin: 0 auto;
}

.faq-blk>ul>li {
    padding: 0 0 38px 0;
}

.faq-blk ul li a {
    color: #000;
    font-size: 30px;
    line-height: 35px;
    position: relative;
    display: block;
    background: #bbd1dc;
    padding: 23px 0 20px 81px;
    font-weight: 700;
}

.acc_cnt {
    display: none;
    background: #fff;
    padding: 18px 0 11px 80px;
}

.acc_cnt p {
    color: #636568;
    padding: 0 0 11px 0;
}

.faq-blk ul li a:before {
    position: absolute;
    content: "+";
    right: 75px;
    top: 23px;
    color: #3a215b;
    font-size: 61px;
    line-height: 20px;
    font-weight: 700;
    font-family: auto;
    transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.faq-blk ul li.active a:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.acc_cnt ul li {
    list-style: disc;
    vertical-align: middle
}

.acc_cnt ul {
    padding: 0 0 0 16px;
}

.download {
    text-align: center;
    padding: 0 0 152px 0;
}

.download h3 {
    padding: 0 0 40px 0;
}

.download a {
    margin: 0 auto;
}

/*.banner.banner-inner1.banner-faq{height: 1078px;}*/
.banner.banner-inner1.banner-faq .banner-dtls1 {
    top: 50%;
}

.close-mark {
    position: absolute;
    top: -29px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.close-mark a {
    margin: 0 auto;
}

.close-mark a span {
    font-size: 44px;
    line-height: 41px;
    padding: 0 0 0 15px;
    font-family: arial;
    display: inline-block;
}

.girl-img .results {
    display: none;
}

/**inner4 page ends here**/
/*--menu--*/
.menu {
    display: block;
    cursor: pointer;
    background: #D8375F;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 0;
    outline: none;
    padding: 18px 0 0 0;
    z-index: 109;
    position: relative;
}

.menu span {
    display: block;
    width: 30px;
    height: 4px;
    margin: 0px auto 6px;
    position: relative;
    right: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: #fff;
}

/*.open-menu .sidemenu{right: 0;}*/
.open-menu .nav-inner {
    display: block;
}

.open-menu .wrapper {
    overflow: hidden;
}

.open-menu .menu span:nth-child(1) {
    top: 0px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(4deg);
    transform: rotate(45deg);
}

.open-menu .menu span:nth-child(2) {
    top: 12px;
    opacity: 0;
    right: -60px;
}

.open-menu .menu span:nth-child(3) {
    top: 24px;
    top: -10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-family: 'HelveticaNeueLight';
    font-weight: normal;
}

/*.onepage-wrapper .section{width:100%;height:100%;}*/
.pagination-in {
    z-index: 99999999;
    right: 32px;
    position: fixed;
    top: 56.5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #fff;
    border-radius: 16px;
    width: 30px;
    padding: 5px 0 6px 0;
}

.pagination-in ul {}

.pagination-in ul li {
    padding: 5px 0;
}

.pagination-in ul li a {
    position: relative;
    display: block;
    height: 10px;
}

.pagination-in ul li.active a:before {
    background: #39215b;
}

.pagination-in ul li a:before {
    width: 10px;
    height: 10px;
    background: #d9d3df;
    margin: 0 auto;
    left: 0;
    right: 0;
    border: none;
    position: absolute;
    content: '';
    border-radius: 100%;
}


.pagination-in ul li.active a span {
    visibility: visible;
    opacity: 1;
}

.pagination-in ul li a span {
    background: #3c205b !important;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 37px;
    font-size: 15px;
    color: #fff;
    line-height: 18px;
    padding: 5px 12px;
    border-radius: 10px;
    top: -8px;
}

.pagination-in ul.patient li a span {
    width: 100px;
    text-align: center;
}

.pagination-in ul li a.active span {
    opacity: 1;
    visibility: visible;
}

.mainresults-block {
    background: #f2f2f2;
    padding: 0 0 149px 0;
    margin: 0;
}

/*--menu--*/

.clock {
    border-radius: 100%;
    background: #ffffff url(../images/clock1.png) no-repeat center;
    background-size: 100%;
    height: 100px;
    position: relative;
    width: 100px;
    margin: 0 auto;
}

.clock.simple:after {
    background: #3a205b;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 5%;
    height: 5%;
    z-index: 10;
}

@keyframes rotate {
    100% {
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotateZ(360deg);
    }
}

.hours-container {
    animation: rotate 43200s infinite linear;
}

.seconds-container {
    animation: rotate 60s infinite steps(60);
}


.seconds-container,
.hours-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: 3;
}

.hours {
    background: #3a205b;
    height: 25%;
    left: 48.75%;
    position: absolute;
    top: 25%;
    transform-origin: 50% 100%;
    width: 3.5%;
    border-radius: 3px;
}

.seconds {
    background: #3a205b;
    height: 32%;
    left: 49%;
    position: absolute;
    top: 18%;
    transform-origin: 50% 100%;
    width: 3%;
    border-radius: 3px;
}

.center_circle {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 15px;
    height: 15px;
    background: #3a205b;
    margin: 0 auto;
    border-radius: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

header.stick_header {
    background: #ffffff;
}

header.stick_header nav.home ul li a {
    color: #636568
}

/*header.stick_header .logo a img{ width: 105px;}
    header.stick_header .logo{padding:0;}
header.stick_header .header-dtls{ padding: 15px 15px;}*/
/*header.stick_header .nav-left ul li a{width: 186px;font-size: 18px;    height: 48px;    line-height: 48px;}*/
/*header.stick_header .nav-leftin{padding: 7px 0 0 0;}*/

/*header.stick_header .menu{width:50px;height:50px;    padding: 16px 0 0 0;}
header.stick_header .menu span{width: 25px; height: 3px;}*/


body.stick_header header {
    background: #ffffff;
}

body.stick_header .logo a img {
    width: 105px;
}

body.stick_header .logo {
    padding: 0;
}

body.stick_header .header-dtls {
    padding: 15px 15px;
}

body.stick_header .nav-left ul li a {
    width: 186px;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
}

body.stick_header .nav-leftin {
    padding: 7px 0 0 0;
}

body.stick_header .menu {
    width: 50px;
    height: 50px;
    padding: 16px 0 0 0;
}

body.stick_header .menu span {
    width: 25px;
    height: 3px;
}

.faces {
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.wrapper.load-in .faces {
    visibility: visible;
    opacity: 1;
    height: inherit;
}

.wrapper.load-in .loadmore {
    display: none;
}

.wrapper.load-in .lessmore {
    display: block !important;
}

.load-more-blk {
    background: #f2f2f2;
}

.popup1 .pagination-in {
    display: none;
}





.arrows.arrows-in {
    display: none;
}

.arrows ul li a.disable img {
    opacity: 0.3;
}

/*.open-menu header.stick_header .menu span:nth-child(1){top:8px;}*/
/*.open-menu header.stick_header .menu span:nth-child(3){top:-8px;}*/
body.stick_header.open-menu .menu span:nth-child(1) {
    top: 8px;
}

/**feedback styles**/

.main-wrapper {
    height: 100%;
}

.ask-inner {
    position: relative;
}

.slick-prev,
.slick-next {
    z-index: 9;
}

.tips {
    padding: 0 0 53px 0;
}

/**feedback styles**/

.parent.fixedelement .footer-mtr-close,
.parent.fixedelement .footer-bottom {
    display: block;
}

.parent.fixedelement .footer-top {
    display: block !important;
}

.parent.fixedelement .arrows {
    display: none !important;
}

.isi .footer-mtr-close,
.isi .footer-bottom {
    display: block;
}

.isi .footer-top {
    display: block !important;
}

.isi .arrows {
    display: none !important;
}

.isi footer {
    position: relative;
    z-index: 98;
}

/*footer.ftr-open{position: static;}*/

sup {
    top: -0.5em;
    font-size: 65%;
}

/**home page**/
.flow {
    height: 100% !important;
}

.follower {
    position: relative;
    height: 100%;
}

.follow {
    text-align: center;
    transform: translatey(-50%);
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 750px;
    margin: 0 auto;
    background: rgba(242, 242, 242, 0.4);
    border: 1px solid #000;
    border-radius: 31px;
    padding: 32px 0;
}

.follow h2 {
    font-size: 36px;
    color: #645959;
}

.follow ul {}

.follow ul li.active a {
    background: #D8375F;
    color: #fff;
}

.follow ul li a {
    color: #D8375F;
    font-size: 22px;
    max-width: 496px;
    height: 61px;
    border: 1px solid #D8375F;
    border-radius: 28px;
    display: block;
    margin: 0 auto 20px;
    line-height: 61px;
}


/* -------------- Animation delay ------------ */
.delay-1 {
    visibility: visible;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.delay-2 {
    visibility: visible;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-3 {
    visibility: visible;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.delay-4 {
    visibility: visible;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay-5 {
    visibility: visible;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

.delay-6 {
    visibility: visible;
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.delay-7 {
    visibility: visible;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay-8 {
    visibility: visible;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.delay-9 {
    visibility: visible;
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.delay-10 {
    visibility: visible;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -ms-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}

.delay-11 {
    visibility: visible;
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -ms-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s;
}

.delay-12 {
    visibility: visible;
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -ms-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

/***25112019 chages**/
.banner-dtls1 ul {
    max-width: 693px;
    margin: 0 auto;
    padding: 110px 0 0 0;
}

.banner-dtls1 ul li a.learn {
    width: 262px;
}

.clinical {}

.clinical-in {
    padding: 156px 0 0 0;
}

.clinical-in h3 {
    color: #197EA9;
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    font-style: normal;
    padding: 0 0 50px 0;
    font-weight: 700;
}

.clinical-in ul {
    /* max-width: 1367px; */
    /* margin: 0 auto; */
    padding: 0 0 34px 0;
}

.clinical-in ul li {
    padding: 0 9px 0 0;
    position: relative;
}

.clinical-in>ul>li:after {
    content: '';
    background: #c5c5c5;
    height: 354px;
    width: 3px;
    position: absolute;
    top: 0;
    right: 24px;
}

.clinical-in>ul>li:last-child:after {
    display: none;
}

.clinic-inner {
    max-width: 413px;
    text-align: center;
}

.clinic-inner h4 {
    font-size: 19.3px;
    line-height: 26px;
    color: #3B215B;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 23px 0;
}

.clinic-inner>p {
    background: #ffff;
    border-radius: 19px;
    padding: 26px 0 15px 0;
    color: #000;
    font-weight: bold;
    line-height: 19px;
    min-height: 78px;
    font-size: 18px;
    vertical-align: middle;
}

.clinic-inner ul {
    padding: 11px 0 0 0;
    margin: 0 -10px;
}

.clinic-inner ul li {
    padding: 0 10px;
}

.study {
    background: #fff;
    border-radius: 26px;
    padding: 17px 10px 16px 10px;
    min-height: 196px;
}

.study h3 {
    color: #3B215B;
    font-size: 42px;
    line-height: 48px;
    padding: 0 0 12px 0;
}

.study strong {
    display: block;
    text-align: center;
    color: #D8375F;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
}

.study small {
    display: block;
    font-size: 16px;
    color: #636568;
    line-height: 20px;
    font-weight: 600;
}

.study span {
    display: block;
    font-size: 15px;
    color: #636568;
    padding: 0;
    line-height: 14px;
    font-weight: 600;
}

.study p {
    padding: 16px 0 0 0;
    font-weight: bold;
}

.result-in.reslt-main h4.see-imp {
    text-transform: uppercase;
    padding: 35px 0 55px 0;
}

/* Sprint 5 changes */

.reference {}

.terms_container {
    margin-top: 18em;
    margin-bottom: 5em;
}

.terms_header {
    font-size: 260%;
}

.terms_items_list {
    padding-left: 3em;
    padding-right: 3em;
}

.terms_p_list {
    margin-bottom: 0.3em;
}

.terms_p_list1 {
    margin-top: 1em;
}

.h4_changed {
    font-size: 38px !important;
}

@media (max-width: 2200px) {
    .h4_changed {
        font-size: 1.8vw !important;
    }
}

@media (max-width: 1900px) {
    .h4_changed {
        font-size: 2vw !important;
    }
}

@media (max-width: 1600px) {
    .h4_changed {
        font-size: 2.1vw !important;
    }
}

@media (max-width: 1440px) {
    .h4_changed {
        font-size: 2vw !important;
    }
}

@media (max-width: 1024px) {
    .h4_changed {
        font-size: 2.3vw !important;
    }
}

@media (max-width: 768px) {
    .h4_changed {
        font-size: 2.9vw !important;
    }
}

@media (max-width: 425px) {
    .h4_changed {
        font-size: 4.4vw !important;
    }
}

@media (max-width: 1440px) {
    .terms_container {
        padding-left: 5em !important;
        padding-right: 5em !important;
    }
}

@media (max-width: 768px) {
    .terms_container {
        padding-left: 1em !important;
        padding-right: 1em !important;
    }
}

@media(max-width: 425px) {
    .card-pink {
        display: grid;
        grid-template-columns: repeat(12, 1fr)
    }

    .col_button1 {
        grid-column: 1 / 10;
        grid-row: 1;
    }

    .col_or {
        grid-column: 10 / 12;
        grid-row: 1;
    }

    .col_button2 {
        grid-column: 1/12;
        grid-row: 2;
    }
}