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


/* Base CSS */

*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

a, a:hover {
    color: #FAA307;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}


a:focus {
    outline: 0 solid
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #29251E;
}

body {
    color: #29251E;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.selector-for-some-widget {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

a:hover {
    text-decoration: none;
}

a, button, input, textarea{
    outline: none !important;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.section-padding{
    padding: 80px 0;
}

.container{
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
}










/*--------------- header Area End ----------------*/
.header-area {
    background: #29251E;
    position: sticky;
    top: 0;
    z-index: 1024;
}
.logo img {
    width: 132px;
}
.header-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.mainmenu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mainmenu-wrapper>ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.mainmenu-wrapper ul li {
    display: inline;
    margin: 0 10px;
    position: relative;
}
.mainmenu-wrapper>ul>li>a{
    line-height: 70px;
    display: block;
}
.mainmenu-wrapper ul li a {
    color: #F7F6F6;
    font-size: 14px;
    letter-spacing: .2px;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 500;
}
.mainmenu-wrapper>ul>li>a:hover {
    color: #FAA307;
}
.mainmenu-wrapper li a img {
    margin-left: 5px;
}
.header-right a {
    display: inline-block;
    margin-left: 10px;
}
.header-right a img {
    width: 18px;
}
.header-right a:first-child {
    margin: 0;
}
.mainmenu-wrapper li ul {
    width: 200px;
    position: absolute;
    top: 100%;
    z-index: 99;
    background: #232A36;
    padding: 5px 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    left: 0;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
}
.mainmenu-wrapper li ul li a {
    display: block;
    padding: 5px 12px;
}
.mainmenu-wrapper li ul li {
    display: block;
    margin: 0;
    width: 100%;
}
.mainmenu-wrapper li ul li a:hover {
    background: #29251e;
}
.mainmenu-wrapper ul li:hover ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

/*--------------- header Area  End ----------------*/













/*--------------- Hero Area Start ----------------*/
.hero-area {
    padding: 80px 0;
    background: #FFFCF5;
}
.hero-title {
    text-align: center;
    margin-bottom: 50px;
}
.hero-title h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.005em;
    color: #29251E;
    display: inline-block;
    margin-bottom: 0;
}
.hero-title h1 span {
    position: relative;
    z-index: 1;
}
.hero-title span:after {
    position: absolute;
    height: 15px;
    width: 100%;
    background: #FDDCA1;
    content: '';
    left: 0;
    bottom: 5px;
    z-index: -1;
}
.hero-inner {
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
}
.hero-infobox {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 30px 50px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    max-width: 890px;
    margin-top: -140px;
}
.infobottom {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.published-min span {
    letter-spacing: 0.005em;
    color: #8B8985 !important;
    font-size: 14px !important;
    text-transform: capitalize !important;
}
.info-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.pro {
    margin-right: 15px;
}
.author-text p {
    letter-spacing: 0.005em;
    color: #8B8985;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.author-text h5 {
    letter-spacing: 0.005em;
    color: #29251E;
    font-size: 16px;
    margin: 0;
    line-height: 22px;
}
.hero-infotop span {
    color: #FAA307;
    font-weight: 500;
    letter-spacing: .5px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
}
.hero-infotop h2 {
    color: #29251E;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.hero-infotop p {
    color: #8B8985;
    font-size: 14px;
    letter-spacing: .5px;
}


/*--------------- Hero Area End ----------------*/




/*--------------- Popular Post Area Start ----------------*/
.area-title {
    margin-bottom: 35px;
}
.area-title h2 {
    color: #29251E;
    font-size: 26px;
    letter-spacing: .5px;
    display: inline-block;
}
.area-title h1 {
    color: #29251E;
    letter-spacing: .5px;
    display: inline-block;
}
.area-title span{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.popular-post-area {
    position: relative;
    padding: 80px 0;
    padding-bottom: 0;
}
.area-title h2 span:after {
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 15px;
    background: #FDDCA1;
    content: '';
    left: 0;
    z-index: -1;
}
.area-title h1 span:after {
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 15px;
    background: #FDDCA1;
    content: '';
    left: 0;
    z-index: -1;
}
.popular-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px;
}
.odd-box .popular-post-content{
    padding-left: 25px;
}
.even-box .popular-post-content {
    padding-right: 25px;
}
.popular-post-thumb img {
    width: 100%;
    border-radius: 8px;
}
.popular-post-thumb {
    width: 50%;
}
.popular-post-content {
    width: 50%;
}
.popular-post-content span {
    color: #FAA307;
    font-weight: 500;
    letter-spacing: .5px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
}
.popular-post-content h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
     line-height: 50px;
    letter-spacing: 0.005em;
    color: #29251E;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.popular-post-content h2:hover {
    color: #faa307;
}



.published-min span {
    color: #8B8985;
}
.popular-post-content p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #8B8985;
}

/*--------------- Popular Post Area End ----------------*/









/*--------------- Blog Area Start ----------------*/
.blog-area {
    padding-bottom: 80px;
}
.blog-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 20px auto 20px auto 20px auto;
    grid-template-columns: repeat(4, auto);
    grid-gap: 20px;
}
.blog-text span {
    display: block;
    margin-bottom: 5px;
    color: #FAA307;
    font-weight: 500;
    font-size: 14px;
}
.blog-text h4 {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #29251E;
    font-weight: 600;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.blog-text  h4:hover {
    color: #faa307;
}
.blog-text p {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #8B8985;
}

.blog-text .pro img {
    width: 40px;
    border-radius: 100%;
}
.blog-text .author-text h5 {
    font-size: 12px;
}
.blog-text span {
    color: #8B8985;
    font-size: 12px;
}
/*--------------- Blog Area End ----------------*/





/*--------------- Blog Area End ----------------*/
.area-more{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}
.area-more a {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #AEACAA;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.area-more a:hover {
    color: #fda304;
}
.most-recent {
    width: 60%;
}
.blog-thumb img {
    width: 100%;
}
.most-recent .popular-post-content {
    width: 100%;
    margin-top: 20px;
}
.recent-blog-list-area {
    padding-bottom: 80px;
}
.recent-click {
    width: 40%;
    float: left;
}
.recent-blog-warp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.recent-thumb {
    width: 30%
}
.recent-item .pro img {
    width: 40px;
}
.recent-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 20px;
}
.tag-title span {
    font-weight: 600;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: .5px;
    color: #FAA307;
}
.recent-txt .author-text h5 {
    font-size: 12px;
    line-height: 18px;
}
.recent-txt .author-text p {
    font-size: 12px;
}
.recent-txt .published-min span {
    font-size: 12px !important;
}
.recent-txt {
    padding-left: 15px;
    width: 70%;
}
.recent-txt .infobottom {
    margin-top: 15px;
}
.recent-txt h5 {
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #29251E;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.recent-txt  h5:hover {
    color: #faa307;
}


