@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;0,900;1,400;1,700;1,900&amp;display=swap');
* {
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Roboto', sans-serif;
}
/* make sure to set some focus styles for accessibility */ :focus {
  outline: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  font-family: 'Roboto', sans-serif;
}
img {
  max-width: 100%;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button, input, select, textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html, button, input, select, textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
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;
}
.container1 {
  margin: 0 auto;
  width: 1120px;
}
.container {
  margin: 0 auto;
  width: 1005px;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clearfix {
  clear: both;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-border {
  border: none;
}
.no-radius {
  border-radius: 0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
sup {
  font-size: 8px;
  vertical-align: 10px;
}
/*******************************Default / Reset CSS Ends Here*****************************/
.top-bar {
  position: relative;
  background: #000;
  padding: 10px 0;
  color: #FFF;
  text-align: center;
}
.top-bar h1 {
  font-size: 15px;
}
.top-bar h1 b {
  font-weight: 700;
  color: #ffb015;
}
.main-sec {
  position: relative;
  background: url(../images/banner.png) no-repeat center top;
  height: 800px;
  width: 100%;
  padding-top: 15px;
}
.logos {
  position: relative;
  margin-left: 300px;
  float: left;
}
.usa {
  margin-right: 38px;
  float: right;
  margin-top: 5px;
  margin-bottom: 10px;
}
.usa img {
  float: left;
  margin-right: 10px;
}
.usa span {
  display: block;
  overflow: hidden;
  font-size: 15px;
  color: #000;
}
.main-sec .container1 {
  height: 624px;
  position: relative;
}
.main-sec .bottle1 {
  position: absolute;
  left: -170px;
  bottom: -210px;
  z-index: 1;
}
.heading-sec {
  position: relative;
  width: 580px;
  margin-left: 220px;
  margin-top: 50px;
  float: left;
}
.heading-sec .m-h {
  margin: 0 auto;
  display: block;
}
.heading-sec h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 30px;
  text-indent: 100px;
  margin-bottom: -15px;
}
.heading-sec h3 {
  display: block;
  background: url(../images/plus-img.png) no-repeat center bottom;
  height: 94px;
  width: 529px;
  text-align: center;
  font-size: 22px;
  color: #FFF;
  font-weight: 900;
  line-height: 105px;
  margin: 0 auto;
  text-indent: 60px;
}
.heading-sec small {
  text-align: center;
  display: block;
  font-size: 18px;
  padding: 5px 0;
}
.heading-sec ul {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-left: 65px;
}
.heading-sec ul li {
  display: block;
  font-size: 23px;
  margin-top: 8px;
  font-weight: 700;
}
.heading-sec ul li strong b {
  color: #8d181b;
}
.heading-sec a {
  display: block;
  margin-top: 30px;
  margin-left: 35px;
}
.heading-sec span {
  display: block;
  text-align: center;
  padding-top: 20px;
}
.form-sec {
  position: relative;
  background: #8d181b;
  float: right;
  border-radius: 5px 5px 0 0;
  width: 290px;
  margin-right: 10px;
}
.form-sec strong {
  font-size: 18px;
  font-weight: 900;
  color: #ffb015;
  font-style: italic;
  text-align: center;
  display: block;
  padding-bottom: 5px;
  padding-top: 20px;
  text-shadow: 1px 1px 3px #333;
}
.form-sec h2 {
  font-size: 28px;
  font-weight: 900;
  color: #FFF;
  font-style: italic;
  text-align: center;
  display: block;
  padding-bottom: 15px;
  text-shadow: 1px 1px 3px #333;
}
.form-sec .timer-bg {
  background: #4d1116;
  padding: 10px 0;
  border-top: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
}
.form-sec .timer-bg img {
  float: left;
  margin-left: 15px;
  margin-right: 20px;
}
.form-sec .timer-bg #clock .form-sec .timer-bg #clock, .form-sec .timer-bg #clock div {
  float: left;
}
.form-sec .timer-bg #clock small {
  float: left;
  color: #FFF;
  font-size: 20px;
  margin: 0 10px;
  line-height: 30px;
}
.form-sec .timer-bg #clock div.hours, .form-sec .timer-bg #clock div.minutes, .form-sec .timer-bg #clock div.seconds {
  display: block;
  font-size: 25px;
  line-height: 30px;
  padding: 2px 5px;
  background: #FFF;
  border-radius: 5px;
  height: 32px;
}
.form-sec form {
  position: relative;
  padding: 10px;
}
.form-sec form input, .form-sec form select {
  height: 35px;
  width: 100%;
  padding: 0 10px;
  margin-top: 10px;
}
.form-sec form a {
  display: block;
  margin-top: 20px;
  animation: pulse 2s infinite;
}
.form-sec center {
  display: block;
  padding-bottom: 15px;
  margin-top: 5px;
}
@keyframes pulse {
  0% {
    transform: scale(0.90);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.90);
  }
}
/********************Main Section CSS Ends Here******************/
.fall-sec {
  position: relative;
  margin-top: 35px;
  text-align: center;
}
.fall-sec h2 {
  font-size: 52px;
  color: #ed1c24;
  font-size: 54px;
  font-weight: 900;
}
.four-circles {
  position: relative;
  background: url(../images/circles.png) no-repeat center top;
  min-height: 253px;
  width: 100%;
  margin-top: 5px;
}
.four-circles .boxes {
  width: 25%;
  padding: 20px 15px;
  float: left;
  font-size: 20px;
  font-weight: 700;
  margin-top: 250px;
}
.yes-sec {
  position: relative;
  margin-top: 25px;
  background: url(../images/board-img.png) no-repeat center top;
  height: 230px;
  margin: 0 auto;
}
.yes-sec p {
  font-size: 22px;
  color: #000;
  display: block;
  line-height: 90px;
}
.yes-sec p b {
  font-size: 36px;
  color: #ef2622;
  font-weight: 900;
}
.yes-sec strong {
  font-size: 28px;
  font-weight: 700;
  color: #FFF;
}
.yes-sec strong span {
  font-weight: 400;
}
.yes-sec strong em {
  font-style: normal;
  color: #ffb015;
}
/********************Fall Section CSS Ends Here******************/
.nature-sec {
  background: url(../images/natures-bg.png) no-repeat center top;
  height: 980px;
  width: 100%;
  margin-top: 50px;
  padding-top: 50px;
}
.nature-sec .container {
  position: relative;
  height: 758px;
}
.nature-sec h2 {
  font-size: 52px;
  font-weight: 700;
  color: #8d181b;
  margin-top: 30px;
}
.nature-sec h2 span {
  font-weight: 700;
  color: #ed1c24;
}
.nature-sec p {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  width: 70%;
  display: block;
  padding: 20px 0;
}
.nature-sec p b {
  font-weight: 700;
}
.nature-sec h3 {
  display: block;
  font-size: 36px;
  font-weight: 700;
  margin-top: 30px;
  color: #ed1c24;
}
.nature-sec .triple {
  float: left;
  background: url(../images/3-times.png) no-repeat center top;
  height: 178px;
  width: 769px;
  margin-top: 25px;
}
.nature-sec img.pull-right {
  position: absolute;
  right: -150px;
  bottom: -20px;
}
.nature-sec .triple strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding: 17px 0;
  margin-left: 350px;
}
.nature-sec .triple strong:nth-child(2) {
  color: #FFF;
}
.red-bar {
  position: relative;
  background: url(../images/red-bar.png) repeat-x center top;
  width: 100%;
  height: 113px;
  color: #FFF;
}
.red-bar .pull-left {
  margin-top: 25px;
}
.red-bar .pull-right {
  margin-top: 25px;
}
.red-bar h4 {
  font-size: 32px;
  font-weight: 700;
}
.red-bar h4 em {
  font-style: normal;
  color: #ffb015;
}
.red-bar span {
  font-size: 26px;
}
.red-bar span b {
  font-weight: 700;
}
.red-bar a {
  display: block;
  animation: pulse 2s infinite;
}
/********************Nature Section CSS Ends Here******************/
.benifit-sec {
  position: relative;
}
.common-heading {
  position: relative;
  display: block;
  padding-top: 40px;
  text-align: center;
}
.common-heading h2 {
  font-size: 52px;
  font-weight: 700;
  color: #8d181b;
}
.common-heading span {
  font-weight: 700;
  color: #ed1c24;
}
.common-heading img {
  display: block;
  margin: 10px auto;
}
.common-heading small {
  font-size: 20px;
}
.common-heading small b {
  font-weight: 700;
}
.benifit-sec .lhs {
  width: 300px;
}
.benifit-sec .lhs.pull-left img {
  float: left;
  margin-right: 15px;
}
.benifit-sec .lhs.pull-right img {
  float: right;
  margin-left: 15px;
}
.benifit-box {
  display: block;
  margin-top: 35px;
}
.benifit-sec .lhs h3 {
  font-size: 26px;
  color: #333;
  font-weight: 700;
  display: block;
  margin-top: 10px;
  line-height: 30px;
}
.benifit-sec .lhs h3 strong {
  color: #ed1c24;
  display: block;
}
.benifit-sec .lhs p {
  font-size: 15px;
  line-height: 20px;
  display: block;
  padding: 10px 0;
}
.benifit-sec img.pull-left {
  margin-top: 30px;
}
/********************Benifit Section CSS Ends Here******************/
.ingredients-sec {
  position: relative;
}
.ing-box {
  position: relative;
  width: 33%;
  float: left;
  text-align: center;
  margin-top: 20px;
}
.ing-box h3, .ing-box2 h3 {
  font-size: 28px;
  font-weight: 700;
}
.ing-box h3 span, .ing-box2 h3 span {
  display: block;
  color: #ed1c24;
}
.ing-box2 {
  position: relative;
  text-align: center;
  margin-top: 20px;
  margin-top: -110px;
}
.ing-box2.pull-left {
  margin-left: 245px;
}
.ing-box2.pull-right {
  margin-right: 265px;
}
.mmm {
  margin-left: auto;
  float: right;
  margin-right: -60px;
}
.ing-box2.pull-right.mmmm {
  margin-left: auto;
  margin-right: 200px;
}
.haldi {
  float: left;
  margin-top: 70px;
}
.haldi img {
  float: left;
}
.haldi h3 {
  font-size: 28px;
  font-weight: 700;
  float: left;
  margin-left: 5px;
  margin-top: 42px;
}
.haldi h3 span {
  color: #ed1c24;
}
.warranty {
  position: relative;
  background: url(../images/warranty.png) no-repeat center top;
  height: 142px;
  width: 410px;
  float: right;
  margin-top: 50px;
}
.warranty strong {
  font-size: 28px;
  font-weight: 900;
  font-style: italic;
  float: right;
  margin-top: 28px;
  margin-right: 50px;
}
.warranty h4 {
  font-size: 24px;
  font-weight: 700;
  float: right;
  margin-top: 15px;
  margin-right: 40px;
  color: #FFF;
  letter-spacing: 5px;
}
.warranty b {
  font-size: 35px;
  font-weight: 900;
  float: right;
  margin-top: 0px;
  margin-right: 30px;
  color: #FFF;
  letter-spacing: 1px;
}
/********************Ingredients Section CSS Ends Here******************/
.testimonials-sec {
  position: relativee;
}
.review-box {
  position: relative;
  display: block;
  float: left;
  width: 31%;
  margin-right: 20px;
  text-align: center;
  border: 1px solid #8d181b;
  background: #8d181b;
  border-radius: 5px;
  min-height: 380px;
  margin-top: 55px;
}
.review-box span {
  display: block;
  background: #FFF;
  border-radius: 5px 5px 0 0;
  height: 100px;
}
.review-box span img.user {
  margin-top: -25px;
  float: left;
  margin-left: 15px;
}
.review-box span strong {
  display: block;
  padding: 10px;
  font-size: 19px;
  font-weight: 700;
  font-style: italic;
  line-height: 27px;
}
.review-box .arrow {
  text-align: left;
  display: block;
  margin-left: 62px;
}
.review-box p {
  font-size: 18px;
  line-height: 25px;
  display: block;
  padding: 10px;
  color: #FFF;
}
.review-box p b {
  font-weight: 700;
}
.review-box .nm {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  background: url(../images/name-bg.png) no-repeat;
  width: 201px;
  height: 37px;
  text-align: left;
  padding: 10px;
  font-weight: 700;
  font-size: 17px;
  font-style: italic;
}
.review-box .nm em {
  font-weight: 400;
  color: #e39e93;
}
.review-box .starss {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
/********************Testimonials Section CSS Ends Here******************/
.f-sec {
  background: url(../images/footer-above.png) no-repeat -330px top;
  height: 830px;
}
.f-sec .logos {
  margin-left: 110px;
}
.f-sec .heading-sec {
  margin-left: 0;
}
.f-sec .heading-sec ul, .f-sec .heading-sec a {
  margin-left: 0;
}
.f-sec .heading-sec a {
  animation: pulse 2s infinite;
}
.btl {
  float: left;
  margin-top: 240px;
  margin-left: -282px;
}
.log {
  position: absolute;
  bottom: 90px;
}
/********************Footer Section CSS Ends Here******************/
footer {
  position: relative;
  display: block;
  padding: 35px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
footer ul li {
  margin: 15px 0;
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #000;
}
footer ul li a, footer a {
  display: block;
  color: #000;
  text-decoration: none;
}
/********************Main Footer Section CSS Ends Here******************/
.check {
  position: relative;
  background: url(../images/chkout-bg.jpg) no-repeat center 20px;
}
.checkouot {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  display: block;
  margin-top: 20px;
}
.logoss {
  float: left;
  margin-top: 20px;
  margin-left: 61px;
}
.s-img {
  margin-top: 20px;
  margin-right: 15px;
}
.t-bar {
  display: block;
  background: #FF0600;
  padding: 5px;
  margin-top: 20px;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  vertical-align: middle;
}
.t-bar strong {
  font-size: 40px;
  vertical-align: -6px;
}
.pro-sec {
  position: relative;
  width: 648px;
  float: left;
  margin: 0 15px;
}
.pro-sec h2 {
  font-size: 24px;
  line-height: 24px;
  padding: 25px 0 15px 0;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.products {
  display: block;
  border: 1px solid #000;
  margin-bottom: 18px;
  cursor: pointer;
}
.products .p-header {
  display: block;
  background: #3b3b3b;
  color: #FFF;
}
.products .p-header img {
  float: left;
  margin: 10px 20px;
  opacity: 0;
}
.products .p-header h3 {
  float: left;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 0;
}
.products .p-header h3 span {
  color: #fff600;
}
.products .p-header strong {
  float: right;
  display: block;
  padding: 15px;
  padding-left: 55px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  background: url(../images/bg-ic-freeshpng.png) left top no-repeat #A5A5A5;
}
.products .p-body {
  padding: 20px 15px;
}
.products .p-body center {
  float: left;
  width: 350px;
  text-align: center;
}
.products .p-body .selected {
  float: right;
  padding: 20px 10px;
  border-radius: 10px;
  background: #3B3B3B;
  text-align: center;
  color: #FFF;
}
.products .p-body .selected h4 {
  font-size: 22px;
  font-weight: 700;
}
.products .p-body .selected p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  padding: 5px 0;
}
.products .p-body .selected b {
  font-size: 38px;
  font-weight: 700;
}
.products .p-body .selected b small {
  font-size: 22px;
}
.products .p-body .selected a {
  display: block;
  background: url(../images/select.png) no-repeat center top;
  width: 215px;
  height: 51px;
  margin-top: 15px;
}
.products.active {
  border: 1px solid #8D181B;
}
.products.active .p-header {
  background: #8D181B;
}
.products.active .p-header img {
  opacity: 1;
}
.products.active .p-header strong {
  background: url(../images/bgactv-ic-freeshpng.png) left top no-repeat #000;
}
.products.active .p-body .selected {
  background: #8D181B;
}
.products.active .p-body .selected a {
  background: url(../images/select-act.png) no-repeat center top;
}
.risk {
  display: block;
  padding: 40px 0;
}
.risk img {
  float: left;
  margin-right: 20px;
}
.risk span {
  display: block;
  overflow: hidden;
}
.risk h5 {
  font-size: 22px;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 10px;
}
.risk p {
  font-size: 16px;
  line-height: 24px;
}
.payment-form {
  float: right;
  width: 305px;
  margin-top: 10px;
}
.payment-form .form-sec {
  width: 100%;
}
.payment-form .form-sec strong {
  font-size: 26px;
  font-weight: 400;
}
.payment-form .form-sec b {
  font-size: 17px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  font-weight: 700;
  color: #FFF;
}
.payment-form .form-sec p {
  font-size: 14px;
  line-height: 20px;
  color: #FFF;
}
.payment-form .form-sec .form label {
  color: #FFF;
  margin-left: 10px;
}
.payment-form .form-sec .form label input[type="radio"] {
  height: 15px;
  width: 15px;
}
.payment-form .form-sec .form .cards label {
  float: left;
  font-size: 13px;
  text-align: right;
  width: 60px;
  margin-top: 11px;
  margin-right: 10px;
}
.payment-form .form-sec .form .cards .cardd {
  width: 205px;
  margin: 0;
  margin-bottom: 8px;
  height: 35px;
}
.payment-form .form-sec .form .cards .half {
  width: 100px;
  margin: 0;
  margin-bottom: 8px;
  height: 35px;
}
.payment-form .form-sec .form .cards a.cvv {
  color: #FFF;
  font-size: 12px;
  animation: none;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}
.ccard {
  display: none;
}
.payment-form .form-sec .form label.yes {
  clear: both;
  text-align: center;
  width: 100%;
}
.payment-form .form-sec .form input {
  height: 15px;
  width: 15px;
}
.feedbacks {
  position: relative;
  display: block;
  padding: 20px 0;
}
.feedbacks h3 {
  font-size: 19px;
  font-weight: 700;
  padding-top: 10px;
}
.feedbacks img {
  display: block;
  float: left;
}
.feedbacks strong {
  display: block;
  overflow: hidden;
}
.feedbacks strong {
  font-size: 17px;
  font-style: italic;
  padding: 25px 20px 15px 20px;
  line-height: 20px;
  padding-top: 15px;
  display: block;
  overflow: hidden;
}
.feedbacks p {
  font-size: 16px;
  line-height: 22px;
  display: block;
  padding: 10px 20px;
  text-align: center;
  font-weight: 300;
  clear: both;
}
.feedbacks hr {
  margin-right: 15px;
}
.no-address {
  display: none;
}
/***************************Checkout Page CSS Ends Here**************************/
.responsive {
  background: url(../images/background-gold.jpg) no-repeat center top fixed;
  background-size: 100vw auto;
}
.headers {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.headers .logs {
  display: block;
  margin: 15px 0 20px 45px;
}
.wrapper {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 50px;
  background: #fff;
  padding: 80px 30px 30px 30px;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
  -khtml-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
  border: 1px solid #eee;
}
.congrats {
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.congrats h1 {
  color: #FFF;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
  font-size: 1.8rem;
  font-weight: 700;
}
.congrats h1 span {
  border: 1px solid #fff;
  padding: 4px 20px 3px;
  box-shadow: 0 0 1px #fff, 0 1px 3px rgba(0, 0, 0, .6);
  background-color: #b91303;
}
.congrats em {
  display: block;
  height: 10px;
  border-bottom: 1px solid #EEE;
  border-top: 1px solid #EEE;
  margin-top: -20px;
}
.congrats h2 {
  display: block;
  font-size: 2.2rem;
  letter-spacing: -.03em;
  line-height: 50px;
  margin-top: 40px;
}
.congrats h2 strong {
  font-weight: 700;
  color: #c42326;
}
mark {
  background: #fff8ac;
  padding: 2px 4px;
  font-weight: 700;
}
.congrats h2 b {
  font-weight: 700;
}
.congrats small {
  display: block;
  height: 1px;
  width: 70%;
  margin: 30px auto;
  border-bottom: 3px dotted #EEE;
}
.congrats h2 i {
  font-style: italic;
}
.congrats p {
  display: block;
  font-size: 20px;
  padding: 0 60px;
  line-height: 30px
}
.congrats p strong {
  font-weight: 700;
  color: #c42326;
}
.congrats p b {
  font-weight: 700;
}
i {
  font-style: italic;
}
.warning {
  display: block;
  text-align: left;
  margin: 48px 40px 40px;
  background: url(../images/warning.png) no-repeat left 30px;
  padding-left: 175px;
  border-top: 5px solid #EEE;
  border-bottom: 5px solid #EEE;
}
.warning h2 {
  padding-bottom: 25px;
}
.gradient-box {
  position: relative;
  border: 1px solid #c79205;
  padding: 20px 50px;
  font-weight: 700;
  box-shadow: 0 0 1px #fff, 0 1px 3px rgba(0, 0, 0, .6);
  background: linear-gradient(180deg, #ffe75e 0, #fff8ab);
  margin-top: 32px;
  margin-bottom: 64px;
  margin: 2rem 7% 4rem;
}
.gradient-box h2 {
  margin: 0;
}
.imp {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: block;
  padding: 30px 0;
}
.img-link {
  position: relative;
  margin: 0 auto;
  max-width: 840px;
  box-shadow: 0 4px 8px 4px transparent;
  border: 4px solid rgba(0, 0, 0, .05);
  padding-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 32px;
  filter: none;
  transition: all 1s;
  background-color: #f1f1f1;
  display: block;
}
img {
  max-width: 100%;
}
.img-link:hover {
  box-shadow: 0 4px 8px 4px rgba(0, 0, 0, .3);
  border: 4px solid #0878c6;
  background: #FFF;
  filter: contrast(105%);
  transition: all .25s;
}
.thanks {
  display: block;
  padding: 0 60px;
  font-size: 18px;
  color: #3c4b6b;
  line-height: 28px;
}
.thanks:hover, .thanks:active, .thanks:focus {
  color: #c42326;
}
.underline-text {
  margin: 48px 40px 64px;
  padding: 20px 20px 16px;
  border-top: 4px solid #ddd;
  border-bottom: 4px solid #ddd;
  font-size: 2.2rem;
  line-height: 50px;
  text-align: left;
}
footer a u {
  color: #205ea2;
}
.mb {
  display: none;
}
.text-container {
  position: relative;
  width: 100%;
  max-width: 810px;
  margin: 10px auto 50px auto;
}
.text-container h1 {
  font-size: 2.5rem;
  display: block;
  font-weight: 700;
}
.text-container p {
  font-size: 20px;
  line-height: 30px;
  display: block;
  padding: 20px 60px;
}
.text-container p strong {
  font-weight: 700;
}
.text-container ul li {
  list-style-type: disc;
  line-height: 22px;
  padding: 5px 0;
}
.text-container2 {
  position: relative;
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
  padding: 5px 60px 30px 60px;
}
.text-container2 h1, .text-container2 h2 {
  font-size: 20px;
  font-weight: 700;
  display: block;
}
.text-container2 p {
  display: block;
  font-size: 20px;
  line-height: 30px;
  padding: 30px 0;
}
.tick {
  display: block;
  font-size: 26px;
  line-height: 32px;
  background: url(../images/tick.png) no-repeat left center;
  padding: 30px 0;
  padding-left: 100px;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .responsive {
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: wheat;
  }
  .wrapper {
    width: 97%;
    padding: 20px 5px;
  }
  .text-container {
    margin-top: 70px;
  }
  .text-container h1 {
    padding-left: 65px;
  }
  .text-container p {
    padding: 20px 110px;
  }
  .text-container ul li {
    margin-left: 75px;
  }
  .text-container2 {
    margin: 0 auto 50px;
    padding: 80px 100px 30px 100px
  }
}
@media (max-width: 767px) {
  .responsive {
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: wheat;
  }
  .headers img {
    margin-left: 5px !important;
  }
  .wrapper {
    width: 98%;
    padding: 20px 5px;
  }
  .congrats h2 {
    font-size: 23px;
    line-height: 32px;
    margin-top: 30px;
  }
  .congrats p {
    font-size: 18px;
    padding: 0 15px;
  }
  .warning {
    padding: 10px;
    margin: 15px 10px;
    background: none;
  }
  .warning h2 {
    margin-top: 0;
    font-size: 21px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .gradient-box {
    padding: 20px;
  }
  .gradient-box h2 {
    margin-top: 0;
  }
  .congrats h1 span {
    display: block;
  }
  .congrats em {
    display: none;
  }
  .mb {
    display: block;
  }
  .dt {
    display: none;
  }
  .thanks {
    padding: 0 10px;
  }
  .underline-text {
    padding: 10px;
    margin: 20px 10px;
    font-size: 20px;
    line-height: 24px;
  }
  .text-container h1 {
    font-size: 30px;
    padding-left: 20px;
  }
  .text-container p {
    padding: 10px 20px;
  }
  .text-container ul li {
    margin-left: 30px;
  }
  .text-container2 {
    margin: 40px 0;
    padding: 0 20px;
  }
}
@media (max-width: 500px) {
  .responsive {
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: wheat;
  }
  .headers img {
    margin-left: 5px !important;
  }
  .wrapper {
    width: 98%;
    padding: 20px 5px;
  }
  .congrats h2 {
    font-size: 16px;
    line-height: 24px;
    padding: 0 10px;
  }
  .congrats p {
    font-size: 18px;
    padding: 0 10px;
  }
  .warning {
    padding: 10px;
    margin: 15px 10px;
    background: none;
  }
  .warning h2 {
    margin-top: 0;
  }
  .gradient-box {
    padding: 15px;
  }
  .congrats h1 {
    font-size: 1.45rem;
    line-height: 30px;
  }
  .congrats h1 span {
    display: block;
  }
  .congrats em {
    display: none;
  }
  .mb {
    display: block;
  }
  .dt {
    display: none;
  }
  .thanks {
    padding: 0 10px;
  }
  .underline-text {
    padding: 10px;
    margin: 20px 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .text-container h1 {
    font-size: 22px;
    padding-left: 20px;
  }
  .text-container p {
    padding: 10px 20px;
  }
  .text-container ul li {
    margin-left: 30px;
  }
  .text-container2 {
    margin: 40px 0;
    padding: 0 20px;
  }
}