/*
Theme Name: Prenate 
Theme URI: http://prenate.com
Author: Avion Pharma
Author URI: http://www.avionrx.com
Description: This is created specifically for Avion Pharma
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prenate
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: lighter;
    line-height: 28px;
    color: #707070;
}

header {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FFF;
}

.blog-copy h3 {
    font-size: 24pt;
    color: #721A70;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 300;
}

b,
strong {
    font-weight: 600;
}

.regular-template {
    background: #FFF url(img/regular-page-bg.png) top right no-repeat;
}

.page-title {
    margin: 0;
    padding-bottom: 50px;
    color: #721a70;
}

.navbar-brand,
.navbar-nav>li>a {
    box-shadow: none;
    font-size: 12pt;
    color: #FFF;
}

.section {
    padding: 50px 0;
}

.page-banner {}

h1.article-subtitle {
    color: #20b28a;
    font-weight: 300;
    letter-spacing: 2px;
    margin-left: -18px !important;
}

h2.article-subtitle {
    color: #20b28a;
    font-weight: 300;
    letter-spacing: 2px;
}

.cta {
    text-transform: uppercase;
    border: 2px solid #711f6f;
    padding: 5px 20px;
    color: #711f6f;
}

.cta:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, .4);
    color: #20b28a;
}

.learn-more {
    color: #FFF;
}

.learn-more:hover {
    color: #721a70;
}

.start-saving {
    color: #721a70;
}

.mini-slide {
    color: #20b28a;
}

.blog-copy .size-full {
    display: block;
    height: 100%;
    width: 100%;
    float: none;
}

.quiz-now {
    color: #721a70;
    border-color: #721a70;
}

.tribox figure {
    padding: 25px 25px 25px;
}

.blog-sidebar .tribox,
.blog-sidebar .tribox figure {
    padding: 10px 0;
}

.tribox {
    padding: 50px 20px 50px 16px;
}

.ki-row {
    padding: 20px 0;
}

.ki-title {
    text-transform: uppercase;
    font-weight: 500;
    color: #09b194;
}

.ki-link {
    color: #FFF;
    background: #5d145b;
    padding: 5px 20px;
    margin-top: 5px;
    display: inline-block;
    text-decoration: none;
}

.ki-link:hover {
    color: #fff;
    text-decoration: none;
    background: #20b28a;
}

#main-content li,
#main-content li>li {
    list-style: none;
}

.list-unstyled li:before {
    content: none !important;
}
#main-content{
 background-size: cover;
}

#main-content li:before {
    /* For a round bullet */
    content: '\2022';
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -10px;
    top: -0px;
    color: #721a70;
    font-size: 20px;
}

#main-content li li:before {
    /* For a em dash */
    content: '-';
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -10px;
    top: -0px;
    color: #721a70;
    font-size: 20px;
}

.key-ingredients .tribox {
    padding: 10px 0 10px 30px;
}

.page-link {
    text-transform: uppercase;
    border: 1px solid #FFF;
    padding: 3px 50px;
    display: inline-block;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    margin-top: 29px;
}

.page-link:hover,
#mc-embedded-subscribe:hover {
    text-decoration: none;
    color: #20b28a !important;
    background: #FFF !important;
}

input#mc-embedded-subscribe {
    background: transparent !important;
    border: 1px solid #FFF !important;
    border-radius: 0 !important;
    display: block !important;
    text-transform: uppercase;
    margin: 0 auto !important;
    width: 200px !important;
}

#mc_embed_signup form {
    padding-bottom: 0 !important;
}

footer a:hover {
    color: #efac33 !important;
}

footer {
    padding: 0 0 25px 0;
    font-size: 10pt;
    line-height: 18px;
    background: #dcf1fb;
}

footer .footer-content {
    background: #721a70;
    padding: 25px 0;
    color: #FFF;
}

footer .footer-content .col-sm-12 .row {
    display: flex;
    flex-wrap: wrap;
    align-items: self-end;
}

footer .footer-content .col-sm-12 .row .col-sm-6 br:last-child {
    display: none;
}

footer .footer-content .col-sm-12 .row .col-sm-6 a {
    color: #fff;
}

.important-safety {
    background: #FFF;
    font-size: 10pt;
    line-height: 18px;
}

.box-me {
    border: 1px solid;
    padding: 10px;
}

.no-bumper {
    height: 150px;
}

.scrollable {
    border: 1px solid;
    padding: 14px 25px;
}

.scrollable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scrollable::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollable::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #000;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: #20b28a;
}

.current-menu-item>a,
.current-menu-ancestor>a {
    background: #20b28a !important;
}

.navbar-default,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.active>a {
    box-shadow: none;
}

.navbar-default {
    background: #E6E6E6;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-inverse {
    border-radius: 0;
}

.navbar {
    margin-bottom: 0;
    background: #721a70;
    border: none;
    border-radius: 0;
}

#main-content ol {
    padding: 13px;
}

#main-content ul ul {
    padding-left: 20px;
}

#main-content ul {
    padding-left: 8px;
}

.blog-main {
    background: #ebebeb;
}

.blog-section {
    background: #FFF;
}

