body {
    font-family: "IBM Plex Sans", Sans-serif !important;
}

* {
    font-family: "IBM Plex Sans", Sans-serif !important;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

body {
    font-family: "IBM Plex Sans", Sans-serif !important;
}

.bg-blue {
    background: #4D58E2;
}

ul li {
    font-size: 16px;
}

.check_null_heaing ul li {
    font-size: 14px !important;
}
.check_null_heaing ul.blog_topic_list {
    margin-top: 7px !important;
}

.list-group {
    height: max-content;
    position: sticky;
    top: 20px;
}

.list-group-two {
    height: max-content;
    position: sticky;
    top: 150px;
}

.left-nav {
    min-width: 200px !important;
    font-size: 15px !important;
}


.list-group .list-group-item {
    font-size: 18px;
    left: 0;
    text-wrap: wrap;

}

.list-group-item.active {
    z-index: 2;
    color: #212529 !important;
    background-color: transparent !important;
}

.list-group-item {
    position: sticky;
    display: block;
    padding: 3px 3px;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: none;
}

.sticky-parent {
    height: 100%;
    /* Set an appropriate height for the parent container */
}

.float-end.right {
    /* position: sticky; */
    top: 0;

}

.pp-posts-container {
    margin: 0 -35px;
}

.pp-posts-container .pp-post-wrap {
    padding: 0 35px ! IMPORTANT;
}

.elementor-1792 .elementor-element.elementor-element-a777639 .ekit_navsearch-button,
.elementor-1792 .elementor-element.elementor-element-a777639 .ekit_search-button i .scrollspy-example img {
    border-radius: 17px;
}

.scrollspy-example h4,
.scrollspy-example h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px !important;
}

.scrollspy-example .wp-block-table td {
    font-size: 16px !important;
}


.mid-way span,
.mid-way h2 {
    margin-bottom: 7px !important;
}



ul#mobile-menu-2-11ee68cd li:last-child {
    padding: 9px 0 9px;
}

.main-content-area {
    max-width: 1200px;
}

.elementor-1792 .elementor-element.elementor-element-57aca49 .wpr-data-fetch ul {
    margin: 7px 31px 7px 12px;
}

.wpr-data-fetch {
    left: -84px !important;
}

.elementor-1760 .elementor-element.elementor-element-1075b42>.elementor-widget-container {
    background-color: transparent !important;
}

ul.ekit_social_media a.linkedin {
    color: #FFFFFF !important;
    background-color: #045D8B;
}

ul.ekit_social_media a.instagram {
    color: #FFFFFF !important;
    background-color: #D14244;
}

ul.ekit_social_media a.facebook {
    color: #FFFFFF !important;
    background-color: #3b5998;
}

ul.ekit_social_media a.twitter {
    color: #FFFFFF !important;
    background-color: #1da1f2;
}

ul.ekit_social_media a.v {
    color: #FFFFFF !important;
    background-color: #960505;
}

ul.ekit_social_media a {
    width: 35px !important;
    height: 35px !important;
    line-height: 30px !important;
    transition: all 0.5s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

ul.ekit_social_media a.instagram svg path {
    stroke: #FFFFFF !important;
    fill: #FFFFFF !important;
}

ul.ekit_social_media a:hover {
    transform: scale(1.2);
}

ul.ekit_social_media .icon {
    line-height: inherit !important;

}

ul.ekit_social_media a:hover i {
    line-height: 25px !important;
}

ul.ekit_social_media {
    margin-top: 80px !important;
}

.wpr-data-fetch li p,
.wpr-data-fetch p {
    display: none;
}

.mid-section1 .inner-block span {
    position: relative;
}

.mid-section1 .inner-block span:after {
    content: "";
    width: 20px;
    height: 20px;
    right: -11px;
    position: absolute;
    background: #fff;
}

.mid-section1 .inner-block a span:after {
    display: none;
}

.mid-section1 .inner-block a span {
    display: block !important;
}

.primary_content_area ul.post-categories {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
}

.primary_content_area ul.post-categories a {
    padding: 0 10px;
    border-right: 1px solid #fff;
}

.primary_content_area ul.post-categories a:hover {
    color: #fff !important;
}

.primary_content_area ul.post-categories li:last-child a {
    color: #fff;
    border-right: 0;
}

.search_data_not_found {
    width: 49%;
    background-color: #F5F5F5;
    padding: 50px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 33px;
    color: #4D58E2;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin: 30px auto 30px;
}

.search_data_not_found p {
    margin: 0;
}

button#load-more-btn {
    color: #fff;
}



.featured-section .pp-post-title a, .two-row-section .wpr-grid-item-inner .wpr-grid-item-title .inner-block a{
	
     display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    min-height: 48px;
}

.check_null_heaing ul {
    z-index: 999;
    position: relative;
}

.main-section-div .first-div .links-div button{
text-transform: capitalize !important;
}
.blue-bg-light-section .link a {
        display: contents !important;
    }
@keyframes bounce {

    0%,
    100% {
        opacity: 1;
        height: 10px;
    }

    60% {
        opacity: 1;
        height: 23px;
    }
}

/* loading */





.host {
    width: 100px;
    height: 22px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
}

.loadings {
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 20px;
    float: left;
    margin-right: 5px;
}

.loading-0 {
    -webkit-animation: bounce 1s infinite;
    -webkit-animation-delay: 0.1s;
    background: #28b09d;
}

.loading-1 {
    -webkit-animation: bounce 1s infinite;
    -webkit-animation-delay: 0.2s;
    background: #ff6a6a;
}

.loading-2 {
    -webkit-animation: bounce 1s infinite;
    -webkit-animation-delay: 0.3s;
    background: #be66da;
}

.loading-3 {
    -webkit-animation: bounce 1s infinite;
    -webkit-animation-delay: 0.4s;
    background: #fdb12d;
}

@-webkit-keyframes bounce {

    0%,
    100% {
        opacity: 1 !important;
        height: 10px !important;
    }

    60% {
        opacity: 1 !important;
        height: 23px !important;
    }
}

div#loading-icon {
    display: none;
}

/* loading */

.flex-row-box {
    display: flex;
    justify-content: center;
}

.ekit-wid-con .fasicon.icon-search::before,
.ekit-wid-con .icon.icon-search::before,
.icon.icon-search::before {
    content: "\e97a" !important;
}

section.most-sec .date-remote img {
    display: none;
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    color: #fff;
    padding: 13px 20px;
    text-align: center;
    display: none;
    border-top: 1px solid #39B039;
    border-radius: 18px 18px 0 0;
    z-index: 9999;
    box-shadow: 0 -1px 27px -10px rgba(0, 0, 0, .75);
    -webkit-box-shadow: 0 -1px 27px -10px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 -1px 27px -10px rgba(0, 0, 0, .75);
}

.cookie-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.cookie-box p {
    max-width: 100%;
    text-align: center;
    width: 100%;
    color: #000;
}
.try_for_free a {
    min-width: 177px;
}

.cookie-btns {
    display: flex;
    align-items: center;
}

#acceptButton {    
    background-color: #39B039;
    border: 0;
    color: white;
    padding: 4px 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #39B039;
}

.cookie-btns #rejectButton {
    background-color: #cfd1d1b5;
    border: 0;
    color: #000;
    padding: 4px 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    border-radius: 8px;
    margin: 0 10px;
    margin-top: 10px;
    border: 1px solid #cfd1d1b5;
    border-radius: 4px;
    font-weight: 600;
}

.hide-btn {
    display: none;
}

.show-section {
    display: block;
    animation: fadeIn 1s ease-in both;
    animation-delay: 0.4s;
}





.last-sec-1 article .wpr-grid-item-inner h2 .inner-block a{
display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.trending-blogs {
    font-size: 1.875rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.foot-box ul {
    padding: 0 0;
    margin: 0;
}

.foot-box ul li {
    list-style-type: none;
}

.foot-box ul li a {
    font-size: 14px;
    color: #000;
    padding: 15px;
    display: block;
    font-weight: bold;
    border-radius: 5px;
}

.foot-box ul li a:hover {
    background-color: #cccccc1f;
}

.foot-box ul li a p {
    font-size: 12px;
    color: #000;
    font-weight: 400;
    margin: 0;
}

.elementor-container.elementor-column-gap-default {
    padding: 25px 0;
}

.elementor-container.elementor-column-gap-default .elementor-widget-html {
    margin: 0;
}

.elementor-element.elementor-element-460ecf1d.elementor-widget__width-initial.elementor-widget-mobile__width-initial.wpr-logo-position-left.elementor-widget.elementor-widget-wpr-logo {
    transform: translate(0, -10px);
}

section.elementor-section.elementor-inner-section.elementor-element.elementor-element-66b79192.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no {
    border-top: 4px solid #ffc154;

}


.see-all-btn a,
#load-more-btn,
.wp-block-button__link {
    background-color: #39B039 !important;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
    padding: 15px 10px 0 !important;
    max-width: 170px !important;
    font-size: 16px !important;
    width: 100% !important;
    color: white !important;
    min-width: 170px;
    border: 8px;
    box-shadow: none;
    font-weight: 500 !important;
}

#load-more-btn,
wp-block-button__link {
    padding: 15px 10px !important;
}

.click-section,
.join-section {
    max-width: 1160px !important;
    margin: 38px auto 48px;
    overflow: hidden;
    box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.75);
    border-radius: 10px;
}

.form-box .wpr-mailchimp-fields {
    flex-direction: column !important;
    align-items: baseline !important;
}

.form-box .wpr-mailchimp-email {
    width: 65%;
}

.form-box .wpr-mailchimp-subscribe {
    margin-top: 14px;
}

.form-box .wpr-mailchimp-subscribe-btn {
    color: #4f5bd4 !important;
    background-color: #fff !important;
}

.form-box .wpr-mailchimp-email input {
    background-color: transparent !important;
    color: #fff !important;
}

.form-box .wpr-mailchimp-email input::placeholder {
    color: #fff !important;
    opacity: 1;
}

.form-box .wpr-mailchimp-email input::-ms-input-placeholder {
    color: #fff !important;
}

span.pp-meta-text a {
    color: #9C9C9C;
}

.elementor-1792 .elementor-element.elementor-element-7895e09 .elementskit-navbar-nav>li>a {
    color: #DDDDDD !important;
}

.elementor-1792 .elementor-element.elementor-element-7895e09 .elementskit-navbar-nav>li>a:hover {
    color: #fff !important;
}

.fa-search:before {
    content: "\e97a" !important;
    font-family: elementskit !important;
}

.pp-post-excerpt {
    display: none;
}

body.admin-bar .ekit-promo-popup.mfp-ready .mfp-close {
    display: flex;
    align-items: center;
    justify-content: center;
}

.elementor-19 .elementor-element.elementor-element-e784280 .wpr-grid-filters {
    display: flex !important;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.elementor-19 .elementor-element.elementor-element-8410a97 .wpr-grid-filters {
    display: flex !important;
    margin: 0;
    flex-wrap: wrap;
    /* justify-content: center; */
}

.elementor-19 .elementor-element.elementor-element-eaa51cd .elementor-button {
    padding: 15px 10px !important;
    max-width: 170px !important;
    font-size: 16px !important;
    width: 100% !important;
}

/* div#list-example {
    display: block !important;
} */

.take-sec {
    text-align: center;
    padding: 140px 20px 50px;
    /* background-image: url(https://blog.timebee.app/wp-content/uploads/2024/05/banner.png); */
    background-size: 100% 100%;
}

.take-sec {
    text-align: center;
    padding: 140px 0 50px;
    /* background-image: url(https://blog.timebee.app/wp-content/uploads/2024/05/banner.png); */
    background-size: 100% 100%;
}

.take-sec .container {
    max-width: 1160px;
    margin: 0 auto;

}

.take-sec h3 span {
    color: #4D58E2;
}

.mid .take-sec p {
    font-weight: 400;
    font-size: 20px !important;
    color: #000;
    text-transform: capitalize;
}

.take-sec a {
    background-color: #4D58E2;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 14px;
    text-decoration: none;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    max-width: fit-content;
    margin: 0 auto;
    min-height: 30px ! IMPORTANT;
    max-height: 40px;
}

.take-sec a:hover {
    color: #fff ! IMPORTANT;
}

.take-sec a img {
    width: 15px;
    margin-left: 3px;
    box-shadow: 0px 0px 0 0 rgba(0, 0, 0, 0.2) !important;
}

#list-example .blog_topic_list.active button {
    display: none !important;
}

.error-404.not-found {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 50px;
    gap: 10px;
}
.error-404.not-found  h1{
color: #39B039;
font-weight: 600;
font-size: 50px;
}


.error-404.not-found  .ast-search-submit {
display: none;
}

.error-404.not-found input.search-submit {
    padding: 12px;
    background-color: #39B039;

}
.error-404.not-found p {
    color: #000000;
    font-weight: 500;
    font-size: 22px;

}

 .main-content-area {
    background-color: white !important;
 }
#see-all-btn-last .elementor-button-link {
padding: 14px 35px !important;

}
.home_page_top_banner,
.banner-remote-search-result,
.bg-green-xnspy{
    position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: 100vw !important;
    padding: 2px 0;
}
picture.wpr-logo-image {
    position: fixed;
    z-index: 9999999999;
    width: 100px;
    height: 60px;
    top: 27px;
}
.ekit-template-content-header {
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
}
/* body {
    padding-top: px;
} */
.site-content .ast-container {
    flex-direction: column !important;
}
.ast-narrow-container .site-content > .ast-container {
    max-width: 1320px !important;
}

