body{
    font-family: 'OmnesRegular';
    color: #000;
}
.container{
    max-width: 100%;
}
.border{
    border: 1px solid;
}
.main-container{
    min-height: 100px;
}
label {
    font-weight: normal;
}
.top-header{
    font-size: 12px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background: #5e0f6f; /* Old browsers */
    background: -moz-linear-gradient(top, #5e0f6f 0%, #5f1071 25%, #621074 75%, #68127a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5e0f6f 0%,#5f1071 25%,#621074 75%,#68127a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5e0f6f 0%,#5f1071 25%,#621074 75%,#68127a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e0f6f', endColorstr='#68127a',GradientType=0 ); /* IE6-9 */
}
.mobile-only-show{
	display:none;
}
.tab-up-show{
	display: inline-block;
}

.gigya-profile-form .gigya-input-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 9px !important;
    top: 11px !important;    
    width: 2px;
    height: 2px;    
}
.gigya-input-checkbox {
    position: absolute;
    opacity: 0;
    margin-left: 0px !important;
}
label.gigya-label{
	display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
	position: relative;
    cursor: pointer;
    padding: 0;
	margin: 0 auto;
	width: auto;
	float: none;
}
label.subscription-name-label{
	display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
	position: relative;
    cursor: pointer;
    padding: 0;
	margin: 0 auto;
	width: auto;
	float: none;
}
.gigya-input-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 9px !important;
    top: 11px !important;
    width: 2px;
    height: 2px;
}
.gigya-input-checkbox+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #e2e2e2;
}
.gigya-input-checkbox:hover+label:before {
    background: #77158d;
}
.gigya-input-checkbox:checked+label:before {
    background: #77158d;
}
.gigya-input-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}
.gigya-input-checkbox:checked+label.gigya-label:after {    
    left: 5px !important;    
}
.header-wrapper .navbar-default .navbar-nav>li>a{
    color: #fff;
	text-align: center;
	float:left;
	font-weight:400;
}
.font-bold{
    font-weight: bold;
}
.main-header{
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
	min-height:54px;
    border-top: 2px solid #8818a0;
   background: #68127b; /* Old browsers */
background: -moz-linear-gradient(top, #68127b 0%, #701384 26%, #79158f 50%, #7e1696 75%, #85179d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #68127b 0%,#701384 26%,#79158f 50%,#7e1696 75%,#85179d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #68127b 0%,#701384 26%,#79158f 50%,#7e1696 75%,#85179d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68127b', endColorstr='#85179d',GradientType=0 ); /* IE6-9 */
}
.main-header .navbar-nav>li>a{
    text-transform: uppercase;
    font-size: 15px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus{
    background: transparent;
/*      font-family: 'OmnesSemiBold';*/
    color: #fff;
    line-height: 20px;
    font-weight: bold;
	text-align: center;
}
.footer-wrapper img{
    padding: 35px 15px;
}
.footer-wrapper li{
    display: inline-block;
    list-style-type: none;
}
.footer-wrapper{
    padding: 0;
    margin: 0;
    text-align: center;
/*     border-top: 1px solid #aaafb3;*/
    margin-top: 10px;
}

.footer-links li a{
    font-size: 16.30px;
    color: #07154a;
    padding: 0 19px;
}
.footer-links li a:hover,
.footer-links li a:focus,
.footer-links li a:active{
    text-decoration: none;
}
.trademark-text{
    color: #07154a;
    font-size: 11px;
    padding: 40px 0;
    text-align: center;
}
.footer-links{
    border: none;
}
.padding0{
    padding: 0 !important;
}
.banner-wrapper > img{
    width: 100%;
}
.registerWrapper .banner-wrapper > img{
    width: auto;
	margin:0 auto;
}
.banner-wrapper{
    position: relative;
}
.text-container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;    
}
.banner-text{
    font-size: 48px;
    color: #5e106f;
    line-height: 1.1;
    font-family: 'OmnesMedium';
    padding: 80px 50px 65px ; 
    letter-spacing: 3px; 
}
.banner-text:focus{
    outline: none;
}
.btn-wrapper .btn{
    border-radius: 0;
    background: #dd2c71;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    padding: 8px 12px;
}
.btn-wrapper .btn:focus{
    outline: none;
}

.btn-wrapper{
    padding-left: 50px;
}
.navbar-brand{
	height:auto;
	line-height:auto;
}
.navbar li {
   display: block;
}
.navbar-brand-wrapper{
    position: absolute;
    z-index: 1;
}
.navbar-nav {
  
    flex-direction: row;
    display: flex;
}


/* header mega menu*/
.navbar-nav .dropdown-menu, .navbar-nav .open .dropdown-menu  {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 280px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    top:99%;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #721387;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
	border:none;
}
.dropdown-menu li:first-child {margin-top:-10px;}
.navbar-nav .dropdown-menu>li{
	float:left;
}
.navbar-nav .dropdown-menu>li>a {
    color: #fff!important;
	padding: 8px 0;
    margin: 0 20px;
 }
 .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
   background-color:transparent!important;
 }
.navbar-nav .dropdown-menu>li>a {
    
	border-bottom: 1px solid #9932CC;width: 240px;
}
.navbar-nav .dropdown-menu>li:last-child a {
   
	border-bottom: none;
}
hr.line-divider,
.line-divider{
    border: 1px solid #aeb2b6;
}
hr.block-line-divider,
.block-line-divider{
    border-top: 1px solid #aeb2b6;
}

h2.steps-title{
    font-size: 36px;
    color: #5e106f;
    font-family: 'OmnesMedium';
    line-height: 1.1;
}
.menu-content h2{
    margin: 0;
}

.menu-content h3.steps-sub-title{
    font-size: 24px;
    color: #313131;
    line-height: 1.1;
    margin-top: 0;
}
.menu-content h3.steps-sub-title.more-support{
    margin-top: 50px;
}
.subtitle-underline{
    width: 40px;
    border: 1px solid #5e106f;
    margin-bottom: 20px;
}

