a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, summary, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    height: 101%
}

body {
    font-size: 15px;
    line-height: 1;
    font-family: Arial, Tahoma, sans-serif
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

strong {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0;
    max-width: 100%
}

p {
    margin: 0 auto;
    font-size: 15px;
    line-height: 20px;
    color: #333
}

.contactForm .field input * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.clear, .clearfix {
    clear: both
}

.clearfixer::after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    width: 100%;
    clear: both
}

a, img {
    border: none;
    outline: 0;
    text-decoration: none
}

a:focus, input:focus, textarea:focus {
    outline: 0;
    text-decoration: none
}

em, i {
    font-style: italic
}

hr {
    margin: 20px auto;
    border: none;
    border-bottom: 1px solid #ccc
}

.tabContnt {
    position: absolute;
    opacity: 0;
    width: 100%;
    top: 0;
    z-index: 3
}

.accordion .partnersSidebar {
    display: none
}

.accordion .tabContnt {
    position: relative;
    opacity: 1;
    width: 100%;
    margin: 1px auto
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(https://wigomania.com/wp-content/themes/error_wigomania-child/images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px
}

#status p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 18px
}

#status p span {
    color: #ff0600;
    font-style: italic;
    font-weight: 900
}

body {
    margin: 0 auto;
    width: 100%;
    font: 400 16px Montserrat, sans-serif
}

.vc_row {
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    width: 100%
}

.vc_row > .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0
}

.container, .vc_row .vc_row, .vc_row .vc_tta-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

.vc_tta.vc_general {
    margin-bottom: 20px
}

.video-js .vjs-big-play-button {
    visibility: hidden
}

a {
    color: #ee4695
}

p {
    margin: 0 auto 15px;
    font: 300 14px/20px Montserrat, sans-serif
}

.overlay {
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsla(0, 0%, 0%, .8);
    z-index: 9999;
    display: none
}

div.section {
    background: #fff
}

.stackContainer {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    overflow: hidden
}

header {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    max-width: 1100px
}

.sticky {
    position: fixed;
    z-index: 500
}

header.sticky {
    padding: 0;
    z-index: 1000;
    max-width: none
}

header .logo {
    margin: 0 auto;
    display: inline-block;
    max-width: 142px;
    z-index: 500;
    float: left;
    margin-left: 10px
}

header.sticky .logo {
    margin: -12px auto;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 2vw;
    width: 20%;
    max-width: 142px;
    z-index: 500
}

.logo img {
    max-width: 100%
}

.mainNav {
    margin: 20px auto 0;
    display: inline-block;
    position: relative;
    top: 3vh
}

.mainNav ul.menu > li {
    margin: 0 15px;
    display: inline-block
}

.mainNav li a {
    margin: 0 auto;
    display: inline-block;
    color: #000;
    font: 400 16px 'Roboto Condensed', sans-serif;
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.mainNav li a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #000;
    width: 0;
    height: 2px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.mainNav li a:hover::after {
    width: 28px;
    background: #000
}

.mainNav li.active a::after, .mainNav li.current-menu-item a::after {
    width: 28px;
    background: #ee4695
}

.mainNav li:last-child.active a::after {
    background: #fff
}

.mainNav ul ul {
    position: absolute;
    display: none
}

.mainNav ul ul li {
    position: relative;
    border-bottom: 1px solid #9a034a
}

.mainNav ul ul li a {
    background-color: #bb0a5e;
    color: #fff
}

.mainNav ul ul li:hover > a {
    background-color: #660030
}

.mainNav ul ul ul {
    top: 0
}

nav.handheld .navBtn {
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 50;
    padding: 5px;
    height: 40px;
    width: 40px;
    background: #dc1674 url(https://wigomania.com/assets/error_wigomania-child/images/navIcon.png) center top no-repeat;
    cursor: pointer;
    border: 1px solid #fff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

nav.handheld .navBtn:hover {
    background-color: #f474b0
}

nav.handheld.mainNav {
    display: block;
    width: 100%;
    top: 0;
    z-index: 1000
}

nav.handheld.mainNav .menuWrapper {
    width: 300px;
    position: absolute;
    top: 40px;
    right: 10px;
    padding: 0;
    overflow: hidden
}

nav.handheld.mainNav ul {
    display: none;
    background: #dc1674;
    position: absolute;
    width: 300px
}

nav.handheld.mainNav ul li {
    display: block;
    width: 100%;
    float: none;
    position: static;
    margin: 0 auto !important;
    text-align: left
}

nav.handheld.mainNav li a::after {
    display: none
}

nav.handheld.mainNav li.current-menu-item a {
    background: #7e013c
}

nav.handheld.mainNav li a {
    color: #fff;
    padding: 10px 20px;
    display: block
}

nav.handheld.mainNav li:hover > a {
    background-color: #bb0a5e;
    padding-left: 25px
}

nav.handheld.mainNav li a.selected:not(.stacked), nav.handheld.mainNav li.active a {
    background-color: #86003f
}

nav.handheld.mainNav ul ul {
    width: 300px;
    top: 0;
    left: 301px;
    position: absolute
}

footer {
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-bottom: 40px
}

footer * {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.copyright {
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    left: 2vw;
    color: #000;
    font: 400 16px 'Roboto Condensed', sans-serif
}

.copyright a {
    color: #000
}

.footRight {
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 40vw;
    padding-left: 4vw
}

.footSocial {
    margin: 0 40px 0 auto;
    display: inline-block;
    vertical-align: middle
}

.footSocial a {
    display: inline-block;
    position: relative
}

.footSocial a:hover {
    animation: beat .5s 1
}

.footSocial a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 3;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.footSocial a img {
    position: relative;
    z-index: 5;
    display: block
}

.footDtls {
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.footDtls h4 {
    margin: 0 auto;
    color: #fff;
    font: 500 22px 'Roboto Condensed', sans-serif;
    text-transform: uppercase
}

.footDtls a {
    margin: 0 auto;
    color: #fff;
    font: 400 16px 'Roboto Condensed', sans-serif
}

.footDtls a * {
    display: inline-block;
    vertical-align: middle
}

.footDtls a span {
    position: relative
}

.footDtls a span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 3;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.footDtls a img {
    position: relative;
    z-index: 5;
    display: block
}

.footDtls a:hover span {
    animation: beat .5s 1
}

.light-page .footDtls a span::after, .light-page .footSocial a::after {
    background: #000
}

.light-page .footDtls a, .light-page .footDtls h4 {
    color: #000
}

.mainTxt {
    margin: 0 auto;
    position: absolute;
    max-width: none;
    right: 40vw;
    z-index: 20;
    bottom: 25%;
    margin-right: -259px
}

.sliderContainer {
    margin: 0 auto;
    position: relative;
    width: 100%;
    overflow: hidden
}

.mainSlider {
    margin: 0 auto;
    width: 100vw;
    height: 100vh;
    position: relative;
    z-index: 10
}

.slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.slides.active {
    z-index: 5
}

.slide-1 img.modelImg, .slide-2 img.modelImg, .slide-3 img.modelImg, .slide-4 img.modelImg, .slide-5 img.modelImg {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    right: 40vw;
    z-index: 5
}

.slide-2 img.modelImgBg, .slide-5 img.modelImgBg {
    position: absolute;
    right: 40vw;
    bottom: 0;
    z-index: 2;
    width: 60vw;
    height: 100vh
}

.slides .modelImgWrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 40vw;
    z-index: 1;
    background: #fff;
    opacity: 0
}

.slide-6 img.modelImg {
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 40vw;
    z-index: 5
}

.slides.slide-6 .modelImgWrapper::after {
    background: #fff5f5
}

.slide-dots {
    margin: 0 auto;
    position: absolute;
    top: 45%;
    right: 20px;
    width: 50px;
    z-index: 100
}

.slide-dots li {
    position: absolute;
    top: 0;
    right: 10px;
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.slide-dots li.dot-active {
    background: 0 0
}

.slide-dots li:nth-of-type(2) {
    right: 20px;
    top: 15px
}

.slide-dots li:nth-of-type(3) {
    right: 25px;
    top: 35px
}

.slide-dots li:nth-of-type(4) {
    right: 25px;
    top: 55px
}

.slide-dots li:nth-of-type(5) {
    right: 20px;
    top: 75px
}

.slide-dots li:nth-of-type(6) {
    top: 90px
}

.caption {
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 40vw;
    height: 100%;
    z-index: 10
}

.caption::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #f083b6;
    z-index: 2;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.caption > span {
    position: absolute;
    left: 60px;
    bottom: 40%;
    padding-left: 20px;
    opacity: 0;
    z-index: 5;
    max-width: 70%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.caption h1 {
    margin: 0 0 10px;
    font: 200 20px Montserrat, sans-serif;
    text-transform: uppercase;
    color: #fff
}

.caption h1 strong {
    margin: 0 auto;
    font-size: 40px;
    display: block
}

.caption h1 span {
    display: block
}

.caption h2 {
    margin: 0 0 10px;
    font: 200 20px Montserrat, sans-serif;
    text-transform: uppercase;
    color: #fff
}

.caption h2 strong {
    margin: 0 auto;
    font-size: 40px;
    display: block
}

.caption h2 span {
    display: block
}

.caption p {
    margin: 0 0 1px;
    font: 500 20px Montserrat, sans-serif;
    color: #fff;
    padding: 3px;
    display: inline-block;
    position: relative
}

.caption p:last-of-type::after {
    content: '';
    position: absolute;
    left: -35px;
    bottom: 13px;
    width: 30px;
    background: #ddd;
    height: 2px
}

.caption a {
    margin: 10px auto;
    display: inline-block;
    padding: 10px;
    background: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.caption a:hover {
    background: #f9f6da
}

.slides img.modelImg, .slides img.modelImgBg {
    opacity: 0;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear
}

.slides.active img.modelImg, .slides.active img.modelImgBg {
    opacity: 1
}

.slides img.modelImg {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

.slides.active img.modelImg {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s
}

.slides .modelImgWrapper::after {
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.slides.active .modelImgWrapper::after {
    opacity: 1;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s
}

.slides.active .caption::before, .slides.animated .caption::before {
    width: 100%;
    background: #f05ca2
}

.slides.animated .caption > span {
    left: 0;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    transition-delay: .5s
}

.slides.active .caption > span {
    left: 0;
    opacity: 1;
    -webkit-transition-duration: .7s;
    -moz-transition-duration: .7s;
    transition-duration: .7s
}

.contentWrapper {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    position: relative
}

#about {
    background: #fbfceb
}

#about .content {
    margin: 0 auto;
    position: absolute;
    top: 21%;
    left: 0;
    width: 310px;
    text-align: right;
    z-index: 5
}

#about .content h1 {
    margin: 0 auto;
    font: 900 44px Lato, sans-serif;
    text-transform: uppercase;
    width: 260px;
    display: inline-block
}

#about .content p {
    margin: 0 auto;
    font: 300 15px/25px Montserrat, sans-serif
}

#about .content .behindLink {
    margin: 0 auto;
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 33px;
    height: 33px;
    display: block
}

#about .content .behindLink::before {
    content: '';
    background: #f5e0c9;
    width: 120px;
    height: 2px;
    position: absolute;
    right: -120px;
    top: 15px
}

#about .content .behindLink a {
    margin: 0 auto;
    position: relative;
    width: 33px;
    height: 33px;
    display: block;
    background: url(https://wigomania.com/wp-content/themes/error_wigomania-child/images/aboutLink.png)
}

#about .content .behindLink a::after {
    content: '';
    border: 1px solid #f5e0c9;
    width: 35px;
    height: 35px;
    position: absolute;
    left: -2px;
    top: -2px;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

#about .content .behindLink a:hover::after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    opacity: 1
}

#about .bgImg {
    position: absolute;
    bottom: 0;
    right: 35%;
    z-index: 2;
    max-width: none
}