/* .last-section .wpr-grid-item {
    width: 100% !important;
    max-width: 437px;
    border-right: 1px solid rgb(236, 236, 236);
    padding-right: 11px !important;
} */

.last-section .wpr-grid-item .wpr-grid-item-inner {
    padding: 0 18px 0 0;
    border-right: 1px solid rgb(236, 236, 236);
}
.last-sec-1 .wpr-grid-item-inner {
    padding: 0 !important;
}
.last-sec-1 .wpr-grid-item-inner .inner-block {
    margin-bottom: 10px !important;
}
.content-area.primary {
    margin: 0 !important;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-602b8481.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no {
    display: none !important;
}
.on-hover-menu {
    max-width: 470px;
    float: right;
}
.elementskit-megamenu-panel .elementor-container.elementor-column-gap-default {
    padding: 0;
}
.elementskit-megamenu-panel .foot-box ul li a {
    padding: 10px 15px;
    border-radius: 0;
    border-bottom: 1px solid #DCDCDC;
    min-height: 72px;

}
.elementskit-megamenu-panel .column-first-menu-box {
    border-right: 1px solid #DCDCDC;
}
.on-hover-menu {
    border-radius: 14px !important;
    overflow: hidden;
    box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.75);

}
.elementor-6847 .elementor-element.elementor-element-77f4ee11.elementor-element {
    z-index: 9999;
}
.elementor-6847 .elementor-element.elementor-element-1cbfe28 {
    z-index: 99999;
    width: 50px;
    right: -33px;
    cursor: pointer;
}
.wpr-search-form .wpr-search-form-input-wrap .wpr-search-form-input {
    padding-left: 6px !important;
}
.elementor-element.elementor-element-7cfd1a9.e-flex.e-con-boxed.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child {
    margin-left: 22px;
}
i.icon.icon-search2 {
    right: 14px;
}

.last-sec-1 .wpr-grid-item-inner p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
}
.ast-separate-container {
    background-color: #fff;
}




    .similar-reading {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	align-items: flex-start;
}

.similar-reading .authors {
    width: 100%;
    padding: 10px 20px;
    max-width: 350px;
}
.related-posts h3 {
    font-size: 24px !important;
    font-weight: 600 !important;
    font-family: 'Roboto' !important;
}
.similar-reading .authors img {
     width: 100%;
    height: 200px;
    margin: 0 0px 30px;
    border-radius: 5px;
}
.similar-reading .authors a{
  font-size: 16px;
font-weight: 400;
color: #000

}
footer#colophon {
    background-color: #EEFCFF;
}
footer#colophon .site-below-footer-wrap {
    background-color: transparent;
}
.ekit-template-content-markup.ekit-template-content-footer {
    background-color: #EEFCFF;
}

.pp-posts-container .pp-post-meta .pp-post-date .pp-meta-text {
    font-size: 15px;
}
.comment-form input[type="text"],
.comment-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.comment-form .btn {
    background-color: #00a6eb;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
}

.comment-form .comment-notes {
    font-size: 14px;
    color: #666;
}
#ajax-res-message{
    font-size: 20px;
    font-weight: 600;
    background-color: #eefcff;
    padding: 15px;
}
.comment-form p {
    margin-bottom: 20px;
}

.comment-form h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.join-section .elementor-widget-button {
    max-width: 190px !important;
}
.join-section .wpr-sticky-section-no {
    display: flex;
}
ul.blog_topic_list {
    height: auto !important;
}
.d-flex.justify-content-start.d-none.d-md-block.flex-column.ps-3 {
    padding: 0 !important;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 21px 0 0 !important;
    margin-bottom: 37px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "IBM Plex Sans", sans-serif !important;
}
.d-flex.w-lg-75.flex-column.text-white.pe-2.my-3.my-md-0 {
    max-width: 570px;
    width: 100%;
    padding-right: 40px !important;
}
.comment-form-section .comment-respond {
    background: #f8f8f8 !important;
    padding: 30px 28px !important;
    border-radius: 10px !important;
    max-width: 737px;
    width: 100%;
}
.comment-form-section .name-email-grp {
    display: flex;
    justify-content: space-between;
}
.comment-form-section .name-email-grp p {
    width: 48%;
}
.comment-form-section p {
    margin-bottom: 10px;
}
.comment-form-section input#submit {
    background-color: #39B039;
    border-radius: 8px;
}
.elementor-heading-title {
    font-family: "IBM Plex Sans", Sans-serif !important;
}

.check_null_heaing {
    border-top: 1px solid #DCDCDC;
    padding: 15px 0px 0px 0px;
    border-bottom: 1px solid #DCDCDC;
}

/* .grid-images-loaded article {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
}
.grid-images-loaded article:nth-child(1),
.grid-images-loaded article:nth-child(2),
.grid-images-loaded article:nth-child(3),
.grid-images-loaded article:nth-child(4),
.grid-images-loaded article:nth-child(5),
.grid-images-loaded article:nth-child(6) {
    display: block !important;
    height: auto !important;
    width: auto !important;
    overflow: visible !important;
    position: static !important;
} */
/* section.wpr-grid.elementor-clearfix.grid-images-loaded {
    max-height: 300px !important;
} */

.blog-section .elementor-clearfix.grid-images-loaded {
    overflow: hidden;
    max-height: 287px;
}
.blog-scacton-2 .elementor-clearfix.grid-images-loaded {
    overflow: hidden;
    max-height: 288px;
}
.blog-section .elementor-clearfix.grid-images-loaded a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.blog-section .elementor-clearfix.grid-images-loaded article {
    max-height: 115px;
    margin-bottom: 30px !important;
}

/* .blog-section .elementor-clearfix.grid-images-loaded article:nth-child(4),
.blog-section .elementor-clearfix.grid-images-loaded article:nth-child(5),
.blog-section .elementor-clearfix.grid-images-loaded article:nth-child(6) {
 top: 150px !important;
} */
#mid-sec-1 article {
    position: static !important;
}
#ast-scroll-top {
    background-color: #063b87 !important;
}
.wpr-grid-item-author .inner-block {
    min-width: 100px;
    position: relative;
}


.authors p {
    font-weight: 600 !important;
}


.comment-reply-title {
    font-size: 25px !important; 
	margin-bottom: 10px;	
}

.comment-form-section p {
margin-bottom: 20px;
}
.name-email-grp p {
    margin-bottom: 10px !important;
}


p.comment-form-comment label {
    font-size: 20px;
    font-weight: 600;
margin-bottom: 30px;
}
.comment-form-section .name-email-grp p {
    width: 46.5%;
}
.name-email-grp label {
    margin-bottom: 10px;
}

label[for="url"] {
   padding-left: 10px;

}

label[for="captcha"] {
    color: #000000;
	font-size: 20px;
line-height: 32px;
margin-bottom: 30px; 
}

#captcha::placeholder {
    font-size: 14px;      
    color: #7D7171;     
}
input#captcha {
margin-bottom: 30px;
}

.cta-blue-section {
    background: #eefcff !important;
    padding: 40px 0 0 10px;
    margin: 30px auto;
    border-radius: 20px;
}
.cta-blue-section .link-1 {
    z-index: 9;
    padding: 11px 11px;
    min-width: 150px;
    text-align: center;
    background: #39b039;
    border-radius: 6px;
    color: white !important;
    text-decoration: none;
    margin-right: 25px;
    cursor: pointer;
    font-size: 14px !important;
    box-sizing: border-box;
    max-width: 150px;
}
.cta-blue-section .link-2 {
    z-index: 9;
    padding: 11px 11px;
    min-width: 150px;
    text-align: center;
    background: #cfd1d1b5;
    border-radius: 6px;
    color: black !important;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px !important;
    box-sizing: border-box;
    max-width: 150px;
}
div#navbarNav li a {
    font-size: 15px;
    font-weight: 500 !important;
    padding: 7px 14px 7px;
}
.blue-bg-light-section {
    background: #eefcff !important;
    padding: 30px 30px 38px;
    margin: 30px auto;
    border-radius: 20px;
}
.blue-bg-light-section .heading-div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.blue-bg-light-section .heading-div h4 {
    margin: 0 0 0 0;
    
}
.blue-bg-light-section .heading-div span.img-span img {
    margin: 0 !important;
    transform: translate(5px, 0px);
}
.blue-bg-light-section span.img-span img {
    margin: 0 !important;
    min-width: 22px;
    margin-right: 10px !important;
}
.blue-bg-light-section .heading-div span {
    font-size: 29px !important;
    width: 36px;
    margin: 0 0 0 -10px;
        display: flex;
    align-items: center;
}
.blue-bg-light-section .link {
    display: flex;
    align-items: center;
    width: fit-content;
}
/* .blue-bg-light-section .link a {
    margin-left: 10px;
} */
div#navbarNav ul.dropdown-menu li a {
    font-weight: 600 !important;
}
.comments-area h2.custom-comments-title {
    margin-bottom: 30px;
    font-size: 25px;
}
.comments-area {
    background-color: #f8f8f8 !important;
}
.comments-area ul.custom-comment-list {
    margin: 0;
}
.comments-area ul.custom-comment-list li {
   list-style-type: none;
}
.comments-area .comment-author-avatar {
    display: flex;
    margin-bottom: 14px;
}
.comments-area .text-area {
    margin-left: 11px;
}
.comments-area .reply-button {
    display: flex;
    justify-content: flex-end;
}
.comment-item-parent {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 20px;
}
.comments-area .reply-button a {
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
}
.comments-area .comment-author-avatar img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 100%;
}
.comments-area h4 {
    font-size: 17px;
    margin: 0;
}
.comments-area span {
    font-size: 13px;
    color: #d0c7c7;
}
.comment-form-section p {
    font-family: 'IBM Plex Sans' !important;
    font-size: 14px;
}
ul.custom-replies {
    margin-left: 40px;
}
.comments-area {
    margin-top: 7px !important;
}





