 body {
  word-break: break-word; 
  font-family: 'Open Sans';
}
.clear {
  clear: both; 
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; 
}
h1,h2,h3,h4,h5,h6{
  font-weight: 600;
}
.form-control:focus {
  box-shadow: none; 
}
a {
  color:#4DB4AC;
}
a:hover {
  text-decoration: none; 
  color:#4DB4AC;
}
img {
  max-width: 100%;
  border: none;
  height: auto; 
  width:auto;
}
p{
  font-size: 16px;
  color: #121924;
  line-height: 1.39;
  margin-bottom: 20px;
}
main {
  display: block; 
}
.height100 {
  height: 100%; 
}
.image-fit {
  display: block;
  overflow: hidden; 
}
.image-fit img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.list-inline {
  letter-spacing: -0.3em; 
}
.list-inline .item-inline {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block; 
}
.inline-middle .item-inline {
  vertical-align: middle; 
}
.relative-section {
  position: relative; 
}
.bg-center {
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
}
.font700 {
  font-weight: 700; 
}
.font600 {
  font-weight: 600; 
}
.font500 {
  font-weight: 500;
 }
.font400 {
  font-weight: 400; 
}
.font300 {
  font-weight: 300; 
}
.animated-delay2 {
  -webkit-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s; 
}
.animated-delay3 {
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s; 
}
.animated-delay4 {
  -webkit-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s; 
}
.animated-delay5 {
  -webkit-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s; 
}
.animated-delay6 {
  -webkit-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s; 
}
.flex {
  display: flex; 
  flex-wrap: wrap;
}
.flex-three .item-flex {
  width: 33.33%;
}
.flex-two .item-flex {
  width: 50%; 
}
.flex-middle {
  align-items: center;
  -webkit-align-items: center; 
}
:focus, button:focus {
  outline: none !important; 
}
.container{
  max-width: 1110px;
  padding: 0 15px;
}
.the-header {
	height:58.34px;
}
#header{
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  min-height: 28px;
  z-index: 99;
  border-bottom: 1px solid #F5F8F7;
}
#header .container{
  position: relative;
}
.toggle-menu{
  width: 25px;
  height: 20px;
  background-image: url(../images/menu.png);
  background-size: cover;
  cursor: pointer;
}
.header-menu{
  float: left;
  padding-top: 5px;
  position: relative;
  z-index: 5;
}
.logo{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.logo a {
  display: inline-block;
}
.logo img{
  max-height: 28px;
}
#header .toggle-search {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/search.svg);
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 20px;
  z-index: 9;
  position: absolute;
  left: 60px;
  top: 5px;
}
#header .toggle-search.active {
    background-image: url('../images/menu-close.png');
  }