#about .panelLinks {
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    background: #ee4695;
    z-index: 3;
    padding-top: 35vh
}

#about .panelLinks a {
    margin: 0 auto;
    display: block;
    background: #ea4291;
    position: relative;
    padding: 20px 0;
    color: #fff;
    font: 200 17px Montserrat, sans-serif;
    padding-left: 30px;
    height: 65px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

#about .panelLinks a strong {
    font-weight: 500
}

#about .panelLinks a::before {
    content: '';
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px
}

#about .panelLinks a:last-child::after {
    content: '';
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px
}

#about .panelLinks a:last-child {
    background: #e73e8e
}

#about .panelLinks a:hover {
    background: #cb2472
}

#about .panelLinks a img {
    position: absolute;
    left: -25px;
    top: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

#about .panelLinks a:hover img {
    -webkit-animation: beat .7s linear 1;
    animation: beat .7s linear 1
}

#forte .sidePanel {
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    background: #ee4695;
    z-index: 3
}

#forte .content {
    margin: 0 auto;
    position: absolute;
    top: 20%;
    right: 42%;
    width: 54%;
    text-align: right;
    z-index: 10
}

#forte .content h2 {
    margin: 0 auto;
    font: 900 44px Lato, sans-serif;
    text-transform: uppercase;
    width: 260px;
    display: inline-block
}

#forte .content p {
    margin: 0 auto;
    font: 300 15px/18px Montserrat, sans-serif
}

#forte .prodBox {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5
}

#forte .prodBox figure {
    position: absolute;
    right: 40%
}

#forte .prodBox figure > a {
    position: relative;
    overflow: hidden;
    display: block
}

#forte .prodBox figure > a::after, #forte .prodBox figure > a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: hsla(332, 83%, 60%, .3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 5;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .5s ease-in
}

#forte .prodBox figure > a::after {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s
}

#forte .prodBox figure:hover > a::after, #forte .prodBox figure:hover > a::before {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5)
}

#forte .prodBox figcaption {
    position: absolute;
    font: 500 20px Montserrat, sans-serif;
    color: #000;
    text-transform: uppercase
}

#forte .prodBox figcaption a {
    font: 500 20px Montserrat, sans-serif;
    color: inherit;
    text-transform: uppercase
}

#forte .prodBox img {
    display: block;
    position: relative;
    z-index: 4
}

#forte .prodBox img.mobiImg {
    display: none
}

#forte .prod_4 {
    top: 0;
    margin-right: -344px;
    z-index: 5
}

#forte .prod_3 {
    top: 70px;
    margin-right: -40px;
    z-index: 10
}

#forte .prod_2 {
    top: 70px;
    margin-right: 236px;
    z-index: 15
}

#forte .prod_1 {
    top: 160px;
    margin-right: 523px;
    z-index: 20
}

#forte .prod_4 figcaption {
    top: -35px;
    right: 70px;
    z-index: 5;
    color: #fff
}

#forte .prod_4 figcaption::before {
    content: '';
    position: absolute;
    border: 3px solid #dad1d1;
    width: 8px;
    height: 8px;
    bottom: -30px;
    left: -26px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

#forte .prod_4 figcaption::after {
    content: '';
    position: absolute;
    background: #dad1d1;
    width: 4px;
    height: 35px;
    bottom: -18px;
    left: -21px
}

#forte .prod_3 figcaption {
    bottom: -40px;
    right: -130px;
    z-index: 5;
    color: #fff
}

