
@font-face {
    font-family: 'Maax Bold';
    src: url('fonts/Maax Bold.eot');
    src: local('Maax Bold'), local('Maax-Bold'),
        url('fonts/Maax Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Maax Bold.woff') format('woff'),
        url('fonts/Maax Bold.ttf') format('truetype');
        font-weight: bold;  
}

@font-face {
    font-family: 'Cera Pro Regular';
    src: url('CeraPro-Regular.eot');
    src: local('Cera Pro Regular'), local('CeraPro-Regular'),
        url('fonts/CeraPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/CeraPro-Regular.woff') format('woff'),
        url('fonts/CeraPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}





body{
	font-family: 'Muli', sans-serif;
	font-size:16px;
	color: #2a394c;
  font-weight: 500;

	}


header{
  background:#fff;
  padding:15px 0;
  text-transform: uppercase;
}
.logo img{
  width: 70px;
}

.nav-item {

    margin-left: 20px;

}
.nav-item a{
  color: #212e3f;
  text-decoration: none;
  font-size: 14px;
}
.navbar.navbar-expand-sm {
    float: right;
}
.btn-order {
    background:#60a131 ;
    color:#fff !important;
    padding: 9px 30px;
    border-radius: 25px;
    font-weight: bold;
}

.btn-order:hover{
  background: #518829;
  color: #fff;
}

.hero{
  background: url(../images/hero-bg.jpg) no-repeat center;
  min-height: 600px;
  background-size: cover;
}
.hero-left{
  margin-top: 50px;
}
h1 {
    font-size: 27px;
    font-weight: 500;
}
h2 {
    font-size: 60px;
    font-weight: bolder;
    line-height: 62px;
    margin-bottom: 43px;
    color: #084e78
}
.hero-list {
    list-style: none;
    padding: 0;
    margin-top: 90px;
    margin-bottom: 30px
}
.hero-list li {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-left: 40px;
    background: url(../images/check.png) no-repeat left center;
    background-size: 30px;
    font-weight: 600;

}
.h-b {
    z-index: 1;
    position: relative;
}
.arrow-box {
    position: relative;
}
.btn-arrow {
    position: absolute;
    max-width: 500px;
    left: -150px;
    z-index: 0;
}
.hero-form {
    padding: 15px 30px;
    background: #fff;
    max-width: 100%;
    margin: 0 0 0 auto;
}
.hero-form h3 {

    font-size: 12px;
    font-weight: 600;
    text-align: center;

}
.hero-form h4 {
    color:#0d275c;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.form-control {
    height: 34px;
    border-radius: 4px;
}
.form-group{
  margin-bottom: 10px;
}

select.form-control:not([size]):not([multiple]){
  height: 34px;
}
.btn-rush {
    background: no-repeat;
    padding: 0;
}
.top-logo img {
    max-width: 230px;
    margin: 10px auto;
    display: block;
}

.b-logos img {
    max-width: 250px;
    margin: 15px auto 0;
    display: block;
}

.seen-on {
    padding: 50px 0;
    text-align: center;
}
.seen-on h5 {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: 
    #b7b7b7;
    margin-bottom: 40px;
}
.seen-on .img-fluid {
    max-width: 150px;
    height: auto;
}
.seen-on .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.pd-0{
  padding: 0px;
}
.l-img {
    margin-bottom: 50px;
}
.heading {
    font-size: 50px;
    font-weight: bolder;
    color: #084e78;
    text-transform: uppercase;
}
.sub-heading {
    font-size: 35px;
    font-weight: bold;
    margin-top: 20px;
}
.ground-breaking p{
  font-size: 18px;
}
.m-recall{
  background: url(../images/mind.png) no-repeat left center;
  background-size: 80px;
  padding-left: 110px;
  margin-top: 30px;
}
.recall-img {
    margin-top: 50px;
}
.m-recall h5 {
    font-weight: bold;
}
.genbrain{
  background: url(../images/man-bg.jpg) no-repeat top center;
  background-size: cover;
  min-height: 735px;
  padding: 50px 0;
}

.m-recall1{
  background: #fff url(../images/icon1.png) no-repeat left 12px center;
  background-size: 50px;
  padding: 15px 15px 15px 80px;
  margin-top: 30px;
  border-radius: 6px;
  box-shadow: 0px 3px 0px #ddd;
}
.m-recall1 p{
  margin-bottom: 0px;
}
.genbrain h3{
  margin-bottom: 20px;
}
.genbrain h4{
  color: #f2a603;
  font-size: 24px;
  margin: 20px 0 20px;
  font-weight: bold;
}
.genbrain b {
    color:#084e78;
    max-width: 300px;
    display: inline-block;
}
.btn-box{
  margin-top: 30px;
}
.btn-rush-order {
    background: #60a131;
    color:#fff;
    padding: 12px 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
     transition: all .25s;


}
.btn-rush-order:hover{
  background-color: #4b8025;
  color: #fff;
  text-decoration: none;
}
.heading span{
  color: #2a394c;
  font-weight: 500;
}
.gen-work {
    text-align: center;
    padding: 30px 0 50px;
}
.singl-b-main {
    text-align: left;
    margin-top: 70px;
    position: relative;
    background-color: #f0f1f5;
    padding: 20px;
    border-radius: 15px;
}
.singl-b-main h4{
  font-weight: bold;
}
.singl-b-main b{
  color: #084e78;
}
.single-b1{
    position: absolute;
    max-width: 210px;
    left: -52px;
    top: -47px;
}
.byt{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #084e78;
}
.bm{
  text-align: left;
  border: 2px solid #ddd;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.bm p{
  margin-bottom: 0px;
}
.bm h6{
  text-transform: uppercase;
  color: #084e78;
  font-weight: bold;
  margin-bottom: 5px;
}

.mt-50{
  margin-top: 50px;
}
.blue-strip {
    padding: 30px 0;
    background: #2a394c;
    color: #fff;
}
.blue-strip h4{
  text-transform: uppercase;
  font-weight: bold;
}
.blue-strip p{
  margin-bottom: 0px;
}
.m-t-5 {
    margin-top: 5px;
}

.ingred{
  text-align: center;
  padding: 50px 0;
}
.icon-box img {
    max-width: 120px;
}
.img-b-two {
    margin-top: 100px;
}
.ingred-box{
  margin-top: 50px;
}
.ingred-box h5{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 10px;
}
.ingred-box p {
    margin: 0 30px;
}
.h5-one{
    margin: 0 100px;
    line-height: 30px;
}

.mt-100{
  margin-top: 80px;
}
.suggested {
    padding: 50px 0;
}
.icon-green {
    margin-top: 15px;
}
.sug-icon {
    padding-top: 15px;
}
.icon-green .img-fluid {
    width: 90px;
    margin-right: 25px;
}
.f-faq {
    padding: 50px 0 50px;
    text-align: center;
    background: #2a394c;
}
.f-faq h3 {
    color: #fff;
}
.faq {

    width: 80%;
    margin: 30px auto 0;

}
.faq .card {
    background-color: transparent;
    border: 1px solid #fff;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
    padding: 0;
    border-radius: 0;
}
.faq .card-header {

    background-color: transparent;
    border-bottom: 1px solid #fff;
    padding: 1px 15px;
    margin-bottom: 0;

}
.faq .card-header a {
    color: #fff;
    display: block;
    position: relative;
    padding: 12px 25px 12px 0;
    font-size: 16px;
    font-weight: normal;

}
.faq .card-header .plus {
    position: absolute;
    right: 0;
    top: 12px;
    color: #fff;
}
.drug {
    padding: 70px 0;
    background: url("../images/bottom-bg.jpg") no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.drug h2 {
    font-size: 44px;
    width: 90%;
    margin: 15px auto;
    text-transform: uppercase;
    color: #fff;
}
.drug p {
    font-size: 18px;
    width: 60%;
    color: #fff;
    margin: 5px auto 20px;
}
.try-btn {
    background: #60a131;
    padding: 15px 30px;
    font-size: 16px;
    color:#fff;
    display: inline-block;
    transition: all .5s;
    border-radius: 4px;
    font-weight: bold;
}
footer {
    padding: 30px 0;
    text-align: center;
}
.footer-top {
    color: #686868;
    font-size: 18px;
    margin-bottom: 15px;
}

.p-t a {
    margin: 0 10px;
}
.footer-top a {
    color: 
    #686868;
}
.footer-bottom {
    color: 
    #979797;
}
.p-t a{
  color: #686868;
  display: inline-block;
  margin: 0 5px;
  font-weight: bold; 
}

.top-header {
    background: #60a131;
    color:#fff;
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
}
.hero.checkout{
  background: #f7f7f7;
  padding: 30px 0;
}
.product-block {
    cursor: pointer;
    margin: 0 0 20px;
    position: relative;
    border: 2px solid #ccc;
    border-radius: 8px;
    background: #F0F1F5;
}
.product-block.active, .product-block:hover {
    border: 2px solid #ffa8a8;
  background:#fff;
}
.product-block header {
    min-height: 48px;
    padding: 0 0 0 20px;
    border-radius: 6px 6px 0 0;
    background: #d7d9e0;
}
.product-block.active header {
    background: 
    #ffa8a8;
}
.product-block header h3 {
    font-size: 18px;
    font-weight: 700;
    float: left;
    padding: 10px 0 0 0;
}
.product-block.active header h3 {
    color: #084e78;

}
.product-block header h3 b {
    font-weight: 600;
}
.product-block header .tip {
    padding: 2px 6px 0 0;
}
.right {
    float: right;
}
.product-block.active header .tip .tip-text {
    color: 
    #212529;
}
.product-block header .tip .tip-text {
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    text-align: right;
    text-transform: uppercase;
    padding: 12px 5px 0 0;
}
.left {
    float: left;
}
.product-block header .tip .tip-text span {
    display: block;
}
.product-block.active header .tip .tip-icon {
    border: 2px solid 
    #694B14;
}
.product-block header .tip .tip-icon {
    width: 34px;
    height: 34px;
    margin: 4px 0 0 0;
    position: relative;
    border: 2px solid #3a3f4b;
    border-radius: 50%;
}
.product-block.active header .tip .tip-icon span::before, .product-block.active header .tip .tip-icon span::after {
    background: #212529;
}
.product-block header .tip .tip-icon span::after {
    content: '';
    width: 5px;
    height: 25px;
    display: block;
    position: absolute;
    left: 13px;
    top: -1px;
    border-radius: 3px;
    background: #3a3f4b;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}
.product-block header .tip .tip-icon span::before {
    content: '';
    width: 5px;
    height: 15px;
    display: block;
    position: absolute;
    left: 4px;
    top: 9px;
    border-radius: 3px;
    background: 
    #3a3f4b;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.product-block.active header .tip .tip-icon span {
    opacity: 1;
}
.product-block header .tip .tip-icon span {
    width: 23px;
    height: 23px;
    display: block;
    opacity: 0;
    position: absolute;
    top: 3px;
    left: 3px;
}

.clearfix::after {

    clear: both;

}
.clearfix::before, .clearfix::after {

    display: table;
    line-height: 0;
    content: '';

}
.clear {
    clear: both;
}
figure {
    margin: 0 0 1rem;
    float: left;
    width: 50%;
    padding: 15px 30px;
}
.product-block .free-shipping::before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
    border-bottom: 75px solid 
#8BB83D;
border-left: 75px solid
    transparent;
}

.product-block .free-shipping {
    width: 75px;
    height: 75px;
    color: 
    #fff;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0 0 6px 0;
}
.product-block .free-shipping span {
    display: block;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    text-align: center;
    position: absolute;
    top: 40px;
    left: 30px;
    z-index: 5;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.product-block .free-shipping span b {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
}
.text {
    float: left;
    width: 50%;
    margin-top: 23px;
    text-align: center;
}
.product-block .info .text h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 26px;
    padding: 0;
}
.product-block .info .text .price {
    font-size: 32px;
    font-weight: 900;
    color: #ff4f4f;
    line-height: 36px;
    letter-spacing: -1px;
    padding: 0;
}
.product-block .text .price span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
}
.order-counter {
    margin: 0 0 20px;
    position: relative;
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 15px;
}
.order-counter article{
  border-bottom: 2px solid #ccc;
  padding: 5px 0 10px;
}
.order-counter article.last{
  border: none;
}
.order-satisfaction.m-recall{
  background: url(../images/icon-satisfaction.png) no-repeat left 10px center;
  border: 2px solid #ccc;
    border-radius: 8px;
    padding: 15px 15px 15px 130px;
}
#block2_save {
  color: #60a131;
}
#block2_price {
  color: #ff4f4f;
}
	