.choose-ur-steps img.steps{
    padding: 5px 20px 5px 0;
}
.choose-ur-steps{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.choose-ur-steps li a:hover,
.choose-ur-steps li a:focus{
text-decoration: none;    
}

.hidden-in-large{
    display: none;
}
h3.page-sub-title{
    font-size: 34px;
    color: #5e106f;
    margin: 0 0 40px 0;
}
p.desc-text, .desc-text{
    font-size: 17px;
    color: #000;
}
.find-out-more button{
    margin: 10px 0;
}
.find-out-more{
    padding: 0;
}

 .star-bg:before {
    content: "";
    background: url('../images/star-img-1.png');
    width: 107px;
    height: 108px;
    position: absolute;
    left: 30px;
    top: 220px;
}
 .star-bg:after {
    content: "";
    background: url('../images/star-img-2.png');
    width: 107px;
    height: 108px;
    position: absolute;
    right: 30px;
    top: 150px;
}

.sec-forth-title:before {
    content: "";
    background: url('../images/star-img-3.png');
    width: 58px;
    height: 58px;
    position: absolute;
    left: 0;
    top: 0;
}

.sec-forth-title:after {
    content: "";
    background: url('../images/star-img-4.png');
    width: 58px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
}

.sec-forth-title{
    padding-top: 17px;
}
.home-section-wrapper{
    padding: 45px 0 0 0;
}
.one-to-six-step-small{
    position: absolute;
    bottom: -40px;
    right: -80px;
}
.left-text-wrapper{
    padding: 0 75px 0 40px;
}
.padding-top-35{
    padding-top: 35px;
}
.margin-top-35{
    margin-top: 35px;
}
.product-wrapper{
    padding-top: 70px;
}
.product-wrapper img{
    display: inline-block;
}
.home-section-3{
    background: #eadaea;
}
.section-3-title{
    font-size: 25px;
    color: #5c1a70;
    font-family: 'OmnesMedium';
}
 .product-title{
    font-size: 25px;
    text-transform: uppercase;
    color: #5c1a70;
     padding: 10px 0;
}
.product-description{
    font-size: 17px;
    color: #000;
    line-height: 1.1;
}
.product-img{
    padding: 10px 0;
}
.home-section-3{
    padding-bottom: 30px;
}

.sec-fifth-title{
    font-size: 42px;
    font-family: 'OmnesSemiBold';
    font-style: italic;
    color: #69007b;
    padding: 80px 50px 87px;
    background: #cce7f7;
    line-height: 1.1;
	position: relative;
}
.sec-fifth-title p{position:absolute; bottom:0;font-size:14px;font-family: OmnesRegular;}

.testimonial-text-wrap > span{
    position: relative;
}

.testimonial-text-wrap .bold-italic{
    font-family: 'OmnesSemiBold';
    font-style: italic;
}

.testimonial-text-wrap > span:before {
    content: "";
    background: url('../images/double-quote-left-small.png') no-repeat;
    width: 29px;
    height: 20px;
    position: absolute;
    left: -35px;
    top: -11px;
}
.testimonial-text-wrap > span:after {
    content: "";
    background: url('../images/double-quote-right-small.png') no-repeat;
    width: 28px;
    height: 21px;
    position: absolute;
    right: -45px;
    bottom: -9px;
}
.testimonial-text-wrap p{position:absolute; bottom:0;font-size: 14px;}

.sec-fifth-title span{
    position: relative;
}

.sec-fifth-title span:before {
    content: "";
    background: url('../images/double-quote-left.png');
    width: 38px;
    height: 27px;
    position: absolute;
    left: -20px;
    top: -40px;
}
.sec-fifth-title span:after {
    content: "";
    background: url('../images/double-quote-right.png');
    width: 43px;
    height: 31px;
    position: absolute;
    right: -20px;
    bottom: -40px;
}
.video-wrapper{
    position: relative;
    margin-top: 14px;
	border: solid 1px #DDDDDD;
	display: inline-block;
}
.video-wrapper .play-btn{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
	z-index:5;
}
.video-wrapper:after{
	position:absolute;
left:0;
right:0;
top:0;
bottom:0;
z-index:4;
background: rgba(0,0,0,.5);
content:"";
}
.testimonial-text-wrap-block{
    position: relative;
}
.testimonial-text-wrap{
    font-size: 34px;
    color: #69007b;
    line-height: 1.3;
    position: relative;
    padding: 75px 67px 0 118px; 
}
.testimonial-text-wrap-block{
    position: relative;
}
.testimonial-text-wrap{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.read-blog-btn{
    padding-top: 30px;
}
.read-blog-btn a{
    font-size: 29px;
    color: #69007b;
    text-transform: uppercase;
    font-size: 29px;
    color: #69007b;
}
.read-blog-btn a,
.read-blog-btn a:hover,
.read-blog-btn a:focus{
    text-decoration: none;
}
 
.btn-wrapper.lets-get-started button.btn{
    margin: 0;
    padding: 8px 30px;
    position: relative;
    margin: 35px 0 35px;
}

.btn-wrapper.lets-get-started button.btn:before {
    content: "";
    background: url(../images/star-img-5.png) no-repeat;
    width: 70px;
    height: 48px;
    position: absolute;
    left: -120px;
    top: -18px;
}
.btn-wrapper.lets-get-started button.btn:after {
    content: "";
    background: url(../images/star-img-6.png) no-repeat;
    width: 70px;
    height: 48px;
    position: absolute;
    right: -120px;
    top: -18px;
}


#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 9px;
    z-index: 9999;
    width: 70px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: transparent;
    color: #5e106f;;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
#back-to-top img{width:65%;}
#content {
    height: 2000px;
}
.dl-menuwrapper{
    display: none;
}
.productsNavWrap h2.steps-title{
    color: #d4439c;
}
.productsNavWrap hr.line-divider, .productsNavWrap .line-divider {
    border: 1px solid #d64ba0;
}
.trainingPants{
    position: relative;
    margin-top: 10px;
}
.trainingPants .title{
    padding: 20px 20px 20px 50px;
    font: 40px OmnesRegular;
    color: #fff;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.trainingPants .title:hover{
    text-decoration: none;
}
.trainingPants .title:after, .btn-wrapper .couponbtn:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #fff;
    content: "";
    display: block;
    position: absolute;
    right: 17px;
    top: 27%;
}
.trainingPants img{
    width: 100%;
}
.trainingPants.boys .title, .gradientbtnBlue{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1580c6+0,1580c6+82,4499d1+82,4499d1+100 */
    background: #1580c6; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #1580c6 0%, #1580c6 70%, #4499d1 69%, #4499d1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #1580c6 0%,#1580c6 70%,#4499d1 69%,#4499d1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #1580c6 0%,#1580c6 70%,#4499d1 69%,#4499d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1580c6', endColorstr='#4499d1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */    
}
.trainingPants.boys{
    border: 5px solid #d0e6f4;
}
.trainingPants.girls .title, .gradientbtnPink{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c23786+0,c23786+82,ce5f9e+83,ce5f9e+100 */
    background: #c23786; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #c23786 0%, #c23786 70%, #ce5f9e 69%, #ce5f9e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #c23786 0%,#c23786 70%,#ce5f9e 69%,#ce5f9e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #c23786 0%,#c23786 70%,#ce5f9e 69%,#ce5f9e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c23786', endColorstr='#ce5f9e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.trainingPants.girls{
    border: 5px solid #f3d7e7;
}
.couponNavWrap h2.steps-title{
    color: #d4439c;
}
.couponNavWrap hr.line-divider, .productsNavWrap .line-divider {
    border: 1px solid #d64ba0;
}
.couponContent{
    margin-top: 10px;
}
.btn-wrapper .couponbtn{
    position: relative;
    min-width: 178px;
    text-align: left;
    text-transform: none;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c23786+0,c23786+82,ce5f9e+83,ce5f9e+100 */
    background: #c23786; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #bf3496 0%, #bf3496 70%, #cc5dab 69%, #cc5dab 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #bf3496 0%,#bf3496 70%,#cc5dab 69%,#cc5dab 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #bf3496 0%,#bf3496 70%,#cc5dab 69%,#cc5dab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c23786', endColorstr='#ce5f9e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.btn-wrapper .couponbtn:after{
    border-width: 13px 0 13px 13px;
    top: 25%;
    right: 10px;
} 
.couponBtnWrap{
    position: absolute;
    bottom: 12px;
    right: 0;
}
.modal .modal-title{
    font:29px OmnesMedium;
    color: #5e106f;
    
}
.modal-header{
    border: 0;
	    margin-top: 45px;
}
.modal-header ul{
	padding-left:17px;
}
.modal-content{
    border-radius: 0;
}
.modal .close{
    background-color: #802494;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    opacity: 1;
    border-radius: 100%;
    font: 37px OmnesRegular;
    line-height: 0;
}
.modal .close span{
    margin-top: -2px;
    display: block;
}
#downloadFreeGuide .modal-content{
    padding: 20px 20px 70px;
    background: url(../images/formStarsTop.png) no-repeat left 4% top 15px,
                url(../images/formStarsBottom.png) no-repeat right 4% bottom 10%;
    background-color: #fff;
}
#downloadFreeGuide .modal-body{
    padding: 15px 30px;
}
.downloadGuideForm{
    margin: 20px 0 0;
}
.formSite input[type="text"],
.formSite input[type="email"],
.formSite input[type="password"]{
    border: 1px solid #77158d;
    border-top: 0;
    font: 17px OmnesRegular;
    color: #5e106f;
    height: 40px;
    border-radius:0; 
}
.formSite .form-group:nth-of-type(1) input[type="text"],
.formSite .form-group:nth-of-type(1) input[type="email"],
.formSite .form-group:nth-of-type(1) input[type="password"]{
    border-top: 1px solid #77158d;
}
.formSite .form-group{
    margin-bottom: 0;
	width:82%;
	margin:0 auto;
}
.formSite .submitbtn .btn{
    width: 245px;
	background: #5d106e;
}
.formSite .btn-wrapper{
    text-align: center;
    padding-left: 0;
    margin-top: 30px;
}
.form-control::-webkit-input-placeholder { /* Chrome */
  color: #5e106f;
  opacity: 1;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #5e106f;
  opacity: 1;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #5e106f;
  opacity: 1;
}
.form-control:-moz-placeholder { /* Firefox 4 - 18 */
  color: #5e106f;
  opacity: 1;
}
#messageBox ul{
    padding: 10px 0 0;
}
#messageBox ul li{
    list-style-type: none;
}
.error{
    color: #f00;
}


/*---------------Video popup ---------------*/


.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}



/*------------------------------------*/