#forte .prod_3 figcaption::before {
    content: '';
    position: absolute;
    border: 3px solid #fff;
    width: 8px;
    height: 8px;
    bottom: 2px;
    left: -51px;
    background: #ee4896;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

#forte .prod_3 figcaption::after {
    content: '';
    position: absolute;
    background: #fff;
    width: 30px;
    height: 4px;
    bottom: 7px;
    left: -40px
}

#forte .prod_2 figcaption {
    bottom: -40px;
    right: 30px;
    z-index: 5
}

#forte .prod_2 figcaption::before {
    content: '';
    position: absolute;
    border: 3px solid #e3e2e2;
    width: 8px;
    height: 8px;
    top: -36px;
    right: -20px;
    background: #c98655;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

#forte .prod_2 figcaption::after {
    content: '';
    position: absolute;
    background: #e3e2e2;
    width: 4px;
    height: 45px;
    top: -25px;
    right: -15px
}

#forte .prod_1 figcaption {
    top: -50px;
    left: 10px;
    z-index: 5
}

#forte .prod_1 figcaption::before {
    content: '';
    position: absolute;
    border: 3px solid #dbdab3;
    width: 8px;
    height: 8px;
    bottom: -50px;
    left: 12px;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

#forte .prod_1 figcaption::after {
    content: '';
    position: absolute;
    background: #dbdab3;
    width: 4px;
    height: 35px;
    bottom: -38px;
    left: 17px
}

#oppertunity .sidePanel {
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    background: #ee4695;
    z-index: 3
}

#oppertunity .bgImg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4;
    max-width: 40%;
    max-height: 90%
}

#oppertunity .content {
    margin: 0 auto;
    position: absolute;
    top: 25%;
    right: 0;
    left: 0;
    bottom: auto;
    width: 790px;
    z-index: 5
}

#oppertunity .vc_row {
    margin-left: -165px;
    width: auto
}

#oppertunity .content h1 {
    margin: 0 auto;
    margin-left: 30%;
    font: 900 44px Lato, sans-serif;
    text-transform: uppercase
}

#oppertunity .content p {
    margin: 0 auto;
    font: 300 15px/18px Montserrat, sans-serif
}

#oppertunity .wpb_content_element {
    margin-bottom: 10px
}

#oppertunity .vc_tta-tabs-container {
    overflow: visible
}

#oppertunity .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list {
    overflow: visible
}

#oppertunity .vc_tta-tab {
    position: relative
}

#oppertunity .vc_tta-tab > a {
    color: #000;
    font: 300 15px Montserrat, sans-serif;
    text-align: right;
    border: none;
    background: 0 0;
    position: relative
}

#oppertunity .vc_tta-tab::before {
    content: '';
    background: #ee4695;
    width: 0;
    height: 6px;
    position: absolute;
    left: auto;
    top: 20px;
    right: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

#oppertunity .vc_tta-tab.vc_active::before {
    width: 20px;
    right: -10px
}

#oppertunity .vc_tta-tab::after {
    content: '';
    background: #e5cdbc;
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto
}

#oppertunity .vc_tta-panels-container {
    background: #f3f3f3 url(https://wigomania.com/wp-content/themes/error_wigomania-child/images/tab-bg.jpg) no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    padding-left: 230px;
    height: 340px;
    overflow: hidden
}

#oppertunity .vc_tta-panels {
    background: #fff;
    border: none;
    border: 10px solid #f3f3f3;
    border-left: none
}

#oppertunity .vc_tta-panels::after {
    content: '';
    background: url(https://wigomania.com/wp-content/themes/error_wigomania-child/images/tab-shade.png) no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: -150px;
    width: 156px;
    height: 100%;
    z-index: 5
}

#oppertunity .vc_tta-panels .vc_tta-panel-body {
    z-index: 10;
    position: relative
}

#oppertunity .vc_tta-panels h3 {
    margin: 10px auto;
    font: 700 25px Montserrat, sans-serif
}

#oppertunity .vc_tta-panels p {
    margin: 10px auto;
    font: 300 13px/19px Montserrat, sans-serif;
    position: relative
}

#oppertunity .vc_tta-panels p:last-of-type::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 190px;
    border-top: 1px solid #c7d0d9
}

#oppertunity .vc_tta-panels p:last-of-type a {
    margin: 10px auto;
    font: 300 18px Montserrat, sans-serif;
    color: #ee4695;
    display: inline-block;
    position: relative
}

#oppertunity .vc_tta-panels p:last-of-type a::after {
    content: '';
    background: url(https://wigomania.com/wp-content/themes/error_wigomania-child/images/opp-arrow.png) no-repeat;
    display: inline-block;
    width: 27px;
    height: 12px;
    vertical-align: middle;
    position: relative;
    left: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

#oppertunity .vc_tta-panels p:last-of-type a:hover::after {
    left: 15px
}

#oppertunity .vc_tta-panels ul {
    margin: 20px auto
}

#oppertunity .vc_tta-panels ul li {
    margin: 10px auto;
    font: 300 15px Montserrat, sans-serif;
    padding-left: 25px;
    position: relative
}

#oppertunity .vc_tta-panels ul li::after, #oppertunity .vc_tta-panels ul li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 5px;
    width: 6px;
    height: 6px;
    border: 1px solid #ee4695
}

#oppertunity .vc_tta-panels ul li::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

#brochure .bgImg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    max-height: 90%
}

#brochure .bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 90%
}

#brochure .contentWrapper {
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 35%;
    width: auto;
    left: 570px;
    background: #ef4795;
    padding: 10px 0 120px 50px;
    z-index: 5;
    height: auto;
    max-width: none
}

#brochure .content {
    margin: 0;
    width: 75%;
    position: relative;
    max-width: 600px
}

#brochure .content h1 {
    margin: 0 auto;
    font: 900 44px Lato, sans-serif;
    color: #fff;
    text-transform: uppercase
}

#brochure .content p {
    margin: 0 auto;
    font: 300 15px/18px Montserrat, sans-serif;
    color: #fff
}

#expert {
    background: #fff
}

#expert .bgImg {
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 95%
}

#expert .contentWrapper {
    margin: 0 auto;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    bottom: 0
}

#expert .content {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    position: relative
}

#expert h1 {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 293px;
    width: 207px;
    height: 207px;
    font: 900 44px Lato, sans-serif;
    color: #5f445e;
    text-transform: uppercase;
    text-align: center
}

#expert h1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

#expert h1::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

#expert h1 span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 5
}

#expert h1 span::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: #ee5a9f;
    border: 5px solid #fff;
    right: 21px;
    bottom: -170px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

#expert h1 span::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 145px;
    background: #fff;
    right: 37px;
    bottom: -140px
}

#reach .bgImg {
    position: absolute;
    top: 0;
    right: 40%;
    z-index: 2;
    margin-right: -100px
}

#reach .bg {
    position: absolute;
    top: 22%;
    left: 0;
    z-index: 1
}

#reach .contentWrapper {
    margin: 0 auto
}

#reach .contactSlider {
    display: none;
    width: 55%;
    top: 22vh;
    position: absolute;
    z-index: 1
}

#reach .panelLinks {
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    background: #ee4695;
    z-index: 3;
    padding-top: 25vh
}

#reach .panelLinks::before {
    content: '';
    position: absolute;
    bottom: 135px;
    left: -440px;
    width: 440px;
    border-bottom: 2px solid #fff;
    z-index: 5
}

#reach .panelLinks::after {
    content: '';
    position: absolute;
    bottom: 128px;
    left: -452px;
    width: 10px;
    height: 10px;
    border: 3px solid #666;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    z-index: 2
}

#reach .panelLinks h2 {
    margin: 0 auto;
    font: 900 44px Lato, sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
    padding-left: 40px
}

