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

html,
body {
  font-family: "Open Sans", sans-serif;
  line-height: 27px;
  color: #3e4855;
}

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

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

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

p {
  margin-bottom: 25px;
}

.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 {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 50px;
  color: #333333;
}

#smb-page h3 {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #333333;
  margin: 20px 0;
}
p a {
  font-weight: 700;
  text-decoration-line: underline;
  color: #0000ee;
}
.p-last {
  margin-bottom: 0;
}
.smb-page-main {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
}

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

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

#smb-page .advertisement {
  font-size: 14px;
  color: #262626;
  text-align: center;
  margin-bottom: 5px;
}
.sub-t {
  font-size: 16px;
  line-height: 22px;
  color: #999999;
  margin: 20px 0;
}
.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;
  -webkit-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: 800;
  border-radius: 10px;
  font-size: 14px;
  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 10px;
  position: fixed;
  z-index: 10;
  text-align: center;
  display: none;
  box-sizing: border-box;
}

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

@media (max-width: 768px) {
  #smb-page h1 {
    font-size: 26px;
    line-height: 34px;
  }
  #smb-page h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .smb-page-main {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .ex-img {
    width: 100%;
  }
  .smb-mb-block {
    display: block;
  }
  a.order-button {
    font-size: 24px;
    padding: 15px 0;
  }
}

