* {
  box-sizing: border-box;
}

html,body {
  background: #fff;
  color: #2a2e30; 
}

.icon-star-half::before {
  content: "\e9d8";
}

.icon-star-full::before {
  content: "\e9d9";
}

.contain {
  max-width: 1117px;
  margin: 0 auto;
  width: 100%;
}

.ld-btn {
  padding: 6px 15px;
  border-radius: 2px;
  display: inline-block;
  background: #fa2828;
  text-decoration: none;
  text-align: center;
  outline: none;
  cursor: pointer;
  transition: all .2s ease;
  font-size: 18px;
}

.ld-btn:hover {
  background: #e80202;
}

.d-flex {
  display: flex;
}
.flex-item {
  flex: 1;
}

.head {
  background: #028843;
  height: 46px;
  display: flex;
  align-items:center;
  justify-content: center;
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.menu li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.menu li a {
  display: block;
  padding: 0 10px;
  text-decoration: none;
  color: #fff;
}

/* promotion top */
.promotion-top {
  padding: 15px 0;
}
.pmt-wrap{
  display: flex;
  width: 100%;
}
.pmt-logo {
  max-width: 232px;
}
.pmt-logo img {
  max-width: 232px;
  background: #066d36;
  padding: 10px;
}
.pmt-info {
  flex: 1;
  display: flex;
  align-items: center ;
  /* justify-content: space-between; */
}
.pmt-content {
  padding-left: 15px;
}
.pmt-content h3 {
  font-size: 24px;
  margin: 0;
}
.pmt-content h3 strong {
  font-size: 32px;
}
.pmt-cta {
  margin-left: auto;
}


/* cta-box */
.cta-box .contain {
  padding: 15px 0;
  border-top: thin solid #c4c4c4;
  border-bottom: thin solid #c4c4c4;
}
.cta-box h3 {
  font-size: 24px;
  text-align: center;
  color: #2a2e30;
  font-weight: 700;
  margin: 0 0 20px;
}
.cta-box h3:after {
  display: block;
  clear: both;
  content: "";
  margin: 3px auto 0;
  width: 80px;
  height: 2px;
  background-color: #fa2828;
}
.lnk {
  text-align: center; 
}
.lnk a {
  margin: 0 7px;
}

/* features */
.features {
  padding: 15px 0;
}
.f-col {
  margin: 0 15px;
  border-bottom: thin solid #c4c4c4;
}
.score-list {
  margin: 0;
  padding:0 ;
  list-style: none;
}
.score-list li  {
  margin-bottom: 9px;
}
.score-list .lbl {
  font-size: 15px;
  word-wrap: break-word;
  white-space: pre-wrap;
  flex: 3;
}
.star {
  align-items: baseline;
  margin-left: auto;
}
.star-list {
  display: flex;
  font-size: 12px;
}
.star-list span {
  margin: 1.5px;
  color: #ffc42b
}
.star-list span.inactive {
 color: #dbdbdb; 
}
.rate {
  font-size: 12px;
  line-height: 20px;
  color :#fff;
  font-weight: 700;
  background: #fa2828;
  margin-left: 12px;
  padding: 0 5px;
  max-width: 26px;
}

.total {
  padding: 15px 0 15px 15px;
}
.total .lbl {
  font-size: 18px;
  font-weight: 700;
  align-self: center;
}
.total .star-list {
  font-size: 18px;
}
.total .rate { 
  font-size: 18px;
  line-height: 40px;
  padding: 0 8px;
  max-width: 40px;
}

.traits h4 {
  margin-top: 0;
  padding-bottom: 6px;
  font-size: 23px;
  text-align: center;
  font-weight: 700;
  line-height: 32.2px;
  position: relative;
}
.traits h4::before,
.traits h4::after{
  clear: both;
  content: '';
  display: block;
  background: #fa2828;
  height: 2px;
}
.traits h4::before {
  width: 100px;
  position: absolute;
  left: calc(50% - 50px);
  bottom: 13px;  
}
.traits h4::after {
  width: 80px;
  margin: 3px auto;
}

.traits .d-flex {
  justify-content: center;
  height: calc(100% - 56px);
}
.traits .img {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto
}
.traits .img img {
  width: 60px;
}
.traits span {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  text-align: center;
}

.tab-btn span {
  text-align: center;
  font-size: 16px;
  color: #999;
  border-bottom: 1px solid #a3a3a3;
  background: #e8e8e8;
  padding: 10px 0;
  display: block;
  cursor: pointer;
  font-weight: 700;
}
.tab-btn span.pros.active{
  background: #65bf0b;
  border-bottom-color: #65bf0b;
  color :#fff;
}
.tab-btn span.cons.active {
  background: #555a5c;
  border-bottom-color: #555a5c;
  color: #fff;
}
.tab-content {
  display: flex;
  align-items: center;
  visibility:  hidden;
  height: 0;
}
.tab-content.active {
  visibility: visible;
  height: calc(100% - 43px);
}
.tab-content ul {
  margin : 0;
  padding: 0;
  list-style: none;
}
.tab-content ul li::before {
  clear: both;
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.tab-content ul li {
  display: flex;
  align-items: center;
  padding: 7.5px 20px;
}
.tab-content ul.adv li::before {
  background: url('../images/v_icon.jpg') top center no-repeat;
  background-size: 100%;
}
.tab-content ul.dadv li::before {
  background: url('../images/x_icon.jpg') top center no-repeat;
  background-size: 100%;
}

.sect-title {
  background: #028843;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 8px 16px;
  border-radius: 3px;
  font-size: 27px;
}
.sect-title + p {
  margin-top: 10px;
}

.img-responsive {
  width: 100%;
}

.g-row {
  padding: 30px 0 0;
}
.g-row .contain {
  border-bottom: thin solid #f3f3f3;
  padding-bottom: 20px;
}
.g-row .contain.pb-0 {
  padding-bottom: 0;
  border-bottom: none;
}

#sect1{ padding-top: 15px; }
#sect1 .section {
  background: #f3f3f3;
  padding-top: 15px;
  padding-bottom: 30px;
}
#sect1 .section h4 {
  color: #028843;
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0;
  padding: 15px;
}
#sect1 .section h3 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #0b7740;
}
#sect1 .flex-item {
  background: #fff;
  margin: 0 15px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
