table.no_mobile {
  display: table;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.flex--start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex--content--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.is--fit {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.flex--col--50 {
  width: calc(100% / 2 - 70px);
}
.h-100 {
  height: 100%;
}
.radius--100 {
  border-radius: 100px;
}
.tx--white,
.tx--white * {
  color: white;
}
.tx--black,
.tx--black * {
  color: black;
}
.block {
  display: block;
}
.img-b img {
  display: block;
  max-width: 100%;
}
.img-cover img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.img-cover-in {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.radius--50 {
  border-radius: 50%;
}
.over--hide {
  overflow: hidden;
}

.both {
  clear: both;
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
}
.slogan {
  margin-top: -8px;
  padding-right: 30px;
}
.tb_num {
  font-size: 22px;
}
.m_table_row_counter {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 33px;
  font-size: 13px;
  font-weight: bold;
  color: #252527;
  text-align: left;
  z-index: 1;
}
.m_table_row_counter span {
  position: relative;
  z-index: 1;
  display: block;
  padding-left: 5px;
  padding-top: 3px;
}
.m_table_row_counter:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-left: 32px solid #d0d0d0;
  border-bottom: 32px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.table_mobile_row_1 .m_table_row_counter {
  color: white;
}
.table_mobile_row_1 .m_table_row_counter:before {
  border-left: 32px solid #0fe77e;
}
.head-update .menu_item {
  position: relative;
}
.head-update .menu_open {
  right: auto;
  top: 50px;
  padding: 20px;
  left: -25px;
  padding-top: 40px;
}
.head-update .menu_open.menufromright {
  /*right:-25px;left:auto;*/
  left: 30px;
}
.menu_item_off {
  position: static !important;
}
.head_right {
  position: relative;
}
.head-update .menu_open .inner_width {
  padding: 0;
}
.head-update .menu_col {
  width: 240px;
}
.Integration_col {
  text-align: left;
}
.Integration_imgs {
  margin-top: 8px;
}
.Integration_imgs img {
  display: inline-block;
  width: auto;
  height: 21px;
  margin-right: 4px;
}
.rev_st_col {
  padding: 15px 3% 0;
}
.green {
  color: #01e576;
}

.last_update {
  color: white;
  margin-top: 6px;
  margin-left: 5px;
  font-size: 13px;
}
.slide_testi .slick-slide {
  margin: 45px 12px;
}
.slide_testi_item {
  margin: 0;
  box-shadow: 0 0 22px 0 rgb(0 0 0 / 15%);
}
.slide_testi_img {
  box-shadow: 0 0 18px 0 rgb(0 0 0 / 30%);
}

.top_banner {
  width: 100%;
  height: 380px;
}
.top_banner .inner_width {
  position: relative;
  height: 100%;
}
.top_banner .title {
  color: #01e576;
  font-size: 50px;
  margin-bottom: 20px;
  font-family: "Rockwell";
  padding-top: 20px;
}
.top_banner .subtitle {
  max-width: 650px;
  margin: 0 auto 30px;
  color: white;
  font-weight: 300;
}
.top_banner .bt_green a {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}
.lobby_top5 {
  margin: 40px 0 100px;
}
.lobby_top5 .hp_testi_wrap {
  margin: 0 !important;
}
.lobby_top5 .slide_testi {
  max-width: inherit;
  margin-top: 30px;
}
.lobby_top5 .arrow_l a {
  top: 35%;
  left: -60px;
}
.lobby_top5 .arrow_r a {
  top: 35%;
  right: -60px;
}
.top5_item {
  width: 28%;
  margin: 30px 15px 0;
}
.top5_num {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  background: white;
  color: #97989c;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #97989c;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.top5_item:hover .top5_num {
  color: #01e576;
  border-color: #01e576;
  top: -25px;
}
.top5_item .key_item {
  width: 45%;
  padding-top: 45%;
}
.top5_content {
  width: 55%;
  padding-left: 5%;
  padding-top: 15px;
}
.top5_content .green_link a {
  font-size: 14px;
}
.s_sep {
  width: 38px;
  height: 3px;
  background: #01e576;
  margin-bottom: 15px;
}
.top5_content .text {
  margin-bottom: 15px;
  height: 100px;
  overflow: hidden;
}
.lobby_row {
  margin-bottom: 80px;
}
.lobby_row .text {
  font-size: 16px;
}
.hp_key_img {
  text-align: center;
}
.hp_key_img img {
  width: auto;
  max-width: 100%;
}
.lobby_row .hp_key_content {
  padding-top: 20px;
}
.text ul {
  padding: 0;
  list-style: none;
  margin: 8px 0 30px;
}
.text li {
  background: url("/wp-content/themes/webcreate/assets/img/layout/bulet.jpg")
    no-repeat left 7px;
  padding-left: 20px;
  margin-bottom: 8px;
}
.all_wrap .bt_black a {
  width: 200px;
  margin: 20px auto 80px;
  display: block;
}
.blog_tags {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.tag_item {
  display: inline-block;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  background: #1b1f27;
  color: white;
  margin: 0 6px; /*line-height:35px;font-size:15px;padding:0 20px;*/
  font-size: 12px;
  line-height: 30px;
  padding: 0 12px;
}
.tag_item:hover {
  background: #11151c;
}
.tag_item.active {
  background: #01e576;
  color: #1b1f27;
}
.all_wrap_in.blog_in {
  padding: 0 16px;
}
.blog_item {
  width: 29%;
  margin-right: 4%;
  margin-bottom: 65px;
}
.blog_item a {
  display: block;
  background: white;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
.blog_item_img_wrap {
  width: 100%;
  height: 250px;
  display: block;
  overflow: hidden;
}
.blog_item_img {
  width: 100%;
  height: 250px;
  display: block;
}
.blog_item_in {
  padding: 20px 30px;
  display: block;
}
.blog_item_date {
  display: block;
  color: #828488;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 300;
}
.blog_item_in .title {
  display: block;
  font-size: 25px;
  margin-bottom: 12px; /*width:85%;*/
  line-height: 34px;
  height: 101px;
  overflow: hidden;
}
.blog_item_in .text {
  display: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  height: 104px;
  overflow: hidden;
}
.blog_item_in .readmore {
  display: block;
  margin-top: 15px;
}
.blog_item_in .readmore:hover {
  text-decoration: underline;
}
.blog_item a:hover .blog_item_img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.menu_col_title {
  margin-bottom: 5px;
}
.menu_col_title a {
  color: black;
  font-size: 13px;
  font-weight: bold;
}
.page-template-review .main {
  padding-right: 0;
}
.ft_link a {
  font-size: 14px;
  line-height: 18px;
}
.main_inner table {
  margin-bottom: 25px;
}
.main_inner table td {
  padding: 0 15px !important;
}
.note_people {
  display: none;
  width: 120px;
  height: 37px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: white;
  text-align: center;
  color: black;
  font-size: 11px;
  line-height: 1.3;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  z-index: 3;
  margin: auto;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
  padding: 4px 7px;
}
.note_people:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid white;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  position: absolute;
  bottom: -12px;
  right: 18px;
}

.vs_banner.top_banner {
  height: 300px;
}
.vs_sec {
  background: #eaeaea;
  padding-bottom: 80px;
  padding-top: 1px;
}
.vs_table {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: -110px; /*-220px;*/
  position: relative;
  background: white;
  padding: 40px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.vs_banner .title {
  margin-bottom: 50px;
}
.vs_table_head {
  margin-bottom: 30px;
}
.vs_col,
.vs_col_vs {
  width: 33.3%;
}
.vs_logo {
  width: 100%;
  height: 140px;
  border: 1px solid #ececec;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.vs_logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.vs_logo img {
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 70%;
  margin: 0;
  display: inline;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.Integration_imgs img {
  margin: 0;
  max-width: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vs_logo:hover {
  margin-top: -5px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.09);
}
.vs_title_head {
  font-family: "Rockwell";
  color: #01e576;
  text-align: center;
  line-height: 140px;
  font-size: 50px;
}
.vs_title_head span {
  font-weight: bold;
}
.vs_table_row {
  border-bottom: 1px solid #c2c2c2;
  padding: 16px 0;
  position: relative;
}
.vs_cell {
  padding: 0 12px;
  color: black;
  text-align: center;
  font-size: 20px;
  min-height: 30px;
}
.vs_type {
  padding: 0 12px;
  color: #868686;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -16.6%;
  font-weight: 300;
}
.vs_table:before,
.vs_table:after {
  content: "";
  display: block;
  width: 54px;
  height: 540px;
  background: url("/wp-content/themes/webcreate/assets/img/layout/shade-r.png")
    no-repeat center top;
  position: absolute;
  top: 0px;
  right: -54px;
}
.vs_table:after {
  background-image: url("/wp-content/themes/webcreate/assets/img/layout/shade-l.png");
  right: auto;
  left: -54px;
}
.vs_table_row .score_review {
  margin-top: -2px;
}
.vs_table_row .support_icon {
  width: auto;
  margin: 0 5px;
}
.vs_tx_s {
  font-size: 14px;
  line-height: 20px;
}
.vs_table_row .Integration_imgs {
  margin: 0;
}
.vs_table_row .rate_stars {
  margin: 0 auto;
}
.vs_table_row:last-child {
  border: none;
  padding: 0;
  padding-top: 25px;
}
.vs_table .bt_green {
  width: 80%;
  margin: 0 auto;
}
.vs_table .bt_green a {
  display: block;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
}
.tag_item {
  margin-bottom: 8px;
}
.blog_tags {
  bottom: 15px;
}
.top_banner .title.vs_main_page_title {
  text-align: center;
  padding-top: 0; /*margin-top:80px;*/
}

.rev_btn_compare {
  width: 290px;
  position: fixed;
  right: -290px /*-15px;*/;
  bottom: 100px;
  z-index: 4;
  background: rgba(33, 34, 37, 0.95);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.2);
}
.rev_btn_compare_close a {
  display: block;
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 1;
}
.rev_btn_compare_close svg {
  width: 15px;
  height: 15px;
}
.rev_btn_compare_close path {
  fill: #a7a7a7;
}
.rev_btn_compare_in a {
  display: block;
  width: 100%;
  padding: 20px;
  padding-right: 40px;
  color: white;
  font-size: 16px;
}
.rev_btn_compare_in span {
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  position: relative;
  padding-right: 45px;
}
.rev_btn_compare_in a svg {
  position: absolute;
  top: 3px;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rev_btn_compare_in a:hover svg {
  animation: moveit 0.8s infinite;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@keyframes moveit {
  0% {
    right: 0;
  }
  50% {
    right: -10px;
  }
  100% {
    right: 0;
  }
}

.title_shade {
  text-align: center;
  top: auto;
  bottom: 30px;
  height: auto;
  z-index: 1;
}
.title_shade .title {
  color: white;
  font-family: "Rockwell";
}
.banner_shade {
  background: url("/wp-content/themes/webcreate/assets/img/layout/baner_shade.png")
    no-repeat left bottom;
  background-size: 100% 100%;
}
.integ_blog {
  margin-top: 2px;
}
.integ_blog_tx {
  line-height: 19px;
}
.integ_blog_icons {
  margin-left: 5px;
}
.integ_blog_icons svg {
  margin: 0 1.5px;
}
.col_tx_big.col_feat {
  width: 20%;
}
.follow_wrap {
  padding: 25px 15px 10px;
  background: #f4f4f4;
  margin-top: 18px;
  text-align: center;
}
.follow_title {
  font-size: 18px;
  color: #212225;
  font-weight: 300;
  margin-right: 10px;
  padding-top: 3px;
  font-family: "Rockwell";
}
.follow_soc {
  margin-right: 6px;
}
.follow_soc a {
  display: block;
}
.follow_soc a:hover {
  margin-top: -4px;
  margin-bottom: 4px;
}

.review_top2 {
}
.review_top2 .rev_top {
  background-image: url("/wp-content/themes/webcreate/assets/img/layout/review_top2.jpg") !important;
  text-align: center;
  padding: 0;
  height: auto;
}
.review_top2 .rev_top .inner_width {
  min-height: 220px;
}
.review_top2 .rev_top .title {
  font-size: 58px;
}
.review_top2 .rate_tx {
  color: white;
  margin-top: 6px;
  margin-left: 0;
  margin-right: 6px;
}
.rev_newlogo {
  width: 277px;
  height: 116px;
  background: url("/wp-content/themes/webcreate/assets/img/layout/rev_hill.png")
    no-repeat center top;
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -138px;
  padding-top: 10px;
}
.rev_newlogo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 98px;
}
.side_nav_wrap {
  padding-left: 0;
  width: 22%;
}
.review_top2 .rev_logo {
  width: 19%;
  padding-left: 0;
  display: none;
}
.review_top2 .rev_st_col {
  padding-left: 2%;
  padding-right: 2%;
}
.review_top2 .rev_st_col1 {
  padding-left: 0;
}
.review_top2 .review_sticker.fixed .rev_newlogo {
  display: none;
}
.review_top2 .review_sticker.fixed .rev_logo {
  display: block;
}
.auto-img img {
  margin: 0 3px;
  display: inline;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
}

.table_logo_makers .col_barscore {
  width: 9%;
}
.table_logo_makers .col_support {
  width: 13%;
}
.table_logo_makers .col_tx {
  width: 18%;
}
.wrap_has_infotool {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}
.wrap_has_infotool .info_tool {
  top: 6px;
}
.mostp_tx {
  line-height: 23px;
}
.mostp_tx img {
  width: auto;
  height: 16px;
}
.most_popular_tag {
  margin-top: 3px;
  width: auto;
  height: 16px;
  display: inline-block;
  background: #212225;
  -webkit-border-radius: 0 60px 60px 0;
  position: relative;
  padding-left: 3px;
  padding-right: 7px;
  color: #f0f0f0;
  line-height: 16px;
  font-size: 10px;
  font-weight: 500;
  margin-left: 11px;
}
.most_popular_tag:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid #212225;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 0;
  left: -8px;
}
.slide_info_tx_all_plans {
  line-height: 23px;
}
.slide_info_tx_all_plans .slide_info_tx {
  line-height: 23px;
}
.menu_open-sm_link .most_popular_tag {
  background: #08d170;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  color: black;
  font-size: 12px;
  margin-top: 0;
}
.menu_open-sm_link .most_popular_tag:before {
  border-right: 8px solid #08d170;
}

.top5_box {
  margin-top: 30px;
}
.top5_title {
  font-size: 22px;
  color: #212225;
  font-family: "Rockwell";
  margin-bottom: 10px;
}
.top5_title_in {
  display: inline-block;
  position: relative;
}
/*.top5_title_in:before{content:"";display:block;width:20px;height:3px;background:#0de777;position:absolute;bottom:6px;right:-24px;}*/
.top5_title_in_line {
  content: "";
  display: inline-block;
  width: 20px;
  height: 3px;
  background: #0de777;
  margin-left: 5px;
}
.top5_row {
  border-bottom: 1px solid #dbdbdb;
  height: 65px;
  position: relative;
  background: white;
}
.top5_row:first-child {
  border-top: 1px solid #dbdbdb;
}
.top5_box_num {
  font-family: "Rockwell";
  color: #96999f;
  height: 100%;
  text-align: left;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 5px;
  line-height: 65px;
}
.top5_box_logo {
  width: 64%;
  margin-left: 15px;
}
.top5_box_logo a {
  display: block;
  height: 65px;
}
.top5_box_logo .table_cell {
  text-align: left;
}
.top5_box_logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 63px;
}
.top5_score {
  width: 70px;
  text-align: center;
  padding-top: 10px;
}
.top5_score .score {
  display: block;
  color: #212225;
}
.top5_score_tx {
  display: block;
  color: #7e7f84;
  font-size: 12px;
  margin-top: -2px;
}
.top5_row:first-child .top5_score .score {
  color: #0de777;
}
.top5_box .bt_black {
  width: 90%;
  margin: 0 auto;
}
.top5_box .bt_black a {
  margin-top: 15px;
  width: 100%;
  font-size: 16px;
}

.addthis_bottom {
  text-align: center;
  background: #f3f3f3;
  padding: 25px 0 20px;
}
.addthis_bottom_title {
  margin: 0 !important;
}
.addthis_inline_share_toolbox {
  margin-left: 10px;
  clear: none !important;
}

.faqItem {
  margin-bottom: 5px;
}
.faqItemQ a {
  color: #212225;
}

span.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-list-item-label {
  display: none;
}
.form_checkbox_text {
  width: 95%;
}

.top_behinde .inner_width {
  height: 100%;
}
.for_row {
  position: absolute;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  bottom: 100px;
}
.top_behinde .for_row {
  position: static;
  margin-bottom: 0;
  margin-top: 35px;
}
.for_tx {
  color: black;
  font-size: 16px;
  margin-right: 10px;
  margin-top: 5px;
}
.for_box {
  width: 400px;
  padding: 4px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  border: 1px solid #6d6d6d;
  -webkit-box-shadow: inset 0px 9px 13px 0px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px 9px 13px 0px rgba(0, 0, 0, 0.09);
}
.for_bt {
  width: 49%;
}
.for_box_3 {
  width: 500px;
}
.for_box_3 .for_bt {
  width: 33%;
}
.for_bt a {
  display: block;
  width: 100%;
  height: 26px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  color: black;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}
.for_bt.active a {
  text-decoration: none;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#19cc54+0,0dad58+100 */
  background: #19cc54; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #19cc54 0%,
    #0dad58 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #19cc54 0%,
    #0dad58 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #19cc54 0%,
    #0dad58 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19cc54', endColorstr='#0dad58',GradientType=0 ); /* IE6-9 */
}
.for_bt.active a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0dad58+0,19cc54+100 */
  background: #0dad58; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #0dad58 0%,
    #19cc54 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #0dad58 0%,
    #19cc54 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #0dad58 0%,
    #19cc54 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dad58', endColorstr='#19cc54',GradientType=0 ); /* IE6-9 */
}

.slide_info_tx p {
  font-weight: 300;
}
.small_bullet li {
  padding-left: 10px;
  line-height: 17px;
}
.small_bullet li:before {
  height: 5px;
  width: 10px;
  background: url("/wp-content/themes/webcreate/assets/img/layout/smallbulletblack.jpg")
    no-repeat;
  background-size: 5px 5px;
  top: 6px;
}
.table_main .small_bullet ul {
  margin: 10px 0;
}
.table_main .col_tx_big .small_bullet li {
  background-size: 5px 5px;
  background-image: url("/wp-content/themes/webcreate/assets/img/layout/smallbulletblack.jpg");
  background-position: left 5px;
}

.table_above {
  z-index: 1;
}
.postid-6816 .table_above {
  margin-top: -55px;
}
.pp_banner {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.pp_banner a {
  display: block;
}
.pp_banner img {
  width: 100%;
  height: auto;
  margin: 0;
}
.main_inner .pp_banner {
  margin-top: 15px;
}

.wrap_slide_info {
  width: 44%;
}
.table_builders .wrap_slide_info {
  width: 48%;
}
.wrap_slide_info .slide_info {
  width: 48%;
}
.wrap_slide_info .pp_banner {
  margin: 0;
  margin-top: 5px;
  width: 87%;
}

.tip_content {
  font-family: "Poppins", sans-serif;
}
.tip_tx {
  font-size: 14px;
  line-height: 20px;
}
.wrap_slide_info_big {
  width: 49%;
}
.slide_info_left_small {
  width: 39% !important;
}
.slide_info_right_additional {
  width: 57% !important;
}
.slide_info_integration {
  width: 20% !important;
  max-width: 225px;
}
.slide_info_integration .slide_info_table_row_col_int {
  margin-left: 0;
}
.slide_info .coupon_row {
  max-width: 85%;
}
.coupon_row a,
.coupon_row span.cont {
  display: inline-block;
  background: #edf2f6;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  line-height: 38px;
  position: relative;
  color: #212225;
  font-size: 13px;
  outline: 2px dotted #cdd0d3 !important;
  margin-top: 10px;
  padding: 5px 8px;
  padding-right: 30px;
  line-height: 22px;
}
.coupon_tool {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  background: #aac0d2;
  color: white;
  position: absolute;
  top: 6px;
  right: 3px;
  line-height: 20px;
  text-align: center;
}
.coupon_row .hasTooltip:before {
  display: none;
}
.promotion_item.hasTooltip:before {
  display: none;
}
.review_sticker .coupon_row {
  display: none;
}
.review_sticker.fixed .coupon_row {
  display: block;
}
.review_sticker .coupon_row a,
.review_sticker .coupon_row span.cont {
  font-size: 13px;
  line-height: 16px;
  padding: 4px 10px;
  width: 75%;
  margin-top: 23px;
}
.ui-tooltip .arrow.top {
  display: none;
}
.top_behinde .title,
.top_behinde .subtitle {
  padding-right: 18%;
}
@media only screen and (min-width: 1150px) {
  .top_behinde_has_toggle.top_behinde .title {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1150px) {
  .top_behinde_has_toggle.top_behinde .title {
    padding-top: 70px;
  }
}

.prom--yellow {
  background: #eec429;
}
.prom--yellow:hover {
  background: #fad033;
}
.promotion_item a,
.promotion_item_text {
  display: block;
}
.prom--yellow .promotion_item_text {
  color: white;
  letter-spacing: 0.4px;
  font-size: 14.5px;
}
tr.partnerRow {
  position: relative;
}
.lable-most {
  background: #c0f7ff;
  background: rgb(192, 247, 255);
  background: linear-gradient(
    90deg,
    rgba(192, 247, 255, 1) 0%,
    rgb(113 231 255) 100%
  );
  height: 23px;
  position: absolute;
  top: 0px;
  left: -2px;
  text-align: left;
  padding: 0 14px 0 10px;
  padding-right: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #28292e;
  z-index: 2;
  font-weight: 400;
  display: inline-flex;
  white-space: nowrap;
}
.lable-most:before {
  content: "";
  display: block;
  border-right: 16px solid white;
  border-top: 23px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.lable-most-green {
  background: #0fe77e;
  height: 26px;
  gap: 0.3rem;
  line-height: normal;
  align-items: center;
  min-width: 140px;
  justify-content: center;
  left: -3px;
  top: -1px;
}
.lable-most-green img {
  width: 18px;
}
.lable-most-green:before {
  border-top-width: 26px;
}
.key_item_img img {
  margin: auto;
}

.col_tx {
  position: relative;
  z-index: 1;
}
.volusion_get {
  margin-top: 20px;
}
.volusion_get a {
  color: black;
  border-bottom: 1px solid #08d170;
}
.lp_volusion .top_banner {
  /*height:360px;background-position:center top;*/
  height: auto;
  padding: 20px 0;
}
.page-template-lp_volusion .breadchrumbs {
  display: none;
}
.lp_volusion .top_banner .title {
  max-width: 870px;
  margin: 0 auto;
  font-size: 45px;
  padding-top: 0;
  color: black;
}
.sec_volu_offers {
  padding: 0 0 60px 0;
}
.sec_volu_offers .title40 {
  font-size: 32px;
}
.volu_offers_list_wrap {
  max-width: 1200px;
  margin: 15px auto 25px;
  text-align: left;
}
.volu_offers_list {
  width: 100%;
}
.volu_offers_list-item {
  position: relative;
  padding-left: 33px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  width: 32%;
  margin-right: 2%;
}
.volu_offers_list-item:last-child {
  margin-right: 0;
}
.volu_offers_list-item svg {
  position: absolute;
  top: -1px;
  left: 0;
  width: 26px;
  height: auto;
}
.volu_offers_start {
  font-size: 18px;
}
.bt_green-big a {
  height: auto;
  line-height: 50px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.11);
}
.sec_volu_offers .bt_green {
  margin-top: 40px;
}
.volu_compare_top {
  background: #f4f4f4;
  padding-top: 60px;
  height: 465px;
}
.volu_compare_top .text {
  max-width: 830px;
  margin: 0 auto;
}
.volu_compare_table {
  max-width: 1088px;
  margin: 0 auto;
  padding-top: 1px;
  position: relative;
  z-index: 1;
}
.volu_compare_col {
  width: 33.3%;
  background: white;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  padding: 20px 18px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.18);
  margin-top: -180px;
}
.volu_compare-logo {
  width: 100%;
  height: 90px;
  margin-bottom: 25px;
  margin-top: -20px;
}
.volu_compare-logo img {
  width: auto;
  height: auto;
  max-width: 90%;
}
.vo-list {
  padding: 0 12px;
}
.volu_compare-row {
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 0px;
  color: #595b5f;
}
.volu_compare-row:first-child {
  border-top: 1px solid #e6e6e6;
}
.volu_compare-row-txbig {
  font-size: 20px;
}
.volu_compare-row b {
  color: black;
}
.volu_compare-row-tx {
  font-size: 16px;
  height: 90px;
  padding: 5px;
}
.volu_compare-row .support_icon {
  width: auto;
  margin: 0 8px;
  height: 30px;
  margin-bottom: -5px;
}
.volu_compare_col .bt_green-big a {
  max-width: 216px;
  display: block;
  margin: 38px auto 25px;
}
.volu_compare_col1 {
  position: absolute;
  top: -43px;
  right: 50%;
  margin-right: -16.65%;
  padding-bottom: 35px;
}
.volu_compare_col1 .volu_compare-logo {
  margin: 15px auto 35px;
}
.volu_compare_col2 {
  margin-left: 1%;
}
.volu_compare_col3 {
  margin-right: 1%;
}
.vo-shade {
  margin: 60px auto 0;
}
.vo-shade img {
  width: auto;
  max-width: 100%;
}
.pop_disc_wrap {
  position: absolute;
  right: 12px;
  bottom: 45px;
}
.pop_disc_bt a {
  display: block;
  width: 158px;
  line-height: 25px;
  background: #fafafa;
  border: 1px solid #bcc0c5;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  text-align: center;
  font-size: 12px;
  color: #212225;
}
.pop_disc_bt.active a,
.pop_disc_bt a:hover {
  background: #01e576;
}
.pop_disc_box {
  display: none;
  width: 400px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: white;
  border: 1px solid #bcc0c5;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.18);
  padding: 20px;
  text-align: left;
  padding-right: 14%;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2;
}
.pop_disc_box .title {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: inherit;
}
.pop_disc_box .text {
  color: #848587;
  font-size: 13px;
  line-height: 22px;
}
.hideit {
  display: none;
}
.pop_disc_bt.active .hideit {
  display: block;
}
.pop_disc_bt.active .normal {
  display: none;
}
.sec_volu_how {
  padding: 40px 0 60px;
}
.volu_how {
  max-width: 1000px;
  margin: 50px auto 0;
}
.volu_how-item {
  width: 30%;
  margin-bottom: 30px;
}
.volu_how-item:last-child {
  width: 32%;
  margin-left: -2%;
}
.volu_how-item .title {
  font-size: 17px;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 0;
}
.volu_how-item .text {
  margin-top: 12px;
  padding: 0 6%;
}
.volu_how-arrow {
  margin: 30px 0 0;
}
.sec_volu_how .volu_offers_start {
  max-width: 830px;
  margin: 0 auto;
}
.volu_btns {
  max-width: 1230px;
  margin: 70px auto 0;
}
.volu_btns-item {
  width: 47%;
  background: #01e576;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.18);
  padding: 35px 20px 0;
  height: 208px;
  position: relative;
  margin-bottom: 30px;
}
.volu_btns-item .title {
  line-height: inherit;
  font-size: 20px;
  margin-bottom: 6px;
}
.volu_btns-item .text {
  font-size: 16px;
  line-height: 22px;
}
.volu_btns-item .bt_green-big {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
}
.volu_btns-item-black {
  background: #212223;
  padding-top: 50px;
}
.volu_btns-item-black .title,
.volu_btns-item-black .text {
  color: white;
}
.volu_btns-item-black .bt_green a {
  max-width: 210px;
  display: block;
  margin: 0 auto;
}
.lp_vol_logo img {
  width: auto;
  height: 90px;
  margin-top: -15px;
}
.header-volusion.fixed {
  position: absolute !important;
}
.col_tx_big_feat {
  padding-top: 10px !important;
}
.table_hosting .col_tx {
  width: 12%;
}
.table_hosting .col_tx_big {
  width: 22%;
}
.wrap_top_bg {
  background: url("/wp-content/themes/webcreate/assets/img/layout/lp_volusion_top.jpg")
    no-repeat center bottom;
  background-size: cover;
  padding-bottom: 60px;
}
.best-for {
  width: 260px;
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: #575757;
  font-size: 11px;
  text-align: left;
  padding-left: 30px;
  line-height: 24px;
}
.best-for-ok {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  background: white;
  border: 1px solid #00e676;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.best-for-ok svg {
  width: 15px;
  height: 100%;
}
.popup_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  overflow-y: scroll;
  display: none;
}
.bgblack {
  width: 100%;
  height: 100%;
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-opacity: 0.4;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.popup_in {
  position: relative;
  height: 100%;
  overflow-y: scroll;
  z-index: 10;
}
.popup {
  width: 650px;
  background: #f6dfd3 url("assets/img/layout/pop.jpg") no-repeat right top;
  padding: 40px;
  position: absolute;
  top: 115px;
  right: 50%;
  margin-right: -325px;
  z-index: 6;
}
.popup_close a {
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: -18px;
  right: 50%;
  margin-right: -21px;
  background: white;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  z-index: 2;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.popup_close a svg {
  width: 16px;
  height: 100%;
}
.popup_close a path {
  fill: #00e676;
}
.popup .title {
  font-size: 35px;
  padding-top: 30px;
  margin-bottom: 20px;
}
.pop_info .popup {
  width: 100%;
  margin: 0;
  background: white;
  bottom: -104%;
  top: auto;
  right: 0;
  -webkit-border-radius: 30px 30px 0 0;
  border-radius: 30px 30px 0 0;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.4);
  padding: 20px 15px 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.pop_info.show .popup {
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pop_info_top {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 12px;
}
.pop_info .m_col_logo {
  width: 50%;
  margin-left: -8px;
}
.pop_info_read a {
  display: block;
  text-align: right;
  font-size: 15px;
  color: #959595;
  text-decoration: underline;
  padding-top: 28px;
  letter-spacing: 0.8px;
}
.pop_info_row {
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0;
}
.pop_info33 {
  width: 33.3%;
  text-align: center;
}
.pop_info-title {
  color: #a8a8a8;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 300;
}
.templates {
  font-family: "Rockwell";
  font-size: 28px;
  line-height: 32px;
}
/*.pop_info_row .score{font-weight:bold;}*/
.pop_info_row .support_icon {
  width: auto;
  margin: 0 10px;
  height: 32px;
}
.pop_info50 {
  width: 50%;
}
.pop_money_back {
  background: #e8eaf0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #caccd2;
  padding: 4px 6px;
  font-size: 13px;
  color: #454d64;
  line-height: 17px;
  margin-top: 26px;
}
.pop_info_row:last-child {
  border: none;
}
.pop_info_row .bt_green a {
  width: 100%;
  height: 52px;
  line-height: 52px;
  font-size: 22px;
  margin-top: 12px;
}
.pop_info-scroll {
  overflow: scroll;
  padding-bottom: 20px;
  height: 100%;
  position: relative;
}

.pop_info_row_center .pop_info50 {
  width: 100%;
}

body.noscroll {
  overflow: hidden;
}

.pagelang_nl .col_visit .bt_green a {
  font-size: 17px;
  padding: 0 10px;
}
.pagelang_it .col_visit .bt_green a {
  font-size: 17px;
  padding: 0 10px;
}

.ecomm_more_row_pos_close.ecomm_more_row .slide_info_tx {
  margin-top: 2px;
}
.ecomm_more_row_pos_close.ecomm_more_row .slide_info_tx svg {
  width: 15px;
  height: 15px;
}

.subtitleFlag {
  margin: 7px 5px 0 0;
}
.subtitleFlag img {
  height: 21px;
  display: block;
}
.bt_green a {
  cursor: pointer;
}

.bottom_pros {
  margin: 0 0 20px 0; /*margin:20px 0;*/
}
.text .bottom_pros ul {
  margin-bottom: 0;
}
.bot-pros-col {
  width: 48%;
}
.bot-pros-title {
  position: relative;
  padding-left: 38px;
}
.pros-icon,
.cons-icon {
  display: block;
  width: 42px;
  height: 42px;
  background: white;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: absolute;
  top: -2px;
  left: -13px;
}
.pros-icon svg {
  width: 24px;
  height: 100%;
}
.cons-icon svg {
  width: 18px;
  height: 100%;
}
.cons-icon path {
  fill: #e74545;
}
.main .bot-pros-col ul li {
  margin-bottom: 14px;
  background: transparent;
  position: relative;
  padding-left: 25px;
  font-size: 15px;
}
.main .bot-pros-col ul li:before {
  content: "";
  display: block;
  width: 17px;
  height: 4px;
  background: #00e676;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-border-radius: 60px;
  border-radius: 60px;
}
.main .bot-cons-col ul li:before {
  background: #e74545;
}
.page-template-review .main_inner table tr:not(:first-child) {
  vertical-align: top;
}
.page-template-review
  .main_inner
  .review_mini_table
  table
  tr:not(:first-child) {
  vertical-align: middle;
}

.main_inner table td {
  padding: 7px 15px !important;
}
.main_inner table td:first-child {
  font-weight: 500;
}
.main_inner table.table_no_bold td:first-child {
  font-weight: 300;
}
.main_inner table tr:first-child td {
  height: 40px !important;
  font-size: 15px !important;
}
.main_inner .review_mini_table table tr:first-child td {
  height: 55px !important;
}
.rev_page-marge {
  margin-bottom: 70px;
}
.addthis_bottom-white {
  background: transparent;
  border-bottom: 1px solid #b9b9b9;
  padding: 0;
  padding-bottom: 14px;
  margin-bottom: 60px;
}
.addthis_bottom-white .addthis_bottom_title {
  color: #8b9596;
  font-size: 24px;
}
.more_links_wrap {
  margin-bottom: 30px;
}
.more_links_wrap a {
  display: inline-block;
  color: #717b7c;
  text-decoration: underline;
  margin-right: 18px;
  font-size: 18px;
  font-weight: 400 !important;
  margin-bottom: 20px;
}
.more_links_wrap a:hover {
  color: #08d170;
}
.review_mini_table {
  margin-bottom: 50px;
  margin-top: 30px;
}
.review_mini_table table {
  border: none !important;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  width: 100% !important;
  height: auto !important;
}
.review_mini_table .tb_logo {
  margin: 8px auto -6px;
}
.review_mini_table .tb_logo img {
  max-height: 63px;
  max-width: 100%;
  display: inline;
}
.review_mini_table tbody td {
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
  text-align: center;
  padding: 10px 8px !important;
  color: #212225;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  height: 55px;
}
.review_mini_table tbody td:first-child {
  text-align: left;
  color: #8c8d8f;
  padding-left: 20px;
  width: 18%;
  font-weight: 400 !important;
  border-left: none !important;
}
.main_inner .review_mini_table table tr:first-child td {
  color: #212225 !important;
  font-weight: 400 !important;
}
.main_inner .review_mini_table table tr:first-child td:first-child {
  border-left: none !important;
  color: #8c8d8f !important;
}
.review_mini_table tbody td:last-child {
  border-right: none;
}
.ok-mini svg {
  width: 25px;
  height: auto;
}
.review_mini_table .rate_stars {
  margin: 0 auto;
}
.review_mini_table .bt_green a,
.review_mini_table .bt_black a {
  display: block;
  width: 90%;
  margin: 5px auto 12px;
}
.main .vs_table {
  margin: 0 auto 50px;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.22);
}
.main .vs_table:before,
.main .vs_table:after {
  display: none;
}

.promotion_row {
}
.promotion_row td {
  padding: 0;
  height: auto;
}
.promotion_row_bg {
  background: url("/wp-content/themes/webcreate/assets/img/layout/promotion_bg.jpg")
    no-repeat center;
  background-size: cover;
  height: 76px;
}
.promotion_row_bg a {
  text-align: center;
  display: block;
  height: 76px;
  width: 100%;
}
.promotion_row_cont_text {
  display: inline-block;
  padding-top: 20px;
}
.promotion_row_text {
  font-size: 22px;
  color: black;
  line-height: 22px;
  display: block;
}
.promotion_row_text b {
  color: #07e26b;
}
.promotion_row_offer {
  font-size: 13px;
  color: #786da9;
  display: block;
  text-align: right;
  line-height: 13px;
  display: block;
  margin-top: 3px;
}
.promotion_row_btn {
  margin-left: 20px;
}
.promotion_row img {
  display: block;
  max-width: 100%;
}

.page-template-review .promotion_row {
  width: 375px;
  margin-right: 20px;
  display: none !important;
}
.page-template-review .review_sticker.fixed .promotion_row.set {
  display: block !important;
}
.page-template-review .promotion_row_bg {
  background-image: url("/wp-content/themes/webcreate/assets/img/layout/promotion_review.jpg");
  height: 88px;
}
.page-template-review .promotion_row_bg a {
  height: 88px;
}
.page-template-review .promotion_row_cont_text {
  padding-top: 24px;
  display: table;
  width: 100%;
  height: 100%;
  padding-top: 0;
}
.page-template-review .promotion_row_texts {
  display: table-cell;
  height: 88px;
  vertical-align: middle;
}
.page-template-review .promotion_row_text {
  font-size: 16px;
  line-height: 20px;
}

.single-post .top5_box {
  padding-bottom: 12px;
}
.table_main tr.has_best_value td {
  height: 150px;
}
.best-value {
  position: absolute;
  top: -2px;
  left: 0;
  text-align: center;
  width: 100%;
}
.best-value-in {
  display: inline-block;
  height: 26px;
  padding: 0 1px;
  font-size: 12px;
  color: white;
  letter-spacing: 0.8px;
  position: relative;
  background: url("/wp-content/themes/webcreate/assets/img/layout/best-value-re.png")
    repeat-x;
  background-size: auto 26px;
  line-height: 23px;
}
.best-value-in a {
  color: white;
}
.best-value-in:before,
.best-value-in:after {
  content: "";
  display: block;
  width: 17px;
  height: 26px;
  position: absolute;
  top: 0;
}
.best-value-in:before {
  background: url("/wp-content/themes/webcreate/assets/img/layout/best-value-r.png")
    no-repeat;
  background-size: auto 26px;
  right: -17px;
}
.best-value-in:after {
  background: url("/wp-content/themes/webcreate/assets/img/layout/best-value-l3.png")
    no-repeat right top;
  background-size: auto 26px;
  left: -18px;
  width: 18px;
}

.table_builders .col_barscore {
  width: 10%;
}
.table_builders .col_tx_big {
  width: 21%;
}

.table_builders td.col_tx_big ul {
  margin: 0;
}
.table_builders td.col_tx_big ul li:last-child {
  margin-bottom: 0;
}

.tool_built_in {
  padding: 130px 0 70px;
  min-height: 100vh;
}
.tool_built_in .title {
  font-size: 62px;
  max-width: 910px;
  margin: 0 auto 50px;
  line-height: 1.2;
}
.tool_built_in .title a {
  color: #1b1f27;
}
.tool_built_input {
  max-width: 750px;
  margin: 0 auto 30px;
}
.tool_built_input input {
  width: 100%;
  padding: 8px 42px;
  height: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #dbdbdb;
  font-size: 38px;
  color: #1f1f1f;
  -webkit-box-shadow: inset 0 3px 0px 1px white;
  box-shadow: inset 0 3px 0px 1px white;
  background: rgba(247, 247, 247, 1);
  background: -moz-linear-gradient(
    top,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(247, 247, 247, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0 );
}
.bt_green-lg a {
  width: 320px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
}
.rings-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.rings-loader svg {
  width: 112px;
  height: 85%;
}
.tool_built_in .subtitle {
  margin-top: -50px;
}
.tool_built_success {
  background: #efefef;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  max-width: 970px;
  margin: 0 auto;
  padding: 30px;
}
.tool_built-logo {
  width: 42%;
}
.tool_built-logo a {
  display: block;
  width: 100%;
  height: 190px;
}
.tool_built-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 160px;
}
.tool_built-start {
  width: 54%;
  text-align: left;
  padding-top: 32px;
}
.tool_built-start .text {
  font-size: 25px;
  margin-bottom: 30px;
}
.tool_built-start .bt_black a,
.tool_built-start .bt_green a {
  width: 220px;
  height: 50px;
  line-height: 50px;
}
.tool_built-start .read_more {
  max-width: 220px;
  text-align: center;
}
.pre_text {
  color: #6d6d6d;
  font-size: 16px;
  margin-top: -20px;
  margin-bottom: 8px;
}
.pre_text a {
  color: #6d6d6d;
  text-decoration: underline;
}
/*.tool_built-start .bt_green{margin-left:3%;}*/
.tool_built-start .bt_green {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.check-again {
  text-align: center;
  margin-top: 50px;
}
.check-again a {
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #929292;
  text-decoration: underline;
  padding-left: 60px;
}
.check-again a:hover {
  color: #616161;
}
.check-again-icon {
  position: absolute;
  left: 0;
  top: -11px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  background: white;
  text-align: center;
  padding-top: 10px;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
}
.check-again-icon svg {
  overflow: inherit;
}
.title--bigwidth {
  max-width: 1000px !important;
}
.text-wanna {
  margin-top: 100px !important;
  margin-bottom: 20px;
  font-size: 25px;
}
.bt_green-full a {
  width: 420px;
}

.menu_open-sm {
  display: none;
}
.menu_open-sm_childs {
  display: none;
}
.menu_open-sm,
.menu_open-sm_childs {
  min-width: 202px;
  background: #fff;
  position: absolute;
  top: 55px;
  z-index: 200;
  padding: 0;
  left: 0;
}
.menu_open-sm_row {
  position: relative;
}
.menu_open-sm_link,
.menu_open-sm_child {
  display: block;
  font-size: 15px;
  color: black;
  line-height: 18px;
  padding: 11px 15px;
  position: relative;
}
.menu_open-sm_link {
  padding-right: 30px;
  white-space: nowrap;
}
.menu_open-sm_link svg {
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 16px;
  opacity: 0;
}
.menu_open-sm_link svg path {
  fill: #08d170;
}
.menu_open-sm_row:hover .menu_open-sm_link,
.menu_open-sm_row.active .menu_open-sm_link,
.menu_open-sm_child:hover {
  background: #ebf6f1; /*padding-left:20px*/
}
.menu_open-sm_row:hover svg,
.menu_open-sm_row.active svg {
  opacity: 1;
}
.menu_open-sm_childs {
  top: 0;
  left: 99%;
}

.menu_item_new_3 .menu_open-sm,
.menu_item_new_4 .menu_open-sm,
.menu_item_new_5 .menu_open-sm,
.menu_item_new_6 .menu_open-sm {
  left: auto;
  right: 0;
}

.postid-6871 .col_score,
.postid-3813 .col_score {
  width: 7%;
}
.postid-6871 .table_builders .col_tx_big,
.postid-3813 .table_builders .col_tx_big {
  width: 24%;
}

.wph-modal.hui-module-type--popup .wph-modal-mask {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.hustle-modal {
  max-width: 880px !important;
  padding: 0 !important;
  margin-bottom: 40px;
}
.hustle-modal-close {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  padding-top: 5px;
  z-index: 2;
}
.hustle-modal .hustle-modal-close svg path {
  fill: #a9a9a9 !important;
}
.hustle-modal-close .hustle-icon {
  margin: auto;
  padding: 7px !important;
}

.hustle-modal .hustle-modal-body {
  background-color: white !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-flow: row-reverse wrap !important;
  flex-flow: row-reverse wrap !important;
  text-align: center !important;
}
.hustle-modal .hustle-modal-content {
  padding: 60px 0 !important;
}
.hustle-modal .hustle-modal-content img {
  width: auto !important;
  height: auto !important;
  max-width: 280px !important;
  margin: 0 auto !important;
  display: block !important;
  margin-bottom: -20px !important;
}
.hustle-modal .hustle-modal-content *,
.hustle-modal .hustle-modal-content p {
  font-family: Poppins, sans-serif !important;
  color: #212225 !important;
  line-height: 1.5 !important;
}
.hustle-modal .hustle-modal-image {
  flex: inherit !important;
  width: 100% !important;
  max-width: 57% !important;
  background-color: white !important;
}
.hustle-modal .hustle-modal-image img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.hustle-modal a.hustle-modal-cta {
  display: inline-block !important;
  font-family: "Rockwell" !important;
  width: 200px;
  height: 48px !important;
  -webkit-border-radius: 60px !important;
  border-radius: 60px !important;
  background: #00e676 !important;
  line-height: 48px !important;
  color: #28292e !important;
  font-size: 22px !important;
  padding: 0 28px !important;
  text-align: center !important;
}
.hustle-modal a.hustle-modal-cta:hover {
  background: #10f786 !important;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2) !important;
}
.hustle-modal-footer {
  border: none !important;
  padding: 0 !important;
  margin-top: 40px !important;
}
.drop_down-sm,
.mobile-drop-sm {
  display: none;
}

.font--rock {
  font-family: "Rockwell";
}
.text--16 {
  font-size: 16px;
  line-height: 1.5;
}
.sec--pad {
  padding: 80px 0;
}
.width--1100 {
  max-width: 1100px;
  margin: 0 auto;
}
.width--995 {
  max-width: 955px;
  margin: 0 auto;
}

.sec_top_no_banner {
  padding-top: 60px;
}
.page-template-vs_page .sec_top_no_banner {
  padding-top: 40px;
}
.page-template-vs_page .sec--pad {
  padding-top: 40px;
}
.pvs_table {
  background: white;
  max-width: 955px;
  margin: 0 auto;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.15);
}
.pvs_head {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  left: 0;
  right: 0;
}
.pvs_head_in {
  border-bottom: 1px solid #d1dce2;
  -webkit-box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.15);
  background: white;
  max-width: 955px;
  margin: 0 auto;
}
.pvs_col1 {
  width: 34%;
  border-right: 1px solid #d1dce2;
}
.pvs_col1 .table_cell {
  text-align: left;
}
.pvs_col2{
	border-right: 1px solid #d1dce2;
}
.pvs_col2,
.pvs_col3 {
  width: 33%;
  text-align: center;
  position: relative;
}
.pvs_head_height,
.pvs_head .pvs_logo a {
  height: 112px;
}
.pvs_head .pvs_logo a {
  margin: 0;
  width: 100%;
}
.pvs_logo a img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 100px;
}
.pvs_row {
  border-bottom: 1px solid #d1dce2;
}
.pvs_cell {
  height: 78px;
  padding: 3px 25px;
}
.pvs_body {
  font-size: 15px;
  color: black;
  padding-top: 112px;
}
.pvs_body .pvs_col1 {
  color: #747c81;
  font-size: 15px;
  line-height: 1.3;
  text-transform: uppercase;
}
.pvs-tx-big {
  font-size: 17px !important;
}
.pvs-tx-20 {
  font-size: 20px !important;
}
.pvs_wrap_title {
  display: block;
  background: #212225;
  height: 57px;
  color: white !important;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding: 0 25px;
  line-height: 56px;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
}
.pvs_wrap_title:hover {
  text-decoration: none;
  color: white;
}
.pvs_down {
}
.pvs_down svg {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  -ms-transform: rotate(180deg);
  -ms-transform-origin: 50% 45%;
  -webkit-transform: rotate(180deg);
  -webkit-transform-origin: 50% 45%;
  transform: rotate(180deg);
  transform-origin: 50% 45%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pvs_down path {
  fill: white;
}
.pvs_wrap.active .pvs_down svg {
  -ms-transform: rotate(0deg);
  -ms-transform-origin: 50% 45%;
  -webkit-transform: rotate(0deg);
  -webkit-transform-origin: 50% 45%;
  transform: rotate(0deg);
  transform-origin: 50% 45%;
}
.pvs_ok svg {
  width: 22px;
  height: 22px;
}
.pvs_close svg {
  width: 18px;
  height: 18px;
}
.pvs_ok svg .pvs_close svg {
  display: block;
  margin: 0 auto;
}
.pvs_close path {
  fill: #d94747;
}
.pvs_tx_blue {
  color: #1780bb;
  display: block;
}
.pvs_body .rate_stars {
  margin: 0 auto;
}
.pvs_row-last {
  border: none;
}
.pvs_row-last .pvs_cell {
  height: auto;
}
.pvs_row-last-height {
  height: 95px;
}
.bt_green-vs {
  max-width: 216px;
  margin: 15px auto 4px;
}
.bt_green-vs a {
  font-size: 18px;
  line-height: 1.2;
  height: auto;
  min-height: 50px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.link_grey a {
  display: block;
  text-decoration: underline;
  color: #7c7c7c;
  font-size: 13px;
}
.pvs_head.fixed {
  height: 85px;
  position: fixed;
}
.pvs_head.fixed .pvs_head_height,
.pvs_head.fixed .vs_logo a {
  height: 85px;
}
.pvs_head.fixed .pvs_logo a img {
  max-height: 76px;
}
.z--1 {
  position: relative;
  z-index: 1;
}
.tx--upper {
  text-transform: uppercase;
}
.pvs_col4 {
  display: none;
}

.more_reviews {
  padding-bottom: 80px;
}
.more_reviews .blog_item_in .title {
  height: auto;
  display: inline-block;
  position: relative;
  padding-right: 40px;
  overflow: inherit;
}
.more_reviews .blog_item_in .title svg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: auto;
  margin: auto;
  bottom: 0;
}
.more_reviews .blog_item_in:hover .title svg {
  -webkit-animation: line-slide 0.8s ease-in-out forwards;
  animation: line-slide 0.8s ease-in-out forwards;
}

@-webkit-keyframes line-slide {
  0%,
  90% {
    right: 0;
  }
  50% {
    right: -12px;
  }
}
@keyframes line-slide {
  0%,
  90% {
    right: 0;
  }
  50% {
    right: -12px;
  }
}

.more_reviews .blog_item_in .text {
  display: none;
}
.more_reviews .blog_item_in .readmore {
  display: none;
}
.play {
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  width: 58px;
  height: 58px;
}
.play svg {
  height: 100%;
}
.all_videos .blog_item_in .title {
  font-size: 22px;
  height: 90px;
  line-height: 1.4;
}
.all_videos .blog_item_in .texts {
  font-size: 18px;
  line-height: 1.4;
  color: #212225;
}
.all_videos .blog_item_img {
  height: 100%;
}
.sticky_round_btn {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 90px;
  right: 10px;
  border-radius: 60px;
  overflow: hidden;
}
.sticky_round_btn a {
  display: block;
  width: 100%;
  height: 100%;
  background: #00e676;
  color: white;
  text-align: center;
  line-height: 21px;
  padding: 20px 0 0 0;
}
.main_text_full {
  width: 90%;
  margin: 0 auto;
  float: none;
  padding: 0;
}

.vs_page_head .rev_top {
  height: auto;
}
.vs_page_head .rev_top .inner_width {
  height: auto;
  min-height: 260px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.vs_score_wrap {
  margin: 28px auto 0;
}
.vs_score_col {
  margin-top: -12px;
}
.vs_score__num {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
}
.vs_score__line {
  width: 105px;
  height: 1px;
  background: rgba(8, 209, 112, 0.5);
  margin: 5px auto 8px;
}
.vs_score__name {
  font-size: 14px;
  display: block;
  margin-top: 5px;
  display: none;
}
.vs_circle {
  width: 55px;
  height: 36px;
  border: 1px solid rgba(8, 209, 112, 0.5);
  margin: auto 12px;
  line-height: 36px;
  background: rgba(0, 0, 0, 0.2);
}
.vs_score_wrap .rate_stars {
  width: 100px;
  background-size: 100px auto;
  height: 17px;
}
.vs_score_wrap .rate_stars_in {
  background-size: 100px auto;
  height: 17px;
}
.pvs_logo_site {
  margin-top: -20px;
}
.vs_score__logo {
  width: 100px;
  margin-bottom: 11px;
  height: 35px;
}
.vs_score__logo img {
  max-width: 100%;
  max-height: 35px;
  object-fit: contain;
}

.be_link_big {
  color: black;
  border-bottom: 3px solid #08d170; /*text-decoration:underline;*/
  font-size: 22px;
  line-height: 20px;
  display: inline-block;
}

.review_sticker .bt_green a.mobile_only {
  display: none;
}
.reproduction {
  color: #aaa;
  font-size: 13px;
  margin-bottom: -14px;
  margin-top: 25px;
  font-weight: 300;
}
.col--50 {
  width: 50%;
}
.icons_content {
  padding-top: 30px;
}
.howto_item {
  margin-bottom: 40px;
}
.howto_icon {
  margin-right: 12px;
}
.howto_icon img {
  height: 60px;
  display: block;
}
.howto_item .title {
  color: black;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  width: 78%;
}
.howto_item .text {
  margin-top: 12px;
}
.tx--16,
.tx--16 p {
  font-size: 16px;
  line-height: 1.6;
}
.plus {
  display: inline-block;
  width: 15px;
  height: 3px;
  background: #22f181;
  position: relative;
}
.plus:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #22f181;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.toggleContainer.active .plus:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slick-slider.flex {
  display: block;
}
.no--over {
  overflow: inherit;
}
.slick-slider .blog_item {
  margin-right: 0;
  padding: 0 15px;
  margin-bottom: 35px;
}
.no--over .arrow_l a {
  left: -40px;
}
.no--over .arrow_r a {
  right: -40px;
}
.no--over .all_wrap_in {
  width: 100%;
}
.for--mobile {
  display: none;
}

.side_nav_item .cordion_click {
  display: none !important;
}
.m_nav .cordion_click {
  display: none !important;
}

.integrations-wrap img {
  width: 28px;
  margin: 0 4px;
  height: auto;
}
.col_tx .integrations-wrap {
  margin: 0 -8px;
}

.col_music_center {
  text-align: center !important;
}

.col_visit .green_link {
  margin-top: 9px;
  margin-bottom: -17px;
}
.integrations-wrap .col-30 {
  width: 33.3%;
  text-align: center;
  margin-bottom: 8px;
}
.integrations-wrap .col-30 img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 34px;
  margin: 0 auto;
}

/*============================*/
@media only screen and (min-width: 800px) {
  /*only desck*/
  .for-music.top_behinde .title {
    font-size: 43px;
  }
  .m_become_group .toggleInner {
    display: block !important;
  }
  .howto_item:nth-of-type(2n + 1) {
    padding-right: 3%;
  }
  .howto_item:nth-of-type(2n + 2) {
    padding-left: 3%;
  }
  .postid-7704 .top_behinde .title {
    font-size: 45px;
  }
  .postid-7704 .top_behinde .subtitle {
    font-size: 23px;
  }
  .mainTitle_month {
    display: inline-block;
    margin-left: 5px;
  }
  .menu_open-sm,
  .menu_open-sm_childs {
    -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.2);
  }
  .hustle-modal .hustle-modal-content {
    padding-left: 40px !important;
  }
  .hustle-modal .hustle-modal-image img {
    -o-object-position: left !important;
    object-position: left !important;
  }
  .wph-modal.hui-module-type--popup {
    padding-bottom: 70px !important;
    padding-top: 20px !important;
  }
  .menu_item:hover .menu_open-sm {
    display: block;
  }
  .menu_open-sm_row:hover .menu_open-sm_childs {
    display: block;
  }

  .pvs_table--3 .pvs_col1 {
    width: 28%;
  }
  .pvs_table--3 .pvs_col2,
  .pvs_table--3 .pvs_col3,
  .pvs_table--3 .pvs_col4 {
    width: 24%;
  }
  .pvs_col4 {
    display: none;
  }
  .pvs_table--3 .pvs_col4 {
    display: block;
    text-align: center;
  }
  .pvs_table--3 .pvs_head_in .pvs_col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .all_videos .blog_item {
    width: calc(100% / 2 - 4%);
  }
  .all_videos .blog_item_img_wrap {
    height: 300px;
  }
  .vs_page_head .rev_top {
  }
}
@media only screen and (max-width: 1490px) {
  .no--over .arrow_l a {
    left: -12px;
  }
  .no--over .arrow_r a {
    right: -12px;
  }
}
@media only screen and (max-width: 1340px) {
  .best-for {
    width: 150px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1140px) {
  .review_sticker .coupon_row {
    display: none !important;
  }
  .volu_how-item {
    width: 29% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .menu_item {
    margin-left: 18px;
  }
  .tool_built-logo {
    width: 35%;
  }
  .tool_built-start {
    width: 62%;
  }
  /*.tool_built-start .bt_black, .tool_built-start .bt_green{width:46%;margin:0 2%;}*/
  .tool_built-start .bt_black,
  .tool_built-start .bt_green {
    width: 100%;
    margin: 10px 0;
  }
  .tool_built-start .bt_black a,
  .tool_built-start .bt_green a {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 1150px) {
  .menutop_lang {
    margin-top: 6px;
    margin-left: 13px;
  }
  .top_behinde .title {
    font-size: 42px;
  }
  .top_behinde .subtitle {
    font-size: 21px;
  }
  .top_behinde {
    padding: 50px 0 90px;
  }
  /*.review_sticker .bt_green{width:auto}*/
  .page-template-review .promotion_row {
    width: 28%;
  }
  .slide_rows .blog_item {
    width: 46%;
  }
}

@media only screen and (max-width: 1530px) {
  .lobby_top5 .arrow_l a {
    left: 0;
  }
  .lobby_top5 .arrow_r a {
    right: 0;
  }
  .lobby_top5 .hp_testi_wrap {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1340px) {
  .blog_item {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 40px;
  }
  .blog_item_in {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 950px) {
  .blog_page .all_wrap {
    overflow: inherit;
  }
  .all_wrap_in.blog_in {
    width: 100%;
    padding: 0;
  }
  .blog_item {
    float: none;
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px;
  }
  .slide_rows .blog_item {
    float: left;
  }
  .tag_item {
    font-size: 13px;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
  }
  .menu_item {
    margin-left: 16px;
  }
  .menu_item_top a {
    font-size: 14px;
  }
  .lp_volusion .top_banner .title {
    font-size: 38px;
    line-height: 52px;
  }
  .sec_volu_offers .title40 {
    font-size: 28px;
  }
  .volu_btns-item {
    width: 49%;
    padding-top: 25px;
  }
  .volu_offers_list-item {
    margin-bottom: 20px;
  }
  .pvs_head.fixed .pvs_head_in {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 800px) {
  table.no_mobile {
    display: none;
  }
  .m-100 {
    width: 100%;
    float: none;
  }

  .lable-most {
    z-index: inherit;
    height: 19px;
    font-size: 11px;
    line-height: 19px;
    left: 10px;
    padding-left: 23px;
    padding-right: 14px;
  }
  .lable-most:after {
    content: "";
    display: block;
    border-left: 23px solid white;
    border-bottom: 23px solid transparent;
    position: absolute;
    top: 0;
    left: 3px;
    bottom: 0;
  }
  .integrations-wrap .col-30 {
    width: calc(100% / 6);
  }
  .for-music.top_behinde.smaller {
    padding-bottom: 42px;
  }
  .for-music.top_behinde .title {
    margin-top: -4px;
    margin-bottom: 5px;
  }
  .m-head-opacity .header {
    background: transparent;
  }
  .m-head-opacity .header.fixed {
    background: white;
  }
  .m-head-opacity .content {
    padding-top: 0;
  }
  .m-head-opacity .top_behinde.smaller {
    padding-top: 72px;
    min-height: 206px;
  }
  .m-head-opacity .top_behinde .title {
    display: none;
  }
  .m-head-opacity .top_behinde.smaller .subtitle {
    font-size: 19px;
    max-width: 245px;
    line-height: 1.4;
  }
  .m-head-opacity .top_behinde.smaller .top_behinde_bg {
    background-position: 84% top;
  }
  .tool_built-start .read_more {
    max-width: inherit;
  }
  .more_info.is--inrow {
    margin: auto;
    text-align: center;
    margin-top: -10px;
  }
  .more_info.is--inrow a {
    display: block;
  }
  .m_row_prom_wrap {
    width: 100%;
    padding: 1px 25px;
    margin-bottom: 12px;
    margin-top: -10px;
  }
  .m_row_prom {
    border: 2px dashed #41ef7e;
    padding: 3px;
    font-size: 14px;
    line-height: 1.2;
    color: black;
    margin-top: 4px;
  }
  .m_row_prom a {
    color: black;
  }
  .m_row_fee_tx {
    font-size: 13px;
    line-height: 1.3;
    margin-top: 4px;
  }
  .m_col_score {
    padding-bottom: 10px;
  }
  .table_mobile_row {
    text-align: inherit;
  }
  .table_mobile_row.has_ribbon .more_info.is--inrow {
    bottom: 27px;
  }
  .table_mobile_row .promotion_item {
    display: inline-block;
    font-size: 13px;
  }
  .slide_rows .blog_item {
    width: 100%;
  }
  .review_mobile_content_item:first-child {
    margin-top: 30px;
  }
  .review_mobile_content_item {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px;
  }
  .review_mobile_content_item_title {
    margin: 0 !important;
    padding: 8px 0;
    padding-right: 40px;
  }
  .review_mobile_content_item_title .m_nav_drop {
    padding: 0;
  }
  .review_mobile_content_item_title .m_nav_drop svg {
    height: 100%;
  }
  .review_mobile_content_item_title polygon {
    fill: #bbbbbb;
  }
  .review_mobile_content_item_content {
    display: none;
    padding: 10px 0 20px;
  }
  .review_mobile_content_item.active .m_nav_drop {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .vs_score_wrap {
    margin-bottom: 15px;
  }
  .no_mobile.vs_score__name {
    display: none;
  }
  .vs_score__num {
    font-size: 36px;
  }
  .all_wrap {
    overflow: inherit;
  }
  .fancybox-content {
    width: 100% !important;
    height: calc(100% - 320px) !important;
  }
  .sec_top_no_banner {
    padding-top: 40px;
  }
  .pvs_head.fixed .pvs_head_height,
  .pvs_head.fixed .pvs_logo a {
    height: 70px;
  }
  .pvs_col1 {
    display: none;
  }
  .pvs_col2,
  .pvs_col3 {
    width: 50%;
  }
  .pvs_cell {
    height: auto;
    padding: 12px 8px;
  }
  .pvs_cell_ease {
    padding-bottom: 25px;
  }
  .pvs_cell_ease .barscore_tx {
    position: relative;
    top: 12px;
  }
  .pvs_top {
    padding: 25px 0 15px !important;
  }
  .pvs_top .vs_com_top {
    padding: 0;
  }
  .sec--pad {
    padding: 40px 0;
  }
  .pvs_head .pvs_logo {
    width: auto;
  }
  .pvs_head .pvs_logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px !important;
  }
  .pvs_logo a img {
    max-height: 100% !important;
  }
  .pvs_head.fixed {
    height: 70px;
  }
  .pvs_head_in {
    height: 78px;
  }
  .pvs_body {
    padding-top: 78px;
  }
  .pvs_logo_site {
    font-size: 11px;
    margin: 0;
  }
  .pvs_wrap_title {
    height: auto;
    line-height: normal;
    padding: 12px 15px;
    font-size: 13px;
  }
  .pvs_down svg {
    right: 15px;
  }
  .pvs_row {
    border: none;
  }
  .pvs_title-m {
    font-size: 13px;
    text-align: center;
    padding: 2px 4px;
    background: #f2f5f7;
    color: #747c81;
    border-bottom: 1px solid #d1dce2;
  }
  .pvs_row-last {
    border-top: 1px solid #d1dce2;
  }
  .bt_green-vs {
    margin-top: 6px;
  }
  .bt_green-vs a {
    padding: 0;
    font-size: 16px;
    line-height: 38px;
  }
  .pvs_head.fixed .pvs_head_in {
    margin: 0 20px;
  }

  .hustle-modal .hustle-modal-image {
    max-width: inherit !important;
    height: 280px;
    width: 120% !important;
    -webkit-transform: translate(-13%, 0px);
    -ms-transform: translate(-13%, 0px);
    transform: translate(-13%, 0px);
  }
  .hustle-modal .hustle-modal-content {
    padding: 20px 15px 40px !important;
  }
  .hustle-modal .hustle-modal-content *,
  .hustle-modal .hustle-modal-content p {
  }
  .hustle-modal-footer {
    margin-top: 20px !important;
  }
  .hustle-modal .hustle-modal-content img {
    max-width: 215px;
  }
  .hustle-modal {
    max-width: 420px !important;
  }
  .hustle-modal .hustle-modal-close svg path {
    fill: #747474 !important;
  }

  .menu_open-sm_link svg {
    opacity: 1;
  }
  .menu_open-sm,
  .menu_open-sm_childs {
    width: 100%;
    position: static;
  }
  .menu_open-sm {
    background: rgba(255, 255, 255, 0.3);
  }
  .head-update .menu_item {
    border-bottom: 1px solid #17b56c;
    margin-bottom: 12px;
  }
  .head-update .menu_item_top a {
    font-size: 16px;
  }
  .drop_down-sm {
    display: block;
    width: 40px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    padding-top: 12px;
  }
  .drop_down,
  .drop_down-sm {
    padding-top: 6px;
  }
  .drop_down-sm svg {
    width: 13px;
    height: 7px;
  }
  .drop_down-sm polygon {
    fill: black;
  }
  .menu_open-sm_row {
    border-bottom: 1px solid #17b56c;
  }
  .menu_open-sm_row:last-child {
    border: none;
  }
  .menu_open-sm_link {
    padding: 15px;
    font-size: 14px;
  }
  .menu_open-sm_link svg {
    display: none;
  }
  .mobile-drop-sm {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 50px;
    text-align: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mobile-drop-sm svg {
    width: 7px;
    height: 100%;
  }
  .mobile-drop-sm path {
    fill: #08d170;
  }
  .tool_built_in {
    padding-top: 80px;
  }
  .tool_built_in .title {
    font-size: 40px;
    margin-bottom: 35px;
  }
  .tool_built_input input {
    height: 60px;
    font-size: 22px;
    padding: 8px 20px;
  }
  .bt_green-lg a {
    width: 235px;
    height: auto;
    line-height: 60px !important;
    font-size: 25px;
  }
  .tool_built_input {
    margin-bottom: 20px;
  }
  .main_inner table {
    max-width: 800px;
  }
  .review_mini_table table {
    width: auto !important;
    max-width: 800px;
    display: block;
    overflow: scroll;
  }
  .review_mini_table tbody td {
    font-size: 13px;
    padding: 6px 4px;
  }
  .review_mini_table .bt_green,
  .review_mini_table .bt_black {
    margin: 0 5px;
  }
  .review_mini_table .bt_green a,
  .review_mini_table .bt_black a {
    width: 130px;
    font-size: 15px;
  }
  .addthis_bottom-white-in {
    float: none;
    display: block;
  }
  .addthis_bottom-white .addthis_bottom_title {
    font-size: 18px;
    line-height: 40px;
  }
  .rev_page-marge {
    margin-bottom: 0;
  }
  .more_links_wrap a {
    font-size: 16px;
    margin-right: 15px;
  }
  .bot-pros-col {
    width: 100%;
    display: block;
    float: none;
  }
  .wrap_top_bg {
    background: url("/wp-content/themes/webcreate/assets/img/layout/lp_volusion_top_mobile.jpg")
      no-repeat center top;
    background-size: 100% auto;
    padding-bottom: 0;
    padding-top: 80px;
  }
  .wrap_top_bg .top_banner .title {
    max-width: 600px;
    margin: 0 auto;
  }
  .top_behinde {
    padding: 25px 0 25px;
  }
  .top_behinde .title,
  .top_behinde .subtitle {
    padding-right: 0;
  }
  .head_right {
    position: fixed;
  }
  .menu_open {
    top: 40px !important;
    width: 100% !important;
    padding: 20px 0 !important;
    left: 0px !important;
    right: auto !important;
  }
  .menu_col {
    width: 100% !important;
  }
  .review_sticker {
    position: relative;
    top: auto;
    height: auto;
    padding-bottom: 30px;
    border-top: none;
  }
  .Integration_col {
    display: none;
  }
  .top_banner .title {
    font-size: 35px;
  }
  .top_banner {
    height: 310px;
  }
  .top_banner .title {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .top_banner .subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .lobby_top5 .slide_testi {
    margin-top: 0;
  }
  .lobby_top5 {
    margin: 20px 0 40px;
  }
  .top5_content {
    padding-top: 0;
  }
  .top5_content .text {
    font-size: 12px;
    line-height: 20px;
    height: 97px;
    margin-bottom: 8px;
  }
  .lobby_row {
    margin-bottom: 40px;
  }
  .lobby_row .text {
    text-align: left;
  }
  .text li {
    background-size: 6px;
    padding-left: 14px;
    background-position: left 8px;
    margin-bottom: 6px;
  }
  .tag_item {
    margin-bottom: 8px;
  }
  .blog_tags {
    padding: 0;
    position: static;
    margin-top: 20px;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .tag_item {
    font-size: 11px;
    margin: 0 6px 8px;
  }
  .blog_item_in .title {
    height: auto;
  }
  .blog_item_in {
    padding: 20px 15px;
  }
  .blog_item_date {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .blog_banner {
    height: auto;
  }
  .blog_banner .table100 {
    height: auto;
  }
  .blog_item_in .text {
    height: 63px;
    line-height: 22px;
    font-size: 14px;
  }
  .blog_item_img_wrap,
  .blog_item_img {
    height: 190px;
  }
  .table_mobile_row {
    padding: 0;
  }
  .table_mobile_row .ver-clasic {
    padding: 8px 12px;
  }
  .m_col_logo {
    height: 64px;
  }
  .tb_logo {
    padding-top: 0;
  }
  .score_review a {
    font-size: 11px;
    margin-top: 0px;
  }
  .m_col_visit .bt_green a {
    margin-top: 0;
  }
  .top_behinde_bg {
    background-position: left center;
  }
  .top_behinde {
    text-align: center;
  }
  .top_behinde .subtitle,
  .top_behinde .title {
    width: auto;
  }
  .page-template-lobby .top_banner .bt_green a {
    font-size: 18px;
    padding: 0 8px;
  }

  .vs_table {
    margin-top: -90px;
    padding: 0;
  }
  .vs_table:before,
  .vs_table:after {
    background-size: 100% auto;
    width: 15px;
    right: -15px;
  }
  .vs_table:after {
    right: auto;
    left: -15px;
  }
  .vs_table_head {
    padding: 12px 12px 0;
    margin-bottom: 20px;
  }
  .vs_col {
    width: 50%;
  }
  .vs_table_head .vs_col {
    width: 45%;
  }
  .vs_table_head .vs_col_vs {
    width: 10%;
  }
  .vs_title_head {
    position: absolute;
    top: 40px;
    line-height: 23px;
    font-size: 14px;
    width: 50px;
    background: #00e676;
    color: white;
    left: 50%;
    margin-left: -25px;
  }
  .vs_m_title {
    display: block;
    text-align: center;
    color: #868686;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 26px;
    border-top: 1px solid #e2e2e2;
    margin-top: 12px;
    padding-top: 10px;
  }
  .vs_table_row {
    border: none;
    padding: 10px 0 0;
  }
  .vs_table_row .vs_cell:first-child {
    border-right: 1px solid #e2e2e2;
  }
  .vs_type {
    display: none;
  }
  .vs_cell {
    font-size: 16px;
  }
  .vs_tx_s {
    font-size: 13px;
  }
  .vs_tx_s ul {
    text-align: left;
    margin: 0;
  }
  .vs_tx_s.vs_tx_s_main_adv ul li:nth-child(4) {
    display: none;
  }
  .vs_logo {
  }
  .vs_logo img {
    max-width: 95%;
    max-height: 52px;
  }
  .rate_stars {
    width: 100px;
    height: 16px;
    background-size: 100px auto;
  }
  .rate_stars_in {
    height: 16px;
    background-size: 100px auto;
  }
  .rate_tx {
    margin-top: 0;
  }
  .vs_table_row:last-child {
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
    margin-top: 12px;
  }
  .vs_table .bt_green {
    width: 98%;
  }
  .vs_table_row:last-child .vs_cell:first-child {
    border: none;
  }
  .vs_table_body {
    padding-bottom: 30px;
  }
  .vs_table_row .support_icon {
    width: 50%;
    margin: 0;
    margin-bottom: 8px;
    height: 24px;
  }
  .vs_banner .title {
    margin-bottom: 60px;
  }
  .rev_btn_compare {
    width: 250px;
  }
  .rev_btn_compare_in a {
    font-size: 14px;
  }
  .rev_btn_compare_in span {
    font-size: 24px;
  }
  .title_shade {
    bottom: 10px;
  }
  .banner_shade {
    background-size: 900px 100%;
  }

  .sticky-wrapper.fixed .vs_table_head {
    position: fixed;
    top: 0;
    background: white;
    right: 20px;
    left: 20px;
    z-index: 1 !important;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    padding-bottom: 8px;
    background: white;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }
  .sticky-wrapper.fixed .vs_table_head .vs_logo {
    height: 65px;
  }
  .sticky-wrapper.fixed .vs_table_head .vs_title_head {
    top: 33px;
  }
  .sticky-wrapper.fixed .vs_table_head.fixed-head {
    top: 68px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .review_top2 .rev_top {
    height: auto;
    padding: 0;
    background-size: cover;
    background-position: center center;
  }
  .review_top2 .rev_top .inner_width {
    min-height: 190px;
    padding-top: 20px;
    padding-bottom: 28px;
  }
  .review_top2 .rev_top .title {
    font-size: 40px;
    color: white;
  }
  .review_top2 .rate_tx {
    margin-top: -1px;
  }
  .last_update {
    color: #aaaaaa;
    font-size: 12px;
    margin-left: 0;
    width: 100%;
  }
  .m-both {
    clear: both;
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
  }
  .main .addthis_inline_share_toolbox {
    text-align: center !important;
  }

  .lp_volusion .top_banner {
    height: auto;
    padding: 40px 0;
  }
  .lp_volusion .blog_banner .table100 {
    height: 100%;
  }
  .lp_volusion .top_banner .title {
    font-size: 32px;
    line-height: 42px;
  }
  .sec_volu_offers {
  }
  .volu_offers_list_wrap {
    margin: 0px auto 10px;
  }
  .volu_offers_list,
  .volu_compare_col,
  .volu_how-item,
  .volu_btns-item {
    float: none;
    width: 100%;
    display: block;
  }
  .volu_how-item {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .volu_compare_top {
    padding-top: 40px;
    height: auto;
    padding-bottom: 210px;
  }
  .volu_compare_col {
    max-width: 400px;
    margin: 0 auto 30px;
    padding-bottom: 15px !important;
  }
  .volu_compare_col1 {
    position: static;
    margin-top: -182px;
  }
  .volu_compare_col1 .volu_compare-logo {
    margin: 0;
  }
  .volu_compare-logo {
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .volu_compare-logo img {
    max-height: 80px;
  }
  .volu_compare-row {
    padding: 10px 0;
  }
  .volu_compare-row-tx {
    padding: 10px 0;
    height: auto;
  }
  .volu_compare_col .bt_green-big a {
    margin-top: 20px;
  }
  .sec_volu_offers .title40 {
    font-size: 22px;
  }
  .volu_offers_start,
  .volu_compare-row-txbig {
    font-size: 16px;
  }
  .volu_compare-row-tx {
    font-size: 14px;
  }
  .bt_green-big a {
    line-height: 42px;
  }
  .vo-shade {
    display: none;
  }
  .volu_compare_table {
    padding: 0 18px;
  }
  .sec_volu_how {
    background: #f4f4f4;
    padding-bottom: 40px;
  }
  .volu_how-item {
    margin-bottom: 25px;
  }
  .sec_volu_how .volu_offers_start {
    margin-top: 20px;
  }
  .volu_how-arrow {
    float: none;
    margin: 0 auto 20px;
    display: none;
  }
  .volu_how-arrow svg {
    width: 28px;
  }
  .volu_how-item .text {
    padding: 0;
    max-width: 400px;
    margin: 12px auto 0;
  }
  .volu_btns {
    margin-top: 40px;
  }
  .volu_btns-item {
    height: auto;
    padding-bottom: 85px;
    margin-bottom: 20px;
  }
  .volu_btns-item .bt_green-big {
    bottom: 18px;
  }
  .pop_disc_wrap {
    position: relative;
    bottom: auto;
    margin-bottom: 12px;
  }
  .lp_vol_logo img {
    height: 48px;
    margin-top: -10px;
  }
  .header-volusion .logo svg {
    width: 140px;
  }
  .menu_item {
    margin-left: 0;
  }
  .menutop_lang {
    margin-top: -1px;
    margin-left: 0;
    margin-right: 15px;
    width: 60px;
  }
  .header_lang_top {
    width: 100%;
  }
  .header_lang_top a {
    padding-left: 5px;
    padding-top: 4px;
  }
  .lang-arrow {
    right: 4px;
    background: url("/wp-content/themes/webcreate/assets/img/layout/lang-arrow-m.png")
      no-repeat center;
    background-size: 10px auto;
    top: 8px;
  }
  .header_lang_link a {
    padding-left: 9px;
  }
  .m_col_score {
    padding-top: 10px;
  }
  .more_info {
    margin-top: -3px;
  }
  .more_info a {
    display: inline-block;
    font-size: 12px;
    color: #08d170;
    text-decoration: underline;
    position: relative;
    padding-right: 7px;
    letter-spacing: 0.8px;
    line-height: 13px;
  }
  .more_info a svg {
    width: 10px;
    height: auto;
    position: absolute;
    top: 4px;
    right: -4px;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: 50% 45%;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 50% 45%;
    transform: rotate(-90deg);
    transform-origin: 50% 45%;
  }
  .more_info a polygon {
    fill: #08d170;
  }

  .subtitleFlag.mobile_only {
    display: inline-block;
    margin: 0;
  }
  .subtitleFlag.mobile_only img {
    height: 14px;
    display: block;
    margin-left: 5px;
  }
  .tool_built-start {
    text-align: center;
    padding: 0;
  }
  .tool_built-logo a {
    height: 160px;
  }
  .pop_info_read .hasTooltip:before {
    display: none;
  }
  .bt_green-full a {
    width: 300px;
    padding: 0;
  }

  .promotion_row_bg {
    background-image: url("/wp-content/themes/webcreate/assets/img/layout/promotion_bg_mobile.jpg");
    height: 70px;
  }
  .promotion_row_bg a {
    text-align: center;
    display: block;
    height: 70px;
    width: 100%;
  }
  .promotion_row_cont_text {
    padding-top: 17px;
    display: table;
    width: 100%;
    height: 100%;
    padding-top: 0;
  }
  .promotion_row_texts {
    display: table-cell;
    height: 70px;
    vertical-align: middle;
  }
  .promotion_row_text {
    font-size: 16px;
    line-height: 20px;
  }
  .key_item {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  }

  .page-template-review .promotion_row {
    width: 100%;
    margin-right: 0;
    position: absolute;
    top: -49px;
    left: 0;
    display: none !important;
  }
  .page-template-review .review_sticker.fixed .promotion_row.set {
    display: block !important;
  }
  .page-template-review .review_sticker.fixed.hasPromotion {
    top: 49px;
  }
  .page-template-review .promotion_row_bg {
    background-image: url("/wp-content/themes/webcreate/assets/img/layout/promotion_review_mobile.jpg");
    height: 49px;
  }
  .page-template-review .promotion_row_bg a {
    height: 49px;
  }
  .page-template-review .promotion_row_cont_text {
    padding-top: 0;
  }
  .page-template-review .promotion_row_texts {
    height: 49px;
  }

  .table_cards {
    background: #f2f5f5;
    padding: 18px 12px 1px;
    margin: 0 -20px;
  }
  .m_card {
    background: white;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
    position: relative;
    margin: 0 auto 15px;
    max-width: 450px;
  }
  .m_card .m_table_row_counter {
    color: white;
  }
  .m_card .m_table_row_counter span {
    padding-left: 6px;
    padding-top: 2px;
  }
  .m_card .m_table_row_counter:before {
    border-left: 36px solid #212226;
    border-bottom: 36px solid transparent;
  }
  .m_card-logo {
    width: 62%;
  }
  .m_card-logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 80px;
  }
  .m_card .vs_tx_s {
    font-size: 15px;
    margin-top: 12px;
  }
  .m_card .vs_tx_s ul {
    padding-left: 18px;
  }
  .m_card .vs_tx_s li {
    margin-bottom: 6px;
  }
  .bt_green--100 a {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 22px;
    margin: 20px auto 10px;
  }
  .link-gray {
    display: block;
    text-align: center;
    color: #717171;
    text-decoration: underline;
    font-size: 13px;
  }
  .m_card .pop_info33 {
    margin-top: 8px;
  }
  .m_card_in {
    max-width: 298px;
    margin: 0 auto;
  }
  .m_card-1 {
    border: 2px solid #0fe77e;
  }
  .m_card-1 .m_table_row_counter:before {
    border-left: 36px solid #0fe77e;
  }
  .m_card-logo-100 {
    width: 100%;
    margin-top: -16px;
  }
  .m_card-logo-100 img {
    max-height: 95px;
  }
  .m_card-v2 .vs_tx_s {
    margin-top: 22px;
  }
  .back_top a {
    margin-right: 0;
    right: 0;
    top: -32px;
  }
  .menutop_lang-ft {
    margin: 0;
    position: absolute;
    top: -21px;
    left: 0;
    z-index: 2;
  }
  .best-value {
    top: -8px;
  }

  .table_cards .promotion_row {
    margin-top: -15px;
    margin-bottom: 15px;
  }
  .table_cards .promotion_row.promotion_row_mobile_above {
    margin-top: 0;
    margin-bottom: 0;
  }
  .table_cards .pop_info-title {
    margin-bottom: 2px;
  }
  .m_card-barscore {
    display: none;
  }
  .m_card.m_card-v2 .m_card-barscore {
    display: flex;
  }
  .m_card.m_card-v2 .pop_info33 {
    display: none;
  }
  .m_card.m_card-v2 .m_card-barscore .pop_info33 {
    display: inline-block;
    margin-top: 0;
    margin-left: 13%;
    width: auto;
  }
  .m_card.m_card-v2 .m_card-logo {
    width: 100%;
  }
  .m_card.m_card-v2 .m_card-logo img {
    max-height: 100px;
  }

  .review_sticker .bt_green a.mobile_only {
    display: inline-block;
  }
  .review_sticker .bt_green a.no_mobile {
    display: none;
  }

  .m_become_group .toggleInner {
    display: none;
  }
  .m_become_group:after {
    content: "";
    display: block;
    width: auto;
    height: 1px;
    background: #e8e8e8;
    margin: 15px -20px;
  }
  .cordion_click {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .cordion_click .plus {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .howto_item .title {
    max-width: 62%;
    font-size: 18px;
  }
  .howto_icon img {
    height: 48px;
  }
  .m_become_group .title.relative {
    padding-right: 40px;
    font-size: 22px;
    line-height: 1.2;
    margin-top: 0;
  }

  .top_behinde.smaller {
    min-height: inherit;
    padding: 50px 0;
  }
  .top_behinde.smaller .top_behinde_bg {
    background-position: 75% center;
  }
  .postid-4058 .top_behinde.smaller .top_behinde_bg {
    background-position: 45% center;
  }
  .top_behinde.smaller .inner_width {
    text-align: left;
  }
  .top_behinde.smaller .for--desk {
    display: none;
  }
  .top_behinde.smaller .for--mobile,
  .logo.smaller .for--mobile {
    display: block;
  }
  .top_behinde.smaller .title {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 10px;
    max-width: 530px;
  }
  .top_behinde.smaller .subtitle {
    font-size: 22px;
    line-height: 1.3;
    max-width: 530px;
    margin: 0;
  }
  .logo.smaller {
    position: relative;
  }
  .logo.smaller .slogan--date {
    position: absolute;
    margin: 0;
    right: 0;
    bottom: -8px;
    padding: 0;
    font-size: 11px;
    color: #4e5258;
  }

  .promo-inner {
    margin: 0 -12px -8px;
    margin-top: 10px;
  }
  .promo-bg {
    background-image: url("/wp-content/themes/webcreate/assets/img/layout/promo-bg-m1.jpg");
    padding: 9px 12px;
  }
  .promo-bg .promotion_row_text {
    line-height: 1.1;
    font-size: 14px;
  }
}

@media only screen and (max-width: 680px) {
  .top_behinde.smaller {
    padding: 25px 0;
  }
  .top_behinde.smaller .title {
    font-size: 26px;
    max-width: 255px;
  }
  .top_behinde.smaller .subtitle {
    font-size: 16px;
    max-width: 230px;
  }

  .all_videos .blog_item_in .title {
    font-size: 18px;
  }
  .review_sticker .bt_green,
  .review_sticker .bt_green a {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0ss ease-in-out;
    transition: all 0s ease-in-out;
  }
  .review_sticker .bt_green:hover,
  .review_sticker .bt_green a:hover {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
  }
  .review_top2 .review_sticker.fixed .bt_green {
    width: 50%;
  }
  .rev_newlogo {
    display: none;
  }
  .review_top2 .rev_logo {
    display: block;
    width: 33%;
  }
  .top_behinde .title {
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 8px;
  }
  .top_behinde .subtitle {
    font-size: 18px;
    line-height: 1.3;
    max-width: 300px;
    margin: 0 auto;
  }
  .top_behinde {
    min-height: inherit;
  }
  .review_sticker.fixed {
    text-align: center;
  }
  .review_sticker.fixed .inner_width {
    display: inline-block;
  }
  .review_sticker.fixed .rev_logo {
    width: auto !important;
  }
  .review_sticker.fixed .bt_green {
    width: auto !important;
    margin-left: 3px;
  }
  .review_sticker.fixed .bt_green a {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 650px) {
  .integrations-wrap img {
    width: 32px;
  }
  .vs_logo {
    height: 85px;
  }
  .title_shade .title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .banner_shade {
    background-size: 100% 400px;
  }
  .volu_how-icon img {
    width: 65px;
  }
  .pop_disc_box {
    width: 98%;
  }
  .volu_offers_list-item {
    padding-left: 28px;
    font-size: 14px;
    margin-bottom: 10px;
    float: none;
    width: auto;
    margin-right: 0;
  }
  .volu_offers_list-item svg {
    top: 2px;
    width: 20px;
  }
  .review_sticker.fixed .bt_green a {
    font-size: 16px;
  }
  .vs_table .bt_green a {
    height: auto;
    line-height: 19px;
    padding: 11px 10px;
  }
  .tool_built_success {
    padding: 20px 15px;
  }
  .tool_built-start .text {
    font-size: 20px;
    margin-bottom: 25px;
  }
  /*.tool_built-start .bt_black, .tool_built-start .bt_green{width:48%;margin:0 1%;}*/
  .tool_built-start .bt_black,
  .tool_built-start .bt_green {
    width: 100%;
    margin: 10px 0;
  }
  .text-wanna {
    font-size: 20px;
    margin-top: 70px;
  }
  .tool_built_in .title {
    font-size: 35px;
  }
  .bt_green-full a {
    width: 100%;
    padding: 0;
  }
  .hustle-modal .hustle-modal-content {
    padding: 15px 15px 25px !important;
  }
  .hustle-modal .hustle-modal-content img {
    max-width: 160px;
  }
  .hustle-modal a.hustle-modal-cta {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    width: 180px;
  }
  .hustle-modal .hustle-modal-image {
    height: 205px;
  }
  .hustle-modal {
    margin: 0 20px 50px !important;
  }
}
@media only screen and (max-width: 380px) {
  .top_behinde {
    min-height: inherit;
  }
  .lp_volusion .top_banner {
    padding: 20px 0;
  }
  .lp_volusion .top_banner .title {
    font-size: 28px;
    line-height: 36px;
  }
  .wrap_top_bg {
    padding-top: 40px;
  }
  .hustle-modal .hustle-modal-image {
    height: 170px;
  }
  .hustle-modal-close .hustle-icon {
    padding: 9px !important;
  }
  .hustle-modal-close {
    width: 30px;
    height: 30px;
    padding: 0;
  }
  .hustle-modal {
    margin: 0 15px 50px !important;
  }
  .hustle-modal .hustle-modal-content *,
  .hustle-modal .hustle-modal-content p {
    font-size: 15px;
  }
  .hustle-modal .hustle-modal-content * strong,
  .hustle-modal .hustle-modal-content p strong {
    font-size: 22px;
  }
  .vs_page_head .rev_top .title {
    font-size: 30px;
  }
  .m-head-opacity .top_behinde.smaller .top_behinde_bg {
    background-position: 79% top;
  }
  m-head-opacity .top_behinde.smaller .subtitle {
    font-size: 18px;
    max-width: 240px;
  }
}

@media only screen and (max-width: 340px) {
  .page-template-lobby .top_banner .bt_green a {
    font-size: 16px;
    padding: 0 5px;
  }
  .vs_table_row .Integration_imgs img {
    height: 17px;
  }
  .lp_volusion .top_banner .title {
    font-size: 24px;
    line-height: 31px;
  }
  .pop_info_read a {
    font-size: 13px;
  }
  .pop_info_top {
    padding-bottom: 8px;
  }
  .pop_info .popup {
    padding-top: 12px;
  }
  .pop_info_row .support_icon {
    height: 26px;
  }
  .pop_info_row {
    padding: 8px 0;
  }
  .pop_money_back {
    margin-top: 23px;
  }
  .review_sticker.fixed .rev_logo {
    max-width: 150px;
  }
  .review_sticker.fixed .bt_green a {
    padding: 0 7px;
    font-size: 14px;
  }
  .review_sticker.fixed .rev_logo img {
    margin-top: -5px;
  }
  .check-again a {
    font-size: 16px;
  }
  .tool_built-start .bt_black,
  .tool_built-start .bt_green {
    float: none;
    display: block;
    width: 100%;
    margin: 10px auto;
  }
  .m_card .vs_tx_s {
    font-size: 13px;
    line-height: 16px;
  }
  .vs_circle {
    width: 36px;
  }
  .vs_score__line {
    width: 88px;
  }

  .top_behinde.smaller .title {
    font-size: 19px;
    max-width: 190px;
  }
  .top_behinde.smaller .subtitle {
    font-size: 14px;
    max-width: 190px;
  }

  .postid-4058 .top_behinde.smaller .top_behinde_bg {
    background-position: 62% center;
  }
}

/*===== ver-phones_design ========*/
@media only screen and (max-width: 800px) {
  .phone_vs_left {
    width: 35%;
    padding-top: 28px;
    padding-left: 6px;
  }
  .phone_vs_left img {
    display: block;
    width: 80%;
    margin: 0 auto;
    max-width: 112px;
    margin-bottom: -1px;
  }
  .phone_vs .m_table_row_counter {
    color: white;
    font-size: 15px;
    font-weight: 300;
  }
  .phone_vs .m_table_row_counter:before {
    border-left: 37px solid #b5b5b5;
    border-bottom: 37px solid transparent;
  }
  .phone_vs .m_table_row_counter span {
    padding-top: 1px;
  }
  .phone_vs .more_info {
    margin-top: 0;
  }
  .phone_vs .more_info a {
    font-size: 13px;
    color: #01e676;
  }
  .m_table_row:last-child .phone_vs .m_table_row_counter span {
    padding-left: 3px;
    font-size: 14px;
  }
  .table_mobile_row_1 .phone_vs .m_table_row_counter {
    font-size: 22px;
  }
  .table_mobile_row_1 .phone_vs .m_table_row_counter span {
    margin-top: -3px;
    padding-left: 10px;
  }
  .table_mobile_row_1 .phone_vs .m_table_row_counter:before {
    border-left: 45px solid #0fe77e;
    border-bottom-width: 45px;
  }
  .phone_vs_right {
    padding: 20px 12px 8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
  .phone_vs_right .title {
    color: black;
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 5px;
    font-weight: 500;
    max-width: 90%;
  }
  .score_counts {
    color: #7d7d7d;
    font-size: 13px;
    margin-bottom: -6px;
  }
  .phone_vs_right .text {
    color: #2c2c2c;
    font-size: 14px;
    line-height: 1.2;
    max-width: 82%;
  }
  .stars_blue {
    width: 100px;
    height: 17px;
    position: relative;
    margin: 9px 0;
    background: url("/wp-content/themes/webcreate/assets/img/layout/str-grey.png")
      no-repeat left top;
    background-size: auto 100%;
    -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.15));
  }
  .stars_blue_in {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/wp-content/themes/webcreate/assets/img/layout/str-blue-light.png")
      no-repeat left top;
    background-size: auto 100%;
  }
  .tx-marge {
    margin-bottom: 7px;
  }
  .phone_vs_btn {
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 43px;
    height: 92px;
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    padding-left: 9px;
    background: rgba(29, 243, 129, 1);
    background: -moz-linear-gradient(
      left,
      rgba(29, 243, 129, 1) 0%,
      rgba(13, 223, 111, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(29, 243, 129, 1)),
      color-stop(100%, rgba(13, 223, 111, 1))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(29, 243, 129, 1) 0%,
      rgba(13, 223, 111, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(29, 243, 129, 1) 0%,
      rgba(13, 223, 111, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(29, 243, 129, 1) 0%,
      rgba(13, 223, 111, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(29, 243, 129, 1) 0%,
      rgba(13, 223, 111, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1df381', endColorstr='#0ddf6f', GradientType=1 );
  }
  .phone_vs_btn img {
    width: 19px;
  }
  .pop_info_phone .popup_close a {
    width: 48px;
    height: 48px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    top: -23px !important;
    background: rgba(29, 245, 130, 1);
    background: -moz-linear-gradient(
      top,
      rgba(29, 245, 130, 1) 0%,
      rgba(14, 224, 112, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      left bottom,
      color-stop(0%, rgba(29, 245, 130, 1)),
      color-stop(100%, rgba(14, 224, 112, 1))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(29, 245, 130, 1) 0%,
      rgba(14, 224, 112, 1) 100%
    );
    background: -o-linear-gradient(
      top,
      rgba(29, 245, 130, 1) 0%,
      rgba(14, 224, 112, 1) 100%
    );
    background: -ms-linear-gradient(
      top,
      rgba(29, 245, 130, 1) 0%,
      rgba(14, 224, 112, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(29, 245, 130, 1) 0%,
      rgba(14, 224, 112, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1df582', endColorstr='#0ee070', GradientType=0 );
  }
  .pop_info_phone .popup_close a svg {
    width: 22px;
  }
  .pop_info_phone .popup_close a path {
    fill: white;
  }
  .pop_info_phone .pop_info_row .bt_green a {
    font-family: Poppins, sans-serif;
    color: white;
    background: rgba(29, 245, 130, 1);
    background: -moz-linear-gradient(
      top,
      rgba(29, 245, 130, 1) 0%,
      rgba(14, 224, 112, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      left bottom,
      color-stop(0%, rgba(29, 245, 130, 1)),
      color-stop(100%, rgba(14, 224, 112, 1))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(29, 245, 130, 1) 0%,
      rgba(14, 224, 112, 1) 100%
    );
    background: -o-linear-gradient(
      top,
      rgba(29, 245, 130, 1) 0%,
      rgba(14, 224, 112, 1) 100%
    );
    background: -ms-linear-gradient(
      top,
      rgba(29, 245, 130, 1) 0%,
      rgba(14, 224, 112, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(29, 245, 130, 1) 0%,
      rgba(14, 224, 112, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1df582', endColorstr='#0ee070', GradientType=0 );
  }
  .pop_info_phone .hide-if-phone {
    display: none;
  }
  .pop_info_phone .pop_info_read {
    padding-right: 6px;
  }
  .pop_info_phone .pop_info_read a {
    font-size: 13px;
    text-align: center;
    padding-top: 10px;
    color: black;
  }
  .pop_info_phone .stars_blue {
    margin: 18px auto 0;
    width: 142px;
    height: 24px;
  }
  .pop_info_phone .integrations-wrap {
    max-width: 90px;
    margin: 0 auto;
  }
  .pop_info_phone .integrations-wrap.count-4 {
    max-width: 84px;
  }
  .pop_info_phone .integrations-wrap img {
    width: 25px;
    margin: 0 2px 5px;
  }
  .pop_info_phone .templates {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    line-height: 1.3;
  }
  .pop_prem_blue {
    color: #49b0f3;
    font-size: 13px;
    padding: 3px 0;
    margin-top: -10px;
  }
  .plans_p_item {
    padding: 0 7px;
    border-right: 1px solid #cacaca;
  }
  .plans_p_item:last-child {
    border-right: none;
  }
  .plans_p_title {
    font-size: 12px;
    font-weight: 600;
  }
  .plans_p_tx {
    font-size: 12px;
    font-weight: 300;
  }
}
@media only screen and (max-width: 380px) {
  .phone_vs_right .title {
    font-size: 13px;
  }
  .phone_vs_right .text {
    font-size: 12px;
  }
  .score_counts {
    font-size: 11px;
  }
}
@media only screen and (max-width: 320px) {
  .phone_vs_right .title {
    font-size: 12px;
  }
  .score_counts {
    font-size: 10px;
  }
}

/*====== table builders rows ============*/
.animated {
  opacity: 0;
}
.ul--reset ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hero_rows {
  background: #ccd7ee;
  margin-bottom: 40px;
}
.hero_rows .inner_width {
  min-height: 360px;
  padding-top: 60px;
  padding-bottom: 20px;
}
.hero_rows .title {
  font-size: 45px;
  line-height: 1.2;
  max-width: 58%;
  margin-bottom: 40px;
}
.hero_right_img {
  position: absolute;
  right: 10px;
  top: 34px;
  width: 37%;
  z-index: 1;
  direction: rtl;
}
.hero_right_shade {
  position: absolute;
  right: -130px;
  bottom: 0;
  width: 60%;
  text-align: center;
}
.hero_right_shade img {
  width: 100%;
}
.hero_adv_item {
  margin-right: 45px;
}
.hero_adv_item:last-child {
  margin-right: 0;
}
.hero_adv_item:nth-child(2) {
  -webkit-animation-delay: calc(2 * 0.15s);
  animation-delay: calc(2 * 0.15s);
}
.hero_adv_item:nth-child(3) {
  -webkit-animation-delay: calc(3 * 0.15s);
  animation-delay: calc(3 * 0.15s);
}
.hero_adv_item .img-b {
  width: 43px;
  height: 43px;
  background: #e5edff;
  margin-right: 12px;
}
.hero_adv_item .img-b img {
  width: 19px;
}
.hero_adv_item .text {
  font-size: 16px;
  line-height: 1.2;
}
.sec_table_rows {
  padding-top: 50px;
}
.sec_table_rows .adv_wrap {
  margin-top: 0;
}
.table_rows_row {
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.table_rows_row_top {
  padding: 0 50px;
  min-height: 177px;
}
.table_rows_num {
  font-size: 23px;
  position: absolute;
  top: 15px;
  left: 18px;
  text-align: center;
  width: 40px;
}
.table_rows_col1 {
  padding: 15px 0;
  width: 18%;
  min-height: 177px;
}
.table_rows_ribbon {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  text-align: center;
}
.table_rows_ribbon span {
  background: #f6e379;
  text-align: center;
  padding: 0 13px;
  border-radius: 0 0 8px 8px;
  font-size: 12px;
  font-weight: 500;
  color: #1b1f27;
  height: 26px;
  line-height: 24px;
  display: inline-block;
}
.table_rows_logo img {
  max-height: 100px;
  max-width: 95%;
}
.table_rows_col2 {
  width: 23%;
  margin-left: 3%;
}
.table_rows_row .table_rows_price {
  font-size: 15px;
}
.table_rows_col3 {
  width: 27%;
  padding: 12px 0;
}
.table_rows_advs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.table_rows_advs li {
  background: url("/wp-content/themes/webcreate/assets/img/svg/ok.svg")
    no-repeat left center;
  background-size: 14px auto;
  position: relative;
  padding-left: 24px;
  line-height: 1.1;
  margin-bottom: 13px;
  font-size: 15px;
}
.table_rows_row_top .stars_blue {
  width: 100px;
  height: 17px;
  position: relative;
  background: url("/wp-content/themes/webcreate/assets/img/layout/str-grey.png")
    no-repeat left top;
  background-size: auto 100%;
  cursor: pointer;
}
.table_rows_row_top .stars_blue_in {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/wp-content/themes/webcreate/assets/img/layout/str-blue-light.png")
    no-repeat left top;
  background-size: auto 100%;
  cursor: pointer;
}
.table_rows_row .more_after {
  display: none;
}
.table_rows_row .open_more.active .more_before {
  display: none;
}
.table_rows_row .open_more.active .more_after {
  display: block;
}
.vote_row {
  margin-bottom: 18px;
}
.vote_tx {
  color: #03db78;
  font-size: 13px;
  font-weight: 500;
  margin-left: 6px;
  line-height: 1;
  margin-top: 2px;
}
.table_rows_col4 {
  width: 14%;
  text-align: center;
}
.table_rows_row_top .score {
  font-size: 44px;
  line-height: 1;
  margin-bottom: 10px;
}
.score_title {
  color: #a8aaad;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.table_rows_row .note_people {
  background: #d3f2f9;
  color: #1b1f27;
  font-size: 14px;
  width: 100%;
  max-width: 180px;
  height: auto;
  padding: 8px 10px;
  top: -62px;
  -webkit-box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 25%);
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 25%);
}
.table_rows_row .note_people:before {
  border-top-color: #d3f2f9;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -9px;
}
.table_rows_row .bt_green {
  width: 100%;
  max-width: 190px;
  margin: 11px auto;
}
.table_rows_row .bt_green a {
  width: 100%;
  display: block;
  height: 55px;
  line-height: 55px;
  font-size: 22px;

  background: rgba(0, 230, 119, 1);
  background: -moz-linear-gradient(
    top,
    rgba(0, 230, 119, 1) 0%,
    rgba(3, 219, 125, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(0, 230, 119, 1)),
    color-stop(100%, rgba(3, 219, 125, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 230, 119, 1) 0%,
    rgba(3, 219, 125, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 230, 119, 1) 0%,
    rgba(3, 219, 125, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 230, 119, 1) 0%,
    rgba(3, 219, 125, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 230, 119, 1) 0%,
    rgba(3, 219, 125, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e677', endColorstr='#03db7d', GradientType=0 );
}
.table_rows_row .green_link a {
  color: black;
  font-size: 15px;
}
.table_rows_row .open_more a svg {
  top: 0;
  bottom: 0;
  margin: auto;
}
.table_rows_row_bottom {
  background: #f7f7f7;
  padding: 30px 50px;
  border-radius: 0 0 5px 5px;
}
.table_rows_row_bottom.toggleInner {
  display: none;
}
.table_rows_row_bottom.active.toggleInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table_rows_gallery_wrap {
  width: 41%;
  padding: 0 18px;
  margin-bottom: 30px;
  margin-left: -12px;
}
.table_rows_gallery_wrap .arrow_l a,
.table_rows_gallery_wrap .arrow_r a {
  top: 0;
  bottom: 0;
  margin: auto;
  right: -8px;
  height: 26px;
}
.table_rows_gallery_wrap .arrow_l a {
  right: auto;
  left: -8px;
}
.table_rows_gallery_wrap .arrow_l svg,
.table_rows_gallery_wrap .arrow_r svg {
  width: 16px;
  height: auto;
}
.table_rows_gallery .slick-slide {
  padding: 8px;
}
.table_rows_gallery_item {
  width: 100%;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.table_rows_gallery_item:before {
  content: "";
  display: block;
  padding-top: 62%;
}
.slick-dots {
  margin: 0;
  bottom: -15px;
}
body .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 5px;
}
.slick-dots li button:before {
  display: none;
}
body .slick-dots li button {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #1b1f27;
  padding: 0;
  opacity: 0.3;
}
body .slick-dots li.slick-active button {
  opacity: 1;
}
.table_rows_row_bottom .title {
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 15px;
  font-weight: 600;
}
.table_rows_what {
  width: 36%;
  margin-left: 4%;
}
.table_rows_what li {
  position: relative;
  padding-left: 22px;
  line-height: 1.1;
  margin-bottom: 13px;
  font-size: 15px;
}
.table_rows_what li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #1b1f27;
  position: absolute;
  top: 5px;
  left: 0;
}
.table_rows_bottom_right .bt_green {
  margin: 18px auto;
  max-width: 220px;
}
.table_rows_bottom_right .bt_green a {
  height: auto;
  line-height: 1.1;
  font-size: 19px;
  padding: 10px 20px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 48px;
}
.table_rows_bottom_right .open_more a {
  padding: 0;
}

/*styles for the star rater*/
.ratingModule {
  height: 17px;
  width: 105px;
  margin: 0;
  overflow: hidden;
}
.star-rating-con {
  list-style: none;
  margin: 0;
  padding: 0px;
  width: 105px;
  height: 17px;
  position: relative;
  background: url("/wp-content/themes/webcreate/assets/img/layout/str.png") left
    bottom repeat-x;
}
.star-rating-con li {
  padding: 0px;
  margin: 0px;
  width: 21px;
  height: 17px;
  float: left;
}
.star-rating-con li a {
  display: block;
  width: 21px;
  height: 17px;
  line-height: 17px;
  text-decoration: none;
  text-indent: -9000px;
  z-index: 20;
  position: absolute;
  padding: 0px;
  overflow: hidden;
}
.star-rating-item {
  margin-right: 0 !important;
}
.star-rating-con li a:hover {
  background: url("/wp-content/themes/webcreate/assets/img/layout/str.png") left
    top;
  z-index: 2;
  left: 0px;
  border: none;
}
.star-rating-con a.one-star {
  left: 0px;
}
.star-rating-con a.one-star:hover {
  width: 21px;
}
.star-rating-con a.two-stars {
  left: 21px;
}
.star-rating-con a.two-stars:hover {
  width: 42px;
}
.star-rating-con a.three-stars {
  left: 42px;
}
.star-rating-con a.three-stars:hover {
  width: 63px;
}
.star-rating-con a.four-stars {
  left: 63px;
}
.star-rating-con a.four-stars:hover {
  width: 84px;
}
.star-rating-con a.five-stars {
  left: 84px;
}
.star-rating-con a.five-stars:hover {
  width: 105px;
}
.star-rating-con li.current-rating {
  background: url("/wp-content/themes/webcreate/assets/img/layout/str.png") left
    top;
  position: absolute;
  height: 17px;
  display: block;
  text-indent: -9000px;
  z-index: 1;
}
.star-rating-con:hover .current-rating {
  display: none;
}
.star-rating-con.disable .current-rating {
  display: block !important;
}
.star-rating-con.show .current-rating {
  display: block !important;
}
.ratingModule .star-rating-item {
  cursor: pointer;
}
.ratingModuleText {
  color: #075d81;
}
.ratingModuleTextSignIn a {
  color: #0033cc;
  text-decoration: none;
}
.ratingModuleText,
.ratingModuleTextSignIn {
  margin-top: 1px;
}
.ratingModuleThank,
.ratingModuleRate {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
}
.ratingModuleRate {
  font-weight: normal;
}
.tx-after {
  display: none;
}
.review_rating.active .tx-after {
  display: block;
}
.review_rating.active .tx-before {
  display: none;
}
/*styles for the star rater*/

@media only screen and (max-width: 1300px) {
  .hero_rows .inner_width {
    min-height: 300px;
  }
  .hero_rows .title {
    font-size: 3.1vw;
  }
  .hero_adv_item .text {
    font-size: 1.3vw;
  }
}
.sec_table_rows .promotion_row_bg {
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .hero_right_img,
  .hero_right_shade {
    display: none;
  }
  .hero_rows .inner_width {
    min-height: inherit;
    padding-bottom: 20px;
    padding-top: 40px;
  }
  .hero_rows .title {
    max-width: inherit;
    font-size: 6vw;
    margin-bottom: 18px;
  }
  .hero_adv_item .img-b {
    width: 32px;
    height: 32px;
    margin: 0 auto 11px;
  }
  .hero_adv_item .img-b img {
    width: 14px;
  }
  .hero_adv_item {
    margin: 0;
    width: 33.3%;
    text-align: center;
    display: block;
  }
  .hero_rows {
    margin: 0px;
  }
  .hero_adv_item .text {
    font-size: 12px;
  }
  .sec_table_rows {
    padding-top: 0;
  }
}

/*====== End table builders rows ============*/

.table_builders .col_logo {
  width: 17%;
}
.table_builders .col_score {
  width: 8%;
}
.table_builders .col_tx {
  width: 13%;
}
.table_builders:before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: #212225;
  border-radius: 12px 12px 0 0;
}
.table_main th {
  position: relative;
  z-index: 1;
}

.col_tx .text ul {
  margin: 0;
}
.col_tx .text li {
  margin-bottom: 2px;
}

/*======= new mobile builder =================*/
.justify-between {
  justify-content: space-between;
}
.items-baseline {
  align-items: baseline;
}
.flex-1 {
  flex: 1;
}
.gap-2 {
  gap: 0.25rem;
}
.mb-5 {
  margin-bottom: 2.5rem;
}
.bg-green-lighter {
  background-color: #d6fae8;
}
.text-sm {
  font-size: 14px;
}

.dark-hero {
  background-color: #020002;
}
.dark-hero .inner_width {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 165px;
  position: relative;
  z-index: inherit !important;
  padding-right: 46%;
}
.dark-hero .inner_width .title,
.dark-hero .inner_width ul {
  position: relative;
  z-index: 1;
}
.dark-hero .title {
  line-height: 1.2;
  margin: 0;
  margin-bottom: 1.2rem;
  padding-right: 0;
}
.dark-hero-video {
  position: absolute;
  width: 42%;
  height: 100%;
  top: 0;
  right: 10px;
  transform: scale(1.18);
}
.dark-hero ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.dark-hero li {
  background: url("/wp-content/themes/webcreate/assets/img/svg/ok.svg")
    no-repeat left center;
  background-size: 14px auto;
  position: relative;
  padding-left: 24px;
  line-height: 1.1;
  margin-bottom: 10px;
  font-size: 18px;
}
.dark-hero-update {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  gap: 0.5rem;
  padding-top: 8px;
}

.mobile-discl-wrap {
  padding: 6px 24px;
}
.mobile-discl-wrap .adv_wrap {
  margin: 0;
}
.mobile-discl-wrap .adv_bt a,
.m-we-rank {
  color: #2c2c2c;
  font-size: 12px;
}
.mobile-discl-wrap .adv_pop {
  border: none;
}
.mobile-reset-table {
  box-shadow: none;
  margin: 0;
}
.mobile-table-rounded {
  border-radius: 8px;
  border: 1px solid #e2e6f2;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06),
    0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  margin-bottom: 16px;
}
.mobile-table-rounded:first-child {
  border: 2px solid #00e676;
  box-shadow: 0px 1px 2px 0px rgba(8, 149, 80, 0.6),
    0px 1px 4px 0px rgba(7, 142, 76, 0.43);
}
.mobile-table-rounded .m_table_row_counter {
  overflow: hidden;
  border-radius: 6px 0 0;
  font-size: 16px;
  font-weight: 400;
  width: 38px;
  height: 38px;
}
.mobile-table-rounded .m_table_row_counter span {
  padding-left: 2px;
  padding-top: 4px;
  text-align: center;
  width: 20px;
}
.mobile-table-rounded .m_table_row_counter:before {
  border-left-color: #e2e6f2;
  border-left-width: 38px;
  border-bottom-width: 38px;
}
.mobile-table-rounded:first-child .m_table_row_counter:before {
  border-left-color: #00e676;
}
.mobile-table-rounded .ver-clasic {
  padding: 13px 12px;
}
.mobile-table-rounded.has-top-ribbon .ver-clasic {
  padding-top: 30px;
}
.table-rounded-wrap-right {
  width: 52%;
}
.table-rounded-logo {
  padding-right: 1rem;
}
.table-rounded-logo img {
  max-width: 100%;
}
.table-rounded-wrap-right .score {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.table-rounded-score-tx {
  font-size: 14px;
  color: #2c2c2c;
  align-items: flex-start;
  gap: 0.2rem;
}
.bt_green-n a {
  width: 100%;
  padding: 0;
  margin-top: 2px;
  background: #00e676;
  box-shadow: 0px 2px 3px 0px rgba(7, 146, 78, 0.28);
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  height: 32px;
  line-height: 34px;
}
.bt_green-n a:active {
  background: #00d16b;
  box-shadow: none;
}
.table-rounded-ul {
  padding: 0.8rem 0;
}
.table-rounded-ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.table-rounded-ul li {
  position: relative;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
}
.table-rounded-ul li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: 0;
  background: url("/wp-content/themes/webcreate/assets/img/mobile-builder/ok-slim.svg")
    no-repeat center center;
  background-size: contain;
}
.ribbon-gray {
  position: absolute;
  top: 0;
  left: 17px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 25px;
  background: linear-gradient(0deg, #d9d9d9 0%, #d9d9d9 100%), #d9d9d9;
  clip-path: polygon(17% 0%, 100% 0%, 84% 100%, 0% 100%);
}
.table-rounded-free {
  border-radius: 6px;
  font-size: 14px;
  padding: 1px 8px;
}
.table-rounded-openPop {
  border: none;
  background: transparent;
  padding: 0;
  text-decoration: underline;
  font-family: Poppins;
  font-size: 14px;
}
.slider-review-item {
  flex: 1;
  /* 	width: 157px; */
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 1px 6px 0px rgba(16, 24, 40, 0.13),
    0px 1px 5px 0px rgba(16, 24, 40, 0);
  padding: 12px 0;
  position: relative;
}
.review-item-logo {
  height: 42px;
  margin: 0 auto;
  margin-bottom: 0.3rem;
}
.review-item-logo img {
  max-width: 100%;
  max-height: 100%;
}
.review-item-score {
  justify-content: center;
}
.review-item-score .score {
  font-family: Poppins;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}
.review-item-score-tx {
  font-size: 15px;
  font-weight: 500;
}
.slider-review-item .bt_green-n {
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}
.slider-review-item .bt_green-n a {
  width: auto;
  min-width: 85%;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
.link-under {
  display: inline-block;
  color: black;
  text-decoration: underline;
  font-size: 12px;
}
.slider-review-item .link-under {
  font-size: 11px;
}
.slider-reviews .slick-list {
  padding: 0 !important;
}
.slider-reviews .slick-slide {
  padding: 12px 0;
}
.slider-review-item:not(.has-most-p) .bt_green-n a {
  border: 0.5px solid #00e676;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(7, 146, 78, 0.15);
  line-height: 31px;
}
.slider-review-item.has-most-p {
  border: 1px solid #00e676;
  padding-top: 25px;
  margin-top: -4px;
}
.slider-review-item.has-most-p .review-item-score-tx {
  color: #f4b438;
}
.ribbon-most-popular {
  z-index: 2;
  background-color: #2e2e2f;
  font-size: 12px;
  color: white;
  letter-spacing: 0.12px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  inset: -8px -5px;
  bottom: auto;
  padding: 3px;
}
.ribbon-most-popular:before,
.ribbon-most-popular:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  right: 0;
  border-top: 6px solid #01753c;
  border-right: 4px solid transparent;
}
.ribbon-most-popular:after {
  right: auto;
  left: 0;
  border-right: none;
  border-left: 4px solid transparent;
}
.how-to-toggle {
  border-radius: 8px;
  border: 1px solid #e2e6f2;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06),
    0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  margin-bottom: 1rem;
}
.how-to-toggle-btn {
  border: none;
  background: transparent;
  padding: 8px 16px;
  width: 100%;
}
.how-to-toggle-btn .title {
  margin: 0;
  font-size: 16px;
  color: #2c2c2c;
  font-weight: 600;
}
.how-to-toggle-btn .howto_icon img {
  width: 46px;
}
.toggleContainer.active .toggle-arrow {
  transform: rotate(180deg);
}
.how-to-toggle .toggleInner {
  display: none;
}
.how-to-toggle .text {
  padding: 3px 16px 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #2c2c2c;
}
.sec-slider-guides {
  padding-bottom: 40px;
}
.sec-slider-guides .inner_width {
  padding-left: 15px;
  padding-right: 15px;
}
.slider-guides .sl_how_item {
  margin: 0;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06),
    0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  overflow: hidden;
}
.slider-guides .sl_how_item_on {
  padding: 5px;
}
.has-dots-grow {
  padding-bottom: 25px;
}
.has-dots-grow .slick-dots {
  bottom: 0;
}
.has-dots-grow .slick-dots li button {
  background-color: #eaecf0;
  opacity: 1;
  transition: 0.4s;
}
.has-dots-grow .slick-dots li.slick-active button {
  border-radius: 20px;
  background: #00e676;
  width: 30px;
}
.pp-more-cta {
  transform: translateX(100%);
  transition: all 0.5s ease;
}
.popup-more-info .popup {
  position: fixed;
  bottom: 0;
  top: 0;
  border-radius: 0;
  padding: 0;
  padding-bottom: 80px;
  overflow: auto;
  transform: translateX(100%);
  transition: all 0.5s ease;
}
.popup-more-info.show .popup,
.popup-more-info.show .pp-more-cta {
  transform: translateX(0);
}
.pp-more-head {
  border-bottom: 1px solid #d6d9e0;
  background: #fff;
  position: sticky;
  top: 0;
  height: 74px;
  padding-right: 24px;
  z-index: 4;
}
.pp-more-close {
  width: 64px;
  height: 100%;
}
.pp-more-logo {
  height: 60px;
  margin-right: auto;
}
.pp-more-logo img {
  max-height: 100%;
}
pp-more-head .review-item-score-tx {
  font-size: 14px;
  font-weight: 400;
}
.p-24 {
  padding: 16px 24px;
}
.pp-more-grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}
.box-light {
  border-radius: 8px;
  background: #f7f8fc;
}
.pp-more-grid3 .box-light {
  min-height: 62px;
}
.more-label {
  color: #666770;
  font-size: 14px;
  margin-bottom: 0.2rem;
}
.popup-more-info .templates {
  font-family: Poppins;
  font-size: 24px;
  line-height: 1;
}
.popup-more-info .table-rounded-ul {
  padding: 16px;
}
.pp-more-title {
  text-align: center;
  font-size: 20px;
  color: #666770;
  position: relative;
  overflow: hidden;
  margin-top: 5px;
}
.pp-more-title span {
  position: relative;
}
.pp-more-title span:before,
.pp-more-title span:after {
  content: "";
  display: block;
  width: 800px;
  height: 1px;
  background-color: #d6d9e0;
  position: absolute;
  margin: auto;
  top: 1px;
  bottom: 0;
  right: -816px;
}
.pp-more-title span:after {
  right: auto;
  left: -816px;
}
.pp-more-cta {
  background: #f7f8fc;
  box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 13px 24px;
}
.pp-more-cta .bt_green-n a {
  height: 46px;
  line-height: 46px;
  font-size: 22px;
}
.pp-more-price {
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: center;
}
.pp-more-price > div {
  flex: 1 0 42%;
}
.pp-more-price .table-rounded-free {
  padding: 7px 6px;
}
.pp-more-price-month {
  margin-top: 2px;
  font-size: 14px;
}
.pp-more-gift {
  border-radius: 8px;
  border: 1px dashed #a2a2a2;
  width: 100%;
  font-size: 12px;
  padding: 8px;
  display: flex;
  gap: 0.5rem;
}
.bg-light {
  background-color: #f7f8fc;
}
.table-rounded-free.bg-light {
  color: #676464;
}
.slider-trustpilot-item {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(151, 151, 151, 0.25);
  border-top: 8px solid #00e676;
  padding: 16px;
  height: 100%;
}
.trustpilot-img {
  width: 90px;
}
.trustpilot-score-wrap img {
  display: block;
}
.trustpilot-stars img {
  width: 99px;
}
.trustpilot-read {
  font-size: 14px;
  font-style: italic;
}
.slider-trustpilot-item .text {
  padding-top: 0.5rem;
  font-weight: 300;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.slider-trustpilot-wrap {
  margin: 0 -24px;
}
.slider-trustpilot .slick-slide {
  padding: 0 8px;
  height: inherit;
}
.slider-trustpilot .slick-slide > div {
  height: 100%;
}
.slider-trustpilot .slick-track {
  display: flex;
}
.slider-trustpilot .slick-list {
  padding: 8px 12px;
  padding-right: 15vw;
  width: 100%;
}
.pp-more-support {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  padding-top: 6px;
  max-width: 65px;
  column-gap: 0.3rem;
}
.pp-more-support img {
  display: block;
  margin: auto;
}
.pp-more-support .hasTooltip:before {
  display: none;
}
.not-supported {
  opacity: 0.25;
}
.m-we-rank-pop {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);
  background: white;
  border-radius: 10px;
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 3;
  padding: 15px 20px;
  width: 280px;
  display: none;
}
.adv_close a {
  width: 25px;
  height: 25px;
  display: grid;
  place-content: center;
  top: 0.4rem;
  right: 0.4rem;
}
.adv_close svg {
  width: 11px;
  height: auto;
}

.top_behinde .inner_width {
  z-index: inherit;
}
.top_behinde .adv_wrap-btn-ui {
  position: absolute;
  right: 30px;
  bottom: 111px;
  z-index: 3;
}
.adv_wrap-btn-ui .adv_bt a {
  color: #cccccc;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-decoration: underline;
  height: auto;
  width: auto;
  padding: 0.3rem 0.5rem;
}
.adv_wrap-btn-ui {
  margin: 0;
}
.adv_wrap-btn-ui .adv_bt a:hover {
  color: #08d170;
}
.adv_pop {
  top: 28px;
  text-align: start;
}
.adv_pop * {
  color: #212225 !important;
}
.disc-hold,
.hold-disc-vs {
  display: flex;
  justify-content: flex-end;
}
.disc-hold .adv_wrap-btn-ui {
  position: absolute;
  right: 0;
  bottom: -70px;
}
.disc-hold .adv_wrap-btn-ui .adv_bt a,
.hold-disc-vs .adv_wrap-btn-ui .adv_bt a {
  border-radius: 60px;
  border: 0.5px solid #efefef;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.rev_page .disc-hold .adv_wrap-btn-ui {
  position: relative;
  margin: 0;
  margin-bottom: 16px;
  bottom: auto;
}

.hold-disc-vs {
  padding: 24px 0 16px;
}
.pt-0 {
  padding-top: 0 !important;
}
@media only screen and (min-width: 800px) {
  .dark-hero-video {
    width: 40%;
  }
  .hero__loop-video {
    margin-top: 7%;
    height: 60%;
  }
  .dark-hero .inner_width {
    padding-right: 40%;
    justify-content: flex-start;
  }
  .dark-hero .title {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1150px) {
  .dark-hero .title {
    padding-top: 56px;
  }
  .hero__loop-video {
    margin-top: 32px;
    height: 60%;
  }
  .dark-hero .inner_width {
    padding-right: 28%;
  }
}
@media only screen and (min-width: 1920px) {
  .dark-hero .inner_width {
    padding-right: 14%;
  }
}

@media only screen and (max-width: 1150px) {
  .top_behinde .adv_wrap-btn-ui {
    bottom: -26px;
  }
}

@media only screen and (max-width: 800px) {
  .dark-hero {
    overflow: hidden;
    text-align: start;
    min-height: inherit;
    padding: 0;
  }
  .dark-hero .inner_width {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 44vw;
  }
  .dark-hero .title {
    font-size: 30px;
    line-height: 1.2;
  }
  .dark-hero li {
    font-size: 14px;
  }
  .dark-hero-update {
    font-size: 13px;
    gap: 0.3rem;
  }
  .dark-hero-update img {
    width: 14px;
  }
  .top_behinde .adv_wrap-btn-ui {
    right: 20px;
    bottom: -14px;
  }
  .adv_wrap-btn-ui .adv_bt a {
    font-size: 11px;
    padding: 0.3rem 0.5rem;
  }
  .disc-hold .adv_wrap-btn-ui {
    bottom: -30px;
  }
  .adv_pop h2,
  .m-we-rank-pop h2 {
    font-size: 16px;
    margin-bottom: 5px !important;
  }
  .adv_pop .text,
  .m-we-rank-pop .text {
    font-size: 11px;
    line-height: 1.5;
  }
  .ft_links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 3rem;
    padding-top: 0.8rem;
  }
  .ft_links:before,
  .ft_links:after {
    display: none;
  }
  .ft_col {
    width: auto;
    flex: 1 0 42%;
    padding: 0;
    margin-bottom: 20px;
  }
  .ft_col:nth-child(1) {
    order: 4;
  }
  .ft_col:nth-child(2) {
    order: 2;
  }
  .ft_col:nth-child(3) {
    order: 3;
  }
  .ft_col:nth-child(4) {
    order: 1;
  }
  .ft_col_title.item1 {
    display: none;
  }
  .ft_logo {
    position: absolute;
    left: 0;
    top: -21px;
  }
  .ft_logo img {
    width: 140px;
  }
  .menutop_lang-ft {
    left: auto;
    right: 29%;
  }
}

@media only screen and (max-width: 650px) {
  .dark-hero .title {
    font-size: 25px;
    margin-bottom: 0.8rem;
  }
  .m-title-24 {
    font-size: 24px;
    line-height: 1.2;
  }
  .sl_how_content .title {
    font-size: 5vw !important;
  }
  .dark-hero li {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .dark-hero-update {
    font-size: 11px;
  }
}

@media only screen and (max-width: 450px) {
  .dark-hero .title {
    font-size: 5.5vw;
    margin-bottom: 0.4rem;
  }
  .m-title-24 {
    font-size: 6.8vw;
  }
  .pp-more-price .table-rounded-free {
    font-size: 3.5vw;
  }
  .pp-more-price-month {
    font-size: 3.5vw;
  }
}

.table_builders .col_tx_big.col_tx_big_wide {
  width: 31%;
}
.table_builders .col_barscore.col_barscore_wide {
  width: 19%;
}

.barscore_wrap.colors {
  background: transparent;
}
.barscore_wrap.colors .barscore_in {
  background: url("/wp-content/themes/webcreate/assets/img/svg/bar-simple.svg")
    no-repeat center;
  background-size: contain;
  width: 100% !important;
}
.barscore_wrap.colors .barscore_in.in2 {
  background-image: url("/wp-content/themes/webcreate/assets/img/svg/bar-mod.svg");
}
.barscore_wrap.colors .barscore_in.in1 {
  background-image: url("/wp-content/themes/webcreate/assets/img/svg/bar-complex.svg");
}

.page-template-vs_page .header.fixed {
  position: absolute;
}
.pvs_head .pvs_logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pvs_logo a img {
  max-height: 100%;
}
.bt_green a,
.bt_green input,
.bt_green_a {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}
.pvs-score {
  font-size: 14px;
  padding: 0.3rem 0;
}
.pvs-score b {
  font-size: 16px;
  font-weight: 500;
}
.pvs_wrap_title {
  background-color: #f2f2f2;
  color: #212225 !important;
  cursor: pointer;
}
.pvs_down path {
  fill: #212225;
}
.is-dark .pvs_head_in {
  background-color: #212225;
}
.is-dark .pvs-score {
  color: white;
}

.sec-bottomline {
  padding: 130px 0 80px;
  margin-top: -170px;
}
.bottomline-head {
  mix-blend-mode: darken;
}
.bottomline-head .pvs_col1 {
  display: flex;
  align-items: flex-end;
  border: none;
}
.bottomline-head .pvs_col1 h2 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.bottomline-head .pvs_logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottomline-head .pvs_logo img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 100%;
}
.bottomline-head .pvs_cell {
  height: auto;
}
.bottomline-body {
  background: white;
  border: 2px solid #00e676;
  border-radius: 15px;
  -webkit-box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.15);
  padding: 0 !important;
}
.bottomline-body .pvs_row {
  display: flex;
}
.bottomline-body .pvs_cell {
  border-right: 1px solid #d1dce2;
  height: auto;
  padding: 15px 25px;
  position: relative;
}
.bottomline-body .pvs_cell:last-child {
  border-right: none;
}
.pvs_cell.flex {
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.bottomline-body .pvs_col1.flex {
  justify-content: flex-start;
}
.bottomline-body .pvs_col1 h3 {
  font-size: 17px;
}
.bottomline-body .rate_stars {
  margin: 0;
}
.bottomline-body .pvs-score {
  font-size: 32px;
  font-weight: 500;
  padding: 0;
}
.cell-fcol {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cell-fcol .text {
  text-align: start;
}
.cell-fcol .bt_green {
  margin-top: 1rem;
}
.winner:before {
  content: "";
  display: block;
  background: url("/wp-content/themes/webcreate/assets/img/svg/label-win-dark.svg")
    no-repeat top right;
  width: 84px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
}
.pvs-url {
  color: #08d170;
  font-size: 15px;
  padding: 0.3rem 0;
}
.vs-new .pvs-last-rating-row,
.vs-new .pvs_row-last {
  display: none;
}
.bottomline-mobile {
  padding-top: 2rem;
}
.bottomline-mobile h2 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.bottomline-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
.bottomline-card {
  background: white;
  position: relative;
  border-radius: 10px;
  border: 1px solid #d1dce2;
  padding: 0.4rem;
  padding-top: 1.5rem;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 40px;
}
.bottomline-card .pvs_logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
}
.bottomline-card .pvs_logo img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 100%;
}
.bottomline-card-in {
  padding: 0.5rem 0.4rem;
}
.bottomline-card-in .text {
  line-height: 1.4;
  font-size: 12px;
  margin: 0 -6px;
}
.bottomline-card .bt_green {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
}
.bottomline-card .bt_green a {
  width: 90%;
  padding: 0;
  height: 32px;
  font-size: 14px;
  line-height: 33px;
}
.bottomline-card.winner {
  border-color: #00e676;
}
.bottomline-stars {
  gap: 0.3rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
}
.bottomline-stars .pvs-score {
  padding: 0;
  font-size: 26px;
  font-weight: 500;
}
.bottomline-stars .rate_stars {
  width: 70px;
  height: 11px;
  background-size: 70px auto;
}
.bottomline-stars .rate_stars_in {
  height: 11px;
  background-size: 70px auto;
}
.review_top2 .adv_wrap-btn-ui {
  position: absolute;
  right: 30px;
  bottom: 1rem;
}
.hold-dark-hero-adv .adv_wrap-btn-ui {
  position: absolute;
  right: 15px;
  top: -35px;
}
.inner_width.width--995 {
  max-width: 1015px;
}

@media only screen and (min-width: 800px) {
  .pvs_head .pvs_logo a,
  .bottomline-head .pvs_logo a {
    height: 75px;
  }
  .vs-new .pvs_body {
    padding-top: 140px;
  }
  .pvs_head .bt_green {
    margin-top: -0.4rem;
  }
  .top_behinde.no-bg {
    height: 322px;
  }
  .top_behinde.no-bg .title {
    padding-top: 56px;
  }
  .top_behinde.no-bg .adv_wrap-btn-ui .adv_bt a {
    color: #1a1a1a;
  }
}

@media only screen and (max-width: 800px) {
  .review_top2 .adv_wrap-btn-ui {
    right: 15px;
  }
  .vs_page_head .rev_top .inner_width {
    min-height: 240px;
    padding-bottom: 40px;
  }
  .pvs_head_in {
    height: auto;
  }
  .pvs_head .bt_green a {
    font-size: 14px;
    height: 32px;
    line-height: 33px;
    padding: 0;
    min-width: 120px;
  }
  .pvs-score {
    font-size: 12px;
  }
  .pvs-score b {
    font-size: 14px;
  }
  .vs-new .pvs_body {
    padding-top: 113px;
  }
  .pvs_wrap_title {
    border-bottom-width: 5px;
  }
  .sec-bottomline {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 650px) {
  .pvs-url {
    font-size: 11px;
  }
  .winner:before {
    background-size: contain;
    width: 60px;
  }
  .pvs_col2.winner:before, 
  .pvs_col3.winner:before{
	  width: 50px;
  }
}

@media only screen and (min-width: 1150px) {
  .header {
    padding: 24px 0;
    height: auto;
  }
  .menu_item {
    padding-bottom: 17px;
  }
  .content {
    padding-top: 109px;
  }
  .logomakers .top_behinde .title {
    font-size: 45px;
    padding-top: 40px;
    margin-bottom: 0;
  }
  .logomakers .top_behinde .subtitle {
    font-size: 24px;
  }
  .logomakers .table_above {
    margin-top: 0;
  }
  .logomakers .top_behinde {
    height: auto;
  }
  .logomakers .top_behinde .inner_width {
    padding-bottom: 56px;
  }
  .logomakers .top_behinde .adv_wrap-btn-ui {
    bottom: 16px;
  }
}
.table_logo_makers .lable-most {
  height: 29px;
  font-size: 16px;
  line-height: 27px;
  padding-right: 34px;
  padding-left: 24px;
  left: 0;
}
.lable-most:before {
  border-top-width: 29px;
  border-right-width: 21px;
}
.table_logo_makers thead th {
  text-align: center;
}
.table_logo_makers .col_score {
  width: 7%;
}
.table_logo_makers .col_tx {
  width: 13%;
}
.table_logo_makers td.col_tx_big {
  padding: 16px 1%;
}
.table_logo_makers .text ul {
  margin-bottom: 0;
}
.table_logo_makers .text li {
  position: relative;
  background: transparent;
  padding-left: 12px;
}
.table_logo_makers .text li:last-child {
  margin-bottom: 0;
}
.table_logo_makers .text li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: black;
  position: absolute;
  top: 6px;
  left: 0;
}
.all-file-icons {
  gap: 8px;
  justify-content: center;
  padding: 16px 0;
}
.file-icon img {
  width: 34px;
  display: block;
}
.firstTop {
  border-width: 3px;
}

.currency-text {
  display: none;
}
/*=== table_builders_optimized ==*/
.table_builders_optimized .table_main th {
  text-align: center;
}
.table_builders_optimized .table_main td {
  padding: 1rem 1rem;
}
.table_builders_optimized .table_main .text li {
  position: relative;
  background-image: none;
  padding-left: 14px;
}
.table_builders_optimized .table_main .text li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  top: 5px;
  left: 0;
}
.table_builders_optimized .table_main td.col_tx_big,
.table_builders_optimized .table_main td.col_tx {
  vertical-align: top;
}
.table_builders_optimized .slide_row_open {
  background: #f8f9fa;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.table_builders_optimized .slide_info {
  display: flex;
  flex-direction: column;
}
.table_builders_optimized .slide_info .title {
  margin-bottom: 8px;
}
.table_builders_optimized .most_popular_text {
  font-weight: 500;
}
.table_builders_optimized .small_bullet li {
  line-height: 18px;
}
.table_builders_optimized .slide_info_tx.slide_info_tx_all_plans {
  line-height: 27px;
}
.table_builders_optimized .slide_preview {
  align-self: flex-start;
}
.table_builders_optimized .slide_info:last-child {
  margin-left: 2rem;
}
.table_builders_optimized .wrap_slide_info .slide_info {
  margin: 0;
  width: 50%;
}
.table_builders_optimized .wrap_slide_info .slide_info:first-child {
  width: 42%;
}
.table_builders_optimized .open-support-all {
  justify-content: flex-start;
  gap: 0.8rem;
}
.table_builders_optimized .open-support-all .support_icon {
  width: auto;
}
.table_builders_optimized .bulet_info {
  padding-left: 23px;
}
.table_builders_optimized .bulet_info svg {
  width: auto;
  height: auto;
  top: 1px;
}
.table_builders_optimized .close_row {
  position: absolute;
  top: 1px;
  right: 1px;
}
.table_builders_optimized .close_row a {
  top: 18px;
  right: 18px;
}
.table_builders_optimized .col_barscore .barscore_wrap {
  margin-bottom: 16px;
}
.partnerRow.has-proof td {
  height: 145px;
}
.tooltip-proof {
  background-color: white;
  border-radius: 2px;
  box-shadow: 0px 0px 3px 0px #10182814, 0px 2px 8px 0px #10182824;
  position: absolute;
  bottom: 46px;
  right: 0;
  left: 0;
  margin: auto;
  padding: 6px 7px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #1e2723;
  font-size: 12px;
  font-weight: 300;
  text-align: start;
  letter-spacing: -0.5px;
  line-height: 1.35;
  transition: 0.3s;
  z-index: 2;
}
.tooltip-proof:before {
  content: "";
  display: block;
  width: 1px;
  border-top: 6px solid white;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
}
.tooltip-proof:not(.proof-show) {
  opacity: 0;
  transform: translateY(10px);
}
.tooltip-proof-mobile {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background-color: #f2f3f5;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 12px;
  color: #171616;
  line-height: 1.1;
  margin-top: 14px;
}
.tooltip-proof-mobile img {
  mix-blend-mode: darken;
}

.new-promotions-ui {
  background-color: #f3dbff;
  border: 1px dashed #9a27d5;
  border-radius: 4px;
  display: inline-flex;
  position: relative;
  color: #8524b7;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 10px;
  line-height: 1;
  margin-bottom: 2px;
}
.new-promotions-ui a {
  color: #8524b7;
  display: block;
}
.col_tx .text li {
  margin-bottom: 8px;
  line-height: 18px;
}
.table_builders td {
  padding: 1rem;
}
.table_builders .col_tx_big {
  width: 23%;
}
.table_builders .col_score {
  width: 7%;
}
.table_builders .col_barscore {
  width: 10%;
}
.table_builders .col_support {
  width: 8%;
}
.table_builders_optimized .col_barscore {
  width: 4%;
}
.table_builders .col_tx {
  width: 15%;
}

.table_builders_optimized .col_tx_big {
  width: 24%;
}
.table_builders_optimized .col_score {
  width: 7%;
}
.table_builders_optimized .col_tx {
  width: 14%;
}
.table_builders_optimized .col_visit {
  width: 15%;
}
.lable-most {
  background: #c0f7ff;
  height: 28px;
  line-height: 28px;
}
.table-rounded-ul li:last-child {
  margin-bottom: 0;
}
.table_builders_optimized .open_more a {
  padding-right: 14px;
}
.table_builders_optimized .open_more a svg {
  top: 1px;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 800px) {
  .new-promotions-ui {
    display: inline-flex !important;
    border-radius: 0 0 6px 6px;
    border: none;
    width: 100%;
    font-size: 16px !important;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    margin-bottom: 0;
    margin-top: 2px;
  }
}

.hero-last-update {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 300;
  color: #212225;
  position: absolute;
  left: 30px;
  bottom: 108px;
  z-index: 3;
}
.top_behinde .adv_wrap-btn-ui {
  bottom: 108px;
}
@media only screen and (min-width: 800px) {
  .top_behinde.no-bg .title {
    padding-top: 50px;
    margin-bottom: 4px;
  }
}
/*bottom-chart*/
.best-overall-list{
	display: flex;
	flex-direction: column;
	gap:1rem
}
.best-overall-list img{
	max-width: 100%;
}
.sec-slider-guides .m-title-24,
.sec-best-overall .m-title-24 {
  line-height: 1.1;
  margin-bottom: 1.2rem;
}

.best-overall-card {
  border-radius: 12px;
  border: 2px solid #dadada;
  display: flex;
  position: relative;
  overflow: hidden;
}
.best-overall-card.first{
	 border: 3px solid #1fda61;
    box-shadow: 0px 0px 30px 0px #0000001f;
}
.best-overall-cell {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 150px;
}
.bo-num {
  font-size: 24px;
  color: #212225;
  border-right: 1px solid #dadada;
  width: 95px;
  padding-top: 34px;
  flex: none;
}
.bo-num .lable-most {
  left: 0;
  line-height: 30px;
}
.bo-text {
  flex-basis: max-content;
  max-width: 32%;
}
.bo-logo {
  flex-basis: max-content;
  max-width: 22%;
}
.bo-text .text {
  font-size: 16px;
  line-height: 1.3;
}
.bo-text .text strong {
  font-weight: 500;
  margin-bottom: 16px;
  display: block;
}
.bo-text ul {
  margin: 0;
}
.bo-text li {
  padding-left: 14px;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 8px;
  background: none;
}
.bo-text li:last-child {
  margin-bottom: 0;
}
.bo-text li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  top: 6px;
  left: 0;
}
.bo-text .new-promotions-ui {
  justify-content: center;
  align-items: center;
  min-width: 220px;
  height: 29px;
  margin-top: 16px;
}
.bo-score .score {
  font-size: 50px;
  line-height: normal;
  font-weight: 400;
}
.bo-btn .bt_green a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  width: 194px;
  height: 37px;
  padding: 0;
  box-shadow: 0px 0px 30px 0px #00000026;
}
.best-overall-cell .tooltip-proof {
  opacity: 1;
  transform: translateY(0);
  margin: auto;
  width: 194px;
}
.inline-block{
	display: inline-block;
}
@media only screen and (max-width: 800px) {
  .m-center {
    text-align: center;
  }
  .sec-best-overall {
    background: #f2f2f2;
    margin-bottom: 40px;
  }
  .best-overall-card.no_mobile {
    display: none;
  }
  .sec-best-overall .table_mobile_row{
	  margin:0;
  }
  .sec-best-overall .table_mobile_row.first {
    border: 2px solid #00e676;
    box-shadow: 0px 1px 2px 0px rgba(8, 149, 80, 0.6),
      0px 1px 4px 0px rgba(7, 142, 76, 0.43);
  }
  .sec-best-overall .table_mobile_row.first .m_table_row_counter {
    color: white;
  }
  .sec-best-overall .table_mobile_row.first .m_table_row_counter:before {
    border-left-color: #00e676;
  }
  .sec-best-overall .has-top-ribbon .ver-clasic {
    padding-top: 47px !important;
  }
  .sec-best-overall .lable-most {
    height: 32px;
    font-size: 16px;
    line-height: 34px;
    padding: 0 25px;
    left: 3px;
    padding-left: 36px;
  }
  .sec-best-overall .lable-most:before {
    border-top-width: 31px;
    border-right-width: 24px;
  }
  .sec-best-overall .lable-most:after {
    display: none;
  }
  .sec-best-overall .tooltip-proof-mobile {
    margin-top: 4px;
    margin-bottom: 3px;
  }
  .table-rounded-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #212225;
    margin-top: 16px;
    margin-bottom: 4px;
  }
}
/**/


.cta-open-account{
	text-align: center;
	text-decoration: underline !important;
	display: block;
	margin-top: .2rem;
	font-weight: 500 !important;
	font-size: 15px;
	color:#08d170;
}
.col_visit .cta-open-account{
	margin-bottom: -15px;
}
.show-cta-move-proof .tooltip-proof{
	bottom: 70px
}

.sep-popup-image{overflow:hidden;}
.sep-popup-image img{display: block;}

.plan-product-name-header{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 6px
}
.trustpilot-integration-text img{
	margin-top: -1px;
}
.trustpilot-integration-text{
	display: flex;
	align-items: center;
	gap:4px;
	color: #2C4256;
	font-size: 12px;
	margin-top: 9px;
}
@media only screen and (max-width: 800px) {
	.cta-open-account{
		color:#28292E;
	}
	.plan-product-name-header{
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 6px
	}
}


/*==coming soon btn style ==*/
.bt_green a.disabled{
	background: #e1e3e9;
    text-transform: capitalize;
    cursor: default;
    box-shadow: none;
    color: #727784;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
}
.bt_green a.disabled:hover{
	transform: scale(1)
}