disclamer/* ==========================================================================
Style based on HTML5 Boilerplate and Initializr
========================================================================== */

body,div,object,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:
0;padding: 0; }
fieldset,img,object { border: 0; }
object { display: block; }
address,caption,cite,code,dfn,em,strong,var { font-style: normal; font-weight: normal; }
ol,ul { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal; }
a { }
em { font-style: }

html,button,input,select,textarea { color: #415159; }
h1, h2, h3, h4, h5, h6 { margin: 0; }
::-moz-selection { background: #d4eefb; text-shadow: none; color: #0f8ec7 }
::selection { background: #d4eefb; text-shadow: none; color: #0f8ec7 }
img { vertical-align: middle; }
fieldset { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }

.clearfix:before,
.clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/***/

@font-face {
font-family: 'ResagokrLight';
src: url('../font/ResagokrLight-webfont.eot');
src: url('../font/ResagokrLight-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/ResagokrLight-webfont.woff') format('woff'),
url('../font/ResagokrLight-webfont.ttf') format('truetype'),
url('../font/ResagokrLight-webfont.svg#ResagokrLight') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'ResagokrRegular';
src: url('../font/Resagokr-webfont.eot');
src: url('../font/Resagokr-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/Resagokr-webfont.woff') format('woff'),
url('../font/Resagokr-webfont.ttf') format('truetype'),
url('../font/Resagokr-webfont.svg#ResagokrRegular') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'ResagokrBold';
src: url('../font/ResagokrBold-webfont.eot');
src: url('../font/ResagokrBold-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/ResagokrBold-webfont.woff') format('woff'),
url('../font/ResagokrBold-webfont.ttf') format('truetype'),
url('../font/ResagokrBold-webfont.svg#ResagokrBold') format('svg');
font-weight: normal;
font-style: normal;
}

/***/

/*html { background: url(../img/header_bg.jpg) repeat-x 0 0 #f2f3f5; }*/

body {

color: #313131;
font-size: 17px;
font-family: 'ResagokrLight', sans-serif;
margin: 0; }

.wrapper { margin: 0 auto; width: 960px}

h2 {
font-family: 'Open Sans',sans-serif;
color: #393939;
font-family: 'Lato',sans-serif;
font-size: 22px;
line-height: 1.4;
margin-bottom: 20px;

padding: 12px 0;
text-transform: capitalize;
font-weight:600;

}

h3 {
text-align: center;
font-size: 20px;
font-weight: 300; }

strong { font-weight: 700; }

p { margin-bottom: 15px; line-height: 21px; }

/* Header *********************/
/******************************/

.header-container { height: 508px; }

.header-container header {
height: 100%;
padding: 0 25px;
position: relative;
width: 907px;}

.header-container header #logo {
background: url("../img/logo.png") no-repeat scroll 0 6px transparent;
display: block;
font-family: 'Merriweather',serif;
height: 43px;
font-size: 24px;
padding-left: 60px;
padding-top: 10px;}

.header-container header #logo span {
border-left: 1px solid #9f9f9f;
font-size: 13px;
margin-left: 2px;
padding-left: 10px;
position: relative;
top: -2px; }

.header-container header hgroup { margin-top: 25px; }

.header-container header h1 {
color: #FFFFFF;
font-size: 36px;
font-weight: 600;
line-height: 41px;
position: absolute;
right: 0;
text-align: center;
width: 240px; }

.header-container header h1 span { display: block; position: relative; left: -5px; }

.header-container header h1 em {
display: block;
background: url(../img/header_lines.png) no-repeat center center; }

.header-container header h1 strong {
font-style: none;
font-size: 40px;
font-weight: 900;
text-transform: uppercase;
font-family: 'Lato',sans-serif; }

.header-container header h1 strong.big { font-size: 48px; }

.header-container header h2 {
border-bottom: 1px solid #777777;
border-top: 1px solid #777777;
color: #393939;
font-family: 'Lato',sans-serif;
font-size: 16px;
line-height: 26px;
margin-bottom: 25px;
margin-top: 0px;
padding: 12px 0;
text-transform: uppercase;
width: 400px; }

.header-container header ul {
font-family: 'ResagokrLight', sans-serif; }

.header-container header ul li {
background: url("../img/icons.png") no-repeat scroll 0 0 transparent;
margin-bottom: 12px;
font-size: 18px;
padding: 2px 0;
padding-left: 30px; }

.header-container header ul li.b { background-position: 0 -55px }
.header-container header ul li.c { background-position: 0 -105px }
.header-container header ul li.d { background-position: 0 -157px }

.button {

color: #FFF;
font-size: 18px;
font-family: 'Lato', sans-serif;
line-height: 1.2;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
padding: 18px 45px;
border-radius: 50px;
background-image: linear-gradient(45deg, #2f79ff, #30d1ff);
transition:all ease 1s;
}

.button span {
display: block;
font-size: 15px;
text-transform: none;
font-family: 'ResagokrLight',sans-serif;
margin-top: -3px; }

.button:hover { background-image: linear-gradient(45deg, #30d1ff, #2f79ff);

color:#fff;
}

header #trust {
bottom: 20px;
color: #FFFFFF;
font-family: 'Lato',sans-serif;
font-size: 24px;
font-weight: 500;
position: absolute; }

header #free_shipping {
color: #FFFFFF;
display: block;
font-family: 'Merriweather',serif;
font-size: 10px;
height: 55px;
line-height: 14px;
position: absolute;
right: 154px;
text-align: center;
top: 346px;
width: 60px; }

header #free_shipping strong {
font-family: 'ResagokrBold',sans-serif;
font-size: 27px;
font-weight: normal; }