.hero-form h2{
  font-size: 24px;
  text-align: center;
  margin-bottom: 5px;
  line-height: 34px;
  text-transform: uppercase;
}
.checkout .hero-form h3{
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.w-100{
  width: 100%;
}
.ques {
    width: 20px;
    height: 20px;
    background: #2a75d3;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 20px;
    border-radius: 50%;
    cursor: pointer;
}
.checkout .hero-form h3.mtb-15{
  margin: 15px 0 10px;
}
.cvv-image{
  margin-top: 10px;
}
.p-l-7{
  padding-left: 7px;
}

.p-r-7{
  padding-right: 7px;
}
.science{
  background: url(../images/section6.jpg) no-repeat center center;
  background-size: cover;
  min-height: 600px;
  padding:50px 0;  
}
.hero-list.doctor {
    margin-top: 30px;
    padding-left: 200px;
    background: url(../images/single-b.png) no-repeat top left 15px;
    background-size: 140px;
}
.hero-list.doctor li{
  text-transform: capitalize;
  background-position: top 2px left;
}
.hero-list.doctor h4{
  font-weight: bold;
}
.m-recall.rm {
    background: url(../images/mind1.png) no-repeat left 26px top;
        background-size: auto;
    background-size: 95px;
    padding-left: 132px;
}
.all-n-one{
  background: url(../images/section-4.jpg) no-repeat center center;
  background-size: cover;
  min-height: 600px;
  padding:50px 0;  
}


  	/**********media for mobile***********/


		
		
		
@media only screen and (min-width: 1920px) 
{
	
  




}


@media only screen and (min-width: 1440px) {
	



	
}
@media only screen and (max-width: 1919px) 
{



}
@media only screen and (min-width: 1024px) and (max-width: 1200px) 
{
   .nav-item a{
    font-size: 13px;
   }
   .nav-item {
    margin-left: 10px;
}
h1 {
    font-size: 23px;
    font-weight: 500;
}
h2 {
    font-size: 50px;
  }
.btn-arrow {

    position: absolute;
    max-width: 450px;
    left: -244px;
    z-index: 0;
    bottom: -75px;

}
.icon-green .img-fluid {
    width: 70px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.icon-green {
    margin-top: 0;
}

.drug{
  background-position: left -58px top;
  padding: 30px 0;
}
.drug h2 {
    font-size: 30px;
    width: 100%;
    line-height: 40px
  }
  .drug p {
    font-size: 16px;
    width: 90%;
    line-height: 26px
  }


}

@media only screen and (min-width: 768px) and (max-width: 1023px){

.nav-item {
    margin-left: 8px;
}
.nav-item a{
  font-size: 12px;
}
h1 {
    font-size: 20px;
    font-weight: 500;
}
h2 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 50px;
 }
.hero-list li {
    font-size: 18px;
    background-size: 26px;
  }
  .btn-arrow {
    position: absolute;
    max-width: 350px;
    left: -169px;
    z-index: 0;
    bottom: -110px;
}
.hero-list {
    margin-top: 40px;
    }
.hero-form {
    padding: 15px 15px;
    }
.top-logo img {
    max-width: 150px;
  }
  .b-logos img {
    max-width: 150px;
    margin: 15px auto;
    display: block;
}
#hero{
  padding: 0px;
}
.seen-on .img-fluid {
    max-width: 100px;
    height: auto;
}
.heading {
    font-size: 40px;
    }
.sub-heading {
    font-size: 26px;
  }
  .recall-img {
    margin-top: 150px;
}
.btn-rush-order {
padding: 12px 25px;
}
.ingred-box p {
    margin: 0;
}
.img-b-two {
    margin-top: 200px;
}
.icon-green .img-fluid {
    width: 50px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.icon-green {
    margin-top: 0;
}

.hero-list.doctor {
    background-size: 130px;
    padding-left: 165px;
  }
.drug{
  background-position: left -58px top;
  padding: 20px 0;
}
.drug h2 {
    font-size: 30px;
    width: 100%;
  }
  .drug p {
    font-size: 16px;
    width: 90%;
  }

.product-block header h3 {
    font-size: 14px;
  }
  .product-block .info .text .price{
    margin-bottom: 20px;
    font-size: 26px;
  }
.text p{
  margin-bottom: 5px;
}
.product-block .info .text h3 {
    font-size: 22px;
  }



}




@media only screen and (max-width: 767px) 
{	

.navbar-toggler {
    position: absolute;
    right: 0px;
    color: #084e78;
    top: 0;
}
#navbar-collapse {
    margin-top: 30px;
    text-align: right;
} 
.nav-item a{
  margin-bottom: 10px;
  display: inline-block;
}
.navbar.navbar-expand-sm {
    float: right;
    padding-left: 0;
}
h1 {
    font-size: 16px;
}
h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px;
}
.h-b{
    max-width: 200px;
    margin: 0 auto;
}
.hero-list li {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-left: 40px;
    background-size: 25px;
    font-weight: 600;
}
.arrow-box {
    position: relative;
    display: none;
}
.top-logo {
    margin-top: 0px;
}
.hero-list {
    margin-top: 20px;
    margin-bottom: 10px;
}
.b-logos img {
    margin: 15px auto;
}
.seen-on .img-fluid {
    max-width: 50px;
    height: auto;
}
.l-img {
    margin-bottom: 20px;
}
.seen-on {
    padding: 30px 0;
}
.heading {
    font-size: 30px;
    margin-top: 30px;
}
.sub-heading {
    font-size: 22px;
    }
 .genbrain {
    background: url(../images/man-bg.jpg) no-repeat top 30px left;
  }
