.btn.arrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.btn.arrow span {
    display: flex;
}
.btn.arrow img {
    width: 18px;
}
.spacing150 {
    height: 150px;
}
.spacing100 {
    height: 100px;
}
.grey-bg {
    background-color: #F2F2F2;
}
.blogs-banner {
    position: relative;
    background-color: #F2F2F2;
    padding: 80px 0 140px 0;
}
.blogsb-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.blogsb-in .bbi-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.bbi-heading h1 {
    font-weight: 400;
    font-size: 55px;
    letter-spacing: 1px;
    color: #000;
    text-transform: capitalize;
}
.bbi-heading h1 span {
    font-family: 'PPEditorial';
    font-weight: 400;
    letter-spacing: 0;
    font-size: 50px;
    color: #D8031D;
    margin-left: 10px;
    display: inline-block;
}
.bbi-heading p {
    max-width: 48ch;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}
.blogs-banner .bb-background {
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111111;
    border-radius: 50%;
}
.bb-background img {
    width: 47px;
}

.blog-listing {

}
.bl-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    position: relative;
    padding-bottom: 75px;
}
.bl-wrap .blw-item {
    padding: 13px 13px 26px 13px;
    background-color: #F6F6F5;
    transition: .3s ease all;
    display: flex;
    align-items: stretch;
    border: 1px solid transparent;
}
.bl-wrap .blw-item:hover {
    border-color: #6E6E6E;
}
.bl-wrap .blw-item > a {
    display: flex;
}
.blw-item .blw-item-in {
    display: flex;
    flex-direction: column;
    gap: 26px;
    justify-content: flex-start;
    height: 100%;
}
.blwi-image {
    aspect-ratio: 8/5;
    display: flex;
    /* overflow: hidden; */
    transition: .3s ease all;
}
.blwi-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s ease all;
    aspect-ratio: 8/5;
}
/* .blw-item:hover .blwi-image img {
    transform: scale(1.13);
} */
.blwi-data {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
}
.blwi-top-data {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.btd-readtime {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.16px;
    text-transform: capitalize;
    color: #D8031D;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
}
.btd-readtime span {
    font-weight: 400;
    color: #6E6E6E;
    text-transform: lowercase;
}
.btd-heading {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.btd-heading h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #111111;
    transition: .3s ease all;
    max-width: 28ch;
}
.btd-heading p {
    color: #6E6E6E;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    transition: .3s ease all;
}
.blwi-bottom-data .bbd-author {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.bbd-author .bauthor-image {
    width: 22px;
    height: 22px;
    border-radius: 2px;
    overflow: hidden;
    display: flex;
}
.bauthor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bbd-author .bauthor-date {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.16px;
    color: #6E6E6E;
    text-transform: capitalize;
}
.category-sec {
    padding: 50px 0;
}
.category-in {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.category-in .ci-header {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.ci-header .ci-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.ci-heading h2 {
    font-size: 55px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000000;
}
.ci-heading p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    color: #111111;
    max-width: 48ch;
    text-align: center;
}
.ci-heading.full p {
    max-width: 88ch;
}
.ci-filters {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
}
.ci-filters .cifilter-item {
    padding: 10px 16px;
    border: 1px solid #111111;
    border-radius: 32px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: capitalize;
    transition: .3s ease all;
    cursor: pointer;
    white-space: nowrap;
}
.ci-filters .cifilter-item:hover,
.ci-filters .cifilter-item.active {
    background-color: #D8031D;
    color: #fff;
    border-color: #D8031D;
}
.ci-item-wrap .bl-wrap .blw-item:first-child {
    grid-column: span 2;
    padding: 13px 26px 13px 13px;
}
.ci-item-wrap .bl-wrap .blw-item:first-child .blw-item-in {
    flex-direction: row;
}
.ci-item-wrap .bl-wrap .blw-item:first-child .blwi-image {
    aspect-ratio: 9/10;
    width: 50%;
}
.ci-item-wrap .bl-wrap .blw-item:first-child .blwi-data {
    padding: 13px 0;
}

/* Text With Image Section */
section.bigger-carts {

}
.bcarts-in {
    display: flex;
    align-items: stretch;
    gap: 80px;
    background-color: #111111;
    padding: 0 35px;
}
.bcarts-in .bci-left {
    width: 60%;
}
.bcarts-in .bci-right {
    width: 40%;
    display: flex;
    align-items: flex-end;
}
.bci-left .bcil-top {
    padding: 85px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.bcil-head {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.bcil-head h2 {
    font-weight: 300;
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 100%;
    color: #fff;
}
.bcil-head p {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #F6F6F5;
    max-width: 62ch;
}
.bcil-bottom .btn {
    line-height: 120%;
    padding: 15px 28px;
}
.bcil-bottom .btn span {
    display: flex;
    margin-left: 10px;
}
.bcil-bottom .btn span img {
    width: 20px;
}
.bci-image {
    display: flex;
}
.bci-image img {
    width: 100%;
}
/* Text With Image Section */

/* NewsLetter Section */
.newslet-sec .newsletter-in {
    background-color: #D8031D;
    padding: 85px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.nl-headings {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.nl-headings h2 {
    font-weight: 300;
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 100%;
    color: #fff;
    text-align: center;
}
.nl-headings p {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #fff;
    max-width: 38ch;
    text-align: center;
}
.nl-subscribe {
    width: 100%;
}
.nl-subscribe form .form-group {
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.form-group input[type=email] {
    background-color: #FFFFFF;
    border: none;
    padding: 12px 20px;
    width: 100%;
    max-width: 52ch;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid transparent;
    height: inherit;
    border-radius: 0;
}
.form-group input[type=email]::placeholder {
    color: #6E6E6E;
}
.form-group input[type=email]:focus {
    outline: none;
}
.btn.black {
    background-color: #111111;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    border: none;
    padding: 14px 30px;
    border: 2px solid transparent;
    transition: .3s ease all;
}
.btn.black:hover {
    border-color: #111;
    color: #111;
    background-color: #fff;
}
.form-group input[type=submit] {

}
/* NewsLetter Section */

/* Pagination CSS */
.blw-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.blw-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.blw-pagination ul li {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111111;
    transition: .3s ease all;
}
.blw-pagination ul li a,
.blw-pagination ul li span {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .32px;
    line-height: 13px;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blw-pagination ul li:hover,
.blw-pagination ul li.active {
    background-color: #D8031D;
}

/* Footer Changes */
footer {
    padding: 40px 0;
}
.new-footer-in {
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.top-up-left .footer-logo {
    display: flex;
}
.footer-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer-text p {
    font-size: 20px;
}
.footer-text .f-bfs {
    display: flex;
}
.f-bfs img {
    width: 140px;
}
.nfi-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.nfi-top .nfit-left {
    display: flex;
    align-items: center;
    gap: 16px;
}
.nfit-left .footer-logo {
    width: 70px;
    height: auto;
    display: flex;
}
.footer-logo img {
    width: 100%;
}
.nfit-right .fmenu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}
.fmenu ul li a {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    transition: .3s ease all;
}
.fmenu ul li a:hover {
    color: #D8031D;
}
.footer-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fe-storebtn a {
    display: flex;
}
.fe-storebtn img {
    width: 210px;
}
.copyright-text {
    font-size: 12px;
    font-weight: 400;
    color: #F9F5F0;
}
.madewith {
    font-size: 12px;
    font-weight: 400;
    color: #F9F5F0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.madewith a {
    transition: .3s ease all;
}
.madewith a:hover {
    color: #D8031D;
}
.nfi-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.nfi-bottom .footer-mail form {
    display: block;
    border: none;
}
.footer-mail fieldset {
    border: none;
}
footer form p .wpcf7-form-control-wrap {
    display: flex;
    position: relative;
}
footer form .wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -38px;
}
footer form input[type="email"] {
    background-color: #FFFFFF;
    border: none;
    padding: 12px 20px;
    width: 100%;
    max-width: 52ch;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid transparent;
    border-radius: 0;
    height: auto;
}
footer form input[type="submit"] {
    background-color: var(--red);
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    border: none;
    padding: 14px 30px;
    border: 2px solid transparent;
    transition: .3s ease all;
    height: auto;
}
footer form input[type="submit"]:hover {
    background-color: #b60016;
    border: 2px solid #b60016;
}
.footer-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-btn .btn span img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-left: 5px;
}
/* Footer Changes */

/* Blog Details Section */
.blogs-details-banner {
    background-color: #111111;
    margin-top: 30px;
    padding: 40px 0;
}
.custom-container {
    width: 100%;
    padding: 0 40px;
}
.bdbi-grid {
    display: grid;
    grid-template-columns: 2fr 5fr 2fr;
    gap: 40px;
}
.bgi-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.bgi-breadcrump ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0px;
    padding: 0;
    flex-wrap: wrap;
}
.bgi-breadcrump ul li {
    position: relative;
    padding-left: 30px;
}
.nwsl-wrap iframe {
    width: 100%!important;
}
.wpcf7-turnstile.cf-turnstile {
    position: absolute;
    opacity: 0;
}
.bgi-breadcrump ul li::before {
    content: '>';
    position: absolute;
    top: 4px;
    left: 11px;
    width: 10px;
    height: 10px;
    color: #fff;
    font-size: 14px;
}
.bgi-breadcrump ul li:first-child {
    padding-left: 0;
}
.bgi-breadcrump ul li:first-child::before {
    content: none;
}
.bgi-breadcrump ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
.bgi-breadcrump ul li.current a {
    color: #A8A8A8;
}
.bgi-headings {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bgi-headings .bgi-head-subheading {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.16px;
    text-transform: capitalize;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.bgi-headings h1 {
    font-weight: 300;
    font-size: 50px;
    line-height: 110%;
    color: #F2F2F2;
    text-transform: capitalize;
}
.bgi-writer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.bgi-writer .bgiw-image {
    width: 30px;
    height: 30px;
    display: flex;
}
.bgiw-image img {
    width: 100%;
}
.bgiw-timedate {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.bgiw-timedate p {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.16px;
    color: #F6F6F5;
}

.blog-details-parent {
    margin-top: 60px;
}
.bdp-in .bdpi-grid {
    display: grid;
    grid-template-columns: 2fr 5fr 2fr;
    gap: 40px;
}
.bdpi-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: sticky;
    top: 30px;
}
.bdpi-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.bdpi-content .bdpic-top {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    pointer-events: none;
}
.open-icon {
    position: relative;
    display: none;
}
.open-icon .oi-current {
    position: relative;
    z-index: 2;
    transition: .3s ease all;
    display: flex;
}
.open-icon .oi-open {
    position: absolute;
    z-index: 1;
    transition: .3s ease all;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.open .open-icon .oi-current {
    opacity: 0;
    z-index: 1;
}
.open .open-icon .oi-open {
    opacity: 1;
    z-index: 2;
}
.bdpi-content p {
    font-weight: 400;
    font-size: 18px;
    color: var(--black);
}
.bdcontent-list > ol {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
}
.bdcontent-list > ol > li {
    position: relative;
    padding-left: 14px;
    display: flex;
    flex-direction: column;
}
.bdcontent-list > ol > li > a {
    font-weight: 400;
    font-size: 14px;
    color: #6E6E6E;
    transition: .3s ease all;
    line-height: 120%;
}
.bdcontent-list > ol > li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 1px;
    background-color: var(--black);
}
.bdcontent-list > ol > li ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}
.bdcontent-list > ol > li ul li {
    position: relative;
    padding-left: 12px;
    display: flex;
}
.bdcontent-list > ol > li ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #6E6E6E;
}
.bdcontent-list > ol > li ul li a {
    font-weight: 400;
    font-size: 12px;
    color: #6E6E6E;
    transition: .3s ease all;
    line-height: 120%;
}
.bdpi-newsletter {
    background-color: var(--red);
    padding: 24px 12px;
    border-radius: 24px;
}
.bdpi-newsletter p {
    color: #fff;
}
.b-newsletter-in .newsl-heading {
    font-weight: 500;
    font-size: 20px;
}
.b-newsletter-in .newsl-subtext {
    font-weight: 400;
    font-size: 14px;
    margin-top: 8px;
}
.nwsl-wrap form {
    display: block;
    margin-top: 30px;
}
.nwsl-wrap form fieldset {
    display: none;
}
.nwsl-wrap form p {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.nwsl-wrap form input[type="email"] {
    background-color: #FFFFFF;
    border: none;
    padding: 12px 20px;
    width: 100%;
    max-width: 52ch;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid transparent;
    border-radius: 0;
}
.nwsl-wrap form input[type="email"]:focus {
    outline: none;
}
.nwsl-wrap form input[type="submit"] {
    background-color: #111111;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    border: none;
    padding: 14px 30px;
    border: 2px solid transparent;
    transition: .3s ease all;
    height: auto;
    cursor: pointer;
}
.nwsl-wrap form input[type="submit"]:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: var(--black);
}
.bdpi-center {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.bdpi-center h1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    color: var(--black);
    text-transform: capitalize;
}
.bdpi-center h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    color: var(--black);
}
.bdpi-center h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    color: var(--black);
}
.bdpi-center h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: var(--black);
}
.bdpi-center h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: var(--black);
}
.bdpi-center h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--black);
}
.bdpi-center p {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    line-height: 150%;
}
.bdpi-center ul {
    list-style: disc;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
}
.bdpi-center ol {
    list-style: auto;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.bdpi-center ol li,
.bdpi-center ul li {
    font-weight: 400;
    font-size: 16px;
    color: var(--black);
}
.bdpi-center li b {
    font-weight: 600;
}
.bdpi-center a {
    color: var(--black);
    text-decoration: underline;
    transition: .3s ease all;
    text-underline-offset: 3px;
}
.bdpi-center figure img {
    max-width: 100%;
}
.bdpi-center .redbox-with-arrow {
    background-color: #D8031D;
    border-radius: 24px;
    padding: 38px 32px;
    box-shadow: 0px 4px 12px 0px #7B7B7B1A;
}
.redbox-with-arrow a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
}
.redbox-with-arrow a p {
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    transition: .3s ease all;
    line-height: 100%;
}
.redbox-with-arrow a span {
    display: flex;
}
.redbox-with-arrow a:hover p {
    text-decoration: underline;
}
.redbox-with-arrow a:hover span {
    -webkit-animation-name: wobble-horizontal-on-hover;
    animation-name: wobble-horizontal-on-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes wobble-horizontal-on-hover {
    16.65% {
      -webkit-transform: translateX(8px);
      transform: translateX(8px);
    }
    33.3% {
      -webkit-transform: translateX(-6px);
      transform: translateX(-6px);
    }
    49.95% {
      -webkit-transform: translateX(4px);
      transform: translateX(4px);
    }
    66.6% {
      -webkit-transform: translateX(-2px);
      transform: translateX(-2px);
    }
    83.25% {
      -webkit-transform: translateX(1px);
      transform: translateX(1px);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes wobble-horizontal-on-hover {
    16.65% {
      -webkit-transform: translateX(8px);
      transform: translateX(8px);
    }
    33.3% {
      -webkit-transform: translateX(-6px);
      transform: translateX(-6px);
    }
    49.95% {
      -webkit-transform: translateX(4px);
      transform: translateX(4px);
    }
    66.6% {
      -webkit-transform: translateX(-2px);
      transform: translateX(-2px);
    }
    83.25% {
      -webkit-transform: translateX(1px);
      transform: translateX(1px);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }

.grey-box-with-button {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 38px 32px;
    border-radius: 24px;
    background-color: #F2F2F2;
    border: 1px solid #EDEDED;
    box-shadow: 0px 4px 12px 0px #7B7B7B1A;
}
.gbb-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.gbl-image {
    display: flex;
}
.gbb-left p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: var(--black);
}
.gbb-left p b {
    font-weight: 700;
}
.gbb-right .btn {
    border-radius: 6px;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
}
.bdpi-right {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: sticky;
    top: 30px;
}
.bdpir-about {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bdpir-about .bpa-logo {
    width: 48px;
}
.bpa-logo img {
    width: 100%;
}
.bpa-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bpa-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0px;
    color: var(--black);
}
.bdpir-add .add-box {
    border: 1px solid #EDEDED;
    background-color: #F6F6F5;
    padding: 30px 16px;
    border-radius: 24px;
}
.add-box .addbox-in {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.addbox-heading h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    text-transform: capitalize;
    color: var(--black);
}
.addbox-in .addbox-heading.center h5 {
    text-align: center;
}
.addbox-in .addbox-image {
    width: 100%;
}
.addbox-image img {
    width: 100%;
}
.addbox-in .addbox-button {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.addbox-button .btn {
    text-align: center;
    justify-content: center;
}
.addbox-button .adb-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.adb-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: var(--black);
}
.adb-content ul {
    padding-left: 20px;
    list-style: disc;
}
.adb-content ul li {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: var(--black);
}
.addbox-logos {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.addbox-logos img {
    max-width: 150px;
    max-height: 26px;
}
.add-testimonials {
    position: relative;
}
.add-testimonials .test-arrows {
    position: absolute;
    right: 0;
    top: -50px;
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: flex-end;
}
.test-data {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.testdata-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: var(--black);
}
.testdata-user {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.testdata-user .user-logo {
    width: 46px;
}
.testdata-user .user-logo img {
    width: 100%;
}
.testdata-user .user-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: var(--black);
}
.bdpi-grid.for-faqs {
    margin-top: 70px;
}
.blogs-faqs .blogs-fa-heading {

}
.blogs-fa-heading h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    color: var(--black);
}
.faqs-details {
    padding: 20px 20px 30px 20px;
}
.similar-blogs {
    margin-bottom: 30px;
}
.similar-blogs h2 {
    font-weight: 400;
    font-size: 55px;
    line-height: 130%;
    color: var(--black);
}
.newslet-sec .nlswf-in {
    display: grid;
    grid-template-columns: 7fr 6fr;
    background-color: #F2F2F2;
}
.nlswf-in .nsl-form {
    display: flex;
    flex-direction: column;
    gap: 26px;
    background-color: #F2F2F2;
    padding: 40px;
    width: 80%;
    margin: 0 auto;
}
.nsl-form .nslform-heading {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.nslform-heading h2 {
    font-weight: 450;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0;
    color: var(--black);
}
.nslform-heading h2 span.red {
    font-weight: 600;
    color: var(--red);
}
.nslform-heading p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    color: var(--black);
}
.nslform-in form label {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.82px;
    color: var(--black);
}
.nslform-in .mail-box input, .nslform-in .mail-box textarea {
    border: none;
    border-bottom: 1px solid var(--black);
    background-color: transparent;
    border-radius: 0;
    padding-left: 0;
}
.nslform-in .email-in-bottom input[type="submit"] {
    background-color: transparent;
    border: 1px solid var(--black);
    cursor: pointer;
    transition: .3s ease all;
    margin-top: 20px;
    color: var(--black);
}
.nslform-in .email-in-bottom input[type="submit"]:hover {
    background-color: var(--red);
    border-color: var(--red);
    color: #fff;
}
.newslet-sec .nlswf-in .newsletter-in {
    justify-content: center;
}
.blog-listing.similar .bl-wrap {
    padding-bottom: 0;
}
.bl-wrap .loading-container {
    position: absolute;
    width: 100%;
}
/* Blog Details Section */

/* After Dev Changes */
.nl-subscribe form p {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nl-subscribe .wpcf7-form-control-wrap {
    position: relative;
}
.nl-subscribe .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    color: #fff;
    font-size: 12px;
}
.nl-subscribe form p .wpcf7-spinner {
    display: none;
}
.nl-subscribe .wpcf7-form-control-wrap input {
    background-color: #FFFFFF;
    border: none;
    padding: 12px 20px;
    width: 100%;
    max-width: 52ch;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid transparent;
    border-radius: 0;
    height: auto;
}
.nl-subscribe .wpcf7-submit {
    background-color: #111111;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    border: none;
    padding: 12px 30px;
    border: 2px solid transparent;
    transition: .3s ease all;
    border-radius: 0;
}
.nl-subscribe .wpcf7-submit:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}
/* After Dev Changes */


/* Responsive CSS */
@media(max-width:1500px){
    .blogs-banner {
        padding: 70px 0 120px 0;
    }
    .blogsb-in .bbi-heading {
        gap: 30px;
    }
    .bbi-heading h1 {
        font-size: 50px;
    }
    .ci-heading h2,
    .bcil-head h2,
    .nl-headings h2 {
        font-size: 48px;
    }
    .ci-heading p,
    .bcil-head p,
    .nl-headings p,
    .bbi-heading p {
        font-size: 18px;
    }
    .ci-filters .cifilter-item {
        font-size: 14px;
        padding: 8px 16px;
    }
    .blw-item .blw-item-in {
        gap: 24px;
    }
    .btd-heading h3 {
        font-size: 21px;
    }
}
@media(max-width:1400px){
    .newslet-sec .nlswf-in {
        grid-template-columns: 1fr 1fr;
    }
    .nlswf-in .nsl-form {
        width: 95%;
    }
}
@media(max-width:1300px){
    .nslform-heading h2 {
        font-size: 30px;
    }
}
@media(max-width:1200px){
    .blogs-banner {
        padding: 60px 0 100px 0;
    }
    .blogsb-in .bbi-heading {
        gap: 22px;
    }
    .bbi-heading h1 {
        font-size: 46px;
    }
    .ci-heading h2,
    .bcil-head h2,
    .nl-headings h2 {
        font-size: 42px;
    }
    .ci-heading p,
    .bcil-head p,
    .nl-headings p,
    .bbi-heading p {
        font-size: 16px;
    }
    .blogs-banner .bb-background {
        bottom: -36px;
        width: 80px;
        height: 80px;
    }
    .bb-background img {
        width: 41px;
    }
    .spacing100 {
        height: 80px;
    }
    .category-in {
        gap: 50px;
    }
    .category-in .ci-header {
        gap: 40px;
    }
    .btd-heading p {
        font-size: 15px;
    }
    .bcil-bottom .btn {
        line-height: 120%;
        padding: 13px 26px;
        font-size: 16px;
    }
    .footer-text p {
        font-size: 18px;
    }
    .fe-storebtn img {
        width: 180px;
    }
    .bdb-in .bdbi-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .bdp-in .bdpi-grid {
        display: block;
    }
    .bdpi-grid .bdpi-grid-item:nth-child(1) {
        position: sticky;
        top: 30px;
        z-index: 99;
    }
    .bdpi-left .bdpi-newsletter,
    .bdpi-left .bdpir-about {
        display: none;
    }
    .bdpi-content {
        /* position: relative; */
        border: 1px solid #EDEDED;
        background-color: #F2F2F2;
        box-shadow: 0px 4px 12px 0px #7B7B7B1A;
        border-radius: 24px;
        padding: 16px 22px;
        gap: 0;
        transition: .3s ease all;
    }
    .bdpi-content::before {
        content: '';
        position: fixed;
        width: 100%;
        height: 100%;
        inset: 0;
        background-color: rgba(0,0,0,.4);
        transition: .3s ease all;
        opacity: 0;
        z-index: -1;
        visibility: hidden;
    }
    .bdpi-content.active {
        background-color: #FFFFFF;
    }
    .bdpi-content.active::before {
        opacity: 1;
        visibility: visible;
    }
    .bdcontent-list {
        display: none;
        margin-top: 20px;
        height: 80vh;
        overflow: hidden;
        overflow-y: auto;
    }
    .bdpi-grid-item {
        width: 100%;
        margin-bottom: 100px;
    }
    .nwsl-wrap form p {
        flex-direction: row;
        gap: 10px;
        align-items: center;
        justify-content: flex-start;
    }
    .newslet-sec .nlswf-in .newsletter-in {
        padding: 0 40px;
    }
    .open-icon {
        display: block;
    }
    .bdpi-content .bdpic-top {
        cursor: pointer;
        pointer-events: inherit;
    }
    .bdcontent-list > ol {
        gap: 30px;
    }
    .bdcontent-list > ol > li > a {
        font-size: 16px;
        color: var(--black);
    }
    .bdcontent-list > ol > li::before {
        top: 9px;
    }
    .bdcontent-list > ol > li ul li a {
        font-size: 14px;
        color: var(--black);
    }
    .bdcontent-list > ol > li ul {
        gap: 22px;
        margin-top: 26px;
    }
    .bdcontent-list > ol > li ul li::before {
        top: 6px;
        background-color: var(--black);
    }
    .bdpi-left .bdpi-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
}
@media(max-width:991px){
    .container {
        padding: 0 20px;
    }
    .bl-wrap {
        grid-template-columns: 1fr 1fr;
    }
    .ci-filters .cifilter-item {
        font-size: 12px;
    }
    .bcarts-in {
        flex-direction: column;
    }
    .bcarts-in .bci-left {
        width: 100%;
    }
    .bci-left .bcil-top {
        padding-bottom: 0;
        padding-top: 60px;
    }
    .bcarts-in .bci-right {
        width: 60%;
        margin-left: auto;
    }
    .newslet-sec .newsletter-in {
        padding: 55px 20px;
    }
    .nl-headings,
    .ci-header .ci-heading {
        gap: 20px;
    }
    .nfi-bottom {
        flex-direction: column;
    }
    .newslet-sec .nlswf-in {
        grid-template-columns: 1fr;
    }
    .newslet-sec .nlswf-in .newsletter-in {
        padding: 50px 40px;
    }
}
@media(max-width:767px){
    .ci-filters {
        overflow: hidden;
        overflow-x: auto;
        justify-content: flex-start;
    }
    .bbi-heading h1 {
        font-size: 30px;
    }
    .bbi-heading h1 span {
        font-size: 30px;
    }
    .ci-heading h2, .bcil-head h2, .nl-headings h2 {
        font-size: 30px;
    }
    .bl-wrap {
        grid-template-columns: 1fr;
    }
    .bci-left .bcil-top {
        align-items: center;
    }
    .bcil-head {
        text-align: center;
    }
    .bcarts-in .bci-right {
        width: 100%;
    }
    .ci-item-wrap .bl-wrap .blw-item:first-child .blw-item-in {
        flex-direction: column;
    }
    .ci-item-wrap .bl-wrap .blw-item:first-child {
        grid-column: span 1;
        padding: 13px 13px 26px 13px;
    }
    .ci-item-wrap .bl-wrap .blw-item:first-child .blwi-image {
        aspect-ratio: 8/5;
    }
    .ci-header .ci-heading {
        align-items: flex-start;
    }
    .ci-heading p {
        text-align: left;
    }
    .nl-subscribe form .form-group {
        flex-direction: column;
        gap: 10px;
    }
    .nfi-top {
        flex-direction: column;
    }
    .nfi-top .nfit-left {
        flex-direction: column;
    }
    .footer-text {
        align-items: center;
    }
    .footer-end {
        flex-direction: column;
        gap: 30px;
    }
    footer form p {
        flex-direction: column;
        gap: 10px;
    }
    .nfi-bottom {
        gap: 50px;
    }
    .bgi-breadcrump ul li a {
        font-size: 12px;
    }
    .bgi-headings .bgi-head-subheading {
        font-size: 13px;
    }
    .bgi-headings h1 {
        font-size: 30px;
    }
    .bdpi-center h1,
    .bdpi-center h2,
    .blogs-fa-heading h2 {
        font-size: 24px;
    }
    .bdpi-center h3 {
        font-size: 21px;
    }
    .bdpi-center h4 {
        font-size: 19px;
    }
    .bdpi-center h5 {

    }
    .grey-box-with-button {
        flex-direction: column;
        align-items: center;
    }
    .gbb-left {
        flex-direction: column;
        align-items: center;
    }
    .gbb-left p {
        text-align: center;
    }
    .nlswf-in .nsl-form {
        width: 100%;
    }
    .similar-blogs h2 {
        font-size: 30px;
        text-align: center;
    }
    .nl-subscribe form p {
        flex-direction: column;
        gap: 10px;
    }
    .nl-subscribe .wpcf7-submit {
        width: 100%;
    }
}
/* Responsive CSS */


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output{
/* 	color: #ffb900; */
	color: #000;
	font-size: 12px;
	text-align: center !important;
	border: none;
/* 	border: 1px solid #ffb900;
    max-width: 50ch;
    margin: 20px auto 0px auto; */
}
.wpcf7 form.sent .wpcf7-response-output{
	color: #46B450;
	font-size: 12px;
	text-align: center !important;
	border: none;
}

.wpcf7 .wpcf7-not-valid-tip{
	position: absolute;
    bottom: -30px;
    font-size: 12px;
}
footer .wpcf7 form.invalid .wpcf7-response-output, footer .wpcf7 form.spam .wpcf7-response-output{
	text-align: left !important;
    margin-left: 0px;
    padding-left: 0px;
	border: none;
	color: #ffb900;
}
form .wpcf7 form.sent .wpcf7-response-output{
	text-align: left !important;
    margin-left: 0px;
    padding-left: 0px;
	border: none;
	color: #46B450;
}
@media(max-width:767px){
	.wpcf7 form.invalid .wpcf7-response-output{
		margin-top: 0px;	
	}
	.wpcf7-form-control-wrap{
		width: 100%;
	}
	.wpcf7-form-control-wrap{
		max-width: 100%;
	}
}