.contactForm {
    width: 350px;
    margin: 20px 0;
    position: relative;
    padding: 0 20px;
    padding-left: 40px
}

.contactForm .field {
    margin: 20px auto;
    position: relative
}

.contactForm .field::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 58px;
    border-bottom: 4px solid #cc2171;
    z-index: 7;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.contactForm .field input {
    margin: 0 auto;
    display: block;
    width: 100%;
    position: relative;
    background: 0 0;
    z-index: 5;
    padding: 5px 10px;
    color: #000;
    border: none;
    border-bottom: 1px solid #000
}

.contactForm .field label {
    margin: 0 auto;
    display: block;
    color: #fff;
    font: 200 11px Montserrat, sans-serif;
    text-transform: uppercase;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.contactForm .field.has-content label {
    top: -10px;
    opacity: .5;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    transform: scale(.8)
}

.contactForm .field #Reachusphone {
    width: 80%
}

.CountryCode.ReachUsCountryCode {
    border: none;
    background: 0 0;
    color: #000;
    outline: 0;
    margin-bottom: 0
}

.CountryCode {
    width: 20%;
    -webkit-appearance: none;
    float: left;
    margin-bottom: 8px;
    height: 21px;
    padding-left: 7px;
    border-top: none;
    border: 1px solid #8080806b
}

.formfield.SENDOTP {
    margin-top: 15px
}

.ReachusSENDOTP .OTPRESEND {
    float: left;
    width: 70%
}

.formfield.ReachusSENDOTP input {
    width: 100%;
    margin-bottom: 0 !important
}

.formfield.ReachusSENDOTP {
    margin-top: 10px;
    float: left;
    width: 70%
}

.ReachusSENDOTP .resend {
    float: left;
    width: 100%;
    font-size: 12px !important;
    padding-left: 0 !important;
    padding-top: 3px !important;
    height: auto !important;
    background: #ee4695 !important;
    padding-bottom: 0 !important
}

.PhonECode {
    position: relative
}

.CodePlus {
    position: absolute;
    left: 0;
    top: 24px;
    height: 25px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500
}

.RaechusSubmit {
    float: left;
    width: 30%;
    margin-top: 20px
}

.RaechusSubmit .contactFormSubmit {
    width: 100%;
    float: left;
    margin-top: 5px !important;
    padding: 6px !important;
    text-align: center;
    background: 0 0 !important;
    color: #fff !important;
    border: 1px solid #fff !important
}

.contactForm .field.has-content::after {
    width: 100%;
    border-width: 1px;
    bottom: 0
}

.contactForm input[type=submit] {
    margin: 25px auto 0;
    display: inline-block;
    color: #666;
    font: 200 15px Montserrat, sans-serif;
    background: #fff;
    padding: 5px 20px;
    text-transform: uppercase;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    border: none;
    cursor: pointer
}

.contactForm input[type=submit]:hover {
    background: #fff295
}

.contactAddress {
    margin: 5vh auto;
    width: 100%;
    padding: 10px 20px;
    background: #e13686;
    padding-left: 40px
}

.contactAddress li {
    max-width: 400px;
    margin: 0
}

.contactAddress h2 {
    margin: 10px auto;
    color: #fff;
    font: 500 23px Montserrat, sans-serif
}

.contactAddress p {
    margin: 0 auto;
    color: #fff;
    font: 200 15px/25px Montserrat, sans-serif
}

.contactAddress p img {
    position: relative;
    top: 5px
}

.contactForm .nf-field-element {
    margin: 0 auto;
    display: block;
    width: 100%;
    position: relative;
    background: 0 0;
    z-index: 5;
    padding: 5px 10px;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff
}

.contactForm .nf-field-label {
    margin: 0 auto;
    display: block;
    position: absolute;
    z-index: 3;
    top: 5px;
    left: 0;
    color: #fff;
    font: 200 11px Montserrat, sans-serif;
    text-transform: uppercase;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.contactForm .wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block
}

.contactForm div.wpcf7-response-output {
    color: #fff !important;
    border: none !important;
    font-size: 13px;
    font-weight: 700;
    padding: 0
}

.familyPopBox h2 {
    margin: 5px auto;
    color: #fff;
    font: 500 40px Montserrat, sans-serif;
    text-transform: uppercase
}

.familyPopBox h4 {
    margin: 5px auto;
    color: #fff;
    font: 200 22px Montserrat, sans-serif;
    text-transform: uppercase
}

.familyPopBox p {
    margin: 10px auto;
    color: #fff;
    font: 300 14px/20px Montserrat, sans-serif
}

.familyPopBox a {
    color: #fff;
    text-decoration: underline
}

#hairSysAccord .vc_tta-panel-body > .wpb_content_element {
    overflow: auto;
    width: 100%;
    max-height: 200px;
    padding-right: 20px;
    margin-bottom: 10px
}

.streamFlow {
    border: 1px solid #ddd
}

.streamFlow .wpb_content_element {
    margin-bottom: 0
}

.streamFlow h3 {
    margin: 0 auto;
    padding: 20px;
    background: #ec6279;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font: 400 18px Roboto, sans-serif;
    position: relative;
    padding-bottom: 5px
}

.streamFlow h3 strong {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400
}

.streamFlow h3::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.streamFlow h3::after {
    content: '';
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
    width: 100%;
    height: 20px;
    background: url(https://wigomania.com/wp-content/themes/error_wigomania-child/images/arrow-1.png) no-repeat center bottom;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.streamFlow p strong {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400
}

.streamFlow p::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.streamFlow > .vc_column_container:nth-child(odd) h3 {
    background: #e74963
}

.streamFlow > .vc_column_container:nth-child(odd) h3::after {
    background-image: url(https://wigomania.com/wp-content/themes/error_wigomania-child/images/arrow-2.png)
}

.streamFlow > .vc_column_container:nth-child(odd) p {
    background: #eee;
    padding-top: 20px
}

.franchiseForm {
    margin: 20px auto;
    padding-bottom: 20px
}

.reloadBtn {
    background: #333;
    padding: 5px
}

.franchiseForm .field {
    margin: 10px auto 35px;
    width: 100%;
    position: relative
}

.franchiseForm .field label, .franchiseForm .field::after, .franchiseForm .field::before {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.franchiseForm .field label {
    position: absolute;
    left: 5px;
    top: 10px;
    font: 300 13px Montserrat, sans-serif;
    color: #999;
    z-index: 7;
    text-transform: uppercase;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

.franchiseForm .field::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 100%;
    height: 2px;
    background: #ee4695;
    z-index: 15;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s
}

.franchiseForm .field::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #eee;
    z-index: 4;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

.franchiseForm .field.has-content label {
    left: 0;
    top: -20px;
    font-size: 10px;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s
}

.franchiseForm .field.has-content::before {
    right: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

.franchiseForm .field.has-content::after {
    height: 100%;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s
}

.franchiseForm .field input {
    margin: 0 auto;
    width: 100%;
    color: #000;
    font: 400 15px Roboto, sans-serif;
    border: none;
    display: block;
    padding: 10px 5px;
    z-index: 10;
    position: relative;
    background-color: transparent;
    border-bottom: 1px solid #bcbcbc
}

.franchiseForm input[type=submit] {
    margin: 20px auto 0;
    float: right;
    color: #fff;
    font: 300 15px Montserrat, sans-serif;
    text-transform: uppercase;
    padding: 12px 35px 12px 10px;
    cursor: pointer;
    border: none;
    background: #ee4695 url(https://wigomania.com/wp-content/themes/error_wigomania-child/images/icon-rocket.png) no-repeat right 10px center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.franchiseForm input[type=submit]:hover {
    background-color: #cc196d
}

.franchiseForm p {
    position: relative
}

.franchiseForm p::after {
    content: '';
    clear: both;
    display: block
}

.franchiseForm .wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block
}

.franchiseForm div.wpcf7-response-output {
    border: none !important;
    font-size: 13px;
    font-weight: 700;
    padding: 0
}

.franchiseForm div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 12px;
    right: 100px
}

#menu-product-menu {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 1000px
}

#menu-product-menu::after {
    content: '';
    clear: both;
    width: 100%;
    display: block;
    height: 0
}

