body {
  font-family: "Barlow", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}
p {
  font-family: "Barlow", sans-serif;
  margin: 0 0 15px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.8em;
  margin-bottom: 20px;
}
h1 {
  padding: 0;
  margin: 10px 0;
  line-height: 1.2;
  color: #17191c;
  font-size: 31px;
  font-weight: 800;
}
h2 {
  font-size: 30px;
  line-height: 32px;
  margin: 30px 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
a,
a:visited {
  color: #167ac6;
  text-decoration: none;
  font-weight: 700;
  outline: 0;
}
a:hover,
a:focus {
  text-decoration: underline;
}
img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}
.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}


.top-advertorial {
  width: 100%;
  text-align: center;
  background-color: #273c51;
}
#top-advertorial-text {
  font-size: 14px;
  padding: 5px;
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
}


.single-post_entry-meta {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.single-post_entry-meta li {
  margin-right: 16px;
}
.entry_meta li {
  display: inline-block;
  font-size: 13px;
  color: #919ba3;
}
.entry-author_url {
  display: flex;
  align-items: center;
}
.entry-author_img {
  display: block;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  width: auto;
}
.entry-author_name {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #49545e;
}


.page-content {
  background-color: #fff;
  border-radius: 7px;
}

.sidebar-item {
  padding: 0;
  width: 100%;
}
.title-side1 {
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 22px;
  background: #222;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 5px 3px 5px 12px;
  font-weight: 600;
  margin: 4px 0 10px;
  border: 1px solid #222;
}
.img-side-new {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 15px;
}


.su-button-style-3d {
  border-bottom-style: solid;
  border-bottom-width: 6px;
  display: block;
  text-decoration: none !important;
}
a.get-my {
  margin-top: 0;
  display: block;
  color: #fff;
  background-color: #ef432d;
  border-color: #bf3624;
  border-radius: 12px;
}
a.get-my span {
  color: #fff;
  font-size: 18px;
  line-height: 44px;
  border-color: #f47b6c;
  display: block;
  border-radius: 12px;
  text-shadow: none;
  text-align: center;
}
.text-center {
  text-align: center;
}


.quote {
  background-color: aliceblue;
  border: 2px solid red;
  padding: 20px;
  margin-bottom: 20px;
}

.reviews {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.review {
  display: flex;
  gap: 10px;
  padding: 10px;
  border: 1px dashed #699e04;
  background-color: #eff7e8;
}
.review-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
}
.review-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.review-info {
  text-align: center;
}
.review-name {
  font-weight: bold;
  margin-bottom: 5px;
}
.review-rating {
  color: gold;
}
.review-text {
  width: 60%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .review {
    flex-direction: column;
    align-items: center;
    padding: 15px;
  }
  .review-header {
    width: 100%;
  }
  .review-text {
    width: 100%;
  }
}

.view_tsbu {
  display: flex;
  align-items: center;
}
.view_tsbu p {
  flex: 1;
}
@media (max-width: 750px) {
  .view_tsbu {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

.page-content ul {
  margin-bottom: 26px;
}
.page-content li {
  margin: 13px 0;
}

.click_font {
  height: 45px;
}
.check-discount {
  font-size: 16px;
}

.entry_meta-date {
  margin-top: 13px;
}

.footer-container {
  max-width: 650px;
  margin: 0 auto;
}
.docs-container {
  padding: 30px 0 100px;
}

.docs-list {
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.docs-list li {
  list-style-type: none;
}
@media (max-width: 986px) {
  .docs-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 765px) {
  .docs-container {
    padding: 30px 0;
  }
}
.entry-author_url span:first-of-type {
  margin-right: 5px;
}
.fixed_btn {
  width: 100%;
  height: 90px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.fixed_btn a {
  width: 380px;
  font-family: "Arial";
  font-size: 16px;
  font-weight: bold;
  background-color: #e69138;
  color: #ffffff;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
  line-height: 40px;
  text-decoration: none;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -190px;
  transition: all 0.3s linear;
}
#myBtn {
  display: none;
}
#myBtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #54b948;
  color: #fff;
  cursor: pointer;
  padding: 0;
  border-radius: 50px;
  font-size: 35px;
  height: 50px;
  width: 50px;
  align-items: center;
  padding-bottom: 8px;
  text-align: center;
  padding-left: 2px;
}
.content-position {
  display: flex;
  justify-content: center;
}
.entry-author {
  margin-right: 5px;
}