/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

.p-FieldLabel {
    padding-bottom: 5px !important;
}
.sectormenu a:hover {
  color: #01a173 !important;
}

.name a:hover {
  color: #01a173 !important;
}

/* =======Login Popup====== */
#loginForm div.nsl-container {
  text-align: center !important;
}

form#loginForm {
  text-align: -webkit-center;
}
#loginModal .mo-openid-app-icons p {
  display: none;
}
#loginModal a.login-button {
  padding: 20px;
  border: 2px solid #4754672e;
  margin: 5px;
  border-radius: 8px;
  min-height: 79px;
  display: inline-block;
  width: 103px;
}
#loginModal a.login-button i {
  margin-top: 0px !important;
}
.loginpopupsocial {
  margin-top: 10px;
  max-width: 300px;
  margin: 0 auto;
}
#loginModal .mo-openid-app-icons {
  display: block;
  margin: 0 auto;
  /* display: inline !important; */
  float: left;
  width: 100%;
  margin-bottom: 10%;
}
#loginModal img {
  width: 174px;
  height: auto;
}
#loginModal h3 {
  padding-top: 30px;
  font-size: 32px;
  font-weight: 700;
  color: #000;
}
#loginModal span.login-popupcontent {
  color: var(--New-Body-3, #7a8595);
  text-align: center;
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  margin-top: 10px;
  float: left;
  margin-bottom: 22px;
  padding-left: 10%;
  padding-right: 10%;
}
span.popupsigncontent {
  color: var(--new-all-headers-sub-headers, #000);
  text-align: center;
 font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#loginModal span.loginpopupcontent {
  color: var(--New_Body-2, #474747);
  text-align: center;
 font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#loginModal popupsigncontent {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
#loginModal .modal-content {
  max-width: 512px;
}
#loginModal form#loginForm {
  padding: 60px 40px 22px 40px;
  line-height: normal;
}
.headerRightbutton button#login-button {
  border: #ffdead00;
  background: none;
}
.logomenusection {
    display: flex;
    align-items: center;
    gap: 40px;
}
/* =====End Login Code======== */

/* Popup Modal */

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
}
.loaditem .blog-photo .img-wrap {
  width: 100%;
  border-radius: 8px;
  min-height: 240px;
  display: flex;
  text-align: center;
  align-content: center;
  justify-content: center;
  aspect-ratio: 25 / 14;
}
/* Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.col-sm-4.loaditem .img-wrap img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    border-radius: 8px;
    max-height: 240px;
}
/* End Modal */
.col-sm-4.taxonomyboxbg {
  padding-top: 15px;
  background-color: rgb(255 255 255 / 40%);
  border-radius: 8px;
  margin: 5px;
  flex: 0 0 32.333333%;
}
.col-lg-4.researchBox {
  flex: 0 0 33%;
}
.col-lg-12.homeAi .subtitle {
  margin-bottom: 25px !important;
}
.post-thumbnail img {
  border-radius: 10px;
}
a.popupbtn.kb-button.kt-button.button {
  width: auto;
}
.plantitleleft {
  font-size: 20px;
  margin-top: 10px;
  color: var(--New-Body-3, #7a8595);
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 0px;
}

.content-barwraper {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.content-bar {
    position: sticky;
    top: 65px;
    width: 100%;
    height: auto; /* Set to auto for flexibility */
    z-index: 11;
    background: url(/wp-content/themes/coaico-child/assets/images/content-bar-bg.svg) center center / cover no-repeat;
}

.bottombarimg {
  float: left;
  min-width: 50px;
}

.content-bar .col-lg-4 {
  text-align: end;
}
.membership-plans ul {
  margin: 0;
  padding: 0;
}
.bottomcontentbar {
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "Inter", sans-serif !important;
  margin-top: 0px;
  padding-top: 0px;
}
a.bottombarsubscribe {
  padding: 8px 14px;
  border-radius: 99px;
  border: 1px solid #01a173;
  background-color: #fff;
  color: #01a173;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
a.bottombarsubscribe:hover {
  color: #01a173 !important;
}
.content-bar .col-lg-8 {
  display: flex;
}
img.bottombarimg {
  height: 32px;
  width: 32px;
}

.feature-box.no-border.mb-50 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.col-sm-4.loaditem {
  background-color: rgb(255 255 255 / 40%);
  border-radius: 8px;
  margin: 5px;
  -ms-flex: 0 0 32.333333%;
  flex: 0 0 32.333333%;
  max-width: 32.333333%;
  padding-top: 10px;
  margin-top:0px;
}
.col-sm-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 32%;
  max-width: 32%;
}
.defaulttemplte {
    background-color: rgb(255 255 255 / 40%);
    /* padding: 25px; */
    border-radius: 8px;
    overflow: hidden;
    margin-top: 28px;
    padding: 36px 15px;
}


.gradientsection .container {
  z-index: 4;
  position: relative;
}

.footer {
  position: relative;
  left: 0;
  width: 100%;
  z-index: 99;
  bottom: 0;
}
.singlepostcol {
  display: flex;
  flex-direction: column;
}
.search div#sidebar {
  display: none;
}
.search-template div#sidebar {
  display: none;
}
.navmenus.navmobile {
  display: none;
}

.row.forprotab {
  min-height: 705px;
}


.page-template-leaderboards .lock-overlay {
  display: flex;
  justify-content: flex-end;
}

.popupbecomemember {
  float: left;
  border-right: dashed 2px #408f82;
  padding-right: 33px;
  margin-right: 16px;
}

.or:before {
  content: "";
  width: 41%;
  left: 0px;
  /* background: #fff; */
  height: 1px;
  position: absolute;
  top: 48%;
  background: rgba(255, 255, 255, 0.2);
}
.or:after {
  content: "";
  width: 41%;
  right: 0px;
  /* background: #fff; */
  height: 1px;
  position: absolute;
  top: 48%;
  background: rgba(255, 255, 255, 0.2);
}
#custom-popup,
#custom-popup-article {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: end;
  padding-bottom: 60px;
  z-index: 9;
}
#custom-popup .popup-content,
#custom-popup-article .popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  background-position: center;
  background-size: cover;
  padding: 38px 20px !important;
  width: 78%;
  background-image: url(/wp-content/themes/coaico-child/assets/images/poupbg-new.svg);
  background-color: transparent !important;
  background-size: cover;
  /* background: linear-gradient(90deg, #02C089 -43.09%, #002E36 138.72%) !important; */
}
.col-lg-12.homeAi .banner-text {
  display: inline-block;
}
.Member-group-button {
  max-width: 245px;
}

.or {
  text-align: center;
  color: #fff;
  color: #fff;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  margin-top: 10px;
  float: left;
  text-align: center;
  width: 100%;
  position: relative;
}
#custom-popup .close,
#custom-popup-article .close {
  color: #fff !important;
  background: #002e36;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  font-size: 30px;
}
.col-lg-12.homeAi {
  text-align: center;
}
#custom-popup h3,
#custom-popup-article h3 {
  padding-top: 19px;
  color: #fff;
  text-align: left;
  max-width: 350px;
  padding-right: 25px;
  width: 100%;
}

#custom-popup p,
#custom-popup-article p {
  text-align: left;
  color: #d3d3d3;
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  padding-top: 11px;
}
a.popupbtn {
  background: #fff;
  padding: 10px 22px;
  border-radius: 99px;
  color: #01a173 !important;
  font-weight: 600;
  font-size: 14px;
  float: left;
  border: 1px solid var(--New_Interactions-and-selected-header, #01a173);
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  width: 100%;
}
.headerRightbutton {
  display: flex;
}
a#login-button {
  padding-top: 12px;
  padding-right: 15px;
  font-size: 16px;
}
.row.ai-datafilter {
  margin-top: 60px !important;
}

.banner-text.newscenter {
  text-align: center;
}
/* Home Dropdown Button */
.dropbtn {
  background-color: #4caf5000;
  color: #01a173;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.dropdown-arrow {
  margin-left: 8px;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content a {
  color: #01a173;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 16px;
  text-decoration: none;
  display: block;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropbtn img {
  border-radius: 50%;
  margin-right: 8px;
}
/* serach bar */
.homeAi button#search-button {
  z-index: 0;
}
.search-template section#custom_html-5 {
  display: none;
}
.homeAi :focus-visible {
  outline: none !important;
}
.searchrightsidebar {
  display: contents;
}
.homeAi .input-group.mb-3 {
  width: 629px !important;
}

input.form-control {
  border-color: #b6fbe7;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  height: 58px;
}
.homeAi button#search-button {
  background-color: #fff;
  border-color: #b6fbe7;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-left: 0px;
}
.homeAi .form-control:focus,
.homeAi .form-control:active,
.homeAi .form-control:visited {
  color: #495057;
  background-color: #fff;
  border-color: #ffffff;
  outline: 0;
  box-shadow: none;
  background: #fff !important;
}
.homeAi .btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: none;
}

.search-results form#searchForm {
  width: 100%;
}
.search-results {
  width: -webkit-fill-available !important;
  margin-bottom: 30px;
}
#searchForm input {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
form#searchForm {
  display: inline-block;
  float: none;
}
.search-results input#searchInput {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 99px;
  border: 1px solid #00ba85 !important;
  width: 100%;
}
a.menubutton.d-none.d-lg-block {
  color: #fff;
}
.search-template hr {
  width: 196% !important;
  margin-left: -138px !important;
  margin-right: -138px !important;
}
.search-template .post-item {
  background-color: rgb(255 255 255 / 40%);
  border-radius: 8px;
  margin: 10px 0px;
  padding: 5px;
  border: solid 1px rgb(255 255 255 / 40%);
}
input#searchInput:focus {
  outline: none;
  box-shadow: none;
}
.search-template .post-item:hover {
  border: solid 1px #01a173;
  background: #fff !important;
}
.search-template .pagination {
  margin-top: 20px;
}
.search-results {
  padding-top: 6px;
}
.post-item:hover .post-content h2 a {
  color: #01a173;
}
.post-item .post-content h2 a:hover {
  color: #01a173 !important;
}
.post-item .post-content h2:hover a {
  color: #01a173 !important;
}
.search-template img.attachment-thumbnail.size-thumbnail.wp-post-image {
  border-radius: 8px;
}
.search-template .post-content h2 a {
  font-size: 18px;
  font-weight: 800;
}
.search-template .post-excerpt p {
  font-size: 12px;
  line-height: 21px;
}
/* End */
.bannercenter {
  text-align: center;
}
.homeAi {
  text-align: -webkit-center;
}
.homeAi .banner-text {
  max-width: 745px;
  margin-top: 80px;
  width: 100%;
}

.page-id-15 .banner-text {
  margin-top: 0px;
}
.homefeaturedrow .feature-box .categorywrap {
  min-height: 0px;
}

.topbannersection {
  margin-top: 60px;
  float: left;
  width: 100%;
  position: relative;
  /* background-color: transparent; */
  /* background-image: linear-gradient(165deg, #C7FFEF 4%, #F3F3F3 70%); */
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;

}
.page-id-586 .topbannersection,
.page-id-584 .topbannersection {
  background-image: none !important;
}
/* Firfox Css */
@-moz-document url-prefix() {
  .joinfootertest p {
    margin-top: 2.8rem !important;
  }
  .feature-content-research .categoryname-list {
    float: left;
    margin-top: 20px !important;
  }

  .footer {
    position: relative;
    left: 0;
    width: 100%;
    z-index: 99;
    bottom: 0;
  }
  .footer p {
    color: #ffffffcc !important;
    text-align: left !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: "Inter", sans-serif !important;
  }
  .footerform {
    margin-top: 20px;
  }
  /* 	.wp-block-kadence-advancedbtn .kb-btn703_c878ba-f9.kb-button:hover {
  color: #fff !important;
} */
  .footer-join-area .joinfootertest p {
    font-size: 14px !important;
  }
  .page-id-706 h2 {
    padding-top: 15px !important;
  }
}
/* firefox css end */
.wp-block-kadence-advancedbtn .kb-btn703_c878ba-f9.kb-button:hover {
  background: #002e36;
  color: #fff !important;
}
/* Partners Perks Start */
.PartnerLoginRowcontent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.PartnerLoginRowcontent a.menubutton {
  max-width: 242px;
  display: inline-block;
  width: 100%;
  min-width: 170px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.rightpopcontent h3 {
  text-align: left;
}
#popupModal .nsl-container-buttons {
  gap: 8px;
  display: flex;
}
#popupModal .Partnerpopupbottomrow .or:before,
#popupModal .Partnerpopupbottomrow .or:after {
  display: none;
}
.getOffersection {
  /* display: flex; */
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
  overflow: hidden;
  display: inline-block;
}
.getOffersection h3 {
  text-align: center;
  margin-bottom: 20px;
}
.partnerlogosection {
    padding: 21px;
    padding-left: 45px;
    padding-right: 45px;
}
.partnercontentrow .services-list {
  padding-bottom: 20px;
}
.partnercontentrow {
  margin-top: 10px;
  max-height: 160px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.partnercontentrow::-webkit-scrollbar {
  width: 8px;
}

.partnercontentrow::-webkit-scrollbar-track {
}
.partnercontentrow::-webkit-scrollbar-thumb {
  background: #eaeaea;
  border-radius: 5px;
}
.partnercontentrow::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#popupModal h2.partnername,
#popupModal .services-list {
  text-align: left;
}
#partners-perk .title-container.topbannersection {
  text-align: center;
}
#partners-perk .banner-text {
  margin-bottom: 0px;
}
ul.ulpartnername {
  justify-content: center;
  list-style: none;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
li.partner-tagname a {
  padding: 10px 14px;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  color: #344054;
}
section.partnerboxsection {
  padding: 90px 0px;
}
.row.partnerbox {
  gap: 20px;
  padding-bottom: 20px;
}

.partnerbox p {
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  color: #475467;
  width: 100%;
  float: left;
  text-align: center;
}
.partnerbox a {
  border: 1px solid #7f7f7f4f;
  border-radius: 71px;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #7f7f7f;
}
.partnerbox .col-sm-3 {
  flex: 0 0 23.5% !important;
}
.partnerbox .col-sm-3 {
  padding: 24px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
}

.load-more {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-xs, 4px);
  border-radius: var(--radius-md, 99px);
  border: 1px solid #00ba85;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #01a173;
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px;
}

.load-more:hover {
  color: #01a173 !important;
  background: #fff;
  border: 1px solid #01a173;
}

/* #partners-perk .banner-text {
    text-align: -webkit-center;
}
#partners-perk .Filter {
    float: none;
}
#partners-perk .filtersection.d-none.d-lg-block {
    text-align: center;
}
.partnertagfilter .Filter a {
    color: #9D86FD;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.5px;
    border-radius: 12px;
    background: rgba(157, 134, 253, 0.10);
    margin-right: 5px;
    padding: 10px 14px;
} */
/* partner end */
/* Search tmp css */
p.member-loginform {
  text-align: center;
  color: #fff;
}
p.member-loginform a {
  color: #fff;
}
.container.search-template {
  padding: 80px 15px 0px 15px;
}
.container.search-template .page-numbers {
    border-radius: var(--radius-md, 8px);
    border: 1px solid var(--Component-colors-Components-Buttons-Secondary-button-secondary-border, #d0d5dd);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--Colors-Text-text-placeholder, #667085);
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* display: flex; */
    padding: var(--spacing-sm, 6px) 10px;
    justify-content: center;
    align-items: center;
    font-family: "Space Grotesk";
}
.container.search-template span.page-numbers.current {
    border-radius: var(--radius-md, 8px);
    border: 1px solid var(--Component-colors-Components-Buttons-Secondary-button-secondary-border, #d0d5dd);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #fff;
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* display: flex; */
    padding: var(--spacing-sm, 6px) 10px;
    justify-content: center;
    align-items: center;
    font-family: "Space Grotesk";
    overflow: hidden;
    margin-bottom: -7px;
    background: #01a173;
}
.container.search-template .pagination {
  justify-content: center !important;
}
.container.search-template a.next.page-numbers {
padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xs, 4px);
    border-radius: var(--radius-md, 99px);
    border: 1px solid #00ba85;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #01a173;
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 13px;
    float: right;
	margin-top: -3px;
}
.container.search-template .pagination .nav-links {
    width: 100%;
    text-align: center;
}
.container.search-template a.prev.page-numbers {
  margin-top: -3px;
      padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xs, 4px);
    border-radius: var(--radius-md, 99px);
    border: 1px solid #00ba85;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #01a173;
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 13px;
    float: left;
}
body.search.search-results.paged.logged-in.admin-bar.wp-custom-logo.wp-embed-responsive.paged-2.search-paged-2.is-light-theme.hfeed.has-main-navigation.customize-support
  div#sidebar {
  display: none;
}

/* end */

.col-lg-3.home-featured {
  /* display: flex; */
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  border-radius: 8px;
}
.col-lg-3.home-featured .blog-photo .img-wrap a {
  text-align: center !important;
  width: 100%;
}
.col-lg-3.home-featured .blog-photo .img-wrap img {
  /* display: flex; */
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  border-radius: 8px;
  max-height: 147px;
}
.categorywrap.homecatbottom {
    padding-top: 0px !important;
    padding-bottom: 4px;
    float: left;
    width: 100%;
}
.categoryname.newscat {
  background: #01a173;
  color: #fff;
  text-transform: capitalize;
}

.onimagecat.categorywrap {
  position: absolute;
  top: -15px;
  left: 15px;
}
.term-32 .categoryname-list {
  float: left;
  margin-top: 20px;
}
.search-results a {
  color: #000000;
}
header.header {
  position: fixed;
  width: 100% !important;
  left: 0;
  background-color: #fff !important;
  width: 100%;
  z-index: 99;
  top: 0;
  border-bottom: solid 1px #dde0e4;
}
.slick-initialized .slick-slide {
  display: block;
  padding: 15px;
}
.footermenu ul {
  margin: 0 auto;
  padding: 0;
  float: left;
}
.artcilesinglepage .bloginfo.mobileview {
  display: none;
}
.entry-content {
  margin: 0 auto;
}
.page-template-aI-data-explorer-grid
  li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-583
  a {
  color: #01a173 !important;
}
.page-template-tool-detail-php #mySidenav li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-583 a, .page-template-aI-data-explorer #mySidenav li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-583 a {
    color: #01a173 !important;
}
.page-con .sitecontainer {
  margin-top: 60px;
}

.rightpart.color.Down {
  color: #f35f5f !important;
  border-radius: 69px;
  background: rgba(235, 100, 100, 0.1) !important;
}
.catlisting a {
  display: none !important;
}
.slick-initialized .slick-slide {
  padding: 15px;
}
.catlisting a:first-child,
.catlisting a:nth-child(2),
.catlisting a:nth-child(3),
.catlisting a:nth-child(4) {
  display: inline-block !important;
}
.sidenav ul li {
  padding: 10px 0;
  text-align: left !important;
}
.menutitlesection h3 {
  color: var(--new-all-headers-sub-headers, #000);
  font-family: "Space Grotesk";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.loginmenusection span.dropdown-arrow {
  position: absolute;
  right: 30px;
}

.loginmenusection .dropdown {
  width: 100%;
}
.sidenav ul li a {
  color: #475467;
  float: left;
  width: 100%;
  border-bottom: #eaedef solid 1px;
  padding-bottom: 15px;
  padding-top: 15px;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left !important;
}
.current-menu-item a,
.header .headerinner .navmenus ul li a:hover {
  color: #01a173 !important;
}
h2.entry-title a:hover,
.recent-post-title a:hover,
.WeeklyTopitem .title a:hover {
  color: #01a173 !important;
}
a.clipboard {
  cursor: pointer;
}
.soalsectionleft a:hover,
.menubutton:hover {
  background: #fff;
}
.banner-text.nothingfound {
  text-align: center;
}

.nothingfound img {
  max-width: 375px;
}
.banner-text.nothingfound {
  text-align: center;
}

.nothingfound img {
  max-width: 375px;
}

.searchform input.search-submit {
  /* white-space: pre; */
  appearance: button;
  text-size-adjust: 100%;
  tab-size: 4;
  box-sizing: border-box;
  border: 1px solid transparent;
  margin: 0px;
  font-family: "Inter", Sans-serif;
  background-color: rgb(1, 161, 115);
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: block;
  font-weight: 500;
  height: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  min-width: 100px;
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter,
    -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
  border-radius: 0px 6px 6px 0px;
  /* padding: 0px 1rem; */
  display: inline-block;
  line-height: 48px;
  position: relative;
  overflow: hidden;
  margin-left: -5px;
}
.searchform input#search-form-1 {
  text-size-adjust: 100%;
  tab-size: 4;
  box-sizing: border-box;
  border: 2px solid rgb(1, 161, 115);
  font-family: "Inter", Sans-serif;
  margin: 0px;
  appearance: none;
  background-color: rgb(255, 255, 255);
  display: block;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.75rem 1.25rem;
  color: rgb(0, 0, 0);
  width: 100%;
  border-radius: 6px 0px 0px 6px;
  display: inline-block;
  max-width: 246px;
}

.searchform {
  display: block;
  justify-content: center;
}
.header .headerinner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.searchform label {
  display: none;
}

.searchform input#search-form-1:focus {
  border: 2px solid rgb(1, 161, 115);
  outline: none;
}
#btnApply:hover {
  background: #000 !important;
}

#shareDropdown a:hover {
  opacity: 0.4;
}

button#load-more-btn:hover {
  background: #ffffff;
  color: #01a173;
}
.header .headerinner .navmenus ul {
  gap: 32px !important;
}
.soalsectionright a:hover,
.siciallinks a:hover {
  opacity: 0.4;
}

.header .headerinner .navmenus ul li a {
    display: inline-block;
      font-family: "Inter", sans-serif !important;
  text-wrap: nowrap;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #000;
}
.toolsfilter {
  float: left;
  width: 100%;
}
.soalsectionleft a:hover,
.menubutton:hover {
  background: #002e36;
  color: #fff !important;
}
.toast {
  visibility: hidden;
  min-width: 250px;
  margin: auto;
  background-color: #01a173 !important;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  right: -7% !important;
  bottom: 30px;
  transform: translateX(-50%);
}

.toast.show {
  visibility: visible;
  animation: fadeIn 0.5s, fadeOut 0.5s 2.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.topsearchsection {
  float: left;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  align-content: center;
  justify-content: space-between;
}
div#Order {
  margin-bottom: 0px;
}
.topsearchsection #btnApply {
  margin-top: 0px;
}
.footer p {
  color: rgba(255, 255, 255, 0.8);
  float: left;
  width: 100%;
}
.topsearchsection input#txtSearch:focus {
  outline: none;
}
.topsearchsection input#txtSearch {
  border-radius: 8px;
  border: 1px solid #dadada !important;
  background: #fff;
  border-radius: 8px;
  background: #fff;
  margin-right: 10px;
  line-height: 23px;
  height: 36px;
  width: 100%;
  max-width: 358px;
  padding-left: 10px;
  display: inline-block;
  float: left;
  margin-bottom: 8px;
  margin-top: -2px;
  font-family: "Inter", Sans-serif;
}
button:focus {
  outline: none !important;
}
.banner-text {
  margin-top: 90px;
}
.prompts-listing {
  width: 100%;
  height: 90%;
}
.prompts-listing .prompts-top {
  display: block;
}
.Grid-list .Grid-item .prompts-top {
  display: flex;
  align-items: center;
}
.load-more-section {
  text-align: center !important;
  width: 100%;
}
.home .footer {
  display: block;
}
.newslist.homelist .categoryname-list li {
}
.Privacymenu li a:hover {
  color: rgb(1, 161, 115) !important;
}
.footerlogosection {
  margin-bottom: 40px !important;
  float: left;
  width: 100%;
}
.logged-in .footer {
  display: block;
}
.logged-in header.header {
  display: block;
}
.container {
  max-width: 1220px !important;
  width: 100% !important;
  margin: 0 auto;
}
a:hover {
  text-decoration: none;
}
/* .page-id-175 .topbannersection, .page-id-605 .topbannersection, .page-id-509 .topbannersection, .page-id-474 .topbannersection, .page-id-265 .topbannersection {
	background-color: transparent;
    background-image: linear-gradient(165deg, #C7FFEF 4%, #F3F3F3 70%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
} */
.menubutton:hover {
  color: #01a173;
}
.headerRightbutton .menubutton {
  max-height: 41px;
  line-height: 22px;
}
.menubutton {
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  background-color: #01A173;
  line-height: 20px;
  border-radius: 99px;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  text-wrap: nowrap;
}

.footer {
  background: #101828;
  color: #fff;
  float: left;
  width: 100%;
  padding-bottom: 16px;
  padding-top: 80px;
  font-family: "Inter", sans-serif;
  margin-top: 50px;
  text-align: left !important;
}
#page-sidebar .sidebarright {
    border-radius: 0;
    padding: 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-2xl, 20px);
    align-self: stretch;
    width: 100%;
    /* margin-bottom: 32px; */
    background-color: rgb(255 255 255 / 40%);
    overflow: hidden;
    padding-bottom: 32px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