header #free_shipping em {
border-bottom: 2px solid #FFFFFF;
display: inline-block;
font-family: 'ResagokrRegular',sans-serif;
font-size: 14px;
margin-bottom: 1px;
padding-bottom: 1px;
text-transform: uppercase; }

/* Main ***********************/
/******************************/

.main-container {
background: url(../img/main_content_bg.jpg) repeat;
padding-top: 40px;
padding-bottom: 40px; }

/* features */

.best_sellers {
background: #FFFFFF;
border: 1px solid #D9D9D9;
display: block;
padding: 0px 35px 0 30px;
margin-bottom: 22px;
width: 887px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; }

.best_sellers ul.pills li {
display: block;
float: left;
height: 124px;
margin-right: 57px;
width: 100px; }
.best_sellers ul.pills li a{
background: url("../img/pills.png") no-repeat scroll 12px 34px transparent;
float: left;
font-size: 18px;
display: inline-block;
color: #3b3b3b;
text-decoration: none;
margin-bottom: 12px;
padding-bottom: 92px;
text-align: center;
width: 100px;
font-family: 'ResagokrLight',sans-serif; }

.best_sellers ul.pills li.last { margin-right: 0; }

.best_sellers ul.pills li.b a { background-position: 12px -93px }
.best_sellers ul.pills li.c a { background-position: 12px -209px }
.best_sellers ul.pills li.d a { background-position: 22px -336px }
.best_sellers ul.pills li.e a { background-position: 14px -463px }
.best_sellers ul.pills li.f a { background-position: 14px -604px }

/* main content */

.benefits {

/*border: 1px solid #D9D9D9;*/
display: block;
padding: 0px 35px 20px 30px;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; }



.benefits li {
margin-bottom: 15px;
line-height: 21px;
padding-left: 23px;
background: url(../img/v.jpg) 0 0 no-repeat; }
.benefits li em { color: #d60018; font-family: 'ResagokrRegular', sans-serif; }


/* Footer *********************/
/******************************/

.footer-container {
height: 160px;
background: url(../img/footer_bg.png) repeat-x; }

.testimonials {
position: relative;
padding-top: 35px;
padding-bottom: 20px;
color: #fff;
font-family: 'Lato',sans-serif;
text-align: center;
font-weight: 400;
font-style: italic; }

.testimonials q {
display: block;
padding: 0 112px 10px 10px; }

.bx-window {
margin: 0 auto;
width: 864px !important; }

.bx-prev, .bx-next {
display: block;
width: 46px;
height: 43px;
position: absolute;
left: 0;
text-indent: -999999px;
top: 50px;
background: url(../img/arrows.png) no-repeat 0 0; }

.bx-next { left: auto; right: 0; background-position: 0 -53px; }

footer .footer_bottom { padding-bottom: 10px; position: relative; }

footer .footer_bottom #footer_logo {
background: url("../img/small_logo.png") no-repeat scroll 0 6px transparent;
color: #272626;
display: block;
float: left;
font-family: 'Merriweather',serif;
font-size: 14px;
height: 43px;
margin-top: 13px;
padding-left: 30px;
padding-top: 12px; }

footer .footer_bottom em {
color: #272626;
float: right;
font-size: 13px;
font-family: 'Merriweather',serif;
margin-top: 26px;
text-align: right;
text-transform: none;}


.main .title{
font-size:50px;
font-weight:700;
line-height:1.3;
color:#930000;
text-transform:uppercase;
font-family: 'Lato', sans-serif;
}
.main h2{
font-size:35px;
font-weight:700;
line-height:1.3;
color:#282828;
}

.banlist ul li{
font-size:18px;
font-weight:700;
margin-bottom:10px;
list-style: disc;
}

.tabcr{
display: flex;
align-items: center;
justify-content: center;
margin-bottom:20px;
}
.pagetitle{
font-size:35px;
font-weight:600;
color:#000;

}
.secpad ,.doctor{
padding:50px 0px;
}
.benefits li{
font-family: 'Lato', sans-serif;
}

.inner_content p{
font-family: 'Lato', sans-serif;
}
.inner_content ul li em{
font-weight:600;

}



#logo a img{
width:200px;
filter: drop-shadow(0px 1px 0px white);
}

@media screen and (max-width:767px){
.main .title {
font-size: 35px;
font-weight: 700;
line-height: 1.3;
color: #fff6ac;

}

.form-hed{
font-size:20px;}
.banlist ul li{
color: #fff;
font-weight: 500;
font-size: 16px;
font-family: 'Lato', sans-serif;
}

.logo h2{
color:#fff!important;
}

.overlay:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #00000085;
z-index: 0;
}
.tabcr{
flex-direction:column;
}

.main h2 {
font-size: 20px;
font-weight: 500;
color: #ffffff;

}
}





