@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap);

/* @font-face {
    font-family: HelveticaNeue; 
    src: url(../fonts/HelveticaNeueBold.woff2) format('woff2'), url(../fonts/HelveticaNeueBold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
} */

@font-face {
    font-family: Geo-wf;
    src: url(../fonts/geo-wf-3.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-display: swap;
    font-family: geo-wf;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/geo-wf-3.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: geo-wf;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/geo-wf-3i.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: geo-wf;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/geo-wf-4.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: geo-wf;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/geo-wf-5.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: geo-wf;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/geo-wf-6.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: geo-wf;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/geo-wf-7.woff2) format("woff2")
}


html {
    scroll-behavior: smooth
}

body {
    color: #333;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
    /* font-family: Poppins, sans-serif */
    font-family: geo-wf;
}

p {
    font-size: 1.2rem;
    line-height: 1.8rem
}

h1,
h2 {
    /* font-family: HelveticaNeue; */
    color: #000;
    line-height: 1;
    font-weight: 700
}

h3,
h4,
h5,
h6 {
    /* font-family: HelveticaNeue; */
    color: #000;
    line-height: 1
}

a:focus,
a:hover {
    color: #003b72;
    text-decoration: none;
    outline: 0
}

a {
    -webkit-transition: all .4s ease-in-out !important;
    -moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important
}

img {
    max-width: 100%;
    height: auto
}

button:focus {
    outline: 0;
    outline: none -webkit-focus-ring-color
}

li,
ul {
    padding: 0;
    list-style: none
}

.btn.focus,
.btn:focus,
.page-numbers:focus {
    box-shadow: none
}

::selection {
    background-color: #003b72;
    color: #fff
}

::-moz-selection {
    background-color: #003b72;
    color: #fff
}

.hover-opacity {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.hover-opacity:hover {
    opacity: .7
}

.comments-area,
#comments,
.comment-form {
    display: none !important;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
    min-width: 250px;
    width: 250px !important;
    z-index: 999;
    background: #fff
}

#sidebar-wrapper.sticky {
    background: #fff
}

@supports (-ms-ime-align:auto) {
    selector {
        width: 250px
    }
}

#sidebar-wrapper .sidebar-logo {
    padding: 8px 1.25rem;
    position: relative;
    z-index: 999
}


#sidebar-wrapper .sidebar-logo img {
    width: 100%;
    height: 100%
}

.tagline {
    /* font-family: HelveticaNeue; */
    display: block;
    font-size: 13px;
    letter-spacing: 7px;
    color: #003b72;
    margin-top: 5px;
    font-weight: 700
}

.mobile-scroll {
    position: relative;
    z-index: 99;
}

#sidebar-wrapper .navbar-nav li {
    border: 0;
    padding: 0;
    background: 0 0 !important
}

#sidebar-wrapper .navbar-nav li a,
.menu-mobile-menu-container ul li a {
    color: #003b72;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    border: 0;
    background: 0 0;
    padding: .85rem 1.25rem;
    display: inline-block
}

#sidebar-wrapper .navbar-nav li a {
    padding-right: 8px
}

#sidebar-wrapper .navbar-nav li span {
    color: #333;
    font-size: 16px
}

#sidebar-wrapper .navbar-nav li:hover,
.menu-mobile-menu-container ul li a:hover {
    background: #f0faff !important
}

.divider {
    position: relative;
    margin: 12px 0
}

.divider::before {
    position: absolute;
    left: 0;
    top: 50%;
    background: #003b72;
    content: "";
    width: 20px;
    height: 2px;
    margin-left: 1.25rem;
    transform: translateY(-50%)
}

#page-content-wrapper {
    min-width: 100vw
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0
}

.navbar {
    background: #fff;
    padding: 14px 20px;
    z-index: 999
}

.navbar.sticky {
    z-index: 999
}

.category-text {
    margin-bottom: 0;
    padding: 10px 10px;
    font-size: 17px;
    color: #003b72;
    cursor: pointer;
    line-height: normal;
}

.category-text span {
    transform: rotate(90deg);
    display: inline-block;
}