#page-sidebar .sidebarright:first-child .sidebartop {
    margin-top: 0px;
}
.rightsiebarsection .sidebarright {
    border-bottom: 1px solid rgba(16, 24, 40, 0.19);
}
.sidebartop .left {
    color: #101828;
  font-family: "Inter", sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    float: left;
}
.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}

.sidebar-item {

  width: 100%;
  height: 100%;
  /* Position the items */
}
.listingsidebar .col-lg-8 {
  padding-right: 2px;
}

.listingsidebar .col-lg-4 {
  padding-left: 2px;
}
.make-me-sticky {
  position: sticky;
  top: 95px;
  padding: 0 13px;
}
.sidebartop .right {
  float: right;
}

.sidebartop {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 19px;
}
.artcilesinglepage .siciallinks a {
    float: left;
}
.sidebarcontent {
  float: left;
  width: 100%;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}
.sidebarcontent img {
    width: 100%;
    float: left;
    margin-bottom: 12px;
}
#page-sidebar .sidebarright:last-child {
    border-bottom: none;
}
.singlepagetitle {
    font-family: "Space Grotesk", sans-serif;
    color: var(--colors-text-text-primary-900, #101828);
    /* font-family: "Space Grotesk"; */
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.8px;
}
a.Learnmore {
    float: left;
    color: #01A173 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    font-family: "Inter", sans-serif !important;
    text-decoration: none !important;
}
ul.listing {
  color: #475467;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  /* line-height: normal; */
  line-height: 21px;
}
ul.listing li {
  line-height: 21px;
}
.bannertitle {
  font-family: "Space Grotesk", sans-serif;
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -1.24px;
  margin-bottom: 24px;
}
.logo a {
  float: left;
  padding-top: 5px;
}

.newsbadge {
    color: #000000;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
}
.research-info .customcategory {
  margin-top: -4px;
}
.bannersection {
  margin-top: 62px;
}
.bannersection img {
    max-width: 100% !important;
    border-radius: 11px;
    width: auto !important;
    height: auto;
    /* max-height: 320px; */
}
.researchBox .blog-photo .img-wrap {
  /* float: left; */
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(
      180deg,
      rgba(242, 243, 243, 0) 0%,
      rgba(242, 243, 243, 0.7) 100%
    ),
    linear-gradient(90deg, #bdf6ff 0%, #c5fef3 48.5%, #ece9ff 100%);
  overflow: hidden;
  min-height: 240px;
  max-height: 240px;
  display: flex;
  text-align: center;
  align-items: center;
}
.researchBox .blog-photo {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.socialsection {
  max-width: 1210px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.siciallinks {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 50%;
  float: right;
}
.siciallinks a svg, .siciallinks a svg path {
    width: 38px;
    height: 37px;
    padding: 8px;
    border: 1px solid #01A173;
    border-radius: 8px;
    margin-right: 12px;
    fill: #01A173;
}
.banner-textreport {
    margin-bottom: 24px;
}
.discription {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 131.25% */
  color: #475467;
  margin-bottom: 20px;
}
.contentpart {
    font-family: "Inter", sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #000000 !important;
    letter-spacing: 0.5px;
    float: left;
    width: 100%;
    border-radius: 8px;
    opacity: var(--sds-size-stroke-border);
    background: var(--white-sectinoal-40, rgba(255, 255, 255, 0.40));
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.contentpart {
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  color: #000000 !important;
  letter-spacing: 0.5px;
  float: left;
  width: 100%;
}
body {

  font-family: "Inter", sans-serif !important;
}
.contentpart li,
.wp-block-table td,
.wp-block-table th {
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 350;
  line-height: 28px;
  color: #000;
}
h3,
h2 {
  font-family: "Space Grotesk", sans-serif;
}

.contentpart ul li {
  margin-bottom: 11px;
}

.contentpart ul {
  margin-left: 25px;
  padding: 0px;
}
.filtermobile {
  display: flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-xs, 4px);
  align-self: stretch;
  border-radius: var(--radius-md, 8px);
  border: 1px solid
    var(
      --Component-colors-Components-Buttons-Secondary-button-secondary-border,
      #d0d5dd
    );
  background: #fdfaf4;
  text-align: center;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  margin-bottom: 20px;
}

.filtermobile select {
  background: transparent;
  border: none;
  padding: 3px;
  color: var(
    --Component-colors-Components-Buttons-Secondary-button-secondary-fg,
    #344054
  );
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  min-width: 134px;
}

.filtermobile select:focus {
  outline: none;
  border: none;
}
.padding-right {
  padding-right: 80px;
}
.bottom-discription-section {
    border-radius: 8px;
    border: 1px solid #aba595;
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    align-self: stretch;
    margin-top: 25px;
    margin-bottom: 0px;
}
.bottom_discription_title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
  color: #475467 !important;
}

.tagsection .weblink {
  color: #475467;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  opacity: 0.5;
  padding-top: 5px !important;
}
.tagsection .domainurl {
  font-family: "Inter", sans-serif;
  color: #ABA595 !IMPORTANT;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.tagsection a svg {
  float: right;
  margin-left: 8px;
  margin-top: 5px;
}
.newsitem .tagsection {
  /* width: max-content; */
  margin-top: 0px;
  float: left;
  width: 100%;
}
div#categoryList a {
    color: #01A173;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
}
button#viewLess {
    color: #01A173;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    background: transparent !important;
    border: none  !important;
    box-shadow: none  !important;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: left;
}

.newsFilter button#viewMore {
  color: #01A173;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    background: transparent !important;
    border: none  !important;
    box-shadow: none  !important;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: left;
}
.newsFilter {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.tagsection .tags {
  color: #9d86fd;
  font-family: "Inter", Sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: 0.5px;
  margin-right: 9px;
  border-radius: 8px;
  background: rgba(157, 134, 253, 0.1);
  padding: 5px 8px;
}

.published-date {
    font-family: "Inter", sans-serif !important;
    color: #9fa6af;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

span.linkoput:before {
  content: "";
  border-radius: 100%;
  opacity: 0.1;
  background: #101828;
  position: absolute;
  width: 6px;
  height: 6px;
  margin-top: 6px;
  margin-left: -12px;
}
.bloginfo {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.authorname {
  color: #475467;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  float: left;
  min-width: 120px;
  text-align: left;
}
span.Written-by {
  color: #01a173;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  float: left;
  width: 100%;
}
.Published-on {
  color: #475467;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  float: left;
  width: 38%;
}

span.publishdate {
  color: #01a173;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  float: left;
  width: 100%;
}
.Published-on time {
    font-size: 16px;
    line-height: 28px;
}
.Published-on span {
  float: left;
  width: 100%;
}
.page-template-sector-page .siciallinks {
    float: left;
    text-align: left;
}
.recent-post-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #101828;
}
.recent-post-title a {
  color: #101828;
}

p.postauthor {
    color: #474747;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.Recent-Articles-title {
  max-width: 1183px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 10px;
  width: 100%;
}
.Recent-Articles-title h2 {
    font-family: "Space Grotesk", sans-serif !important;
    font-size: 18px ! IMPORTANT;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal !important;
    color: #101828 !important;
    margin-bottom: 5px ! IMPORTANT;
    text-decoration: none !important;
    margin-top: 0px !important;
}
.Recent-Articles-title h2 a {
    color: #101828 !important;
    text-decoration: none !important;
}

code {
  color: #fff !important;
}
.Recent-Articles-title .recent-articles {
  position: relative;
  padding-bottom: 10px;
  overflow: hidden;
  border-radius: 11px;
  margin-bottom: 25px;
  padding-bottom: 45px;
}

.img-wrap {
  float: left;
  width: 100%;
  aspect-ratio: 25 / 14;
  width: 100%;
}

.blog-photo {
  float: left;
  width: 100%;
}

.categoryname {
  float: left;
  /* width: 100%; */
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 8px;
  background: rgba(157, 134, 253, 0.1);
  padding-left: 8px;
  padding-right: 8px;
  color: #9d86fd;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  font-family: "Inter", Sans-serif !important;
}
.categoryname a {
  color: #fff;
}
.categoryname a:hover {
  color: #000 !important;
}
h2.teamtitle-title {
    margin-bottom: 0px ! IMPORTANT;
    margin-top: 20px !important;
}
.categorywrap {
}
.list-badge {
  overflow: hidden;
  color: #474747;
  text-overflow: ellipsis;
  /* Text md/Regular */
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding-top: 8px;
  padding-bottom: 8px;
}
.newstitle {
  font-family: "Space Grotesk", sans-serif;
  color: #101828;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}

.entry-title a {
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000;
}
.newsitem {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(16, 24, 40, 0.1);
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.filtersection {
  float: left;
  width: 100%;
  padding-top: 0;
  padding-bottom: 30px;
}
.newslist {
  float: left;
  width: 100%;
  min-height: 420px;
}
.page-id-15 .categoryname-list {
  margin-top: 2px;
}
.page-id-474 .categoryname-list {
  margin-top: 2px;
}
.page-id-15 .newslist {
  min-height: 0px;
}
.Filtertitle {
  float: left;
  color: #475467;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0.5px;
  padding-top: 2px;
  margin-bottom: 10px;
  margin-right: 12px;
}

.Filter {
  float: left;
}
.Filter a:hover{
		color:#01A173;
}
.Filter a {
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
    padding-top: 4px;
    padding-bottom: 4px;
    text-wrap: nowrap;
    border-radius: 99px;
    background: #F0F7F0;
    color: var(--New_Interactions-and-selected-header, #01A173);
    text-align: center;
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin: 3px ! IMPORTANT;
    display: inline-block;
}
.rightpart svg {
  margin-bottom: 3px;
  margin-top: 2px;
}
/** default page Start **/
li {
  margin-bottom: 10px;
  color: #000 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  font-family: "Inter", sans-serif !important;
}
h1,
h2,
h3,
h4 {
  font-family: "Space Grotesk", sans-serif;
}
h1.wp-block-heading {
  font-family: "Space Grotesk", sans-serif;
  font-size: 62px;
  font-style: bold;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -1.24px;
  margin-bottom: 20px;
}
.defaulttemplte h1.wp-block-heading {
  margin-top: 0px;
}
p {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "Inter", sans-serif !important;
}

/** Article Start **/

.term-ai-automation.term-85 .categorywrap .categoryname-list {
  float: left;
  margin-top: 20px;
}

.page-template-page-article h1.bannertitle,
.page-template-page-prompts h1.bannertitle {
  text-align: center;
  color: #101828;
}

.page-template-page-article p.subtitle,
.page-template-page-research-reports p.subtitle {
  color: #000;
  text-align: center;
}
.page-template-page-article .Filtertitle,
.page-template-page-research-reports .Filtertitle,
.page-template-page-prompts .Filtertitle {
  float: none !important;
  color: #475467;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.5px;
  display: inline-block;
}

.page-template-page-article .Filter,
.page-template-page-research-reports .Filter,
.page-template-page-prompts .Filter {
  float: none !important;
  display: inline-block;
}

.page-template-page-article .filtersection,
.page-template-page-research-reports .filtersection,
.page-template-page-prompts .filtersection {
  float: none !important;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
}

.articlelist .elementor-container {
  /* width: 33.333%; */
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  /* -webkit-column-gap: 2em; */
  -moz-column-gap: 2em;
  /* column-gap: 2em; */
  display: block !important;
}

.articlelist .elementor-container .elementor-column.elementor-col-33 {
  min-width: 100%;
  min-height: 465px;
}

.Introduction-title h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 118.75% */
}
.Introduction-title {
  /* float: left; */
  width: 100%;
  margin-bottom: 20px;
}
.summary {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  color: #475467;
  background: #f2eee5;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 48px;
}

.summary p {
  margin-bottom: 15px;
}

.summary p:last-child {
  margin-bottom: 0px;
}
pre {
  border-radius: 12px;
  background: #2d2b27;
  width: 98%;
  /* margin: 2em 1em; */
  padding: 0.5em;
  line-height: 0;
  counter-reset: line;
}
pre span {
  display: block;
  line-height: 1.5rem;
}
pre span:before {
  counter-increment: line;
  content: counter(line);
  display: inline-block;
  padding: 0 0.5em;
  margin-right: 0.5em;
  color: #888;
}
code {
  font-size: 73.5% !important;
  color: #e83e8c !important;
  word-wrap: revert-layer;
  width: 95% !important;
  overflow: hidden !important;
}
figure {
  display: block;
  margin: 1em 0;
  width: 100%;
  color: #9e9e9e;
}
blockquote.wp-block-quote {
  font-family: "Inter", sans-serif !important;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 36px;
  border-left: #01a173 solid 3px;
  padding-left: 20px;
}
figure figcaption {
  display: block;
  font-family: sans-serif;
  padding: 5px 10px 4px 10px;
  border-bottom: 1px solid #111;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  font-variant: small-caps;
  background: #111;
  color: #9e9e9e;
}

.numbers {
  cursor: context-menu;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.5);
}

pre,
pre * {
  font: normal normal normal 1em/1.4 monaco, courier, monospace;
}

pre {
  font-size: 0.8em;
}

pre,
pre code,
pre samp {
  display: block;
  margin: 0;
  cursor: text;
}

pre code,
pre samp {
  /* enforce white-space for IE7 */
  white-space: pre;
  /* enforce word-wrap for mobile safari */
  word-wrap: normal;
  padding: 10px;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

/* additional focus rules to provide a visual cue */

pre [contenteditable]:focus {
  border-radius: 0 0 3px 0;
  background: #fff;
  outline: none;
  background: rgb(22, 22, 22);
}

pre.line-numbers {
  position: relative;
}

pre.line-numbers code,
pre.line-numbers samp {
  margin-left: 3em;
  color: #fff !important;
}

pre.line-numbers > div {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 0 0 0 3px;
  overflow: hidden;
  counter-reset: line;
}

pre.line-numbers > div > span {
  display: block;
  width: 2.5em;
  padding: 0 0.5em 0 0;
  text-align: right;
  color: #777;
  overflow: hidden;
}

pre.line-numbers > div > span::before {
  content: counter(line);
}

pre.line-numbers > div > span:first-child {
  margin-top: 10px;
}
.page-id-175 .categorywrap .categoryname-list {
  float: left;
  margin-top: 2px;
}
.articlelist .feature-box .categorywrap {
  padding-top: 0px;
  /* display: inline-block; */
  width: 100%;
  float: left;
}
.articlelist .feature-box h2.recent-post-title {
  padding-bottom: 0px;
  padding-top: 0px;
}

@media print {
  pre code {
    overflow-x: visible;
    white-space: pre-wrap;
  }
  pre.line-numbers div {
    display: none;
  }
  pre.line-numbers > code,
  pre.line-numbers > samp {
    margin-left: 0;
  }
}

code.hljs {
  padding-top: 10px;
}
/* double-up the syntax elements for cross-browser RTF-keystroke support */

pre b,
pre strong {
  font-weight: normal;
  color: #039;
}

pre u,
pre u b,
pre u strong {
  text-decoration: none;
  color: #083;
}

pre i,
pre em,
pre i *,
pre em *,
pre i * *,
pre em * * {
  letter-spacing: -0.1em;
  text-decoration: none;
  font-style: normal;
  color: #c55;
}

.hljs {
  color: #a9b7c6;
  background: rgb(22, 22, 22);
  display: block;
  overflow-x: auto;
  padding: 0.5em;
}

.hljs-number,
.hljs-literal,
.hljs-symbol,
.hljs-bullet {
  color: #ff8040;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-deletion {
  color: #569cd6;
}

.hljs-variable,
.hljs-template-variable,
.hljs-link {
  color: #ff8040;
}

.hljs-comment,
.hljs-quote {
  color: #57a64a;
}

.hljs-meta {
  color: #d2a8a1;
}

.hljs-string,
.hljs-attribute,
.hljs-addition {
  color: #ff0000;
}

.hljs-section,
.hljs-title,
.hljs-type {
  color: #ffc66d;
}

.hljs-name,
.hljs-selector-id,
.hljs-selector-class {
  color: #e8bf6a;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.bd-example {
  margin-top: 45px;
  margin-bottom: 45px;
}

.contentpart h6 a {
  text-decoration: underline;
}

.contentpart h6 {
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  color: #475467;
  margin-bottom: 20px;
  background-image: url(/wp-content/uploads/2024/02/link.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 1px;
  padding-left: 18px;
}

.contentpart h6 a {
  text-decoration: underline;
}
.UseCaselist a img {
  max-width: 34px;
  max-height: 33px;
}

.quote-section {
  font-family: "Inter", sans-serif !important;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 36px; /* 150% */
  border-left: #01a173 solid 3px;
  padding-left: 20px;
  overflow: hidden;
}

.quote-userimg {
  float: left;
}

.quote-userdetaild {
  float: left;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  margin-left: 10px;
}

.quote-user {
  position: relative;
  margin-top: 20px;
}

.avtar_designation {
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: #475467;
}

.quote-section {
  margin-top: 35px;
}

.contentpart .wp-video {
  width: 100% !important;
}

.contentpart .wp-video .mejs-container {
  /* width: 100% !important; */
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 32px;
}
.quotesection {
  margin-right: 58px !important;
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .plantitle, .membership-plans ul li.active .plantitle {
        font-size: 21px !important;
        max-width: 70%;
    }
    .forprotab .kadence-column3629_290ac8-7f {
      margin-left: 10px;
    }
    .forprotab form input{
      font-size: 14px !important;
    }
.inner-group {
    display: flex;
    flex-wrap: wrap;
}
.selected-items {
    display: flex;
    flex-direction: column;
}
.footerform .beehiiv-button {
    margin-left: 0px !important;
}
.footerform form.beehiiv-form {
    display: block !important;
    max-width: 100%;
}
.footerform input.beehiiv-button {
    margin-left: 0px !important;
}
.planpricing {
    font-size: 16px !important;
}
span.billing_period {
    font-size: 15px !important;
}
.plandisc {
    font-size: 15px !important;
    line-height: 21px !important;
}
.bannerbox1 {
    bottom: -16px ! IMPORTANT;
}
.bannerbox1 h2,.bannerbox3 h2,.bannerbox2 h2 {
    font-size: 17px ! IMPORTANT;
    line-height: 21px !important;
}
.bannerbox1 p,.bannerbox3 p,.bannerbox2 p {
    font-size: 13px ! IMPORTANT;
    line-height: 21px !important;
}
.bannerbox3 {
        position: absolute ! IMPORTANT;
        left: 20px !important;
        top: 19px !important;
}
.main_title {
    font-size: 30px !important;
    line-height: 93% !important;

}
.secondbanner img {
    width: 100% !important;
}
 #page-sidebar .sidebarright {
    margin-right: 0px !important;
  }
  .features-section ul li {
    width: 100% !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    border-right: none !important;
    border-bottom: #d1d1d1 dotted 2px !important;
    padding-bottom: 10px !important;
  }
  .articlelist .elementor-container {
    /* width: 33.333%; */
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    /* -webkit-column-gap: 2em; */
    -moz-column-gap: 2em;
    /* column-gap: 2em; */
    display: block !important;
  }
  .container-lg {
    padding: 10px;
  }
  .newslist {
    min-height: auto !important;
  }
  .socialsection {
    padding: 10px;
  }
  .page-template-tool-detail .bannertitle {
    text-align: left !important;
  }
  .bannertitle {
    font-family: "Space Grotesk", sans-serif;
    font-size: 42px !important;
    line-height: 37px !important;
  }
  .siciallinks {
    text-align: left !important;
    width: 100% !important;
    float: left !important;
  }
  .bloginfo {
    width: 100% !important;
  }
  .siciallinks a svg {
    margin-left: 0px !important;
    margin-right: 12px;
  }
  .singlepagetitle {
    font-size: 25px;
    line-height: 36px;
  }
  .footerrightmenu {
    padding-bottom: 10px;
    float: left;
    width: 100%;
  }
  .img-wrap {
    aspect-ratio: unset !important;
  }
  .blog-photo .img-wrap img {
    min-height: auto !important;
    max-height: none !important;
  }
  a.bottombarsubscribe {
    float: left;
    margin-left: 55px;
  }
  .defaulttemplte {
    padding: 20px 20px;
  }
  .coursebanner h1 {
    font-size: 32px !important;
    line-height: 39px !important;
    text-shadow: none !important;
  }
  .coursetitlesection {
    padding-right: 0px !important;
  }
  .discountright {
    width: 100% !important;
    padding: 21px !important;
    height: auto !important;
    display: flex !important;
  }
  .discountleft {
    width: 100% !important;
  }
  .discouninfo {
    width: 77% !important;
  }
  .course_logo {
    width: 23% !important;
  }
  .course_date_time {
    width: 50% !important;
  }
  .discountright {
    width: 100% !important;
    padding: 21px !important;
  }
  a.course_group_discount_link {
    margin-top: 45px !important;
    margin-bottom: 30px !important;
  }

  .course_discountsection {
    justify-content: space-between !important;
    flex-wrap: wrap !important;
  }

  .leftpopcontent {
    width: 100% !important;
    border-bottom: 1px rgba(122, 133, 149, 0.25) solid;
    padding: 0px !important;
    margin-bottom: 10px;
    padding-bottom: 20px !important;
  }

  .rightpopcontent {
    width: 100% !important;
    text-align: center;
  }
  #redeemSteps li {
    font-size: 12px;
  }

  .leftpopcontent:after {
    display: none;
  }
  .rightpopcontent .nsl-container.nsl-container-block {
    display: inline-block;
  }
  .courseoverviewborder {
    border-right: none !important;
  }
  .coursetitlesection {
    padding-right: 0px !important;
  }
  .takingcourse li.wp-block-kadence-listitem.kt-svg-icon-list-item-wrap {
    width: 100% !important;
  }
  .coursefirstcol
    .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    margin-right: 0px !important;
  }
  .coursefirstcol img {
    aspect-ratio: 20 / 14;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
  }
  .chatgptsection {
    padding-right: 0px !important;
  }
  .quotesection {
    margin-right: 0px !important;
  }
  .curriculum {
    padding-left: 0px !important;
  }
  blockquote.wp-block-quote {
    padding-left: 0px !important;
  }
  .chatgpt {
    padding: 20px !important;
  }
  .signupsection h3 {
    text-align: center;
  }

  .signupsection path {
    /* fill: #fff; */
    stroke: #fff;
  }
  .learnbox
    .wp-block-columns.is-style-default.is-layout-flex.wp-container-core-columns-is-layout-5.wp-block-columns-is-layout-flex {
    gap: 2px;
  }

  .Partnerpopupbottomrow h3,
  .Partnerpopupbottomrow p {
    text-align: center !important;
  }
  .PartnerLoginRowcontent {
    display: block !important;
    text-align: center;
    /* overflow: hidden; */
    padding-top: 16px;
    /* float: left; */
    width: 100%;
    max-width: 247px;
    margin: 0 auto;
  }
  #popupModal .nsl-container-buttons {
    flex-wrap: wrap !important;
  }

  #popupModal h2.partnername,
  #popupModal .services-list {
    text-align: center !important;
  }
  .partneraboutcolumn {
    margin-bottom: 30px !important;
    padding-top: 20px;
  }
  .partneroffercol {
    border-left: none !important;
  }
  .redeemsection h3 {
    text-align: center !important;
  }

  .terms-conditions-section {
    text-align: center !important;
  }
  .row.partnerlogorow {
    padding-bottom: 30px;
  }
  .row.partnerlogorow .col-lg-12 {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  .bottomcontentbar {
    margin-bottom: 4px !important;
    margin-top: 10px !important;
  }
  .tagsection .categorywrap {
    width: 100% !important;
    margin-bottom: 6px;
  }
  .joinnow {
    display: flex;
    align-items: center !important;
    gap: 12px;
    flex-wrap: wrap !important;
    justify-content: center !important;
    text-align: center !important;
}

a.joinnowbutton {
    margin-top: 20px;
}
.contentpart {
    padding: 25px !important;
}
.listtitle {
    margin-top: 45px !important;
}
.partnerabout {
    margin-left: 0px !important;
}
.partnerlogorow {
    align-items: flex-start !IMPORTANT;
    justify-content: center !important;
    flex-wrap: wrap !IMPORTANT;
}
    .partnerabout h1.partnername {
        text-align: center;
        font-size: 18px;
        margin-top: 15px;
}
.rightsiebarsection {
    border-left: none !IMPORTANT;
    padding-left: 0px !IMPORTANT;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.artcilesinglepage .Published-on time, span.post_author {
    font-size: 14px !important;
    line-height: 20px !important;
}
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .socialuserinfo .useremail {
    float: left !important;
    margin-top: 8px;
    width: 100%;
    text-align: left !important;
  }
  span.tag_title {
    font-size: 13px !important;
}
span.tag_number {
    font-size: 13px !important;
}

}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .plantitle, .membership-plans ul li.active .plantitle {
        font-size: 21px !important;
        max-width: 70%;
    }

	.inner-group {
    display: flex;
    flex-wrap: wrap;
}
.selected-items {
    display: flex;
    flex-direction: column;
}
.footerform .beehiiv-button {
    margin-left: 0px !important;
}
	.footerform form.beehiiv-form {
    display: block !important;
    max-width: 100%;
}
.footerform input.beehiiv-button {
    margin-left: 0px !important;
}
.planpricing {
    font-size: 16px !important;
}
span.billing_period {
    font-size: 15px !important;
}
.plandisc {
    font-size: 15px !important;
    line-height: 21px !important;
}
.artcilesinglepage .Published-on time, span.post_author {
    font-size: 14px !important;
    line-height: 20px !important;
}
.bannerbox1 {
    bottom: -16px ! IMPORTANT;
}
.bannerbox1 h2,.bannerbox3 h2,.bannerbox2 h2 {
    font-size: 17px ! IMPORTANT;
    line-height: 21px !important;
}
.bannerbox1 p,.bannerbox3 p,.bannerbox2 p {
    font-size: 13px ! IMPORTANT;
    line-height: 21px !important;
}
.bannerbox3 {
        position: absolute ! IMPORTANT;
        left:20px !important;
        top: 19px !important;
}
.main_title {
    font-size: 30px !important;
    line-height: 93% !important;

}
.secondbanner img {
    width: 100% !important;
}
  .features-section ul li {
    width: 100% !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    border-right: none !important;
    border-bottom: #d1d1d1 dotted 2px !important;
    padding-bottom: 10px !important;
  }
  .articlelist .elementor-container {
    /* width: 33.333%; */
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    /* -webkit-column-gap: 2em; */
    -moz-column-gap: 2em;
    /* column-gap: 2em; */
    display: block !important;
  }
  .container-lg {
    padding: 10px;
  }
  .newslist {
    min-height: auto !important;
  }
  section.socialsection {
    padding: 10px;
  }
  .bannertitle {
    font-family: "Space Grotesk", sans-serif;
    font-size: 42px !important;
    line-height: 37px !important;
    text-align: center;
  }
  .siciallinks {
    text-align: left !important;
    width: 100% !important;
    float: left !important;
  }
  .bloginfo {
    width: 100% !important;
  }
  .siciallinks a svg {
    margin-left: 0px !important;
    margin-right: 12px;
  }
  .singlepagetitle {
    font-size: 25px;
    line-height: 36px;
  }
  .footerrightmenu {
    padding-bottom: 10px;
    float: left;
    width: 100%;
  }
  .img-wrap {
    aspect-ratio: unset !important;
  }
  .blog-photo .img-wrap img {
    min-height: auto !important;
    max-height: none !important;
  }
  a.bottombarsubscribe {
    float: left;
    margin-left: 55px;
  }
  .defaulttemplte {
    padding: 20px 20px;
  }

  .leftpopcontent {
    width: 100% !important;

    padding: 0px !important;
    margin-bottom: 10px;
    padding-bottom: 20px !important;
  }

  .rightpopcontent {
    width: 100% !important;
    text-align: center;
  }

  .leftpopcontent:after {
    display: none;
  }
  .rightpopcontent .nsl-container.nsl-container-block {
    display: inline-block;
  }
  .coursetitlesection {
    padding-right: 0px !important;
  }
  a.course_group_discount_link {
    margin-top: 45px !important;
    margin-bottom: 30px !important;
  }
  .takingcourse li.wp-block-kadence-listitem.kt-svg-icon-list-item-wrap {
    width: 100% !important;
  }
  .coursefirstcol
    .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    margin-right: 0px !important;
  }
  .coursefirstcol img {
    aspect-ratio: 20 / 14;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
  }
  .chatgptsection {
    padding-right: 0px !important;
  }
  .quotesection {
    margin-right: 0px !important;
  }
  .curriculum {
    padding-left: 0px !important;
  }
  blockquote.wp-block-quote {
    padding-left: 0px !important;
  }
  .chatgpt {
    padding: 20px !important;
  }
  .signupsection h3 {
    text-align: center;
  }

  .signupsection path {
    /* fill: #fff; */
    stroke: #fff;
  }
  .learnbox
    .wp-block-columns.is-style-default.is-layout-flex.wp-container-core-columns-is-layout-5.wp-block-columns-is-layout-flex {
    gap: 2px;
  }
  .Partnerpopupbottomrow h3,
  .Partnerpopupbottomrow p {
    text-align: center !important;
  }
  .PartnerLoginRowcontent {
    display: block !important;
    text-align: center;
    /* overflow: hidden; */
    padding-top: 16px;
    /* float: left; */
    width: 100%;
    max-width: 247px;
    margin: 0 auto;
  }
  #popupModal .nsl-container-buttons {
    flex-wrap: wrap !important;
  }
  #popupModal h2.partnername,
  #popupModal .services-list {
    text-align: center !important;
  }
  .partneraboutcolumn {
    margin-bottom: 30px !important;
    padding-top: 20px;
  }
  .partneroffercol {
    border-left: none !important;
  }
  .redeemsection h3 {
    text-align: center !important;
  }

  .terms-conditions-section {
    text-align: center !important;
  }
  .row.partnerlogorow {
    padding-bottom: 30px;
  }
  .row.partnerlogorow .col-lg-12 {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  .bottomcontentbar {
    margin-bottom: 4px !important;
    margin-top: 10px !important;
  }
  .tagsection .categorywrap {
    width: 100% !important;
    margin-bottom: 6px;
  }
    .joinnow {
    display: flex;
    align-items: center !important;
    gap: 12px;
    flex-wrap: wrap !important;
    justify-content: center !important;
    text-align: center !important;
}
.joinnowsection {
    flex-wrap: wrap !important;
    justify-content: center !important;
}
a.joinnowbutton {
    margin-top: 20px;
}
.contentpart {
    padding: 25px !important;
}
.listtitle {
    margin-top: 45px !important;
}
.partnerabout {
    margin-left: 0px !important;
}
.partnerlogorow {
    align-items: flex-start !IMPORTANT;
    justify-content: center !important;
    flex-wrap: wrap !IMPORTANT;
}
    .partnerabout h1.partnername {
        text-align: center;
        font-size: 18px;
        margin-top: 15px;
    }
.rightsiebarsection {
    border-left: none !IMPORTANT;
    padding-left: 0px !IMPORTANT;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #page-sidebar .sidebarright {
    margin-right: 0px !important;
  }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .padding-right {
    padding-right: 0px;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .plantitle, .membership-plans ul li.active .plantitle {
        font-size: 21px !important;
        max-width: 70%;
    }
	.footerform .beehiiv-button {
    margin-left: 0px !important;
}
.inner-group {
    display: flex;
    flex-wrap: wrap;
}
.selected-items {
    display: flex;
    flex-direction: column;
}
.planpricing {
    font-size: 16px !important;
}
.footerform form.beehiiv-form {
    display: block !important;
    max-width: 100%;
}
.footerform input.beehiiv-button {
    margin-left: 0px !important;
}
span.billing_period {
    font-size: 15px !important;
}
.plandisc {
    font-size: 15px !important;
    line-height: 21px !important;
}
 .main_title {
    font-size: 30px !important;
    line-height: 93% !important;

}
 .articlelist .elementor-container {
    /* width: 33.333%; */
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    /* -webkit-column-gap: 2em; */
    -moz-column-gap: 2em;
    /* column-gap: 2em; */
    display: block !important;
  }
  .container-lg {
    padding: 10px;
  }
  .padding-right {
    padding-right: 0px;
  }
  .socialsection {
    padding: 10px;
  }
  .newslist {
    min-height: auto !important;
  }
  .singlepagetitle {
    font-size: 25px;
    line-height: 36px;
  }
  .footerrightmenu {
    padding-bottom: 10px;
    float: left;
    width: 100%;
  }
  .img-wrap {
    aspect-ratio: unset !important;
  }
  .blog-photo .img-wrap img {
    min-height: auto !important;
    max-height: none !important;
  }
  a.bottombarsubscribe {
    float: left;
    margin-left: 55px;
  }
  .defaulttemplte {
    padding: 20px 20px;
  }

  .leftpopcontent {
    width: 100% !important;
    padding: 0px !important;
    margin-bottom: 0px;
    padding-bottom: 0px !important;
  }

  .rightpopcontent {
    width: 100% !important;
    text-align: center;
  }
  .leftpopcontent:after {
    display: none;
  }
  .rightpopcontent .nsl-container.nsl-container-block {
    display: inline-block;
  }
  .courseoverviewborder {
    border-right: none !important;
  }
  .coursetitlesection {
    padding-right: 0px !important;
  }
  a.course_group_discount_link {
    margin-top: 45px !important;
    margin-bottom: 30px !important;
  }
  .takingcourse li.wp-block-kadence-listitem.kt-svg-icon-list-item-wrap {
    width: 100% !important;
  }
  .coursefirstcol
    .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    margin-right: 0px !important;
  }
  .coursefirstcol img {
    aspect-ratio: 20 / 14;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
  }
  .chatgptsection {
    padding-right: 0px !important;
  }
  .quotesection {
    margin-right: 0px !important;
  }
  .curriculum {
    padding-left: 0px !important;
  }
  blockquote.wp-block-quote {
    padding-left: 0px !important;
  }
  .chatgpt {
    padding: 20px !important;
  }
  .signupsection h3 {
    text-align: center;
  }

  .signupsection path {
    /* fill: #fff; */
    stroke: #fff;
  }
  .learnbox
    .wp-block-columns.is-style-default.is-layout-flex.wp-container-core-columns-is-layout-5.wp-block-columns-is-layout-flex {
    gap: 2px;
  }
  .Partnerpopupbottomrow h3,
  .Partnerpopupbottomrow p {
    text-align: center !important;
  }
  .PartnerLoginRowcontent {
    display: block !important;
    text-align: center;
    /* overflow: hidden; */
    padding-top: 16px;
    /* float: left; */
    width: 100%;
    max-width: 247px;
    margin: 0 auto;
  }
  #popupModal .nsl-container-buttons {
    flex-wrap: wrap !important;
  }
  #popupModal h2.partnername,
  #popupModal .services-list {
    text-align: center !important;
  }
  .partneraboutcolumn {
    margin-bottom: 30px !important;
    padding-top: 20px;
  }
  .partneroffercol {
    border-left: none !important;
  }
  .redeemsection h3 {
    text-align: center !important;
  }

  .terms-conditions-section {
    text-align: center !important;
  }
  .row.partnerlogorow {
    padding-bottom: 30px;
  }
  .row.partnerlogorow .col-lg-12 {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  .bottomcontentbar {
    margin-bottom: 4px !important;
    margin-top: 10px !important;
  }
  .tagsection .categorywrap {
    width: 100% !important;
    margin-bottom: 6px;
  }
  .listtitle {
    margin-top: 45px !important;
}
.partnerabout {
    margin-left: 0px !important;
}
.partnerlogorow {
    align-items: flex-start !IMPORTANT;
    justify-content: center !important;
    flex-wrap: wrap !IMPORTANT;
}
    .partnerabout h1.partnername {
        text-align: center;
        font-size: 18px;
        margin-top: 15px;
    }
	.rightsiebarsection {
    border-left: none !IMPORTANT;
    padding-left: 0px !IMPORTANT;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.bannerbox3 {
    position: absolute ! IMPORTANT;
    left: 20px !important;
    top: 59px;
    width: 57%;
}
.secondbanner img {
    width: 100% !important;
}
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #page-sidebar .sidebarright {
    margin-right: 0px !important;
  }
  .bannertitle {
    font-family: "Space Grotesk", sans-serif;
    font-size: 42px !important;
    line-height: 37px !important;
    text-align: center;
  }
  .siciallinks {
    text-align: left !important;
    width: 100% !important;
    float: left !important;
  }
  .bloginfo {
    width: 100% !important;
  }
  .siciallinks a svg {
    margin-left: 0px !important;
    margin-right: 12px;
  }
  .socialuserinfo .useremail {
    float: left !important;
    margin-top: 8px;
    width: 100%;
    text-align: left !important;
  }
  .features-section ul li {
    width: 100% !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    border-right: none !important;
    border-bottom: #d1d1d1 dotted 2px !important;
    padding-bottom: 10px !important;
  }
  .row.partnerlogorow {
    padding-bottom: 30px;
  }
}