.aligncenter {
    display: block;
    margin: auto;
}

article.excerpt {
    padding: 10px 15px;
}

.cta-sidebars {
    display: block;
    padding: 11px 15px;
    margin: 5px 0;
    color: #FFF;
}

.breastfeed {
    background: #3e9dd4;
}

.cta-sidebars:hover {
    text-decoration: none;
    color: #FFF;
}

.purp-bg {
    background: #721a70;
}

.purp {
    color: #721a70 !important;
}

.purp-bg:hover i {
    color: #9d6799 !important;
}

.green-bg {
    background: #20b28a;
}

.green-bg:hover i {
    color: #6dbaa9 !important;
}

.orange-bg {
    background: #ebac41;
}

.orange-bg:hover i {
    color: #dd9e33;
}

.breastfeed:hover i {
    color: #6dbaa9 !important;
}

#submit-follow {
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc;
    border-radius: 30px;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
}

#submit-follow:hover,
#submit-follow:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

#s {
    margin: auto;
    display: block;
    border-radius: 0;
}

.p-widget {
    margin-bottom: 10px;
    background: #dfd6de;
}

.side-blog-title a,
.blog-sidebar li>a {
    color: #721A70;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
}

.feedback {
    padding: 10px 0;
    color: #FFF;
    background: #721A70;
}

.feedback a {
    color: #FFF;
    text-decoration: none;
}

.feedback a:hover {
    text-decoration: none;
    color: #20B28A;
}

.buttons {
    padding: 5px 12px;
    margin-right: 25px;
    color: #FFF;
    font-size: 12pt;
    display: inline-block;
    width: 156px;
    background-size: 100% 100% !important;
    text-align: center;
    background: #721A70;
}

.buttons:hover,
.active {
    text-decoration: none;
    color: #FFF;
    background: #20B28A !important;
}

.products .buttons:hover {
    color: #FFF;
    background: #721A70 !important;
}

.prenate-mini .buttons,
.prenate-mini-dha-benefits .buttons,
.prenate-mini-nutritional-info .buttons {
    background: #CE9900;
    /* background: #FFF url(img/mini-btn-bg.png) top left;  */
}

.prenate-pixie .buttons,
.prenate-pixie-dha-benefits .buttons,
.prenate-pixie-nutritional-info .buttons {
    background: #E04727;
    /* background: #FFF url(img/pixie-btn-bg.png) top left;  */
}

.prenate-enhance .buttons,
.prenate-enhance-dha-benefits .buttons,
.prenate-enhance-nutritional-info .buttons {
    background: #9380bb;
    /* background: #FFF url(img/enhanced-btn-bg.png) top left;  */
}

.prenate-restore .buttons,
.prenate-restore-dha-benefits .buttons,
.prenate-restore-nutritional-info .buttons {
    background: #3E9dd4;
    /* background: #FFF url(img/restore-btn-bg.png) top left;  */
}

.prenate-chewable .buttons,
.prenate-chewable-dha-benefits .buttons,
.prenate-chewable-nutritional-info .buttons {
    background: #d70b8d;
    /* background: #FFF url(img/chewable-btn-bg.png) top left;  */
}

.prenate-am .buttons,
.prenate-am-dha-benefits .buttons,
.prenate-am-nutritional-info .buttons {
    background: #00b194;
    /* background: #FFF url(img/am-btn-bg.png) top left;  */
}

.prenate-dha .buttons,
.prenate-elite .buttons,
.prenate-essential .buttons,
.prenate-dha-dha-benefits .buttons,
.prenate-elite-dha-benfits .buttons,
.prenate-essential-dha-benefits .buttons,
.prenate-dha-nutritional-info .buttons,
.prenate-elite-nutritional-info .buttons,
.prenate-essential-nutritional-info .buttons,
.prenate-dha .buttons {
    background: #20b28a;
    /* background: #FFF url(img/am-btn-bg.png) top left;  */
}

.prenate-star .buttons,
.prenate-star-dha-benefits .buttons,
.prenate-star-nutritional-info .buttons {
    background: #0f75bb;
    /* background: #FFF url(img/star-btn-bg.png) top left;  */
}


/* .prenate-mini .buttons:hover{
 background: #FFF url(img/mini-btn-bg-hover.png) top left;    
} */

.chartcomp .table-bordered {
    border: none;
}

.chartcomp .table-bordered>thead>tr>td,
.chartcomp .table-bordered>tbody>tr>td {
    border: 1px solid #fff;
}

.chartcomp table tr {
    color: #721A70;
}

.bg-violet-head {
    background: #721A70;
    color: #FFF;
    text-align: center;
}

.bg-green-head {
    background: #20B28A;
    color: #FFF;
}

.bg-white {
    background: #FFF;
    border-color: #FFF !important;
}

.bg-yellow-head {
    background: #efac1f;
    color: #FFF;
}

.bg-lyellow {
    background: #FBF4D0;
}

.bg-orange {
    background: #F9D5C3;
}

.bg-purple {
    background: #E4DFEF;
}

.bg-blue {
    background: #D7E6F6;
}

.bg-pink {
    background: #F6D4E5;
}

.bg-green {
    background: #D2EBE4;
}

