@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400&display=swap");
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  list-style: none;
}

html,
* {
  font-family: "Poppins", sans-serif;
  /*    font-family: 'Source Sans Pro', sans-serif;*/
}
body {
  font-family: "Poppins", sans-serif;
  /*    font-family: 'Source Sans Pro', sans-serif;*/
  color: #191919;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
a {
  text-decoration: none;
}

.single-blog-content h2 {
  font-family: "Poppins", sans-serif !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  color: #231f20;
  line-height: 26px;
}

.single-blog-content h4 {
  font-family: "Poppins", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #231f20;
  margin-bottom: 14px !important;
  margin-top: 15px !important;
}

h4 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #585858;
  margin-bottom: 20px;
}

@font-face {
  font-family: "ProductSans";
  src: url(fonts/PRODUCTSANSREGULAR.TTF);
}
@font-face {
  font-family: "ProductSansBold";
  src: url(fonts/PRODUCTSANSBOLD.TTF);
}

/** Header New **/
.header-one {
  background-color: #fffaf2;
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.header-menu li {
  text-align: center;
  display: flex;
  justify-content: center;
}
.header-menu li a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #e03a3e;
  text-decoration: none;
  -webkit-transition: all ease-in-out 350ms;
  -moz-transition: all ease-in-out 350ms;
  -ms-transition: all ease-in-out 350ms;
  -o-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms;
  font-family: "ProductSans" !important;
}
.nav-icon {
  width: 87px;
  height: 87px;
  flex-grow: 0;
  border-radius: 10px;
  background-color: #e03a3e;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  -webkit-transition: all ease-in-out 350ms;
  -moz-transition: all ease-in-out 350ms;
  -ms-transition: all ease-in-out 350ms;
  -o-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms;
}
.nav-icon img {
  max-width: 50px;
  max-height: 46px;
}
.nav-text {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.header-menu li a .nav-text {
  font-family: "ProductSans";
}
.header-menu li a.active .nav-text {
  font-family: "ProductSansBold";
}
.header-menu li a:hover,
.header-menu li a.active {
  color: #f79238;
  font-family: "ProductSansBold" !important;
}
.header-menu li a:hover .nav-icon,
.header-menu li a.active .nav-icon {
  background: #f79238;
}
.header-menu .owl-nav button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
}
.header-menu .owl-nav button.owl-prev {
  left: -15px;
}
.header-menu .owl-nav button.owl-next {
  right: -15px;
}
.header-menu .owl-nav button span {
  font-size: 50px;
  line-height: 30px;
  color: #e03a3e;
}

.explore-category {
  padding: 30px 0 22px 0;
}
.explore-cat-menu ul {
  list-style: none;
  padding-left: 0;
}
.explore-cat-menu {
  background: #fff;
}
.explore-cat-menu ul li a.explore-menu-head {
  color: #4d948b;
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.explore-cat-menu > ul > li > a {
  padding-right: 50px;
}
.explore-cat-menu .menu-toggler {
  width: 100% !important;
  height: 27px;
  background: #fff;
  display: inline-block;
  right: 0;
  top: 0;
}
.explore-cat-menu .menu-toggler:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: #919191;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}
.explore-cat-menu .menu-toggler:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background: #919191;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  transition: all ease-in-out 250ms;
}
.explore-cat-menu .menu-toggler.active:after {
  opacity: 0;
}
.explore-cat-menu ul li ul {
  background-color: #eaeaea;
}
.explore-cat-menu ul li ul li a {
  color: #4d948b;
  padding: 7px 15px;
  width: 100%;
  display: block;
  font-size: 14px;
}
.explore-cat-menu ul li ul li a.active {
  font-weight: 700;
}
.explore-cat-menu .dropdown-submenu {
  display: none;
  width: 100% !important;
}
.explore-cat-menu li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.sorting-dropdown select.form-control {
  color: #919191;
  padding: 10px 35px 10px 15px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.5);
  text-decoration: none;
  border-radius: 0;
}
.select-arrow {
  position: absolute;
  width: 12px;
  height: 12px;
  border-left: 2px solid #919191;
  border-bottom: 2px solid #919191;
  display: block;
  z-index: 1;
  right: 17px;
  top: 18px;
  transform: rotate(-45deg);
}
.sorting-dropdown select.form-control option {
  font-size: 14px;
}

.blog-main-article .featured {
  margin-bottom: 15px;
}
.blog-main-article .featured img,
.blog-article .featured img {
  border-radius: 10px;
}
.author-avatar .author-img {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-top-left-article .author-avatar .author-img {
  width: 20px;
  height: 20px;
}
.author-info {
  display: flex;
  gap: 11px;
  position: relative;
  flex-wrap: wrap;
}
.author-box {
  display: flex;
  gap: 5px;
  position: relative;
  align-items: center;
}
.author-name {
  color: #4d948b;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  width: 52px;
}
.blog-top-right-articles .author-name {
  font-size: 10px;
  line-height: 12px;
}
.author-box:not(:last-child):after {
  content: "";
  height: 95%;
  width: 1px;
  background-color: #000;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -5px;
  position: absolute;
}
.blog-top-left-article .author-box:not(:last-child) {
  margin-right: 20px;
}
.blog-top-left-article .author-box:not(:last-child):after {
  right: -15px;
}
.blog-article {
  padding: 8px 0;
}
.blog-main-article {
  padding: 8px 0px;
}
.blog-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #231f20;
  margin-bottom: 5px;
}
.summary {
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  color: #474747;
  min-height: 40px;
  overflow: hidden;
  color: #585858;
}
.blog-aritcle-grid .article-row {
  margin-left: -20px;
  margin-right: -20px;
}
.blog-aritcle-grid .article-row .article-col {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 36px;
  padding-bottom: 12px;
}
.blog-aritcle-grid {
  padding: 0px 0;
}
.blog-top-left-article .blog-article-content {
  margin-bottom: 5px;
}
.blog-article-content {
  margin-bottom: 10px;
  width: 100%;
}
.read-time {
  font-size: 10px;
  font-style: italic;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
}
.timer-icon img {
  width: 12px !important;
  display: inline-block !important;
}
.blog-top-articles .blog-top-left-article .timer-icon img {
  width: 13px !important;
  margin-top: -2px;
}
.published-date img {
  margin-top: -4px;
}
.blog-top-left-article .author-name {
  font-size: 12px;
  line-height: 13px;
  width: auto;
}
.featured-img {
  width: 100%;
  padding-top: 56%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  margin-bottom: 13px;
  background-color: #f5f5f5;
}