.recent-boxx-left{
    padding-left: 0;
    padding-right: 25px;
}
.recent-boxx-left .recent-item{
padding: 0;
}

.recent-all-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 15px auto 15px auto 15px auto;
    grid-template-columns: repeat(4, auto);
    grid-gap: 15px;
}
.recent-single-warp {
    margin-bottom: 30px;
}
.all-recnt-txt h6 {
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: .3px;
    color: #FAA307;
    margin-bottom: 5px;
}
.all-recnt-txt h4:hover{
    color:#FAA307 ;
}


.all-recnt-txt {
    margin-top: 10px;
}
.all-recnt-txt h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #29251E;
    margin: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.all-recnt-txt .pro img {
    width: 36px;
}
.all-recnt-txt .author-text h5 {
    font-size: 12px;
    line-height: 20px;
}
.all-recnt-txt .author-text p {
    font-size: 12px;
}
.all-recnt-txt .published-min span {
    font-size: 12px !important;
}
.recent-all-area {
    padding-bottom: 40px;
}

.subsription-box {
    background: #FEF8ED;
    border-radius: 8px;
    padding: 35px 50px;
    text-align: center;
}
.subsription-box h2 {
    font-size: 32px;
}
.subsription-box p {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #AEACAA;
}
.subscription-form  form{
    width: 450px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.mail-filed {
    width: 73%;
    position: relative;
    padding-right: 10px;
}
.subs-btn {
    width: 27%;
}
.mail-filed input {
    background: #FFFFFF;
    border-radius: 3px;
    border: none;
    background: #fff;
    height: 55px;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    padding-left: 45px;
    color: #AEACAA;
    font-size: 500;
}
.mail-filed img {
    position: absolute;
    left: 12px;
    width: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.subs-btn button {
    width: 100%;
    height: 55px;
}
.subs-btn button {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: .4;
    color: #F7F6F6;
    background: #FAA307;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}
.footer-top-area {
    background: #29251E;
    padding: 40px 0;
    text-align: center;
}
.footer-top .footer-logo img {

}
.footer-logo img {
    width: 140px;
}
.footer-logo {
    margin-bottom: 35px;
}
.socila-link li {
    display: inline-block;
    margin: 0px 5px;
}
.socila-link a {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    line-height: 34px;
    border-radius: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    align-items: center;
}
.footer-text {
    margin-top: 35px;
}

.footer-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-text ul li {
    display: inline-block;
    margin: 0 25px;
    color: #fff;
}
.footer-text ul li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: .4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.footer-text li a:hover {
    color: #faa307;
}
.copyright p {
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
}
footer img{
    text-align: center;
    width: 130px;
    margin-right: 25px;
}
footer {
    text-align: center;
    padding: 20px 0;
}
footer p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #7A7874;
}
footer p span {
    color: #FAA307;
    font-weight: 500;
    display: inline-block;
    padding: 0 9px;
}
.subsription-area {
    padding-bottom: 100px;
}










.browse-item-warpper {
 
}
.browse-categorie-area {
    padding-bottom: 80px;
}
.browse-item img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
}
.browse-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.browse-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/browse-overlay.png);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    content: '';
    z-index: 1;
}
.browse-text {
    position: absolute;
    bottom: 0;
    padding: 20px;
    left: 0;
    z-index: 3;
    color: #fff;
    width: 100%;
}
.browse-text h4 {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #FBBA45;
    margin-bottom: 5px;
    font-weight: 600;
}
.browse-text p {
    color: #E5E4E4;
    margin: 0;
}

.owl-nav div {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: #F7F6F6;
    border-radius: 100%;
    font-size: 0;
    margin-left: 15px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.owl-nav div:hover {
    background: #FBBA45;
}

.owl-nav div:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #8B8985;
    border-left: 2px solid #8B8985;
    margin-left: -5px;
    margin-top: -5px;
}
.owl-prev:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.owl-next:after {
    -webkit-transform: rotate(224deg);
        -ms-transform: rotate(224deg);
            transform: rotate(224deg);
    margin-left: -8px !important;
}
.owl-nav div:hover:after {
    border-color: #fff;
}
.owl-controls {
    position: absolute;
    right: 0;
    top: -100px;
}