.navbar-light .navbar-nav a {
    font-size: 17px;
    font-family: Roboto, sans-serif;
    color: #003b72;
    margin: 0 7px;
    padding: 8px 8px;
    font-weight: 400
}

.navbar-light .navbar-nav .active>a,
.navbar-light .navbar-nav .show>a,
.navbar-light .navbar-nav a.active,
.navbar-light .navbar-nav a.show {
    color: #fff;
    background: #003b72
}

.navbar-light .navbar-nav .current-menu-item a {
    color: #fff;
    background: #003b72
}

.navbar-light .navbar-nav li:first-child a {
    margin-left: 0
}

/* .navbar-light .navbar-nav li:last-child a {
    margin-right: 0
} */

/* .searchForm {
    width: 260px
} */

.searchForm .form-control {
    background: 0 0;
    border-radius: 0;
    border-color: #003b72;
    color: #003b72;
    font-family: Roboto, sans-serif
}

.searchForm .form-control::placeholder {
    color: #003b72
}

.form-control:focus {
    box-shadow: none
}

.searchForm .btn {
    background: 0 0;
    border-color: #003b72;
    border-radius: 0;
    color: #003b72;
    font-size: 14px
}

.searchForm .btn:hover {
    background: #003b72;
    color: #fff
}

.section-padding {
    padding: 0 5px
}

.newPost {
    padding: 30px 5px
}

.newPost .title-box h1 {
    font-size: 30px
}

.newPost .title-box h1 a {
    color: #000
}

.newPost .title-box h1 a:hover {
    color: #736f6f
}

.meta {
    color: #333;
    font-size: 13px
}

.newPost .imgBox {
    margin: 20px 0
}

.newPost .imgBox img {
    height: 325px !important;
    object-fit: cover;
    width: 100%
}

.blog_sidebar .postList li {
    list-style: none;
    border-bottom: 1px solid #70707052;
    padding-bottom: 12px;
    margin-bottom: 12px
}

.blog_sidebar .postList li:last-child {
    border-bottom: 0
}

.blog_sidebar .postList h2 {
    line-height: 25px
}

.blog_sidebar .postList h2 a {
    color: #000;
    font-size: 25px
}

.blog_sidebar .postList h2 a:hover {
    color: #736f6f
}

.section-heading h3 {
    font-weight: 700;
    border-bottom: 1px solid #70707052;
    padding: 10px 0;
    margin-bottom: 30px
}

.popularPost .box .imgBox {
    overflow: hidden;
    border-radius: 12px
}

.popular_slider .slick-arrow {
    width: 15px;
    height: 35px;
    top: -55px
}

.popular_slider .slick-next {
    right: 15px
}

.popular_slider .slick-prev {
    right: 38px;
    left: auto
}

.popular_slider .slick-next::before,
.popular_slider .slick-prev::before {
    font-family: FontAwesome;
    color: #5d5d5d;
    font-weight: 600;
    font-size: 25px
}

.popular_slider .slick-prev::before {
    content: "\f104"
}

.popular_slider .slick-next::before {
    content: "\f105"
}

.recent_slider .slick-arrow {
    width: 15px;
    height: 35px;
    top: -38px
}

.recent_slider .slick-next {
    right: 15px
}

.recent_slider .slick-prev {
    right: 38px;
    left: auto
}

.recent_slider .slick-next::before,
.recent_slider .slick-prev::before {
    font-family: FontAwesome;
    color: #5d5d5d;
    font-size: 25px;
    font-weight: 600
}

.recent_slider .slick-prev::before {
    content: "\f104"
}

.recent_slider .slick-next::before {
    content: "\f105"
}

.popularPost .box .imgBox img {
    height: 160px !important;
    object-fit: cover;
    transition: all .4s ease-in-out;
    width: 100%
}

.popularPost .box:hover .imgBox img {
    transform: scale(1.1)
}

.popularPost .box .textBox {
    padding: 25px 0 30px;
    min-height: 180px;
    max-height: 180px
}

.popularPost .box .textBox h4 {
    font-size: 21px;
    line-height: 25px;
    font-weight: 700
}

.popularPost .box .textBox h4 a {
    color: #000
}

.popularPost .box .textBox h4 a:hover {
    color: #736f6f
}