.subscribe-cta {
  padding: 48px 20px 30px 20px;
  /* margin-top: 40px; */
  background-color: rgba(24, 128, 114, 0.08);
}
.subscribe-cta-text h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #585858;
  font-family: "Poppins", sans-serif;
  margin-bottom: 24px;
}
.subscribe-form .input-group input {
  border-radius: 7px;
  border: solid 1px rgba(88, 88, 88, 0.16) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 26px !important;
  color: #585858 !important;
  padding: 10px 20px !important;
}
.btn-cta {
  border-radius: 7px;
  border: solid 1px #464646;
  padding: 10px 15px;
  background-color: #4d948b;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 196px;
}
.btn-cta:hover,
.btn-cta:focus {
  color: #fff;
}
.blog-aritcle-grid .blog-title {
  /*  min-height: 52px; */
  overflow: hidden;
}
h4.blog-title.cat-blog-title {
  /* min-height: 70px; */
}
.blog-aritcle-grid .summary {
  min-height: 0px;
  overflow: hidden;
}
.bloginfo {
  width: 100%;
  padding-right: 12px;
}
.pagination ul {
  width: 100%;
  text-align: center;
  padding: 35px 0 20px 0;
}
.pagination ul li {
  display: inline-block;
  padding: 5px 5px;
  vertical-align: middle;
}
.pagination ul li span {
  width: 36px;
  height: 36px;
  display: flex;
  font-size: 18px;
  font-weight: 300;
  color: #6f6f6f;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pagination ul li span.active {
  color: #e03a3e;
  border-radius: 8px;
  background-color: rgba(224, 58, 62, 0.12);
}

/** Single Blog **/
.single-blog .blog-top-left-article .blog-article-content {
  margin-bottom: 0;
}
.single-blog-content table thead {
  background: #4d948b;
  color: #fff;
}
.vr-writing,
.single-blog-content table tbody tr > td:first-child,
.single-blog-content table tbody tr > th:first-child {
  background: #b0d3cf !important;
  width: 120px;
}

/* .vr-writing,
.single-blog-content table tbody tr:not(:first-child) > td:first-child,
.single-blog-content table tbody tr:not(:first-child) > th:first-child {
    background: #b0d3cf !important;
    width: 120px;
} */

