:root {
    --green: #4caf50;
    --blue-dark: #1f7fcf;
    --orange: #f8981d;
    --blue: #2491eb;
    --alert: #bf4800;
    --gray: #6e6e73;
    --red: #fe2c55;
    --black: #000;
    --white: #fff;
    --cl-text: #000000;
    --cl-orange : rgba(255, 130, 30, 1);
    --cl-blue : #0397D6;
    --cl-ddd: #ddd;
    --cl-gray : #596063;
}
.gap-1{
    gap: 8px !important;
}
.gap-2{
    gap: 16px !important;
}
.gap-3{
    gap: 24px !important;
}
.gap-4{
    gap: 32px;
}
.gap-5{
    gap: 40px;
}
.gap-6{
    gap: 48px;
}
.home .categoryNavMenu{
    background: #F9FAFB;
}
body .categoryNavMenu__navbar .navItems , .navUnderline{
    display: none;
}
body, h1, h2, h3, h4, h5, ul, ol, figure, figcaption, blockquote, dl, dd {
    margin: 0;
    color: var(--cl-text);
}
a{
    text-decoration: none;
}
.body:not(.single-post) ul{
    list-style: none;
    padding: 0;
}
table{
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}
.wp-block-flexible-table-block-table.is-scroll-on-mobile{
    overflow: auto;
}
html{
    font-size: 16px;
}
body,h1, h2, h3, h4, h5, p, ul, ol, li,a,
button,
input,
select,
optgroup,
textarea{
    font-family: "Inter" , sans-serif;
}
.header .container-fluid{
    max-width: 1488px;
    /* 89 rem*/
}
.header{
    background: #fff;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
}
.header.sticky{
    position: fixed;
    z-index: 11;

    width: 100%;
}
.header__container{
    height: 80px;
    justify-content: space-between;
}
.header__first{

}
.header__first .box-logo{
    display: flex;
    align-items: center;
}
.header__first > a{
    margin-right: 140px;
}
.navbar-light .navbar-collapse > .navbar-nav > .nav-item > .nav-link{
    text-wrap: nowrap;
}
.header .navbar-light .navbar-nav .nav-link{
    color: #191919;
    font-size: 16px;
    line-height: 1.5rem;
    font-style: normal;
    font-weight: 500;
    padding: 0.6rem;
}
.navbar-light .navbar-nav .nav-link svg{
    margin-left: 0.25rem;
}
.nav-item{
    margin-right: 0.875rem;
    position: relative;
}
.nav-item .navbar-nav{
    opacity: 0;
    visibility: hidden;
    width: auto;
    position: absolute;
    top: 100%;
    left: 0;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 6px;
    background: #fff;
    margin-left: 0;
    border-radius: 5px;
    box-shadow: 0px 6px 12px -3px rgba(89, 96, 99, 0.08);
}
.nav-item .navbar-nav li{
    /*border: 1px solid #ccc;*/
    background: #fff;
    white-space: nowrap;
    width: 100%;
}
.navbar-light .nav-item .navbar-nav li:hover{
    background: #dff0ff;
    color : #fff;
    border-radius: 5px;
}
.nav-item:hover .navbar-nav{
    visibility: visible;
    opacity: 1;
    z-index: 9;
}
.nav-item:hover{
    border-radius: 8px;
    background-color: rgba(235, 98, 57, 0.04);
}
.nav-item.hover > a{
    color : #185F9C;
}
.nav-item .navbar-nav.active{
    visibility: visible;
    opacity: 1;
    z-index: 9;
}
.nav-item .nav-item{
    margin-right: 0;
}
.navbar-nav .nav-item:last-child{
    margin-right: 0;
}
.header__menu{
    margin-left: 2.25rem;
}
.btn_sign{
    border: 1px solid #2196F3;
    padding: 8px 20px;
    margin-right: 1rem;
    color: #2196F3;
}
.header__menu a.btn_apply{
    color: #fff;
    padding: 9px 8px;
    background: #2196F3;
    border : 0;
}
.header__menu a.btn_login{
    background: linear-gradient(90deg, var(--Gradient-Brand-top, #EA592D) 0%, var(--Gradient-Brand-bottom, #F4511E) 100%);
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 8px 8px 16px;
}
.header__menu a.btn_login svg{
    background: rgba(255, 255, 255, 0.20);
    border-radius: 8px;
}
.header__menu .dropdown_languages {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 8px;
}

.header__menu .dropdown_languages .list_flags {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 5px;
    width: max-content;
    padding: 8px;
    list-style: none;
    top: 100%;
    left: 0;
}
.header__menu .dropdown_languages .pll-select-flag{
    margin-right: 5px;
}
.header__menu .dropdown_languages .pll-select-flag img{
    width: 20px !important;

    height: 15px !important;
    border-radius: 2px;
}
.header__menu .dropdown_languages .list_flags li{
    padding: 12px 0;
    cursor: pointer;
}
.header__menu .dropdown_languages .list_flags li a{
    padding: 0 14px;
}
.header__menu .dropdown_languages .list_flags li:hover{
    background: #dff0ff;
    color: #fff;
    border-radius: 5px;
}

/* Show dropdown content on hover */
.header__menu .dropdown_languages:hover .list_flags {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.header__menu a.btn_login:focus{
    background: #fff;
    color: rgba(0, 0, 0, 0.70);
    border: 0;
    box-shadow: none;
}
.btn.header__button{
    border-radius : 0.625rem;
    font-size: 1rem;
}
.subIcon{
    display: none;
}
#wpadminbar{
    /*display: none;*/
}

.site{
    margin-top: 0px;
}

.mainHeader.event-acp-wind-down {
    background: unset;
    background-color: #fff;
}
.mainHeader.event {
    padding-bottom: 0;
}
.mainHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1);
    background: #fff;
}
.mainHeader.event .header-content {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url("https://airtalkwireless.com/_next/static/media/bg-header.8d8b7824.svg");
}
.mainHeader .MuiContainer-root {
    max-width: 1600px !important;
}

.css-lt6ckw {
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
}
.MuiContainer-root {
    max-width: 1200px !important;
    padding: 0 15px !important;
}
.mainHeader .MuiStack-root {
    justify-content: space-between;
    align-items: center;
}
.mainHeader .MuiStack-root {
    width: 100%;
}
.css-1xhj18k {
    display: flex;
    flex-direction: row;
}
.mainHeader a {
    text-decoration: none;
}
.mainHeader img {
    max-width: 125px;
}
.navbar-light .navbar-toggler {
    border: 0;
}
.menu {
    color: var(--blue);
}
.mainHeader .subMenu {
    position: relative;
    padding: 10px 0;
}
.mainHeader .MuiButton-text {
    color: rgba(0, 0, 0, .95);
}
.mainHeader .MuiButton-text {
    font-size: 15px;
}
.css-qphw6k {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.07143rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    padding: 8px 11px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(36, 145, 235);
}
.MuiButtonBase-root {
    text-transform: capitalize !important;
}
.mainHeader .MuiButton-text .MuiSvgIcon-root {
    font-size: 18px;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.71429rem;
}
.a_h1{
    font-size: 1.5rem;
    font-weight: 600;
}
.a_h2{
    font-size: 1.125rem;
    font-weight: 600;
}
.a_h3{
    margin-left: 20px;
    font-size: 1rem;
    font-weight: 500;
}
.a_h4{
    margin-left: 30px;
    font-size: 1rem;
    display: list-item;
}
.a_h5 , .a_h6{
    margin-left: 40px;
    font-size: 1rem;
}
.mainHeader .sign {
    margin: 0 10px;
}
.mainHeader a {
    text-decoration: none;
}
.date, .sign {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 10px;
    text-transform: capitalize;
    font-family: Freehand, cursive;
}
.sign {
    font-size: 22px;
}
.mainHeader.event .header-content .button .MuiButtonBase-root, .mainHeader.event .header-content .button .MuiButtonBase-root svg {
    color: #fff;
}
.mainHeader.event .header-content .sign button {
    color: #fff;
    border-color: #fff;
}
.MuiButton-containedPrimary{
    background-color: rgb(36, 145, 235);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}

.mainHeader .subMenu ul {
    position: absolute;
    z-index: 99999;
    top: 100%;
    left: 0;
    width: 300px;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
    list-style: none;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .01);
    border-radius: 5px;
    margin: 0;
    border: 1px solid hsla(0, 0%, 87%, .5);
}
.mainHeader .subMenu:hover ul {
    opacity: 1;
    pointer-events: auto;
}
.mainHeader .subMenu ul li {
    font-size: 13px;
    padding: 0 10px;
}
.mainHeader .subMenu ul li {
    font-size: 13px;
    padding: 0 10px;
}
.sign > button{
    border-radius: 15px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.07143rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    padding: 7px 21px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border: 1px solid rgba(36, 145, 235, 0.5);
    color: #fff;
}
.apply> button{
    border-radius: 15px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.07143rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    padding: 8px 22px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(255, 255, 255);
    background-color: rgb(36, 145, 235);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}
