/*
Theme Name: chattrik Child
Theme URI: https://them.es/starter
Template: chattrik
Author: chattrik
Author URI: http://localhost/chattrik
Description: Custom
Tags: custom-background,custom-colors,featured-images,flexible-header,microformats,post-formats,rtl-language-support,theme-options,translation-ready,accessibility-ready
Version: 3.3.5.1685056494
Updated: 2025-05-25 23:14:54

*/
:root {
  --lightcolor: #ecf0fc;
  --primary-color: #141F39;
  --secondary-color: #24052F;
  --font-color: #857F87;
  --white: #ffffff;
  --blacK: #000000;

}
body {
  font-family: "Inter", sans-serif;
  font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  color: var(--font-color);
}



h1 {
    font-family: "Space Grotesk", sans-serif;
  font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (1920 - 300)));
}

h2 {
    font-family: "Space Grotesk", sans-serif;
  font-size: calc(26px + (44 - 26) * ((100vw - 300px) / (1920 - 300)));
}

h3 {
    font-family: "Space Grotesk", sans-serif;
  font-size: calc(26px + (40 - 26) * ((100vw - 300px) / (1920 - 300)));
}


h4 {
    font-family: "Space Grotesk", sans-serif;
  font-size: calc(26px + (35 - 26) * ((100vw - 300px) / (1920 - 300)));
}

h5 {
    font-family: "Space Grotesk", sans-serif;
  font-size: calc(26px + (30 - 26) * ((100vw - 300px) / (1920 - 300)));
}
h5 {
    font-family: "Space Grotesk", sans-serif;
  font-size: calc(26px + (26 - 26) * ((100vw - 300px) / (1920 - 300)));
}

.space-p-t {
    padding-top:80px;
}

.space-p-b {
    padding-bottom:80px;
}

.space-p-tb {
    padding:80px 0;
}

.space-m-t {
    margin-top:80px;
}

.space-m-b {
    margin-bottom:80px;
}

.space-m-tb {
    margin:80px 0;
}
.global-btn{
  padding: 10px 20px;
  background-color:#24052F;
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  color: var(--white);
  transition: 0.3s ease-in;
}
.global-btn:hover{
  background-color:var(--primary-color);
   color: var(--white);
  
}
/* Header Css Start*/
header {
  background-color: transparent;
  padding: 20px 0 15px;


}

/* .ctm-header{
    background-color: transparent;
    padding:10px 0;
    transition: all ease-out .5s;
} */
.ctm-active {
  background-color: transparent;
  padding: 10px 0;
  background-color: #FFF;
  transition: all ease-out .5s;
  /* background-color: hsl(261.92deg 89.66% 11.37%); */
}

.navbar-brand img {
  width: 100%;
}

.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 4px;
    padding-left: 4px;
  }
  
.navbar-nav .nav-link.show,
.navbar-nav .show>.nav-link {
  color: #080808;
}

.navbar-nav .active>.nav-link {

  color: #080808;
}

.navbar-nav .nav-link {
  color: #141F39 !important;

  padding: 0 0px;
  margin: 0 15px;
  transition: 0.5s;
  font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 4px;

}


.navbar-light .navbar-nav .nav-link:active {

  color: #0094db;
}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
 
  color: #000000;
}

.navbar-nav .dropdown-menu {
  min-width: 12rem;
  padding: 0;
  color: #fff;
  background-color: #160337;

}

.dropdown-menu a {
  color: #fff !important;
  padding: 12px 15px;
}

.dropdown-menu a:active {
  color: #000000 !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.dropdown-menu a:hover {
  color: #111 !important;
  background-color: #fff !important;
  /*border-bottom: 2px solid #fff!important;
      */
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

#header .header-scrolled {
  padding: 10px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background-color: var(--white-color);
}

.header-search {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 300px;
  margin-left: 20px;
}

.header-search input {
  border: 1px solid #BDC4D4;
  border-radius: 40px;
  position: relative;
  padding: 5px 20px 5px 40px;
}

.header-search button {
  position: absolute;
  border: 0;
  background: transparent;
  left: 8px;
  top: 5px;
}


/* Header Css End*/

