/*!
 * Project_Name: Themezy Investments Lander
 * Author: Themezy
 * Email: info@themezy.com
 * URL: http://themezy.com
 */
/*=========================================== 
 * Importing CSS Libraries
 *===========================================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

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: 0;
}

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

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

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

/*
 * Global Styles
 */
body {
  color: #1c1c1d;
  font-size: 16px;
font-family: "Source Sans Pro", Helvetica, sans-serif !important;
  font-weight: 400;
  line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: #000000;
    font-family: "Source Sans Pro", Helvetica, sans-serif !important;
    font-weight: bold;
    font-size: 40px;
	margin-bottom:3px;
}
h1.gradient, h2.gradient, h3.gradient, h4.gradient, h5.gradient, h6.gradient {
  background: -webkit-linear-gradient(0deg, #c43d81, #19b490);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero a.become-a-my-brand
{
	    background: #e43b2c;
    padding: 7px 16px;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    margin-top: 9px;
    display: -webkit-inline-box;
    border-radius: 2px;
    text-transform: uppercase;
}

a.become-a-my-brand:hover {
    background: #000;
   padding: 7px 16px;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    margin-top: 9px;
    display: -webkit-inline-box;
     border-radius: 2px;
       text-transform: uppercase;
}

address {
  font-style: normal;
}

p {
  margin-top: 0;
}

/*
 * Reusable Components Style
 */
/* button style */
.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #19b490;
  color: white;
  border-radius: 5px;
  text-transform: uppercase;
}
.button.large {
  padding: 20px 40px;
  font-size: 18px;
  font-size: 1.125rem;
}
.button:hover {
  color: white;
  background-color: #20e0b3;
}
.button.muted {
  background-color: #edeff1;
  color: #90959a;
}
.button.muted:hover {
  background-color: #dfe2e6;
}

/* fullwidth-block style */
.fullwidth-block {
  padding: 70px 0;
}

.check-list {
  list-style: none;
  padding-left: 0;
}
.check-list li {
  margin-bottom: 10px;
}
.check-list .fa {
  margin-right: 10px;
  color: #19b490;
}

/* Form style */
form .field {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
form .field label, form .field input {
  display: table-cell;
}
form .field label {
  width: 100px;
}
form .field input {
  width: 100%;
}
form .action {
  margin-top: 21px;
  text-align: center;
}
form input:not([type="submit"]), form select, form textarea {
  padding: 10px;
  border: 1px solid #d8dadc;
  border-radius: 5px;
  -webkit-transition: .3s ease;
          transition: .3s ease;
  outline: none;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 10px;
  box-shadow: 0 1px 0 transparent;
  font-size: 15px;
  font-size: 0.9375rem;
}
form input:not([type="submit"]):hover, form input:not([type="submit"]):focus, form select:hover, form select:focus, form textarea:hover, form textarea:focus {
  background-color: #edeff1;
  border-color: #edeff1;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(images/select.png) no-repeat right center;
  padding-right: 30px;
}
form input[type="submit"], form button {
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  background: #FFEB3B;
  width:100%;
  color: #000;
  outline: none;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
form input[type="submit"]:hover, form input[type="submit"]:focus, form button:hover, form button:focus {
  background-color:#FFEB3B;
}
form .form-name {
  background: url(images/icon-user.png) no-repeat left center;
}
form .form-company {
  background: url(images/icon-factory.png) no-repeat left center;
}
form .form-email {
  background: url(images/icon-envelope.png) no-repeat left center;
}
form .form-password {
  background: url(images/password-sm.png) no-repeat left center;
}

form .form-phone {
  background: url(images/icon-phone.png) no-repeat left center;
}
form .form-country {
  background: url(images/icon-globe.png) no-repeat left center, url(images/select.png) no-repeat right center;
}

.testimonial {
  position: relative;
  padding-left: 100px;
  margin-bottom: 30px;
}
.testimonial .avatar {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.testimonial .avatar img {
  display: block;
}
.testimonial .testimonial-content {
  background-color: #ececec;
  border-radius: 5px;
  padding: 20px;
  position: relative;
}
.testimonial .testimonial-content .fn {
  color: #54585d;
  font-weight: 400;
}
.testimonial .testimonial-content p {
  line-height: 24px;
}
.testimonial .testimonial-content:before {
  content: " ";
  width: 0;
  border-style: solid;
  border-width: 10px;
  border-color: transparent #ececec transparent transparent;
  position: absolute;
  left: -20px;
  top: 30px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.container:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  
  
  
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.container-fluid:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.row:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
  
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
 * Header Styles
 */
.site-header {
     
    background-color: transparent;
    position: absolute;
    z-index: 999;
    width: 100%;
}
.site-header:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
@media screen and (max-width: 480px) {
  .site-header .button {
    font-size: 10px;
    font-size: 0.625rem;
    margin-top: 20px;
  }
}

/* Branding style */
#branding {
  float: left;
}
#branding .branding-copy, #branding .logo {
  display: inline-block;
  vertical-align: middle;
 
}
#branding .logo {
  margin-right: 10px;
}
#branding .site-title {
  margin: 0;
  font-size: 18px;
  font-size: 2.125rem;
  font-weight: 400;
}
#branding .site-title a {
  color: inherit;
}
#branding .site-description {
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
}