.bg-violet {
    background: #b9c9e7;
}

.bg-gray {
    background: #bcbdc0;
    color: #FFF;
}

thead tr {
    background: #20b28a;
    color: #FFF;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background: #f2fbf8;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background: #def4ee;
}

table.table.table-striped {
    margin-bottom: 0;
    border: 1px solid #20B28A;
}

.connect {
    /* background: url(img/connect-bg.jpg) no-repeat top center; */
    background-color: #721A70;
    background-size: 100% 100%;
    padding: 5px 0 60px;
}

.side-blog-title a:hover,
.blog-sidebar li>a:hover {
    color: #20B28A;
}

.side-blog-title {
    line-height: normal;
}

.blog-sidebar li {
    text-align: center;
}

#s {
    background: #FFF url(img/search.png) no-repeat 95% center;
}

#s::-webkit-input-placeholder {
    color: #721A70;
    font-weight: bold;
}

#s:-moz-placeholder {
    /* Firefox 18- */
    color: #721A70;
    font-weight: bold;
}

#s::-moz-placeholder {
    /* Firefox 19+ */
    color: #721A70;
    font-weight: bold;
}

#s:-ms-input-placeholder {
    color: #721A70;
    font-weight: bold;
}

.alignleft {
    float: left;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.alignright {
    float: right;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-widget h3 {
    background: #721a70;
    color: #FFF;
    text-align: center;
    padding: 5px 10px;
}

.p-widget article {
    padding: 5px 15px;
}

.blog-sidebar {
    /*margin-top: 30px; */
    padding-left: 30px;
}

.blog-list-title {
    font-size: 1.5em;
    color: #9C6AAA;
    margin: 0;
    line-height: normal;
}

.blog-list-title:hover {
    text-decoration: none;
    color: #20B28A;
}

.blog-list-date {
    font-size: 10pt;
    color: #20b28a;
    text-transform: uppercase;
    display: none;
}

.blog-section {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    margin-bottom: 20px;
    padding: 20px 0;
}

.blog-lists .blog-section:last-child {
    border-bottom: none;
}

.blog-lists .blog-section:first-child {
    /*margin-top: 30px;*/
}

.read-more {
    font-size: 12pt;
    color: #721A70;
    font-weight: bold;
}

.read-more:hover {
    text-decoration: none;
    color: #20B28A;
}

span.blog-list-author {
    font-size: 11pt;
    text-transform: capitalize;
    color: #F2AF2D;
}

blockquote {
    padding: 10px 10px 10px 65px;
    margin: 0;
    font-size: 17.5px;
    border-left: none;
    font-style: italic;
    color: #721A70;
    background: #FFF url(img/quote.png) no-repeat 0 10px;
}

span.author {
    text-transform: uppercase;
    font-size: 10pt;
    margin-bottom: 20px;
    display: block;
    font-weight: 500;
}

#menu-footer .current-menu-item>a,
#menu-footer .current-menu-ancestor>a {
    background: transparent !important;
}

.blog-title h3 {
    background: #9c6aaa;
    color: #FFF;
    padding: 15px 12px;
    border-radius: 13px 13px 0 0;
    font-weight: bold;
    font-family: serif;
}

.blog-date {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11pt;
    color: #20b28a;
    display: none;
}

.blog-title {
    color: #20B28A;
}

.fa-stack:hover>.fa-circle {
    color: #721a70;
    padding: 0 1px 0 0;
}

.fa-stack-1x,
.fa-stack-2x {
    top: 0;
}

.fa-circle {
    color: #20b28a;
}

.purp-circle .fa-circle {
    color: #721a70;
}

.purp-circle .fa-stack:hover>.fa-circle {
    color: #20b28a;
}

.icon-bar {
    background: #20B28A;
}


/*hover down*/

.dropdown:hover .dropdown-menu {
    display: block;
}

.footer-small-note {
    font-size: 10pt;
    line-height: 18px;
    margin-top: 30px;
}

.blog-copy {
    margin-bottom: 50px;
    background: #FFF;
}

#menu-footer {
    list-style: none;
    padding: 0 !important;
    margin: 0 0 10px 0;
}

#menu-footer li {
    display: inline-block;
    border-right: 1px solid #efac33;
    padding-right: 10px;
}

#menu-footer li:last-child {
    border-right: none;
}

#menu-footer li>a {
    color: #FFF;
    text-decoration: none;
    padding-left: 5px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background: #20B28A;
    color: #FFF;
}

.dropdown-menu>li>a {
    color: #721A70;
}

.dropdown-menu {
    width: auto;
    border-radius: 0;
    text-align: center;
    border: none;
    background: #ebebeb;
    box-shadow: none;
}

.wheel {
    position: relative;
}

.item-block {
    position: absolute;
    width: 200px;
}

#restore {
    top: 64%;
    left: 42%;
}

#enhance {
    top: 50%;
    left: 60%;
}


/*#star {
       top: 35%;
    left: 18%;
}*/

#mini {
    top: 27%;
    left: 54%;
}

#am {
    top: 41%;
    left: 21%;
}

#chew {
    top: 50%;
    left: 21%;
}