.recentPost {
    padding-top: 30px;
    padding-bottom: 50px
}

.recentPost .box {
    margin-bottom: 15px
}

.recentPost .box .imgBox {
    overflow: hidden
}

.recentPost .box .imgBox img {
    height: 250px !important;
    width: 100%;
    object-fit: cover;
    transition: all .4s ease-in-out
}

.recentPost .box .imgBox img:hover {
    transform: scale(1.1)
}

.recentPost .box .textBox h2 {
    line-height: 29px
}

.recentPost .box .textBox h2 a {
    color: #000;
    font-size: 25px
}

.recentPost .box .textBox h2 a:hover {
    color: #736f6f
}

.recentPost .box .textBox p {
    margin-top: 20px
}

.pagination {
    width: 100%;
    margin: 50px auto 50px;
    padding: 10px 0;
    justify-content: center;
    border-radius: 0
}

.pagination .page-item .page-numbers.dots {
    border: 0;
    margin: 0;
    width: 30px
}

.page-template-order-content-writing-php .mobile-scroll {
    display: none;
}

.pgntn-page-pagination .page-numbers {
    width: 40px;
    height: 40px;
    border-radius: 9px;
    margin: 0 4px !important;
    text-align: center;
    border-color: #003b72;
    color: #003b72;
    font-weight: 400;
    line-height: 30px;
    background: 0 0
}

.pgntn-page-pagination {
    width: 100%;
    margin: 0 auto 90px !important;
    padding: 10px 0 !important;
    border-radius: 0
}

.pagination .page-item .page-numbers {
    width: 40px;
    height: 40px;
    border-radius: 9px;
    margin: 0 6px;
    text-align: center;
    border: 1px solid #003b72;
    color: #003b72;
    font-weight: 400;
    line-height: 38px;
    background: 0 0;
    display: inline-block
}

.pagination .page-item .page-numbers.current {
    color: #fff;
    background-color: #003b72;
    border-color: #003b72
}

.pagination .page-item .fa {
    font-size: 28px;
    position: relative;
    top: 4px
}

.pgntn-page-pagination a:hover {
    color: #003b72 !important
}

.pgntn-page-pagination .page-numbers.current {
    color: #fff;
    background-color: #003b72;
    border-color: #003b72
}

.pgntn-page-pagination .pgntn-page-pagination-block {
    width: 100% !important
}

.pgntn-page-pagination .next {
    background: #dfdcdc;
    color: #333
}

.footer {
    background: #f0faff;
    padding: 30px 0 10px;
    text-align: center
}

.footer .newsletterForm {
    margin: auto
}

.footer .newsletterForm .form-control {
    background: 0 0;
    border-radius: 0 !important;
    border: 1px solid #003b72 !important;
    color: #003b72;
    font-size: 15px;
    text-indent: 4% !important
}

.footer .newsletterForm .form-control::placeholder {
    color: #003b72;
    font-weight: 400
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border-width: 1px !important
}

#mc_embed_signup form {
    padding: 0 15px !important;
    text-align: center
}

.footer #mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 100%;
    padding-bottom: 0;
    min-height: auto
}

.footer #mc_embed_signup div.response {
    margin-bottom: 0 !important
}

.footer #mc_embed_signup {
    background: 0 0;
    clear: unset;
    font: inherit
}

.footer #mc_embed_signup #mc_embed_signup_scroll {
    width: 100%
}

.footer .newsletterForm #mc-embedded-subscribe {
    background: 0 0;
    border: 1px solid #003b72;
    border-radius: 0;
    color: #013c73;
    padding: 4px 12px;
    margin: 0 !important;
    height: 36px;
    border-left: 0
}

@-moz-document url-prefix() {
    .footer .newsletterForm #mc-embedded-subscribe {
        height: 37px
    }
}

.footer .newsletterForm #mc-embedded-subscribe:hover {
    background: #003b72;
    color: #fff
}

.footer .newsletterForm #mc-embedded-subscribe .fa.fa-envelope-o {
    font-size: 20px
}

.footer .newsletterForm h3 {
    color: #003b72;
    margin: 0 25px 0 0;
    font-size: 25px;
    padding-top: 0
}