.badges {
  float: right;
}
.badges img {
  vertical-align: middle;
  margin-left: 30px;
}
.fullwidth-block h4 {
    font-size: 30px;
    font-weight: bold;
}
.hero {
       position: relative;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    color: white;
    background: url(images/slide-1.jpg);
    background-size: cover;
    padding: 165px 0 78px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
@media screen and (max-width: 990px) {
  .hero {
    padding-bottom: 200px;
  }
}
.hero .hero-title {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
  color: white;
  margin-top: 0;
  margin-bottom: 30px;
}
.hero p {
 
     font-size: 22px;
    font-weight: 600;
    color: #333;
}
.hero .check-list {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 50px;
}
.hero .rate-box {
  display: table;
  margin: 50px 0;
}
.hero .rate-box .num, .hero .rate-box .label {
  display: table-cell;
  padding: 0 20px;
}
.hero .rate-box .num {
  background-color: #19b490;
  color: white;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
}
.hero .rate-box .label {
  background-color: #15326b;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 400;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
}
.hero .request-form {
  background: white;
  padding: 50px;
  position: relative;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  .hero .request-form {
    padding: 30px;
  }
}
.hero .request-form h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  text-align: center;
}
.hero .request-form p {
  text-align: center;
  color: #90959a;
  font-size: 16px;
  font-size: 1rem;
}
.hero .request-form form {
  margin-top: 30px;
}
.hero .request-form:before {
  content: " ";
  width: 154px;
  height: 141px;
  background: url(images/cta.png);
  display: block;
  position: absolute;
  left: -180px;
  top: 100px;
}
@media screen and (max-width: 990px) {
  .hero .request-form:before {
    display: none;
  }
}

.screen {
  position: relative;
  margin-top: -400px;
  z-index: 2;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 480px) and (max-width: 990px) {
  .screen {
    margin-top: -200px;
  }
}

.fullwidth-block h2 {
  font-size: 45px;
  font-size: 2.8125rem;
  text-transform: uppercase;
}
.fullwidth-block p {
  line-height: 36px;
}
.fullwidth-block.border-bottom {
  padding: 0;
  text-align: center;
  padding-bottom:40px;
  }
.fullwidth-block.border-top-bottom .container {
  border-top: 1px solid #d8dadc;
  border-bottom: 1px solid #d8dadc;
  padding: 30px;
}
.fullwidth-block.border-top-bottom img {
  margin: 0 15px 15px;
}

.cta {
  text-align: center;
}
.cta h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 100;
  margin: 30px 0;
}

/*
 * Footer Styles
 */