#pixie {
    top: 27%;
    left: 28%;
}

.prod-text {
    display: none;
    padding-bottom: 40px;
    padding-top: 20px;
    color: #721A70;
}

.prod-text a {
    color: #721A70;
    font-weight: bold;
}

h3.savings {
    color: #731472;
}


/***** Home Page New Banner Slider *****/

.banner_slider {
    position: relative;
    overflow: hidden;
}

.banner_slider .slick-slide img {
    width: 100%;
}

.banner_slider .slick-next::before,
.banner_slider .slick-prev::before {
    content: none !important;
}

.banner_slider .slick-next,
.banner_slider .slick-prev {
    left: 30px;
    display: block;
    height: 40px;
    z-index: 99;
    border-radius: 50px;
    width: 40px;
    background: #711f6e url(img/prev.png) no-repeat center center;
}

.banner_slider .slick-next {
    left: auto;
    right: 30px;
    background: #711f6e url(img/next.png) no-repeat center center;
}


/* .banner_slider:before {
    position: absolute;
    content: "";
    left: auto;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(113, 31, 110, 0.58);
    z-index: 9;
    display: block;
} */

.banner_content {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    transform: translate(0px, -50%);
    color: #fff;
}

.banner_container {
    margin: 0px auto;
    width: 100%;
    max-width: 1170px;
    text-align: center;
}

.banner_content .banner_container h1 {
    font-size: 45px;
    margin: 0px;
}

.banner_content .banner_container h4 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.banner_content .banner_container a {
    background: #eaa932;
    display: inline-block;
    padding: 15px 25px;
    color: #711f6f;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.banner_content .banner_container a:hover {
    color: #fff;
}

.inner_caption {
    position: relative;
}


/* close */


/***** Landing Page - Pregnancy *****/

#landing-banner {
    display: block;
    height: 430px;
}


/***** Direct Order *****/

.dobox {
    background: #f2eaf2;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 50px;
}

.dobox .circle {
    border-radius: 50%;
    background: #721a70;
    width: 51px;
    height: 51px;
    color: #fff;
    margin: -45px auto 0;
    padding: 10px 0;
    font-weight: bold;
}

.dobox .title {
    border-radius: 50%;
    color: #721a70;
    font-weight: bold;
}

.doimg {
    height: 80px;
    float: left;
}

.gogomeds {
    width: 295px;
    height: 166px;
    margin: 68px auto;
    text-align: center;
    border: 1px solid #d8d8d8;
    padding: 10px 0;
}

.gogomeds-logo {
    margin: 10px auto 20px;
    display: block;
}

.gogomeds-button {
    background: #721a70;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 10px 20px;
    font-weight: bold;
}

.gogomeds-button:hover {
    background: #fff;
    color: #721a70;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 10px 20px;
    font-weight: bold;
    border: 1px solid #721a70;
}

#logo-white {
    display: none;
    height: 60px;
}



