:root { --toc-offset: 50px; }
.blog-grid-box-single h1,
.blog-grid-box-single h2,
.blog-grid-box-single h3,
.blog-grid-box-single h4,
.blog-grid-box-single h5,
.blog-grid-box-single h6 {
  scroll-margin-top: var(--toc-offset);
}
[id] {
  scroll-margin-top: 50px;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    word-break: break-word;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.container {
    max-width: 1290px !important;
    padding: 0 15px !important;
    margin: 0 auto;
}
.new-blog-list[data-layout*=rsidebar] .main-container {
    width: calc(100% - 0px) !important;
}
.comman-padding {
    padding: 80px 0;
}
.main-container-box {
    display: flex;
    column-gap: 30px;
    align-items: flex-start;
    justify-content: center;
}
.main-container-box.comman-padding {
    padding-top: 50px;
}
ul.blog-grid.blog-grid-2 {
    display: flex;
    flex-flow: wrap;
    column-gap: 30px;
    row-gap: 30px;
}
ul.blog-grid.blog-grid-2 li {
    width: calc(33.33% - 20px);
    margin-bottom: 0;
}
ul.blog-grid.blog-grid-2 article.blog-post {
    margin-bottom: 0 !important;
    height: 100%;
    display: flex;
    flex-flow: wrap;
    transition: .4s;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #DFDFDF;
}
.main-container-box article.blog-post .post-media, .sidebar-right-wrap .savona-widget.widget_search form {
    position: relative;
}
.post-media.desktop-post-media {
    display: flex;
}
.main-container-box article.blog-post .post-media a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.post-media-text-aria-label {
    visibility: hidden;
    opacity: 0;
}
.author-baner .author-avatar img, .blog-grid-box-single .post-content p iframe, .blog-grid-box-single .post-media img, .main-container-box article.blog-post .post-media img {
    width: 100%;
}
.author-social-links ul li, .author-social-links ul li a, .main-container-box article.blog-post img, nav.breadcrumb span {
    display: flex;
}

.post-header-outer {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.main-container-box .post-header {
    padding: 20px 20px 10px;
    position: relative;
    display: flex;
    flex-flow: wrap;
    row-gap: 10px;
    justify-content: space-between;
}
.main-container-box .post-categories {
    order: 1;
}
ul.blog-grid.blog-grid-2 .post-categories a {
    border-radius: 110px;
    /* border: 1px solid #3B3B3B; */
    color: #000000 !important;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* padding: 8px 10px; */
    display: flex;
    transition: all 0.4s;
}
ul.blog-grid.blog-grid-2 .post-categories a:hover {
    color: #f79027 !important;
}
.author-info h4 a:hover, .author-info span a:hover, .ez-toc-link:hover, .main-container-box .post-categories a, .sidebar-right .savona-widget li a:hover {
    color: #f79027 !important;
}
.main-container-box h1.post-title, .main-container-box h2.post-title {
    order: 3;
    width: 100%;
}
ul.blog-grid.blog-grid-2 h2.post-title a {
    font-size: 20px;
    line-height: 170%;
    display: block;
    color: #103F66 !important;
    transition: .4s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height:62px;
    margin-bottom: 0px;
    font-weight: 700;
}
ul.blog-grid.blog-grid-2 h2.post-title a:hover{
    color: #f79027 !important;
}
.post-author.blog-list-author {
    padding: 0 20px 20px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.post-author.blog-list-author .author-avatar {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 50%;
    overflow: hidden;
}
.post-author.blog-list-author .author-avatar img {
    width: 100%;
    object-fit: cover;
}
.author-info {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.author-info p:after {
    position: absolute;
    content: "";
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #000000;
    border-radius: 50%;
}
.author-info h4, .author-info span {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: .4s;
}
.author-info h4 a, .author-info span a {
    color: #1b3775;
}
.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.author-info p {
    color: #3B3B3B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
    position: relative;
}
.mobile-post-media{
    display: none;
}
.blog-list-search-outer {
    background: #1565D8;    position: relative;
    /* overflow: hidden; */
    padding: 40px 0 180px;
}
.blog-list-bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.blog-list-search-outer .container {
    position: relative;
    z-index: 1;
}
.blog-list-bg-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.blog-bg-shape {
    position: absolute;
    bottom:-1px;
    left: 0;
    width: 100%;
}
.blog-bg-shape svg{
    width: 100%;
    height: auto;
}
.blog-list-search {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 714px;
    margin: 0 auto;
}
.blog-list-search h1 {
    color: #FFF !important;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.blog-list-search p {
    color: #E9E9E9;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-top: 10px;
}
.featured-post {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 10px 55px 0 rgba(0, 0, 0, 0.13);
    padding: 30px 30px 0;
    position: relative;
    margin:0 auto  70px;
    max-width: 1200px;
}
.featured-post article {
    display: flex;
    /* align-items: center; */
    column-gap: 25px;
}
.featured-post .post-media-outer {
    width: 50%;
    padding-bottom: 30px;
}
.featured-post .post-header-outer {
    width: 50%;
    background: #FFEFE4;
    border-radius: 20px 20px 0 0;
    padding: 30px 20px;
    margin-bottom: 0px;
}
.featured-post .post-media {
    border-radius: 20px;
    overflow: hidden;
}
.featured-post .post-media a {
    width: 100%;
    display: flex;
}
.featured-post-header h2 a {
    color: #103F66;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 20px;
    display: block;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.comman-btn {
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    display: inline-flex;
    transition: 0.3s ease-out;
    position: relative;
    border: 1px solid #f79027;
    overflow: hidden;
}
.comman-btn::before {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    transition: 0.3s ease-out;
    background: #f79027;
    border-radius: 8px;
}
.comman-btn span {
    position: relative;
    z-index: 1;
    transition: 0.3s ease-out;
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.comman-btn:hover::before {
    width: 0%;
}
.comman-btn:hover span {
    color: #f79027;
}
.featured-post .post-content {
    margin-bottom: 20px;
}
.featured-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    gap: 20px;
}
.featured-bottom-left span {
    border-radius: 30px;
    background: #FFF8F3;
    color: #f79027;
    text-align: center;
    font-family: 'raleway';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    padding: 12px 23px;
    display: inline-flex;
}
.featured-bottom-right .post-categories {
    display: flex;
    align-items: center;
    gap: 8px;
}
.featured-bottom-right .post-categories a {
    border-radius: 110px;
    border: 1px solid #3B3B3B;
    color: #3B3B3B !important;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 10px;
}
.main-container-box.comman-padding.blog-grid-outer {
    padding-top: 0;
}
.blog-list-category-outer {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    margin: -30px 0 0;
}
.boxed-wrapper {
    max-width: 100% !important;
}
.blog-list-category-wrapper{
    padding: 0px 0;
    margin-bottom: 70px;
    position: relative;
}
#top-bar > div, #main-nav > div, #featured-slider.boxed-wrapper, #featured-links, .main-content, .page-footer-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/* .blog-list-category-wrapper:after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #FFF 0%, #2388FF 50%, #FFF 100%);
} */
.blog-list-category-list p {
    color: #000;
    font-family: 'raleway';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 20px;
}
li.cat-list-icon {
    display: none;
}
ul.cat-list {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
a.cat-list_item {
    border-radius: 10px;
    background: #EDEDED;
    color: #3B3B3B !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 17px 20px;
    display: flex;
}
a.cat-list_item.active {
    background: #f79027;
    color: #fff !important;
    user-select: none;
}
.new-blog-list-search form input:first-child {
    border: 0;
    color: rgba(59, 59, 59, 1) !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 50px;
    width: 100%;
    padding: 15px 15px 15px 54px;
    border-radius: 20px;
    background: #FFEA97 !important;
    
}
.new-blog-list-search form input:first-child::placeholder {
    color: rgba(59, 59, 59, 0.50) !important;
}
.new-blog-list-search input#searchsubmit {
    left: 7px;
    right: auto;
    top: 50%;
    width: 37px;
    height: 37px;
    position: absolute;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    z-index: 5;
    font-size: 0;
}
.new-blog-list-search {
    position: relative;
    max-width: 850px;
    margin: 40px auto 0;
}
.new-blog-list-search span.search-icon {
    position: absolute;
    z-index: 4;
    right: auto !important;
    width: 37px;
    height: 37px;
    top: 50%;
    left: 7px !important;
    border-radius: 6px;
    background: transparent !important;
    transform: translateY(-50%);
}
.new-blog-list-search span.search-icon svg {
    width: 20px;
    height: 20px;
}
.new-blog-list-search span.search-icon svg path {
    fill: rgba(59, 59, 59, 0.90);
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}
.new-blog-list-search form input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.blog-pagination {
    justify-content: center;
    margin-top: 40px;
    column-gap: 8px;
}
.blog-pagination .numeric-next-page.disabled-next-page, .blog-pagination .numeric-prev-page.disabled-prev-page {
    color: #9d9d9d;
    pointer-events: none;
}
.blog-pagination, .author-name a, span.pagination-icon {
    display: flex;
    align-items: center;
}
span.pagination-icon svg {
    width: auto;
    height: 14px;
}
.blog-pagination .numeric-next-page.disabled-next-page svg path, .blog-pagination .numeric-prev-page.disabled-prev-page svg path {
    fill: #999999;
}
.blog-pagination a svg path {
    fill: #000000;
}
.blog-pagination span.numeric-current-page.active, span.page-numbers.current {
    background: #f79027;
    justify-content: center; 
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff !important;
}
.blog-pagination a {
    color: #858585;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: .4s;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #EDEDED;
    background: #EDEDED;
}
/* .blog-pagination .numeric-prev-page {
    margin: 0 auto 0 0;
}
.blog-pagination .numeric-next-page {
    margin: 0 0 0 auto;
} */
.blog-pagination .numeric-next-page, .blog-pagination .numeric-prev-page, .blog-pagination span.numeric-current-page.active, span.page-numbers.current {
    align-items: center;
    font-size: 16px;
    display: flex;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
}
.blog-pagination .numeric-next-page, .blog-pagination .numeric-prev-page{
    font-size: 0;
}
.comman-btn span svg {
    margin-top: 3px;
}
.comman-btn span svg path{
    transition: all 0.4s;
}
.comman-btn:hover span svg path{
    fill: #f79027;
}
.line-clamp-3 p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 91px; */
}
.post-content.line-clamp-3 p{
    padding: 0 20px 0px;
    color: #3B3B3B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 20px;
}
 #page-content .post-author a {
    color: #000 !important;
    transition: all 0.4s;
}
ul.blog-grid.blog-grid-2 article.blog-post:hover {
    box-shadow: 0 3px 32px 0 rgba(0, 0, 0, .2);
    /* box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .08); */
}
#page-content .post-author a:hover{
    color: #f79027 !important;
}
.featured-post .post-content p {
    color: #3B3B3B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.owl-carousel.featured-slider {
    display: block;
    margin: 0 -2px;
}
.feature-blog-inner {
    overflow: hidden;
}
.feature-blog-inner {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
.feature-blog-inner-heading {
    flex: 0 0 450px;
    width: 450px;
}
.feature-blog-inner-slider {
    width: calc(100% - 460px);
    overflow: hidden;
    margin: 0 -15px;
}
.feature-blog {
    padding-top: 70px;
    margin-top: 70px;
    position: relative;
}
.feature-blog:after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #FFF 0%, #2388FF 50%, #FFF 100%);
}
.feature-blog-inner-heading h2 {
    color: #103F66 !important;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.feature-blog-inner-heading p {
    color: #3B3B3B;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-top: 10px;
}
.owl-nav.disabled {
    display: none;
}
.custom-nav button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #1D2026;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.custom-nav {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
}
.custom-nav button.disabled {
    border: 1px solid #ACACAC;
    background: #FAFAFA;
    pointer-events: none;
}
.custom-nav button.disabled svg path {
    stroke: #ACACAC;
}
.custom-nav button:focus{
    outline: 0;
}
.featured-slider-item {
    border-radius: 15px;
    border: 1px solid #CCC;
    background: #FFF;
    width: 100%;
    margin: 0;
}
.featured-slider-img {
    display: block;
    /* width: 100%; */
    padding: 7px 7px 0px;
}
.featured-slider-img img {
    width: 100%;
    border-radius: 15px;
    border: 1px solid #CCC;
}
.featured-slider-img {
    position: relative;
}
span.light-icon {
    width: 37px;
    height: 37px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 21px;
    right: 19px;
    left: auto;
}
.featured-slider-count {
    width: 52px;
    height: 52px;
    background: #f79027;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    font-family: 'raleway';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -15px;
    right: 28px;
}
.post-categories {
    display: flex;
    align-items: center;
    row-gap: 6px;
    padding-bottom: 0px;
    flex-flow: wrap;
}
#page-content a:hover {
    color: #f79027 !important;
}
.post-categories a {
    color: #000;
    font-family: 'raleway';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.featured-slider-content {
    padding: 20px;
}
.featured-slider-item .post-content.line-clamp-3 p{
    padding: 0 !important;
}
.featured-slider-item .post-author.blog-list-author{
    padding: 0 !important   ;
}
.featured-slider-content h3 {
    color: #103F66 !important;
    font-family: 'raleway';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 54px;
}
.featured-slider-content h3 a{
    color: #103F66 !important;
    font-weight: 700;
}
.featured-slider-content h3 a:hover{
    color: #f79027 !important;
}
.feature-blog-inner-slider .owl-item {
    padding: 0 15px;
    margin-right: 2px;
    display: flex;
}
.featured-slider-content .post-categories {
    gap: 10px;
    margin-bottom: 10px;
}
.breadcrumb nav {
    padding-bottom: 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
    flex-flow: wrap;
    font-size: 14px;
    margin-bottom: 40px;
    color: #FFFFFF;
}
.breadcrumb nav a {
    color: #FFFFFF !important;
    font-size: 14px;
}
nav.breadcrumb span {
    display: flex;
}
nav.breadcrumb span svg path{
    fill: #FFFFFF;
}
.single-post-banner {
    max-width: 825px;
    margin: 0 auto;
}
.single-post-banner h1.post-title {
    color: #FFF !important;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150% !important;
    max-width: 615px;
    margin: 0 auto;
}
.single-post-detail {
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    padding: 17px 30px;
    margin: 30px auto;
    max-width: 675px;
}
.single-post-detail .post-author.blog-list-author {
    padding: 0;
}
.single-post-detail-category {
    display: flex;
    align-items: center;
    gap: 10px;
}
.single-post-detail-category .post-categories {
    padding: 0;
}
.single-post-detail-category .post-categories a {
    color: #FFF !important;
    font-family: 'raleway';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
#page-content  .single-post-detail .author-info span a {
    color: #EAEAEA !important;
}
#page-content .single-post-detail .author-info p{
    color: #EAEAEA !important;
}
#page-content .single-post-detail .author-info p:after {
    background: #EAEAEA;
}
/* #page-content  .single-post-detail .author-info span a:hover {
    color: #f79027 !important;
} */
 .single-post-banner-right img {
    border-radius: 30px;
}
.blog-list-search-outer.blog-list-search-outer-detail {
    padding-bottom: 400;
}
.single-post-banner-right {
    max-width: 827px;
    margin: -380px auto 0;
    position: relative;
    z-index: 1;
}
a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded {
    display: none !important;
}
.left-custom-table-content {
    flex: 0 0 300px;
    position: sticky;
    top: 90px;
    height: 100%;
    z-index: 1;
}
.left-custom-table-content #ez-toc-container {
    border-radius: 15px !important;
    border: 1px solid #3B3B3B !important;
    background: #F8F8F8 !important;
    padding: 20px !important;
    width: 100%;
}
.left-custom-table-content #ez-toc-container .ez-toc-title {
    color: #000 !important;
    font-family: 'raleway' !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 100% !important;
    
}
.left-custom-table-content .ez-toc-title-container{
    margin-bottom: 10px !important;
}
.post-content div#ez-toc-container {
    display: none;
}
table#trinity-audio-table {
    display: none !important;
}
.left-custom-table-content li.ez-toc-page-1.ez-toc-heading-level-2 > .ez-toc-link {
    color: #000 !important;
    font-family: 'satoshi';
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 150%;
    /* text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto !important;
    text-underline-offset: auto;
    text-underline-position: from-font; */
    margin-top: 10px !important;
    opacity: 0.8;
}
.left-custom-table-content .ez-toc-heading-level-3 a {
    color: #444 !important;
    box-shadow: none;
    text-decoration: none !important;
    text-shadow: none;
    display: inline-flex;
    align-items: stretch;
    flex-wrap: nowrap;
    margin-top: 10px;
    opacity: 0.7;
}
.blog-grid-box-single p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 10px;
}
.blog-grid-box-single p span{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}
.blog-grid-box-single h2 {
    color: #242424 !important;
    font-family: 'raleway';
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 30px 0 24px;
}
.blog-grid-box-single h2 span{
    color: #242424;
    font-family: 'raleway';
    font-size: 26px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 160%;
}
.blog-grid-box-single ol {
    margin-left: 18px;
}
.blog-grid-box-single li {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; 
    margin-bottom: 10px;
}
.blog-grid-box-single table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #DFDFDF;
    background: #fff;
}
.blog-grid-box-single tr:nth-child(odd) td {
    background: #f8f8f8;
}
.blog-grid-box-single td {
    padding: 14px;
    text-align: left !important;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}
