.banner-sec,
.banner-sec .likes_sec .count,
.blog_row_grid {
    align-items: center;
    display: flex
}

.banner-sec {
    margin-top: 70px;
    position: relative
}

.banner-sec,
.blogDetailPost {
    padding: 0
}

.banner-sec .banner_ins {
    margin-left: 25px;
    position: relative;
    padding: 14px 0
}

.banner-sec .category_name p {
    color: #fff;
    display: inline-block;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    background: #14151b;
    padding: 5px 10px;
    border-radius: 3px
}

.blog_row_grid {
    border-bottom: 5px solid #000;
    border-left: 5px solid #000;
    border-right: 5px solid #000;
    width: 85%;
    height: 265px;
    position: relative
}

.banner-sec .likes_sec .count {
    gap: 10px
}

.banner-sec .likes_sec .count p {
    margin-bottom: 0;
    font-size: 15px
}

.banner-sec .likes_sec i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-style: normal
}

.fa.fa-eye::before {
    content: "\1F441";
    font-size: 22px
}

#likebtn.active,
#likebtn1.active {
    color: red
}

.banner-sec .likes_sec .count .like div,
.banner-sec .likes_sec .count .like span {
    background-color: #0645ad;
    position: absolute;
    transform: scale(1);
    transition: .8s;
    opacity: 0
}

.banner-sec .likes_sec .count .like div {
    width: 4px;
    height: 4px;
    border-radius: 50px
}

.divbox,
.dots {
    animation: .3s linear reverse dotsbox
}

@keyframes dotsbox {
    0% {
        transform: scale(0)
    }

    10% {
        transform: scale(1)
    }

    100% {
        top: 50%;
        left: 50%;
        transition: .3s
    }
}

.banner-sec .likes_sec .count .like span {
    width: 10px;
    height: 8px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%)
}

.banner-sec .likes_sec .count .like span:first-child {
    left: -23px;
    top: 11px
}

.banner-sec .likes_sec .count .like span:nth-child(2) {
    top: -23px;
    left: 20px;
    transform: rotate(120deg);
    background-color: #13bba4
}

.banner-sec .likes_sec .count .like span:nth-child(3) {
    left: 40px;
    top: 5px;
    transform: rotate(175deg);
    background-color: #7434fa
}

.banner-sec .likes_sec .count .like span:nth-child(4) {
    top: 37px;
    left: 24px;
    transform: rotate(233deg);
    background-color: #2e8b57
}

.banner-sec .likes_sec .count .like span:nth-child(5) {
    left: -14px;
    top: -21px;
    transform: rotate(40deg);
    background-color: orange
}

.banner-sec .likes_sec .count .like span:nth-child(6) {
    top: 40px;
    left: -10px;
    transform: rotate(315deg);
    background-color: #b8860b
}

.banner-sec .likes_sec .count .like div:nth-child(7) {
    left: -20px;
    top: 30px
}

.banner-sec .likes_sec .count .like div:nth-child(8) {
    top: -27px;
    left: 6px
}

.banner-sec .likes_sec .count .like div:nth-child(9) {
    left: 40px;
    top: -11px
}

.banner-sec .likes_sec .count .like div:nth-child(10) {
    top: 26px;
    left: 40px
}

.banner-sec .likes_sec .count .like div:nth-child(11) {
    left: -22px;
    top: -5px
}

.banner-sec .likes_sec .count .like div:nth-child(12) {
    top: 48px;
    left: 10px
}

.banner-sec .banner_bg_color {
    background-color: #fff0b4;
    width: 440px;
    position: absolute;
    left: -35px;
    top: -10px;
    bottom: 0;
    margin: auto;
    z-index: -1
}

#section2_height {
    height: 200px
}

.blogTitle1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 58px;
    color: #000;
    margin: 0;
    font-family: Sohne, sans-serif
}

#blogid,
#scroll_front,
.bdpostDate,
.breadCrumbMain .breadcrumb,
.table_content_sec #menutable span:last-child {
    margin-bottom: 0
}

.breadCrumbMain .breadcrumb-item+.breadcrumb-item::before {
    content: none
}

.breadCrumbMain .breadcrumb-item+.breadcrumb-item {
    padding-left: 0
}

.breadCrumbMain a,
.share_list li span {
    font-size: 13px;
    color: #000;
    font-weight: 500
}