.site-footer {
     padding: 10px 0;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    font-size: 0.9375rem;
    position: absolute;
    background: #000;
    top:100%;
    width: 100%;
    
}
.menu-link a {
    font-size: 16px;
    margin: 11px;
    color: #5b5c5d;
    /* font-weight: 600; */
    text-transform: uppercase;
    font-family: poppins;
}
.menu-link a img {
    margin-bottom: 3px;
    margin-right: 3px;
}
/* model css */
.modal-header h4 {
    font-size: 28px;
    font-weight: 200;
    color: #F44336;
    text-align: center !important;
    margin: auto;
    width: 100%;
}
.modal-body p {
    font-weight: 300;
    /* line-height: 1.5; */
    color: #484040;
    font-family: poppins;
    font-size: 14px;
}
.modal-body strong {
    color: #F44336;
    font-weight: 500;
    font-size: 17px;
}
p.copy {
    color: #fff;
    padding: 0px;
    margin: 0px;
}
footer.site-footer ul li {
    list-style: none;
    display: initial;
}

footer.site-footer ul li i {
    font-size: 21px;
    color: #fff;
    margin: 3px;
}
a:hover{
	text-decoration:none;
}
footer.site-footer ul {
    padding-left: 0px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #444;
}
.fullwidth-block.border-bottom img {
    border: 1px solid #ddd;
    box-shadow: 0px 0px 12px 0px #ddd;
}

button.navbar-toggler.collapsed img, button.navbar-toggler img {
    width:25px;
}
input#usr {
    padding-left: 12px;
}
a.login-btn {
       border: 1px solid #ffffff;
    padding: 4px 21px;
    background: #e43b2c;
    color: #ffffff;
    border-radius: 2px;
}
.digital .content-one h5 {
    font-size: 20px;
    font-weight: 600;
    color: #e43b2c;
    margin-bottom: 10px;
}

.content-one p {
    font-size: 15px;
    margin-bottom: 5px;
}
.content-one a {
      font-size: 14px;
    color: #e43b2c;
}

.about-section h2 {
    font-size: 24px;
	color:#e54233;
}
.hero h2 {
    color: #000;
}
/* price table */

.price-heading {

    margin: auto;
}
.price-heading h2 {
    font-size: 35px;
	color:#fff;
	text-align:center;
}
.price-div-one {
	
    background: #fff;
    box-shadow: 0px 0px 5px 0px #000;
}
.price-bg {
    background:#ecf0f6;
    padding: 10px;
}
.price-bg h2 {
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    padding: 10px 0;
}
.price-bg p {
    text-align: center;
    color: #222;
}
.price-bg p span {
    font-size: 20px;
    font-weight: bold;
    color: #e43b2c;
}
.price-div-one ul {
    padding-left: 9px;
    list-style: none;
    padding-bottom: 10px;
    padding-right: 7px;
}

.price-div-one ul li p {
    font-size: 15px;
    margin-bottom: 0px;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px solid #dddddd94;
    color: #555;
    text-align: center;
}
.price-div-one.active .price-bg {
    background: #607D8B;
}

.price-div-one.active .price-bg h2, .price-div-one.active .price-bg p, .price-div-one.active .price-bg p span {
    color: #fff;
}
.price-heading {
       padding-top: 50px;
    padding-left: 20px;
}

iframe {
    box-shadow: 0px 0px 12px 0px #999;
}

.request-form h2 {
    font-size: 34px;
    margin-bottom: 30px;
}
div#contact-model .modal-body h3 {
   font-size: 20px;
    color: #F44336;
    font-weight: 300;
}
.price-div-one {
    
    margin-bottom: 10px;
	border-radius:15px;
	
}
a.signup-btn {
       padding: 4px 17px;
    border: 1px solid #fff;
    color: #e43b2c;
    border-radius: 4px;
    background: #ffffff;
}

.content-one {
   
    background: #fff;
    padding: 15px;


}
.hero:before {
    background: #ffffffd9;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
  top:0px;
}
section#about {
    position: relative;
	    padding-top: 0px;
}
.carousel-inner img {
      width: 100%;
      height: 100%;
  }
  
  div#demo {
    position: relative;
    left: -52px;
}
div#about-content {
    padding-top: 36px;
    padding-left: 115px;
    padding-right: 115px;
}

@media (min-width: 1370px)
{
	div#about-content
	{
		padding-left:190px;
	}
	
}
.digital {
    background: #fff;
    padding: 10px;
    margin-bottom: 13px;
    border: 1px solid #888;
}

