:root {

    /* Colors: */
    --color-primary: #1e1f62;
    --color-yellow: #f73935;
    --color-grey: #e5eaef;
    --color-blue: rgb(196, 216, 245);
    /* Font/text values */
    --source-font: Lato, sans-serif;
    --color-red: #f73935;
    --color-brown: #613d1d;

}

.text-yellow{
    color: #f73935 !important;
}

.bg-grey {
    background-color: var(--color-grey);
}

.bg-red {
    background-color: var(--color-primary);
}

.primary {
    color: var(--color-primary);
}

body {
    font-family: var(--source-font);
}

.navbar-toggler-icon {
    color: #fff;
}

p.regular {
    font-size: 1.3rem;
    font-weight: 400;
}

header {
    width: 100%;
    padding: 15px 0;
    background-color: rgba(23, 23, 23, 0.95);
}



header p {
    color: #FFF;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 0.9em;

}

.text-primary{
    color: var(--color-primary) !important;
}

.upper {
    text-transform: uppercase;
    color: #FFF;
}

.yellow {
    color: var(--color-yellow);
}

.banner {
    position: relative;
    width: 100%;
    background-size: cover;
    background-image: url('/assets/img/penispump.gif');
    background-position: center center;
    padding-bottom: 3em;
    min-height: fit-content;
    display: flex;

}

.banner::before {
    content: "";
    background-image: linear-gradient(180deg, rgba(23, 23, 23, 0.9), rgba(23, 23, 23, 0.6));
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.banner2 {
    position: relative;
    width: 100%;
    max-height: 730px;

}

.banner2::before {
    content: "";
    background-image: linear-gradient(180deg, rgba(23, 23, 23, 0.8), rgba(23, 23, 23, 0.9));
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.secondaryMenu {
    height: 150px;
}

.headline {
    color: #FFF;
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1.1em;
    font-weight: bold;
}


.yellow.headline {
    font-size: 1.8em;
    font-weight: 700;
    color: #FFF
}

.leftBoard {
    max-width: 800px;
    position: relative;
}

.checkmarks {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 2em;
}

.checkmarks li {
    color: #fff;
    font-weight: 400;
    font-size: 21px;
    font-style: italic;
    letter-spacing: .5px;
    margin-bottom: 15px;
    position: relative;
}

ul.checkmarks li:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    transform: rotate(-15deg);
    color: #FFF;
    position: relative;
    left: 0;
    content: "\f00c";
}

.topBottle {
    position: relative;
    left: 20%;
    max-width: 350px;
}

nav {
    margin-bottom: 3rem;
    color: #FFF;

}



#logo {
    max-width: 250px;
    height: auto;
}

.links {
    display: flex;
    width: 600px;
    margin-left: auto;
    column-gap: 3em;
}

.links a {
    column-gap: 20px;
    font-weight: bold;
    text-decoration: none;
}

.btn-red {

    background-color: var(--color-yellow);
    color: #000;
    font-size: 1.3em;
    border-radius: 9999px;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: bold;
}



#logoC {}

.btn-order {
    background-color: var(--color-yellow);
    padding: 2px 15px;
    border-radius: 9999px;
    position: relative;
    top: -3px;
    color: #000;

}

.col-r {
    max-width: 20%;
}

.col-r .img-fluid {
    max-width: 50%;
}

.icontext {
    text-align: center;
    font-weight: bold;
    margin-top: 1em;
}

.row.iconList {
    padding-top: 3em;
    padding-bottom: 3em;
}

.header {
    max-width: 58rem;
    font-size: 2.2rem;
    line-height: 3.5rem;
    color: #000;
    font-weight: bold;
}

.testimonial {
    background-color: rgba(229, 234, 239, 1);
    padding: 1rem;
}

.name {
    font-size: 1.2rem;
    color: var(--color-blue);
    font-weight: bold;
}

.btn-order-now {

    border-radius: 0.25rem;
    padding: 0.5rem 1.5rem;
    text-align: center;
    font-weight: 700;
    margin: auto;
    display: block;
    text-transform: uppercase;
    background-color: var(--color-yellow);
    color: #000;
   
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -o-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    text-decoration: none;
    margin-top: 1em;
    max-width: 33%;
    font-size: 1.5rem;
    border: 1px solid #613d1d;

}

.btn-order-now:hover {
    color: #613d1d;
}

.blue {
    background-color: rgba(23, 23, 23, 0.95);
    padding: 2rem;
    border-radius: 5px;

}