/*------------CSS FOR 6 STEPS LANDING PAGE STARTS------------*/
.steps6-landing-wrapper{
    padding-top: 35px;
}
.steps6-landing-wrapper .desc-text{
    font-size: 22px;
}
.steps6-landing-wrapper h4{
    font: 22px OmnesSemiBold;
    color: #5e106f;
    text-align: center;
    margin: 30px 0 0;
}
.steps6-landing-wrapper .star-bg{
    position: relative;
}
.steps6-landing-wrapper .star-bg:before{
    background: url(../images/6steps-landing/star-img-1.png);
    width: 89px;
    height: 102px;
    position: absolute;
    left: 100px;
    top: 27px;
}
.steps6-landing-wrapper .star-bg:after{
    background: url(../images/6steps-landing/star-img-2.png);
    width: 89px;
    height: 102px;
    position: absolute;
    right: 100px;
    top: 27px;
}
.steps6-landing-wrapper .stepContent{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    text-align: center;
    margin-left: 5px;
}
.steps6-landing-wrapper .stepContent .step-title{
    font: 30px OmnesMedium;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    line-height: 35px;
    margin-bottom: 7px
}
.steps6-landing-wrapper .stepContent .step-title-blue{
    color: #1086d5;
}
.steps6-landing-wrapper .stepContent .step-title-pink{
    color: #de2a6f;
}
.steps6-landing-wrapper .goBtn{
    width: 160px;
    font: 18px OmnesRegular;
    color: #fff;
    border-radius: 2px;
    margin: 0 auto;
    text-align: left;
    padding: 12px;
    margin-top: 20px;
    border: 3px solid #fff;
    position: relative;
}
.steps6-landing-wrapper .goBtn:after{
    background: url(../images/6steps-landing/gobtn-arrow.png) no-repeat;
    position: absolute;
    top: 11px;
    right: 4px;
    content:"";
    width: 18px;
    height: 26px;
}
.steps6-landing-wrapper .stepImage{
    width: 100%;
}
.steps6-landing-wrapper .stepContent:hover,
.steps6-landing-wrapper .stepContent:focus{
    text-decoration: none;
    background-color:rgba(0, 0, 0, 0.6);
    /*height: 100%;*/
}
.steps6-landing-wrapper .stepContent .step-title,
.steps6-landing-wrapper .stepContent .goBtn{
    visibility: hidden;
}
.steps6-landing-wrapper .stepContent:hover .step-title,
.steps6-landing-wrapper .stepContent:hover .goBtn{
    visibility: visible;
}
.steps6-landing-wrapper .steps6-container .col-sm-4{
    padding-left: 5px;
    padding-right: 5px;
}
.steps6-landing-wrapper .steps6-container .row2{
    margin-top: 10px;
}
.steps6-container{
    margin-top: 50px;
}
.steps6-landing-wrapper .voucherSection{
    margin-top: 15px;
}
.steps6-landing-wrapper .voucherBannerImage{
    margin-top: 22px;
    text-align: center;
    position: relative;
    padding: 0 5px;
}
.steps6-landing-wrapper .voucherBannerImage img{
    width: 100%;
}
.steps6-landing-wrapper .voucherContent{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding:30px 0 0; 
}
.steps6-landing-wrapper .voucherValue{
    font: 112px OmnesSemiBold;
    color: #fff;
}
.steps6-landing-wrapper .desc{
    font: 35px OmnesMedium;
    color: #fff;
    margin-top: -25px;
}
.steps6-landing-wrapper .voucherContent .voucherBtn{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.steps6-landing-wrapper .voucherContent .voucherBtn .btn{
    background-color: #de2a6f;
    min-width: 278px;
    padding-top: 12px;
    padding-bottom: 12px;
}

/*------------CSS FOR 6 STEPS LANDING PAGE ENDS------------*/

/*------------CSS FOR STEP 1 PAGE STARTS------------*/
.step-1-left-text-wrapper{
 padding: 0 35px 0 40px;   
}
.step-1-banner-text{
    font-size: 22px;
    padding-left: 50px;
    padding-right: 100px;
}
.step-1-wrapper .banner-text {
    padding: 0 70px 25px 50px;
}
.step-wrap-text{
    font-size: 41px;
    color: #5e106f;
    text-transform: uppercase;
        padding: 80px 50px 0 50px;
    line-height: 1.1;
}
.step-1-wrapper .home-section-wrapper {
    padding: 50px 0 0 0;
}
a.circle-wrap, .stepImgCircle img{
    text-align: center;
    border: 1px solid #5e106f;
    border-radius: 50%;
    width: 183px;
    height: 183px;
    margin: 0 auto;
    font-size: 23px;
    color: #fff;
    background: #5e106f;
    display: table;
    table-layout: fixed;
}
.stepImgCircle img{
    display: none;
    border:0;
}
a.circle-wrap{
	padding:0 15px;
}
a:hover.circle-wrap{
    text-decoration: none;
}
.circle-wrap span{
    display: table-cell;
    vertical-align: middle;
}
.find-out-text{
    font-size: 34px;
    color: #5e106f;
    text-align: center;
}
.font-semibold{
	font-family:OmnesSemiBold;
}
.find-out-desc {
    text-align: center;
    margin-top: 15px;
    font-size: 17px;
}
.circle-main-wrap {
    margin-top: 50px;
    margin-bottom: 70px;
}
.find-out-text:before {
    content: "";
    background: url(../images/star-img-7.png);
    width: 158px;
    height: 109px;
    position: absolute;
    left: -20px;
    top: 0;
}
.find-out-text:after {
    content: "";
    background: url(../images/star-img-8.png);
    width: 158px;
    height: 109px;
    position: absolute;
    right:-20px;
    top: 0;
}
.img-psy-wrap:before {
    content: "";
    background: url(../images/star-img-9.png);
    width: 64px;
    height: 60px;
    position: absolute;
    left: 80px;
    top: -30px;
}
.img-psy-wrap:after {
    content: "";
    background: url(../images/star-img-10.png);
    width: 64px;
    height: 60px;
    position: absolute;
    right: 80px;
    bottom: -35px;
}
.home-section-3 {
    background: #e5f3fb;
}
.home-section-3.pinkbg{
	background: #eadaea;
}
.nobg{
	background-color: transparent !important;
}
.home-section-4{
    background: #eadaea;
}
.home-section-3 .find-out-text:before,
.home-section-3 .find-out-text:after {
    content: "";
    background:none;
}
.sign-of-potty-training .sign-of-img{
    text-align: center;
        padding-bottom: 20px;
}
.sign-of-potty-training .sign-of-img img{
    margin: 0 auto;
}
.sign-of-potty-training input[type="checkbox"].custome-checkbox {
    display: none;
    position: absolute;
}
.sign-of-potty-training input[type="checkbox"].custome-checkbox + label {
    padding-left: 40px;
    margin: 0px;
    position: relative;
    text-align: left;
    font-weight: normal;
    cursor: pointer;
}
.sign-of-potty-training .terms-check {
    font-size: 20px;
    line-height: 1;
}
.sign-of-potty-training input[type="checkbox"].custome-checkbox + label:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    border: 2px solid #5e106f;
    position: absolute;
    left: 0;
    top:2px;
}
.sign-of-potty-training input[type="checkbox"].custome-checkbox:checked + label::after {
    content: "✔";
    display: block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 7px;
    top: 5px;
    font-size: 20px;
    color: #5e106f;
    font-family: kotex-icon;
    font-variant: normal normal;
}
.sign-of-potty-training .form-group{
    margin-bottom: 0;
}
.home-section-3 .find-out-desc{
    padding-bottom: 20px;
}
.padding-top-60{
    padding-top: 60px;
}
.sign-of-potty-training .well{
    background: transparent;
    border: none;
    box-shadow:none;
    margin-bottom: 0;
}
.btn-wrapper.sign-submit-btn button.btn{
    padding: 6px 61px;
    margin: 20px 0;
    font-size: 22px;
}
.img-psy-wrap{
    margin-bottom: 20px;
}
.img-psy-wrap:after {
    bottom: -15px;
}
.btn-wrapper.next-step-btn button.btn,
.btn-wrapper.prev-step-btn button.btn {
    padding: 8px 70px;
    margin: 35px 0 70px 0;
}
.next-step-btn button:before {
    content: "";
    background: url(../images/star-img-11.png);
    width: 107px;
    height: 55px;
    position: absolute;
    left: 170px;
    top: 38px;
}
.next-step-btn button:after {
    content: "";
    background: url(../images/star-img-12.png);
    width: 90px;
    height: 84px;
    position: absolute;
    right: -120px;
    top: 38px;
}

/*------------CSS FOR STEP 1 PAGE ENDS------------*/

/*------------CSS FOR STEP 2 PAGE STARTS------------*/
.step-2-section2 {
   /* margin-top: 10px;*/
}

.step-2-section2 .video-wrapper{
    display: inline-block;
}
.step-2-section2 h4{
    font: 26px OmnesSemiBold;
    color: #5e106f;
    text-align: left;
}
.step-2-section2 .desc{
    font: 16px OmnesRegular;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 35px;
}
.step-2-section2 .btn-wrapper{
    padding-left: 0;
}
.step-2-section2 .buynowBtn .btn{
    padding-bottom: 11px;
    padding-top: 11px;
    min-width: 180px;
    font-size: 22px;
}
.step-2-section2 .videoWrapper{
    margin-left: 30px;
}
.step-2-section3{
    background-color: #cce7f7;
    padding: 53px 0 109px;
    margin-top: 100px;
}
.step-2-section3 .desc{
    font-size: 16px;
}
.step-2-section3 h3.page-sub-title{
    margin-bottom: 30px;
}
.step-2-section3 .rightContent{
    background:url(../images/step-2/notes.png) no-repeat;
    min-height: 469px;
    position: absolute;
    left: 0;
    top: -107px;
    width: 100%;
    padding: 93px 0 0 60px;
}
.step-2-section3 .rightContent ul{
    padding:0;
    margin: 0;
}
.step-2-section3 .rightContent ul li{
    list-style-type: disc;
    margin-bottom: -2px;
    font-size: 17px;
}
.step-2-section3 .rightContent ul li span{
    font-size: 20px;
}
.step-2-section3 .rightContent ul.row2{
    top: -6px;
    position: relative;
}
.step-2-section3 .rightContent .notesTitle{
    color: #bb3c8a;
    font-size: 20px;
    padding-top: 14px;
    padding-bottom: 0;
    margin: 0;
}
.step-2-section3 .rightContent .downloadBtn{
    position: absolute;
    bottom: 64px;
    right: 22px;
}
.slides .btn-wrapper{
    padding-left: 0
}
.slides .downloadBtn{
    position: relative;
    bottom: 0;
    right: 0;
    display: inline-block;
}
.step-2-section3 .rightContent .downloadBtn .btn,
.slides .downloadBtn .btn{ 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1580c6+0,1580c6+82,4499d1+82,4499d1+100 */
    background: #1580c6; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #712d7f 0%, #712d7f 70%, #8d5799 69%, #8d5799 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #712d7f 0%,#712d7f 70%,#8d5799 69%,#8d5799 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #712d7f 0%,#712d7f 70%,#8d5799 69%,#8d5799 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#712d7f', endColorstr='#8d5799',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border:0; 
    min-width: 154px;
    text-align: left;
    padding-top: 10px;?
    padding-bottom: 10px;
	min-height: 40px;
} 
.step-2-section2 .rightContent .downloadBtn:after,
.slides .downloadBtn:after {
    background: url(../images/6steps-landing/gobtn-arrow.png) no-repeat;
    position: absolute;
    top: 9px;
    right: 20px;
    content: "";
    width: 18px;
    height: 26px;
}
.step-2-section2 .righContent .desc:after,
.step-2-section2 .righContent .desc:before{
   display: none; 
}
.step-1-wrapper .banner-text {
    padding: 0 30px 20px 50px;
}
.step-2-wrapper .banner-text {
    padding: 30px 0 20px 50px;
}
.step-2-wrapper .step-1-left-text-wrapper{
    padding-right: 78px;
}
.step-2-wrapper .video-text-wrap{
    padding:10px 0;
}
.more-link, .less-link{
    text-transform: uppercase;
    color: #5e106f;
}
.more-link:hover, .less-link:hover{
    text-decoration: underline;
    color: #5e106f;
}
.more-link:after, .less-link:after{
    background: url("../images/step-2/icon-readmore.gif") no-repeat;
    content: "";
    display: inline-block;
    width: 10px;
    height: 11px;
    margin: 0 0 0 3px;
}
.less-link:after{
    background: url("../images/step-2/icon-readless.gif") no-repeat;
}
.step-2-section4{
    padding: 90px 0 20px;
}
.step-2-section4 .heading{
    font: 21px OmnesMedium;
    color: #5e106f;
    margin-bottom: 20px;
}
.step-2-section4 .imgCircle{
    border-radius: 50%;
    width: 100%;
}
.step-2-section4 .desc-text{
    font-size: 17px;
}
.step-2-section4 .desc-text span{
    font-family: OmnesMedium;
}
.step-2-section4 .row1{
    margin-top: 40px;
    margin-bottom: 20px;
}
.step-2-section4 .block .padleft0{
    padding-left: 0;
}
.step-2-section4 .block .icon{
    position: absolute;
    top: -10px;
    left: -10px;
}
.step-2-section5{
    background-color: #5e106f;
    padding: 40px 0;
}
.step-2-section5 .container{
    position: relative;
}
.step-2-section5 .starsLeft{
    position: absolute;
    top: 0;
    left: 0;
}
.step-2-section5 .starsRight{
    position: absolute;
    top: 43%;
    right: 0;
}
.step-2-section5 h3.page-sub-title{
    color: #fff;
}
.step-2-section5 .desc-text{
    color: #fff;
}
.step-2-section5 .title{
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}
.step-2-section6{
    padding-bottom: 35px;
}
.step-2-section6 .find-out-desc {
    font-size: 20px;
    margin-bottom: 30px;
}
.step-2-section6 .find-out-text:before,
.step-2-section6 .find-out-text:after{
    display: none;
}
.step-2-section6 .starsBlock{
    position: relative;
}
.step-2-section6 .starsBlock:before{
    content: "";
    background: url(../images/star-img-7.png);
    width: 158px;
    height: 109px;
    position: absolute;
    left: 0;
    top: 25%;
}
.step-2-section6 .starsBlock:after{
    content: "";
    background: url(../images/star-img-8.png);
    width: 158px;
    height: 109px;
    position: absolute;
    right:0;
    top: 25%;
}
.step-2-section7{
    /*background-color: #e5d2e6;
    padding: 40px 0 0;*/
}
.step-2-section7 .headingWrap{
    padding-top: 40px;
}
.pinkbg{
    background-color: #e5d2e6;
}
.oHidden{
    overflow: hidden;
    position: relative;
    padding:0;
    display: none;
}
.oHidden .containerClose{
    font: 30px 'OmnesMedium';
    color: #c23786;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1;
}
.step-2-section7 .find-out-desc{
    font-size: 20px;
}
.step-2-section7 .find-out-text:before,
.step-2-section7 .find-out-text:after{
    /*display: none;*/
	top: 40px;
}
.buttonBottom .btn-wrapper{
    display: inline;
}
.buttonBottom .prev-step-btn{
    padding-left: 0;
}
.btnBlock{
    position: relative;
    display: inline-block;
}
.step-2-wrapper .next-step-btn button:after{
    right: -110px;
}

