* {
  margin: 0;
  padding: 0;
  list-style: none;
}

html,
body {
  font-family: "Open Sans", sans-serif;
}

#smb-page {
  max-width: 100%;
}

.smb-text-center {
  text-align: center;
}

a {
  color: #045be8;
  font-weight: 700;
}

p {
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 1.6;
  color: #262626;
}

.gray-box {
  background: #ececec;
  padding: 10px 10px 3px 10px;
}

.dialogue {
  background: #ecffc6;
  font-size: 24px;
  quotes: "" "" "'" "'";
  font-style: italic;
  padding: 18px 25px;
  margin: 0px;
}

.dialogue::before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

#smb-page h1 {
  color: #17191c;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0;
  padding: 0 0 20px;
}

#smb-page h3 {
  color: #359b76;
  font-size: 30px;
  line-height: 36px;
  margin: 30px 0;
  font-weight: 700;
}

.smb-page-main {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
}

.smb-page-left {
  padding: 10px;
  max-width: 740px;
  margin: 0 auto;
  flex: 1;-webkit-flex: 1;
}

.smb-left-main {
  max-width: 100%;
}

#smb-page .advertisement {
  font-size: 11px;
  color: #999;
  text-align: center;
  margin-bottom: 10px;
}

.smb-autor {
  display: flex; display: -webkit-flex;
  margin-bottom: 20px;
}

.smb-autor-img {
  max-width: 40px;
  max-height: 40px;
  border-radius: 30px;
  margin-right: 10px;
}

.smb-autor-content {
  text-align: left;
  border-left: 2px #359b76 solid;
  padding-left: 20px;
}

.smb-autor-name {
  color: #359b76;
  font-size: 20px;
  display: block;
  font-weight: 700;
}

.smb-autor-date {
  font-size: 16px;
  font-weight: 700;
}

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

.ex-img {
  width: 561px;
}

.smb-special-img {
  display: block;
  width: 60%;
  margin: 0 auto;
}

.smb-center-img {
  width: 220px;
}

.smb-click-button {
  padding: 15px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 90%;
  display: block;
  background-color: #359b76;
  color: #ffffff;
  text-align: center;
  font-weight: 800;
  border-radius: 10px;
  font-size: 20px;
  text-decoration: none;
}

.smb-page-right {
  flex: 1;
  padding: 10px;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}

#smb-fixed-flag {
  max-height: 1px;
}

.smb-right-main {
  max-width: 100%;
  display: block;
  padding: 20px;
  border-color: #ededed;
  border-width: 1px;
  border-style: solid;
}

.smb-fixed {
  position: fixed;
  position: sticky;
  top: 10px;
  max-width: 258px;
}

.smb-link {
  border-bottom: 2px solid #359b76;
  margin-bottom: 15px;
}

.smb-border-main {
  padding: 15px;
  border: 2px solid red;
}

.smb-center-bold {
  text-align: center;
  font-weight: 700;
}

.smb-page-right p {
  margin-bottom: 10px;
}

.smb-right-button {
  margin-top: 20px;
  display: block;
  padding: 15px;
  background-color: #359b76;
  color: white;
  font-weight: 700;
  border-radius: 10px;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
}

.smb-page-footer {
  max-width: 100%;
  background-color: #000;
  padding: 10px;
  margin-top: 25px;
  box-sizing: border-box;
}

.smb-footer-main {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.smb-footer-main p {
  color: #ffffff;
  font-size: 15px;
  margin: 5px 0;
}

.smb-footer-main a {
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}

.smb-button-bottom {
  bottom: 0;
  width: 100%;
  top: inherit;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0 15px 8px;
  position: fixed;
  z-index: 10;
  text-align: center;
  display: none;
  box-sizing: border-box;
}

.smb-button-bottom .smb-right-button {
  margin: 8px auto;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 20px;
}

.smb-mb-block {
  display: none;
}

@media (max-width: 768px) {
  #smb-page h1 {
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: -0.01em;
    padding: 0 0 14px;
  }
  #smb-page h3 {
    font-size: 24px;
  }
  .smb-page-main {
    flex-direction: column;  -webkit-flex-direction: column;
  }
  .ex-img {
    width: 100%;
  }
  .stickybtn_fixed {
    display: block;
  }
}