h3.price {
    padding-top: 0px;
    text-align: center;
}
.price-div-one.active h3.price {
    color: #fff;
}
.col-md-7.col-sm-12.col-lg-7 .price {
    padding-right: 60px;
}
.price-heading p {
    font-size: 18px;
    color: #f3eeee;
    text-align: center;
}
.price-heading strong {
    font-size: 20px;
    margin-top: 14px;
    display: block;
    border: 1px solid #ddd;
    padding: 11px 6px;
}

section.price-section
{
	    background: #3b4557;
    margin-top: 39px;
    padding-bottom: 125px;
}
hr {
    width: 100%;
    border-color: #ddd;
}
section#price {
    margin-top: -100px;
}

.animated-short {
    animation-duration: 800ms;
    animation-fill-mode: both;
}

#hero-video, #hero-video video, figure {
   position:absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform-style: preserve-3d;
    transition: all 800ms;
    margin: 0;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
}

.header-section
{
	    z-index: 99;
    position: absolute;
    bottom: 240px;
    margin: auto;
    width: 100%;
}

a.buy-now-btn {
       background: #FFEB3B;
    padding: 5px 80px;
    font-size: 25px;
    color: #000;
    font-weight: bold;
    border-radius: 0px;
    text-align: center;
    border-radius: 53px;
    font-weight: 100;
    
}

section.header-section h2 {
    font-size: 57px;
    color: #fff;
    margin-bottom: 38px;
        text-shadow: 0px 0px 12px #000;
    
}
footer.site-footer ul li a {
    color: #fff;
    padding: 0 9px;
    font-size: 19px;
}

/* single product page */


.carousel {
    position: relative;
    z-index: 999;
}
.product-detail-list {
    z-index: 99;
    position: relative;
}
section.single-product {
    padding: 60px 0px;
    background: url(images/santa1.jpg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
section.single-product:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* display: block; */
    background: #c70303a8;
    top: 0px;
    left: 0px;
    z-index: 1;
}
section.single-product img {
    width: 100%;
}
header.site-header.site-header-active {
       
 background: #ffffff;
    position: unset;
    box-shadow: 0px 0px 12px 0px #ddd;
    border-bottom: 1px solid #088eef47;
    position:relative;
}
.product-detail-list h2 {
       color: #FFEB3B;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.product-detail-list p , .product-detail-list ul li {
    font-size: 18px;
    color:#fff;
	font-family: 'Poppins', sans-serif;
}
.product-image {
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 4px;
}
.product-detail-list h5 {
      color: #fff;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 25px;
}
.md-form.md-outline {
    width: 100%;
    margin: 16px 0;
}
span.delivery-option {
    color: #000;
    padding-bottom: 10px !important;
    display: block;
}
label.btn.btn-secondary {
    background: #fff;
    color: #000;
}

a.Add-to-Cart {
    width: 100%;
    background: #FFEB3B;
    text-align: center !important;
    color: #000;
    font-weight: 500;
    padding: 9px 42px;
    font-size: 21px;
    margin-top: 18px;
    display: table;
    box-shadow: 0px 0px 3px 0px #000;
}


section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
#tabs{
	padding:65px 0;
    color: #666;
}
#tabs h6.section-title{
    color: #666;
	font-family: 'Poppins', sans-serif;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
   color: #000 !important;
    background-color: #ffffff;
    font-weight: 200;
    border: 1px solid #088eef !important;
    border-bottom: 0px !important;
	font-family: 'Poppins', sans-serif;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid #088eef;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #000;
    font-size: 18px;
    border: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;

}
#tabs .nav-tabs
{
	width:50%;	
	border-bottom:1px solid #088eef;
}
div#nav-profile span {
    font-size: 19px;
    color: #333;
    margin-bottom: 13px !important;
    display: block;
}
div#nav-tabContent {
    background: #fff;
    padding: 34px 20px!important;
}
.carousel-inner {
    padding: 6px;
    border: 3px solid #fff;
    border-radius: 0px;
    margin-top: 21px;
}
div#carouselExampleControls span{
	font-family: 'Poppins', sans-serif;
    font-size: 20px;
    margin-top: 20px !important;
    display: block;
    color: #ffeb3b;
    font-weight: bold;
}
.share-div li {
    display: flex;
    float: left;
    margin-left: 10px;
}
.share-div ul {
    margin-left: 0px;
    padding-left: 0px;
}
label.btn.btn-secondary.active {
    background: #19ad95 !important;
    padding: 5px 35px;
	border: 0px;
}