.prev-step-btn button:before,.next-step-btn.prev-step-btn-pu a.hidden-btn:before {
    content: "";
    background: url(../images/star-img-15.png);
    width: 98px;
    height: 85px;
    position: absolute;
    left: -130px;
    top: 38px;
}
			
/*------------ CSS FOR STEP 2 PAGE ENDS ------------*/

/*------------ CSS FOR STEP 3 PAGE STARTS ------------*/
.step-3-wrapper .next-step-btn button:before {
    display: none;
}
.step-3-wrapper .next-step-btn button:after {
    right: -110px;
    top: 38px;
}
.step-3-wrapper .banner-text{
    padding: 0 0 25px 50px;
}
.step-3-section3{
    background-color: #cce7f7;
    padding: 30px 0;
}
.step-3-wrapper .video-text-wrap{ 
    padding-bottom: 60px;
    padding-top: 10px;
}
.step-3-wrapper .step-2-section4 .heading{
    color: #272727;
}
.step-3-wrapper .step-2-section4 .desc-text{
    font-size: 16px;
}
.step-3-wrapper .step-2-section4 .row1{
    margin-top: 30px;
    margin-bottom: 0;
}
.step-3-wrapper .step-2-section6{
    padding-top: 20px;
    padding-bottom: 25px;
}
..find-out-desc{
    font-size: 20px;
}
.step-3-wrapper .circle-main-wrap{
    margin-top: 40px;
    margin-bottom: 40px;
}
/*------------ CSS FOR STEP 3 PAGE ENDS ------------*/

/*------------ CSS FOR STEP 5 PAGE STARTS ------------*/
.step-5-wrapper .banner-text {
    /*line-height: 95px;*/
}
.step-5-wrapper .step-2-section4 .desc-text1{
    font-size: 17px;
}
.step-5-wrapper .step-2-section4 .row1{
    margin-bottom: 30px;
}
.step-5-wrapper .step-3-section3{
    padding-bottom: 50px;
}
.step-5-wrapper .video-text-wrap .righContent h3{
    margin-bottom: 15px;
}
.step-5-wrapper .step-1-left-text-wrapper {
    padding: 0 90px 0 0px;
}
/*------------ CSS FOR STEP 5 PAGE ENDS ------------*/

/*------------ CSS FOR STEP 6 PAGE STARTS ------------*/
.step-1-left-text-wrapper {
    padding: 0 145px 0 0px;
}

.next-step-btn button:before {
display: none;
}

.step-6-btn-wrap .step-6-wrapper .banner-text {
    padding: 0 70px 20px 50px;
}
.step-6-btn-wrap .next-step-btn button:after {
    right: -110px;
    top: 38px;
}
.step-6-wrapper .step-1-banner-text {
    padding-right: 160px;
}
.step-6-wrapper .banner-text{
	padding-right:0;
	padding-bottom:0;
	padding-top:0;
}
.step-6-wrapper .righContent .desc:before,
.step-6-wrapper .righContent .desc:after{
    content: "";
    background: none;
}
.step-6-wrapper .step-2-section2 h4 {
    padding-top: 40px;
}
.step-6-wrapper .video-text-wrap {
    padding: 20px 0;
}
.step-6-wrapper .step-4-section2 {
    background: transparent;
}
.step-6-wrapper .step-4-section3{
       background: #cce7f7;
}
.keep-motivated{
    text-align: center;
    color: #000000;
    font-size: 16px;
}

.padding-bottom-75{
    padding-bottom: 75px;
}
.padding-top-75{
    padding-top: 75px;
}
.step-6-wrapper h3.page-sub-title{
    margin: 30px 0;
}
.step-6-wrapper h3.motive-title {
    margin: 0 0 25px 0;
}
.step-6-wrapper .keep-motive-text-wrap p{
    font-size: 16px;
}
.step-6-wrapper .img-psy-wrap:before {
    left: 30px;
    top: -30px;
}
.step-6-wrapper .img-psy-wrap:after {
    right: 30px;
    bottom: -35px;
}
.step-6-wrapper .step-1-left-text-wrapper {
    padding: 0 65px 0 0px;
}
.step-6-btn-wrap .prev-step-btn button:before {
    content: "";
    background: url(../images/star-img-16.png);
    width: 99px;
    height: 85px;
    position: absolute;
    left: -130px;
    top: 38px;
}
/*------------ CSS FOR STEP 6 PAGE ENDS ------------*/

/*------------ CSS FOR STEP 4 PAGE STARTS------------*/
.buttonBottom4 .next-step-btn button:before{
    display: none;
}
.buttonBottom4 .next-step-btn button:after {
    right: -120px;
    top: 38px;
}
.step-4-wrapper .home-section-3 {
    background: transparent;
}
.top-wrap{
    background: #0087d7;
}
.tool-title{
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
      font-family: 'OmnesMedium';
    text-align: center;
    padding: 15px 0;
    line-height: 1;
}
.margin-left-50{
    margin-left: 50px;
}
.step-4-wrapper .find-out-desc{
font-size: 20px;    
}
.step-4-wrapper .banner-text {
    padding: 0 70px 20px 50px;
}
.read-more-text a,
.read-more-text a:hover,
.read-more-text a:active{
    font-size: 17px;
    color: #5e106f;
    text-decoration: none;
}
.read-more-text img{
padding: 0 5px;
}
.padding-top-60{
    padding-top: 60px;
}
.step-4-section2{
    background: #e5f3fb;
}

.step-4-section2 .desc {
    padding-right: 90px;
}
.video-text-wrap{
    padding: 40px 0;
}
.step-4-section3{
    background: transparent;
}