.header-search{
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 10px 0;
  background: #F6F6F6;
 display: none;
}
.header-search.active {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header-search .search-bg{
  height: 49px;
  background: #F6F6F6;
  border-radius: 8px;
  position: relative;
  padding-right: 50px;
}
.header-search .it-form{
  padding: 12.5px 16px;
  width: 100%;
  background: transparent;
  border: initial;
}
.search-icon{
  position: absolute;
  top: 10px;
  right: 16px;
  border: none;
  background: transparent;
}
.home-services{
  padding: 70px 0 60px;
}
.home-services .mca-sub-title {
    max-width: 740px;
    margin: 0 auto;
}
.mca-title-label{
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 10px;
  color: #676A6E;
  margin-bottom: 40px;
}
.home-services .mca-title{
  font-size: 50px;
}
.mca-title{
  font-size: 40px;
  line-height: 1.2;
  color: #121924;
  margin-bottom: 40px;
}
.mca-title a {
  color: #121924;
}
.mca-sub-title{
  font-size: 15px;
  line-height: 1.6;
  color: #676A6E;
  margin-bottom: 20px;
  max-width:740px;
  margin:0 auto;
}
.margin25{
  margin: 0 -12.5px;
}
.padding25{
  padding: 0 12.5px;
}
.home-services .services-title{
  margin-bottom: 60px;
}
.services-it{
  margin-bottom: 20px;
}
.services-it-bg{
  height: 100%;
  border-radius: 4px;
  padding: 60px 88px 40px;
}
.services-it .services-feature{
  height: 100px;
  margin-bottom: 60px;
  display: block;
}
.services-it .services-feature img{
  height: 100%;
}
.services-it h3{
  font-size: 24px;
  line-height: 1;
  color: #121924;
  margin-bottom: 24px;
}
.services-it h3 a{
  color: #121924;
}
.services-it p{
  font-size: 15px;
  line-height: 1.6;
  color: #636973;
  margin-bottom: 30px;
}
.mca-btn{
  background: #EF7A34;
  border-radius: 4px;
  display: inline-block;
  padding: 12px 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  min-width: 186px;
}
.mca-btn img{
  margin-left: 5px;
}
.services-it .mca-btn{
  opacity: 0;
}
.services-it:hover .mca-btn{
  opacity: 1;
}
.services-it:hover .services-it-bg{
  box-shadow: 0px 0px 40px rgba(31, 40, 15, 0.08);
}
.home-company{
  padding: 60px 0 40px;
  background: #F9F9F9
}
.home-company .company-title{
  font-size: 22px;
  line-height: 1.32;
  color: #676A6E;
  margin-bottom: 40px;
}
.company-it{
  margin-bottom: 20px;
}
.company-it a{
  border-radius: 4px;
  display: block;
}
.company-it a img{
  height: 88px;
  object-fit: cover;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.company-it a:hover img {
  filter: none;
  -webkit-filter: none;
}
.home-topic{
  padding: 80px 0 60px;
}
.home-topic .topic-title .mca-title{
  margin-bottom: 26px;
}
.home-topic .topic-title .mca-sub-title{
  font-size: 22px;
  line-height: 1.32;
  margin-bottom: 0;
}
.home-topic .topic-title{
  margin-bottom: 60px;
}
.topic-it .topic-feature{
  height: 230px;
  margin-bottom: 24px;
}
.topic-it .topic-feature img{
  border-radius: 4px;
}
.topic-it .topic-des h4{
  font-size: 30px;
  line-height: 1.2;
  color: #121924;
  margin-bottom: 10px;
}
.topic-it .topic-des h4 a{
  color: #121924;
}
.topic-it .topic-des ul li{
  font-size: 20px;
  line-height:1;
  color: #121924;
  margin-bottom: 0;
  padding-left: 20px;
  list-style: none;
  position: relative;
  padding: 20px 0 20px 20px;
  border-top: 1px solid #F5F8F7;
}
.topic-it .topic-des ul li a {
   color: #121924;
     display: block;
    line-height: 26px;
    font-size:16px;
}
.topic-it .topic-des ul li a:hover {
  color: #4DB4AC;
}
.topic-it .topic-des ul li::before{
  position: absolute;
  top: 28px;
  left: 2px;
  content: "";
  background-image: url(../images/icon-list.svg);
  background-size: 9px auto;
  width: 9px;
  height: 9px;
  background-repeat: no-repeat;
}
.home-company .mca-title{
  margin-bottom: 26px;
}
.home-post{
  padding: 80px 0 55px;
}
.mca-title-22{
  font-size: 22px;
  line-height: 1.32;
  color: #676A6E;
  margin-bottom: 0;
}
.margin-bt26{
  margin-bottom: 26px;
}
.home-post-title{
  margin-bottom: 60px;
}
.home-post-big{
  margin: 0 -30px;
}
.home-post-big .post-feature{
  padding: 0 0 0 30px;
}
.home-post-big .post-info{
  padding: 25px;
}
.home-post-big .post-feature img{
  width: 100%;
}
.home-post .home-post-big {
  align-items:inherit;
}
.home-post .home-post-big .post-feature .image-fit {
  height:100%;
}
.post-date{
  font-size: 15px;
  line-height: 1.07;
  color: #676A6E;
  font-weight: 400;
  margin-bottom: 20px;
}
.post-title{
  font-size: 24px;
  line-height: 1.25;
  color: #121924;
  margin-bottom: 16px;
}
.post-title a{
  color: #121924;
}
.post-des p{
  font-size: 16px;
  line-height: 1.5;
  color: #676A6E;
}
.home-post-big .post-des{
  margin-bottom: 40px;
}
.post-author{
  font-size: 15px;
  line-height: 1.47;
  color: #676A6E;
  margin-bottom: 0;
}
.post-author a {
  color:#000;
}
.home-post-all{
  margin-top: 60px;
}
.home-post-all .mca-title{
  font-size: 32px;
  margin-bottom: 30px;
}
.post-it{
  margin-top: 25px;
}
.post-it .post-it-bg{
  padding: 40px 20px 60px 20px;
    position: relative;
    height: 100%;
    border: 1px solid #F5F8F7;
    border-radius: 4px;
}
.post-it .post-title{
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 20px;
}
.home-articles{
  background: #F9F9F9;
  padding-top: 80px;
}
.post-it .post-it-bg:hover{
  background: #4DB4AC;
  box-shadow: 0px 0px 40px rgba(31, 40, 15, 0.08);
  border-radius: 4px;
}
.post-it .post-date{
  color: #656565;
}
.post-it .post-it-bg:hover .post-date, .post-it .post-it-bg:hover .post-title a,
.post-it .post-it-bg:hover .post-author{
  color: #fff;
}
.post-it .post-author{
  position: absolute;
  left: 20px;
  right: 19px;
  bottom: 20px;
}
.home-post-2{
  padding: 40px 0;
}
.section-title{
  max-width: 955px;
  margin: 0 auto;
}
.home-post-2 .section-title{
  margin-bottom: 40px;
}
.post-it .post-feature-it{
  height: 200px;
}
.post-info-it{
  padding: 30px 20px 60px;
  background: #fff;
}
.home-post-2 .post-it .post-title{
  font-size: 26px;
  margin-bottom: 16px;
}
.home-post-2 .post-it{
  margin: 20px 0 40px;
  position: relative;
}
.home-post-2 .post-no-feature .post-title{
  font-size: 40px;
  margin: 30px 0 26px;
  line-height: 1.3;
}
.home-post-2 .post-it .post-author{
  left: 32.5px;
  right: 32.5px;
}
.pagination{
 justify-content: center;
}
.pagination .page-numbers{
  width: 50px;
  height: 50px;
  border-radius: 4px;
  line-height: 49px;
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  color: #B5B7BB;
  display: inline-block;
  margin: 0 6px;
  border: 1px solid #F5F8F7;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover{
  background: #EF7A34;
  color: #fff;
}
.pagination .prev, .pagination .next{
  color: #676A6E;
}
.home-auf{
  background: #f9f9f9;
  padding: 80px 0;
}
.home-auf .auf-title{
  max-width: 568px;
  margin: 0 auto 60px;
}
.home-auf .auf-title img{
  margin-bottom: 38px;
}
.home-auf .auf-title .mca-title{
  margin-bottom: 30px;
}
.auf-btn .mca-btn{
  min-width: 137px;
}
.auf-btn{
  margin-top: 40px;
}
.mca-btn:hover{
  background: rgba(239,122,52,0.8);
  color: #fff;
}
.sma-list ul li{
  font-size: 20px;
    line-height: 1.39;
    color: #121924;
    margin-bottom: 40px;
    padding-left: 20px;
    list-style: none;
    position: relative;
}
.sma-list ul li a {
  color: #121924;
}
.sma-list ul li::before {
    position: absolute;
    top: 7px;
    left: 2px;
    content: "";
    background-image: url(../images/icon-list.svg);
    background-size: 9px auto;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat;
}
#footer{
  background: #121924;
}
.footer-top{
  padding: 80px 0 60px;
}
.logo-footer img{
  height: 33px;
}
.logo-footer{
  margin-bottom: 19px;
}
.footer-social h4{
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 26px;
}
.footer-social h4 a {
  color:#fff;
}
.footer-social .list-social a{
  margin-right: 20px;
  display: inline-block;
  background: #202B3B;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.footer-social .list-social{
  margin-bottom: 6px;
}
.newsletter-form-bg h3{
  font-size: 22px;
  margin-bottom: 26px;
}
.newsletter-form{
  width: 350px;
  height: 55px;
  background: #202A3B;
  border-radius: 4px;
  padding-right: 115px;
  position: relative;
}
.newsletter-form input[type="email"]{
  width: 100%;
  padding: 0 15px;
  font-size: 12px;
  height:52px;
  line-height:100%;
  color: #69768D;
  font-family: Open Sans;
  background: transparent;
  border: none;
}
.newsletter-form input[type="submit"]{
  padding: 8px 19px;
  font-size: 15px;
  line-height: 1.6;
  font-family: Open Sans;
  color: #FFFFFF;
  background: #EF7A34;
  border-radius: 4px;
  position: absolute;
  top: 7px;
  right: 8px;
  border: none;
}
.footer-menu div > ul{
  display: flex;
  gap: 10px;
}
.footer-menu div > ul > li > a {
  color:#fff;
}
.footer-menu ul li{
  font-weight: 600;
  font-size: 26px;
  line-height: 1.15;
  color: #FFFFFF;
  width: 100%;
}
.footer-menu ul ul{
  margin-top: 30px;
}
.footer-menu ul li li{
  display: block;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.33;
}
.footer-menu ul li li a{
  color: #69768D;
  font-weight: 400;
}
.footer-menu{
  margin-bottom: 20px;
}
.footer-languge{
  column-count: 2;
}
.footer-languge .flag a{
  display: inline-block;
  margin-right: 15px;
   width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  padding: 0;
}
.footer-languge .flag a img{
  display: block;
}
.footer-languge .flag a.active::after{
  display: none;
}
.footer-bottom{
  border-top: 1px solid #202A3B;
  padding: 45px 0;
}
.footer-bottom .copyright p{
  font-size: 13px;
  line-height: 1.54;
  color: #69768D;
  margin-bottom: 0;
}
.footer-bottom .copyright{
  max-width: 475px;
}
.footer-menu-bottom ul{
  letter-spacing: -0.3em;
}
.footer-menu-bottom ul li{
  letter-spacing: 0;
  margin-left: 20px;
  font-size: 15px;
  line-height: 1.33;
  color: #FFFFFF;
  display: inline-block;
}
.footer-menu-bottom ul li a{
  color: #fff;
}
.footer-menu-bottom ul li:first-child{
  margin-left: 0;
}
.footer-bottom-bg{
  align-items: center;
}
.home-articles-tab .nav-tabs{
  margin: 60px -12.5px 28px;
  border: none;
}
.home-articles-tab .nav-item{
  padding: 0 12.5px;
  width: 16.66%;
}
.home-articles-tab .nav-item a {
  box-shadow: 0px 0px 40px rgba(31, 40, 15, 0.05);
  border-radius: 4px;
}
.home-articles-tab .nav-link{
  padding: 15px 10px;
  text-align: center;
  height: 100%;
  background: #fff;
  border-radius:4px;
}
.home-articles-tab .home-articles-icon{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 80px;
  overflow: hidden;
  position:relative;
}
.home-articles-tab .home-articles-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 70%;
    max-height: 70%;
    width: auto;
    height: auto;
    transform: translate(-50%,-50%);
}
.home-articles-tab .nav-link h4{
  font-size: 16px;
  line-height: 1.36;
  color: #121924;
  margin-bottom: 0;
}
.home-articles-tab .nav-link.active, .home-articles-tab .nav-link:hover{
  background: #4DB4AC;
  border: none;
}
.home-articles-tab .nav-link.active h4, .home-articles-tab .nav-link:hover h4{
  color: #fff;
}
.home-articles-tab .tab-content{
  padding: 35px 0 60px;
  background: #4DB4AC;
}
.home-articles-tab .post-info-it{
  padding: 30px 20px 40px;
  height:calc(100% - 200px);
}
.home-articles-tab .post-it .post-author {
   position: relative;
   left: 0;
   bottom: 0;
   right: 0;
}
.bra4 {
  border-radius:4px;
  overflow: hidden;
}
.home-articles-tab .nav-link.active{
  position: relative;
}
.home-articles-tab .nav-link.active::after{
      position: absolute;
    bottom: -28px;
    background-image: url(../images/ar-tab.png);
    width: 91px;
    height: 14px;
    background-repeat: no-repeat;
    content: "";
    background-size: 100% 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.link-page{
  background: #F6F6F6;
  padding: 23px 0;
}
.breacrump .item-breacrump a{
  font-size: 15px;
  line-height: 1.6;
  color: #C4C4C4;
}
.breacrump .item-breacrump a.current{
  color: #121924;
}
.breacrump .item-breacrump{
  display: inline-block;
}
.author-people-social h4{
  font-size: 16px;
  line-height: 1.37;
  font-weight: 400;
  color: #676A6E;
  margin-bottom: 20px;
}
.author-people-social .aut-share a{
  display: inline-block;
  margin-right: 15px;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  line-height: 32px;
  text-align: center;
  font-size: 20px;
}
.author-people-social  .share-linkedin{
  color: #fff;
  background: #2867BC;
}
.author-people-social  .share-link{
  color: #676A6E;
  background: #F6F6F6;
}
.author-top{
  padding: 40px 0;
  align-items: center;
  border-bottom: 2px solid #F6F6F6;
}
.aut-people .aut-feature{
  height: 120px;
  width: 120px;
  border-radius: 50%;
  margin-right: 40px;
}
.aut-people .aut-people-info {
  width: calc(100% - 160px);
}
.aut-people .aut-people-info .mca-title{
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 15px;
}
.aut-people .aut-people-info p{
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
  color: #4DB4AC;
  margin-bottom: 0;
}
.author-info h3{
  margin: 30px 0 19px;
  font-size: 24px;
  line-height: 1.42;
  color: #121924;
  font-weight: 700;
}
.author-info p{
  font-size: 16px;
  line-height: 1.39;
  color: #121924;
  margin-bottom:10px
}
.author-custom ul{
  border-left: 2px solid #E1E8E7;
  padding-top: 20px;
}
.author-custom ul li::before{
  position: absolute;
  content: "";
  top: 9px;
  left: -4px;
  width: 7px;
  border-radius: 50%;
  height: 7px;
  background: #4DB4AC;
}
.author-custom ul li{
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}
.author-custom ul li h4{
  font-size: 16px;
  line-height: 1.39;
  color: #4DB4AC;
  margin-bottom: 4px;
}
.author-custom ul li h5{
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.375;
  color: #121924;
}
.author-custom ul li p{
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 4px;
  color: #676A6E;
}
.author-custom{
  padding: 20px 30px 30px 0;
  min-height:500px;
}
.author-info-bg{
  margin: 0 -30px;
}
.author-sidebar{
  padding: 0 30px 30px 0;
  border-left: 2px solid #F6F6F6;
}
.author-sidebar .list-tag a{
  display: inline-block;
  background: #F5F8F7;
  border-radius: 4px;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 1.39;
  color: #676A6E;
  margin: 10px 18px 10px 0;
}
.author-sidebar-it{
  border-bottom: 2px solid #F6F6F6;
  padding-left: 30px;
  padding-bottom: 20px;
}
.author-sidebar-it:last-child{
  border-bottom: none;
}
.aut-membership-list .membership-feature img{
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}
.aut-membership-list .membership-feature{
  margin-right: 20px;
}
.aut-membership-list .membership-des{
  width: calc(100% - 90px);
}
.aut-membership-list .membership-des p{
  font-size: 16px;
  line-height: 1.39;
  color: #121924;
  margin-bottom: 0;
}
.aut-membership-it{
  margin: 10px 0;
  align-items: center;
}
.author-sidebar-it.sma-list ul li{
  font-size: 16px;
  margin-bottom: 20px;
}
.font24{
  font-weight: 700;
  font-size: 24px;
  line-height: 1.42;
  color: #121924;
  margin-bottom: 5px;
}  
.author-news{
  border-top: 2px solid #F6F6F6;
  padding: 40px 0 15px;
}
.author-post-list{
  margin-top: 20px;
}
.author-post-list .home-post-big .post-info{
  padding:20px;
}
.author-post-list .post-title{
  font-size: 24px;
  line-height: 1.42;
  margin-bottom: 16px;
}
.author-post-list .home-post-big .post-des{
  margin-bottom: 20px;
}
.author-post-list .post-date{
  margin-bottom: 16px;
}
.author-post-list  .home-post-big{
  margin-bottom: 20px;
}
.post-author span{
  font-family: 'SF Pro Display';
}
.author-post-list{
  margin-bottom: 40px;
}
.author-post-2{
  padding-bottom: 60px;
}
.pagination-author .page-numbers.current, .pagination-author .page-numbers:hover{
 background: #4DB4AC;
}
.content-404{
  background: #F6F6F6;
  padding: 90px 0 60px;
}
.inner-404{
  max-width: 578px;
  margin: 0 auto;
}
.inner-404 img{
  margin-bottom: 25px;
}
.inner-404 h1{
  font-size: 32px;
  line-height: 1.375;
  color: #121924;
  margin-bottom: 20px;
  font-weight: 700;
}
.inner-404 p{
  font-size: 16px;
  line-height: 1.39;
  color: #676A6E;
  margin-bottom: 10px;
}
.form-searc-404{
  background: #FFFFFF;
  border-radius: 8px;
  width: 400px;
  margin: 30px auto 0;
  height: 60px;
  padding-right: 60px;
  position: relative;
}
.form-searc-404 input.input-404{
  padding: 18px 22px;
  background: transparent;
  border: none;
  width: 100%;
  font-size: 15px;
  line-height: 1.6;
  color: #69768D;
  font-family: Open Sans;
  width: 100%;
}
.form-searc-404 .btn-submit-404{
  position: absolute;
  width: 48px;
  height: 48px;
  background: #4DB4AC;
  border-radius: 5px;
  top: 6px;
  right: 6px;
  text-align: center;
  line-height: 43px;
  border: none;
}
.menu-404{
  background: #FFFFFF;
  border-radius: 10px;
  padding: 40px 45px 24px;
  margin-top: 120px;
}
.menu-404 ul{
  letter-spacing: -0.3em;
  margin: 0 -10px;
}
.menu-404 ul li{
  display: inline-block;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.09;
  color: #4DB4AC;
  width: 25%;
  vertical-align: top;
  padding: 0 10px;
}
.menu-404 ul li a{
  color: #4DB4AC;
}
.menu-404 ul ul{
   margin: 20px 0 0;
}
.menu-404 ul ul li{
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #121924;
  font-weight: 400;
  width: 100%;
  padding: 0;
}
.menu-404 ul ul li a{
   color: #121924;
}
.about-top{
  padding: 126px 0 117px;
}
.about-top h4{
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: 'Poppins';
}
.about-top-bg{
  max-width: 910px;
  margin: 0 auto 3px;
}
.about-top h1{
  font-size: 70px;
  line-height: 1.29;
  margin-bottom: 0;
}
.about-section-2{
  padding: 40px 0 55px;
}
.about-section-2 h4{
  font-size: 15px;
  line-height: 1.47;
  color: #676A6E;
  margin-bottom: 30px;
  font-weight: 400;
}
.sma-about-title,.about-primary h3{
  font-weight: 700;
  font-size: 32px;
  line-height: 1.375;
  color: #121924;
  margin-bottom: 20px;
}
.about-section-2 p{
  font-size: 16px;
  line-height: 1.39;
  color: #121924;
  margin-bottom: 25px;
}
.about-team-title p{
  font-size: 16px;
  line-height: 1.39;
  margin-bottom: 20px;
  color: #676A6E;
}
.about-team-bg{
  padding: 20px 0 40px;
}
.ab-team-item-bg{
  background: #FFFFFF;
  border-radius: 4px;
  height: 100%;
  padding: 50px 20px;
}
.ab-team-item-bg .ab-team-feature img{
  width: 116px;
  height: 116px;
  border-radius: 50%;
  object-fit: cover;
}
.ab-team-item-bg .ab-team-feature{
  margin-bottom: 30px;
}
.ab-team-item-bg h3{
  font-size: 24px;
  line-height: 1.42;
  color: #121924;
  margin-bottom: 9px;
}
.ab-team-item-bg h3 a {
   color: #121924;
}
.ab-team-item-bg h4{
  font-size: 16px;
  line-height: 1.375;
  color: #4DB4AC;
  margin-bottom: 12px;
}
.ab-team-item-bg p{
  font-size: 15px;
  line-height: 1.47;
  color: #676A6E;
  margin-bottom: 16px;
}
.sma-share a{
      display: inline-block;
    margin-right: 15px;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
}
.sma-share .share-linkedin {
    color: #fff;
    background: #2867BC;
}
.sma-share .share-link {
    color: #676A6E;
    background: #F6F6F6;
}
.ab-team-item-bg:hover{
  box-shadow: 0px 0px 40px rgba(31, 40, 15, 0.08);
}
.about-team-2{
  background: #F9F9F9;
  padding-top: 40px;
}
.ab-team-item{
  margin-bottom: 20px;
}
.about-sources{
  background: #4DB4AC;
  padding: 60px 0 40px;
}
.about-sources p{
  font-size: 16px;
  line-height: 1.39;
  margin-bottom: 20px;
   color: #fff;
}
.about-sources .sma-about-title{
  color: #fff;
  margin-bottom: 30px;
}
.about-list,.about-primary{
  padding: 40px 0;
}
.about-item{
  margin: 40px 0;
}
.about-item .container{
  max-width: 1440px;
  padding: 0;
}
.about-item-bg{
  margin: 0;
}
.about-item .about-feature-it{
  padding: 0 40px 0 0;
}
.about-item .about-feature-it img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-item .about-info-it{
  padding: 25px 100px 25px 40px;
}
.about-item .about-info-it h4,.about-primary a{
  font-size: 16px;
  line-height: 1.39;
  color: #4DB4AC;
  font-weight: 400;
  margin-bottom: 12px;
}
.about-item .about-info-it p,.about-primary p{
  font-size: 16px;
  line-height: 1.39;
  color: #676A6E;
  margin-bottom: 20px;
}
.about-item .about-info-it h5,.about-primary h5{
  color: #121924;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
.about-item:nth-child(2n+1) .about-item-bg{
  flex-direction: row-reverse;
  align-items: center;
}
.about-item:nth-child(2n+1)  .about-info-it {
    padding: 25px 80px 25px 100px;
}
.about-item:nth-child(2n+1) .about-feature-it{
  padding: 0 0 0 0;
}
.about-primary .about-item-other {
  background:#f9f9f9;
  padding:0 0 ;
}
.about-primary .about-image {
  align-self:normal;
}
.about-primary .about-image .wp-block-image{
  height:100%;
  overflow: hidden;
}
.about-primary .about-image .wp-block-image img {
  width:100%;
  height:100%;
  object-fit: cover;
}
.about-primary .about-item-other .about-text {
  padding:25px;
}
.about-item:nth-child(2n) .about-item-bg{
  background: #f9f9f9;
}
.about-bottom{
  padding: 13px 0 47px;
}
.about-bottom p{
  line-height: 1.39;
  color: #676A6E;
}
.single-left .single-title,.single-related h3{
  font-weight: 700;
  font-size: 32px;
  line-height: 1.375;
  color: #121924;
  margin-bottom: 15px;
}
.ncustom {
  color:#121924 !important;
}
.single-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position:relative;
  height:30px;
}
.single-top .fact-check{
  position: relative;
}
.single-top .fact-check > a{
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 20px;
  color: #3E908A;
  padding: 4px 8px;
  display: inline-block;
  background: linear-gradient(0deg, rgba(77, 180, 172, 0.2), rgba(77, 180, 172, 0.2)), #FFFFFF;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
}
.single-top .fact-check a img{
  margin-right: 8px;
  vertical-align: -2px;
}
.single-left .single-title {
  margin:0;
}
.fact-check .fact-label{
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 0px 40px rgba(31, 40, 15, 0.08);
  border-radius: 4px;
  padding: 16px 20px 16px;
  font-size: 13px;
  line-height: 1.54;
  color: #121924;
  top: calc(100% + 5px);
  min-width: 331px;
  display: none;
  left: 24px;
  position: fixed;
  top: 50%;
  left: 50%;
  right: 0;
  z-index: 999999;
  width: 100%;
  max-width: 750px;
  padding: 50px;
  border-radius: 0;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.fact-check .fact-label p {
  font-size: 16px !important;
  margin: 0 0 15px !important;
}
.fact-check .fact-label p:last-child {
  margin: 0 !important;
}
/*.fact-check .fact-label::before{
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  content: "";
  top: -10px;
  left: 23px;
  z-index: 10;
}*/
.single-top .advertiser-disclosure{
  font-size: 13px;
  line-height: 1.54;
  color: #676A6E;
  position: relative;
}
.single-top .advertiser-disclosure::before{
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: #C4C4C4;
  content: "";
}
.single-author {
  padding: 20px 0 30px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-align-items: center;
}
.single-author p{
  font-size: 13px;
  line-height: 1.85;
  color: #121924;
  margin: 0;
}
.single-author p a {
  color:#000;
}
.single-author span{
  color: #979797;
}
.single-author > a {
  flex:0 0 44px;
  margin-right:10px;
}
.single-author img{
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.product-list{
  background: #EBF3F4;
  padding: 30px 15px 15px 15px;
  margin-bottom: 30px;
  position:relative;
}
.product-list-bg{
  margin: 0 -8px;
}
.product-it{
  padding: 0 8px;
}
.product-it-bg{
  padding: 40px 15px 30px;
  background: #FFFFFF;
  border-radius: 4px;
  height: 100%;
  position: relative;
}
.product-it .product-feature{
  height: 158px;
  width: 100%;
  margin-bottom: 16px;
  position: relative;
}
.product-it .product-label-it{
  position: absolute;
  left: 33px;
  right: 33px;
  top: -10px;
  background: #FFC727;
  border-radius: 0px 0px 4px 4px;
  padding: 7px 20px;
  max-width: 197px;
  margin: 0 auto;
}
.oil-it .lineup-link-info{
  text-align: center;
}
.single-lineup .lineup-link-info{
  min-width: 138px;
}
.product-it .product-label-it::before{
 width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 10px solid #C5950C;
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
}
.product-it .product-label-it::after{
 width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 10px solid #C5950C;
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
}
.product-it .product-label-it h4{
  font-weight: 600;
  font-size: 16px;
  line-height: 1.45;
  color: #fff;
  margin: 0;
  display: inline-block;
}
.product-it .label-icon{
  width: 36px;
  height: 36px;
  background: #F3BB1B;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  margin-right: 10px;
  display: inline-block;
}
.product-it .label-icon img{
  max-height: 19px;
}
.product-it h3{
  font-size: 22px;
  line-height: 1.36;
  color: #121924;
  margin-bottom: 6px;
}
.product-it h3 a{
  color: #121924;
}
.product-it h4{
  font-size: 15px;
  line-height: 1.33;
  color: #676A6E;
  font-weight: 400;
  margin-bottom: 16px;
}
.product-it .mca-btn{
  margin-top: 26px;
  display: block;
  color:#fff;
}
.product-it .sma-list ul li{
  font-size: 15px;
  margin-bottom: 12px;
}
.product-it  .sma-list ul li::before{
  top: 6px;
}
.single-info-product{
      padding: 50px 40px 30px;
    background: #F6F6F6;
    border: 1px solid #E1E8E7;
    border-radius: 4px;
    margin: 30px 0 40px;;
}
.single-custom p{
  font-size: 16px;
  line-height: 1.39;
  color: #121924;
}
.single-custom h3{
  font-size: 24px;
  line-height: 1.375;
  color: #121924;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.single-custom .product-list h3 {
  font-size: 16px;
}
.single-custom.sma-list .product-list ul li {
  font-size:14px;
}
.single-custom.sma-list .product-list ul li:before {
  top:6px;
}
.single-custom .product-list 
.single-custom .img-alignright{
  text-align: right;
}
.single-custom .custom-logo{
  max-height: 35px;
  margin-top: 30px;
}
.single-custom h4{
  font-size: 24px;
  line-height: 1.42;
  color: #121924;
  margin-bottom: 20px;
}
.single-custom.sma-list ul li{
  font-size: 16px;
  line-height: 1.39;
  margin-bottom: 13px;
}
.single-custom.sma-list ul li a{
  color: #4DB4AC;
}
.single-custom.sma-list ul{
  margin-bottom: 30px;
}
.single-lineup h3{
  font-weight: 700;
  font-size: 32px;
  line-height: 1.375;
  color: #121924;
  margin-bottom: 20px;
}
.single-lineup .lineup-it{
  border: 1px solid #E1E8E7;
  box-sizing: border-box;
  border-radius: 4px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.lineup-feature{
  width: 226px;
  display: flex;
  align-items: center;
}
.lineup-info .lineup-title{
  font-size: 16px;
  line-height: 1.39;
  color: #4DB4AC;
  margin-bottom: 20px;
}
.lineup-info .lineup-title a{
  color: #4DB4AC;
}
.lineup-info .lineup-type{
  font-size: 16px;
  line-height: 1.39;
  color: #121924;
  margin-bottom: 12px;
}
.single-lineup.sma-list ul li{
  font-size: 15px;
  margin-bottom: 12px;

}
.lineup-link{
  width: 244px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #F5F8F7;
  border-radius: 4px;
}
.lineup-link .mca-btn{
    padding: 10.5px 10px;
    min-width: 138px;
    color:#fff;
}
.lineup-link  p{
  font-size: 12px;
  line-height: 1.34;
  margin: 16px 0 6px;
  color: #676A6E;
}
.lineup-link h5{
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  color: #121924;
  margin-bottom: 0;
}
.lineup-info{
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: calc(100% - 470px);
      padding: 25px 20px;
}
.lineup-feature a{
      display: block;
    height: 196px;
    width: 196px;
    margin-left: 30px;
}
.single-left .single-oil .single-title{
  margin-bottom: 20px;
}
.oil-it h4{
  font-weight: 600;
  font-size: 24px;
  line-height: 1.42;
  color: #121924;
  margin-bottom: 20px;
}
.oil-it h4 span{
  color: #4DB4AC;
  font-size: 30px;
}
.oil-feature-bg .oil-feature{
    height: 370px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oil-feature-bg .oil-link{
  width: 100%;
    padding: 20px 20px 35px;
}
.oil-feature-bg .lineup-link p{
      margin: 0 0 3px;  
}
.oil-feature-bg .lineup-link h5{
  margin-bottom: 20px;
}
.oil-feature-bg .lineup-link .mca-btn{
      min-width: 198px;
}
.oil-it .oil-info h4{
      font-size: 20px;
      margin-bottom: 15px;
      margin-top: 30px;
}
.oil-it .oil-info p{
  font-size: 16px;
  line-height: 1.5;
  color: #676A6E;
  margin-bottom: 20px;
}
.oil-it .sma-list ul li{
      font-size: 16px;
      margin-bottom: 14px;
      padding-left: 23px;
}
.oil-product-bg{
  border: 1px solid #F5F8F7;
  margin-bottom: 30px;
}
.oil-it .sma-list ul li::before{
      background-image: url(../images/checkmark-circle-2.png);
}
.oil-it .sma-list ul.sma-list-cost li::before{
      background-image: url(../images/close-circle.png);
}
.oil-it .sma-list ul li::before{
  width: 13px;
  height: 13px;
  background-size: 13px auto;
  top: 6px;
}
.oil-product-deatail h4{
  font-size: 20px;
  line-height: 1.35;
  color: #121924;
  margin-bottom: 15px;
}
.oil-it{
  border-bottom: 2px solid #E1E8E7;
  margin-bottom: 20px;
}
.single-custom-2 h3{
  font-weight: 700;
  font-size: 32px;
  line-height: 1.375;
  color: #121924;
  margin-bottom: 20px;
  margin-top: 30px;
}
.single-custom-2 h4{
  font-size: 24px;
  line-height: 1.42;
  color: #121924;
  margin-bottom: 20px;

}
.single-custom-2.sma-list ul li{
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.39;
}
.single-custom ol {
  padding-left: 30px;
}
.single-custom ol li {
    list-style: decimal-leading-zero !important;
    padding-left: 0 !important;
    color: #121924;
    position: relative;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.39;
}
.single-custom ol li::marker {
    color: #4DB4AC;
}
.single-label-2{
  padding: 12px 50px 35px 30px;
  background: #F9F9F9;
  border-top: 1px solid #4DB4AC;
}
.single-label-2 .single-label-bg-2{
  padding-left: 52px;
}
.single-label-2 p{
  color: #676A6E;
  margin-bottom: 0;
}
.single-label-2 .sg-quote-1{
      position: relative;
    top: 23px;
}
.single-label-2 .sg-quote-2{
  margin-top: 6px;
  float: right;
}
.single-subscriber{
   box-shadow: 0px 0px 40px rgba(31, 40, 15, 0.08);
  border-radius: 4px;
  margin-bottom: 40px;
}
.single-subscriber .subscriber-feature{
  width: 305px;
}
.single-subscriber .subscriber-email{
  background: #4DB4AC;
    padding: 34px 40px;
    border-radius: 0px 4px 4px 0px;
    width: calc(100% - 305px);
}
.single-subscriber .subscriber-email h4, .subscriber-email p{
  color: #fff !important;
}
.form-searc-404 .btn-submit-404 img{
  margin-bottom: 0;
}
.single-subscriber .subscriber-form{
  margin: 30px 0 0;
}
.single-custom-2 hr{
  margin: 30px 0;
}
.list-number{
  padding-left: 30px;
}
.list-number li{
  list-style: decimal-leading-zero !important;
  padding-left: 0 !important;
}
.list-number li::before{
  display: none !important;
}
.list-number li::marker {
  color: #4DB4AC;
}
.sg-aricle{
  margin: 40px 0;
  box-shadow: 0px 0px 40px rgba(31, 40, 15, 0.08);
  border-radius: 4px;
  background: #fff;
  padding: 30px 30px 30px 180px;
  position: relative;
}
.aricle-people{
  position: absolute;
  top: 30px;
  left: 30px;
}
.aricle-people img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.aricle-top{
  display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.aricle-top h4{
      font-size: 16px;
    line-height: 1.39;
    color: #676A6E;
    font-weight: 400;
    margin-bottom: 16px;
}
.aricle-name h3{
  font-size: 32px;
    line-height: 44px;
    color: #121924;
    font-weight: 700;
    margin-bottom: 0;
}
.aricle-name h3 a {
  color: #121924;
}
.aricle-other img{
      width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 16px;
    object-fit: cover;
}
.aricle-des p{
  margin-bottom: 16px;
}
.single-related{
  margin-bottom: 40px;
}
.single-related ul li{
  margin-bottom: 17px;
  font-weight: 600;
  padding-left: 32px;
}
.single-related ul li a{
  color: #121924;
}
.single-related ul li:hover a, .single-related ul li:hover::before{
 color: #4DB4AC;
}
.single-related ul li::before{
  content:'\f0f6';
  background-image: none;
  font-family: 'FontAwesome';
  color: #676A6E;
  font-size: 16px;
  top: 0px;
}
.single-left .single-comment .single-title{
  margin-bottom: 20px;
}
.single-comment ul li{
  margin-bottom: 12px;
}
.single-comment .comment-top{
      position: relative;
    margin-bottom: 26px;
    padding-right: 80px;
}
.comment-name{
      position: relative;
    padding-left: 76px;
    min-height: 60px;
    padding-top: 5px;
}
.comment-name img{
      width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.comment-name h5{
  font-size: 20px;
    line-height: 27px;
    color: #121924;
    margin-bottom: 6px;
}
.comment-name p{
  font-size: 15px;
    line-height: 20px;
    color: #676A6E;
    margin-bottom: 0;
}
.comment-heart{
      position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    background: #F5F8F7;
    border-radius: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #4DB4AC;
    font-weight: 700;
}
.comment-heart .fa-heart{
  margin-right: 5px;
}
.comment-des p{
  font-size: 15px;
    line-height: 1.47;
    color: #121924;
    margin-bottom: 16px;
}
.cm-reply{
    font-size: 15px;
  color: #4DB4AC;
  font-weight: 600;
}
.single-comment ul li li{
  padding: 30px 0 30px 50px;
    border-left: 2px solid #F5F6FA;
    margin-bottom: 40px;
    margin-top: 12px;
}
.single-comment{
  margin-bottom: 30px;
}
.single-commet-form{
  margin-bottom: 60px;
}
.single-commet-form .single-title{
      margin-bottom: 20px;
}
.single-commet-form .form-row{
      margin: 0 -8px;
}
.single-commet-form .form-group{
  padding: 0 8px;
  margin-bottom: 16px;
  width: 100%;
}
.single-commet-form .form-control{
      height: 60px;
      font-size: 15px;
      line-height: 20px;
      color: #121924;
      padding: 20px;
      border-radius: 4px;
}
.single-commet-form .form-group-textarea .form-control{
      height: 150px;
      resize: none;
      width: 100%;
}
.single-commet-form .form-row-bt{
  margin-top: 14px;
    align-items: center;
}
.single-commet-form .form-row-bt .form-group{
  margin: 0;
}
.single-commet-form .form-check-label{
    font-size: 15px;
    line-height: 20px;
    color: #676A6E;
}
.single-commet-form .btn-primary{
  background: #EF7A34;
    border-radius: 4px;
    border: none;
    min-width: 186px;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    height: 60px;
}
.single-inner{
  padding-top: 40px;
}
.sidebar-pd-type{
    background: #F6F6F6;
    border-radius: 4px;
    padding: 20px 20px 4px;
    margin:0 0 15px;
}
.sb-type-it{
      border-bottom: 1px solid #E1E8E7;
    margin-bottom: 16px;
}
.sb-type-it:last-child{
  border-bottom: none;
  margin-bottom: 0;
}
.sb-type-it h4{
  font-size: 20px;
    line-height: 1.35;
    color: #121924;
    margin-bottom: 16px;
}
.sidebar-pd-type.sma-list ul  li{
  font-size: 16px;
    margin-bottom: 16px;
}
.sidebar-pd-type.sma-list ul li::before{
  top: 6px;
}
.sidebar-img{
  margin-top: 30px;
}
.sidebar-img img{
  width: 100%;
}
.single-link-buttom-bg{
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  background: #EF7A34;
  border-top: 4px solid  #FFAC7B;
  position:fixed;
  bottom:0;
  z-index:999;
  left:0;
  right:0;
  transform:translateY(100%);
  -webkit-transform:translateY(100%);
  display:none;
}
.single-link-buttom-bg.active {
  transform:translateY(0);
  -webkit-transform:translateY(0);
}
.single-link-buttom-bg .single-link-buttom {
  cursor: pointer;
}
.single-link-bt-it{
  padding: 18px 15px;
  width: 33.33%;
}
.single-link-bt-it.active {
  text-align:left;
  padding-left:0;
}
.single-link-bt-it a{
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
  color: #FFFFFF;
}
.single-link-bt-it a.toc-next {
  border-left:1px solid #BE510F;
  margin-left:30px;
  padding-left:30px;
}
.toc-prev {
  display:none;
}
.single-link-bt-it a span{
  color: #BE510F;
  margin-right: 16px;
}
.single-link-bt-it a i{
  font-size: 16px;
  margin-left: 20px;
}
.brand-inner .single-title{
  margin-bottom: 20px;
}
.brand-inner .single-author{
  padding: 0 0 18px;
}
.brand-biovolen{
  background: #EBF3F4;
  border-radius: 4px;
  padding: 30px 15px;
  margin-bottom: 40px;
  position:relative;
}
.average-score {
  width: 240px;
  height: 53px;
  background-image: url(../images/ratingbg.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 17px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  z-index: 9;
  padding: 8px 10px 12px 65px !important;
  background-color: rgba(0,0,0,0) !important;
}
.average-score a {
    display: inline-block;
    font-size: 11px;
    color: #fff !important;
    font-style: italic;
    line-height: 10px;
    background-image: url(../images/note.svg);
    background-repeat: no-repeat;
    background-position: left 3px;
    padding-left: 15px;
    padding: 3px 0 3px 15px;
    font-weight: 300;
}
.average-score a:hover {
  text-decoration: underline;
}
.average-score b {
  font-size: 24px;
}
.average-score sub {
  font-size: 13px;
  vertical-align: 2px;
}
.brand-biovolen-bg{
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 15px;
}
.biovolen-top{
  margin-bottom: 10px;
}
.biovolen-info{
  width: 250px;
}
.biovolen-icon{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 47px;
  text-align: center;
  margin-right: 15px;
  background: #F5F8F7;
}
.biovolen-icon img{
  max-height: 25px;
  max-width: 25px;
}
.biovolen-number h4{
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #676A6E;
  margin-bottom: 7px;
}
.biovolen-number h4 .biovolen-number-big{
  font-size: 24px;
  line-height: 1.375;
  font-weight: 600;
  color: #121924;
}
.biovolen-number p{
  font-size: 15px;
  line-height: 1.33;
  color: #676A6E;
  margin-bottom: 0;
}
.biovolen-info li{
  margin-bottom: 30px;
}
.biovolen-feature{
    width: calc(100% - 250px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.biovolen-list{
  margin: 0 -10px;
}
.biovolen-it{
  padding: 0 10px;
}
.biovolen-it-bg{
  padding: 20px 15px 4px;
  border: 1px solid #E1E8E7;
  border-radius: 4px;
  height: 100%;
}
.biovolen-it-bg h4{
  font-size: 20px;
  line-height: 1.35;
  color: #121924;
  margin-bottom: 20px;
}
.biovolen-list.sma-list ul li{
  font-size: 15px;
  margin-bottom: 16px;
}
.biovolen-list.sma-list ul li::before{
  top: 6px;
}
.biovolen-buttom{
  margin:15px 0 0;
}
.biovolen-buttom .mca-btn{
  min-width: 189px;
  height: 41px;
}
.biovolen-info-buttom{
  margin-left: 20px;
}
.biovolen-info-buttom h4{
  font-size: 12px;
  line-height: 1.33;
  color: #676A6E;
  margin-bottom: 3px;
}
.biovolen-info-buttom h3{
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  color: #121924;
  margin-bottom: 0;
}
.single-custom-2 table{
  margin: 40px 0;
  width: 100%;
  border: 1px solid #E1E8E7;
  border-radius: 4px;
}
.single-custom-2 table tr th{
  padding: 16px 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.42;
  color: #121924;
}
.single-custom-2 table tr td{
  padding: 16px 20px;
  font-size: 16px;
  line-height: 1.39;
  color: #121924;
}
.single-custom-2 table tr:nth-child(2n+1) td{
  background: #F6F6F6;
}
.alternative-list-bg{
  border: 1px solid #E1E8E7;
  border-radius: 4px;
  padding: 15px;
}
.alternative-it{
  padding: 0 15px;
   border-left: 1px dashed #D2E0DB;
}
.alternative-it:first-child{
  border-left: none;
}
.alternative-list{
  margin: 0 -30px;
}
.alternative-feature{
  height: 140px;
  margin-bottom: 12px;
}
.alternative-it h4{
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.35;
}
.alternative-info a{
  font-size: 15px;
  line-height: 1.33;
  color: #4DB4AC;
}
.alternative-info{
  padding-bottom: 20px;
}
.alternative-it .sma-list{
  padding: 20px 0 4px;
  border-top: 1px dashed #D2E0DB;
}
.alternative-it .sma-list ul li{
  font-size: 15px;
  margin-bottom: 16px;
      padding-left: 23px;
}
.alternative-it .sma-list ul li::before{
      width: 13px;
    height: 13px;
    background-size: 13px auto;
    top: 6px;
}
.alternative-list-1 ul li::before{
  background-image: url(../images/checkmark-circle-2.png);
}
.alternative-list-2 ul li::before{
  background-image: url(../images/close-circle.png);
}
.brand-alternative{
  margin-bottom: 40px;
}
.oil-it:last-child{
  border-bottom: none;
}
.brand-disadvantage{
  margin-top: 40px;
}
/* menu main */
.list-flex {
  display:flex;
}
.menu-mainv2 .height100 {
  min-height: 100%;
  height:auto;
}
.menu-main{
  background: #fff;
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.08);
  width: 100%;
  position: fixed;
  left: -100%;
  overflow: auto;
  top: 58.34px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.menu-main .nav-left {
  width: 27%;
  padding: 30px 30px 30px 0;
}
.menu-main .nav-left:before {
  content:"";
  position:absolute;
  top:0;
  right:0;
  left:-10000px;
  bottom: 0;
  background: #E1E8E7;
  display:block;
}
.menu-main .nav-left > ul > li {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #4DB4AC;
  margin-bottom: 40px;
}
.menu-main .nav-left > ul > li li {
  margin-top:16px;
  position:relative;
}
.menu-main .nav-left > ul > li li .show-sub2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #69768D;
  display:inline-block;
  margin:0;
}
.menu-main .nav-left > ul > li li .show-sub2:hover,
.menu-main .nav-left > ul > li li.active .show-sub2 {
  color: #121924;
}
.menu-main .nav-left > ul > li li.active:before {
  content:"";
  position:absolute;
  top: 5px;
  left: -25px;
  width:16px;
  height:16px;
  display:block;
  background-image: url('../images/logo-menu.svg');
  background-repeat: no-repeat;
  background-size:100% auto;
}
.menu-main .nav-right {
  width:73%;
  padding:30px 0 30px 30px;
}
.menu-main .nav-right .menu-level3 {
  display:none;
}
.menu-main .nav-right .menu-level3.active {
  display:block;
}
.menu-main .nav-right ul {
  margin:0 -8px;
}
.menu-main .nav-right ul li {
  width:50%;
  padding:0 8px;
  margin-bottom: 16px;
}
.menu-main .nav-right ul li a {
  font-size: 15px;
  line-height: 22px;
  color: #121924;
  display:inline-block;
}
.menu-main .nav-right ul li a:hover {
  color: #4DB4AC;
  text-decoration: underline;
}
.show-menu .toggle-menu{
  background-image: url(../images/menu-close.png);
}
.show-menu .menu-main{
  left: 0;
}
/* End menu main */
.single-custom-2 a, .single-custom a{
  color: #4DB4AC;
}
.topic-it .topic-des ul li:first-child{
  border-top: none;
}
.home-post-bg{
    border: 1px solid #F5F8F7;
    border-radius: 4px;
    height: 100%;
    overflow: hidden;
}
.show-tablet{
  display: none;
}
.show-mobile{
  display: none;
}
.menu-main ul li.menu-children-5 ul li:first-child span{
  display: none;
}
.post-list-slider .post-list{
  float: none;
}
.slider-public .slick-next {
    left: auto;
    right: 10px;
    background-image: url(../images/chevron-right.png);
}
.slider-public .slick-arrow{
  background-repeat: no-repeat;
  width: 8px;
  height: 13px;
  top: -50px;
}
.slider-public .slick-prev {
    left: auto;
    right: 55px;
    background-image: url(../images/chevron-left.png);
}
.slider-public .slick-arrow::before{
  display: none;
}
.author-news .slider-public .slick-arrow{
  top: -22px;
}
/* edit css */
.wp-block-verse {
  padding:50px;
  font-size: 16px;
  line-height: 25px;
  color: #121924;
  white-space: normal;
  background-color:#F9F9F9;
  border: 1px solid #E1E8E7;
  border-radius: 4px;
  background-image:url('../images/bgov.png');
  background-position:right bottom;
  background-repeat:no-repeat;
  margin-bottom: 30px;
  position:relative;
}
.wp-block-verse  * {
  position:relative;
  z-index: 1;
}
.wp-block-verse:before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0; 
  background-image:url('../images/bgovb.png');
  background-position:left bottom;
  background-repeat:no-repeat;
}
.wp-block-verse h2{
  font-size: 32px;
  line-height: 44px;
  color: #121924;
  margin:0 0 20px;
}
.wp-block-verse .text-right {
  text-align:right;
}
.wp-block-verse p:last-child {
  margin:0;
}
.wp-block-verse a {
  color:#4DB4AC;
  text-decoration:none;
  box-shadow:none;
}
blockquote.wp-block-quote {
    border-top: 2px solid #4DB4AC;
    background: #F9F9F9;
    padding: 20px 60px;
    font-size: 16px;
    color: #676A6E;
    position: relative;
    margin-bottom: 15px;
}
blockquote.wp-block-quote strong {
   font-size: 24px;
    color: #121924;
}
blockquote.wp-block-quote:before {
  content: "\f10d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4DB4AC;
  position: absolute;
  top: 25px;
  left: 20px;
  z-index: 10;
}
blockquote.wp-block-quote:after {
  content: "\f10e";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  color: #4DB4AC;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 25px;
  right: 20px;
  z-index: 10;
}
.cate-content .author-post-2{
  padding-top:30px;
}
.verifield-item .inner {
  width: 291px;
  height: 200px;
  background: #FFFFFF;
  box-shadow: 2px 3px 40px rgba(31, 40, 15, 0.15);
  border-radius: 4px;
  padding:25px 20px 18px;
}
.verifield-truesource h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #4DB4AC;
  margin:0 0 9px;
}
.verifield-truesource p {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #121924;
  margin:0 0 15px;
}
.verifield-truesource .coverh5 {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #121924;
  margin:0 0 20px;
}
.verifield-truesource a {
  background: #EF7A34;
  border-radius: 4px;
  padding:5px 16px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  display:inline-block;
}
.verifield-truesource i {
  color: #4DB4AC;
  margin-right:3px;
}
.verifield {
  display:none;
}
.verifield-link {
  position:relative;
}
.verifield-link sup {
  font-size:12px;
}
.verifield-link .verifield-item {
  position:absolute;
  top:100%;
  left:100%;
  z-index: 9;
  padding-top:5px;
  margin-left:-33px;
  display:none;
}
.verifield-link:hover .verifield-item {
  display:block;
}
.verifield-link .verifield-item .inner {
  position:relative;
}
.verifield-link .verifield-item .inner:before{
  content: "";
  position: absolute;
  bottom: 100%;
  left: 13px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.toc-action {
  position:relative;
  z-index:1;
}
.toc-list {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  background:#f1b28d;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
.single-link-buttom-bg.hasshow .toc-list{
  transform: translateY(-66px);
  -webkit-transform: translateY(-66px);
}
.toc-list ul li a {
    display: flex;
    padding: 20px 0;
    color: #121924;
    font-size: 16px;
    border-bottom: 1px solid #c44d05;
    padding-left: 39.5%;
}
.toc-list ul li:last-child a {
  border:none;
}
.toc-list ul li a span {
    font-weight: 800;
    font-size: 20px;
    color: #c44d05;
    line-height: 100%;
    padding-top: 2px;
    margin-right: 15px;
}
.toc-list ul li a p {
  margin:0;
}
.menu-main li {
  position:relative;
}
.menu-main i {
  position:absolute;
  top:0;
  right:0;
  display:none;

}
.product-list .wp-block-column {
    padding: 40px 15px 30px;
    background: #FFFFFF;
    border-radius: 4px;
    position: relative;
    margin-left:15px;
}
.product-list .wp-block-column:first-child {
  margin:0;
}
.product-list .wp-block-column p:last-child {
  margin:0;
  font-size:16px;
  color:#121924;
}
.product-list .wp-block-column p:last-child b {
  font-size:16px;
  font-weight:400;
  display:inline-block;
}
.product-list .pm-button-type3 a,.product-list .pm-button-type4 a{
    background: #EF7A34;
    border-radius: 4px;
    display: inline-block;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0;
}
.product-list .pm-button-type4 a {
  position:static;
  margin:0;
}
.pm-button-type4 a,.pm-button-type3 a {
  background: #EF7A34;
  border-radius: 4px;
  display: inline-block;
  padding: 12px 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF !important;
  text-align: center;
}
.lineup-table .wp-block-columns{
    border: 1px solid #E1E8E7;
    box-sizing: border-box;
    border-radius: 4px;
    justify-content: space-between;
    margin-bottom: 20px;
}
.lineup-table .wp-block-columns .wp-block-column:nth-child(1) {
    padding:25px 0 25px 0;
    align-items: center;
    -webkit-align-items: center;
    display: flex;
}
.lineup-table .wp-block-columns .wp-block-column:nth-child(1) img {
  max-width:150px;
}
.lineup-table .wp-block-columns .wp-block-column:nth-child(1) a {
  color: #121924;
}
.lineup-table .wp-block-columns .wp-block-column:nth-child(2) {
    padding: 25px 20px;
    flex: 0 0 50%;
    margin: 0;
}
.lineup-table .wp-block-columns .wp-block-column p {
    font-size: 16px;
    line-height: 1.39;
    color: #4DB4AC;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: left;
}
.lineup-table .wp-block-columns .wp-block-column h4 {
    font-size: 16px;
    line-height: 1.39;
    color: #121924;
    margin-bottom: 12px;
    font-weight: 600;
}
.lineup-table .wp-block-columns .wp-block-column h4 a {
  color: #121924;
}
.lineup-table .wp-block-columns .wp-block-column ul li {
    font-size: 15px;
    margin-bottom: 12px;
}
.lineup-table .wp-block-columns .wp-block-column.price-col {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    background: #F5F8F7;
    border-radius: 4px;
    -ms-grid-row-align: inherit;
    align-self: inherit;
    padding: 0 25px;
    text-align: center;
    margin:0;
}
.lineup-table .wp-block-columns.no-price .wp-block-column.price-col {
  background:rgba(0,0,0,0);
}
.lineup-table .wp-block-columns .wp-block-column.price-col a {
    background: #EF7A34;
    border-radius: 4px;
    display: inline-block;
    padding: 12px 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
    width:100%;
}
.lineup-table .wp-block-columns .wp-block-column.price-col p {
  font-size:12px;
  color:#000;
}
.lineup-table .wp-block-columns .wp-block-column.price-col p strong {
  font-size:16px;
  display: inline-block;
  margin-top: 5px;
}
.oil-item {
  border-bottom: 2px solid #E1E8E7;
  margin-bottom: 20px;
  padding-bottom:20px;
}
.oil-item h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #121924;
    margin-bottom: 20px;
}
.oil-item h3 span,.review-heading span {
    color: #4DB4AC;
    font-size: 30px;
}
.oil-item .wp-block-columns {
    border: 1px solid #F5F8F7;
    margin-bottom: 30px;
}
.oil-item .wp-block-columns .wp-block-column:first-child  .wp-block-image {
   /* height: calc(100% - 170px);*/
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.oil-item .wp-block-columns .wp-block-column:first-child .wp-block-group{
    text-align: center;
    border-radius: 4px;
    padding: 20px;
}
.oil-item .wp-block-columns .wp-block-column:first-child .wp-block-group p {
    color: #676A6E;
}
.oil-item .wp-block-columns .wp-block-column:first-child .wp-block-group p strong {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.375;
    color: #121924;
    display:block;
    text-align: center;
}
/*.oil-item .wp-block-columns .wp-block-column:first-child .wp-block-group a {
    background: #EF7A34;
    border-radius: 4px;
    display: inline-block;
    padding: 10.5px 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
}*/
.oil-item .wp-block-columns .cocode-inline {
	margin:0 0 10px;
}
.oil-item .wp-block-columns .wp-block-column:first-child .wp-block-group p:last-child {
  margin: 0;
    font-size:16px;
    color: #121924;
}
.oil-item .wp-block-columns .wp-block-column:last-child {
  padding-top:30px;
  padding-right:20px;
  font-size:16px;
}
.oil-item .wp-block-columns .wp-block-column:last-child p {
  font-size:16px;
}
.oil-item .wp-block-columns .wp-block-column:last-child h4{
    font-weight: 600;
    line-height: 1.42;
    color: #121924;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 30px;
}
.oil-item .wp-block-columns .wp-block-column:last-child h4:first-child {
  margin-top:0;
}
.oil-item .wp-block-columns .wp-block-column:last-child ul {
    margin-bottom: 30px;
}
.oil-item .wp-block-columns .wp-block-column:last-child ul li {
    font-size: 16px;
    margin-bottom: 14px;
    padding-left: 23px
}
.oil-item .wp-block-columns .wp-block-column:last-child ul li:before {
    background-image: url(../images/checkmark-circle-2.png);
    width: 13px;
    height: 13px;
    background-size: 13px auto;
    top: 6px;
}
.oil-item .wp-block-columns .wp-block-column:last-child ul.pm-cons li:before {
      background-image: url(../images/close-circle.png);
}
.oil-item p:last-child {
  margin:0;
}
.btn-bestprice {
    position: absolute;
    left: 30px;
    right: 30px;
    top: -10px;
    background: #FFC727;
    border-radius: 0px 0px 4px 4px;
    padding: 7px;
    margin: 0 auto;
    text-align: center;
}
.btn-bestprice.btn-cheapest {
  max-width: 100%;
}
.btn-bestprice:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 10px solid #C5950C;
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
}
.btn-bestprice:after {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 10px solid #C5950C;
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
}
.btn-bestprice strong:before {
  content:"";
  background-image:url('../images/Vector.png');
  background-position: center center;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  background-color: #F3BB1B;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.btn-bestprice strong {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.45;
    color: #fff;
    margin: 0;
    display: block;
}
.biovolen-info .item {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.33;
  color: #676A6E;
  padding-left:65px;
  position:relative;
}
.biovolen-info .item:before {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 47px;
    text-align: center;
    margin-right: 15px;
    background: #F5F8F7;
    content:"";
    position:absolute;
    top:0;
    left:0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:22px auto;
}
.biovolen-info .item:nth-child(1):before {
  background-image: url('../images/icon-1.png')
}
.biovolen-info .item:nth-child(2):before {
  background-image: url('../images/icon-2.png')
}
.biovolen-info .item:nth-child(3):before {
  background-image: url('../images/icon-3.png')
}
.brand-biovolen2 .biovolen-info .item:nth-child(1):before {
  background-image: url('../images/icon-1.png')
}
.brand-biovolen2 .biovolen-info .item:nth-child(2):before {
  background-image: url('../images/icon7.svg');
  background-size:22px auto;
}
.brand-biovolen2 .biovolen-info .item:nth-child(3):before {
  background-image: url('../images/icon-2.png')
}
.brand-biovolen2 .biovolen-info .item:nth-child(4):before {
  background-image: url('../images/icon-3.png')
}
.biovolen-info .item p {
    font-size: 15px;
    line-height: 1.33;
    color: #676A6E;
    margin-bottom: 0;
}
.biovolen-info .item strong {
    font-size: 24px;
    line-height: 1.375;
    font-weight: 600;
    color: #121924;
}
.biovolen-info .item em {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #676A6E;
    font-style:normal;
}
.biovolen-it {
    padding: 10px 10px 0;
    border: 1px solid #E1E8E7;
    border-radius: 4px;
}
.biovolen-it h4 {
  font-size: 20px;
  line-height: 1.35;
  color: #121924;
  margin-bottom: 20px;
}
.biovolen-it ul li {
  font-size: 15px !important;
  margin-bottom: 10px !important;
}
/*.biovolen-buttom a{
    background: #EF7A34;
    border-radius: 4px;
    display: inline-block;
    padding: 12px 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
    min-width: 186px;
}*/
.biovolen-buttom p:last-child {
  margin:0;
}
.biovolen-buttom .rcode {
  font-size: 12px;
  line-height: 1.33;
  color: #676A6E;
  margin-bottom: 3px;
}
.biovolen-buttom .rcode strong {
  display:block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  color: #121924;
  margin-bottom: 0;
}
.alternative-list-bg .wp-block-column {
    padding: 0 15px;
    border-left: 1px dashed #D2E0DB;
    margin:0 !important;
}
.alternative-list-bg .wp-block-column:first-child {
  border:none;
}
.alternative-list-bg .wp-block-column h4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.35;
}
.alternative-list-bg .wp-block-column a {
    font-size: 15px;
    line-height: 1.33;
    color: #4DB4AC;
}
.alter-list {
  padding: 20px 0 4px;
  border-top: 1px dashed #D2E0DB;
}
.single-inner .single-left {
  -ms-flex: 0 0 780px;
  flex: 0 0 780px;
  max-width: 780px;
}
.single-inner .sidebar {
  -ms-flex: 0 0 calc(100% - 780px);
  flex: 0 0 calc(100% - 780px);
  max-width: calc(100% - 780px);
}
.adv-ttooltip {
  position:absolute;
  top:0;
  right:0;
}
.aricle-other {
    width: 250px;
    margin-left: 15px;
}
.adv-ttooltip .ctooltip {
    font-size: 12px;
    box-shadow: 0 0 10px #c1c2c3;
    width: 300px;
    background: #fff;
    color: #000;
    line-height: 1.4em;
    border-radius: 6px;
    padding: 1.5em;
    position: absolute;
    z-index: 999;
    margin-left: -60px;
    cursor: default;
    top: 40px;
    left: -20%;
    display:none;
}
.adv-ttooltip .ctooltip p {
  font-size:12px;
}
.adv-ttooltip .ctooltip p:last-child {
  margin:0;
}
.adv-ttooltip .ctooltip:after {
    content: "";
    position: absolute;
    top: -.3em;
    left: 50%;
    margin-left: -15px;
    width: 17px;
    height: 17px;
    box-shadow: -5px -5px 8px -3px #c1c2c3;
    border-color: transparent transparent #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #fff;
}
.pm-pros, .pm-cons {
  padding:0 !important;
  border:none !important;
  background:none !important;
}
.pm-pros li:before,.pm-cons li:before{
    position: absolute !important;
    left: 2px !important;
    content: "";
    background-repeat: no-repeat !important;
    background-image: url(../images/checkmark-circle-2.svg) !important;
    width: 13px !important;
    height: 13px !important;
    background-size: 13px auto !important;
    top: 8px !important;
}
.pm-cons li:before {
    background-image: url(../images/close-circle.svg) !important;
}
.pm-pros:before,.pm-cons:before {
  display:block;
  margin:0 0 10px;
}
.home-services .services-it-bg {
  padding:40px;
}
.single-custom .csource-more li {
  font-size:14px;
  font-style: italic;
  margin:0 0 5px;
}
/* ReCss */
.brand-box {
    background: #EBF3F4;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 40px;
}
.brand-box em {
  font-size:14px;
}
.brand-box > div {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
}
.wp-block-column .brand-list:parent { 
  padding: 20px 15px 4px;
  border: 1px solid #E1E8E7;
  border-radius: 4px;
}
.brand-box .brand-score {
    font-size: 24px;
    line-height: 1.375;
    font-weight: 600;
    color: #121924;
    margin:0;
    position:relative;
}
.brand-box .score-title {
    font-size: 15px;
    line-height: 1.33;
    color: #676A6E;
    margin-bottom: 0;
}
.info-table table tr td {
  padding:8px;
}
.wp-block-columns.has-2-columns {
    border: 1px solid #E1E8E7;
    box-sizing: border-box;
    border-radius: 4px;
    justify-content: space-between;
    margin-bottom: 20px;
}
.wp-block-columns.has-2-columns .wp-block-column {
  padding:25px 20px;
}
.pm-key {
  font-weight: 800;
  font-size: 1em;
    color:#00B7AB
}
.pm-key:before{
  content:"Details Review";
}
/* add new */
.link-page #breadcrumbs {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.link-page #breadcrumbs a,.link-page #breadcrumbs span {
	font-size: 15px;
    line-height: 1.6;
	color: #3e3e3e;
}
.link-page #breadcrumbs a {
	color: #C4C4C4;
}
.about-team-item {
    margin-bottom: 30px;
}
.readmore-text {
	color: #00b7ab;
}
.author-post-list .home-post-big {
    margin-bottom: 20px;
    border: 1px solid #F5F8F7;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 0 20px;
}
.home-post-big .post-feature {
    padding: 0;
}
.home-post-big .post-feature a {
    display: block;
    height: 100%;
    overflow: hidden;
}
.home-post-big .post-feature a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#searchForm {
    position: relative;
    margin-bottom: 30px;
}
#searchForm input {
    width: 100%;
    padding-right: 90px;
    border-radius: 4px;
    border: 1px solid #efefef;
    height:47px;
    padding:0 15px;
    background: #fafafa;
}
#searchForm .btn-submit-404 {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    border-radius: 4px;
    line-height: 6px;
    color: #ffffff;
    background-color: #00b7ab;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-appearance: button;
    padding: 10px 20px;
}
.banner-page {
    padding: 200px 0;
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.banner-page:before {
    content: "";
    background: rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner-page .container {
    position: relative;
    z-index: 1;
}
.banner-page .info {
    max-width: 600px;
    margin: 0 auto;
}
.banner-page h1 {
    color: #fff;
    font-size: 60px;
    margin: 0 0 20px;
}
.banner-page .des {
    color: #fff;
}
#couponSearch {
  padding:50px 0;
}
#couponSearch .search-key{
  max-width: 800px;
  margin:50px auto 30px;
}
#couponSearch .search-key .it-form {
    height: 49px;
    width: 100%;
    background: #F6F6F6;
    border-radius: 8px;
    position: relative;
    padding:0 60px 0 10px;
    border:1px solid #efefef;
}
#couponSearch .search-key .search-icon {
  top:16px;
}
#couponSearch .search-cat .item-inline{
  padding:0 20px;
}
#couponSearch .search-cat .item-inline label {
    background: #F5F8F7;
    border-radius: 4px;
    display: block;
    padding: 5px 20px;
}
#couponSearch .search-cat .item-inline input {
  vertical-align: -1px;
  margin-right: 5px;
}
.cp-list .cp-item{
  margin-top:30px;
  border: 1px solid #F5F8F7;
  border-radius: 4px;
  overflow: hidden;
}
.cp-list .cp-item .image-fit {
  height:250px;
}
.cp-list .cp-item .info {
  padding:20px;
}
.cp-list .cp-item .info .post-date {
    color: #656565;
}
.cp-list .cp-item .info h3 a {
  color: #222B45;
  font-size:20px;
}
.cp-list .cp-item .info .btn-readmore {
  display: inline-block;
  background: #EF7A34;
  border-radius: 4px;
  font-size: 14px;
  color: #FFFFFF;
  padding: 8px 20px;
  margin-top:20px;
}
.nodata {
  margin:100px 0;
}
.pdetail-fimage {
  margin-bottom:20px;
}
.pdetail-fimage img {
  width:100%;
  height:auto;
}
body {
    counter-reset: section;
}
.csource-more p {
    font-size: 14px;
    font-style: italic;
}
.pm-button-type4 a:before {
    content: "Check Price";
    color:#fff;
}
.ft-snippet {
  margin:0 0 20px;
}
.single-custom .cptext {
  font-size: 14px;
  line-height: 20px;
  color: #676A6E;
}
.single-custom .cptext b {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #121924;
  display:block;
}
.single-custom .lineup-table .cptext b {
  font-size:15px;
}
.lineup-table .wp-block-image {
  margin:0 auto;
}
.csitemap-list {
  padding: 40px 0;
  font-size:14px;
}
.csitemap-list > ul {
  column-count: 2;
  -webkit-column-count: 2;
}
.csitemap-list ul ul {
  padding-left:30px;
}
.csitemap-list a {
  color:#4DB4AC;
}
.csitemap-list a:hover {
  text-decoration: underline;
}
.csitemap-item {
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:1px solid #ccc;
}
.single-custom h2{
  font-weight: bold;
  font-size: 28px;
  line-height: 44px;
  color: #121924;
  margin:0 0 20px;
}
.bbox-frame {
  border: 1px solid #E1E8E7;
  box-sizing: border-box;
  border-radius: 4px;
  padding:15px;
}
.single-custom .bbox-frame .brand-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #121924;
  margin:0 0 20px;
  text-align: left;
}
.single-custom .bbox-frame ul li {
  font-size: 15px;
  line-height: 20px;
  color: #121924;
}
.single-custom .pm-text-size15 {
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
  color: #121924;
  margin: 0 0 20px;
}
.biovolen-info .item strong:after {
  content:"/10";
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #676A6E;
  font-style: normal;
}
.best-choice:before {
  content: "";
  background-image: url(https://wordpress-1345872-4941235.cloudwaysapps.com/wp-content/uploads/Badge.svg);
  background-size: 100% auto;
  width: 180px;
  height: 42px;
  background-repeat: no-repeat;
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: block;
}
.ft-takeaway {
    border: 1px solid #D2E0DB;
    padding: 2em 2em 1em 2em;
    margin: 0 0 20px;
	border-radius: 4px;
}
.ft-takeaway h3{
	color:#4db4ac;
	font-size:20px;
}

.ft-snippet{
  background-image: url(https://wordpress-1345872-4941235.cloudwaysapps.com/wp-content/uploads/Group-750.svg);
  padding: 2em 2em 4em 2em;
  background-position: bottom;
  border-radius:4px;
  margin:0 0 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.feature-info {
  background-repeat: no-repeat;
  background-size: cover;
}
.ft-snippet:after{
  display:block;
  content: url(https://wordpress-1345872-4941235.cloudwaysapps.com/wp-content/uploads/2021/01/HealthCanal_Color_1.svg);
  width:150px;
  float:right;
}
h3.review-heading:before {
    counter-increment: section;
    content: counter(section)".";
    display: inline-block;
    color: #4DB4AC;
    font-weight: 700;
    margin-right: 8px;
    font-size: 30px;
    line-height: 34px;
}
h2.number-heading~h3 {
  display:block !important;
}
h2.number-heading~ h3::before {
  font-size:24px!important;
  margin:0 !important;
}
/* Sugar Css */
.sugar-content {
  padding:70px 0;
}
.sugar-content .sugar-title {
  font-size: 50px;
  line-height: 60px;
  color: #121924;
  margin:0 0 70px;
  text-transform: capitalize;
}
.sugar-content h2.sugar-title {
  margin:0 0 50px;
}
.sugar-content .sugar-intro {
  margin-bottom:70px;
}
.sugar-content .sugar-intro .list-inline {
  margin:0 -15px;
}
@media (min-width:993px) {
  .sugar-content .sugar-intro .list-inline .item-inline {
    width:20%;
    padding:0 15px;
    margin-bottom:30px;
  }
}
.sugar-content .sugar-intro .sugari-item .image {
  height:184px;
  box-shadow: 0px 0px 40px rgba(31, 40, 10, 0.08);
  border-radius: 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
.sugar-content .sugar-intro .sugari-item .image img {
  position:absolute;
  top:50%;
  left:50%;
  max-width:90%;
  max-height: 90%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
}
.sugar-content .sugar-intro .sugari-item h3 {
  font-size: 20px;
  line-height: 20px;
  color: #121924;
  margin:25px 0 0;
}
.sugar-content .sugar-intro .sugari-item:hover .image,
.sugar-content .sugar-intro .sugari-item.active .image{
  box-shadow: inset 0px 4px 20px rgba(31, 40, 15, 0.15);
  background: #FDFFF2;
}
.sugar-content .tab-content {
  margin-top:90px;
  border-radius: 20px 5px 5px 20px;
  background-size:auto 100%;
  background-position: left center;
  padding-left:60%;
  font-size: 24px;
  line-height: 37px;
  box-shadow: 0px 0px 15px rgba(31, 40, 15, 0.08);
  position:relative;
  background-repeat: no-repeat;
}
.sugar-content .tab-content:before {
  content:"";
  position:absolute;
  top:0;
  left:50%;
  right:0;
  bottom:0;
  background: linear-gradient(270deg, #FFFFFF 62.19%, rgba(255, 255, 255, 0) 100%);
}
.sugar-content .tab-content .info {
  position:relative;
  z-index:1;
  padding: 50px 15px 50px 30px;
  background: #fff;
}
.sugar-content .tab-content .info h2 {
  font-size: 40px;
  line-height: 54px;
  color: #55B9B1;
  margin:0 0 15px;
}
.sugar-content .tab-content {
  display:none;
}
.sugar-content .tab-content.active {
  display:block;
}
.sugar-tool #searchSugarForm {
  max-width:580px;
  margin:0 auto 50px;
}
.sugar-tool #searchSugarForm input {
  background: #F6F6F6;
  border-radius: 8px;
  height:60px;
  padding:0 50px 0 22px;
  font-size: 15px;
  color: #69768D;
}
.sugar-tool #searchSugarForm .btn {
  background: #4DB4AC;
  border-radius: 5px;
  position:absolute;
  top:6px;
  right:6px;
  bottom:6px;
  width:48px;
  background-image: url('../images/searchsearchw.svg');
  background-repeat: no-repeat;
  background-position: center center;
}
.sugar-tool .cook-list li {
  padding:0 10px;
  margin:0 0 20px;
}
.sugar-tool .cook-list li a {
  display:block;
  border: 1px solid #676A6E;
  border-radius: 30px;
  padding:7px 25px;
  font-size: 16px;
  line-height: 25px;
  color: #676A6E;
}
.sugar-tool .cook-list li a:hover,.sugar-tool .cook-list li a.active {
  background: #00B7AB;
  border-color:#00B7AB;
  color:#fff;
}
.spice-list .spice-item {
  margin-top:240px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.spice-list .spice-item .image {
  position: absolute;
  top:0;
  right:60px;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.spice-list .spice-item .title {
  font-size: 50px;
  line-height: 34px;
  color: #FFFFFF;
  padding:30px 26px;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #55B9B1;
  border-radius: 20px 20px 0 0;
}
.spice-list .spice-item .title:before {
  counter-increment: section;
  content: counter(section);
  border: 3px solid #FFFFFF;
  width:52px;
  height:52px;
  line-height:46px;
  text-align:center;
  display:inline-block;
  margin-right:25px;
  vertical-align:middle;
  font-weight: 600;
  font-size: 36px;
  color:#fff;
  border-radius: 50%;
}
.spice-list .spice-item .content-text {
  padding:90px 60px 75px;
  font-size: 16px;
  line-height: 30px;
  color: #676A6E;
}
.spice-list .spice-item .content-text p {
   font-size: 16px;
  line-height: 30px;
  color: #676A6E;
}
.spice-list .spice-item .content-text p:last-child {
  margin:0;
}
.spice-list .spice-item .content-text h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #121924;
  margin:0 0 15px;
}
.spice-list .spice-item .content-text ul li {
  font-size: 16px;
  line-height: 30px;
  color: #676A6E;
  background-image: url(../images/favicon.png);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: left 10px;
  padding-left: 25px;
}
.spice-list .loading {
  width:100px;
  height:100px;
  background-image: url('../images/loading.gif');
  background-size:100% auto;
  margin:50px auto;
}
.part-mo {
  display:none;
}
.brand-biovolen .biovolen-buttom .cocode-inline {
	text-align:center;
}
.brand-biovolen .biovolen-buttom .cocode-inline p {
	display:inline-block;
	padding:0 10px;
	font-weight:400;
	vertical-align:top;
}
.brand-biovolen .biovolen-buttom .cocode-inline p:first-child {
	text-align:right;
}
.brand-biovolen .biovolen-buttom .cocode-inline p:last-child  {
	text-align: left;
}
.cocode-inline p:last-child {
    font-size: 12px !important;
    line-height: 16px;
    color: #676A6E !important;
    font-weight: 600;
}
.cocode-inline p:last-child b {
	font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 22px;
    color: #121924;
    display: block !important;
}
.brand-biovolen .biovolen-buttom p {
	color: #121924;
	font-size:13px;
	font-weight:600;
}
.brand-box {
  position:relative;
}
/* css 17092021 */
.oil-item .has-2-columns {
	align-items: center;
	-webkit-align-items: center;
}
.oil-item-other .has-2-columns {
  align-items: unset;
  -webkit-align-items: unset;
}
.oil-item .wp-block-columns .wp-block-column:first-child .wp-block-group {
	margin:0 -20px -25px;
	border-radius:0;
}
.oil-item .wp-block-columns .wp-block-column:last-child {
	margin-left:10px;
}
/* Coupon Rating */
.counpon-rating {
  background: #F6F6F6;
  border-radius: 4px;
  margin-bottom:15px;
  padding:20px;
}
.counpon-rating h2 {
  font-size: 20px;
  line-height: 1.35;
  color: #121924;
  margin-bottom: 20px;
  border-bottom:1px solid #E1E8E7;
  padding-bottom: 10px;
}
.rating-star {
  color:#ccc;
}
.rating-star .fa-star {
  color:#f7ca18;
}
.rating-star .rating-symbol {
  margin:0 2px;
  font-size: 16px;
}
.rating-star img {
  width:16px;
  height:16px;
  max-width:inherit;
}
.rating-star.rating-large img {
  width:30px;
  height:30px;
}
.rating-star.rating-large .rating-symbol {
  margin:0 3px;
  font-size: 30px;
}
.counpon-rating .rating-info {
    margin: 15px 0 0;
    font-size: 14px;
}
.counpon-rating .rating-info b {
  color:#4DB4AC;
}
.counpon-rating .rating-tb .rating-star {
  display:inline-block;
}
.counpon-rating .rating-tb b {
    font-size: 16px;
    vertical-align: -2px;
}
.counpon-rating .rating-tb b sub {
  bottom: 0;
  font-size: 12px;
  font-weight: 400;
}
.has-rating {
  position:relative;
}
.has-rating:after {
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:1;
}
.comment-rating .rating-star.rating-large {
  font-size: 40px;
  margin-top: -10px;
}
.comment-rating .rating-star.rating-large .rating-symbol {
  margin:0 10px;
}
#ratingForm .alert {
  margin-top:15px;
  font-size:14px;
  display:none;
}
#ratingForm .loading-json {
  display:none;
  margin-top:15px;
  background-image: url('../images/loading.gif');
  background-repeat: no-repeat;
  background-position: center center;
  height: 70px;
  background-size: auto 100%;
}
/* Event range */
.event-range {
  background: #4DB4AC;
    padding: 20px 0;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}
.event-range.event-hide {
  transform:translateY(200px);
  -webkit-transform:translateY(200px);
}
.event-range.remove-fixed {
  position:static;
}
.event-range .timer{
  color: #fff;
  font-size: 26px;
  line-height:26px;
  font-weight: bold;
}
.event-range .timer #timer {
  display:inline-block;
}
.event-range .btn {
  position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: #EF7A34;
    color: #fff;
    padding: 10px 30px;
    font-weight: bold;
}
.event-range .close {
  position:absolute;
  top:-43px;
  right:10px;
  display:block;
  width:35px;
  height:35px;
  background-image: url('../images/close-circle.svg');
  background-size:100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .event-range {
    padding:15px 0;
  }
  .event-range .timer {
    font-size:14px;
  }
  .event-range .timer #timer {
    display:block;
  }
  .event-range .timer span {
    font-size:16px;
  }
  .event-range .btn {
    font-size: 14px;
    padding: 5px 12px;
  }
}
.table-rating-custom th,.table-rating-custom td{
  padding:10px;
  border:1px solid #ccc !important;
}
.table-rating-custom td:first-child {
  width:85px;
}
.table-rating-custom td:nth-child(2) {
  width:150px;
}
.ads-script {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 0;
  overflow: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  right:0;
  z-index: 99999;
  background-color: hsla(0,0%,100%,.8);
  border-top: 2px solid hsla(0,0%,88.2%,.8);
  min-height: 90px;
  padding:0 15px;
}
.extra-content .table-default table {
  min-width: 750px;
}
.extra-content .table-default th,.extra-content .table-default td {
  padding:7.5px;
}
.ads-sidebar {
  margin-bottom: 15px;
}
.ads-banner-fixed .ads-start.sticky {
  position:fixed;
  top:85px;
  width:260px;
}
.extra-content .is-type-video {
  padding-top:55%;
  position: relative;
  overflow: hidden;
}
.extra-content .is-type-video > div {
  position:static;
}
.extra-content .is-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.lineup-table .cocode-inline {
  width:100%;
}
.sidebar-lastest {
    background: #F6F6F6;
    border-radius: 4px;
    padding: 20px 20px 4px;
    margin: 0 0 15px;
}
.sidebar-lastest h2 {
    font-size: 20px;
    line-height: 1.35;
    color: #121924;
    margin-bottom: 25px;
}
.sidebar-lastest li {
  margin-bottom: 30px;
}
.sidebar-lastest li h3 {
  font-size:15px;
  margin:0 0 5px;
  line-height: 22px;
}
.sidebar-lastest li h3 a {
  color:#121924;
}
.sidebar-lastest li .date {
  font-size:13px;
  color:#81838C;
}
.cat-list {
  margin:0 -5px 8px;
  letter-spacing: -0.3em;
}
.cat-list a {
  margin: 0 5px;
  background: #4DB4AC;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
  padding: 2px 6px;
  letter-spacing: normal;
  border-radius: 0px;
}
/* category 14062022 */
.news-list .news-item .info h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}
.news-list .news-item .info .des {
    margin: 10px 0;
}
.cate-content {
  padding-bottom:64px;
}
.cate-content .news-list .news-item .info {
  padding-top:16px;
}
.cate-content .news-list .news-item .image-fit {
  border: 1px solid #efefef;
}
.cate-content .post-date {
  margin:0 0 10px;
}
.cat-polular {
  margin:50px 0;
}
.cat-polular .cat-polular-left .news-item .info h3 {
  font-size: 30px;
  line-height: 40px;
}
.cat-polular .cat-polular-right .news-item {
  margin-bottom: 24px;
  display: flex;
}
.cat-polular .cat-polular-right .news-item .image-fit {
  height:144px;
  width:258px;
}
.cat-polular .cat-polular-right .news-item .info {
  padding:0;
  padding-left:24px;
  width:calc(100% - 258px);
}
.cat-polular .cat-polular-right .news-item .info .post-date {
  margin-bottom:10px;
}
.cat-polular .cat-polular-right .news-item .info h3 {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 10px;
  height: 75px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .cat-polular .cat-polular-right .news-item .info h3 {
    font-size: 16px;
    line-height: 26px;
    height: 75px;
    overflow: hidden;
  }
  .cat-polular .cat-polular-right .news-item .info .post-date,.cat-polular .cat-polular-right .news-item .info .post-author {
    font-size:13px;
  }
}
.cat-polular .cat-polular-right .news-item .info .des {
  margin:0;
}
.cat-nnews .news-item {
  margin-bottom: 30px;
}
.cat-nnews .news-item .image-fit {
  height:190px;
}
.banner-page {
  padding:200px 0;
  color:#fff;
  position:relative;
  margin-bottom: 15px;
  background-size:cover;
  background-position: top center;
}
.banner-page h1 {
    color: #fff;
    font-size: 60px;
    margin: 0 0 20px;
}
.banner-page .link-page {
  position:absolute;
  top:15px;
  left:0;
  color:#fff;
  right:0;  
  padding: 0;
  background: none;
}
.banner-page .link-page a {
  color:#fff;
}
.banner-page .link-page #breadcrumbs,.banner-page .link-page #breadcrumbs a,.banner-page .link-page #breadcrumbs span {
  color:#fff;
}
.news-list .news-item .info h3 a {
    color: #101C3D;
}
.section-title-new {
  font-size:24px;
  border-bottom: solid 1px #dcdbdb;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.btn-update-post {
  position: fixed;
  top: 4px;
  z-index: 999999;
  border-radius: 8px;
  color: #fff;
  left: 50%;
  font-size: 14px;
  font-weight: 300;
}
/* Coupon 2.0 */
.the-filter .filter-nav {
  margin:0 -15px 30px;
}
.the-filter .filter-nav a{
  font-size: 16px;
  line-height: 24px;
  color: #677489;
  padding:4px 16px;
  margin:0 15px;
  display:inline-block;
}
.the-filter .filter-nav a.active {
  background:#E1ECE6;
  border-radius: 64px;
  font-weight: 500;
  color: #4DB4AC;
}
.the-filter .filter-nav a:hover {
  color: #101C3D;
}
.primary-content .coupon-item-detail {
  background: #FFFFFF;
    border: 1px solid #EEF2F5;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
}
.primary-content .coupon-item-detail .coupon-top {
  padding:24px;
}
.primary-content .coupon-item-detail .hightlight {
  width:131px;
  height:131px;
}
.primary-content .coupon-item-detail .hightlight .inner {
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 24px;
    line-height: 28px;
    color: #101C3D;
    position: absolute;
    text-transform: uppercase;
}
.primary-content .coupon-item-detail .hightlight .inner span {
    font-size: 40px;
    line-height: 50px;
    display: block;
}
.primary-content .coupon-item-detail .info {
    width: calc(100% - 162px);
    padding-left: 32px;
    margin-left: 32px;
    border-left:1px dashed #EEF2F5;;
}
.primary-content .coupon-item-detail .info h3 {
  font-size: 16px;
  line-height: 26px;
  color: #101C3D;
  margin:0 0 8px;
  padding-right:195px;
  min-height: 52px;
}
.get-code {
  display:block;
  width:184px;
  height:44px;
  line-height: 44px;
  position:relative;
  background: #EEF2F5;
  font-size: 16px;
  color: #0D152E;
  text-align: center;
  border-radius:8px;
}
.get-code span {
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-image: url('../images/code-bg3.svg');
  background-repeat: no-repeat;
  background-size:100% auto;
  text-align: center;
  color:#fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 47px;
  padding-right:15px;
}
.primary-content .coupon-item-detail .info .get-code {
  position:absolute;
  top:0;
  right:0;
}
.primary-content .coupon-item-detail .info p {
  color: #677489;
  margin:0;
}
.primary-content .coupon-item-detail .coupon-bottom {
  background: rgba(77,180,172,0.09);
  padding:15px 30px;
}
.primary-content .coupon-item-detail .coupon-bottom .date {
  color:#00B7AB;
  font-size:14px;
}
.primary-content .coupon-item-detail .coupon-bottom .show-toggle {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  left:0;
  font-size: 14px;
  line-height: 24px;
  color: #677489;
  font-weight: bold;
  background-image: url('../images/arrow-gray-down.svg');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left:20px;
}
.primary-content .coupon-item-detail .coupon-bottom .show-toggle.active {
  background-image: url('../images/arrow-gray-up.svg');
}
.primary-content .coupon-item-detail .coupon-bottom .send-mail {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  right:0;
  font-size: 14px;
  line-height: 24px;
  color: #677489;
  font-weight: bold;
  background-image: url('../images/mail.svg');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left:32px;
}
.primary-content .coupon-item-detail .coupon-bottom .more-content {
  padding-top:15px;
  border-top:1px solid #E4E6F4;
  margin-top:15px;
  font-size: 14px;
  line-height: 22px;
  color: #677489;
  display:none;
}
.primary-content .coupon-item-detail .coupon-bottom .more-content li {
  margin-bottom:10px !important;
}
.primary-content .coupon-item-detail .coupon-bottom .more-content li:last-child {
  margin:0 !important;
}
#couponModal .modal-dialog {
  max-width: 700px;
  border-radius: 16px;
  overflow: hidden;
}
#couponModal .modal-header {
  padding: 24px 32px 16px;
    display: block;
    border:none;
}
#couponModal .modal-header img {
  max-width: 126px;
  display:block;
  margin:0 0 8px;
}
#couponModal .modal-header a {
  font-size: 16px;
  line-height: 32px;
  color: #101C3D;
}
#couponModal .modal-header .close {
  width:13px;
  height:13px;
  position:absolute;
  display:block;
  background-repeat:no-repeat;
  background-image: url('../images/close.svg');
  background-size: 100% auto;
  top:0;
  right:0;
  opacity: 1;
  padding:0;
  margin:0;
  top: -15px;
  right: -21px;
}
#couponModal .modal-header .date {
  position:absolute;
  bottom:0;
  right:0;
}
#couponModal .modal-body {
  padding:0 32px 32px;
}
#couponModal .modal-body h2 {
  padding-top:16px;
  font-size: 24px;
  line-height: 32px;
  color: #101C3D;
  margin:0 0 24px;
}
#couponModal .modal-body ol {
  counter-reset: css-modal 0;
}
#couponModal .modal-body ol li {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 24px;
  color: #0D152E;
  position:relative;
}
#couponModal .modal-body ol li:before {
  counter-increment: css-modal;
    content: counter(css-modal);
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: #101C3D;
    border-radius: 50%;
    margin-right: 8px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    display: inline-block;
  color: #FFFFFF;
}
.coupon-copy {
  position:relative;
  width:300px;
}
.coupon-copy .coupon-code {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0D152E;
  padding:12px 140px 12px 19px;
  border: 1px solid #EEF2F5;
  border-radius: 28px 64px 64px 28px;
  background:#fff;
  width:100%;
}
.coupon-copy .copy {
  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 136px;
    border-radius: 64px;
    font-weight: 600;
    font-size: 14px;
    color: #fff !important;
    background: #00B7AB;
    border: none;
    text-align: center;
    line-height: 49px;
    text-transform: uppercase;
}
#couponModal.loading .modal-content {
  background-image: url('../images/loading.svg');
  background-position: center center;
  background-repeat: no-repeat;
}
#couponModal .modal-body ol li .coupon-copy {
  display:inline-block;
  vertical-align:middle;
  margin-left:24px;
}
#couponModal .modal-body ol li a {
  color:#00B7AB;
}
#couponModal .modal-body ol li:last-child {
  margin:0;
}
#couponModal .modal-bottom {
  padding:16px 16px 32px;
  background-size:cover;
  background-position: center center;
}
#couponModal .receive-coupon {
  font-size: 14px;
  line-height: 24px;
  color: #677489;
  max-width:500px;
  margin:0 auto;
}
#couponModal .receive-coupon h3 {
  font-size: 20px;
  line-height: 24px;
  color: #00B7AB;
  margin:0 0 4px;
}
#couponModal .receive-coupon p {
  font-size: 14px;
  line-height: 24px;
  color: #677489;
}
#couponModal .receive-coupon p span {
  color:#fff;
}
#couponModal .receive-coupon form {
  position:relative;
  max-width:409px;
  margin:0 auto;
}
#couponModal .receive-coupon form .form-control {
  background: #FFFFFF;
  border: 1px solid #EEF2F5;
  border-radius: 28px 64px 64px 28px;
  height:44px;
  padding:0 175px 0 16px;
  font-size: 14px;
  color: #677489;
}
#couponModal .receive-coupon form .btn-green {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width:165px;
  border-radius:64px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #101C3D;
  background: #00B7AB;
  border:none;
}
.btn-green {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF !important;
    padding: 12px;
    line-height: 120%;
    min-width: 166px;
    background: #00B7AB;
    border-color: #00B7AB;
    border-radius: 64px;
    text-align: center;
}
.btn-goto {
    margin-top: 30px;
}
.has-expired {
    color: #ff0000 !important;
}
.avd-block {
  font-size: 12px;
  background: #efefef;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 4px;
}
.avd-block p {
  font-size:12px;
  margin:0 0 10px;
}
.avd-block p a {
  color:#000;
}
.avd-block p:last-child {
  margin:0;
}
#couponModal form {
  height:0;
  overflow: hidden;
}
.selected-offers {
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.selected-offers .toggle-show {
  background-image: url(../images/noteb.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  padding: 3px 0 3px 15px;
  color:#000;
  font-size:13px;
}
.selected-offers .content-show {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 0px 40px rgb(31 40 15 / 8%);
  border-radius: 4px;
  padding: 16px 20px 16px;
  font-size: 13px;
  line-height: 1.54;
  color: #121924;
  top: calc(100% + 10px);
  min-width: 331px;
  display: none;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.selected-offers .content-show:before {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  content: "";
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 10;
}
.selected-offers:hover .content-show {
  display:block;
}
.top-choices-section .show a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f107";
    margin-left:4px;
}
.top-choices-section .top-choices-content {
  display:none;
}
.top-choices-section.active .show a:after {
  content: "\f106";
}
/* footer ads */
.footer-for-ads .newsletter-form-bg {
  margin-bottom: 30px !important;
}
.footer-for-ads .footer-bottom .copyright {
   max-width: inherit !important;
}
.footer-for-ads .footer-social .list-social {
  margin: 0 !important;
}
.the-load {
  height: 800px;
  overflow: hidden;
  padding-left: 20px;
}
.loading-more {
  margin: 0 0 50px;
  position: relative;
}
.loading-more a {
  font-weight: bold;
}
.loading-more:before {
  content: "";
  position: absolute;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0.06766456582633051) 100%);
  height: 100px;
  bottom: 100%;
  left: 0;
  right: 0;
  display: block;
}
/* Fix update 12112022 */
:where(.wp-block-columns.is-layout-flex) {
    gap: 0 !important;
}
.table-custom-new {
  border-radius: 4px;
  overflow: inherit;
  border: 1px solid #E1E8E7;
  padding: 10px;
}
.table-custom-new table {
  min-width: 600px;
}
.table-custom-new td {
  padding:15px;
  border-right: 1px dashed #D2E0DB;
  border-bottom: 1px dashed #D2E0DB;
  position:relative;
  width:auto !important;
}
.table-custom-new td:last-child {
  border-right:none;
}
.table-custom-new tr:first-child td,.table-custom-new tr:last-child td{
  border-bottom: none;
}
.table-custom-new tr:first-child td {
  padding-top:50px;
}
.table-custom-new tr td:first-child {
  padding-left:0;
  width:145px !important;
}
.table-custom-new tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-custom-new tr:nth-child(2) td:not(:first-child) {
  color: #4DB4AC;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
}
.table-custom-new .btn-bestprice {
   top: -21px;
}
.table-custom-new .btn-bestprice strong {
  font-size:14px !important;
}
.table-custom-new .btn-bestprice strong:before {
  width:30px;
  height:30px;
}
.single-custom.sma-list .table-custom-new ul {
  margin:0;
}
.single-custom.sma-list .table-custom-new ul li {
  font-size:16px;
  text-align:left;
}
.single-custom.sma-list .table-custom-new ul li:last-child {
  margin-bottom:0;
}
.table-custom-new .point {
    font-size: 14px;
    color: #4DB4AC;
    font-weight: 400;
}
.table-custom-new .point * {
  color: #4DB4AC !important;
}
.table-custom-new .point strong {
  font-size: 24px;
  line-height: 1.375;
  font-weight: 600;
  color: #121924;
}
.table-product-custom {
  background: #EBF3F4;
  padding: 30px 30px 20px 30px;
  margin-bottom: 30px;
}
.table-product-custom td {
  padding:15px;
  border-right:15px solid #EBF3F4;
  background:#fff;
  position:relative;
}
.table-product-custom tr:first-child td {
  padding-top:40px;
}
.table-product-custom tr:nth-child(2) td {
  padding:0 15px;
}
.table-product-custom td:last-child {
  border:none;
}
.table-product-custom td strong {
  font-size: 20px;
  line-height: 1.375;
  color: #121924;
  font-weight: 700;
  margin-bottom: 20px;
}
.table-product-custom td a {
    background: #EF7A34;
    border-radius: 4px;
    padding: 12px 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
    min-width: 186px;
    display: block;
}
.table-product-custom td ul {
  margin:0 !important;
}
.table-product-custom td ul li {
  font-size:14px !important;
}
.wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.hpost-others .hpother-top {
  background: #F9F9F9;
  padding:50px 0 0;
}
.hpost-others .hpother-top .tab-nav {
  margin:0 -12px;
}
.hpost-others .hpother-top .tab-nav a {
  width:20%;
  margin:0 12px;
  font-size: 16px;
  line-height: 26px;
  padding:27px 15px;
  background:#fff;
  color:#000;
  border-radius: 16px;
}
.hpost-others .hpother-top .tab-nav a.active {
  
}
.hpost-others .hpother-top .section-title {
  margin-bottom:30px;
}
.hpost-others .hpother-top .tab-nav a img {
  display:block;
  max-width:66.68px;
  margin:0 auto 10px;
}
.hpost-others .hpother-footer {
  padding:34px 0;
  background:#F9F9F9;
}
.hpost-others .hpother-footer .links-item {
  margin-top:24px;
}
.hpost-others .hpother-footer .links-item .image-fit {
  height:270px;
  border-radius: 8px;
}
.hpost-others .hpother-footer .links-item h3 {
  font-size: 24px;
  line-height: 40px;
  margin:16px 0;
}
.hpost-others .hpother-footer .links-item h3 a {
  color: #000000
}
.hpost-others .hpother-footer .links-item ul li {
  margin: 0 0 26px !important;
  padding-left:0 !important;
  background:none !important;
}
.hpost-others .hpother-footer .links-item ul li a .image-fit {
  margin-bottom:26px;
}
.hpost-others .hpother-footer .links-item ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #101C3D;
}
.hpost-others .hpother-footer .links-item ul li a h4 {
  font-size: 16px;
  line-height: 24px;
  color: #101C3D;
  background-image: url(../images/icon-list.svg);
  background-repeat: no-repeat;
  background-position: left 9px;
  padding-left:20px;
}
.hpother-footer .tab-content {
  display: none;
}
.hpother-footer .tab-content.active {
  display: block;
}
.link-page #breadcrumbs > span > span > a {
  text-transform: uppercase;
}
#header .wpml-ls-legacy-dropdown-click {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
#header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  display: none;
}
#header .languages {
  float: right;
}
#header .languages ul a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #676A6E;
  background-color: #fff;
}
#header .languages ul a img{
  width: 20px;
}
#header .wpml-ls-legacy-dropdown-click .wpml-ls-current-language a.wpml-ls-item-toggle {
  border: none;
  background-image: url('../images/arrgreen-down.svg');
  background-repeat: no-repeat;
  background-position: right center;
}
#header .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,#header .wpml-ls-legacy-dropdown-click a:focus,#header .wpml-ls-legacy-dropdown-click a:hover {
  background-color: #fff;
}
#header .wpml-ls-sub-menu {
  border: none;
}
#header .wpml-ls-sub-menu a {
  background-color: rgba(238, 242, 245, 0.4);
  border: none;
  padding: 10px;
}
#header .wpml-ls-sub-menu a:hover {
  background: #EFF1FD;
}
/* Customer review */
.form-customer-feedback .customer-ftoggle {
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.15);
    border-radius: 5px 5px 0px 0px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    color: #000;
    position: fixed;
    right: -70px;
    bottom: 186px;
    padding: 6px 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: 0.5s;
    z-index: 99;
}