/* Landscape */
@media only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.logomenusection {
    min-width: 98%;
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    justify-content: space-between;
}
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  .img-wrap {
    aspect-ratio: unset !important;
  }
  .blog-photo .img-wrap img {
    min-height: auto !important;
    max-height: none !important;
  }
  .footerform .beehiiv-button {
    margin-left: 0px !important;
}
  .defaulttemplte {
    padding: 20px 20px;
  }
  #popupModal h2.partnername,
  #popupModal .services-list {
    text-align: center !important;
  }
  .partneraboutcolumn {
    margin-bottom: 30px !important;
    padding-top: 20px;
  }
  .partneroffercol {
    border-left: none !important;
  }
  #popupModal h2.partnername,
  #popupModal .services-list {
    text-align: center !important;
  }
  .row.partnerlogorow {
    padding-bottom: 30px;
  }
  .bottomcontentbar {
    margin-bottom: 4px !important;
    margin-top: 10px !important;
  }
  .tagsection .categorywrap {
    width: 100% !important;
    margin-bottom: 6px;
  }
  .bannerbox1 h2,.bannerbox3 h2,.bannerbox2 h2 {
    font-size: 17px ! IMPORTANT;
    line-height: 21px !important;
}
.bannerbox1 p,.bannerbox3 p,.bannerbox2 p {
    font-size: 13px ! IMPORTANT;
    line-height: 21px !important;
}
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .container-lg {
    padding: 10px;
  }
  .newslist {
    min-height: auto !important;
  }
  section.socialsection {
    padding: 10px;
  }
  .img-wrap {
    aspect-ratio: unset !important;
  }
  #popupModal h2.partnername,
  #popupModal .services-list {
    text-align: center !important;
  }
  .bottomcontentbar {
    margin-bottom: 4px !important;
    margin-top: 10px !important;
  }
}

/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .padding-right {
    padding-right: 0px;
  }
  .coursetitlesection {
    padding-right: 0px !important;
  }
  .footerform form.beehiiv-form {
    display: block !important;
    max-width: 100%;
}
.footerform input.beehiiv-button {
    margin-left: 0px !important;
}
.inner-group {
    display: flex;
    flex-wrap: wrap;
}
.selected-items {
    display: flex;
    flex-direction: column;
}
}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .container-lg {
    padding: 10px;
  }

  section.socialsection {
    padding: 10px;
  }
  .img-wrap {
    aspect-ratio: unset !important;
  }
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .padding-right {
    padding-right: 0px;
  }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
}

/** Footer Start **/

.footernav {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.footerlogo {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}

.footertitle {
  opacity: 0.4;
  float: left;
  width: 100%;
  color: var(--Lite-Text, #bac2d0);
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
  padding-bottom: 0px;
}
.footermenu li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  color: #cecfd2;
}
.comdisc {
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  float: left;
  width: 100%;
}
.joinfootertest {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

.Privacymenu {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

.Privacymenu li {
  display: inline-block;
  float: left;
  padding-left: 15px;
}
.copyright {
  color: #fdfaf4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  opacity: 0.5;
}
.Privacymenu li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  opacity: 0.5;
  color: #fdfaf4;
}

.footerbottom {
  border-top: 1px solid #1f242f;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 25px;
}
.socialshare ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.socialshare ul svg {
  float: left;
  width: 19px;
  height: 19px;
  color: #fff;
  fill: #fff;
}
th.Use-Cases-social {
  text-wrap: nowrap;
}
.socialshare ul li {
  float: left;
  margin-right: 14px;
}
.name a {
  color: #000;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  float: left;
  text-wrap: balance;
}
span.page-numbers.dots {
  margin-bottom: -7px;
  overflow: hidden;
}
.tablebottom span.page-numbers.current {
  border-radius: var(--radius-md, 8px);
  border: 1px solid
    var(
      --Component-colors-Components-Buttons-Secondary-button-secondary-border,
      #d0d5dd
    );
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #fff;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* display: flex; */
  padding: var(--spacing-sm, 6px) 10px;
  justify-content: center;
  align-items: center;
  font-family: "Space Grotesk";
  overflow: hidden;
  margin-bottom: -7px;
  background: #01a173;
}
.tablebottom .page-numbers {
  border-radius: var(--radius-md, 8px);
  border: 1px solid
    var(
      --Component-colors-Components-Buttons-Secondary-button-secondary-border,
      #d0d5dd
    );
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--Colors-Text-text-placeholder, #667085);
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* display: flex; */
  padding: var(--spacing-sm, 6px) 10px;
  justify-content: center;
  align-items: center;
  font-family: "Space Grotesk";
}
td.number {
  color: var(--colors-text-text-tertiary-600, #475467);
  text-align: center;

  /* Text sm/Regular */
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.visit-site:hover {
  background: #01a173;
  color: #fff !important;
  border: 1px solid
    var(
      --Component-colors-Components-Buttons-Secondary-button-secondary-border,
      #01a173
    );
}
.visit-site {
  border-radius: var(--radius-md, 99px);
  border: 1px solid
    var(
      --Component-colors-Components-Buttons-Secondary-button-secondary-border,
      #d0d5dd
    );
  /* background: #FDFAF4; */
  background-color: rgb(255 255 255 / 40%);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  float: right;
  display: flex;
  padding: var(--spacing-md, 8px) var(--spacing-lg, 20px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-xs, 4px);
  width: auto !important;
  line-height: normal !important;
  height: auto !important;
  font-weight: 500;
  text-wrap: nowrap;
  font-size: 13px;
  font-style: normal;
  color: #01a173 !important;
  font-family: "Inter", Sans-serif;
}
.clear-button {
  /* margin-top: -10px; */
  cursor: pointer;
  /* float: right; */
  font-family: "Inter", Sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  border-radius: 99px;
  padding: 6px 14px 6px 14px;
  color: #fff;
  display: inline-block;
  border: solid 1px #000;
  color: #000;
}
.clear-button:hover {
  background: #fff !important;
}
#btnApply:hover {
  border-radius: 99px;
  background: var(--White-Contrast, #fff) !important;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.06),
    0px 2px 4px 0px rgba(16, 24, 40, 0.06);
  color: #000;
}
.buttons-right {
  display: inline-block;
  align-content: center;
  align-items: center;
  text-wrap: nowrap;
  /* min-width: 144px; */
  margin-top: -8px !important;
}
#btnApply {
  font-family: "Inter", Sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  background-color: #000 !important;
  border-radius: 99px;
  padding: 6px 14px 6px 14px;
  color: #fff;
  margin-right: 5px;
  display: inline-block;
  cursor: pointer;
}
a.prev.page-numbers {
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-xs, 4px);
  border-radius: var(--radius-md, 99px);
  border: 1px solid #00ba85;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #01a173;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px;
  float: left;
}
.tablebottom {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 14px !important;
  float: left;
  width: 100%;
}
a.next.page-numbers {
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-xs, 4px);
  border-radius: var(--radius-md, 99px);
  border: 1px solid #00ba85;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #01a173;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px;
  float: right;
}
.socialshare {
  margin-top: 32px;
}

.socialshare ul li a {
  float: left;
}
.table-responsive-md {
  border-radius: 14px;
  /* border: 1px solid #EAECF0 ! IMPORTANT; */
  float: left;
  overflow: hidden;
  width: 100%;
  background: #fff;
}

th.Use-CasesCategories {
  min-width: 270px;
}
/** News single page **/

/* h2 */
.contentpart h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  color: #000;
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 16px;
}

/* h3 */
.contentpart h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #000;
  text-transform: none;
  margin-top: 32px;
  margin-bottom: 12px;
}

/* h4 */
.contentpart h4 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #01A173;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 8px;
}

/* Body text */
.contentpart p {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 350;
  line-height: 28px;
  color: #000;
}

/** Article page **/


.filterwraper {
  width: 100%;
  float: left;
}
.title-container {
  width: 100%;
}

.summary h2 {
  font-family: "Inter", sans-serif !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px; /* 126.667% */
  color: #101828;
}

/** research-reports **/

.categorycont ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.categorycont ul li {
  margin-right: 10px;
}
.researchlist .research-summary {
  border: 1px solid #dedad2;
  border-radius: 13px;
  display: flex;
  align-items: center;
}
.research-summary {
  padding: 17px;
  margin-bottom: 16px;
}
.research-summary a.domainurl {
  font-family: "Inter", sans-serif;
  text-align: start;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.research-summary img {
    max-width: 46px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 5px;

}
.research-summary span {
  /* float: left; */
  display: inline-block;
  color: #475467;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contentpart.research li {
  padding-bottom: 0px;
  margin-bottom: 10px;
  color: #000;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.contentpart.research .kadence-blocks-gallery-item {
  padding-bottom: 0px;
  margin-bottom: 5px;
}
.col-lg-4.researchBox .feature-box {
  margin-bottom: 0px;
}
.contentpart.research .kadence-blocks-gallery-item img {
  border-radius: 16px;
}
.content-wrapper .contentpart h1.wp-block-heading {
  font-size: 35px;
}
.content-wrapper .contentpart {
  max-height: 771px;
  padding: 15px;
}
.feature-content-research {
  border-radius: 16px;
  /*     border: 1px solid #ABA595; */
  overflow: hidden;
  position: relative;
}
.feature-content-research .categorywrap .categoryname-list {
  float: left;
  margin-top: 20px;
}
.Source {
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-right: 1px;
  opacity: 0.5;
  font-family: "Inter", Sans-serif;
  padding-left: 12px;
}
.researchlist .tagsection .tagsection a {
  color: #475467;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.5;
  display: inline-block;
  margin-top: opx;
}
.articlelist .tagsection {
  margin-bottom: 25px;
}
.coaibotddd {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.5;
  margin-right: 18px;
}
.customcategory li:first-child {
  display: block;
}
.feature-box {
  margin-bottom:5px;
}
.home-featured,
.researchBox {
  background-color: rgb(255 255 255 / 40%);
  padding: 15px;
  border-radius: 8px;
}
.col-lg-3.home-featured .feature-content {
  min-height: 270px;
}
.page-template-sector-page .col-lg-3.home-featured .feature-content {
  min-height: auto;
  margin-bottom:20px;
}
.researchBox {
  padding-left: 0px;
  padding-right: 0px;
}
/* .home-featured:hover, .researchBox:hover {
	background-color: #fff;
} */
.homefeaturedrow {
  display: flex;
  gap: 5px;
}
.customcategory li {
  display: none;
}
.research-info .categorywrap {
  margin-top: -2px;
}
span.linkoput {
  color: #9fa6af;
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 16px;
}
.coaibot {
  color: #475467;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-right: 6px;
  opacity: 0.5;
  text-transform: capitalize;
}
.col-sm-4.loaditem .Source {
  padding-left: 0px;
}
.research-info {
  /* float: left; */
  width: 100%;
  margin-top: 11px;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.customcategory {
  letter-spacing: 0.5px;
  float: left;
  margin-left: 9px;
}
.feature-content-research h2.recent-post-title {
  color: #101828;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.datesection {
  color: #475467;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.5;
  margin-right: 9px;
  /* float: left; */
  position: relative;
}


.researchlist .tagsection .tagsection .Source:before {
  content: "";
  border-radius: 100%;
  opacity: 0.1;
  background: #101828;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0px;
  z-index: 9999;
  top: 9px;
}
.customcategory ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.feature-content-research .tagsection {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px;
  font-family: "Inter", Sans-serif;
}
.feature-content-research .tagsection a {
  color: #aba595;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.5;
}
.tagsection .tags a:first-child {
  display: inline-block;
}

.tagsection .tags a {
  display: none;
  /* float: left; */
  /* overflow: hidden; */
}

.researchlist h2.entry-title a {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000;
}

.kb-button.kt-button.button:hover svg {
  fill: #000 !important;
}
#Pricing .pricing-topbar a:hover {
    color: #fff !important;
    background: #01A173;
}
a#lnkList {
  cursor: pointer;
}
.researchlist .newsbadge {
  color: #474747;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
#lnkList:hover,
#lnkGrid:hover {
  background: #475467 !important;
  color: #fff !important;
}
a.activefilter {
  background: #475467 !important;
  color: #fff !important;
}

.researchlist .tagsection .tagsection {
  display: block;
  width: auto;
}
.right-filter ul li {
  display: none !important;
}

.right-filter ul li:first-child,
.right-filter ul li:nth-child(2) {
  display: inline-block !important;
}
/* Prompts */
.prompts-listingsection {
  margin-top: 80px;
}
.prompts-top img {
  border-radius: 10px;
  width: 58px;
  height: 57px;
  flex-shrink: 0;
  float: left;
}