#menu-product-menu > li {
    margin: 0 auto;
    float: left;
    z-index: 5
}

#menu-product-menu > li > a {
    margin: 0 auto;
    display: block;
    padding: 20px 40px;
    background: #ab175d;
    color: #fff;
    font: 400 17px Montserrat, sans-serif;
    text-transform: uppercase;
    position: relative;
    padding-right: 50px
}

#menu-product-menu > li.active > a {
    background: #ee4695;
    border-bottom: 1px solid #ce2876
}

#menu-product-menu > li > a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    background: url(https://wigomania.com/wp-content/themes/error_wigomania-child/images/prodNavArrows.png) center top;
    width: 12px;
    height: 12px;
    margin-top: -6px
}

#menu-product-menu > li.active > a::after {
    width: 12px;
    height: 6px;
    margin-top: -3px;
    background-position: center bottom
}

#menu-product-menu ul {
    margin: 0 auto;
    position: absolute;
    left: 0;
    display: none
}

#menu-product-menu ul::after {
    content: '';
    clear: both;
    width: 100%;
    display: block;
    height: 0
}

#menu-product-menu > li.active ul {
    display: block;
    width: 100%
}

#menu-product-menu ul li {
    margin: 0 auto;
    float: left;
    position: relative;
    z-index: 5;
    height: 50px
}

#menu-product-menu ul li::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    border-right: 1px solid #ef559d
}

#menu-product-menu ul li::after {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    border-right: 1px solid #ce2876
}

#menu-product-menu ul li a {
    margin: 0 auto;
    display: block;
    height: 50px;
    padding: 15px 20px;
    color: #fff;
    font: 400 15px Montserrat, sans-serif;
    position: relative;
    padding-right: 60px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

#menu-product-menu ul li a:hover {
    color: #f5b2d1
}

#menu-product-menu ul li a:before {
    content: '';
    position: absolute;
    width: 15px;
    border-bottom: 3px solid #fff;
    z-index: 2;
    top: 23px;
    right: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: none
}

#menu-product-menu ul li a:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    z-index: 2;
    top: 18px;
    right: 18px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: none
}

#menu-product-menu ul li.current-menu-item a::after, #menu-product-menu ul li.current-menu-item a::before {
    display: block
}

#menu-product-menu ul li:first-of-type::before {
    display: none
}

#menu-product-menu ul li:first-of-type a {
    padding-left: 0
}

#productPage {
    margin: 0 auto;
    width: 100%;
    overflow: hidden
}

#productPage #container {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px
}

#productPage .topBox {
    margin: 0 auto 30px;
    width: 100%;
    position: relative;
    padding: 20px 0
}

#productPage .topBox::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -1000px;
    width: 3000px;
    border-bottom: 1px solid #eee
}

#productPage .titleBox {
    float: left;
    padding-right: 20px;
    border-right: 1px solid #eee;
    width: 100%;
    max-width: 270px
}

#productPage .titleBox::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

#productPage .descBox {
    padding-left: 290px
}

#productPage .topBox h1 {
    margin: 0 auto;
    font: 300 38px Lato, sans-serif;
    text-transform: uppercase;
    width: 98%;
    display: inline-block;
    vertical-align: middle
}

#productPage .topBox p {
    margin: 0 auto;
    font: 300 14px/20px Montserrat, sans-serif;
    display: inline-block;
    vertical-align: middle;
    max-width: 98%
}

#productPage .descBox::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

#productPage #content div.images {
    width: 100%;
    position: relative
}

#productPage .tabContnt[id*=how-does-it-work] .scrollBar {
    top: 10px !important
}

#productPage .tabContnt[id*=how-does-it-work] .vertical-track {
    width: 10px;
    background-color: transparent
}

#productPage .tabContnt[id*=how-does-it-work] .vertical-track::after {
    content: '';
    position: absolute;
    top: 0;
    left: 4px;
    width: 2px;
    background: #ee4695;
    height: 100%
}

.video-js {
    max-width: 100%
}

@media only screen and (min-width: 1200px) {
    #reach .bg {
        display: none
    }

    #reach .contactSlider {
        display: block
    }
}

@media only screen and (min-width: 1500px) {
    #reach .contactSlider {
        top: 15vh
    }
}

@media only screen and (min-height: 900px) {
    #reach .bgImg {
        height: 100%
    }
}

@media only screen and (min-height: 750px) {
    .slide-6 img.modelImg {
        top: auto;
        bottom: 0
    }
}

@media only screen and (max-height: 750px) {
    .slide-1 img.modelImg, .slide-2 img.modelImg, .slide-3 img.modelImg, .slide-4 img.modelImg, .slide-5 img.modelImg {
        height: 90vh;
        width: auto
    }

    footer {
        padding-bottom: 20px
    }

    #about .content {
        top: 25%
    }

    #about .content h2 {
        font-size: 35px
    }

    #about .content p {
        font-size: 14px
    }

    #brochure .contentWrapper {
        top: 22%
    }

    #expert .contentWrapper {
        top: 18%
    }

    #reach .panelLinks {
        padding-top: 90px
    }

    .contactForm {
        margin: 0
    }

    .contactForm .field {
        margin-bottom: 0
    }

    .contactAddress h2 {
        margin: 0 auto;
        font-size: 20px
    }

    .contactAddress p {
        line-height: 20px
    }
}

@media only screen and (max-width: 1500px) {
    #about .bgImg {
        height: 90vh
    }
    .PhoneNumbersM {
        display: none;
    }
}

@media only screen and (max-width: 1300px) {
    #about .bgImg {
        height: 90vh
    }
    .PhoneNumbersM {
        display: none;
    }

    #expert h1::before {
        background: hsla(0, 0%, 100%, .68)
    }
}

@media only screen and (max-width: 1200px) {
    #about .bgImg {
        height: 85vh
    }
    .PhoneNumbersM {
        display: none;
    }

    #about .content {
        width: 210px;
        padding-left: 10px
    }

    #about .content h1 {
        font-size: 30px;
        width: 200px
    }

    #about .content p {
        font-size: 13px;
        line-height: 17px
    }

    #forte .prod_4 {
        margin-right: -300px;
        width: 300px
    }

    #forte .prod_3 {
        top: 120px;
        margin-right: -40px;
        width: 200px
    }

    #forte .prod_2 {
        top: 120px;
        margin-right: 162px;
        width: 200px
    }

    #forte .prod_1 {
        top: 160px;
        margin-right: 365px
    }

    #brochure .contentWrapper {
        top: 30%;
        left: 45%
    }

    #brochure .content {
        margin: 0;
        width: 100%;
        position: relative
    }
}

