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

body {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  background: #fff;
  color: #000000;
  text-align: center;

  font-weight: normal;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
  margin: 0;
  padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}

table,
tr,
td {
  border: 0;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
}

li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

.img-full {
  max-width: 100%;
}

.clearall {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

.container {
  width: 930px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/*======TOP STRIP======*/
.top-fix-bar {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.top_strip {
  background: #cff128;
  float: left;
  width: 100%;
  padding: 14px 0 10px;
  height: 50px;
  margin-top: -50px;
  top: 50px;
  position: relative;
}

.fixed-nav .top_strip {
  position: fixed;
  z-index: 13;
  -webkit-transition: margin .3s ease-out;
  transition: margin .3s ease-out;
  margin-top: 0;
  top: 0;
}

.top_strip_txt {
  font-size: 26px;
  line-height: 26px;
  color: #000;
  font-weight: bold;
}

.top_strip_txt img {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
}

.top-strip-icn1 {
  margin: -4px 5px 0 0;
}

.top-strip-icn2 {
  margin: -4px 0 0 5px;
}


/*=======BANNER=======*/
.banner {
  background: #fff;
  float: left;
  width: 100%;
  padding: 50px 0 20px;
  text-align: left;
  border-bottom: 1px solid #d9d9d9;
}

ul.bnr_list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
}

ul.bnr_list1 li {
  font-size: 18px;
  line-height: 18px;
  color: #000;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 15px 8px;
  letter-spacing: 0.5px;
  width: 55%;
  text-transform: uppercase;
  justify-content: center;
}

ul.bnr_list1 li img {
  margin: -2px 0 0 12px;
}

.bnr_heading {
  font-size: 77px;
  line-height: 62px;
  color: #000;
  font-weight: bold;
  margin-top: 24px;
}

.bnr_box {
  float: left;
  width: 100%;
  margin-top: 35px;
}

.bnr_box_row {
  float: left;
  width: 42%;
  padding: 4px 0 4px 70px;
  position: relative;
}

.bnr_box_row:nth-child(2) {
  padding-left: 45px;
}

.bnr_box_row img {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
}

.bnr_box_row p {
  font-size: 23px;
  line-height: 24px;
  color: #000;
}

.bnr_box_row p span {
  color: #777777;
}

.bnr_box_row:nth-child(2) img {
  top: 13px;
  width: 31px;
}

/*=======SECTION1=======*/
.section1 {
  float: left;
  width: 100%;
  padding: 50px 0 70px;
}

.s1_box1 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.s1_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 60px auto 0;
}

.s1_row_lft {
  float: left;
  width: 385px;
}

.s1_row_lft img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.s1_row_rgt {
  float: right;
  width: calc(100% - 385px);
  padding-left: 40px;
  text-align: left;
}

.s1_row_rgt_cont {
  float: left;
  width: 100%;
  /* min-height:214px; */
}

.s1_row_hdg {
  font-size: 38px;
  line-height: 38px;
  color: #000;
  font-weight: bold;
}

.s1_row_txt {
  font-size: 26px;
  line-height: 27px;
  margin-top: 10px;
  color: #000;
  letter-spacing: 0.5px;

}

.s1_row:first-child {
  margin-top: 0;
}

.s1_tsti_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 15px;
  background: #fff9e6;
  border: 1px solid #fff1c4;
  padding: 15px 15px 15px 140px;
  border-radius: 10px;
  position: relative;
}

.testi-imgs {
  width: 106px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  border-radius: 12px;
}

.star {
  display: inline-block;
  vertical-align: top;
}

.tsti_hdg {
  font-size: 23px;
  line-height: 25px;
  margin-top: 4px;
  color: #000;
  letter-spacing: 0.5px;
  font-style: italic;
}

.tsti_txt {
  font-size: 24px;
  line-height: 24px;
  margin-top: 15px;
  color: #000;
  letter-spacing: 0.5px;
}

.tsti_txt span {
  font-size: 18px;
  line-height: 18px;
  color: #44cf79;
}

.tsti_txt span img {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  margin: -3px 2px 0;
}

.vid__box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}

.prod-box-outer {
  float: left;
  width: 100%;
  background: #fff;
  padding: 0 0 50px;
}

.prod-box {
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.prod-box-right {
  float: right;
  width: 50%;
  padding: 45px 30px 25px;
  text-align: center;
}

.prod-box-txt1 {
  width: 100%;
  position: relative;
  text-align: center;
}

.prod-box-txt1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #cecece;
}

.prod-box-txt1 span {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  background: #fff;
  font-size: 23px;
  letter-spacing: 0.5px;
  line-height: 25px;
  color: #000;
  margin-top: -12px;
  position: relative;
}

.prod-box-heading {
  font-size: 55px;
  line-height: 42px;
  margin-top: 10px;
  color: #000;
  font-weight: bold;
}

.prod-box-heading span {
  color: #1a256c;
}

