@charset "utf-8";
/* CSS Document */

/*input.invalid,select.invalid { border: 1px solid #ed145b !important; }
input.valid,select.valid { border: 1px solid #66cc33 !important; }*/

/*.mc-valid {
  background: url(../images/mc-icon.png) 99% 50% no-repeat transparent !important;
  background-color: #fff !important; }

.vc-valid {
  background: url(../images/visa-icon.png) 99% 50% no-repeat transparent !important;
  background-color: #fff !important; }*/

@font-face {
    font-family: "Roboto-Regular";
    src: local('Roboto-Regular'), url("../fonts/Roboto-Regular.woff2") format("woff2"), /* Modern Browsers */
    url("../fonts/Roboto-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Roboto-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Roboto-Regular.eot"), /* IE9 Compat Modes */
    url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Roboto-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Roboto-Regular.svg") format("svg");
    /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

.invalid {
    border: 1px solid #bd1a00 !important;
    background-color: #ffcccc !important;
    background: url(../images/invalid.png) 97% 50% no-repeat transparent;
}

.valid {
    border: 1px solid #00b233 !important;
    background-color: #fff !important;
    background: url(../images/valid.png) 97% 50% no-repeat transparent;
}

select.valid, select.invalid {
    background-position: 85% 50%;
}

label {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0 0.5em 0.3em 0;
}



.centered {
    text-align: center
}

.shipping-address {
    padding-top: 15px
}

p.text.billing {
    margin-bottom: 0
}

.btnsub {
    text-decoration: none;
    display: inline-block;
}

meta.foundation-version {
    font-family: "/5.2.2/"
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0em
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em
}

meta.foundation-data-attribute-namespace {
    font-family: false
}

html, body {
    font-family: 'Roboto-Regular', Arial, sans-serif !important;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    background: #fff;
    color: #262626;
    padding: 0;
    margin: 0;
    font-family: 'Roboto-Regular', Arial, sans-serif !important;
    font-weight: normal;
    font-style: normal;
    line-height: 1.1;
    position: relative;
    cursor: default;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto-Regular', Arial, sans-serif !important;
}

h1 {
    font-size: 59px;
    margin: 0;
}

h2 {
    font-size: 40px;
    margin: 0;
}

h3 {
    font-size: 24px;
    margin: 0;
}

h4 {
    font-size: 30px;
    margin: 0;
}

h5 {
    font-size: 24px;
    margin: 0;
}

h6 {
    font-size: 18px;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    line-height: 22px;
    font-size: 14px;
    margin-top: 0;
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 12px;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: 'Roboto-Regular';
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

a:hover {
    cursor: pointer
}

img {
    -ms-interpolation-mode: bicubic
}

::-webkit-input-placeholder {
    color: #4b4b4b;
    font-size: 16px;
}

::-moz-placeholder {
    color: #4b4b4b;
    font-size: 16px;
}

/* firefox 19+ */

:-ms-input-placeholder {
    color: #4b4b4b;
    font-size: 16px;
}

/* ie */

input:-moz-placeholder {
    color: #4b4b4b;
    font-size: 16px;
}

/* custom style */

.container {
    width: 1100px;
    margin: 0 auto;
    /*	padding-right:5px; */
    position: relative;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after {
    content: " ";
    display: table
}

.clearfix:after, .container:after, .row:after {
    clear: both
}

.clear {
    content: " ";
    display: table;
    clear: both;
}

.hide {
    display: none;
}

body.header-fixed {
    padding-top: 0px;
}

body.header-fixed.alt {
    padding-top: 76px;
}

.header-fixed header {
    position: relative;
    ;
    top: 0px;
    left: 0px;
    right: 0;
    z-index: 3;
    border-bottom: 0px solid #ddd;
    transition: all 0.4s ease;
}

header {
    background: #e7f9f9;
}

.header-section {
    padding: 5px 0;
}

header.header-inner {
    position: relative;
}

.logo {
    float: left;
    margin-left: 40px;
}

.logo img {
    max-width: 160px;
    width: 95%;
    margin: 0 auto;
    display: block;
}

.right-header {
    float: right;
    margin-top: 15px
}

.header-risk-trial {
    float: left;
}

.header-risk-trial {
    margin: 13px 5px 0;
    font-size: 17px;
    color: #fff;
}

.header-risk-trial img {
    vertical-align: middle;
    margin-left: 5px;
}

.header-btn {
    float: left;
}

.top-header {
    padding: 5px 0;
    background: #fff;
    color: #fff;
    text-align: center;
}

.top-header .today, #stopwatch {
    color: #2B2753;
}

.warning-notice-timer {
    font-size: 14px;
    color: #000;
}

.f-freeWT {
    color: #fff !important;
    padding: 15px ;
    font-size: 18px !important;
    border: none !important;
}

.btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f26322+1,f97601+49,f64400+100 */
    background: #f26322;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f263221%, #f2632249%, #f26322100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f263221%, #f2632249%, #f26322100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f263221%, #f2632249%, #f26322100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26322', endColorstr='#f26322', GradientType=1);
    /* IE6-9 */
    padding: 15px 20px;
    border: 2px solid #003e6b;
    border-radius: 8px;
    color: #003e6b;
    font-weight: 600;
}

.btn2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00ccff+1,f97601+49,f64400+100 */
    background: #f79700;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f79700 0%, #f57900 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f79700 0%, #f57900 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f79700 0%, #f57900 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79700', endColorstr='#f57900', GradientType=0);
    /* IE6-9 */
    padding: 12px 12px;
    border: 1px solid #a55e06;
    border-radius: 4px;
    color: #003e6b;
}