.menu-bar{
    display: none;
}
.blog-text {
    margin-top: 15px;
}
.thumb-res{
    display: none;
}











/*============================ Article Page Style Start ===========================*/
.page-breakcome-area {
    padding: 15px 0;
    border-bottom: 1px solid #E5E4E4;
}
.breakcome-text p {
    color: #8B8985;
    font-size: 14px;
    letter-spacing: .5px;
}
.breakcome-text  a {
    display: inline-block;
    color: #29251E;
    font-weight: 500;
    padding-right: 15px;
    margin-right: 10px;
    position: relative;
}
.breakcome-text a:after {
    position: absolute;
    right: 3px;
    top: 8px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    content: '';
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}








.article-area {
    padding: 80px 0;
}
.article-left {
    width: 70%;
    float: left;
    padding-right: 25px;
}
.article-right {
    width: 30%;
    float: left;
    padding-left: 15px;
}
.article-area {
    display: inline-block;
    width: 100%;
}
.single-article h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #29251E;
    margin-bottom: 25px;
}
.single-article img {
    width: 100%;
    margin-bottom: 20px;
}
.single-article p {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.005em;
    color: #5F5C57;
    margin-bottom: 20px;
}
.related-note {
    background: #F7F6F6;
    border-radius: 6px;
    padding: 20px 25px;
    margin: 15px 0;
}
.related-note p {
    color: #7A7874;
    margin: 0;
}
.related-note p span {
    color: #FAA307;
    font-weight: 500;
    padding-right: 10px;
}
.review-thumb img {
    width: 100px;
    margin-right: 15px;
    border-radius: 5px;
    margin-bottom: 0;
}
.recommendation-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.review-star img {
    width: 20px;
}
.recommendation-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.review-star img {
    width: 20px;
    margin-bottom: 0;
}
.review-star ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.review-star li {
    display: inline-block;
    margin-right: 2px;
}
.review-txr h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #29251E;
}
.our-recommendation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #FEF4E1;
    border-radius: 8px;
    padding: 15px 25px;
}
.our-recommend-box .area-title {
    margin-bottom: 25px;
}
.our-recommend-box .area-title h2{
   margin-bottom: 0;
   font-size: 26px;
}
.our-recommend-box {
    margin-top: 30px;
    margin-bottom: 35px;
}

.common-btn {
    background: #FAA307;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #FAA307;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.common-btn:hover {
    background: transparent;
    color: #FAA307;
}

.blog-subsription img {
    width: 20px;
}
.blog-subsription .subscription-form  form {
    width: 100%;
}
.blog-subsription .subs-btn {
    width: 150px;
}
.blog-subsription .mail-filed {
    width: 80%;
}
.blog-subsription {
    background: #F7F6F6;
    border-radius: 8px;
    padding: 15px 25px;
    margin: 35px 0;
}
.single-article {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
}
.article-more .common-btn:hover {
    background: #fba100db;
    color: #fff;
}
.common-btn img {
    position: relative;
    top: 5px;
    margin-left: 5px;
}
.article-more h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.005em;
    margin: 0;
    color: #29251E;
}
.article-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #FFFCF5;
    border-radius: 8px;
    padding: 15px 25px;
}
.maylike-recent .all-recnt-txt h6 {
    font-size: 12px;
    margin-bottom: 10px;
}
.infobottom {
    margin-top: 25px;
}
.comment-area {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}
.comment-filed {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 25px auto;
    grid-template-columns: repeat(2, auto);
    grid-gap: 25px;
}
.comment-box label {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #29251E;
    display: block;
    margin-bottom: 10px;
}
.single-filed input {
    background: #FFFFFF;
    border: 1px solid #E5E4E4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 55px;
    padding: 15px;
    font-size: 16px;
    border-radius: 5px;
    letter-spacing: 0.005em;
    color: #E5E4E4;
}
.single-filed input::-webkit-input-placeholder{
    letter-spacing: 0.005em;
    color: #E5E4E4;
}
.single-filed input::-moz-placeholder{
    letter-spacing: 0.005em;
    color: #E5E4E4;
}
.single-filed input:-ms-input-placeholder{
    letter-spacing: 0.005em;
    color: #E5E4E4;
}
.single-filed input::-ms-input-placeholder{
    letter-spacing: 0.005em;
    color: #E5E4E4;
}
.single-filed input::placeholder{
    letter-spacing: 0.005em;
    color: #E5E4E4;
}
.textarea-field textarea {
    background: #FFFFFF;
    border: 1px solid #E5E4E4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 120px;
    padding: 15px;
    font-size: 16px;
    border-radius: 5px;
    letter-spacing: 0.005em;
    color: #E5E4E4;
}
.textarea-field textarea::-webkit-input-placeholder{
    letter-spacing: 0.005em;
    color: #E5E4E4;
}
.textarea-field textarea::-moz-placeholder{
    letter-spacing: 0.005em;
    color: #E5E4E4;
}
.textarea-field textarea:-ms-input-placeholder{
    letter-spacing: 0.005em;
    color: #E5E4E4;
}
.textarea-field textarea::-ms-input-placeholder{
    letter-spacing: 0.005em;
    color: #E5E4E4;
}
.textarea-field textarea::placeholder{
    letter-spacing: 0.005em;
    color: #E5E4E4;
}
.single-filed {
    margin-bottom: 25px;
}
.reyply-btn button {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: .4px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 12px 25px;
}
.reyply-btn {
    text-align: right;
    margin-top: 20px;
}

