/*
 Theme Name:   Controlfit24
 Theme URI:    https://myfreelance101.com
 Description:  Controlfit24
 Author:       Dennis Gutierrez - Leading Edge Health
 Author URI:   https://myfreelance101.com
 Template:     leadingedgehealth
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  leadingedgehealth
*/
#masthead, .header-callout, .skip-link{display:none;}
/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.videoWrapper {
	background:#000;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*STYLES STARTS HERE*/
body {
    margin: 0;
    font-family: "Open Sans",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
    background: url(/wp-content/themes/controlfit/assets/images/main-bg.png) repeat-x 0 282px #ffffff;
}

a{text-decoration: none;}

li, p {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    font-family: "Open Sans",sans-serif;
    margin-bottom: 1rem;
    color: #000;
}

h1, h2, h3, h4 {
    margin-bottom: 0;
    font-weight: 800;
}

img{ max-width: 100%; height: auto; }

body p:last-child(margin-bottom: 0;)

.text-white p {
	color: #fff;
}
.text-center {
    text-align: center!important;
}

/* Main Headline */
.headline-wrap h1 {
    color: #e10e78;
    line-height: 68px;
    margin: 20px auto 0px; font-weight: 800;
    font-size:62px; letter-spacing: -1px;
	max-width: 100%;
}

.headline-wrap p {
    color: #252525;
    font-weight:600;
    font-size: 38px;
	padding: 0px 50px 0px;
    line-height: 48px;
    letter-spacing: -0.1px;
    margin-bottom: 30px;
}

@media (max-width: 1199px){

	.headline-wrap p {
	    font-size: 30px;
	    letter-spacing: -1px;
	}
}

@media (max-width: 992px){
	.headline-wrap h1{
	    font-size: 36px;
	    max-width: 100%;
	}
	.headline-wrap p {
	    font-size: 24px;
	    letter-spacing: -1px;
	}
}

@media (max-width: 767px){
	.headline-wrap h1{
	    font-size: 30px;
	    max-width: 100%;
	}
	.headline-wrap p {
	    font-size: 18px;
	    letter-spacing: -1px;
	}
}




/* VIDEO */
#my_video {
    overflow: hidden;
    border:4px solid #e10e78;
}

#my_video img {
    height: 100% !important;
    width: 100%;
}

.wistia_responsive_padding {
    max-width: 1024px;
    margin: 0 auto;
}

/* PACKAGE */
#packages {
    padding: 0;
    opacity: 0;
    transition: ease-in .25s;
}

#packages.fadein {
    opacity: 1;
}

.card {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*border: 1px solid rgba(0,0,0,.125);*/
    border: none;
    border-radius: .25rem;
    padding: 0 0 1rem;
    max-width: 300px;
    margin: 0 auto 30px;
    text-align: center;
    border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;
}
.card .purchase {margin-top: -20px;}

.package .card-body{
	padding: 0;
}

@media (min-width: 992px) {
    .card.scale {
        transform: scale(1.1) translate(0,-1.8em);
    }
}


.card-text {
    background: url(/wp-content/themes/controlfit/assets/images/package-title-bg.png) no-repeat center bottom/cover;
    color: #000;
    padding: 8px 0;
    font-family: Open Sans,sans-serif;
    height: 97px;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.card-text .h {
    color: #fff;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle{
	box-shadow: none !important;
    text-align: center;
    position: relative;
    background: #e10e78;
    border-radius: 0;
    padding: 10px;
    font-weight: 800;
    color: #fff!important;
    display: inline-block;
}

.btn-primary.skew span {
    position: relative;
    display: inline-block;
    color: #fff;
    -webkit-transform: skew(15deg,0);
    -moz-transform: skew(15deg,0);
    -ms-transform: skew(15deg,0);
    -o-transform: skew(15deg,0);
    transform: skew(15deg,0);
    text-align: center;
    font-weight: 800;
}

.btn-primary.skew {
    max-width: 350px;
    margin: 0 auto;
    display: block;
    -webkit-transform: skew(-15deg,0);
    -moz-transform: skew(-15deg,0);
    -ms-transform: skew(-15deg,0);
    -o-transform: skew(-15deg,0);
    transform: skew(-15deg,0);
    line-height: 120%;
}

.order-btn .btn-primary.skew {
    max-width: 90%;
    text-transform: uppercase;
    font-size: 24px;
    box-shadow: 0px -3px 10px inset rgba(0,0,0,0.35);
    letter-spacing: -0.4px;
}

.order-btn{
    padding: 15px;
    text-align: center;
}

.purchase h4 {
    font-size: 16px;
    letter-spacing: -1px;
}

h2.multi-currency {
    font-size: 55px;
    line-height: 90%;
    letter-spacing: -0.5px;
}

.savings {
    color: #b10000;
    display: block;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.4px;
}

.card-shipping{
    background: #fff200;
    font-weight: 800;
    font-size: 23px;
  /*  border-top: solid 1px #000;
    border-bottom: solid 1px #000;*/
    border: none;
    font-family: 'Open Sans Extra Bold',sans-serif;
    letter-spacing: -1px;
    margin-bottom: .5em;
    margin-top: .5em;
    padding: .2em 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

@media (max-width: 991px) {
    #packages {padding: 0 15px 0;}
}

@media (max-width: 390px) {
    .big-btn .btn-primary.skew {
        max-width: 90%;
    }
}

/*footer*/
#wrapper-footer {
    background: rgb(225,230,224);
background: -moz-linear-gradient(left, rgba(225,230,224,1) 0%, rgba(187,192,187,1) 100%);
background: -webkit-linear-gradient(left, rgba(225,230,224,1) 0%,rgba(187,192,187,1) 100%);
background: linear-gradient(to right, rgba(225,230,224,1) 0%,rgba(187,192,187,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e6e0', endColorstr='#bbc0bb',GradientType=1 );
}

.site-footer {
    padding: 2rem 0;
}

#menu-offer-footer-menu {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu-offer-footer-menu li {
    border-right: solid 2px #000000;
    padding: 0 .5em;
    margin-bottom: 1rem;
    text-align: center;
}

#menu-offer-footer-menu li:last-child {
    border: none;
}

#menu-offer-footer-menu li a {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

#wrapper-footer .site-info {
    margin: 0 auto;
    padding: 25px 105px 0px 42px;
    border-top: solid 1px #000000;
}

/*2nd area*/
.footer-text {
    text-align: center;
}

.footer-logo {
    display: block;
    margin: 0 auto 5px;
    max-width: 100%;
    width: auto;
}
#wrapper-footer>.container .site-info .copyright {
    border: solid 1px #000;
    font-style: normal;
    padding:6px 8px;
}

#wrapper-footer .site-info p {
    padding-bottom: 0;
    color: #010101;
    text-align: left;
    font-size: 12px;
    text-shadow: none;
    font-weight: 600;
}

