.banner_head,
.product_title {
    font-weight: 700;
    font-family: Montserrat;
}
.box_footer li,
.latest-update li:nth-child(2) {
    padding: 0 0.5rem;
}
.banner_head,
.comments-area .comments-title,
.counter_text .counter_h span,
.product_navbar li a span,
.product_title {
    font-family: Montserrat;
}
.box_footer,
.comment-list li,
.counter_text,
.product_navbar {
    list-style: none;
}
.comment-form input,
.comment-form textarea,
.next_p img {
    max-width: 100%;
}
.gradient_bg {
    background: linear-gradient(-147deg, #f53843 0, #2f5795 100%);
}
.nav-top {
    background: #f9f9f995;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    transform: translateY(-100px);
    z-index: 10;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    border-bottom: 1px solid #d1d1d1;
}
.nav-top.hidden {
    transform: translateY(0);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.product_navbar {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    flex-direction: row;
}
.product_navbar li {
    display: flex;
}
.product_navbar li > svg {
    border-right: 1px solid #616161;
    padding-right: 1rem;
    display: block;
    width: 151px;
}
.product_navbar li a {
    font-size: 13px;
    position: relative;
    padding: 1.5rem 0.3rem;
    font-weight: 600;
    display: flex;
    margin-left: 1.3rem;
}
.product_navbar li a img {
    margin-right: 0.5rem;
    display: inline-block;
}
.product_navbar li > a:before {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e11f26;
    z-index: 2;
    content: "";
    transform: scaleX(0);
    transition: 0.5s;
    transform-origin: left;
}
.product_navbar li > a.active:before {
    transform: scaleX(1);
}
.product_navbar .free_download i {
    font-size: 10px;
    color: #fff;
    margin-left: 0;
}
.product_navbar li .button_box svg {
    margin: auto;
    padding: 0;
    width: 20px;
    border: none;
}
.product_navbar li .button_box {
    margin-top: 0;
}
.product_navbar li .button_box a {
    border: none;
    margin: 0 0.12rem;
    white-space: nowrap;
    padding: 0.5rem 0.6rem;
}
.product_navbar li .button_box .free_download i span {
    font-size: 11px;
}
.product_navbar li .button_box .down_arrow_col {
    margin-right: 3px;
}
.product_navbar li .button_box .buy_button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e11f26;
    border: 1px solid #e11f26;
    padding: 0.5rem 0.6rem;
    border-radius: 5px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    margin-left: 0.4rem;
}
.product_navbar li .button_box .buy_button span {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-left: 0.3rem;
    line-height: normal;
    position: relative;
}
.product_navbar li .button_box .buy_button:hover span {
    color: #fff;
}
.email_delivery,
.search_box {
    position: relative;
}
.tooltip_box {
    max-width: 180px;
    background: #181617;
    color: #fff;
    font-size: 12px;
    padding: 1rem 0.5rem;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 12;
    opacity: 0;
    transition: 0.5s;
    transform: translateX(-200px);
}
.box_container,
.box_container .box_header img {
    transition: 0.3s ease-in-out;
}
.email_delivery img:hover ~ .tooltip_box {
    opacity: 1;
    transform: translateX(-180px);
}
.donload_dis {
    font-size: 0.875rem;
    color: #181617;
}
.box_footer .media {
    color: #606060;
    align-items: center;
    padding: 0 1rem;
    margin: 0.5rem 0;
}
.box_footer .media:hover .profileName a {
    color: #e11f26 !important;
}
.box_footer .media:first-child {
    padding-left: 0;
}
.box_footer .media:last-child {
    padding-right: 0;
    border-right: 0;
}
.box_footer .media > img.no-radius {
    border-radius: 0;
}
.box_footer .media > img {
    border-radius: 100%;
    max-width: 30px;
}
.box_footer .media .media-body .profileName {
    display: flex;
    font-size: 0.75rem;
    font-weight: 500;
    color: #181617;
    line-height: 1;
}
.heroSection {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(133deg, rgba(255, 255, 255) 8%, rgb(255 230 231 / 67%) 28%, rgba(234, 242, 254, 0.7) 36%);
    display: flex;
}
.heroSection .globle_h {
    line-height: 1.4;
}
.breadcram li,
.breadcram li a {
    font-size: 0.75rem;
}
.latest-update li {
    font-size: 0.813rem;
    font-weight: 600;
    color: #898989;
}
.latest-update {
    padding: 0.8rem 0;
    margin-bottom: 0.5rem;
}
.heroSection h2 {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 1rem;
}
.topStickySection {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #f7f7f7;
}
.topStickySection .media:last-child {
    padding-right: 0;
    border-right: 0;
    margin-left: auto;
    max-width: 372px;
    width: 100%;
    display: flex;
}
.category_selector {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 0.8rem 1rem;
    background: url("https://www.stellarinfo.com/blog/wp-content/themes/stellarblog2024/images/down-angle.png") 320px center no-repeat #fff;
    appearance: none;
    -webkit-appearance: none;
    font-size: 0.875rem;
    width: 350px;
}
.box_container,
.next_p {
    background: #fff;
    display: flex;
}
.banner_head {
    font-size: 1.5rem;
}
.article_banner {
    max-width: 250px;
}
.product_title {
    color: #e11f26;
    font-size: 1rem;
    text-transform: uppercase;
}
.related_box {
    display: flex;
    margin-top: 2rem;
}
.box_container {
    border-radius: 8px;
    border: 1px solid #d1d1d1;
    width: 100%;
    overflow: hidden;
    flex-direction: column;
}
.top_strip {
    position: relative;
    z-index: 1;
    transition: background-size 0.5s;
}
.related_box .product_title {
    font-size: 0.875rem;
    margin-top: 1rem;
    font-weight: 600;
    color: #2f5795;
}
.related_box .main_sub_title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.box_footer {
    display: flex;
    padding-left: 1rem;
    font-size: 0.75rem;
    margin-top: auto;
    align-items: flex-end;
}
.box_footer li {
    display: flex;
    align-items: center;
    position: relative;
}
.box_footer li:first-child {
    position: relative;
    padding-left: 0;
    margin-left: 0;
}
.box_footer li:nth-child(2):before {
    width: 1px;
    height: 15px;
    background: #999;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto auto 0;
    content: "";
}
.box_footer li img {
    margin-right: 0.3rem;
}
.next_p {
    position: absolute;
    right: -1.8rem;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    width: 56px;
    height: 56px;
    border-radius: 76px;
    box-shadow: 0 0 15px #ccc;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0.85rem;
}
.individual_swiper:after {
    position: absolute;
    right: -14px;
    width: 262px;
    height: 100%;
    top: 0;
    content: "";
    z-index: 1;
}
.next_p.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
aside.swiper-slide {
    height: auto;
    display: flex;
}
.box_container:hover .box_header img {
    transform: scale(1.05);
}
.box_container:hover {
    box-shadow: 0 0 15px #d1d1d1;
    border-color: #b1b1b1;
}
.article_pagenation li a {
    color: #555;
}
.article_pagenation li.active a {
    background: linear-gradient(-147deg, #f53843 0, #2f5795 100%) !important;
    border: none;
}
.counter_text {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
    width: 100%;
}
.counter_text li {
    text-align: center;
    margin: 1rem auto;
}
.counter_text li .gtext {
    background: linear-gradient(147deg, #f53843 10%, #2f5795 68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.counter_text .counter_h span {
    font-size: 42px;
    font-weight: 700;
}
.counter_text .counter_h span sup {
    font-size: 60%;
    font-weight: 700;
    position: static;
    vertical-align: revert;
}
.counter_sh {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.counter_text p {
    margin-bottom: 0;
}
.search_box .search_button,
.search_box img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.topStickySection .media .search_box {
    width: 100%;
}
.search_box .search_article {
    width: 100%;
    display: block;
    padding: 0.7rem 1rem;
    outline: 0;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
}
.search_box img {
    right: 1rem;
}
.comments-area .comments-title {
    font-size: 18px;
    font-weight: 500;
}
.center_body img {
    max-width: 100%;
    height: auto;
}
.avatar {
    border-radius: 32px;
    margin-top: 29px;
    margin-right: 1rem;
}
.comment-author b {
    font-size: 14px;
    color: #181617;
    font-family: "open sans";
}
.comment-metadata {
    margin-left: 66px;
    margin-top: -34px;
}
.comment-metadata a time {
    display: block;
    font-style: normal;
    font-size: 12px;
    color: #818181;
    margin-left: 1rem;
}
.center_body p {
    word-break: break-word;
}
.comment-content p {
    font-size: 14px;
    padding: 0.5rem 0;
    font-family: "open sans";
    margin-top: 1.5rem;
}
.comment-respond h2,
.reply a,
.submit {
    font-family: Montserrat;
}
.reply {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
}
.reply a {
    font-size: 14px;
    color: #616161;
}
.center_body a {
    color: #e11f26;
}
.comment-respond h2 {
    font-size: 1.25rem;
    font-weight: 500;
}
.comment-form label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.comment-form input,
.comment-form textarea,
.submit {
    width: 100%;
    border: 1px solid #e9ecef;
    margin: 0.5rem 0;
    transition: 0.3s;
    padding: 1rem;
    font-size: 15px;
    display: block;
    outline: 0;
}
.submit {
    background: #e11f26;
    color: #fff;
    max-width: 187px !important;
    font-weight: 600;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
p.c4wp-display-captcha-form img.c4wp_image {
    float: left;
}
p.c4wp-display-captcha-form a,
p.c4wp-display-captcha-form img.c4wp-refresh-captcha {
    float: left;
    margin-top: -10px;
    box-shadow: none;
}
p.c4wp-display-captcha-form,
p.c4wp-display-captcha-form label {
    display: block;
    float: none;
    clear: both;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.search_box .search_button {
    right: 1px;
    width: 35px;
    height: 80%;
    background: url("https://www.stellarinfo.com/blog/wp-content/themes/stellarblog2024/images/search-icon.png") center no-repeat #fff;
    border: none;
    outline: 0;
    font-size: 0;
}
@media (min-width: 1190px) {
    .container {
        width: 990px;
    }
}
@media screen and (max-width: 1440px) {
    .sidebar.background_active:before {
        width: 100%;
        height: 100%;
        background: #00000065;
        position: fixed;
        top: 0;
        left: 0;
        content: "";
    }
}
@media screen and (max-width: 1280px) {
    .userProfile {
        flex-wrap: nowrap;
    }
}
@media screen and (max-width: 1024px) {
    .box_footer li:last-child,
    .nav-top,
    .topStickySection .media:last-child {
        display: none;
    }
    .box_footer li:first-child {
        padding-right: 1rem;
    }
    .box_footer li:nth-child(2)::before {
        display: none;
        padding-left: 1rem;
    }
    .box_footer {
        justify-content: flex-start !important;
    }
    .box_footer li {
        margin-right: inherit !important;
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 992px) {
    .article_banner,
    .bolear_box,
    .free_download,
    .sidebar {
        display: none;
    }
    .counter_text {
        flex-wrap: wrap;
        padding-left: 0;
    }
    .counter_text li {
        width: 33%;
    }
}
@media screen and (max-width: 572px) {
    .counter_text .counter_h span {
        font-size: 1.5rem;
    }
    .counter_text p {
        text-transform: capitalize;
        font-size: 12px;
    }
    .category_selector {
        width: 340px;
    }
}
@media screen and (max-width: 360px) {
    .category_selector {
        background-position: 300px center;
        width: 321px;
    }
}
