body,
html,
span,
ul,
li,
img,
p,
td,
th,
figure {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
}
body {
  background-color: #a5bbcd;
}

@font-face {
  font-family: 'Myriad Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Myriad Pro'), local('Myriad Pro-Regular'),
    url(../ttf/myriad-pro_31655.ttf) format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Myriad Pro Bold'), local('Myriad Pro-bold'),
    url(../ttf/myriad-pro-bold_31631.ttf) format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  src: url(../ttf/inter-regular.ttf);
  font-weight: 300;
  font-display: swap;
}

a {
  text-decoration: none;
}
.fb-hide {
  display: none;
}
.fb-left {
  float: left;
}
.fb-right {
  float: right;
}
.fb-row:before,
.fb-row:after {
  display: table;
  content: ' ';
}
.fb-row:after {
  clear: both;
}
.fb-table {
  display: table;
  width: 100%;
  height: 100%;
}
.fb-table-centered {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.fb-video-panel {
  position: relative;
  width: 100%;
  height: 560px;
  padding: 0;
}
.fb-video-panel > iframe {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.fb-iframe-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: url('../gif/progress.gif');
  background-repeat: no-repeat;
  background-position: center center;
}
/* hidden */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .purchase-top .nav-collapse-list .nav-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.fade {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
/*  top start */
.nav-top {
  background-color: #364b60;
  height: 52px;
}
.nav-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .nav-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .nav-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .nav-container {
    width: 1160px;
  }
}
.nav-collapse {
}
.nav-logo {
  position: relative;
  z-index: 4;
  float: left;
  margin-top: 7px;
}
.nav-logo-link {
  /*display: block;*/
}
.nav-logo-link > img {
  display: block;
}
.nav-bar {
  float: right;
}
.nav-bar > li {
  position: relative;
  float: left;
}
.nav-bar > li > a {
  color: #fff;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 24px;
  display: block;
  height: 52px;
}
.nav-bar > li:hover {
  background-color: #2b90ef;
}
.nav-bar > li > a:hover {
  text-decoration: none;
}
.nav-lang {
  position: relative;
  float: right;
  height: 52px;
  padding-left: 20px;
}
.nav-lang-inner {
  position: relative;
  /* width: 46px;
    height: 21px;
    margin-top: 16px; */
  width: 60px;
  height: 32px;
  margin-top: 10px;
}
.nav-lang-text {
  border: 1px solid #fff;
  color: #fff;
  /* line-height: 19px; */
  font-size: 14px;
  padding: 0 10px;
  cursor: default;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  cursor: pointer;
}
.nav-lang-text > img {
  margin-left: 14px;

  /* position: absolute;
    right: 4px;
    top: 6px; */
}

@media (max-width: 350px) {
  .nav-lang-text {
    display: none;
  }
}
.nav-lan-select {
  position: absolute;
  z-index: 4;
  background-color: #fff;
  display: none;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 1px #999;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .nav-lan-select {
    left: -50%;
  }
}
@media (max-width: 810px) {
  .nav-lan-select {
    left: -50%;
  }
}
@media (max-width: 360px) {
  .nav-lan-select {
    left: -100%;
  }
}
.nav-lan-select > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 15em;
  padding: 4px 0;
}
.nav-lan-select > ul > li {
  display: inline-block;
  width: 50%;
  /* text-align: center; */
}
.nav-lan-select a {
  color: #596775;
  font-size: 14px;
  padding: 3px 0 8px 12px;
  display: block;
  line-height: 26px;
}
.nav-lan-select a:hover {
  background-color: #eef0f1;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 11px 10px;
  margin-top: 0px;
  margin-left: 4px;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  top: 1px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;

  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  -ms-transition: 0.35s ease;
  transition: 0.35s ease;
}
.navbar-toggle:not(.collapsed) .icon-bar:first-child {
  -webkit-transform: translateY(6px) rotate(45deg);
  -moz-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
  transform-origin: 50% 50%;
  transition-delay: 0.05s;
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  filter: alpha(opacity=00);
  width: 4px;
}
.navbar-toggle:not(.collapsed) .icon-bar:last-child {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -moz-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
  transform-origin: 50% 50%;
  transition-delay: 0.05s;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.top-navbar-toggle {
  margin: 9px 0 0 10px;
}
.top-navbar-toggle.navbar-toggle {
  /* border-color: #fff; */
  padding: 8px;
  border-radius: 3px;
  cursor: pointer;
}
.top-navbar-toggle.navbar-toggle > .icon-bar {
  background-color: #eee;
}

.nav-products img {
  margin-left: 3px;
}
.nav-templates-list {
  position: absolute;
  background-color: #fff;
  display: none;
  z-index: 4;
  box-shadow: 0 0 1px #999;
  overflow: hidden;
  left: 50%;
  margin-left: -300px;
}
.nav-templates:hover .nav-templates-list {
  display: block;
}
.nav-products-content {
  position: relative;
  width: 551px;
  display: flex;
}
.nav-products-left {
  width: 214px;
  text-align: center;
  border-right: 1px solid #f1f1f1;
  padding: 38px 44px;
}
.nav-products-left img {
  margin-bottom: 8px;
}
.nav-products-left .title {
  font-size: 14px;
  font-weight: bold;
}
.nav-products-left a.more-but {
  display: inline-block;
  width: 126px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  margin-top: 12px;
  background: #00bf93 !important;
  border-radius: 8px;
}
.nav-products-left a.more-but:hover {
  text-decoration: none;
  background: #0ccda1 !important;
}
.nav-products-left a.more-but:active {
  background: #0ccda1 !important;
}
.nav-products-part {
  padding: 38px 0px 38px 30px;
}
.nav-products-part.part2 {
  /* background-color: #f5f6f9; */
  padding-left: 10px;
}
.nav-h-icon {
  background-image: url(../png/flippdfplus_icon.png);
  width: 24px;
  height: 24px;
  display: inline-block;
  /* background-color: #0a00ff; */
  vertical-align: middle;
}
.nav-h-icon.win {
  background-position: -10px -10px;
}
.nav-h-icon.mac {
  background-position: -44px -10px;
}
.nav-h-icon.plus-new {
  /* width: 38px;
  background-position: -78px -13px;
  height: 20px;
  vertical-align: middle;
  position: relative;
  /* top: 1px; 
  margin-left: 5px; */

  background: url(../png/best.png) no-repeat;
  background-size: contain;
  width: 71px;
  height: 20px;
  line-height: 20px;
  padding-left: 7px;
  color: #fff;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  /* width: 38px; */
  /* background-position: -78px -13px; */
  /* height: 20px; */
  /* vertical-align: middle; */
  position: relative;
  margin-left: 5px;
}
.nav-products-part .item-header {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  padding-left: 20px;
  padding-bottom: 8px;
}
.nav-products-part .item-header > span {
  vertical-align: middle;
  font-size: 16px;
  /* padding-left: 10px; */
}
/* .nav-products-part .item-header > img {
    max-width: 20px;
    display: inline-block;
    margin-left: 5px;
} */
.nav-products-part > ul {
  /* float: left; */
  /* width: 266px; */
}
.nav-products-part > ul > li.sub-header {
  font-size: 12px;
  color: #333;
  font-weight: 600;
  line-height: 22px;
  padding-left: 8px;
}
.nav-products-part a,
.nav-templates-list a {
  color: #444;
  font-size: 12px;
  padding: 0px 20px;
  display: block;
  line-height: 28px;
}
.nav-products-part a {
  display: block;
  line-height: 0px;
  font-size: 0;
}
.nav-products-part .see-products {
  display: inline-block;
  color: #004d49 !important;
  font-size: 14px;
  line-height: 40px;
  text-decoration: underline;
}
.nav-products-part .see-products:hover {
  background-color: #fff;
}
.nav-products-sub a > span {
  font-size: 14px;
  line-height: 40px;
  vertical-align: middle;
  display: inline-block;
}
.nav-products-part a:hover,
.nav-templates-list a:hover {
  background-color: #f3f3f4;
  border-radius: 6px;
}
.nav-products-sub .nav-products-part.part2 a:hover {
  background-color: #eceff6;
}
.nav-products-part img {
  max-width: 24px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
}
.nav-sub-border {
  border-left: 1px solid #ccc;
  position: absolute;
  top: 15px;
  bottom: 15px;
}
.nav-sub-border.b_one {
  left: 200px;
}
.nav-sub-border.b_two {
  left: 400px;
}
.nav-templates-list {
  width: 188px;
}
.nav-templates-list > ul {
}
.nav-templates-list > ul > li {
}

.nav-collapse-list {
  position: absolute;
  top: 52px;
  /* background-color: #364b60; */
  background: linear-gradient(141deg, #043b42 0%, #32827f 66.15%),
    linear-gradient(154deg, #13555e 0%, #10a3b5 40.1%);
  width: 100%;
  /* height: calc(100% - 52px); */
  left: 0;
  z-index: 4;
  overflow: hidden;
  border-bottom: 1px solid #233344;
  border-top: 1px solid #2d3f50;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.nav-collapse-list > ul > li {
  position: relative;
  width: 100%;
  display: block;
  line-height: 40px;
  padding: 0px 1px;
  color: #e2dede;
  /*cursor: pointer;*/
}
.nav-collapse-list > ul > li a {
  display: block;
  color: #fff;
}
.nav-collapse-list > ul > li a:hover {
  background-color: #2b90ef;
}
/* top end */
/* bottom start */

/* bottom end  */
.footer {
  background-color: #1a1a1a;
}
.footer-u {
  padding: 80px 0;
}
.footer-container {
  display: flex;
  justify-content: center;
  row-gap: 40px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.footer-wrap > p {
  padding-bottom: 30px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #ffffff;
}
.footer-wrap > p > a {
  color: #e5e6e9;
  text-decoration: none;
  cursor: pointer;
}
.footer-wrap > ul {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.footer-wrap > ul a {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: #818181;
}
.footer-wrap > ul a:hover {
  text-decoration: underline;
}
.footer-wrap.products-wrap {
  width: 240px;
}
.footer-wrap.flipbooks-wrap {
  width: 200px;
}
.footer-wrap.help-wrap {
  width: 200px;
}
.footer-wrap.about-wrap {
  width: 200px;
}
.footer-wrap.follow-wrap {
  width: 100px;
}
.footer-wrap.follow-wrap li {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.footer-d-background {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
  padding: 20px;
  background-color: #121212;
}
.footer-d {
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #818181;
}
.footer-explore-products {
  max-width: 1255px;
  margin: 0 auto;
  color: #818181;
  text-align: center;
}
.footer-explore-products span {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #818181;
}
.footer-explore-products a {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #818181;
}
.footer-explore-products a:hover {
  text-decoration: underline;
}
@media (min-width: 960px) {
  .footer-u {
    padding: 40px 0;
  }

  .footer-container {
    width: 955px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .footer-u {
    padding: 40px 0;
  }
  .footer-container {
    width: 560px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer-wrap.products-wrap {
    width: 200px;
  }
  .footer-wrap.flipbooks-wrap {
    width: 180px;
  }
  .footer-wrap.help-wrap {
    width: 100px;
  }
}
@media (max-width: 599px) {
  .footer-u {
    padding: 40px 0;
  }
  .footer-container {
    width: 216px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer-wrap.products-wrap,
  .footer-wrap.flipbooks-wrap,
  .footer-wrap.help-wrap,
  .footer-wrap.about-wrap,
  .footer-wrap.follow-wrap {
    width: 100%;
  }
}
/*  bottom end  */
.ss-hover-effect > .explames-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 0;
}
.ss-hover-effect .explames-mask {
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: visible;
  /*border: 0px solid rgba(0, 0, 0, 0.7);*/
  background-color: rgba(0, 0, 0, 0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ss-hover-effect span.mask-icon {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.2s 0.1s ease-in,
    opacity 0.1s ease-in-out;
  -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.ss-hover-effect:hover .explames-mask {
  opacity: 1;
  filter: alpha(opacity=100);
  /*border: 0px solid rgba(0, 0, 0, 0.7);
    border-left-width: 127.5px;
    border-right-width: 127.5px;
    border-top-width: 95px;
    border-bottom-width: 95px;*/
  /*background-color: rgba(0, 0, 0, 0.7);*/
}
.ss-hover-effect:hover span.mask-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ss-hover-effect .mask-icon {
  background: url('../png/link.png') center no-repeat;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
}
/*  to top panel */
.ss-to-top-panel {
  position: fixed;
  bottom: -17px;
  right: 46px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: width 0.4s, height 0.4s, right 0.4s, opacity 0.4s,
    bottom 0.4s;
  -moz-transition: width 0.4s, height 0.4s, right 0.4s, opacity 0.4s,
    bottom 0.4s;
  -ms-transition: width 0.4s, height 0.4s, right 0.4s, opacity 0.4s, bottom 0.4s;
  -o-transition: width 0.4s, height 0.4s, right 0.4s, opacity 0.4s, bottom 0.4s;
  transition: width 0.4s, height 0.4s, right 0.4s, opacity 0.4s, bottom 0.4s;
  width: 10px;
  height: 10px;
  cursor: pointer;
  overflow: hidden;
  background-image: url('../png/totop.png');
  background-position: -4px -4px;
  z-index: 1000;
}
.ss-to-top-panel.show {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  width: 42px;
  height: 42px;
  bottom: 24px; /*4 17*/
  right: 17px; /*5*/
  border-radius: 0px;
}
.ss-to-top-panel:hover {
  background-position: -4px -54px;
}
/* end to top panel */
/* light box*/
.sh5-table {
  display: table;
  width: 100%;
  height: 100%;
}
.sh5-table-centered {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
body.hf-overflow-hidden {
  padding-right: 17px;
  overflow: hidden !important;
}
.hf-lightbox {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1460;
}
.hf-lightbox-panel {
  position: relative;
  color: #333;
}
.hf-lightbox-panel.padding-15 {
  padding: 15px;
}
.hf-lightbox-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.hf-lightbox-bg.disabled {
  display: none;
}
.hf-fade .hf-lightbox-bg {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.fade-in .hf-lightbox-bg {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.hf-lightbox-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}
.hf-lightbox-dialog {
  position: relative;
  margin: 0 auto;
  /*padding: 20px 0;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  /*-webkit-transform: translateX(0em) translateY(-60em) scale(1);
    -moz-transform: translateX(0em) translateY(-60em) scale(1);
    -ms-transform: translateX(0em) translateY(-60em) scale(1);
    -o-transform: translateX(0em) translateY(-60em) scale(1);
    transform: translateX(0em) translateY(-60em) scale(1);*/

  -webkit-transition: opacity 400ms linear, -webkit-transform 300ms ease-out;
  -moz-transition: opacity 400ms linear, -moz-transform 300ms ease-out;
  -o-transition: opacity 400ms linear, -o-transform 300ms ease-out;
  transition: opacity 400ms linear, transform 300ms ease-out;
}
.fade-in .hf-lightbox-dialog {
  /*opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateX(0em) translateY(0em) scale(1);
    -moz-transform: translateX(0em) translateY(0em) scale(1);
    -ms-transform: translateX(0em) translateY(0em) scale(1);
    -o-transform: translateX(0em) translateY(0em) scale(1);
    transform: translateX(0em) translateY(0em) scale(1);
    -webkit-transition: opacity 400ms linear,-webkit-transform 300ms ease-out;
    -moz-transition: opacity 400ms linear,-moz-transform 300ms ease-out;
    -o-transition: opacity 400ms linear,-o-transform 300ms ease-out;
    transition: opacity 400ms linear,transform 300ms ease-out;*/
}
.hf-lightbox-dialog {
  -webkit-transform: translateX(60em) translateY(0em) scale(1);
  -moz-transform: translateX(60em) translateY(0em) scale(1);
  -ms-transform: translateX(60em) translateY(0em) scale(1);
  -o-transform: translateX(60em) translateY(0em) scale(1);
  transform: translateX(60em) translateY(0em) scale(1);
}
.fade-in .hf-lightbox-dialog {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translateX(0em) translateY(0em) scale(1);
  -moz-transform: translateX(0em) translateY(0em) scale(1);
  -ms-transform: translateX(0em) translateY(0em) scale(1);
  -o-transform: translateX(0em) translateY(0em) scale(1);
  transform: translateX(0em) translateY(0em) scale(1);
  -webkit-transition: opacity 400ms linear, -webkit-transform 300ms ease-out;
  -moz-transition: opacity 400ms linear, -moz-transform 300ms ease-out;
  -o-transition: opacity 400ms linear, -o-transform 300ms ease-out;
  transition: opacity 400ms linear, transform 300ms ease-out;
}
.fade-out .hf-lightbox-dialog {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translateX(-60em) translateY(0em) scale(1);
  -moz-transform: translateX(-60em) translateY(0em) scale(1);
  -ms-transform: translateX(-60em) translateY(0em) scale(1);
  -o-transform: translateX(-60em) translateY(0em) scale(1);
  transform: translateX(-60em) translateY(0em) scale(1);
  -webkit-transition: opacity 400ms linear, -webkit-transform 400ms ease-out;
  -moz-transition: opacity 400ms linear, -moz-transform 400ms ease-out;
  -o-transition: opacity 400ms linear, -o-transform 400ms ease-out;
  transition: opacity 400ms linear, transform 400ms ease-out;
}

.hf-lightbox-content {
  position: relative;
  margin: 15px auto;
  width: 100%;
  max-width: 600px;
  padding: 0 15px;
}
.hf-lightbox-content-inner {
  position: relative;
  border: 6px solid #ffffff;
  border-radius: 4px;
  background-color: #fff;
}
.hf-lightbox-header {
  position: relative;
  background-color: #fff;
  color: #333;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  /* padding: 0 0px 7px 5px; */
}
.hf-lightbox-close {
  position: absolute;
  top: -3px;
  right: 4px;
  cursor: pointer;
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
  padding: 0 4px;
}
.hf-lightbox-close:hover {
  text-shadow: -1px 1px 1px black;
  color: #c02121;
}
.hf-lightbox-close:active {
  color: #a00000;
}
.hf-lightbox-close-button {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -10px;
  right: -30px;
  cursor: pointer;
  background-image: url('../png/flipbook_icon.png');
  background-position: -162px -40px;
}
.hf-lightbox-close-button:hover {
  background-position: -162px -64px;
}
.hf-lightbox-close-button:active {
  background-position: -162px -88px;
}
.hf-lightbox-content.modal-dialog {
  max-width: 600px;
}
.hf-lightbox-content.modal-min {
  max-width: 800px;
}
.hf-lightbox-content.modal-mid {
  max-width: 960px;
}
.hf-lightbox-content.modal-max {
  max-width: 1040px;
}
/* end light box */

/*  */
.cc-top-banner {
  height: 0px;
  width: 100%;
  background: #cd5151;
  top: 0;
  display: block;
  z-index: 113;
  left: 0;
}

.icon-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url('../png/3n_top_close.png')
    no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
  /* background: yellow; */
}

/* .cc-top-banner a {
    display: block;
    width: 100%;
    height: 100%
} */

.cc-top-banner p {
  text-align: center;
  font-size: 17px;
  color: #fff;
  padding-top: 11px;
  line-height: 30px;
}

.cc-top-banner p span {
  font-size: 23px;
}

.cc-top-banner p span.cc-top-banner-title {
  font-size: 26px;
  line-height: 50px;
}

/* .cc-top-banner-close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 28px;
    height: 28px;
    background: url(/images/pricing/3n_top_close.png) center;
    cursor: pointer
} */

.cc-top-banner-close-btn:hover {
  opacity: 0.8;
}
.product-tab-right-iframe img {
  width: 100%;
  height: 100%;
}

/* try now */
#trynow {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
}

.trynow-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.trynow-banner img {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.trynow-close {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0%;
  left: 101%;
  cursor: pointer;
}

/* header */
.common-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  column-gap: 355px;
  padding: 17px 20px;
}

.common-header .header-menu-button {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 4px;
  width: 32px;
  height: 32px;
}

@media (max-width: 978px) {
  .common-header .header-menu-button {
    display: flex;
    margin-right: 20px;
  }
}

@media (max-width: 550px) {
  .common-header .header-menu-button {
    margin-right: auto;
  }
}

.common-header .header-menu-button .menu-bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
}

.common-header .header-menu-button.show-menu .menu-bar:nth-of-type(1) {
  transform: translateY(6px) rotate(45deg);
}

.common-header .header-menu-button.show-menu .menu-bar:nth-of-type(2) {
  opacity: 0;
}

.common-header .header-menu-button.show-menu .menu-bar:nth-of-type(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 1290px) {
  .common-header {
    column-gap: unset;
    justify-content: space-between;
  }
}

@media (max-width: 978px) {
  .common-header {
    flex-direction: column;
    row-gap: 10px;
  }

  .common-header .header-left {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
  }
}

@media (max-width: 550px) {
  .common-header .header-left {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .common-header {
    column-gap: 30px;
  }
}

.common-header .arrow-icon {
  width: 6px;
  height: 4px;
  color: #ffffff;
  transition: transform 0.2s ease-in-out;
}

.common-header .header-left {
  display: flex;
  align-items: center;
  padding: 2px 0;
}

.common-header .header-left .flipbuilder-logo {
  display: block;
  margin-right: 20px;
}

.common-header .header-left .change-language {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  column-gap: 15px;
  width: 60px;
  height: 32px;
  margin-right: 10px;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .common-header .header-left .change-language {
    margin-right: 0;
  }
}

@media (max-width: 550px) {
  .common-header .header-left .change-language {
    margin-left: auto;
  }
}

.common-header .header-left .change-language::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: -2px;
  left: 0;
}

.common-header .header-left .change-language:hover .language-list {
  display: flex;
}

.common-header .header-left .change-language:hover .arrow-icon {
  transform: rotate(180deg);
}

.common-header .header-left .change-language .current-language {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #ffffff;
}

.common-header .header-left .change-language .language-list {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  width: 202px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  z-index: 3;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .common-header .header-left .change-language .language-list {
    left: unset;
    transform: unset;
    right: 0;
  }
}

.common-header .header-left .change-language .language-list a {
  display: inline-flex;
  align-items: center;
  width: 90px;
  color: #596775;
  font-size: 14px;
  padding: 8px 12px;
  line-height: 26px;
  border-radius: 6px;
}

.common-header .header-left .change-language .language-list a:hover {
  background-color: #f3f3f4;
}

.common-header .header-left .site-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
}

@media (max-width: 978px) {
  .common-header .header-left .site-nav {
    justify-content: center;
    row-gap: 10px;
  }
}

.common-header .header-left .site-nav .link-text {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #ffffff;
}

.common-header .header-left .site-nav > a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  padding: 10px 16px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #ffffff;
  border-radius: 6px;
}

.common-header .header-left .site-nav > a:hover {
  background-color: rgba(0, 0, 0, 0.13);
}

.common-header .header-left .site-nav > div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  column-gap: 6px;
  border-radius: 6px;
}

.common-header .header-left .site-nav > div::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: -2px;
  left: 0;
}

.common-header .header-left .site-nav > div:hover {
  background-color: rgba(0, 0, 0, 0.13);
}

@media (hover: hover) {
  .common-header .header-left .site-nav > div:hover > .support-dropdown {
    display: flex;
  }

  .common-header .header-left .site-nav > div:hover > .nav-products-sub {
    display: block;
  }

  .common-header .header-left .site-nav > div:hover .arrow-icon {
    transform: rotate(180deg);
  }
}

.common-header .header-left .site-nav > div > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  column-gap: 6px;
  padding: 10px 16px;
  z-index: 2;
}

.common-header .header-left .site-nav .support-dropdown {
  display: none;
  flex-direction: column;
  row-gap: 10px;
  position: absolute;
  top: calc(100% + 2px);
  left: -3px;
  width: 220px;
  height: 194px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  z-index: 1;
  background-color: #ffffff;
}

.common-header .header-left .site-nav .support-dropdown a {
  padding: 10px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  border-radius: 6px;
  color: #1a1a1a;
}

.common-header .header-left .site-nav .support-dropdown a:hover {
  background-color: #f3f3f4;
}

.common-header .header-left .site-nav .nav-products-sub {
  position: absolute;
  display: none;
  margin-left: 0;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 2px);
  background-color: #ffffff;
  z-index: 4;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  border-radius: 8px;
}

.common-header .header-right {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  padding: 10px 16px;
}

@media (max-width: 980px) {
  .common-header .header-right {
    display: none;
  }
}

.common-header .header-right:hover {
  background-color: rgba(0, 0, 0, 0.13);
  border-radius: 8px;
}

.common-header .header-right svg {
  width: 14px;
  height: 14px;
  color: #ffffff;
}

.common-header .header-right span {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #ffffff;
}

.common-header .header-menu-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5;
}

.common-header .header-menu-mask.show-mask {
  display: block;
}

.common-header .header-menu-mask.show-mask {
  display: block;
}

.common-header .header-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 10;
}

.common-header .header-menu.show-menu {
  display: block;
}

@media (min-width: 980px) {
  .common-header .header-menu,
  .common-header .header-menu.show-menu {
    display: none;
  }
}

.common-header .header-menu .menu-item {
  display: none;
  flex-direction: column;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}

.common-header .header-menu .arrow-icon {
  color: #1a1a1a;
}

@media (max-width: 978px) {
  .common-header .header-menu .menu-item.hosting-button {
    display: flex;
    flex-direction: row;
  }
}

@media (max-width: 775px) {
  .common-header .header-menu .menu-item.support {
    display: flex;
  }

  .common-header .header-left .site-nav .support {
    display: none;
  }
}

@media (max-width: 660px) {
  .common-header .header-menu .menu-item.showcase {
    display: flex;
  }

  .common-header .header-left .site-nav .showcase {
    display: none;
  }
}

@media (max-width: 550px) {
  .common-header .header-menu .menu-item.products {
    display: flex;
  }

  .common-header .header-left .site-nav .products {
    display: none;
  }
}

@media (max-width: 440px) {
  .common-header .header-menu .menu-item.purchase {
    display: flex;
  }

  .common-header .header-left .site-nav .purchase {
    display: none;
  }
}

.common-header .header-menu .menu-item:not(.no-padding) {
  padding: 22px 20px;
}

.common-header .header-menu .menu-item.show-menu .menu-list {
  display: flex;
}

.common-header .header-menu .menu-item.show-menu .menu-item-header svg {
  transform: rotate(180deg);
}

.common-header .header-menu .menu-item .menu-title {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  color: #1a1a1a;
}

.common-header .header-menu .menu-item .menu-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 20px;
}

.common-header .header-menu .menu-item .menu-item-header svg {
  transition: transform 0.2s ease-in-out;
}

.common-header .header-menu .menu-item .menu-list {
  display: none;
  flex-direction: column;
  width: 100%;
}

.common-header .header-menu .menu-item .menu-list a {
  display: block;
  padding: 22px 40px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #1a1a1a;
}

.common-header .header-menu .menu-item .menu-list a:active {
  background-color: #f3f3f4;
}

.common-header .header-menu .hosting-button {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  border-radius: 8px;
  width: calc(100% - 40px);
  margin: 30px auto;
  padding: 22px 0;
  border: 1px solid #e9e9e9;
}

.common-header .header-menu .hosting-button svg {
  width: 14px;
  height: 14px;
  color: #1a1a1a;
}

.common-header .header-menu .hosting-button span {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #1a1a1a;
}
/* header */