.btn2:before {
    content: '';
    display: inline-block;
    background: url../images/btn-arrow.png) no-repeat left center;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

.header-btn {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.right-arrow {
    display: inline-block;
    position: relative;
    left: 0;
    top: 3px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
}

.right-arrow2 {
    display: inline-block;
    position: relative;
    left: 0;
    top: 3px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #fff;
}

.site-secure {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.banner {
    background: #fff;
    position: relative;
}

.banner-col {
    background: url("https://www.kent.co.in/images/home-page-banner-new.jpg") no-repeat right top;
    background-color: #f1f5e9;
}

.banner-col1 {
    float: left;
    width: 335px;
    margin: 50px 0 0;
    color: #fff;
}

.btn-block {
    width: 100%;
    display: block;
}

.banner-col2 {
    float: left;
    width: 635px;
    padding: 30px 0 0;
    margin-top: 235px;
}

.banner-right {
    text-align: right;
}

.banner-col1 h1 {
    color: #04bcf2;
    font-size: 59px;
}

.banner-col1 p {
    font-size: 24px;
    margin-top: 10px;
}

.banner-col1 ul li {
    margin-bottom: 6px;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
    font-size: 18px;
    font-family: 'Roboto-Regular', Arial, sans-serif;
    letter-spacing: 1px;
}

.banner-col1 ul li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 8px;
    background: #00ccff;
    border-radius: 50%;
}

.sapill {
    padding: 10px 0;
    margin: 25px 0;
    border-bottom: 2px solid #e1e1e1;
    border-top: 2px solid #e1e1e1;
    line-height: 35px;
    font-size: 24px;
    width: 265px;
    font-family: 'Roboto-Regular', Arial, sans-serif;
    text-shadow: 1px 1px #000;
}

.sapill span {
    display: block;
    font-size: 20px;
    color: #f26322;
    text-shadow: 1px 1px 2px black, 0 0 15px blue, 0 0 5px darkblue;
}

.sapill b {
    color: #ffffff;
    font-size: 1.2rem;
    padding-bottom: 9px;
}

.banner-btn {
    margin-top: 40px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px;
}

.banner-right-img {
    float: right;
}

.banner-right-list {
    float: left;
    margin-top: 120px;
}

.banner-right-list li {
    background: url(../images/guarnteed-coin.png) no-repeat center top;
    width: 100px;
    height: 109px;
    margin-bottom: -9px;
    margin-right: 7px;
}

.banner-right-list li:nth-child(1) {
    display: block;
    background-position: 0 0;
}

.banner-right-list li:nth-child(2) {
    display: block;
    background-position: 0 -118px;
}

.banner-right-img img {
    float: left;
    max-width: 200px;
    width: 100%;
    padding-top: 45px;
}

/*.banner-client-icon{background:#464646; padding:8px; margin-top:35px; display:inline-block; position:relative;}*/

.banner-client-icon {
    background: none;
    padding: 8px;
    margin-top: 35px;
    display: inline-block;
    position: relative;
}

.banner-client-icon li {
    display: inline;
    padding: 4px;
}

.banner-client-icon:before {
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 52px solid transparent;
    /*border-right: 50px solid #464646;*/
    border-right: 50px;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
}

.mb-banner, .tab-banner {
    display: none;
}

.tab-banner .container {
    position: relative;
}

.tab-banner .banner-btn {
    position: absolute;
    bottom: 50px;
    left: 0;
}

.dr-img {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

/*.skyblue{color:#00ccff;}*/

/*.skyblue{color:#43e3d6;}*/

.orange {
    color: #205E6C;
}

.black {
    color: #262626;
}

.white {
    color: #fff;
}

.red {
    color: #eb3424;
}

.grey-bg {
    background-color: #f6f6f6;
}

.yellow-bg {
    background-color: #003e6b;
}

.uppercase {
    text-transform: uppercase;
}

.bold {
    font-family: 'Roboto-Regular', Arial, sans-serif;
}

.italic {
    font-style: italic;
}

/*-----========Mental Ability Section=========-----*/

.mental-ability {
    padding: 10px 0;
    position: relative;
}

.mental-ability h2 {
    text-align: center;
}

.mental-ability h4 {
    text-align: center;
}

.mental-ability h2 span {
    display: block;
}

.mental-ability-inner {
    margin: 30px 0;
}

.mental-ability-img {
    float: left;
    width: 305px;
    margin-right: 40px;
}

.mental-ability-img img {
    max-width: 367px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.mental-ability-content {
    float: left;
    width: 585px;
}

.mental-ability-content span.orange {
    font-family: 'Roboto-Regular', Arial, sans-serif;
}

.ability-box {}

.ability-oranga-box {
    background: transparent;
    padding: 0px 20px;
    position: relative;
    width: 450px;
    float: left;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
}

.ability-oranga-box:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

.ability-oranga-box .black {}

.ability-realy-work {
    float: right;
    width: 134px;
}

.ability-realy-work img {
    max-width: 134px;
    width: 100%;
    display: block;
    margin: 15px auto 0;
}

.ability-list h5 {
    text-align: center;
}

.ability-list ul {
    margin-top: 30px;
}

/*.ability-list li{float:left; padding-left:32px; padding-right:15px; position:relative; margin-bottom:15px; font-size:20px; font-family: 'HelveticaLTStd Bold', Helvetica, Arial, sans-serif; line-height:26px;    margin-right: 2%;
    width: 48%;}
*/

.ability-list li {
    float: left;
    padding-left: 32px;
    padding-right: 15px;
    position: relative;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
    margin-right: 2%;
    width: 100%;
}

.ability-list li:before {
    content: '';
    display: block;
    background: url(../images/tick.png) no-repeat center top;
    position: absolute;
    left: 0;
    top: 5px;
    width: 25px;
    height: 22px;
}

/*-----===========Brain Power Section============----*/

.brain-power {
    background: #525252;
    padding: 55px 0;
    color: #fff;
    text-align: center;
    position: relative;
}

.brain-power h2 {
    text-align: center;
    margin-bottom: 20px;
}

.brain-power h2 span {
    display: block;
}

.after-before {
    margin: 30px -15px 40px;
}

.brain-before {
    float: left;
    width: 50%;
    position: relative;
    padding: 0 15px;
}

.brain-after {
    float: left;
    width: 50%;
    position: relative;
    padding: 0 15px;
}

.after-before-txt {
    position: absolute;
    top: 10px;
    right: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Roboto-Regular', Arial, sans-serif;
}

.after-before img {
    width: 92%;
    display: block;
    margin: 0 auto;
    border: 2px solid #058ec9;
}

.brain-list {
    margin: 0 0 15px;
}

.brain-list li {
    float: left;
    width: 50%;
    padding-left: 130px;
    padding-right: 20px;
    position: relative;
    margin-bottom: 20px;
    text-align: left;
}

.brain-list li h5 {
    color: #00ccff;
    margin-bottom: 15px;
}

.brain-list li:nth-child(1) {
    background: url(../images/brain-list-icon1.png) no-repeat left center;
}

.brain-list li:nth-child(2) {
    background: url(../images/brain-list-icon2.png) no-repeat left center;
    background-position: 40px 0;
}

.brain-list li:nth-child(3) {
    background: url(../images/brain-list-icon3.png) no-repeat left center;
}

.brain-list li:nth-child(4) {
    background: url(../images/brain-list-icon4.png) no-repeat left center;
}

.brain-power:after {
    content: '';
    display: block;
    position: absolute;
    margin-left: -20px;
    bottom: -38px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 20px solid #525252;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    z-index: 2;
}

/*-----===========Genius Section============----*/

.genius {
    padding: 0px 0;
    position: relative;
}

.genius h2 {
    text-align: center;
    font-size: 36px;
}

/*.genius-inner{margin:50px 0 30px;}*/

.genius-inner {
    margin: 0px 0 5px;
}

.genius-img {
    float: right;
    width: 38%;
    margin-right: 20px;
}

/*.genius-img img{max-width:411px; width:100%; display:block; margin:0 auto;}*/

.genius-img img {
    max-width: 472px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

/*.genius-content{float:right; width:510px;}*/

.genius-content {
    float: left;
    width: 450px;
}

.genius-after-before {
    margin: 20px 0px;
}

.genius-after-before li {
    float: left;
    width: 50%;
    padding: 0 15px;
    position: relative;
}

/*.genius-after-before li img{max-width:500px; width:239%; display:block; margin:0 auto;}*/

.genius-after-before li img {
    max-width: 490px;
    width: 214%;
    display: block;
    margin: 0 auto;
}

.genius-after-before-txt {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto-Regular', Arial, sans-serif;
}

.genius-after-before-txt.orange {
    color: #f86801;
}

/*-----===========Hard Clear Section============----*/

/*.hard-clear{background:url(../images/hardclear-bg.jpg) no-repeat left top / cover;}*/

.hard-clear {
    background: url(../images/hardclear-bg.jpg) no-repeat left top / cover;
}

.hardclear-inner {
    /*margin:0 -30px;*/
}

.hardclear-content {
    float: left;
    width: 50%;
    padding: 30px 30px;
    background: #000;
    color: #fff;
    max-height: 451px !important;
}

.hardclear-content h2 {
    margin-bottom: 30px;
    color: #058ec9;
}

.hardclear-img {
    float: right;
    width: 50%;
    padding: 0px 30px 0 0px;
}

.hardclear-img img {
    max-width: 706px;
    width: 106%;
    display: block;
    margin: 0 auto;
}

/*-----===========Boosttest Section============----*/

.boosttest {
    background: url(../images/boosttest-bg.jpg) no-repeat left top / cover;
}

.boosttest-inner {
    margin: 0 -30px;
}

.boosttest-content {
    float: right;
    width: 50%;
    padding: 40px 30px;
    background: #fff;
    color: #000;
    min-height: 481px;
}

.boosttest-content h2 {
    margin-bottom: 30px;
}

.boosttest-img {
    float: left;
    width: 50%;
    padding: 0px 0px 0 0px;
}

.boosttest-img img {
    max-width: 700px;
    width: 100%;
    display: block;
    margin: 43px -17px;
}

/*-----===========Boosttest Section============----*/

.cognitive-enhancement {
    padding: 55px 0;
    position: relative;
}

.cognitive-enhancement h2, .cognitive-enhancement h5 {
    text-align: center;
    margin-bottom: 20px;
}

.cognitive-enhancement-table {
    margin-top: 20px;
}

.cognitive-enhancement-table tr th img {
    margin-bottom: 15px;
}

.cognitive-enhancement-table tr th, .cognitive-enhancement-table tr td {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
    font-family: 'Roboto-Regular', Arial, sans-serif;
    font-size: 18px;
}

.cognitive-enhancement-table tr th {
    text-align: left;
    padding-left: 50px;
}

.cognitive-enhancement-table tr.td-lg-font td, .cognitive-enhancement-table tr.td-lg-font th {
    font-size: 24px;
}

.cognitive-enhancement-table tr:last-child td {
    border-bottom: 0 none;
}

.cognitive-enhancement-table tr td:nth-child(2) {
    background: #6dcff6;
}

.cognitive-enhancement-table tr:first-child td:nth-child(2), .cognitive-enhancement-table tr:last-child td:nth-child(2) {
    background: transparent;
}

.cognitive-enhancement:after {
    content: '';
    display: block;
    position: absolute;
    margin-left: -20px;
    bottom: -38px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 20px solid #fff;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    z-index: 2;
}

/*-----===========Testimonial Section============----*/

.testimonial {
    padding: 55px 0;
    background: #ddd;
    text-align: center;
    position: relative;
    color: #000;
}

.testimonial h2 {
    color: #058ec9;
    margin: 10px 0 20px;
}

.testimonial-box {
    margin-top: 15px;
    margin-bottom: 15px;
}

.testimonial-img {
    float: left;
    width: 300px;
    margin-right: 90px;
}

/*.testimonial-img img{max-width:300px; width:100%; display:block; margin:0 auto;}*/

/*.testimonial-img img{background-color: white; max-width:180px; width:100%; display:block; margin:0 auto; border: 3px solid #058ec9;}*/

.testimonial-img img {
    background-color: max-width:374px;
    /*width:103%; */
    display: block;
    margin: 0 auto;
}

/*.testimonial-content{float:left; width:434px; text-align:left; margin-top:20px;}*/

.testimonial-content {
    float: left;
    width: 60%;
    text-align: left;
    margin-top: 20px;
}

.testimonial:after {
    content: '';
    display: block;
    margin-left: -20px;
    position: absolute;
    bottom: -38px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 20px solid #ddd;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    z-index: 2;
}



/*-----===========Form Section============----*/

.form-section {
    /*background:#272727;*/
    position: relative;
}

.form-section-inner {
    background: url(../images/footer-form-bg.jpg) no-repeat left top;
    background-size: cover;
    /*padding:35px 0 20px;*/
}

.form-box {
    float: right;
    width: 530px;
    border: 2px solid #fff;
    background: rgba(6, 59, 95, .9);
    padding: 40px;
    margin-right: 20px;
}

.form-box label {
    color: #fff;
}

.form-box h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

.form-product {
    float: right;
}

.form-product-list {
    margin: 143px auto 20px;
    width: 85px;
}

.form-product-list li {
    background: url(../images/guarnteed-coin.png) no-repeat center top;
    width: 100px;
    height: 110px;
    margin-bottom: 0px;
    margin-right: 30px;
}

.form-product-list li:nth-child(1) {
    display: block;
    background-position: 0 0;
}

.form-product-list li:nth-child(2) {
    display: block;
    background-position: 0 -115px;
}

.form-col2 {
    margin: 15px -10px 0;
}

.form-col1-2 {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.form-col1-2 label, .form-col label {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}

.form-col1-2 input, .form-col input, .form-col1-2 select, .form-col select {
    width: 100%;
    height: 42px;
    padding: 0 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 0 none;
    box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.3);
}

select[disabled] {
    opacity: 0.9;
}

.form-col {
    margin-top: 20px;
}

.submit-btn {
    text-align: center;
}

.sub-btn {
    margin-top: 25px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px 25px;
    display: inline-block;
    width: 98%;
}

.secure-form {
    text-align: center;
    margin-top: 20px;
    color: #fff;
    font-size: 12px
}

.secure-lock {
    background: url(../images/lock.png) no-repeat left top;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    /*margin-right: 5px;*/
    background-size: 9px 12px;
}

.error_msg_frm {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #fff;
}

.protect-package {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
    position: relative;
    text-align: left;
    background: url(../images/billing-protect-package.png) left top no-repeat;
    background-size: 6%;
    padding-left: 35px; //height: 50px;
    font-size: 0.8125em;
    color: #666;
    clear: both;
}

.protect-package:last-child {
    margin-right: 0;
}

.protect-package input[type='checkbox'] {
    position: relative;
    vertical-align: middle;
    bottom: 1px;
    float: left;
    margin: 3px 10px 10px 0;
}



.protect-package p {
    padding: 5px 0 0 23px;
}

.protect-package a {
    color: #666;
}

#tooltip {
    padding-top: 25px !important;
    font-size: 0.875em;
}


#tooltip img {
    vertical-align: middle
}

#tooltip img:nth-child(1) {
    margin-right: 5px;
    margin-bottom: 5px;
}

#tooltip img:nth-child(2) {
    position: absolute;
    top: 5px;
    right: 5px;
}