@media screen and (min-width: 992px) {

.main-section-div .first-div .links-div button {
min-height: 32px !important;
}
    .comment-form-section .comment-respond {
        margin-left: 64px;
    }
.mid img.wp-cm-image-cnt {
    margin: 25px auto;
}
.pp-post-meta   span.pp-meta-text {
    margin-right: 21px;
}
 .pp-post-meta  .pp-post-date .pp-meta-text::before {
        content: "";
        background-image: url("https://xnspy.com/blog/wp-content/uploads/2024/10/calendar-4-1-1.png");
        position: absolute;
        left: -25px;
        top: 4px;
        width: 15px;
        height: 15px;
        background-size: 100%;
    }

.pp-post-meta .pp-post-author .pp-meta-text::before {
    content: "";
    background-image: url("https://xnspy.com/blog/wp-content/uploads/2024/10/user-8-1-1.png");
    position: absolute;
    left: -25px;
    top: 4px;
    width: 15px;
    height: 15px;
    background-size: 100%;
    }

    .elementor-element-607d9c2 h2.wpr-grid-item-title {

margin-bottom: 5px; 
}
    .elementor-element.elementor-element-460ecf1d.elementor-widget__width-initial.elementor-widget-mobile__width-initial.wpr-logo-position-left.elementor-widget.elementor-widget-wpr-logo {
        position: absolute;
        top: 14px;
    }

    /* .elementor-1792 .elementor-element.elementor-element-79db0ab0 {
     width: 70% !important;
 } */

    ul#menu-custom_menu {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap !important;
    }

    .cookie-box p {
        max-width: 100%;
        text-align: center;
        width: 100%;
        color: #000;
        margin: 0;
    }

    .cookie-consent {
        width: 80%;
    }

    .cookie-box {
        flex-direction: row;
    }

    .cookie-box p {
        text-align: left;
        width: 100%;
    }

    #acceptButton {
        margin: 0;
    }

    .cookie-btns #rejectButton {
        margin-top: 0;
    }

    .float-end.right {
        position: sticky;
    }
}

.float-end.right img {
    width: 100%;
}

.scrollspy-example.mid.position-sticky {
    border-left: 1px solid #e0e0e0;
    padding: 20px;
    text-align: left;
    border-right: 1px solid #e0e0e0;
}

.sticky-container {
    position: sticky !important;
    top: 0;
    padding-top: 20px;
}

.sticky-container .intro {
    background-color: #ffffff;
    padding: 15px;
    border-left: 1px solid #e0e0e0;
}

.scrollspy-example.mid.position-sticky.text-center {
    padding-top: 20px;
}

.keep-learn-thumnnail {
    width: 200px;
}

ol.blog_topic_list {
    margin: 15px 0px 0px 0px !important;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

ol.blog_topic_list::-webkit-scrollbar {
    width: 20px;
}


ol.blog_topic_list::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.list-group-item-action:hover {
    color: #FFC154 !important;
    background-color: rgb(5 74 218 / 5%) !important;
}

.list-group1 {
    height: max-content;
    border-radius: 0;
    position: sticky;
    top: 20px;
}

ol.blog_topic_list_1 li {
    list-style: none;
    padding: 3px 0px;
}



ol.blog_topic_list_1 {
    margin: 0px;
    padding-left: 0px !important;
    overflow-y: auto;
    max-height: 400px;
    scrollbar-width: none;
}

.list-group-item {
    border: none !important;
}

ol.blog_topic_list li {
    list-style: none;
}

ol.blog_topic_list {
    padding-left: 0px !important;
}

li.li_active_nav a {
    color: #2575fc !important;
    background-color: rgb(5 74 218 / 18%) !important;
}

.list-group-item {
    background-color: transparent !important;
}

.site-primary-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-3-equal.ast-builder-grid-row-tablet-full.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack {
    display: none !important;
}

.post-categories li a:hover {
    color: #FFC154 !important;
}

.pp-post-terms a:hover {
    color: #FFC154 !important;
}

.pp-post-terms a {
    font-weight: 500;
}

.fw-bold-1 {
    font-weight: 700 !important;
}

 img.wp-cm-image-cnt {
    margin: 25px 0px;
    box-shadow: -1px 0px 15px 5px rgba(0, 0, 0, 0.2);
}
.scrollspy-example img.wp-cm-image-cnt {
    margin: 15px auto 0;
    box-shadow: none;
}
.cta-blue-section img{
    padding-left: 20px;
}


.wp-block-image img.wp-cm-image-cnt{
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.scrollspy-example a {
    padding: 0px;
    width: 100%;
    display: inline;
}
.top-cat-name ul.post-categories a {
    padding: 0 10px;
    border-right: 1px solid #fff;
    font-size: 16px;
    font-weight: 500;

}
.top-cat-name ul.post-categories li:last-child a {
    color: #fff;
    border-right: 0;
}

.top-cat-name ul.post-categories {
    display: flex;
    justify-content: center;
    margin: 14px 0px 0 !important;
}

.post-categories li a {
    color: white !important;
}

.header_make_fixed.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
}

.header_make_fixed button.wpr-search-form-submit {
    max-width: 20px ! IMPORTANT;
    min-width: 32px !important;
}

.header_make_fixed input.wpr-search-form-input {
    text-align: left !important;
    font-size: 16px !important;
    padding: 7px 32px 7px 0px !important;
}

.header_make_fixed input[type=search]:focus {
    outline: aliceblue;
}

.header_make_fixed .icon.icon-cross::before {
    content: url("https://xnspy.com/blog/wp-content/uploads/2024/10/Vector-1-1-e1727940942423.png");
    transform: translateX(0);
    left: -14px;
    margin: 0;
}

.header_make_fixed .elementor-element.elementor-element-f11de8e {
    --width: 100% !important;
}

.header_make_fixed .elementor-widget-wrap.elementor-element-populated {
    padding: 0 !IMPORTANT;
    margin: 0 !important;
}

.header_make_fixed .elementor-element.elementor-element-4d3bb19.e-con {
    padding: 0 !IMPORTANT;
    max-width: 102px;
}

.header_make_fixed .elementor-widget-icon {
    transform: translate(20px, 3px);
}

.header_make_fixed .elementor-element.elementor-element-745a38d2 {
    width: 100% ! IMPORTANT;
    max-width: 210px;
    transform: translate(5px, 0px);
}

.header_make_fixed .elementor-widget-wpr-search {
    transform: translate(47px, 0px) !important;
}

.blog_search {
    margin-left: 250px;
    margin-right: -150px;
}

input.wpr-search-form-input {
    width: 170px !important;
}

.authors {
    display: flex;
    flex-direction: column;
}

.authors>div {
    margin-bottom: 0;
}

.authors img {
    width: 100px;
}

.authors p {
 font-size: 16px;
    font-weight: normal;
    margin-bottom: 16px;
    text-transform: capitalize !important;
}

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

.authors a:hover {
    text-decoration: none;
    color: #39B039;
}

span.page-numbers.current {
    padding: 2px 15px;
    background: #EFF3F5;
    border-radius: 5px;
    color: #39B039;
}


a.page-numbers {
       padding: 2px 10px;
    background: #FFFFFF !important;
    border: 1px solid #F1F1F1 !important;
    border-radius: 5px;
 color: #39B039 !important;
}

a.next, a.prev {
 background: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
}



@media only screen and (min-width: 1025px) {
    header.entry-header .entry-title {
        font-size: 30px;
        font-weight: 400;
        font-family: "IBM Plex Sans", Sans-serif !important;
    }

 

    .blog_topic_list_1 .authors img {
        width: 100% !important;
    }
    .featured-section .pp-post-wrap {
        clear: left;
        border-right: 1px solid #E7E7E7;
    }

    ul#menu-custom_menu {
        flex-wrap: wrap;
    }

    .featured-section .pp-post-wrap:nth-child(3),
    .featured-section .pp-post-wrap:nth-child(6),
    .featured-section .pp-post-wrap:nth-child(9),
    .featured-section .pp-post-wrap:nth-child(12),
    .featured-section .pp-post-wrap:nth-child(15),
    .featured-section .pp-post-wrap:nth-child(18),
    .featured-section .pp-post-wrap:nth-child(21),
    .featured-section .pp-post-wrap:nth-child(24),
    .featured-section .pp-post-wrap:nth-child(27) {
        border-right: 0;
    }

    .elementor-1792 .elementor-element.elementor-element-79db0ab0 {
        width: 70% !important;
    }

}
.author-img-span img.author {
    width: 35px !important;
    height: 35px !important;
    margin: auto;
    border-radius: 100% !important;
 
}

.author-img-span {
       margin-right: 10px !important;
}
.entry-meta img {
    width: 50px;
    height: 50px;
    margin: auto;
}



span.wpr-button-text {
    text-wrap: nowrap;
}

ul#menu-1-11ee68cd li a {
    border: none !important;
}

a:focus-visible {
    outline: none;
    outline-style: none;
}

ul#menu-1-11ee68cd {
    text-align: left;
    position: absolute;
    top: -10px;
    right: -128px;
}

.header-search {
    display: none;
}

.elementor-element.elementor-element-a777639.elementor-widget__width-initial.elementor-widget.elementor-widget-elementskit-header-search {
    display: none;
}

/* .last-section .e-con-full {
    width: 33% !important;
    padding: 0 30px;
}

*/
div.second-img-section {
    margin-top: -21px;
    margin-left: -84px;
}

.blog-section article.wpr-grid-item a {
    padding: 0px 20px 0px 0px;
}

.blog-section ul li span {
     background-color: #39B03926 !important;
    padding: 5px 15px 6px !important;
    color: #39B039 !important;
    font-weight: 600;
       border-radius: 8px;
}

ul.wpr-grid-filters.elementor-clearfix.wpr-grid-filters-sep-right {
    margin-bottom: 35px !important;
}

.blog-section ul li span.wpr-active-filter {
    background-color: #39B039 ! IMPORTANT;
    color: #fff !important;
    border-radius: 8px;
}

.blog-section ul li {
    margin: 0 10px !important;
}

.ekit-wid-con .fasicon.icon-cross::before,
.ekit-wid-con .icon.icon-cross::before,
.icon.icon-cross::before {
    content: "\e870";
    margin-left: 30px;
    margin-top: 3px;
}