#mc_embed_signup .mc-field-group.input-group input#mc-embedded-subscribe {
    border-radius: 0;
    border: 1px solid #003b72;
    font-size: 0
}

.footer .social-icons li a:hover {
    background: #003B72D9
}

.footer .socialBox {
    margin: 25px 0
}

.footer .socialBox h4 {
    color: #003b72;
    font-size: 20px
}

.footer .social-icons li {
    display: inline-block;
    margin: 0 5px
}

.footer .social-icons li a {
    width: 40px !important;
    height: 40px !important;
    background: #003b72;
    display: block;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    line-height: 40px;
    padding: 0 !important;
    margin: 0 7px !important
}

.footer .social-icons li .fa,
.footer .social-icons li .fab {
    font-size: 18px !important
}

.footer .footer-menu a {
    font-size: 16px;
    color: #003b72;
    margin-right: 25px
}

.footer .footer-menu a:last-child {
    margin-right: 0
}

.copyright {
    background: #003b72;
    text-align: center;
    padding: 10px 0
}

.copyright p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px
}

.copyright p a {
    color: #fff
}

.copyright p a:hover {
    color: #bdbdbd
}

.newsletterPost {
    padding-top: 30px;
    padding-bottom: 15px
}

.inner_section h1 {
    font-size: 49px;
    padding-bottom: 10px;
    text-transform: uppercase
}

.newsletterPost .box .textBox h2 a {
    color: #000;
    font-size: 28px
}

.newsletterPost .box {
    margin-bottom: 30px
}

.newsletterPost .box .textBox p {
    margin-top: 15px;
    margin-bottom: 0
}

.newsletterPost .box .imgBox img {
    object-fit: cover;
    width: 100%;
    height: 330px !important;
    object-position: center;
}

.newsletter-hr {
    margin-top: 35px;
    margin-bottom: 35px
}

.category-page {
    margin-bottom: 25px
}

.section-recent h3 {
    padding-bottom: 15px
}

.post_section .box .textBox h4 {
    font-weight: 700;
    padding-top: 15px;
    line-height: 20px
}

.post_section .box .textBox h4 a {
    color: #000;
    font-size: 20px
}

.post_section .box:hover .imgBox img {
    transform: scale(1.1)
}

.post_section .box .imgBox {
    overflow: hidden;
    border-radius: 12px
}

.post_section .box .textBox {
    padding-bottom: 30px;
    min-height: 180px;
    max-height: 180px
}

.post_section .box .imgBox img {
    width: 100%;
    height: 150px !important;
    object-fit: cover;
    transition: all .4s ease-in-out
}

.countact_us {
    padding: 30px 5px
}

.countact_us .section-heading {
    padding: 0 15px
}

.countact_us h1 {
    font-size: 45px;
    margin-bottom: 15px
}

.countact_us .about-section {
    border-right: 1px solid #ddd;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    padding-right: 60px
}

.countact_us .about-section h2 {
    font-size: 25px;
    font-weight: 700
}

.form_section {
    padding-top: 20px;
    padding-left: 15px
}

.form_section .section-form h3 {
    font-size: 35px;
    padding-bottom: 20px
}

.about-section02 {
    padding-top: 50px
}

.about-section02 .fa-envelope-o {
    border: 1px solid;
    padding: 15px;
    border-radius: 50%;
    font-size: 25px
}

.about-section02 p {
    padding-top: 25px;
    font-weight: 700
}

.about-section02 p a {
    color: #5d5d5d
}

.about-section02 p a:hover {
    color: #003b72
}

.form_section .form-group .wpcf7-form-control {
    margin-bottom: 10px;
    border-radius: 0;
    padding: 10px 25px;
    height: 45px;
    border: 1px solid #003B7280;
    font-family: Roboto, sans-serif;
    width: 100%;
    outline: 0
}

.form_section .form-group .wpcf7-form-control::placeholder {
    font-family: Roboto, sans-serif
}

.form_section .form-group textarea {
    padding-top: 10px;
    margin-bottom: 30px;
    height: 125px !important
}

.form_section .form-group .contact-slection {
    border-radius: 0;
    padding-left: 25px;
    border-color: #003B7280;
    font-family: Roboto, sans-serif;
    height: 44px
}