.form-customer-feedback .customer-ftoggle.ani-right {
    right: -70px;
}

.form-customer-feedback .customer-ftoggle.ani-left {
    right: -35px;
}

.form-customer-feedback .customer-feedback {
    position: fixed;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    padding: 40px;
    z-index: 99;
    text-align: center;
    width: 391px;
    opacity: 0;
    transition: 0.5s;
}

.form-customer-feedback .customer-feedback.ani-fade {
    top: 50%;
    opacity: 1;
}

.form-customer-feedback .customer-feedback .form-group {
    width: 100%;
    padding: 8px 16px;
    border: 1px solid #E1E8E7;
    border-radius: 4px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #888C91;
    margin-bottom: 20px;
}

.form-customer-feedback .customer-feedback textarea.form-group {
    margin-bottom: 24px;
}

.form-customer-feedback form br {
    display: none;
}

.form-customer-feedback select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('../images/arrow-blue.svg');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 3%;
    position: relative;
}

.form-customer-feedback .form-group-email {
    display: none;
}

.form-customer-feedback ::placeholder {
    color: #888C91;
    opacity: 1;
}

.form-customer-feedback :-ms-input-placeholder {
    color: #888C91;
    opacity: 1;
}

.form-customer-feedback ::-ms-input-placeholder {
    color: #888C91;
    opacity: 1;
}