.mid p {
    font-size: 18px !important;
    word-spacing: 1.5px !important;
}

.container.py-5.main-content-area h3 {
    font-size: 28px ;
    margin: 50px 0 25px 0px;
}

.container.py-5.main-content-area p a {
    padding: 0 !important;
}

.bg-blue .container {
    max-width: 1600px;
}

.container.py-5.main-content-area .take-sec h3 {
    font-weight: 600;
    font-size: 32px !important;
    color: #000;
    margin: 0 0 0px !important;
    text-transform: capitalize;
    text-align: center ! IMPORTANT;
    display: flex;
    justify-content: center;
}

.container.py-5.main-content-area h2 {
    font-size: 38px !important;
    margin: 50px 0 25px 0px;
}

span.span-reading-time.rt-reading-time:before {
    content: "-";
}

.container.py-5.main-content-area h3>span {
    font-size: 28px !important;
    margin: 50px 0 11px 9px;
}

.container.py-5.main-content-area h2>span {
    font-size: 50px !important;
    margin: 50px 0 25px 0px;
}

.wpr-data-fetch {
    margin-left: 176px;
    border-color: transparent;
    border-radius: 4px !important;
    margin-top: 13px !important;
}
.elementor-6847 .elementor-element.elementor-element-77f4ee11 .wpr-data-fetch ul {
    padding: 2px 2px 2px 2px;
    margin: 10px 10px;
}

.mid p span,
.mid span,
.mid p {
    font-size: 16px !important;
}

ol,
ul {
    padding-left: 0 !important;
}

.post-content.ast-grid-common-col>* {
    margin-bottom: 20px !important;
    margin-top: 15px !important;
}

.post-content.ast-grid-common-col span a {
    color: blue;
}

;

.post-content.ast-grid-common-col span a:hover {
    color: orange;
}

;


.search .ast-archive-description {
    margin-left: 50px !important;

}

.post-content.ast-grid-common-col {
    margin-left: 50px;
}

section.ast-archive-description {
    margin-left: 50px !important;
    margin-bottom: 10px !important;
}

.scrollspy-example.mid.position-sticky h2,
.scrollspy-example.mid.position-sticky h3,
.scrollspy-example.mid.position-sticky h2 span,
.scrollspy-example.mid.position-sticky h3 span {
    text-align: left !important;
    /* Other styles here */
}
.scrollspy-example.mid.position-sticky .cta-dark-blue-section h3 {
    text-align: left !important;
    margin-bottom: 10px;
}

ul.blog_topic_list {
    margin: 0 0 10px 0 !important;
    padding-bottom: 0;
}

ul.blog_topic_list ul {
    margin-left: 0;
}

.left-nav ul.blog_topic_list li:last-child {
    padding-bottom: 50px;
}


.left-nav {
    margin-top: 0 !important;
    padding: 0 !important;
}

.scrollspy-example.mid.position-sticky {
    padding: 0 20px !important;

}

.scrollspy-example h2:first-child,
.scrollspy-example h2 span:first-child,
.scrollspy-example h3 span:first-child,
.scrollspy-example span h2:first-child,
.scrollspy-example span h3:first-child,
.scrollspy-example h3:first-child {
    margin-top: 0px !important;
}

@media screen and (max-width: 1200px) {
    .header_make_fixed .elementor-widget-wpr-search {
        transform: translate(66px, 0px) !important;
    }

    .header_make_fixed .elementor-element.elementor-element-4d3bb19.e-con {
        max-width: 182px;
    }

    .header_make_fixed .elementor-element.elementor-element-745a38d2 {
        transform: translate(55px, 0px);
    }
}

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

    .elementor-1792 .elementor-element.elementor-element-a777639 .ekit_navsearch-button,
    .elementor-1792 .elementor-element.elementor-element-a777639 .ekit_search-button i {
        color: var(--e-global-color-astglobalcolor4);
        top: -13px;
        position: relative;
        left: 28vw;
    }

}


@media screen and (min-width: 768px) {
    div#list-example.list-group.one {
        display: none !important;
    }

}


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

        #footer-section .elementor-container .elementor-column:last-child {
        padding: 10px 28px;
        margin-top: -20px !important;      
    }


    .cta-dark-blue-section .link-1 {
        margin: 0px !important;
    }
.check_null_heaing ul.blog_topic_list {
    margin-top: 7px !important;
}

    /* #list-example.list-group-two {
        display: none !important;
    } */

    .container.py-5.main-content-area .take-sec h3 {
        font-size: 30px !important;
        display: block;

        max-width: 380px;
        margin: 0 auto ! IMPORTANT;
    }

    .container.py-5.main-content-area .take-sec h3 span {
        font-size: 30px !important;
    }

    .take-sec {

        padding: 90px 0 10px;

    }


    .elementor-1792 .elementor-element.elementor-element-7895e09 .elementskit-navbar-nav>li>a {
        color: #000 !important;
        font-weight: bold;
        font-size: 15px;
    }

    .header_make_fixed {
        max-width: 600px !important;
    }

    .elementor-1792 .elementor-element.elementor-element-2bdd2eb4.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
        margin: 0 26px !important;
    }

    .elementor-element.elementor-element-a777639.elementor-widget__width-initial.elementor-widget.elementor-widget-elementskit-header-search {
        display: block;
    }

    .wpr-mobile-toggle-wrap .wpr-mobile-toggle {
        top: 25px;
        position: relative;
    }

    ul#mobile-menu-2-11ee68cd li a {
        border-bottom: 1px solid lightgrey;
        color: black;
        text-align: left;
    }

    ul#mobile-menu-2-11ee68cd {
        top: 58px !important;
    }

    ul#mobile-menu-2-11ee68cd li:last-child a {
        color: white;
        padding: 10px 30px;
        background: #5c6fffc7;
    }

    ul#mobile-menu-2-11ee68cd a {
        font-weight: 600;
        font-size: 18px;
    }

    @m .elementor-1792 .elementor-element.elementor-element-11ee68cd .wpr-mobile-toggle-wrap {
        text-align: right;
        top: 20px !important;
        position: relative;
        .wpr-mobile-toggle-wrap .wpr-mobile-toggle
    }

    .elementor-1792 .elementor-element.elementor-element-a777639 .ekit_navsearch-button,
    .elementor-1792 .elementor-element.elementor-element-a777639 .ekit_search-button i {
        color: var(--e-global-color-astglobalcolor4);
        top: -13px;
        position: relative;
        left: 28vw;
    }

    li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2789 a {
        width: 150px;
        background: blue;
        color: white;
        border-radius: 10px;
        margin: auto;
        text-align: center;
    }

    ul#mobile-menu-2-11ee68cd li {
        text-align: center !important;
    }

    .mid-way img {
        width: 100px !important;
        height: 100px !important;
    }

    ul#mobile-menu-2-11ee68cd li {
        text-align: left;
    }

    .logo-div div {
        margin-left: 10px;
    }

    .mid-way img {
        margin: 15px 0 !important;
    }

    .main_menu_hide_show ul li:last-of-type {
        display: block !important;
    }

    .mid-way .wpr-grid.elementor-clearfix.grid-images-loaded .ast-article-single:not(:nth-child(3n)),
    .wpr-grid.elementor-clearfix.grid-images-loaded .ast-article-single:not(:nth-child(3n+3)) {
        border-right: none !important;
    }

    p {
        font-size: 15px;
    }

    .elementor-element.elementor-element-f11de8e.e-con-full.e-flex.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child {
        display: none;
    }

    .elementor-element.elementor-element-c77cbb6.e-flex.e-con-boxed.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child {
        top: -59px !important;
        left: 92%;
        width: 20px;
    }

    .elementor-element.elementor-element-4d3bb19.e-flex.e-con-boxed.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-parent {
        display: none;
    }

    ul.mobile-menu-2-11ee68cd li a {
        font-weight: 600;
    }

    .primary_content_area ul.post-categories a {
        min-width: 140px;
        font-size: 13px;
    }

    button.elementskit-menu-hamburger.elementskit-menu-toggler {
        color: #fff;
        position: absolute;
        right: 31px;
        top: 11px;
        border-color: #fff;
    }

    button.elementskit-menu-hamburger.elementskit-menu-toggler span {
        background-color: #fff !important;
    }

    .elementor-1792 .elementor-element.elementor-element-7895e09 .elementskit-navbar-nav>li>a .elementskit-submenu-indicator {
        color: #000 !important;
        fill: #000 !important;
    }

    .elementor-1792 .elementor-element.elementor-element-7895e09 .elementskit-navbar-nav>li>a:focus .elementskit-submenu-indicator {
        color: #000 !important;
    }

    .elementor-1792 .elementor-element.elementor-element-7895e09 .elementskit-navbar-nav>li>a:focus {
        color: #000 !important;
    }

    .elementor-1792 .elementor-element.elementor-element-7895e09 .elementskit-navbar-nav>li:hover>a {
        color: #000 !important;
    }

    .elementor-1792 .elementor-element.elementor-element-7895e09 .elementskit-menu-close:hover {
        background-color: transparent;
    }

    .ekit-wid-con button:focus {
        background-color: transparent;
    }
    .last-section .wpr-grid-item .wpr-grid-item-inner {
        padding: 0 0 0 0;
        border-right: 0;
    }
}

@media (max-width: 767px) {
    .elementor-19 .elementor-element.elementor-element-eb95354 .wpr-grid-filters {
        display: block;
        margin: auto;
        padding: 0 40px;
    }

    .elementor-19 .elementor-element.elementor-element-0a8a426 .wpr-grid-filters {
        display: block;
        margin: auto;
        padding: 0 40px;
    }

    ul.ekit_social_media {
        margin-top: 10px !important;
    }

    .blog-section ul li {
        margin-bottom: 8px !important;
    }

    .blog-section ul li span {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .elementor-element.elementor-element-460ecf1d.elementor-widget__width-initial.elementor-widget-mobile__width-initial.wpr-logo-position-left.elementor-widget.elementor-widget-wpr-logo {
        top: 7px;
    }
   #footer-section p.elementor-heading-title {
        text-align: left;
    }
}


