.toc-bar {
    min-width: 22%;
    max-width: 22%;
    padding-left: 0;
}
.post-body {
    width: 55%;
}
.sidebar-main-div {
    padding-right: 0;
    max-width: 23%;
    min-width: 23%;
}
.category-cont {
        border: 1px solid var(--red-color);
    color: var(--red-color);
    text-decoration: none;
    font-size: 13px;
    padding: 4px 15px;
    border-radius: 6px;
    font-family: var(--book-font);
}

.category-cont:hover {
    border: 1px solid var(--red-color);
    color: white;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 6px;
    font-family: var(--book-font);
    background-color: var(--red-color);
    transition: all .5s ease-in-out;
}

.post-heading-main {
    font-family: var(--medium-font);
    font-size: 28px;
	line-height:40px;
    margin-top: 20px;
}

.post-body .col-md-4 {
    padding-right: 20px;
}

.post-body {
    padding: 0 20px;
    border-left: 2px solid #80808054;
}

.post-body li,
.widget_search {
    list-style: none;
    margin-top: 10px;
    line-height: 30px;
    font-size: 16px;
}

.widget_toc_widget {
    list-style: none;
    position: sticky;
    top: 65px;
    width: 94%;
    background-color: var(--red-color);
    border-radius: 10px;
    padding: 20px;
}

.widget_toc_widget ul {
    padding: 0;
    padding-left: 0;
}

.widget_toc_widget li {
    margin-top: 10px;
    list-style: outside;
}

.widget_toc_widget li a {
    text-decoration: none;
    color: #e5e5e5;
    font-size: 16px;
    font-family: var(--book-font);
}

.widget_toc_widget h2 {
    font-family: var(--regular-font);
    font-size: 20px;
    margin-bottom: 15px;
    color: white;
}

.post-body h2 {
    font-size: 24px;
    font-family: var(--medium-font);
    /* margin: 10px 0 5px; */
    color: var(--red-color);
}

.post-body h3 {
    font-size: 20px;
	letter-spacing:0px;
    font-family: var(--medium-font);
    /* margin: 10px 0 5px; */
}
.home-faq details{
	box-shadow: 0 0 1px 1px #80808014 !important;
	margin:10px 0 !important;
}
.home-faq summary{
	font-size:18px !important;
	line-height:30px !important;
}
.sidebar-main-div .widget-area, .sidebar-main-div .side-form {
    box-shadow: 1px 1px 5px 2px #00000020;
    border-radius: 10px;
    padding: 20px 10px;
	background-color:#FFF;
}
.sidebar-main-div .side-form h2, .sidebar-main-div  .widget .wp-block-heading {
    font-size: 25px !important;
	line-height: 38px !important;
}
.wp-block-latest-posts__featured-image img {
    box-shadow: 1px 1px 5px 0px #00000020;
    border-radius: 10px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    text-align: left;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
}
.post-body p, .post-body li, .post-body a {
    font-size: 16px;
    margin: 5px 0;
	font-family: var(--book-font);
    color: var(--grey-color);
    line-height: 26px;
}
.date_for_post{
	font-family: var(--book-font);
	font-size:14px;
}
.wp-block-search__input {
    border: 1px solid var(--red-color);
    border-radius: 10px;
    padding: 10px 15px;
    width: 100%;
}

.wp-block-search__button {
    background-color: var(--red-color);
    color: white;
    border-radius: 8px;
    padding: 6px 20px;
    margin: 0;
    position: absolute;
    right: 5px;
    top: 4px;
    font-family: var(--medium-font);
}
.dor p{
	color:#000;
	line-height:20px;
}
.dor a p{
	font-weight:bold;
}
.wp-sidebar-heading {
    margin-top: 15px;
    border-top: 2px solid var(--red-color);
    padding-top: 15px;
    font-family: var(--heading-font);
}

.wp-block-latest-posts__post-title {
    color: black;
    font-family: var(--regular-font);
    font-size: 18px;
    text-decoration: none;
    position: relative;
    top: 0px;
	display:block;
	margin:20px 0px 0px;
    line-height: 26px;
}

.wp-block-latest-posts__post-excerpt {
    margin-top: 16px;
    font-size: 14px;
}

.wp-block-categories li {
    list-style: none;
}