.form-customer-feedback h2,
.form-customer-feedback h3 {
    font-size: 20px;
    line-height: 27px;
    color: #676A6E;
    margin-bottom: 16px;
    font-weight: 400;
}

.form-customer-feedback .customer-feedback .wpcf7-spinner {
    display: block;
    margin: 0 auto;
}

.form-customer-feedback.ani-fade {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.499);
    z-index: 9999999999;
}

.form-customer-feedback .your-option {
    position: relative;
}

.form-customer-feedback .your-option::before {
    content: '*';
    position: absolute;
    top: 14%;
    left: 42%;
    color: #4DDBC3;
    font-size: 15px;
    z-index: 100;
    opacity: 1;
}

.form-customer-feedback .your-option.hide-star::before {
    opacity: 0;
}

.form-customer-feedback .form-hidden {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.form-customer-feedback .star-rating .rating-symbol {
    position: relative;
}

.form-customer-feedback .star-rating .rating-symbol:nth-child(1):hover:after {
    content: 'Hate';
}

.form-customer-feedback .star-rating .rating-symbol:nth-child(2):hover:after {
    content: 'Dislike';
}

.form-customer-feedback .star-rating .rating-symbol:nth-child(3):hover:after {
    content: 'Neutral';
}

.form-customer-feedback .star-rating .rating-symbol:nth-child(4):hover:after {
    content: 'Like';
}

.form-customer-feedback .star-rating .rating-symbol:nth-child(5):hover:after {
    content: 'Love';
    position: absolute;
    top: -26px;
    left: 50%;
    margin-left: 0 !important;
    background-color: #FFF;
    color: rgba(0, 0, 0, 0.8);
    width: auto !important;
    min-width: 45px;
    border: 1px solid #BFBFBF;
    border-radius: 2px;
    padding: 3px 7px;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.form-customer-feedback .star-rating .rating-symbol:hover:after {
    position: absolute;
    top: -26px;
    left: 50%;
    margin-left: 0 !important;
    background-color: #FFF;
    color: rgba(0, 0, 0, 0.8);
    width: auto !important;
    min-width: 45px;
    border: 1px solid #BFBFBF;
    border-radius: 2px;
    padding: 3px 7px;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.form-customer-feedback .star-rating .rating-symbol:hover:before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    top: -3px;
    z-index: 101;
    left: 50%;
    background-color: #FFF;
    transform: translateX(-50%) rotate(135deg);
    -ms-transform: translateX(-50%) rotate(135deg);
}

.form-customer-feedback .star-rating {
    margin-bottom: 16px;
}

.form-customer-feedback .star-rating span {
    display: flex;
    justify-content: space-between;
}

.form-customer-feedback .star-rating span .rating-symbol,
.form-customer-feedback .star-rating span .rating-symbol-foreground {
    padding: 10px 0;
}

.form-customer-feedback textarea {
    height: 108px;
    resize: none;
}

.form-customer-feedback .form-submit {
    padding: 20px 0;
    min-width: 186px;
    border: none;
}

.form-customer-feedback .close-btn {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}

.form-customer-feedback .wpcf7-not-valid-tip {
    display: none;
}

.form-customer-feedback .wpcf7-not-valid {
    border: 1px solid rgb(255, 0, 0) !important;
}

.form-customer-feedback .form-feedback {
    display: none;
}

.form-customer-feedback .mailsent {
    display: none;
}

.form-customer-feedback .mailsent h4 {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-bottom: 4px;
}

.form-customer-feedback .mailsent p {
    font-size: 14px;
    line-height: 16px;
    color: #676A6E;
    margin-bottom: 40px;
}

.form-customer-feedback .mailsent img {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
}

.form-customer-feedback .wpcf7-spinner::before {
    display: none;
}

.form-customer-feedback textarea.form-group {
    display: none;
}

.form-customer-feedback .wpcf7-spinner {
    background-color: rgba(255, 255, 255, 1);
    background-image: url(../images/loadinghc.gif);
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    opacity: 0.8;
}
.customer-feedback .rating-symbol {
  color: #4DDBC3;
  font-size: 36px;
}
@media (max-width: 767px) {
    .form-customer-feedback .star-rating .rating-symbol:hover:before {
        top: -3px;
    }
    .form-customer-feedback .customer-ftoggle {
        font-size: 10px;
        line-height: 20px;
        bottom: 176px;
        right: -70px;
    }
    .form-customer-feedback .customer-ftoggle.ani-left {
        right: -30px;
    }
    .form-customer-feedback .customer-feedback {
        padding: 24px 16px;
    }
    .form-customer-feedback .customer-feedback {
        width: 92.3vw;
    }
    .form-customer-feedback h2,
    .form-customer-feedback h3 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 8px;
    }
    .form-customer-feedback h3 {
        margin-bottom: 8px;
    }
    .form-customer-feedback .your-option::before {
        left: 128px;
    }
    .form-customer-feedback .star-rating {
        margin-bottom: 31px;
    }
    .form-customer-feedback .star-rating > span {
        padding: 0 17px;
    }
    .form-customer-feedback .star-rating span .rating-symbol,
    .form-customer-feedback .star-rating span .rating-symbol-foreground {
        padding: 9px 0;
    }
    .form-customer-feedback .close-btn {
        top: 21px;
    }
    .form-customer-feedback .close-btn img {
        vertical-align: baseline;
    }
    .form-customer-feedback form {
        padding: 10px;
    }
}
.grecaptcha-badge {
	opacity:0 !important;
	visibility:hidden !important;
}
.wp-block-image figcaption {
	display:block !important;
  text-align: center;
  font-size: 14px;
  font-style: italic;
}
/* update header */
#header .subscribes {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
#header .subscribes .subscribe-toggle {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #677489;
}
#header .subscribes ul {
  position: absolute;
  top: 100%;
  right: 0;
  background: #FFFFFF;
  box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  z-index: 9;
  width: 188px;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
}
#header .subscribes ul li {
  margin: 0 0 8px;
}
#header .subscribes ul li:last-child {
  margin: 0;
}
#header .subscribes ul li a {
  font-size: 16px;
  line-height: 25px;
  color: #677489;
  display: block;
}
#header .subscribes ul li a:hover {
  color: #4DB4AC;
}
#header .subscribes ul li img {
  width: 32px;
  margin-right: 8px;
}
#header .subscribes.has-show .subscribe-toggle {
  color: #4DB4AC;
}
#header .subscribes.has-show ul {
  top: 37px;
  opacity: 1;
  visibility: visible;
}
#ModalSubscriber .modal-dialog {
  max-width: 343px;
  margin: 0 auto;
}
#ModalSubscriber .modal-content {
  border-radius: 24px;
  overflow: hidden;
  border: none;
}
#ModalSubscriber .subscriber-form .info {
  background: #fff;
  padding: 24px 16px;
  text-align: center;
  position: relative;
  z-index:1;
}
#ModalSubscriber .subscriber-form .info h3 {
  font-weight: 600;
  font-size: 22px;
  color: #121924;
  margin: 15px 0 8px;
}
#ModalSubscriber .subscriber-form .info .des {
  font-size: 16px;
  line-height: 25px;
  color: #677489;
}
#ModalSubscriber form .form-main {
  margin: 24px 0 0;
  position: relative;
}
#ModalSubscriber form .form-input {
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  height: 60px;
  padding: 18px 22px;
  font-size: 15px;
  color: #69768D;
  border: 1px solid #E1E8E7;
}
#ModalSubscriber form .form-submit {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  width: 48px;
  background-color: #4DB4AC;
  border-radius: 5px;
  background-image: url(../images/buttonemail.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
  border: none;
  height: 48px;
  font-size: 0;
}
#ModalSubscriber .close {
    position: absolute;
    top: 24px;
    right: 24px;
    opacity: 1;
    z-index: 2;
    line-height: 10px;

}
#ModalSubscriber .wpcf7-spinner {
    position: absolute;
    top: 6px;
    right: 6px;
    margin: 0;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    opacity: 1;
    background-color: #4DB4AC;
    background-image: url('../images/loadingbutton.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% auto;
}
#ModalSubscriber .wpcf7-spinner:before {
  display: none !important;
}
#ModalSubscriber  span.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-response-output {
  display: none !important;
}
#ModalSubscriber form .wpcf7-response-output {
    font-size: 12px;
    padding: 5px 10px;
    margin: 10px 0 0;
    color: #fff;
}
#ModalSubscriber form .note {
  margin: 15px 0 0;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #677489;
}
#ModalSubscriber form .note a {
  color: #677489;
  text-decoration: underline;
}
#ModalSubscriber .form-group {
  position: relative;
}
#ModalSubscriber .form-content {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.subscriber-thanks {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.form-success .form-content {
  opacity: 0;
  visibility: hidden;
}
.form-success .subscriber-thanks {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.subscriber-thanks h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  color: #101C3D;
  margin: 0;
}
.subscriber-thanks p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #101C3D;
  margin: 16px 0;
}
.subscriber-thanks p:last-child {
  margin: 0;
}
.subscriber-thanks .list-social {
  letter-spacing: -0.4em;
  margin: 0 -13px;
}
.subscriber-thanks .list-social a { 
  margin: 0 13px;
  display: inline-block;
  margin-top: 16px;
}
#ModalSubscriber .close svg path {
  fill: #8F8F8F;
 }