.elm {
  font-size: 24px!important;
  line-height: 1.6em!important;
  letter-spacing: 0px!important;
  color: #262626 !important;
  text-transform: none!important;
  margin-bottom: 25px;
  border: 4px dashed var(--colors-link-gray-blue, #337AB7);
  background: #ECF8FF;
  padding: 36px 16px;
}

.elm p{text-align:center;margin:0;padding:0 10px;}

.gr-list{display:block;column-count: 2;}

.gr-list li{display: inline-block;
    padding-left: 40px;
    background: url(mark.png);
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 1.6;
    color: #262626;
    font-weight: bold;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;width: 48%;    min-width: 180px;}

.cta-text{
text-align: center;
color: #E75D14;
font-weight: bold;
display: block;
font-size: 20px;
margin-top: -10px;
}

@media (max-width: 1025px) {
  .smb-fixed {
    position: static;
  }
}

/* Main Styles */
.main-container._2 {
  margin-top: 20px;
}

.image {
  max-height: 50px;
}

/* Navigation */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #CCE0EB;
  padding: 5px 10px;
  margin-bottom: 30px;
}

.nav-links {
  margin: 0;
  display: inline-block;
  text-align: right;
  width: calc(100% - 160px);
}

.nav-links a {
  text-decoration: none;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.8em;
  color: #333;
  letter-spacing: 0;
  font-size: 18px;
}

/* Reviews */
.gr-reviews {
  display: block;
  margin-bottom: 20px;
}

.gr-reviews > img {
  width: 48px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

.gr-reviews p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 22px;
  font-size: 16px;
  color: #262626;
}

.gr-reviews p span {
  font-weight: 700;
}

.review-text {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #231F20;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

/* Money Back Section */
.money_back {
  border: 1px solid #FAB73C;
  background: #FFFBEF;
  padding: 10px 16px;
  margin-bottom: 20px;
}

.money_back img {
  width: 100px;
  display: inline-block;
  margin-right: 24px;
  vertical-align: middle;
}

.money_back p {
  margin: 0;
  display: inline-block;
  max-width: calc(100% - 130px);
  width: 100%;
  vertical-align: middle;
}

/* Footer Section */
.section-4 {
  background-color: #CCE0EB;
  text-align: center;
  color: #777;
  font-size: 12px;
  line-height: 21px;
}

.section-4 a {
  color: #337ab7;
  text-decoration: none;
}

.section-4 a:hover {
  text-decoration: underline;
}

.section-4 p {
  font-size: 12px;
  line-height: 21px;
}

.section-4 .footer {
  padding: 40px 0;
}

/* Buttons and CTAs */
.smb-right-button {
  max-width: 300px;
  margin: 20px auto;
  display: block;
}

.cta-text {
  display: block;
  text-align: center;
}

/* Sticky Button */
.stickybtn {
  display: none;
}

.stickybtn_fixed {
  display: block;
}

/* Responsive Styles */
@media (max-width: 700px) {
  .dimage {
    display: none;
  }
  .mimage {
    display: block;
  }
  .money_back img {
    display: block;
    margin: 0 auto;
    margin-right: 0;
  }
  .money_back p {
    display: block;
    max-width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}

@media screen and (max-width: 479px) {
  .button-inner-jb {
    padding: 15px 10px;
    font-size: 14px;
    line-height: 18px;
    margin-top: -20px;
  }
  .reviews-wrap {
    margin-top: 10px !important;
  }
}

@media (max-width: 766px) {
  .stickybtn {
    display: none;
  }
  .stickybtn_fixed {
    display: block;
  }
}

/* Floating Button */
.floating-btn .btn-floating-bar {
    padding: 15px;
}

.floating-btn .btn-floating-bar p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 !important;
    padding: 0 !important;
}

.gr-list1 {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

.gr-list1 li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.gr-list1 li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #337AB7;
    font-weight: bold;
}

.gr-list1 p {
    margin: 0;
}