.blog-grid-box-single tr:first-child td {
    background: #FFEFE4 !important;
    color: #f79027 !important;
}
.blog-grid-box-single tr td:last-child {
    border-right: 0;
}
.blog-grid-box-single tr td:first-child span {
    font-weight: 700 !important;
    font-style: normal;
    line-height: 190%;
}
.blog-grid-box-single .post-content tr td {
    border-right: 1px solid #DFDFDF;
}
.blog-grid-box-single .post-content tr td:last-child {
    border-right: 0;
}
.blog-grid-box-single .post-content tr:first-child td span {
    font-weight: 700 !important;
}
.blog-grid-box-single h3, .blog-grid-box-single h4, .blog-grid-box-single h5, .blog-grid-box-single h6 {
    color: #000 !important;
    font-family: 'raleway';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin: 30px 0 24px;
}
.blog-grid-box-single h3 span, .blog-grid-box-single h4 span, .blog-grid-box-single h5 span, .blog-grid-box-single h6 span {
    color: #000;
    font-family: 'raleway';
    font-size: 20px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 150%;
}
.blog-grid-box-single ul {
    margin-bottom: 15px;
    padding-left: 30px;
}
.blog-grid-box-single .post-content ul {
    list-style: disc;
}
.blog-grid-box-single section.sc_fs_faq.sc_card {
    border-radius: 10px;
    background: #fff;
    padding: 16px 20px;
    width: auto;
    border: 2px solid #ededed;
    margin: 0 0 24px !important;
    box-shadow: none !important;
}
.blog-grid-box-single section.sc_fs_faq.sc_card h5 {
    margin: 0;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    line-height: 150%;
}
section.sc_fs_faq.sc_card h5 + div p{
    padding: 20px 0 0;
}
section.sc_fs_faq.sc_card h5 + div {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease, padding 0.6s ease;
}
section.sc_fs_faq.sc_card h5 + div.active {
    max-height: 500px;
}
section.sc_fs_faq.sc_card h5:after {
    background-image: url(https://www.79score.com/blog/wp-content/uploads/2025/10/down-arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 14px;
    height: 10px;
    background-size: 14px;
    top: 6px;
    right: 0;
    transition: 0.6s ease;
    transform-origin: center;
}
section.sc_fs_faq.sc_card h5.active:after {
    transform: rotate(180deg);
}
.blog-grid-box-single p a img {
    max-width: 100%;
    display: block;
    margin: 20px auto;
}
.share-post-box {
    display: flex;
    gap: 10px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding-top: 10px;
}
.share-post-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
.share-post-box ul li,
.share-post-box ul li a{
    display: flex;
}
.single-post-container {
    position: relative;
    padding: 70px 0;
}
.single-post-container:after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #FFF 0%, #2388FF 50%, #FFF 100%);
}
.related-posts h3 {
    color: #000;
    font-family: 'raleway';
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    text-transform: capitalize;
    margin-bottom: 50px;
    width: 100%;
}
.related-posts {
    display: flex;
    flex-flow: wrap;
    column-gap: 30px;
}
.related-posts section {
    width: calc(33.33% - 22px);
    margin-bottom: 0 !important;
    height: 100%;
    display: flex;
    flex-flow: wrap;
    transition: .4s;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #DFDFDF;
}
a.related-post-img img {
    width: 100%;
    border-radius: 15px;
}
a.related-post-img {
    width: 100%;
}
.related-post-content {
    padding: 30px 20px;
}
.related-post-content h4 {
    color: #3B3B3B !important;
    font-family: 'raleway';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    height: 54px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.related-post-content h4 a{
    color: #3B3B3B !important;
    font-weight: 700;
}
.related-post-content h4 a:hover{
    color: #F79027 !important;
}
.related-post-description.line-clamp-3 {
    color: #3B3B3B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0 20px;
}
.related-post-content .post-author.blog-list-author {
    padding: 0;
}
.feature-blog-inner-slider .owl-stage {
    display: flex;
}
.popular-posts-outer {
    border-radius: 20px;
    background: #F0F0F0;
    width: 292px;
    flex: 0 0 292px;
    position: sticky;
    height: 100%;
    top: 90px;
}
.popular-posts{
    padding: 22px;
}
.popular-posts h3 {
    color: #000;
    font-family: 'raleway';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 14px;
}
.popular-posts li {
    display: flex;
    column-gap: 20px;
    flex-flow: wrap;
    align-items: center;
}
.popular-posts li img {
    width: 90px;
    border-radius: 7px;
}
.popular-post-category {
    display: flex;
    align-items: center;
    gap: 8px;
}
.popular-post-category a {
    color: #F79027 !important;
    font-family: 'raleway';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.popular-post-title a {
    color: #3B3B3B !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.popular-posts li {
    display: flex;
    column-gap: 16px;
    row-gap: 10px;
    flex-flow: wrap;
    align-items: flex-start;
    padding: 20px 0 18px;
    border-top: 1px solid #00000080;
    flex-direction: column;
}
.popular-posts li:last-child {
    padding-bottom: 0;
}
.popular-post-category svg {
    width: 24px;
    height: auto;
}
.blog-grid-box-single .mejs-container {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    height: 60px !important;
}
.blog-grid-box-single .mejs-controls {
    height: 60px !important;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    padding: 0 20px !important;
}
.blog-grid-box-single .mejs-container *{
    font-family: 'satoshi' !important;
}
.blog-grid-box-single p:last-child a img {
    margin-bottom: 0;
}
.blog-grid-box-single p:last-child{
    margin-bottom: 0;
}
.author-baner {
    position: relative;
    z-index: 2;
}
.author-baner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.author-avatar {
    width: 464px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.search-no-results .main-container-box.comman-padding.blog-grid-outer {
    flex-flow: wrap;
    justify-content: center;
}
.no-result-found {
    width: 100%;
    text-align: center;
}
.no-result-found h3 {
    font-size: 40px;
    font-weight: 800 !important;
    font-family: 'raleway';
}
.no-result-found p {
    font-size: 18px;
    max-width: 600px;
    margin: 20px auto 0;
}
.author-banner-content {
    border-radius: 30px;
    border: 1px solid #EFF0F6;
    background:#FFF;
    box-shadow: 0 5px 14px 0 rgba(8, 15, 52, 0.04);
    padding: 60px 50px;
    max-width: 530px;
    width: 100%;
    margin: 0 0 0 -100px;
    position: relative;
    z-index: 1;
}
.select-menu {
    position: relative;
}
.select-menu .select-btn {
    border-radius: 10px;
    background: #EDEDED;
    color: #3B3B3B !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 17px 36px 17px 20px;
    appearance: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    display: flex;
}
.select-menu .select-btn:after {
    position: absolute;
    content: "";
    background-image: url(https://www.79score.com/blog/wp-content/uploads/2025/10/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 12px;
    width: 12px;
    height: 7px;
    z-index: 10;
    right: 12px;
    top: 53%;
    transform: translateY(-50%);
    transition: all 0.4s;
}
.select-menu.active .select-btn:after {
    transform: translateY(-50%) rotate(180deg);
}
.select-menu .options {
    position: absolute;
    width: 280px;
    overflow-y: auto;
    max-height: 295px;
    padding: 20px;
    margin-top: 17px;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.10);
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    transition: all 0.4s;
    left: auto;
    right: 0;
}
.select-menu.active .options {
    opacity: 1;
    visibility: visible;
    margin-top: 7px;
}
.select-menu.active .options span {
    color: #5E5E5E;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 20px;
    display: flex;
}
.select-menu .options .option {
    display: flex;
    cursor: pointer;
    padding: 8px 6px;
    align-items: center;
    background: #fff;
    border-radius: 7px;
    margin-bottom: 10px;
}
.select-menu .options .selected {
    background: #f79027;
    color: #fff;
}
.select-menu .options .selected a{
    color: #fff !important;
}
.select-menu .options .option .option-text {
    font-size: 14px;
    color: #000000;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    position: static !important;
}
.blog-list-category-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.select-menu .options .option:last-child {
    margin-bottom: 0;
}
li.dropdown-only {
    display: none;
}
.single-post-detail .post-author.blog-list-author .author-info a{
    color: #EAEAEA !important;
    font-weight: 400;
}
.single-post-detail .post-author.blog-list-author .author-info a:hover{
    color: #fff !important;
}
.single-post-detail .post-author.blog-list-author .author-info p {
    color: #EAEAEA;
}
.single-post-detail .post-author.blog-list-author .author-info p:after{
    background-color: #EAEAEA;
}
.main-content-left {
    display: flex;
    gap: 30px;
}
.left-custom-table-content nav>ul {
    overflow: auto !important;
    max-height: calc(100vh - 180px);
}
.left-custom-table-content nav>ul::-webkit-scrollbar{
    width:5px
}
.left-custom-table-content nav>ul::-webkit-scrollbar-thumb{
    background:#888
}
.author-banner-content h1 {
    color: #3B3B3B;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 20px;
}
.author-banner-content p.author-description {
    color: #3B3B3B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}
span.author-social-icon {
    border-radius: 20px;
    background: #F3F1FF;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
p.author-role {
    border-radius: 30px;
    background: #1565D8;
    position: absolute;
    z-index: 1;
    left: 40px;
    bottom: 40px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 15px 36px;
}
.blog-list-search-outer.blog-list-author {
    padding-bottom: 150px;
}
.blog-list-search-outer.blog-list-author .new-blog-list-search {
    bottom: -40px;
}
a.next.page-numbers, a.prev.page-numbers {
    font-size: 0;
}
.author-page .comman-padding {
    padding-top: 0px;
}
.page-404 {
    text-align: center;
    padding: 150px 0;
}
.page-404 h2 {
    font-size: 60px;
    margin-bottom: 30px;
    color: #F79027 !important;
}
.page-404 p {
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
}
#ez-toc-container ul ul {
    margin-left: 15px;
}
#ez-toc-container ul ul ul {
    margin-left: 10px;
}
.single-post-detail-category .post-categories a {
    display: none;
}
.single-post-detail-category .post-categories a:first-child {
    display: block;
}
.single-post-detail-category .post-categories {
    color: transparent;
}


@media (min-width: 1350px) {
    .comman-btn {
        font-size: 18px;
    }
}
@media(max-width:1440px){
    .featured-post-header h2 a {
        font-size: 28px;
        margin-bottom: 18px;
    }
    a.cat-list_item {
        font-size: 16px;
        padding: 14px 18px;
    }
    .blog-list-search h1 {
        font-size: 42px;
    }
    .featured-bottom-left span {
        font-size: 14px;
    }
    .new-blog-list-search form input:first-child {
        font-size: 14px;
        height: 44px;
        padding: 13px 13px 13px 50px;
    }
    .new-blog-list-search span.search-icon {
        width: 34px;
        height: 32px;
        left: 6px !important;
    }
    .new-blog-list-search span.search-icon svg {
        width: 16px;
        height: 16px;
    }
    ul.blog-grid.blog-grid-2 {
        column-gap: 24px;
        row-gap: 24px;
    }
    ul.blog-grid.blog-grid-2 li {
        width: calc(33.33% - 16px);
    }
    .blog-pagination a {
        font-size: 14px;
        width: 30px;
        height: 30px;
    }
    .blog-pagination span.numeric-current-page.active, span.page-numbers.current {
        width: 30px;
        height: 30px;
    }
    /* .blog-pagination .numeric-next-page, .blog-pagination .numeric-prev-page, .blog-pagination span.numeric-current-page.active, span.page-numbers.current {
        font-size: 14px;
    } */
    span.pagination-icon svg {
        height: 12px;
    }
    .blog-pagination {
        margin-top: 30px;
    }
    .comman-padding {
        padding: 60px 0;
    }
    .select-menu .select-btn {
        padding: 14px 34px 14px 18px;
    }
    .select-menu .select-btn:after {
        background-size: 10px;
        width: 10px;
        height: 6px;
        right: 10px;
    }
    .blog-list-category-wrapper {
        margin-bottom: 60px;
    }
    .feature-blog {
        padding-top: 60px;
        margin-top: 60px;
    }
    .feature-blog-inner-heading h2 {
        font-size: 38px;
    }
    .single-post-banner h1.post-title {
        font-size: 34px;
        max-width: 615px;
    }
    .single-post-detail {
        padding: 14px 24px;
        margin: 24px auto;
    }
    .single-post-detail-category svg {
        width: 32px;
        height: auto;
    }
    .main-container-box {
        column-gap: 24px;
    }
    .left-custom-table-content #ez-toc-container {
        padding: 18px !important;
    }
    .popular-posts {
        padding: 18px;
    }
    .left-custom-table-content {
        flex: 0 0 280px;
    }
    .main-content-left {
        gap: 24px;
    }
    .related-posts h3 {
        font-size: 28px;
        margin-bottom: 40px;
    }
}
@media(max-width:1200px){
    .blog-list-search h1 {
        font-size: 38px;
    }
    .blog-list-search p {
        font-size: 16px;
        margin-top: 8px;
    }
    .featured-post .post-header-outer {
        padding: 20px 20px;
    }
    .featured-post-header h2 a {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .featured-post .post-content p {
        font-size: 14px;
    }
    .comman-btn {
        padding: 9px 14px;
        font-size: 12px;
    }
    .featured-post {
        padding: 20px 20px 0;
    }
    .featured-bottom {
        margin-top: 20px;
    }
    .featured-bottom-left span {
        font-size: 12px;
        padding: 10px 18px;
    }
    .featured-bottom-right .post-categories a {
        font-size: 12px;
        padding: 8px;
    }
    a.cat-list_item {
        font-size: 14px;
        padding: 10px 14px;
    }
    .new-blog-list-search form input:first-child {
        font-size: 12px;
        height: 40px;
        padding: 11px 11px 11px 46px;
    }
    .new-blog-list-search span.search-icon {
        width: 32px;
        height: 30px;
    }
    ul.blog-grid.blog-grid-2 {
        column-gap: 20px;
        row-gap: 20px;
    }
    ul.blog-grid.blog-grid-2 li {
        width: calc(33.33% - 14px);
    }
    .main-container-box .post-header {
        padding: 16px 16px 8px;
        row-gap: 8px;
    }
    .post-content.line-clamp-3 p {
        padding: 0 16px 0px;
        font-size: 16px;
        margin-bottom: 14px;
    }
    ul.blog-grid.blog-grid-2 h2.post-title a {
        font-size: 18px;
        height: 55px;
    }
    .author-info h4, .author-info span {
        font-size: 12px;
    }
    .author-info p {
        font-size: 12px;
    }
    .post-author.blog-list-author {
        padding: 0 16px 18px;
        column-gap: 10px;
    }
    .author-info p:after {
        left: -13px;
        width: 6px;
        height: 6px;
    }
    .author-info {
        column-gap: 20px;
    }
    ul.cat-list {
        gap: 10px;
    }
    ul.blog-grid.blog-grid-2 .post-categories a {
        font-size: 12px;
    }
    .select-menu .select-btn {
        font-size: 14px;
        padding: 10px 30px 10px 14px;
    }
    .blog-list-category-wrapper {
        margin-bottom: 50px;
    }
    .blog-list-category-list {
        gap: 10px;
    }
    .select-menu .options {
        width: 270px;
        padding: 16px;
    }
    .feature-blog-inner-heading h2 {
        font-size: 34px;
    }
    .feature-blog-inner-heading p {
        font-size: 16px;
        margin-top: 8px;
    }
    .feature-blog-inner-heading {
        flex: 0 0 340px;
        width: 340px;
    }
    .feature-blog-inner-slider {
        width: calc(100% - 360px);
    }
    .feature-blog-inner-slider .owl-item {
        padding: 0px 10px;
    }
    .blog-list-search-outer {
        padding: 40px 0 140px;
    }
    .popular-posts li img {
        width: 80px;
    }
    .popular-post-category svg {
        width: 22px;
    }
    .popular-posts li {
        column-gap: 10px;
        row-gap: 8px;
        padding: 16px 0;
    }
    /* .popular-post-category a {
        font-size: 10px;
    } */
    .popular-posts-outer {
        width: 262px;
        flex: 0 0 262px;
    }
    .author-banner-content h1 {
        font-size: 22px;
        margin-bottom: 16px;
    }
    .author-banner-content p.author-description {
        font-size: 16px;
        margin-bottom: 20px;
    }
    p.author-role {
        left: 30px;
        bottom: 30px;
        font-size: 16px;
        padding: 12px 26px;
    }
    .single-post-banner h1.post-title {
        font-size: 30px;
        max-width: 615px;
    }
    .breadcrumb nav {
        column-gap: 8px;
        font-size: 12px;
        margin-bottom: 30px;
    }
    .breadcrumb nav a {
        font-size: 12px;
    }
    .related-posts h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .single-post-container {
        padding: 60px 0;
    }
    .featured-slider-count {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }
}
@media(max-width:1150px){
    .main-container-box.comman-padding.single-post-outer {
        flex-flow: wrap;
    }
    .main-container.blog-grid-box.blog-grid-box-single {
        width: calc(100% - 310px);
    }
    .popular-posts-outer {
        width: 100%;
        flex: 0 0 100%;
        position: static !important;
        margin-top: 24px;
    }
    .author-banner-content {
        padding: 50px 40px;
        max-width: 460px;
        margin: 0 0 0 -80px;
    }
    .author-avatar {
        width: 400px;
    }
}
@media(max-width: 991px){
    .featured-post article {
        flex-flow: wrap;
    }
    .featured-post .post-media-outer {
        width: 100%;
        padding-bottom: 30px;
    }
    .featured-post .post-header-outer {
        width: 100%;
    }
    .featured-post-header h2 a {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .blog-list-search h1 {
        font-size: 34px;
    }
    .blog-list-category-list p {
        font-size: 16px;
        margin-bottom: 16px;
    }
    a.cat-list_item {
        font-size: 12px;
        padding: 8px 12px;
        border-radius: 6px;
    }
    .select-menu .select-btn {
        font-size: 12px;
        padding: 8px 28px 8px 12px;
        border-radius: 6px;
    }
    .new-blog-list-search form input:first-child {
        height: 36px;
        padding: 11px 11px 11px 40px;
    }
    .new-blog-list-search span.search-icon {
        width: 26px;
        height: 26px;
    }
    ul.blog-grid.blog-grid-2 li {
        width: calc(50% - 10px);
    }
    .blog-list-category-wrapper {
        margin-bottom: 40px;
    }
    .blog-list-category-outer {
        margin: -20px 0 0;
    }
    .select-menu .options .option .option-text {
        font-size: 12px;
    }
    .select-menu .options .option {
        padding: 6px 4px;
        margin-bottom: 8px;
    }
    .select-menu.active .options span {
        font-size: 10px;
        margin-bottom: 10px;
    }
    .select-menu .options {
        width: 240px;
        padding: 14px;
    }
    .feature-blog-inner {
        flex-flow: wrap;
        gap: 24px;
    }
    .feature-blog-inner-heading {
        flex: 0 0 100%;
        width: 100%;
    }
    .feature-blog-inner-slider {
        width: 100%;
        margin: 0;
    }
    .custom-nav {
        margin-top: 30px;
        justify-content: space-between;
    }
    .main-content-left {
        flex-flow: wrap;
        gap: 20px;
        width: 100%;
    }
    .left-custom-table-content {
        flex: 0 0 100%;
        width: 100%;
    }
    .left-custom-table-content #ez-toc-container {
        padding: 18px !important;
        max-width: 100%;
        display: block;
        overflow: hidden;
        padding: 0 !important;
        margin: 0 !important;
    }
    .left-custom-table-content #ez-toc-container .ez-toc-title {
        background: url(https://www.gurully.com/assets-new/images/down-arrow.svg) right 19px center / 14px no-repeat #f6f6f6;
        display: block;
        color: #000;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding: 14px 20px;
        border-radius: 20px 20px 0 0;
    }
    .left-custom-table-content nav>ul {
        overflow: auto !important;
        max-height: 400px;
        display: none;
        padding: 0 14px 14px !important;
    }
    .left-custom-table-content .ez-toc-title-container {
        margin-bottom: 0px !important;
    }
    .share-post-box {
        display: none;
    }
    .author-banner-content {
        padding: 30px 30px;
        max-width: 380px;
        margin: 0 0 0 -60px;
    }
    .single-post-banner h1.post-title {
        font-size: 28px;
    }
    .single-post-detail-category svg {
        width: 30px;
        height: auto;
    }
    .main-container.blog-grid-box.blog-grid-box-single {
        width: 100%;
    }
    .blog-grid-box-single td {
        padding: 12px;
        font-size: 14px;
        line-height: 150%;
    }
    .breadcrumb nav {
        margin-bottom: 20px;
    }
    .related-posts {
        gap: 24px;
    }
    .related-posts section {
        width: calc(50% - 14px);
    }
    .related-posts h3 {
        font-size: 24px;
        margin-bottom: 0;
    }
    .single-post-container {
        padding: 50px 0;
    }
    .left-custom-table-content {
        top: 59px;
        background: #fff;
    }
    .container {
        padding: 0 10px !important;
    }
    .comman-btn {
        border-radius: 8px;
        padding: 9px 14px;
    }

}
@media(max-width:767px){
    .blog-list-category-outer {
        flex-flow: wrap;
        width: 100%;
    }
    .featured-post-header h2 a {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .blog-list-category-wrapper {
        margin-bottom: 30px;
    }
    .blog-list-category-list ul {
        column-gap: 0;
        border-radius: 10px;
        position: relative;
        flex-direction: column;
        row-gap: 0;
        overflow: hidden;
        margin: 0;
        border: 1px solid #ddd;
        border-top: 0;
        width: 100%;
    }
    ul.cat-list li {
        width: 100%;
        text-align: center;
        order: 1;
    }
    li.cat-list-icon {
        display: block;
        width: 12px !important;
    }
    .blog-list-category-list ul a.active {
        position: relative;
        top: auto;
        width: 100%;
    }
    .blog-list-category-list ul a {
        font-size: 14px;
        padding: 12px 14px;
        border-radius: 0;
        border-top: 1px solid #ddd;
        width: 100%;
    }
    .blog-list-category-list ul a:not(.active) {
        position: absolute;
        top: -999em;
    }
    .blog-list-category-list {
        flex-flow: wrap;
        width: 100%;
        align-items: flex-start;
    }
    li.cat-list-icon svg {
        position: absolute;
        z-index: 1;
        top: 18px;
        right: 20px;
        width: 12px !important;
        left: auto;
        transition: .4s;
        height: 7px;
        transform-origin: center;
    }
    .select-menu {
        display: none;
    }
    .blog-list-category-list ul.expanded li a:not(.active) {
        position: relative;
        top: auto;
    }
    li.dropdown-only {
        display: block;
    }
    .blog-list-search-outer {
        padding: 30px 0 100px;
    }
    .blog-list-search h1 {
        font-size: 28px;
    }
    .new-blog-list-search {
        margin: 30px auto 0;
    }
    .blog-grid-box-single h2 {
        font-size: 24px;
        margin: 24px 0 10px;
    }
    .blog-grid-box-single h3, .blog-grid-box-single h4, .blog-grid-box-single h5, .blog-grid-box-single h6 {
        font-size: 18px;
        margin: 24px 0 10px;
    }
    .author-page .comman-padding {
        padding-top: 30px;
    }
    .author-banner-content {
        padding: 24px;
        width: 380px;
        margin: 0 0 0 -60px;
    }
    .comman-padding {
        padding: 40px 0;
    }
    .single-post-banner h1.post-title {
        font-size: 26px;
    }
    .single-post-detail-category svg {
        width: 26px;
        height: auto;
    }
    .single-post-detail-category .post-categories a {
        font-size: 12px;
    }
    .single-post-detail {
        padding: 12px 18px;
        margin: 20px auto 0;
    }
    .blog-list-search-outer.blog-list-search-outer-detail {
        padding-bottom: 300px;
    }
    .single-post-banner-right {
        margin: -260px auto 0;
    }
    .blog-grid-box-single td {
        font-size: 12px;
    }
    .blog-grid-box-single h2 span {
        font-size: 22px;
    }
    .blog-grid-box-single section.sc_fs_faq.sc_card {
        padding: 12px 18px;
        margin: 0 0 20px !important;
    }
    .blog-grid-box-single section.sc_fs_faq.sc_card h5 {
        font-size: 16px;
    }
    .single-post-container {
        padding: 30px 0;
    }
    .single-post-related-post {
        margin-bottom: 30px;
    }
    .blog-grid-box-single p {
        font-size: 16px;
    }
    .blog-grid-box-single p span{
        font-size: 16px;
    }
    .blog-grid-box-single li {
        font-size: 16px;
    }
    .feature-blog {
        padding-top: 40px;
        margin-top: 40px;
    }
    .feature-blog-inner-heading h2 {
        font-size: 28px;
    }
}
@media(max-width:600px){
    ul.blog-grid.blog-grid-2 li {
        width: 100%;
    }
    ul.blog-grid.blog-grid-2 h2.post-title a {
        height: auto;
    }
    .author-baner {
        flex-direction: column;
    }
    .author-banner-content {
        padding: 24px;
        width: calc(100% - 20px);
        margin: -60px 0 0 0px;
        max-width: 80%;
    }
    p.author-role {
        left: 20px;
        top: 20px;
        font-size: 14px;
        padding: 10px 16px;
        bottom: auto;
    }
    .author-avatar {
        width: 100%;
    }
    .blog-list-search-outer.blog-list-search-outer-detail {
        padding-bottom: 220px;
    }
    .single-post-banner-right {
        margin: -180px auto 0;
    }
    .related-posts section {
        width: 100%;
    }

}