.righContent .desc:before {
    content: "";
    background: url(../images/star-img-13.png);
    width: 78px;
    height: 61px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.righContent .desc:after {
    content: "";
    background: url(../images/star-img-13.png);
    width: 78px;
    height: 61px;
    position: absolute;
    right: 0;
    bottom: 0;
}

/* desktp n above */
@media only screen and (min-width: 768px){
.margin-left-45{
    margin-left: 45px;
}
    .padding-left-20{
        padding-left: 20px;
    }
    .margin-top-20{
        margin-top: 20px;
    }
	
}
@media only screen and (min-width: 768px) and (max-width:992px){
	.navbar-brand img{max-width:100%!important;}
	.main-header .navbar-brand{width:120px;}
	.main-header .navbar-nav>li>a { font-size: 12px!important;}
	.main-header .navbar-nav>li>a, .main-header .navbar-nav>li>a:focus, .main-header .navbar-nav>li>a:hover {
		padding: 10px 0!important;
		margin: 0 10px;
	}
	.main-header .navbar-brand {padding: 5px 10px!important;}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
		background-color: transparent!important;
		color: #fff!important;
	   text-decoration: none!important;
	}
}
@media only screen and (min-width: 992px) and (max-width:1100px) {
	.main-header .navbar-brand{width: 200px;}
	.main-header .navbar-nav>li>a, .main-header .navbar-nav>li>a:focus, .main-header .navbar-nav>li>a:hover {
		padding: 20px 0!important;
		margin: 0 10px;
	}
	.main-header .navbar-brand img{max-width:100%;}
}
@media only screen and (min-width: 1025px) and (max-width:1199px){
	.navbar-brand .main-logo {
		margin-left: -15px;
	}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: 0;
	}
}
/* ---------------------- */

@media only screen and (min-width: 768px){

    .step-4-wrapper .step-1-banner-text {
    font-size: 22px;
    padding-left: 50px;
    padding-right: 160px;
    }
    
}
/*------------CSS FOR STEP 4 PAGE ENDS------------*/

/* -------PRODUCT PAGE CSS STARTS ------------ */

.product-page .banner-text {
    padding: 80px 0px 0px 60px;
    letter-spacing: normal;
}
.product-page .pant-section .text-holder{
    padding-left: 60px;
    padding-right: 20px;
}
.product-page .pant-section p{
    font-size: 17px;
}
.product-page .pant-section p.video-instruction{
    color: #69007b;
    font-family: "OmnesSemiBold";
    font-size: 20px;
    margin-top: 25px;
}
.product-page .pant-section .block-line-divider{
    margin-bottom: 40px;
}

.product-page .video-section-wrapper{
    background-color: #cce7f7;
    padding: 40px 0px;
    padding-bottom: 0; 
}
.product-page .video-section-wrapper .row{
    margin: 0;
}
.product-page .video-section-wrapper a{
    display: block;
}
.product-page .video-section-wrapper .video-thumb-details{
    display: inline-block;
    text-align: left;
    max-width: 333px;
}
.product-page .video-section-wrapper .row:not(.title-row) > div:nth-of-type(4n),
.product-page .video-section-wrapper .row:not(.title-row) > div:nth-of-type(1n){
    /*text-align: left;*/
	text-align: center;
}
.product-page .video-section-wrapper .row:not(.title-row) > div:nth-of-type(5n),
.product-page .video-section-wrapper .row:not(.title-row) > div:nth-of-type(2n){
   text-align: center;
}
.product-page .video-section-wrapper .row:not(.title-row) > div:nth-of-type(6n),
.product-page .video-section-wrapper .row:not(.title-row) > div:nth-of-type(3n){
    /*text-align: right;*/
	text-align: center;
}
.product-page .video-section-wrapper .video-thumb-details {
    font-size: 15px;
	font-weight: bold;
    font-family:OmnesRegular;
    margin-bottom: 45px;
}
.product-page .video-section-wrapper .video-thumb-details .video-title{
    font-family: OmnesMedium;
}


.product-page .size-section-wrapper {
    padding: 40px 0;
}
.product-page .size-section-wrapper .sizes-holder{
    background: url(../images/product/star_1.png) 10% center no-repeat, 
                url(../images/product/star_2.png) 90% center no-repeat;
    background-size: auto, auto;
    text-align: center;
}
.product-page .size-section-wrapper .sizes-holder > div{display: inline-block;}
.product-page .size-section-wrapper .sizes-holder .size-holder{
    font-size: 22px;
    font-family: OmnesMedium;
}

.product-page .size-section-wrapper .sizes-holder .size-holder .circle{
    font-size: 38px;
    font-family: 'OmnesSemiBold';
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    line-height: 70px;
    margin-bottom: 15px;
}
.product-page .size-section-wrapper .sizes-holder .size-holder.l-size .circle{
    background-color: #dd1c21;
}
.product-page .size-section-wrapper .sizes-holder .size-holder.m-size .circle{
    background-color: #74b546;
}
.product-page .size-section-wrapper .sizes-holder .verticle-divider{
   width: 5px;
    height: 120px;
    background-color: #5e106f;
    margin: 0 33px;
    margin-bottom: -18px;
}

.product-page .get-started-section-wrapper{
    padding: 40px 0;
    background-color: #eadaea;

     background: url(../images/product/star_11.png) 5% 40% no-repeat,                   
                 url(../images/product/star_12.png) 95% 90% no-repeat #eadaea;
    background-size: auto, auto;
}

.product-page .get-started-section-wrapper .product-wrapper{
    padding-top: 0;
}

.product-page .btn-wrapper.lets-get-started button.btn:before{display: none;}
.product-page .btn-wrapper.lets-get-started button.btn:after{display: none;}
.product-page .btn-wrapper.find-out-more .btn{margin-top: 0;margin-bottom: 0;}

/* -------PRODUCT PAGE CSS ENDS ------------ */

.step-2-wrapper .next-step-btn button:before{
    display: none;
}

/* desktp n above */
@media only screen and (min-width: 768px){
    .header-wrapper .navbar{
        min-height: auto;
    }
    .center-block{
        margin: 0 auto;
        float: none;
    }
    .top-header-right-sec{
        float: right;
    }
    .contact-us-wrap{
        padding: 0 15px;
    }

    .main-header .navbar-nav>li>a,
    .main-header .navbar-nav>li>a:focus,
    .main-header .navbar-nav>li>a:hover{
       padding: 25px 8px 25px 8px; 
        margin: 0 10px;
		text-decoration:none;
		background-color:transparent!important;
		color:#fff!important;
    }
/*
    .main-header .navbar-nav>li.active>a,
    .main-header .navbar-nav>li.active>a:focus,
    .main-header .navbar-nav>li.active>a:hover{
       padding: 35px 20px 38px 20px; 
    }
*/
    
    .top-header .navbar-nav.top-header-left-sec>li>a{
        margin: 11px 38px 14px 0;
        line-height: 1.1;
        padding: 0;
    }
     .top-header .navbar-nav.top-header-right-sec>li>a{
        margin: 11px 13px;
        line-height: 1.1;
         padding: 0;
    }
    .main-header ul.top-header-right-sec li:last-child a,
    .top-header ul.top-header-right-sec li:last-child a{
        padding-right: 0;
        margin-right: 0;
    }
    img.main-logo{
        margin-left: -45px;
    }
    .btn-wrapper .btn{
        margin-right: 15px;
    }
    .btn-wrapper.find-out-more .btn{
        padding: 8px 50px;
        margin-top: 27px;
    }
    #downloadFreeGuide .modal-dialog{
        width: 586px;
    }
    .btn-wrapper.next-step-btn button.btn, .btn-wrapper.prev-step-btn button.btn{
        font-size: 22px;
    }

}







.jwg_slider_module {
    min-height:100px;
}
.jwg_slider_module,
.jwg_slider_module .arrow_navigation,
.jwg_slider_module .tabbed_navigation {
    overflow:hidden;
    position:relative;
    width: 100%;
}
.jwg_slider_module .tabbed_navigation  ul {
    margin:0 auto;
    text-align:center;
}
.jwg_slider_module .tabbed_navigation  ul:after {
    content:"";
    clear:both; 
    display:block;
}
.jwg_slider_module .tabbed_navigation  ul li {
    overflow:hidden;
    position:relative;
    display:inline;
    display:inline-block;
    cursor:pointer;
    list-style-type: none;
}

.jwg_slider_module .arrow_navigation {width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: auto;
}
.jwg_slider_module .arrow_navigation > div {
    position: relative;
    z-index: 20; 
    cursor: pointer;
    top: 38%; 
    left: auto;
    float:left;
} 
.jwg_slider_module .arrow_navigation > div.right {
    float:right;
}

.jwg_slider_module .slides {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
}
.jwg_slider_module .slides > .slide {
    float:left;
    width:100%;
    /*height:inherit;*/
    text-align:center;
}
.jwg_slider_module .tabbed_navigation {
    position: absolute;
    bottom: 0;
    left:0;
} 


.left {
    float:left;
}
.right {
    float:right;
}


.jwg_slider_module {
    height:auto;
}
.jwg_slider_module,
.jwg_slider_module .arrow_navigation,
.jwg_slider_module .tabbed_navigation {
    overflow:hidden;
    position:relative;
    width: 100%;
}
.jwg_slider_module .tabbed_navigation  ul {
    margin:0 auto;
    padding: 0;
    text-align:center;
}
.jwg_slider_module .tabbed_navigation  ul:after {
    content:"";
    clear:both; 
    display:block;
}
.jwg_slider_module .tabbed_navigation  ul li {
    overflow:hidden;
    position:relative;
    display:inline;
    display:inline-block;
    cursor:pointer;
    opacity:1;
    transition : opacity .5s;
    -o-transition : opacity .5s;
    -ms-transition : opacity .5s;
    -moz-transition : opacity .5s;
    -webkit-transition : opacity .5s;
	margin-bottom: 20px;
}
.jwg_slider_module .tabbed_navigation  ul li.current{
    opacity:1;
}
.jwg_slider_module .tabbed_navigation  ul li.current .stepImgCircle img{
    display: block;
}
.jwg_slider_module .tabbed_navigation  ul li.current a.circle-wrap{
    display: none;
} 