.published-info {
    background: #F7F6F6;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 35px;
}
.published-author h5 a {
    color: #5F5C57 !important;
}
.socia-icon ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.socia-icon li {
    display: inline;
    margin-right: 3px;
}
.socia-icon ul li a {
    display: inline-block;
}
.socia-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.socia-icon p {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #AEACAA;
    margin-bottom: 0;
}

.moreformAuthor .recent-txt h5 {
    font-size: 14px;
}
.moreformAuthor .tag-title span {
    font-size: 11px;
    margin-bottom: 7px;
    display: block;
}
.moreformAuthor .author-text h5{
    font-size: 10px;
}
.moreformAuthor .recent-item .pro img {
    width: 20px;
}
.moreformAuthor .recent-txt .author-text p {
    font-size: 10px;
}
.moreformAuthor .pro {
    margin-right: 9px;
}
.moreformAuthor .recent-txt .published-min span {
    font-size: 10px !important;
}
.moreformAuthor .recent-item {
    padding-left: 0;
}
.moreformAuthor{
    margin-top: 15px;
}
.moreformAuthor .area-title {
    margin-bottom: 20px;
}
.area-title {
    margin-bottom: 35px;
}
.video-box img {
    width: 100%;
    border-radius: 10px;
}
.video-box  {
    position: relative;

}
.video-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.video-item .area-title h2 {
    margin: 0;
}
.video-item {
    margin-top: 30px;
}



/*============================ Article Page Style End ===========================*/