/*-----===========Footer Section============----*/

.footer-client {
    padding: 25px 0;
    background: #ebebeb;
    margin-bottom: 20px;
}

.footer-client ul {
    text-align: center;
}

.footer-client ul li {
    display: inline;
    padding: 5px;
}

.f-nav {
    margin: 30px 0;
    display: none;
}

.f-nav li {
    float: left;
    width: 50%;
}

.f-nav li a {
    text-decoration: none;
    background: #00aeef;
    font-size: 18px;
    color: #fff;
    padding: 15px;
    display: block;
    text-align: center;
}

.f-nav li a:hover {
    background: #0db9f9;
}

.floating-bar.float {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
}

.floating-bar {
    padding: 10px;
    background-color: #003E6B;
    border-style: solid;
    border-width: 3px;
    border-color: #f26322;
    /*-background:rgba(0,0,0,0.4)-*/
}

.float-btn {
    text-transform: uppercase;
}

/*-----===========Home page End============----*/

/*-----===========Order page Start============----*/

/*-.header-inner{ background:url(../images/inner-banner-bg.jpg) no-repeat left top; background-color:#000; padding-bottom:60px;}*/

.header-inner {
    background-color: #525252;
    padding-bottom: 60px;
}

.inner-logo {
    text-align: center;
    padding: 5px 0 5px 0;
}