.prod-box-txt2 {
  float: left;
  width: 100%;
  font-size: 22px;
  line-height: 21px;
  letter-spacing: 0.5px;
  color: #000;
  margin-top: 10px;
}

.deal-txt {
  float: left;
  width: 100%;
  font-size: 23px;
  line-height: 23px;
  letter-spacing: 0.5px;
  color: #ff0000;
  margin-top: 10px;
  font-weight: bold;
}

.deal-txt span {
  color: #000;
  font-weight: normal;
}

.btn_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 380px;
  margin-top: 15px;
}

.button {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #00ad47;
  font-size: 28px;
  line-height: 76px;
  letter-spacing: 0.5px;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
}

.btn-arw {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: -11px 0 0 10px;
  width: auto;
  height: auto;
  position: static;
  background: transparent;
}

ul.prod_list {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 360px;
  margin-top: 10px;
  text-align: left;
}

ul.prod_list li {
  float: left;
  width: 50%;
  background: url(../images/gren-thik.png) no-repeat top 4px left;
  font-size: 18px;
  line-height: 16px;
  color: #000;
  letter-spacing: 0.5px;
  padding-left: 22px;
}

.prod-box-left {
  float: left;
  width: 50%;
  padding: 40px 20px 30px 30px;
}

.prod_box_logo_sec {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 250px;
}

.prod_box_logo_sec p {
  font-size: 20px;
  line-height: 20px;
  color: #000;
}

.prod_box_logo_sec img {
  display: block;
  margin: 5px auto 0;
}

.prod_box_inr {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 60px;
  position: relative;
}

.prod-img {
  display: block;
  margin: 0 auto;
}

.sold_tag {
  position: absolute;
  top: -35px;
  right: 13px;
  width: 94px;
  height: 94px;
  color: #fff;
  font-size: 23px;
  line-height: 23px;
  background: #1a256c;
  border-radius: 50%;
  padding-top: 21px;
  z-index: 10;
}

.sold_tag span {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}

/*========button strip==========*/
.button__strip {
  float: left;
  width: 100%;
  background: #1a256c;
  color: #fff;
  padding: 12px 0;
  position: fixed;
  bottom: 0%;
  left: auto;
  z-index: 99;
  transition: bottom 1s;
  /* display:table; */
}

.button__strip__content {
  width: 68%;
  float: left;
  text-align: left;
  letter-spacing: 0.5px;
}

.button__strip__content h3 {
  font-size: 40px;
  line-height: 40px;
}

.button__strip__content p {
  font-size: 28px;
  line-height: 26px;
}

.strip__btn {
  width: 228px;
  height: 61px;
  float: right;
  font-size: 32px;
  line-height: 61px;
  margin-top: 9px;
}

/*=======FOOTER=======*/
.footer {
  float: left;
  width: 100%;
  padding: 35px 0 40px;
  border-top: 1px solid #cccccc;
}

.foot-txt {
  font-size: 24px;
  line-height: 24px;
  color: #000;
  margin-top: 5px;
}

.foot-txt a {
  margin: 0 5px;
}

/*-----------------------
       MEDIA-QUERY
------------------------*/
.show-mob,
.show-tab {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .container {
    width: 1004px;
  }
}

@media only screen and (max-width:1023px) {
  .button__strip__content h3 {
    font-size: 38px;
    line-height: 35px;
  }

  .button__strip__content p {
    font-size: 24px;
    line-height: 26px;
  }

}

@media only screen and (max-width:1021px) {
  .container {
    width: 750px;
  }

  .show-tab {
    display: block;
  }

  .show-desk {
    display: none;
  }

  .banner {
    padding: 40px 0 20px;
  }

  .bnr_heading {
    font-size: 65px;
    line-height: 54px;
  }

  .bnr_box {
    margin-top: 25px;
  }

  .bnr_box_row {
    width: 50%;
  }

  .section1 {
    padding: 45px 0 60px;
  }

  .s1_row {
    margin: 45px auto 0;
    align-items: flex-start;
  }

  .s1_row_lft {
    width: 320px;
    margin-top: 10px;
  }

  .s1_row_rgt {
    width: calc(100% - 320px);
    padding-left: 35px;
  }

  .s1_row_hdg {
    font-size: 31px;
    line-height: 32px;
  }

  .s1_tsti_box {
    padding: 15px 15px 15px 120px;
  }

  .testi-imgs {
    width: 90px;
  }

  .tsti_hdg {
    font-size: 22px;
    line-height: 23px;
  }

  .tsti_txt {
    font-size: 23px;
    line-height: 23px;
    margin-top: 12px;
  }

  .s1_row_rgt_cont {
    min-height: auto;
  }

  .sold_tag {
    top: -35px;
    right: 13px;
    width: 86px;
    height: 86px;
    font-size: 20px;
    line-height: 20px;
  }

  .sold_tag span {
    font-size: 32px;
    line-height: 29px;
  }

  .prod-box-left {
    padding: 40px 20px 30px 20px;
  }

  .prod-box-right {
    padding: 45px 25px 40px 20px;
  }

  .prod-box-txt1 span {
    font-size: 23px;
    line-height: 23px;
  }

  .prod-box-heading {
    font-size: 48px;
    line-height: 40px;
  }

  .footer {
    padding: 25px 0 30px;
  }

}