/*============================ Article Page Style End ===========================*/
.best-product-area {
    padding: 50px 0;
    background: #FEF8ED;
}
.best-product-area .area-title h1 {
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #29251E;
}
.best-product-area .area-title p {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #FAA307;
    margin-bottom: 15px;
}
.best-item {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
}
.best-item h4{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.005em;
    margin-bottom: 5px;
}
.best-item p{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.005em;
    color: #FAA307;
    margin-bottom: 5px;
    
}
.best-item-thumb img {
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.best-item-thumb {
    margin-bottom: 15px;
}
.purces-btn a {
    display: inline-block;
    width: 100%;
    height: 45px;
    background: #FAA307;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 10px;
    border: 1px solid #FAA307;
    line-height: 45px;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.purces-btn a:nth-child(2) {
    background: transparent;
    color: #FAA307;
}

.best-product-slider .owl-dots div {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #FEE9C4 !important;
    border-radius: 100%;
    margin: 0 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.best-product-slider .owl-dot.active {
    background: #FAA307 !important;
}
.best-product-slider .owl-controls {
    position: relative;
    right: 0;
    bottom: 0;
    top: unset;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.filter-wrapper button {
    background: #FFFFFF;
    border: 1px solid #CCCBC9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 52px;
    font-size: 16px;
    color: #8B8985;
    cursor: pointer;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 140%;
}
.filter-wrapper button img {
    margin-left: 10px;
}

.best-thhumb {
    margin-bottom: 15px;
}
.para-txt p {
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #5F5C57;
    margin-bottom: 15px;
   
}

.best-recommended .our-recommendation {
    margin-bottom: 20px;
    background: #F7F6F6;
    border-radius: 8px;
}
.best-recommended .review-txr p {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #FAA307;
    font-weight: 600;
}
.best-recommended .review-txr h4 {
    margin-bottom: 5px;
}
.rc-details a:nth-child(1) {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.005em;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #AEACAA;
    margin-right: 15px;
}
.best-recommended {
    margin-top: 35px;
}
.best-recommended .area-title{
 margin-bottom: 10px;
}
.best-product-box {
    margin: 35px 0;
}
.best-product-box .area-title {
    margin-bottom: 20px;
}
.best-product-box .area-title h2 {
    margin-bottom: 5px;
}
.best-product-box .area-title p {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #8B8985;
}
.specification-box {
    background: #FFFCF5;
    border-radius: 0px 0px 8px 8px;
    margin: 35px 0;
}
.specification-title {
    padding: 20px 25px;
    background: #FEF4E1;
    border-radius: 8px 8px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.specification-title h4 {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #29251E;
    margin: 0;
}

.specification-infoo {
    padding: 20px 25px;
    padding-bottom: 0;
    padding-top: 0;
    opacity: 1;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    visibility: visible;
    height: inherit;
}
.specification-title.active ~ .specification-infoo {
    opacity: 0;
 visibility: hidden;
 height: 0 ;
 
}

.specification-infoo li:last-child {
    border-bottom: none;
}














.specification-infoo ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.specification-infoo ul li {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #8B8985;
}
.specification-infoo ul li span {
    color: #29251E;
    width: 60%;
    display: inline-block;
}
.bestbuy {
    background: #FEF4E1;
    border-radius: 8px;
    padding: 30px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.bestbuy-txt h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #29251E;
    margin-bottom: 5px;
}
.bestbuy-txt p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #8B8985;
}
.bestbuy a {
    display: inline-block;
    width: 50%;
    text-align: center;
    background: #FAA307;
    border-radius: 3px;
    padding: 13px;
    color: #fff;
    border: 1px solid #FAA307;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.bestbuy a:hover {
    background: transparent;
    color: #FAA307;
}
.bestbuy-txt {
    padding-right: 35px;
}
.btn-three a {
    display: inline-block;
    width: auto;
    font-size: 14px;
    margin-left: 5px;
}

.table-content ul li {
    font-size: 16px;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.005em;
}

.table-content ul li a {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #AEACAA;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            width: 100%;
}

.table-content ul li a:hover {
    color: #FAA307;
}
.table-content ul li a:hover svg path{
    stroke: #FAA307;
}
.table-content .specification-infoo {
    padding-top: 5px;
}


.filter-box {
    display: inline-block;
    position: relative;
}






/*-------- Custom CheckBox Style Start --------*/
/* The container */
.codeplay-ck .container-ck {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  /* Hide the browser's default checkbox */
  .codeplay-ck .container-ck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .codeplay-ck .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #CCCBC9;
    border-radius: 3px;
}
  
  /* On mouse-over, add a grey background color */
  .codeplay-ck .container-ck:hover input ~ .checkmark {
   
  }
  
  /* When the checkbox is checked, add a blue background */
  .codeplay-ck .container-ck input:checked ~ .checkmark {
    background-color: #FAA307;
    border-color:#FAA307 ;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .codeplay-ck .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .codeplay-ck .container-ck input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .codeplay-ck .container-ck .checkmark::after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.codeplay-ck .container-ck p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
    top: 1px;
    color: #8B8985;
}
/*-------- Custom CheckBox Style Start --------*/

.filter-checkbox {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    position: absolute;
    width: 470px;
    padding:20px 10px;
    z-index: 999;
    top: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
}
.cklist {
    width: 33.33%;
    float: left;
    padding: 0 10px;
}
.filter-checkbox.active {
    visibility: visible;
    opacity: 1;
}
.best-product-slider .owl-dots {
    display: none !important;
}

.filter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
}
.selected-tag {
    margin-left: 15px;
}
.selected-tag ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.selected-tag ul li {
    display: inline-block;
    position: relative;
    background: #FAA307;
    border-radius: 8px;
    color: #fff;
    padding: 15px 30px;
    margin-right: 15px;
    letter-spacing: .5px;
    line-height: 140%;
}
.selected-tag li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 2;
    background: #D0726C;
    border-radius: 8px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.selected-tag li span img {
    margin-left: 5px;
    cursor: pointer;
}
.selected-tag ul li:hover span {
    visibility: visible;
    opacity: 1;
}
.filter-area {
    padding: 15px 0;
    margin-top: 70px;
    margin-bottom: 35px;
    background: #FFFFFF;
    position: sticky;
    top: 70px;
    z-index: 1020;
}
.filter-area.sticky {
    -webkit-box-shadow: 0px 10px 40px rgba(41, 37, 30, 0.07);
            box-shadow: 0px 10px 40px rgba(41, 37, 30, 0.07);
}
.article-area.best-area {
    padding-top: 0;
}


.blog-wrapper .blog-thumb img {
    width: 100%;
    height: 290px;
}
.header-right a:first-child img {
    width: 22px;
    position: relative;
    top: 3px;
}
.socila-link li:last-child img {
    width: 16px;
    position: relative;
    top: -1px;
}


.best-btn a {
    border: 1.5px solid #FAA307;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    display: inline-block;
    padding: 12px 80px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #FAA307;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.best-btn a:hover {
    background-color: #FAA307;
    color: #fff;
}
.socia-icon li img {
    width: 29px;
}
.slideMenu{
    display: none;
}
.menux {
    display: none;
}
.best-product-box-warp p {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #5F5C57;
    margin-bottom: 20px;
}


.best-app-thumb {
    position: relative;
    border-radius: 10px;
    margin-bottom: 15px;
}
img.social-logo {
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.best-app-area {
    padding-top: 35px !important;
}
.listing-btn {
    margin-bottom: 20px;
    text-align: center;
}
.listing-btn button {
    display: block;
    font-weight: 500;
    letter-spacing: .3px;
    font-size: 18px;
    display: block;
    width: 100%;
    padding: 14px;
    cursor: pointer;
}

.app-infolist ul {
    margin: 0;
    padding: 0;
}

.app-infolist ul li {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #5F5C57;
    margin-bottom: 20px;
    list-style: none;
    padding-left: 25px;
    margin-bottom: 15px;
    position: relative;
}
.app-infolist ul li:after {
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    background: #5F5C57;
    border-radius: 100%;
    content: '';
}
.app-btn a img {
    width: 18px;
    margin-right: 8px;
    position: relative;
    top: 3px;
   
}
.app-btn a {
    font-size: 16px !important;
}
.app-btn a:hover{
    background:#FAA307;
    color: #fff;
}
.app-ui {
    background: #E4F6FC;
    padding: 25px 35px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.app_ui_item {
    padding: 0 7px;
    width: 25%;
    float: left;
}
.app-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px;
}
.app-left-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.app-icon {
    margin-right: 15px;
}
.app-left-txt h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: 0.005em;
    color: #29251E;
    position: relative;
    margin: 0;
    display: inline-block;
}
.app-left-txt h5:after {
    position: absolute;
    bottom: 3px;
    width: 100%;
    height: 15px;
    background: #FDDCA1;
    content: '';
    left: 0;
    z-index: -1;
}



.app-left-txt p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #8B8985;
    margin: 0;
}
.app-right-info p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #AEACAA;
    margin-bottom: 5px;
}
.app-right-info h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #000000;
    margin: 0;
}
.app-right-info h5 span {
    color: #A4C639;
}
.app-icon img {
    width: 60px;
}
.add-listing-warp {
    background: #F7F6F6;
    border-radius: 8px;
    padding: 30px 25px;
    margin-top: 25px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.listing-lft-txt span {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #FAA307;
    display: block;
}
.listing-lft-txt h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #29251E;
    margin: 0;
    margin-top: 7px;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.listing-lft-txt h3:after {
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 12px;
    background: #FDDCA1;
    content: '';
    left: 0;
    z-index: -1;
}
.add-listing-btn a {
    padding: 12px 50px;
    font-size: 18px !important;
}




.popup-box {
    background: #FFFFFF;
    border-radius: 8px;
    width: 1000px;
    position: fixed;
    z-index: 999;
    padding: 55px;
    left: 50%;
    top: 12%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0;

}
.popup-box.active {
    visibility: visible;
    opacity: 1;
    top: 15%;


}
.overlay-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent;
    z-index: 99;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
}
.overlay-popup.active {
   visibility: visible;
    opacity: .5;
}
.popup-box p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #8B8985;
}
.popup-form label {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #29251E;
    margin-bottom: 10px;
    display: block;
}
.form-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 20px auto;
    grid-template-columns: repeat(2, auto);
    grid-gap: 20px;
}
.submit-btn button {
    display: inline-block;
    font-size: 18px;
    padding: 14px 65px;
    letter-spacing: .5px;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 0;
}
.submit-btn {
    text-align: right;
}

