/*Social share*/
.btn.btn_share:hover, .btn.btn_share {
    /* background: linear-gradient(150deg, #a26aad 0%, #01cc90 100%); */
    background-color: var(--secondary-color);
}
.btn_share:hover .icons__icon {
  transform: translateY(1%);
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.btn_share:hover .text {
    opacity: 0;
}
.btn_share .icons {
    opacity: 0;
}
.btn_share:hover .icons {
    opacity: 1;
}    
.btn_share:hover .icons__icon:nth-child(1) {
  transition-delay: 30ms;
}
.btn_share:hover .icons__icon:nth-child(2) {
  transition-delay: 60ms;
}
.btn_share:hover .icons__icon:nth-child(3) {
  transition-delay: 90ms;
}
.btn_share:hover .icons__icon:nth-child(4) {
  transition-delay: 120ms;
}
.btn_share:hover .icons__icon:nth-child(5) {
  transition-delay: 150ms;
}    
.btn_share .icons {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 7px;
}
.btn_share .icons__icon {
  background: #fff;
  height: 30px;
  width: 30px;
  border-radius: 9999px;
  padding: 1px;
  transform: translateY(60%);
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.icons__icon:nth-child(1) {
  transition-delay: 20ms;
}
.icons__icon:nth-child(2) {
  transition-delay: 40ms;
}
.icons__icon:nth-child(3) {
  transition-delay: 60ms;
}
.icons__icon:nth-child(4) {
  transition-delay: 80ms;
}
.icons__icon:nth-child(5) {
  transition-delay: 100ms;
}
.icons__icon svg {
    stroke: #000;
    width: 20px;
    height: 20px;
}
/*Share ends*/
/* quantzig css 18/08/2023 */
.post-tags a {
  font-size: 13px;
  color: rgba(65, 86, 117, 1);
  border-color: rgba(65, 86, 117, 1);
}
.post-tags a:hover {
  background: transparent;
  border-color: var(--bg-secondary);
}
.stickyleftSideBar {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
#ez-toc-container nav {
	max-height: 450px;
	overflow-y: auto;
}
div#ez-toc-container {
  border:0;
  padding: 15px;
  background: #fff8f2;
}
.color-gradient {
  background: linear-gradient(103.22deg, #FB4A1A -13.86%, #425466 99.55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
div#ez-toc-container .ez-toc-title {
  font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: #fb4a1a;
    margin-bottom: 0;
}
div.ez-toc-counter nav ul li a::before {
  transform: rotate(0deg);
  width: 8px;
  font-size: 27px;
  width: 7px;
  height: 8px;
  background: url(./bullets.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 7px;
  position: relative;
  content: '';
}
.ez-toc-counter ul {
    direction: ltr;
    counter-reset: item;
}
#ez-toc-container ul, #ez-toc-container li {
    margin: 0;
    padding: 0;
}
div#ez-toc-container ul li {
    display: flex;
    margin-bottom: 2px;
}
div#ez-toc-container ul li, div#ez-toc-container ul li a {
    font-weight: 500;
}
div#ez-toc-container ul li, div#ez-toc-container ul li a {
    font-size: 95%;
}
#ez-toc-container ul, #ez-toc-container li, #ez-toc-container ul li, div.ez-toc-widget-container, div.ez-toc-widget-container li {
    background: none;
    list-style: none none;
    line-height: 1.6;
    margin: 0;
    overflow: hidden;
    z-index: 1;
}
div#ez-toc-container ul.ez-toc-list a {
    color: #444444;
}
div#ez-toc-container ul li, div#ez-toc-container ul li a {
    font-weight: 500;
}
.ez-toc-counter nav ul li a::before {
    content: counter(item, disc) ' ';
    margin-right: .2em;
    counter-increment: item;
    flex-grow: 0;
    flex-shrink: 0;
    float: left;
    min-width: 15px;
    width: auto;
}
div.ez-toc-counter nav ul li a::before {
    transform: rotate(0deg);
    width: 8px;
    font-size: 27px;
    width: 7px;
    height: 8px;
    background: url(./bullets.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 7px;
    position: relative;
    content: '';
}
#ez-toc-container ul, #ez-toc-container li, #ez-toc-container ul li, div.ez-toc-widget-container, div.ez-toc-widget-container li {
    background: none;
    list-style: none none;
    line-height: 1.6;
    margin: 0;
    overflow: hidden;
    z-index: 1;
}

div#ez-toc-container ul.ez-toc-list a.toc_highlighted {
  color: var(--secondary-color);
}
div#ez-toc-container ul li {
  display: flex;
  margin-bottom: 2px;
}
div.ez-toc-title-container {
  border-bottom: 1px solid rgb(251 74 26 / 30%);
  margin-bottom: 6px;
}
.entry-content div#ez-toc-container {
  display: none;
}
.info_h {
  background: #415675;
  background: linear-gradient(270deg, #6786B6 0%, #2D3B50 100%);
}
.border-secondary {
  border-color: var(--secondary-color) !important;
}
.divider-40 {
  width: 40px;
}
.accordion-button:not(.collapsed) {
  background-color: rgba(250, 250, 250, 1);
}
.accordion-item.schema-faq-section {
  margin-bottom: 10px;
}
.accordion-button:focus {
  box-shadow: none;
}
.wp-block-heading,
.heading {
  font-size: 20px;
  color: var(--secondary-color);
  margin-bottom: 1.5rem;
  font-weight: 700 !important;
}
h3.wp-block-heading {
  font-size: 17px;
}
.bloglist .related-posts__details {
  min-height: 195px;
}
.entry-title {
  font-size: 2.5rem !important;
  font-weight: 700;
}
.bg-dark {
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.rc-post .latest-post img {
  overflow: hidden;
  width: 100%;
  max-height: 170px;
  min-height: 170px;
  object-fit: cover;
}
.aligncenter {
  text-align: center;
}
.latest-post img.img-fluid.rounded-top-1.rounded.wp-post-image.lazy.loaded {
  height: 178px;
}
.latest-post
  img.img-fluid.card-img.rounded-top-1.rounded.wp-post-image.lazy.loaded:hover {
  transform: scale(1.05);
}
.latest-post .related-posts__details {
  /* height: 195px; */
}
span.post-date {
  color: #5c6968;
  padding-bottom: 10px;
  display: block;
}
.related-posts__details h4 a {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 72px;
}
.btn:hover {
  color: var(--secondary-color) !important;
}
@media (min-width: 992px){
    section.post-banner.single-post {
        min-height: 210px;
    }
}
@media (max-width: 991px) {
    section.post-banner.single-post {
        background: none !important;
        padding: 25px 0;
    }
}
@media (max-width: 767px) {
    section.post-banner.single-post {
        min-height: 200px;
    }
}
iframe.aligncenter {
    text-align: center;
}
.accordion-button:focus{
    box-shadow: none;
}
.btn-custom {
  border-width: 1px;
}

.btn-custom::before {
    box-shadow:none;
}
ul.wp-block-list {
  list-style: none;
  padding-left: 1rem;
}
ul.wp-block-list li {
  position: relative;
}
ul.wp-block-list li:before {
  color: var(--secondary-color);
    display: inline-block;
    font-size: 14px;
    left: -1rem;
    line-height: normal;
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid;
    top: 7px;
}