/* check out page */
.check-out-details .col-md-4 img{
    width: 100%;
}
ul.checkout-list-details li p {
        font-size: 20px;
    font-family: poppins;
    font-weight: bold;
    color: #000;
        margin: 0px;
}

ul.checkout-list-details {
    padding-top: 0px;
}
.check-out-details {
    border: 3px solid #076bc13d;
}
p.product-details-new {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #000 !important;
}
ul.checkout-list-details li {
    list-style: none;
    font-family: poppins;
    font-size: 17px;
}

ul.checkout-list-details li {
    display: inline;
}
ul.checkout-list-details li {
    width: 25% !important;
    float: left;
    text-align: center;
}

li.custome-width {
    text-align: left !important;
}
.check-out-details {
    box-shadow: 0px 0px 12px -4px #ab9e9e;
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 0;
	background:#fff;
}
section.check-out {
    padding: 55px 0;
}
ul.checkout-list-details {
    padding-left: 0px;
}

ul.checkout-list-details li span {
    color: #f91909 !important;
    font-size: 16px;
    font-weight: bold;
    margin-left: 6px;
}
.checkout-now p {
    color: #fff;
    
}
a.Proces-to-checkout:hover
{
    background:#fff;
    box-shadow:0px 0px 12px 0px #333;
}


a.Proces-to-checkout {
    background: #FFC107;
    padding: 9px;
    width: 100%;
    display: table;
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 22px;
    border-radius: 3px;
}
.checkout-now h5 {
    color: #fff;
    font-size: 23px;
    font-weight: 100;
    margin-bottom: 8px;
}
.checkout-now {
    padding-top: 40px;
}

.related-product{
	padding:55px 0;
	    background: #fff !important;
}
section.related-product h3 {
    text-align: center;
    width: 100%;
}
section.related-product h3 {
    text-align: center;
    width: 100%;
    margin-bottom: 41px;
}

h5.card-title {
    font-size: 23px;
}
span.product-prize-card-list {
    background: #FF5722;
    padding: 7px 32px;
    color: #fff;
    top: 1px;
    position: absolute;
}
.card-body a {
    background: #FFEB3B;
    border-radius: 0px;
    width: 100%;
    border: 0px;
    color:#000;
}
.card-body a:hover{
	 background: #49c5b1;
}

/* pay now banner */
section.payment-banner img {
    width: 100%;
}
section.check-pay {
    margin-top: -368px;
}
.paynow {
    padding-top: 5px;
}
.checkout-now.paynow .form-group {
    margin-bottom: 10px;
}
.checkout-now.paynow .form-group input {
    border-radius: 0px;
    font-size: 16px;
}
section.check-pay .check-out-details
{
	padding:20px 0px;
}
p.subheading-text-form {
    color: #fff;
    font-family: poppins;
}
.checkout-now.paynow h6 {
    font-size: 40px;
    color: #fff;
    padding-bottom: 11px;
    border-bottom: 1px dashed #fff;
    margin-bottom: 20px;
}

.promo-code h5 {
    padding-bottom: 12px;
    margin-bottom: 22px !important;
}
input#usr, input#pho {
    width: 49%;
    float: left;
}
input#pho {
    margin-left: 10px;
}
a#branding h5 {
    color: #fff;
}