.jwg_slider_module .tabbed_navigation  ul.5_col li {
    width:16%;
}
.jwg_slider_module .arrow_navigation {width: 100%;
    margin: 0 auto;
    height: auto;
    position: absolute;
    z-index: auto;
    top: 50%;
}
.jwg_slider_module .arrow_navigation > div {
    position: relative;
    z-index: 20; 
    opacity : 1;
    transition : opacity .5s;
    -o-transition : opacity .5s;
    -ms-transition : opacity .5s;
    -moz-transition : opacity .5s;
    -webkit-transition : opacity .5s;
    width:auto;
    height: 75px;
    cursor: pointer;
    top: 38%; 
    background : #FFF;
    padding : 10px;
    left: auto;
} 
.jwg_slider_module .arrow_navigation.on > div {
    opacity : 1;
}
.jwg_slider_module .arrow_navigation > div:hover {
    opacity : 1;
}
.jwg_slider_module .arrow_navigation > div > p {
    font-size: 20px;
    position: relative;
    line-height: 45px;
}
.touch .jwg_slider_module .arrow_navigation > div {
    padding: 20px;
    width : 30px;
}
.touch .jwg_slider_module .arrow_navigation > div > p {
    font-size: 25px;
}
.jwg_slider_module .arrow_navigation > div.left {
    padding-right : 20px; 
    background: url(../images/arrow-prev.png) no-repeat;    
}
.jwg_slider_module .arrow_navigation > div.right {
    padding-left : 20px; 
    background: url(../images/arrow-next.png) no-repeat;  
}  
.jwg_slider_module .slides {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    height:100%;
}
.jwg_slider_module .slides > .slide {
    float:left;
    width:100%;
    /*height:auto;*/
    min-height: 300px;
    text-align:left;
    padding: 30px 0;
    height:0;
}
.jwg_slider_module .slides > .slide.current{
    height:  auto;
}
.jwg_slider_module .slides .slideImage img{
    border-radius:100%;
}
.jwg_slider_module .slides > .slide .find-out-text{
    text-align: left;
    padding-bottom: 20px;
}
.jwg_slider_module .tabbed_navigation {
    position: relative;
    bottom: 0;
    left:0;
} 
.jwg_slider_module .slide .find-out-text:before,
.jwg_slider_module .slide .find-out-text:after{
    display: none;
}

.margin0{
    margin:0;
}
.quiz-wrapper-section .btnBlock {
    position: relative;
    display: inline-block;
}

.quiz-wrapper-section .btn-wrapper{
    padding: 0;
    display: inline-block;
}
.quiz-wrapper-section .buttonBottom .prev-step-btn {
    padding-left: 0;
}
.quiz-wrapper-section .btn-wrapper {
    padding-left: 50px;
}
.quiz-wrapper-section .btn-wrapper.prev-step-btn{
    padding-left: 0;
}
.quiz-wrapper-section .prev-step-btn button:before {
    content: "";
    background: url(../images/star-img-17.png);
    width: 148px;
    height: 63px;
    position: absolute;
    left: -190px;
    top: 38px;
}
.quiz-wrapper-section  .next-step-btn button:after {
    content: "";
    background: url(../images/star-img-18.png);
    width: 137px;
    height: 72px;
    position: absolute;
   right: -170px;
    top: 28px;
}
.quiz-wrapper-section .quiz-submit-btn{
    display: block;
}
.quiz-wrapper-section .btn-wrapper.quiz-submit-btn button.btn {
    padding: 6px 61px;
    margin: 20px 0;
    font-size: 22px;
}
.congrats-text:before {
    content: "";
    background: url(../images/star-img-19.png);
    width: 284px;
    height: 245px;
    position: absolute;
    left: -110px;
    top: -97px;
}
.congrats-text:after {
    content: "";
    background: url(../images/star-img-20.png);
    width: 116px;
    height: 149px;
    position: absolute;
    right: 0;
    top: 0;
}
.congrats-sec-wrapper{
margin-top:20px;
}
@media only screen and (min-width: 1100px){
	.jwg_slider_module .tabbed_navigation  ul li:hover  {
		opacity:1;
	}
	.jwg_slider_module .tabbed_navigation  ul li:hover .stepImgCircle img{
		display: block;
	}
	.jwg_slider_module .tabbed_navigation  ul li:hover a.circle-wrap{
		display: none;
	}
	.step-6-wrapper .banner-text{
		font-size: 46px;
	}
}


.show-in-desktop-only{
    display: block;
}
.hide-in-desktop-only{
    display: none;
} 



@media only screen and (min-width: 1100px){
    .jwg_slider_module .tabbed_navigation  ul li:hover  {
        opacity:1;
    }
    .jwg_slider_module .tabbed_navigation  ul li:hover .stepImgCircle{
        display: block;
    }
    .jwg_slider_module .tabbed_navigation  ul li:hover a.circle-wrap{
        display: none;
    }
}
.show-in-desktop-only{
    display: block;
}
.hide-in-desktop-only{
    display: none;
}




/*--------------- 2ND PHASE PAGE CSS STARTS ------------------*/
/*---------------- DISNEY PAGE CSS STARTS ----------------*/
.disney-wrapper .desc{
    font-size: 24px;
    color: #5e106f;
    margin-bottom: 30px;
}
.disney-wrapper .video-wrapper{
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 80px;
}
.disney-wrapper .video-thumbnail{
    border: 15px solid #fff;
    box-shadow: 0 0 15px #8c8c8c;
}
.disney-wrapper .video-wrapper .baby{
    position: absolute;
    right: -180px;
    bottom: -15px;
}
/*---------------- DISNEY PAGE CSS ENDS ----------------*/

/*---------------- CONGRATS PAGE CSS STARTS ----------------*/
.congrats-wrapper .banner-text{
    padding-top: 10px;
}
.congrats-section-3{
    padding: 50px 0 70px;
    margin: 80px 0 30px;
    position: relative;
}
.congrats-section-3 .desc{
    font: 32px OmnesSemiBold;
    color: #69007b;
    margin: 0;
    position: relative;
}
.congrats-section-3 .desc:before{
    position: absolute;
    content: "";
    background: url(../images/congrats/baby.png) no-repeat;
    width: 182px;
    height: 245px;
    left: -23%;
    top: -89%;
}
.congrats-section-3 .row:before{
    content: "";
    background: url(../images/star-img-17.png) no-repeat;
    width: 118px;
    height: 150px;
    position: absolute;
    left: 11%;
    top: 30px;
}
.congrats-section-3 .row:after{
    content: "";
    background: url(../images/star-img-18.png);
    width: 118px;
    height: 150px;
    position: absolute;
    right: 11%;
    top: 30px;
}
/*---------------- CONGRATS PAGE CSS ENDS ----------------*/

