@charset "utf-8";

/*====CSS Document====*/
body {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  background: #ffffff;
  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;
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

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

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

.fl {
  float: left;
}

.fr {
  float: right;
}

/*-----------------------
MAIN CSS START
------------------------*/

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

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

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

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

.top-caption p {
  color: #000;
  font-size: 26px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.top-cption-img {
  display: inline-block;
  vertical-align: middle;
  margin: -9px 18px 0;
  width: 28px;
}


/*-------Header-------*/
.header {
  float: left;
  width: 100%;
  background: #fff;
  padding: 18px 0;
  z-index: 1;
  position: static;
  margin: 0;
}

.logo {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  margin: 0;
  float: unset;
}

/*-------Banner-------*/
.bnr-image {
  float: left;
  width: 100%;
  height: 321px;
  background: url(../images/bnr-bg.jpg)no-repeat center top;
  position: relative;
  background-size: cover;
}

ul.bnr__list {
  display: inline-block;
  vertical-align: top;
  max-width: 440px;
  width: 100%;
}

ul.bnr__list li {
  padding: 10px 8px 8px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 20px;
  border: 1px solid #fff;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  width: 47%;
  margin: 0 1.2%;
}

ul.bnr__list li img {
  width: 15px;
  display: inline-block;
  vertical-align: top;
  margin: 3px 0px 0px 20px;
}

.bnr-sec {
  background: #1a256c;
  float: left;
  width: 100%;
  padding: 35px 0 50px;
  background-size: cover;
  position: relative;
}

.bnr-sec:before {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -21px;
  background: url(../images/bnr-dwn-arw.png) no-repeat center center;
  width: 43px;
  height: 43px;
  z-index: 1;
}

.bnr-hdg {
  color: #fff;
  font-size: 63px;
  line-height: 52px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 12px;
}

.bnr-rev {
  max-width: 500px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-top: 25px;
}

.bnr-rev img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%;
}

.bnr-rev p {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #fff;
  width: calc(100% - 70px);
}

/*--------Section--------*/
.section_white {
  float: left;
  width: 100%;
  background: #fff;
  padding: 60px 0;
}

.section_blue {
  float: left;
  width: 100%;
  background: #f4f5ff;
  padding: 60px 0;
}

.content-bx {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.content-bx.reverse {
  flex-direction: row-reverse;
}

.content-left {
  width: 48%;
}

.main-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 15px;
}

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

.content-rgt {
  width: 52%;
  text-align: left;
  padding: 0 0 0 35px;
}

.content-bx.reverse .content-rgt {
  padding: 0 35px 0 0;
}

.stp-txt {
  position: absolute;
  left: 0;
  top: 5px;
  color: #1a256c;
  font-size: 90px;
  line-height: 61px;
  font-weight: bold;
}

.common-head {
  float: left;
  width: 100%;
  color: #000;
  font-size: 38px;
  line-height: 35px;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding-left: 75px;
  position: relative;
}

.common-head.padding-left-70 {
  padding-left: 70px;
}

.common-head.padding-left-85 {
  padding-left: 85px;
}

.common-head.padding-left-100 {
  padding-left: 100px;
}

.common-head.padding-top-20 {
  padding-top: 20px;
}

.common-para {
  float: left;
  width: 100%;
  color: #000;

  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.3px;
  margin-top: 12px;
}

.common-para.semi-bold {
  font-weight: 600;
}

.link {
  color: #1d67bb;
  text-decoration: underline;
}

.content-testibx {
  float: left;
  width: 100%;
  text-align: left;
  border-top: 1px solid #e2e2e2;
  padding: 35px 0 0 0px;
  margin-top: 40px;
  position: relative;
}

.content-testi.border-top2 {
  border-top: 1px solid #c7ddea;
}

.content-testi-quote {
  position: absolute;
  top: -24px;
  left: 12px;
}

.content-testi-star {
  display: inline-block;
  vertical-align: middle;
  width: 105px;
}

.content-testi-hdg {
  float: left;
  width: 100%;
  color: #000;
  font-size: 26px;
  line-height: 25px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.3px;
  margin-top: 10px;
}

.fw-normal {
  font-weight: normal;
}

.content-testi-para {
  float: left;
  width: 100%;
  color: #000;

  font-size: 24px;
  line-height: 27px;
  font-style: italic;
  letter-spacing: 0.3px;
  margin-top: 5px;
}

.content-testi-para.margin-top-10 {
  margin-top: 10px;
}

.content-testi-nm {
  float: left;
  width: 100%;
  color: #44cf79;
  font-size: 18px;
  line-height: 18px;
  margin-top: 15px;
}

.content-testi-nm span {
  color: #000;
  font-size: 24px;
  line-height: 22px;
}

.content-verify {
  display: inline-block;
  vertical-align: middle;
  margin: -8px 6px 0 15px;
}

.product-contnt {
  float: left;
  width: 100%;
  padding: 70px 0;
}

.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: -6px 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%;
  border-top: 1px solid #d8d8d8;
  padding: 40px 0;
}