.inner-logo img {
    max-width: 268px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
}

.order-banner {
    background: #fff;
}

.order-product {
    float: left;
    width: 65%;
    background: #fff;
    padding-bottom: 30px;
}

.order-form {
    float: left;
    width: 35%;
    background: #e6e6e6;
    padding-bottom: 47px;
    border-left: 1px solid #898989;
}

.order-product-head {
    background: #ebebeb;
    padding: 8px;
    border-bottom: 1px solid #898989;
}

.order-product-head ul li {
    float: left;
}

.order-product-head ul li:first-child {
    width: 150px;
    margin-left: 50px;
}

.order-inner-product {
    padding: 40px 40px 9px 40px;
}

.order-product-img {
    float: left;
    width: 120px;
    margin-right: 60px;
}

.order-product-img img {
    max-width: 200px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.order-product-content {
    float: left;
    width: 365px;
    margin-top: 30px;
}

.order-product-content .sm-txt {
    font-family: 'Roboto-Regular', Arial, sans-serif;
}

.order-product-content h5 {
    font-size: 20px;
}

.order-product-content h5 br {
    display: none;
}

.ex-space {
    margin-left: 28px;
}

.sm-txt {
    font-size: 14px;
}

.order-product-content table tbody {
    margin-top: 40px;
}

.order-product-content table thead tr td {
    padding: 0;
}

.order-product-content table tr td {
    padding: 10px;
}

.order-product-content table tr td:last-child {
    text-align: right;
}

.order-product-content.ty table tr td:last-child {
    text-align: left;
}

.order-product-content.ty p {
    margin-bottom: 0
}

.table-style {
    display: table;
    margin: 20px auto 0;
}

.table-cell-align {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}

.payment-head {
    padding: 20px;
    text-align: center;
    color: #262626;
    background-color: #003e6b;
    position: relative;
    text-transform: uppercase;
}

/* .payment-head:after {
	content: '';
	display: block;  
	position: absolute;
	bottom: -38px;
	left: 50%;
	margin-left:-15px;
	width: 0;
	height: 0;
	border-top: 20px solid #00aeef;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid transparent;
	z-index:2;
} */

.payment-icons-list {
    margin: 30px 0 15px;
    text-align: center;
    display: block;
}

.payment-icons-list li {
    display: inline;
    padding: 0 1px;
}

#payment-form {
    padding: 0 15px;
}