.breadCrumbMain .blog_bread {
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    width: 100%;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.breadCrumbMain .share_list {
    display: flex;
    list-style: none;
    gap: 24px;
    padding-left: 0;
    margin-bottom: 0
}

.breadCrumbMain .share_list a {
    font-weight: 600 !important
}

.breadCrumbMain .share_list a:hover {
    color: #2196f3
}

header .bloglae_a:hover .blog_desc {
    color: #000;
    font-weight: 900;
    text-decoration: none
}

.breadCrumbMain a:hover {
    color: #1a73e8
}

.table_content_sec {
    position: sticky;
    top: 30px;
    background: #fff;
    padding: 20px 10px;
    transition: .2s;
    z-index: 99;
    margin: 24px -10px
}

.table_content_sec #menutable {
    width: 50px;
    height: 40px;
    border: 1px solid #c1c1c1;
    display: grid;
    place-content: center;
    border-radius: 4px
}

.table_content_sec #menutable span {
    color: #989898;
    font-size: 20px;
    width: 18px;
    height: 2px;
    background-color: #989898;
    display: block;
    margin-bottom: 4px
}

#toc_ul::-webkit-scrollbar {
    width: 6px
}

#toc_ul::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 20px
}

.table_content_sec .a_scroll_table {
    color: #000;
    display: block;
    padding: 0 0 0 20px;
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 600;
    position: relative
}

.table_content_sec a.a_scroll_table::before {
    content: "\2023";
    position: absolute;
    font-size: 30px;
    line-height: inherit;
    color: #000;
    left: 0;
    top: 0
}

.bannertop .bannercontent,
.blogContent p{
    font-size: 18px;
    line-height: 30px !important;
    font-weight: 300;
    text-align: left;
    color: #14151b
}

.blogContent ol li {
  font-size: 15px;
  line-height: 30px !important;
  font-weight: 300;
  text-align: left;
  color: #14151b;
}

.blogContent p b {
    font-weight: 700
}

.blogContent h2,
.blogContent h2 span {
    color: #000;
    font-weight: 600 !important;
    font-size: 30px !important;
    margin-top: 50px;
    margin-bottom: 16px;
    line-height: 1.4;
    background-color: transparent !important
}

.blogContent h2:first-child {
    margin-top: 0
}

.blogDetailPost {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 40px
}

.blogContent h3 {
    color: #000;
    font-size: 25px;
    margin: 25px 0 22px;
    line-height: 34px
}

.blogContent h4 {
    color: #000;
    font-size: 23px;
    line-height: 32px
}

.blogContent h5 {
    color: #000;
    font-size: 20px;
    line-height: 30px
}

.newsletter_sec .notes {
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -1px;
    color: #14151b
}

.newsletter_sec .btnsec {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: left;
    align-items: start;
    margin-top: 25px
}

.pikachu {
    width: 85px;
    height: 85px;
    transform: rotate(10deg);
    opacity: 0;
    transition: .3s
}

.pikachu.active {
    transform: translateY(-65px) rotate(10deg);
    opacity: 1
}

.btn-pikachu {
    background-color: #ffce05;
    border-radius: 2px;
    color: #000;
    font-weight: 600;
    padding: 10px 25px;
    position: absolute;
    transition: .5s
}

.btn-pikachu:hover {
    background-color: transparent
}

.newsletter_sec .pikachu_img_sec {
    position: relative;
    border-top: 3px solid #14151b
}

.newsletter_sec .pikachu_img_sec .pikachu_white {
    position: absolute;
    top: -100px;
    right: 0
}

.contentform_sec {
    margin-top: 50px;
    position: sticky;
    right: 0;
    top: 30px
}

.contentform_sec .content_notes {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -1px;
    color: #14151b
}

.contentform_sec .form-group {
    margin-bottom: 15px
}

.blogpost_row .form-control {
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 45px;
    padding: 10px 15px;
    box-shadow: none !important;
    resize: none
}

.contentform_sec textarea.form-control {
    height: auto
}

.btn-enq {
    background: #ffce05;
    border-radius: 2px;
    padding: 10px 20px;
    font-weight: 600
}

.btn-enq:hover {
    background: 0 0
}