.wp-block-categories li a {
    color: black;
    text-decoration: none;
    font-size: 14px;
}
.comment-form p {
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.wp-block-categories {
    margin: 0px;
    padding: 0px;
    height: 300px;
    overflow: overlay;
    text-align: left;
}
.wp-block-categories li{
	    padding: 0px 0px 0px 25px;
    position: relative;
}
.comment-form label {
    width: 150px;
}

.comment-form .required {
    color: red;
}

.comment-form textarea {
    width: 100%;
    height: 100px;
    border: 1px solid var(--red-color);
}

.comment-form input {
    width: 100%;
    border: 1px solid var(--red-color);
}

.form-submit .submit {
    width: fit-content;
    height: auto;
    padding: 7px 20px;
    border-radius: 5px;
    border: 1px solid var(--red-color);
    background-color: var(--red-color);
    color: white;
    margin: 0 auto;
}

.comment-form-cookies-consent {
    display: none;
}

.logged-in-as {
    display: block;
}

.blog-slider-item {
    padding: 15px 10px;
}

.boxes,
.blog-life {
    box-shadow: 0 0 10px 4px #cbcbcb;
    border-radius: 15px
}

.boxes .wp-post-image,
.blog-life img {
    border-radius: 15px 15px 0 0;
}

.boxes .blogdate {
    padding: 10px 15px 5px;
}

.boxes .post-desc {
    padding: 10px 15px;
}

.boxes p {
    padding: 0;
    margin: 0 0 10px 0;
}

.read-more-btn {
    font-family: var(--regular-font);
}

.blog-life a {
    text-decoration: none;
    color: black;
}

.life-strory-cnt {
    padding: 15px;
}

.life-strory-cnt p,
.section1 p {
    line-height: 26px;
    font-size: 16px;
}

.boxes .blog-head-h2,
.blog-life h3 {
    font-family: var(--regular-font);
    font-size: 18px;
	line-height:30px;
	padding:0px 0px 12px;
}

.boxes .post-date {
    font-size: 14px;
    font-family: var(--book-font);
    color: var(--grey-color);
}

.category-banner img {
    width: 100%;
    height: auto;
}

.wp-post-image {
    width: 100%;
    height: auto;
    box-shadow: 0 0 10px 4px #a9a9a947;
    border-radius: 15px;
}

.post-body,
.category-page .col-md-9,
.search-page .col-md-9 {
    padding: 0 25px;
    border-right: 2px solid #80808054;
}

.sidebar-main-div,
.sidebar-inner {
    padding-left: 8px;
}

p a {
    color: var(--red-color);
}

.sidebar-inner h2 {
    font-family: var(--medium-font);
    font-size: 22px;
}

.post-main-section {
    margin-top: 10px;
}

.wp-block-search__inside-wrapper {
    margin-bottom: 15px;
}

.wp-block-latest-posts__post-excerpt {
    font-family: var(--book-font);
    font-size: 14px;
    color: var(--grey-color);
    line-height: 22px;
}

.wp-block-latest-posts__read-more {
    color: var(--red-color);
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: var(--red-color); 
}

::-webkit-scrollbar-thumb:hover {
  background: #A4039D; 
}
.wp-block-categories {
    padding-left: 7px;
}

.wp-block-categories li a {
    font-family: var(--book-font);
    font-size: 16px;
    color: black;
	line-height:28px;
}

.widget_toc_widget li {
    list-style: none;
}

.logged-in-as {
    display: block !important;
}

.wp-block-search__inside-wrapper {
    display: block;
    position: relative;
}

.sidebar-form {
    background-color: white;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 0 10px 5px #80808014;
    margin: 25px 0;
}

.sidebar-form input,
.sidebar-form textarea {
    border: none;
    border-bottom: 1px solid #878787;
    background-color: transparent;
    padding: 10px 0;
    font-family: var(--book-font);
    font-size: 16px;
    color: var(--grey-color);
    width: 100%;
    height: 40px;
    margin: 10px 0;
}

.sidebar-form textarea {
    height: 80px;
}

.sidebar-form::placeholder {
    color: grey;
}

.sidebar-form h2 {
    font-size: 22px;
}

.blog-key-facts {
    background-color: #FFEDF0;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
}

.blog-key-facts ul {
    padding-left: 15px !important;
}

.blog-key-facts h2 {
    color: black;
}

.author-details img {
    border-radius: 35px;
    width: 70px;
    height: 70px;
    box-shadow: 0 0 10px 4px #a9a9a947;
    object-fit: cover;
    object-position: top;
}
.wp-block-list{
	padding: 10px 0px;
}
.wp-block-list li{
	position:relative;
	padding:0px 0px 0px 25px;
}
.wp-block-list li:before, .wp-block-categories li:before{
	content: url(https://www.smilex.co.in/wp-content/uploads/2025/10/green-tick.webp);
    padding: 0px 10px 0px 0px;
    float: left;
    /* min-height: 35px; */
    position: absolute;
    left: 0;
	filter: brightness(0) saturate(100%) invert(17%) sepia(97%) saturate(2313%) hue-rotate(342deg) brightness(107%) contrast(99%);
}
.author-details a{
    text-decoration: none;
}
.breadcrumb_last, .breadcrumbs-list a{
	font-size: 16px;
    line-height: 28px;
}
@media screen and (max-width: 993px) {
    .widget_toc_widget, .toc-bar {
        display: none;
    }
	.post-body, .sidebar-main-div{width:100%;min-width: 100%;}
    .post-body,
    .category-page .col-md-9,
    .search-page .col-md-9 {
        padding: 0;
        border: none;
    }
	.post-heading-main{
		font-size: 25px;
    line-height: 35px;
	}
	.post-body h2{
		margin: 15px 0;
	}
    .comment-form p {
        display: block;
    }

    .sidebar-main-div,
    .sidebar-inner {
        padding-left: 0;
    }
}