#payment-form .form-col2 {
    margin: 10px -5px 0;
}

#payment-form .form-col1-2 {
    float: left;
    width: 50%;
    padding: 0 5px;
}

#payment-form .form-col1-2 label, #payment-form .form-col label {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
    font-family: 'Roboto-Regular', Arial, sans-serif;
}

#payment-form .form-col1-2 input, #payment-form .form-col input, #payment-form .form-col1-2 select, #payment-form .form-col select {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: none;
    border: 1px solid #c1c1c1;
    font-size: 13px
}

#payment-form select {
    font-size: 13px;
}

#payment-form .form-col {
    margin-top: 10px;
}

.secure-form2 {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
}

.secure-lock2 {
    background: url(../images/lock2.png) no-repeat left top;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    /*margin-right: 5px;*/
    background-size: 9px 12px;
}

.sub-btn2 {
    margin: 16px 5px 0;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 15px 20px;
    width: 98%;
    display: inline-block;
}

.sub-btn3 {
    margin-top: 5px;
    font-size: 22px;
    text-transform: uppercase;
    padding: 30px 0;
    width: 80%;
    display: inline-block;
}

#payment-form input::-webkit-input-placeholder {
    color: #acacac;
    font-size: 13px;
}

#payment-form input::-moz-placeholder {
    color: #acacac;
    font-size: 13px;
}

/* firefox 19+ */

#payment-form input:-ms-input-placeholder {
    color: #acacac;
    font-size: 13px;
}

/* ie */

#payment-form input:-moz-placeholder {
    color: #acacac;
    font-size: 13px;
}