/* thanks page */
.thank-content h2 {
    font-size: 77px;
    text-align: center;
}
.thank-content img {
    margin: auto;
    display: block;
    width: 20%;
}
.thank-content p {
    text-align: center;
    font-family: poppins;
}
.thank-content {
    border: 1px dashed #38b748;
}
.tahnks
{
	padding:100px 0px;
}
.thank-content {
    border: 1px dashed #38b748;
    padding: 40px;
    background:#fffffff7;
}
.thank-content .share-div
{
        width: 100% !important;
    text-align: center;
    transform: translate(33%);
}
@media(max-width:768px)
{

#hero-video, #hero-video video, figure
{
    position:unset;
}

.header-section
{
	position:unset;
	background:#fff;
	
}
section.header-section h2 {
    color: #000;
    text-align: center;
    font-size: 44px;
    margin-top: 25px;
    text-shadow:unset;
}
a.buy-now-btn {
    margin-bottom: 20px;
    display: table;
    padding: 3px 13px;
    margin: auto;
    margin-bottom: 0px !important;
    font-size: 14px;
}
a.Proces-to-checkout
{
	margin-bottom:10px;
	display:table;
}
section.check-pay
{
	margin-top:0px !important;
}
ul.checkout-list-details li b
{
    display:unset !important;
    border-bottom:0px !important;
}
ul.checkout-list-details li {
    width: 100% !important;
    float: unset;
    text-align: left !important;
    display: block !important;
    margin-top: 12px !important;
}
input#promocode {
    width: 100% !important;
    border-radius: 32px;
    margin-bottom: 10px;
}
.promo-code button {
    width: 100%;
    border-radius: 6px !important;
}

.create-new-account .form-group
{
    width:100% !important;
    float:unset;
}

div#ln, div#ph, div#cp
{
    margin-left:0px !important;
}

}

input#qty {
    width: 20%;
    display: initial;
    margin-left: 7px;
}
section.check-out .check-out-details, section.check-pay .check-out-details {
    padding: 40px 10px;
    border: 2px solid #F44336;
    position: relative;
    z-index: 3;
}

@media (max-width:768px)
{
    .page-id-1 .site-footer
    {
        margin-top:0px;
    }
    
.site-footer {
    position: absolute;
    bottom: 0px;
    display: contents;
    display: table;
}
    section.header-section h2
    {
        padding-top:20px;
        font-size:50px;
    }
    a.Proces-to-checkout
    {
        font-size:20px !important;
    }
    input#usr, input#pho
    {
        width:100%;
    }
    input#pho
    {
        margin-left:0px;
    }
    p.subheading-text-form
    {
        font-size:12px;
        
    }
    .checkout-now.paynow h6
    {
        font-size:20px;
    }
    .checkout-now.paynow {
    padding-bottom: 8px;
}
#tabs .nav-tabs
{
    width:100%;
}
 }
   
.tab-pane.fade.show.active p {
    font-size: 17px;
    margin-bottom: 10px;
    font-family: poppins;
}
.tab-pane.fade.show.active h5 {
    font-size: 30px;
    margin: 13px 0;
    color: #F44336;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    padding-bottom: 6px;
}

.tab-pane.fade.show.active ul li {
    font-family: poppins;
    list-style: none;
    color: #000;
}
.tab-pane.fade.show.active ul
{
    padding-left:10px;
    
}
.tab-pane.fade.show.active ul li img {
    margin-right: 10px;
}
.rating {
    padding: 8px 0;
}
p.rating-message {
    font-size: 13px !important;
    background: #f7f4f4;
    padding: 10px;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    border-top-right-radius: 17px;
}
.rating span b {
    font-weight: 100;
    margin-left: 10px;
}
.ratting-star {
    float: right;
}
body.page-id-1 footer.site-footer {
    position: unset;
}
body.page-id-1 #branding .logo
{
    background:#fff !important;
}

#branding .logo {
    margin-right: 10px;

    padding: 6px 4px;
    width: 80%;
}

.tab-pane.fade.show.active .row h6 {
    font-size: 26px !important;
    color: #F44336;
    font-weight: 500;
}
.tab-pane.fade.show.active .row p {
    font-size: 15px;
}
h6.over-view {
    width: 100%;
    text-align: left;
    color: #000 !important;
    padding: 12px 0;
    padding-left: 14px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 24px;
}
.tab-pane.fade.show.active .row img {
    width: 65% !important;
    margin: auto;
    display: block;
    border: 1px solid #ddd;
    margin-bottom: 29px;
    padding: 10px;
    box-shadow: 0px 0px 8px 0px #ddd;
}
div#over-view h6 {
    font-size: 21px !important;
}
div#over-view p {
    font-size: 13px;
}
.spacification ul li {
    margin-bottom: 9px;
}
span.number-pint {
    width: 25px !important;
    height: 25px !important;
    display: inline-block;
    background: #F44336;
    color: #fff;
    text-align: center;
    border-radius: 36px;
    margin-right: 6px;
}