#sect1 .section .thumb {
  text-align: center;
}
#sect1 .section .thumb img {
  max-width: 35%;
}
#sect1 .section li {
  margin-bottom: 9px;
}

ul.red-dot {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

ul.red-dot li {
  margin-bottom: 9px;
  position: relative;
  padding-left: 15px;;
}

ul.red-dot li::before {
  clear: both;
  content: '';
  width: 6px;
  height: 6px;
  background: #fa2828;
  display: block;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 7px;
}

.my-carousel .owl-item .item {
  padding: 10px;
  background: #014217;
}
.my-carousel .owl-item .item a {
  display: block;
}
.my-carousel .owl-nav {
  margin-top: 0;
}
.my-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent !important;
  outline: none;
}
.my-carousel .owl-nav button img{
  width: 22px;
}
.my-carousel .owl-nav button.owl-prev {
  left: 5px;
}
.my-carousel .owl-nav button.owl-next {
  right: 5px;
} 

/*  cta bottom  */
.body {
  background: #f3f3f3;
}

/* burger menu */
.burger-menu {
  cursor: pointer;
  display: none;
}
.burger-menu div {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

/* modal */
#zoom .popup-info {
  margin-top: 20%;
}
#zoom .popup-info > .close {
  position: absolute;
  top: 0;
  right: 0; 
}

@media only screen and (max-width: 977px) {
  .contain {
    padding-left: 15px;
    padding-right: 15px;;
  }
  
  .burger-menu {
    display: block;
    float: right
  };

  .head {
    position: relative;
  }

  .menu {
    position: absolute;
    top: 46px;
    z-index: 2;
    left:0;
    width: 100%;
    border-top: thin solid #fff;
    display: none;
  }
  .menu li {
    display: block;
    background: #028843;
    border-bottom: thin solid #fff;
  }
  .menu li a {
    padding: 5px 0;
  }

  .body .contain {
    padding-left: 0;
    padding-right: 0;
  }

  .pmt-info {
    flex-direction: column;
    justify-content: center;
  }
  .pmt-content {
    margin-right: auto;
  }
  .pmt-cta {
    margin-left: 15px;
    margin-right: auto;
  }

  .features .contain > .d-flex {
    flex-direction: column;
  }
  .features .contain > .d-flex > .flex-item {
    margin: 0;
    padding: 15px 0;
  }
  .total {
    padding-left: 0;;
  }
  .total .lbl {
    flex: 3;
  }
}


@media only screen and (max-width: 799px){
  #sect1 .section .contain > .d-flex {
    flex-direction: column;
  }
  #sect1 .flex-item {
    margin: 0 0 15px;
  }
  #sect1 .section .thumb img {
    max-width: 20%;
  }
}

@media only screen and (max-width: 600px){
  .pmt-wrap {
    display: block;
  }
  .pmt-logo {
    margin: 0 auto;
  } 
  .pmt-info {
    display: block;
    text-align: center;
  }
  .pmt-content,
  .pmt-btn {
    margin-left: 0;
  }
  .pmt-content {
    margin: 5px 0;
  }
  .sect-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 568px) {
  html, body { font-size: 14px; }
  .pmt-content h3,
  .cta-box h3 {font-size: 20px;}
  .lnk { padding: 0 15px; }
  .lnk a { 
    display: block;
    margin: 0 0 7px;
  }
  #sect1 .section h4 {  font-size: 19px; }
  .sect-title {
    display: block;
    text-align: center;
    font-size: 19px;
    line-height: 1.3;
  }

}