.img-full {
  max-width: 100%;
}
.clearall {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

/*-----------------------
MAIN CSS START
------------------------*/
.para-top0 {
  margin-top: 0;
}
.common-para a {
  color: #359b76;
  text-decoration: underline;
}
.common-heading {
  font-size: 30px;
  line-height: 38px;
  color: #359b76;
  font-weight: bold;
  margin-top: 30px;
  text-align: left;
}

/*CALL TO ACTION BOX*/
.prod-order-box {
  margin-bottom: 30px;
  display: block;
  padding: 0 20px;
  margin-top: 40px;
  background: url(order-bg.jpg) no-repeat center left #359b76;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
.order-box-right {
  display: inline-block;
  width: calc(100% - 250px);
  padding: 20px 15px 20px 0;
  text-align: left;
}
.order-box-text {
  display: inline-block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
}
a.order-button {
  vertical-align: middle;
  max-width: 360px;
  text-transform: uppercase;
  color: #333 !important;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 20px;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  background-color: #0bb64e;
  border-bottom: 3px solid #08873a;
  border-radius: 3px;
  font-style: normal;
  padding: 5px;
  margin: 14px 0 !important;
}
.smb-right-main .order-button {
  font-size: 18px;
  display: block;
  padding: 12px 2px;
  line-height: 22px;
}
a.order-button:hover {
  background-color: #08873a;
}
.order-box-left {
  display: inline-block;
  width: 200px;
  position: relative;
  background-size: 100%;
}
.order-box-prod {
  max-width: 200px;
  margin: 20px 20px 0 0;
}

/*QUOTE BOX*/
.expert-quote {
  float: left;
  width: 100%;
  margin-top: 40px;
  padding: 30px 0;
  border-top: 1px solid #359b76;
  border-bottom: 1px solid #359b76;
  position: relative;
  margin-bottom: 30px;
}
.quote-icon {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: -22.5px;
}
.quote-img {
  float: left;
  max-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;
}

/*TESTIMONIAL TEXT*/
.reader-box {
}
.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 {
}
.media-body {
  display: block;
  margin-top: -10px;
}
.media-body img {
  vertical-align: middle;
  display: inline-block;
  width: 110px;
  margin-left: -10px;
}
.th-post-tag {
  margin-right: 10px;
  padding: 5px 8px;
  border-radius: 2px;
  background-color: #4fcde9;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.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;
}

/*CSS FOR RHS*/
.rgt-content {
  float: right;
  width: 34%;
  padding-left: 40px;
}
.order-box {
  float: left;
  width: 100%;
  background: #fff;
  border: 2px solid #daebf0;
  text-align: center;
}
.order-logo {
  display: inline-block;
  vertical-align: middle;
  margin: 15px auto 15px;
}
.rgt-order-strip {
  float: left;
  width: 100%;
  background: #daebf0;
  padding: 5px 0;
  font-size: 24px;
  line-height: 32px;
  color: #262626;
  letter-spacing: 0.2px;
}

.order-mid {
  float: left;
  width: 100%;
  padding: 20px 20px 30px;
  position: relative;
}
.order-prod {
  display: inline-block;
  vertical-align: middle;
  margin: 20px auto;
  max-width: 100%;
}
.order-right-text {
  float: left;
  width: 100%;
  font-size: 22px;
  line-height: 28px;
  color: #262626;
  font-weight: 600;
}

/*-----------------------
		Footer
------------------------*/
.footer {
  padding: 25px 0;
  border-top: 1px solid #d8d8d8;
}

.ftr-b-txt {
  font-size: 14px;
  line-height: 20px;
  color: #606060;
  letter-spacing: 0.5px;
  text-align: center;
}

.show-mob,
.show-tab {
  display: none;
}
.show-desk {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

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

  .top-heading {
    font-size: 50px;
    line-height: 56px;
  }
  .postedBox ul li {
    padding: 0 10px;
  }
  .postedBox ul li p {
    font-size: 15px;
    line-height: 17px;
  }
  .postedBox ul li img {
    width: 55px;
  }
  .postedBox ul li:first-child {
    padding-left: 60px;
  }

  .feature-box img {
    padding: 10px 15px 5px;
  }

  .order-box-left {
    width: 200px;
  }
  .order-box-heading {
    font-size: 27px;
    line-height: 35px;
  }
  .order-box-prod {
    margin: 20px 20px 0 0;
  }

  .quote-right {
    width: calc(100% - 220px);
  }
  .quote-img {
    width: 200px;
  }
  .sec-img1 {
    margin: 0 0 0 25px;
  }

  .sec-img2 {
    width: 300px;
  }

  .order-right-text {
    font-size: 24px;
    line-height: 32px;
  }
  .guarantee-box {
    margin-left: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .container {
    width: 750px;
  }
  .show-desk {
    display: none;
  }
  .show-tab {
    display: block;
  }

  .common-para {
    font-size: 19px;
    line-height: 28px;
  }
  .common-heading {
    font-size: 28px;
    line-height: 36px;
  }
  .blue-box-text {
    font-size: 19px;
    line-height: 28px;
  }

  .postedBox {
    padding: 0 0 25px;
    text-align: left;
  }
  .postedBox ul {
    padding: 25px 0 0;
  }
  .lft-content {
    padding-right: 0px;
    border-right: none;
    width: 100%;
  }
  .stp-pic2 {
    top: 6px;
  }
  .common-head {
    font-size: 26px;
    line-height: 38px;
  }

  .rgt-content {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 600px;
    padding: 0 10px;
  }
  .show-desk {
    display: none;
  }
  .show-mob {
    display: block;
  }
  .hide-mob {
    display: none;
  }

  .header {
    height: 65px;
    padding: 5px 0;
  }
  .header-text {
    font-size: 17px;
    line-height: 17px;
  }
  .logo {
    width: 80px;
    margin: 4px auto 0;
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
  .menu-right {
    display: none;
  }

  .main-section {
    padding: 0 0 30px;
  }
  .lft-content {
    width: 100%;
    border: none;
    padding: 0;
  }
  .top-heading {
    font-size: 26px;
    line-height: 32px;
    margin-top: 20px;
    letter-spacing: 0.5px;
  }

  .postedBox {
    padding-bottom: 0;
  }
  .postedBox ul {
    padding: 15px 0;
  }
  .postedBox ul li {
    padding: 0 20px;
  }
  .postedBox ul li:first-child {
    margin-top: 0;
    padding: 0 20px 0 65px;
  }
  .postedBox ul li img {
    width: 50px;
    left: 0;
    top: -5px;
  }
  .postedBox ul li p {
    font-size: 16px;
    line-height: 20px;
  }
  .postedBox ul li:last-child {
    display: none;
  }
  .postedBox ul li:nth-child(2) {
    border-right: none;
  }

  .girl-img {
    margin-top: 10px;
  }
  .feature-box {
    margin-top: 30px;
    padding: 0 0 15px;
  }
  .feature-box p {
    font-size: 15px;
    margin-top: -25px;
  }
  .feature-box img {
    padding: 0;
    margin: 0 7px;
  }
  .feature-box img.ft-img1 {
    width: 35px;
  }
  .feature-box img.ft-img2 {
    width: 90px;
  }
  .feature-box img.ft-img3 {
    width: 95px;
  }
  .feature-box img.ft-img4 {
    width: 35px;
  }

  .common-para {
    margin-top: 20px;
    letter-spacing: 0.5px;
  }
  .prod-order-box {
    margin-top: 25px;
  }
  .order-box-left {
    width: 100%;
    padding: 20px 0;
    background: url(order-bg-mob.jpg) no-repeat center -50px;
    background-size: 100%;
  }
  .order-box-prod {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    float: none;
  }
  .order-box-right {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .order-box-text {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.5px;
  }
  .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;
  }

  .common-heading {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    margin-top: 25px;
  }
  .sec-img1-mob {
    margin: 20px auto 0;
    max-width: 100%;
    border: 1px solid #e0e0e0;
    padding: 5px;
  }

  .ucla-box {
    padding: 15px;
  }
  .ucla-logo {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .ucla-box p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  .blue-box-inner {
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 6px;
    margin-top: 25px;
  }
  .blue-box-text {
    margin-top: 20px;
  }
  .top0 {
    margin-top: 0;
  }
  .blue-bx-arw {
    right: 35px;
    top: -24px;
    width: 29px;
  }
  .blue-box-btm-text {
    font-size: 18px;
    line-height: 26px;
    margin-left: 5px;
  }

  .sec-img2-mob {
    display: block;
    margin: 20px auto 0;
    float: none;
    max-width: 100%;
    width: 300px;
  }
  .order-box-heading {
    font-size: 25px;
    line-height: 30px;
  }

  .instruction-box h3 {
    margin-top: 0;
  }
  .instruction-box {
    margin-top: 25px;
    padding: 20px 10px 25px;
    text-align: center;
  }
  .instrc-box-left {
    width: 100%;
    text-align: center;
  }
  .instruction-box .common-heading {
    text-align: center;
  }
  .incrtc-img-mob {
    display: inline-block;
    vertical-align: middle;
    margin: 20px auto 0;
  }
  .instrc-head {
    font-size: 22px;
    line-height: 28px;
  }
  .martop20 {
    text-align: center;
  }

  .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;
  }
  .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;
  }
  #smb-page h3 {
    margin: 20px 0 20px;
    width: 100%;
  }
  a.order-button {
    display: block;
    margin: auto;
  }
  .instruction-box p {
    margin: 0;
  }
  .reader-box:last-child {
    margin-bottom: 20px;
  }
}
.ftr-txt1 {
  font-size: 16px !important;
  line-height: 30px !important;
  color: #333333 !important;
  margin: 5px 0 !important;
}
.ftr-txt1 a {
  margin: 0 5px;
}
@media only screen and (max-width: 1025px) {
  .smb-fixed {
    position: static;
  }
}
.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.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;
}
.smb-center-img {
  max-width: 120px !important;
  margin: 0 auto !important;
}
.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%;
}
.heading-jb {
  margin-bottom: 15px !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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.logo img {
  vertical-align: middle;
  display: inline-block;
}
.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%;
}
@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: 14px;
    line-height: 18px;
    margin-top: -20px;
    padding: 15px 10px;
  }
  .reviews-wrap {
    margin-top: 10px !important;
  }
}
.paragraph.exp {
  font-size: 18px;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-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;
  }
}
.smb-main-img {
  margin: 20px auto;
  width: 100%;
}
.quote-img {
  max-width: 230px;
}
.quote {
  color: #3e4855;
  font-style: italic;
  background: #f3f4f9;
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding-left: 63px;
}
.quote1 {
  padding-left: 83px;
  min-height: 63px;
  flex-wrap: wrap;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-align-content: center;
  margin-bottom: 5px;
}
.quote span {
  padding: 10px 20px;
  display: inline-block;
  width: calc(100% - 40px);
  vertical-align: middle;
}
.quote1 span {
  font-style: normal;
}
.quote .quote-icon1 {
  background: #e4469d;
  width: 63px;
  font-style: normal;
  color: #fff;
  font-weight: 700;
  height: 100%;
  text-align: center;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
}
.quote .rr {
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  width: 83px;
}
.quote-icon1 img {
  width: 27px;
}
.italic {
  color: #3e4855;
  font-style: italic;
  padding: 16px;
  background: #edf9ff;
  border-radius: 10px;
}
.cta-icons {
  width: 280px;
  max-width: 100%;
  margin: -26px auto 36px;
  display: block;
}
.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

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