@media screen and (max-width: 640px) {
    .scrollspy-example.mid.position-sticky .cta-dark-blue-section h3 {
        text-align: center !important;
        margin: 0 0 15px 0px;
    }
    p.checkbox-input input {
    margin-top: 4px;
}
p.checkbox-input {
    display: flex;
    align-items: flex-start;
}
    .cookie-box p {
        margin: 0;
        font-size: 14px;
    }

    .cookie-consent {
        padding: 4px 20px 7px;
    }

    .last-section .e-con-full {
        width: 100% !important;
        padding: 0 15px !important;
        border-right: 0 !important;
        margin-bottom: 20px;
    }

    #acceptButton {
        margin-top: 2px;
        padding: 2px 13px;
    }

    .cookie-btns #rejectButton {
        margin-top: 1px;
        padding: 2px 13px;
    }

    .primary_content_area ul.post-categories {
        flex-direction: row;
    }

    .primary_content_area ul.post-categories a {
        /* border-right: 0; */
    }

    .primary_content_area ul.post-categories li:last-child a {
        margin-right: 0;
    }

    .wpr-grid-filters li {
        width: 43%;
        margin: 0 9px 7px !important;
    }

    .wpr-grid-filters li span {
        width: 100%;
        height: 100%;
    }

    .search_data_not_found {
        width: 80%;
    }

    .search_data_not_found p {
        font-size: 20px;
    }

    .mid p span,
    .mid span,
    .mid p {
        font-size: 15px !important;
    }

    ul li {
        font-size: 15px;
    }

    .elementskit-navbar-nav-default .elementskit-navbar-nav>li {
        border-bottom: 1px solid #000;
    }

    .elementor-1792 .elementor-element.elementor-element-a777639 .ekit_navsearch-button,
    .elementor-1792 .elementor-element.elementor-element-a777639 .ekit_search-button i {
        left: 25vw;
    }

    .elementor-1792 .elementor-element.elementor-element-7895e09 .elementskit-menu-container {
        background-color: #fff;
    }
}

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

    .elementor-1792 .elementor-element.elementor-element-a777639 .ekit_navsearch-button,
    .elementor-1792 .elementor-element.elementor-element-a777639 .ekit_search-button i {
        left: 25vw;
    }

    .elementor-1792 .elementor-element.elementor-element-a777639 .ekit_navsearch-button,
    .elementor-1792 .elementor-element.elementor-element-a777639 .ekit_search-button i {
        color: var(--e-global-color-astglobalcolor4);
        left: 23vw;
    }
    .cta-blue-section .d-flex.flex-column.flex-md-row.justify-content-start br {
        display: none;
    }
    .blog-section .elementor-clearfix.grid-images-loaded article {
        max-height: 140px;
    }
    .blog-section .elementor-clearfix.grid-images-loaded {
        max-height: 318px;
    }
    .elementor-element.elementor-element-d6e2cb5.mid-way.e-flex.e-con-boxed.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-parent.e-lazyloaded {
        padding: 10px;
    }
    .d-flex.w-lg-75.flex-column.text-white.pe-2.my-3.my-md-0 {
        padding-right: 0 !important;
    }
}

.pp-posts-container img {
    max-width: 400px;
}

/* search result custom page */
.container-search-result {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

section.banner-remote-search-result {
    text-align: center;
    padding: 70px 0 90px;
   background-image: url("https://xnspy.com/blog/wp-content/uploads/2024/09/1-1.png");
             background-size: cover;
}

section.banner-remote-search-result h1 {
    font-size: 50px;
    color: #fff;
    margin: 0 0 14px;
}

section.banner-remote-search-result p {
    text-align: center;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    line-height: 26px;
}

section.most-sec {
    padding: 40px 0;
    text-align: center;
    background-color: white;
}

section.most-sec h2 {
    font-size: 40px;
    margin: 0 0 14px;
    text-align: center;
    margin-bottom: 50px;
}

section.most-sec .box-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.most-sec .box {
    width: 49%;
    background-color: #F5F5F5;
    padding: 40px 40px;
    box-sizing: border-box;
    margin-bottom: 40px;
    border-radius: 5px;
}

section.most-sec .box h4 {
    font-size: 33px;
    color: #4D58E2;
    margin: 0 0 24px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;

}

section.most-sec .date-remote {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

section.most-sec .date-remote p {
    margin: 0;
}

section.most-sec .date-remote img {
    margin-right: 10px;
}

section.most-sec .date-remote span {
    margin-right: 15px;
}

.pagination-search-result {
    padding: 0;
    margin: 50px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-search-result li {
    list-style-type: none;
}

.pagination-search-result li a {
    padding: 7px 12px;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #F5F5F5;
    margin: 0 6px;
}

.pagination-search-result li a.border {
    border: 0;
}

.pagination-search-result li a.active {
    background-color: #F5F5F5;
}

.pagination-search-result li a span {
    margin: 0 10px;
}

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

    .elementskit-nav-identity-panel button {
        background: black;
        color: white !important;
    }

    .elementskit-nav-identity-panel button:focus,
    .elementskit-nav-identity-panel button:hover {
        background: white !important;
        color: black !important;
        outline: none !important;
    }

    #menu-custom_menu li a {
        font-weight: 500;
        font-family: IBM Plex Sans !important;
    }

    #menu-custom_menu li a:current,
    #menu-custom_menu li a:active {
        color: blue;
    }

    a.elementskit-nav-logo::after {
        content: url('https://xnspy.com/blog/wp-content/uploads/2024/09/xnspy-blue-logo.png')
    }

    .main_menu_hide_show ul li:last-of-type {
        display: block !important;
    }

    .elementor-1792 .elementor-element.elementor-element-7895e09 .elementskit-navbar-nav>li>a {
        color: #000 !important;
        font-weight: bold;
        font-size: 15px;
    }

    .elementor-1792 .elementor-element.elementor-element-7895e09 .elementskit-navbar-nav>li>a .elementskit-submenu-indicator {
        color: #000 !important;
        fill: #000 !important;
    }

    .elementor-1792 .elementor-element.elementor-element-7895e09 .elementskit-navbar-nav>li>a:focus {
        color: #000 !important;
    }

    .elementskit-menu-hamburger svg {
        width: 60px !important;
        height: 25px !important;
        border-left: 1px solid #ffffff94;
    }

    .elementskit-menu-hamburger {
        border: none !important;
    }

    .elementor-element-a777639 .ekit_navsearch-button {
        top: -5px !important;
    }
}

@media only screen and (max-width: 992px) {
    section.most-sec .box h4 {
        font-size: 25px;
    }

    section.banner-remote-search-result h1 {
        font-size: 40px;
    }
}


@media screen and (max-width: 768px) {
    
    .elementskit-menu-hamburger svg {
        width: 60px !important;
        height: 25px !important;
        border-left: 1px solid #ffffff94;
    }

    .elementskit-menu-hamburger {
        border: none !important;
    }

    .elementor-element-a777639 .ekit_navsearch-button {
        top: -5px !important;
    }

    .elementor-19 .elementor-element.elementor-element-a204696 .pp-post-meta {
        margin-bottom: 20px;
        border-top: 1px solid #CCCCCC40;
        border-bottom: 1px solid #CCCCCC40;
        padding: 10px 0px;
        color: #989898;
    }

    .elementor-19 .elementor-element.elementor-element-a204696 .pp-post-meta span a {
        color: #989898;
    }

    .pp-post-terms-wrap {
        color: #4D58E2;
    }

    h2.pp-post-title a {
        color: #000000 !important;
    }

    nav.pp-posts-pagination-ajax a {
        border: 2px solid #CCCCCC;
        color: #CCCCCC;
        padding: 2.5px 10px;
        border-radius: 5px;
    }

    nav.pp-posts-pagination-ajax span.current {
        padding: 4.5px 12px;
        background: #39B039 ! IMPORTANT;
        border-radius: 5px;
        color: white;
    }

    nav.pp-posts-pagination-ajax a:not(.prev),
    nav.pp-posts-pagination-ajax a:not(.next) {
        border: 2px solid #CCCCCC;
        color: #CCCCCC;
        padding: 2.5px 10px;
        border-radius: 5px;
    }

    .pp-posts-pagination-ajax a.prev,
    .pp-posts-pagination-ajax a.next {
        display: none;
    }

    .mid-way .wpr-grid-item-inner {
        display: flex;
    }

    .wpr-grid-item-inner img {
        width: 187px !important;
        height: 115px !important;
    }

    /* .mid-way .wpr-grid-item-below-content {
        min-width: 240px;
    } */

    #mid-sec-2 .wpr-grid .wpr-grid-item .wpr-grid-item-below-content {
        padding-left: 12px;
    }

    .last-sec-1 .elementor-image-box-wrapper {
        display: flex;

        justify-content: center;
    }

    .last-sec-1 .elementor-image-box-wrapper figure {
        max-width: 400px !important;
        min-width: 200px;
    }


    .elementskit-nav-identity-panel button {
        background: black;
        color: white !important;
    }

    .elementskit-nav-identity-panel button:focus,
    .elementskit-nav-identity-panel button:hover {
        background: white !important;
        color: black !important;
        outline: none !important;
    }

    #menu-custom_menu li a {
        font-weight: 500;
        font-family: IBM Plex Sans !important;
    }

    #menu-custom_menu li a:current,
    #menu-custom_menu li a:active {
        color: blue;
    }

    a.elementskit-nav-logo::after {
        content: url('https://xnspy.com/blog/wp-content/uploads/2024/09/xnspy-blue-logo.png')
    }


    #last-two-qs .elementor-image-box-description {
        font-size: 12px;
        font-family: "IBM Plex Sans";
        color: #989898;
        margin-left: 5px !important;
    }

    #last-two-qs .elementor-image-box-title {
        font-size: 14px;
        font-family: "IBM Plex Sans";
        margin-bottom: 10px !important;
        margin-left: 5px !important;

    }

    .elementor-image-box-content {
        min-width: 110px;
        max-width: 200px;
        text-align: left !important;
    }

    #mid-sec-1 a,
    #mid-sec-2 a {
        font-size: 14px;
    }

    #mid-sec-1 .inner-block span,
    #mid-sec-2 .inner-block span {
        font-size: 12px;
    }

    /* #mid-sec-1 .wpr-grid-media-wrap,
    #mid-sec-2 .wpr-grid-media-wrap {
        min-width: 120px !important;
    } */
}



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

    section.most-sec .box {
        padding: 30px 20px;
    }

    .header_make_fixed .elementor-element-2bdd2eb4 {
        padding-top: 10px !important;
    }

    section.most-sec .date-remote {
        font-size: 14px;
    }

    section.banner-remote-search-result {
        padding: 70px 0;
        ;
    }

    .mid-way .elementor-widget-container p {
        padding: 0px 15px;
        padding-bottom: 10px;
        text-align: center;
    }




    header.entry-header h1 {
        width: 100% !important;
        padding: 0 15px !important;
    }


    ul.wpr-grid-filters.elementor-clearfix.wpr-grid-filters-sep-right li {
        min-width: 130px !important;
        max-width: 180px;
        min-height: 60px !important;
    }

    .pagination-search-result {
        margin: 0 0 0;
    }

    section.most-sec .box {
        margin-bottom: 20px;
    }



    .elementor-element-2d9a65d {
        margin-top: 0px;
    }

    .elementor-element-5c60425 {
        margin-bottom: 0px !important;
    }

    .featured-section .pp-post-meta {
        margin-bottom: 0px !important;
    }

    .featured-section .pp-post-title a {
        margin-bottom: 10px !important;
        font-size: 20px;
    }

    .featured-section .pp-post-meta span a,
    .featured-section .pp-post-meta span {
        font-size: 12px;
    }

    .menu-custom_menu li:hover {
        background: #F5F5F5 !important;
        color: blue;
    }

    .featured-section .pp-post-thumbnail-wrap a img {
        margin: auto;

    }

    .pp-posts-container img {
        max-width: 100%;
    }

    /* #last-two-qs-first {
        display: none !important;
    } */

    #last-two-qs img {
        max-width: 80%;
    }

    #last-two-qs figure {
        max-width: 80% !important;
        min-width: 200px !important;
    }

    #last-two-qs figure a {
        max-width: 80% !important;
        min-width: 200px !important;
    }

    #last-two-qs {
        padding: 0 5px !important;
    }

    #last-two-qs .elementor-widget-image-box {
        text-align: start;
    }

    .last-section p.elementor-heading-title {
        border-top: 1px solid #CCCCCC40;
        border-bottom: 1px solid #CCCCCC40;
        padding: 10px 0px;
    }

    .list-group1 {
        height: auto !important;
    }

    p.elementor-heading-title {

        color: #9C9C9C !important
    }

    ul.ekit_social_media {
        position: relative;
        bottom: 0;
        background-color: #2B2A2A;
        left: -27px;
        top: 61px;
        right: 0;
        padding: 6px 0 !important;
        display: flex;
        justify-content: center;
        width: 100vw !important;
    }

    .ul-box .elementor-element {
        margin: 0 0 11px;
    }

    .ul-box .elementor-element a {
        line-height: 17px !important;
        min-height: 12px ! IMPORTANT;
        display: block;
        /* border-bottom: 1px solid #fff; */
        padding: 2px 0 4px 10px;
        list-style-type: disc !important;
        font-size: 11px !important;
    }

    /* .ul-box .elementor-element a:after {
              content: "";
        width: 5px;
        height: 5px;
        position: absolute;
        left: -1px;
        top: 8px;
        border-radius: 100%;
        background-color: #000000;
    } */

    ul.ekit_social_media li a:after {
        display: none;
    }

    .ul-box .elementor-element {
        margin: 0 !important;
    }

    .ul-box h2 {
        margin-bottom: 11px;
        margin: 5px 0 5px !important;
border-bottom: 2px solid #FFC154;
        padding: 0 0 2px;
        width: fit-content;
        font-weight: 600;
    }

    .elementor-1760 .elementor-element.elementor-element-60c6e6760 {
        padding: 20px 20px 36px 21px !important;
    }

    ul.ekit_social_media a {
        width: 30px !important;
        height: 30px !important;
    }

    .list-group1 .authors.mt-3 div {
        display: flex;
        align-items: flex-start;
    }

    .list-group1 .authors.mt-3 div a {
        margin: 0 0 0 13px !important;
    }

    .list-group1 .authors.mt-3 div a p {
        font-weight: 600 !important;
        display: block;
        font-size: 12px;
    }

    .list-group1 .authors.mt-3 img {
        width: 130px !important;
    }

    .list-group1 {
        border-bottom: 0 !important;
    }

    button#showMoreButton {
        display: block !important;
        padding: 0;
        background-color: transparent;
        font-size: 29px;
        height: 31px;
        display: flex !important;
        align-items: center;
        color: blue;
        margin-top: -15px;
    }

    .left-nav ul.blog_topic_list li:last-child {
        padding-bottom: 0;
    }



    div#list-example li:nth-child(1),
    div#list-example li:nth-child(2),
    div#list-example li:nth-child(3) {
        display: block !important;
    }

    div#list-example li {
        display: none !important;
    }

    div#list-example.add-class-height li {
        display: block !important;
    }

    div#list-example {
        height: auto !important;
    }

    ul.blog_topic_list {
        margin: 0 0 10px 0 !important;
        padding-bottom: 5px;
    }

    .wp-block-buttons-is-layout-flex {
        /* padding: 10px 50px 30px 50px !important; */
        /* width: 175px; */
        display: block !important;
        width: 100vw;
    }


}