.order-icons-list {
    margin: 40px -2px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.order-icons-list li {
    display: inline;
    padding: 0 2px;
}

.form-secure-link {
    color: #969696;
}

/* cvv image popup style start*/

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.45);
    z-index: 99;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal.cvv {
    padding: 0;
    background: transparent;
    border: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.reveal-modal.cvv .img-wrap {
    max-width: 460px;
    max-height: 360px;
    margin: 0 auto;
    position: relative;
}

.reveal-modal.cvv .img-wrap img {
    width: 100%;
    height: auto;
}

.reveal-modal.cvv .close-reveal-modal {
    color: #000;
    border: 2px solid #000;
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.875rem;
    right: -0.9375rem;
    top: -0.9375rem;
    text-align: center;
}

dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaa;
    font-weight: bold;
    cursor: pointer;
}

.reveal-modal.cvv .close-reveal-modal .close-sign {
    margin-left: 1px;
    margin-top: -2px;
    line-height: 1.875rem;
    display: block;
}

dialog.small, .reveal-modal.small {
    max-width: 460px;
    width: 100%;
    margin-top: 8%;
    margin: 8% auto 0;
    left: 0;
    right: 0;
}

dialog, .reveal-modal {
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: 100;
    width: 100vw;
    top: 0;
    left: 50%;
    background-color: #fff;
    padding: 1.25rem;
    border: solid 1px #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.icon-close:before {
    content: 'X';
    display: block;
    font-style: initial;
}

/* cvv image popup style end*/

.inner-footer {
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}

.footer-menu li {
    display: inline;
    padding: 0;
    font-size: 12px;
}

.footer-menu li a {
    padding: 0 10px 0 8px;
    text-decoration: none;
    color: #000;
    border-right: 1px solid #dadada;
}

.footer-menu li:last-child a {
    border-right: 0;
}

.copyright {
    margin: 10px 0 0px;
    font-size: 12px;
}

.inner-footer p {
    font-size: 14px;
    line-height: 16px;
}

.freeWtest {
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 10px 0 10px 10px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #000;
    height: 85px;
    width: 161px;
    background: #ffffff;
}

.freeWtest span {
    float: left;
    height: 20px;
    background: #fff;
    font-weight: bold;
    padding: 0 0 5px;
}

/*-----===========Upsell page Start============----*/

.header-inner2 {
    background: #000 url(../images/inner-header-bg2.png) no-repeat center bottom;
}