/*.vr-writing span,
.single-blog-content table tbody tr:not(:first-child) > td:first-child span,
.single-blog-content table tbody tr:not(:first-child) > th:first-child span,
.single-blog-content table tbody tr:not(:first-child) > td:first-child >*,
.single-blog-content table tbody tr:not(:first-child) > th:first-child >*  */
.vr-writing span,
.single-blog-content table tbody tr:not(:first-child) > th:first-child span,
.single-blog-content table tbody tr:not(:first-child) > th:first-child > * {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  color: #4d948b;
  display: block;
  text-transform: uppercase;
  /*writing-mode: tb;
    transform: rotate(180deg); */
}
.single-blog-content table tbody tr td {
  background: #d4e5e3;
}
.single-blog-content table {
  border-color: rgb(99 191 180 / 80%);
  margin-bottom: 0;
  vertical-align: top;
}
.single-blog-content table > tbody {
  vertical-align: inherit;
}
.single-blog-content table thead tr td {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
  vertical-align: middle;
}
.single-blog-content table thead tr th {
  padding: 5px 25px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  min-height: 53px;
  vertical-align: middle;
}
.single-blog-content table tbody tr td {
  padding: 12px 24px;
}
.single-blog-content table tbody tr td ul {
  padding-left: 0;
  margin-bottom: 0;
}
.single-blog-content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #313131;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.single-blog-content strong {
  font-weight: 600;
  margin-bottom: 5px;
}
.back-btn {
  font-size: 20px;
  font-weight: 600;
  color: #b6b6b6 !important;
  position: relative;
  padding: 3px 5px 3px 20px;
}
.back-btn:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 2px solid #b6b6b6;
  border-top: 2px solid #b6b6b6;
  transform: rotate(-45deg);
  left: 5px;
  top: 12px;
}
.single-blog .blog-main-article .blog-title {
  font-size: 30px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 15px;
}
.single-blog .blog-main-article .summary {
  font-size: 18px;
  font-style: italic;
  height: auto;
  margin-bottom: 20px;
}
.single-blog .blog-top-left-article .author-name {
  width: auto;
  font-size: 16px;
  line-height: 20px;
}
.single-blog .blog-top-left-article .author-name small {
  color: #a5a5a5;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  font-weight: 400;
}
.single-blog .author-box {
  gap: 8px;
}
.single-blog .blog-main-article .read-time {
  font-size: 14px;
  font-style: italic;
  /* color: #a5a5a5; */
  color: #231f20;
  line-height: 16px;
  font-family: "Poppins", sans-serif;
  /* font-family: 'Source Sans Pro', sans-serif; */
  top: 15px;
  right: 0;
}
.table-content {
  padding: 20px;
  background-color: #eaeaea;
  max-width: 700px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.table-content-heading {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #4d948b;
  line-height: 28px;
  position: relative;
  padding-right: 35px;
}
.table-content-body {
  padding-top: 10px;
}
.table-content-body ul {
  padding-left: 0;
  margin-bottom: 0;
}
.table-content-body ul li {
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  width: 100%;
  padding: 3px 0px 3px 20px;
  position: relative;
}
.table-content-body ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #131313;
  left: 5px;
  top: 16px;
}
.img-col {
  display: flex;
}
.img-col .featured {
  display: flex;
  width: 100%;
}
.img-col .featured img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.single-blog-content {
  padding-bottom: 25px;
}
.single-blog-content ul {
  padding-left: 0;
}
.single-blog-content ul li {
  font-size: 16px;
  padding: 2px 0px 2px 20px;
  position: relative;
  line-height: 26px;
}
.single-blog-content ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #313131;
  border-radius: 50%;
  top: 12px;
  left: 5px;
}
.blog-cat h5,
.blog-tags h5,
.share-post h5 {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 4px;
}
.blog-cat h5 {
  margin-top: 20px;
}
.cat-list,
.tag-list {
  margin-left: -8px;
  max-width: 500px;
  font-size: 0;
}
.cat-list span,
.tag-list span {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #4d948b;
  display: inline-block;
  padding: 3px 8px;
}
.share-social ul {
  font-size: 0;
}
.share-social ul li {
  display: inline-block;
  margin-right: 10px;
}
.related-blog-post {
  padding: 10px 0 40px 0;
}
.related-blog-post h2 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #585858;
  margin-bottom: 20px;
}
#related-blog .owl-dots {
  display: flex;
  /* background: #d9d9d9; */
  border-radius: 5px;
  text-align: center;
  justify-content: center;
}
#related-blog .owl-dots button.owl-dot {
  width: 20px;
  height: 20px;
  margin: 0px 8px;
  border-radius: 10px;
  border: 5px solid transparent;
}
#related-blog .owl-dots button.owl-dot span {
  background: #d9d9d9;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 10px;
}
#related-blog .owl-dots button.owl-dot.active {
  border-color: rgba(77, 148, 139, 0.16);
}
#related-blog .owl-dots button.owl-dot.active span {
  background: #4d948b;
}
#related-blog .owl-stage {
  margin-bottom: 50px;
}
#related-blog .owl-nav button {
  width: 36px;
  height: 146px;
  border-radius: 8px;
  background-color: transparent;
  position: absolute;
  top: 12px;
  transition: all ease-in-out 200ms;
}
#related-blog button.owl-next {
  right: 0;
}
#related-blog .owl-nav button.owl-prev {
  left: -40px;
}
#related-blog .owl-nav button.owl-next {
  right: -40px;
}
#related-blog .owl-nav button:hover {
  background: rgba(88, 88, 88, 0.12);
}
#related-blog .owl-nav button span {
  font-size: 52px;
  color: rgba(88, 88, 88, 0.56);
}
.btn-tc-toggler {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -6px;
  right: 0;
  background: transparent;
}
.btn-tc-toggler:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #919191;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.btn-tc-toggler.active:after {
  opacity: 1;
}
.btn-tc-toggler:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background: #919191;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all ease-in-out 250ms;
  opacity: 0;
}
.single-blog-content table ul li {
  padding: 0 !important;
}
.single-blog-content table ul li:before {
  display: none;
}
.tag-title h2 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #4d948b;
  display: inline-block;
  width: 100%;
}
.tag-title {
  border-bottom: 1px solid #4d948b;
  margin-bottom: 10px;
}

/* Author Page Css */
.author-card {
  width: 100%;
  padding: 35px;
  border-radius: 10px;
  background-color: #eaeaea;
  margin-bottom: 40px;
  margin-top: 40px;
}
.author-inner-card {
  max-width: 1200px;
  margin: auto;
}
.author-photo {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #e1e1e1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
}
.social-links ul {
  margin-top: 15px;
}
.social-links ul li {
  display: inline-block;
  margin-right: 15px;
}
.social-links ul li a img {
  width: 40px;
}
.socialshare-btn img {
  height: 40px;
}
.name-of-author {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  color: #4d948b;
}
.author-designation {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.33;
  color: #474747;
  margin-bottom: 10px;
}
.author-card-info {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.33;
  color: #474747;
  margin-bottom: 7px;
  display: inline-block;
  width: 100%;
}
.article-by-heading h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;
  color: #000;
}
.back-btn-wrap {
  margin-top: 35px;
}

/** Footer **/
.footerdiv {
  padding: 56px 0;
  background-color: #fffaf2;
}
.footer-menu ul {
  text-align: center;
  display: block;
  width: 100%;
  line-height: normal;
}
.footer-menu ul li {
  display: inline-block;
  padding: 1px 3px;
  position: relative;
}
.footer-menu ul li a {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 14px;
}
.footer-menu ul li:not(:last-child):after {
  content: "";
  position: absolute;
  right: -3px;
  top: 0;
  bottom: 0;
  height: 10px;
  width: 1px;
  background: #000;
  margin: auto;
}