@media only screen and (max-width: 640px) {
    section.banner-remote-search-result h1 {
        font-size: 35px;
    }

    section.most-sec h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    section.most-sec .box {
        width: 100%;
    }

    .pagination-search-result {
        flex-wrap: wrap;
    }

    .pagination-search-result li {
        list-style-type: none;
        margin-bottom: 10px;
    }

    .pagination-search-result li a {
        margin: 0 2px;
        padding: 4px 8px;
    }

    section.banner-remote-search-result {
        padding: 40px 0;
        ;
    }

    .elementor-element-ec966f5 .elementor-widget-container {
        padding: 0 !important;
    }
}

@media screen and (max-width: 450px) {
    .wp-block-buttons-is-layout-flex {
        padding: 10px 95px 30px 80px !important;
        width: 175px;
        display: block !important;

    }
}


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

    .elementor-1792 .elementor-element.elementor-element-a777639 .ekit_navsearch-button,
    .elementor-1792 .elementor-element.elementor-element-a777639 .ekit_search-button i {
        left: 17vw;
    }

    .wpr-grid-item-inner img {
        min-width: 50px !important;
        height: 73px !important;
        width: 100% !important;


        min-height: 110px;

    }

    #last-two-qs figure {
        max-width: 100% !important;
        min-width: 115px !important;
    }

    .mid-way .wpr-grid-item-below-content {
        min-width: auto;
    }

    .wpr-grid-media-wrap.wpr-effect-size-medium {
        max-width: 120px ! IMPORTANT;
    }

    .mid-way article {
        position: static !important;
        margin: 0 !important;
    }

    .see-all-btn {
        margin: 0 0 0;
    }


}

@media screen and (max-width: 360px) {
    .wp-block-buttons-is-layout-flex {
        padding: 10px 50px 30px 50px !important;
        width: 175px;
        display: block !important;

    }
}

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

    .elementor-1792 .elementor-element.elementor-element-a777639 .ekit_navsearch-button,
    .elementor-1792 .elementor-element.elementor-element-a777639 .ekit_search-button i {
        left: 16vw;
    }


}

@media screen and (min-width: 768px) {
    .header_make_fixed {
        height: 83px !important;
    }

    .third-last-qs,
    .forth-last-qs {
        display: none;
    }
}

.last-section .elementor-image-box-title a {
    color: black !important;
}

.last-section p.elementor-heading-title {
    color: #9C9C9C !important;

}

.last-section .elementor-heading-title {
    color: black !important;

}

@media screen and (min-width: 768px) {
    .last-section .elementor-image-box-title a {
        color: #084af3 !important;
    }

    .last-section .elementor-heading-title {
        color: #084af3 !important;

    }

    .elementor-element-79db0ab0 {
        width: 78% !important;
    }
    .container {
        max-width: 1200px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
    .elementor-element-745a38d2 {
        display: none;
    }

    .header-search {
        display: block !important;

    }

    .elementor-widget-elementskit-header-search {
        display: block;

    }

    .elementor-element-a907cb0 {
        overflow: hidden;
    }

    .elementor-1792 .elementor-element.elementor-element-339586f .ekit_navsearch-button {
        position: fixed;
        right: 57px;
        top: 5px;
    }

    .sticky .elementor-1792 .elementor-element.elementor-element-339586f .ekit_navsearch-button {
        display: none;
    }

    .header_make_fixed {
        height: 65px !important;
        padding: 10px 10px 0 20px !important;
    }

    #last-two-qs-first .elementor-image-box-description {
        display: none;
    }

    #last-two-qs .elementor-image-box-description {
        display: none;
    }
}

.wpr-grid-item-below-content.elementor-clearfix {
    display: flex;
    flex-wrap: wrap;
}


.wpr-grid-item-author .inner-block::after {
    content: " - ";
    color: #989898;
    padding: 2px 5px 4px 5px;
    right: 3px;
    position: absolute;
    top: 0;
}

.list-group ul li {
    display: block !important;
}


@media screen and (max-width:768px) {
    #list-example {
        /* display: block !important; */
        position: relative;
        top: 0;
        height: 145px;
        border-top: 1px solid gainsboro;
        display: block;
        width: 100%;
        padding: 18px 0px 0px 0px !important;
        overflow: hidden;
        border-bottom: 1px solid gainsboro;
        margin-bottom: 14px;

    }

    h2.wp-block-heading.first-heading {
        display: flex;
        flex-direction: column-reverse;
    }

    .container.py-5.main-content-area h2.first-heading {
        padding: 0 0 25px 0px;
        margin: 0;
    }

    #list-example ul li {
        color: blue;
    }

    #list-example .blog_topic_list {
        padding-top: 5px;
    }

    .showLessButton {
        background-color: none !important;
        color: blue;
        border: none;
        font-size: 40px;
        position: relative;
        top: -45px;
        right: 30px;
        cursor: pointer;
        transition: color 0.3s, background-color 0.3s;
    }

    .showLessButton:hover,
    .showLessButton:active {
        color: orange !important;
    }




}



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


.elementor-element-5c60425 .wpr-grid-media-wrap{
	max-width:360px; 
	height: 180px;
}
  .elementor-element-5c60425 img {
        width: 100%;
        height: 180px !important;
    }
    #last-two-qs-first .wpr-grid-item-inner {
        display: flex !important;
    }

    #last-two-qs-first .wpr-grid-media-wrap {
        padding-right: 20px;
    }

    #last-two-qs-first .wpr-grid-item-below-content {
        padding: 0px 0px 0px !important;
    }

    .elementor-element-5c60425 .wpr-grid-image-wrap img {

        display: block;
        max-height: 350px !important;
        width: 100% !important;
                min-height: 200px !important;
    }

    .elementor-element-4bbbcb4 article {
        margin-bottom: 10px;
    }

    .elementor-element-4bbbcb4 article .wpr-grid-item-title {
        margin-bottom: 5px;
    }

    .elementor-element-88fbcc0 article .wpr-grid-item-title {
        margin-bottom: 5px;
    }

    .elementor-element-88fbcc0 article {
        margin-bottom: 10px;
    }


    .elementor-element-5c60425 .wpr-grid-item-below-content {
        border-bottom: 1px solid #E8E8E8 !important;
        padding-bottom: 5px !important;
        margin-bottom: 10px;
    }


    .elementor-element-5c60425 h2.wpr-grid-item-title {
        border-bottom: 1px solid #E8E8E8 !important;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .elementor-element-af6fefb .elementor-widget-container h2,
    .elementor-element-5c60425 .elementor-widget-container h2,
    .elementor-element-7d775f8 .elementor-widget-container h2 {
        text-align: center !important;
        font-size: 22px;
    }

    /* .mid-way section.wpr-grid .wpr-grid-item-below-content {
    margin-top: 5px;
} */

    .elementor-element-8410a97 .wpr-grid-item-below-content{
        padding: 12px 10px 10px 10px;
    }
}

@media screen and (max-width: 576px) {
.elementor-element-77e4da2 .inner-block {
margin: 0px 0px 5px 0px !important;
}
    div .list-group-two {
        display: hidden !important;
    }

    div.one {
        display: block !important;
    }

    .elementor-element-8410a97 section.wpr-grid article {

        width: 100% !important;
    }


    .elementor-element-8410a97 section.wpr-grid article .wpr-grid-image-wrap {
        width: 100%;
        /* max-width: 150px !important; */
    }

    .elementor-element-8410a97 section.wpr-grid article .wpr-grid-item-title {
        width: 100%;
        max-width: 180px;
    }

    .elementor-element-4a041f8 {
        position: relative;
        left: -27px;
    }

    /* .mid-way section.wpr-grid {
    padding: 0px 15px;
} */
    .elementor-element-dec11a2 section.wpr-grid {
        position: relative;
       
    }
.two-row-section  .wpr-grid-image-wrap img {
        display: block;
        max-height: 350px !important;
        width: 100% !important;
        min-height: 200px !important;
    }

    .cta-blue-section .link-1{
        padding: 11px 5px !important;
        min-width: 131px !important;
        margin-right: 8px !important;
        font-size: 14px !important;
    }
        
    .cta-blue-section .link-2{
        padding: 11px 5px !important;
        min-width: 131px !important;
        margin-right: 8px !important;
        font-size: 14px !important;
    }
        .cta-blue-section .d-flex.flex-column.flex-md-row.justify-content-start {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row !important;
    }
        
    .cta-blue-section .link-1 {
        padding: 11px 5px !important;
        min-width: 131px !important;
        margin-right: 8px !important;
        font-size: 14px !important;
    }

    .cta-blue-section .link-2 {
        padding: 11px 5px !important;
        min-width: 131px !important;
        margin-right: 8px !important;
        font-size: 14px !important;
    }
    .cta-blue-section .d-flex.flex-column {
        padding: 0 !important;
    }
    .cta-blue-section {
        padding: 40px 0 0 13px;
    }

}