/*---------------- SUCCESS STORIES PAGE CSS STARTS ----------------*/
.testimonial-content{
    position: relative;
}
.testimonial-content-text{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.testimonial-content-text{
    font-size: 35px;
    color: #69007b;
    line-height: 1;
    padding: 30px 50px 0px 60px; 
    text-align: center;
}
.testimonial-content-text .no1{
    font-size: 77px;
    display: inline-block;
}
.testimonial-blogger{
    color: #ffffff;
    padding-top: 73px;
    font-weight: bold;
}
.testimonial-awards{
    padding: 50px 40px 0px 48px;
    font-size: 27px;
    line-height: 1.2;
}
.ninety-nine{
    font-size: 77px;
    display: block;
}
.testimonial99{
    font-size: 27px;
    padding: 40px 25px 0px 25px;
}
.fs-20{
    font-size: 20px;
}
.testimonial-text-wrap .bold{
    font-weight: bold;
}
.section-pad{
    padding: 61px 50px 60px 87px;
}

.section-pad span:before {
    content: "";
    background: url('../images/double-quote-left.png');
    width: 38px;
    height: 27px;
    position: absolute;
    left: -43px;
    top: -4px;
}
.section-pad span:after{
    content: "";
    background: url(../images/double-quote-right.png);
    width: 43px;
    height: 31px;
    position: absolute;
    right: -212px;
    bottom: 0px;
}

.testimonial-left > span:before {
    content: "";
    background: url(../images/double-quote-left-small.png) no-repeat;
    width: 29px;
    height: 20px;
    position: absolute;
    left: -35px;
    top: 5px;
}
.testimonial-left > span:after{
    content: "";
    background: url(../images/double-quote-right-small.png) no-repeat;
    width: 28px;
    height: 21px;
    position: absolute;
    right: -30px;
    bottom: -10px;
}

.starscontent .prev-step-btn button:before{
    content: "";
    background: url(../images/testimonial/bottom-stars.png);
    width: 98px;
    height: 85px;
    position: absolute;
    left: -130px;
    top: 38px;
}
.starscontent .next-step-btn button:after{
    content: "";
    background: url(../images/star-img-12.png);
    width: 90px;
    height: 84px;
    position: absolute;
    right: -114px;
    top: 38px;
}
.testimonial .buttonBottom .btn-wrapper{
    padding-left: 0;
}
/*---------------- SUCCESS STORIES PAGE CSS ENDS ----------------*/

/*---------------- VIDEO PAGE CSS STARTS ----------------*/
.video-text-wrapper .desc-text{
    padding: 0 50px;
    font-size: 17px;
}
 
.btn-wrapper.select-cateogry button.btn{
    background: #caa5cc;
    color: #833690;
    font-size: 22px;
    margin: 0;
    padding: 10px 40px;
    margin-top: 35px;
    position: relative;
}
.btn-wrapper.select-cateogry button.btn img{
    padding: 0 10px;
}


.select-wrapper
{   
 border-radius: 0;
  	position:relative;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    padding: 8px 12px;
	/*margin-top:50px;*/
}
	
.select-wrapper select{
	 -moz-appearance: none;
	background: #caa5cc;
    color: #833690;
    font-size: 22px;
    margin: 0;
    padding: 10px 40px;
    margin-top: 35px;
    position: relative;
	border:none;
}

.select-wrapper select option{
	background: #EEEEEE;
    
}

.select-wrapper select::-ms-expand {
    display: none;
}
	
 .select-wrapper:before {
    content: "";
    background: url(../images/video/video-star-img-left.png);
    width: 74px;
    height: 57px;
    position: absolute;
	left: 20%;
	bottom:0;
}

.select-wrapper:after {
    content: "";
    background: url(../images/video/video-star-img-right.png);
    width: 71px;
    height: 57px;
    position: absolute;
	right: 20%;
	bottom:0;
}
.video-desc-wrapper {
    padding: 22px 0;
    background: #cce7f7;
}
.video-desc-wrapper p{
	margin-top: 14px;
    font-size: 20px;
}
.video-sec-wrapper .video-wrapper{
    margin: 0;
    position: relative;
    margin: 22px 0;
	margin-bottom: 40px;
}
.video-sec-wrapper .video-wrapper .video-heading {
	padding:10px;
	font-size: 17px;
	font-weight:500;
	margin-left: 10%;
	margin-right: 10%;
			
}

.video-sec-wrapper .video-wrapper .video-thumbnail{
   
	border: 1px solid #DDDDDD;
	opacity: .7;
}
.video-sec-wrapper .video-wrapper .video-play{
    position: absolute;
	cursor: pointer;
    left: 0;
    right: 0;
    top:0;
    bottom :0;
    margin: auto;
    /*pointer-events: none;*/
	z-index: 5;
}
.video-container .video-wrapper iframe{
    padding: 0 48px;
}
.video-title-text{
      font-family: 'OmnesMedium';
}
/*---------------- VIDEO PAGE CSS ENDS ----------------*/
.registerWrapper .step-1-banner-text{
    padding-right: 70px;
}
/*---------------- REGISTER PAGE CSS STARTS ----------------*/
.registerWrapper .banner-text{
    padding-bottom: 15px;
}
/*---------------- REGISTER PAGE CSS ENDS ----------------*/
/*--------------- 2ND PHASE PAGE CSS ENDS ------------------*/




/*----------------------login page------------------------*/
.login-section-wrapper {
    padding: 45px 0 0 0;
}
.login-form .editor-field .text-box {
    display: block;
    width: 100%;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-bottom: 20px; 
} 
.login-form  .row .editor-label label{
	font-size: 17px;
    color: #000;
    font-weight: normal 
}

/*----------------------ForgotPass page------------------------*/
.ForgotPass-wrapper,.PassResetPanel {
    padding: 45px 0 0 0;
	font-size: 17px;
    color: #000;
    font-weight: normal 
}
.ForgotPass-wrapper input[type='email']{
    display: block;
    width: 100%;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-bottom: 20px; 
}
.PassResetPanel .text-box{
    display: block;
    width: 100%;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		
	margin-bottom: 20px; 
}
.PassResetPanel input[type='password']{
			border-top: 1px solid #77158d;
}
.VerifyMemberPanel {
	padding: 45px 0 0 0;				
	font-size: 17px;
    color: #000;
    font-weight: normal 
}
/*----------------------register page------------------------*/

.register-form  .row .editor-field .text-box {
    display: block;
    width: 100%;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-bottom: 20px; 
} 

.register-form  .row .editor-label label{
	font-size: 17px;
    color: #000;
    font-weight: normal 
}
.register-form .editor-field input[type='date']
{
	border: 1px solid #77158d;
	width: 50%!important;
	display: inline-block!important;
}
.register-form .editor-field .ui-datepicker-trigger
{
	display: inline-block;
	padding-left: 10px;
}
.register-form .editor-field input[type='text'],.register-form .editor-field input[type='email'],.register-form .editor-field input[type='password']
{
	border: 1px solid #77158d;
}
.ConfirmRegPanel{
	font-size: 17px;
    color: #000;
    font-weight: normal 
}
.RegThanksPanel{
	font-size: 17px;
    color: #000;
    font-weight: normal 
}
.RegBottomText{
	font-size: 17px;
    color: #000;
    font-weight: normal ;
	
		
}
.form-row-recaptcha{
			margin-bottom: 20px; 
		
}
.register-form .editor-field select#AddressList{
	width:100%;
	border: 1px solid #77158d;
				height:40px;
				font-size: 17px;
    color: #000;
    font-weight: normal ;
	margin-bottom: 20px;
}
/*----------------------profile page------------------------*/

.profile-form  .editor-field input{
    display: block;
    width: 100%;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-bottom: 20px; 
} 

.profile-form   .editor-label label{
	font-size: 17px;
    color: #000;
    font-weight: normal 
}

.child-form  .editor-field input{
    display: block;
    width: 100%;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-bottom: 20px;
} 

.child-form   .editor-label label{
	font-size: 17px;
    color: #000;
    font-weight: normal 
}
.childPanel{
	font-size: 17px;
    color: #000;
    font-weight: normal 
}
.child-form  .editor-field input[type='date']
{
	border: 1px solid #77158d;
	width: 50%!important;
}
.deleteChild,.addChild {
	margin:10px auto;
		text-align:center;
	padding:0;
		}

.drpCountry .editor-field select{
	width:100%;
	border: 1px solid #77158d;
				height:40px;
				font-size: 17px;
    color: #000;
    font-weight: normal ;
	margin-bottom: 20px;
}
.drpGender.editor-field select{
	width:100%;
	border: 1px solid #77158d;
				height:40px;
				font-size: 17px;
    color: #000;
    font-weight: normal ;
	margin-bottom: 20px;
}

.tableChild>thead>tr>th,
.tableChild>tbody>tr>th,
.tableChild>tfoot>tr>th, 
.tableChild>thead>tr>td, 
.tableChild>tbody>tr>td, 
.tableChild>tfoot>tr>td{
	border: 1px solid #77158d;
}
.profile-form  .editor-field input[type='checkbox']{
	width:auto;
	display:inline-block;
	 
}
.passwordbox{
	font-size: 17px;
    color: #000;
    font-weight: normal
}
.chkbox{
	    font-size: 17px;
    color: #000;
    font-weight: normal;
    line-height: 1;
	/* display: initial; */
}
.rememberChkbox{
	    font-size: 17px;
    color: #000;
    font-weight: normal;
    line-height: 0;
    /* display: initial; 
    width: 20%;
	float: left;*/
    margin: 0;
    padding-right: 10px;
    margin: 9px 0 20px 0;
}
.rmberMe > div {
    display: inline-block;
}
.profileSubmit{
	font-size: 17px;
    color: #000;
    font-weight: normal
}
.cross {
    color: red;
    text-shadow: 1px 1px 0.5px rgba(0,0,0,0.5);
}
.tick {
    color: #4cff00;
    text-shadow: 1px 1px 0.5px rgba(0,0,0,0.5);
}
h2.page-member-title {
    font-size: 34px;
    color: #5e106f;
}
.field-validation-error {
    color: red;
    margin-bottom: 1rem;
    display: inline-block;
}
/*----------------------Cancel Membership page------------------------*/

.CancelMembershipPanel{
	font-size: 17px;
    color: #000;
    font-weight: normal 
}

@media (max-width: 767px)
{
	.chkbox,.rememberChkbox{
		margin: 9px 0 0 0;	
		line-height: 30px;
		/* display: initial; */
	}
	.profile-form  .editor-field input{
		/*margin: 9px 0 0 0;*/
	}
	.navbar-nav .dropdown-menu, .navbar-nav .open .dropdown-menu{
		position: static!important;
		background-color:transparent!important;
		box-shadow:unset!important;
	}
	
	
}

/*----------------------Account Suspend page------------------------*/

.AccountSuspend {
	font-size: 17px;
    color: #000;
    font-weight: normal 
}

/*-----------------------sitemap----------------------------------------*/
#sitemap li {
    font-size: 17px;
}







/*--------------------- tools and activity changes -----*/

/*.tools-and-activities-wrapper .banner-text {
    font-size: 72px;
}*/