.post_sec {
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.post_sec a {
    color: #000;
    font-size: 13px;
    font-weight: 500
}

.post_sec a:is(:hover, :focus) {
    font-weight: 600
}

.alter_article_sec .title_blogs .bg_title {
    position: absolute;
    background-color: #13bba4;
    height: 145px;
    width: 145px;
    z-index: -1;
    top: -30px
}

.alter_article_sec .alter_title {
    font-size: 25px;
    font-weight: 500;
    margin-left: 40px;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
    -webkit-box-orient: vertical
}

.alter_article_sec .title_blogs a {
    color: #000
}

.alter_article_sec .title_blogs a:is(:hover, :focus) {
    color: #0a58ca
}

.alter_article_sec {
    padding-bottom: 100px
}

.alter_article_sec .title_blogs {
    position: relative;
    margin-bottom: 35px
}

.sharesec .btn-share {
    border: 1px solid #373737;
    background: 0 0;
    padding: 4px 10px;
    display: flex;
    gap: 7px;
    align-items: center
}

.sharesec {
    display: none
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table,
.table td,
.table th,
.table-bordered,
.table-bordered td,
.table-bordered th {
    border-color: #525252
}

.table td,
.table td p,
.table-bordered td {
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px !important;
    font-weight: 400;
    color: #14151b
}

.table td,
.table-bordered td {
    padding: 12px 12px 7px
}

.table td p {
    margin-bottom: 5px
}

.table td ul {
    padding-left: 24px
}

.faqsection {
    position: relative;
    overflow: hidden;
    background-color: #fafafa
}

.faqsection .faq_layer {
    max-width: 230px;
    position: absolute;
    left: 30%;
    top: 15%;
    opacity: .5
}

.faqsection .faq_dot {
    left: -100px;
    position: absolute;
    bottom: 15%;
    max-width: 250px
}

.faqsection .faq_img {
    position: absolute;
    left: -25%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 350px;
    object-fit: contain
}

.content,
.droptop,
.faqsection .card_yellow,
section.banner {
    position: relative
}

.faqsection .card_yellow {
    border-color: #f1f0ee66;
    background-color: #f1f0ee66;
    box-shadow: 0 1px 15px 0 rgb(107 95 97 / 66%);
    padding: 20px;
    z-index: 9
}

.faqsection .accordion-button {
    background-color: transparent;
    box-shadow: none;
    padding: 32px 10px;
    color: #14130e;
    font-weight: 500
}

.faqsection .accordion-button::after {
    content: "\002B";
    font-size: 20px;
    background-image: none;
    transform: none
}

.faqsection .accordion-button[aria-expanded=true]::after {
    content: "\2212"
}

.faqsection .accordion-body {
    padding: 0 10px 35px
}

.faqsection .accordion-item {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.faqsection .accordion-item:first-child .accordion-button {
    padding-top: 0
}

.faqsection .accordion .paracontent {
    color: #14130e;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    padding-right: 35px
}

.faqsection .bg_head {
    background-size: 100% 100%;
    padding: 22px 50px
}

.faqsection .content {
    padding: 18px
}

.faqsection .accordion-body ul {
    list-style: none;
    padding-left: 4px;
    margin-bottom: 0
}

.faqsection .accordion-body ul li:not(:last-child) {
    padding-bottom: 8px
}

.content.content_faq {
    height: 450px
}

.content::-webkit-scrollbar {
    width: 4px;
    background-color: transparent
}

.content::-webkit-scrollbar-track-piece:start {
    margin-top: 18px
}

.content::-webkit-scrollbar-track-piece:end {
    margin-bottom: 10px
}

.content {
    height: 350px;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 9;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
    padding: 25px
}

.content_faq::-webkit-scrollbar-thumb {
    background-color: #ccc
}

.blogpost_row,
.breadCrumbMain .row {
    justify-content: center
}

.categorylinks {
    margin: 25px 0
}

.borderrow {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 7px 10px
}

.borderrowflex {
    display: flex;
    align-items: center;
    gap: 25px
}

.breadCrumbMain .dropdown-toggle {
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
    padding: 0
}

.breadCrumbMain .dropdown-toggle img,
.breadCrumbMain .dropdown-toggle svg {
    opacity: .7
}

.breadCrumbMain .dropdown-toggle::after {
    border: 0
}

.breadCrumbMain .dropdown-toggle:hover img,
.breadCrumbMain .dropdown-toggle:hover svg {
    opacity: 1
}

.borderrow .row {
    align-items: center
}

.outlinebtn {
    font-size: 15px;
    border: 1px solid #ffce05;
    color: #000
}

.outlinebtn:hover {
    background-color: #ffce05
}

.borderrowflex.second {
    justify-content: end
}

.breadCrumbMain a.dropdown-item {
    font-size: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: 500;
    color: #6b6b6b
}

.breadCrumbMain a.dropdown-item:hover {
    color: #14151b !important
}

.breadCrumbMain a.dropdown-item:active,
.breadCrumbMain a.dropdown-item:focus,
.breadCrumbMain a.dropdown-item:hover {
    background-color: #e9ecef
}

.breadCrumbMain a.dropdown-item img {
    opacity: .5;
    width: 100%;
    max-width: 19px;
    margin-right: 8px;
    height: auto
}

.breadCrumbMain a.dropdown-item:hover img {
    opacity: .8
}

.readtime {
    color: #000;
    font-size: 13px;
    line-height: 22px;
    padding-left: 8px
}

.readdot {
    display: block;
    font-size: 20px;
    line-height: .6;
    padding-left: 8px
}

.breadcrumb-item .arrow {
    color: #f60;
    font-weight: 500
}

section.banner {
    padding: 0;
    margin-top: 55px;
    background: linear-gradient(270deg, #ffc017 14%, #ffe330 32%, #fbf0b8 51%);
    font-size: 16px;
    text-align: center;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center
}

section .bannertwo {
    mix-blend-mode: overlay;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%
}

section .bannerthree {
    background: url(/assets/images/blogimages/bgimg.webp);
    width: 100%;
    height: 100%
}

section.banner .paracontent {
    margin-bottom: 0;
    position: relative;
    text-align: center
}

section.banner .paracontent a {
    color: #3e3d3d;
    text-decoration: underline
}

.borderrow .dropdown-menu {
    border-color: #ddd;
    min-width: 14rem
}

.borderrow .dropdown-menu li {
    padding: 0 !important
}

.borderrow .dropdown-menu.show {
    transform: translate(-200px, 35px) !important
}

.droptop::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: -28px;
    right: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #ddd
}

.table_content_sec .form-select {
    height: 50px;
    color: #14151b;
    background-image: url(/assets/images/blogimages/tocmenu.webp);
    background-position: right 12px center;
    background-size: 24px 22px;
    padding-right: 36px;
    font-size: 16px;
    font-weight: 800;
    border-color: #f2f2f2
}

.table_content_sec .form-select:focus {
    box-shadow: none;
    border-color: #f2f2f2
}

.blogpost_row>div,
.breadCrumbMain .row .breadCrumbMainrowdiv {
    width: 680px
}

.blogdesccontent {
    font-size: 20px;
    color: #14151b;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 32px
}

.bannertop {
    border: 1px solid #ececec;
    padding-right: 12px;
    background-image: url(/assets/images/blogimages/bannerbg.webp);
    background-color: #fff;
    background-repeat: no-repeat;
    margin-top: 30px
}

.bannertop .leftimg {
    align-self: flex-end
}

.bannertop .bg_head_faq {
    background-image: url(/assets/images/home/head_bg.webp) !important;
    background-size: 40% 100%;
    padding-left: 20px !important;
    font-weight: 700;
    background-repeat: no-repeat;
    padding: 12px 0
}

.bannertop .bannerhead {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 7px
}

.bannertop .bannercontent {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 24px !important;
    margin-bottom: 0
}

.bannertop .sociallink {
    border: 1px solid #8f8b8b;
    border-radius: 50px;
    padding: 7px 22px 7px 7px;
    display: flex;
    align-items: center;
    color: #000 !important;
    font-size: 14px;
    transition: .2s
}

.bannertop .sociallink:hover {
    text-decoration: none;
    color: #fff !important
}

.bannertop .whats:hover {
    background-color: #25d366;
    border-color: #25d366
}

.bannertop .telegram:hover {
    background-color: #08c;
    border-color: #08c
}

.bannertop .quote:hover {
    background-color: #d4a707;
    border-color: #d4a707
}

.bannertop .flexbox {
    display: flex;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 18px
}

.bannertop .sociallink span {
    padding-left: 6px
}

.bannertop .rightblock {
    padding-top: 30px;
    padding-bottom: 30px
}

@media only screen and (min-width:991px) {
    .content_faq::-webkit-scrollbar-thumb {
        background-color: transparent
    }

    .content_faq:hover::-webkit-scrollbar-thumb {
        background-color: #ccc
    }
}

@media only screen and (min-width:1500px) {
    .faqsection .faq_img {
        left: -15%
    }
}

@media only screen and (min-width:1400px) {
    section .container {
        width: 100%;
        max-width: 1140px
    }

    .contentform_sec {
        top: 80px
    }
}

@media only screen and (max-width:1300px) {
    section .container {
        width: 100%;
        max-width: 90%
    }

    .banner-sec .banner_ins {
        margin-left: 0
    }
}

@media only screen and (max-width:991px) {

    #accordion1 #menutable,
    .bannertop .leftimg,
    .faqsection .faq_img,
    .webdrop {
        display: none
    }

    .table_content_sec {
        position: sticky;
        top: 7px;
        transition: .2s;
        margin: 16px -10px
    }

    .table_content_sec #toc_ul {
        padding: 0;
        height: auto
    }

    .blogDetailPost {
        margin-top: 30px
    }

    .blog_row_grid {
        border-right: 0px;
        height: auto
    }

    .blogTitle1 {
        font-size: 38px;
        line-height: 54px
    }

    .blog_row_grid,
    .blogtitledynamic {
        width: 100%
    }

    .breadCrumbMain .blog_bread {
        max-width: 480px
    }

    .sharesec {
        display: block
    }

    .faqsection .faq_dot {
        opacity: .35
    }

    .bannertop .rightblock {
        padding: 20px 20px 24px
    }

    .bannertop {
        margin: 30px 0;
        padding: 20px 0 0
    }

    .bannertop .img-fluid {
        width: 100%;
        max-width: 500px;
        display: block;
        margin: auto
    }

    .bannertop .bg_head_faq {
        background-size: 27% 100%;
        padding: 12px 0 20px
    }
}

@media only screen and (max-width:767px) {

    .blogpost_row>div,
    .breadCrumbMain .row .breadCrumbMainrowdiv {
        width: 100%
    }

    .blogpost_row .leftsec_blog {
        padding: 0 12px;
        border: none
    }

    section.banner {
        height: 70px;
        padding: 0 12px
    }
}

@media only screen and (max-width:576px) {
    .banner-sec .banner_bg_color {
        width: 300px
    }

    .blogTitle1 {
        font-size: 30px;
        line-height: 42px
    }

    .breadCrumbMain nav {
        margin-left: 2px
    }

    .breadCrumbMain .blog_bread {
        max-width: 100%;
        white-space: normal;
        overflow: auto
    }

    .blogpost_row>div:first-child {
        padding: 0
    }

    .blogDetailPost h2 {
        margin-left: -14px;
        padding-left: 12px
    }

    .blogContent h3 {
        font-size: 22px;
        margin: 20px 0
    }

    .blogContent h4 {
        font-size: 21px
    }

    .blogContent h2,
    .blogContent h2 span {
        font-size: 24px !important
    }

    .alter_article_sec .alter_title {
        font-size: 20px
    }

    .alter_article_sec .title_blogs .bg_title {
        height: 90px;
        top: -16px
    }

    .alter_article_sec {
        padding-bottom: 60px
    }

    .faqsection .content,
    .readtime {
        padding-left: 0
    }

    .faqsection .accordion-button::after {
        position: absolute;
        right: -10px
    }

    .faqsection .accordion-button {
        padding: 28px 10px
    }

    .faqsection .card_yellow {
        padding-right: 16px
    }

    .faqsection .accordion .paracontent {
        padding-right: 0
    }

    section .container {
        max-width: 100%
    }

    .borderrowflex {
        justify-content: center
    }

    .readdot {
        line-height: .8;
        padding-right: 8px
    }

    .table_content_sec .form-select {
        height: 45px
    }

    .blogdesccontent {
        font-size: 16px;
        line-height: 30px;
        padding: 0 12px
    }

    .borderrow {
        padding: 12px 20px
    }

    section.banner .paracontent {
        text-align: start
    }

    .banner-sec {
        margin-top: 50px
    }

    .bannertop .flexbox {
        justify-content: center;
        gap: 10px
    }

    .bannertop .flexbox>div:nth-child(2) {
        display: none
    }

    table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    table::-webkit-scrollbar {
        width: 5px;
        height: 5px
    }

    table::-webkit-scrollbar-thumb {
        width: 5px;
        background-color: #c1c1c1;
        border-radius: 10px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .relatedbloginner .relblogbox .relblogboximg{display: none;}
}