.h5-one {
    margin: 0;
  }
  .single-b1 {
    position: absolute;
    max-width: 108px;
    left: auto;
    top: -81px;
    right: -18px;
}
.ingred-box {
    margin-top: 20px;
}
.img-b-two {
    max-width: 200px;
    margin: 30px auto;
}
.suggested {
    padding: 20px 0;
}
.mt-100 {
    margin-top: 30px;
}
.icon-green {
    margin-top: 0;
    margin-bottom: 20px;
}
.icon-green .img-fluid {
    width: 50px;
}
.faq {
    width: 100%;
    margin: 30px auto 0;
}
.drug h2 {
    font-size: 24px;
    width: 100%;
  }
  .drug p {
    font-size: 18px;
    width: 100%;
  }
  .drug {
    background: url("../images/bottom-bg.jpg") no-repeat right;
  }
  
.product-block header h3{
  width: 55%;
  font-size: 14px;
}

figure {
    margin: 0 0 0;
    float: left;
    width: 100%;
    padding: 15px 30px;
}
.text {
    float: left;
    width: 100%;
    margin-top: 0px;
    }
.text p{
  margin-bottom: 5px;
}
.product-block .info .text .price{
  margin-bottom: 5px;
}
.hero-list.doctor h4 {
    font-weight: bold;
    font-size: 18px;
}
.hero-list.doctor {
    margin-top: 30px;
    padding-left: 92px;
    background: url(../images/single-b.png) no-repeat top left 15px;
        background-size: auto;
    background-size: 61px;
    
}
.m-recall.rm {
    background: url(../images/mind1.png) no-repeat left 0px top;
        background-size: auto;
    background-size: auto;
    background-size: 83px;
    padding-left: 93px;
}
.hero-list.doctor li {
    font-size: 14px;
}

}

@media only screen and (max-width: 320px){




}