.form_section .form-group .selection-label {
    color: #000;
    font-weight: 700
}

.form-button .wpcf7-submit {
    margin-bottom: 25px;
    background-color: #003b72;
    border-color: #003b72;
    padding: 10px 50px;
    border-radius: 0;
    font-size: 19px;
    box-shadow: 0 7px 22px -13px rgba(0, 0, 0, .75);
    color: #fff;
    border: 3px solid #003b72;
    margin-top: 5px
}

.form-button .wpcf7-submit:hover {
    background-color: #000;
    border-color: #000
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    max-width: 100%;
    height: auto;
    width: 100%;
    margin-bottom: 20px
}

.pgntn-page-pagination-block {
    width: 60% !important;
    padding: 0 250px 0 0;
    margin: 0 auto
}

.captcha {
    margin-top: 15px
}

@media screen and (max-width:500px) {
    .captcha {
        flex-direction: column
    }

    .text {
        margin: .5em !important;
        text-align: center
    }

    .logo {
        align-self: center !important
    }

    .spinner {
        margin: 2em .5em .5em .5em !important
    }
}

.text {
    font-size: 15px;
    font-weight: 400;
    margin-top: -7px
}

.spinner {
    position: relative;
    width: 2em;
    height: 2em;
    display: flex;
    margin: 1em;
    align-items: center;
    margin-right: 10px;
    justify-content: center
}

input[type=checkbox] {
    position: absolute;
    opacity: 0;
    z-index: -1
}

input[type=checkbox]+.checkmark {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #fcfcfc;
    border: 1px solid #c3c3c3;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

input[type=checkbox]+.checkmark span {
    content: '';
    position: relative;
    margin-top: -3px;
    transform: rotate(45deg);
    width: .75em;
    height: 1.2em;
    opacity: 0
}

input[type=checkbox]+.checkmark>span:after {
    content: '';
    position: absolute;
    display: block;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #029f56
}

input[type=checkbox]+.checkmark>span:before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    bottom: 0;
    right: 0;
    background-color: #029f56
}

input[type=checkbox]:checked+.checkmark {
    animation: 2s spin forwards
}

input[type=checkbox]:checked+.checkmark>span {
    animation: 1s fadein 1.9s forwards
}

input[type=checkbox]:checked+.checkmark>span:after {
    animation: .3s bottomslide 2s forwards
}

input[type=checkbox]:checked+.checkmark>span:before {
    animation: .5s rightslide 2.2s forwards
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes bottomslide {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes rightslide {
    0% {
        height: 0
    }

    100% {
        height: 100%
    }
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    align-self: flex-end;
    margin: 8px 7px
}

.logo img {
    height: 2em;
    width: 2em
}

.logo p {
    color: #9d9ba7;
    margin: 0;
    font-size: 1em;
    margin: .4em 0 .2em 0
}

@keyframes spin {
    10% {
        width: 0;
        height: 0;
        border-width: 6px
    }

    30% {
        width: 0;
        height: 0;
        border-radius: 50%;
        border-width: 1em;
        transform: rotate(0);
        border-color: #c7daf5
    }

    50% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        border-width: 4px;
        border-color: #c7daf5;
        border-right-color: #5998ef
    }

    70% {
        border-width: 4px;
        border-color: #c7daf5;
        border-right-color: #5998ef
    }

    90% {
        border-width: 4px
    }

    100% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        transform: rotate(720deg);
        border-color: transparent
    }
}

.desg-name {
    color: red;
    font-weight: 700;
    font-size: 20px
}

section.detailPost {
    padding-top: 30px;
    padding-bottom: 60px
}

.detailPost .title-box h1 {
    line-height: 38px;
    font-size: 33px
}

.detailPost .imgBox {
    margin: 0 0 20px
}

.detail-bestScanner h2 {
    font-size: 28px
}

.detail-icon {
    margin-top: 0;
    text-align: left;
    margin-bottom: 20px
}

.detail-icon .share-btn {
    background-color: transparent;
    color: #003b72;
    border-radius: 0;
    font-weight: 700;
    border: 2px solid #003b72;
    padding: 2px 18px 5px 18px;
    margin-right: 50px
}