hr {
    background-color: #FFF;
    height: 3px;
    margin-bottom: 0;
}

.maxaction {
    color: var(--color-yellow);
}

.headSm {
    color: var(--color-yellow);
    margin: auto;
}

.bg-black {
    background-color: #000;
}



.blockquote-wrapper {
    display: flex;
    padding: 0 20px;
}

/* Blockquote main style */
.blockquote {
    position: relative;
    max-width: 620px;
    margin: 40px auto;
    align-self: center;
}

/* Blockquote header */
.blockquote h1 {
    position: relative;
    /* for pseudos */
    color: var(--color-yellow);
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #fff;
    border: solid 2px;
    border-radius: 20px;
    padding: 25px;
}

/* Blockquote right double quotes */
.blockquote h1:after {
    content: "";
    position: absolute;
    border: 2px solid var(--color-yellow);
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -62px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3;
}

/*
.blockquote h1:before {
content:"";
position: absolute;
width: 80px;
border: 6px solid #292a2b;
bottom: -3px;
left: 50px;
z-index: 2;
}
*/

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote h1 {
        font-size: 1.2em;
        line-height: 1.2;
    }

}

/* Blockquote subheader */
.blockquote h4 {
    position: relative;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left: 150px;
    padding-left: 12px;
}


.blockquote h4:first-letter {
    margin-left: -12px;
}

.bg-drk {
    background: radial-gradient(circle, hsl(227.37deg 12.26% 30.39%), hsl(222.86deg 13.73% 20%));
}

.text-black {
    color: #000;
}

.step {
    background-color: rgba(23, 23, 23, 0.95);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    padding-top: 5px;
    padding-bottom: 5px;
}

.stepC {
    position: relative;
    margin-bottom: 1em;

}

.bg-blue {
    background-color: rgba(23, 23, 23, 0.95);
}

.bordered {
    border: var(--color-yellow) 5px solid;
    padding: 1rem;

}

.primary-color {
    color: var(--color-primary);
}

.ex {
    list-style: none;
    padding: 0px;
    font-size: 1.2rem;
    margin-top: 1em;
}

.ex li:before {
    content: '\2716';
    margin: 0 1em;
    /* any design */
    color: var(--color-primary);
}

.check {
    list-style: none;
    padding: 0px;
    font-size: 1.2rem;
    margin-top: 1em;

}

.check li:before {
    content: '\2713';
    margin: 0 1em;
    /* any design */
    color: green;

}

.ctitle {
    margin-left: 0.9em;
}

.ingredient {
    background-color: #6de61a1f;
    color: #000;
    padding: 0em;
    padding-right: 1em;
    font-size: 0.9rem;
    border-radius: 0px 5px 5px 0px;
}

.ingredientTitle {
    color: var(--color-blue);
    margin-top: 1rem;
}

.ingredientImage {
    border-radius: 0px 0px 30px 0px;
    height: 270px;
}

.ingredient {
    position: relative;
}

.smallBottle {
    position: absolute;
    bottom: 0;
    left: -25px;
    max-width: 50px;
}

.subhead {
    font-size: 1.3rem;
}