@media screen and (max-width: 430px) {
.elementor elementor-1760 .elementor-element {

padding-bottom: 3px;

}



.elementor elementor-1760 .elementor-column {
margin-bottom: 16px;
}


ul.ekit_social_media {
left: -20px
}

.elementor-1760 .elementor-element.elementor-element-60c6e6760 {
        padding: 20px 10px 36px 15px !important;
    }

    .elementor-element-8410a97 section.wpr-grid article .wpr-grid-item-inner {
        /* max-width: 400px; */
        width: 100% !important;
    }

    /* .elementor-repeater-item-1551b31 {
        min-width: 200px;
    } */

    /* .elementor-element-8410a97 .wpr-grid-media-wrap {
        min-width: 175px;
    }

    .elementor-element-8410a97 article {
        min-width: 390px !important;
    }

    .elementor-element-8410a97 .wpr-grid-item-below-content {
        padding-left: 20px !important;
    } */
    
    .elementor-element-8410a97 .wpr-grid-item-below-content {
    padding: 10px 0px 0px 20px !important
}

}

@media screen and (max-width: 400px) {
 .wpr-grid-media-wrap.wpr-effect-size-medium {

max-width: 100% !important }
    .elementor-element-8410a97 section.wpr-grid article {

        width: 100% !important;
    }

    /* .elementor-repeater-item-1551b31 {
    min-width: 200px;
}

.elementor-element-8410a97 .wpr-grid-media-wrap {
    min-width: 175px;
} */

    /* .elementor-element-8410a97 article {
        min-width: none;
    }

    .elementor-repeater-item-1551b31 {
        min-width: none;
    }

    .elementor-element-8410a97 .wpr-grid-media-wrap {
        min-width: none;
    } */



}

@media screen and (max-width: 576px) { 
.xnspylogo {
    text-align: center !important;
}

.elementor-6759 .elementor-element.elementor-element-6190a520 {
        text-align: center !important;
}
.elementor-element-238b0174 {
    display: none !important;
}
.elementor-element-5e255545 .ekit-wid-con i.icon.icon-search {
    position: absolute;
    left: 26vw;
}
 .pp-posts-skin-classic  .pp-post-meta {
     border-top: 1px solid #CCCCCC40;
        border-bottom: 1px solid #CCCCCC40;
        padding: 10px 0px;
        color: #989898;
        margin-bottom: 20px !important;
 }
  /* .wpr-grid-item-below-content .inner-block {
margin: 10px 0px;
padding: 10px 0px;
border-top: 1px solid #E8E8E8;
border-bottom: 1px solid #E8E8E8;
} */
    .two-row-section h2.wpr-grid-item-title {
        border-bottom: 1px solid #E8E8E8 !important;
        padding-bottom: 10px;
        margin-bottom: 5px;
    }

   .two-row-section .wpr-grid-item-inner {
    padding-bottom: 10px !important;
    border-bottom:  1px solid #E8E8E8 !important;
   }
 .last-sec-1  .wpr-grid-item-inner {
    display: flex;
    gap: 20px;
    margin: 10px 0px;
 }
 .last-sec-1  .wpr-grid-item-inner .inner-block p{
 white-space: normal;        /* Prevent text from wrapping to a new line */
    overflow: hidden;           /* Hide any overflowed content */
    text-overflow: ellipsis;   /* Add ellipsis at the end */
    width: 200px; 
    height: 100px;
            padding: 7px 0px;
    
}

.last-sec-1  .wpr-grid-item-inner .inner-block a{

            padding: 0px 0px 10px 0px;
    
}
.ast-footer-copyright {
    display: none;
}
  #socials-box .elementor-element  {
   height: 30px;
           margin-top: -5px !important;
    }
     #socials-box .e-con-inner .e-grid {
    display: flex;
    height: 30px;
    }
#socials-box .e-con-inner .e-grid .elementor-widget-container p{
margin-left: -20px !important;
}

.site-below-footer-wrap {
    display: none !important;
}
    #footer-section .elementor-container .elementor-column  {

padding: 10px 20px;

}
/* #footer-section .elementor-container .elementor-column:last-child {
    padding: 10px 5px;
} */

.error-404.not-found h1 {
    font-size: 30px;
    text-align: center;
}
.error-404.not-found h1 {
 
    text-align: center;
}
.error-404.not-found p {
 font-size: 16px;
    text-align: center;
}

}


@media screen and (min-width: 768px) {

    .elementor-element-af6fefb .elementor-widget-container h2 {
        text-align: center !important;
        font-size: 22px;
    }

    .elementor-element-9492610 .elementor-widget-container h2 {
        font-size: 22px;
    }

    .elementor-element-a907cb0 .pp-post-meta {

        color: #9C9C9C !important;
    }

    .elementor-element-a907cb0 .pp-meta-text {

        color: #9C9C9C !important;
    }

    #last-dynamic-sec {
        width: 100% !important;
    }


    #last-dynamic-sec #last-sec-1 {
        width: 100% !important;
        max-width: 25% !important;
    }


    #last-dynamic-sec .two-row-section {
        width: 100% !important;
        max-width: 75% !important;
    }

    #last-dynamic-sec .two-row-section .elementor-element-77e4da2 {
        width: 100% !important;
    }

    #last-dynamic-sec section.wpr-grid article.wpr-grid-item:first-child {
        border-right: 1px solid rgb(236, 236, 236);
        padding-right: 20px !important;
    }

    #last-dynamic-sec section.wpr-grid article.wpr-grid-item:last-child {
        border-right: 1px solid rgb(236, 236, 236);
        padding-right: 20px !important;
    }

    .elementor-element-7d775f8 article {
        border: none;
        border-right: 0px !important;
        padding-right: 0px !important;
    }

    .elementor-element-a3957f7 article {
        border: none;
        border-right: 0px !important;
        padding-right: 0px !important;
    }


    .elementor-element-a3957f7 .e-con-full {
        padding: 0px 0px !important;
    }

    .elementor-element-7d775f8 .e-con-full {
        padding: 0px 0px !important;
    }


    .elementor-element-7d775f8 .elementor-widget-container {
        width: 100%;
        max-width: 400px;
    }

    .elementor-element-a3957f7 .elementor-widget-container {
        width: 100%;
        max-width: 400px;
    }

    .elementor-element-7d775f8 article {
        width: 350px !important;
        padding-bottom: 20px;
        /* max-width: 500px !important; */
    }

    .elementor-element-a3957f7 article {
        width: 350px !important;
        padding-bottom: 20px;
        /* max-width: 500px !important; */
    }


    #last-dynamic-sec .elementor-element-77e4da2 .elementor-widget-container {
        width: 100%;
    }



    #last-dynamic-sec .wpr-grid {
        display: flex;
        width: 100% !important;
    }

    .elementor-19 .elementor-element.elementor-element-8410a97 .wpr-grid-filters {

        justify-content: center;
    }

    .elementor-element-4bbbcb4 .wpr-grid-item-below-content {
        padding: 0px 0px 0px 0px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }


    .elementor-element-7d775f8 .wpr-grid-item-below-content {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .elementor-element-a3957f7 .wpr-grid-item-below-content {
        margin-top: 0px !important;
        padding: 0px 0px 0px 0px !important;
        margin-bottom: 0px !important;
    }


    h2.wpr-grid-item-title .inner-block a {
        color: #000 !important;
                text-decoration: none;
    }

    .two-row-section .wpr-grid-media-wrap {
        margin-bottom: 10px !important;
    }

    .two-row-section .wpr-grid-item-title {
        margin-bottom: 10px !important;
    }
    .elementor-6696 .elementor-element.elementor-element-2417ef0 .pp-post-meta {
        color: #999999;
                display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
         margin-left: 25px;
        
        
    }
.pp-post-date, .pp-post-author {
    position: relative;
}

.pp-post-date {
    margin-right: 20px;
}
    .pp-post-date .pp-meta-text::before {
        /* content: url("http://localhost/xnspy-blog/wp-content/uploads/2024/09/calendar-4-1.png"); */
        position: absolute;
        left: -25px;
        top: 2px;
    }
   
    .pp-meta-separator {
        display: none;
    }


    #xnspy-banner-img-one {
    vertical-align: middle;
    display: inline-block;
    transform: translate(21px, 20px);
    } 

    #socials-box .elementor-element  {
        height: 33px !important;
    }
     #socials-box .e-con-inner  {
        height: 30px !important;
                margin-top: -42px;
    }

        .mid-sec-btn-1 {

    background: #39B039 !important;
    color: white;
    border-radius: 8px !important;
    }

    .menu-item-type-custom:hover .elementor-top-section {
        background-color: white !important;
    }

    .ast-footer-copyright {
        display: none !important;
    }
.elementor-column-gap-narrown .elementor-widget-container {
    position: relative;
}
section#footer-section a {
    font-family: "IBM Plex Sans", Sans-serif !important;
    font-size: 13px;
    text-align: left;
    color: #000;
    font-weight: 400;
}
    
.elementor-column-gap-narrow .elementor-heading-title a::before {
 content: "";
    font-size: 20px;
    position: absolute;
    top: 5px;
    left: -6px;
    width: 6px;
    height: 5px;
    background-color: #000;
    border-radius: 100%;
}
  section#footer-section a:hover { 
        color: #39b039;
  }
/* .elementor-column-gap-narrow .sec-col-first-link a::before {
 content: "•";
    font-size: 20px;
    position: absolute;
    top: 0px !important;
    left: -10px;
} */

.elementor-column-gap-narrow .elementor-heading-title a{
 padding-left: 7px;
}
.bg-green-xnspy {
    background-image: url("https://xnspy.com/blog/wp-content/uploads/2024/09/1-1.png");
             background-size: cover;
}
.ekit_navsearch-button {
    display: none !important;
}


.container-search-result a,
.container-search-result a:hover  {
    color: #39B039;
    font-family: "IBM Plex Sans", Sans-serif !important;
    font-weight: 600;
    font-size: 32px;
}
.pp-post-author .pp-meta-text a {
    text-decoration: none !important;
}

.pp-post-terms-wrap {
    display: none;
}


.subs_btn1 .elementor-button-icon svg{
width: 19px;
}

.main-link-section {
  margin-top: -90px;
}
.main-link-section p{
font-size: 12px;
font-weight: 500;
}