/*************/
.single-blog-content table {
  max-width: 900px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.single-blog-content table > :not(caption) > * {
  border-width: 1px 0;
}
.single-blog-content table > :not(caption) > * > * {
  border-width: 0 1px;
}
.single-blog-content a {
  color: #4d948b;
}

.breadcrumbs.mt-4 a,
.breadcrumbs.mb-2 a {
  color: #585858;
  font-size: 14px;
}

a.active-breadcrumb {
  color: #4d948b !important;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs.mt-4,
  .breadcrumbs.mb-2 {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 4px !important;
  }
  .breadcrumbs.mb-2 {
    font-size: 12px;
    margin-bottom: 5px !important;
    margin-top: 0px !important;
  }
  .single-blog-content table {
    margin-top: 0px;
  }
}

/****************************/
/* @import url('https://fonts.cdnfonts.com/css/proxima-nova-2'); */

@font-face {
  font-family: "Proxima Nova Rg";
  src: url("fonts/ProximaNova-Regular.eot");
  src: url("fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/ProximaNova-Regular.woff2") format("woff2"),
    url("fonts/ProximaNova-Regular.woff") format("woff"),
    url("fonts/ProximaNova-Regular.ttf") format("truetype"),
    url("fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Bold";
  src: url("fonts/ProximaNova-Bold.eot");
  src: url("fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/ProximaNova-Bold.woff2") format("woff2"),
    url("fonts/ProximaNova-Bold.woff") format("woff"),
    url("fonts/ProximaNova-Bold.ttf") format("truetype"),
    url("fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.postid-968 .bloginfo {
  padding-top: 10px;
  padding-bottom: 6px;
}
.postid-968 .single-blog .blog-main-article .blog-title {
  /* font-family: 'Proxima Nova', sans-serif; */
  font-family: "Proxima Nova Bold";
  font-size: 50px;
  line-height: 54px;
  margin-bottom: 35px;
  margin-top: 30px;
  color: #231f20;
}
.postid-968 .single-blog .blog-main-article .summary {
  font-family: "Proxima Nova Rg";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #231f20;
}
.postid-968 .single-blog-content p {
  font-family: "Proxima Nova Rg";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 25px;
  color: #231f20;
}
.postid-968 .single-blog-content h4 {
  font-family: "Proxima Nova Bold" !important;
  color: #231f20 !important;
  font-size: 26px !important;
  line-height: 30px !important;
  margin-bottom: 20px !important;
}
.postid-968 .single-blog-content a {
  font-family: "Proxima Nova Rg";
  color: #02838d;
  font-size: 18px;
  line-height: 26px;
  text-decoration: underline;
}
.postid-968 .cat-list span,
.postid-968 .tag-list span {
  font-family: "Proxima Nova Rg" !important;
  font-size: 16px;
  font-weight: normal !important;
  color: #02838d;
}
.postid-968 .blog-cat h5,
.postid-968 .blog-tags h5,
.postid-968 .share-post h5 {
  font-family: "Proxima Nova Bold" !important;
  font-size: 18px;
  color: #231f20;
  line-height: 26px;
}
.single-blog-content {
  display: inline-block;
  width: 100%;
}
.counter-hierarchy.ez-toc-counter {
  margin-top: 20px !important;
}
.postid-968 .single-blog .blog-main-article .read-time,
.postid-968 .breadcrumbs.mt-4 a,
.postid-968 .breadcrumbs.mb-2 a {
  font-family: "Proxima Nova Rg" !important;
}
.postid-968 .related-blog-post h2 {
  font-family: "Proxima Nova Bold" !important;
  color: #231f20;
}
.postid-968 .blog-title,
.postid-968 .single-blog .blog-top-left-article .author-name {
  font-family: "Proxima Nova Bold" !important;
}

@media (max-width: 767px) {
  .postid-968 .single-blog .blog-main-article .blog-title {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 15px;
    margin-top: 25px;
  }
  .postid-968 .single-blog-content p {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .postid-968 .single-blog .blog-main-article .summary,
  .postid-968 .single-blog-content a {
    font-size: 17px;
  }
  .postid-968 .single-blog-content h4 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}
/****************************/

.cta-btn-wrap {
  margin-top: 19px;
}
a.cta-btn {
  font-family: "ProductSansBold" !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background-color: #ff5349;
  padding: 7px 25px;
  display: inline-block;
  max-width: 500px;
  width: 100%;
}
.published-date {
  font-size: 14px;
  font-style: italic;
  line-height: 14px;
  font-family: "Poppins", sans-serif;
  color: #231f20;
  display: flex;
  align-items: center;
  gap: 4px;
}
.single-blog-data .published-date,
.single-blog-data .read-time {
  padding: 3px 0;
}
/****/
body {
  /* padding-top: 157px; */
}
header {
  -webkit-transition: all ease-in-out 350ms;
  -moz-transition: all ease-in-out 350ms;
  -ms-transition: all ease-in-out 350ms;
  -o-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms;
}
.header-menu-wrap {
  -webkit-transition: all ease-in-out 350ms;
  -moz-transition: all ease-in-out 350ms;
  -ms-transition: all ease-in-out 350ms;
  -o-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms;
}
.site-logo {
  -webkit-transition: all ease-in-out 350ms;
  -moz-transition: all ease-in-out 350ms;
  -ms-transition: all ease-in-out 350ms;
  -o-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms;
}
.hr-line {
  border-radius: 5px;
  background-color: #4d948b;
  width: 100%;
  height: 9px;
  border-radius: 5px;
}
.post-breadcrumb {
  padding-top: 35px;
  padding-bottom: 35px;
}
.post-breadcrumb {
  padding-top: 35px;
  padding-bottom: 10px;
}
.breadcrums-list ul {
  padding-left: 0;
  list-style: none;
  margin-top: 45px;
}
.breadcrums-list ul li {
  display: inline-block;
  position: relative;
}
.breadcrums-list ul li:not(:last-child) {
  padding-right: 16px;
}
.breadcrums-list ul li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 2px solid #bbb;
  border-right: 2px solid #bbb;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
  transform: rotate(45deg);
}
.breadcrums-list ul li a {
  color: #b6b6b6;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.breadcrums-list ul li span {
  color: #4d948b;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.related-blog-post .blog-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #585858;
  margin-bottom: 0;
}
.blog-article-content {
  margin-bottom: 0px;
}
.special-offer-cta {
  padding: 20px 0 30px;
}
.special-offer-box {
  padding: 20px 40px;
  border-radius: 8px;
  background-color: rgba(255, 83, 73, 0.16);
}
.special-offer-box .left-column h3 {
  font-family: "ProductSansBold", sans-serif;
  font-size: 24px;
  line-height: 0.83;
  color: #e03a3e;
  margin-bottom: 0;
}
.special-offer-box .left-column .text-label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  color: rgba(224, 58, 62, 0.56);
  margin-bottom: 10px;
}
.claim-btn {
  padding: 8px 16px;
  border-radius: 5px;
  background-color: #ff5349;
  display: inline-block;
  color: #fff;
  font-family: "ProductSansBold", sans-serif;
  font-size: 16px;
  min-width: 150px;
  text-align: center;
}
.ashirvaad-pack-img {
  margin-top: -44px;
  margin-bottom: -10px;
}
div#ez-toc-container {
  border-radius: 8px !important;
  background-color: rgba(77, 148, 139, 0.08) !important;
  padding-bottom: 0px !important;
  display: block !important;
}
p.ez-toc-title {
  background-color: rgba(77, 148, 139, 0.08) !important;
  display: block !important;
  margin: -20px -20px 0 !important;
  margin-right: -20px !important;
  min-width: 100%;
  width: auto;
  padding: 16px 24px !important;
  font-weight: 600 !important;
  border-radius: 8px 8px 0 0;
}
label.cssicon {
  position: absolute !important;
  top: 15px !important;
  right: 15px !important;
  left: auto !important;
}
ul.ez-toc-list {
  padding-bottom: 15px !important;
}
#ez-toc-container ul.ez-toc-list a.ez-toc-link {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.63;
  color: #4d948b;
}
.single-blog-content .counter-hierarchy.ez-toc-counter .ez-toc-list li {
  padding: 3px 0px 3px 4px !important;
}