.prompts-page-title span {
  color: #01a173;
  /* font-family: "Space Grotesk"; */
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  margin-left: 12px;
  font-family: "Inter", Sans-serif;
  float: left;
  width: 100%;
}
h2.prompts-page-title {
  float: left;
  margin-top: 9px;
}

.subtitle {
  overflow: hidden;
  color: #000000;
  font-family: "Inter", Sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: -12px;
  margin-bottom: 50px;
}
.feature-box .categorywrap {
  min-height: 40px;
}
.description {
  color: #7f7f7f;
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  float: left;
  width: 100%;
}
.more {
  color: #7f7f7f;
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.link {
  border-radius: 12px;
  border: 1px solid #02c089;

  /* Shadows/shadow-xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  display: flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  margin-top: 24px;
}

.prompts-title {
  overflow: hidden;
  color: #475467;
  text-overflow: ellipsis;
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 16px;
  float: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.link a {
  color: #01a173;

  /* Text sm/Semibold */
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.prompts-top {
  float: left;
  width: 100%;
  display: flex;
  padding-top: 10px;
}

a.toplink {
  float: right;
  margin-top: 15px;
}

.description p {
  float: left;
  text-align: left;
  width: 100%;
}
.contentpart a {
    color: #007e59;
    text-decoration: underline;
}
.contentpart a:hover {
  color: #000;
    text-decoration: underline;
}

/** Home Page **/
/* .col-lg-3.home-featured {
    margin: 0 3px;
    flex: 0 0 24.4%;
    max-width: 24.4%;
} */
.home-featured .categorywrap {
  padding-top: 10px;
}
.newslist.homelist .entry-title {
  line-height: 23px;
}

.newslist.homelist .entry-title a {
    font-family: "Space Grotesk", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #101828;
    padding-bottom: 0px !important;
    float: left;
    width: 100%;
    text-decoration: none;
}

ul.WeeklyTop li {
  list-style: auto;
  list-style-position: inside;
  padding-bottom: 8px;
  border-bottom: 1px solid #eaecf0;
  float: left;
  width: 100%;
}
a#lnkGrid {
  cursor: pointer !important;
}
a.Learnmore:hover {
  color: #000 !important;
}
.rightpart.color.Up {
  border-radius: 69px;
  background: rgba(133, 215, 28, 0.14) !important;
}
.listdescription {
  float: left;
  width: 100%;
  color: #b6b6b7;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.rightpart {
  float: right;
  border-radius: 69px;
  color: #02c089;
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.5px;
  display: flex;
  padding: var(--spacing-xxs, 2px) var(--spacing-sm, 6px) 1px 7px;
  align-items: center;
  gap: 4px;
  border-radius: 69px;
}

.trend.Down .downrrow {
  display: block;
}

.trend.Down .uparrow {
  display: none;
}

span.trend.Up .uparrow {
  display: block;
}

span.trend.Up .downrrow {
  display: none;
}
.WeeklyTopitem .title a {
    color: #101828;
    margin-top: -1px;
    float: left;
    width: 100%;
    font-weight: 600;
    text-decoration: none;
}
.WeeklyTopitem .title {
  color: #101828;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  float: left;
  max-width: 86%;
  width: 100%;
}
ul.WeeklyTop li::marker {
  color: #a6a9b0 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  top: -9px;
  font-family: "Inter", sans-serif !important;
}
.kt-button {
  font-family: "Inter", sans-serif !important;
}
.button1:hover {
  color: #fff !important;
}

.button1 {
  border-radius: 12px;
  border: 1px solid
    var(
      --Component-colors-Components-Buttons-Secondary-button-secondary-border,
      #d0d5dd
    ) !important;
  background: var(
    --Component-colors-Components-Buttons-Secondary-button-secondary-bg,
    #fff
  );

  /* Shadows/shadow-xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
}

.WeeklyTopsection {
  gap: 48px;
  float: left;
  width: 100%;
}
span.trend.Select.Trend {
  display: none;
}

ul.WeeklyTop {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  list-style-position: inside;
  margin-top: 10px;
}
a.viewall:hover {
  color: #000 !important;
}
.viewall {
    color: #01A173 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none !important;
}
.WeeklyTopitem {
  float: right;
  width: 91%;
  margin-top: 5px;
  /* background: #000; */
}
.WeeklyTopsection h2 {
  color: #101828 !important;
  font-family: "Space Grotesk";
  font-size: 23px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  margin-bottom: 8px !important;
  margin-top: 0px;
}
.WeeklyTopitem .description {
  color: #b6b6b7;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  float: left;
  width: 100%;
  margin-top: 4px;
  /* max-height: calc(1em* 1); */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.WeeklyTopsection p {
  font-size: 15.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
  font-family: "Inter", Sans-serif;
}
.WeeklyTop-contener {
  gap: 5px;
  margin-bottom: 15px;
}
.topbannersection1 {
  position: relative;
  width: 100%;
}
.weeklyBox {
    width: 32.33%;
    margin: 3px;
    background-color: rgb(255 255 255 / 40%);
    padding: 25px;
    /* margin-bottom: 30px; */
    border-radius: 8px;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 45px;
}
.WeeklyTop-contener .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    background-color: rgb(255 255 255 / 40%);
    padding: 25px;
    border-radius: 8px;
    padding-left: 0px;
    padding-right: 45px;
}
/* .WeeklyTop-contener .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:hover{
    background-color: #fff;
} */
.tagsection {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  float: left;
  flex-wrap: wrap;
  position: relative;
}

.Weeklytitle {
  font-size: 32px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 32px !important;
  font-family: "Space Grotesk", sans-serif;
}
.Weeklydisc {
  color: #475467;
  font-family: "Inter", Sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin-bottom: 32px !important;
}

/* .page-id-15 h2.recent-post-title {
        padding-top: 18px;
} */
h2.recent-post-title {
    display: inline-block;
    padding: 10px 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: left;
}
.categorywrap .categoryname {
  margin-top: 20px;
}

.artcilesinglepage .bannersection {
  margin-top: 0px;
}
.artcilesinglepage .categorywrap {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    float: left;
}
.artcilesinglepage .bloginfo {
    display: flex;
    flex-wrap: wrap;
}
.artcilesinglepage .authorname {
    width: auto;
}
.artcilesinglepage .Published-on {
    width: 100%;
    text-align: left;
}
section.topbannersection.artcilesinglepage {
    padding: 45px 0px 0px 0px;
}
.artcilesinglepage .siciallinks {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    text-align: left ! IMPORTANT;
}
/** tools Page **/
#Pricing .pricing-topbar {
  display: flex;
  justify-content: space-between;
}
#Pricing .pricing-topbar a {
  border: 1px solid #01A173;
  border-radius: 99px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #01A173;
  line-height: 28px;
  margin-bottom: 10px;
}
.UseCase {
  width: 100%;
}
.UseCaselist {
  background-color: rgb(255 255 255 / 40%);
  border-radius: 12px;
  border: 1px solid #eaecf0;
  display: flex;
  width: 100%;
  min-height: 108px;
  padding: var(--spacing-lg, 12px);
  align-items: flex-start;
  gap: var(--spacing-lg, 12px);
  margin-bottom: 20px;
}

.UseCase-title {
  color: #101828;
  font-family: "Space Grotesk";
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 5px;
}
.UseCase-disc {
  /* text-overflow: ellipsis; */
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: #475467;
}

.UseCaselist svg {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.listtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.36px;
  color: #101828;
  margin-top: 20px;
  margin-bottom: 20px;
}

.right-filter {
  margin-top: 14px;
}

.right-filter ul {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  text-align: right;
  float: right;
}
.OrderByfilter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.right-filter ul li a {
  float: left;
  background: #f6f3ef;
  padding: 4px;
  border-radius: 6px;
}

.right-filter ul li svg {
  width: 24px;
  height: 24px;
}

.right-filter ul li:nth-child(3) {
  border-right: solid 1px #d5d9e0;
  padding-right: 13px;
}
.UseCaselisting table#table {
  border: 1px solid #eaecf0 !important;
  border-radius: 8px;
  width: 100%;
  /* min-width: 1208px; */
  display: inline-table;
}

.UseCaselisting table thead {
  /*     background: #F6F3EF; */
  background-color: rgb(255 255 255 / 40%);
}
td.name {
  color: #101828;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-wrap: nowrap;
  min-width: 278px !important;
}
.UseCaselisting table tbody {
}
.UseCaselisting {
  display: flex;
  /* float: left; */
  width: 100%;
}
.UseCaselisting table#table th,
.UseCaselisting table#table tr,
.UseCaselisting table#table td {
  padding: 16px;
}
td.Use-Cases-social {
  color: var(--colors-text-text-tertiary-600, #475467);
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.categoryname-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.categoryname-list .list {
    float: left;
    color: #01A173;
    font-weight: 200;
    display: flex;
    gap: 5px;
}
.categoryname-list .list a {
    text-wrap: nowrap;
    text-decoration: none;
    overflow: hidden;
    color: #01A173;
    text-overflow: ellipsis;
      font-family: "Inter", sans-serif !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.feature-box .categoryname-list .list a {
    font-size: 12px;
    padding-right: 5px;
    line-height: 21px;
    padding-left: 5px;
}
.feature-box .categoryname-list .list:first-child a {
    padding-left: 0px;
}
button.showMoreBtn {
  float: left;
  display: none;
}
.UseCases-category a:hover {
  border-radius: 99px;
  border: 1px solid var(--cat17, #1b8b9a);
  background: var(--cat17, #1b8b9a) !important;
  color: #fff !important;
}

.UseCases-list span,
.UseCases-category a {
  border-radius: var(--radius-full, 9999px);
  border: 1px solid #d0d5dd;
  background: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 4px 8px;
  color: #000;
  gap: 4px;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 6px;
  float: left;
  text-wrap: nowrap;
  font-family: "Inter", sans-serif !important;
}

.UseCases-list span,
.UseCases-list a {
  display: block;
  border-radius: 6px;
}
.UseCaselisting table#table th {
  font-family: "Inter", sans-serif !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  color: #475467;
  text-wrap: nowrap;
  -webkit-font-smoothing: unset;
  border: none;
  /* border-radius: 7px 7px var(--radius-none, 0px) var(--radius-none, 0px); */
  background: rgba(122, 133, 149, 0.18);
}
td.number {
  color: var(--colors-text-text-tertiary-600, #475467);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.sociallinks {
  display: flex;
  gap: 15px;
}

.sociallinks svg {
  width: 18px;
  height: 18px;
  /* background: #000; */
}

.sociallinks a {
  float: left;
}
.toolsfilter {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.toolsfilter .dropdown:hover .dropdown-option {
  color: #000;
}

.toolsfilter .dropdown:hover .dropdown-option.selected {
  color: #fff;
}
.toolsfilter ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  gap: 5px;
  display: block;
}

.toolsfilter ul li {
  margin-bottom: 10px;
  border-radius: var(--radius-md, 8px);
  border: 1px solid
    var(
      --Component-colors-Components-Buttons-Secondary-button-secondary-border,
      #d0d5dd
    );
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  display: inline-block;
}

.toolsfilter ul li a {
  color: var(--Colors-Text-text-placeholder, #667085);
  /* Text sm/Semibold */
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  overflow: hidden;
}

.toolsfilter ul li a span {
  padding-left: 7px;
}
.Grid-list .Grid-item {
  margin-bottom: 20px;
}
.catlisting a {
  padding: var(--spacing-xxs, 3px) var(--spacing-sm, 6px);
  border-radius: 71px;
  border: 1px solid rgba(127, 127, 127, 0.31);
  color: #7f7f7f;
  font-family: "Inter", Sans-serif;
  font-size: 11.1px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
}
a#lnkTable {
  cursor: pointer;
}
.catlisting {
  width: 100%;
  position: relative;
  overflow: hidden;
  gap: 5px;
  padding-bottom: 3px;
}

.Grid-item .feature-box {
  border-radius: 12px;
  border: 1px solid #d9d9d9;
  background-color: rgb(255 255 255 / 40%);
  padding: 20px;
  overflow: hidden;
  height: 100%;
  padding-bottom: 25px;
}

.rightsecrion a svg {
  width: 16px;
  height: 16px;
}

.rightsecrion a {
  float: right;
}

.rightsecrion {
  float: right;
  display: flex;
  gap: 11px;
}

.leftsecrion {
  float: left;
}

.leftsecrion a {
  color: #01a173;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 175% */
}

.Grid-item-bottomsection {
  width: 100%;
  margin-top: 10px;
}

.Grid-item {
  margin-bottom: 20px;
}
.Grid-item .prompts-top img {
  width: 40px;
  height: 40px;
}

.Grid-item h2.prompts-page-title {
  margin-top: 3px;
  /* line-height: 25px; */
  color: #01a173;
  font-family: "Space Grotesk";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 114.286% */
  margin-bottom: 0px;
}

.Grid-item .toplink {
  float: right;
  margin-top: 0px;
  display: none !important;
}

.bannertitle img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  margin-top: -10px;
}

.tollsdetails {
  /* display: flex; */
  padding: var(--spacing-4xl, 32px);
  /* flex-direction: column; */
  /* align-items: flex-start; */
  /* align-self: stretch; */
  border-radius: var(--radius-2xl, 16px);
  background: #f2eee5;
  float: left;
  overflow: hidden;
  margin-bottom: 40px;
  width: 100%;
}
.tollsdetails h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  color: #101828;
  margin-bottom: 20px;
  width: 100%;
}

.tollsdetails ul {
  margin: 0;
  padding: 0;
  margin-left: 20px;
  float: left;
  width: 48%;
  display: inline-block;
  padding-right: 30px;
}

.tollsdetails ul li {
  color: #475467;
  font-family: "Inter", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
}

.tollsdetails p {
  color: #475467;

  /* Text lg/Regular */
  font-family: "Inter", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
h2.title3 {
  color: #101828;
  /* font-family: "Roc Grotesk"; */
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 118.75% */
  margin-bottom: 20px;
  margin-top: 50px;
}
.style2 span {
  /* color: #475467; */
  /* font-size: 18px; */
  /* font-style: normal; */
  /* font-weight: 500; */
  /* line-height: 28px; */ /* 155.556% */
  color: #01a173;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  width: 100%;
}
.research-info .datesection {
  display: inline-block;
  padding-top: 1px;
}
.research-section {
  border: 1px solid #dedad2;
  border-radius: 16px;
  margin-bottom: 19px;
  padding: 10px;
}
h1.entry-title {
  text-align: center;
  margin-bottom: 20px;
}
.newslist .entry-title {
    line-height: 23px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 0px;
}
.sidenav ul li {
  padding: 10px 25px !important;
  text-align: left !important;
  list-style: none;
}
.sidenav {
  background-color: #fff !important;
}
.menutitlesection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 21px;
  padding: 0px 30px 5px 30px;
}

.logout a {
  color: var(--New_Interactions-and-selected-header, #01a173);

  /* Body1_18_semibold */
 font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.sidenav .closebtn {
  position: absolute;
  right: 0px !important;
  top: 0px !important;
  color: #fff;
  font-size: 30px;
  border-radius: var(--radius-none, 0px) var(--radius-none, 0px)
    var(--radius-none, 0px) 8px;
  opacity: var(--sds-size-stroke-border);
  background: var(--New_Interactions-and-selected-header, #01a173);
  /* width: 31px; */
  text-align: center;
  width: var(--32, 32px);
  height: var(--32, 32px);
  line-height: 26px;
  font-size: 25px;
  font-weight: 300;
}
.loginmenusection {
  float: left;
  width: 100%;
  border-bottom: rgba(122, 133, 149, 0.2) solid 1px;
  border-top: rgba(122, 133, 149, 0.2) solid 1px;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
}
button#load-more-btn {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-sm, 6px);
  border-radius: 99px;
  border: 1px solid #01a173;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #01a173;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  margin-top: 30px !important;
  float: left;
  background: transparent;
}

.onimagecat .categoryname {
  border-radius: 6px 0px 4px 0px;
  padding: 2px 8px;
}
.categoryname-list ul {
  margin: 0 auto;
  padding: 0;
}

.categoryname-list {
  float: left;
}

.next-post {
  float: left;
}

.previous-post {
  float: right;
}
.home .kt-row-column-wrap {
  gap: 6px;
}
.load-more-section button#load-more-btn {
  border-radius: var(--radius-md, 99px);
  border: 1px solid
    var(
      --Component-colors-Components-Buttons-Secondary-button-secondary-border,
      #d0d5dd
    );
  /* background: #FDFAF4; */
  background-color: rgb(255 255 255 / 40%);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  display: flex;
  padding: var(--spacing-md, 4px) var(--spacing-lg, 12px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-xs, 4px);
  width: auto !important;
  line-height: normal !important;
  height: auto !important;
  font-weight: 500;
  text-wrap: nowrap;
  font-size: 13px;
  font-style: normal;
  color: #01a173 !important;
  font-family: "Inter", Sans-serif;
  padding: 12px 18px;
  float: none;
  display: inline-block;
}
button#load-more-news-btn {
  padding: 12px 18px;
}
.next-post a,
.previous-post a {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-xs, 4px);
  border-radius: var(--radius-md, 99px);
  border: 1px solid #00ba85;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #01a173;
  color: #01a173;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 142.857% */
}
.next-post a:hover,
.previous-post a:hover {
  color: #01a173 !important;
  background: #fff;
  border: 1px solid #01a173;
}
.postpagination {
  margin-top: 20px;
}
.tagsection .categorywrap {
  margin-top: -3px;
  float: left;
}
.postpagination .container .row {
  border-top: 1px solid var(--Colors-Border-border-secondary, #eaecf0);
  padding-top: 20px;
}
.page-count {
  text-align: center;
  color: var(--colors-foreground-fg-secondary-700, #344054);
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding-top: 10px;
}

/** About Us Page */
header.entry-header.alignwide {
  display: none;
}

.teamcontent {
  text-align: center;
  margin-bottom: 40px;
}
.socaillist {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.teamimg {
    margin-bottom: 0px;
}

h2.teamtitle-title a {
    color: var(--colors-text-text-primary-900, #101828);
    text-align: center;
   font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.039px;
}

.member_role {
    color: var(--New_Interactions-and-selected-header, #01a173);
    text-align: center;
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.437px;
}
.teamimg img {
  max-width: 270px !important;
  max-height: 270px !important;
  width: 100%;
}
.university_name {
    color: #101828;
    text-align: center;
    font-family: "Inter", Sans-serif;
    font-size: 12.821px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.437px;
}
/* ----------- Samsung galaxy  ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 360px) and (max-device-width: 740px) and (-webkit-min-device-pixel-ratio: 2) {
  .coursetitlesection {
    padding-right: 0px !important;
  }
  a.course_group_discount_link {
    margin-top: 45px !important;
    margin-bottom: 30px !important;
  }
  .coursefirstcol img {
    aspect-ratio: 20 / 14;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
  }
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .topsearchsection {
    display: block !important;
    align-content: center !important;
  }
  .Privacymenu li {
    float: left;
    padding-left: 0px;
    padding-right: 10px;
  }
  h3.footertitle {
    margin-top: 28px;
  }
  .tagsection .weblink {
    float: left;
    width: 100%;
    margin-top: 10px;
  }
  .subtitle {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

  .entry-title a {
    font-size: 18px;
    font-weight: 500;
  }
  .entry-title {
    line-height: 22px;
  }
  .Recent-Articles-title {
    margin-top: 15px;

  }
  .banner-text {
    margin-top: 80px;
    float: left;
    width: 100%;
    overflow: hidden;
  }
  button#load-more-btn {
    width: 100%;
    text-align: center;
  }
  .researchlist {
    min-height: 470px;
  }
  h2.listtitle {
    font-size: 15px;
  }
  .topsearchsection input#txtSearch {
    width: 100% !important;
    max-width: 31.33%;
  }
  .companyinfo {
    float: left;
    padding-left: 25px;
    padding-top: 10px;
    width: 78%;
    text-align: left;
  }
  .companyinfobox {
    padding-left: 20px !important;
  }
  .container.content2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .soalsectionright {
    padding-left: 0px !important;
  }
  .companysosial {
    display: block !important;
  }
  .signupsection span.offertext {
    color: #fff !important;
  }
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .topsearchsection {
    display: block !important;
    align-content: center !important;
  }
  .tagsection .weblink {
    float: left;
    width: 100%;
    margin-top: 10px;
  }
  .subtitle {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
	margin-bottom: 0px;
  }

  .entry-title a {
    font-size: 18px !important;
    font-weight: 500;
  }
  .entry-title {
    line-height: 22px;
  }
  .Privacymenu li {
    float: left;
    padding-left: 0px;
    padding-right: 10px;
  }
  .Recent-Articles-title {
    margin-top: 15px;

  }
  .banner-text {
    margin-top: 30px;
  }
  button#load-more-btn {
    width: 100%;
    text-align: center;
  }
  .topsearchsection input#txtSearch {
    width: 100% !important;
    max-width: 100%;
  }
  .leftcontent {
    width: 100%;
    margin-bottom: 10px;
  }

  .rightcontent {
    width: 100%;
  }
  ul.WeeklyTop.singlepagelisting li {
    width: 100%;
  }
  .companyinfo {
    padding-left: 0px !important;
    padding-top: 35px !important;
    width: 100% !important;
  }
  .companyinfobox {
    padding-left: 20px !important;
  }
  .container.content2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .companyinfo h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .signupsection span.offertext {
    color: #fff !important;
  }
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .Privacymenu li {
    float: left;
    padding-left: 0px;
    padding-right: 10px;
  }
  h3.footertitle {
    margin-top: 28px;
  }

}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .topsearchsection input#txtSearch {
    width: 100% !important;
    max-width: 100%;
  }
  h3.footertitle {
    margin-top: 28px;
  }

  .entry-title a {
    font-size: 18px !important;
    font-weight: 500;
  }
  .entry-title {
    line-height: 22px;
  }
  .bannertitle {
    font-family: "Inter", Sans-serif;
    font-size: 42px !important;
    line-height: 37px !important;
    text-align: center;
  }
  .subtitle {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
	margin-bottom: 0px;
  }
  .Recent-Articles-title {
    margin-top: 15px;

  }
  .banner-text {
    margin-top: 30px;
  }
  .Privacymenu {
    float: left;
  }
  .Privacymenu li {
    padding-left: 0px;
    padding-right: 15px;
    float: left;
  }
  .topsearchsection {
    display: block !important;
    align-content: center !important;
  }
  .leftcontent {
    width: 100%;
    margin-bottom: 10px;
  }

  .rightcontent {
    width: 100%;
  }
  ul.WeeklyTop.singlepagelisting li {
    width: 100%;
  }
  .companyinfo {
    padding-left: 0px !important;
    padding-top: 35px !important;
    width: 100%;
  }
  .companyinfobox {
    padding-left: 20px !important;
  }
  .container.content2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .signupsection span.offertext {
    color: #fff !important;
  }
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .Privacymenu li {
    float: left;
    padding-left: 0px;
    padding-right: 10px;
  }
  button#load-more-btn {
    width: 100%;
    text-align: center;
  }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .img-wrap img {
    min-height: 139px !important;
    max-height: 139px !important;
  }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .topsearchsection input#txtSearch {
    width: 100% !important;
    max-width: 100%;
  }
  .topsearchsection {
    display: block !important;
    align-content: center !important;
  }
  .companyinfobox {
    padding-left: 20px !important;
  }
  .container.content2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {

  .entry-title a {
    font-size: 18px !important;
    font-weight: 500;
  }
  .entry-title {
    line-height: 22px;
  }
  .banner-text {
    margin-top: 30px;
  }
  .leftcontent {
    width: 100%;
    margin-bottom: 10px;
  }

  .rightcontent {
    width: 100%;
  }
  ul.WeeklyTop.singlepagelisting li {
    width: 100%;
  }
}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .topsearchsection input#txtSearch {
    width: 100% !important;
    max-width: 100%;
  }
  .topsearchsection {
    display: block !important;
    align-content: center !important;
  }
  .companyinfo {
    padding-left: 0px !important;
    padding-top: 35px !important;
    width: 100%;
  }
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
}

/* ----------- iPhone 14 Pro ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 430px) and (max-device-width: 932px) and (-webkit-min-device-pixel-ratio: 3) {
  .topsearchsection {
    display: block !important;
    align-content: center !important;
  }
  .img-wrap {
    aspect-ratio: unset !important;
  }
  .companyinfo h1 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
}

/* Portrait */
@media only screen and (min-device-width: 430px) and (max-device-width: 932px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
}

/* Landscape */
@media only screen and (min-device-width: 430px) and (max-device-width: 932px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .img-wrap img {
    min-height: auto !important;
    max-height: max-content !important;
  }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .header .logo {
    width: 85%;
  }
  .header .headerRightbutton {
    width: 10%;
    /* text-align: revert; */
    justify-content: end;
  }
  .header .navmenus.navmobile {
    width: 5%;
    text-align: -webkit-right;
  }
  .col-sm-4.taxonomyboxbg {
    flex: 0 0 32%;
  }
  .search.search-results .rightsidebarsection {
    margin-top: 55px;
  }
  .search-results {
    margin-left: 15px;
    margin-right: 15px;
  }
  .search.search-results .newsletterform iframe {
    width: 100%;
  }
  .recent-postboxes {
    overflow: hidden;
  }
  .UseCase.topbannersection1.toolsfilter {
    padding-top: 30px;
  }
  .content-bar {
    height: 80px;
  }
  .content-bar .col-lg-4 {
    padding-top: inherit;
  }
  .topbannersection {
    margin-top: 55px;
  }
  .single-research-reports .row.homefeaturedrow {
    margin: 0px 0px;
  }
  .single-research-reports .col-lg-4.researchBox {
    margin-bottom: 20px;
    flex: 0 0 32%;
  }
  .articlelist .col-sm-4 {
    flex: 0 0 31.8%;
  }
  .Recent-Articles-title {
    margin-left: 0px;
  }
  img.bottombarimg {
    height: 50px;
    width: 50px;
  }
  div#listing {
    margin: 0px 0px;
  }
  .artcilesinglepage .bloginfo {
    display: block;
  }
  .artcilesinglepage .siciallinks a {
    float: left;
  }
  .artcilesinglepage .authorname {
    width: 50%;
  }
  .artcilesinglepage .Published-on {
    width: 50%;
  }
  .artcilesinglepage .siciallinks {
    width: 100%;
    margin-top: 15px;
  }
  a#showToast svg {
    margin-left: 0px;
  }
  .topsearchsection {
    display: block !important;
    align-content: center !important;
  }
  .WeeklyTop-contener.wp-block-columns.alignwide.is-layout-flex.wp-container-core-columns-layout-1.wp-block-columns-is-layout-flex {
    display: grid;
  }
  .homefeaturedrow {
    display: block;
  }
  .homefeaturedrow {
    margin: 0 15px;
  }
  .bottombarimg {
    margin-top: 0px;
  }
  .coursetitlesection {
    padding-right: 0px !important;
  }
  a.course_group_discount_link {
    margin-top: 45px !important;
    margin-bottom: 30px !important;
  }
  	.logomenusection {
    min-width: 98%;
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    justify-content: space-between;
}
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .topsearchsection input#txtSearch {
    width: 100% !important;
    max-width: 27%;
  }
  .companyinfo {
    padding-left: 0px !important;
    padding-top: 35px !important;
    width: 100%;
  }
  	.logomenusection {
    min-width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    justify-content: space-between;
}
h2.membership-title {
    font-size: 20px !important;
}
    .partnerabout h1.partnername {
        text-align: center;
        font-size: 18px;
        margin-top: 15px;
    }
.partnerlogorow {
        display: flex;
        align-items: flex-start ! IMPORTANT;
        justify-content: center !important;
        flex-wrap: wrap;
    }
.partnerabout {
    margin-right: 0px;
    margin-left: 0px !important;
}
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .topsearchsection input#txtSearch {
    width: 100% !important;
    max-width: 27%;
  }
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .topsearchsection {
    display: block !important;
    align-content: center !important;
  }
  .homefeaturedrow {
    margin: 0 15px;
  }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .Member-group-button {
    max-width: 245px;
    display: inline-block;
  }
  .popupbecomemember {
    float: left;
    border-right: none !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .topsearchsection {
    display: block !important;
    align-content: center !important;
  }
  .companyinfo {
    padding-left: 0px !important;
    padding-top: 35px !important;
    width: 100%;
  }
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .header .logo {
    width: 16%;
  }
  .header .headerRightbutton {
    width: 30%;
    /* text-align: revert; */
    justify-content: end;
  }
  .header .navmenus.navmobile {
    width: 5%;
    text-align: -webkit-right;
  }
  .col-sm-4.taxonomyboxbg {
    flex: 0 0 32%;
  }
  .search-results {
    margin-left: 15px;
    margin-right: 15px;
  }
  .search.search-results .newsletterform iframe {
    width: 100%;
  }
  section.topbannersection.artcilesinglepage {
    padding: 50px 10px;
  }
  .UseCase.topbannersection1.toolsfilter {
    padding-top: 30px;
  }

  .topbannersection {
    margin-top: 55px;
  }
  .recent-postboxes {
    overflow: hidden;
  }
  .col-lg-4.researchBox {
    flex: 0 0 32.8%;
  }
  .postid-2510 .row {
    margin-right: 5px;
  }
  .single-research-reports .col-lg-4.researchBox {
    margin-bottom: 20px;
  }
  .popupbecomemember {
    display: block;
    float: left;
    width: 100%;
  }
  .content-bar {
    height: 80px;
  }
  .content-bar .col-lg-4 {
    padding-top: inherit;
  }
  .articlelist .col-sm-4 {
    flex: 0 0 32%;
  }
  .Recent-Articles-title {
    margin-left: 0px;
  }
  img.bottombarimg {
    height: 50px;
    width: 50px;
  }
  div#listing {
    margin: 0px 0px;
  }
  .homefeaturedrow {
    margin: 0 15px;
  }
  .kb-row-layout-id15_68463d-60 > .kt-row-column-wrap {
    display: flex;
  }
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
  .weeklyBox {
    width: 32.33% !important;
  }
  .WeeklyTop-contener.wp-block-columns.alignwide.is-layout-flex.wp-container-core-columns-layout-1.wp-block-columns-is-layout-flex {
    display: flex;
  }
  .homefeaturedrow {
    display: flex;
  }
  .newsletterform iframe {
    width: 100%;
  }
  .artcilesinglepage .bloginfo {
    display: block;
  }
  .artcilesinglepage .siciallinks a {
    float: left;
  }
  .artcilesinglepage .authorname {
    width: 50%;
  }
  .artcilesinglepage .Published-on {
    width: 50%;
  }
  .artcilesinglepage .siciallinks {
    width: 100%;
    margin-top: 15px;
  }
  a#showToast svg {
    margin-left: 0px;
  }
  .forprotab.row {
    padding-right: 15px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .home-featured {
    margin-bottom: 20px !important;
  }

  .make-me-sticky {
    padding: 15px 0px 0px 0px;
  }

  .weeklyBox {
    width: 100%;
  }
  .wp-block-columns {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .headerRightbutton {
    width: -webkit-fill-available;
  }
  .searchrightsidebar .post-item {
    flex-direction: column;
    padding: 15px !important;
  }

  .content-bar .col-lg-8.col-md-8 {
    align-items: center;
  }
  .col-lg-4.col-md-4 {
    padding-bottom: 25px;
  }
  p.bottomcontentbar {
    font-size: 14px;
  }
  .searchrightsidebar a.prev.page-numbers {
    margin-right: 5px;
  }
  .Recentarticleforarticle {
    margin: 15px;
  }
  .container.content2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-eq-height .col-sm-3 {
    margin-bottom: 15px;
  }
  ul.WeeklyTop.singlepagelisting li {
    width: 100%;
  }
 .newslist.homelist {
        padding: 15px;
        padding-left: 2px;
    }
  /* 	.feature-content-research {
    padding: 16px 16px 50px 16px;
	} */
  .col-sm-4.taxonomyboxbg {
    margin: 0 15px 20px 15px;
    flex: 0 0 93%;
  }
  .col-lg-4.researchBox {
    flex: 0 0 92%;
    margin: 0px 15px;
  }
  .recent-postboxes {
    overflow: hidden;
  }

  .content-bar .col-lg-4 {
    text-align: center;
  }
  img.bottombarimg {
    margin-top: 11px;
  }
  .load-more-section {
    margin: 0px 15px;
  }
  /* .homefeaturedrow {
    margin: 0 15px;
} */
  .homefeaturedrow {
    gap: 15px;
  }
  .make-me-sticky {
    padding: 15px 0px 0px 0px;
  }
  .articlelist .col-sm-4 {
    flex: 0 0 94%;
    max-width: 98%;
    margin: 0px 10px 15px 10px !important;
  }
  .kb-row-layout-id733_6f6137-4d > .kt-row-column-wrap {
    padding-top: 50px;
  }
  .container.search-template a.page-numbers {
    border-radius: 9px;
    border: 1px solid #afafaf;
    padding: 5px 8px;
    font-size: 16px;
    font-weight: 300;
  }
  .search-template hr {
    display: none;
  }
  .search-results {
    margin-left: 15px;
    margin-right: 15px;
  }
  .search-results h1 {
    font-size: 24px;
  }
  .search-template .make-me-sticky {
    margin-top: 50px;
  }
  .newsletterform div#root {
    width: 85% !important;
  }
  #custom_html-4 .textwidget.custom-html-widget {
    width: -webkit-fill-available;
  }

    .newsbadge {
        font-size: 18px;
        line-height: 23px;
        margin-top: 20px;
    }
  .artcilesinglepage .banner-text {
    margin-top: 0px;
  }
  .col-lg-12.homeAi {
    text-align: center;
  }
  .banner-text {
    margin-top: 70px;
  }
  .header .logo {
    width: -webkit-fill-available;
  }
  a#login-button {
    padding-top: 9px;
    padding-right: 0px;
  }
  .navmenus.navmobile {
    display: block;
  }
  .navmenus.navdesktop {
    display: none;
  }
  /* #custom-popup-article .close {
        padding: 6px;
        } */
  #custom-popup img,
  #custom-popup-article img {
    height: 80px;
    width: 80px;
  }
  #custom-popup h3,
  #custom-popup-article h3 {
    display: table-cell;
    padding-bottom: 11px;
    font-size: 24px;
    text-align: center;
    padding-right: 0px;
  }
  #custom-popup p,
  #custom-popup-article p {
    text-align: center !important;
  }
  .Member-group-button {
    display: inline-block !important;
  }
  .popupbecomemember {
    border-right: none !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
    text-align: center !important;
  }
  #custom-popup,
  #custom-popup-article {
    padding-bottom: 20px;
  }
  .row.ai-datafilter {
    margin-top: 40px !important;
  }
  div#selectedOrderby {
    display: contents;
  }
  .row.ai-datafilter .col-8.pl-0 {
    display: flex;
    align-items: self-start;
    margin-left: initial;
    padding-left: 15px !important;
  }