.stories-left {
    width: 50%;
    float: left;
    padding-right: 10px;
}
.stories-right {
    width: 50%;
    float: left;
    padding-left: 10px;
}
.stories-right h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: 0.005em;
    color: #29251E;
}
.stories-right h4 span {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.stories-right h4 span:after {
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 15px;
    background: #FDDCA1;
    content: '';
    left: 0;
    z-index: -1;
}
.stories-right p {
    letter-spacing: 0.005em;
    color: #FAA307;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin: 8px 0px;
}
.stories-right p b {
    color: #8B8985;
    font-weight: 500;
}
.imdb-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
}
.rating-ib:first-child {
    margin-right: 35px;
}
.rating-ib p {
    color: #7A7874;
    font-weight: 500;
    font-size: 16px;
}
.rating-ib p img {
    height: 16px;
    margin-right: 3px;
    position: relative;
    top: 2px;
}
.stories-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.rating-ib span {
    color: #FAA307;
}
.rating-ib span b {
    color: #7A7874;
    font-weight: 400;
}

.watch-box {
    background: #FEF4E1;
    border-radius: 8px;
    text-align: center;
    padding: 30px 25px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.watch-box a {
    background: #FAA307;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0.005em;
    color: #F7F6F6;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.watch-box a img {
    margin-right: 10px;
}
.watch-box.watch-box-three {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 15px auto 15px auto;
    grid-template-columns: repeat(3, auto);
    grid-gap: 15px;
}
.watch-box.watch-box-two {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 15px auto;
    grid-template-columns: repeat(2, auto);
    grid-gap: 15px;
}




.search-bar-area {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.search-bar-area.active {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.search-bar {
    text-align: center;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 15px 40px rgba(41, 37, 30, 0.07);
            box-shadow: 0px 15px 40px rgba(41, 37, 30, 0.07);
    border-radius: 0px 0px 12px 12px;
    padding: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.search-bar input {
    font-weight: normal;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #E5E4E4;
    border: none;
    padding: 15px;
    height: 50px;
    width: 360px;
}
.search-bar input::-webkit-input-placeholder {
    opacity: 1;
    color: #E5E4E4;
}
.search-bar input::-moz-placeholder {
    opacity: 1;
    color: #E5E4E4;
}
.search-bar input:-ms-input-placeholder {
    opacity: 1;
    color: #E5E4E4;
}
.search-bar input::-ms-input-placeholder {
    opacity: 1;
    color: #E5E4E4;
}
.search-bar input::placeholder {
    opacity: 1;
    color: #E5E4E4;
}
.search-bar button {
    background: transparent;
    border: honeydew;
    cursor: pointer;
}


/*mega menu*/
.mega_menu {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 15px 40px rgba(41, 37, 30, 0.07);
            box-shadow: 0px 15px 40px rgba(41, 37, 30, 0.07);
    border-radius: 0px 0px 12px 12px;
    position: absolute;
    left: 15px;
    top: 100%;
    width: calc(100% - 30px);
    padding: 0 15px 30px;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    pointer-events: none;
}
.mega_wrap:hover .mega_menu{
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}
.mainmenu-wrapper ul{
    padding: 0;
}
.mainmenu-wrapper ul li.mega_wrap {
    position: static;
}
.position-relative{
    position: relative;
}
.mainmenu-wrapper ul li.mega_wrap ul{
    position: relative;
    background-color: transparent;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
.mainmenu-wrapper ul li.mega_wrap ul li{
    margin-bottom: 15px;
}
.mainmenu-wrapper ul li.mega_wrap ul li a {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #8B8985;
    font-weight: 400;
    padding: 0;
    background-color: transparent;
}
.mainmenu-wrapper ul li.mega_wrap ul li a:hover {
    color: #FAA307;
}
.mainmenu-wrapper ul li.mega_wrap ul li a.active{
    font-weight: 600;
    color: #FAA307;
}
.mega_menu .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.mega_menu .row .col{
    padding-left: 15px;
    padding-right: 15px;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    margin-top: 30px;
}
.mega_menu .row .col .recent-item {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 25px;
}
.mega_menu .row .col .recent-item img {
    margin-left: 0;
    border-radius: 8px;
    height: 70px;
    width: 70px;
    -o-object-fit: cover;
       object-fit: cover;
}
.mega_menu .row .col .recent-txt h5 {
    font-size: 16px;
    margin-bottom: 0px;
}
.mega_menu .recent-thumb {
     width: auto; 
}
.specification-title img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.specification-title.active img {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.attractive-txt .purces-btn a {
    font-size: 15px;
}

.alternative-page{
    padding-top: 80px !important;
}
.table-content .specification-infoo {
    height: 100%;
    visibility: visible;
    opacity: 1;
}
.alternative-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
}
.att-thumb {
    width: 50%;
}
.attp-txt {
    width: 50%;
    padding-left: 20px;
}
.state-title {
    background: #FEF4E1;
    border-radius: 8px 8px 0px 0px;
    padding:20px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
}
.state-title h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #29251E;
    margin: 0;
}
.state-title img {
    width: 20px;
}
.state-drive-warp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 12px auto;
    grid-template-columns: repeat(2, auto);
    grid-gap: 12px;
}
.state-list {background: #FFFCF5;border-radius: 0px 0px 8px 8px;padding: 0 22px;}

.state-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.state-list li {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #57B286;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #E5E4E4;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.state-list li img {
    width: 16px;
    margin-right: 10px;
}
.state-list.Cons-list li {
    color: #D0726C;
}
.state-list li:last-child {
    border-bottom: none;
}
.app-left-txt p span {
    color: #FAA307;
}
.watch-box.watch-box-two {
    -ms-grid-columns: 50% 15px 50%;
    grid-template-columns: repeat(2, 50%);
}


.cetagory-box p {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #FAA307;
}
.cetagory-box {
    padding: 50px 25px;
    background: #FEF8ED;
    border-radius: 8px;
    text-align: center;
}
.cateeegory-area {
    padding: 50px 0;
}
.cetagory-box h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #29251E;
}
.rrecent-cetagory-warp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 32.3% 1.5% 32.3% 1.5% 32.3%;
    grid-template-columns: repeat(3, 32.3%);
    grid-gap: 1.5%;
}
.recent-cetagory-item {
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
    height: 430px;
}
.cetagory-info-txt .pro img {
    width: 36px;
}
.recent-cetagory-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/overlay-bg.svg);
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    content: '';
   z-index: 2;
}
.recent-cetagory-item img {
    width: 100%;
    z-index: 1;
    height: 100%;
}
.cetagory-info-txt {
    position: absolute;
    z-index: 3;
    bottom: 15px;
    width: 100%;
    padding: 0 20px;
}