/* Home Page Css start*/
.home-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('assets/images/banner-bg.png');
  min-height: 50vh; 
  padding: 80px 0 50px;
  display: flex;

  align-items: center;
  margin-top: -50px;

}

.home-banner h1 {
  font-weight: bold;
  color:var(--primary-color);

}

.home-banner h1 span {
  color: var(--primary-color);
}

.home-banner p {
  font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  color: var(--font-color);
  /* padding-bottom: 40px; */
}

.blog-sec{
  padding: 80px 0;
  position: relative;
}
.custom-card {
    border: 1px solid #D6CFD5;
    border-radius: 11px;
    /*overflow: hidden;*/
    background: #fff;
    padding: 12px;
    max-height: 210px;
}
.custom-card .post-category a{
 color: var(--primary-color);
 display: none;
}
/* .custom-card .post-category h5 a{
   color: var(--primary-color)!important;
} */
.card-img-box {
    background: #F6DAFF;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    max-height: 185px;
}

.card-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-content {
    padding: 12px 18px;
}

.card-content h5 {
     font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
     color: var(--primary-color);
    margin-bottom: 5px;
		min-height:45px;
}
.card-content h5 a{
   color: var(--primary-color)!important;
}
.card-content p {
	min-height:60px;
    color:var(--font-color);
  /*  margin-bottom: 15px; */
	margin-bottom:5px;
    
}

.card-footer-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.author-info-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.author-info-box img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.author-info-box span {
    font-size: 14px;
    font-weight: 500;
    color: #1d2b4f;
}

.author-info-box small {
     font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
     color:#999EAA;
    margin: 0;
    line-height: 1;
    padding-left: 12px;
    border-left: 1px solid #C3C9CF;
}

.read-more {
    color: #5A0899;
    text-decoration: none;
    font-weight: 500;
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    display: flex;
    justify-content: end;
    text-decoration: none!important;
    margin-top: 15px;
}
.read-more:hover {
   color:var(--secondary-color);
}

.read-more:hover {
    text-decoration: underline;
}
.blog-category-section{
  position: relative;
  padding: 70px 0;
}

.right-holder{
  background-color: #FCF6FF;
  height: 100%;
  max-height: max-content;
	  position: sticky;
  top: 100px;
}
.heading-holder{
  position: relative;
  padding: 25px 15px 0px 15px;
}
.heading-holder h6{
    font-weight: 500;
    font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1920 - 300)));
    color: var(--blacK);
    margin: 0;
}
.category-list{
  padding: 20px;
  margin: 0;
  border-bottom: 1px solid #ccc;
}

.right-holder .nav-pills .nav-link{
  border-bottom: 1px solid #D1CCD5;
  padding: 10px 0;
  font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
  color: var(--font-color);
  text-align: left;
  background-color: transparent;
  border-radius: 0;
}
.right-holder .nav-link.active, 
.nav-pills .show>.nav-link{
  font-weight: 500;
  color: #330438;
}
.viewed-post-item{
  display: flex;
  align-items: center;
  padding:8px 15px ;
  margin-bottom: 10px;
}
.viewed-post-item
.post-thumb{
  max-width: 108px;
  width: 100%;
  height: 108px;
  background-color: #F6DCFF;
  object-fit: contain;
  border: 0;
  border-radius: 15px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 10px;
}
.viewed-post-item
.post-thumb img{
  width: 100%;
  height: auto;
}
.post-content{
  width: 100%;
  margin: 10px 0;
}
.post-content h6{
  font-family: "Space Grotesk", sans-serif;
	font-weight:500;
	   font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
}
.post-content h6 a{
      font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 5px;
  
}
.post-content
.post-date{
  font-style: italic;
  color: var(--blacK);
   font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
}
.post-content
.lead-list {
    list-style-type: disc;
    padding-left: 20px;
}
.post-content
.lead-list li {
    margin-bottom: 12px;
      font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
      font-weight: 400;
      color: var(--font-color);
}
.post-content
.lead-list li::marker {
    color: #B526E6; /* your bullet color */
    font-size: 18px; /* optional */
}
.alignnone {
  margin: 5px 20px 20px 0;
  width: 100%;
  height: auto;
}
.cta-card-holder{
  position: relative;
  width: 100%;
  margin:30px 15px 80px 15px;
		

}
.lead-list li strong,
.lead-list li b{
  font-weight: 600;
  color: var(--blacK);
}

