﻿@charset "utf-8";

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Open Sans", sans-serif !important;
  font-size: 15px;
  color: #393939;
  line-height: 24px;
  font-weight: 400;
  overflow-x: hidden;
  background-color: rgb(183, 241, 255, 0.1) !important;
}

img:hover {
  /*opacity: 0.8;*/
}
a:hover {
  cursor: pointer;  
  text-decoration: underline !important;
}
.img-responsive:hover{opacity:1}
span a:hover {
  cursor: pointer;
  color: black !important;
  text-decoration: underline !important;
}
p {
  font-family: "Open Sans", sans-serif !important;
  font-size: 15px;
  color: #414141;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif !important;
}
.wrapper {
  max-width: 1170px;
  width: 100%;
  margin: auto;
}
.bannertext p {
  letter-spacing: 1px;
  color: #669f3e !important;
  margin: 7px 0px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.center-form {
  left: 6%;
}
.buy {
  margin-left: 18%;
}

.clear {
  clear: both;
}
.banner-content {
  position: absolute;
  width: 50%;
  top: 20%;
  left: 7%;
}
.banner-content h1 {
  margin: 10px 0px;
  font-size: 48px;
  color: #001430;
}

.center-text h1 {
  padding: 10px 0px;
  color: #001430;
}
.center-text p {
  padding: 15px 0px;
  color: #414141;
}
.form-group {
  text-align: left;
}
ul {
  list-style-type: none;
}
.product-list {
  padding: 20px 0px;
}
.product-sec {
  /*width: 80% !important;*/
  /*height: 622px !important;*/
  box-shadow:none !important;
}
.center-form {
  left: 6%;
}
/*.productimg {
  width: 60%;
}*/
.quantity {
  width: 13%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}
.list {
  padding: 20px 0px;
  color: #5cb85c;
  font-size: 15px;
  font-weight: 700;
  text-align: justify;
  width: 70%;
  margin: auto;
  margin-right: 0px !important;
  margin-bottom: -70px !important;
}
.prod-head {
  color: #edb82d;
  font-weight: 600;
  margin: 0;
}
.err {
  padding: 3px 0px !important;
}
.bannertext {
  color: #669f3e;
  font-size: 22px;
  line-height: 30px;
}
.buy-btn {
  margin: 40px 0px;
}
.buy-btn a {
  width: 50%;
  padding: 34px;
  background: url(images/button.png) no-repeat;
}

.overlay {
  background-color: rgb(183, 241, 255, 0.1);
  position: absolute;
  width: 100%;
  height: 667px;
  padding: 0px;
  margin: 0px;
  float: left;
}
.container {
  margin: 30px 0px;
  max-width: 1100px;
  text-align: center;
}
.divcol {
  transition: transform 0.3s;
  color: #001430;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  margin: 10px 0px;
  box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
}
.space {
  display: none;
}
/* The Modal (background) */
.modal {
  /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  text-align: center;
  margin: auto;
  padding: 38px;
  border-radius: 7px;
  /* border: 1px solid #888; */
  width: 30%;
  margin-top: 5% !important;
}

/* The Close Button */
.close {
  margin-right: -12%;
  margin-top: -12%;
  color: white;
  border-radius: 50%;
  padding: 2px 8px;
  background: #070202fa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  opacity: 1 !important;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.baal {
  position: relative;
  width: 100%;
}
.sub-btn {
  width: 40% !important;
  opacity: 100 !important;
}
.baal img {
  width: 75%;
  height: auto;
}
.TextLink {
  display: none !important;
}
.alertimg {
  width: 25%;
}
.divcol:hover {
  -ms-transform: scale(0.9); /* IE 9 */
  -webkit-transform: scale(0.9); /* Safari 3-8 */
  transform: scale(0.9);
}
.first {
  margin-right: 3%;
  height: 540px;
}
.divcol .img-con {
  width: 40%;
  float: left;
}
.divcol img {
  width: 100%;
}

.divcol .desc {
  padding: 50px 25px;
  height: 240px;
  text-align: left;
  width: 60%;
  float: right;
}
.contact {
  width: 45%;
  margin: auto;
  background: #fff;
  border-radius: 50px;
  padding: 10px;
  box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
}
.phone {
  padding: 5px 15px;
  width: 100% !important;
  float: left;
}
.phone img {
  float: left;
}
.phone sect {
  float: right;
}
.phone p {
  color: #001430;
}
.phone span a {
  color: #858585;
}
.mail {
  padding: 5px 10px;
  width: 55%;
  float: left;
}
.mail img {
  float: left;
}
.mail sect {
  float: right;
}
.mail span a {
  color: #858585;
}
.mail p {
  color: #001430;
}

.buy-btn:hover {
  opacity: 0.6;
}

/*Popup styles for video starts*/
.how_it_works {
  color: #669f3e !important;
  text-decoration: underline;
}
.how_it_works:hover {
  color: #fbab18 !important;
}
#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-top: -180px;
  border: 2px solid #fff;
  background: #fff;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #aeaeae;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display: none;
}
/*Popup styles for video ends*/

/*************** Media Queries *************/