.custom_prenate{
    padding-top: 30px;
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
}
.custom_prenate .row{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.custom_prenate .left-box{
    width: 33.33%;
    padding-right: 25px;
}
.custom_prenate .right-box{
    width: 66.33%;
    padding-left: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.custom_prenate .btn-wraper .btn {
    display: block;
    width: 100%;
    background-color: #2cb18b;
    color: #fff;
    padding: 19px;
    font-size: 22px;
    font-weight: 300;
    line-height: 27px;
    cursor: auto;
}
.custom_prenate .btn-wraper{
    width: 100%;
    margin-bottom: 18px;
}
.custom_prenate .col{
    text-align: center;
    margin-bottom: 40px;
}
.custom_prenate .col img{
    display: block;
    margin: 0px auto 19px auto;
}
.custom_prenate .col span{
    display: block;
}
.custom_prenate .col .text{
    padding: 24px;
}
.custom_prenate .col p,
.custom_prenate .col span,
.custom_prenate .col .text a{
    color: #711f6f;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    line-height: normal;
}
.custom_prenate .col p{
    margin-bottom: 10px;
}
.custom_prenate .col span,
.custom_prenate .col .text a{
    font-weight: 700;
    transition: all 0.4s ease;
}
.custom_prenate .col .text .button a:nth-last-child(1){
    margin-top: 3px;
}
.custom_prenate .col .text .button{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.custom_prenate .col .text .button a:hover{
    color: #2cb18b;
}
.custom_prenate .right-box .col{
    width: calc(50% - 10px);
}
.custom_prenate .left-box .col:nth-child(1) .text{
    background-color: #f8d8c7;
}
.custom_prenate .left-box .col:nth-child(2) .text{
    background-color: #d9e6f5;
}
.custom_prenate .right-box .col:nth-last-child(3) .text{
    background-color: #fcf1d1;
}
.custom_prenate .right-box .col:nth-last-child(2) .text{
    background-color: #e5e1f0;
}
.custom_prenate .right-box .col:nth-last-child(1) .text{
    background-color: #f4d6e7;
}

.order_Wrap {
    background: #d9c9da;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    margin-top: 50px;
}
.order_Wrap .g-logo{
    width: auto;
    display: inline-block;
}
.order_Wrap .g-logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 250px;
}
.order_Wrap .buttons.purple {
    font-size: 24px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding: 18px 30px;
    background-size: unset !important;
    line-height: 1.5;
    width: auto;
    margin-left: 25px;
    margin-right: 0;
    transition: all 0.5s ease;
}

@media (max-width:1199px) {
    .order_Wrap .g-logo img{
        max-width: 200px;
    }  
    .order_Wrap .buttons.purple {
        font-size: 22px;
        padding: 15px 25px;
    }
}
@media(max-width:992px){
    .custom_prenate .right-box{
        width: 100%;
        padding: 0px;
    }
    .custom_prenate .row{
        margin: 0 !important;
    }
    .custom_prenate .left-box{
        width: 100%;
        padding: 0px;
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
    }
    .custom_prenate .left-box .col{
        width: calc(50% - 10px);
    }
    .custom_prenate .col{
        margin-bottom: 30px;
    }
    
    .order_Wrap {
        padding: 30px;
        margin-top: 30px;
    }
    .order_Wrap .g-logo img{
        max-width: 140px;
    }  
    .order_Wrap .buttons.purple {
        font-size: 20px;
        padding: 15px 20px;
    }
}
@media (max-width:767px) {
    .key-ingredients .tribox {
        padding: 10px 0 10px 0px;
    }
}
@media(max-width:576px){
    .custom_prenate .col{
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    .custom_prenate .btn-wraper .btn {
        padding: 12px;
        font-size: 18px;
    }
    .custom_prenate .col p, .custom_prenate .col span, .custom_prenate .col .text a{
        font-size: 16px;
    }
    .order_Wrap {
        flex-direction: column;
        justify-content: center;
        padding: 20px;
        margin-top: 20px;

    }
     
    .order_Wrap .buttons.purple {
        margin: 0;
    }
}



/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width:320px) {
    .landing-header {
        padding-bottom: 100px;
    }
    .landing-sidebar {
        top: 0px;
    }
    .top-social-icons {
        text-align: center;
        display: none;
    }
    #logo-white {
        display: block;
    }
    header {
        padding: 0;
    }
    .navbar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    img#logo {
        margin: 0 auto 10px;
        display: none;
    }
    .quiz-template {
        background: none;
    }
    .questions {
        background: none;
    }
    .question-desc {
        padding-top: 0;
    }
    button.q {
        width: 100%;
    }
    .padL30 {
        padding-left: 0;
    }
    #list-border-green {
        border-right: none;
    }
}

@media only screen and (max-width:414px) {
    .navbar-toggle .icon-bar {
        display: block;
        width: 25px;
        height: 4px;
        border-radius: 1px;
    }
    .page-id-12 h1 span br {
        display: none !important;
    }
    .social-media {
        text-align: center;
        float: none !important;
        width: 180px;
        margin: 0 auto;
        display: none;
    }
    .grecaptcha-badge {
        display: none !important;
    }
    #am {
        display: none;
    }
    /* .cta {font-size:22px !important;} */
    .doimg,
    .doimg figure {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        float: none !important;
    }
    .page-template-prenate-products #banner {
        height: 102px !important;
        width: 100% !important;
        position: relative;
    }
    .page-template-prenate-products #banner .container {
        height: 102px !important;
        width: 100% !important;
        position: relative !important;
    }
    .page-template-prenate-products #banner .container div {
        position: absolute !important;
        bottom: 0 !important;
    }
    #banner {
        height: 102px !important;
        width: 100% !important;
    }
    /*#banner > img, .page-id-89 #banner > img {height:71px !important;}*/
    #landing-banner {
        height: 200px !important;
        width: 100% !important;
    }
    .navbar-brand,
    .navbar-nav>li>a,
    .navbar-nav>li>ul>li>a {
        font-size: 22px !important
    }
    h2.whichisright {
        font-size: 13pt !important;
        line-height: 28px !important
    }
    h1.article-subtitle {
        font-size: 16pt !important;
        line-height: 28px !important
    }
    .nav li .caret {
        display: inline-block;
        position: absolute;
        top: 8px;
        right: 5px;
        width: 20px;
        height: 20px;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 0;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        background-image: url(https://prenate.com/wp-content/uploads/2020/09/caret.html);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-appearance: none;
        z-index: 500;
    }
    .blog-sidebar {
        margin-top: 70px !important;
    }
    .dropdown-menu,
    .dropdown-menu ul {
        clear: both !important;
        width: 100% !important;
        position: relative !important;
        border-radius: 0 !important;
        float: none !important;
        padding: 0 !important;
    }
    .fa.pull-right {
        display: none !important;
    }
    .home #main-content {
        position: relative;
        top: 290px !important;
    }
    .section {
        padding: 30px 0 0;
    }
    h3.savings {
        display: block !important;
    }
    img.savings.alignleft {
        float: none !important;
        margin: 0 auto;
    }
}