.lead-list li h6{
       font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
  text-decoration: none;
  font-weight: 600;
  color: var(--blacK);
}
.post-content a{
  color: #B526E6;
  text-decoration: none;
  
}
.post-content b, strong{
  font-weight: 600;
  color: var(--blacK);
}
.strategy-list {
    list-style: decimal;
    padding-left: 25px;
}

.strategy-list > li {
    margin-bottom: 28px;
    color: #2d2d2d;
}

.strategy-list > li::marker {
    color: #b026ff;
    font-weight: 700;
    font-size: 18px;
}

.strategy-list h4 {
    display: inline;
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)))!important;
    font-weight: 600;
    margin: 0;
    color: var(--blacK);
    line-height: 1;
}

.strategy-list ul {
    list-style: none;
    padding-left: 18px;
    margin-top: 10px;
}

.strategy-list ul li {
    position: relative;
 font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)))!important;
    font-weight: 400;
    color: var(--font-color);
}

.strategy-list ul li::before {
    content: "●";
    color: #b026ff;
    position: absolute;
    left: -18px;
    top: 0;
    font-size: 14px;
}
.lead-number-list {
    counter-reset: list-counter;
    list-style: none;
    padding-left: 0;
}

.lead-number-list li {
    counter-increment: list-counter;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
 
  color: var(--font-color);
}

.lead-number-list li::before {
    content: counter(list-counter);
    position: absolute;
    left: 0;
    top: -1px;
    background: transparent;
  color: #B526E6;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.lead-number-list strong {
    color:var(--blacK);
}

.faq-sec {
  position: relative;
  padding-top: 30px;
}
.faq-sec h3{
  color: #232323;
  font-weight: bold;
   font-size: calc(24px + (36 - 24) * ((100vw - 300px) / (1920 - 300)));
}
.faq-sec p{
  color: #A29D9D;
  font-weight: 400;
   font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
}


.faq-sec .accordion-item {
    box-shadow: 0px 0px 14px rgba(218, 147, 242, 0.25);
    border-radius: 7px;
    border: 0;
    margin-bottom: 10px;
}

.faq-sec .accordion-button {
    color: #232323 !important;
    font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
}
.faq-sec .accordion-button:not(.collapsed):after {
    transform: rotate(0deg);
}
.faq-sec .accordion-button::after {
    transform: rotate(268deg);
}
.faq-sec button:focus:not(:focus-visible) {
  outline: 0;
  border: 0;
  box-shadow: none;
}


.cta-card {
    margin:10px 0px;
    max-width: 380px;
    width: 100%;
    height: 280px;
    background: #3d0b87;
    border-radius: 18px;
    position: relative;
    /* overflow: hidden; */
    padding: 18px;
    color: #fff;
}
.cta-card .cta-tag {
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
   color: var(--white);
    z-index: 99;
    position: relative;
    padding-top: 20px;
}
/* .cta-tag {
     font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
     font-weight: ;
    display: block;
    margin-bottom: 10px;
    opacity: 0.8;
        z-index: 99;
} */

.cta-content h4 {
 font-size: calc(20px + (26 - 20) * ((100vw - 300px) / (1920 - 300)));
    /* line-height: 1.15; */
    font-weight: 400;
    margin-bottom: 18px;
    color: var(--white)!important;
    z-index: 99;
	position:relative;
	max-width:260px;
}

.cta-btn {
    display: inline-block;
    background: #f7a81b;
    color: #000;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 2px;
    transition: 0.3s;
      z-index: 99;
      position: relative;
}

.cta-btn:hover {
 background: #f7a81b;
     color: #000;
}

.cta-image {
    position: absolute;
    bottom: -108px;
    right: -8px;
    z-index: 9;
    /* width: 180px;
    height: 180px; */
}

.circle-bg {
    width: 160px;
    height: 160px;
    background: #f4a622;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.cta-content{
  padding-bottom: 30px;
}
/* .cta-image img {
    position: absolute;
    width: 180px;
    bottom: 0;
    right: 0;
    z-index: 2;
    object-fit: contain;
} */