.cetagory-info-txt p {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #FBBA45;
    letter-spacing: .3px;
}
.cetagory-info-txt h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.cetagory-info-txt h2:hover {
    color: #faa307;
}
.cetagory-info-txt .author-text h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #F7F6F6;
}
.cetagory-info-txt .author-text p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.005em;
    color: #F0F0EF;
}
.cetagory-info-txt .published-min span {
    color: #fff !important;
    opacity: 1;
}
.product-list-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 15px auto 15px auto;
    grid-template-columns: repeat(3, auto);
    grid-gap: 15px;
    margin-bottom: 70px;
}
.product-list-single .recent-item .pro img {
    width: 30px;
}
.product-list-single  .recent-txt h5 {
    font-size: 16px;
}
.product-list-single .author-text h5 {
    font-size: 13px;
}
.product-list-single .pro {
    margin-right: 10px;
}
.product-list-single .recent-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
}
.recent-cetagory-box p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.005em;
    display: block;
    color: #FAA307;
    margin-bottom: 35px;
}
.pagination-list {
    text-align: center;
    margin-bottom: 100px;
}
.pagination-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pagination-list li {
    display: inline;
    margin: 0 5px;
}
.pagination-list li a {
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #E5E4E4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    width: 50px;
    color: #CCCBC9;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.pagination-list li a:hover {
    background: #FAA307;
    border-radius: 3px;
    color: #fff;
    border-color: #FAA307;
}
.pagination-list li a.active {
    background: #FAA307;
    border-radius: 3px;
    color: #fff;
    border-color: #FAA307;
}

.recemt-pods .info-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.recemt-pods .author-text p {
    font-size: 12px;
    margin: 0;
}
.recent-cetagory-area {
    padding-bottom: 70px;
}

.cetagory-info-txt p{
    margin: 0;
}
.product-list-single {
    margin-bottom: 20px;
}

.best-recomended {
    background: #FEF8ED;
    border-radius: 8px;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.rcd-text h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #29251E;
    position: relative;
}
.best-recomended .area-title {
    margin-bottom: 0;
}
.out-txt span {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #FAA307;
    margin-bottom: 10px;
    display: block;
}
.best-five{
    margin-top: 30px;
    margin-bottom: 30px;
}
.best-laptop img {
    width: 80px;
}
.best-laptop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.best-laptop a {
    width: 80px;
    display: inline-block;
    margin-left: 15px;
}
.best-recomended span:after {
    height: 10px !important;
    bottom: 0px !important;
}
.contact-area {
    padding-bottom: 100px;
}
.single-filed label {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #29251E;
    display: block;
    margin-bottom: 10px;
}
.field-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 32.20% 20px 32.20% 20px 32.20%;
    grid-template-columns: repeat(3, 32.20%);
    grid-gap: 20px;
    width: 100%;
}
.contact-area .textarea-field textarea {
    height: 195px;
}
.single-filed select {
    background: #FFFFFF;
    border: 1px solid #E5E4E4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 55px;
    padding: 15px;
    font-size: 16px;
    border-radius: 5px;
    letter-spacing: 0.005em;
    color: #E5E4E4;
    outline: none;
    -webkit-box-shadow: 0;
            box-shadow: 0;
}