.ai-datafilter .right-filter {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 0px;
    }
  .weeklyBox {
    /* height: 590px; */
    width: 98%;
    margin: 0.5%;
    margin-bottom: 3px;
	padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .WeeklyTop-contener .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    padding-left: 0px !important;
    padding-right: 10px !important;
}
  .homeAi .banner-text {
    margin-top: 80px;
    text-align: center !important;
    display: inline-block;
  }
.topbannersection {
        margin-top: 60px;

        padding-bottom: 30px !important;
    }

  .homeAi .input-group.mb-3 {
    width: auto !important;
  }
  .homeAi {
    display: flex;
    flex-direction: column;
  }
  .homefeaturedrow {
    flex-wrap: wrap;
  }
  .partnerbox .col-sm-3 {
    flex: 0 0 91% !important;
    margin: 0px 15px;
  }
  li.partner-tagname a {
    font-size: 14px;
    padding: 7px 10px;
  }
  ul.ulpartnername {
    padding-left: 0px;
  }
  section.partnerboxsection {
    padding: 50px 0px;
  }
  .artcilesinglepage .bannersection {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .artcilesinglepage .bloginfo.desktopview {
    display: none;
  }
  .artcilesinglepage .mobileview {
    display: block !important;
  }
  .artcilesinglepage .siciallinks {
    text-align: left !important;
    /* width: 100% !important; */
    float: left !important;
    display: flex;
  }
  .artcilesinglepage .bloginfo {
    margin-bottom: 0px;
  }

  .artcilesinglepage .bloginfo {
    display: block;
  }
  .artcilesinglepage .authorname {
    width: 50%;
  }
  .artcilesinglepage .Published-on {
    width: 50%;
  }
  .artcilesinglepage .siciallinks {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .row.articleclright {
    margin-left: 0px;
  }

  #partners-perk .banner-text {
    margin-bottom: 30px;
  }
  a.prev.page-numbers {
    margin-top: -5px;
  }
  .tablebottom {
    width: max-content !important;
  }
  .tablebottom a.next.page-numbers {
    margin-top: -5px;
    margin-left: 5px;
  }
  .tablebottom.s4 {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .tablebottom.s4 a.next.page-numbers {
    margin-top: 1px;
    margin-left: 5px;
  }
  .tablebottom.s4 span.page-numbers.current {
    margin-bottom: 0px;
  }
  .tablebottom.s4 span.page-numbers.dots {
    margin-bottom: 0px;
  }
  .row.ai-datafilter {
    flex-direction: column;
  }
  .row.ai-datafilter .col-4.pr-0 {
    flex: 100% !important;
    max-width: 100% !important;
  }
  .row.ai-datafilter .col-8.pl-0 {
    flex: 100% !important;
    max-width: 100% !important;
  }
  .row.ai-datafilter div#Order {
    display: flex;
  }
    .row.ai-datafilter .OrderByfilter {
        justify-content: left;
        align-items: flex-start;
        padding-bottom: 20px;
        display: block !IMPORTANT;
    }
}

/* /Filter/ */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-select {
  max-height: 80vh;
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  width: 245px;
  z-index: 1;
  overflow-y: auto;
  margin-top: 28px;
  left: 0;
  line-height: 24px;
}

.dropdown-select.show {
  display: block;
}

.dropdown-option {
  cursor: pointer;
}

.selected {
  cursor: pointer;
}