.form-input-hide {
  display: none;
}
.newsletter-form-bg h3 {
    font-weight: 700;
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 15px;
}
.newsletter-form-bg .form-main {
    margin: 24px 0 15px;
    position: relative;
    max-width: 365px;
}
.newsletter-form-bg .note {
  font-size: 14px;
  font-style: italic;
}
.newsletter-form-bg a {
  color: #fff;
  text-decoration: underline;
}
.newsletter-form-bg .sb-thanks {
  display: none;
}
.newsletter-form-bg .wpcf7-spinner {
  position: absolute;
  top: 7px;
  right: 8px;
  height: 40px;
  width: 89px;
  margin: 0;
  opacity: 1;
  background-color: #EF7A34;
  background-image: url('../images/loadingbutton.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40% auto;
}
.newsletter-form-bg .wpcf7-spinner:before {
  display: none;
}
#ModalSubscriber .subscriber-form .image {
    padding: 24px 16px;
    text-align: center;
}
span.wpcf7-not-valid-tip {
  display: none !important;
}
@media (min-width: 768px) {
  #ModalSubscriber .modal-dialog {
      max-width: 691px;
  }
  #ModalSubscriber .subscriber-form {
    display: flex;
    align-items: center;
  }
  #ModalSubscriber .subscriber-form .image {
    width: calc(100% - 391px);
    position: relative;
  }
  #ModalSubscriber .subscriber-form .image .image-fit {
    position: absolute;
    top: 0;
    left: 0;
    right: -40px;
    bottom: 0;
  }
  #ModalSubscriber .subscriber-form .info {
    max-width: 391px;
    margin-left: auto;
    border-radius: 24px 0 0 24px;
    width: 100%;
    padding: 40px;
    text-align: left;
  }
  #ModalSubscriber .subscriber-form .info h3 {
    margin-top:40px;
  }
  #ModalSubscriber .subscriber-form .info .des {
    font-size: 14px;
  }
  #ModalSubscriber form .note {
    margin-top: 40px;
  }
  #ModalSubscriber form .note {
    font-size: 14px;
  }
   .subscriber-thanks {
    text-align: left;
   }
}
@media (max-width: 768px) {
  #header .subscribes {
    right: 15px;
    position: absolute;
  }
  #ModalSubscriber .subscriber-form .image .image-fit {
    height: 200px;
  }
  .newsletter-form-bg {
    margin-bottom: 26px;
  }
  .newsletter-form-bg .wpcf7-spinner {
    height: 30px;
    background-size: 28px auto;
  }
}
.sidebar-related .cats-list a {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
  min-width: 90px;
  height: 28px;
  background: rgba(219, 240, 238, 0.5);
  border-radius: 80px;
  padding: 0 16px;
  line-height: 28px;
  font-weight: 600;
  font-size: 13px;
  color: #3E908A;
  text-align: center;
}
.sidebar-related ul li {
  margin-top: 16px;
  border: 1px solid #E1E8E7;
  border-radius: 8px;
  padding: 24px;
}
.sidebar-related ul li .post-date {
  font-size: 13px;
  line-height: 16px;
  color: #656565;
  margin: 0;
}
.sidebar-related ul li h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #121924;
  margin: 8px 0;
}
.sidebar-related ul li h4 a {
  color: #121924;
}
.sidebar-related ul li .post-author {
  font-size: 13px;
  line-height: 16px;
  color: #676A6E;
}
.position-y-bottom {
	bottom:100px !important;
}
..position-x-right {
	right:0 !important;
}
/* modal lp */
.modal-lp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: none;
}
.modal-lp .modal-transform {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
}
.modal-lp .modallp-primary {
  height: 100%;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  z-index: 1;
}
#bloodModal .modallp-content {
  background-image: url('../images/blood-bg.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 460px;
  height: 550px;
  padding: 105px 30px 0;
  position: relative;
}
.modallp-close {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#bloodModal .modallp-content h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 35px;
  color: #0D152E;
  margin: 0 0 25px;
}
#bloodModal .modallp-content h2 span {
  display: block;
  font-size: 68px;
  line-height: 68px;
  color: #EC0A0A
}
#bloodModal .modallp-content h5 {
  font-size: 13px;
  line-height: 22px;
  color: #677489;
  margin: 0;
}
#bloodModal .modallp-content .budget {
  font-size: 55px;
  line-height: 70px;
  color: #E01F1F;
  font-family: 'Anton', sans-serif;
  margin: 20px 0 0;
}
#bloodModal .modallp-content .btn-join {
  background: #EC0A0A;
  border-radius: 4px;
  width: 154px;
  height: 52px;
  line-height: 52px;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  display: inline-block;
  margin: 12px 0 16px;
}
#bloodModal .modallp-content .des {
  font-size: 12px;
  line-height: 19px;
  color: #4DB4AC;
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #bloodModal .modallp-content {
    width: 350px;
    height: 420px;
    padding: 75px 30px 0;
  }
  #bloodModal .modallp-content h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px;
  }
  #bloodModal .modallp-content h2 span {
    font-size: 51px;
    line-height: 50px;
  }
  #bloodModal .modallp-content h5 {
    font-size: 12px;
    line-height: 16px;
  }
  #bloodModal .modallp-content .budget {
    font-size: 40px;
    line-height: 50px;
    margin-top: 5px;
  }
  #bloodModal .modallp-content .btn-join {
    width: 110px;
    height: 38px;
    line-height: 36px;
    font-size: 16px;
    margin: 8px 0;
  }
  #bloodModal .modallp-content .des {
    font-size: 11px;
    line-height: 16px;
    max-width: 210px;
  }
}
.modalcn-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.65);
  z-index: 9999;
  display: none;
}
.fact-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url(../images/lp/cancel.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  display: block;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.fact-check .fact-label .headlinec {
    font-size: 26px !important;
    font-weight: bold;
    padding-right: 40px;
    margin-bottom: 25px !important;
  }
@media(max-width:  768px) {
  .fact-check .fact-label {
    width: calc(100% - 30px);
    padding: 20px;
  }
  .fact-check .fact-label .headlinec {
    font-size: 20px !important;
    margin-bottom: 15px !important;
  }
}
/* css of property table */
.extra-content .wp-block-table.table-property {
  padding-top: 20px;
  border-top: 1px solid #e1e8e7;
  margin: 20px 0;
  overflow: auto;
  display: flex;
  flex-direction: column-reverse; }
  .extra-content .wp-block-table.table-property figcaption {
    color: #979898;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    margin: 0 0 8px;
    text-align: center; }
  .extra-content .wp-block-table.table-property table {
    min-width: 750px;
    border: 1px solid #e1e8e7; }
    .extra-content .wp-block-table.table-property table tr > td:first-child,
    .extra-content .wp-block-table.table-property table tr > td:first-child {
      position: sticky;
      z-index: 2;
      left: -2px;
      border: 1px solid #e1e8e7; }
    .extra-content .wp-block-table.table-property table td {
      padding-top: 8px;
      padding-bottom: 8px; }
    .extra-content .wp-block-table.table-property table tbody {
      border: 1px solid #e1e8e7; }
      .extra-content .wp-block-table.table-property table tbody tr {
        border-top: 1px solid #e1e8e7; }
        .extra-content .wp-block-table.table-property table tbody tr:first-child td {
          color: #121924;
          font-family: "Open Sans";
          font-size: 14px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          text-transform: uppercase;
          background: #f5f8f7; }
          .extra-content .wp-block-table.table-property table tbody tr:first-child td span {
            display: block;
            font-weight: 400;
            font-size: 12px;
            color: #677489; }
        .extra-content .wp-block-table.table-property table tbody tr td {
          color: #121924;
          text-align: center;
          font-family: "Open Sans";
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal; }

.extra-content .wp-block-table.table-property {
  max-width: 100%; }
  .extra-content .wp-block-table.table-property table tbody tr td {
    color: #121924;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: calc((100% - 128px - 95px) / 4); }
    .extra-content .wp-block-table.table-property table tbody tr td:first-child {
      color: #121924;
      font-family: "Open Sans";
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
      background: #f5f8f7;
      width: 128px;
      border: 1px solid #e1e8e7; }
    .extra-content .wp-block-table.table-property table tbody tr td:nth-child(2) {
      border-left: 1px solid #e1e8e7; }
    .extra-content .wp-block-table.table-property table tbody tr td:last-child {
      text-align: center; }
      .extra-content .wp-block-table.table-property table tbody tr td:last-child img {
        display: inline-block;
        vertical-align: middle; }

.extra-content .wp-block-table.h-title {
  border-top: none;
  padding-top: 10px; }
  .extra-content .wp-block-table.h-title table tbody tr td:first-child {
    display: none; }

.extra-content .wp-block-table.v-title {
  border-top: none;
  padding-top: 10px; }
  .extra-content .wp-block-table.v-title table tbody tr:first-child {
    display: none; }

@media only screen and (max-width: 769px) {
  .extra-content .wp-block-table.table-property {
    padding-bottom: 10px;
    margin-bottom: 10px; } }
/* step headling */
h2.step-heading {
  counter-reset: css-counters 0;
}
h2.step-heading~h3:before {
  counter-increment: css-counters;
  content: "Step "counter(css-counters)":";
  display: inline-block;
  margin-right: 8px;
}
h2.stop-number-heading~h3:before {
  display:none;
}
.pm-pros-2:before,.pm-cons-2:before {
  display: none !important;
}
.pm-pros-2,.pm-cons-2 {
  padding: 0 !important;
  border: none !important;
  background: none !important;
  margin: 0 !important;
  list-style: none;
}
.pm-pros-2 li {
    padding-top: 0.2em;
}
.pm-pros-2 li:last-child, .pm-cons-2 li:last-child {
  padding-bottom: 5px !important;
}
.pm-pros-2 li:before, .pm-cons-2 li:before {
    position: absolute !important;
    left: 2px !important;
    content: "";
    background-repeat: no-repeat !important;
    background-image: url(../images/checkmark-circle-2.svg) !important;
    width: 13px !important;
    height: 13px !important;
    background-size: 13px auto !important;
    top: 8px !important;
}
.pm-cons-2 li:before {
    background-image: url(../images/close-circle.svg) !important;
    top: 4px !important;
}
.wp-block-yoast-faq-block {
	counter-reset: faq-counters 0;
}
.wp-block-yoast-faq-block .schema-faq-section:before {
	counter-increment: faq-counters;
	content: counter(faq-counters) ".";
	display: inline-block;
	margin-right: 5px;
	font-weight:700;
}
/* cat menu */
.cat-menu {
  background: #EBF3F4;
}
.cat-menu .catm-inner {
  white-space: nowrap;
  overflow: hidden;
  padding: 15px 0;
}
.cat-menu .cat-parent {
  color: #3E908A;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  padding-right: 10px;
  position: relative;
  display: inline-block;
}
.cat-menu .cat-parent:after {
  content: "";
  display: block;
  height: 20px;
  width: 2px;
  background: #3E908A;
  position: absolute;
  top: 3px;
  right: -6px;
}
.cat-menu ul {
  letter-spacing: -0.3em;
  display: inline-block;
}
.cat-menu ul li {
  display: inline-block;
  letter-spacing: normal;
  padding-left: 20px;
}
.cat-menu ul li a {
  color: #494F4E;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}
.cat-alpha h2 {
  color: #121924;
  font-size: 32px;
  margin: 0;
  font-weight: 700;
}
.cat-alpha .alpa-nav {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.cat-alpha .alpa-nav a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #494F4E;
  font-size: 20px;
  font-weight: 600;
}
.cat-alpha .alpa-nav a:hover,.cat-alpha .alpa-nav a.active {
  border-radius: 4px;
  border: 1px solid #EF7A34;
  background: #EF7A34;
  color: #fff;
}
.cat-alpha .catalpha-list {
  margin-bottom: 55px;
}
.cat-alpha .catalpha-list .anpha-charter {
  width: 45px;
  height: 45px;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
  background: #121924;
  margin-bottom: 20px;
  border-radius: 4px;
}
.cat-alpha .catalpha-list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid rgba(151, 152, 152, 0.50);
  overflow: hidden;
}
.cat-alpha .catalpha-list ul li {
  width: 25%;
  padding: 16px 0;
  position: relative;
}
.cat-alpha .catalpha-list ul li:nth-child(1):after,
.cat-alpha .catalpha-list ul li:nth-child(1n + 4):after {
  content: "";
  border-bottom: 1px solid rgba(151, 152, 152, 0.50);
  bottom: 0;
  left: 0;
  right: -2000px;
  display: block;
  position: absolute;
}
.cat-alpha .catalpha-list ul li a {
  color: #121924;
  font-size: 18px;
}
.cat-polular .cat-polular-inner {
  border-radius: 4px;
  background: #EBF3F4;
  padding: 20px;  
}
.cat-polular .cat-polular-right .news-item {
  margin-bottom: 16px;
  background: #fff;
  padding: 16px;
  border-radius: 4px;
}
.cat-polular .cat-polular-right .news-item:last-child {
  margin: 0;
}
.cat-polular .cat-polular-right .news-item .info {
  padding: 0;
  padding-left: 16px;
  width: calc(100% - 200px);
}
.cat-polular .cat-polular-right .news-item .image-fit {
  height: auto;
  width: 200px;
  border-radius: 4px;
}
.cat-polular .cat-polular-left .news-item {
  height: 100%;
  background: #fff;
  padding: 16px;
  border-radius: 4px;
  margin-right: -15px;
}
.cat-polular .cat-polular-left .news-item .image-fit {
  border-radius: 4px;
}
.cat-polular .cat-polular-right .news-item .info h3 {
    font-size: 16px;
    line-height: 22px;
    height: 67px;
    overflow: hidden;
    font-weight: 700;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.cat-polular .cat-polular-right .news-item .info .des {
    height: 50px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.cat-polular .cat-polular-left .news-item .info h3 {
    font-weight: 700;
}
.link-page {
  background: rgba(0,0,0,0);
}
.link-page #breadcrumbs a, .link-page #breadcrumbs span {
  color: #3e3e3e;
}
@media (max-width: 768px) {
  .cat-menu .catm-inner {
    overflow: auto;
    padding: 15px 0 25px;
    position: relative;
  }
  .cat-menu .catm-inner::-webkit-scrollbar-thumb {
    background-color: red;
  }
  .cat-menu ul li {
    padding-left: 15px;
  }
  .cat-menu {
      position: relative;
    height: 56px;
    padding-right: 20px;
    overflow: hidden;
  }
  .cat-menu:after {
    content: "";
    display: block;
    width: 7px;
    height: 11px;
    background-image: url(../images/chevron-left.svg);
    background-size: 100% 100%;
    position: absolute;
    top: 51%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .cat-polular .cat-polular-inner {
    margin: 0 -15px;
    border-radius: 0;
    padding: 15px;
  }
  .cat-polular .cat-polular-left .news-item {
    margin-right: 0;
  }
  .cat-polular .cat-polular-right .news-item {
    display: flex !important;
  }
  .cat-polular .cat-polular-right .news-item .info h3 {
    font-size: 16px !important;
    line-height: 22px !important;
    height: 45px;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
  }
  .cat-polular .cat-polular-right .news-item .image-fit {
    width: 142px !important;
    height: auto !important;
  }
  .cat-polular .cat-polular-right .news-item .info {
    padding-left: 16px !important;
    width: calc(100% - 142px) !important;
  }
  .cat-alpha h2 {
    font-size: 20px;
  }
  .cat-alpha .catalpha-list ul li {
    width: 50%;
  }
  .cat-alpha .catalpha-list ul li:nth-child(2n):after {
    border-bottom: 1px solid rgba(151, 152, 152, 0.50);
  }
  .cat-alpha .catalpha-list ul li a {
    font-size: 16px;
  }
  .cat-polular .cat-polular-right .news-item .info .des {
    -webkit-line-clamp: 1;
    height: 24px;
  }
}