body,
html,
img,
li,
p,
span,
td,
th,
ul,
h1,
h2 {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
}
body {
  /* background-color: #a5bbcd; */
  background: none;
}
@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;
}
a {
  text-decoration: none;
}
.fb-hide {
  display: none;
}
.fb-left {
  float: left;
}
.fb-right {
  float: right;
}
.fb-row:after,
.fb-row:before {
  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;
}

.common-header {
  background-color: #035348;
}

.flex-xy {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-spc {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@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;
  }
}
*,
:after,
:before {
  -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;
}

/* nav start */

.nav-top {
  height: 52px;
}
.nav-container {
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}
@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-logo {
  position: relative;
  z-index: 4;
  float: left;
  margin-top: 7px;
}
.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: unset;
}
.nav-bar > li:hover > a {
  color: #87D8D8;
}
.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: 60px;
  height: 32px;
  margin-top: 10px;
}
.nav-lang-text {
  border: 1px solid #fff;
  color: #fff;
  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; */
}
.nav-lan-select {
  position: absolute;
  z-index: 4;
  background-color: #fff;
  display: none;
  /* top: 28px; */
  top: 34px;
  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%;
}
.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: 0;
  margin-left: 4px;
  margin-bottom: 0;
  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-products-sub,
.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-products:hover .nav-products-sub,
.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: 700;
}
.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: #2b90ef;
}
.nav-products-left a.more-but:hover {
  text-decoration: none;
  background: #56adff;
}
.nav-products-left a.more-but:active {
  background: #2b90ef;
}
.nav-products-part {
  padding: 38px 0 38px 30px;
}
.nav-products-part.part2 {
  padding-left: 10px;
}
.nav-h-icon {
  background-image: url(../png/flippdfplus_icon.png);
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
/* .nav-h-icon.win {
  background-position: -10px -10px;
}
.nav-h-icon.mac {
  background-position: -44px -10px;
} */
.nav-h-icon.plus-new {
  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: 700;
  font-size: 14px;
  line-height: 24px;
  padding-left: 20px;
  padding-bottom: 8px;
}
.nav-products-part .item-header > span {
  vertical-align: middle;
  font-size: 16px;
}
.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: 0 20px;
  display: block;
  line-height: 28px;
}
.nav-products-part a {
  display: block;
  line-height: 0;
  font-size: 0;
}
.nav-products-part .see-products {
  display: inline-block;
  color: #2b90ef;
  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-products-sub .nav-products-part.part2 a:hover,
.nav-templates-list 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-collapse-list {
  position: absolute;
  top: 52px;
  /* top: 82px; */
  /* background-color: #364b60; */
  background: linear-gradient(141deg, #043b42 0%, #32827f 66.15%),
  linear-gradient(154deg, #13555e 0%, #10a3b5 40.1%);
  width: 100%;
  left: 0;
  z-index: 4;
  /* overflow: hidden; */
  overflow: auto;
  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::-webkit-scrollbar{
  width: 0;
}

.nav-collapse-list > ul > li {
  position: relative;
  width: 100%;
  display: block;
  line-height: 40px;
  padding: 0 1px;
  color: #e2dede;
}
.nav-collapse-list > ul > li a {
  display: block;
  color: #fff;
}
.nav-collapse-list > ul > li a:hover {
  background-color: #2b90ef;
}
.products-top {
  /* background-image: url(/images/new/product/products_banner.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-color: #4a647b; */
  /* background: linear-gradient(180deg, #61c4d1 0%, rgba(255, 255, 255, 0) 100%); */
}
.nav-top {
  background-color: #043b42;
}
/* nav end */
.products-banner {
  position: relative;
  height: 334px;
}

.products-banner .fb-table {
  background-image: url('../png/product_page_background.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.products-banner h1 {
  /* margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 36px;
  font-family: Myriad Pro;
  line-height: 40px; */
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 46px;
  font-weight: 600;
  padding: 0;
  margin-top: 86px;
}

.products-panel {
  margin-top: -106px;
}

.products-max-width {
  position: relative;
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
}

.products-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 0 10px;
}

.products-item {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 40px 43px 40px 37px;
}

.products-item-header {
  display: flex;
  justify-content: space-between;
}

.products-item-title a {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.products-item-desc {
  color: #333;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6; /* 162.5% */
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-top: 16px;
}

.products-item-more {
  color: #333;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6; /* 162.5% */
  margin: 24px 0 20px;
}
.products-item-pirce {
  color: #000;
  font-family: Inter;
  font-size: 32px;
  font-weight: 500;
}

.products-item-desc a,
.products-item-more a {
  color: #10a3b5;
}

.products-item-more .purchase {
  text-decoration: underline;
  color: #333;
}

.products-item-more a:hover {
  color: #14909f;
}
.products-item-more .purchase:hover {
  font-weight: 600;
  color: #333;
}

.products-item-btns {
  display: flex;
  margin: 26px 0 20px;
  /* overflow: hidden; */
}
.products-item-btn {
  flex: 1;
  text-align: center;
  line-height: 54px;
  border-radius: 8px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}

.products-item-btn a {
  color: #fff;
}

.buy-btn .down-btn-bigbox,
.down-btn .down-btn-bigbox {
  color: #333;
  background: #fff;
  padding: 10px 0;
  border-radius: 6px;
  box-shadow: 0 0 1px 1px #e6e6e6;
  box-sizing: border-box;
  position: absolute;
  top: -15px;
  left: 0;
  transform: translateY(-100%);
  z-index: 100;
  display: none;
  cursor: pointer;
}

.down-btn-bigbox::before {
  content: " ";
  position: absolute;
  height: 20px;
  display: inline-block;
  width: 100%;
  bottom: -20px;
  left: 0;
}

.down-btn-bigbox .down-btn-box {
  width: 250px;
  padding-left: 20px;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  display: flex;
  align-items: center;
}

.buy-btn:hover .down-btn-bigbox,
.down-btn:hover .down-btn-bigbox {
  display: block;
}

.buy-btn:hover .products-item-arrow {
  transform: rotateX(180deg);
  filter: invert(100%);
}

.down-btn-bigbox .down-btn-box:hover {
  background: #ebf5f6;
}

.products-item-btns .down-btn {
  background: #000;
  color: #fff;
  margin-right: 20px;
  border: 2px solid #000;
}

.products-item-btns .down-btn:hover {
  background: #181818;
}

.products-item-btns .buy-btn {
  background: #fff;
  color: #000;
  border: 2px solid #000;
}
.products-item-btns .buy-btn>a {
  color: #000;
}

.products-item-btns .buy-btn:hover {
  background: #000;
  color: #fff;
}
.products-item-btns .buy-btn:hover>a {
  background: #000;
  color: #fff;
}

.products-item-btn.buy-btn .products-item-arrow {
  /* padding: 5px 13px; */
  width: 15px;
  height: 8px;
  /* background-image: url(/images/new/product/arrow-down.png); */
  /* background-repeat: no-repeat; */
  margin-left: 6px;
}

.products-item-btn .win-icon,
.products-item-btn .mac-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  margin-right: 12px;
}

/* .products-item-btn .win-icon {
  background-image: url(/images/new/product/win.png);
}

.products-item-btn .mac-icon {
  background-image: url(/images/new/product/mac.png);
} */

.products-item-examples {
  color: #999;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  text-decoration-line: underline;
}

.products-item-examples:hover {
  color: #000;
}
.no-examples {
  padding-bottom: 17px;
}

.quick-links {
  margin-top: 122px;
  padding: 69px 0 83px;
  background: #f6f8fa;
}
.quick-content {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1190px;
}

.products-right-item h2 {
  color: #000;
  font-family: Inter;
  font-size: 46px;
  font-weight: 600;
  text-align: center;
}

.products-right-quick-links > li {
  position: relative;
  height: 83px;
  padding:0 10px;
  border-bottom: 1px solid #e9ebed;
  
}

.products-right-quick-links a {
  color: #000;
  font-size: 18px;
  font-family: Inter;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;

}
.products-right-quick-links span {
  display: inline-block;
  width: 22px;
  min-width: 22px;
  height: 16px;
  background-image: url(../png/arrow-right.png);
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .products-content {
    display: block;
    padding: 0 20px;
  }
  .nav-collapse-list {
    height: calc(100% - 52px);
  }
  .nav-collapse-list .nav-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
  }

  .products-item {
    margin-top: 20px;
  }
  .products-right-quick-links {
    padding: 0 20px;
  }
  .products-banner h1 {
    font-size: 40px;
  }
  .products-item-btn{
    line-height: 48px;
  }
  .products-item-arrow{
    display: none;
  }
 
  .buy-btn .down-btn-bigbox .down-btn-box{
    white-space: nowrap;
    padding: 0 12px;
    width: auto;
  }
  .products-item{
    padding-bottom: 30px;
  }
  .no-examples{
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 273px) {
  .products-banner h1 {
    font-size: 36px;
  }
}


@media (max-width:430px){
  .buy-btn .down-btn-bigbox, .down-btn .down-btn-bigbox{
    /* left: -50%; */
    left: unset;
    right: 0;
  }
}

@media (max-width: 350px){
  .nav-lang-text {
    display: none;
  }

}