
    body {
        color: #151b2f;
        font-family: "Campton", "Gotham", Arial, sans-serif;
        font-size: 1.8rem;
        font-weight: 300;
        font: 300 1.8rem "Campton", "Gotham", Arial, sans-serif;
        line-height: 2;
        background: #FFF;
        min-height: 100%;
        letter-spacing: 0.09rem;
    }

    .header-height {
        height: 65px;
    }

    .np6-wts-bg {
        background: url("../img/testosterone.png");
        background-repeat:no-repeat;
    }
.np6-wts-area{
    background-color:white;
}

    @media (min-width: 992px) and (max-width: 1250px) {
        .np6-wts-bg {
            height: 500px;
            margin: 0 0 50px;
        }
    }


    html {
        scroll-behavior: smooth;
    }

    .banner-img:before {
        display: none;
    }

    .banner-area {
        padding-top:30px;
        overflow: visible
    }

    .banner-img {
        background-image: none;
        width: 100%;
        padding-left: 0;
    }
.inner-banner-txt{
    padding:40px 0;
}
    .inner-banner-txt p {
        color: #fff;
    }

    @media only screen and (min-width: 992px) and (max-width: 10000px) {
        .megamenu-block.mega-active {
            top: 26px;
        }
    }

    .main-btn-sub {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b41f27+0,e92a36+100 */
        background: #D3A36F;
        /* Old browsers */
        background: -moz-linear-gradient(left, #D3A36F 0%, #D3A36F 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #D3A36F 0%, #D3A36F 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #D3A36F 0%, #D3A36F 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D3A36F', endColorstr='#D3A36F', GradientType=1);
        /* IE6-9 */
        border-radius: 0;
        font-size: 15px;
        padding: 17px 15px;
        max-width: 260px;
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 1;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 18px;
    }

    .main-btn-sub:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #D3A36F;
        /* Old browsers */
        background: -moz-linear-gradient(left, #E1B77E 0%, #D3A36F 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #E1B77E 0%, #D3A36F 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #E1B77E 0%, #D3A36F 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1B77E', endColorstr='#D3A36F', GradientType=1);
        /* IE6-9 */
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .np7-esa .getStarted-btn:hover,
    .main-btn-sub:hover {
        color: white;
        text-decoration: none;
    }

    .np7-esa .getStarted-btn:hover:before,
    .main-btn-sub:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .main-btn-sub i {
        font-size: 14px;
        margin-left: 5px;
    }

    .main-btn-sub:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #D3A36F;
        /* Old browsers */
        background: -moz-linear-gradient(left, #b31f24 0%, #EE2F39 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #b31f24 0%, #EE2F39 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #b31f24 0%, #EE2F39 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1B77E', endColorstr='#EE2F39', GradientType=1);
        /* IE6-9 */
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .np7-esa .getStarted-btn:hover,
    .main-btn-sub:hover {
        color: white;
        text-decoration: none;
    }

    .np7-esa .getStarted-btn:hover:before,
    .main-btn-sub:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    /* 6. FOOTER */
    /* ================================================ */
    .footer {
        /* position:fixed; */
        width: 100%;
        min-width: 32rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        bottom: 1px !important;
        background-color: #151b2f;
        color: #fff;
        /* z-index: -1; */

    }

    .footer a {
        color: inherit;
    }

    .footer-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 4.7rem 0;
        border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
    }

    .footer-logo img {
        width: 150px;
        height: auto;
    }

    .footer-middle {
        display: inline-flex;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*display: block;*/
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -1.5rem;
        padding: 3.8rem 0 2rem;
    }

    .footer-middle__column {
        width: 21%;
        display: inline-block;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-bottom: 3rem;
    }

    .footer-middle__column.last {
        text-align: right;
        width: 12%;
    }

    .footer-middle__column.last img {
        display: inline-block;
    }

    .footer-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 2rem 0;
    }

    .footer-bottom__column {
        color: rgba(255, 255, 255, 0.5);
        font-size: 1.4rem;
    }

    .footer-bottom__column a {
        color: rgba(255, 255, 255, 0.5);
    }

    .footer-bottom__column.copy {
        text-align: right;
    }

    .footer-title {
        margin-top: 1.3rem;
        margin-bottom: .5rem;
        font-size: 1.2rem;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.5);
        line-height: 1.5;
    }

    .social {
        line-height: 1.5;
        white-space: nowrap;
    }

    .social__link {
        color: inherit;
        margin-right: 4.4rem;
        font-size: 2.2rem;
        display: inline-block;
        vertical-align: middle;
    }

    .social__link:last-child {
        margin-right: 0;
    }

    .social__link .icon {
        display: block;
    }

    .social__link .icon-youtube {
        font-size: 2.5rem;
    }

    .social__link:hover .icon {
        color: #b4975a;
    }


    /* sleep*/
    .header-height {
        height: 0;
    }

    .banner-area {
        background: url("https://res.cloudinary.com/conversion-labs-inc/image/upload/v1624486364/sleep-banner-bg_hhobfn_ijqvjd.jpg")no-repeat;
        background-size: cover;
    }

    .banner-img {
        margin-top: 0;
    }

    .best-area-text {
        margin: 150px auto;
        text-align: center;
        padding: 0 20px;

    }

    .best-area-text h2 {
        font-size: 5rem;
    }

    .best-area-text p {
        padding: 30px 150px;
        line-height: 27px;
        font-size: 17px;
    }

    a.ISI {
        margin-left: 20px;
        vertical-align: sub;
        text-decoration: underline !Important;
        cursor: pointer;
    }

    .accordion__head {
        font-weight: 600;
    }

    .section.questions .accordion p {
        font-size: 17px;
    }

    .accordion__body ol li {
        list-style: disc;
    }

    .mainmenu .sub-menu-arrow:before {
        display: none;
    }

    .treatment-btn {
        display: inline;
        vertical-align: bottom;
    }

    .treatment-btn i {
        background-color: #fff;
        border-radius: 50%;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin-left: 10px;
        text-align: center;
        width: 30px;
        color: #ca473c;
    }

    .best-area-text p {
        margin-bottom: 0;
    }

    .best-area-text {
        margin: 60 auto;
    }

    .modal-dialog {
        max-width: 100%;
        margin: 8rem auto !Important;
    }

    @media screen and (min-width:900px) and (max-width:1400px) {

        .wrapper {
            width: 76rem;
        }

        .mainmenu {
            display: none;
        }

        .row {
            display: block;
        }

        .col-lg-6 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0;
            max-width: 100%;
        }

        .col-lg-8,
        .col-lg-5,
        .col-lg-7 {
            max-width: 100%;
        }

        .best-area-text p {
            padding: 30px 0px;
        }

        .np6-wts-area {
            padding: 50px;
        }

        .np6-wts-main-btn {
            text-align: center;
            margin-top: 90px;
        }

        .np6-wts-txt p {
            width: 62%;
        }

        .doctor-sec-main-btn {
            text-align: center;
        }

        .treatment-btn {
            margin: 0 !important;
        }


        .footer-middle__column {
            width: 33%;
        }

        .footer-middle__column.last {
            width: 27%;
        }

        .footer-bottom {
            display: block;
        }

        .footer-bottom__column.copy {
            text-align: center;
        }

        .best-area-text p {
            padding: 30px 0;
        }


        .doctor-sec-main-btn .treatment-btn {
            margin: 0;
        }

        .treatment-btn a {
            margin-top: 20px;
        }

    }

    @media screen and (max-width:890px) {

        .np6-wts-bg {
            background-size: contain;
        }

        .np6-wts-txt {
            margin: 600px 0 30px;
            text-align: center;
        }

        .footer-middle__column {
            width: 33%;
        }

        .footer-middle__column.last {
            width: 27%;
        }

        .footer-bottom {
            display: block;
        }

        .footer-bottom__column.copy {
            text-align: center;
        }

        .best-area-text p {
            padding: 30px 0;
        }

        .process-inner-area .slick-arrow {
            margin-top: 90px;
        }

    }

    @media screen and (max-width: 1450px) {
        /* preference */

        .preference .center {
            padding: 60px 0 55px 0;
            flex-direction: column;
            align-items: center;
        }

        .preference .warning {
            font-size: 15px;
            margin-top: 120px;
            padding: 70px 20px 25px;
        }

        .preference .warning:first-of-type {
            margin-top: 170px;
        }

        .preference .item {
            width: 100%;
        }

        .preference .item+.item {
            margin-top: 45px;
        }

        .preference p {
            margin-top: 10px;
        }
    }

    @media screen and (max-width:640px) {
        .np6-wts-area {
            padding: padding: 350px 0;
        }

        .best-area-text p {
            padding: 30px 0px;
        }

        .np6-wts-area .wrapper .row .col-12 {
            padding-top: 240px;
            padding-bottom: 100px;
        }

        /*        .process-inner-area .slick-prev, .process-inner-area .slick-next {padding-top:300px;}*/
        .treatment-btn a,
        .ftb-title ul li a {
            font-size: 12px;
            margin-top: 10px;
        }

        .drug-safety-modal .drug-modal-header button {
            width: 40px;
            height: 29px;
        }

        .banner-right-img {
            display: block;
        }

        .banner-area {
            background-position: center;
        }

    }

    b.fact,
    span.icon-txt,
    p.available-50 {
        color: #fff;
    }

    .best-area-text {
        margin: 80px auto 0;
    }

    .best-area-text p {
        padding-bottom: 0;
    }

    .treatment-btn {
        margin-left: 50px;
    }

    @media (min-width: 100px) and (max-width: 500px) {
        .inner-banner-txt h2 {
            line-height: 42px;
        }

        .new-inner-btn-area {
            margin-top: 20px;
        }

        .inner-banner-txt p {
            margin-bottom: 0;
        }

        .banner-list ul {
            margin: 5px 0 5px;
        }

        .banner-list ul li {
            font-size: 15px;
        }

        .new-inner-btn .main-btn {
            font-size: 13px;
            padding: 12px 12px;
            max-width: 180px;
        }

        .new-inner-btn-area {
            display: flex !important;
        }

        .new-inner-btn,
        .new-inner-banner-icon {
            display: inline-block;
            width: 45% !important;
        }

        .new-inner-banner-icon {
            margin-top: 0;
        }

        .new-inner-btn {
            margin: 0;
        }

        .inner-banner-txt {
            padding: 0;
        }

        .footer-middle {
            display: block;
        }

        .footer-middle__column {
            width: 100% !Important;
        }

        .footer-top,
        .footer-bottom {
            display: block;
        }

        .footer-bottom__column.copy {
            text-align: center;
        }

        #opt-out-soypd {
            display: none;
        }

        .np6-wts-area .np6-wts-bg {
            margin-top: 0;
        }

        .treatment-btn {
            margin-left: 0px;
        }

        .treatment-btn a {
            margin-top: 30px;
        }

        .np6-wts-txt {
            margin: 0;
        }

        .process-inner-area .slick-arrow {
            margin-top: 90px;
        }

        .modal-dialog {
            margin: 8rem auto;
        }


    }

    .modal-content .modal-footer {
        align-items: inherit !Important;
    }
