p,
.ul {
  color: #3e4855;
}
.ul {
  margin-bottom: 24px !important;
}
.main-container li {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  color: #3e4855;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
.button-inner-jb {
  font-size: 23px;
  margin: 20px auto 2px;
}

.main-container._2 {
  margin-top: 20px;
}
.image {
  max-height: 50px;
}
.jb-sub {
  font-size: 16px;
}
.paragraph.quote {
  font-size: 24px;
  line-height: 32px;
}
.header-wrap {
  min-height: 50px;
}
.header-wrap {
  text-align: left;
  background: #cce0eb;
  padding: 5px 10px;
  margin-bottom: 30px;
}
.footer .container1 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}
.footer {
  background: #1a1a1a;
  padding: 50px 0 20px;
}
.footer p,
.footer ol li {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
}
.footer ol,
.footer ul {
  list-style: none;
  padding: 0;
}
.footer p,
.footer ol li {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
}
.footer li a {
  text-decoration: none;
  color: #fff;
}
.footer .footer-nav li {
  display: inline-block;
  width: 150px;
  text-align: left;
  font-size: 12px;
  color: #fff;
  padding: 10px 0px;
}
.footer .footer-nav li a {
  color: #fff;
  font-size: inherit;
}
p,
.ul {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: "Open Sans", sans-serif;
  color: #3e4855;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  display: block;
  width: 100%;
}
.jb-wrap {
  margin-top: 0 !important;
}
.heading-jb {
  margin-bottom: 0 !important;
}
.container-img._2 {
  margin-bottom: 15px;
  margin-top: 15px;
}
.button-inner-jb.full {
  width: auto;
  margin: 0;
  padding: 18px 15px !important;
}
.button-inner-jb {
  font-size: 23px;
}
.div-block-2 {
  margin-top: 15px;
}
.ppl {
  width: 45px;
}
.inner-content._2.op {
  border-bottom: none;
}
.footer {
  margin: 0;
}
.container {
  max-width: 1024px;
  margin: 0 auto;
}
.section-4 p,
.wy-inner {
  font-size: 14px !important;
  line-height: 21px;
  text-align: center;
  font-weight: 500;
}
.header-wrap {
  margin-bottom: 0;
}
.mimage {
  display: none;
}
.row {
  width: 100%;
}
.yellow-box {
  padding: 20px;
  background: var(--Accent-Light-Yellow, #fffbef);
  list-style: none;
  margin-bottom: 24px;
}
.yellow-box li {
  margin-bottom: 20px;
}
.yellow-box li:last-child {
  margin-bottom: 0px;
}
.yellow-box li p {
  display: inline-block;
  margin: 0;
  width: calc(100% - 125px);
  vertical-align: top;
}
.yellow-box li img {
  display: inline-block;
  border-radius: 100%;
  width: 100px;
  margin-right: 15px;
  vertical-align: top;
}
@media (max-width: 700px) {
  .dimage {
    display: none;
  }
  .mimage {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .button-inner-jb {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 18px;
    padding: 15px 10px;
  }
  .reviews-wrap {
    margin-top: 10px !important;
  }
}
.paragraph.exp {
  font-size: 18px;
}

.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;
}
/* LOGO */
.logo {
  font-size: 32px;
  display: inline-block;
}
/* NAVBAR MENU */
.menu {
  list-style: none;
  display: block;
}
.menu li:hover a {
  text-decoration: underline;
}
.menu li {
  padding: 5px 14px;
  display: inline-block;
}
/* DROPDOWN MENU */
.services {
  position: relative;
}
.dropdown {
  background-color: rgb(1, 139, 139);
  padding: 1em 0;
  position: absolute; /*WITH RESPECT TO PARENT*/
  display: none;
  border-radius: 8px;
  top: 35px;
}
.dropdown li + li {
  margin-top: 10px;
}
.dropdown li {
  padding: 0.5em 1em;
  width: 8em;
  text-align: center;
}
.dropdown li:hover {
  background-color: #4c9e9e;
}
.services:hover .dropdown {
  display: block;
}
/*RESPONSIVE NAVBAR MENU STARTS*/
/* CHECKBOX HACK */
input[type="checkbox"] {
  display: none;
}
/*HAMBURGER MENU*/
.hamburger {
  display: none;
  font-size: 24px;
  user-select: none;
}
.top-button {
  border-radius: 3px;
  background-color: #0fd13d;
  color: #fff;
  box-shadow: inset 0 1px 0 0 hsl(0deg 0% 100% / 41%);
  padding-left: 0;
  padding-right: 0;
}
.top-button a {
  color: #fff;
  padding: 5px 14px;
}
/* APPLYING MEDIA QUERIES */
@media (max-width: 768px) {
  .hamburger {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .nav-links {
    width: 100%;
    padding: 0;
    display: inherit;
  }
  .menu li {
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }
  .menu {
    display: none;
    background: #cce0eb;
    right: 0;
    left: 0;
    text-align: center;
    padding: 16px 0;
  }
  .menu li:hover {
  }
  .menu li + li {
    margin-top: 12px;
  }
  input[type="checkbox"]:checked ~ .menu {
    display: block;
  }
  .hamburger {
    display: block;
  }
  .dropdown {
    left: 50%;
    top: 30px;
    transform: translateX(35%);
  }
  .top-button a {
    padding: 5px 0px;
    font-size: 15px;
  }
  .dropdown li:hover {
    background-color: #4c9e9e;
  }
  .navbar {
    margin-bottom: 5px;
  }
}
.glist {
  padding: 0;
}
.glist li {
  list-style: none;
  padding: 0;
}
.glist li img {
  height: 20px;
  margin: 0 8px 0 0 !important;
  vertical-align: middle;
  width: auto;
}
.bbenefitSection {
  background: #f0fbff;
  padding: 10px;
}
.bbenefitSection > li > img {
  width: 50px;
  height: auto;
  display: inline-block;
  margin-right: 10px !important;
}
.bbenefitSection li span {
  display: inline-block;
  width: calc(100% - 60px);
  vertical-align: top;
}
@media screen and (max-width: 479px) {
  .main-container._2 {
    margin-top: 0;
    padding-top: 0px;
  }
}

.review-text.op {
  color: #555;
  font-size: 20px;
}
.section-4 {
  background: #000;
  color: #fff;
  font-size: 12px;
  line-height: 21px;
}
.section-4 a {
  color: #fff;
  text-decoration: none;
}
.section-4 .footer {
  padding: 40px 0;
}
.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;
}
.section-4 {
  background-color: #cce0eb;
  text-align: center;
  color: #777;
  font-size: 12px;
  line-height: 21px;
}
.section-4 a {
  color: #337ab7;
}
.section-4 p {
  font-size: 12px;
  line-height: 21px;
}
.section-4 a:hover {
  text-decoration: underline;
}

.gr-product-box .ctaLink,
.stickybtn .ctaLink {
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  background: #0cb64e;
  border-radius: 3.48333px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin: 10px 10px !important;
  max-width: 420px !important;
  font-size: 19px !important;
  padding: 12px 5px !important;
}
.gr-btn.ctaLink {
  margin: 14px auto !important;
  max-width: 420px !important;
  font-size: 19px !important;
  padding: 5px 5px !important;
  width: calc(100% - 20px);
}
.gr-product-box .ctaLink,
.stickybtn .ctaLink {
  color: #ffffff !important;
}
.smb-button-bottom {
  bottom: 0;
  width: 100%;
  top: inherit;
  background: rgba(107, 107, 107, 0.7);
  position: fixed;
  z-index: 10;
  text-align: center;
  display: none;
  box-sizing: border-box;
}
.smb-mb-block {
  display: none;
}
.stickybtn .ctaLink {
  font-weight: 700;
  font-size: 16px !important;
  line-height: 20px;
  text-align: center;
  color: #000000 !important;
  background: #24d260;
  border-radius: 5px;
}
.stickybtn .ctaLink span {
  display: block;
  color: white;
  font-weight: 600;
  font-size: 15px;
}
@media (max-width: 767px) {
  .stickybtn {
    display: none;
  }
  .stickybtn_fixed {
    display: block;
  }
  .section-4 {
    padding-bottom: 40px;
  }
}

.reader-box {
  display: block;
  border-radius: 8px;
  padding: 0 0 0 160px;
  margin-top: 30px;
  position: relative;
  text-align: left;
  margin-top: 35px;
  max-width: 100%;
}
.reader-heading {
  margin: 0;
  text-align: left;
  color: #262626;
  font-size: 23px;
  line-height: 28px;
  padding-top: 5px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.reader-box-pr {
  display: block;
  margin: 0;
  text-align: left;
  color: #262626;
  font-size: 19px;
  line-height: 28px;
  padding-top: 5px;
  letter-spacing: 0.5px;
}
.reader-box-pr1 {
  display: block;
  text-align: left;
  color: #545454;
  font-size: 20px;
  line-height: 28px;
  padding-top: 20px;
}
.reader-box-pr1 strong {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #262626;
}
.reader-box-pr1 span {
  font-size: 18px;
  line-height: 26px;
  color: #262626;
  padding-left: 5px;
}
.reader-box-pr1 span img {
  display: inline-block;
  vertical-align: middle;
  margin: -8px 8px 0 10px;
}
.reader {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0px;
  width: 100%;
  max-width: 150px;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  .reader-box {
    padding: 0 0 0 0;
    margin-top: 25px;
  }
  .reader-heading {
    font-size: 21px;
  }
  .reader {
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
  .reader-box-pr,
  .reader-box-pr1 {
    font-size: 18px;
    line-height: 26px;
    padding-top: 5px;
    letter-spacing: 0.3px;
    margin: 0;
  }
  .reader-box-pr1 strong {
    font-size: 17px;
    line-height: 22px;
  }
  .rating-star {
    margin: 0 auto 5px;
    display: block;
  }
}
.wy-inner p > a {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 700px) {
  .col-sm-8,
  .col-sm-4 {
    width: 100%;
    padding: 0;
  }
  .smb-page-right {
    max-width: 400px;
    margin: 0 auto 40px;
    display: block;
  }
}

.guarantee-box {
  margin-top: 40px;
  border-radius: 10px;
  background: #ecfbff;
  padding: 30px 30px 30px 80px;
  position: relative;
}
.guarantee-box:before {
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  border-left: 7px solid #359b76;
  content: "";
  border-radius: 7px 0 0 7px;
}
.grnt-seal {
  width: 100%;
  max-width: 150px;
  position: absolute;
  left: -72.5px;
  top: 50%;
  margin-top: -85px;
}
.gurnt-txt {
  text-align: center;
  font-size: 35px;
  line-height: 42px;
  color: #000000;
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.pakg-box {
  float: right;
  margin-top: 10px;
  border-radius: 10px;
  width: calc(100% - 100px);
  text-align: center;
}
.pkg-prod {
  display: block;
  margin: 30px auto 0;
  max-width: 100%;
}
.btn-mar {
  margin-top: 30px;
}
@media only screen and (max-width: 1187px) {
  .guarantee-box {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .guarantee-box {
    margin-top: 100px;
    padding: 70px 10px 20px;
  }
  .gurnt-txt {
    font-size: 24px;
    line-height: 30px;
  }
  .grnt-seal {
    position: absolute;
    left: 50%;
    width: 140px;
    margin-left: -62px;
    top: -70px;
    margin-top: 0;
  }
  .guarantee-box:before {
    left: 0;
    top: 0;
    right: 0;
    border-top: 5px solid #359b76;
    border-left: none;
    border-radius: 8px 8px 0 0;
    display: none !important;
  }
  .guarantee-box {
    border-top: 5px solid #359b76;
    border-radius: 8px 8px 0 0;
  }
  .pakg-box {
    width: 100%;
    margin-top: 0;
  }
  .pakg-box a.order-button {
    margin-top: 20px;
  }
  .pkg-prod {
    width: 300px;
    margin: 25px auto 0;
  }
  .footer {
    padding: 15px 0;
  }
  .prod-order-box {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .sec-img2 {
    float: none;
    margin: 30px auto 20px;
    display: block;
  }
  .guarantee-box {
    margin-left: 0 !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}
.striped-border {
  display: flex;
  display: -webkit-flex;
  position: relative;
  width: calc(100% - 16px);
  background-color: #fff;
  padding: 1.5rem;
  margin: 8px !important;
  margin-top: 40px;
}
.striped-border::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: 1;
  background: repeating-linear-gradient(
    -45deg,
    #eb0081 0,
    #eb0081 3px,
    rgba(255, 255, 255, 0.5) 3px,
    rgba(255, 255, 255, 0.5) 3px,
    #eb0081 6px,
    #eb0081 9px,
    rgba(255, 255, 255, 0.5) 6px,
    rgba(255, 255, 255, 0.5) 9px
  );
  animation: anime 10s linear infinite;
  background-color: #eb0081;
}

.m-0 {
  margin: 0 !important;
}

.text-center {
  text-align: center !important;
}
.striped-border img {
  padding: 1rem 0;
  margin: 0px;
}
.striped-border h3 {
  line-height: 4rem;
}
.main-cta {
  font-weight: bold;
  word-break: break-word;
  font-size: 1.4rem;
  line-height: 0.4rem;
  text-decoration: none;
  border-bottom: 3px solid #0d6efd;
  color: #0d6efd;
}
small,
.small {
  font-size: 68% !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.small {
  font-size: 1.5rem;
  color: #888;
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
.striped-border {
  display: flex;
  display: -webkit-flex;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 1.5rem;
  margin: 20px 0 !important;
}
.striped-border::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: 1;
  background: repeating-linear-gradient(
    -45deg,
    #eb0081 0,
    #eb0081 3px,
    rgba(255, 255, 255, 0.5) 3px,
    rgba(255, 255, 255, 0.5) 3px,
    #eb0081 6px,
    #eb0081 9px,
    rgba(255, 255, 255, 0.5) 6px,
    rgba(255, 255, 255, 0.5) 9px
  );
  animation: anime 10s linear infinite;
  background-color: #eb0081;
}
.striped-border h3 {
  line-height: 4rem;
}
.striped-border h3 {
  color: #007730;
  font-weight: 700;
}
@media (min-width: 768px) {
  .striped-border h3 {
    font-size: 26px;
    color: #007730;
    line-height: 2rem;
    margin-top: 2rem;
    margin-bottom: 1.4rem;
    font-weight: 700;
  }
}
@media (max-width: 825px) {
  .smb-page-right {
    flex: 1;
    -webkit-flex: 1;
    padding: 10px;
    max-width: 200px;
    margin: 0 auto;
    position: relative;
  }
  .col-sm-8 {
    width: calc(100% - 210px);
  }
}
@media (max-width: 770px) {
  .striped-border h3 {
    float: left;
    margin: 10px 0 0px;
    width: 100%;
    line-height: 1.2;
  }
  .striped-border h3 br,
  .topheader span {
    display: block !important;
  }
  .striped-border p {
    line-height: 1.7;
    margin: 0 0 0 0px;
  }
  .col-md-7 {
    padding: 0 10px;
  }
  .striped-border img {
    padding: 1rem 0;
    margin-bottom: -2px !important;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
  .topheader {
    padding: 17px 0px;
  }
  .smb-page-right {
    max-width: 200px;
  }
  .striped-border {
    display: block !important;
  }
}
.low {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  /* or 188% */

  text-align: center;

  color: #000000;
}

.expert-quote {
  float: left;
  width: 100%;
  margin-top: 40px;
  padding: 30px 0;
  border-top: 1px solid #359b76;
  border-bottom: 1px solid #359b76;
  position: relative;
}
.quote-icon {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: -22.5px;
}
.quote-img {
  float: left;
  max-width: 240px;
  width: 100%;
}
.quote-right {
  float: right;
  width: calc(100% - 260px);
  text-align: left;
}
.quote-right .common-para {
  margin-top: 10px;
}
.quote-text1 {
  float: left;
  font-size: 20px;
  line-height: 28px;
  color: #262626;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.5px;
  margin-top: 15px;
}
.quote-text1 span {
  font-weight: 400;
  font-style: normal;
}
.quote-name {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  color: #262626;
  font-weight: bold;
  margin-top: 25px;
}

.blue-box {
  display: inline-block;
  vertical-align: middle;
  max-width: 700px;
  width: 100%;
}
.blue-box-inner {
  float: left;
  background: #0092bf;
  padding: 25px 20px;
  border-radius: 15px;
  margin-top: 40px;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}
.sec-img2 {
  float: right;
  max-width: 100%;
  margin: 30px 0 0 20px;
}
.blue-bx-arw {
  position: absolute;
  right: 65px;
  top: -34px;
}
.blue-box-text {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  margin-top: 25px;
  letter-spacing: 0.5px;
}
.top0 {
  margin-top: 0;
}
.blue-box-btm-text {
  font-size: 20px;
  line-height: 28px;
  color: #6c6c6c;
  font-weight: 600;
  font-style: italic;
  text-align: left;
  margin-left: 45px;
}
.sec-img2 {
  float: right;
  max-width: 100%;
  margin: 30px 0 0 20px;
}

.ucla-box {
  float: left;
  padding: 10px;
  background: #ecfaf5;
  padding: 20px 25px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.ucla-box p {
  font-size: 20px;
  line-height: 30px;
  color: #262626;
  letter-spacing: 0.5px;
  text-align: left;
  margin-top: 15px;
  font-weight: 500;
}
.ucla-logo {
  float: right;
  width: 150px;
  margin: 0 0 0 30px;
}

.instruction-box {
  float: left;
  background: #f0fbff;
  padding: 30px 25px;
  margin-bottom: 30px;
}
.instruction-box-row {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.instrc-box-left {
  float: left;
  width: calc(100% - 100px);
  text-align: left;
}
.instrc-box-left p {
  margin: 0;
}
.instrc-head {
  float: left;
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  color: #262626;
  font-weight: bold;
}
.martop20 {
  margin-top: 10px;
}
.instrc-box-right {
  float: left;
  width: 100px;
}
.incrtc-img {
  float: left;
  max-width: 100%;
  margin: 15px 0 0;
  max-width: 80px;
}
@media only screen and (max-width: 767px) {
  .reviews p strong {
    color: #000;
    vertical-align: middle;
    display: block;
    margin-top: 5px;
  }
  .reviews p img {
    margin-right: 0 !important;
  }
  .yellow-box li img {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .yellow-box li p {
    display: block;
    width: 100%;
  }
  .y-box .rev-box img {
    width: 100%;
    display: block;
    max-width: 274px;
    margin: 20px auto 20px;
  }
  .y-box .rev-box .rev-right {
    display: block;
    width: 100%;
    vertical-align: top;
    text-align: center;
  }
  .y-box .rev-box .rev-right img {
    margin: 0 auto 8px;
  }
  .desktop-img {
    display: none;
  }
  .mobile-img {
    display: block;
  }
  .expert-quote {
    padding: 30px 0 20px;
  }
  .quote-img {
    width: 100%;
    display: block;
    max-width: 320px;
    float: none;
    margin: 20px auto;
  }
  .quote-right {
    width: 100%;
    text-align: center;
  }
  .quote-right .common-para {
    text-align: center;
    margin-top: 0;
  }
  .quote-text1 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin-top: 10px;
    padding: 0 15px;
  }
  .quote-name {
    margin-top: 15px;
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 700px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block !important;
  }
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  display: block;
}
.row {
  display: block;
  width: 100%;
}
.col-sm-8 {
  display: inline-block;
  width: calc(100% - 340px);
  padding: 0 15px;
}
.col-sm-4 {
  display: inline-block;
  width: 100%;
  max-width: 330px;
  padding: 0 15px;
  vertical-align: top;
}
.smb-link {
  border-bottom: 2px solid #359b76;
  margin-bottom: 15px;
}
h2 {
  font-size: 30px;
}
.smb-page-right p {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: "Open Sans", sans-serif;
  color: #3e4855;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  display: block;
  width: 100%;
}
.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: 100%;
}
.smb-main-img {
  margin: 20px auto;
  width: 100%;
}

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

.smb-page-right p {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: "Open Sans", sans-serif;
  color: #3e4855;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  display: block;
  width: 100%;
}
.smb-right-main .order-button {
  font-size: 18px;
  display: block;
  padding: 12px 2px;
  line-height: 22px;
}

.desktop-img {
}
.mobile-img {
  display: none;
}
.review p {
  color: #000;
  font-size: 18px;
  margin-bottom: 8px;
}
.review img {
  display: inline-block;
  width: 99px;
  margin-left: 10px;
}
.review {
  margin-bottom: 24px;
  padding: 25px;
  background-color: rgb(255, 243, 250);
  display: flex;
  align-items: center;
  gap: 25px;
}
.review .review-img {
  width: 200px;
}
.button-inner-jb {
  color: var(--Neutral-50, #fff);
  font-family: "Open Sans";
  font-size: 23px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 15px 20px;
  display: block;
  max-width: 500px;
  width: 100%;
  text-align: center;
  margin-bottom: 24px !important;
  text-decoration: none;
}
.y-box {
  padding: 24px 16px;
  background: var(--Accent-Light-Yellow, #fffbef);
}
.y-box h2 {
  text-align: center;
  margin: 0 -5px 20px !important;
}
.y-box .rev-box {
}
.y-box .rev-box img {
  width: 100%;
  display: inline-block;
  max-width: 274px;
  margin-right: 20px;
}
.y-box .rev-box .rev-right {
  display: inline-block;
  width: calc(100% - 300px);
  vertical-align: top;
  text-align: center;
}
.y-box .rev-box p {
  color: var(--Colors-Text-Gray-Black, var(--Colors-Text-Gray-Black, #262626));
  text-align: center;
  font-size: 18px;
  margin-bottom: 16px;
}
.y-box .rev-box .rev-right img {
  width: 80px;
  margin: 0;
  margin-bottom: 8px;
}
.y-box .rev-box .rev-right p.lisa {
  font-size: 16px;
  margin: 0;
}
.pink-box {
  padding: 24px 16px;
  background: #fff3fa;
  margin-bottom: 24px;
}
.yellow-box {
  padding: 24px 16px;
  background: #fffbef;
  margin-bottom: 24px;
}
.pink-box h2 {
  text-align: center;
  margin-bottom: 20px !important;
  color: #e4469d;
  margin-top: 0;
}
.pink-box ul {
  padding: 0;
  list-style: none;
}
.pink-box p {
  color: #262626;
  text-align: center;
}
.pink-box ul li {
  background: url(t-double-am14es/index_files/check.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 40px;
  margin-bottom: 20px;
}
.pink-box ul li:last-child {
  margin: 0;
}
.pink-box ul li p {
  margin: 0;
  color: #000;
  text-align: left;
}
p {
  margin-bottom: 24px;
}
body {
  color: #333333;
}
.main-container img {
  border-radius: 20px;
}
.reviews {
  margin-bottom: 24px;
}
.reviews p {
  margin: 0;
}
.reviews img {
  max-width: 160px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 100%;
}
.reviews p strong {
  color: #000;
  vertical-align: middle;
}
img.container-img {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.author-block {
  margin: 0;
}

.jb-h1 {
  line-height: normal;
}
.section-3 .col-md-3 {
  background: #cce0eb !important;
}

.pink-box-2 ul li p {
  margin-bottom: 20px;
}

.author-wrapper {
  padding-top: 10px;
  display: flex;
  align-items: center;
}

.author-wrapper img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 50%;
}

.author-wrapper div {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #c6c6c6;
}

.author-wrapper div p {
  margin: 0;
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
}

.author-wrapper div .author-name {
  font-weight: 700;
}

.author-wrapper div .author-desc {
  font-size: 16px;
  opacity: 0.5;
}

.floating-offer-btn-wrapper {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 15px;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}

.floating-offer-btn-wrapper a {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  font-size: 16px !important;
}

.navbar {
  position: sticky;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}

.advert-banner {
  width: 100%;
  height: 26px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.advert-banner p {
  margin: 0 !important;
  width: fit-content;
  font-family: Arial;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

@media only screen and (max-width: 700px) {
  .navbar {
    position: static;
  }

  .navbar .container {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .navbar .row {
    width: fit-content !important;
  }

  .row-m {
    display: flex;
    flex-direction: column;
  }

  .row-m .col-sm-8,
  .row-m .col-sm-4 {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .y-box .rev-box .rev-right {
    display: block;
    width: 100%;
    vertical-align: top;
    text-align: center;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .mobile-img {
    display: block;
  }

  .review {
    flex-direction: column;
  }

  .review .review-img {
    width: 100%;
  }
}