@media only screen and (max-width: 1023px) {
    .logo {
        width: 12vw;
        min-width: 100px
    }
    .PhoneNumbersM {
        display: none;
    }

    .mainTxt {
        width: 600px;
        margin-right: -195px
    }

    .caption h2 {
        font-size: 15px
    }

    .caption h2 strong {
        font-size: 25px
    }

    .caption p {
        font-size: 15px
    }

    .caption > span {
        left: 30px
    }

    .slide-1 img.modelImg, .slide-2 img.modelImg, .slide-3 img.modelImg, .slide-5 img.modelImg {
        width: 60%;
        height: auto
    }

    footer {
        padding-bottom: 10px
    }

    .footRight {
        text-align: right;
        padding-right: 2vw;
        bottom: 20px
    }

    .footSocial {
        display: block;
        margin: 0 auto
    }

    .footDtls {
        display: block;
        margin: 0 auto;
        text-align: right
    }

    #forte .prod_3 {
        top: 120px;
        margin-right: -65px
    }

    #forte .prod_2 {
        top: 165px;
        margin-right: 249px
    }

    #forte .prod_1 {
        top: 145px;
        margin-right: 115px
    }

    #oppertunity .sidePanel {
        margin: 0 auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 40%;
        background: #ee4695;
        z-index: 3
    }

    #oppertunity .bgImg {
        position: absolute;
        bottom: 30px;
        right: 0;
        z-index: 4;
        max-width: 40%;
        max-height: 90%
    }

    #oppertunity .content {
        width: 98%;
        top: 20vh
    }

    #oppertunity .vc_row {
        margin: 0 auto
    }

    #oppertunity .content h2 {
        font-size: 30px
    }

    #oppertunity .vc_tta-tabs-container {
        padding-top: 30px
    }

    #oppertunity .vc_tta-tab > a {
        font-size: 13px
    }

    #oppertunity .vc_tta-panels-container {
        background-color: transparent;
        padding-left: 0;
        height: auto
    }

    #oppertunity .vc_tta-panels {
        background: hsla(0, 0%, 100%, .8);
        border: 5px solid #f3f3f3;
        padding: 10px
    }

    #oppertunity .vc_tta-panels::after {
        display: none
    }

    #oppertunity .vc_tta-panels p {
        font-size: 13px;
        line-height: 22px
    }

    #expert .contentWrapper {
        top: 150px
    }

    #expert h1 {
        left: auto;
        right: 0;
        width: 400px;
        height: 60px
    }

    #expert h1 span::after, #expert h1 span::before {
        display: none
    }

    #reach .panelLinks {
        width: 400px
    }

    .streamFlow {
        border: none
    }

    .streamFlow .wpb_content_element {
        border: 1px solid #ddd;
        margin-bottom: 10px
    }

    .streamFlow h3 {
        padding: 10px;
        font-size: 15px
    }

    .streamFlow p {
        font-size: 13px
    }

    #menu-product-menu > li {
        position: relative
    }

    #menu-product-menu > li > a {
        padding: 15px 20px;
        padding-right: 40px
    }

    #menu-product-menu > li > a::after {
        right: 15px
    }

    #menu-product-menu ul {
        display: none;
        background: #ee4695
    }

    #menu-product-menu > li.active ul {
        display: block;
        width: 280px
    }

    #menu-product-menu ul li {
        float: none;
        height: auto;
        display: block
    }

    #menu-product-menu ul li::after, #menu-product-menu ul li::before {
        display: none
    }

    #menu-product-menu ul li a {
        height: auto;
        padding: 15px 10px
    }

    #menu-product-menu ul li a:hover {
        color: #f5b2d1
    }

    #menu-product-menu ul li.current-menu-item a {
        background: #d12e7b
    }

    #menu-product-menu ul li.current-menu-item a::after, #menu-product-menu ul li.current-menu-item a::before {
        display: none
    }

    #menu-product-menu ul li:first-of-type a {
        padding-left: 10px
    }

    #productPage .topBox {
        padding: 20px
    }

    #productPage .topBox p {
        text-align: justify
    }

    #productPage #content div.images {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 991px) {
    #about .bgImg {
        right: auto;
        left: -10vw
    }

    #brochure .contentWrapper {
        top: 40%;
        left: 0;
        background: hsla(332, 84%, 61%, .66)
    }
}