.link-section {
        display: flex;
        flex-direction: column;
        background-color: #F7FCFF;
        padding: 20px 10px;
        border-radius: 10px;
      
}
.link-section h4 {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 17px;
}
.link-section p {
    font-size: 12px;
      text-align: center;
    font-weight: 400;
}
.link-section .buy-now {
   background-color: #39B039;
 margin: 10px auto;
        font-size: 15px;
        border-radius: 3px;
        padding: 12px 37px;
        color: white !important;
        text-wrap-mode: nowrap;
        text-wrap: nowrap;
        width: fit-content;
}
.link-section .live-demo {
   color: #418FFF;
   width: fit-content;
 background-color: #F7FCFF;
   font-size: 15px;
   margin: 10px auto;
   border-radius: 3px;
           border: 0px;
        box-shadow: none;
          text-wrap-mode: nowrap;
        text-wrap: nowrap;
                padding: 12px 30px;
                
}

.scrollspy-example.mid .rt-reading-time {
display: none !important;
}




}





section.banner-remote-search-result {
    text-align: center;
    padding: 70px 0 90px;
    background-image: url("https://xnspy.com/blog/wp-content/uploads/2024/09/1-1.png");
    background-size: cover;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.blog_search .wpr-search-form {
display: none !important;
}

.elementor-element-4096f702 .blog_search .wpr-search-form {
display: block !important;
}



ul.menu-custom-menu li a {
font-weight: normal !important;
 font-family: "IBM Plex Sans", Sans-serif !important;
}

@media screen and (max-width: 768px) {
	.featured-section .pp-post-title a, .two-row-section .wpr-grid-item-inner .wpr-grid-item-title .inner-block a, .last-sec-1 .wpr-grid-item-inner .inner-block p{
            min-height: 50px;
    }

    .elementor-6834 .elementor-element.elementor-element-2edb1fa .elementor-button, .elementor-6834 .elementor-element.elementor-element-83b5fb9 .elementor-button {
        padding: 14px 19px 014px 15px;
        text-wrap: nowrap;
    }
    .elementor-6834 .elementor-element.elementor-element-83b5fb9 a {
        min-width: 155px;
    }

.similar-reading .authors {
        width: 100%;
        max-width: 85vw;
        margin: 0px auto;
        padding: 10px;
}

    	#social-box-icon a {
padding: 2px 0 4px 3px !important;
margin-right: -5px;
        }

	#social-box-icon a:after {
content: none !important;
}
	
	.elementor-6847 .elementor-element.elementor-element-1e4c8cdd > .elementor-widget-container {
    margin: 0px 0px 12px -10px;
}
		.icon-search {
    position: absolute !important;
    left: 25vw !important;
    top: 1px !important ;
}
	.elementor-element-6425c5cb {
		display: none !important;
	}
#social-box-icon .elementor-widget-icon p {
 font-size: 12px !important;
}
	.bg-green-xnspy {
        background-image: url("https://xnspy.com/blog/wp-content/uploads/2024/09/1-1.png"); 
        background-size: cover;
        z-index: -1 !important;
	}
	.elementor-6847 .elementor-element.elementor-element-1e4c8cdd.elementor-element {
		margin-left: 30px;
	}
	
    .header-xnspy h1 {
        font-size: 30px !important;
        font-weight: 600 !important;
    }
    
 .container-search-result a,
.container-search-result a:hover  {
    color: #39B039;
    font-family: "IBM Plex Sans", Sans-serif !important;
    font-weight: 600;
}
	
	.elementor-element-6425c5cb {
		display: none;
	}
		.ast-header-without-markup .entry-title {
display: none;
}
	.ul-box .elementor-element {
		/* height: 30px !important; */
        margin: 0 0 11px;
    }


    #social-box-icon  .elementor-element {
        height: 30px !important;
    }
	#xnspy-banner-img-one {
    transform: translate(20px, 20px);
}
	
	.wpr-grid-item-inner img {
        width: 187px !important;
 height: auto !important;
    }
}

@media screen and (min-width: 768px) {
	  .pp-posts-grid .pp-post-meta  { 
	margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    margin-left: 26px;
	}
	
	.ast-header-without-markup .entry-title {
display: none;
}
	
	
	a.page-numbers {
    text-decoration: none !important;
}
	section.wpr-grid article.wpr-grid-item .wpr-grid-item-below-content h2 .inner-block a {
color: #39B039;
font-size: 22px !important;
}
	.pp-posts-container .pp-post-meta .pp-post-date .pp-meta-text {
	
	color: #999999;
	}


#socials-box .elementor-widget-container p span {
paddding-left: 20px;
}


.wpr-search-form .wpr-search-form-input-wrap .wpr-search-form-input {

margin-right: 45px; 
}


	
	#footer-section .elementor-column-gap-narrow h2.elementor-heading-title {
    margin-left: -10px !important;
    font-family: "IBM Plex Sans", Sans-serif !important;
}

	
#social-box-icon .icon-box {
    height: 36px;
}
	
	#social-box-icon  .e-con.e-flex>.e-con-inner {
padding: 0px;
}
	#social-box-icon svg {
            height: 18px;
            width: 16px;
    }
.site-below-footer-inner-wrap {
    display: none;
}


#footer-section .elementor-column-gap-narrow h2.elementor-heading-title {
            font-size: 16px;
        text-align: left;
        font-family: "IBM Plex Sans", Sans-serif !important;
        color: #000;
        font-weight: 500;
}

.elementor-6852 .elementor-element.elementor-element-6a6e2edc {
    padding: 0px !important;
}
	#social-box-icon  .e-con.e-flex .elementor-icon-wrapper {
margin-top: -4px; 
}

 .last-sec-1 .wpr-grid-item-title {

  margin: 0px 0px 6px 0px;
}
	
	.error-404.not-found {
    
    margin: 50px auto;
}
}

@media screen and (min-width: 1024px) {



	    .elementor-widget-ekit-nav-menu .elementskit-dropdown-menu-full_width .elementskit-megamenu-panel {
       
              position: fixed;
        left: 0;
        right: 0;
        top: 76px;
        height: 280px;
}


.blog_search {
    display: none;
}


.scrollspy-example.mid.position-sticky {
    margin-right: 152px;
}
}


#cookieConsent {
    display: none !important;
}
div#cookieConsent.cookieConsentShow {
    display: block !important;
}

/* Author archive header */
.author-hero { margin: 60px 0; }
.author-hero__inner { display:flex; align-items:center; justify-content:space-between; gap:4rem; }
.author-hero__content-inner { display: flex; gap: 30px; flex: 1; width: 100%; }
.author-hero__content{ flex: 1; }
.author-hero__maininfo { flex: 1 1 auto;}
.author-hero__media{ flex: 0 0 220px; }
.author-hero__title{ font-size:clamp(28px,4vw,44px); line-height:1.15; margin:0 0 .25rem; }
.author-hero__subtitle{ color:#1e293b; margin:0 0 .75rem; font-weight:600; }
.author-hero__bio{ color:#6b7280; max-width:70ch; }
.author-hero__meta{ list-style:none; padding:0; margin:1rem 0 0; display:grid; grid-template-columns:repeat(1,minmax(0,1fr)); gap:.5rem 1.25rem; }
.author-hero__meta li{ color:#111827; }
.author-hero__meta li.full{ grid-column:1/-1; }
.author-hero__meta .label{ color:#6b7280; margin-right:.35rem; }
.author-hero__social{ margin-top:.75rem; display:flex; gap:.75rem; flex-wrap:wrap; }
.author-hero__social .social-link{ font-weight:600; text-decoration:none; padding:.65rem 1rem; border-radius:6px; background:#f3f4f6; color:#1f2937; transition:background .2s ease; }
.author-hero__social .social-link:hover{ background:#e5e7eb; }
.author-hero__social .twitter{ color:#0f1419; }
.author-hero__social .linkedin{ color:#0a66c2; }
.author-hero__social .facebook{ color:#1877f2; }
.author-hero__avatar{ width:220px; height:100%; border-radius:26px; object-fit: cover; }
@media (max-width:991px){ .author-hero { margin: 0 0 60px; padding: 0 1rem;} .author-hero__inner{ flex-direction:column; align-items:flex-start; gap: 1.5rem; } .author-hero__avatar{ width:auto; height:100%; } .author-hero__meta{ grid-template-columns:repeat(2,minmax(0,1fr)); background: #F2F2F2; padding: 16px !important; border-radius: 12px; list-style: disc; padding-left: 30px !important; } .author-hero__meta li { font-size: 1rem; } .author-hero__content-inner { flex-direction: column; gap: 15px;} .author-hero__media {margin: 0 auto;} .author-hero__title {text-align: center;} }

.single-author-bio{ display:flex; align-items:flex-start; gap:20px; width:100%; max-width:737px; margin:0 0 32px; padding:24px; border:1px solid #d7e2db; border-radius:20px; background:linear-gradient(135deg,#f5fbf8 0%,#ffffff 100%); box-shadow:0 18px 45px rgba(16,24,40,.06); box-sizing:border-box; }
.single-author-bio__media{ flex:0 0 88px; }
.single-author-bio__avatar{ width:88px; height:88px; border-radius:18px; object-fit:cover; display:block; }
.single-author-bio__media-and-name { display:flex; align-items: center; gap:16px; }
.single-author-bio__name-and-meta { display:none; }
.single-author-bio__content{ flex:1; min-width:0; }
.single-author-bio__name{ margin:0; font-size:clamp(22px,2.4vw,28px); line-height:1.2; }
.single-author-bio__name a{ color:#0f172a; text-decoration:none; }
.single-author-bio__name a:hover{ color:#0f766e; }
.single-author-bio__meta{ margin:6px 0 12px; color:#0f766e; font-size:14px; font-weight:600; letter-spacing:.02em; text-transform:uppercase; }
.single-author-bio__description{ color:#475467; font-size:16px; line-height:1.7; }
.single-author-bio__description p{ margin:0; }
.single-author-bio__description p + p{ margin-top:10px; }
.single-author-bio__social{ display:flex; gap:10px; flex-wrap:wrap; margin-top:16px; }
.single-author-bio__social .social-link{ display:inline-flex; align-items:center; justify-content:center; min-height:38px; padding:9px 14px; border-radius:999px; background:#ffffff; border:1px solid #d7e2db; color:#0f172a; font-size:14px; font-weight:600; text-decoration:none; transition:all .2s ease; }
.single-author-bio__social .social-link:hover{ border-color:#0f766e; color:#0f766e; transform:translateY(-1px); }
.single-author-bio__social .twitter{ color:#0f1419; }
.single-author-bio__social .linkedin{ color:#0a66c2; }
.single-author-bio__social .facebook{ color:#1877f2; }
@media (min-width:992px){ .single-author-bio{ margin-left:64px; } }
@media (max-width:767px){ .single-author-bio{ flex-direction:column; padding:20px; gap:16px; } .single-author-bio__media{ flex-basis:auto; } .single-author-bio__meta{ font-size:13px; } .single-author-bio__description{ font-size:15px; } .single-author-bio__content .single-author-bio__name, .single-author-bio__content .single-author-bio__meta { display: none;} .single-author-bio__name-and-meta { display:block; }}