.detail-icon .share-btn:hover {
    background-color: #003b72;
    color: #fff
}

.detail-icon .list-inline li {
    display: inline-block;
    margin-right: 5px
}

.detail-icon .list-inline li a {
    border: 2px solid #003b72;
    border-radius: 50%;
    color: #003b72;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 15px;
    text-align: center
}

.detail-icon .list-inline li a:hover {
    background-color: #003b72;
    border-color: #003b72;
    color: #fff
}

.detail-icon a .fa.fa-comments-o {
    margin-left: 10px;
    color: #003b72;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 30px
}

.detail-icon .detail-comment {
    font-size: 16px;
    color: #333;
    vertical-align: middle
}

.detail-icon a .fa.fa-comments-o:hover {
    color: #000
}

.detail-bestScanner .scan-head01 {
    color: #003b72;
    font-size: 21px
}

.detail-bestScanner .scan-feature {
    color: #000;
    font-weight: 700
}

.detail-bestScanner .scan-feature .download01 {
    font-weight: 400
}

.detail-bestScanner .bestscan-head02 {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px
}

.bestscan-list li {
    list-style: disc;
    margin-left: 16px;
    line-height: 25px
}

.detail-bestScanner .bestscan-list li::marker {
    color: #000
}

.detail-bestScanner .scanner-img01 {
    width: 100%;
    margin-bottom: 40px
}

.detail-bestScanner .scanner-img01.img007 {
    padding-left: 25px;
    padding-right: 25px
}

.detailPrevNxt-btn .nxt-btn {
    background: 0 0;
    color: #003b72;
    border: 2px solid #003b72;
    font-weight: 700;
    border-radius: 0;
    padding: 6px 40px
}

.detailPrevNxt-btn .nxt-btn:hover {
    background: #003b72;
    border-color: #003b72;
    color: #fff
}

.detailPrevNxt-btn .prev-btn {
    padding: 6px 50px;
    margin-left: 20px
}

.detail-icon .list-inline {
    display: inline
}

.detail-icon .top-icon {
    float: right
}

.aboutSection {
    padding: 30px 5px
}

.inner_section .detail-icon .share-btn {
    float: left
}

.btn.btnBox.visit-link {
    background: #003b72;
    color: #fff;
    padding: 11px 35px;
    margin-top: 20px;
    margin-bottom: 20px
}

.btn.btnBox.visit-link a {
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.write-for-us {
    padding: 30px 5px
}

.inner_section .default-head01 {
    padding-top: 15px;
    font-size: 22px;
    padding-bottom: 5px
}

.inner_section .default-anchor,
p a {
    color: #003b72;
    text-decoration: underline
}

.inner_section .default-anchor:hover,
p a:hover {
    color: #003B72D4
}

h3 a {
    color: #003b72
}

.privacy-policy {
    padding: 30px 5px
}

.terms-condition {
    padding: 30px 5px
}

.contentSection {
    padding: 30px 5px
}

.content_head07 {
    padding: 0 15px
}

.content_head07 .content_italic {
    text-align: center;
    font-size: 18px;
    font-weight: 400
}

.content-head03 {
    font-size: 18px;
    padding-bottom: 5px;
    font-family: Archivo, sans-serif
}

.inner_section .content_secHead {
    font-size: 35px
}

ul.heateor_sss_sharing_ul li:nth-child(5) {
    display: none
}

.heateor_sss_horizontal_sharing .heateorSssSharing,
.heateor_sss_standard_follow_icons_container .heateorSssSharing {
    border-width: 2px;
    width: 30px !important;
    height: 30px !important;
    margin: 0 10px 0 0
}

ul.heateor_sss_sharing_ul .heateorSssSharingSvg {
    width: 24px;
    height: 26px;
    margin: auto
}

.wpcf7 form .wpcf7-response-output {
    border-color: red;
    padding: 10px;
    margin: 0 15px;
    margin-top: 0
}

.wpcf7 form .wpcf7-response-output {
    margin-top: 0
}

.wpcf7-not-valid-tip {
    color: red
}

.wpcf7-not-valid-tip {
    color: red
}

.wp-block-image img {
    height: auto
}

.footer ul.cnss-social-icon li.cn-fa-icon a:hover {
    background-color: #245787 !important
}

#mc_embed_signup div.response {
    padding: 0 0 15px 0 !important;
    width: 100% !important
}