@media only screen and (max-width: 800px) {
    .sticky {
        position: relative
    }


    .logo {
        left: 20px;
        background: hsla(0, 0%, 98%, .9);
        padding: 2px
    }

    header.sticky {
        position: fixed;
        width: 100%
    }

    .slide-6 img.modelImg {
        right: 20vw
    }

    footer {
        background: #f05ca2;
        width: 100%;
        padding: 20px
    }

    .copyright {
        left: 20px;
        top: 40%
    }

    .footRight {
        position: relative;
        bottom: 0;
        width: auto
    }

    .mainSlider {
        max-height: 600px
    }

    .stackContainer {
        position: relative
    }

    #about {
        padding: 0;
        overflow: hidden;
        position: relative
    }

    #about .stackContainer {
        height: 600px;
        overflow: hidden;
        position: relative
    }

    #about .content {
        left: 20px;
        width: 50vw
    }

    #about .bgImg {
        right: 0;
        height: 80%;
        bottom: 116px;
        left: auto
    }

    #about .panelLinks {
        width: 100%;
        height: auto;
        top: auto;
        bottom: 0;
        padding: 0
    }

    #about .panelLinks a {
        height: auto
    }

    #about .panelLinks a::after, #about .panelLinks a::before {
        display: none
    }

    #about .panelLinks a img {
        position: relative;
        top: auto;
        left: auto;
        display: inline-block;
        vertical-align: middle
    }

    #about .content {
        background: hsla(64, 74%, 95%, .72);
        padding: 10px 20px;
        text-align: justify;
        width: 100%;
        bottom: 166px;
        top: auto;
        left: auto
    }

    #about .content h2 {
        width: auto;
        font-size: 25px;
        margin-bottom: 5px
    }

    #about .content p {
        font-size: 15px;
        line-height: 18px
    }

    #about .content .behindLink {
        position: relative;
        float: right;
        bottom: auto;
        right: auto;
        margin-top: 5px
    }

    #about .content .behindLink::before {
        display: none
    }

    #about .content .behindLink a {
        background-color: #fff;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px
    }

    #forte {
        overflow: hidden;
        position: relative;
        margin-top: 20px
    }

    #forte .stackContainer {
        height: auto;
        overflow: hidden;
        position: relative
    }

    #forte .content {
        position: relative;
        top: auto;
        right: auto;
        text-align: justify;
        width: 100%;
        padding: 10px
    }

    #forte .sidePanel {
        display: none
    }

    #forte .prodBox {
        top: 0;
        position: relative;
        margin: 10px auto 20px;
        text-align: center
    }

    #forte .prodBox figure {
        position: relative
    }

    #forte .prodBox img.mobiImg {
        display: block;
        margin: 0 auto
    }

    #forte .prodBox img.dskiImg {
        display: none
    }

    #forte figure.prod_1, #forte figure.prod_2, #forte figure.prod_3, #forte figure.prod_4 {
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        display: inline-block;
        margin: 10px 8vw;
        width: auto;
        padding: 10px 20px;
        text-align: center
    }

    #forte .sidePanel {
        display: none
    }

    #forte figure figcaption::after, #forte figure figcaption::before {
        display: none !important
    }

    #forte figure figcaption {
        position: relative !important;
        display: block;
        text-align: center;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        color: #000 !important;
        margin-top: 10px
    }

    #oppertunity .stackContainer {
        min-height: 0;
        overflow: hidden;
        position: relative;
        padding: 50px 0
    }

    #oppertunity .content {
        top: 0;
        position: relative
    }

    #oppertunity .content h1, #oppertunity .vc_tta-tab > a {
        color: #fff
    }

    #oppertunity .vc_tta-panels-container {
        background: 0 0
    }

    #oppertunity .sidePanel {
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%
    }

    #oppertunity .bgImg {
        right: auto;
        left: 0;
        opacity: .3;
        max-width: none
    }

    #brochure {
        overflow: hidden;
        position: relative
    }

    #brochure .stackContainer {
        min-height: 700px;
        overflow: hidden;
        position: relative
    }

    #brochure::before {
        content: '';
        position: absolute;
        top: auto;
        left: -600px;
        right: auto;
        bottom: 25%;
        height: 1000px;
        z-index: 2;
        width: 1500px;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    #brochure .contentWrapper {
        top: auto;
        bottom: 150px;
        left: 0;
        background: hsla(332, 84%, 61%, .66)
    }

    #expert {
        overflow: hidden;
        position: relative
    }

    #expert .stackContainer {
        /*min-height: ;*/
        overflow: hidden;
        position: relative;
        padding-bottom: 50px
    }

    #expert .contentWrapper {
        padding-top: 100px;
        top: 0;
        position: relative
    }

    #expert h1 {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 500px
    }

    #reach {
        overflow: hidden;
        position: relative
    }

    #reach .bgImg {
        margin-right: -50px
    }

    #reach .panelLinks {
        position: relative;
        float: right;
        padding: 25px 0
    }

    #reach .panelLinks h1 {
        font-size: 35px
    }

    .contactForm {
        margin: 20px 0
    }

    .contactAddress {
        margin: 5px auto
    }

    .contactAddress h2 {
        margin: 10px auto;
        font-size: 20px
    }

    .contactAddress p {
        line-height: 25px
    }

    div#pagepiling {
        display: block;
        margin-top: 60px
    }

    .PhoneNumbers.desktop {
        display: none
    }

    div.PhoneNumbers.mobile {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    header.sticky {
        position: absolute
    }

    header.sticky nav.handheld.mainNav {
        position: fixed
    }

    .mainTxt {
        display: none
    }

    .sliderContainer {
        margin: 0 auto;
        position: relative;
        width: 100%
    }

    .mainSlider {
        margin: 0 auto;
        width: 100vw;
        height: 100vh;
        position: relative;
        z-index: 10
    }

    .slides {
        position: absolute;
        top: 0;
        left: 0
    }

    .slides .modelImgWrapper::after {
        right: 50vw
    }

    .slide-1 img.modelImg, .slide-2 img.modelImg, .slide-3 img.modelImg, .slide-4 img.modelImg, .slide-5 img.modelImg {
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        right: 50vw;
        z-index: 5;
        width: auto;
        height: 90%
    }

    .slide-2 img.modelImgBg, .slide-5 img.modelImgBg {
        position: absolute;
        right: 50vw;
        bottom: 0;
        z-index: 2;
        width: 100%;
        height: 100%
    }

    .slide-dots {
        right: 0;
        width: 25px
    }

    .slide-dots li, .slide-dots li:nth-of-type(2), .slide-dots li:nth-of-type(3), .slide-dots li:nth-of-type(4), .slide-dots li:nth-of-type(5), .slide-dots li:nth-of-type(6) {
        position: relative;
        top: auto;
        right: auto;
        margin: 7px 0
    }

    .caption {
        width: 50vw
    }

    .caption::after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0
    }

    .caption > span {
        bottom: auto;
        top: auto;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px;
        width: 98%
    }

    .caption h2 {
        font-size: 17px
    }

    .caption h2 strong {
        font-size: 22px;
        font-weight: 500
    }

    .caption p {
        font-size: 15px
    }

    .caption p:last-of-type::after {
        display: none
    }

    #oppertunity .stackContainer {
        padding: 20px 0
    }

    #oppertunity .content .vc_tta-panel, #oppertunity .content .vc_tta-panel-heading {
        display: none !important
    }

    #oppertunity .content .vc_tta-panel:first-of-type, #oppertunity .vc_tta-panels .vc_tta-panel-body {
        display: block !important
    }

    .familyPopBox {
        padding: 0
    }

    .familyPopBox {
        display: none;
        width: 90%;
        margin: 0 auto;
        left: 0;
        right: 0;
        position: absolute;
        background: hsla(0, 0%, 0%, .8);
        z-index: 10000;
        padding: 20px;
        text-align: left
    }

    .familyPopBox h2 {
        font-size: 30px
    }

    .streamFlow h3::after {
        display: none
    }

    #productPage .titleBox {
        float: none;
        margin: 0 auto 10px;
        padding: 0;
        padding-bottom: 5px;
        border: none;
        border-bottom: 1px solid #eee;
        max-width: none
    }

    #productPage .topBox h1 {
        font-size: 30px
    }

    #productPage .descBox {
        padding-left: 0
    }

    div#pagepiling {
        margin-top: 60px
    }

/*.contentWrapper {*/
/*      height: auto*/
/*  }*/
}

@media only screen and (max-width: 567px) {
    header {
        padding: 20px 10px
    }

    .sliderContainer {
        margin: 0 auto;
        position: relative;
        width: 100%
    }

    .mainSlider {
        margin: 0 auto;
        width: 100vw;
        height: 450px;
        position: relative;
        z-index: 10
    }

    .modelImgWrapper {
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .slide-1 img.modelImg, .slide-2 img.modelImg, .slide-3 img.modelImg, .slide-4 img.modelImg, .slide-5 img.modelImg {
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 5;
        width: auto;
        height: 100%;
        max-width: none
    }

    .slide-2 img.modelImgBg, .slide-5 img.modelImgBg {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 2;
        width: 100%;
        height: 100%
    }

    .slide-6 img.modelImg {
        right: 0;
        height: 100%
    }

    .slide-4 img.modelImg {
        right: -95px
    }

    .slides .modelImgWrapper::after {
        opacity: 0;
        right: 0
    }

    .slide-dots {
        margin: 0 auto;
        position: absolute;
        top: auto;
        bottom: 10px;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        text-align: center
    }

    .slide-dots li, .slide-dots li:nth-of-type(2), .slide-dots li:nth-of-type(3), .slide-dots li:nth-of-type(4), .slide-dots li:nth-of-type(5), .slide-dots li:nth-of-type(6) {
        position: relative;
        top: auto;
        right: auto;
        display: inline-block;
        margin: 0 3px
    }

    .caption {
        top: auto;
        bottom: 0;
        right: 0;
        width: 100vw;
        height: 45%;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 10px
    }

    .caption > span {
        position: relative;
        left: auto;
        bottom: auto;
        padding-left: 0;
        opacity: 0;
        z-index: 5;
        display: inline-block;
        max-width: 90%
    }

    .caption h2 {
        font-size: 17px
    }

    .caption h2 strong {
        font-size: 22px;
        font-weight: 500
    }

    .caption p {
        font-size: 15px
    }

    .caption p:last-of-type::after {
        display: none
    }

    .slides .caption::before {
        width: 100%;
        opacity: 0
    }

    .slides.active .caption::before {
        background: hsla(332, 78%, 73%, .8);
        opacity: 1
    }

    .slides.animated .caption::before {
        opacity: 0;
        -webkit-transition-delay: .5s;
        -moz-transition-delay: .5s;
        transition-delay: .5s
    }

    #about .stackContainer {
        height: 450px
    }

    #about .bgImg {
        right: -15vw;
        bottom: 0;
        height: 98%
    }

    #about .content {
        bottom: 10px
    }

    #about .panelLinks {
        display: none
    }

    #forte figure.prod_1, #forte figure.prod_2, #forte figure.prod_3, #forte figure.prod_4 {
        display: block;
        margin: 10px auto;
        width: 200px
    }

    #oppertunity {
        background: #ef4795
    }

    #oppertunity .content {
        margin-top: 20px
    }

    #oppertunity .content h2 {
        margin: 0 auto 20px;
        text-align: center;
        color: #fff
    }

    #oppertunity .sidePanel {
        display: none
    }

    #oppertunity .vc_column_container > .vc_column-inner {
        padding: 0
    }

    #brochure .contentWrapper {
        position: relative;
        bottom: auto;
        background: #ef4795;
        padding: 20px 10px;
        height: 700px
    }

    #brochure .bg, #brochure .bgImg {
        display: none
    }

    #expert .contentWrapper {
        padding-top: 30px
    }

    #expert h1 {
        font-size: 30px
    }

    #expert h1 {
        width: 100%;
        height: auto
    }

    #reach {
        overflow: hidden;
        position: relative
    }

    #reach .panelLinks {
        float: none;
        width: 100%;
        padding: 0 0 60px
    }

    #reach .panelLinks h1 {
        text-align: center;
        padding: 10px 0
    }

    .contactForm {
        margin: 10px auto;
        width: 300px;
        padding: 5px
    }

    #menu-product-menu > li {
        display: block;
        width: 100%
    }

    #menu-product-menu ul {
        position: relative
    }

    #menu-product-menu > li.active ul {
        width: 100%
    }

    .franchiseForm .field label {
        font-size: 11px
    }

    #productPage .tabContnt[id*=how-does-it-work] .scrollBar {
        left: auto !important;
        right: 10px !important
    }

    body.page-id-1537 .content p {
        padding: 0 0 0 130px
    }

    body.page-id-1537 #forte .content h1 {
        width: auto;
        text-align: center
    }
}