.checkout-now.new-row {
        background: #F44336;
    margin-top: 40px;
    text-align: center;
    border-radius: 0px;
    padding: 4px;
    z-index: 3;
    position: relative;
}
h5.total-prize {
    background: #03A9F4;
    font-size: 36px;
    font-family: poppins !important;
    font-weight: bold;
    padding: 9px;
    margin-top: 20px;
}
.checkout-now.new-row p {
    margin-bottom: 0px;
}
.promo-code {
    margin-top: 40px;
    background: #fff;
    padding: 18px;
    position:relative;
    z-index:3;
}
.promo-code h5 {
    font-size: 31px;
    font-family: poppins !important;
    margin-bottom: 16px;
}
.promo-code button {
    /* margin-top: 10px; */
    padding: 10px;
    font-family: poppins;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    /* width: 100%; */
    background: #F44336;
    border: 0px;
    font-weight: 500;
    padding: 14px 25px;
    border-bottom-right-radius: 28px;
    border-top-right-radius: 28px;
    height: 54px;
}
.checkout-now.new-row p {
    margin-bottom: 7px;
    font-size: 20px;
}

input#promocode {
    height: 54px;
    width: 73%;
    float: left;
    border: 2px solid #2196f3;
    border-bottom-left-radius: 38px;
    border-top-left-radius: 37px;
}
ul.checkout-list-details li b {
    display: block;
    margin-bottom: 19px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
    font-size: 20px;
    color: #F44336;
    font-weight: 600;
    font-family: poppins !important;
}
.checkout-now.paynow {
    background: #d0251b;
    padding: 26px 10px;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    z-index: 99;
    box-shadow: 0px 0px 7px 0px #000;
}
#pay-now-section
{
   margin-top: -325px;
}

/* login form */
.create-new-account .form-group {
    width: 49%;
    float: left;
}

.create-new-account .form-group input {
    height: 45px;
    border: 1px solid #f1291a30;
}

.create-new-account h5 {
   font-size: 50px;
   
    color: #f1291a;
    font-weight: bold;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 24px;
    padding-bottom: 10px;
}
section.login {
    padding: 85px 0;
       background: #fff;
    background-size: cover;
}
.login-content {
    background: #f1291a;
    padding: 10px;
    padding: 42px 18px;
}
.login-content h2, .login-content p {
    color: #fff;
}

.login-content form label {
    color: #fff;
    font-family: poppins;
    font-weight: bold;
}
a.forget-password {
    color: #fff;
    text-decoration: underline;
    display:block;
}

.login-content a.btn.btn-default {
    background: #FFC107;
    margin-top: 14px;
    font-weight: bold;
    width:100%;
}

.create-new-account label {
    font-size: 17px;
    font-family: poppins;
}
.create-new-account {
    background: #fbfbfb;
    padding: 20px 37px;
    border: 1px solid #ddd;
}
div#ln, div#ph, div#cp {
    margin-left: 8px;
}

a.btn.btn-default.Register {
    background: #ffc107;
    color: #000;
    padding: 13px 0;
    font-size: 20px;
    font-family: poppins;
    width:100%;
}

section.login-heading {
    padding: 50px 0px;
    background: #f1291a;
}

section.login-heading h1 {
    text-align: center;
    color: #fff;
    font-family: poppins !important;
    font-weight: 100;
}
.create-new-account .form-group {
    margin-bottom: 5px;
}

.rating img {
    display: none;
}

.ratting-star img {
    display: inline;
}

section.tahnks {
    background: url(images/thnks-santa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* width: 100%; */
    /* height: 100%; */
    /* padding: 146px 0px; */
}


    section.check-pay, #pay-now-section {
    margin-top: 0px !important;
}
section.payment-banner {
    display: none;
}
section.check-out .check-out-details h4 {
    font-size: 32px;
    color: #F44336;
    padding-bottom: 8px;
}