#mc_embed_signup div.response a {
    color: #003b72 !important
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background: 0 0 !important;
    color: red !important;
    position: absolute;
    bottom: -17px;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px;
    font-weight: 400
}

.inner_section {
    padding: 30px 5px
}

.single-post .detail-author .author {
    padding-top: 8px;
    display: inline-block
}

.box .textBox p:empty {
    display: none !important
}

.category .page-title,
.search-no-results .page-title {
    padding: 30px 0 0 19px;
    text-transform: uppercase;
    font-size: 35px
}

.search-results .page-title {
    padding: 30px 0 0
}

.comment-form label {
    display: block;
    color: #000;
    font-weight: 700
}

.comment-form textarea {
    border-radius: 0;
    padding: 10px 25px;
    border: 1px solid #003B7280;
    font-family: HelveticaNeue, sans-serif;
    width: 100% !important;
    outline: 0
}

.comment-form #submit {
    margin-bottom: 0;
    background-color: #003b72;
    border-color: #003b72;
    padding: 10px 20px;
    font-size: 19px;
    box-shadow: 0 7px 22px -13px rgba(0, 0, 0, .75);
    color: #fff;
    border: 3px solid #003b72;
    border-top-color: #003b72;
    border-right-color: #003b72;
    border-bottom-color: #003b72;
    border-left-color: #003b72;
    margin-top: 5px;
    width: auto;
    height: auto
}

#commentform input {
    border-radius: 0;
    padding: 10px 25px;
    height: 45px;
    border: 1px solid #003B7280;
    font-family: HelveticaNeue, sans-serif;
    width: 100%;
    outline: 0
}

.comment-form #submit:hover {
    background-color: #000;
    border-color: #000
}

.comment-respond {
    margin-top: 70px
}

.comments-area #reply-title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px
}

.comment-notes {
    color: red
}

.category .page-title,
.search-no-results .page-title {
    padding: 30px 0 30px 19px
}

.category .inner_section,
.search-results .inner_section {
    padding-top: 10px;
    padding-bottom: 15px
}

.pgntn-page-pagination {
    position: relative;
}

form#commentform input[type=checkbox] {
    position: static !important;
    opacity: 1;
    height: auto;
    width: auto;
    z-index: 1
}

p.comment-form-cookies-consent {
    display: flex;
    align-items: center
}

p.comment-form-cookies-consent label {
    margin: 5px;
    margin-left: 10px
}

.banner_inner_wonder01 {
    margin: 20px 0 10px;
    padding-left: 5px
}

.desktop_bnr img,
.mobile_bnr img {
    width: 100%;
    height: auto
}

#heateor_sss_rearrange .heateorSssSharingSvg:hover,
.heateor_sss_horizontal_sharing .heateorSssSharingSvg:hover,
.heateor_sss_standard_follow_icons_container .heateorSssSharingSvg:hover {
    filter: invert(1)
}

.detailPost .textBox ul,
.detailPost .textBox ul li {
    list-style: disc !important
}

.detailPost .textBox ol li,
.detailPost .textBox ul li {
    margin-bottom: 5px
}

.detailPost .textBox ol,
.detailPost .textBox ol li {
    list-style: decimal !important
}

.detailPost .textBox ol,
.detailPost .textBox ul {
    padding-left: 20px
}

.adverTisement {
    padding: 60px 0 0
}

.adverTisement img {
    width: 100%
}

/* .adverTisement.sticky{margin-top:66px;padding-bottom:66px}@media screen and (-webkit-min-device-pixel-ratio:0){.adverTisement.sticky{padding-bottom:66px}} */

.search-results .adverTisement {
    padding: 90px 0 0 !important
}

.recent-load-more-posts {
    padding: 0;
}

.search-results .pgntn-page-pagination {
    left: 0 !important;
    top: -62px !important;
    position: relative !important;
}

/* .recent-post_load_more {
	background: #003b72;
	border: 1px solid #003b72;
	color: #fff;
	padding: 7px 20px;
    margin: 0 auto;
    } */

