body {
  background-color: #d5d4d0;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 26px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #17191c;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ccc;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

p {
  display: block;
  margin-top: 17px;
  margin-bottom: 17px;
  font-weight: 400;
}

a {
  color: #205cc3;
  font-weight: 600;
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.main {
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 0 7px 0 #000;
}

.container {
  max-width: 1250px;
  padding-right: 5px;
  padding-left: 5px;
}

.heading-title {
  width: 100%;
  height: auto;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #222;
  font-size: 34.666px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
}

.author {
  max-width: 340px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  color: #555;
  font-size: 14.5px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.3px;
}

.advert-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.left-content {
  width: 100%;
  max-width: 800px;
}

.link-block-img {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}

.link-block-img.ads {
  margin-top: 20px;
  margin-bottom: 20px;
}

.full-image {
  width: 100%;
}

.updates {
  margin-bottom: 20px;
}

.heading {
  margin-bottom: 0px;
  padding: 20px 20px 20px 50px;
  border-radius: 6px;
  background-color: #3c94f6;
  background-image: url('../images/alert.svg');
  background-position: 20px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.cta-button {
  width: 100%;
  margin-bottom: 40px;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #63d021;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.cta-button:hover {
  background-color: #49a511;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.heading-2 {
  margin-top: 30px;
  padding-bottom: 10px;
  font-weight: 600;
}

.header {
  width: 100%;
  height: auto;
  border-bottom: 2px solid #ccc;
}

.brand-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  display: block;
  width: 140px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo.middle {
  margin-right: auto;
  margin-left: auto;
}

.top-bar {
  padding: 2px 5px 8px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #5a787c;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.f-text {
  margin-bottom: 15px;
}

.div-block {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.sub-heading {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #17191c;
  font-size: 22.666px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.fwhite {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.sml-text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
}

.html-embed {
  margin-top: -15px;
}

.yotpo-embed {
  margin-top: 30px;
}

.big {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}

.h4 {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #525252;
  font-family: Oswald, sans-serif;
  color: #525252;
  font-size: 31px;
  font-weight: 400;
}

.list-item {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 100px;
  background-image: url('../images/Avatar-100x100-5_1Avatar-100x100-5.png');
  background-position: 0px 0px;
  background-size: 89px;
  background-repeat: no-repeat;
}

.p {
  position: relative;
  direction: ltr;
  font-family: Roboto, sans-serif;
  color: #525252;
  font-size: 19px;
  line-height: 1.6;
  text-indent: 0px;
}

.p.p-review {
  font-size: 17px;
}

.review-author {
  font-family: Oswald, sans-serif;
  color: #525252;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  text-indent: 0px;
}

.review-author.mb2 {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.list-author {
  margin-bottom: 30px;
}

.box {
  margin: 30px 20px;
  padding: 20px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #bfbfbf;
  background-color: #eaf1f7;
}

.h3 {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0px;
}

.h3.fs-21 {
  text-transform: uppercase;
}

.p-2 {
  position: relative;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #525252;
  font-size: 20px;
  line-height: 28px;
}

.p-2.p2 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 35px;
  background-image: url('../images/icon1_1icon1.jpg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
}

.p-2.p2.x {
  margin-top: 0px;
}

.a-link {
  color: #3b97c8;
  text-decoration: underline;
}

.a-link.link-blue {
  color: #3b97c8;
}

.box2 {
  margin-top: 10px;
  margin-bottom: 8px;
  padding: 10px 20px;
  background-color: #4e7096;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 22px;
    line-height: 32px;
  }

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

  .advert-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left-content {
    max-width: none;
    margin-right: 20px;
  }

  .sidebar {
    display: none;
    max-width: 250px;
  }

  .sub-heading {
    font-size: 26px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .main {
    overflow: hidden;
  }

  .advert-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sidebar {
    display: none;
  }

  .sub-heading {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 36px;
  }

  .p {
    line-height: 1.75;
  }

  .p-2 {
    line-height: 1.8;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 26px;
    line-height: 30px;
  }

  p {
    margin-top: 22px;
    margin-bottom: 22px;
    font-size: 22px;
    line-height: 32px;
  }

  strong {
    font-weight: 600;
  }

  .heading-title {
    margin-top: 20px;
    line-height: 46px;
    font-weight: 400;
  }

  .author {
    margin-top: 13px;
    padding-top: 7px;
  }

  .left-content {
    margin-right: 0px;
  }

  .link-block-img {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .cta-button {
    font-size: 24px;
    line-height: 30px;
  }

  .brand-flex {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sub-heading {
    margin-top: 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 26.3456px;
    line-height: 31px;
    font-weight: 700;
  }

  .list-item {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 100px;
    background-size: 88px;
  }

  .p {
    line-height: 1.75;
  }

  .box {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .h3 {
    font-size: 18px;
  }

  .h3.fs-21 {
    font-size: 21px;
  }

  .p-2 {
    line-height: 1.8;
  }
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}