.social-share-btns ul {
  padding: 0;
  margin-bottom: 0;
  font-size: 0;
}
.social-share-btns ul li {
  display: inline-block;
  padding: 4px;
}
.social-share-btns ul li a {
  display: block;
}
.social-share-btns ul li a img {
  max-width: 36px;
  width: 100%;
}
.share-popup {
  position: relative;
}
.share-popup ul {
  border-radius: 30px;
  position: absolute;
  background: #fff;
  padding: 6px;
  top: -8px;
  right: 0px;
  width: 252px;
  border-radius: 70px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  z-index: 1;
}
.share-popup:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(49, 49, 49, 0.16);
  left: 0;
  top: 0;
  z-index: 1;
}
.social-share-btns {
  position: relative;
  min-height: 40px;
}
.author-info,
.single-blog .blog-main-article .read-time {
  width: inherit;
}
.single-blog .blog-main-article .author-info {
  width: 65%;
}
.single-blog .blog-main-article .top-share-btns {
  width: 35%;
}
.close-ss-popup {
  cursor: pointer;
}
button.socialshare-btn {
  background: transparent;
}
.share-popup div.heateor_sss_follow_ul a,
.share-popup div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
  float: left;
  padding: 0 !important;
  list-style: none !important;
  border: none !important;
  margin: 6px 6px;
}
.heateor_sss_sharing_container .heateor_sss_sharing_ul {
  text-align: right;
  display: inline-block;
  padding-right: 10px;
}
.share-popup .heateor_sss_sharing_container .heateor_sss_sharing_ul {
  padding-right: 0px;
}

.footer-logo {
  margin-bottom: 50px;
}
h5.widget-title {
  opacity: 0.56;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.86;
  text-align: left;
  color: #e03a3e;
  margin-bottom: 5px;
}
.footer-nav {
  padding-left: 0;
  font-size: 0;
  margin-bottom: 50px;
}
.footer-nav li {
  display: inline-block;
  width: 100%;
  padding: 2px 15px 2px 0;
  margin-bottom: 10px;
}
.important-links {
  padding-left: 5%;
}
.important-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.important-links .footer-nav li {
  width: 40%;
  padding: 2px 15px 2px 0;
}
.footer-nav li a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: #e03a3e;
  display: block;
}
.itc-logo {
  max-width: 75px;
  width: 100%;
  margin-right: 12%;
}
.footer-logo img {
  max-width: 96px;
}
.ashirvaad-atta-logo {
  max-width: 128px;
  width: 100%;
}
.share-popup .heateor_sss_sharing_container {
  display: inline-block;
  vertical-align: middle;
}