.header-inner2 .logo img {
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.header-txt-flag {
    float: left;
    margin-right: 5px;
    text-align: right;
    font-size: 13px;
    color: #fff;
    margin-top: 12px;
}

.flag-img {
    float: left;
    margin-top: 12px;
}

.upsell-wait-txt {
    margin: 0;
    text-align: center;
    background-color: red;
    padding: 10px;
    color: #fff;
}

.upsell-wait-txt.alt {
    margin: 0;
    text-align: center;
    background-color: #fff;
    padding: 10px 5px;
    color: red;
}

.upsell-thks-txt {
    margin: 20px 0;
    text-align: center;
}

.upsell-thks-txt.alttxt2 {
    margin: 0
}

.upsell-thks-txt .sm-txt {
    color: #959595;
    margin-bottom: 5px;
}

.upsell-thks-txt h4 {
    margin-bottom: 10px;
}

.upsell-thks-txt h6 {
    line-height: 22px;
}

.upsell-product-header {
    /*text-align: center;*/
    padding-left: 20px
}

.upsell-coupon {
    max-width: 750px;
    margin: 0 auto;
    overflow: auto;
    padding: 0;
}

.upsell-coupon img {
    border: 0;
    height: auto;
    line-height: 100%;
    outline: none;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
}

.upsell-product {
    width: 636px;
    margin: 0 auto 20px;
    border: 3px dashed #333;
    padding: 30px 20px 30px 10px;
    background: url(../images/upsell-pro-bg.png) no-repeat left top;
}

.upsell-btn-area {
    width: 100%;
    background-color: #fff;
    padding: 15px 0 30px;
    border: none;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin: 0 auto 30px;
    max-width: 750px;
}

.upsell-btn-inner a {
    text-decoration: none
}

.upsell-product.bsburn {
    background: url(../images/upsell-pro-bg-bsburn.png) no-repeat left top;
    /*border: 4px solid #fb1911;*/
}

.upsell-product.pr {
    background: url(../images/upsell-pro-bg-pr.png) no-repeat left top;
    background-size: cover;
    /*border: 3px dashed #333;*/
}

.upsell-product-img {
    width: 238px;
    float: left;
    margin-right: 20px;
}

.upsell-product-img.pr {
    /*width: 150px; */
    margin-top: 50px;
}

.upsell-product-img img {
    max-width: 238px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.upsell-product-content {
    width: 310px;
    float: right;
}

.upsell-product-content.pr {
    width: 330px
}

.upsell-product-content img:first-child {
    max-width: 320px;
    width: 100%;
    display: block;
}

.upsell-product-content h6 {
    line-height: 22px;
}

.upsell-product-content ul {
    margin: 20px 0;
}

.upsell-product-content li {
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
    line-height: 20px;
    font-size: 16px;
}

.upsell-product-content li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(../images/upsell-list-arrow.png) no-repeat left center;
    width: 12px;
    height: 14px;
}

.limttime-offer {
    margin-bottom: 10px;
    color: #690409;
    font-style: italic;
    font-size: 20px;
    margin-top: 30px;
}

.limttime-offer-1 {
    margin-bottom: 10px;
    color: #666;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.md-btn {
    font-size: 13px;
    padding: 10px 20px;
}

.lg-btn {
    font-size: 23px;
}

.addfor-just {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
}

.order-btn-inner {
    text-align: center;
    position: relative;
    max-width: 245px;
}

.upsell-left-arrow {
    position: absolute;
    top: -30px;
    right: -25px;
}

.thks-continue {
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
}

.thks-continue.alt::before {
    content: url(../images/upsell-decline.png);
    margin: 0 10px 0 0;
    position: relative;
    top: 2px;
}

.thks-continue a {
    color: #959595;
    text-decoration: underline;
}

.upsell-left-arrow {
    position: absolute;
    float: right;
}

.upsell-prdt-mb {
    display: none;
}

.upsell-scissors {
    width: 80%;
    height: 48px;
    background-image: url(../images/scissors.png);
    background-repeat: no-repeat;
    background-position: 80% 50%;
    position: absolute;
    background-size: 38px 34px;
    z-index: 10;
    top: -22px;
}

.verified-by-logos {
    margin: 2% 0;
    text-align: center;
}

/*-----===========confirm page Start============----*/

.confirm-container {
    width: 750px;
    margin: 40px auto;
}

.confirm-inner {
    width: 600px;
    margin: 40px auto;
}

.confirm-img {
    float: left;
    width: 125px;
    margin-right: 25px;
}

.confirm-img img {
    max-width: 123px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.confirm-txt {
    float: left;
    width: 450px;
}

.confirm-txt h4 {
    margin-bottom: 10px;
}

.freeWtest {
    display: none
}

.top-header-mob {
    width: 108%;
    height: 50px;
    position: fixed;
    top: 0;
    z-index: 99;
    margin: 0;
    padding: 0;
    display: none;
    left: -15px;
    right: -38px;
}

/* Responsive styles start*/

@media (max-width:1279px) {
    .dr-img {
        display: none;
    }
    .site-secure {
        display: none;
    }
}

@media (max-width:1023px) {
    body.header-fixed {
        padding-top: 0px;
    }
    .container {
        width: 750px;
    }
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 24px;
    }
    h5 {
        font-size: 20px;
    }
    .banner-col1 {
        width: 330px;
        margin-top: 50px;
    }
    .banner-col2 {
        width: 420px;
        margin-top: 150px;
    }
    .banner {
        display: none;
    }
    .tab-banner {
        display: block;
        background-color: #858383;
    }
    .mental-ability, .brain-power, .genius, .cognitive-enhancement, .testimonial {
        /*padding:40px 0;*/
    }
    .mental-ability-img {
        width: 200px;
    }
    .mental-ability-content {
        width: 510px;
    }
    .ability-oranga-box {
        width: 370px;
    }
    .ability-list li {
        float: none;
        width: 100%;
    }
    .brain-list {
        margin-bottom: 0;
    }
    .genius-inner {
        margin: 30px 0;
    }
    .genius-img {
        width: 40%;
    }
    .genius-content {
        width: 445px;
    }
    .hard-clear .container, .boosttest .container {
        width: 100%;
    }
    .hardclear-inner, .boosttest-inner {
        margin: 0;
    }
    .hardclear-content, .boosttest-content {
        width: 100%;
        min-height: inherit;
    }
    .hardclear-img, .boosttest-img img {
        display: none;
    }
    .testimonial-img {
        width: 26%;
        margin-left: 10px;
    }
    /*.testimonial-content{width:590px; margin-top:0;}*/
    .testimonial-content {
        width: 55%;
        margin-top: 0;
    }
    .cognitive-enhancement-table tr th {
        padding-left: 20px;
    }
    .order-product-img {
        margin-right: 20px;
        width: 95px;
    }
    .order-product-content {
        width: 331px;
        margin-top: 5px;
    }
    .payment-head h3 {
        font-size: 34px;
    }
    .table-cell-align {
        padding: 0 3px;
    }
    .order-inner-product {
        padding: 15px 20px 9px 20px;
    }
    .ex-space {
        margin-left: 0;
    }
    .thks-continue {
        margin-bottom: 30px;
    }
    .form-product-list {
        margin: 120px auto 20px;
    }
    .sub-btn2 {
        font-size: 15px;
    }
    .right-arrow2 {
        top: 4px;
    }
}





/* Responsive styles end*/

@media only screen and (max-width: 40em) {
    .hide-for-phone-only {
        display: none !important;
    }
}

@media only screen and (min-width: 40em) {
    .hide-for-tablet-up {
        display: none !important;
    }
}

.responsive-img {
    border: 0;
    height: auto;
    line-height: 100%;
    outline: none;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
}

#discount img {
    width: 100%
}