.mainHeader .button {
    display: flex;
    align-items: center;
}
.mainHeader.event .header-content .subMenu .list-menu .MuiButton-root{
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    min-width: 64px;
    padding: 8px 11px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.mainHeader.event .header-content .subMenu .list-menu .MuiButton-root:hover {
    text-decoration: none;
    background-color: rgba(36, 145, 235, 0.04);
}
/* end header*/
.categoryNavMenu__background {
    background: url("./images/navbar-bg.png") no-repeat center center;
    background-color: #DFF0FF;
    height: 90px;
    background-size: cover;
}
.categoryNavMenu__navbar {
    background-color: #fff;
    border-radius: 16px;
    margin-top: -55px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-height: 56px;
    width: 100%;
}
.categoryNavMenu__navbar .navItems a{
    text-decoration: none;
}

.navUnderline{
    height: 1px;
    background: #ccc;
    margin-top: 1rem;
}
.primarySection{
    background: linear-gradient(180deg, #FFFFFF 2.34%, rgba(223, 240, 255, 0.6) 58.6%, rgba(223, 240, 255, 0) 103.36%);
    padding-top: 24px;
    padding-bottom: 42px;
}
.articleTitle{
    margin: 13px 0;
}
.articleTitle a{
    color: #191919;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
}
.primarySection__primary p.articleShort{
    margin-bottom: 12px;
    line-height: 1.5rem;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bottom-post{
    gap: 12px;
    align-items: center;
}
.bottom-post .time_read{
    display: flex;
    align-items: center;
}
.btn.btn_orange{
    background: #F5E0F6;
    color: #72278D;
    padding: 4px 12px;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
}
.gap-10{
    gap: 10px;
}
.btn_orange_gradient.responsive-block-editor-addons-buttons-child a.responsive-block-editor-addons-buttons-repeater.responsive-block-editor-addons-button__wrapper{
    border-radius: 16px;
    background: linear-gradient(90deg, #F8981D 0%, #FF5722 100%);
    padding: 16px;
    border: 0;
}
.btn_orange_gradient.responsive-block-editor-addons-buttons-child a.responsive-block-editor-addons-buttons-repeater.responsive-block-editor-addons-button__wrapper div{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.articleExtra{
    color: #ddd;
    font-size: 0.875rem;
    line-height: 24px;
}
.articleExtra span{
    color: #EB6239;
    font-size: 13px;
    line-height: 24px;
    vertical-align: baseline;
    margin-left: 3px;
}
.articleExtra span svg path{
    fill: #EB6239;
}
.trendingPost{
    background: linear-gradient(105deg, #F5E0F6 13.45%, #FFF9F2 44.67%, #F5E0F6 95.57%);
    padding: 32px 0;
}
.articleExtra span svg{
    vertical-align: top;
    margin-right: 4px;
}
.featuredArticle{
    box-shadow: 0px 4px 8px 0px rgba(3, 151, 214, 0.12);
    border-radius: 1rem;
    padding: 1.875rem 1.5rem;
    background: #fff;
}
.featuredArticle .articleAuthor a,.featuredArticle .articleAuthor a span{
    color: #864B97;
}
.featuredArticle .articleAuthor a .slash{
    color: #ddd;
}
.primarySection__secondary{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: revert;
    height: 100%;
    gap: 24px;
}
.singlePost{
    border: 1px solid #C5DBED;
    border-radius: 24px;
}
.home .singlePost{
    height: 100%;
    background: #fff;
}
.search .singlePost__image img{
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    border-top-right-radius: 0px;
}
.singlePost__image img{
    width: 100%;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    object-fit: cover;
    aspect-ratio: 3 / 2;
    height: 100%;
}
.read-more{
    text-align: center;
    display: block;
}
.trendingPost__list .singlePost__image img{
    aspect-ratio: 3 / 2;
}
.category .singlePost__image img , .author .singlePost__image img{
    border-top-left-radius: 23px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 23px;
}
.singlePost__preview h4 strong{
    text-decoration: underline;
}
.singlePost__author{
    color: #ddd;
    font-size: 14px;
}
.singlePost__author a{
    color: #222526;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
}
.singlePost .singlePost__author a{
    font-weight: 400;
    font-size: 14px;
}
.singlePost__author .singlePost__date{
    color: #596063;
    font-size: 15px;
}
.singlePost__author .single-border{
    margin: 0 8px;
}
.singlePost__preview{
    color: #ddd;
}
.singlePost__preview h4{
    margin: 12px 0 16px 0px;
    font-size: 1.5rem;
    line-height: 26px;
    font-weight: 600;
}
.singlePost .singlePost__preview h4{
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.singlePost__preview h4 a{
    color: #222526;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}
.singlePost__preview p {
    margin-bottom: 12px;
    font-size: 16px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    color: #596063;
}
.singlePost__preview p a{
    color: #864B97;
    text-decoration: underline;
    font-weight : 600;
    font-size: 16px;
    line-height: 24px;
}
.time_read{
    color: #EB6239;
    font-size: 14px;
}
.trendingPost .time_read{
    margin-top: 8px;
}
.time_read svg{
    margin-right: 5px;
    
    display: block;
}
.listPost .time_read {
    display: inline-flex;
    vertical-align: text-bottom;
}
.searchBar{
    position: relative;
}
.suggest_items{

}
input.searchBar__input {
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: none;
}
input.searchBar__input::placeholder{

}
.primarySection__primary{
    box-shadow: 0px 4px 8px 0px #0397D61F;
    border-radius: 1.5rem;
    background: #fff;
}
.articleThumbnail a img{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.articleInformation{
    padding: 1rem 1.5rem 1.5rem 1.5rem;
}
.articleAuthor a{
    color: rgba(0, 0, 0, 0.55);
    border-radius: 100%;
    text-decoration: none;
}
.articleAuthor a img{
    margin-right: 5px;
    width: 32px;
    border-radius: 100%;
}
.articleAuthor a span {
    color: #864B97;
    font-size: 1rem;
    display: inline-block;
    margin-right: 10px;
    font-weight: 700;
}
.articleAuthor a span.articleDate {
    margin-left: 10px;
    font-weight: 400;
}
.trendingPost h4.trendingPost__title{
    margin: 16px 0 36px 0;
    font-weight: 700;
    line-height: 1.3;
    font-size: 40px;
    text-transform: uppercase;
    color: #191919;
}
.singlePost__preview{
    padding: 16px 24px 24px 24px;
    /*background: #fff;*/
    /*border-bottom-left-radius: 24px;*/
    /*border-bottom-right-radius: 24px;*/
}
.singlePost__preview > .d-flex{
    flex-wrap: wrap;
}
.primarySection{
    background: #F9FAFB;
}
.section__title{
    margin: 35px 0 36px 0;
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
    color : #191919;
}
.sectionHead{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sectionHead > a{
    font-weight: 700;
    font-size: 18px;
    color: #EB6239;
    padding: 15px 24px;
    text-decoration: none;
    align-items: center;
    gap: 10px;
}
.categoryBanner{
    padding: 24px 0 42px 0;
}
.categoryBanner .categoryBanner__wrap{
    border-bottom: 6px solid #F5E0F6;
    background: linear-gradient(75deg, #F4E8F3 0%, #F3EFF6 52.07%, #EEE0F9 102.02%);
    padding: 24px 64px 0;
    /*text-align: center;*/
    border-radius: 24px;
}
.categoryBanner .categoryBanner__wrap .categoryBanner-content{
    align-items: center;
    justify-content: space-between;
}
.categoryBanner .categoryBanner__image{
    padding: 0 24px;
}
.categoryBanner__title{
    font-size: 36px;
    color: #4E1E66;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.banner_category img{
    width: 352px;
    max-width: 100%;
}
.categoryBanner__wrap p{
    margin: 16px 0; 
    color: #4E1E66;
    text-align: center;
}
.author .categoryList{
    margin-top: 30px;
}
.category .categoryList{
    padding: 32px 0;
}
.author .categoryList .author_title{
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
}
.categoryList .singlePost{
    display: flex;
    margin-top: 24px;
    flex-wrap: wrap;
}
.categoryList .singlePost:first-child{
    margin-top: 0;
}
.posts-navigation{
    padding: 24px 0;
}
.posts-navigation ul{
    margin: 0 auto;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 0;
}
.posts-navigation ul li{
    text-align: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    vertical-align: middle;
    display: flex;
    justify-items: center;
    align-items: center;
}
.posts-navigation ul li.disabled{
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}
.posts-navigation ul li a{
    width: 100%;
    text-align: center;
    color: var(--black);
}
.posts-navigation ul li.active{
    background: #864B97;
    border: 1px solid #9B49AB;
    color: #fff;
}
.posts-navigation ul li.active a{
    color: #fff;
}
.cta_button a{
    transition: all 1s linear;
}
.cta_button a:hover{
    color: #fff;
    background: linear-gradient(104.35deg, #F89921 14.91%, #FFE4C1 127.74%);
}
section.mail{
    margin-top: 24px;
}
.mail{
    padding: 48px 0;
}
.mailBox{
    background: #F5E6DF;
    border-radius: 24px;
    padding: 40px;
}
.mail__heading{
    font-size: 48px;
    text-align: center;
    font-weight: 600;
}
.mail__text{
    text-align: center;
    color: #60696C;
}
.mailBox .form-subscribe{
    margin-top: 32px;
}
.mailBox .form-subscribe .box__input{
    border-radius: 12px;
    border: 2px solid #EBCDBF;
    background: #FFF;
    padding: 16px;
    width: 544px;
}
.mailBox .form-subscribe .error{
    color: red;
}
.mail__main h4.mail__heading{
    font-size: 48px;
    line-height: 54px;
    color: #0C0D0D;
}
.mailBox .form-subscribe .box__input .mail__input{
    display: flex;
    align-items: center;

    gap: 2px;
}
.mail__input input{
    background-repeat: no-repeat;
    background-position: calc(15px);
    outline: none;
    border: 0;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
}
.mail__button .btn{
    background: linear-gradient(90deg, #EA592D 0%, #F4511E 100%);
    color: #fff;
    padding: 16px;
    border-radius: 12px;
    font-weight: 600;
    font-size : 16px;
}
nav.breadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
nav.breadcrumb span{
    background-image: url("./images/chevon_right.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: 50%;
    margin: 0 6px;
}
nav.breadcrumb > a:first-child{
    color: #596063;
    font-weight: 400;
}
nav.breadcrumb .collapse, nav.breadcrumb .collapsing{
    width: 100%;
}
nav.breadcrumb .collapse a , nav.breadcrumb .collapsing a{
    display: block;
    color: #596063;
}
nav.breadcrumb .collapse a:last-child{
    color: #0397D6;
}
.home nav.breadcrumb a:first-child{
    font-weight: 600;
    font-size: 14px;
    color: #864B97;
}
nav.breadcrumb a{
    color: #0397D6;
    font-weight: 400;
    font-size: 14px;
}
nav.breadcrumb span + a{
    color: #864B97;
    font-weight: 500;
    line-height: 22px;
}
nav.breadcrumb a.post_bread{
    /* width: calc(100% - 202px); */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
nav.breadcrumb span + a:hover{
    text-decoration: underline;
}
.category .widget-area{
    margin-top: 24px;
}
.widget-area .menu{
    list-style: none;
    padding: 0;
}
.widget-area .menu .menu-item:last-child{
    border-bottom: 0;
}
.widget-area .menu .menu-item a{
    color: #000;
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    background-image:url("./images/arrow_right.svg");
    background-repeat: no-repeat;
    background-position: calc(100%);
    padding: 10px 15px 10px 0;
    border-bottom: 1px solid #e8e8e8;
    display: block;
}
.widget-area .widget_media_image img{
    width: 100%;
}
.relatedPosts{
    /*background: rgba(250, 245, 238, 1);*/
    /*padding: 0 24px;*/
    /*border-radius: 8px;*/
    margin-bottom: 20px;
}
.relatedPosts img{
    width: 100%;
}
.row > .col-relate{
    padding-left: 24px;
    padding-right: 36px;
}
.bottomDetail-head {
    font-weight: 600;
    color: #013C56;
    font-size: 30px;
    padding: 8px 0;
    margin-bottom: 16px;
    display: block;
    line-height: 1;
}
.error-404 .bottomDetail-head{
    color: #191919;
}
.post_socials{
    margin-top: 42px;
}
.post_socials ul{
    display: flex;
    gap: 24px;
    align-items: center;
    list-style: none;
    padding-left: 0;
}
.post_socials ul li:first-child{
    color: #464749;
    font-size: 16px;
    line-height: 21px;
}
.col_detail .post_socials ul li + li{
    margin-top: 0;
}
.post_socials ul li img{
    width: 42px;
}
.wp-block-group .slide-phones{
    margin-top: 0;
}
.wp-block-group .slide-phones .swiper{
    padding-top: 32px;
}
.item_slide_phone{
    border-radius: 12px;
    border: 1px solid #EAECF0;
    background: #FFF;
    position: relative;
}
.item_slide_phone .image_deals{
    width: 125px;
    position: absolute;
    right: -16px;
    top: -30px;
}
.item_slide_phone.deals{
    border: 2px solid #EB6239;
}
.slide_phone-name{
    padding: 12px 16px;
    text-align: center;
    color: #191919;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
.slide_phone-image{
    text-align: center;
    padding: 12px 24px;
}
.slide_phone-image img{
    width: 116px;
    height: 144px;
}
.slide_phone-data{
    padding: 16px 12px 6px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}
.slide_phone-data ul{ 
    list-style: none;
    padding-left: 0;
    justify-content: center;
}
.col_detail .slide_phone-data ul li{
    border-radius: 2px;
    border: 1px solid #EAECF5;
    background: #FFF;
    font-size: 12px;
    margin: 0;
    padding: 0px 6px;
}
.slide_phone-data ul li:first-child{
    border: 1px solid #864B97;
}
.slide_phone-data .prices{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.slide_phone-data .prices .retail_price{
    color: #191919;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.slide_phone-data .prices .price{
    color: #667085;
    font-size: 14px;
    line-height: 20px;
    text-decoration: line-through;
}
.our-price-text{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.our-price-text > span{
    background-color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: #98A2B3;
}
.select-now{
    padding: 16px;
    text-align: center;
}
.select-now .btn_select{
    padding: 8px 16px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.4px;
    background: #fff;
    border-radius: 24px;
    border: 1px solid #B160BE;
    width: 100%;
    color: #864B97;
}
.deals .select-now .btn_select{
    background: #EB6239;
    border: 0;
    color: #fff;
}
.card-plans{
    padding: 32px 24px;
    background: #FDF7FD;
}
.card-plans .nav-tabs{
    align-items: center;
    background: #fff;
    border-bottom: 0;
    border-radius: 0 24px 24px 0;
}
.card-plans .nav-tabs li{
    flex: 1;
    text-align: center;
}
.card-plans .nav-tabs li + li{
    margin-top: 0;
}
.card-plans .nav-tabs li a{
    text-align: center;
    justify-content: center;
    border-radius: 24px;
    padding: 8px;
    display: flex;
    gap: 8px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
    color: #191919;
    flex: 1;
    width: 100%;
}
.card-plans .nav-tabs li.active a{
    background: #864B97;
    color: #fff;
}
.card-plans .nav-tabs li a .plan-sale{
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.46px;
    border-radius: 24px;
    background: rgba(235, 98, 57, 0.10);
    color: #EB6239;
}
.card-plans .tab-content{
    margin-top: 42px;
}
.plan-item{
    border-radius: 24px;
    padding: 32px 24px;
    background: #fff;
    position: relative;
}
.plan-item.popular{
    background: #864B97;
    box-shadow: 0px 8px 26px 0px rgba(19, 111, 150, 0.30); 
}
.plan-item .plan-head{
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}
.plan-item .tag-most-popular{
    border-radius: 24px;
    background: #72278D;
    color: #FF8B52;
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 8px;
    width: fit-content;
    font-size: 10px;
    padding: 6px 12px;
    font-weight: 600;
    line-height: 14px;
}
.plan-item .plan-head img{
    width: 42px;
}
.plan-item .plan-head .plane_name{
    color: #191919;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33;
}
.plan-item.popular .plan-head .plane_name{
    color: #fff;
}
.plan-item .plan-desc{
    margin-top: 16px;
    color: #667085;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.plan-item.popular .plan-desc{
    color: #fff;
}
.plan-item .plan-detail ul{
    margin-top: 18px;
    list-style: none;
    padding-left: 0;
}
.plan-item .plan-detail ul li{
    display: flex;
    align-items: start;
    gap: 10px;
}
.plan-item.popular .plan-detail ul li .item-data{
    color: #fff;
}
.plan-item .plan-detail ul li + li{
    margin-top: 10px;
}
.plan-item .plan-detail ul li img{
    width: 20px;
}
.plan-item .plan-detail ul li .item-data{
    font-size: 14px;
    color: #667085;
    font-weight: 500;
    line-height: 20px;
}
.plan-item .plan-detail ul li:first-child .item-data{
    background: linear-gradient(100deg, rgba(235, 98, 57, 0.00) 6.3%, rgba(245, 224, 246, 0.13) 44.55%, rgba(238, 131, 107, 0.04) 80.77%, rgba(235, 98, 57, 0.00) 93.91%);
    font-weight: 700;
}
.plan-item.popular .plan-prices{
    color: #fff;
}
.plan-item .plan-prices{
    margin-top: 20px;
    display: flex;
    align-items: baseline;
    gap: 6px;
    color: #98A2B3;
    font-weight: 500;
    font-size: 16px;
}
.plan-item .plan-prices .plan-price{
    color: #191919;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.72px;
    line-height: 1.33;
}
.plan-item.popular .plan-prices .plan-price{
    color: #fff;
}
.select-plan{
    display: flex;
    gap: 16px;
    align-items: center;
}
.btn-select-plan{
    padding: 12px 22px;
    border-radius: 24px;
    background: rgba(235, 98, 57, 0.10);
    color: #EB6239;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    flex: 1;
}
.plan-item.popular .btn-select-plan{
    color: #fff;
}
.plan-item.popular .btn-select-plan{
    border: 1px solid #EB6239;
    background: #EB6239;
}
.btn-select-icon{
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #667085;
    background: #F9FAFB;
    display: block;
    height: 36px;
}
.btn-select-icon svg{
    display: block;
}
.card-plans .swiper-pagination{
        position: unset;
    margin-top: 42px;
}
.card-plans .swiper-pagination-bullet{
    background: rgba(232, 195, 234, 0.64);
    backdrop-filter: blur(12px);
}
.card-plans .swiper-pagination-bullet-active{
    background: #72278D;
}
.btn_tag .wp-block-button__link{
    border-radius: 24px;
    background:  #EB6239;
}
.relatedPosts a{
    display: block;
    /* margin-bottom: 5px; */
    color: rgba(0, 0, 0, 0.95);
    font-weight: 600;
    padding: 24px 0;
    font-size: 20px;
    border-bottom: 1px solid rgba(47, 107, 255, 0.1);
}
.single h4.authorDetail_heading{
    padding: 16px 0;
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
    color: #013C56;
    margin: 0 0 24px 0;
}
.wp-block-button__link{
    font-size: 18px;
}
.author .authorDetail{
    background: #F0F8FF;
    border: 0;
    margin-top: 24px;
}
.author .authorDetail .role{
    background: #DFF0FF;
}
.author .authorDetail .author__avatar img{
    border: 0;
}
.authorDetail_heading{
    font-size: 48px;
    font-weight: 600;
}
.authorDetail{
    background: #FDF7FD;
    border: 1px solid #F5E0F6;
    border-radius: 24px;
    padding: 24px;
}
.authorDetail .author__avatar{
    padding: 12px;
}
.authorDetail .author__avatar img{
    width: 100%;
    border-radius: 100%;
    border: 2px solid #F0F8FF;
    width: 128px;
}
.authorDetail .col_author_avatar{
    display: flex;
    justify-content: center;
    align-items: center;
}
.authorDetail .row_author_list{
    gap: 24px;
}
.section_author .authorDetail .author__avatar img{
    width: 128px;
}
.authorDetail .author__name{
    text-transform: uppercase;
    font-weight: 600;
    color: #191919;
    font-size: 24px;
    margin-bottom: 12px;
}
.authorDetail .author__name a{
    text-transform: uppercase;
    font-weight: 600;
    color: #013C56;
    font-size: 24px;
}
.main-list-author .authorDetail{
    margin-bottom: 20px;
}
.section_author{
    margin-top: 32px;
    margin-bottom: 32px;
}
.title-entry{
    font-weight: 600;
}
.single .title-entry{
    margin-bottom: 24px;
    font-size: 3rem;
    color: #191919;
}
.single h1{
    font-size: 3rem;
    font-weight: 600;
}
.single h2{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1.5rem;
    font-weight: 600;
}
.single h3{
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 1.25rem;
    font-weight: 600;
}
.single h4{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.125rem;
    color: #000000B2;
    font-weight: 600;
}
.single h5{
    margin-top: 15px;
    margin-bottom: 15px;
}
.single h6{
    margin-top: 10px;
    margin-bottom: 10px;
}

.single .col_detail > p{
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.70);
}
.single .responsive-block-editor-addons-text-content p{
    margin-bottom: 0;
}
em{
    font-size: inherit;
}
.single .text_color_95 h2 , .single .text_color_95 p , .single .text_color_95 h1, .single .text_color_95 h3, .single .text_color_95 h4 , .single .text_color_95 h5, .single .text_color_95 h6{
    color : rgba(0,0,0,0.95);
}
.single .text_color_70{
    color : rgba(0,0,0,0.7);
}
.single_list .responsive-block-editor-addons-icon-list__label{
    list-style:disc outside none;
    display:list-item;
    /*margin-left: 18px;*/
}
.col_detail p{
     font-size: 18px;
    color: rgba(0, 0, 0, 0.70); 
}
.border-23 .responsive-columns-wrap{
    border-color: rgba(0,0,0,0.23);
}
.single .wp-block-flexible-table-block-table{
    margin-top: 15px;
    margin-bottom: 15px;
}
.single .wp-block-button{
    margin-top: 24px;
    margin-bottom: 10px;
}
.single .wp-block-image{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.single .wp-block-video{
    margin-top: 20px;
    margin-bottom: 20px;
}
.single .postAuthor{
    color: #e0e0e0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.single .postAuthor a{
    color: #000;
    margin-right: 8px;
}
.single .postAuthor .singlePost__date{
    color: rgba(0, 0, 0, 0.55);
    margin: 0 8px;
    font-size: 1rem;
}
.single .postAuthor .time_read{
    display: flex;
    align-items: center;
}
.single .mail , .author .mail{
    margin-top: 60px;
}
.authorDetail .role{
    background: #F5E0F6;
    padding: 5px 12px;
    border-radius: 100px;
    font-weight: 500;
    color: #864B97;
    font-size: 16px;
    align-items: center;

}
.author__socials{
    padding-left: 0px;
}
.author__socials ul{
    gap: 20px;
    list-style: none;
    padding-left: 24px;
    align-items: center;
}
.author__socials ul li img{
    margin: 0;
    width: 35px;
}
p.author__description{
    color : #222526;
    margin: 12px 0;
    text-align: justify;
}
.author__description a{
    font-weight: 600;
    color: #864B97;
    text-decoration: none;
}
.error-404-content{
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}
.image_404{
    margin: 0 auto;
    width: 320px;
    max-width: 100%;
}
.page-title{
    font-weight: 600;
    font-size: 30px;
    margin: 15px 0;
}
.error-404-content > p{
    margin-bottom: 20px;
}
.row_404{
    margin-bottom: 30px;
}
h1.site-entity{
    font-weight: 600;
    margin: 10px 0;
    font-size: 3rem;
    color: #013C56;
}
.authorList__desc{
    color : #222526;
    font-size: 1.25rem;
    margin-bottom: 20px;
    font-weight: 500;
}
.btn.back_blog{
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    padding: 12px 10px;
}
.popular-tags span{
    font-weight: 600;
    padding: 4px 0;
}
.popular-tags ul{
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
}
.popular-tags ul li{
    background: EB6239 ;
    border-radius: 100px;
    padding: 4px 14px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
}
.single .comment-form p.error{
    color: red;
    font-size: 14px;
    margin: 5px 0;
}
.required{
    color: red;
}
.footer{
    margin-top: 24px;
}
.footer .av_socials{
    padding: 32px 0;
}
.footer .av_socials ul{
    list-style: none;
    padding: 0;
    display: flex;
    gap: 24px;
}
.footer .col_logo{
    color : #fff;
}
.footer .col_logo p{
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #222526;
}
.footer .foot_links{
    margin-top: 16px;
    padding-left: 0px;
    color : #fff;
    list-style: none;
}
.footer .foot_links li{
    margin-bottom: 12px;
}
.footer .foot_links li a{
    color : #282727;
    font-size: 16px;
    line-height: 24px;
}
.footer .foot_links li:last-child{
    margin-bottom: 0;
}
.footer .av_app{
    gap: 24px
}
.footer .head_link{
    color : #fff;
    font-size: 14px;
    font-weight: 600;
    color : #222526;
}
.footer_img{
    margin-bottom: 60px;
}
.footer_information p{
    color: #fff;
    font-size: 1rem;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}
.footer_socials{
    padding: 20px 0 10px;
}
.footer_socials .list_icons{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.footer_socials .list_icons li{
    margin-right: 10px;
}
.footer__app{
    margin-top: 50px;
}
.footer__app-title{
    color : #fff
}
.footer__menuHead{
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.footer__menu{
    list-style: none;
    color: #fff;
    margin: 0;
    padding: 0;
}
.footer__menu .footer__menuItem{
    margin-bottom: 10px;
}
.footer__menu .footer__menuItem a{
    color: #fff;
    font-size: 16px;
}
.footer_subscribe{
    padding-top: 12px;
    padding-bottom: 6px;
    /*border-bottom: 1px solid #34ABD6;*/
}
.footer_subscribe .title_sub{
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #222526;
}
.footer_subscribe .form_contact .input-group{
    border-radius: 8px;
    background: #fff;
    padding: 12px 16px;
    gap: 8px;
    min-width: 384px;
    max-width: 100%;
}
.footer_subscribe .form_contact .error{
    margin-top: 10px;
    color: red;
}
.footer_subscribe .form_contact .message{
    margin-top: 10px;
}
.footer_subscribe .form_contact .input-group .form-control{
    background: transparent;
    border: 0;
    outline: 0;
    color: #596063;
    font-size: 16px;
    line-height: 1.5;
    padding: 0;
}
.footer_subscribe .form_contact .input-group .form-control::placeholder {
    color: #697077;
    font-size: 14px;
    font-weight: 500;
}
.footer_subscribe .form_contact .btn{
    border-radius: 24px;
    background: #EB6239;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 12px 22px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.footer_subscribe .sub_form .form-group .form-control:focus{
    outline: 0;
    border: 0;
    box-shadow: none;
}
.footer_subscribe .sub_form .form-group .btn-outline-secondary:focus{
    box-shadow: none;
}
.site-footer{
    padding: 48px 0;
    border-top: 1px solid #FAF3EF;
}
.about-tag{
    color: #60696C;
    gap: 4px;
    font-size: 12px;
    line-height: 20px;
}
.about-tag a{
    color: inherit;
    text-decoration: underline;
}
.site-footer hr{
    margin: 48px 0;
    border: 0;
    border-top: 1px solid #DAA6DE;
    background: transparent;
}
.text-heading-footer{
    color: #282727;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}
.footer-info{
    padding: 24px 40px 0 0;
    border-right: 1px solid #E4E6E7;
    height: 100%;
}
.footer-info img{
    width: 120px;
}
.footer-info .footer-heading{
    color: #0C0D0D;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}
.btn_apply{
    padding: 12px;
    text-align: center;
    border-radius: 12px;
    background: linear-gradient(90deg, #EA592D 0%, #F4511E 100%);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.footer-info .tag-data{
    align-items: center;
    gap: 10px ;
}
.footer-socials{
    padding: 13px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.footer-socials img{
    width: 78px;
}
.footer-socials ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
}
.footer-socials ul li{
    color: #222526;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.footer-socials ul li img{
    width: 40px;
}
.site-footer .footer_subscribe p{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    color: #222526;
}
.footer_subscribe-row{
    flex-wrap: wrap;
    justify-content: space-between;
}
.site-footer .footer_subscribe .logo-footer img{
    width: 120px;
}

.site-info{
    margin-top: 24px;
}
.site-info .info-text{
    color: #696969;
}
.site-info p.text{
    line-height: 22px;
    font-size: 14px;
    text-align: right;
    color: #60696C;
}
.site-info .info-link{
    align-items: center;
    color: #60696C;
}
.site-info .info-link span{
    color: #E4E6E7;
    font-size: 14px;
}
.site-info .info-link a{
    color: #60696C;
    font-weight: 400;
    font-size: 14px;
}
.single .site-info p.text{
    font-size: 14px;
    margin: 0;
}
.footer_img{
    justify-content: flex-end;
}
.navbar-collapse .navbar-nav .nav-item.active{
    border-radius: 8px;
}
body:not(.is-mobile) .navbar-collapse .navbar-nav .nav-item.active > a{
    color : #BC4E2E;
}
#linkedin-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(0 119 183 / 65%);
    background-color: rgb(0 119 183 / 70%);
}
#linkedin-vr .phone-vr-img-circle {
    background: transparent;
}
#twitter-vr .phone-vr-circle-fill {box-shadow: 0 0 0 0 rgb(2 2 2 / 55%);background-color: rgb(2 2 2 / 60%);}
#twitter-vr  .phone-vr-img-circle img {max-width: 90%;max-height: 90%;}
#twitter-vr .phone-vr-img-circle {background: #020202;}
#linkedin-vr .phone-vr-img-circle img{
    max-height: 40px;
    max-width: 40px;
}
.post_question h2{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 24px;
    color: rgba(0, 0, 0, 0.95);
}
.post_question .box-question{
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 24px;
    border: 1px solid #eaecf0;
    position: relative;
    transition: all 0.5s;
}
.question{
    font-size: 20px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}
.show .question{
    margin-bottom: 24px;
}
.answer{
    /*transform: translateY(20px);*/
    /*visibility: hidden;*/
    /*opacity: 0;*/
    /*height: 0;*/
}
.post_question .box-question .answer.show{
    /*transform: translateY(0);*/
    /*margin-top: 24px;*/
    /*visibility: visible;*/
    /*opacity: 1;*/
    /*height: auto;*/
}
.post_question .box-question.show svg{
    transform: rotate(-90deg);
}
.post_question .box-question svg{
    transform: rotate(0);
}
.link_list_author{
    font-size: 1.125rem;
    color: rgba(0, 0, 0, 0.70);
    font-style: italic;
    margin-bottom: 30px;
    padding: 24px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.link_list_author a{
    text-decoration: underline;
}
.question-icon{
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
}
.question-icon .minus_icon{
    display: none;
    margin-top: 10px;
}
.sale_event{
    background-image: url("./images/bg_deals.png");
    background-repeat: no-repeat;
    color: #F4511E;
    font-weight: 700;
    font-size: 1.125rem;
    text-align: center;
    width: 124px;
    position: relative;
}
.sale_event .sale_text{
    width: 70px;
    font-weight: 400;
    font-size: 0.75rem;
    background-image: url("./images/bg_sale.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
}
.sale_event .sale_number{
    color: #fff;
    width: 67px;
    height: 66px;
    background-image: url("./images/bg_sumber_sale.png");
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FF7043;
    font-weight: 700;
    font-size: 24px;
}
.post_question .box-question.show .minus_icon{
    display: block;
}
.post_question .box-question.show .plus_icon{
    display: none;
}
.item_comment .comment-respond{
    margin-top : 15px;
    margin-bottom: 15px;
}
.comment-respond{
    text-align: center;
    border: 1px solid #D1D5DB;
    border-radius: 20px;
    padding: 24px;
    background: #fff;
}
.single h4.title_comments{
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 1px 0;
    color: #1F2937;
}
.single .comment_heading p{
    color: #4B5563;
    font-size: 14px;
    margin: 0 0 16px;
}
.col_detail > .wp-block-group{
    margin-bottom: 42px;
}
.comment_heading > p{
    margin-bottom: 16px;
}
.item_comment .comment_heading ul{
    display: none;
}
.comment_heading ul{
    list-style: none;
    justify-content: center;
    gap: 20px;
    color: #6B7280;
    align-items: center;
}
.single .box-light .wp-block-image{
    margin: 0;
}
.box-light.is-layout-flex{
    align-items: end;
}
.box-light .box-heading{
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
}
.box-light .box-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.box-light > .wp-block-group{
    padding: 24px 0;
    flex: 1;
}
.box-light .wp-block-button__link{
    background: #864B97;
    border-radius: 24px;
    padding: 12px 22px;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}
.box-light.box-orange .wp-block-button__link{
    background: #EB6239;
    color: #fff;
}
.no-results.not-found{
    padding: 24px 0 42px;
}
.no-results.not-found .page-content{
    margin-top: 24px;
}
.no-results.not-found .page-content > p{
    margin: 0;
}
.no-results.not-found .page-title{
    margin: 0;
}
.btn-to-tag{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 24px;
    background: #864B97;
    border-radius: 24px;
}
.btn-to-tag:hover{
    color: #fff;
}
.img-not-found{
    width: 368px;
    max-width: 100%;
}
.col_detail ul li{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.44;
    color: rgba(0, 0, 0, 0.70);
}
.col_detail ul li + li{
    margin-top: 8px;
}
.comment_heading ul li{
    color: #6B7280;
    cursor: pointer;
}
.comment_heading ul li.active svg path{
    stroke: #EB6239;
    fill: #EB6239;
}
.comment_heading ul li svg path{
    stroke: #D1D5DB;
    stroke-width: 2.5;
    fill: #fff;
}
.comment-notes , .comment-form-url, .logged-in-as{
    display: none;
}
.single .comment-form{
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 24px;
}
.comment-form-email,.comment-form-author{
    width: calc(50% - 6px);
    text-align: left;
}
.comment-form-author label , .comment-form-email label{
    display: block;
    margin-bottom: 8px;
}
.comment-form-author input, .comment-form-email input{
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #0000003D;
    border-radius: 8px;
}
.comment-form-cookies-consent input{
    width: 20px;
    height: 16px;
    vertical-align: middle;
    outline: none;
}
.comment-form-comment{
    width: 100%;
    text-align: left;
}
.comment-form-comment label{
    margin-bottom: 5px;
}
.comment-form-comment textarea{
    border-radius: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.comment-form-comment textarea:focus{
    outline: none;
}
.col_detail .selected_star li + li{
    margin-top: 0;
}
.form-submit{
    text-align: center;
    width: 100%;
}
.form-submit .submit{
    background: #EB6239;
    padding: 12px 24px;
    font-weight: 400;
    color: #fff;
    border-radius: 24px;
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
    outline: 0;
    border: 0;
}
.col_detail .author_comment ul li + li{
    margin-top: 0;
}
.coslapse_breadcrum .breadcrumb_cate{
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    visibility: hidden;
    opacity: 0;
    transform: none;
    transition: opacity 251ms cubic-bezier(0.4, 0, 0.2, 1), transform 167ms cubic-bezier(0.4, 0, 0.2, 1);
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 16px;
    min-height: 16px;
    max-width: 200px;
    max-height: 350px;
    border-radius: 4px;
    outline: 0px;
}
.coslapse_breadcrum.show .breadcrumb_cate{
    visibility: visible;
    opacity: 1;
}
.coslapse_breadcrum .breadcrumb_cate .cate_list{
    list-style: none;
    margin: 0px;
    padding: 8px 0px;
    position: relative;
    outline: 0px;
}
.coslapse_breadcrum .breadcrumb_cate .cate_list li{
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    min-height: 40px;
    padding: 6px 16px;
    box-sizing: border-box;
    white-space: nowrap;
}
.coslapse_breadcrum .breadcrumb_cate .cate_list li:hover{
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.04)
}
.coslapse_breadcrum .breadcrumb_cate .cate_list li a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
#dot_breadcrum svg path{
    fill: #864B97;
}
.coslapse_breadcrum .btn{
    padding: 3px;
    border: 0;
    outline: 0;
}
.coslapse_breadcrum .btn:hover{
    background-color: rgba(25, 118, 210, 0.04);
    border-radius: 100%;
    border: 0;
    outline: 0;
}
.coslapse_breadcrum .btn:focus{
    border: 0;
    outline: 0;
    box-shadow: none;
}
.coslapse_breadcrum .btn svg{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    fill: #0397D6;
    font-size: 1.5rem;
}
.comments-title{
    margin-top: 40px;
    font-weight: 600;
}
.rated-comment{
    margin: 20px 0;
    background: #FAF5EE;
    text-align: center;
    border-radius: 8px;
    padding: 16px;
    font-size: 18px;
}
.rated{
    vertical-align: middle;
    line-height: 1;
    margin-bottom: 8px;
}
.rated svg{
    vertical-align: sub;
    margin-right: 8px;
}
.rated_score{
    font-weight: 600;
    font-size: 24px;
}
.number-comments{
    font-weight: 600;
    font-size: 20px;
    position: relative;
    height : 30px;
    margin-bottom: 20px;
}
.number-comments::before{
    content: "";
    display: block;
    height: 1px;
    width : 100%;
    background: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.box_number{
    background: #fff;
    position: absolute;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    padding: 0 20px;
    white-space: nowrap;
}
.section_commnets{

}
.col_detail{
    padding-right: calc(var(--bs-gutter-x)* .5 + 1rem);
    padding-left: calc(var(--bs-gutter-x)* .5 + 1rem);
}
.section_commnets > .item_comment:last-child{
    border-radius: 8px 8px 0 0;
}
.item_comment{
    background: #F7F7F7;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 25px;
}
.item_comment.parent > .div-comment{
    margin-bottom: 15px;
}
.parent > .item_comment{
    background: #E7E7E7;
}
.parent > .item_comment:last-child{
    margin-bottom: 0;
}
.reply_author{
    color: #B0B0B0;
    font-size: 12px;
    margin-bottom: 6px;
}
.reply_author svg{
    vertical-align: sub;
}
.reply_content{
    background: #EAECEE;
    color: #858A8E;
    font-size: 12px;
    border-radius: 8px 8px 0 0;
    padding: 14px 16px;
    width: calc(100% - 40px);
    margin-bottom: -10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
}
.head_comment{
    justify-content: space-between;
    align-items: center;
}
.head_comment span{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    word-break: break-word;
}
.author_comment ul{
    display: inline-flex;
    list-style: none;
    gap: 5px;
    padding-left: 0;
}
.number_cmt{
    font-weight: 600;
    color: #864B97;
}
.content_comment{
    margin: 5px 0;
    font-size: 18px;
}
.content_comment p{
    font-size: 16px;
    word-wrap: break-word;
}
.comment_date{
    font-size: 14px;
    color: #4c4c4c;
}
.item_comment .btn_reply{
    background: #EAECEE;
    border: 0;
}
.item_comment .btn_reply svg{
    vertical-align: text-bottom;
    margin-right: 6px;
}
/*.row.relate_row{*/
/*    gap: 24px;*/
/*}*/
.row.relate_row.gx-3{
    padding : 24px 0;
}
.storage_product{
    margin-top: 8px;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1;
    padding: 2px 6px;
    white-space: nowrap;
    text-align: center;
}
.storage_product ul{
    display: inline-flex;
    list-style: none;
    gap: 3px;
    padding: 5px;
}
.wp-block-buttons{
    margin-top: 0px;
}
.wp-block-button a:hover{
    color: #fff;
    font-weight: 600;
}
.storage_product ul li{
    border-right: 1px solid #d3d3d3;
    padding-right: 3px;
    font-weight: 400;
    color: #858A8E;
    font-size: 0.75rem;
}
.storage_product ul li:last-child{
    margin-right: 0;
    border: 0;
}
.column_bigsale{
    background: linear-gradient(360deg, #F4511E -3.18%, #FF8F00 103.6%);
}
.column_bigsale .storage_product{
    color : #fff;
}
.column_bigsale .storage_product li{
    color: #fff;
}
.column_bigsale .wp-block-buttons a{
    background: linear-gradient(90deg, #FF5722 -54.38%, #FFAB00 100%);
}
.column_bigsale .has-background-dim{
    display: none;
}
.column_bigsale p s{
    font-size: 1rem;
    font-weight: 600;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.45);
}
.mail__image{
    text-align: center;
}
.postListHeading{
    background: #F1F1F1;
    border-radius: 8px;
    padding: 24px;
    margin: 24px 0 42px;
    position: relative;
}
.postListHeading .close_article .minus_icon{
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}
.postListHeading.close .close_article .minus_icon{
    transform: rotate(180deg);
}
/*.postListHeading.close .listHeading{*/
/*    display: none;.*/
/*}*/
.postListHeading.close .listHeadTitle{
    margin-bottom: 0;

}
.postListHead{
    justify-content: space-between;
    align-items: center;
}
.postListHeading:not(.close) .postListHead{
    margin-bottom: 24px;
}
.close_article{
    cursor: pointer;
}
.author_socials_wrap{
    margin: 12px 0 0 0;
}
.listHeadTitle{
    font-weight: 600;
    font-size: 1.5rem;
    color: #191919;
}
.listHeading a{
    display: block;
    margin-bottom: 10px;
    /*text-decoration: underline;*/
    color: #222526;
}
.comment-navigation .nav-links{
    display: flex;
    justify-content: center;
    padding: 5px;
}
.comment-navigation{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.58) -18.97%, #D9D9D9 100%);
    margin-top: -25px;
}
.comment-navigation .nav-links a{
    border-radius: 12px;
    border: 1px solid #000000DE;
    color : rgba(0,0,0,0.87);
    padding: 9px 14px;
    display: block;
}
.comment-navigation .screen-reader-text , .comment-form-cookies-consent{
    display: none;
}
.comments-area{
    margin-top: 42px;
    margin-bottom: 32px;
}
.back_to_top{
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    border-radius: 100%;
    z-index: 9999;
}
.back_to_top > svg{
    width: 40px;
    height: 40px;
    line-height: 1;
    vertical-align: baseline;
    z-index: 9999;
}
.share_detail{
    position: fixed;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
    display: none;
}
.share_btn{
    background: #864B97;
    padding: 10px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}
.share_btn > svg{
    width: 20px;
    height: 20px;
    line-height: 1;
    vertical-align: baseline;
}
.share_btn ul{
    transition: visibility 0s, opacity 0.5s linear;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: calc(100% + 15px);
    left: 0;
    list-style: none;
    padding: 0;
}
.share_btn ul li{
    cursor: pointer;
    margin-bottom: 8px;
}
.share_btn ul li svg{
    width: 40px;
    height: 40px;
}
.share_btn .close_share_icon {
    display: none;
}
.share_btn.open .close_share_icon{
    display: block;
}
.share_btn.open ul{
    visibility: visible;
    opacity: 1;
}
.share_btn.open ul li svg .purple{
    fill: #864B97;
}
.share_btn.open .share_icon{
    display: none;
}
.suggestSearch{
    position: absolute;
    top: 100%;
    width: calc(100% + 20px);
    left: 0;
    z-index: 9;
}
.suggest_items{
    padding: 0;
    list-style: none;
}
.suggest_items li{
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.24);
}
.suggest_items li a{
    color : rgba(0,0,0, 0.95);
}
.suggestSearch li{
    padding: 10px;
}
.color-gradient-blue a{
    background: linear-gradient(80.81deg, #145593 -26.22%, #248FE9 37.28%, #62C3FE 70.83%, #7FCEFF 86.66%, #7DCDFF 98.57%);
    box-shadow: 3px 13px 34px 3px #248FE973;
}
.color-gradient-blue a:hover{
    background: linear-gradient(260.81deg, #145593 1.43%, #248FE9 64.93%, #62C3FE 98.48%, #7FCEFF 114.31%, #7DCDFF 126.22%);
    color : #fff;
}
.fontweight-500{
    font-weight: 500;
}
.footer_socials ul li img{
    margin: 0;
}
.col_detail .footer_socials ul li img{
    width : 35px;
}
.col_detail .footer_socials .list_icons{
    display: inline-flex;
    gap: 24px;
}
.col_detail .footer_socials .list_icons li{
    margin: 0;
}

.col_detail .footer_socials{
    color : #ccc;
    font-size: 14px;
    padding: 24px 0 16px;
}
.col_detail .d-md-flex{
    justify-content: space-between;
}
.author_comment ul li svg{
    width: 16px;
    height: 15px;
}
.categoryNavMenu__navbar {
    margin-top: -56px;
    padding: 16px 16px 16px 24px;
    max-width: 1150px;
}
.categoryBanner__wrap a.read-link[id^='readlink']{
    color: #864B97;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 6px 12px;
    border-radius: 8px;
    background: #F5E0F6;
    border: 0;
}
.single .col_sale .card_top.is-layout-flex{
    background: linear-gradient(180deg, #F4511E -7.42%, #FF8F00 112.08%);
    border-radius: 24px 24px 0px 0px;
}
.single .card_top.is-layout-flex{
    padding: 8px 8px 0;
    margin-bottom: 0;
}
.single .card_top.is-layout-flex img{
    background: #fff;
    border-radius: 24px 24px 0px 0px;
}
.single .col_sale .card_bottom.is-layout-flex{
    background: linear-gradient(174deg, #FF7043 -2.83%, #D84315 110.7%);
    border-radius: 0 0 24px 24px;
}
.single .card_bottom.is-layout-flex{
    padding: 8px 16px 16px;
}
.single .card_bottom.is-layout-flex .phone_title{
    height: 48px;
}
.single .card_bottom.is-layout-flex .phone_title p{
    line-height: 22px;
}
.single .card_bottom.is-layout-flex .phone_price{
    margin-top: 0;
}
.single .col_sale .card_bottom.is-layout-flex .phone_price code{
    color: #fff;
}
.single .card_bottom.is-layout-flex .phone_price code{
    color: #0397D6;
    font-size: 12px;
    font-weight: 600;
    vertical-align: middle;
}
.card_for_month{
    margin-top: 0;
}
.single .col_sale .card_bottom.is-layout-flex .text_for_month{
    color: #fff;
}
.single .card_bottom.is-layout-flex .text_for_month{
    color: #8A8A8A;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 4px;
}
.single .card_bottom.is-layout-flex .text_for_month img{
    width: 35px;
    vertical-align: baseline;
    margin-left: 4px;
}
.single .card_bottom.is-layout-flex .phone_sale_price{
    margin-top: 0;
}
.single .card_bottom.is-layout-flex .phone_sale_price p{
    display: inline-block;
    padding-top: 8px;
    border-top: 1px solid #dbdbdb;
}
.single .card_bottom.is-layout-flex .phone_sale_price p s{
    font-weight: 400;
    color : #8A8A8A;
}
.single .col_sale .card_bottom.is-layout-flex .phone_sale_price p s{
    color: #DBDBDB;

}
.single .card_bottom.is-layout-flex .wp-block-button{
    margin-top: 8px;
    margin-bottom: 0;
    width: 100%;
}
.single .col_sale .card_bottom.is-layout-flex .wp-block-button a{
    background: linear-gradient(90deg, #FF5722 -54.38%, #FFAB00 100%);
    color: #fff;
    border: 0;
}
.single .card_bottom.is-layout-flex .wp-block-button a{
    border-radius: 12px;
    background: #fff;
    text-align: center;
    color: #F8981D;
    font-size: 12px;
    font-weight: 500;
    padding: 9px 14px;
    width: 100%;
    border: 1px solid #F8981D;
}
.col_detail em{
    font-weight: 500;
    font-size: 20px;
}
.col_detail .wp-block-image em{
    font-weight: 400;
    font-size: 18px;
}
.nutshell{
    padding: 16px;
    border: 1px solid #DBDBDB;
}
.single .nutshell h2 {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    color: rgba(0, 0, 0, 0.95);
}
.single .box-surface{
    padding: 24px;
    border-radius: 16px;
}
.single .box-surface .wp-block-image{
    margin: 0;
}
.box-surface .box-heading{
    font-size: 16px;
    font-weight: 700;
}
.box-surface p mark{
    background: none;
    font-weight: 500;
    color: #EB6239;
}
.col_sale .responsive-column-wrap, .col_sale .responsive-column-wrap .responsive-column-inner-wrap{
    position: unset;
}
.trendingPost .swiper-slide {
    width: 70%;
    box-sizing: border-box;
}
.wp-block-button.orange_btn{
    margin-bottom: 0;
}
.wp-block-button.orange_btn a{
    padding: 12px 22px;
    background: #EB6239;
    border-radius: 24px;
    font-size: 16px;
    line-height: 24px;
}
.card_sale{
    position: absolute;
    top: 0;
    right: -12px;
    z-index: 9;
    transform: translateY(-50%);
}
.card_sale .sale_img{
    position: relative;
}
.card_sale .sale_img .sale_number{
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24.769px;
    text-shadow: 2px 0 #FF7043, -2px 0 #FF7043, 0 2px #FF7043, 0 -2px #FF7043, 2px 2px #FF7043, -2px -2px #FF7043, 2px -2px #FF7043, -2px 2px #FF7043;
}
.searchBar{
    display: flex;
    align-items: center;
    padding: 12px 14px 12px 14px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    border-radius: 12px;
}
.searchBar .btn_search{
    padding: 0;
    display: block;
    width: 24px;
    height: 24px;
}
.searchBar .btn_search svg{
    display: block !important;
}
.searchBar .btn_search:hover{
    outline: none;
    border: 0;
    display: block;
    width: 24px;
    height: 24px;
    box-shadow: none;
}
.searchBar .btn_search:focus, .searchBar .btn_search:active, .searchBar .btn_search:focus-visible{
    outline: none;
    border: 0;
    display: block;
    width: 24px;
    height: 24px;
    box-shadow: none;
}
@media (min-width: 576px) {
    .singlePost{
        /*padding-bottom: 15px;*/
    }

    a.btn_view_more{
        display: block;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        color: rgba(36, 143, 233, 1);
        padding: 15px 0;
    }
    .searchForm{
        display: flex;
        align-items: center;
    }
    input.searchBar__input{
        width: 100%;
    }
    .listPost .col-md-4{
        margin-bottom: 15px;
    }
}
@media (max-width: 1500px) {
    .header__first > a{
        margin-right: 0;
    }
    .nav-link .minus_icon, .nav-link .plus_icon {
        display: none;
    }
}
@media (max-width: 1266px){
    .header__first > a{
        margin-right: 0px;
    }
    .header__menu{
        margin-left: 0.5rem;
    }
    .nav-item{
        margin-right: 0rem;
    }
    .btn_apply {
        padding: 12px;
    }
}
@media (max-width: 1200px) {
    .header__first > a{
        margin-right: 0px;
    }
    .nav-item{
        padding: 0;
    }
    .header__menu a.btn_apply{
        white-space: nowrap;
    }
    .nav-link .minus_icon ,  .nav-link .plus_icon{
        display: none;
    }
}

@media (max-width: 1100px) {
    .header__first > a{
        margin-right: 0px;
    }
    .nav-item{
        padding: 0;
        margin-right: 0px;

    }
    .navbar-light .navbar-nav .nav-link{
        text-align: center;
    }
    .navbar-light .navbar-collapse > .navbar-nav > .nav-item > .nav-link{
        text-wrap: wrap;
        display: block;
    }
}

@media (max-width: 1080px) {
    .header__first > a{
        margin-right: 0px;
    }

}
@media (max-width: 992px) {
    /*div.header__menu:not(.header__menu-mobile){*/
    /*    display: none !important;*/
    /*}*/
    .header__first{
        justify-content: space-between;
        align-items: center;
        gap: 24px;
    }
    .header__container{
        height: auto;
        padding: 10px 15px;
    }
    .menu-right{
        gap: 15px;
        flex: 1;
        justify-content: end;
    }
    .header .navbar-collapse{
        position: fixed;
        left: 0;
        top : 0;
        background: linear-gradient(45deg, #72278D 0%, #864B97 100%);
        z-index: 9;
        width: 100%;
        height: 100%;
        padding: 16px;
    }
    #wpadminbar + .site .header .navbar-collapse{
        top: 32px;
    }

    #wpadminbar + .site .header.sticky .navbar-collapse{
        top: 0;
    }
    .navbar-collapse .navbar-nav {
        padding: 24px 0 0 0;
    }
    .navbar-collapse .navbar-nav .nav-item.active{
        background: transparent;
    }
    .navbar-collapse .navbar-nav > .nav-item{
        /*border-bottom: 1px solid #529ce2;*/
    }
    .nav-item{
        color: #fff;
        padding: 0;
        position: relative;
    }
    .nav-item .nav-item{
        padding: 10px 0;
    }
    .nav-item > .navbar-nav{
        position: static;
        display: none;
        margin-left: 10px;
        background: transparent;
        transition: none;
    }
    .nav-item .navbar-nav{
        box-shadow: none;
    }
    .nav-item .navbar-nav li{
        width: 100%;
        white-space: normal;
    }
    .header .navbar-light .navbar-nav .nav-link{
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }
    .is-mobile .header .navbar-light .navbar-nav .nav-link:hover{
        color :#fff;
    }
    .navbar-light .navbar-nav .nav-link svg{
        position: absolute;
        left: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
    .navbar-light .navbar-nav .nav-link .minus_icon , .navbar-light .navbar-nav .nav-link.active .plus_icon{
        display: none;
    }

    .navbar-light .navbar-nav .nav-link.active .minus_icon{
        display: block;
    }
    .navbar-light .navbar-nav .nav-link svg path{
        fill : #fff;
    }
    .navbar-collapse .navbar-nav .nav-item{
        background: transparent;
    }
    .navbar-collapse .navbar-nav .nav-item:first-child{
        border-radius: 0;
        background: transparent;
    }
    .navbar-collapse .navbar-nav > li:first-child a{
        color : #fff;
        position: relative;
        display: inline;
    }
    .navbar-light .navbar-nav .nav-link{
        text-align: left;
    }
    .close-menu {
        cursor: pointer;
        float: right;
    }
}
@media (max-width: 950px) {
    /*div.header__menu:not(.header__menu-mobile) {*/
    /*    display: none !important;*/
    /*}*/
    .nav-item{
        margin-right: 0;
    }
    .header__menu {
        margin-left: 0.25rem;
        text-align: center;
    }
    .btn_sign{
        margin-right: 0.25rem;
        padding: 6px;
        text-wrap: nowrap;
    }
    .header__menu a.btn_apply{
        padding: 6px;
    }
    .footer_img{
        justify-content: center;
    }
}
@media (max-width: 820px) {
    .nav-item{

    }
}
@media (max-width: 790px) {
    .nav-item{
        padding: 0;
        margin-right: 2px;
    }

}
@media (min-width: 768px) {
    input.searchBar__input{
        width: 360px;
    }
    .css-lt6ckw {
        padding-left: 24px;
        padding-right: 24px;
    }

}
.slick-slide > div { height: 100%; }
@media (max-width: 768px) {
    .gap-2{
        gap: 8px !important;
    }
    .gap-3{
        gap: 16px !important;
    }
    .gap-4{
        gap: 16px;
    }
    .gap-5{
        gap: 24px;
    }
    .gap-6{
        gap: 24px;
    }
    .nav-link .minus_icon ,  .nav-link .plus_icon{
        display: block;
    }
    .categoryBanner .container{
        padding: 0 16px;
    }
    .header.sticky{
        top: 0;
    }
    body:not(.is-mobile) .navbar-collapse .navbar-nav .nav-item.active > a{
        color : #fff;
    }
    .category .singlePost__image img, .author .singlePost__image img{
        border-top-left-radius: 23px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0;
    }
    .primarySection__primary .articleTitle a{
        font-size: 20px;
    }
    .section__title{
        margin: 0 0 16px;
    }
    .trendingPost h4.trendingPost__title{
        font-size: 20px;
    }
    .trendingPost .trendingPost__title ,.home .listPost .section__title{
        padding: 0 6px;
        font-size: 20px;
    }
    .primarySection__primary .articleAuthor a span{
        font-size: 14px;
    }
    .primarySection{
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .categoryBanner__title{
        font-size: 20px;
    }
    .widget-area{
        display: none;
    }
    .author .authorDetail .role{
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }
    .no-results.not-found{
        padding: 0 16px;
    }
    .share_detail{
        display: block;
    }
    .author__description{
        font-size: 14px;
        margin-bottom: 12px;
    }
    .popular-tags span{
        padding: 4px 0;
        white-space: nowrap;
    }
    .close-menu{
        cursor: pointer;
        float: right;
    }
    .wp-block-button__link{
        font-size: 14px;
    }
    .navbar-collapse > .navbar-nav{
        display: block;
    }
    .clear-both{
        clear: both;
    }
    .navbar-light .navbar-nav .nav-link{
        position: relative;
    }
    .navbar-light .navbar-nav .nav-link svg {
        position: absolute;
        left: unset;
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
    }
    .comment-respond{
        padding: 12px;
        border-radius: 20px;
    }
    .single h4.title_comments{
        margin: 0;
    }
    .single .comment-respond .comment_heading p{
        margin : 0;
    }
    .single .comment-form{
        margin-top: 0;
    }
    .comment_heading ul{
        margin: 16px 0;
    }
    .single .comment-form p{
        margin: 0 0 12px 0;
    }

    .footer_img {
        margin-bottom: 0px;
    }
    .image_mail_mb img{
        width : 64px;
    }
    .footer_subscribe .sub_top_mb{
        width: calc(100% - 64px);
    }
    .footer_subscribe .sub_form .form-group{
        width: 100%;
    }
    .footer_subscribe .form_contact .input-group{
        background: #fff;
        border: 1px solid #DBDBDB;
        gap: 8px;
    }
    .footer_subscribe .form_contact .input-group .form-control{
        color: #596063;
        font-size: 14px;
        height: 40px;
        padding: 0;
    }
    .nav-item:hover{
        background: transparent;
    }
    .footer_subscribe .form_contact .input-group{
        align-items: center;
        padding: 8px 8px 8px 16px;
    }
    .logo_icons{
        display: flex;
        justify-content: space-between;
        align-items: end;
    }
    .header__menu .dropdown_languages{
        display: flex;
        width: max-content;
        align-items: center;
    }
    .footer .head_link{
        padding: 8px 0;
        display: flex;
        justify-content: space-between;
        gap: 4px;
        align-items: center;
        cursor: pointer;
        border-bottom: 1px solid var(--Border-default, #E9E8E8);
    }
    .text-heading-footer{
        font-size: 14px;
        line-height: 22px;
    }
    .footer .head_link svg{
        transition: transform 0.5s ease;
        transform: rotate(180deg);
    }
    .footer .active_menu .head_link svg{
        transform: rotate(0);
    }
    .category .categoryList{
        padding: 16px 0;
    }

    .logo_icons img{
        width: 129px;
    }
    .footer .av_socials{
        padding: 0;
    }
    .footer .container{
        padding: 0 16px;
    }
    .footer .col_logo p{
        margin-bottom: 16px;
        margin-top: 24px;
        font-size: 14px;
    }
    .footer .av_app{
        margin-bottom: 24px;
    }
    .footer .av_socials ul{
        gap: 8px;
    }
    .footer .av_socials ul li svg{
        weight : 24px;
        height: 24px;
    }
    .footer_subscribe .container{
        padding: 0 16px;
    }
    .footer_subscribe .form_contact .input-group .form-control::placeholder {
        color: #596063;
        font-size: 14px;
    }
    .footer_subscribe .form_contact .input-group .btn{
        height: 40px;
        padding: 8px 16px;
        border-radius: 12px !important;
    }
    .footer_subscribe .title_sub{
        font-size: 24px;
        margin-bottom: 8px;
    }
    .footer_subscribe .sub_form{
        margin-top: 8px;
    }
    .footer_subscribe p{
        font-size: 12px;
    }

    .footer .foot_links{
        list-style: none;
        padding: 0;
        margin-bottom: 0;
        margin-top: 0;
        flex-wrap: wrap;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        display: flex;
        transition: max-height ease 0.6s , opacity ease 0.6s, visibility 0.6s, margin-bottom 0.6s, margin-top 0.6s;
    }
    .footer .active_menu .foot_links{
        max-height: 600px;
        opacity: 1;
        visibility: visible;
        margin-bottom: 16px;
        margin-top: 16px;
    }
    .footer .foot_links li{
        width: 50%;
    }
    .site-info p.text{
        font-size: 10px;
        margin-bottom: 8px;
        text-align: left;
    }
    .col_detail .footer_socials .list_icons {
        gap: 15px;
        padding-left: 16px;
    }
    .single .site-info p.text{
        font-size: 10px;
    }
    .footer .foot_links li{
        margin-bottom: 8px;
    }
    .footer .foot_links li a{
        font-size: 14px;
    }
    .footer_socials{
        margin: 47px auto 17px;
        padding: 0;
    }
    .col_detail .footer_socials{
        margin: 0;
        font-size: 14px;
        padding: 16px 0 0 0;
    }
    .postListHeading{
        margin: 24px 0 24px 0;
    }
    .img_verified{
        margin: 0 auto;
        display: block;
    }
    .footer .list_icons{
        justify-content: center;
    }
    .subIcon{
        display: block;
    }
    /*div.header__menu:not(.header__menu-mobile){*/
    /*    display: none;*/
    /*}*/
    .header__container{
        align-items: center;
        padding: 12px 16px;
    }
    .img-main-block .img-block {
        width: 100%;
    }
    .img-main-block .img-block img{
        width: 100% !important;
        height: auto !important;
    }
    .header__first{
        justify-content: space-between;
        align-items: center;
        gap: 24px;
    }
    .header__first > a img{
        width: 127px;
    }
    nav.breadcrumb a.post_bread{
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .header .navbar-light .navbar-nav .nav-item{
        margin-right: 0;
        padding: 0 12px;
    }
    .header .navbar-light .navbar-nav .nav-link{
        padding: 12px 0;
        border-bottom: 1px solid rgba(245, 224, 246, 0.24);
        display: block;
    }
    
    .navbar-collapse .navbar-nav > li:first-child a {
        display: block;
    }
    .nav-item .navbar-nav li{
        background: transparent;
    }
    .navbar-toggler{
        outline: none;

    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .categoryBanner__wrap p{
        font-size: 14px;
    }
    .categoryBanner{
        padding: 0 0 12px 0;
    }
    .header .navbar-collapse{
        position: fixed;
        left: 0;
        top : 0;
        background: linear-gradient(45deg, #72278D 0%, #864B97 100%);
        z-index: 9;
        width: 100%;
        height: 100%;
        padding: 16px;
    }
    .admin-bar .header .navbar-collapse{
        top : 44px;
    }
    .admin-bar .header.sticky .navbar-collapse{
        top : 0;
    }
    .navbar-collapse .navbar-nav{
        padding: 12px 0 0 0;
    }
    #wpadminbar + .site .header .navbar-collapse{
        top: 46px;
    }

    #wpadminbar + .site .header.sticky .navbar-collapse{
        top: 0;
    }
    .widget-area{
        margin-top: 25px;
    }
    .single .wp-block-image.mb-center{
        margin: 0 auto;
    }
    .single .cta_button .wp-block-button{
        margin: 0;
    }
    .author_socials_wrap{
        justify-content: center;
        margin: 10px 0 15px;
    }
    .author__socials{
        padding-left: 0;
    }
    .author__socials ul{
        padding-left: 0;
    }
    .col_detail{
        padding: 16px;
    }
    .single .title-entry{
        margin-bottom: 16px;
    }
    .author__avatar{
        position: relative;
    }
    .author__avatar .role{
        position: absolute;
        bottom: 0;
    }

    .navItems , .navUnderline{
        display: none;
    }
    .searchBox__container{
        padding-top: 10px;
    }
    .authorDetail .author__avatar {
        display: flex;
        justify-content: center;
        margin-bottom: 8px;
        padding: 0;
    }
    .articleTitle{
        margin: 8px 0;
    }
    .authorDetail_heading{
        font-size: 24px;
    }
    .single h4.authorDetail_heading{
        font-size: 20px;
        padding: 6px 0;
        margin-bottom: 16px;
    }
    .authorDetail .author__avatar img{
        width: 64px;
    }
    .authorDetail{
        padding: 16px;
        border: 1px solid #DFF3FA;
    }
    .author .authorDetail .author__avatar img{
        width: 128px;
    }
    .authorDetail .author__avatar{

    }
    .single .postAuthor{
        gap: 8px;
    }
    .single .postAuthor .time_read{
        margin-left: 0;
    }
    .singlePost__image{
        width: 100%;
    }
    .listPost .row > * , .categoryList .row > * , .primarySection__featuredArticles.row > * , .about_row.row > * , .relate_row.row > *,
    .authorlist_row.row > *, .mail .row > *{
        padding: 0 16px;
    }
    .section_author.row > *{
        padding: 0 8pxpx;
    }
    .author h1.site-entity{
        padding: 0 6px;
    }
    .authorList__desc{
        padding: 0 6px;
    }
    .categoryNavMenu__navbar{
        padding: 12px 16px 8px;
    }
    .category .singlePost__image img{
        border-top-right-radius: 23px;
        border-bottom-left-radius: 0;
    }
    .footer__app.d-sm-none{
        display: none;
    }
    .footer__menu{
        display: none;
    }
    .mail__main h4.mail__heading{
        font-size: 30px;
        line-height: 36px;
        font-weight: 700;
    }
    .mail__main .mail__text{
        font-size: 16px;
        line-height: 24px;
    }
    .form-subscribe > .d-flex{
        flex-wrap: wrap;
    }
    .mailBox .form-subscribe .box__input{
        width: 100%;
    }
    .footer__menuHead{
        background-image: url("./images/chevon_down.svg");
        background-repeat: no-repeat;
        background-position: calc(100% - 15px);
        font-size: 16px;
        border-bottom: 1px solid #fff;
        cursor: pointer;
    }
    .trendingPost{
        padding: 16px 0 46px;
    }
    .trendingPost h4.trendingPost__title{
        margin: 6px 0 22px;
    }
    .footer_information p{
        margin: 18px 0;
    }
    .footer__app {
        margin-top: 35px;
    }
    .footer_subscribe{
        padding-top: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid #EEF8FC;
    }
    .primarySection__secondary{
        gap: 20px;
    }
    .featuredArticle:last-child{
        margin-bottom: 0;
    }
    .listPost {
        background: #F8F9FA;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .footer_img img{
        display: block;
        margin: 0 auto;
    }
    .siteInfo{
        font-size: 12px;
    }
    .mail__button{
        text-align: center;
        margin-left: 0;
        width: 100%;
    }
    .author__name{
        text-align: center;
    }
    .contributor{
        justify-content: center;
        margin-top: 6px;
    }

    .header__first > a {
        margin-right: 0px;
        padding: 0px;
        order: 1;
    }
    .role{

    }
    .contributor .author__socials{
        width: 100%;
        text-align: center;
        padding: 15px 0px 0px;
    }
    .contributor .author__socials ul{
        justify-content: center;
        padding: 0;
        gap: 24px;
    }
    .head_comment .btn_reply{
        display: none;
    }
    .comment_foot{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mb_pad-5{
        padding: 25px !important;
    }
    .wp-block-buttons{
        justify-content: center;
    }
    .mb-text-center{
        text-align: center;
    }
    .wp-block-image{
        text-align: center;
    }
    .col_primary{
        margin-bottom: 20px;
        padding: 0 16px;
    }
    .mail__image img{
        width : 60%;
    }
    .mail__button .btn{
        font-weight: 600;
        font-size: 14px;
        width: 100%;
        line-height: 22px;
        padding: 9px 16px;
    }
    .categoryBanner .categoryBanner__wrap{
        padding: 16px 16px 0;
        text-align: center;
    }
    .categoryBanner .categoryBanner__image{
        margin-bottom: -6px;
    }
    .singlePost__preview h4{
        font-size: 18px;
        margin: 12px 0;
    }

    .singlePost__preview p{
        font-size: 14px;
    }
    .singlePost__author a{
        font-size: 14px;
    }
    .singlePost__author .singlePost__date{
        font-size: 14px;
    }
    .categoryBanner .categoryBanner__image img{
        width: 100%;
    }
    .comment-form-email, .comment-form-author{
        width: 100%;
    }
    searchBox__container{
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    nav.breadcrumb{
        width: 100%;
        margin-top: 16px;
        margin-bottom: 0;
    }
    .searchForm{
        width: 100%;
        padding: 0 0px;
    }
    .searchBar{
        width: 100%;
    }
    .footer__app-title{
        font-size: 1.25rem;
        margin-bottom: 15px;
    }
    .show_desktop{
        display: none;
    }
    .searchBox__container{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .author_comment{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .author_comment ul li svg{
        width: 20px;
        height: 20px;
    }
    .single h2{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .single h3{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .single h4{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .single h5{
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .single h6{
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .single p{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .single .wp-block-button{
        margin: 10px 0;
    }
    .primarySection__primary p.articleShort{
        font-size: 14px;
        margin-bottom: 8px;
    }
    .bottomDetail-head{
        margin-bottom: 8px;
        font-size: 20px;
        display: inline-block;
    }
    .single .section_author{
        padding-bottom: 16px;
    }
    .col_detail .wp-block-image em{
        font-weight: 400;
        font-size: 14px;
    }
    .section_author{
        margin: 0;
    }
    .relatedPosts a{
        font-size: 16px;
        margin-bottom: 0;
        padding: 16px 0;
    }
    .relatedPosts a:last-child{
        margin-bottom: 0;
    }
    .relatedPosts{
        padding: 16px 0;
        margin-bottom: 0;
    }
    .articleExtra span{
        font-size: 12px;
    }
    .btn.btn_orange{
        font-size: 14px;
    }
    .header .navbar-light .navbar-nav .nav-link.active{
        color: #fff;
    }
    .question{
        font-size: 16px;
    }
    .footer_subscribe .form_contact .input-group{
        min-width: auto;
    }
    .site-info .row-info{
        flex-wrap: wrap;
    }
    .site-info .row-info .info-text{
        width: 100%;
        text-align: center;
    }
     .site-info .info-link{
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
     }
    .site-info .info-link a{
        font-size: 12px;
    }
    .site-footer hr{
        margin: 24px 0;
    }
    .footer-socials ul{
        justify-content: end;
        flex-wrap: wrap;
    }
    .footer-socials ul li:first-child{
        width: 100%;
        text-align: right;
        font-size: 14px;
        line-height: 22px;
    }
    .footer-socials ul li img{
        width: 24px;
    }
    .row-app{
        justify-content: center;
    }
    .site-footer{
        padding: 32px 8px;
    }
    .footer_subscribe-row{
        justify-content: center;
    }
    a.btn_view_more{
        display: flex;
        text-align: center;
        font-weight: 500;
        font-size: 14px;
        color: #0397D6;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }
    .box-light.is-layout-flex{
        flex-wrap: wrap;
        gap: 0px;
        justify-content: center;
        padding: 16px 16px 0 !important;
    }
    .box-light > .wp-block-group{
        padding: 0;
        width: 100%;
        flex: auto;
    }
    .single .box-surface{
        flex-wrap: wrap;
    }
    .single .box-surface .wp-block-image{
        width: 100%;
    }
    .single .box-surface .wp-block-image img{
        width: 100%;
    }
    .single .box-surface p{
        margin: 0;
    }
    .card-plans {
        padding: 0;
        background: transparent;
    }
    .card-plans .nav-tabs li a .plan-sale{
        display: none;
    }
    .card-plans .nav-tabs li a{
        font-size: 14px;
        padding: 6px 10px;
    }
    .card-plans .tab-content{
        margin-top: 12px;
    }
    .plan-item{
        padding: 32px 16px;
    }
    .plan-item .plan-head img {
        width: 32px;
    }
    .plan-item .plan-head .plane_name {
        font-size: 20px;
    }
    .plan-item .plan-desc{
        font-size: 12px;
    }
    .plan-item .plan-detail ul li .item-data{
        font-size: 12px;
    }
    .plans .swiper{
        padding: 0 40px;
    }
    .container{
        max-width: 100%;
    }
    .mailBox{
        padding: 40px 24px;
    }
    section.mail{
        padding: 24px 16px;
        margin-top: 0;
    }
    .mailBox .form-subscribe{
        margin-top: 16px;
    }
    .footer-socials{
        padding: 15px 0;
    }
    .footer-info {
        padding: 24px 0px;
        border-top: 1px solid #E4E6E7;
        border-right: 0;
    }
    .footer-info .footer-heading{
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }
    .footer-normal{
        font-size: 14px;
    }
    .tag-data{
        font-size: 14px;
    }
    .btn_apply {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }
    .header__menu a.btn_login{
        padding: 8px 8px 8px 12px;
        font-size: 14px;
        line-height: 22px;
    }
    .not-found .page-title{
        font-size: 20px;
    }
    .single .col_detail > p{
        font-size: 14px;
    }
}
@media (max-width: 575.98px){
    .listPost{
        background: #F8F9FA;
        padding-bottom: 15px;
    }
    .mb_pad-5{
        padding: 5px !important;
    }
    .form-submit .submit{
        min-width: 100%;
    }
    .comment_heading ul{
        gap: 5px;
    }
    .d-xs-none{
        display: none;
    }
    .slick-initialized .slick-slide {
        margin: 0 10px;
    }
    html{
        font-size: 12px;
    }
    .header__first > a{
        margin-right: 0px;
    }
    .header__menu a.btn_apply {
        padding: 5px 12px;
    }
    .btn_sign {
        padding: 5px 12px;
        margin-right: 0;
    }
    .searchForm{
        display: flex;
        align-items: center;
        padding: 0 0px;
        width: 100%;
    }
    input.searchBar__input{
        width: 100%;
        border-radius: 12px;
        font-size: 14px;
    } 
    .subIcon{
        display: block;
    }
    .searchBox__container{
        margin-bottom: 0 !important;
    }
    .trendingPost{
        margin-bottom: 0px;
    }
    .listPost .container .row .col-xs-12{
        display: none;
    }
    .listPost .container .row .col-xs-12{
        margin-bottom: 16px;
    }
    .listPost .container .row .col-xs-12:first-child , .listPost .container .row .col-xs-12:nth-child(2){
        display: block;
    }
    .singlePost{
        background: #fff;
    }
    .single h1.title-entry{
        font-size: 2rem;
    }
    .single h2{
        font-size: 1.5rem;
    }
    .single h3{
        font-size: 1.3rem;
    }
    .single h4{
        font-size: 1.17rem;
    }
    .single p:not(.responsive-block-editor-addons-text-content-1){
        font-size: 1.17rem;
    }
    .singlePost__image{
        margin: 0 auto;
    }
    .mail__input input{
        width: 100%;
    }
    .header__container{
        padding: 8px 7px;
    }
    .header__first > a img {
        width: 106px;
    }
}
@media (max-width: 400px){
    
    .header__menu a.btn_login {
        padding: 6px;
        font-size: 12px;
        line-height: 18px;
    }
    .header__menu a.btn_login svg {
        border-radius: 4px;
        width: 20px;
        height: 20px;
    }
    .menu-right {
        gap: 8px;
    }
    .header__first{
        gap: 16px;
    }
}
@media (min-width: 1040px) {
    .categoryNavMenu__navbar .navItems {
        display: flex;
        flex-direction: row;
        justify-content: center;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .categoryNavMenu__navbar .navItems h5 {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        color: #4b4b4d;
        margin-right: 27px;
    }

    .categoryNavMenu__navbar .navItems a {
        padding: 6px 12px;
    }

    .categoryNavMenu__navbar .navItems a p {
        font-weight: 400;
        font-size: 1rem;
        line-height: 24px;
        color: var(--cl-text);
        pointer-events: none;
    }
    .categoryNavMenu__navbar .navItems a:first-child p{
        color: #185F9C;
    }
    .categoryNavMenu__navbar .navItems a:first-child{
        background: #F0F8FF;
        border-radius: 8px;
    }
    input.searchBar__input{
        width: 360px;
    }
    .site-main .container{
        max-width: 1150px;
        margin: 0 auto;
        padding: 0;
    }
    footer .container{
        max-width: 1150px;
        margin: 0 auto;
        padding: 0;
    }
    .categoryList .singlePost__image{
        width: 368px;
    }
}
@media (min-width: 1200px) {
    .header__menu a.btn_apply{
        white-space: nowrap;
    }
}
@media (min-width: 1550px) {
    .mainHeader .menu {
        display: inline-flex;
        align-items: center;
    }
    .mainHeader.event .header-content .navTrigger svg, .mainHeader.event .header-content .subMenu>.MuiButton-text {
        color: #fff;
    }
    .mainHeader.event .header-content a .MuiButton-text {
        color: #fff;
    }
    .mainHeader.event .header-content .subMenu .list-menu .MuiButton-text {
        color: #333;
    }
    footer .container{
        margin: 0 auto;
    }
}
@media (min-width: 992px) {
    .categoryList .singlePost__image img{
        width: 368px;
    }
    .categoryList .singlePost__preview{
        width: calc(100% - 368px);
    }
}
@media (min-width: 1440px) {
    .categoryNavMenu__navbar {
        width: 80%;
    }
}