@media only screen and (max-width: 425px) {
    div#pagepiling {
        margin-top: 125px
    }

    body.page-id-1537 #forte .content h1 {
        width: auto;
        text-align: left
    }

    body.page-id-1537 .content p {
        padding: 0
    }
}

@media only screen and (max-width: 414px) {
    .footRight, footer {
        text-align: center;
        right: auto;
        left: auto;
        padding: 10px
    }

    .copyright {
        margin-bottom: 10px;
        position: relative;
        display: block;
        text-align: center;
        left: auto;
        bottom: auto
    }

    .footDtls {
        text-align: center
    }
}

@-webkit-keyframes beat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    80% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes beat {
    0% {
        transform: scale(1)
    }
    20% {
        transform: scale(1.1)
    }
    40% {
        transform: scale(.8)
    }
    60% {
        transform: scale(1.1)
    }
    80% {
        transform: scale(.8)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes dangle {
    0% {
        transform: rotate(5deg)
    }
    50% {
        transform: rotate(20deg)
    }
    100% {
        transform: rotate(5deg)
    }
}

@keyframes vibe {
    0% {
        top: 10px;
        right: 10px;
        transform: scale(1);
        opacity: 1
    }
    10% {
        top: 10px;
        right: 10px;
        transform: scale(1);
        opacity: 1
    }
    11% {
        opacity: 0
    }
    19% {
        opacity: 0
    }
    20% {
        top: 3px;
        right: -20px;
        transform: scale(1.2);
        opacity: 1
    }
    30% {
        top: 3px;
        right: -20px;
        transform: scale(1.2);
        opacity: 1
    }
    31% {
        opacity: 0
    }
    39% {
        opacity: 0
    }
    40% {
        top: 13px;
        right: 5px;
        transform: scale(.8);
        opacity: 1
    }
    50% {
        top: 13px;
        right: 5px;
        transform: scale(.8);
        opacity: 1
    }
    51% {
        opacity: 0
    }
    59% {
        opacity: 0
    }
    60% {
        top: 7px;
        right: -5px;
        transform: scale(1.3);
        opacity: 1
    }
    70% {
        top: 7px;
        right: -5px;
        transform: scale(1.3);
        opacity: 1
    }
    71% {
        opacity: 0
    }
    79% {
        opacity: 0
    }
    80% {
        top: -2px;
        right: 7px;
        transform: scale(.8);
        opacity: 1
    }
    90% {
        top: -2px;
        right: 7px;
        transform: scale(.8);
        opacity: 1
    }
    91% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@media only screen and (min-width: 1200px) {
    .caption > span {
        width: 55%
    }

    .slide-dots {
        width: auto;
        border-left: 1px solid #cd2271;
        right: 0;
        margin-top: -144px
    }

    .slide-dots li, .slide-dots li.dot-active {
        position: relative;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
        background: #e2448f;
        border: none;
        padding: 10px 0 10px 10px;
        border-radius: 0
    }

    .slide-dots li:nth-of-type(2), .slide-dots li:nth-of-type(3), .slide-dots li:nth-of-type(4), .slide-dots li:nth-of-type(5), .slide-dots li:nth-of-type(6) {
        right: 0;
        top: 0
    }

    .slide-dots li i {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 30px;
        border-bottom: 1px solid #e9519a
    }

    .slide-dots li:last-child i {
        display: none
    }

    .slide-dots li span {
        position: relative;
        display: inline-block;
        margin-right: 50px
    }

    .slide-dots li::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 0;
        bottom: 10px;
        width: 0;
        background: #fff;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        transition: all .3s linear
    }

    .slide-dots li.dot-active::after {
        width: 10px
    }

    .slide-dots li::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 29px;
        height: 28px;
        background: url(https://wigomania.co.uk/wp-content/themes/error_wigomania-child/images/sli-btn-4.png) ;
        margin-right: 10px
    }

    .slide-dots li:nth-of-type(2)::before {
        background:  url(https://wigomania.co.uk/wp-content/themes/error_wigomania-child/images/sli-btn-3.png)
    }

    .slide-dots li:nth-of-type(3)::before {
        background:url(https://wigomania.co.uk/wp-content/themes/error_wigomania-child/images/sli-btn-2.png)
    }

    .slide-dots li:nth-of-type(4)::before {
        background: url(https://wigomania.co.uk/wp-content/themes/error_wigomania-child/images/sli-btn-5.png)
    }

    .slide-dots li:nth-of-type(5)::before {
        background: url(https://wigomania.co.uk/wp-content/themes/error_wigomania-child/images/sli-btn-1.png);
    }

    .slide-dots li span::before {
        content: 'SCANTY HAIR';
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        font-size: 10px
    }

    .slide-dots li:nth-of-type(2) span::before {
        content: 'HAIR WIGS'
    }

    .slide-dots li:nth-of-type(3) span::before {
        content: 'EXTENSIONS'
    }

    .slide-dots li:nth-of-type(4) span::before {
        content: 'MENS HAIR'
    }

    .slide-dots li:nth-of-type(5) span::before {
        content: 'FASHION'
    }


    .slide-dots li span::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -110px;
        width: 0;
        border-bottom: 2px solid #fff;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        transition: all .3s linear
    }

    .slide-dots li.dot-active span::after {
        width: 100px
    }
}

@media only screen and (min-width: 1440px) {
    .caption > span {
        width: 70%
    }
}

.page-id-1537 .prodBox {
    margin-top: 35px !important
}

.page-id-1537 .content p {
    padding: 0 0 0 175px;
    text-align: justify
}

.page-id-1537 #forte .content h1 {
    width: 320px;
    display: block !important;
    font: 900 30px Lato, sans-serif
}

.page-id-1537 #forte .prod_3 figcaption::before {
    content: '';
    position: absolute;
    border: 3px solid #dad1d1;
    width: 8px;
    height: 8px;
    bottom: -30px;
    left: -26px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

.page-id-1537 #forte .prod_3 figcaption::after {
    content: '';
    position: absolute;
    background: #dad1d1;
    width: 4px;
    height: 35px;
    bottom: -18px;
    left: -21px
}

.page-id-1537 #forte .prod_3 figcaption {
    bottom: 355px !important;
    right: 15px !important;
    z-index: 5;
    color: #000
}

@media only screen and (min-width: 1280px) {
    .page-id-1537 .prodBox {
        margin-top: 65px !important
    }

    .page-id-1537 #forte .content h1 {
        width: 320px;
        display: block !important;
        font: 900 30px Lato, sans-serif
    }

    .page-id-1537 .content p {
        padding: 0 0 0 160px;
        text-align: justify
    }
}
