a,
img,
button {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
img {
  max-width: 100%;
}
ul {
  list-style: none;
}
a {
  color: #0085d3;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
.waves {
  position: absolute;
  top: 33px;
  background: rgba(255, 255, 255, 0.8);
  left: 39px;
  width: 0;
  height: 0;
  margin-left: -12px;
  margin-top: -12px;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
}
.waves:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  margin-left: -12px;
  margin-top: -12px;
  width: 50px;
  height: 50px;
  content: "";
  display: block;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  animation: wave-animate 3s infinite ease-out;
}
.waves:after {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  margin-left: -12px;
  margin-top: -12px;
  width: 50px;
  height: 50px;
  content: "";
  display: block;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  animation: wave-animate 3s 1.5s infinite ease-out;
}
@keyframes wave-animate {
  0% {
    transform: scale(0);
    opacity: 1;
    transform-origin: center;
  }
  to {
    transform: scale(3);
    opacity: 0;
    transform-origin: center;
  }
}
@keyframes color-loop {
  0% {
    background: #2cab5b;
  }
  25% {
    background: #fabc03;
  }
  50% {
    background: #ed4b40;
  }
  75% {
    background: #4286f3;
  }
  to {
    background: #2cab5b;
  }
}
.navigation {
  background: #fff;
  border-radius: 0;
  border: none;
  min-height: auto;
  margin: 0;
  border-top: 6px solid #0094ca;
  padding: 10px;
  box-shadow: 0 0 20px #d8d8d8;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.navigation .navbar-brand {
  height: auto;
  padding: 0;
}
.navigation .navbar-nav > li > a {
  color: #0094ca;
  font-size: 16px;
  font-weight: 500;
}
.navigation .navbar-nav > li {
  margin-left: 25px;
}
.navigation .navbar-nav > li > a.btn-default {
  font-size: 14px;
  color: #fff;
  background: #5daf27;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
.navigation .navbar-nav > li > a.btn-default:hover {
  color: #fff;
  background: #75d237;
  box-shadow: 0 3px 15px #70906e;
}
.navbar-brand > img {
  padding: 6px 0;
}
.navigation .navbar-nav {
  display: flex;
  align-items: center;
}
.navigation .navbar-nav > li > a:hover {
  color: #000;
}
.top_banner {
  background: -moz-linear-gradient(90deg, #ffffff 27%, #c3e3f0 100%);
  background: -webkit-gradient(
    linear,
    90deg,
    color-stop(27%, FFFFFF),
    color-stop(100%, CBEEE5)
  );
  background: -webkit-linear-gradient(90deg, #ffffff 27%, #c3e3f0 100%);
  background: -o-linear-gradient(90deg, #ffffff 27%, #c3e3f0 100%);
  background: -ms-linear-gradient(90deg, #ffffff 27%, #c3e3f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1301FE",endColorstr="#F4F60C",GradientType="1");
  background: linear-gradient(90deg, #ffffff 27%, #c3e3f0 100%);
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 0 20px;
  margin-top: 77px;
}
.banner_left h1 {
  color: #99c1ff;
  font-family: signikabold;
  font-size: 48px;
  text-shadow: -3px 3px 0px #03441c;
}
.banner_left h2 {
  color: #eee;
  font-family: signikabold;
  font-size: 60px;
  text-shadow: -5px 3px 0px #03441c;
}
.banner_left ul {
  margin-top: 25px;
}
.banner_left ul li {
  color: #eee;
  font-family: signikasemibold;
  font-size: 18px;
  display: flex;
  align-items: center;
  line-height: 44px;
}
.banner_left ul li img {
  margin-right: 10px;
}
.banner_left {
  width: 100%;
  display: inline-block;
  padding: 80px 0 60px;
}
.banner_right {
  width: 100%;
  text-align: right;
  padding: 60px 0 50px;
  display: inline-block;
}
.green_bg {
  position: absolute;
  left: 0;
  top: 0;
}
.green_bg img {
  max-width: 755px;
}
.main_product {
  position: absolute;
  left: 48%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner_right ul {
  padding-left: 290px;
}
.banner_right ul li {
  color: #05356f;
  font-family: signikabold;
  font-size: 37px;
  text-shadow: 2px 2px 0px #c0d6ce;
  text-align: left;
  background: url(https://cdn.shopify.com/s/files/1/0554/4748/6669/files/tick-icon.png)
    0px 8px no-repeat;
  padding: 0 0 0 38px;
  line-height: 55px;
}
.banner_right .btn-default {
  font-size: 23px;
  color: #fff;
  margin: 18px 50px 22px 0;
  padding: 11px 10px;
  width: 265px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 0;
  box-shadow: 0 0 14px #cd00004d;
  background: -moz-linear-gradient(90deg, #386ec2 27%, #093b88 100%);
  background: -webkit-gradient(
    linear,
    90deg,
    color-stop(27%, ff0e00),
    color-stop(100%, FE6300)
  );
  background: -webkit-linear-gradient(90deg, #386ec2 27%, #093b88 100%);
  background: -o-linear-gradient(90deg, #386ec2 27%, #093b88 100%);
  background: -ms-linear-gradient(90deg, #386ec2 27%, #093b88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1301FE",endColorstr="#F4F60C",GradientType="1");
  background: linear-gradient(90deg, #386ec2 27%, #093b88 100%);
  animation: shake-animation 1.72s ease infinite;
  transform-origin: 50% 50%;
}
.banner_right .btn-default:hover {
  background: -moz-linear-gradient(90deg, #093b88 27%, #386ec2 100%);
  background: -webkit-gradient(
    linear,
    90deg,
    color-stop(27%, FE6300),
    color-stop(100%, FF0E00)
  );
  background: -webkit-linear-gradient(90deg, #093b88 27%, #386ec2 100%);
  background: -o-linear-gradient(90deg, #093b88 27%, #386ec2 100%);
  background: -ms-linear-gradient(90deg, #093b88 27%, #386ec2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1301FE",endColorstr="#F4F60C",GradientType="1");
  background: linear-gradient(90deg, #093b88 27%, #386ec2 100%);
}
.banner_right .btn-default img {
  position: relative;
  top: -2px;
  left: 3px;
}
@keyframes shake-animation {
  0% {
    transform: translate(0);
  }
  1.78571% {
    transform: translate(10px);
  }
  3.57143% {
    transform: translate(0);
  }
  5.35714% {
    transform: translate(10px);
  }
  7.14286% {
    transform: translate(0);
  }
  8.92857% {
    transform: translate(10px);
  }
  10.71429% {
    transform: translate(0);
  }
  to {
    transform: translate(0);
  }
}
.banner_right h3 {
  color: #fd3c00;
  font-size: 22px;
  font-family: signikabold;
  padding-right: 24px;
  margin: 4px 0 15px;
}
.banner_right .fssai_icon {
  padding-right: 26px;
}
.banner_right .bottom_icon {
  margin-top: 35px;
  position: relative;
  z-index: 2;
}
.banner_right .bottom_icon img {
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 10px 13px 1px #0003;
  position: relative;
}
.banner_right .bottom_icon img:hover {
  box-shadow: 0 10px 13px 1px #00000080;
}
.flow_chart {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 55px 0 70px;
  background-image: url(https://cdn.shopify.com/s/files/1/0554/4748/6669/files/white-bg.jpg);
  background-position: center top;
  background-attachment: fixed;
}
.flow_chart span {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  letter-spacing: 1px;
  width: 100%;
  display: inline-block;
  margin: 0 0 5px;
  position: relative;
  text-transform: uppercase;
}
.flow_chart span:before {
  position: absolute;
  left: 50%;
  text-align: center;
  content: "";
  top: -11px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 75px;
  height: 8px;
  background: url(https://cdn.shopify.com/s/files/1/0554/4748/6669/files/border.png);
  background-repeat: no-repeat;
}
.flow_chart h4 {
  font-size: 48px;
  color: #333;
  width: 100%;
  display: inline-block;
  margin: 5px 0 40px;
  font-family: signikabold;
}
.review_sec {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 55px 0 70px;
  background: #daf0e7;
}
.review_sec span {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  letter-spacing: 1px;
  width: 100%;
  display: inline-block;
  margin: 0 0 5px;
  position: relative;
  text-transform: uppercase;
}
.review_sec span:before {
  position: absolute;
  left: 50%;
  text-align: center;
  content: "";
  top: -11px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 75px;
  height: 8px;
  background: url(https://cdn.shopify.com/s/files/1/0554/4748/6669/files/border.png);
  background-repeat: no-repeat;
}
.review_sec h4 {
  font-size: 48px;
  color: #333;
  width: 100%;
  display: inline-block;
  margin: 5px 0 40px;
  font-family: signikabold;
}
.review_col {
  width: 100%;
  display: inline-block;
  background: #fff;
  border-radius: 8px;
  text-align: left;
  padding: 10px;
  border: 5px solid #aad1c1;
}
.review_col p {
  font-size: 15px;
  color: #333;
  font-weight: 400;
  line-height: 22px;
  height: 100px;
}
.review_col .rating {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 15px 0 4px;
}
.review_col .rating p {
  position: relative;
  font-weight: 300;
  font-size: 14px;
  padding-left: 22px;
  padding-right: 10px;
  height: auto;
}
.review_col .rating p:before {
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
  width: 15px;
  height: 1px;
  background: #a7a7a7;
}
.review_col h5 {
  color: #5bdc71;
  font-size: 14px;
  font-style: italic;
}
.review_sec .review_col span {
  font-size: 11px;
  color: #7d7d7d;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0 0 5px;
  text-transform: capitalize;
}
.review_sec .review_col span:before {
  content: none;
}
.review_sec .col-sm-3 {
  padding-right: 4px;
  padding-left: 4px;
}
.video_sec {
  width: 100%;
  display: inline-block;
  background: #092a4b;
  padding: 65px 0;
}
.video_sec span {
  color: #18a866;
  font-family: signikabold;
  font-size: 30px;
}
.video_sec h2 {
  color: #fff;
  font-family: signikabold;
  font-size: 60px;
}
.video_sec p {
  color: #fff;
  font-family: signikasemibold;
  font-size: 22px;
  margin: 25px 0 40px;
}
.video_sec p strong {
  color: #e8c506;
}
.video_sec ul li {
  color: #fff;
  font-family: signikasemibold;
  font-size: 22px;
  line-height: 44px;
  background: url(https://cdn.shopify.com/s/files/1/0554/4748/6669/files/yellow-tick-icon.png)
    0px 10px no-repeat;
  padding: 0 0 0 36px;
}
.story_col {
  margin-top: 35px;
}
.video_sec .carousel-inner {
  border: 10px solid #17416b;
  box-shadow: 0 0 30px #10203c;
}
.video_sec .glyphicon-chevron-left:before,
.video_sec .glyphicon-chevron-right:before {
  content: none;
}
.video_sec .glyphicon {
  background: rgba(0, 0, 0, 0.8);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price_sec {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 55px 0 60px;
  background-image: url(https://cdn.shopify.com/s/files/1/0554/4748/6669/files/works_bg.jpg);
  background-position: center top;
  background-attachment: fixed;
}
.price_sec span {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  letter-spacing: 1px;
  width: 100%;
  display: inline-block;
  margin: 0 0 5px;
  position: relative;
  text-transform: uppercase;
}
.price_sec span:before {
  position: absolute;
  left: 50%;
  text-align: center;
  content: "";
  top: -11px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 75px;
  height: 8px;
  background: url(https://cdn.shopify.com/s/files/1/0554/4748/6669/files/border.png);
  background-repeat: no-repeat;
}
.price_sec .price_col span:before {
  content: none;
}
.price_sec h4 {
  font-size: 48px;
  color: #333;
  width: 100%;
  display: inline-block;
  margin: 5px 0 40px;
  font-family: signikabold;
}
.price_col {
  background: #ffff;
  border: 5px solid #0094ca;
  border-radius: 15px;
  padding: 8px;
  box-shadow: 1px 1px 15px #1010104d;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: inline-block;
  transition: all 0.5s;
  width: 100%;
}
.price_col:hover {
  background: #e5faf0;
  box-shadow: 0 0 20px 4px #094c1454;
}
.price_col .product_col {
  background: -moz-linear-gradient(0deg, #396fc3 27%, #0a3c89 100%);
  background: -webkit-gradient(
    linear,
    0deg,
    color-stop(27%, 126f41),
    color-stop(100%, 054525)
  );
  background: -webkit-linear-gradient(0deg, #396fc3 27%, #0a3c89 100%);
  background: -o-linear-gradient(0deg, #396fc3 27%, #0a3c89 100%);
  background: -ms-linear-gradient(0deg, #396fc3 27%, #0a3c89 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1301FE",endColorstr="#F4F60C",GradientType="1");
  background: linear-gradient(0deg, #396fc3 27%, #0a3c89 100%);
  padding: 20px 0;
  border-radius: 10px;
}
.price_sec .price_col span {
  margin: 20px 0 6px;
  color: #5daf27;
  font-weight: 700;
}
.price_col h2 {
  color: #0b3d8a;
  font-family: signikabold;
  font-size: 60px;
  text-shadow: 2px 2px 0px #b8d4ff;
}
.price_sec .price_col p {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  letter-spacing: 1px;
  width: 100%;
  display: inline-block;
  padding: 9px 0;
  margin: 5px 0 10px;
  position: relative;
  border-top: 1px solid #e8e8e8;
  text-transform: uppercase;
  border-bottom: 1px solid #e8e8e8;
}
.price_sec .price_col p strong {
  font-weight: 500;
  margin-left: 10px;
}
.price_col h3 {
  color: #333;
  font-family: signikabold;
  font-size: 40px;
  line-height: 1.1;
}
.price_sec .price_col .btn-default {
  font-size: 23px;
  color: #fff;
  margin: 21px 0 26px;
  padding: 11px 10px;
  width: 265px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 0;
  box-shadow: 0 0 14px #cd00004d;
  background: -moz-linear-gradient(90deg, #386ec2 27%, #093b88 100%);
  background: -webkit-gradient(
    linear,
    90deg,
    color-stop(27%, ff0e00),
    color-stop(100%, FE6300)
  );
  background: -webkit-linear-gradient(90deg, #386ec2 27%, #093b88 100%);
  background: -o-linear-gradient(90deg, #386ec2 27%, #093b88 100%);
  background: -ms-linear-gradient(90deg, #386ec2 27%, #093b88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1301FE",endColorstr="#F4F60C",GradientType="1");
  background: linear-gradient(90deg, #386ec2 27%, #093b88 100%);
}
.price_sec .price_col .btn-default:hover {
  background: -moz-linear-gradient(90deg, #093b88 27%, #386ec2 100%);
  background: -webkit-gradient(
    linear,
    90deg,
    color-stop(27%, FE6300),
    color-stop(100%, FF0E00)
  );
  background: -webkit-linear-gradient(90deg, #093b88 27%, #386ec2 100%);
  background: -o-linear-gradient(90deg, #093b88 27%, #386ec2 100%);
  background: -ms-linear-gradient(90deg, #093b88 27%, #386ec2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1301FE",endColorstr="#F4F60C",GradientType="1");
  background: linear-gradient(90deg, #093b88 27%, #386ec2 100%);
}
.price_sec .price_col .btn-default img {
  position: relative;
  top: -2px;
  left: 3px;
}
.shipping_icon {
  margin: 0 0 20px;
}
.result_sec {
  width: 100%;
  display: flex;
  background: #ddd;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -5px 0 0;
}
.result_sec .col-6 {
  width: 50%;
  overflow: hidden;
  height: 450px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: inline-block;
  transition: all 0.5s;
}
.result_sec .col-6 .inner_col {
  position: absolute;
  left: 50%;
  width: 510px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.result_sec .col-6 .inner_col h3 {
  color: #fff;
  font-family: signikabold;
  font-size: 45px;
  line-height: 54px;
  margin: 5px 0 20px;
}
.result_sec .col-6 .inner_col p {
  color: #fff;
  font-family: signikaregular;
  font-size: 24px;
  line-height: 26px;
}
.result_sec .col-6:before {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.05);
  content: "";
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
}
.result_sec .col-6:hover:before {
  width: 130%;
  height: 160%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.result_sec .col_one .inner_col h3,
.result_sec .col_one .inner_col p {
  color: #0e0e0e;
}
.result_sec .col_one {
  background-image: url(https://cdn.shopify.com/s/files/1/0554/4748/6669/files/result_img1.jpg);
}
.result_sec .col_two {
  background-image: url(https://cdn.shopify.com/s/files/1/0554/4748/6669/files/result_img2.jpg);
}
.result_sec .col_three {
  background-image: url(https://cdn.shopify.com/s/files/1/0554/4748/6669/files/result_img3.jpg);
}
.result_sec .col_four {
  background-image: url(https://cdn.shopify.com/s/files/1/0554/4748/6669/files/result_img4.jpg);
}
.why_work_sec {
  width: 100%;
  display: inline-block;
  padding: 50px 0 60px;
  background-image: url(https://cdn.shopify.com/s/files/1/0554/4748/6669/files/works_bg.jpg);
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.why_work_sec h2 {
  color: #14314f;
  font-family: signikabold;
  font-size: 43px;
  margin: 0 0 24px;
}
.why_work_sec ul li {
  color: #40454a;
  font-family: signikasemibold;
  font-size: 22px;
  line-height: 28px;
  background: url(https://cdn.shopify.com/s/files/1/0554/4748/6669/files/green-tick-icon.png)
    0px 0px no-repeat;
  padding: 0 0 30px 36px;
}
.why_work_sec .works_img {
  padding: 30px 0 0 200px;
}
.how_it_work {
  width: 100%;
  display: inline-block;
  background: #092a4b;
  padding: 65px 0;
  position: relative;
  text-align: center;
  margin: -5px 0 0;
}
.how_it_work span {
  font-size: 16px;
  color: #8cbdff;
  font-weight: 500;
  letter-spacing: 1px;
  width: 100%;
  display: inline-block;
  margin: 0 0 5px;
  position: relative;
  text-transform: uppercase;
}
.how_it_work span:before {
  position: absolute;
  left: 50%;
  text-align: center;
  content: "";
  top: -11px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 75px;
  height: 8px;
  background: url(https://cdn.shopify.com/s/files/1/0554/4748/6669/files/border.png);
  background-repeat: no-repeat;
}
.how_it_work h4 {
  font-size: 48px;
  color: #fff;
  width: 100%;
  display: inline-block;
  margin: 5px 0 40px;
  font-family: signikabold;
}
.how_it_work:before {
  position: absolute;
  left: 0;
  content: "";
  top: -50px;
  margin: 0 auto;
  width: 100%;
  height: 240px;
  background: url(https://cdn.shopify.com/s/files/1/0554/4748/6669/files/work_border.png);
  background-repeat: repeat;
}
.how_it_work .work_col p {
  font-size: 20px;
  text-align: left;
  color: #fff;
  margin: 0 0 30px;
  font-family: signikaregular;
  background: url(https://cdn.shopify.com/s/files/1/0554/4748/6669/files/yellow-tick-icon.png)
    0px 4px no-repeat;
  padding: 0 0 0 35px;
}
.how_it_work .bottom_text {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: left;
  border-top: 1px solid #022140;
  padding-top: 30px;
  position: relative;
  top: 5px;
}
.how_it_work .bottom_text:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #0e365f;
}
.how_it_work .bottom_text p {
  font-size: 26px;
  color: #8cbdff;
  font-family: signikaregular;
  line-height: 30px;
  padding-left: 20px;
}
.ingredients_sec {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ingredients_sec .col-4 {
  background: #ddd;
  width: 33.4%;
  text-align: center;
  padding: 45px 10px 30px;
}
.ingredients_sec .col-6 {
  background: #ddd;
  width: 50%;
  text-align: center;
  padding: 45px 10px 30px;
}
.ingredients_sec .green_tea {
  background: #f19d3d;
}
.ingredients_sec .green_coffee {
  background: #56a5a9;
}
.ingredients_sec .garcinia_cam {
  background: #c0472c;
}
.ingredients_sec .col-4 h4 {
  color: #fff;
  font-family: signikabold;
  font-size: 36px;
  margin: 0 0 24px;
}
.ingredients_sec .col-4 ul {
  width: 410px;
  text-align: left;
  margin: 20px auto 0;
}
.ingredients_sec .col-4 ul li {
  color: #1d1408;
  font-family: signikasemibold;
  font-size: 22px;
  line-height: 44px;
  background: url(https://cdn.shopify.com/s/files/1/0554/4748/6669/files/leaf-icon.png)
    0px 9px no-repeat;
  padding: 0 0 0 47px;
}
.ingredients_sec img {
  max-height: 154px;
}
.ingredients_sec p {
  color: #fff;
  font-size: 16px;
}
.ingredients_sec .imgbg {
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.product_sec {
  width: 100%;
  display: inline-block;
  padding: 40px 0 50px;
  background-image: url(https://cdn.shopify.com/s/files/1/0554/4748/6669/files/white-bg.jpg);
  background-position: center top;
  background-attachment: fixed;
}
.product_sec h2 {
  color: #14314f;
  font-family: signikabold;
  font-size: 52px;
  position: relative;
  margin-bottom: 25px;
}
.product_sec h2:before {
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 60px;
  height: 6px;
  content: "";
  background: #f19d3d;
}
.product_sec p {
  color: #40454a;
  font-family: signikasemibold;
  font-size: 22px;
  margin: 20px 0;
}
.product_sec ul li {
  color: #003275;
  font-family: signikasemibold;
  font-size: 19px;
  line-height: 44px;
  background: url(https://cdn.shopify.com/s/files/1/0554/4748/6669/files/green-tick-icon.png)
    0px 10px no-repeat;
  padding: 0 0 0 36px;
}
.product_sec .btn-default {
  font-size: 23px;
  color: #fff;
  margin: 21px 0 26px;
  padding: 11px 10px;
  width: 265px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 0;
  box-shadow: 0 0 14px #cd00004d;
  background: -moz-linear-gradient(90deg, #386ec2 27%, #093b88 100%);
  background: -webkit-gradient(
    linear,
    90deg,
    color-stop(27%, ff0e00),
    color-stop(100%, FE6300)
  );
  background: -webkit-linear-gradient(90deg, #386ec2 27%, #093b88 100%);
  background: -o-linear-gradient(90deg, #386ec2 27%, #093b88 100%);
  background: -ms-linear-gradient(90deg, #386ec2 27%, #093b88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1301FE",endColorstr="#F4F60C",GradientType="1");
  background: linear-gradient(90deg, #386ec2 27%, #093b88 100%);
}
.product_sec .btn-default:hover {
  background: -moz-linear-gradient(90deg, #093b88 27%, #386ec2 100%);
  background: -webkit-gradient(
    linear,
    90deg,
    color-stop(27%, FE6300),
    color-stop(100%, FF0E00)
  );
  background: -webkit-linear-gradient(90deg, #093b88 27%, #386ec2 100%);
  background: -o-linear-gradient(90deg, #093b88 27%, #386ec2 100%);
  background: -ms-linear-gradient(90deg, #093b88 27%, #386ec2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1301FE",endColorstr="#F4F60C",GradientType="1");
  background: linear-gradient(90deg, #093b88 27%, #386ec2 100%);
}
.product_sec .btn-default img {
  position: relative;
  top: -2px;
  left: 3px;
}
.quality_sec {
  width: 100%;
  display: inline-block;
  background: #61d0e1;
  padding: 0;
  position: relative;
  background-image: url(https://cdn.shopify.com/s/files/1/0554/4748/6669/files/quality_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.quality_col {
  width: 100%;
  display: inline-block;
  text-align: right;
  padding: 60px 0 50px;
}
.quality_sec h2 {
  color: #fff;
  font-family: signikabold;
  font-size: 52px;
  text-shadow: 2px 3px 0px #02657c;
}
.quality_sec p {
  color: #193d62;
  font-family: signikasemibold;
  font-size: 22px;
  margin: 30px 0 24px;
  padding-left: 100px;
}
.quality_sec .bottom_icon img {
  border-radius: 50%;
  box-shadow: 0 10px 13px 1px #0003;
  position: relative;
}
.quality_sec .bottom_icon img:hover {
  box-shadow: 0 10px 13px 1px #00000080;
}
.quality_sec .bottom_icon {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.guarantee_sec {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 55px 0 70px;
  background-image: url(https://cdn.shopify.com/s/files/1/0554/4748/6669/files/white-bg.jpg);
  background-position: center top;
  background-attachment: fixed;
}
.guarantee_sec h4 {
  font-size: 52px;
  color: #14314f;
  width: 100%;
  display: inline-block;
  margin: 20px 0 25px;
  font-family: signikabold;
}
.guarantee_sec p {
  font-size: 22px;
  color: #40454a;
  width: 100%;
  display: inline-block;
  margin: 0 0 25px;
  line-height: 26px;
  font-family: signikasemibold;
  padding: 0 90px;
}
.guarantee_sec .btn-default {
  font-size: 23px;
  color: #fff;
  margin: 10px 0 0;
  padding: 11px 10px;
  width: 265px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 0;
  box-shadow: 0 0 14px #cd00004d;
  background: -moz-linear-gradient(90deg, #386ec2 27%, #093b88 100%);
  background: -webkit-gradient(
    linear,
    90deg,
    color-stop(27%, ff0e00),
    color-stop(100%, FE6300)
  );
  background: -webkit-linear-gradient(90deg, #386ec2 27%, #093b88 100%);
  background: -o-linear-gradient(90deg, #386ec2 27%, #093b88 100%);
  background: -ms-linear-gradient(90deg, #386ec2 27%, #093b88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1301FE",endColorstr="#F4F60C",GradientType="1");
  background: linear-gradient(90deg, #386ec2 27%, #093b88 100%);
}
.guarantee_sec .btn-default:hover {
  background: -moz-linear-gradient(90deg, #093b88 27%, #386ec2 100%);
  background: -webkit-gradient(
    linear,
    90deg,
    color-stop(27%, FE6300),
    color-stop(100%, FF0E00)
  );
  background: -webkit-linear-gradient(90deg, #093b88 27%, #386ec2 100%);
  background: -o-linear-gradient(90deg, #093b88 27%, #386ec2 100%);
  background: -ms-linear-gradient(90deg, #093b88 27%, #386ec2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1301FE",endColorstr="#F4F60C",GradientType="1");
  background: linear-gradient(90deg, #093b88 27%, #386ec2 100%);
}
.guarantee_sec .btn-default img {
  position: relative;
  top: -2px;
  left: 3px;
}
.about_sec {
  width: 100%;
  display: inline-block;
  padding: 60px 0;
  background-image: url(https://cdn.shopify.com/s/files/1/0554/4748/6669/files/about_bg.jpg);
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}
.about_sec h2 {
  color: #14314f;
  font-family: signikabold;
  font-size: 52px;
  position: relative;
  margin-bottom: 25px;
}
.about_sec h2:before {
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 60px;
  height: 6px;
  content: "";
  background: #f19d3d;
}
.about_sec p {
  color: #232323;
  font-family: signikasemibold;
  font-size: 22px;
  margin: 20px 0;
}
.about_sec .question_row h4 {
  color: #14314f;
  font-family: signikabold;
  font-size: 26px;
  margin: 40px 0 11px;
}
.about_sec .question_row p {
  color: #303030;
  font-family: signikasemibold;
  font-size: 20px;
  margin: 0;
  line-height: 26px;
}
.about_sec .question_row p a {
  color: #e08315;
}
.about_sec .question_row p a:hover {
  text-decoration: underline;
  color: #ff6a00;
}
.footer {
  width: 100%;
  display: inline-block;
  padding: 60px 0 0;
  text-align: center;
  background-image: url(https://cdn.shopify.com/s/files/1/0554/4748/6669/files/footer-bg.jpg);
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  margin: -5px 0 0;
}
.footer h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  width: 100%;
  display: inline-block;
  margin: 0 0 5px;
  position: relative;
  text-transform: uppercase;
}
.footer h2:before {
  position: absolute;
  left: 50%;
  text-align: center;
  content: "";
  top: -11px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 75px;
  height: 8px;
  background: url(https://cdn.shopify.com/s/files/1/0554/4748/6669/files/border.png);
  background-repeat: no-repeat;
}
.footer p {
  font-size: 16px;
  color: #fff;
  font-weight: 200;
  width: 100%;
  display: inline-block;
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 20px;
}
.footer p span {
  color: #ea1111;
}
.footer p strong {
  font-weight: 400;
}
.footer p:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 440px;
  height: 1px;
  border-bottom: 1px dashed #474748;
  content: "";
  letter-spacing: 2px;
  font-weight: 200;
  margin: 0 auto;
}
.footer h3 {
  color: #fff;
  font-family: signikasemibold;
  font-size: 20px;
  margin: 0 0 10px;
}
.footer h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 200;
  width: 100%;
  display: inline-block;
  margin: 0 0 18px;
}
.fssai_logo {
  width: 100%;
  display: inline-block;
  padding: 5px 0 20px;
}
.footer h5 {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  width: 100%;
  display: inline-block;
  margin: 0 0 18px;
}
.footer h5 a {
  color: #386ec2;
  font-weight: 300;
}
.footer h6 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  width: 100%;
  display: inline-block;
  margin: 0 0 10px;
  font-family: signikasemibold;
}
.copyright_row {
  background: #000;
  width: 100%;
  display: inline-block;
  border-bottom: 5px solid #0094ca;
  padding: 25px 0;
  margin-top: 40px;
  border-top: 1px dashed #292929;
}
.copyright_row .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright_row .row .footer_nav ul {
  display: flex;
  align-items: center;
}
.copyright_row .row .footer_nav ul li {
  text-align: left;
  font-size: 12px;
  margin-right: 40px;
  font-weight: 300;
}
.copyright_row .row .footer_nav ul li a {
  color: #fff;
}
.copyright_row .row .footer_nav ul li a:hover {
  color: #72a9ff;
}
.copyright_row .row .footer_nav {
  width: 50%;
}
.copyright_row .row:before,
.copyright_row .row:after {
  content: none;
}
.footer .copyright_row .row p {
  font-size: 12px;
  color: #fff;
  font-weight: 200;
  width: 50%;
  margin: 0;
  position: relative;
  padding: 0;
  text-align: right;
  letter-spacing: 1px;
}
.footer .copyright_row .row p:before {
  content: none;
}
.book-now {
  border-radius: 0;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  height: 50px;
  border: 2px solid #fff;
  line-height: 50px;
  position: fixed;
  top: 32%;
  letter-spacing: 1px;
  right: -2px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  width: 150px;
  box-shadow: 0 0 14px #cd00004d;
  background: -moz-linear-gradient(90deg, #386ec2 27%, #093b88 100%);
  background: -webkit-gradient(
    linear,
    90deg,
    color-stop(27%, ff0e00),
    color-stop(100%, FE6300)
  );
  background: -webkit-linear-gradient(90deg, #386ec2 27%, #093b88 100%);
  background: -o-linear-gradient(90deg, #386ec2 27%, #093b88 100%);
  background: -ms-linear-gradient(90deg, #386ec2 27%, #093b88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1301FE",endColorstr="#F4F60C",GradientType="1");
  background: linear-gradient(90deg, #386ec2 27%, #093b88 100%);
  z-index: 999;
}
.book-now:hover {
  color: #fff;
  background: -moz-linear-gradient(90deg, #093b88 27%, #386ec2 100%);
  background: -webkit-gradient(
    linear,
    90deg,
    color-stop(27%, FE6300),
    color-stop(100%, FF0E00)
  );
  background: -webkit-linear-gradient(90deg, #093b88 27%, #386ec2 100%);
  background: -o-linear-gradient(90deg, #093b88 27%, #386ec2 100%);
  background: -ms-linear-gradient(90deg, #093b88 27%, #386ec2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1301FE",endColorstr="#F4F60C",GradientType="1");
  background: linear-gradient(90deg, #093b88 27%, #386ec2 100%);
}
.footer p:before {
  content: none;
}
.main_product_mob {
  display: none;
  margin: 15px 0 0;
  width: 100%;
  text-align: center;
}
.result_sec .col_one .inner_col h3 {
  line-height: 62px;
}
.review_col p img {
  float: left;
  padding: 0 9px 0 0;
}
.mobile_testimonial {
  display: none !important;
}
.owl-carousel .col-sm-3 {
  width: 100%;
}
.owl-carousel .col-sm-3 img {
  width: auto;
}
.owl-nav {
  display: none;
}
.review_sec .owl-dots span:before {
  content: none;
}
.owl-dots button.owl-dot {
  background: #fff;
  width: 17px;
  height: 17px;
  border-radius: 50px;
  border: 3px solid #217922;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background: #092a4b;
}
.owl-dots {
  width: 100%;
  display: inline-block;
  margin: 12px 0 0;
}
.navigation .navbar-nav > li > a.active {
  color: #056839;
}
.navigation .navbar-nav > li > a.btn-default.active {
  color: #fff;
}
#book_fixed_btn {
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#book_fixed_btn.show {
  opacity: 1;
  visibility: visible;
}
.book-now:focus {
  color: #fff;
}
.video_sec .col-sm-9 {
  margin: 0 auto;
  float: none;
  width: 100%;
  max-width: 940px;
}
.video_sec .carousel-inner img {
  width: 100%;
}
.banner_right .btn-default:focus,
.product_sec .btn-default:focus,
.price_sec .price_col .btn-default:focus,
.guarantee_sec .btn-default:focus {
  color: #fff;
  outline: none;
  border-color: #fff;
}
#book_fixed_btn.show img {
  display: none;
}
.inner-tf-contact {
  background: #092a4b;
  padding: 50px 0 60px;
}
.progressbar li.active:after {
  border-color: #fff;
}
.progressbar li:after {
  border: 6px solid #3fbbf9;
  background-color: #f3f2f4;
  color: #092a4b;
}
.progressbar li:before {
  background-color: #3fbbf9;
  border: 3px solid #ffffff;
}
.form-control {
  height: 50px;
}
.help-block {
  color: #7fa8d2;
  font-weight: 300;
}
.order-form-col-padd {
  padding: 0 5px;
}
.progressbar li.active:after {
  background-color: #3fbbf9;
  color: #fff;
}
.next_step_button {
  background: #3fbbf9 !important;
}
.progressbar li.active:before {
  background-color: #3fbbf9;
}
.order-form-box-label {
  text-align: center;
}
p.discount-text12 {
  font-size: 11px !important;
  font-weight: 700 !important;
  border: 0px !important;
  text-align: center !important;
  width: 265px !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
p.discount-text121 {
  font-size: 11px !important;
  font-weight: 700 !important;
  border: 0px !important;
  text-align: center !important;
  width: 275px;
  margin-top: 0 !important;
  margin-left: 230px !important;
  padding-top: 0 !important;
}
p.discount-text1212 {
  font-size: 12px !important;
  font-weight: 700 !important;
  border: 0px !important;
  text-align: left !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  padding-top: 0 !important;
}
p.discount-text1213 {
  font-size: 12px !important;
  font-weight: 700 !important;
  border: 0px !important;
  text-align: center !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  padding-top: 10px !important;
}
.product_sec .btn.btn-default.nav-btn {
  margin-bottom: 10px !important;
}
@media (max-width: 540px) {
  p.discount-text121 {
    text-align: center !important;
    margin: 0 auto !important;
  }
  p.discount-text1213,
  p.discount-text1212 {
    width: 235px !important;
    line-height: 15px !important;
    text-align: center !important;
  }
  p.discount-text1212 {
    width: 254px !important;
  }
  .product_sec .btn.btn-default.nav-btn {
    margin-bottom: 10px !important;
  }
}
.AnnouncementBar {
  background: #0094ca;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 13px;
  margin: -10px -15px 6px;
}
.AnnouncementBar > .container > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.AnnouncementBar > .container > div marquee {
  display: inline-block;
  flex: 0 0 70%;
}
@media (min-width: 767px) {
  .d-none {
    display: none;
  }
}
@media (max-width: 767px) {
  .m-none {
    display: none !important;
  }
  .AnnouncementBar {
    margin: 0;
  }
  .top {
      margin-top:10px;
  }
}
/*# sourceMappingURL=/s/files/1/0554/4748/6669/t/13/assets/style.css.map?v=169458898681802557461666337641 */
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.top {
    margin-top:100px;
}