.cardBanner {
    background-color: rgba(23, 23, 23, 0.95);
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    padding: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mw100 {
    max-width: 100%;
    width: 100%;
}

.competitorTable tr td {
    background-color: #c6271a;
    opacity: 0.7;
    color: #FFF;
    font-size: 1.4rem;
    padding: 1rem;
    text-align: center;
    width: 20%;
    vertical-align: middle;
    color: white;
    text-align: center;
    min-width: 150px;



}




.competitorBoxes2 tr td {
    min-width: 150px;
}



.competitorTable tr td.check:after {
    content: '\2713';
    display: inline-block;


}

.competitorTable tr td.nocheck:after {
    content: '\2716';
    color: white;
    text-align: center;
    display: inline-block;

}


/*second col*/
.competitorTable tr td:nth-of-type(2):after {
    content: '\2713';
    color: #90EE90;
}



.competitorTable tr td:nth-of-type(2) {
    opacity: 1;
    font-size: 2rem;
}

.competitorBoxes2 tr td:nth-of-type(2) {
    background-color: #c6271a;

    border-radius: 5px 5px 0px 0px;
    height: 10px;
    padding: 0;
    border-color: #c6271a
}

.competitorTable tr:nth-of-type(1) td {
    padding-top: 80px;
}

.bottleSmTableImg {
    max-height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.bgBox {
    position: relative;
}

.marginFix {
    margin-top: calc(100px);
}

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite
}

.cardSlogan {
    font-size: 1em;
}

.cardProduct {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    max-height: 150px;
    display: block;
}

.pricing {
    padding: 1.5rem;
}

.price {
    font-size: 2.4rem;
    font-weight: bolder;
    text-align: center;
}

.mw100 {
    max-width: 100%;
}

.benefit {
    border: 2px solid #35b653 !important;
    text-align: center;
    margin-bottom: 1em;
    padding: 1em;
}

.big {
    font-size: 5rem;
    color: #35b653;
}

.benefit h5 {
    color: #35b653;
    margin-top: 0.5em;
}

.benefits .col-md-4 {
    margin-bottom: 1em;
}

.benefitPricing {
    font-weight: bold;
    font-size: 1.1em;
}

.benefitPricing del {
    color: var(--color-primary);
    font-weight: bold;
}

.benefitPricing span {
    display: block;
    font-size: 1.3em !;
    color: var(--color-blue);
}

.benefit {
    position: relative;
}

.centerB {

    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.twocol {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

ul.pointy {
    list-style-type: none;
    padding-left: 0;
    margin: auto;
    max-width: 600px;
    margin-top: 3em;
}

ul.pointy li {

    padding-left: 3rem;
    background-image: url('https://pornstarpumps.com/brand/product.png');
    background-position: 5px 5px;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    margin-bottom: 1rem;
    line-height: 2.1rem;
    font-size: 1em;
}

.disclaimer {
    text-align: center;
    background-color: #efefef;
    color: #000;
    border: 1px solid #000;
    padding: 1em;
}



@keyframes pulse {
    0% {
        transform: scale(.9);
        opacity: .9
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(.9);
        opacity: .9
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.95);
        opacity: .7
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.95);
        opacity: .7
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(.95);
        opacity: .7
    }

    50% {
        -moz-transform: scale(1);
        opacity: 1
    }

    100% {
        -moz-transform: scale(.95);
        opacity: .7
    }
}

.nav-link {
    color: #FFF;
    z-index: 99999;
}

nav {
    position: relative;
    width: 100%;
}

.navbar-nav {
    margin-left: auto;
}

.nav-item {
    align-self: center;
    font-weight: bold;
    margin: auto;
    margin-left: 1.5em;
}

.btn-order {
    text-decoration: none;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 3px;
}


@media (max-width: 991px) {



    .shipping,
    .pnumber {
        font-size: 0.7em;
        text-align: center;
    }

    .navbar {
        margin-bottom: 1em;
    }

    .topBottle {
        position: relative;
        left: 50%;
        transform: translateX(-45%);
        max-width: 200px !important;
        margin-top: 2em;
    }

    .headline {
        font-size: 1.7em;
    }

    .header {
        max-width: 100%;
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .col-r {
        max-width: 50%;
        margin-top: 1em;
    }

    p,
    p.regular {
        font-size: 1.1rem;
    }

    #logo {
        max-width: 150px;
    }

    .notes p {
        font-size: 0.7em;
    }

    .btn-order-now {
        max-width: 100%;

    }

    .twocol {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    h4.maxaction {
        margin-top: 1em;
    }

    .blockquote h1 {
        font-size: 1.1rem;
    }

    .bordered {
        padding: 1em;
    }

    .ex,
    .check,
    .icontext {
        font-size: 0.9rem;
    }

    .ingredientImage {
        display: block;
        margin: auto;
        border-radius: 0;

    }



    .ingredientText {
        padding: 1em;
        text-align: center;
    }

    .smallBottle {
        display: none;
    }

    .banner .btn-red {
        display: block;
    }

    .banner .btn-info {
        display: block;
    }

    .testimonial {
        margin-bottom: 1em;
    }

    .tc {
        margin-top: 1em;
    }

    .btn-order-now {
        padding: 0.5rem 0.5rem;
        max-width: 100%;
    }

    .banner .checkmarks li {
        font-size: 1rem;
    }

    ul.pointy {
        width: fit-content;
    }

    .card.shadow {
        margin-bottom: 1em;
    }

    .headline {
        font-size: 1.5em;
        line-height: 1.5em;
    }

}

@media (max-width: 800px) {
    .ingredient {
        padding-top: 2em;
    }
}

.hidden {
    display: none;
}

.red {
    color: var(--color-red) !important;
}

.h80{
    min-height: 500px;
}