.social-feed{
  margin-top: 110px;
  
  border-top:1px solid #ccc;
}
.social-feed .social-body{
	padding: 20px 30px;
}
.social-feed-head{
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.inst-icon{
  width: 76px;
  height: 76px;
  border: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border: 1px solid #A829C5;
}
.social-feed .heading-holder{
  padding: 20px 25px 0;
}
.social-feed  h2{
  padding: 20px 20px;
  font-size: 38px;
  font-weight: 600;
  color: var(--blacK);
  position: relative;
}
.social-feed  h2 span{
     color: #0F4F74;
  position: absolute;
  transform: rotate(-92deg);
  left: 44px;
  font-size: 16px;
  line-height: 1;
  top: 33px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* .social-feed
.heading-holder {
  padding: 12px;
} */

/* .social-icons {
    background: #2d0033; 
    padding: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-icons a img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1); 
    transition: 0.3s;
}

.social-icons a:hover img {
    opacity: 0.7;
} */
 .share-link {
    position: relative;
    display: inline-block;
}

.share-btn {
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
}

.share-popup {
    position: absolute;
    top: 45px;
    right: 0;
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    display: none;
    gap: 12px;
    z-index: 999;
    min-width: 220px;
}

.share-popup.active {
    display: flex;
}

.share-popup a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    transition: 0.3s;
    text-decoration: none;
}

.share-popup a:hover {
    transform: translateY(-3px);
    background: #f9a822;
   
}


/*Footer CSS STart*/
.main-footer {
    background-color:#24052F;
    padding: 80px 0px 20px;
}

.foo-logo {
    margin-bottom: 15px;
}
.foo-copyright a {
    text-decoration: none;
    color: #B4B6C4;
    font-weight: 400;
    line-height: 1.5;
}
.foo-inf-holder, .foo-copyright {
    color: #B4B6C4;
}

.foo-inf-holder p {
    line-height: 1.8;
}

.foo-widget-holder h6 {
    font-weight: 600;
   font-size: calc(17px + (20 - 17) * ((100vw - 300px) / (1920 - 300)));
    color: var(--white);
    margin-bottom:15px;
}

.foo-holder {
    padding-bottom: 80px;
}

.foo-nav {
    list-style:none;
    padding-left:0;
    margin-bottom:0;
}

.foo-nav li a {
    font-weight: 400;
     font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
    /* line-height: 1.3; */
    color: #B4B6C4;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
    transition:0.3s ease-in-out;
}

.foo-nav li a:hover {
    color: var(--pri-color);
}

.foo-nav li:last-child a {
    margin-bottom:0;
}

.foo-copyright {
    display: flex;
    justify-content: space-between;
}

.foo-ss-icons {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    margin-bottom: 0;
}

.foo-ss-icons a{
    color: #B4B6C4;
    transition:0.3s ease-in;
}

.foo-ss-icons a:hover {
    color: var(--pri-color);
}

.foo-info-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 25px;
}

.foo-info-list li a {
    display: flex;
    gap: 12px;
    text-decoration: none;
    margin-bottom: 15px;
    color: #B4B6C4;
    font-size: 16px;
    align-items: center;
}

.foo-info-list li:last-child a {    
    margin-bottom: 0px;    
}

.foo-copyright p a {
    color: #B4B6C4;
    text-decoration:none;
}

.foo-copyright p a:hover {
    color: var(--pri-color);    
}
.pp-tc{
    display:flex;
    align-items: center;
    justify-content: end;
    gap:20px;
}
.pp-tc a{
  color:var(--white);
  font-weight: 400;
  text-decoration: none;
}
.copyright a{
  color:var(--white);
  font-weight: 300;
}
.copyright p{
  margin: 0;
}
.social-sidebar{
	  display: flex;
	align-items:center;
	justify-content:start;
	margin-top:10px;
}
.social-sidebar a{
   color:#24052F;
   font-size: 16px;
   text-decoration: none;
   font-weight: 400;
   margin-right: 10px;
	border:1px solid #24052F;
	display:flex;
	align-items:center;
	justify-content:center;
	width:35px;
	height:35px;
	border-radius:50%;
}
.social-sidebar a:hover{
	background-color:#24052F;
	color:#fff;
}
.social-icons{
  display: flex;
  justify-content: end;
}