.fixed-btm-nav {
  position: fixed;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  left: 0;
  background-color: #fff;
}
.myaccount-btn {
  background: #f79238;
  width: 100%;
  border-radius: 0 !important;
  color: #ffff !important;
  font-size: 16px;
  outline: none !important;
  box-shadow: none !important;
  font-family: "Source Sans Pro", sans-serif;
}
.myaccount-btn span {
  position: relative;
  padding-right: 15px;
  font-family: "Source Sans Pro", sans-serif;
}
.myaccount-btn span:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  transform: rotate(-135deg);
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 0;
  margin: auto;
  transition: all ease-in-out 500ms;
}
.myaccount-btn img {
  width: 22px;
  margin-right: 5px;
}
.myaccount-menu-wrapper {
  width: 100% !important;
}
.myaccount-menu-wrapper > ul {
  margin: 15px 0;
}
.myaccount-menu-wrapper > ul > li {
  margin: 3px 0;
  display: inline-block;
  width: 100%;
  border-radius: 5px;
}
.myaccount-menu-wrapper ul li {
  border: solid 1px #e5e5e5;
}
.myaccount-menu-wrapper ul li a {
  background-color: #f5f5f5;
  font-size: 15px;
  font-weight: normal;
  color: #131313;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  transition: all ease-in-out 350ms;
  font-family: "Source Sans Pro", sans-serif;
}
.myaccount-menu-wrapper ul li a .icon-circle {
  height: 20px;
  width: 20px;
  background-color: #000000;
  border-radius: 50%;
  margin-right: 6px;
  text-align: center;
  transition: all ease-in-out 350ms;
  display: flex;
  align-items: center;
  justify-content: center;
}
.myaccount-menu-wrapper ul li a .icon-circle img {
  transition: all ease-in-out 350ms;
}
.myaccount-menu-wrapper ul li.has-child {
  position: relative;
}
.myaccount-menu-wrapper ul li.has-child a {
  padding-right: 35px;
  font-family: "Source Sans Pro", sans-serif;
}
.submenu-btn {
  background: transparent;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  box-shadow: none !important;
  outline: none !important;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
}
.submenu-btn:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.submenu-btn:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.myaccount-menu-wrapper ul li:hover .submenu-btn {
  border-color: #fff;
  transition: all ease-in-out 350ms;
}
.myaccount-menu-wrapper ul li:hover .submenu-btn:before,
.myaccount-menu-wrapper ul li:hover .submenu-btn:after {
  background-color: #fff;
  transition: all ease-in-out 350ms;
}
.submenu-btn.active:after {
  display: none;
}
.myaccount-menu-wrapper ul {
  padding-left: 0;
  list-style: none;
}
.myaccount-menu-wrapper ul li ul.submenu {
  width: 100% !important;
}
.myaccount-menu-wrapper ul > li > ul.submenu li a {
  padding-left: 38px;
  font-family: "Source Sans Pro", sans-serif;
}
.myaccount-menu-wrapper ul li:hover > a {
  background-color: #949494;
  color: #fff;
  text-decoration: none;
  transition: all ease-in-out 350ms;
  font-family: "Source Sans Pro", sans-serif;
}
.myaccount-menu-wrapper ul li:hover > a .icon-circle,
.myaccount-menu-wrapper ul li.sub-list-active a .icon-circle {
  background-color: #fff;
  transition: all ease-in-out 350ms;
}
.myaccount-menu-wrapper ul li:hover > a .icon-circle img,
.myaccount-menu-wrapper ul li.sub-list-active a .icon-circle img {
  filter: brightness(0.35);
}
.myaccount-menu-wrapper .cat-circle-image {
  width: 12px;
}
.myaccount-menu-wrapper ul > li > ul.submenu li a svg {
  margin-right: 5px;
}
.myaccount-btn.active span:after {
  transform: rotate(45deg);
  top: 0;
}
.myaccount-menu-wrapper ul li.sub-list-active a {
  background-color: #949494;
  color: #fff;
  text-decoration: none;
  transition: all ease-in-out 350ms;
}
.important-links {
  padding-left: 5%;
}
.important-links ul {
  width: 50%;
  float: left;
  display: inline-block;
}
.important-links .footer-nav li {
  width: 100%;
  padding: 2px 15px 2px 0;
}

@media (max-width: 1399px) {
  #related-blog .owl-nav button {
    height: 123px;
  }
  .important-links {
    padding-left: 3%;
  }
  .important-links .footer-nav li {
    width: 100%;
    padding: 2px 10px 2px 0;
  }
}
@media (max-width: 1199px) {
  #related-blog .owl-nav button {
    height: 105px;
  }
  .related-blog-post .blog-title {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  #related-blog .owl-nav button {
    height: 120px;
  }
}