.tools-activites-wrapper.tool{
   background: -webkit-linear-gradient(-45deg, #712d7f 0%,#712d7f 78%,#8d5799 77%,#8d5799 100%);
    background: linear-gradient(135deg, #712d7f 0%,#712d7f 78%,#8d5799 77%,#8d5799 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#712d7f', endColorstr='#8d5799',GradientType=1 );
}
.tools-activites-wrapper.activity{
   background: -webkit-linear-gradient(-45deg, #143e8a 0%,#143e8a 78%,#4365a1 77%,#4365a1 100%);
    background: linear-gradient(135deg, #143e8a 0%,#143e8a 78%,#4365a1 77%,#4365a1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#143e8a', endColorstr='#4365a1',GradientType=1 );
}

.tools-activites-wrapper{
    border: 0;
    width: 230px;
    text-align: left;
    height: 55px;
    padding: 0;
}

.tools-and-activities-wrapper .banner-text{
	padding: 80px  30px 20px 50px;
    letter-spacing: normal;
}

.tools-activites-wrapper.btn-wrapper button.btn{
    background:transparent;
    font-size: 28px;
    width: 100%;
    text-align: left;
    text-transform: none;
    padding-left: 30px;
    margin: 0;
    position: relative;
}
.tools-activites-wrapper.btn-wrapper button.btn span.tool-img{
        float: right;
    position: absolute;
    right: 16px;
}

.tools-activites-wrapper.btn-wrapper{
    display: inline-block;
}

.tools-activites-wrapper.tool button .triangle {
    border-color: #6f2b7d transparent transparent transparent;
}
.tools-activites-wrapper.activity button .triangle {
    border-color: #143e8a transparent transparent transparent;
}

.tools-activites-wrapper button .triangle {
    border: inset 20px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-top-style: solid;
    display: block;
}

.tools-activites-wrapper button .triangle {
    position: absolute;
    top: 54px;
    left: 50%;
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
/*    display: none;*/
}
.tools-activites-container{
    margin-top: 28px;
}
.filter-text{
    font-size: 20px;
}
.btn-wrap-holder{
    margin-bottom: 20px;
}

.flex-step-wrap .step{
    color: #712d7f;
    font-size: 20px;
    font-family: 'OmnesMedium';
}
.flex-step-wrap .step-title{
    color: #712d7f;
    font-size: 15px;
    line-height: 1;
    font-family: 'OmnesMedium';
    width: 98px;
}
.flex-step-wrap .step-filter-img{
    padding: 10px 0;
}
.flex-step-wrap .step-filter-wrapper{
    display: inline-block;
    position: relative;
    padding: 0 17px;
}
/*Aman css starts*/
.series-container .inner-container-tools{
	border:10px solid #9b6ca5;	
	background-color:#bfa1c5;	
	width: 100%;
	
}
.series-container .inner-container-activities{
	border:10px solid #5ba6d7;	
	background-color:#88c5ee;	
	width:100%;
}
.btn-wrapper.tools-activites-wrapper.tool .triangle{
	display:none;
}
.btn-wrapper.tools-activites-wrapper.activity .triangle{
	display:none;
}
.view-link{
	color: #712d7f;
    text-decoration: none;
    margin: 0 auto;
    font-size: 20px;
}
a.view-link:hover, a.view-link:focus {
    color: #23527c;
    text-decoration: none;
}
.view-link-container{
	margin-top: 40px;
    margin-bottom: 70px;
}
.inner-container-tools-wrapper{
	position:relative;
	margin-bottom:16px;	
}
.border{
	border:1px solid black;
}
.inner-container-tools-hover{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;    
    display:none;
    cursor:pointer;
}
.inner-container-tools-hover.blue{
	background-color: rgba(136, 197, 238, 0.3);	
}
.inner-container-tools-hover.pink{
	background-color: rgba(191, 161, 197, 0.3);	
}
.inner-container-tools-wrapper .btn{
	background: linear-gradient(135deg, #712d7f 0%,#712d7f 70%,#8d5799 69%,#8d5799 100%);
    background: #1580c6;
    background: -moz-linear-gradient(-45deg, #712d7f 0%, #712d7f 70%, #8d5799 69%, #8d5799 100%);
    background: -webkit-linear-gradient(-45deg, #712d7f 0%,#712d7f 70%,#8d5799 69%,#8d5799 100%);
    background: linear-gradient(135deg, #712d7f 0%,#712d7f 70%,#8d5799 69%,#8d5799 100%);
    border: 3px solid white;
    min-width: 191px;
    height: 52px;
    text-align: left;
    padding-top: 10px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.42857143;
    user-select: none;
    margin-top: 19px;
	position:relative;
}
.inner-container-tools-wrapper .blue-btn{	
    background: #1580c6;
    background: -moz-linear-gradient(-45deg, #1e88ba 0%, #1e88ba 70%, #59a3ca 69%, #59a3ca 100%);
    background: -webkit-linear-gradient(-45deg, #1e88ba 0%,#1e88ba 70%,#59a3ca 69%,#59a3ca 100%);    
    background: linear-gradient(135deg, #1e88ba 0%,#1e88ba 70%,#59a3ca 69%,#59a3ca 100%);
    border: 3px solid white;
    min-width: 191px;
    height: 52px;
    text-align: left;
    padding-top: 10px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.42857143;
    user-select: none;
    margin-top: 19px;
}
.inner-container-tools-wrapper .btn:hover,
.inner-container-tools-wrapper .btn:focus,
.inner-container-tools-wrapper .btn.focus {
    color: white;
    text-decoration: none;
}
.inner-container-tools-hover-wrapper{
	text-align: center;	
}
.inner-container-tools-wrapper .para1{
	color: #712d7f;
    font: 34px OmnesMedium;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.inner-container-tools-wrapper .para2{
	color: #712d7f;
	margin-top: -2px;
    font: 26px OmnesMedium;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.inner-container-tools-hover-wrapper{
	margin-top: 107px;
}
.last-btn-container{
	text-align: center;
    margin-bottom: 75px;
    margin-top: 40px;

}
.last-btn-container .btn{
	width: 384px;
    text-align: left;
    font-size: 24px;
    padding-left: 33px;
    background: linear-gradient(135deg, #712d7f 0%,#712d7f 78%,#8d5799 69%,#8d5799 100%);
    background: #1580c6;
    background: -moz-linear-gradient(-45deg, #712d7f 0%, #712d7f 78%, #8d5799 69%, #8d5799 100%);
    background: -webkit-linear-gradient(-45deg, #712d7f 0%,#712d7f 78%,#8d5799 69%,#8d5799 100%);
    background: linear-gradient(135deg, #712d7f 0%,#712d7f 78%,#8d5799 69%,#8d5799 100%);
    position: relative;
    color: black;
}
.step-title-hover{	
	border-bottom: 2px solid #23527c;
    padding-bottom: 13px;
    width: 73px;
    margin-left: 13px;
    visibility: hidden;        
}
a.steps-box:hover, a.steps-box:focus {
    color: #23527c;
    text-decoration:none !important;
}
.last-btn-container .btn:after{
    content: "";
    background: url(../images/tools-activities/series-btn-arrow.png) no-repeat;
    position: absolute;
    /* bottom: 114px; */
    right: 5px;
    height: 28px;
    width: 22px;
    background-size: 20px;
}
.inner-container-tools-wrapper .btn:after{
	content: "";
    background: url(../images/tools-activities/series-btn-arrow.png) no-repeat;
    position: absolute;
   /* bottom: 114px;*/
    right: 5px;
    height: 28px;
    width: 22px;
    background-size: 20px;
}

/*----------tools and activity css ends------*/

.select-wrapper select {

  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}



.select-wrapper select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.select-wrapper select:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

.btn-wrapper .color{   background: #dd2c71;}
.btn-wrapper .height{padding: 20px 12px;}
.home-section-1{	padding-bottom:35px;}

.new-section{ background:#cce7f7;	padding-bottom:40px;}
.new-section .new-section-wrapper{padding-left:12%;}
.new-section .product-title-new{margin-bottom: 24px;font-size: 34px;    font-family: "OmnesRegular";	color:#5e106f;}
.new-section .product-description{	font-size:17px;	font-family:'OmnesSemiBold';margin-bottom: 20px;}
.new-section .btn-wrapper .btn{	background:#5e106f;}
.new-section .btn-wrapper{padding-left:0}
.new-section ul.list{	display:inline-block; list-style: none;font-size: 16px;margin-bottom: 30px;padding-left: 0;}
.new-section ul.list li span:before{content:'\2022';padding-right: 4px; font-size: 15px; }
/*.new-section .product-img{	margin:0 auto;}*/
/*.video-sec-wrapper .video-wrapper:after {position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 4;background: rgba(0,0,0,.5);content: "";}*/
.home-section-wrapper.home-section-6 .btn-wrapper{padding-left: 0;}

/*CSS for new section on Success Stories Page*/
.sec-fifth-title.review-section-1{font-size:31px;padding-bottom:97px;}
.section-pad.review-section-1 span:after{right:-54px;}
.sec-fifth-title.review-section-2{font-size:24px;font-family:"OmnesRegular";padding-bottom:97px;}
.section-pad.review-section-2 span:after{right:-52px;bottom:-10px;}
.sec-fifth-title.review-section-1 p,.sec-fifth-title.review-section-2 p{font-family:"OmnesRegular";padding-bottom:30px;}
.sec-fifth-title.review-section-1 .btn-wrapper .btn,.sec-fifth-title.review-section-2 .btn-wrapper .btn{background:#5e106f;font-size: 18px;font-family:"OmnesRegular";}
.sec-fifth-title.review-section-1 .btn-wrapper,.sec-fifth-title.review-section-2 .btn-wrapper{position:absolute;bottom: 28px;right: 74px;}


.pull-pur-btn{
	background: #7e1e8e !important;
}
.pullup-bold{
	font-weight: bold;
}

.pullup-box-pad{
	 border:1px solid white !important; 
	 padding-top:10px !important; 
	 padding-bottom:10px !important; 
	 margin-top:15px !important; 
}

.sec-forth-title-star:before {
    content: "";
    background: url('../images/star-img-3.png');
    width: 58px;
    height: 58px;
    position: absolute;
    left: 370px;
    top: 0;
}

.sec-forth-title-star:after {
    content: "";
    background: url('../images/star-img-4.png');
    width: 58px;
    height: 58px;
    position: absolute;
    right: 370px;
    top: 0;
}

.pu-width-top-btn{
	width:70%;
}
.pu-mr-5{
	margin-right: 5px !important;
}
/*.prev-step-btn-pu button:before {
        content: "";
    background: url(../images/star-img-15.png);
    width: 98px;
    height: 85px;
    position: absolute;
    left: -130px;
    top: 38px;
}*/
					
.pu-coupon{
	font-size: 20px;
    color: #313131;
    font-weight: normal;
    display: inline-block;}


.video-parent-pu .video-wrapper:after{
	position: static;
}
.video-parent-pu .video-wrapper{
	background: rgba(0,0,0,.7);
}
.auto-video-pu.video-wrapper:after{
	position: static;
}
.mfp-content{
	max-width: 586px !important;
}
iframe#newFrmae{
	width: 586px !important;
	height: 810px !important;
}

  











/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