.text-center {
  text-align: center !important;
}
.pink-box {
  padding: 16px;
  background: #fcecf5;
}
.striped-border img {
  padding: 0 0;
  margin: 0px;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
.striped-border .main-cta {
  max-width: 450px;
}
.striped-border .left {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  max-width: 200px;
}
.striped-border .right {
  display: inline-block;
  width: calc(100% - 230px);
  vertical-align: middle;
  margin-left: 20px;
}
.full-center {
}
.full-center .main-cta {
  margin-top: 20px;
  margin-bottom: 10px;
}
.full-center p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  margin: 0;

  color: #3e4855;
}
.full-center span {
  font-weight: 400;
  margin: 2px auto 0;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #e75d14;
  display: block;
}
.striped-border h3 {
  line-height: 4rem;
}
.main-cta {
  font-style: italic;
  font-weight: 700;
  font-size: 23px;
  line-height: 31px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 20px;
  background: #0fd13d;
  border-radius: 10px;
  text-decoration: none;
  display: block;
  max-width: 364px;
  margin: 36px auto;
  text-align: center;
}
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 {
  padding: 24px 16px;
  margin-bottom: 20px;
  background: #edf9ff;
  border: 4px dashed #337ab7;
}
.striped-border h3 {
  line-height: 4rem;
}
.striped-border h3 {
  color: #007730;
  font-weight: 700;
}
.reviews {
  margin-bottom: 20px;
  border-bottom: 0.5px solid #77777752;
  padding-bottom: 20px;
}
.reviews .review-head {
  display: block;
  margin-bottom: 20px;
}
.reviews .review-head img {
  width: 50px;
  border-radius: 100%;
  margin-right: 19px;
  vertical-align: middle;
  display: inline-block;
}
.reviews .review-head p {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #262626;
  margin: 0;
  vertical-align: middle;
  width: calc(100% - 75px);
  display: inline-block;
}
.reviews .review-head p img {
  display: inline-block;
  width: 99.75px;
  margin: -4px 0px 0px 5px;
}
.reviews > p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 22px;
  color: #000000;
}
.reviews > img {
  width: 100%;
  max-width: 120px;
}

@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;
  }
}
@media (max-width: 770px) {
  .striped-border .main-cta font {
    display: none;
  }
  .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: 0 0;
    margin-bottom: -2px !important;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
  .topheader {
    padding: 17px 0px;
  }
  .smb-page-right {
    max-width: 330px;
  }
  .striped-border {
    display: block !important;
  }
}
.low {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  /* or 188% */

  text-align: center;

  color: #000000;
}
.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 25px 60px;
}
.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 .container {
  padding: 0;
}
.section-4 a {
  color: #337ab7;
}
.section-4 p {
  font-size: 12px;
  line-height: 21px;
}
.section-4 a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .striped-border .left {
    display: block;
    margin: 0 auto 20px;
  }
  .striped-border .right {
    display: block;
    width: 100%;
    margin-left: 0;
  }

  .prod-order-box .order-button {
    max-width: 320px !important;
  }
  .smb-fixed,
  .smb-fixed p {
    text-align: center;
  }
  .stickybtn {
    display: none;
  }
  .stickybtn_fixed {
    display: block;
  }
}