.cta-btn {
    margin-top: 0px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 25px 5px;
    display: inline-block;
    width: 98%;
    background: #f26322;
    background: -moz-linear-gradient(left, #f263221%, #f2632249%, #f26322100%);
    background: -webkit-linear-gradient(left, #f263221%, #f2632249%, #f26322100%);
    background: linear-gradient(to right, #f263221%, #f2632249%, #f26322100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26322', endColorstr='#f26322', GradientType=1);
    border: 0 none;
    border-radius: 5px;
    color: #fff;
}

/*-----===========checkout affirmation============----*/

@media all and (max-width: 767px) {
    .mobile_hide {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .desktop_hide {
        display: none;
    }
}

/*-----===========bottom button ============----*/

@media (min-width:768px) {
    .floating-bar {
        display: none;
    }
}

.banner-h4 {
    color: #30789B;
    letter-spacing: 1px;
    font-size: 16px;
}

.featured-promo {
    background: #f7f7f7;
}

a, a:link, a:visited, a:hover {
    color: #444444;
    text-decoration: none;
}

.living-proof {
    /*max-width: 1042px;*/
    height: auto;
    margin: 0 auto;
}

.living-proof .title-sec {
    width: 100%;
    height: auto;
    padding: 27px 0;
    margin: 0 auto 37px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    background: url(../images/squared-box.png) 0 0 repeat;
}

.living-proof p {
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin: 0 0 24px;
}

.living-proof h2 {
    color: #494949;
    font-size: 45px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.living-proof h3 {
    color: #205E6C;
    font-size: 26px;
    font-weight: normal;
    line-height: 38px;
    text-align: center;
    margin: 0 0 25px;
    font-weight: 700;
}

.living-proof .casestudy {
    max-width: 944px;
    height: auto;
    margin: 0 auto;
    background: #f9f9f9;
}

.living-proof .casestudy .studybox {
    width: 46%;
    margin: 0 0 14px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.dont-giveup {
    max-width: 967px;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 0 0 0px;
}

.dont-giveup .buy-btn {
    max-width: 270px;
    margin: 0 auto;
    display: table;
    position: absolute;
    bottom: 41px;
    right: 235px;
}

a {
    text-decoration: none;
}

@media all and (max-width: 767px) {
    .banner-ft-2 {
        display: none;
    }
    .misscall {
        display: none;
    }
    #disc_desk {
        display: none;
    }
    .client {
        display: none;
    }
    .wat_div {
        display: none;
    }
    .form-box {
        background: rgba(6, 59, 95, .9);
    }
    #hairprodesk {
        display: none;
    }
    .genius-content {
        width: 100%;
    }
    .lg_brand {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .mob-tap-sider {
        display: none;
    }
    #hairpromob {
        display: none;
    }
    .logo_right {
        display: none;
    }
    .genius-content {
        width: 56%;
    }
    .misscall-mob {
        display: none;
    }
    #disc_mob {
        display: none;
    }
    .mb_brand {
        display: none;
    }
}
/* new class start */
.call_div {
    width: 100%;
    display: block;
    background: none repeat scroll 0% 0% #F26322;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    position: relative;
    top: 0px;
    z-index: 2222;
    visibility: visible;
}
/* new class end */
.ReviewsandRatings{
    font-weight:600; letter-spacing:1px; 
    color:#205E6C;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 8px;
}
.OverAllRating{
    font-size: 18px;
    margin: 15px 0 10px;
    font-weight: bold;
}
/*=================categoryProduct===============*/
.categoryProduct {
  margin: 0 auto;
  padding: 0;
}
li.item {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  min-height: 180px;
  padding: 16px;
}
li.item .product {
  background-color: #fff;
  padding: 15px 15px 12px;
  box-shadow: 0 1px 9px rgba(0,0,0,.09);
  text-align: center;
  position: relative;
  cursor: pointer;
  min-height: 438px;
  color: #78909c;
}
.stickerImg {
    position: absolute;
    right: 0;
    top: -3px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.product-head {
    padding-bottom: 0;
    margin-bottom: 10px;
    height: auto;
    position: relative;
}
.product-head h2, .product-head p {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.product-head h2 {
    margin: 0 auto;
    padding-top: 15px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
}
.product-head p {
    height: 53px;
    margin: 0;
    line-height: 17px;
}
.image-product-responsive {
    position: relative;
    max-width: 223px;
    display: inline-block;
}
.image-product-responsive a {
    display: block;
    height: 150px;
}
.image-product-responsive a img {
    max-height: 100%;
}
.review-tag {
    margin-left: 10px;
    color: #3C83F5;
    text-transform: uppercase;
    font-weight: bold;
}
.review-tag .btn {
    background: green;
    font-size: 10px;
    padding: 2px 6px;
    color: #fff;
}
.buy-ro-price {
  margin-top: 5px;
  color: #3c83f5;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.product .botBtn {
    height: 46px;
}
.botBtn {
    position: relative;
    background: #fff;
    left: 0;
    width: 100%;
    margin-top: 10px;
}
a.blueProd, a.prodBtn:hover {
    background: #2196f3;
    color: #fff;
}
a.blueProd, a.blueProd:hover {
    border: 1px solid #2196f3;
}
a.blueProd, a.prodBtn {
    font-weight: 600;
    padding: 6px 10px;
    width: 45%;
    font-size: 12px;
    border-radius: 23px;
}
a.prodBtn {
    color: #2196f3;
}
.blueProd a, .prodBtn a, a.blueProd, a.prodBtn {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #2196f3;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.caption li {
    margin-bottom: 10px;
    font-size: 13px;
    text-align: left;
    padding-left: 15px;
    line-height: 20px;
    font-weight: 600;
    position: relative;
}
.caption li:first-child{height: 35px;}
.caption li:after {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
  background: #78909c;
  border-radius: 50%;
}
.caption {
    margin-top: 15px;
}
.videobox {
    padding: 5px 5px 3px 5px;
    background: #fff;
    margin: 10px 0;
    border: 1px solid #e4e4e4;
}
.videobox video{width: 100%}

@media (max-width: 767px) {
    .video_sec2{padding: 10px 0}
    .video_sec2 .videobox{max-width: 100%}
}