/*3rd*/
.footer-address {
    border-top: solid 1px #000000;
    padding: 15px 0 0;
}

.footer-address p, .footer-address p span {
    color: #000000;
    margin-bottom: 0;
    font-size: 12px;
}
.footer-address p em {font-style: italic;}

@media (max-width: 419px) {
	#menu-offer-footer-menu li a {
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 120%;
	}
}

/** **/
#content {overflow: hidden;}
/**.container {max-width: 1050px;}**/
.ctitle { margin: 0 auto; display: block; height: 69px; text-align: center; position: relative; background: #e10e78; font-size: 20px; width: 747px;
    -webkit-transform: skew(-40deg,0);
    -moz-transform: skew(-40deg,0);
    -ms-transform: skew(-40deg,0);
    -o-transform: skew(-40deg,0);
    transform: skew(-40deg,0);
}
.ctitle h3 {
    position: relative; text-align: center; font-weight: 700; display: inline-block; line-height: 69px; color: #ffffff; font-size: 34px;
    -webkit-transform: skew(40deg,0);
    -moz-transform: skew(40deg,0);
    -ms-transform: skew(40deg,0);
    -o-transform: skew(40deg,0);
    transform: skew(40deg,0);
    
}
.subtitle {width: 100%; display: inline-block; position: relative; padding: 0px 25px 5px;}
.subtitle h3{color: #e10e78; font-size: 40px; font-weight: 600; line-height: 48px; position: relative;}
.subtitle .linebg:after, .subtitle .linebg:before {width: 273px; height: 1px; background-color:#e10e78; top: 50%; transform: translateY(-50%); position: absolute; content:" ";}
.subtitle .linebg:before {left: -300px;}
.subtitle .linebg:after {right: -300px;}

.hsection2 {padding-top: 10px;}
.hsection2 .textinfo {position: relative; padding: 0px 33px 30px;}
.hsection2 .textinfo h5 {color: #e10e78; font-size: 38px; font-weight: 600; margin-bottom: 30px; line-height:40px; letter-spacing: -0.5px;}
.hsection2 .textinfo p {color: #000000; font-size: 20px; margin: 18px 0px 0px; line-height: 24px;}
.hsection2 .textinfo span {color: #e10e78; font-size: 22px; margin: 18px 0px 0px; font-weight: 700; display: inline-block; width: 100%; text-align: center;}
.hsection3 {background-color: #e1e1e1; overflow: hidden;}
.hsection3 .weakenedtx {position: relative; padding-left: 111px;}
.hsection3 .weakenedtx .ladyimg {position: absolute; left: -90px; top: 0px;}
.hsection3 .weakenedtx .infotx {padding:30px 0px 0px 105px;}
.hsection3 .weakenedtx .infotx h4 {color: #e10e78; font-size: 24px; font-weight: 700;}
.hsection3 .weakenedtx .infotx ul {width: 428px; float: left;}
.hsection3 .weakenedtx .infotx ul li {width: 100%; float: left; padding-left: 30px; color: #000000; font-size: 20px; font-weight: 600; line-height: 22px; margin:20px 0px 0px; background-image: url(/wp-content/themes/controlfit/assets/images/point.png); background-position: 4px 5px; background-repeat: no-repeat;}
.hsection3 .weakenedtx h3 {color: #ffffff; font-size: 20px; font-weight: 700; letter-spacing: -0.5px; line-height: 55px; margin: 20px 0px 40px; width: 100%; float: left; height: 55px; text-align: center; background-color: #e10e78;}

.packagespart {background-color: #363636; padding: 50px 0px 20px;}
.packagespart .ctitle {margin-bottom: 112px;}
.packagespart .order-3 .card .purchase {min-height: 110px;}

.hsection5 {background: #dfe7ee; position: relative;}
.hsection5 .textinfo {position: relative; background-color: #dfe7ee; z-index: 7; padding: 30px 45px 130px; background-repeat: no-repeat; background-position: -30% 50%; background-image: url(/wp-content/themes/controlfit/assets/images/ladydoctor.png);}
.hsection5 .textinfo .text1 {width: 360px;}
.hsection5 .textinfo .text1 p {color: #454646; font-size: 22px; line-height: 28px; padding-top: 30px;}
.hsection5:after {position: absolute; background-color: #e1e1e1; width: 100%; height: 120px; bottom: 0px; left: 0px; content: " "; z-index:6; }

.hsection6 {background-color: #e1e1e1; position: relative; z-index:8;}
.hsection6 .container {position: relative;}
.hsection6:before {background-image: url(/wp-content/themes/controlfit/assets/images/bg1.png); z-index: 9; background-position: 50% 0px; background-repeat: no-repeat; top: -120px; left: 0px; width: 100%; height:120px; position: absolute; content: " ";}
.hsection6 .prodimg {position: relative; z-index: 10; float: left;}
.hsection6 .prodimg .imgbox {margin: -110px 0px 0px -80px;}
.hsection6 .prodimg img {max-width: inherit;}

.hsection6 .text2 {padding-left: 0px; float: right; margin-left: -10px; padding-top: 40px; position: relative; z-index: 11;}
.hsection6 .text2 p {color: #454646; font-size: 22px; margin-bottom: 0px; font-weight: 600; line-height: 28px;}
.hsection6 .text2 ul {float: left; width: 365px;}
.hsection6 .text2 ul li {color: #454646; font-size: 22px; line-height: 28px; padding-left: 35px; margin-top:20px;background-image: url(/wp-content/themes/controlfit/assets/images/point1.png); background-position: 0px 5px; background-repeat: no-repeat;}

.hsection7 {position: relative;}
.hsection7 .textinfo {padding: 15px 140px 40px;}
.hsection7 .textinfo .subtitle {padding:0px 0px 20px;}
.hsection7 .textinfo .txinfo {width: 378px; float: left;}
.hsection7 .textinfo .txinfo p {color: #000000; font-size: 22px; line-height: 28px;}
.hsection7 .textinfo ul {float: right; width: 363px;}
.hsection7 .textinfo ul li {color: #000000; font-size: 22px; line-height: 24px; padding-left: 35px; margin-bottom:20px;background-image: url(/wp-content/themes/controlfit/assets/images/point1.png); background-position: 0px 2px; background-repeat: no-repeat;}
.hsection7 .textinfo p.text2 {width: 100%; float: left; margin-top: 10px; color: #000000; font-size: 12px; line-height: 14px;} 

.hsection8 {background-color: #363636; position: relative; border-bottom: 5px solid #e10e78; background-image: url(/wp-content/themes/controlfit/assets/images/lady-bg1.png); background-repeat: no-repeat; background-position: 94% 0px;}
.hsection8 .textinfo {padding: 40px 50px 30px;}
.hsection8 .textinfo .text1 {width: 615px;}
.hsection8 .textinfo .text1 .textbox {float: left; width: 100%; margin-top: 20px;}
.hsection8 .textinfo .text1 .textbox h4 {color: #e10e78; font-size: 24px; font-weight: 700;}
.hsection8 .textinfo .text1 .textbox p {color: #ffffff; font-size: 22px; line-height: 28px; margin:5px 0px 10px;}
.hsection8 .textinfo .text1 .textbox span {color: #ffffff; font-size: 12px; line-height: 14px; display: block;}

.hsection9 {background-color: #363636; padding: 50px 0px;}

.hsection10 {  background: #e4eaf0; position: relative;}
.hsection10 .container {position: relative; padding: 0px 30px;}
.hsection10 .textinfo {background-color: #e4eaf0; border-bottom: 5px solid #e10e78; position: relative; padding: 30px 15px 40px;}
.hsection10 .textinfo:after {background-image: url(/wp-content/themes/controlfit/assets/images/lady-img3.png); background-repeat: no-repeat; background-position: 0px 0px; width: 477px; height: 717px; content: " "; right: -213px; top: 130px; position: absolute;}
.hsection10 .textinfo .subtitle {padding-bottom: 10px;}
.hsection10 .textinfo .subtitle h3 {font-size: 30px; line-height: 36px;}
.hsection10 .textinfo .text1 {padding:0px 185px 0px 95px;}
.hsection10 .textinfo .text1 .txbox {width: 100%; margin-top: 15px; padding-left: 45px; background-image: url(/wp-content/themes/controlfit/assets/images/leaf.png); background-repeat: no-repeat; background-position: 0px 0px;}
.hsection10 .textinfo .text1 .txbox h4 {color: #e10e78; font-size: 22px; font-weight:700; line-height: 34px;}
.hsection10 .textinfo .text1 .txbox p {color: #000000; font-size: 16px; font-weight: 600; line-height: 22px; padding: 5px 0px;}
.hsection10 .textinfo .text1 .txbox span {color: #000000; font-size: 12px; font-weight: 600; line-height: 16px; float: left;}

.hsection11 {background: #ebebeb; position: relative;}
.hsection11 .container {position: relative; padding: 0px 30px;}
.hsection11 .textinfo {background-color: #ebebeb; position: relative; padding: 15px 75px 40px;}
.hsection11 .textinfo .risk-free {width: 100%;}
.hsection11 .textinfo .risk-free h3 {color: #000000; width: 410px; padding-bottom: 10px; margin: 0 auto 10px; letter-spacing: -1px; font-size: 34px; font-weight: 700; line-height: 38px; border-bottom: 5px solid #151314;}
.hsection11 .textinfo .risk-free h3 span {color: #e10e78;}
.hsection11 .textinfo .text1 {position: relative;}
.hsection11 .textinfo .text1 p{font-size: 16px; font-weight: 600; color: #000000; line-height: 22px; margin: 20px 0px 0px;}
.hsection11 .textinfo .imgpart {width: 100%; float: left; padding: 0px 80px; position: relative;}
.hsection11 .textinfo .imgpart .ladyimg {float: left;}
.hsection11 .textinfo .imgpart .prodimg {float: right; padding-top: 50px;}
.hsection11 .textinfo .imgpart .ladyimg img, .hsection11 .textinfo .imgpart .prodimg img {max-width: inherit;}
.hsection11 .textinfo .imgpart .tx {color: #e10e78; font-size: 22px; font-weight: 700; width: 370px; position: absolute; top: 50px; left: 260px; line-height: 26px; letter-spacing: -0.5px;}


/** Media Css **/
@media only screen and (max-width: 1199px){
    body {background: url(/wp-content/themes/controlfit/assets/images/main-bg.png) repeat-x 0 290px/50% auto #fff;}
    .container {max-width: 960px;}
    .headline-wrap h1 {font-size: 42px; line-height: 46px;}
    .headline-wrap p {line-height: 31px; margin-bottom: 15px; margin-top: 10px;}
    .hsection2 .textinfo h5 {font-size: 32px;}
    .card {max-width: 275px;}
    .subtitle h3 {font-size: 36px;}
    .hsection3 .weakenedtx .ladyimg {left: -77px;}
    .hsection7 .textinfo {padding: 15px 100px 40px;}
    .hsection11 .textinfo .imgpart {padding: 0px 40px;}
    .hsection11 .textinfo .imgpart .tx {top: 30px; left: 214px;}
}
@media only screen and (max-width: 991px){
    .container {max-width: 720px;}
    #packages {padding: 0;}
    .hsection3 .weakenedtx h3 {height: initial; line-height: 24px; padding: 5px 0; text-align: left;}
    .card {max-width: 400px;}
    .packagespart .ctitle {margin-bottom: 40px;}
    .hsection5 .textinfo {background-position: 19% 50%;}
    .hsection6 .text2 {width: 100%; padding-left: 15px; margin: 0;}
    .hsection6 .text2 ul, .hsection7 .textinfo .txinfo, .hsection7 .textinfo ul, .hsection8 .textinfo .text1 {width: 100%;}
    .hsection6 .prodimg {width: 100%; text-align: center;}
    .hsection6 .prodimg .imgbox {margin: 0;}
    .hsection7 .textinfo {padding: 15px 15px 40px;}
    .hsection8 .textinfo {padding-left: 15px; padding-right: 15px;}
    .hsection10 .textinfo .subtitle h3 br {display: none;}
    .hsection10 .textinfo .text1 {padding: 0px 125px 0px 15px;}
    .hsection11 .textinfo {padding-left: 45px; padding-right: 45px;}
    .hsection11 .textinfo .imgpart {padding: 0;}
    .hsection11 .textinfo .imgpart .ladyimg {margin-left: -60px;}
    .hsection11 .textinfo .imgpart .prodimg {margin-right: -100px;}
    .hsection11 .textinfo .imgpart .tx {left: 116px;}
    #wrapper-footer > .container .site-info .copyright {margin-top: 0 !important;}
}
@media only screen and (max-width: 767px){
    .container {max-width: 540px;}
    .headline-wrap h1 {font-size: 38px; line-height: 42px;}
    .headline-wrap p {line-height: 30px; font-size: 24px; padding-left: 0; padding-right: 0px;}
    .hsection2 {padding-top: 0;}
    .hsection2 .textinfo {padding-left: 15px; padding-right: 15px;}
    .hsection2 .textinfo h5 {font-size: 22px; line-height: 22px;margin-bottom: 25px;}
    .hsection2 .textinfo p {font-size: 16px; line-height: 22px;}
    .hsection2 .textinfo span {font-size: 18px; line-height: 20px;}
    .hsection3 .weakenedtx .ladyimg {display: none;}
    .hsection3 .weakenedtx {padding-left: 15px;}
    .hsection3 {padding-top: 10px; padding-bottom: 10px;}
    .hsection3 .weakenedtx .infotx {padding-left: 0px;}
    .hsection3 .weakenedtx .infotx h4 {text-align: center; line-height: 24px;}
    .hsection3 .weakenedtx .infotx ul {width: 100%;}
    .hsection3 .weakenedtx h3 {padding: 15px 18px 20px;}
    .packagespart {padding-top: 30px; padding-bottom: 10px;}
    .ctitle {width: 330px; height: 90px; padding-top: 10px; transform: skew(-15deg,0); -moz-transform: skew(-15deg,0); -webkit-transform: skew(-15deg,0);}
    .packagespart .ctitle {margin-bottom: 25px;}
    .ctitle h3 {font-size: 27px; line-height: 32px; transform: skew(15deg,0); -moz-transform: skew(15deg,0); -webkit-transform: skew(15deg,0);}
    .card {max-width: 325px;}
    .hsection5 {background-color: #dfe7ee;}
    .hsection5::after {height: initial;}
    .subtitle, .hsection5 .textinfo {padding-left: 0px; padding-right: 0px;}
    .subtitle h3 {font-size: 30px; line-height: 34px;}
    .hsection5 .textinfo {background-position: 50% 100%; background-size: 720px auto; padding-bottom: 460px;}
    .subtitle .linebg::after, .subtitle .linebg::before {display: none;}
    .hsection5 .textinfo .text1 {width: 100%;}
    .hsection5 .textinfo .text1 p {padding-top: 15px;}
    .hsection6 .text2 {padding-right: 15px; padding-top: 10px;}
    .hsection6 .text2 p {font-size: 20px; line-height: 24px;}
    .hsection6 .text2 p br {display: none;}
    .hsection6 .justify-content-end {width: 100%;}
    .hsection6 .prodimg img {max-width: 100%;}
    .hsection7 .textinfo {padding-bottom: 15px;}
    .hsection7 .textinfo p.text2 {margin-top: 0px;}
    .hsection8 {background: #363636;}
    .hsection8 .textinfo {padding-top: 30px;}
    .hsection8 .subtitle h3 {text-align: center;}
    .hsection8 .textinfo .text1 .textbox p {margin-top: 0px;}
    .hsection10 {background-color: #e4eaf0;}
    .hsection10 .textinfo::after {display: none;}
    .hsection10 .container {padding: 0;}
    .hsection10 .textinfo {padding-bottom: 30px; border-bottom: none;}
    .hsection10 .textinfo .subtitle h3 {line-height: 34px;}
    .hsection10 .textinfo .text1 {padding-right: 15px;}
    .hsection10 .textinfo .text1 .txbox h4 {line-height: 24px;}
    .hsection11 {background-color: #ebebeb;}
    .hsection11 .textinfo {padding: 25px 0 30px;}
    .hsection11 .textinfo .imgpart {padding: 0; width: 320px; margin: 0 auto; float: none;}
    .hsection11 .textinfo .imgpart .ladyimg {margin-left: -97px;}
    .hsection11 .textinfo .imgpart .prodimg {margin-right: -18px; margin-top: -232px;}
    .hsection11 .textinfo .imgpart .prodimg img {max-width: 310px;}
    .hsection11 .textinfo .imgpart .tx {left: 80px; line-height: 24px; width: 230px;}
    #wrapper-footer .site-info {padding-left: 0px; padding-right: 0px;}
    .footer-address {border-top: none; padding-top: 0px;}
}
@media only screen and (max-width: 575px){
    .container-fluid {padding-left: 5px; padding-right: 5px;}
    .videopart {padding-left: 0px; padding-right: 0px;}
    .hsection7 .textinfo .subtitle {padding-bottom: 15px;}
    .hsection11 .textinfo .risk-free h3 {width: 237px;}
}


/****************
 * Common Css
 ****************/
.page-id-183{font-family: 'Open Sans', sans-serif; font-size: 14px; background: #eef6f9 !important; color: #000000;}
.page-id-183 .container {max-width: 1185px;}
.page-id-183 .custfield {border: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
.page-id-183 a, .page-id-183 a:hover, .page-id-183 button {transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}

.page-id-183 header {background-color: #ffffff; padding: 25px 0px 20px;}

.page-id-183 .contsection {position: relative;}
.page-id-183 .contsection .textinner {background-color: #ffffff; margin-top: 15px; padding: 45px 260px 95px 45px;}
.page-id-183 .contsection .textinner h2 {color: #000000; font-size: 50px; font-weight: 800; line-height: 50px; letter-spacing: -1.5px; float: left; width: 100%;}
.page-id-183 .contsection .textinner h5 {color: #252525; font-size: 32px; font-weight: 600; letter-spacing: -0.1px; float: left; width: 100%; padding: 20px 0px 28px;}
.page-id-183 .contsection .textinner .subtext {float: left; width: 100%;}
.page-id-183 .contsection .textinner .subtext .subicon {float: left; width: 68px; height: 68px; border-radius: 34px; -moz-border-radius: 34px; -webkit-border-radius: 34px;}
.page-id-183 .contsection .textinner .subtext .subicon img {width: 100%; height: 100%; object-fit: cover;}
.page-id-183 .contsection .textinner .subtext p {font-size: 20px; float: left; font-weight: 600; color: #252525; padding: 18px 20px;}
.page-id-183 .contsection .textinner .subtext p span {color: #d9230a; padding-left: 20px; background-image: url(/wp-content/uploads/2020/11/fire.png); background-repeat: no-repeat; background-position: 0px 5px;}
.page-id-183 .contsection .textinner .imgbox {margin-top: 25px; float: left; width: 100%;}
.page-id-183 .contsection .textinner .imgbox img {max-width: initial;}
.page-id-183 .contsection .textinner .desc {float: left; width: 100%;}
.page-id-183 .contsection .textinner .desc strong {font-size: 20px; float: left; letter-spacing: -0.3px; line-height:28px; color: #000000; font-weight: 700; margin-top: 30px;}
.page-id-183 .contsection .textinner .desc p {font-size: 18px; float: left; width: 100%; line-height:24px; color: #000000; margin-top: 20px;}
.page-id-183 .contsection .textinner .desc p span {color: #e10e78; font-weight: 700; margin-top: 0px;}
.page-id-183 .contsection .textinner .desc p a {color: #e10e78; font-weight: 700; font-size: 20px; text-decoration: underline;}
.page-id-183 .contsection .textinner .desc p a:hover {text-decoration: none;}
.page-id-183 .contsection .textinner .desc span {color: #000000; font-size: 18px; font-weight: 700; letter-spacing: -0.4px; margin-top: 20px; float: left; line-height: 24px;}
.page-id-183 .contsection .textinner .desc .cbtn {float: left; text-align: center; line-height: 90px; width: 681px; height: 90px; margin-top: 45px; border:1px solid #4b0528;
background: rgb(247,190,219);
background: -moz-linear-gradient(top,  rgba(247,190,219,1) 0%, rgba(225,14,120,1) 100%);
background: -webkit-linear-gradient(top,  rgba(247,190,219,1) 0%,rgba(225,14,120,1) 100%);
background: linear-gradient(to bottom,  rgba(247,190,219,1) 0%,rgba(225,14,120,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7bedb', endColorstr='#e10e78',GradientType=0 );
}
.page-id-183 .contsection .textinner .desc .cbtn span { color: #ffffff; display: inline-block; float: none; font-size: 29px; font-weight: 700; background-image: url(/wp-content/uploads/2020/11/arrow.png); background-repeat: no-repeat; background-position: 100% 6px; padding-right: 35px;}
.contsection .textinner .desc .cbtn:hover {background: rgb(225,14,120);
background: -moz-linear-gradient(top,  rgba(225,14,120,1) 0%, rgba(247,190,219,1) 100%);
background: -webkit-linear-gradient(top,  rgba(225,14,120,1) 0%,rgba(247,190,219,1) 100%);
background: linear-gradient(to bottom,  rgba(225,14,120,1) 0%,rgba(247,190,219,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e10e78', endColorstr='#f7bedb',GradientType=0 );
}
/*.contsection .textinner .desc .cbtn:hover span {padding-right: 50px;}*/

/*footer*/
.page-id-183 #wrapper-footer {
    background: rgb(225,230,224);
background: -moz-linear-gradient(left, rgba(225,230,224,1) 0%, rgba(187,192,187,1) 100%);
background: -webkit-linear-gradient(left, rgba(225,230,224,1) 0%,rgba(187,192,187,1) 100%);
background: linear-gradient(to right, rgba(225,230,224,1) 0%,rgba(187,192,187,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e6e0', endColorstr='#bbc0bb',GradientType=1 );
}

.page-id-183 .site-footer {padding: 2rem 0;}
.page-id-183 #menu-offer-footer-menu {list-style: none; display: flex; align-items: center; justify-content: center;}
.page-id-183 #menu-offer-footer-menu li {border-right: solid 2px #000000; padding: 0 .5em; margin-bottom: 1rem; text-align: center;}
.page-id-183 #menu-offer-footer-menu li:last-child {border: none;}
.page-id-183 #menu-offer-footer-menu li a {color: #000000; font-size: 16px; font-weight: 700;}
.page-id-183 #wrapper-footer .site-info {margin: 0 auto; padding: 25px 110px 25px 105px; border-top: solid 1px #000000;}

/*2nd area*/
.page-id-183 .footer-text {text-align: center;}
.page-id-183 .footer-text .text-left img {max-width: 100%;}
.page-id-183 .footer-logo {display: block; margin: 0 auto 5px; max-width: 100%; width: auto;}
.page-id-183 #wrapper-footer>.container .site-info .copyright {border: solid 1px #000; margin: 0px !important;  font-style: normal; font-weight: 600; padding:6px 8px;}
.page-id-183 #wrapper-footer .site-info p {padding-bottom: 0; width: 100%; float: left; margin-top: 20px; color: #010101; text-align: left; font-size: 12px; font-weight: 600; }
.page-id-183 #wrapper-footer .site-info p a {color: #010101; width: 100%; float: left; text-decoration: underline;}
.page-id-183 #wrapper-footer .site-info p a:hover {color: #e10e78;}

/*3rd*/
.page-id-183 .footer-address {border-top: solid 1px #000000; padding: 15px 0 0;}
.page-id-183 .footer-address p, .page-id-183 .footer-address p span {color: #000000; margin-bottom: 0; font-size: 12px;}
.page-id-183 .footer-address p em {font-style: italic;}


@media (max-width: 419px) {
	.page-id-183 #menu-offer-footer-menu li a {font-size: 14px; font-weight: 400; line-height: 120%;}
}
@media only screen and (max-width: 1199px){
	.page-id-183 .container {max-width: 960px;}
	.page-id-183 .contsection .textinner {padding-right: 30px;}
	.page-id-183 #wrapper-footer .site-info {padding: 25px 50px 25px 50px;}
}
@media only screen and (max-width: 991px){
	.page-id-183 .container {max-width: 720px;}
	.page-id-183 .contsection .textinner {padding: 30px 30px 65px 30px;}
	.page-id-183 .contsection .textinner .subtext p {padding: 18px 12px;}
}
@media only screen and (max-width: 767px){
	.page-id-183 .container {max-width: 540px;}
	.page-id-183 header .logo {text-align: center;}
	.page-id-183 header .logo img {max-width: 100%;}
	.page-id-183 .contsection .textinner {padding: 15px 20px 55px 20px;}
	.page-id-183 .contsection .textinner h2 {font-size: 38px; line-height: 46px;}
	.page-id-183 .contsection .textinner h5 {font-size: 24px;}
	.page-id-183 .contsection .textinner h5 br {display: none;}
	.page-id-183 .contsection .textinner .subtext .subicon {width: 48px; height: 48px;}
	.page-id-183 .contsection .textinner .imgbox img {max-width: 100%;}
	.page-id-183 .contsection .textinner .desc .cbtn {width: 100%;}
	.page-id-183 .contsection .textinner .subtext p {font-size: 17px; padding: 9px 12px;}
	.page-id-183 .contsection .textinner .desc strong {font-size: 18px;}
	.page-id-183 .contsection .textinner .desc p {font-size: 16px;}
	.page-id-183 .contsection .textinner .desc span {font-size: 16px; margin-top: 0px;}
	.page-id-183 .contsection .textinner .desc p a {margin-bottom: 20px; display: inline-block;}
	.page-id-183 .contsection .textinner .desc .cbtn {height: 78px; line-height: 80px;}
	.page-id-183 .contsection .textinner .desc .cbtn span {font-size: 26px;}
	.page-id-183 #wrapper-footer .site-info {padding-left: 0px; padding-right: 0px;}
	.page-id-183 .no-gutters .col-6 {text-align: center !important;}
}
@media only screen and (max-width: 575px){
	.page-id-183 .contsection .textinner .subtext .post {clear: left; padding-left: 0px;}
	.page-id-183 .contsection .textinner .subtext .views {padding-left: 0px;}
}
@media only screen and (max-width: 479px){
	.page-id-183 .contsection .textinner .desc .cbtn span {width: 230px; background-position: 100% 50%; margin-top: 12px;}
}
/*PAGE 207*/
.page-id-207{font-family: 'Open Sans', sans-serif; font-size: 14px; background: #eef6f9 !important; color: #000000;}
.page-id-207 .container {max-width: 1185px;}
.page-id-207 .custfield {border: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
.page-id-207 a, .page-id-207 a:hover, .page-id-207 button {transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}

.page-id-207 header {background-color: #ffffff; padding: 25px 0px 20px;}

.page-id-207 .contsection {position: relative;}
.page-id-207 .contsection .textinner {background-color: #ffffff; margin-top: 15px; padding: 45px 260px 95px 45px;}
.page-id-207 .contsection .textinner h2 {color: #000000; font-size: 50px; font-weight: 800; line-height: 50px; letter-spacing: -1.5px; float: left; width: 100%;}
.page-id-207 .contsection .textinner h5 {color: #252525; font-size: 32px; font-weight: 600; letter-spacing: -0.1px; float: left; width: 100%; padding: 20px 0px 28px;}
.page-id-207 .contsection .textinner .subtext {float: left; width: 100%;}
.page-id-207 .contsection .textinner .subtext .subicon {float: left; width: 68px; height: 68px; border-radius: 34px; -moz-border-radius: 34px; -webkit-border-radius: 34px;}
.page-id-207 .contsection .textinner .subtext .subicon img {width: 100%; height: 100%; object-fit: cover;}
.page-id-207 .contsection .textinner .subtext p {font-size: 20px; float: left; font-weight: 600; color: #252525; padding: 18px 20px;}
.page-id-207 .contsection .textinner .subtext p span {color: #d9230a; padding-left: 20px; background-image: url(/wp-content/uploads/2020/11/fire.png); background-repeat: no-repeat; background-position: 0px 5px;}
.page-id-207 .contsection .textinner .imgbox {margin-top: 25px; float: left; width: 100%;}
.page-id-207 .contsection .textinner .imgbox img {max-width: initial;}
.page-id-207 .contsection .textinner .desc {float: left; width: 100%;}
.page-id-207 .contsection .textinner .desc strong {font-size: 20px; float: left; letter-spacing: -0.3px; line-height:28px; color: #000000; font-weight: 700; margin-top: 30px;}
.page-id-207 .contsection .textinner .desc p {font-size: 18px; float: left; width: 100%; line-height:24px; color: #000000; margin-top: 20px;}
.page-id-207 .contsection .textinner .desc p span {color: #e10e78; font-weight: 700; margin-top: 0px;}
.page-id-207 .contsection .textinner .desc p a {color: #e10e78; font-weight: 700; font-size: 20px; text-decoration: underline;}
.page-id-207 .contsection .textinner .desc p a:hover {text-decoration: none;}
.page-id-207 .contsection .textinner .desc span {color: #000000; font-size: 18px; font-weight: 700; letter-spacing: -0.4px; margin-top: 20px; float: left; line-height: 24px;}
.page-id-207 .contsection .textinner .desc .cbtn {float: left; text-align: center; line-height: 90px; width: 681px; height: 90px; margin-top: 45px; border:1px solid #4b0528;
background: rgb(247,190,219);
background: -moz-linear-gradient(top,  rgba(247,190,219,1) 0%, rgba(225,14,120,1) 100%);
background: -webkit-linear-gradient(top,  rgba(247,190,219,1) 0%,rgba(225,14,120,1) 100%);
background: linear-gradient(to bottom,  rgba(247,190,219,1) 0%,rgba(225,14,120,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7bedb', endColorstr='#e10e78',GradientType=0 );
}
.page-id-207 .contsection .textinner .desc .cbtn span { color: #ffffff; display: inline-block; float: none; font-size: 29px; font-weight: 700; background-image: url(/wp-content/uploads/2020/11/arrow.png); background-repeat: no-repeat; background-position: 100% 6px; padding-right: 35px;}
.contsection .textinner .desc .cbtn:hover {background: rgb(225,14,120);
background: -moz-linear-gradient(top,  rgba(225,14,120,1) 0%, rgba(247,190,219,1) 100%);
background: -webkit-linear-gradient(top,  rgba(225,14,120,1) 0%,rgba(247,190,219,1) 100%);
background: linear-gradient(to bottom,  rgba(225,14,120,1) 0%,rgba(247,190,219,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e10e78', endColorstr='#f7bedb',GradientType=0 );
}
/*.contsection .textinner .desc .cbtn:hover span {padding-right: 50px;}*/

/*footer*/
.page-id-207 #wrapper-footer {
    background: rgb(225,230,224);
background: -moz-linear-gradient(left, rgba(225,230,224,1) 0%, rgba(187,192,187,1) 100%);
background: -webkit-linear-gradient(left, rgba(225,230,224,1) 0%,rgba(187,192,187,1) 100%);
background: linear-gradient(to right, rgba(225,230,224,1) 0%,rgba(187,192,187,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e6e0', endColorstr='#bbc0bb',GradientType=1 );
}

.page-id-207 .site-footer {padding: 2rem 0;}
.page-id-207 #menu-offer-footer-menu {list-style: none; display: flex; align-items: center; justify-content: center;}
.page-id-207 #menu-offer-footer-menu li {border-right: solid 2px #000000; padding: 0 .5em; margin-bottom: 1rem; text-align: center;}
.page-id-207 #menu-offer-footer-menu li:last-child {border: none;}
.page-id-207 #menu-offer-footer-menu li a {color: #000000; font-size: 16px; font-weight: 700;}
.page-id-207 #wrapper-footer .site-info {margin: 0 auto; padding: 25px 110px 25px 105px; border-top: solid 1px #000000;}

/*2nd area*/
.page-id-207 .footer-text {text-align: center;}
.page-id-207 .footer-text .text-left img {max-width: 100%;}
.page-id-207 .footer-logo {display: block; margin: 0 auto 5px; max-width: 100%; width: auto;}
.page-id-207 #wrapper-footer>.container .site-info .copyright {border: solid 1px #000; margin: 0px !important;  font-style: normal; font-weight: 600; padding:6px 8px;}
.page-id-207 #wrapper-footer .site-info p {padding-bottom: 0; width: 100%; float: left; margin-top: 20px; color: #010101; text-align: left; font-size: 12px; font-weight: 600; }
.page-id-207 #wrapper-footer .site-info p a {color: #010101; width: 100%; float: left; text-decoration: underline;}
.page-id-207 #wrapper-footer .site-info p a:hover {color: #e10e78;}

/*3rd*/
.page-id-207 .footer-address {border-top: solid 1px #000000; padding: 15px 0 0;}
.page-id-207 .footer-address p, .page-id-207 .footer-address p span {color: #000000; margin-bottom: 0; font-size: 12px;}
.page-id-207 .footer-address p em {font-style: italic;}


@media (max-width: 419px) {
	.page-id-207 #menu-offer-footer-menu li a {font-size: 14px; font-weight: 400; line-height: 120%;}
}
@media only screen and (max-width: 1199px){
	.page-id-207 .container {max-width: 960px;}
	.page-id-207 .contsection .textinner {padding-right: 30px;}
	.page-id-207 #wrapper-footer .site-info {padding: 25px 50px 25px 50px;}
}
@media only screen and (max-width: 991px){
	.page-id-207 .container {max-width: 720px;}
	.page-id-207 .contsection .textinner {padding: 30px 30px 65px 30px;}
	.page-id-207 .contsection .textinner .subtext p {padding: 18px 12px;}
}
@media only screen and (max-width: 767px){
	.page-id-207 .container {max-width: 540px;}
	.page-id-207 header .logo {text-align: center;}
	.page-id-207 header .logo img {max-width: 100%;}
	.page-id-207 .contsection .textinner {padding: 15px 20px 55px 20px;}
	.page-id-207 .contsection .textinner h2 {font-size: 38px; line-height: 46px;}
	.page-id-207 .contsection .textinner h5 {font-size: 24px;}
	.page-id-207 .contsection .textinner h5 br {display: none;}
	.page-id-207 .contsection .textinner .subtext .subicon {width: 48px; height: 48px;}
	.page-id-207 .contsection .textinner .imgbox img {max-width: 100%;}
	.page-id-207 .contsection .textinner .desc .cbtn {width: 100%;}
	.page-id-207 .contsection .textinner .subtext p {font-size: 17px; padding: 9px 12px;}
	.page-id-207 .contsection .textinner .desc strong {font-size: 18px;}
	.page-id-207 .contsection .textinner .desc p {font-size: 16px;}
	.page-id-207 .contsection .textinner .desc span {font-size: 16px; margin-top: 0px;}
	.page-id-207 .contsection .textinner .desc p a {margin-bottom: 20px; display: inline-block;}
	.page-id-207 .contsection .textinner .desc .cbtn {height: 78px; line-height: 80px;}
	.page-id-207 .contsection .textinner .desc .cbtn span {font-size: 26px;}
	.page-id-207 #wrapper-footer .site-info {padding-left: 0px; padding-right: 0px;}
	.page-id-207 .no-gutters .col-6 {text-align: center !important;}
}
@media only screen and (max-width: 575px){
	.page-id-207 .contsection .textinner .subtext .post {clear: left; padding-left: 0px;}
	.page-id-207 .contsection .textinner .subtext .views {padding-left: 0px;}
}
@media only screen and (max-width: 479px){
	.page-id-207 .contsection .textinner .desc .cbtn span {width: 230px; background-position: 100% 50%; margin-top: 12px;}
}

#dr-section{
    background: #dbe4ec;
	padding-bottom: 3rem;
}

#dr-section a, #dr-section .text-red {
    color: #e10e78;
}

#dr-section .text-center p{
    max-width: 960px;
    margin: 0px auto;
}

#dr-section img{
    position: relative;
    z-index: 2;
    left: 0;
}

#dr-section h2{
    font-size: 34px;
	font-weight: 600;
    line-height: 1.1em;
	margin-bottom: 10px;
}

#dr-section p{
	font-size: 18px;
}

#dr-section .dr-schulz{
	top: 30px;
}

#dr-section .btn-wrapper {
    max-width: 800px;
    margin: 0px auto;
    padding: 2rem 0rem 1.5rem;
    position: relative;
    z-index: 1;
    text-align: center;
    transform: skew(-21deg);
}

#dr-section .c-btn{
    max-width: 300px;
    padding: 0px 0px;
	transform: skew(21deg);
}

#dr-section .videoWrapper {
    padding: 56.25% 0 0 0;
    position: relative;
    top:15px;
}

#dr-section .videoWrapper iframe {
	border: solid 4px #e10e78;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media screen and (max-width: 991px) {
	
	#dr-section .btn-wrapper{
		padding-top:2rem;
	}
	
	#dr-section {
		background: #dbe4ec;
		margin-bottom: 0rem;
	}
	
    #dr-section .btn-wrapper img {
        left: 0px;
    }

}

@media screen and (max-width: 767px) {
	
	#dr-section .dr-schulz {
		display: block;
		margin: 20px auto;
		max-width: 300px;
		top:0;
	}
	
	#dr-section h2{
		font-size: 24px;
		margin: 15px 0px;
	}
	
	#dr-section .btn-wrapper {
        max-width: 300px;
        top: 0;
        left: 0;
        padding: 2rem 0rem 0.5rem;
        background: none;
        margin-bottom: 1rem;
	}
	
	#dr-section .c-btn {
		max-width: 300px;
	}
	
}

/**/

#offer3Popup{
    padding: 30px;
    text-align: center;
}

#offer3Popup .close {
    position: absolute;
    top: -5px;
    right: 0;
    padding: 10px;
    font-size: 28px;
    color: #000;
    opacity: 1;
}

#offer3Popup .inner-wrap{
    padding: 30px;
    text-align: center;
}

#offer3Popup h3{
    color: #dc0000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 1em;
    padding: 0px 0px 15px;
}

#offer3Popup p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2em;
}

#offer3Popup p span{
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}

#offer3Popup small{
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    padding: 15px 0px 0px;   
}

#offer3Popup small span{
    background: url(../images/yellow-swoosh.png) no-repeat 0 0/cover;
}

#offer3Popup form{
    margin: 0rem 0rem 0rem;
}

#offer3Popup input {
    border: solid 1px #333;
    font-size: 16px;
    padding: 10px;
    max-width: 160px;
    width: 100%;
}

#offer3Popup form button {
    background: #dc0000;
    color: #fff;
    border: none;
    padding: 8px;
    text-transform: uppercase;
    margin-left: 0;
    top: 0;
    position: relative;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    max-width: 50px;
    line-height: 1em;
}

#offer3Popup .txt-small{
    font-size: 16px;
    padding: 10px 0px;
}

#offer3Popup .ujic-classic span.countdown_amount {
	font-weight: 800!important;
    padding: 5px 8px 5px 7px;
}

#offer3Popup .ujic-classic .countdown_section {
	margin-right: 0
}

#offer3Popup .ujic-classic .countdown_section:before {
	content: ":";
	float: left;
	clear: none;
	display: block;
	text-align: center;
	margin: 0;
	padding: 10px 7px 7px 5px;
	color: #000;
	font-size: 18px!important
}

#offer3Popup .ujic-classic .countdown_section:first-child:before{
    display: none;
}

#offer3Popup .red-arrow {
    position: absolute;
    right: 11px;
    top: 116px;
    width: 45px;
}

@media (min-width:768px) {
    
    #offer3Popup h3 {
        font-size: 56px;
        padding: 0px 0px 15px;
    }
    
    #offer3Popup p{
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 34px;
        line-height: 1.2em;
    }
    
    #offer3Popup .close{
        position: absolute;
        top: 0px;
        right: 10px;
        padding: 10px;
        font-size: 28px;
        color: #000;
        opacity: 1;  
    }
    
    #offer3Popup small {
        font-size: 23px;
    }
    
    #offer3Popup form{
        margin: 0rem auto -1rem;
        max-width: 400px;
    }
    
    #offer3Popup input{
        font-size: 16px;
        padding: 10px;
        max-width: 300px;
        width: 100%;
    }
    
    #offer3Popup form button{
        background: #dc0000;
        color: #fff;
        border: none;
        padding: 5px;
        text-transform: uppercase;
        margin-left: 0px;
        top: 0px;
        position: relative;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        max-width: 80px;
        line-height: 1em;
    }
    
    #offer3Popup .red-arrow {
        position: absolute;
        right: 12px;
        top: 70px;
        width: 124px;
    }

    #offer3Popup .ujic-classic span.countdown_amount {
        padding: 5px 10px 5px 10px;
    }
}

/**/

/**/

@media (min-width: 768px){
	.modal-dialog {
		max-width: 640px;
	}
}

#exitModal{
    padding: 30px;
    text-align: center;
}

#exitModal .stop-sign{
    margin: -80px 0px 10px;
    max-width: 180px;
}

#exitModal .close {
    position: absolute;
    top: -5px;
    right: 0;
    padding: 10px;
    font-size: 28px;
    color: #000;
    opacity: 1;
}

#exitModal .inner-wrap{
    padding: 30px;
    text-align: center;
}

#exitModal h3{
    color: #dc0000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 1em;
    padding: 0px 0px 15px;
}

#exitModal p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2em;
}

#exitModal p span{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

#exitModal small{
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    padding: 15px 0px 0px;   
}

#exitModal small span{
    background: url(images/yellow-swoosh.png) no-repeat 0 0/cover;
}

#exitModal form{
    margin: 0rem 0rem 0rem;
}

#exitModal input {
    border: solid 1px #333;
    font-size: 16px;
    padding: 10px;
    max-width: 160px;
    width: 100%;
}

#exitModal form button {
    background: #dc0000;
    color: #fff;
    border: none;
    padding: 8px;
    text-transform: uppercase;
    margin-left: 0;
    top: 0;
    position: relative;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    max-width: 50px;
    line-height: 1em;
}

#exitModal .txt-small{
    font-size: 16px;
    padding: 10px 0px;
}

#exitModal .mgsflipTimebox {
    margin: 20px auto 0px;
}

#exitModal .ujic-classic span.countdown_amount {
	font-weight: 800!important;
    padding: 5px 8px 5px 7px;
}

#exitModal .ujic-classic .countdown_section {
	margin-right: 0
}

#exitModal .ujic-classic .countdown_section:before {
	content: ":";
	float: left;
	clear: none;
	display: block;
	text-align: center;
	margin: 0;
	padding: 10px 7px 7px 5px;
	color: #000;
	font-size: 18px!important
}

#exitModal .ujic-classic .countdown_section:first-child:before{
    display: none;
}

#exitModal .red-arrow {
    position: absolute;
    right: 11px;
    top: 116px;
    width: 45px;
}

@media (min-width:768px) {
    
    #exitModal h3 {
        font-size: 56px;
        padding: 0px 0px 15px;
    }
    
    #exitModal p{
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 30px;
        line-height: 1.2em;
    }
    
    #exitModal .close{
        position: absolute;
        top: 0px;
        right: 10px;
        padding: 10px;
        font-size: 28px;
        color: #000;
        opacity: 1;  
    }
    
    #exitModal small {
        font-size: 21px;
    }
    
    #exitModal form{
        margin: 0rem auto -1rem;
        max-width: 400px;
    }
    
    #exitModal input{
        font-size: 16px;
        padding: 10px;
        max-width: 300px;
        width: 100%;
    }
    
    #exitModal form button{
        background: #dc0000;
        color: #fff;
        border: none;
        padding: 5px;
        text-transform: uppercase;
        margin-left: 0px;
        top: 0px;
        position: relative;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        max-width: 80px;
        line-height: 1em;
    }
    
    #exitModal .red-arrow {
        position: absolute;
        right: 5px;
        top: 185px;
        width: 110px;
    }

    #exitModal .ujic-classic span.countdown_amount {
        padding: 5px 10px 5px 10px;
    }
}


@media (max-width:767px) {
	
	#offer3Popup .red-arrow {
		position: absolute;
		right: 15px;
		top: 57px;
		width: 45px;
	}
	
	#offer3Popup .inner-wrap {
    	padding: 10px;
	}
	
	body .ujic-classic .countdown_section:before{
		padding: 2px 3px 2px 1px !important;
	}
	
	#offer3Popup .txt-small {
		font-size: 16px;
		padding: 10px 0px 10px;
		margin-bottom: 10px;
	}
	
	body #offer3Popup .ujic-classic span.countdown_amount,
	#exitModal .ujic-classic span.countdown_amount{
		font-size: 12px !important;
		padding: 5px 5px 5px 5px !important;
	}
	
	#offer3Popup .red-arrow{
		display: none;
	}
	
	#offer3Popup p {
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
		font-size: 18px;
		line-height: 1.2em;
		margin-bottom: 5px;
	}
	
	#offer3Popup p span{
		font-weight: 700;
	}
	
	#offer3Popup small {
		font-size: 12px;
		padding: 0;
	}
}


/**/

/* HDP Pop up */

#hdpPopup{
	z-index: 9999999;
}

#hdpPopup .modal-content{
	border:none;
}

#hdpPopup .image {
    position: relative;
    margin-bottom: -16px;
}

#hdpPopup .buttons {
    position: absolute;
    width: 100%;
    height: 55px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hdpPopup .buttons .signup {
    color: white;
    text-decoration: none;
    background: #de5a9d;
	border: solid 2px #fff;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 800;
    margin-right: 5px;
}

#hdpPopup .buttons .nothanks {
    color: white;
    text-decoration: none;
    background: RGBA(0, 0, 0, 0.49);
	border: solid 2px #fff;
    font-weight: 400;
    padding: 5px 20px;
    font-size: 14px;
}

@media(min-width: 768px) {
	
	.modal-dialog {
		max-width: 640px;
		width: 100%;
	}
	
    #hdpPopup .buttons {
        height: 90px;
		bottom:25px;
    }

    #hdpPopup .buttons .signup {
        padding: 5px 30px;
        font-size: 30px;
    }

    #hdpPopup .buttons .nothanks {
        padding: 10px 30px;

        font-size: 24px;
    }
}

.modal-backdrop {
    opacity: 0.85 !important;
}

.hdpPopup .modal-body {
    padding: 0;
    text-align: center;
    overflow: hidden;
}