@media only screen and (min-width: 767px) {
  .cta-btn-wrap {
    text-align: center;
  }
  a.cta-btn {
    max-width: 310px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 135px;
  }
  .header-one {
    position: fixed;
  }
  .header-menu-wrap {
    height: 36px;
  }
  .nav-up .header-menu-wrap {
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 100%;
  }
  .nav-down .header-menu-wrap {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  .nav-up .site-logo {
    flex: 0 0 auto;
    width: 100%;
  }
  .header-one.nav-up {
    padding-bottom: 0;
  }
  .hr-line {
    height: 4px;
  }
  .post-breadcrumb {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .breadcrums-list ul {
    margin-top: 10px;
  }
  .breadcrums-list ul li a,
  .breadcrums-list ul li span {
    font-size: 14px;
  }
  .breadcrums-list ul li:not(:last-child):after {
    width: 6px;
    height: 6px;
    border-top: 2px solid #bbb;
    border-right: 2px solid #bbb;
    right: 3px;
  }
  .breadcrums-list ul li:not(:last-child) {
    padding-right: 12px;
  }
  p.ez-toc-title {
    margin: -9px -20px 0 -12px !important;
  }
  #ez-toc-container ul.ez-toc-list a.ez-toc-link {
    font-size: 14px;
    line-height: 22px;
  }
  .footer-nav li {
    width: 100%;
    padding: 4px 5px 4px 0;
  }
  .important-links .footer-nav li {
    width: 50%;
    padding: 4px 5px 4px 0;
  }
  .footerdiv {
    padding: 32px 0 35px 0;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-nav {
    margin-bottom: 35px;
  }
  .footer-logo img {
    max-width: 90px;
  }
  .ashirvaad-atta-logo {
    max-width: 95px;
    width: 100%;
  }
  .itc-logo {
    max-width: 41px;
    width: 100%;
  }
  #related-blog .blog-article .blog-title {
    font-size: 20px !important;
    line-height: 1.5 !important;
    margin-bottom: 0;
  }
  .blog-article-content {
    margin-bottom: 0px !important;
    display: inline-block;
    width: 100%;
  }
  .blog-article {
    padding: 20px 0 !important;
  }
  .special-offer-cta {
    padding: 0px 0 45px;
  }
  .single-blog-content .blog-cat h5,
  .single-blog-content .share-post h5 {
    font-family: "Poppins", sans-serif !important;
    line-height: 24px !important;
    font-weight: 700;
    width: 100%;
    margin-bottom: 10px;
  }
  .single-blog .blog-top-left-article .author-name {
    margin-bottom: 5px;
  }
  .social-share-btns ul li {
    padding: 6px;
  }
  .single-blog .blog-main-article .author-info {
    width: 83.3333333333%;
  }
  .single-blog .blog-main-article .read-time img,
  .published-date img {
    width: 10px;
  }
  .blog-top-articles .blog-top-left-article .timer-icon img {
    margin-top: -1px;
  }
  .published-date img {
    margin-top: -2px;
  }
  .important-links {
    padding: 30px 0 0 0;
    position: relative;
  }
  .important-links:before {
    content: "";
    left: 12px;
    right: 12px;
    top: 0;
    position: absolute;
    background-color: rgba(224, 58, 62, 0.16);
    height: 1px;
  }
  .important-links h5.widget-title {
    padding-left: 12px;
    display: none;
  }
  .important-links ul.footer-nav li {
    width: 100%;
    padding: 4px 12px;
  }
  .itc-logo {
    margin-right: 2%;
  }
  h5.widget-title.text-center.copy-right {
    font-size: 8px;
  }
}

@media (max-width: 575px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*********************/
/**  21 March 2023 **/
/********************/
.explore-cat-list {
  text-align: center;
  padding: 28px 0px;
}
.explore-cat-list ul {
  display: inline-flex;
  white-space: nowrap;
  overflow: auto;
  padding-left: 0;
  max-width: 100%;
}
.explore-cat-list li {
  display: inline-block;
  padding: 3px;
}
.explore-cat-list li a {
  padding: 10px 16px;
  border-radius: 38px;
  background-color: rgba(77, 148, 139, 0.12);
  color: #4d948b;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: block;
  line-height: 17px;
}
.explore-cat-list li a.active {
  background-color: #4d948b;
  color: #fff;
}
.blog-top-left-article .blog-article-content h4.blog-title {
  font-size: 28px;
  line-height: 1.2;
}
.blog-top-left-article .blog-article-content .summary {
  font-size: 14px;
}
.blog-top-left-article {
  padding-right: 0;
}
.blog-top-right-articles {
  padding-left: 40px;
}
.blog-top-right-articles .img-col {
  padding-left: 16px;
}
.explore-section {
  margin-bottom: 60px;
}
.explore-item .row {
  margin-left: -5px;
  margin-right: -5px;
}
.explore-item-col {
  padding: 5px;
}
.explore-item-card {
  padding: 36px;
  border-radius: 8px;
  background-color: rgba(224, 58, 62, 0.08);
}
.exp-card-title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  color: #e03a3e;
}
.exp-card-img {
  padding-right: 24px;
}
.exp-card-img img {
  width: 72px;
}
.explore-heading h2 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #231f20;
  margin-bottom: 11px;
}
.subscribe-form form.wpcf7-form {
  max-width: 540px;
  margin: auto;
}
.subscribe-form .formWrapper p br {
  display: none;
}
.subscribe-form .formWrapper p {
  display: flex;
}
.subscribe-form .formWrapper button {
  border-radius: 8px;
  border: none;
  background: transparent;
  padding: 0 !important;
  width: 105px;
}
.subscribe-form .formWrapper button .btn-cta {
  width: 100%;
  padding: 10px 5px !important;
  font-size: 14px !important;
  min-width: 105px !important;
  color: #fff !important;
  font-weight: 500 !important;
}
.subscribe-form .formWrapper p span.wpcf7-form-control-wrap {
  width: 100%;
}
.bloginfo .read-time {
  padding-left: 0;
}
.pagination ul li span a img {
  width: 8px;
}
.subscribe-form .formWrapper > p {
  top: 0 !important;
  margin-bottom: 0;
  justify-content: center;
}
.wpcf7-response-output {
  font-size: 14px !important;
}
.explore-cat-list ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.explore-cat-list ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.explore-cat-list ul::-webkit-scrollbar-thumb {
  background-color: #f79238 !important;
  outline: 0px solid #f79238;
  height: 4px;
  border-radius: 5px;
}
.explore-cat-list .all-cat {
  order: -2;
}
.explore-cat-list li.active {
  order: -1;
}

/******************/
/****************/
.sitemap-pg-section {
  background-color: #fff;
  padding: 15px 0;
}
.bg-white {
  background-color: #fff;
}
.text-banner {
  background: #e03a3e;
  padding: 18px 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.text-banner h1 {
  font-family: "ProductSans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  list-style: normal;
  margin-bottom: 0;
}
.text-link-list ul {
  padding: 0 5px;
  list-style: none;
  margin-bottom: 0;
}
.text-link-list ul li {
  position: relative;
  padding: 4px 10px 4px 17px;
  display: inline-block;
  width: 100%;
}
.text-link-list ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: rgba(224, 58, 62, 0.56);
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
}
.text-link-list ul li:hover:before {
  background: #e03a3e;
}
.text-link-list ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.14;
  color: #585858;
}
.text-link-list ul li:hover a {
  color: #e03a3e;
  text-decoration: none;
}
.text-title-card {
  padding: 6px 18px 6px 18px;
  background-color: rgba(224, 58, 62, 0.16);
  margin-bottom: 10px;
  cursor: pointer;
}
.text-title-card:hover,
.text-title-card:focus,
.text-title-card:visited,
.text-title-card.active {
  background-color: #e03a3e;
}
.text-title-card h3 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e03a3e;
  margin-bottom: 0;
}
.text-title-card:hover h3,
.text-title-card:focus h3,
.text-title-card:visited h3,
.text-title-card.active h3 {
  color: #fff;
}
.sitemap-wrapper {
  width: 100%;
  display: inline-block;
  margin-bottom: 22px;
}
.text-link-list2 ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.text-link-list2 ul li {
  display: inline-block;
  width: 100%;
  padding: 3px 0;
}
.text-link-list2 ul li a {
  padding: 7px 10px 7px 10px;
  background-color: rgba(224, 58, 62, 0.16);
  display: block;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #585858;
}
.text-link-list2 ul li a:hover,
.text-link-list2 ul li a.active {
  background-color: #e03a3e;
  color: #fff;
  text-decoration: none;
}
.breadcrumbs ul {
  display: inline-block;
  width: 100%;
  padding: 0;
  list-style: none;
  margin-bottom: 5px;
}
.breadcrumbs ul li {
  display: inline-flex;
  position: relative;
}
.breadcrumbs ul li:not(:last-child) {
  padding-right: 15px;
}
.breadcrumbs ul li:not(:last-child):after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #585858;
  border-right: 1px solid #585858;
  transform: rotate(45deg);
  position: absolute;
  right: 5px;
  top: 6px;
}
.breadcrumbs ul li a {
  color: #585858;
  font-size: 14px;
  line-height: 16px;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}