.ftr-logo {
  display: block;
  margin: 0 auto 15px;
  width: 150px;
}

.ftr-txt {
  color: #232323;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-top: 8px;
}

.ftr-txt a {
  color: #000000;
  padding: 0 5px;
}

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

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

  .show-tab {
    display: block;
  }

  .show-desk {
    display: none;
  }

  .top-caption p {
    font-size: 22px;
    line-height: 22px;
  }

  .header {
    padding: 14px 0;
  }

  .bnr-sec {
    padding: 30px 0 40px;
  }

  .bnr-hdg {
    font-size: 48px;
    line-height: 45px;
  }

  .content-left {
    width: 40%;
  }

  .content-rgt {
    width: 60%;
    padding: 0 0 0 25px;
  }

  .content-bx.reverse .content-rgt {
    padding-right: 25px;
  }

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

  .common-head {
    padding-left: 70px
  }

  .common-head.padding-left-70 {
    padding-left: 60px;
  }

  .common-head.padding-left-85 {
    padding-left: 75px;
  }

  .stp-txt {
    font-size: 78px;
  }

  .common-para {
    font-size: 17px;
    line-height: 26px;
  }

  .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;
  }

  .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:767px) {
  .container {
    max-width: 600px;
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
  }

  .show-mob {
    display: block;
  }

  .hide-mob {
    display: none;
  }

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

  .top-caption {
    height: 40px;
    margin-top: -40px;
    top: 40px;
    padding: 6px 0;
  }

  .top-caption .container {
    padding: 0 8px;
  }

  .top-caption p {
    margin-top: 5px;
    font-size: 20px;
    line-height: 20px;
  }

  .top-cption-img {
    width: 20px;
    margin: -7px 10px 0;
  }

  .logo {
    width: 150px;
  }

  .bnr-image {
    height: auto;
    background: none;
  }

  .bnr-mobile {
    background margin: 0 auto 0;
  }

  .bnr-sec {
    padding: 20px 0 40px;
  }

  .bnr-hdg {
    font-size: 35px;
    line-height: 35px;
  }

  ul.bnr__list li {
    font-size: 15px;
    line-height: 15px;
    width: auto;
    min-width: 47%;
  }

  ul.bnr__list li img {
    margin: 1px 0px 0px 10px;
  }

  .bnr-rev {
    margin-top: 15px;
  }

  .bnr-rev img {
    width: 45px;
  }

  .bnr-rev p {
    font-size: 19px;
    line-height: 22px;
    width: calc(100% - 60px);
  }

  .section_white,
  .section_blue {
    padding: 30px 0;
  }

  .content-left {
    width: 100%;
  }

  .content-rgt,
  .content-bx.reverse .content-rgt {
    width: 100%;
    padding: 15px 0 0;
  }

  .main-img {
    height: 400px;
    object-fit: cover;
  }

  .stp-txt {
    font-size: 45px;
    line-height: 35px;
    top: 10px;
  }

  .common-head {
    padding-left: 40px;
  }

  .common-head.padding-left-70 {
    padding-left: 35px;
  }

  .common-head.padding-left-85 {
    padding-left: 55px;
  }

  .common-head.padding-top-20 {
    padding-top: 12px;
  }

  .common-head.padding-left-100 {
    padding-left: 55px;
  }

  .common-head.padding-top_m {
    padding-top: 12px;
  }

  .common-para {
    font-size: 24px;
    line-height: 28px;
    margin-top: 15px;
  }

  .note-txt {
    font-size: 20px;
    line-height: 32px;
    margin-top: 15px;
  }

  .content-testibx {
    padding: 30px 0 0 0px;
    margin-top: 45px;
  }

  .content-testi-quote {
    top: -22px;
    width: 40px;
  }

  .content-testi-nm {
    margin-top: 15px;
  }

  .content-testi-para {
    font-size: 26px;
    line-height: 30px;
  }

  .product-contnt {
    padding: 35px 0;
  }

  .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;
  }

  .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;
  }

  .footer {
    padding: 22px 0;
  }

  .ftr-txt {
    font-size: 18px;
    line-height: 15px;
  }

  .ftr-txt a {
    padding: 0 2px;
  }

}

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