section.check-out .check-out-details p {
    font-family: poppins;
    margin-bottom: 9px;
}
section.check-out.check-pay {
    background: url(images/cheakout-santa.jpg);
    background-repeat: no-repeat;
    background-size: cover;
   
    position: relative;
    overflow: hidden;
}
section.check-out.check-pay:after {
    content: '';
    position: absolute;
    z-index: 1;
    background: #d60404a1;
    width: 100%;
    height: 100%;
    top: 0px;
}

section#pay-now-section:after {
    content: '';
    background: #d60404a1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    border: 0px;
}

section#pay-now-section
{
     background: url(images/santa3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
        padding: 60px 0px;
        position:relative;
        overflow:hidden;
}

/* new css */

.content-box-product span {
    background: #DCEDC8;
    padding: 3px 13px;
    display: block;
    text-align: center;
}

.content-box-product h6 {
    font-size: 23px;
    font-family: poppins !important;
    margin: 17px 0;
    margin-top: 4px;
}

.product-details-column {
    padding: 22px;
}

.product-details-column p {
    text-align: center;
    font-size: 13px;
    padding: 15px 0px !important;
    display: inline-block;
    border-top: 1px solid #e7eaec;
        margin-bottom: 0px;
}

.prize-div h3 {
    color: #2196F3;
    text-align: center;
    font-weight: 100;
    font-size: 35px;
    padding-top: 4px;
    margin-top: 4px;
    border-top: 1px solid #ddd;
}

.review-stars {
    text-align: center;
    padding-bottom: 13px;
}

.product-button-div a {
    background: #0085fe;
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px 0;
    font-family: poppins;
    font-weight: 600;
    color: #fff;
}
.product-column.new-recommend .product-button-div a {
background: #FB8C00;
}
.prize-div input[type="radio"] {
    display: unset !important;
    width: auto;
    margin-bottom: 0px;
}
.prize-div label {
    width: 100%;
}
.prize-div input:hover {
    box-shadow: unset !important;
}

section.product-column {
    padding: 82px 0;
}

div.product-column {
    border: 1px solid #ddd;
    padding-top: 20px;
    background: #fff;
}

.product-column.new-recommend:before {
    content: 'RECOMMENDED';
    position: absolute;
    /* top: -34px; */
    background: #F44336;
    /* width: 100px; */
    padding: 0px;
    display: table-footer-group;
    text-align: center;
    padding: 4px 0px;
    margin-top: -52px;
    color: #fff;
    font-family: poppins;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    left: 15px;
    right: 15px;
    width: auto;
}

.product-column.new-recommend {
    box-shadow: 0px 0px 7px #ddd;
}

.prize-div form {
    padding: 15px 0;
    text-align: center;
}
.thank-content .share-div img {
    width: 100%;
}
a.buy-now-btn-2 {
    visibility: hidden;
}
@media(max-width:760px)
{
    a.buy-now-btn-2 {
    visibility: unset;
    background: #FFEB3B;
    /* margin-top: 29px; */
    display: block;
    margin: 30px 14px;
    padding: 11px 56px;
    color: #000;
    border-radius: 39px;
    font-weight: 600;
    text-align: center;
    font-size: 24px;
    font-family: inherit;
}
    a#single-buy-btn {
    visibility: hidden;
}
    #branding .logo
    {
        width:33%;
    }
    a.buy-now-btn
    {
        margin-top:10px !important;
    }
    button.navbar-toggler
    {
            visibility: hidden;
    }
    
    body.page-id-1 button.navbar-toggler
    {
            visibility: unset !important;
            float: right;
    margin-top: -46px;
    display: none;
    }
    body.page-id-1 #branding .logo
    {
        width:45% !important;
    }
    .thank-content .share-div
    {
            width: unset !important;
    text-align: center;
    transform: translate(0%);
    }
    img.logo.center-logo {
    width: 33%;
}
    
    .menu-link a
    {
        font-size:10px;
    }
    div#collapsibleNavbar {
    margin-top: -43px;
}
footer.site-footer ul li a
{
    font-size:16px;
}
}

img.logo.center-logo {
    margin: auto;
    display: block;
}
@media(min-width:1480px)
{
    .header-section
    {
        bottom:300px;
    }
}