.breadcrumbs ul li a.active {
  text-decoration: none;
  font-weight: 600;
}
.text-link-card ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.text-link-card ul li {
  display: inline-block;
  width: 100%;
  padding: 3px 0;
}
.text-link-card ul li a {
  display: block;
  padding: 10px 10px 10px 10px;
  background-color: rgba(224, 58, 62, 0.16);
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #585858;
  text-decoration: none;
}
.text-link-card ul li a:hover {
  background-color: #e03a3e;
  color: #fff;
}
/******************/
.blog-top-left-article .author-box:nth-child(2):after {
  display: none !important;
}
.multi-author {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .explore-cat-list ul {
    padding-bottom: 20px;
  }
}
.blog-top-articles {
  margin-bottom: 40px;
}
.farmlist-featured {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  background-color: #fffaf2;
  padding: 5px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.farmlist-content-grid {
  padding: 40px 0;
}
.farmlist-item {
  padding: 20px 8px;
}
.farmlist-content h3 {
  font-family: "ProductSansBold";
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  color: #000;
  margin: 20px auto;
  height: 48px;
  overflow: hidden;
  max-width: 200px;
  text-align: center;
}
.farmlist-btn,
.farmlist-btn:hover,
.farmlist-btn:focus {
  padding: 8px 20px;
  background-color: #f79238;
  color: #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-family: "ProductSansBold";
  font-size: 16px;
  border-radius: 5px !important;
  line-height: 1.5;
}
.filter-area {
  padding: 25px 12px 24px 12px;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin: 20px 0;
}
.category-menu ul li {
  padding: 3px;
}
.category-menu ul li a {
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  background-color: #f5f5f5;
  width: 100%;
  display: block;
  padding: 11px 20px;
  font-family: "ProductSans";
  font-size: 15px;
  color: #010101;
  line-height: 1.35;
  transition: all ease-in-out 350ms;
}
.category-menu ul li a.active,
.category-menu ul li a:hover {
  background: #949494;
  color: #fff;
}
.category-menu h4 {
  font-family: "ProductSans";
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #f79238;
  margin-bottom: 12px;
  padding: 3px;
}
.custom-searchbox {
  padding: 3px 3px 20px 3px;
  width: 100%;
}
.custom-searchbox input {
  padding: 9px 15px 9px 50px;
  border-radius: 5px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border: solid 1px #272727;
  background: #f5f5f5 url("../images/farmlite/search-dark.png") no-repeat 15px
    center;
  font-size: 16px;
  line-height: 1.25;
}
.modal.farmlist-popup:before {
  content: "";
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(5px);
  left: 0;
  top: 0;
}
.farmlist-popup .modal-content p {
  margin-bottom: 0px;
  font-family: "ProductSans";
  font-size: 16px;
  font-weight: normal;
  color: #898989;
  line-height: 1.4;
}
.farmlist-popup .modal-content {
  border: none;
  padding: 30px 45px;
  border-radius: 16px;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.03);
}
.farmlist-popup .modal-dialog {
  max-width: 635px;
}
.farmlist-popup .modal-content .modal-header {
  border: none;
  padding: 0;
}
.farmlist-popup .modal-content .modal-header button.btn-close {
  font-size: 12px;
}
.farmlist-popup .modal-content .modal-footer {
  padding: 0;
  border: none;
  display: flex !important;
  flex-wrap: wrap;
}
.farmlist-popup .modal-content .modal-footer .btn {
  width: 48%;
  margin: 0 1%;
  font-family: "ProductSansBold";
  font-style: normal;
  line-height: 1.75;
  border: 2px solid #f79238;
  border-radius: 5px;
  padding: 10px 15px;
}
.farmlist-popup .modal-content .modal-footer .btn-secondary {
  color: #f79238;
  background: transparent;
}
.farmlist-popup .modal-content .modal-footer .btn-primary {
  background: #f79238;
}
.filter-mob-nav {
  border-radius: 5px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e5e5e5;
  background-color: #fff;
  width: 100%;
  display: inline-block;
}
.filter-mob-nav ul li {
  width: 50%;
  float: left;
  padding: 5px;
  position: relative;
}
.filter-mob-nav ul li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 18px;
  background-color: #949494;
  margin: auto;
  top: 0;
  bottom: 0;
}
.filter-mob-nav ul li button {
  font-family: "ProductSansBold";
  font-size: 14px;
  color: #949494;
  text-align: center;
  width: 100%;
  line-height: 21px;
  padding: 7px 15px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.cat-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
.cat-menu-head h4 {
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
}
.cat-filter-close {
  background: transparent;
  font-size: 14px;
  color: #f79238;
  font-family: "ProductSansBold";
}
.farmlist-featured img {
  max-width: 300px;
  max-height: 300px;
  margin: auto;
  display: block;
  width: 100%;
  height: auto;
}
.farmlist-popup .modal-content .modal-footer .btn-primary a {
  color: #fff;
}

/********************/
.single-blog-content #ez-toc-container label.ez-toc-cssicon-toggle-label {
  border: none !important;
}
.single-blog-content
  #ez-toc-container
  label.ez-toc-cssicon-toggle-label
  > span
  svg {
  display: none;
}
.single-blog-content
  #ez-toc-container
  label.ez-toc-cssicon-toggle-label
  > span:before {
  content: "\002B";
  font-size: 35px;
  color: #4d948b;
}
.single-blog-content
  #ez-toc-container
  label.ez-toc-cssicon-toggle-label.active
  > span:before {
  content: "\2212";
}
.single-blog-content span.ez-toc-cssicon {
  border: none;
  height: 40px;
  min-width: 40px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center !important;
}
.single-blog-content label.ez-toc-cssicon-toggle-label {
  position: absolute;
  right: 0px;
  top: -50px;
}
.blog-top-articles #ez-toc-container {
  display: block !important;
}
body {
  overflow-x: hidden;
}