@media only screen and (max-width:1024px) {
    .wp-image-2253 {
        width: 100% !important;
        height: auto !important;
    }
    #banner {
        background-size: cover !important;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (min-width:480px) {
    .top-social-icons {
        text-align: center;
    }
    img#logo {
        margin: 0 auto 10px;
    }
    .quiz-template {
        background: none;
    }
    .questions {
        background: none;
    }
    .question-desc {
        padding-top: 0;
    }
    button.q {
        width: 100%;
    }
    .padL30 {
        padding-left: 0;
    }
    #list-border-green {
        border-right: none;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width:768px) {
    .top-social-icons {
        display: block;
    }
    #logo-white {
        display: none;
    }
    .landing-header {
        padding-bottom: 300px;
    }
    .top-social-icons {
        padding-top: 43px;
        text-align: right;
    }
    .navbar {
        border-radius: none;
    }
    img#logo {
        margin: inherit;
        display: block;
    }
    .questions {
        background: url(img/quiz-question-bg.jpg) no-repeat bottom center;
    }
    .quiz-template {
        background: url(img/quiz-img.jpg) no-repeat bottom center;
    }
    .question-desc {
        padding-top: 0;
    }
    button.q {
        width: 60%;
    }
    .quiz-results {
        padding-bottom: 0px;
    }
    .padL30 {
        padding-left: 30px;
    }
    #list-border-green {
        border-right: 1px solid #20B28A;
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width:992px) {
    .landing-header {
        padding-bottom: 300px;
    }
    .top-social-icons {
        padding-top: 43px;
        text-align: right;
    }
    .nav>li>a {
        padding: 10px 28px;
    }
    .navbar {
        border-radius: none;
    }
    img#logo {
        margin: inherit;
    }
    .questions {
        background: url(img/quiz-question-bg.jpg) no-repeat bottom center;
    }
    .quiz-template {
        background: url(img/quiz-img.jpg) no-repeat bottom center;
    }
    .question-desc {
        padding-top: 65px;
    }
    button.q {
        width: 60%;
    }
    .quiz-results {
        padding-bottom: 0px;
    }
    .padL30 {
        padding-left: 30px;
    }
    #list-border-green {
        border-right: 1px solid #20B28A;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width:1200px) {
    .landing-sidebar {
        top: -210px;
    }
    .landing-header {
        padding-bottom: 450px;
    }
    .top-social-icons {
        padding-top: 43px;
        text-align: right;
    }
    .nav>li>a {
        padding: 10px 26px;
    }
    .navbar {
        border-radius: none;
    }
    img#logo {
        margin: inherit;
    }
    .questions {
        background: url(img/quiz-question-bg.jpg) no-repeat bottom center;
    }
    .quiz-template {
        background: url(img/quiz-img.jpg) no-repeat bottom center;
    }
    .question-desc {
        padding-top: 65px;
    }
    button.q {
        width: 60%;
    }
    .quiz-results {
        padding-bottom: 0px;
    }
    .padL30 {
        padding-left: 30px;
    }
    #list-border-green {
        border-right: 1px solid #20B28A;
    }
}

@media only screen and (min-width:2400px) {
    .quiz-template {
        background-size: 100% 100% !important;
    }
    .quiz-template {
        background: url(img/quiz-img.jpg) no-repeat bottom center;
    }
    .padL30 {
        padding-left: 30px;
    }
    #list-border-green {
        border-right: 1px solid #20B28A;
    }
}

.fa-stack-2x {
    font-size: 2.2em !important;
}

.fa-stack-1x {
    padding-top: 3px;
}

#sign-up {
    padding: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
}

#sign-up-toggle:focus,
#sign-up-toggle:hover {
    text-decoration: none;
    color: #FFF;
}

.prenate-mini .buttons:hover {
    background: #20b28a !important;
}

.wpcf7-submit {
    border: 1px solid transparent !important;
    box-shadow: none;
    border-radius: 0 !important;
}

.results {
    border-bottom: 1px solid #20B28A;
    margin-bottom: 20px;
}

.results:last-child {
    border-bottom: none;
    margin-bottom: 50px;
}

.green {
    background: #20B28A;
}

.green:hover {
    background: #721A70 !important;
}

.quiz-template {
    color: #721a70;
    /*background: url(img/quiz-img.jpg) no-repeat bottom center;*/
}

.num-circle {
    display: inline-block;
    background: #721a70;
    padding: 8px 15px;
    border-radius: 50px;
    color: #FFF;
}

.questions {
    color: #20B28A;
}

button.q {
    display: block;
    margin: 5px auto;
    font-weight: 600;
    background: #FFF;
    border: 1px solid #721a70;
}

button.q:hover {
    background: #721a70;
    color: #FFF;
}

.quiz-results h1 {
    font-weight: 600;
    margin-top: 0;
    font-size: 37pt;
}

.quiz-results h5 {
    font-size: 19pt;
    color: #721a70;
}


/* a.download-link {
    position: absolute;
    bottom: 20px;
    left: 50px;
    color: #FFF;
    border: 1px solid #FFF;
    padding: 1px 8px;
    text-transform: uppercase;
} */

a.download-link:hover {
    background: #20b28a;
}

.sharer {
    display: inline-block;
    background: #721a70;
    padding: 3px 20px;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 30px;
}

.et_social_share {
    color: #FFF;
    padding: 0 5px;
}

.et_social_share:hover {
    color: #20b28a;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-next:before {
    content: '→';
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: blue;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: '←';
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: blue;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -10px;
}