/* The container must be positioned relative: */
.custom-select {
    position: relative;
    font-family: Arial;
  }
  
  .custom-select select {
    display: none; /*hide original SELECT element: */
  }
  
  .select-selected {
    background-color: transparent;
  }
  
  /* Style the arrow inside the select element: */
  .select-selected:after {
    position: absolute;
    content: "";
    top: 19px;
    right: 15px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #E5E4E4;
    border-bottom: 2px solid #E5E4E4;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
  
  /* Point the arrow upwards when the select box is open (active): */
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }
  
  /* style the items (options), including the selected item: */
  .select-items div, .select-selected {
    color: #000;
    padding: 8px 16px;
    border: 1px solid #E5E4E4;
    border-color: #E5E4E4;
    cursor: pointer;
    height: 55px;
    line-height: 38px;
    font-weight: 500;
    border-radius: 5px;
}
  
  /* Style items (options): */
  .select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  
  /* Hide the items when the select box is closed: */
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .select-items {
    position: absolute;
    background-color: #fef8ed;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 7px;
}

.select-items div {
    border-radius: 0 !important;
}
.textarea-field label {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #29251E;
    display: block;
    margin-bottom: 10px;
}
.select-items div {
    height: 40px;
    line-height: 20px;
}
.select-selected {
    color: #ddd;
}

.select-selected.select-arrow-active:after {
    border-color:#E5E4E4;
    top: 19px;
}








.author-info-area {
    padding: 50px 0;
}
.author-box {
    background: #FEF8ED;
    border-radius: 8px;
    padding: 25px;
}
.athr-txt h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #29251E;
    margin-bottom: 0;
}
.author-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.athr-txt {
    padding-left: 15px;
}
.author-profile .socila-link ul li {
    margin: 0;
    margin-right: 10px;
}
.author-box p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #8B8985;
    margin-top: 25px;
}
.author-info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.author-analytics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.analytics-txt {
    margin-left: 30px;
}
.analytics-txt h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #FAA307;
    margin: 0 !important;
    margin-bottom: 5px;
}
.analytics-txt p {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #5F5C57;
    margin: 0;
}
.celection-card {
    background: #FEF8ED;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
}
.celection-card .area-title {
    margin-top: 0;
    margin-bottom: 0px;
}
.celection-card h2 {
    font-size: 20px;
}
.celection-card p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #8B8985;
}
.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1022;
    display: none;
}
.overlay.block{
    display: block;
}



/*comparison area*/
.comparison_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.comparison_left_col {
    min-width: 398px;
    -webkit-box-shadow: 10px 4px 40px rgba(41, 37, 30, 0.05);
            box-shadow: 10px 4px 40px rgba(41, 37, 30, 0.05);
    z-index: 2;
}
.left_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 76px;
    padding: 0 24px;
    background-color: #FEF4E1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 8px 0 0 0;
}
.left_header h3{
    font-weight: 700;
    font-size: 20px;
    color: #29251E;
    letter-spacing: 0.005px;
    margin-bottom: 0;
    line-height: 1.2;
}
.header_icon_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header_icon_box .header_icon{
    height: 32px;
    width: 32px;
    border-radius: 50px;
    line-height: 32px;
    background-color: #ffffff;
    margin-right: 15px;
    color: #8B8985;
}
.left_item_wrapper{
    background-color: #FFFCF5;
    padding: 0 24px;
    border-radius: 0 0 0 8px;
}
.left_item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 112px;
    border-bottom: 1px solid #E5E4E4;
}
.left_item .img_box {
    height: 64px;
    width: 64px;
    border-radius: 8px;
    margin-right: 16px;
    flex-shrink: 0;
    overflow: hidden;
}
.left_item h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.005px;
    line-height: 1.2;
    margin-bottom: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.left_item:hover h4{
    color: #FAA307;
}
.left_item_wrapper .left_item:last-child{
    border-bottom: none;
}
.comparison_right_col {
    border-radius: 0 8px 8px 0;
    overflow: hidden;
    width: 100%;
}
.comparison_right_col .right_carousel{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.comparison_right_col .right_carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0 !important;
}
.right_header{
    height: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FEF4E1;
}
.right_header h4{
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    padding: 0 24px;
    margin-bottom: 0;
    white-space: nowrap;
}
.right_item_wrapper{
    background-color: #FFFCF5;
    padding: 0 8px;
}
.right_item{
    height: 112px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #E5E4E4;
}
.right_item h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.005px;
    color: #8B8985;
    margin-bottom: 0;
}
.right_item_wrapper .right_item:last-child{
    border-bottom: 0;
}
.comparison_right_col .item{
    border-right: 1px solid #E5E4E4;
}
.last_item{
    border-right: 0;
}
.header_icon_box button {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    line-height: 35px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-left: 16px;
}
.header_icon_box button:hover{
    background-color: #FAA307;
}
.header_icon_box button:hover svg path{
    stroke: #F7F6F6;
}
/*new*/
.specification-infoo.v2 ul li {
    padding: 0;
    border: none;
}
.specification-infoo.v2>ul>li{
    display: block;
}
.specification-infoo.v2 ul li a{
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #AEACAA;
    padding: 16px 0;
    border-bottom: 1px solid #E5E4E4;
    font-weight: 400;
}
.specification-infoo.v2 ul li a:hover{
    color: #FAA307;
}
.specification-infoo.v2>ul>li:last-child>a{
    border-bottom: none;
}
.specification-infoo.v2 ul li ul {
    display: none;
    padding-left: 0;
    padding-top: 0;
}
.specification-infoo.v2 ul li ul li a{
    padding-left: 16px;
}
.specification-infoo.v2>ul>li:last-child>ul>li:first-child>a{
    border-top: 1px solid #E5E4E4;
}
.pb_80{
    padding-bottom: 80px;
}