@media only screen and (max-width:767px) {
  .container {
    max-width: 600px;
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
  }

  .show-mob {
    display: block;
  }

  .hide-mob {
    display: none !important;
  }

  .top-fix-bar {
    margin-bottom: 40px;
  }

  .top_strip {
    padding: 12px 0 10px;
    height: 40px;
    margin-top: -40px;
    top: 40px;
  }

  .top_strip_txt {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }

  .top_strip_txt img {
    width: 16px;
  }

  .top-strip-icn1 {
    margin: -3px 2px 0 0;
  }

  .top-strip-icn2 {
    margin: -3px 0 0 2px;
  }

  ul.bnr_list1 {
    row-gap: 10px;
  }

  .banner {
    padding: 20px 0 15px;
  }

  ul.bnr_list1 li {
    font-size: 17px;
    line-height: 17px;
    padding: 9px 12px 7px;
    width: auto;
  }

  ul.bnr_list1 li img {
    margin: -2px 0 0 10px;
    width: 12px;
  }

  .bnr_heading {
    font-size: 35px;
    line-height: 36px;
    letter-spacing: 0.2px;
  }

  .bnr_box {
    margin-top: 18px;
  }

  .bnr_box_row {
    width: 55%;
    padding: 0 0 0 52px;
  }

  .bnr_box_row img {
    width: 44px;
    top: 5px;
  }

  .bnr_box_row p {
    font-size: 18px;
    line-height: 18px;
  }

  .bnr_box_row:nth-child(2) {
    padding-left: 40px;
    margin-top: 4px;
    width: 45%;
    margin-top: 0;
  }

  .bnr_box_row:nth-child(2) img {
    top: 6px;
    width: 23px;
    left: 10px;
  }

  .section1 {
    padding: 25px 0 35px;
  }

  .s1_row {
    margin: 35px auto 0;
  }

  .s1_row_lft {
    float: left;
    width: 100%;
    margin-top: 0;
  }

  .vid__box {
    margin-top: 25px;
  }

  .s1_row_rgt {
    width: 100%;
    padding-left: 0;
  }

  .s1-bx1-imgs {
    margin: 25px auto 0;
    border-radius: 10px;
    width: 100%;
  }

  .s1_row_hdg {
    font-size: 32px;
    line-height: 30px;
  }

  .s1_row_txt {
    font-size: 22px;
    line-height: 30px;
    margin-top: 20px;
    letter-spacing: 0.4px;
  }

  .s1_tsti_box {
    padding: 15px 12px 15px 90px;
  }

  .testi-imgs {
    width: 66px;
    left: 12px;
    top: 15px;
    transform: none;
  }

  .tsti_hdg {
    font-size: 21px;
    line-height: 22px;
  }

  .tsti_txt {
    font-size: 22px;
    line-height: 23px;
    margin-top: 10px;
  }

  .prod-box-outer {
    padding: 0 0 30px;
  }

  .prod-box-left {
    width: 100%;
    padding: 30px 15px 5px;
  }

  .prod_box_inr {
    margin: 50px auto 0;
    max-width: 463px;
  }

  .prod_box_logo_sec {
    margin: 15px auto;
  }

  .prod-box-right {
    width: 100%;
    padding: 30px 15px 20px;
  }

  .prod-box-txt1 {
    display: inline-block;
    vertical-align: top;
    float: none;
    max-width: 315px;
  }

  .prod-box-txt1 span {
    font-size: 21px;
    line-height: 21px;
    margin-top: -10px;
    padding: 0 12px;
  }

  .prod-box-heading {
    font-size: 40px;
    line-height: 36px;
    margin-top: 6px;
  }

  .prod-box-txt2 {
    font-size: 20px;
    line-height: 21px;
  }

  .button {
    height: 60px;
    font-size: 30px;
    line-height: 66px;
  }

  .btn-arw {
    width: 18px;
  }

  .deal-txt {
    font-size: 21px;
    line-height: 21px;
    margin-top: 8px;
  }

  ul.prod_list {
    max-width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
  }

  ul.prod_list li {
    background-position: top 3px left;
    width: auto;
  }

  .footer {
    padding: 15px 0 20px;
  }

  .foot-txt {
    font-size: 20px;
    line-height: 22px;
  }

  .button__strip {
    padding: 10px 0;
  }

  .button__strip__content {
    width: 100%;
    text-align: center;
    display: none;
  }

  .button__strip__content h3 {
    font-size: 28px;
    line-height: 26px;
  }

  .button__strip__content p {
    font-size: 16px;
    line-height: 18px;
  }

  .strip__btn {
    width: 100%;
    margin-top: 0;
  }

}

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