.social-icons a{
   color:var(--white);
   font-size: 18px;
   text-decoration: none;
   font-weight: 400;
   margin: 10px 8px;
}
/*Footer End*/


.cta-sec{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0;
  min-height: 350px;
  display: flex;
  align-items: center;
}
.cta-sec h3{
    font-weight: 700;
     font-size: calc(24px + (36 - 24) * ((100vw - 300px) / (1920 - 300)));
     color: var(--white);
     margin-bottom: 5px;
}
.cta-sec p{
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
    color: var(--white);
    font-weight: 400;
    margin-bottom: 20px;
}
.cta-buttons{
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.yellow-btn{
   text-decoration: none;
  padding: 12px 30px;
  display: inline-block;
  background-color: #F9A822;
  border: 2px solid transparent;
  color: #000;
  font-weight: 600;
  font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
  text-align: center;
  border: 0;
  border-radius: 84px;
  transition: 0.3s ease-in-out;
} 
.yellow-btn:hover{
  background-color: var(--blacK);
  color: var(--white);
}
.border-btn{
  border: 1px solid #F9A822;
  color: var(--white);
   font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
   font-weight: 500;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  border-radius: 84px;
} 
.border-btn:hover{
  background-color: #F9A822;
  color: var(--blacK);
}
/*Single Post banner Start*/
.single-post-banner{
  /* position: relative;
  padding-top: 50px; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(assets/images/banner-bg.png);
  min-height: 50vh;
  padding: 80px 0 50px;
  display: flex;
  align-items: center;
  margin-top: -50px;
}
.article{
  display: flex;
  align-items: center;
  gap: 8px;
 
  margin-bottom: 20px;
}
.article span{
   font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 600;
  color: var(--blacK);
}

.article p{
  color: #6B6B6B;
  margin: 0;
}
.single-post-banner .post-title{
    font-size: calc(28px + (50 - 28) * ((100vw - 300px) / (1920 - 300)));
  font-weight:bold;
  color: var(--blacK);
}
.author-info-holder{
  border-top: 1px solid #CFCDD4;
  padding: 12px 0;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.author-box{
  display: flex;
  align-items: center;
  gap: 5px;
}
.author-box .author-name{
  font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 600;
  color: var(--blacK);
}
.author-box
.author-designation{
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  color: #6B6B6B;
}

.authout-date-box{
  border-left: 1px solid #CFCDD4;
  padding-left: 25px;
  margin-left: 20px;
}
.authout-date-box span{
  font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 600;
  color: var(--blacK);
}
.authout-date-box p{
  font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  color: #6B6B6B;
  margin: 0;
}
.share-btn{
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  color: #6B6B6B;
  margin: 0;
  display: flex;
  align-items: center;
  text-decoration: none;

}
.share-btn:hover{
     color: #6B6B6B;
}
.share-btn i{
  color:#B526E6;
    font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1920 - 300)));
    margin-left: 10px;
}
.blogcontent-sec{
  padding: 80px 0;
}

.toc-sidebar h5{
  display: flex;
  align-items: center;
  font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)));
  margin-bottom: 20px;
  color: var(--blacK);

}
.toc-sidebar h5 img{
  margin-right: 20px;
}
.blog-content h2{
      font-size: calc(24px + (40 - 24) * ((100vw - 300px) / (1920 - 300)));
color: #b526e6 !important;
font-weight: 600;

}

.blog-content h3{
      font-size: calc(22px + (36 - 22) * ((100vw - 300px) / (1920 - 300)));
color: #b526e6 !important;
font-weight: 600;

}

.blog-content h4{
      font-size: calc(22px + (30 - 22) * ((100vw - 300px) / (1920 - 300)));
color: #b526e6 !important;
font-weight: 600;

}

.blog-content h5{
    font-size: calc(20px + (26 - 20) * ((100vw - 300px) / (1920 - 300)));
color: #b526e6 !important;
font-weight: 600;

}
.blog-content h6{
      font-size: calc(18px + (23 - 18) * ((100vw - 300px) / (1920 - 300)));
color: #b526e6 !important;
font-weight: 600;

}

.blogcontent-sec p{
      font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  color: #6B6B6B;
  margin-bottom: 20px;

}
.toc-sidebar{
  padding:35px 35px;
  border-bottom: 1px solid #5A0899;
}
.dynamic-list{
  padding:0;
  margin: 20px 0;
}
.dynamic-list li{
  font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
  list-style: none;
  font-weight: 400;
  color: #6B6B6B;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 8px;
  padding: 10px 0;

}
.dynamic-list li a{
    color: #6B6B6B;
    text-decoration: none;
}
.dynamic-list li a:hover{
  color: var(--blacK);
  font-weight: 500;
}
.dynamic-list .step-num{
  display: none;

}
.toc-btn-holder{
  border-top: 1px solid #5A0899;
  margin:10px 0;
  
}
.toc-btn-holder .toc-btn{
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color:#B526E6;
  color: var(--white);
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 10px;
}
.toc-btn-holder .toc-btn span{
  width:30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
    background-color:var(--white);
    border: 0;
    border-radius: 10px;
}
.frequently-viewed-sidebar{
  /* padding: 30px 25px; */
  padding: 0px 3px;
	border-bottom:1px solid #ccc;
}
/*Single Post banner End*/
#button {
  display: flex;
  align-items:center;
  justify-content:center;
  background-color: #FF9800;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border:0;
  border-radius:50%;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
.instagram-gallery__actions {
  justify-content: start!important;
}
.instagram-gallery__actions 
.instagram-gallery__actions .instagram-gallery__button--follow {
  padding: 12px 25px;!important;
  border-radius: 0;!important;
 font-weight:500;!important;
  transition: background-color .3s ease;
}

.instagram-gallery__button i{
	display:none;
}
.backblog{
    background-color:#fcb900;
    border:0;
    border-radius:10px;
      padding: 8px 16px;
  border-radius: 6px;
  font-weight: 600;
  color:#fff;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: background-color .3s ease;
}
.backblog:hover{
    color:#000;
}
.mob-nav {
  display: none;
}
.ma5menu__toggle{
  display: none!important;
}

.fbc-page .fbc-wrap .fbc-items {
  background-color: transparent!important;
}
.fbc-page .fbc-wrap .fbc-items li:first-child {
  border-radius: 4px 0 0 4px;
  padding-left:0 !important;
  padding-right: 0px;
}
.fbc-page .fbc-wrap .fbc-items li a {
  color: #555555!important;
}
.fbc-page .fbc-wrap .fbc-items li.active span, .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
  color: #27272a;
  font-size: 14px!important;
}
.fbc-page .fbc-wrap .fbc-items li {
  font-size: 14px!important;
}
@media (max-width: 1400px) {}
@media (max-width: 1199px) {
  .ma5menu__toggle{
  display:block!important;
}
.navbar-nav {
  display: none;
}
.right-btn{
  display: none;
}
  .home-banner {

  min-height: auto;
  padding: 80px 0 20px;

}
.blog-category-section {
  padding: 40px 0;
}
.foo-widget-holder h6{
  margin-top: 20px;
}
.foo-holder {
  padding-bottom: 40px;
}
.blogcontent-sec {
  padding:45px 0;
}

}
@media (max-width: 991px) {
    .authout-date-box {
  border-left: 1px solid #CFCDD4;
  padding-left: 5px;
  margin-left: 5px;
}
	.frequently-viewed-sidebar{
		display:none;
	}
	.cta-card-holder {
		display:none;
	}
	.social-feed{
		display:none;
	}
  .home-banner {

  min-height: auto;
  padding: 80px 0 0px;

}
.blog-category-section {
  padding: 30px 0;
}
.custom-card{
  max-height: max-content;
}
.foo-holder {
  padding-bottom: 20px;
}
.blogcontent-sec {
  padding:40px 0;
}
}
@media (max-width: 767px) {
  .copyright{
    text-align: center;
  }
  .social-icons {
  justify-content:center;
}
  .card-footer-custom {
  display: grid;
	  justify-content: normal;
 
}
.foo-holder {
  padding-bottom: 0;
}
.share-btn{
  display: grid;
}
.share-link{
  padding-left:5px;
  margin-top: 20px;
  justify-content: end;
  display: flex;
}
.blogcontent-sec {
  padding:30px 0;
}
.single-post-banner{
  padding-bottom: 0;
}
}