/* .recent-post_load_more:hover {
	background: #003B72D9;
    border-color: #003B72D9;
    } */

.recent-load-more-container {
    width: 100% !important;
    position: relative;
}

.recent-load-more-container img {
    position: absolute;
    left: 50%;
    top: 54%;
    transform: translate(-50%, -50%);
    width: 100% !important;
}

.recent-post_load_more {
    font-size: 1.375rem;
    color: #003b72;
    line-height: 1.09;
    letter-spacing: -.7px;
    font-weight: 800;
    text-align: center;
    width: 100% !important;
    display: block !important;
    background: transparent;
    border: 0;
    border-top: 2px solid #f1f1f1;
    padding: 1em 0;
}

.affilate-disclaimer p {
    font-size: 18px;
    margin-top: 30px;
}

.recent-post_load_more:hover {
    background-color: #f1f1f1;
}

.category .recent-load-more-container {
    max-width: 100% !important;
    padding: 0 15px !important;
    margin: 0 auto 90px !important;
}

.adverTisement.sticky {
    padding-bottom: 0 !important;
    overflow: hidden;
}

.recent-load-more-posts.col-md-12 .col-md-9 {
    max-width: 100%;
}

.recent-load-more-posts.col-md-12 .col-md-9:last-child hr {
    display: none;
}

.sidebar-logo.dekstop-logo {
    width: 220px;
    margin-right: 70px;
}

.desktop-category .navbar-nav {
    flex-direction: row;
    padding: 25px;
    background-color: #f0faff;
    overflow: hidden;
}

.desktop-category .navbar-nav li a {
    color: #203b72;
}

.desktop-category .navbar-nav li {
    margin: 0 20px;
}

.mobile-category {
    display: none;
}

.detailPost .wp-block-image {
    text-align: center;
}

.detailPost .row+.imgBox img {
    max-width: 75%;
    ;
}

.navbar-expand-lg .nav-category .navbar-nav {
    flex-direction: column;
}

.nav-category {
    display: none;
    position: absolute;
    z-index: 99999;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #f0faff;
    padding: 20px 0px;
    max-height: 500px;
    overflow-y: auto;
    border-radius: 5px;
}

.navbar-light .nav-category .navbar-nav li:first-child a {
    margin-left: 10px;
}

.header-category:hover .nav-category {
    display: block;
}

.nav-category ul li {
    margin-bottom: 10px;
}

/* .header-category {
    margin-left: 40px;
} */
.header-category {
    display: none;
}

.nav-fixed.sticky .header-category {
    display: block;
}

.author-bio-tech h3 {
    margin-bottom: 30px;
}

.author-bio-tech {

    margin: 50px 140px 50px 50px;
    padding: 30px;
    border: 1px solid #f2f2f2;
}

.add_images a img {
    padding: 40px 100px;
    margin: auto;
}

@media screen and (max-width: 991px) {
    .category .recent-load-more-container {
        margin: 0 !important;
    }

    .mobile-category {
        display: block;
    }

    .sidebar-logo.dekstop-logo,
    .desktop-category {
        display: none;
    }

    .navbar {
        background: #f0faf9;
    }

    .detailPost .row+.imgBox img {
        max-width: 100%;
        ;
    }

    .author-bio-tech {
        margin: 20px 20px 50px 0px;
        padding: 10px;
    }

    .add_images a img {
    padding: 20px;
}

}

@media screen and (max-width: 767px) {
    .adverTisement {
        padding: 0 0 0;
    }

    .category .recent-load-more-container {
        max-width: 100% !important;
        margin: 0 0 15px !important;
        position: relative;
        left: 0;
    }

    .search-results .pgntn-page-pagination {
        top: -45px !important;
    }

    .add_images a img {
        padding: 15px;
    }
}


.desktop-category .navbar-nav {
    padding: 20px 5px;
}

.desktop-category .navbar-nav li {
    margin: 0 17px;
}

.desktop-category .navbar-nav li a {
    font-size: 18px;
}

@media screen and (max-width:1200px) {
    .desktop-category .navbar-nav li a {
        font-size: 16px;
    }

}