div#selectedOrderby {
  padding-top: 10px;
}
.dropdown-option.selected {
  background: #01a173 !important;
  color: #fff;
}
.toolsfilter .dropdown:hover img.image-icon {
  filter: invert(100%) brightness(208%) saturate(100%) !important;
}
.toolsfilter .dropdown:hover {
  border-radius: 99px;
  border: 1px solid rgba(0, 186, 132, 0.25);
  background: var(--New_Interactions-and-selected-header, #01A173);
  color: #fff;
}
.toolsfilter .dropdown {
  border-radius: var(--radius-md, 8px);
  border: 1px solid
    var(
      --Component-colors-Components-Buttons-Secondary-button-secondary-border,
      #d0d5dd
    );
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--Colors-Text-text-placeholder, #667085);
  font-family: "Inter", sans-serif !important;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: block;
  padding: var(--spacing-sm, 6px) 8px;
  justify-content: center;
  align-items: flex-start;
  text-wrap: nowrap;
  float: left;
  margin-right: 6px;
  margin-bottom: 10px;
  border-radius: 99px;
  border: 1px solid rgba(122, 133, 149, 0.5);
  background: #fff;
}

.selected-items {
  display: flex;
}
.filter-pills {
  display: flex;
  flex-wrap: wrap;
}
.filter-group {
    display: flex;
    margin-bottom: 15px;
}
.inner-group {
    display: flex;
    background: rgba(0, 186, 132, 0.05);
    border-radius: var(--radius-full, 5px);
    text-align: center;
    font-family: "Inter", sans-serif !important;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    padding: 5px;
    border: 1px solid #15efb0;
    padding-top: 12px;
}
.filter-label {
  text-align: center;
  font-family: "Inter", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  padding-right: 10px;
  padding-top: 7px;
  margin-bottom: 10px;
  color: #01a173;
}
.filter-pills .filter-group:not(:last-child)::after {
  content: " & ";
  color: #dd0d6e;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  background: none !important; /* Ensure no background is inherited */
  border: none !important; /* Remove any inherited border */
  border-radius: 0 !important; /* Ensure no border-radius is applied */
  padding-top: 10px; /* Remove any inherited padding */
}
.selected-container:not(:last-child)::after {
  content: " or ";
  color: #dd0d6e;
  display: inline-block;
  border: none;
  border-radius: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.selected-item {
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
  border-radius: var(--radius-full, 9999px);
  border: 1px solid
    var(--Component-colors-Utility-Brand-utility-brand-200, #e9d7fe);
  background: var(--Component-colors-Utility-Brand-utility-brand-50, #f9f5ff);
  color: var(--Component-colors-Utility-Brand-utility-brand-700, #6941c6);
  text-align: center;
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding-left: 13px;
  margin-bottom: 10px;
}
.image-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.toolsfilter .dropdown img.image-icon {
  float: left;
}
.dropdown-select .dropdown-option {
  float: left;
  width: 100%;
  margin-bottom: 4px;
}
.toolsfilter .dropdown .selected {
  float: left;
  font-family: "Inter", sans-serif !important;
}
.selected-item button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-left: 5px;
}

/* Optional: Customize slide container */
.slick-slide img {
  width: 100%;
  height: auto;
}

.logoslider h2 {
    color: #000 ! IMPORTANT;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    width: 100%;
    text-align: center;
    /* opacity: 0.5; */
    font-family: "Inter", sans-serif !important;
}

.logoslider {
  margin-bottom: 30px;
  width: 100%;
  margin-top: 35px;
}


.logoslider .slick-slider {
  padding-top: 13px;
}
.slick-slide img {
  filter: brightness(0) saturate(100%) invert(5%) sepia(79%) saturate(4357%) hue-rotate(177deg) brightness(44%) contrast(111%);
  transition: filter 0.3s ease; /* Smooth transition for the filter property */
}
.slick-slide img:hover {
  filter: grayscale(0%); /* Change grayscale value to 0% on hover */
}

/* Tools Details page */
.soalsectionleft a:nth-child(2),
.soalsectionleft a:nth-child(3) {
  width: 40px;
  height: 40px;
}
.bannerimg {
  float: left;
  min-width: 168px;
  width: 168px;
  max-width: 20%;
}
.companyinfobox {
  padding-left: 45px;
}
.container.content2 {
  padding-left: 45px;
  padding-right: 45px;
}
.bannerimg img {
  border-radius: 10px;
  width: 168px;
  height: 168px;
  flex-shrink: 0;
  object-fit: cover;
}
.companyinfo {
  float: left;
  padding-left: 25px;
  padding-top: 10px;
  width: 78%;
}
.WeeklyTopitem .description {
  color: #b6b6b7;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  float: left;
  width: 100%;
  margin-top: 4px;
  /* max-height: calc(1em* 1); */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  float: left;
}
.page-template-tool-detail-php
  li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-583
  a,
.page-template-aI-data-explorer
  li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-583
  a {
  color: #01a173 !important;
}
.feature-content-research .datesection {
  float: left !important;
  display: block !important;
  margin-left: 5px;
}
.companyinfo h1 {
  color: #101828;
  font-family: "Space Grotesk", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px; /* 100% */
  letter-spacing: -1.2px;
  text-transform: uppercase;
}

.comnydisc {
  color: #595959;
  leading-trim: both;
  text-edge: cap;
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}

.soalsectionleft a {
  border-radius: 100%;
  background: #000;
  color: var(--White, #fff);
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding: 1px 12px;
  text-wrap: nowrap;
  height: 40px;
}
.soalsectionleft a:first-child {
  border-radius: 100px;
  padding: 3px 14px;
}
.soalsectionright {
  float: left;
  display: flex;
  gap: 8px;
  padding-left: 24px;
  flex-wrap: wrap;
}
.soalsectionright a svg {
  width: 17px;
  height: 17px;
  fill: #040404;
}
.soalsectionright a {
  fill: #fff;
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 100%;
  text-align: center;
  line-height: 36px;
}
.soalsectionleft {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.companysosial {
  float: left;
  width: 100%;
  padding-top: 15px;
  display: flex;
}
.linksection {
  width: 100%;
  padding-top: 50px;
  /* padding-bottom: 17px; */
  float: left;
  /* margin-bottom: 31px; */
}
.linksection a {
  color: #475467;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  /* text-transform: uppercase; */
  float: left;
  margin-right: 30px;
  line-height: 49px;
  /* opacity: 0.5; */
  min-height: 51px;
  margin-top: 10px;
}
.linksection a:hover {
  color: #000;
}
.footermenu li a:hover {
  color: rgb(1, 161, 115) !important;
}
.linksection .activelink {
  /* opacity: 1; */
  border-bottom: #02c089 solid 2px;
  color: #000;
}
.overview {
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
  min-height: 100%;
}
.overview h2 {
  border-bottom: solid 1px #f4f4f4;
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #01a173;
  font-family: "Space Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.overview ul li {
  color: var(--colors-text-text-primary-900, #101828);
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  border-bottom: #f4f4f4 1px solid;
  padding-top: 10px;
  padding-bottom: 10px;
}

.overview ul {
  margin: 0 auto;
  padding: 0px;
  list-style: none;
}
.PRICING-section {
  padding: 0px;
  overflow: hidden;
  border: none;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.PRICING-section table {
  margin: 0px;
}
.overview a {
  color: #01a173;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* padding-top: 10px; */
  position: relative;
  padding-top: 14px;
  overflow: hidden;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 17px;
  position: absolute;
  bottom: 0;
}
span.style1 {
  color: #475467;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
/* Initialize the counter on the parent container */
.WeeklyTop.singlepagelisting .row {
  counter-reset: section; /* This will initialize the counter */
}
.WeeklyTop.singlepagelisting {
  padding: 7px 20px;
}
.WeeklyTop.singlepagelisting .row > div {
  counter-increment: section;
  position: relative;
  margin-bottom: 10px;
  padding-left: 3px;
}
/* Use the ::before pseudo-element to display the counter value */
.WeeklyTop.singlepagelisting .row > div::before {
  content: counter(section) ". ";
  position: absolute;
  left: 0;
  top: 2px;
  font-weight: 700;
  color: #a6a9b0 !important;
}

.details-section {
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 30px;
    float: left;
    width: 100%;
}

h2.title2 {
  color: #02c089;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 200% */
  text-transform: uppercase;
}

.features-section {
  display: block;
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px #f4f4f4;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.features-section ul li {
  color: var(--colors-text-text-primary-900, #101828);
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
  float: left;
  border-right: #d1d1d1 dotted 2px;
  margin-right: 30px;
  display: inline-block;
  width: min-content;
  padding-right: 30px;
  text-wrap: nowrap;
  margin-bottom: 10px;
}
.features-section ul li:last-child {
  border: none;
}
.features-section ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: block;
}
.features-section ul li p {
  float: left;
  margin: 0;
  padding: 0;
  opacity: 0.5;
  line-height: 21px;
  float: left;
  width: 100%;
}
.features-section ul li span {
  color: #101828;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  float: left;
  width: 100%;
}

.features-details {
  border-top: #f4f4f4 solid 1px;
  padding-top: 25px;
  margin-top: 30px;
  display: block;
  overflow: hidden;
  width: 100%;
}

.leftcontent {
  float: left;
  color: var(--colors-text-text-primary-900, #101828);
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 228.571% */
  text-transform: uppercase;
  width: 20%;
  opacity: 0.5;
}

.features-details ul {
  margin: 0;
  padding: 0;
  text-align: left;
  float: left;
  width: 100%;
}

.rightcontent {
  float: left;
  color: var(--colors-text-text-primary-900, #101828);
  leading-trim: both;
  text-edge: cap;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 150% */
  width: 80%;
}

.features-details ul li {
  border-bottom: solid 1px #f4f4f4;
  float: left;
  width: 100%;
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
}

ul.WeeklyTop.singlepagelisting li {
  float: left;
  width: 31%;
  min-height: 78px;
  margin: 11px;
  border: none;
  min-height: 101px;
}
ul.WeeklyTop.singlepagelisting {
  /* display: flex; */
  /* justify-content: space-between; */
  /* flex-wrap: wrap; */
  /* gap: 6px; */
}

.dropdown-socail {
  position: absolute;
  display: inline-block;
  right: 0px;
  top: -45px;
}
.dropdown-content {
  border-radius: 0px !important;
  width: -webkit-fill-available;
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 140px;
  padding: 12px 16px;
  z-index: 10;
  margin-top: 0px;
  border-radius: 0px 12px;
  padding-top: 15px;
}

.dropdown-socail:hover .dropdown-content {
  display: block;
}

.dropdown-content svg {
  float: left;
  width: 30px;
  height: auto;
  width: 38px;
  height: 37px;
  padding: 8px;
  border: 1px solid #01a173;
  border-radius: 8px;
  /* margin-left: 12px; */
  fill: #01a173;
}

.dropdown-content a {
  height: 34px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0p;
  margin-top: 0px;
  padding-top: 2px;
  display: inline-block;
  color: black;
  padding: 8px 0;
  text-decoration: none;
}
#shareButton {
  /* background: #000; */
  border-radius: var(--radius-none, 0px) 12px;
  background: #e1f2e9;
  border: none;
  color: #01a173;
  leading-trim: both;
  text-edge: cap;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding-right: 13px;
  padding-left: 13px;
  z-index: 999;
  position: relative;
  z-index: 9;
}
#shareButton svg {
  border: none;
  width: 28px;
  margin-top: -2px;
}

/** Partner page **/

/* Styles for the filter buttons */

.filters button.active {
  background-color: #01a173 !important;
  color: white;
}
p.partnerdisc {
  float: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 50px;
  line-height: 16px;
}
/* Styles for the partner boxes */

.partneraboutcolumn {
  /* border-right: 1px rgba(122, 133, 149, 0.25) solid; */
  /* padding-right: 30px !important; */
  margin-right: 0px;
}
.partneroffercol {
  padding-left: 30px !important;
  border-left: 1px rgba(122, 133, 149, 0.25) solid;
  float: left;
  width: 100%;
}
.partnerinfosection {
  padding: 12px 20px 20px 20px;
}
.partners-item {
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--white-sectinoal-40, rgba(255, 255, 255, 0.4));
    text-align: center;
    padding: 0;
    display: inline-block;
    float: none;
    margin: 3px;
    max-width: 293px;
    flex: 25%;
    position: relative;
    /* min-height: 300px; */
    min-height: 330px;
    border: 1px solid rgba(16, 24, 40, 0.1);
}

.filters {
  display: flex;
  gap: 5px;
  max-width: 1055px;
  margin: 0 auto;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
h2.partnername {
  margin-bottom: 0px;
  padding-bottom: 0px;
  width: 100%;
  color: var(--new-all-headers-sub-headers, #000);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
}
.terms-conditions-section {
  text-align: left;
  color: var(--New_Body-2, #474747);
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-top: rgb(122 133 149 / 12%) solid 1px;
  padding-top: 10px;
}

.terms-conditions-section p {
  color: var(--New_Body-2, #474747);
 font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.terms-conditions-section h3 {
  color: var(--new-all-headers-sub-headers, #000);
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.filters button {
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
    padding-top: 4px;
    padding-bottom: 4px;
    text-wrap: nowrap;
    border-radius: 99px;
    background: #F0F7F0;
    color: var(--New_Interactions-and-selected-header, #01A173);
    text-align: center;
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
	    border: none;
}

/* Styles for the popup modal */
.redeemsection {
  text-align: left;
  border-top: rgb(122 133 149 / 12%) solid 1px;
  padding-top: 20px;
  margin-top: 20px;
}

.redeemsection h3 {
  color: var(--new-all-headers-sub-headers, #000);
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.page-template .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 60px;
  left: 0px;
  top: 0;
  width: 101%;
  height: 100%;
  overflow: auto;
  background-color: #002e36bf;
  /* background-color: rgba(0, 0, 0, 0.4); */
  text-align: center;
  margin: 0 auto;
  z-index: 999;
  padding: 16px;
}
.page-template .modal-content {
  position: relative;
  display: -ms-flexbox;
  /* display: flex; */
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  outline: 0;
  max-width: 792px;
  float: none;
  display: inline-block;
  padding: 0px !important;
  margin-top: 3%;
}
.Partnerpopupbottomrow {
  float: left;
  width: 100%;
  position: relative;
  border-radius: var(--radius-none, 0px) var(--radius-none, 0px) 8px 8px;
  background: var(--New_Background-Grey, #f3f3f3);
  text-align: left;
  padding: 5%;
  padding-bottom: 0px;
  padding-top: 16px;
}
.Partnerpopupbottomrow .rightpopcontent {
  width: 100%;
  padding-bottom: 16px;
  max-height: 130px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 0px;
}

.Partnerpopupbottomrow .rightpopcontent::-webkit-scrollbar {
  width: 10px;
}

.Partnerpopupbottomrow .rightpopcontent::-webkit-scrollbar-track {
}
.Partnerpopupbottomrow .rightpopcontent::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.Partnerpopupbottomrow .rightpopcontent::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.offertitle h3 {
  /* position: absolute; */
  /* top: 0; */
  /* left: 49%; */
  display: inline-block;
  padding: var(--spacing-lg, 12px) 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--radius-none, 0px) var(--radius-none, 0px) 8px 8px;
  background: rgba(122, 133, 149, 0.2);
  margin: 0 auto;
  color: var(--new-all-headers-sub-headers, #000);
  text-align: center;
 font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.offertitle {
  text-align: center;
}
.Partnerpopupbottomrow p {
  color: var(--New_Body-2, #474747);
 font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.close {
  float: right;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 1;
  color: #01a173 !important;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: var(--radius-none, 0px) 8px;
  /* opacity: 0.12; */
  background: #e0f6f0;
  width: 40px;
  height: 35px;
  text-align: center;
  line-height: 31px !important;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

a.detail-link {
    padding: 8px 18px;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xs, 4px);
    border-radius: 99px;
    border: 1px solid var(--New_Interactions-and-selected-header, #01a173);
    background: var(--white-sectinoal-40, rgba(255, 255, 255, 0.4));
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    margin-top: 20px;
    display: inline-block;
    color: #01a173 !important;
    font-weight: 600;
    position: absolute;
    bottom: 22px;
    left: 32%;
    text-wrap: auto;
}
.contentpart a.kb-button.kt-button.button {
    padding: 10px 20px;
    border-radius: 99px;
    box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.06), 0px 2px 4px 0px rgba(16, 24, 40, 0.06);
    text-decoration: none;
    text-wrap: nowrap;
    background: #01A173 !important;
    color: #fff;
    text-align: center;
   font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
.contentpart a.kb-button.kt-button.button:hover {
    border-radius: 99px;
    background: #fff !important;
    box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.06), 0px 2px 4px 0px rgba(16, 24, 40, 0.06);
    color: #000000 !important;
}
.contentpart a.kb-button.kt-button.button.graybutton:hover {
    color: #01a173 !important;
}
.contentpart a.kb-button.kt-button.button.graybutton {
    color: #fff !important;
}
/**
.contentpart button {
  padding: 10px 20px;
  border-radius: 99px;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.06),
    0px 2px 4px 0px rgba(16, 24, 40, 0.06);
  background: #000000 !important;
  color: #fff !important;
  text-wrap: nowrap;
}
.contentpart button:hover {
  border-radius: 99px;
  background: #fff !important;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.06),
    0px 2px 4px 0px rgba(16, 24, 40, 0.06);
  border: none;
  color: #000000 !important;
}
**//


a.kb-button.kt-button.button.button1 {
  border-radius: 99px;
  background: #fff !important;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.06),
    0px 2px 4px 0px rgba(16, 24, 40, 0.06);
  border: none;
  color: #000000 !important;
}
a.kb-button.kt-button.button.button1:hover {
  padding: 10px 20px;
  border-radius: 99px;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.06),
    0px 2px 4px 0px rgba(16, 24, 40, 0.06);
  background: #000000 !important;
  color: #fff !important;
}
a.menubutton.d-none.d-lg-block:hover {
  border-radius: 99px;
  background: #fff;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.06),
    0px 2px 4px 0px rgba(16, 24, 40, 0.06);
  color: #000000 !important;
}

button#login-button:hover {
  color: #000;
}
.services-list {
  float: left;
  width: 100%;
  text-align: center;
  min-height: 55px;
}
.services {
    background: var(--White-Contrast, #fff);
    border-radius: 4px;
    border: 1px solid rgba(71, 84, 103, 0.25);
    background: var(--White-Contrast, #fff);
    padding: 1px var(--spacing-sm, 6px);
    align-items: center;
    float: none;
    display: inline-block;
    clear: both;
    font-size: 12px;
    color: #475467 !important;
    font-weight: 400;
    padding-left: 8px;
    padding-right: 8px;
	line-height:21px;
	margin-bottom:3px;
}
.rightpart.Up {
  border-radius: 69px;
  background: rgba(133, 215, 28, 0.14) !important;
}

.rightpart.Down {
  color: #f35f5f !important;
  border-radius: 69px;
  background: rgba(235, 100, 100, 0.1) !important;
}

@media (max-width: 768px) {
  h2.partnername {
    text-align: center !important;
  }
  .partneraboutcolumn {
    padding-right: 0px !important;
  }
  #popupModal .services-list .services {
    display: inline-block;
    float: none;
  }
  .services-list {
    text-align: center !important;
  }
  .partneraboutpr,
  .partnerofferdetail {
    text-align: center !important;
  }
  .partnerpara {
    text-align: center !important;
  }
  .leftpopcontentwrap p {
    text-align: center !important;
  }
  .rightpopcontent {
    flex-direction: column;
  }
  .partners-item {
    flex: 50%;
  }
  #custom-popup h3,
  #custom-popup-article h3 {
    text-align: center !important;
    display: inline-block;
  }
  #custom-popup p,
  #custom-popup-article p {
    text-align: center !important;
    max-width: 59%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .partners-item {
    flex: 100%;
  }
}
@media (max-width: 820px) {
  #custom-popup h3,
  #custom-popup-article h3 {
    text-align: center !important;
    display: inline-block;
  }
  #custom-popup p,
  #custom-popup-article p {
    text-align: center !important;
    max-width: 59%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .bannerbox3 {
    top: 25px !important;
}
}
@media (max-width: 896px) {
  .col-lg-3.home-featured .blog-photo .img-wrap img {
    max-height: max-content !important;
  }
  .partneroffercol {
    padding-left: 0px !important;
  }
  #popupModal h2.partnername,
  #popupModal .services-list {
    text-align: center !important;
  }
  .bottomcontentbar {
    margin-bottom: 4px !important;
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .navmenus.navdesktop .menu-header {
    display: block;
  }
}
@media (max-width: 1024px) {
  .col-lg-3.home-featured .blog-photo .img-wrap img {
    max-height: 104px;
  }
}
.membership-plans ul li.active .tick-mark {
  display: block;
}
.membership-plans ul li.active {
    border: 2px solid green;
    background-color: #f4f4f4;
    border-radius: 16px;
    border: 2px solid #01A173;
    background: var(--White-Contrast, #fff);
}
.membership-plans ul li {
    list-style: none;
    background: var(--White-Contrast, #fff);
    padding: 24px;
    float: left;
    width: 100%;
    border-radius: 16px;
    border: 1px solid #DFDFDF;
    margin-bottom: 32px;
	position:relative;
}
.membership-plans .tick-mark {
  color: #fff;
  font-size: 24px;
  position: absolute;
  right: -1px;
  top: 0;
  border-radius: var(--radius-none, 0px) 8px;
  background: var(--New_Interactions-and-selected-header, #01a173);
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  text-align: center;
}
.membership-plans {
  float: left;
  width: 100%;
  margin: 0 auto;
}

#Pricing .pricing-topbar a {
  border: 1px solid #01A173 !important;
  border-radius: 99px;
  padding: 10px 20px !important;
  font-size: 14px;
  font-weight: 600;
  color: #01A173 !important;
  line-height: normal !important;
}
.companysosial .soalsectionleft a:first-child {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.single .topbannersection {
  margin-top: 60px;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 45px;
}
.companysosial .soalsectionleft a:first-child:hover {
  color: #000000 !important;
  /* background-color: #fff; */
  border-radius: 99px;
  background: var(--White-Contrast, #fff);
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.06),
    0px 2px 4px 0px rgba(16, 24, 40, 0.06);
  border: solid 1px;
}
.soalsectionleft a:nth-child(2):hover,
.soalsectionleft a:nth-child(3):hover {
  background-color: #01a173 !important;
}
.archive.tax-articles-categories .categorywrap {
  display: inline-flex;
}
.archive.tax-articles-categories .categorywrap {
  padding-top: 2px;
  padding-bottom: 0px;
}
.archive.tax-articles-categories p.postauthor {
  position: absolute;
  bottom: 4px;
  left: 16px;
}
.archive.tax-articles-categories .col-sm-4.taxonomyboxbg {
  padding-bottom: 30px;
}
.archive.tax-articles-categories .topbannersection {
  padding-top: 30px;
}

/* Styles for the filter buttons */
/* Basic table styling */
.s1.table.table-responsive {
  width: 100%;
  overflow-x: auto;
}

.s1.table.table-responsive table {
  width: 100%;
  border-collapse: collapse;
}

.s1.table.table-responsive th,
.s1.table.table-responsive td {
  padding: 8px;
}

.s1.table.table-responsive th {
  background-color: #f2f2f2;
  text-align: left;
}

/* Blur effect */
.blur {
  filter: blur(5px);
  pointer-events: none; /* Prevent interaction with blurred content */
}

.socialuserinfo {
  /* border-radius: 8px; */
  /* border: 1px solid rgba(71, 84, 103, 0.25); */
  /* background: var(--White-Contrast, #FFF); */
  padding: 10px;
  /* margin-bottom: 20px; */
  float: left;
  width: 100%;
}
label.p-FieldLabel.Label.Label--empty {
  /* display: flex; */
  /* width: 305px; */
  /* height: 82px; */
  /* flex-direction: column; */
  /* justify-content: center; */
  /* align-items: flex-start; */
  /* gap: 6px; */
  color: var(--new-all-headers-sub-headers, #000);

  /* Body1_14_regular */
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.socialuserinfo .username {
  float: left;
  color: var(--new-all-headers-sub-headers, #000);
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.membership-registration-form h2 {
  color: #000;
  font-family: "Space Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: solid rgba(122, 133, 149, 0.25) 1px;
  padding-bottom: 15px;
  margin-bottom: 23px;
}
label.p-FieldLabel.Label.Label--empty {
  margin-bottom: 12px;
}
.loginwithsocial h2 {
  color: #000;
  font-family: "Space Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: solid rgba(122, 133, 149, 0.25) 1px;
  padding-bottom: 15px;
  margin-bottom: 23px;
}

.loginwithsocial p {
  display: none;
}
.mp-form-row.mepr_bold.mepr_price {
  color: #000;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  margin-bottom: 12px;
}
.loginwithsocial {
  border-radius: 8px;
  background: var(--white-sectinoal-40, rgba(255, 255, 255, 0.4));
  padding: 25px 31px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.logged-in .loginwithsocial {
  display: none;
}
.loginwithsocial a.login-button {
  padding: 20px;
  border: 2px solid #4754672e;
  margin: 5px;
  border-radius: 8px;
  border-radius: 8px;
  border: 1px solid rgba(71, 84, 103, 0.25);
  background: var(--White-Contrast, #fff);
}
.mepr-payment-methods-icons {
  /* text-align: center; */
  width: 100%;
  margin-bottom: 15px;
}
input.mepr-submit:hover {
    background: #fff ! IMPORTANT;
    box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.06), 0px 2px 4px 0px rgba(16, 24, 40, 0.06);
    color: #000000 !important;
    border: none;
}
input.mepr-submit {
  border-radius: 99px;
  background:#01A173 !important;

  /* Shadows/shadow-xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(
    --Component-colors-Components-Buttons-Primary-button-primary-fg,
    #fff
  );

  /* Text sm/Semibold */
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  border: none;
  padding: 10px 20px;
}

.mp-form-submit {
  text-align: center;
  margin-top: -10px;
}
.socialuserinfo .useremail {
  float: right;
  color: var(--New-Body-3, #7a8595);
  text-align: right;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.loginuserinfo h2 {
  color: #000;
  font-family: "Space Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: solid rgba(122, 133, 149, 0.25) 1px;
  padding-bottom: 15px;
  margin-bottom: 23px;
}

.loginuserinfo {
  border-radius: 8px;
  background: var(--white-sectinoal-40, rgba(255, 255, 255, 0.4));
  padding: 10px 20px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.membership-registration-form {
  border-radius: 8px;
  background: var(--white-sectinoal-40, rgba(255, 255, 255, 0.4));
  padding: 25px 31px;
  margin-bottom: 10px;
  float: left;
}
.privacysection {
  text-align: center;
  padding-top: 12px;
  float: left;
}

.privacysection .lock {
}

.privacysection .loginpopupcontent {
  color: var(--New_Body-2, #474747);
  text-align: center;
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.social-icon {
  float: left;
  width: 23%;
  text-align: center;
  border-right: rgba(122, 133, 149, 0.12) solid 1px;
  margin-right: 17px;
  line-height: 32px;
}

.userinfosocial {
  float: left;
}
.privacysection .login-popupcontent {
  color: #000;
  text-align: center;
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  margin-top: 10px;
  float: left;
  margin-bottom: 22px;
}
.membership-container {
  display: flex;
}
.post-thumbnail {
    /* float: left; */
    max-width: 199px;
    border-radius: 8px;
    /* background: linear-gradient(180deg, rgba(242, 243, 243, 0) 0%, rgba(242, 243, 243, 0.7) 100%), linear-gradient(90deg, #bdf6ff 0%, #c5fef3 48.5%, #ece9ff 100%); */
    overflow: hidden;
    min-height: 157px;
    max-height: 157px;
     display: flex;
    text-align: center;
    align-items: center;
}
.advanced .plantitle,
.advanced .features {
  color: #01a173;
}
.advanced .features {
  border: solid #01a173 1px;
}
.filters button.active {
  background-color: #01a173 !important;
  color: white;
}
.membership-signup-form form#mepr_signup_form {
  display: none;
}
.logged-in .membership-signup-form form#mepr_signup_form {
  display: block;
}
html {
  margin: 0 auto !important;
  padding: 0px !important;
}
li.advanced:active {
  border: solid #01a173 2px;
}
.mo_openid_login_wid {
  float: left;
  width: 100%;
}

.membership-signup-form {
  float: left;
  width: 100%;
}

.mepr_error {
  float: left;
  width: 100%;
}

.membership-signup-form ul li {
  background: transparent !important;
  border: none !important;
}
/* Styles for the partner boxes */
.partnerbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 8px;
  justify-content: center;
}
.partnerpara {
  color: var(--New_Body-2, #474747);
  text-align: left;
 font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.row.partnerlogorow {
  border-bottom: 1px rgba(122, 133, 149, 0.25) solid;
  padding-bottom: 15px;
  margin: 0px;
}
.partneraboutpr,
.partnerofferdetail {
  color: #000;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}
a.offerbutton {
  border-radius: 99px;
  background: #01a173;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(
    --Component-colors-Components-Buttons-Primary-button-primary-fg,
    #fff
  );
 font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline-flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-xs, 4px);
  text-wrap: nowrap;
}

a.offerbutton:hover {
  border-radius: 99px;
  background: #fff !important;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.06),
    0px 2px 4px 0px rgba(16, 24, 40, 0.06);
  border: none;
  color: #01a173 !important;
}
.logosection {
  border-radius: 8px 8px var(--radius-none, 0px) var(--radius-none, 0px);
  background: #f1f1f1;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 10px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 58px;
  flex-wrap: wrap;
}

.logosection img {
  /* max-width: 50px; */
  max-height: 48px;
}

/** Plan Page */


.plantitle {
    float: left;
    color: #000;
    font-family: "Inter", Sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.membership-plans ul li.active .plantitle {
    color: #01A173;
    font-family: "Inter", Sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.features {
  /* display: flex; */
  padding: 5px 8px;
  /* justify-content: center; */
  /* align-items: center; */
  /* gap: 10px; */
  border-radius: 99px;
  /* border: 1px solid #01A173; */
  float: left;
  display: block;
  border-radius: 99px;
  border: 1px solid var(--Accent, #9d86fd);
  margin-left: 10px;
  /* color: #01A173; */
  /* text-align: right; */

  /* Body1_14_medium */
  /* font-family: Inter; */
  /* font-size: 14px; */
  /* font-style: normal; */
  /* font-weight: 500; */
  /* line-height: normal; */
  color: var(--Accent, #9d86fd);
  text-align: right;
  /* Body1_14_medium */
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
a.membership-link {
  float: left;
  width: 100%;
}
.topplansction {
  float: left;
  width: 100%;
}

.planpricing {
    float: left;
    width: 100%;
    color: #000;
    font-family: "Inter", Sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
}
span.billing_period {
    color: #000;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}
.plandisc {
    float: left;
    width: 100%;
    color: #000;
    font-family: "Inter", Sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 10px;
    font-size: 16px;
}
.plantitle span {
    color: #01A173;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mp_wrapper {
  padding-top: 18px !important;
  /* float: left; */
  width: 100%;
}
.page-con {
  display: contents;
}

.recent-post-title a:hover {
  color: #101828;
}

.artcilesinglepage .bannersection {
    align-content: space-around;
    overflow: hidden;
    text-align: center;
    border-radius: 8px;
    background: rgb(255, 255, 255, 0.3);
}
.topbannersection .banner-text {
  margin-top: 60px;
}
.newslist.homelist .entry-title a:hover, .entry-title a:hover {
    color: #101828 ! IMPORTANT;
    text-decoration: underline ! IMPORTANT;
}
.col-lg-3.home-featured .blog-photo .img-wrap {
  /* float: left; */
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  /* min-height: 157px; */
  /* max-height: 157px; */
  display: flex;
  text-align: center;
  align-items: center;
}
.col-lg-4.home-featured .blog-photo .img-wrap {
  /* float: left; */
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(
      180deg,
      rgba(242, 243, 243, 0) 0%,
      rgba(242, 243, 243, 0.7) 100%
    ),
    linear-gradient(90deg, #bdf6ff 0%, #c5fef3 48.5%, #ece9ff 100%);
  overflow: hidden;
  min-height: 240px;
  max-height: 240px;
  display: flex;
  text-align: center;
  align-items: center;
}

.img-wrap a {
    /* float: left; */
    /* width: 100%; */
    text-align: center;
    /* display: flex; */
    align-content: center;
    justify-content: center;
}

.blog-photo {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

/* Styles for the filter buttons */

.filters button.active {
  background-color: #01a173 !important;
  color: white;
}

/* Styles for the partner boxes */

.filter-section {
  text-align: center;
}

.filter-listing {
  width: 100%;
}
.partners-item:hover {
  background: #fff !important;
}

.partnerbox a:hover {
  background: #01a173 !important;
  color: #fff !important;
}
.Partnerpopupbottomrow h3 {
  color: var(--new-all-headers-sub-headers, #000);
  /* font-family: "Space Grotesk"; */
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}
/*
.Partnerpopupbottomrow .or:before {
  content: "";
  width: 41%;
  left: 0px;
  height: 1px;
  position: absolute;
  top: 48%;
  background: rgb(211 206 206);
}
.Partnerpopupbottomrow .or:after {
  content: "";
  width: 41%;
  right: 0px;
  height: 1px;
  position: absolute;
  top: 48%;
  background: rgb(211 206 206);
} */
.Partnerpopupbottomrow .or {
  color: var(--New-Body-3, #7a8595);
 font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-top: 0px;
}
img#modalLogo {
  max-height: 48px;
  margin-bottom: 0px;
}

.leftpopcontent {
  float: left;
  /* width: 50%; */
  /* padding: 10%; */
  /* padding-bottom: 5%; */
  /* padding-top: 20px; */
  /* min-width: 300px;*/
  /* max-height: 360px; */
  /* overflow-y: hidden; */
  /* height: 400px; */
  /* overflow-y: scroll; */
  /* scroll-behavior: smooth; */
  position: relative;
  padding-right: 0px;
}
#redeemSteps li {
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  margin: 0px;
}
ul#redeemSteps {
  margin: 0 auto;
  padding: 0;
  padding-left: 15px;
  margin-bottom: 10px;
}
/* .leftpopcontentwrap {
  max-height: 300px;
  overflow-y: scroll;
  padding-right: 20px;
  position: relative;
}*/

*/ .leftpopcontentwrap::-webkit-scrollbar {
  width: 10px;
}
*/ .leftpopcontentwrap::-webkit-scrollbar-track {
}
.leftpopcontentwrap p {
  color: var(--New_Body-2, #474747);
  text-align: left;
 font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.leftpopcontentwrap::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

.leftpopcontentwrap::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* .leftpopcontent:after {
  border: 1px rgba(122, 133, 149, 0.25) solid;
  height: 65%;
  position: absolute;
  top: 18%;
  content: "";
  right: 3px;
} */
.rightpopcontent {
  display: flex;
  float: left;
  /* width: 100%; /*
  /* padding: 10%' */
  padding-bottom: 5%;
  padding-top: 20px;
}
span.description1 {
  overflow: hidden;
  color: #475467;
  text-overflow: ellipsis;
  font-family: "Inter", Sans-serif;
  /* font-size: 18px; */
  font-style: normal;
  /* font-weight: 500; */
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 16px;
  float: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.WeeklyTopsection p {
  font-size: 15.3px !important;
}

.weeklyBox {
  width: 100% !important;
}

/* Media Queries for Tablets and smaller screens */
@media (max-width: 768px) {
  .partners-item {
    flex: 50%;
  }

  .col-lg-3.home-featured .blog-photo .img-wrap {
    min-height: auto !important;
    max-height: none !important;
  }

  .home .col-sm-8,
  .home .col-sm-4 {
    max-width: 100% !important;
    min-width: 100% !important;
  }

  .home .col-sm-4 .make-me-sticky {
    padding: 0px;
    margin-top: 20px;
  }


  .leftcontent {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .rightcontent {
    width: 100% !important;
    font-size: 15px !important;
    line-height: 23px !important;
  }
  ul.WeeklyTop.singlepagelisting li {
    width: 100% !important;
  }
  .homefeaturedrow {
    display: block !important;
  }
  .home-featured {
    margin-bottom: 20px !important;
  }
  .headerRightbutton {
    display: none !important;
  }
  .Published-on {
    font-size: 14px;
  }

  .authorname {
    font-size: 14px;
  }

  .siciallinks a svg {
    width: 29px;
    height: 29px;
  }
  .col-lg-3.home-featured .blog-photo .img-wrap {
    height: auto !important;
    min-height: auto !important;
    max-height: max-content !important;
  }
}

/* Media Queries for Mobile phones */
@media (max-width: 480px) {
  .partners-item {
    flex: 100%;
  }

  .col-lg-3.home-featured .blog-photo .img-wrap {
    min-height: auto !important;
    max-height: none !important;
  }

  .home .col-sm-8,
  .home .col-sm-4 {
    max-width: 100% !important;
    min-width: 100% !important;
  }

  .home .col-sm-4 .make-me-sticky {
    padding: 0px;
    margin-top: 20px;
  }

  .leftcontent {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .rightcontent {
    width: 100% !important;
    font-size: 15px !important;
    line-height: 23px !important;
  }
  ul.WeeklyTop.singlepagelisting li {
    width: 100% !important;
  }
  .blog-photo .img-wrap img {
    min-height: auto !important;
    max-height: none !important;
  }
  .homefeaturedrow {
    display: block !important;
  }
  .home-featured {
    margin-bottom: 20px !important;
  }
  .headerRightbutton {
    display: none !important;
  }
  .Published-on {
    font-size: 14px;
  }

  .authorname {
    font-size: 14px;
  }

  .siciallinks a svg {
    width: 29px;
    height: 29px;
  }
}

/* Medium screens */
@media (max-width: 992px) {
  .homefeaturedrow {
    display: block !important;
  }
  .home-featured {
    margin-bottom: 20px !important;
  }
  .headerRightbutton {
    display: none !important;
  }
  .Published-on {
    font-size: 14px;
  }

  .authorname {
    font-size: 14px;
  }

  .siciallinks a svg {
    width: 29px;
    height: 29px;
  }
}

/* Tablets and smaller screens */
@media (max-width: 768px) {
  .homefeaturedrow {
    display: block !important;
  }
  .home-featured {
    margin-bottom: 20px !important;
  }
  .headerRightbutton {
    display: none !important;
  }
  .Published-on {
    font-size: 14px;
  }

  .authorname {
    font-size: 14px;
  }

  .siciallinks a svg {
    width: 29px;
    height: 29px;
  }
  .col-lg-3.home-featured .blog-photo .img-wrap {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
  }
}

/* Tablets and smaller screens */
@media (max-width: 844px) {
  .homefeaturedrow {
    display: block !important;
  }
  .home-featured {
    margin-bottom: 20px !important;
  }
  .headerRightbutton {
    display: none !important;
  }
  .Published-on {
    font-size: 14px;
  }

  .authorname {
    font-size: 14px;
  }

  .siciallinks a svg {
    width: 29px;
    height: 29px;
  }
  .col-lg-3.home-featured .blog-photo .img-wrap {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
  }
}

/* Tablets and smaller screens */
@media (max-width: 932px) {
  .homefeaturedrow {
    display: block !important;
  }
  .partneroffercol {
    padding-left: 0px !important;
  }
  .home-featured {
    margin-bottom: 20px !important;
  }
  .headerRightbutton {
    display: none !important;
  }
  .Published-on {
    font-size: 14px;
  }

  .authorname {
    font-size: 14px;
  }

  .siciallinks a svg {
    width: 29px;
    height: 29px;
  }
  .col-lg-3.home-featured .blog-photo .img-wrap {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
  }
  .img-wrap {
    aspect-ratio: unset !important;
  }
  .loaditem .blog-photo .img-wrap {
    min-height: 153px;

  }
}
button#viewMore {
  display: inline-block;
}

button#viewLess {
  display: inline-block;
}
.newslist .hidden {
  display: none !important;
}
.view-more:hover {
  background: #01a173;
  color: #fff !important;
  border: 1px solid
    var(
      --Component-colors-Components-Buttons-Secondary-button-secondary-border,
      #01a173
    );
}
button#load-more-report-btn :hover {
  background: #01a173;
  color: #fff !important;
  border: 1px solid
    var(
      --Component-colors-Components-Buttons-Secondary-button-secondary-border,
      #01a173
    );
}
button#load-more-report-btn {
  padding: 12px 18px;
}
.view-more {
  border-radius: var(--radius-md, 99px);
  border: 1px solid
    var(
      --Component-colors-Components-Buttons-Secondary-button-secondary-border,
      #d0d5dd
    );
  /*     background: #FDFAF4; */
  background-color: rgb(255 255 255 / 40%);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  display: flex;
  padding: var(--spacing-md, 4px) var(--spacing-lg, 12px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-xs, 4px);
  width: auto !important;
  line-height: normal !important;
  height: auto !important;
  font-weight: 500;
  text-wrap: nowrap;
  font-size: 13px;
  font-style: normal;
  color: #01a173 !important;
  font-family: "Inter", Sans-serif;
}

.mp_wrapper textarea,
.mp_wrapper select,
.mp_wrapper input[type="text"],
.mp_wrapper input[type="url"],
.mp_wrapper input[type="email"],
.mp_wrapper input[type="tel"],
.mp_wrapper input[type="number"],
.mp_wrapper input[type="password"],
.Input,
.p-FauxInput {
  border-radius: 8px !important;
  border: 1px solid #dadada !important;
  background: #fff !important;
  /* border-radius: 8px; */
  /* background: #FFF; */
  /* margin-right: 10px; */
  line-height: 23px;
  height: 45px;
  width: 100%;
  max-width: 378px;
  padding-left: 10px;
  display: block;
  /* float: left; */
  margin-bottom: 8px;
  /* margin-top: -2px; */
  font-family: "Inter", Sans-serif;
  min-width: 100%;
}

.mp-form-label {
  width: 100%;
  float: left;
  margin-bottom: 6px;
}

.mp-form-label label {
  margin-bottom: var(--p-spacing1);
  font-size: var(--fontSizeSm);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  display: inline !important;
  color: #30313d !important;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}
.Input,
.p-FauxInput {
  border-radius: 8px !important;
}

/** Cource Page start **/
.coursetemplte
  blockquote.wp-block-quote.is-style-plain.is-layout-flow.wp-block-quote-is-layout-flow {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABECAYAAAAFgfLUAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAZ7SURBVHgB7ZzdbhtFFMfPzM5+JOs4juM2tJUo4hru4IKbqlLFC/AEcIEqBI0QQmqaIuFILalkqUWhKhI3lXgL7vwQXFcgUSAQJ7Hjr92d3e0cb506juN47d31jJSfFEWxHef4nzNnZs6ZMwRmoFwu01qxqC90bEPzOwYJOSOhyaJnfRbv3TT+8LsvXkKG3CyX2Qf2u6awndHAE7Z74jNYFCAQXyGN817iN5rbm1/Vhh+PKUIkaseyljTfsryQWfkGPtoZeDsfZObOzo5pt9ii5pPFnhM4jYFndUja/okFRsOWjoICiso4KEelUrEPXD1HGtQS/gZZca7AwmOZqxdWI8NijRopQMfIN3jp0DEYgewZK/Djx48Xam2zRMJQPWUFG9vbK1qD5gEMmBdnCvx1+Umh1taXRbAH1cB5Qoy6S8RnFsyZkQKjuDZDcdUjEnd5jYRsfm47wKmhj5OBquIiXdNcJqEuhbjICQ/GCe3QWSyqGBaQO9/v5DUfY648nPBgxyiuxF1gywI6R17nSyAZx2J+Wn5u0YAugqI4RkmENSP2xiltjgW+qnNl4y56Lw0gBxLSExgNJKEz9yXNtNTCorQjrydw17wsXeyKg4yxt08vZtEAvVeHZCFBQMN2QHXe7jjh27nC2CyKpu1NlSAQo8/wUoi9IdHdkHgu2l/SFs7NvrRaL0Z+PobhwUtw3RgSs2t4rF4uf9aFDLBtWz90ICFIoHP3CKDeELokkhFi9XxeX2xDIjAvONja+rwBGbLvmYvJrCs1rvPdXSFsorlCarh2It4bibueqbgICf0EwkM64iJieeMYs6YhMZs/D3GRJLbFBzyoP0tBXISScGHmEXYlFzRhDuD8ATOj8WflL1Ozn2IdDWZC4+vr64lNM3H4A67PLHBA/VQn49cFvukJqOeCwtRcvQMpQmdN7oRExQrdG94rOqlWaWeOvyHRsqsgDrGSP5i5zLa/v59qblbJ1GSfq35pZvurKZeYlRZYBS4ETpkLgVPmQuCUuRA4ZWbeCYlkC705tGWtprSvT4P3i0VN7LmPf74pVhVJpSoRcv/B0+uQEpiwjhLvhtuyefunhLfUlcqv9qHTKEEqkCAkLhfrfO5rdvewwLu/3L7tQUxSFXjEn+tVOZoiOZSE2OkKPAqXC2fpmu5efdLUZsYxOKRY/c036FubD39cSyYbliVGr3rtsdK1ez88XZ3E/rlNciRkFhp699EjJY8LRELn176tVOyxr4M5w3iusPnwyRX1vBkxmOkslMY5iRTLNKxKoDeoKXLkJBgyRj0n0TrYYCqLjCFjlMiSbTQM5urLl/CMLygIijwcLqT7IBguuuZlZc/JYbjY2dkx+z9L6SmaH+QHjVSN3QY/XptLOxT/PQoKoCwG6y/fpBUY18l47gwUxXBZ76S91JNJx7IWQFFwLsEwJ7XA2K4LCvNXxzakFvh1mFA2Z635LUt646sKFwVooMvtwcgnmBBXloBKL/Dv++aZAv895an47AjlF3jc0aaDxor0HZMUT0eCorwDf0ruwUQUcEhXaiPPOTsmte14MJJiNw3IzZkjLKqLEYlF7gS06QSxK6VZgf/880roITGkdRCsptNVsp9Ju9U0RGX/8bS95lxO10/CVZu3qfAQV9ZhNknvRwEKkjpI1FrRW6a1es13sjFZ7wc2PGLzI0hGv/ejJ3AB6g3ZvBhbqyZ9reG5LZAMPJyC34+P4Mt1T0/8WwDvP/j5WvzbBtNh8BbA451c5MVybDp0vnsAMdG5VQMp0Hjfe5ETTSTl8nPLY601mCNLrHm4sbExcXgYZGP72QrW82CO6Hzvn2jhEHEiF4EThs69qT5cEthiaE0rLmI5/9UnWdqlBfZrD4qLnMpUVau/dW/d+FhsorVMqwko7uaI20vjUK1Ww1s3PmoHdMnO+nKns5rhR6YCsxYZw8K9e9/EjrujiET+sMWZpROxFYTUwTsm9va2tu6OXLOPbeSLYnJ3Nb3ZGY37vyaGVUI3VpykLFZGXooro+jykZe1cWeFz+2UjGpiy3mPWXZyQid/s8hZ4Fk3vPIr2VupSMA8vz7JFQ4Tt6JGh/IuWa7OlvCmaJiK7IQd5o3QGPamcxT02CO30xH5m+ak9k/V69sXu2sSHQt70ZUIw0ZrPCQ0wFkdM3aYVBqeYecFhr5aeGTkTDDxvozT9uOulgZ4kwDmdFdZzm21XnSmcYpXFvTFVvOcg38AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.locked {
  position: relative;
}

.Grid-list .Grid-item img.lock-symbol {
  position: absolute;
  left: 50%;
  top: 50%;
}

.lock-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 8%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.lock-symbol {
  color: #000;
}

.blur-text {
  filter: blur(4px);
  pointer-events: none;
}

.coursebanner {
  background: url(/wp-content/themes/coaico-child/assets/images/coursebanner.svg);
  background-size: cover;
  background-position: right bottom;
  padding-top: 70px;
  padding-bottom: 70px;
}

.coursebanner h1 {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #000;
  font-family: "Space Grotesk";
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
}
.coursedisc {
  color: var(--White-Contrast, #fff);
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
  margin-top: 15px;
}

.course_discountsection {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  padding: 0px;
  justify-content: space-between;
}
.discountleft {
  float: left;
  /* display: flex; */
  padding: 10px;
  width: 70%;
}
.discountright {
  float: left;
  background: #41a789;
  height: 144px;
  display: table;
  width: 35%;
  padding: 21px;
}
h3.course_tag_line {
  float: left;
  /* color: var(--White-Contrast, #FFF); */
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  line-height: 25px;
}

img.course_logo {
  float: left;
}

.course_price_section {
  float: left;
  width: 100%;
}

a.registernow {
  border-radius: 99px;
  background: var(--new-all-headers-sub-headers, #000);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  display: inline-flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-xs, 4px);
  color: #fff;
  color: var(
    --Component-colors-Components-Buttons-Primary-button-primary-fg,
    #fff
  );
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-top: 10px;
}
.discountright a.registernow {
  padding: 10px 20px;
}
.course_date_time {
  color: var(--White-Contrast, #fff);
 font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.coursetitlesection {
  padding-right: 10%;
}
.countdown {
  float: left;
  width: 100%;
  text-align: center;
  color: #01a173;
  /* color: var(--New_Interactions-and-selected-header, #01a173); */
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 9px;
}
.countdown span {
  color: var(--new-all-headers-sub-headers, #000);
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 5px;
}

.countdown svg {
  padding-right: 2px;
}
.course_logo {
  float: left;
}

.discouninfo {
  float: left;
  width: 66%;
  padding-left: 20px;
}

span.course_discount_price {
  color: var(--cat11, #fb846a);
  /* Body1_14_semibold */
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: line-through;
}
span.timesection {
  font-size: 14px;
  color: var(--White-Contrast, #fff);
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 6px;
  float: left;
}
span.course_price {
  opacity: var(--sds-size-stroke-border);
  color: var(--New_Interactions-and-selected-header, #01a173);
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
span.Launch-offer {
  opacity: var(--sds-size-stroke-border);
  color: var(--New_Body-2, #474747);

  /* Body1_14_regular */
 font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 1px;
}
a.course_group_discount_link {
  color: var(--White-Contrast, #fff);
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-top: 5px;
  text-decoration: underline;
}
a.registernow:hover {
  border-radius: 99px;
  background: #fff !important;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.06),
    0px 2px 4px 0px rgba(16, 24, 40, 0.06);
  border: none;
  color: #000000 !important;
}
a.course_group_discount_link svg {
  padding-right: 5px;
}

.courseimgsection .siciallinks {
  position: absolute;
  right: 0;
  border-radius: var(--radius-none, 0px) 8px;
  /* opacity: 0.6; */
  background: linear-gradient(98deg, #01a173a3 2.41%, #0000008f 151.83%);
  margin: 0px;
  width: auto !important;
  padding: 8px;
}

.courseimgsection {
  position: relative;
}
.courseimgsection img {
  width: 100%;
  max-width: 100%;
}
.courseimgsection .siciallinks a:first-child svg {
  margin-left: 0px;
}

.courseimgsection .siciallinks a svg {
  margin-left: 5px;
  fill: #fff !important;
  border: 1px solid #fff;
}

.courseimgsection .siciallinks a svg path {
  fill: #fff;
}
a.course_group_discount_link:hover {
  color: #fff !important;
  text-decoration: underline !important;
}
a.registernow:hover span {
  color: #01a173 !important;
}

.course_price_button_section a.registernow {
    background: #01a173;
    color: #fff !important;
    text-wrap: nowrap;
    text-decoration: none !important;
}
.course_price_button_section {
  text-align: center;
}
.course_price_button_section a.registernow .course_price,
.course_price_button_section a.registernow .course_discount_price {
  color: #fff;
}

.offertext {
  color: #01a173;
  padding-left: 3px;
  padding-right: 4px;
}

.course_price_button_section .countdown_timer {
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.course_price_button_section svg {
  float: left;
  margin-top: -2px !important;
}

.coursehighlights li.wp-block-kadence-listitem.kt-svg-icon-list-item-wrap,
.takingcourse li.wp-block-kadence-listitem.kt-svg-icon-list-item-wrap {
  border-bottom: 1px solid #7a859538;
  width: 100%;
}
.takingcourse li.wp-block-kadence-listitem.kt-svg-icon-list-item-wrap {
  border-bottom: 1px solid #7a859538;
  width: 80%;
  padding-bottom: 10px !important;
}
.takincourseslsit li.wp-block-kadence-listitem.kt-svg-icon-list-item-wrap {
  border-bottom: 1px solid #7a859538;
  padding-bottom: 5px !important;
  padding-top: 0px !important;
  margin-top: -7px !important;
}

.coursehighlights,
.learnbox {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
}
.coursehighlights ul li span {
  padding-bottom: 8px;
}
.coursefirstcol .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
  background: #fff;
  margin-right: 10px;
  border-radius: 8px;
}
.courseoverviecol {
  background-color: #fff;
}
.clasoverviewpara {
  margin-bottom: 0px !important;
  margin-top: 5px;
}
.courseoverviewborder {
  border-right: 1px solid #7a859538;
}
.coursecoaibox {
  color: #02c089;
  font-weight: bold;
}
.teamsoncoure .kt-blocks-info-box-link-wrap {
  background: #f7fafc00;
}

.loginpopupsocial label {
  width: 100%;
  text-align: left;
}
.loginpopupsocial input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #dadada !important;
  background: #fff;
  border-radius: 8px;
  margin-right: 10px;
  line-height: 23px;
  height: 36px;
  width: 100%;
  max-width: 378px;
  padding-left: 10px;
  display: inline-block;
  margin-bottom: 8px;
  margin-top: -2px;
  font-family: "Inter", Sans-serif;
}

.loginpopupsocial p {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

p.login-submit {
  text-align: center;
  width: 100%;
}
p.login-submit input#wp-submit:hover {
  border-radius: 99px;
  background: #fff;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.06),
    0px 2px 4px 0px rgba(16, 24, 40, 0.06);
  color: #01A173 !important;
}
p.login-submit input#wp-submit {
  float: none;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  background-color: #01A173;
  line-height: 21px;
  border-radius: 99px;
  padding: 12px 20px;
  color: #fff;
  text-align: center;
  height: auto;
}

p.login-remember {
  /* display: flex; */
  /* align-items: center; */
}

.loginpopupsocial input#rememberme {
  display: block;
  padding-right: 2px !important;
  float: left;
  margin-right: 8px;
  margin-bottom: -9px;
  width: auto;
  /* padding-top: 10px ! IMPORTANT; */
  height: 28px;
}

.page-template-course-page .kt-accordion-panel-active {
  border-bottom: none !important;
}
.page-template-course-page .kt-accordion-panel-inner p {
  line-height: 21px;
}

.locked {
  position: relative;
}

.lock-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 8%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.lock-symbol {
  color: #000;
}

.blur-text {
  filter: blur(4px);
  pointer-events: none;
}
/* ==========Subscribe Bottom============ */

.subscribe-bottom .row {
  align-items: center;
}
.subscribe-bottom {
  border-radius: 0px 0px 12px 12px;
  position: relative;
  background-position: center;
  background-size: cover;
  padding: 20px 25px !important;
  width: 100% !important;
  background-image: url(/wp-content/themes/coaico-child/assets/images/subscribebottombg.png);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -16px;
  z-index: 9;
}
.forprotab .col-lg-8 .container {
  padding-left: 0px;
  padding-right: 0px;
}
h7.subscribeb-bottomtitle {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
  padding-left: 10px;
  border-right: solid 2px #525252;
  padding-right: 33px;
}
.subscribe-bottompara {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  font-family: "Inter", sans-serif !important;
}
.subscribe-bottombtn a {
    background-color: #01A173;
    color: #fff;
    padding: 10px 20px;
    border-radius: 99px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}
.subscribe-bottombtn a:hover {
  border-radius: 99px;
  background: #fff;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.06),
    0px 2px 4px 0px rgba(16, 24, 40, 0.06);
  color: #01a173 !important;
}
.subscribe-bottombtn {
  display: flex;
  justify-content: end;
}
.subscribe-bottomcol {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  h7.subscribeb-bottomtitle {
    padding-left: 0px;
    padding-right: 0px;
  }

  .subscribe-bottomcol img {
    display: none;
  }
  span.subscribe-bottompara {
    display: none;
  }
  h7.subscribeb-bottomtitle {
    border-right: 0px;
  }
  .subscribe-bottombtn {
    justify-content: center;
    padding-top: 15px;
  }
  .col-lg-4.subscribe-bottomcol {
    justify-content: center;
  }
  .subscribe-bottom {
    background-position: left;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .subscribe-bottombtn {
    display: flex;
    justify-content: center;
    padding-top: 15px;
  }
  .subscribe-bottom {
    text-align-last: center;
  }
  .subscribe-bottomcol {
    display: block;
    padding-bottom: 15px;
  }
  .PartnerLoginRowcontent {
    display: block !important;
    text-align: center;
    padding-top: 15px;
    /* max-width: 300px; */
    margin: 0 auto;
  }
}

div#loginForm {
  padding-top: 35px;
}
.kt-accodion-icon-style-arrow
  .kt-blocks-accordion-header.kt-accordion-panel-active
  .kt-blocks-accordion-icon-trigger:after,
.kt-accodion-icon-style-arrowcircle
  .kt-blocks-accordion-header.kt-accordion-panel-active
  .kt-blocks-accordion-icon-trigger:after {
  background: #01a173 !important;
}
.kt-accodion-icon-style-arrow .kt-blocks-accordion-icon-trigger:after,
.kt-accodion-icon-style-arrow .kt-blocks-accordion-icon-trigger:before,
.kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-icon-trigger:after,
.kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-icon-trigger:before {
  content: "";
  height: 2px;
  position: absolute;
  top: 11px;
  transition: all ease-in-out 0.1333333333s;
  width: 12px;
  background: #01a173 !important;
}
.Grid-list .subscribe-bottom {
  border-radius: 12px;
  margin-top: 5px;
}

.signupsection path {
  /* fill: #fff; */
  stroke: #fff;
}
.PartnerLoginRowtitle {
  margin-bottom: 16px;
}
div#loginForm svg {
  max-height: 37px;
}
img#modalLogo {
  max-height: 48px;
  /* margin-bottom: 15px; */
}
.row.partnerlogorow .col-lg-12 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  max-width: 100%;
}
#popupModal h2.partnername {
  padding-bottom: 0px;
  font-size: 32px;
}
.search-template h2 {
  line-height: 21px;
}

/** Sector Page **/
.page-template-sector-page .wp-block-image img {
    width: 100%;
}
.wp-block-image {
  margin: 0px !important;
}
.sectormenu-container {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.sectormenu {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  width: 100%;
  padding-top: 10px;
  border-radius: var(--radius-none, 0px) var(--radius-none, 0px) 8px 8px;
  opacity: var(--sds-size-stroke-border);
  background: var(--White-Contrast, #fff);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  list-style: none;
  justify-content: space-around;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
}
a.linkactive {
    border-bottom: solid 2px #02c089;
    color: #000 !important;
}
.sectormenu li {
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
.sectormenu a {
  color: var(--New_Interaction, #475467);
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  min-height: 35px;
  display: inline-block;
  text-wrap: nowrap;
  /* padding-left: 20px; */
  /* padding-right: 20px; */
}
.sectormenu::-webkit-scrollbar {
  display: none; /* Hide scrollbar */
}

.membership_promotion {
    border-radius: 8px;
    opacity: var(--sds-size-stroke-border);
    background: #000;
    backdrop-filter: blur(4px);
    text-align: center;
    padding-bottom: 25px;
    overflow: hidden;
}

.membership-header {
    border-radius: 8px 8px var(--radius-none, 0px) var(--radius-none, 0px);
    opacity: var(--sds-size-stroke-border);
    background: #01a173;
    backdrop-filter: blur(2px);
    color: var(--White-Contrast, #fff);
    font-family: "Space Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 18px;
    text-align: center;
}
.membership_promotion.unbounce {
    padding-bottom: 9px;
}

.membership_promotion.unbounce p {
    margin-top: 10px;
}
.unbounce .membership-content {
    min-height: 160px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px;
    line-height: 21px;
    align-content: center;
    margin-top: 25px;
    margin-bottom: 6px;
    text-align: center;
    color: #fff;
    padding: 19px 30px 10px 30px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: left;
    width: 100%;
    background: none !important;
}
.membership-content {
    text-align: center;
    color: #fff;
    padding: 33px 30px 19px 35px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: left;
    width: 100%;
    background: url(/wp-content/themes/coaico-child/assets/images/crown.svg);
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px;
    line-height: 21px;
    align-content: center;
    margin-top: 25px;
    margin-bottom: 6px;
}
.membership_promotion p {
    color: var(--White-Contrast, #fff);
    text-align: center;
    font-family: "Inter", Sans-serif !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 2%;
    padding-right: 2%;
    display: inline-block;
}

.membership_promotion a.kb-button.kt-button.button {
    display: inline-block;
    float: none !important;
    margin: 0 auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 99px;
    background: #01a173;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #fff;
    padding: 10px 20px;
}

.membership-Become {
  color: var(--White-Contrast, #fff);
  text-align: center;
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  padding-top: 34px;
}

h2.membership-title {
  text-align: center;
  width: 100%;
  color: var(--White-Contrast, #fff);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.sectorstickymenu {
  top: 64px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 9;
}

.top-tools-section {
  display: flex;
  text-wrap: nowrap;
  padding: 4px 12px;
  cursor: pointer;
  font-size: 12px;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
.toptools-button:hover,.leaderboard-categories a:hover {
    color: #01A173;
}
.toptools-button {
  display: inline-block;
  text-wrap: nowrap;
  padding: 4px 12px;
  background-color: #F0F7F0;
  cursor: pointer;
  border-radius: 99px;
  border: 1px solid var(--cat17, #F0F7F0);
  opacity: var(--sds-size-stroke-border);
  background: rgba(27, 139, 154, 0.12);
  color:#01A173;
  text-align: center;
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.toptools-button {
  display: inline-block;
  text-wrap: nowrap;
  padding: 4px 12px;
  background-color: #F0F7F0;
  cursor: pointer;
  border-radius: 99px;
  border: 1px solid var(--cat17, #F0F7F0);
  opacity: var(--sds-size-stroke-border);
  background: rgba(27, 139, 154, 0.12);
  color:#01A173;
  text-align: center;
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.sector-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px;
  justify-content: flex-start;
  align-items: center;
}

.sector-toc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  padding: 6px 16px;
  background-color: rgba(27, 139, 154, 0.12);
  cursor: pointer;
  border-radius: 99px;
  border: 1px solid var(--cat17, #F0F7F0);
  color: #01A173;
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.sector-toc-button:hover {
  background-color: rgba(27, 139, 154, 0.2);
}
.morebutton {
  display: inline-block;
  text-wrap: nowrap;
  border-radius: 99px;
  padding: 4px 12px;
  cursor: pointer;
  font-size: 12px;
  border-radius: 99px;
  border: 1px solid #01A173;
  background: #01A173;
  color: #fff;
  text-align: center;
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 150% */
}
.morebutton:hover {
  border-radius: 99px;
  background: #fff !important;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.06),
    0px 2px 4px 0px rgba(16, 24, 40, 0.06);
  border: none;
  color: #000000 !important;
  padding: 4px 13px;
}
.wp-block-kadence-image {
  float: left;
}
.wp-block-kadence-image:not(:last-child) {
  margin-bottom: 0px !important;
}

.monthlyrange-contener {
  display: inline-block;
  border-radius: var(--radius-sm, 6px);
  border: var(--sds-size-stroke-border) solid rgba(157, 134, 253, 0.08);
  opacity: var(--sds-size-stroke-border);
  background: rgba(157, 134, 253, 0.06);
  width: 100%;
  padding-top: 16px;
  padding-left: 20px;
  padding-bottom: 16px;
  padding-right: 20px;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}

.leftpart {
  color: var(--New_Body-2, #474747);
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-right: rgba(157, 134, 253, 0.2) solid 1px;
  padding-right: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pricingsection span {
  color: var(--New_Body-2, #474747);
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pricingsection {
  display: flex;
  gap: 25px;
  background: url(/wp-content/themes/coaico-child/assets/images/gradientbottomborder-v2.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 10px;
}
html {
  scroll-padding-top: 100px; /* Adjust this value to match your header's height */
}

.filter-pills-transparent {
  background: transparent;
  border: 1px solid transparent;
}
.namelink {
  display: inline;
  /*align-items: flex-end;*/
  white-space: nowrap;
  vertical-align: bottom;
}
.namelink a {
  margin-right: 2px;
}
.admin-edit a {
  font-size: 0.7rem;
  font-weight: normal;
  color: red;
}

.overbold a:hover {
  font-weight: bold;
  text-decoration: underline !important;
  color: #fff !important;
}

.overbold a {
  text-decoration: underline;
}
.associatedlinks a {
  text-decoration: underline;
}
.maintainedby a:hover {
  text-decoration: underline;
}

.joinnowsection {
    border-radius: 8px;
    display: flex;
    margin-bottom: -5px;
    gap: 6px;
    background: #FAF7F7;
    padding: 12px 16px;
}

.joinnow {
    color: var(--New_Body-2, #474747);
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 12px;
}
.joinnow svg {
    min-width: 56px;
}
a.joinnowbutton:hover {
	opacity: 0.4;
	color: var(--New_Interactions-and-selected-header, #01a173);
}
a.joinnowbutton {
    border-radius: 99px;
    border: 1px solid var(--New_Interactions-and-selected-header, #01a173);
    opacity: var(--sds-size-stroke-border);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--New_Interactions-and-selected-header, #01a173);
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-wrap: nowrap;
    line-height: 20px;
    max-height: 38px;
}







 /* Style for the container */
     .read-more-container {
    position: relative;
    width: 100%;

}

        /* Full content display by default on desktop */
.read-more-text {
color: #000;
font-family: "Inter", Sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}

        /* Truncate text on mobile */
      .mobile-truncated {

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: normal;
}
        /* Style for the "Read More" link */
        .read-more-link {
            display: none;
            cursor: pointer;

        }

        /* Media query to apply mobile styling */
        @media only screen and (max-width: 768px) {
            .read-more-text {
                display: -webkit-box;
                -webkit-line-clamp: 2; /* Number of lines to show */
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
            }

            .read-more-link {
                display: inline;
            }
        }

        /* Show full content and hide link after click */
        .full {
            display: block;
            -webkit-line-clamp: unset;
            white-space: normal;
        }

        .read-more-link.hide {
            display: none;
        }


a#readMoreLink {
    opacity: var(--sds-size-stroke-border);
    color: var(--White-Contrast, #FFF);
    font-family: 'Space Grotesk';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.partnerabout{
    margin-right: 0px;
    margin-left: 30px;
}

.offercontener {
    border-radius: 8px;
    background: #FFF;
    overflow: hidden;
    margin-top: 40px;
    display: inline-block;
    padding-bottom: 12px;
}
.partnerlogorow {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.partnerlogorow h2.partnername {
    text-align: left;
    margin-top: 0px;
    color: var(--new-all-headers-sub-headers, #000);
    /* text-align: center; */
    font-family: "Space Grotesk";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.offercontener .services-list {
    float: left;
    width: 100%;
    text-align: left;
    min-height: 55px;
    border-bottom: solid rgba(122, 133, 149, 0.25) 1px;
    padding-bottom: 20px;
    margin-top: 20px;
    /* display: inline-block; */
    margin-bottom: 20px;
}
.partnerlogo {
    /* width: 146px; */
    /* height: 146px; */
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid var(--New_Background-Grey, #F3F3F3);
    background: rgba(243, 243, 243, 0.25);
    padding: 17px;
}
.partnerlogo img#modalLogo {
    width: auto;
    height: 100% ! IMPORTANT;
    max-height: 112px;
}

.offercontener .partneraboutcolumn {
    /* border-right: 1px rgba(122, 133, 149, 0.25) solid; */
    /* padding-right: 30px !important; */
    margin-right: 0px;
    margin-left: 0px;
    display: inline-block;
}

.procontner {
    text-align: center;
    border-radius: 6px;
    background: var(--New_Interactions-and-selected-header, #01a1730f);
    margin: 12px;
    overflow: hidden;
    height: 98%;
}

.procontent {
    background-size: cover !important;
    padding: 45px;
    background: url(/wp-content/themes/coaico-child/assets/images/probg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 20px;
}

.prologin {
    padding: 22px;
    padding-left: 40px;
    padding-right: 40px;
}

.procontent h3 {
    color: var(--new-all-headers-sub-headers, #000);
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.procontent p {
    color: var(--New_Body-2, #474747);
    text-align: center;
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.gopobutton:hover {
	    border-radius: 99px;
    background: #fff !important;
    box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.06), 0px 2px 4px 0px rgba(16, 24, 40, 0.06);
    border: none;
    color: #01a173 !important;
}
.prologin .partnerpara p {
    color: #000000 !important;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
}
h3.wp-block-heading {
    font-size: 20px;
}
a.backtooffer {
    color: var(--New_Body-2, #474747);
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    margin-bottom: 25px;
    display: inline-block;
}

a.backtooffer svg {
    width: 18px;
    /* margin-bottom: 20px; */
    margin-right: 8px;
    margin-top: -2px;
}

h3.protitle {
    color: var(--New_Interactions-and-selected-header, #01A173);
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.gopobutton {
    border-radius: 99px;
    background: #01A173;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #fff !important;
   font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: inline-flex;
    padding: 10px 35px;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xs, 4px);
    text-wrap: nowrap;
    text-decoration: none ! IMPORTANT;
    margin-bottom: 25px;
    max-width: 280px;
    width: 100%;
}



.prologin .nsl-container-buttons {
    margin: 0 auto;
    width: 100%;
    float: none;
    text-align: center;
}

.prologin .nsl-container.nsl-container-block {
    text-align: center;
    max-width: 280px;
    display: inline-block;
    width: 100%;
}


.beehiiv-form {
    margin-left: 0;
    margin-right: auto;
    display: block;
    max-width: 90%;
}
.beehiiv-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  white-space: nowrap;
  border-width: 0px;
}
.beehiiv-subscribe {
    tab-size: 4;
    box-sizing: border-box;
    margin: 0px;
    appearance: none;
    display: block;
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(122, 133, 149, 0.50);
    background: var(--Colors-Background-bg-primary, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--New-Body-3, #7A8595);
    text-overflow: ellipsis;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
    display: flex;
    height: 40px;
    padding: var(--spacing-lg, 12px) 14px;
    align-items: center;
    gap: var(--spacing-md, 8px);
    flex-shrink: 0;
    align-self: stretch;
}
.beehiiv-button {
    white-space: pre;

    tab-size: 4;
    box-sizing: border-box;
    border: 1px solid transparent;
    margin: 0px;

    height: 100%;

    min-width: 100px;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.2s;

    background: #0D141C;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    width: 100%;
    display: fle;
    padding: 10px 14px;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xs, 4px);
    align-self: stretch;
    color: var(--Component-colors-Components-Buttons-Primary-button-primary-fg, #FFF);
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
	    border-radius: 99px;
    line-height: 20px;
}
.gopobutton {
    border-radius: 99px;
    background: #01a173;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #fff !important;
   font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: inline-flex;
    padding: 10px 35px;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xs, 4px);
    text-wrap: nowrap;
    text-decoration: none ! IMPORTANT;
    margin-bottom: 25px;
    max-width: 280px;
    width: 100%;
}
.footerform form.beehiiv-form {
    display: flex;
    max-width: 100%;
    /* min-width: 533px; */
}

.footerform .beehiiv-button {
    border-radius: 99px;
    background: var(--New_Interactions-and-selected-header, #01A173);

/* Shadows/shadow-xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xs, 4px);
    height: auto;
    margin-left: 14px;
}
.footer .footerform form.beehiiv-form .beehiiv-subscribe {
    width: 100%;
    display: block;
    min-width: 253px;
}
.footerform form.beehiiv-form .beehiiv-subscribe {
    width: 100%;
    display: block;
    min-width: 100%;
}
.prologin ol {
    margin: 0 auto;
    padding: 0 20px 0px 20px;
    margin-bottom: 12px;
}

.prologin ol li {
    color: var(--new-all-headers-sub-headers, #000) !IMPORTANT;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    margin-bottom: 2px;
	    text-align: left;
}


.prologin .nsl-container-buttons {
    margin: 0 auto;
    width: 100%;
    float: none;
    text-align: center;
}

.prologin .nsl-container.nsl-container-block {
    text-align: center;
    max-width: 280px;
    display: inline-block;
    width: 100%;
}

.partnerpara p, .partnerpara li {
    color:#474747 !important;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.partnername {
    color: var(--new-all-headers-sub-headers, #000);
    font-family: "Space Grotesk";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.partnerinfosection .services {
    margin: 3px;
    padding-left: 6px;
    padding-right: 6px;
	font-size: 11.5px;
}

a.backtooffer:hover path, a.backtooffer:hover svg {
    stroke: #01a173;
}
.partnerpara li {
    text-align: left;
}
.partnerpara.Terms-Conditions p {
    font-size: 12px;
}
.partnerabout .partnerpara p {
    margin-bottom: 0px;
}
.leaderboard-categories a {
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
    padding-top: 4px;
    padding-bottom: 4px;
    text-wrap: nowrap;
    border-radius: 99px;
    background: #F0F7F0;
    color: var(--New_Interactions-and-selected-header, #01A173);
    text-align: center;
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.leaderboard-categories {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}
.leaderboard-categories a#btnApply:hover {
    /* color: #fff ! IMPORTANT; */
    border-radius: 99px;
    background: #fff !important;
    box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.06), 0px 2px 4px 0px rgba(16, 24, 40, 0.06);
    color: #000000 !important;
}
.leaderboard-categories a#btnApply {
    display: block;
    float: left;
    padding: 4px 12px;
    color: #fff;
    background: #01A173 !important;
    font-size: 12px;
    font-weight: 500;
}

/** HOme page banner **/

.main_title {
    color: #070000;
    font-family: "Space Grotesk";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 118%;
    float: left;
    width: 100%;
    margin-bottom: 32px;
}

ul.sub-title-listing li {
    border-radius: 3px;
    background: #000;
    display: block;
    padding: var(--spacing-xxs, 2px) var(--spacing-sm, 6px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #fff ! IMPORTANT;
    width: max-content;
    color: #FFF;
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 4px 7px;
}

ul.sub-title-listing {
    float: left;
    width: 100%;
    margin: 0px;
}
ul.tags-listing li {
    border-radius: 8px;
    background: #F0F7F0;
    list-style: none;
    margin-bottom: 0px;
    padding: 8px 12px;
    text-wrap: nowrap;
}

ul.tags-listing {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    float: left;
}

span.tag_title {
    color: #0A6047;
    font-family: "Inter", Sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 23.8px */
}

span.tag_number {
    border-radius: 3px;
    background: #01A173;
    color: #FFF;
    font-family: "Inter", Sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 23.8px */
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
}
a.join_for_free:hover{
	border-radius: 99px;
    background: #fff;
    box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.06), 0px 2px 4px 0px rgba(16, 24, 40, 0.06);
    color: #000000 !important;
}
a.join_for_free {
    border-radius: 90px;
    background: #01A173;
    padding: 10px var(--spacing-2xl, 20px);
    color: #FFF;
    font-family: "Inter", Sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    margin-top: 55px;
    float: left;
    width: fit-content;
    text-wrap: nowrap;
}
.bottomtext {
    float: left;
    width: 100%;
    margin-top: 16px;
    color: #070000;
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


/** ai_data_explorer_sidebar **/

.ai-data-explorer ul li {
    border-radius: var(--radius-sm, 6px) !important;
    border: 1px solid #DFDFDF !important;
    padding: 12px !important;
    margin-bottom: 10px !important;
    min-height: 110px !important;
}

.ai-data-explorer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ai-data-explorer .title {
    color: #000;
    /* font-family: 'Inter'; */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ai-data-explorer .disc {
    color: #666464;
    /* font-family: Inter; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
}
span.login-popupcontent a {
    color: #01A173 !important;
    display: inline-block;
}
.use-cases-listing span {
    /* display: flex; */
    padding: 4px 6px;
    /* justify-content: center; */
    /* align-items: center; */
    /* gap: 8px; */
    color: #070000;
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 16.8px */
    border-radius: 8px;
    background: #F0F0F0;
	margin-right:4px;
}

.use-cases-listing {
    margin-top: 15px;
}

.ai-data-explorer .slick-list.draggable {
    height: auto !important;
}
.ai-data-explorer img {
    float: left;
    margin-right: 20px;
    max-height:70px !IMPORTANT;
    max-width:80px !important;
    filter: none !IMPORTANT;
}
 .ai-data-explorer {
            max-height: 600px; /* Adjust height as needed */
            overflow: hidden;
            position: relative;
        }
 .ai-data-explorer:before {
		content: "";
		background: linear-gradient(177deg, #fefafa 0.21%, rgba(253, 250, 244, 0) 93.67%) !important;) !important;
		position: absolute;
		left: 0;
		z-index: 9;
		width: 100%;
		height: 100px;
		top: 0;
		}
 .ai-data-explorer:after {
		content: "";
		background: linear-gradient(3deg, #fffafa 0.21%, rgba(253, 250, 244, 0) 93.67%) !important;
		position: absolute;
		left: 0;
		z-index: 9;
		width: 100%;
		height: 100px;
		bottom: 0;
		}





.pro-banner li {
    color: #fff ! IMPORTANT;
}

a.kb-button.kt-button.button.graybutton {
    background: #01a173 !important;!i;!;
}

.rightsiebarsection {
    border-left: #E7E8E9 solid 1px;
    padding-left: 30px;
    margin-left: 30px;
}

.bottomtext a {
    color: #000;
}
.categorywrap .categoryname a {
    color: #fff !important;
    text-decoration: none;
}

.bannerbox1 {
    bottom: 15px ;
}
.bannerbox3 {
    position: absolute ! IMPORTANT;
    left: 40px;
    top: 48px;
    width: 53%;
}


.bannerbox1 h2, .bannerbox3 h2, .bannerbox2 h2 {
		margin-top:5px !important;
    }
.probannerimg img {
	width:100% !important;
}

  .hidden {
            display: none !important;
}
a.have-coupon-link {
    color: #01a173 !important;!i;!;
    font-weight: 400 !important;!i;!;
}


/* CSS */
.mepr-checkbox-field input[type="checkbox"] {
  appearance: none; /* Remove default styling */
  width: 20px;
  height: 20px;
  background-color: #eee;
  border: 2px solid #ccc;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.3s;
      margin-bottom: -3px;
}

.mepr-checkbox-field input[type="checkbox"]:checked {
  background-color: #01a173;
  border-color: #01a173;
}

.mepr-checkbox-field input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.mp_wrapper .mp-form-row label {
    display: inline !important;
    color: #000;
    font-weight: 400;
}

span.post_author {
    color: #475467;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.artcilesinglepage .Published-on time {
    color: #475467;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
}
.bloginfocontent {
    display: flex;
    margin-bottom: 20px;
}

.articleclright {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}


.researchlist .published-date {
    position: relative;
    padding-left: 20px;
}
.researchlist .published-date:before {
    content: "";
    border-radius: 100%;
    opacity: 0.1;
    background: #101828;
    position: absolute;
    width: 6px;
    height: 6px;
    margin-top: 6px;
    margin-left: -12px;
}
.secondbanner a {
    text-decoration: none ! IMPORTANT;
}

.secondbanner a:hover {
    color: #fff !important;
    text-decoration: underline ! IMPORTANT;
}
.recent-post-title a:hover {
    text-decoration: underline ! IMPORTANT;
    color: #000 !important;
}

.pro-member .pro-banner  {
	display:none;
}
.research-info .datesection time {
    font-size: 12px;
}


.mepr_error a {
    color: #01A173;
    text-decoration: underline;
}

.valuetext {
    position: absolute;
    right: 45px;
    top: 32px;
    /* display: flex; */
    padding: var(--spacing-xxs, 2px) var(--spacing-sm, 6px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 3px;
    background: #01A173;
    color: #FFF;
    font-family: "Inter", Sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
a.kb-button.kt-button.button.videosbutton.wp-block-kadence-singlebtn {
    color: #01A173 !important;
    background: #F0F7F0 ! IMPORTANT;
    font-size: 12px;
    padding: 4px 12px ! IMPORTANT;
}

a.kb-button.kt-button.button.videosbutton.activebutton.wp-block-kadence-singlebtn {
    background: #01A173 ! IMPORTANT;
    color: #fff !important;
}


.savings_text {
    display: inline-block;
    color: #01A173;
     font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.mepr_error li {
    background: transparent ! IMPORTANT;
    border: none ! IMPORTANT;
}
.page-template-sector-page .siciallinks {
    margin-top: 0px;

}


/** Account Page */

#mepr-account-nav {
    float: left;
    width: 100%;
    border-bottom: solid 1px #e7dede;
    min-width: 100%;
}

.mepr-active-nav-tab {
    border-bottom: #02c089 solid 2px;
    color: #000;
}

.mepr-nav-item a {
    text-decoration: none;
    color: #475467;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    /* text-transform: uppercase; */
    float: left;
    margin-right: 10px;
    line-height: 20px;
    /* opacity: 0.5; */
    min-height: 35px;
    margin-top: 10px;
    text-align: center;
    margin-left: 10px;
}

#mepr-account-nav span.mepr-nav-item {
    float: left;
    text-align: center;
}
.mp_wrapper table.mepr-account-table td,.mp_wrapper table.mepr-account-table th {
    padding: 10px !important;
    font-size: 13px;
}
.mepr-active-nav-tab a {
    color: #000;
}
.mp_wrapper table.mepr-account-table th {
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: "Inter", sans-serif !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    color: #475467;
    text-wrap: nowrap;
    -webkit-font-smoothing: unset;
    border: none;
    /* border-radius: 7px 7px var(--radius-none, 0px) var(--radius-none, 0px); */
    background: rgba(122, 133, 149, 0.18);
}


.mp_wrapper.mp_login_form {
    margin: 0 auto;
    max-width: 500px;
    margin-top: 80px !important;
}

input#wp-submit {
    float: none;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    background-color: #01A173;
    line-height: 21px;
    border-radius: 99px;
    padding: 12px 20px;
    color: #fff;
    text-align: center;
    height: auto;
    min-width: 200px;
    border: none;
}

.mepr-login-actions a {
    color: #01A173 !important;
}
.beehiiv-success {
    color: #01A173 !important;
    margin: 10px 0;
}
.beehiiv-error {
    color: #dc3545 !important;
    margin: 10px 0;
}

.pro-member .membership_promotion {
    display: none;
}

.pro-member .membership_promotion.unbounce {
    display: block;
}
.membership_promotion.unbounce {
    display: none;
}

.membership-title svg {
    max-height: 85px !important;
}


/** Ads section */

.adssection {
    /*border: solid 1px #dee0e5;*/
    border-radius: 9px;
    float: left;
    width: 100%;
    /* margin-top: 68px; */
    overflow: hidden;
    display: block;
    padding: 15px 0;
    position: relative;
}

.sponsor {
    color: #a9adb6;
    font-weight: 500;
    margin-bottom: 10px;
}

.logo-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.titlesection {
    color: black;
    /*font-size: 20px;*/
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;
}

.adsdisc {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
}

a.sponsorlink {
    color: #a9adb6;
    font-weight: 500;
}

.adslogo img {
    width: 106px;
}
.adscontener {
    border-bottom: 1px solid rgba(16, 24, 40, 0.1);
    padding-bottom: 20px;
    margin-bottom: 14px;
}
a.sponsorlink:hover {
    color: #01A173 !important;
}
.adssection-sidebar .logo-main {
    display: block;
}

.adssection-sidebar .adsdisc {
    margin-top: 10px;
}
.video-content h3 a {
    font-family: "Space Grotesk", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #101828;
    padding-bottom: 0px !important;
    float: left;
    width: 100%;
    text-decoration: none;
    margin-bottom: 5px !important;!i;!;
}


.video-content p {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.video-content {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.video-categories {
    float: left;
}

span.category-label {
    text-wrap: nowrap;
    text-decoration: none;
    overflow: hidden;
    color: #01A173;
    text-overflow: ellipsis;
    font-family: "Inter", sans-serif !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.videocategoryname-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    float: left;
    flex-wrap: wrap;
    position: relative;
    gap: 5px;
}

.videocategoryname-list a {
    text-wrap: nowrap;
    text-decoration: none;
    overflow: hidden;
    color: #01A173;
    text-overflow: ellipsis;
    font-family: "Inter", sans-serif !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0px !important;!i;!;
}

.videocategoryname-list .list {
    float: left;
    color: #01A173;
    font-weight: 200;
}

.video-content .entry-title {
    float: left;
    width: 100%;
}

.video-item {
    float: left;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(16, 24, 40, 0.1);
}

.video-thumbnail img {
    width: 100%;
}

.coai-banner {
    float: left;
    border-top: 1px solid rgba(16, 24, 40, 0.19);
    margin-top: 30px;
	width:100%;
  text-align: center;

}
.coai-banner-wrap .coai-banner {
    border-top: none;
    margin-top: 0px;
    margin-bottom: 23px;
    border-bottom: 1px solid rgba(16, 24, 40, 0.19);
    padding-bottom: 28px;
    text-align: center;
}

.coai-banner-wrap h3 {
font-size: 8px;
}
.coai-banner h3 {
    color: #101828;
    font-family: "Inter", sans-serif !important;
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
}

.coai-banner img {
    border-radius: 8px;
}
#news-listing,#listing  {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