.slick-next {
    right: -10px;
}

.radio-inline,
.checkbox-inline {
    line-height: 1.2em;
}

@media print {
    .no-print {
        display: none;
    }
}

.social-media {
    text-align: center;
    float: right;
}

.icon {
    position: relative;
    text-align: center;
    width: 0px;
    height: 0px;
    padding: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    -khtml-border-radius: 20px 20px 20px 20px;
    color: #FFFFFF;
}

.icon i {
    font-size: 20px;
    position: absolute;
    left: 9px;
    top: 10px;
    color: #fff;
}

.icon.social {
    float: left;
    margin: 0 5px 0 0;
    cursor: pointer;
    background: #20b28a;
    color: #262626;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.icon.social:hover {
    background: #20b28a;
    color: #6d6e71;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.icon.social.fb i {
    left: 15px;
    top: 10px;
}

.icon.social.tw i {
    left: 14px;
}

.icon.social.in i {
    left: 9px;
}

.icon.social.ig i {
    left: 12px;
}

.landing-header {
    background: url(https://prenate.com/wp-content/uploads/2018/03/prenate-landing-header.html);
    background-size: cover;
}

.prenate-list li {
    padding-left: 30px !important;
}

.prenate-list li:before {
    content: url('https://prenate.com/wp-content/uploads/2018/03/prenate-arrow.html') !important;
    padding: 5px;
    left: -45px !important;
}


/*FORM*/

.pregnancy-planning-form {
    background-color: #e1cfe1;
    padding-top: 25px;
    padding-bottom: 50px;
}

.pregnancy-planning-form .mc-field-group input {
    border-radius: 6px;
    margin: 10px 0px;
    width: 85%;
    border: none;
    text-align: left;
    padding: 5px 10px;
    font-size: 14px;
}

.pregnancy-planning-form input[type="radio"],
.pregnancy-planning-form input[type="checkbox"] {
    width: auto !important;
    margin: 5px 5px 5px 0;
}

.pregnancy-planning-form input[type="submit"] {
    background-color: #21b28b;
    border: none;
    color: #fff;
    padding: 5px 25px;
    width: 100%;
}

.send-label {
    font-size: 14px;
    color: #721a70;
}

.required-text {
    font-weight: 700;
    font-size: 14px;
    font-style: italic;
    color: #721a70;
}


/**/

.img-product {
    margin-bottom: 3rem;
}

.mobile-only-isi {
    background-color: #dcf1fb;
    color: #FFF;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 100vw;
}

.mobile-only-isi .toggler {
    padding: 1rem;
    background-color: #1DB28A;
    color: #FFF;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.mobile-only-isi .toggler:active,
.mobile-only-isi .toggler:focus,
.mobile-only-isi .toggler:hover {
    color: #FFF !important;
}

.toggler .arrow {}

.toggler .arrow::after {
    display: block;
    content: "\2227";
    font-size: 2.1rem;
    font-weight: bold;
    color: #721a70;
}

.toggler.--open .arrow::after {
    content: "\2228";
}

.mobile-isi {
    max-height: 0;
    padding: 0;
    border: 0;
    padding-left: 10px;
    padding-right: 10px;
    transition: max-height .5s ease-in-out;
}

.mobile-isi.--open {
    max-height: 50vh;
    color: #721a70;
}

.cta-new {
    display: block;
    margin-bottom: 1rem;
    padding: .75rem;
    margin: 2rem;
    color: #FFF;
    text-align: center;
}

.benifits-box {
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.fix-width-height {
    max-width: 515px;
    width: 100%;
    max-height: 137px;
    margin-bottom: 1rem;
}

.important-section {
    padding: 55px 0 70px;
    position: relative;
}

.important-section:after {
    content: "";
    top: -13px;
    right: 12%;
    position: absolute;
    height: 214px;
    width: 630px;
    background-image: url(img/bkgrd.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.important-section h2 {
    margin-bottom: 65px;
    color: #721a70;
    font-weight: 400;
}

.important-section p,
.important-section li {
    font-weight: 400;
}

.important-section h3 {
    color: #721a70;
    font-weight: 400;
}

.important-section .photo-term {
    padding-bottom: 90px;
}

@media(max-width: 1500px) {
    .important-section:after {
        height: 164px;
        width: 480px;
    }
    .important-section .photo-term {
        padding-bottom: 50px;
    }
}

@media (max-width: 1440px) {
    .important-section h2 {
        margin-bottom: 40px;
    }
    .important-section .photo-term {
        padding-bottom: 10px;
    }
}

@media (max-width: 1080px) {
    .important-section:after {
        height: 134px;
        width: 370px;
    }
}

@media (max-width: 1080px) {
    .important-section {
        padding: 40px 0 40px;
    }
    .important-section:after {
        height: 104px;
        width: 280px;
    }
    .important-section .photo-term {
        padding-bottom: 0px;
    }
    .important-section h2 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 414px) {
    .home #main-content {
        position: unset !important;
    }
    /* h1.article-subtitle {
        margin-top: 330px;
    } */
}


/* @media only screen and (max-width: 360px) {
    h1.article-subtitle {
        margin-top: 255px;
    }
} */

#menu-footer li>a {
    padding-left: 0;
}

footer {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 0;
    position: relative;
}

footer #isi-info {
    overflow-x: auto;
    padding: 20px 0px 30px 0px;
    transition: 0.6s ease;
    box-sizing: border-box;
    width: 100%;
    height: 131px;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.4);
}

footer .container.no-print {
    padding: 40px 0px;
}

footer #isi-info .container.no-print {
    padding: 0;
}