@media (max-width: 768px) {
  .list {
    width: 90% !important;
  }
  .bannertext p {
    font-size: 15px !important;

    letter-spacing: 0px !important;
  }
  .banner-content {
    width: 100% !important;
  }
  .banner-content img {
    width: 70%;
  }
  .card {
    margin: 0 !important;
    padding: 0 !important;
  }
  .modal-content {
    width: 80%;
  }
  .alertimg {
    width: 50%;
  }
  .banner-content {
    position: absolute;
    width: 80% !important;
    top: 95% !important;
    left: 7%;
    padding: 0px 10px;
  }
  .overlay {
    height: 318px !important;
  }

  .contact {
    width: 100%;
  }

  .divcol .desc {
    padding: 50px 25px;
    height: auto;
    text-align: center;
    width: 100%;
    float: none;
  }
  .divcol .img-con {
    width: 50%;
    margin: auto;
    float: none;
  }
  .first {
    height: auto;
    margin: 20px 0px !important;
  }
  .second {
    margin: 20px 0px !important;
  }
  .divcol .desc {
    padding: 0px !important;
  }

  .middle {
    /* top: 315px !important; */
    position: relative;
  }

  .divcol {
    text-align: center !important;
  }
  .divcol img {
    margin: auto;
    width: 70%;
  }
  .divcol img {
    width: 50%;
  }
  .space {
    display: block;
  }
  .prod-card {
    width: 100% !important;
  }
  .center-form {
    left: 0 !important;
  }

  #light {
    left: 38px;
  }
  #VisaChipCardVideo {
    width: 300px;
    height: 150px;
  }
}

@media (max-width: 500px) {
  .sub-btn {
    width: 60% !important;
  }
  .banner-content img {
    width: 70% !important;
  }
  .card {
    margin: 0 !important;
    padding: 0 !important;
  }
  .phone {
    padding: 5px 20px;
    width: 100%;
    float: none;
  }
  .mail {
    padding: 5px 20px;
    width: 100%;
    float: none;
  }
  .divcol img {
    width: 50%;
  }

  .middle {
    /* top: 380px; */
    position: relative;
  }
  .contact {
    width: 100%;
  }

  .divcol .desc {
    padding: 50px 25px;
    height: auto;
    text-align: center;
    width: 100%;
    float: none;
  }
  .divcol .img-con {
    width: 50%;
    float: none;
  }
  .first {
    height: auto;
    margin: 30px 0px !important;
  }
  .second {
    margin: 30px 0px !important;
  }
  .divcol .desc {
    padding: 0px !important;
  }

  .banner-content {
    position: absolute;
    width: 90%;
    top: 100% !important;
    left: 7%;
    padding: 0px 10px;
  }
  .center-form {
    left: 0 !important;
  }

  .overlay {
    height: 210px !important;
  }
  .product-sec {
    height: auto !important;
  }
  .prod-card {
    width: 100% !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .quantity {
    width: 35% !important;
  }
  .product-sec {
    height: auto !important;
  }
  .card {
    margin: 0 !important;
    padding: 0 !important;
  }
  .sub-btn {
    width: 58% !important;
  }
  .banner-content img {
    width: 55% !important;
  }
  .banner-content {
    position: absolute;
    width: 80% !important;
    top: 120% !important;
    left: 7%;
    padding: 0px 10px;
  }
  .overlay {
    height: 400px !important;
  }

  .contact {
    width: 100%;
  }
  .divcol img {
    width: 50%;
  }
  .divcol .desc {
    padding: 50px 25px;
    height: auto;
    text-align: center;
    width: 100%;
    float: none;
  }
  .divcol .img-con {
    width: 50%;
    float: none;
    margin: auto;
  }
  .first {
    height: auto;
    margin: 20px 0px !important;
  }
  .second {
    margin: 20px 0px !important;
  }
  .divcol .desc {
    padding: 0px !important;
  }

  .middle {
    /*top: 450px !important;
    position: relative;*/
  }
  .list {
    width: 90% !important;
  }

  .center-form {
    left: 0 !important;
  }
  .banner-text p {
    letter-spacing: 0px !important;
  }
  #light {
    margin-top: -360px !important;
    left: 46px !important;
    top: 0px !important;
  }
}
@media only screen and (max-width: 768px) and (min-width: 650px) {
  .banner-content {
    width: 66% !important;
  }
}
#payform {
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    transition-duration: .5s;
    border: 1px solid #efefef;
}
input .paypal-image{
  margin-bottom: -19px !important;
}
.addtocart-button{
  background-color: #aab3ba;
  border-radius: 5px;
  padding: 5px 13px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #aab3ba;
  text-decoration: none;
}

.decorate{
  color:white;
}
.popup-right{

  float:right;
}
.shipping-block{
  display:none;
}
.footer-para{
  text-align: center;
}
.footer-para a{
  text-decoration: underline;
  font-weight:700;
}
.bott-banner img{
  width:100%;
}
.delivery-op{
  display:none !important;
}
.check-content{
  margin-bottom:0px;
  display:inline-block;
}
.error-message{
  font-size: 12px;
}