footer #isi-info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #a1d3eb;
    background-color: #a1d3eb;
}

footer #isi-info::-webkit-scrollbar {
    width: 6px;
    background-color: #215e7b;
}

footer #isi-info::-webkit-scrollbar-thumb {
    background-color: #064b6c;
}

footer #isi-info .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer #isi-info .more_less a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #20b28a;
    background: rgb(255, 255, 255);
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: bold;
    border: 1px solid #20b28a;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
}

footer #isi-info .more_less a::after {
    content: "";
    display: block;
    background-color: #721a70;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    transition: all 0.5s ease;
    z-index: -1;
}

footer #isi-info .more_less a:hover {
    color: #fff;
    border-color: #dcf1fb;
}

footer #isi-info .more_less a:hover::after {
    width: 100%;
}

footer #isi-info .more_less a i {
    display: inline-block;
    margin-left: 4px;
}

footer #isi-info .more_less .less {
    display: none;
}

footer #isi-info .more_less.more .less {
    display: block;
}

footer #isi-info .more_less.more .more {
    display: none;
}

footer .show-more {
    height: 320px !important;
}

#isi-info .title h4 {
    color: #701e6e;
    margin: 0;
}

#isi-info .title {
    position: relative;
    margin-bottom: 10px;
}

@media only screen and (max-width:880px) {
    .banner_content .banner_container h1 {
        font-size: 40px;
        margin: 0px;
    }
    .banner_container {
        max-width: 90%;
    }
}

@media only screen and (max-width: 768px) {
    .banner_content .banner_container h1 {
        font-size: 38px;
    }
    .banner_container {
        max-width: 90%;
    }
}

@media only screen and (max-width: 574px) {
    .banner_slider img {
        height: 236px;
        object-fit: cover;
    }
    .banner_content .banner_container h1 {
        font-size: 28px;
    }
    .banner_content .banner_container a {
        font-size: 12px;
        padding: 5px 15px;
    }
    .banner_content .banner_container h4 {
        font-size: 14px;
    }
    .banner_slider .slick-next,
    .banner_slider .slick-prev {
        width: 32px;
        height: 32px;
        left: 10px;
        top: 150px;
    }
    .banner_slider .slick-next {
        right: 10px;
        left: auto;
    }
}

button.frmsubmit1,
button.frmsubmit2,
button.frmsubmit3,
button.frmsubmit4,
button.frmsubmit5,
button.frmsubmit6 {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
}

a.result-learn-more.no-print:active {
    color: white;
}
.result-learn-more {
    line-height: 32px;
}
h4.isiscrollldown {
    font-size: 16px;
    font-weight: bold;
}

#wrapper .sharer {
    width: 165px;
    height: 32.5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

@media(max-width:992px){
    #wrapper .sharer{
        margin-top:10px
    }
}


.quiz-template.questions{
    padding-bottom: 0;
}

.quizdisclaimerresult{
    color: gray !important;
    margin-bottom: -40px;
    margin-top: 30px;
    padding: 0 15px;
}

.quizdiscalimereditor{
    float: inherit;
    color: #fff;
    font-size: 13px;
}
.quizdisclaimer,
.quizdiscalimereditor,
.quizdisclaimerresult{
    margin-left: -15px;
    margin-right: -15px;
}
@media (max-width: 767px){
    .quizdiscalimereditor{
        color: #721a70;
    }
}
@media (max-width: 414px){
    .quizdisclaimerresult{
        margin-bottom: 10px;
    }
}


/* tr css */
.order_Wrap .buttons.purple {
    font-size: 20px;
    padding: 12px 22px;
}
.order_Wrap {
    padding: 28px 100px;
}
@media(max-width: 1200px){
    .order_Wrap {
        padding: 28px 47px;
    }
}


/* saving section css in sidebar */
.savingBox {
    text-align: center;
    padding: 22px 0;
}
.savingBox:last-of-type{
    padding-bottom: 40px;
}
.savingBox h4 {
    color: #721A70;
    font-size: 12.4pt;
    line-height: 1.5em;
    font-weight: bold;
    margin: 15px 0;
}
.savingBox .btn{
    background: #eaa932;
    display: inline-block;
    padding: 14px 25px;
    color: #711f6f;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;  
    transition: all 0.25s ease-in-out;
    border-radius: 0;
}
.savingBox .btn:hover{
    background-color: #20b28a;
    color: #fff;
}
.page-id-1414 h5 sup,
.page-id-1396 h5 sup{
    font-size: 60%;
}
.page-id-1414 h1 sup,
.page-id-1396 h1 sup{
    font-size: 50%;
    top:-0.7em;
}
.single #related{display: inline-flex;}


