@font-face {
  font-family: "Dyslexie Regular";
  src: url("/font/font-2019/Dyslexie-Regular.eot");
  src: url("/font/font-2019/Dyslexie-Regular.eot?#iefix") format("embedded-opentype"), url("/font/font-2019/Dyslexie-Regular.woff") format("woff"), url("/font/font-2019/Dyslexie-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Dyslexie Bold";
  src: url("/font/font-2019/Dyslexie-Bold.eot");
  src: url("/font/font-2019/Dyslexie-Bold.eot?#iefix") format("embedded-opentype"), url("/font/font-2019/Dyslexie-Bold.woff") format("woff"), url("/font/font-2019/Dyslexie-Bold.ttf") format("truetype"); }
/* Base style */
body {
  font-family: "Dyslexie Regular";
  overflow-x: hidden;
  font-size: 15px;
  padding: 0px;
  background-color: #F4F2F2; }

.btn {
  cursor: pointer; }

h1, h2, h3, h4 {
  margin: 0px;
  line-height: 1.8; }

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

a, a:hover {
  font-family: "Dyslexie Regular";
  text-decoration: none;
  color: #009FE3; }

p {
  margin-bottom: 20px;
  line-height: 1.8; }

/* End Base style */
.sec-pad {
  padding: 30px 0px; }

.full--width {
  width: 100% !important; }

.btn {
  font-family: "Dyslexie Regular";
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 4px;
  min-width: 180px;
  padding: 10px 20px; }
  .btn.btn-sm {
    font-size: 16px;
    padding: 2px 8px;
    min-width: 0px;
    text-transform: none; }
  .btn.btn-sm-2 {
    font-size: 14px;
    padding: 5px 10px;
    min-width: 127px; }
  .btn.btn--green {
    background: #52AE32;
    border-color: #52AE32;
    color: #fff; }
    .btn.btn--green:focus, .btn.btn--green:active {
      background: #52AE32 !important;
      border-color: #52AE32 !important;
      color: #fff !important;
      opacity: 0.9;
      box-shadow: 0 0 0 0.2rem rgba(99, 181, 70, 0.65) !important; }
  .btn.btn--blue-border {
    background: transparent;
    border-color: #009FE3;
    color: #009FE3; }
    .btn.btn--blue-border:focus, .btn.btn--blue-border:active {
      background: transparent !important;
      border-color: #009FE3 !important;
      color: #009FE3 !important;
      opacity: 0.9;
      box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.54) !important; }
  .btn.btn--blue-border-dark {
    background: transparent;
    border-color: #004F9E;
    color: #004F9E; }
    .btn.btn--blue-border-dark:focus, .btn.btn--blue-border-dark:active {
      background: transparent !important;
      border-color: #004F9E !important;
      color: #004F9E !important;
      opacity: 0.9;
      box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.54) !important; }
.btn.btn-grad {
  background-image: url(/public/images/btnbg.jpg) !important;
  border-color: #004F9E;
  color: #004F9E;
  font-family: "Dyslexie Bold";
  border-width: 2px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.27);
  font-size: 16px !important;
  padding: 10px 28px;
  background-size: cover !important; }
.btn.btn-grad:focus, .btn.btn-grad:active, .btn.btn-grad:hover {
  background-image: url(/public/images/btnbg.jpg) !important;
  border-color: #004F9E !important;
  color: #004F9E !important;
  opacity: 0.8;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.27) !important; }

.navbar-light {
  background-color: #fff !important; }
  .navbar-light .navbar-toggler {
    border-color: transparent;
    color: #000; }
    .navbar-light .navbar-toggler:focus {
      outline: 0px;
      box-shadow: none; }
  .navbar-light .navbar-brand {
    margin-top: -37px;
    position: relative;
    top: -12px; }
    .navbar-light .navbar-brand img {
      width: 195px; }
  .navbar-light .navbar-toggler-icon {
    background-image: none;
    width: 30px;
    height: 30px;
    position: relative; }
    .navbar-light .navbar-toggler-icon span {
      position: absolute;
      height: 3px;
      width: 100%;
      top: 50%;
      left: 0px;
      margin-top: -0.5px;
      background: #009FE3;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s; }
      .navbar-light .navbar-toggler-icon span:nth-of-type(1) {
        margin-top: -9px; }
      .navbar-light .navbar-toggler-icon span:nth-of-type(3) {
        margin-top: 7px; }
  .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-of-type(1) {
    margin-top: -8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px; }
  .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-of-type(3) {
    margin-top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
    left: 0px; }
  .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-of-type(2) {
    display: none; }
  .navbar-light .navbar-nav .nav-link {
    color: #004F9E;
    text-transform: uppercase;
    padding: 10px 27px; }

header {
  background: #fff; }
  header.type-2 {
    background: #009FE3;
    padding: 15px 0px; }
    header.type-2 img {
      width: 160px; }
    header.type-2 h1 {
      font-size: 24px;
      color: #fff; }
  header .top-inner {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    padding: 15px 0px; }
  header .h-top-right ul {
    display: -ms-flex;
    display: flex; }
    header .h-top-right ul li {
      margin: 0px 15px; }
      header .h-top-right ul li a {
        text-decoration: none;
        font-size: 15px;
        text-transform: uppercase; }
        header .h-top-right ul li a.top-order {
          color: #fff;
          background: #52AE32;
          display: inline-block;
          padding: 2px 3px;
          font-weight: 400; }
        header .h-top-right ul li a.top-signin {
          color: #fff;
          background: #009FE3;
          display: inline-block;
          padding: 2px 3px;
          font-weight: 400; }
  header .lang-drop {
    width: 40px;
    text-align: center; }
    header .lang-drop ul {
      display: none; }
    header .lang-drop a {
      position: relative; }
    header .lang-drop i {
      color: #009FE3;
      position: absolute;
      top: 101%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    header .lang-drop img {
      width: 40px;
      display: block; }

.sec-pad {
  padding: 65px 0px; }

.home #main {
  min-height: calc(100vh - 231px); }

label {
  color: #004F9E; }
  label.has-icon {
    display: -msflex;
    display: flex;
    justify-content: space-between;
    padding-right: 10px; }
    label.has-icon img {
      height: 26px; }

.form-group {
  margin-bottom: 35px; }

.form-control {
  height: 40px;
  background: #fff;
  border-radius: 0px;
  border-color: transparent;
  border-bottom-color: #009FE3;
  font-family: "Dyslexie Regular";
  border-bottom-width: 2px;
  color: #004F9E; }
  .form-control:focus {
    box-shadow: none;
    border-color: transparent;
    border-bottom-color: #009FE3; }

.form-control::-webkit-input-placeholder {
  color: #009FE3;
  opacity: 1; }

.form-control:-moz-placeholder {
  color: #009FE3;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #009FE3;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #009FE3;
  opacity: 1; }

.form-wrap .form-inner {
  width: 100%;
  max-width: 500px;
  margin: auto;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #009FE3; }
  .form-wrap .form-inner.type-2 {
    max-width: 800px; }
  .form-wrap .form-inner .form-head {
    background: #009FE3;
    padding: 15px 55px;
    padding-right: 15px;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    font-size: 16px; }
    .form-wrap .form-inner .form-head h4 {
      text-transform: uppercase;
      font-size: 16px;
      font-family: "Dyslexie Bold"; }
    .form-wrap .form-inner .form-head span, .form-wrap .form-inner .form-head .step-count {
      text-transform: lowercase;
      color: #fff;
      font-size: 14px;
      font-family: "Dyslexie Regular"; }
  .form-wrap .form-inner .form-body {
    border-top: 1px solid #004F9E;
    padding: 20px 55px; }
    .form-wrap .form-inner .form-body.no-pad {
      padding: 0px; }
  .form-wrap .form-inner .form-group {
    position: relative; }
    .form-wrap .form-inner .form-group.success label {
      color: #009FE3; }
    .form-wrap .form-inner .form-group.success .form-control {
      border-bottom-color: #52AE32 !important; }
  .form-wrap .form-inner .bottom-nav span {
    font-size: 14px;
    color: #004F9E; }

.form-wrap .form-inner .bottom-nav a {
  margin-left: 70px; }

label.custom-check input {
  display: none; }
label.custom-check span {
  position: relative;
  padding-left: 35px;
  font-size: 10px;
  min-height: 25px;
  display: block;
  padding-top: 5px;
  cursor: pointer; }
  label.custom-check span:before {
    content: "";
    width: 25px;
    height: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #009FE3;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff; }
  label.custom-check span:after {
    content: url(/public/images/check.svg);
    position: absolute;
    top: -5px;
    left: 3px;
    width: 23px;
    opacity: 0; }
label.custom-check input[type="checkbox"]:checked + span:after {
  opacity: 1; }

.custom-expand a {
  position: absolute;
  right: -40px;
  top: 3px;
  z-index: 99; }
  .custom-expand a svg {
    width: 20px; }

.expand-content {
  background: #D4EDFC;
  padding: 15px 55px;
  margin: 0px -55px;
  display: none; }

.SumoSelect {
  width: 100%; }

select.form-control:not([size]):not([multiple]) {
  height: 40px; }

.SumoSelect > .CaptionCont {
  font-size: 16px;
  color: #004F9E;
  height: 40px;
  background: #fff;
  border: none;
  border-bottom: 2px solid #52AE32; }

.SumoSelect > .CaptionCont > label:before {
  content: url(/public/images/angle-down.svg);
  position: absolute;
  top: 8px;
  right: 9px;
  width: 25px; }
.SumoSelect > .CaptionCont > label i {
  display: none; }

.has-expand.in .show-before {
  display: none; }

.pw-div {
  position: relative; }
  .pw-div .form-control {
    padding-right: 30px; }
  .pw-div img {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 10;
    width: 25px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .pw-div img.pw-hide {
      display: none; }

.pw-status {
  padding-top: 20px; }
  .pw-status p {
    font-size: 16px;
    color: #004F9E;
    margin-bottom: 10px; }
  .pw-status ol {
    padding: 0px;
    margin: 0px;
    padding-left: 20px; }
    .pw-status ol li {
      color: #004F9E;
      font-size: 11px;
      margin-bottom: 5px; }
      .pw-status ol li span {
        color: #009FE3; }
      .pw-status ol li.green {
        color: #52AE32; }
        .pw-status ol li.green span {
          color: #52AE32; }

.pad-55 {
  padding: 20px 55px; }

.bg-grey-light {
  background: #F4F2F2; }

.bg-grey-Dark {
  background: #E9E4E3; }

.custom-radio {
  text-align: center; }
  .custom-radio input {
    display: none; }
  .custom-radio div {
    position: relative;
    cursor: pointer; }
    .custom-radio div .btn {
      text-transform: uppercase;
      font-size: 12px;
      background: #fff; }
    .custom-radio div svg {
      height: 40px;
      display: block;
      margin: auto;
      margin-bottom: 10px; }
  .custom-radio input[type="radio"]:checked + div svg path {
    fill: #004F9E; }
  .custom-radio input[type="radio"]:checked + div svg ellipse {
    fill: #004F9E; }
  .custom-radio input[type="radio"]:checked + div svg .stay-white {
    fill: #fff !important; }
  .custom-radio input[type="radio"]:checked + div .btn {
    background: #004F9E;
    color: #fff; }

.custom-radio-2 {
  text-align: center; }
  .custom-radio-2 input {
    display: none; }
  .custom-radio-2 span {
    display: inline-block;
    border: 2px solid #009fe3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 3px;
    padding: 5px 7px;
    text-transform: uppercase;
    color: #004F9F;
    background: #fff;
    cursor: pointer;
    min-width: 100px; }
  .custom-radio-2 input[type="radio"]:checked + span {
    background: #004F9E;
    border-color: #004F9E;
    color: #fff; }

.custom-check-3 {
  text-align: center; }
  .custom-check-3 input {
    display: none; }
  .custom-check-3 span {
    display: inline-block;
    border: 2px solid #009fe3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 3px;
    padding: 5px 7px;
    text-transform: uppercase;
    color: #004F9F;
    background: #fff;
    cursor: pointer;
    min-width: 100px; }
  .custom-check-3 input[type="checkbox"]:checked + span {
    background: #004F9E;
    color: #fff; }

.system {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap; }
  .system label {
    width: 33.33%;
    text-align: center; }

.custom-check-2 {
  text-align: center;
  padding: 0px 5px;
  display: inline-block;
  margin-bottom: 15px; }
  .custom-check-2 input {
    display: none; }
  .custom-check-2 div {
    position: relative;
    cursor: pointer; }
    .custom-check-2 div svg {
      height: 40px;
      display: block;
      margin: auto;
      margin-bottom: 10px; }
    .custom-check-2 div span {
      position: relative;
      display: block;
      min-height: 84px;
      padding-bottom: 40px;
      font-size: 12px; }
      .custom-check-2 div span:before {
        content: "";
        width: 25px;
        height: 25px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid #009FE3;
        position: absolute;
        bottom: 5px;
        left: 50%;
        margin-left: -12.5px;
        background: #fff; }
      .custom-check-2 div span:after {
        content: url(/public/images/check.svg);
        position: absolute;
        bottom: 5px;
        left: 50%;
        margin-left: -10px;
        width: 23px;
        opacity: 0; }
  .custom-check-2 input[type="checkbox"]:checked + div svg path {
    fill: #004F9E; }
  .custom-check-2 input[type="checkbox"]:checked + div svg polygon {
    fill: #004F9E; }
  .custom-check-2 input[type="checkbox"]:checked + div span:after {
    opacity: 1; }

.use-type {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .use-type label {
    width: 33.33%;
    padding: 0px 5px;
    margin-bottom: 20px; }

.no-pad .custom-expand a {
  right: 15px;
  top: 15px; }
.no-pad .expand-content {
  margin: 0px; }

.expand-content h5 {
  font-family: "Dyslexie Bold";
  font-size: 14px;
  color: #004F9E;
  margin-bottom: 20px;
  padding-right: 136px;
  line-height: 1.8; }
.expand-content p {
  font-size: 14px;
  color: #004F9E;
  padding-right: 136px;
  line-height: 1.8; }

.sec-title-sm {
  width: 100%; }
  .sec-title-sm h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #004f9f;
    margin-bottom: 5px; }
  .sec-title-sm p {
    font-size: 12px;
    color: #004f9f;
    padding-right: 136px; }

.bg-blue {
  background: #009FE3; }

.font-top {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .font-top .font-top-left {
    width: calc(100% - 100px); }
    .font-top .font-top-left .font-title {
      display: -ms-flex;
      display: flex;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 10px; }
      .font-top .font-top-left .font-title img {
        width: 60px; }
      .font-top .font-top-left .font-title span:first-child {
        width: 60px; }
      .font-top .font-top-left .font-title span:last-child {
        width: calc(100% - 60px);
        padding-left: 37px; }
        .font-top .font-top-left .font-title span:last-child h3 {
          color: #fff;
          font-size: 20px;
          text-transform: uppercase;
          max-width: 178px; }
        .font-top .font-top-left .font-title span:last-child a {
          text-decoration: none;
          color: #fff;
          font-size: 14px;
          text-transform: none; }
  .font-top .font-top-right {
    width: 100px; }
    .font-top .font-top-right img {
      display: block;
      width: 100%; }
    .font-top .font-top-right span {
      display: -ms-flex;
      display: flex;
      justify-content: space-around;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .font-top .font-top-right span img {
        width: 26%;
        height: 35px;
        margin: 10px 3px; }

.font-setting .form-group {
  margin-bottom: 0px; }

.form-control:focus {
  color: #004F9F; }

.settings-item h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #004F9E;
  margin-bottom: 20px; }
  .settings-item h3 img {
    float: right;
    height: 20px; }
.settings-item p {
  color: #004F9E;
  display: flex; }
  .settings-item p img {
    margin-left: 100px;
    height: 20px; }

.color-theme {
  color: #009FE3 !important; }

.counter {
  display: -ms-flex;
  display: flex; }
  .counter .counter-box input {
    background-image: url(/public/images/line.PNG);
    background-repeat: no-repeat;
    letter-spacing: 6px;
    font-size: 21px;
    width: 136px;
    background-position: 11px bottom;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #009FE3;
    text-align: right; }
  .counter .counter-minus {
    padding-right: 10px; }
    .counter .counter-minus svg {
      height: 40px; }
    .counter .counter-minus:hover svg circle {
      fill: #009FE3; }
    .counter .counter-minus:hover svg line + path {
      fill: #fff; }
  .counter .counter-plus {
    padding-left: 10px; }
    .counter .counter-plus svg {
      height: 40px; }
    .counter .counter-plus:hover svg circle {
      fill: #009FE3; }
    .counter .counter-plus:hover svg path:nth-of-type(2) {
      fill: #fff; }

.bg-yellow {
  background: #FFFBDC; }

.radio-expand {
  display: none; }
  .radio-expand table tr td {
    border-top-color: transparent;
    padding: 5px;
    color: #004F9E;
    font-size: 12px; }
    .radio-expand table tr td span {
      font-size: 15px; }
    .radio-expand table tr td h3 {
      font-family: "Dyslexie Bold";
      margin-bottom: 10px;
      font-size: 18px;
      color: #004F9E;
      text-transform: capitalize; }
    .radio-expand table tr td img {
      height: 65px; }

.bg-grey-dark {
  background: #E9E4E3; }

.font-18 {
  font-size: 18px !important; }

.feature-inner {
  padding-right: 40px;
  padding-left: 10px;
  padding-top: 20px; }
  .feature-inner table tr th {
    text-align: center;
    border-top-color: transparent; }
    .feature-inner table tr th:first-child {
      width: 210px; }
    .feature-inner table tr th img {
      height: 100px; }
  .feature-inner table tr td {
    vertical-align: middle;
    border: 1px solid #009FE3; }
    .feature-inner table tr td.f-name div {
      display: -ms-flex;
      display: flex;
      align-items: center; }
    .feature-inner table tr td.f-name span {
      font-family: "Dyslexie Bold";
      color: #004F9E;
      display: inline-block;
      padding-left: 10px;
      font-size: 12px; }
    .feature-inner table tr td.cloud svg {
      height: 20px; }
    .feature-inner table tr td img {
      height: 50px; }
    .feature-inner table tr td svg {
      height: 35px;
      display: block;
      margin: auto;
      transition: all 0.2s; }
      .feature-inner table tr td svg.dash {
        height: 5px; }
    .feature-inner table tr td.in svg path, .feature-inner table tr td.selected svg path {
      fill: #52AE32; }
    .feature-inner table tr td.in svg.dash path, .feature-inner table tr td.selected svg.dash path {
      fill: #004F9E; }
    .feature-inner table tr td.in svg.txt path, .feature-inner table tr td.selected svg.txt path {
      fill: #004F9E; }
  .feature-inner tbody tr:nth-of-type(1) td:first-child, .feature-inner tbody tr:nth-of-type(2) td:first-child, .feature-inner tbody tr:nth-of-type(3) td:first-child, .feature-inner tbody tr:nth-of-type(4) td:first-child {
    border-bottom-color: transparent; }
  .feature-inner tbody tr td {
    border-left-color: transparent; }
    .feature-inner tbody tr td:nth-of-type(2), .feature-inner tbody tr td:nth-of-type(3), .feature-inner tbody tr td:nth-of-type(4) {
      cursor: pointer; }
    .feature-inner tbody tr td.selected {
      background: #D8E3EE; }
  .feature-inner tfoot tr td {
    border-color: transparent !important; }

table.table.feature-table {
  max-width: 611px; }

.vat-wrap {
  display: -ms-flex;
  display: flex; }
  .vat-wrap .vat-left {
    width: 50px;
    margin-right: 10px; }
  .vat-wrap .vat-right {
    width: calc(100% - 60px); }

.feature-inner tbody tr td:first-child {
  text-transform: uppercase; }

footer {
  background: #009FE3;
  padding: 20px 0px;
  min-height: 111px;
  position: relative; }
  footer .f-logo {
    position: absolute;
    right: 0px;
    top: -64px; }
    footer .f-logo img {
      width: 195px; }

.form-control {
  padding-right: 3px; }

.information {
  padding: 20px 40px;
  padding-top: 25px; }
  .information h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #004F9E;
    border-bottom: 1px solid #009FE3;
    padding-bottom: 15px;
    margin-bottom: 20px;
    padding-left: 10px; }
    .information h2 a {
      margin-left: 70px; }
  .information label {
    color: #009FE3;
    font-size: 16px; }
  .information p {
    color: #004F9E;
    font-size: 18px;
    margin-bottom: 0px; }
  .information .form-group {
    margin-bottom: 16px; }

.product-cart {
  padding: 20px 40px;
  padding-top: 25px;
  background: #FFFBDC; }
  .product-cart h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #004F9E;
    border-bottom: 1px solid #009FE3;
    padding-bottom: 15px;
    margin-bottom: 20px;
    padding-left: 10px; }
    .product-cart h2 a {
      margin-left: 70px; }

.product-cart table {
  width: 100%; }
  .product-cart table tr td {
    vertical-align: top; }
    .product-cart table tr td .title {
      margin-bottom: 20px;
      display: flex; }
      .product-cart table tr td .title span {
        text-transform: uppercase;
        display: inline-block;
        padding: 0px 2px; }
        .product-cart table tr td .title span:nth-of-type(2) {
          max-width: 180px;
          font-size: 18px;
          padding-left: 15px; }
    .product-cart table tr td:first-child img {
      height: 70px; }
    .product-cart table tr td:first-child span {
      font-family: "Dyslexie Regular";
      color: #004F9E;
      font-size: 16px; }
    .product-cart table tr td:last-child {
      font-family: "Dyslexie Regular";
      width: 188px;
      color: #004F9E;
      font-size: 18px;
      text-align: right; }
      .product-cart table tr td:last-child span {
        color: #004F9F;
        font-size: 16px;
        margin-top: 88px;
        margin-bottom: 15px;
        display: block; }
    .product-cart table tr td p {
      margin-bottom: 0px;
      color: #004F9E;
      font-size: 12px; }

table.sum-table {
  width: 100%;
  border-top: 1px solid #009FE3;
  border-bottom: 1px solid #009FE3; }
  table.sum-table td {
    font-family: "Dyslexie Regular";
    padding: 12px 8px;
    color: #004F9F;
    text-transform: uppercase !important;
    font-size: 18px; }
    table.sum-table td span {
      margin-top: 0px !important;
      display: inline-block !important;
      margin-right: 15px;
      font-size: 10px;
      text-transform: none; }
    table.sum-table td:last-child {
      width: 100px; }
    table.sum-table td:first-child {
      text-align: right; }
  table.sum-table.type-2 {
    border-color: transparent; }
    table.sum-table.type-2 td {
      text-transform: none !important;
      font-size: 16px; }

.color-darkblue {
  color: #004F9E; }

.form-wrap .form-inner.type-2 .pad-55 {
  padding: 20px 150px; }
.form-wrap .form-inner.type-2 .form-head {
  padding-left: 150px; }

.information .btn.btn-sm, .product-cart .btn.btn-sm {
  font-size: 12px;
  border-radius: 2.5px;
  margin-top: -5px; }

.checkout-btns {
  width: 100%;
  max-width: 356px;
  margin: auto;
  padding-top: 35px; }
  .checkout-btns .btn.btn-sm {
    background: #fff;
    padding: 5px 15px; }

.form-inner.type-2 .expand-content {
  padding: 15px 150px; }
.form-inner.type-2.step-4 .pad-55 {
  padding-left: 204px; }
.form-inner.type-2.step-4 .form-head {
  padding-left: 204px; }

.has-error .form-control {
  border: none !important;
  border-bottom: 2px solid red !important; }

.has-success .form-control {
  border: none !important;
  border-bottom: 2px solid #52AE32 !important; }

span.help-block.form-error {
  font-size: 13px;
  background: #d0cbcb;
  display: block;
  padding: 3px 10px;
  margin-top: 5px;
  box-shadow: 0px 0px 10px #dcdcdc;
  text-align: center; }

.p-system {
  background: #009FE3;
  padding: 25px 0px; }
  .p-system .p-system-inner {
    width: 100%;
    max-width: 510px;
    margin: auto; }
    .p-system .p-system-inner .system-item {
      margin-bottom: 25px; }
      .p-system .p-system-inner .system-item .thumb {
        margin-bottom: 10px;
        min-height: 96px;
        display: flex;
        align-items: flex-end;
        justify-content: center; }
      .p-system .p-system-inner .system-item span {
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        display: inline-block; }
  .p-system h2 {
    width: 100%;
    max-width: 510px;
    margin: auto;
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding-left: 100px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Dyslexie Regular"; }
    .p-system h2 span {
      display: block;
      font-size: 12px;
      text-transform: none; }

.angle-section {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 72px;
  padding-bottom: 290px;
  position: relative; }
  .angle-section h2 {
    font-family: "Dyslexie Bold";
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #004F9E; }
  .angle-section h4 {
    font-family: "Dyslexie Bold";
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #004F9E;
    margin-top: 10px; }

  .angle-section p {
    font-family: "Dyslexie Regular";
    font-size: 16px;
    color: #004F9E;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
    max-width: 492px; }
  .angle-section .link-btn {
    margin-left: 40px; }


	.angle-section ul, ol {
		margin-bottom: 40px;
		width: 100%;
		max-width: 492px;
		margin-left: 20px;
	}
	
	.angle-section ul {
		list-style: disc;
		padding-left: 24px;
	}
  
	.angle-section li {
		margin-left: 0px;
		padding-left:0px;
		font-family: "Dyslexie Regular";
		font-size: 16px;
		color: #004F9E;
		line-height: 2;
	}


.link-btn img {
  width: 15px;
  margin-left: 12px; }

.angleDiv-content {
  width: 100%;
  max-width: 654px; }
  .angleDiv-content .thumb-wrap {
    display: -ms-flex;
    display: flex;
    align-items: center; }
    .angleDiv-content .thumb-wrap .thumb-item {
      padding: 0px 15px;
      padding-bottom: 10px; }
      .angleDiv-content .thumb-wrap .thumb-item:first-child {
        padding-left: 0px; }
      .angleDiv-content .thumb-wrap .thumb-item img {
        max-width: 94px; }
  .angleDiv-content .icons {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    padding-bottom: 65px; }
    .angleDiv-content .icons .icon-single {
      padding-right: 10px;
      margin-bottom: 20px; }
      .angleDiv-content .icons .icon-single img {
        width: 100%;
        max-width: 60px;
        display: block;
        margin-bottom: 25px; }
      .angleDiv-content .icons .icon-single span {
        display: block;
        font-size: 12px;
        font-family: "Dyslexie Bold";
        text-transform: uppercase; }

.angleDiv-img img {
  width: 1120px;
  max-height: 500px; }
  .angleDiv-img img.sm {
    width: 770px; }

.row.row-reverse {
  flex-direction: row-reverse; }

.angle-section.type-1 {
  margin-top: -230px;
  padding-top: 250px;
  padding-bottom: 220px; }
  .angle-section.type-1 .angleDiv-img img {
    margin-left: -276px; }
    .angle-section.type-1 .angleDiv-img img.sm {
      margin-left: -112px; }
  .angle-section.type-1 .angleDiv-content {
    padding-left: 15%;
    max-width: 730px; }
.angle-section.type-2 {
    padding-top: 330px;
    margin-top: -230px; }
.angle-section.doc {
  padding-top: 250px;
  padding-bottom: 200px; }
.angle-section.gdoc .angleDiv-img img, .angle-section.contain-image .row-reverse .angleDiv-img img {
  width: 882px;
  margin-left: 0px;
  max-width:100%; }
.angle-section.wp .angleDiv-img img, .angle-section.contain-image .angleDiv-img img {
  width: 757px; 
  max-height: 500px;
}

.blue {
  color: #004F9F !important; }

.green {
  color: #009640 !important; }

.orange {
  color: #ED7004 !important; }

.purple {
  color: #831F82 !important; }

.cyan {
  color: #0087AE !important; }

.lightGreen {
  color: #1FA637 !important; }

.red {
  color: #E30614 !important; }

#go-up {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -40px; }
  #go-up img {
    width: 80px; }

footer.type-2 {
  background: #f4f2f2; }
  footer.type-2 .footer-2-top {
    position: relative;
    text-align: center;
    padding: 58px 0px;
    padding-top: 98px;
    border-bottom: 1.5px solid #009EE2;
    margin-bottom: 30px; }
    footer.type-2 .footer-2-top:before {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 50%;
      height: calc(100% - 40px);
      width: 2px;
      background: #009EE2;
      margin-left: -1px; }
  footer.type-2 ul {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    footer.type-2 ul li {
      width: 20%;
      margin-bottom: 10px; }
      footer.type-2 ul li a {
        font-family: "Dyslexie Regular";
        color: #004F9E;
        text-transform: uppercase;
        font-size: 14px; }
      footer.type-2 ul li:nth-of-type(1) a, footer.type-2 ul li:nth-of-type(2) a, footer.type-2 ul li:nth-of-type(3) a, footer.type-2 ul li:nth-of-type(4) a, footer.type-2 ul li:nth-of-type(5) a {
        font-size: 16px; }
  footer.type-2 .flogo {
    width: 215px;
    position: relative;
    z-index: 9; }

.f-right {
  text-align: right;
  width: 100%;
  max-width: 365px;
  margin-left: auto;
  padding-top: 40px; }
  .f-right address {
    font-size: 14px;
    text-transform: uppercase;
    color: #004F9E;
    font-family: "Dyslexie Regular";
    line-height: 2;
    margin-bottom: 54px; }
  .f-right .numbers {
    font-size: 15px;
    text-transform: uppercase;
    color: #004F9E;
    font-family: "Dyslexie Regular";
    line-height: 2;
    margin-bottom: 54px; }
    .f-right .numbers a {
      text-decoration: none;
      color: #004F9E; }
  .f-right .copyright p {
    font-size: 14px;
    text-transform: uppercase;
    color: #004F9E;
    font-family: "Dyslexie Regular";
    line-height: 2; }

.f-fb {
  text-align: center;
  padding: 30px 0px; }

.go-down {
  position: absolute;
  bottom: 12%;
  left: 50%;
  margin-left: -40px;
  z-index: 99; }
  .go-down img {
    width: 80px; }

.type-1 .go-down {
  bottom: 57px; }

.type-2 .go-down {
  bottom: 8%; }

.angle-section.type-1.email {
  padding-top: 180px;
  padding-bottom: 205px; }
header.type-3 {
  min-height: 55px;
  border-bottom: 1px solid rgba(0, 159, 227, 0.6509803922); }
header.type-3 .header-inner {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #009FE3;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 15px;
  z-index: 999999; }
header.type-3 .header-inner .logo {
  width: 280px;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center; }
header.type-3 .header-inner .logo #left-menu-trigger {
  min-width: 0px;
  background-color: transparent;
  padding: 0px;
  font-size: 20px;
  color: #fff;
  display: none; }
header.type-3 .header-inner .logo img {
  width: 100%;
  max-width: 110px; }
header.type-3 .header-inner .h-right {
  width: calc(100% - 280px);
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 30px; }
header.type-3 .header-inner .h-right span {
  font-size: 15px;
  color: #fff; }
header.type-3 .header-inner .h-right .user-nav {
  width: 242px;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center; }
header.type-3 .header-inner .h-right .user-nav .dropdown .btn {
  padding: 0px;
  min-width: 0px;
  background-color: transparent !important;
  border-color: transparent !important; }
header.type-3 .header-inner .h-right .user-nav .dropdown .btn:active, header.type-3 .header-inner .h-right .user-nav .dropdown .btn:focus {
  box-shadow: none !important; }
header.type-3 .header-inner .h-right .user-nav .dropdown .btn:after {
  display: none; }
header.type-3 .header-inner .h-right .user-nav .dropdown .btn img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
header.type-3 .header-inner .h-right .page-title {
  width: calc(100% - 242px); }
header.type-3 .header-inner .h-right .page-title h1 {
  font-size: 15px;
  text-align: center;
  color: #fff; }

#left-menu {
  width: 240px;
  position: fixed;
  height: calc(100vh - 54px);
  overflow-y: auto;
  background: #fff;
  top: 54px;
  left: 0px;
  z-index: 99999;
  padding: 10px 0px;
  padding-top: 25px; }
#left-menu h3 {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Dyslexie Bold";
  border-bottom: 1px solid #4DBDC6;
  margin-bottom: 10px; }
#left-menu h3.cyan {
  color: #4DBDC6 !important; }
#left-menu h3.blue {
  color: #009FE3 !important;
  border-bottom-color: #009FE3; }
#left-menu h3.green {
  color: #52AE32 !important;
  border-bottom-color: #52AE32; }
#left-menu h3.orangeLight {
  color: #FFCA00 !important;
  border-bottom-color: #FFCA00; }
#left-menu h3.blueDark {
  color: #004F9E !important;
  border-bottom-color: #004F9E; }
#left-menu ul {
  padding: 5px 40px; }
#left-menu ul li {
  margin-bottom: 5px; }
#left-menu ul li a {
  color: #004F9E;
  font-size: 14px;
  font-family: "Dyslexie Regular"; }

.radio-group {
  padding-top: 13px; }

.right-sec {
  width: 100%;
  max-width: calc(100% - 240px);
  margin-left: 240px; }
.right-sec .head {
  background: #009FE3;
  padding: 5px 0px;
  min-height: 42px; }
.right-sec .head h2 {
  font-size: 14px;
  color: #fff;
  font-family: "Dyslexie Bold";
  padding-left: 40px;
  padding-right: 15px;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 11px; }
.right-sec .single-user {
  padding: 20px 30px; }
.right-sec .single-user .form-group {
  margin-bottom: 30px; }
.right-sec .single-user label {
  font-size: 12px;
  align-items: flex-end; }
.right-sec .single-user .btn {
  font-size: 14px;
  min-width: 140px;
  padding: 10px 20px; }
.right-sec .user-sec {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.right-sec .user-sec .info {
  font-size: 10px;
  color: #009FE3; }
.right-sec .user-sec .add-user {
  border-right: 1px solid #009FE3;
  min-height: 100vh;
  width: 400px;
  border-left: 1px solid #009FE3; }
.right-sec .user-sec .active-users {
  width: calc(100% - 400px); }
.right-sec .user-sec .active-users .head {
  display: -ms-flex;
  display: flex;
  justify-content: space-between; }
.right-sec .user-sec .active-users .head .input-group {
  width: 252px;
  margin-bottom: 0px !important;
  margin-right: 46px; }
.right-sec .user-sec .active-users .head .input-group .form-control {
  height: 32px;
  font-size: 14px; }
.right-sec .user-sec .active-users .head .input-group .btn {
  padding: 0px;
  min-width: 0px;
  background: #fff;
  border-color: transparent;
  position: relative;
  top: 0px;
  height: 30px;
  border-radius: 0px; }
.right-sec .user-sec .active-users .head .input-group .btn img {
  height: 20px; }

.btns-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px !important; }

.add-group .btn {
  font-size: 12px;
  min-width: 150px;
  padding: 5px 20px; }
.add-group .btn--blue-border {
  background: #fff; }
.add-group .btns-group {
  align-items: center;
  max-width: 357px;
  margin: 20px auto;
  padding: 0px 10px;
  margin-bottom: 12px !important; }
.add-group .info {
  max-width: 357px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
  padding: 0px 10px; }

.add-license .info {
  color: #004F9E !important;
  padding: 20px 40px;
  display: block; }

#upload-template {
  display: none; }

table.user-table tr th {
  font-size: 16px;
  color: #009FE3;
  font-family: "Dyslexie Regular";
  font-weight: normal; }
table.user-table tr th:nth-of-type(2) {
  text-align: center; }
table.user-table tr th:nth-of-type(1) {
  padding-left: 40px; }
table.user-table tr th span:last-child {
  float: right; }
table.user-table tr th img {
  height: 26px; }
table.user-table tr td {
  font-size: 15px;
  color: #004F9E;
  font-family: "Dyslexie Regular";
  font-weight: normal;
  border-top: 1px solid #009FE3;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
table.user-table tr td:nth-of-type(1) {
  padding-left: 40px; }
table.user-table tr td .dropdown-toggle::after {
  display: none; }
table.user-table tr td .dropdown-menu {
  background-color: #009fe3;
  border: 1px solid 9fe3;
  border-radius: 0px; }
table.user-table tr td .dropdown-menu a {
  font-size: 15px;
  color: #fff; }
table.user-table tr td .dropdown-menu a:hover {
  background-color: transparent; }
table.user-table tr:nth-of-type(odd) {
  background: #F4F2F2; }
table.user-table tr:nth-of-type(even) {
  background: #fff; }
table.user-table tr:hover td {
  background: #A1DAF8; }

.active-circle {
  width: 10px;
  height: 10px;
  margin: auto;
  border: 1px solid #52AE32;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
.active-circle.active {
  background: #52AE32; }

.single-user .form-control {
  font-size: 14px; }

.custom-radio5 input[type="radio"] {
  display: none; }
.custom-radio5 span {
  display: inline-block;
  background: #fff;
  border: 1px solid #009FE3;
  font-size: 13px;
  color: #004F9E;
  padding: 2px 5px;
  cursor: pointer; }
.custom-radio5 input[type="radio"]:checked + span {
  background: #004F9E;
  color: #fff; }

.license-left {
  width: 500px;
  min-height: 100vh;
  border-right: 1px solid #009FE3; }
.license-left .head .title {
  padding-left: 120px; }
.license-left .head .title.pl-40 {
  padding-left: 40px; }

.license-right {
  width: calc(100% - 500px); }
.license-right .head .title {
  padding-left: 120px; }
.license-right .head .title.pl-73 {
  padding-left: 73px; }

.l-content {
  padding: 30px 40px;
  max-width: 540px;
  padding-left: 120px; }
.l-content.pl-40 {
  padding-left: 50px;
  padding-right: 70px; }
.l-content h3 {
  font-size: 14px;
  color: #009FE3; }
.l-content p {
  font-size: 14px;
  color: #004F9E; }
.l-content hr {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 45px;
  margin-bottom: 45px;
  border-top-color: #3499CC; }
.l-content h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #004F9E;
  margin-bottom: 20px; }
.l-content .btn {
  background: #fff;
  float: right;
  font-size: 12px; }

hr {
  border-top-color: #009FE3; }

.active-products {
  padding: 30px 40px;
  max-width: 900px;
  padding-top: 0px;
  margin-bottom: 50px;
  padding-left: 80px; }
.active-products .p-item {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 30px;
  border-bottom: 1px solid #009FE3;
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.active-products .p-item.type-2 {
  padding-top: 11px; }
.active-products .p-item:last-child {
  border-bottom-color: transparent; }
.active-products .p-item .mid-form {
  width: 100%;
  margin-bottom: 10px; }
.active-products .p-item .mid-form .mid-inner {
  max-width: 400px;
  margin: auto; }
.active-products .p-item .mid-form .mid-inner h3 {
  font-size: 16px;
  color: #004F9E;
  margin-bottom: 10px; }
.active-products .p-item .mid-form .mid-inner div {
  display: flex; }
.active-products .p-item .mid-form .mid-inner div input {
  margin-right: 10px;
  padding: 2px 15px;
  color: #004F9E;
  border: 1px solid #00A1E4; }
.active-products .p-item .p-left {
  width: 200px;
  display: -ms-flex;
  display: flex;
  align-items: center; }
.active-products .p-item .p-left span {
  padding-right: 20px;
  color: #004F9E;
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap; }
.active-products .p-item .p-left img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.19);
  border-radius: 7px; }
.active-products .p-item .p-right {
  width: calc(100% - 200px); }
.active-products .p-item .p-right ul li {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }
.active-products .p-item .p-right ul li .ico a {
  margin-left: 20px; }
.active-products .p-item .p-right ul li .ico span {
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 12px; }
.active-products .p-item .p-right ul li div {
  padding: 0px 10px;
  width: calc(100% - 80px);
  color: #004F9E;
  font-size: 14px; }
.active-products .p-item .p-right ul li div:last-child {
  width: 80px; }
.active-products .p-item .p-right ul li div:last-child .btn {
  min-width: 97.5px; }
.active-products .p-item .p-right ul li div .btn--blue-border-dark {
  background: #fff; }

.invoice-table {
  margin-bottom: 50px; }
.invoice-table tr td:last-child {
  text-align: center !important; }

.full--width {
  max-width: 100% !important;
  width: 100% !important; }

.my-font {
  padding: 0px 30px; }
.my-font .font-inner {
  padding: 42px 0px;
  width: 100%;
  max-width: 1280px;
  margin: auto; }
.my-font .font-inner .mf-content {
  max-width: 357px; }
.my-font .font-inner .mf-content h2 {
  font-family: "Dyslexie Bold";
  font-size: 24px;
  color: #004F9E;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 25px; }
.my-font .font-inner .mf-img {
  text-align: center; }
.my-font .font-inner .angleDiv-content .icons .icon-single img {
  max-width: 38px;
  margin-bottom: 8px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3) !important;
  border-radius: 8px; }
.my-font .font-inner .angleDiv-content .icons .icon-single span {
  font-size: 8px; }
.my-font .font-inner .angleDiv-content .icons {
  padding-bottom: 0px;
  max-width: 479px; }
.my-font .font-inner h4 {
  font-family: "Dyslexie Bold";
  font-size: 12px;
  text-transform: uppercase;
  color: #004F9E;
  margin-bottom: 15px;
  margin-top: 5px; }
.my-font .shadow {
  border-radius: 8px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3) !important; }
.my-font .angleDiv-content .icons .icon-single {
  margin-bottom: 15px; }

.btn.bg-white {
  color: #004F9E;
  font-size: 13px;
  padding: 2px 14px; }
.btn.bg-white:focus {
  background: #fff !important;
  color: #004F9E !important; }

.font-details .inner {
  width: 100%;
  max-width: 1250px;
  margin: auto;
  padding: 0px 30px; }
.font-details .shadow {
  border-radius: 12px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3) !important; }
.font-details .font-top {
  background: #009FE3;
  border-bottom: 1px solid #004F9F; }
.font-details .font-top .title {
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 25px 0px; }
.font-details .font-top .title img {
  margin-right: 20px; }
.font-details .font-top .title span {
  font-family: "Dyslexie Bold";
  font-size: 12px;
  color: #fff;
  text-transform: uppercase; }
.font-details h4 {
  font-family: "Dyslexie Bold";
  font-size: 14px;
  text-transform: uppercase;
  color: #009FE3;
  margin-bottom: 30px; }
.font-details p {
  font-family: "Dyslexie Regular";
  font-size: 14px;
  color: #004F9E; }
.font-details .font-mid {
  padding-top: 30px;
  padding-bottom: 20px; }
.font-details .content {
  max-width: 470px; }
.font-details hr {
  border-color: #009FE3; }

.download-btn {
  text-decoration: none;
  color: #fff;
  background: #009FE3;
  border: 1px solid #004F9E;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  padding: 15px 20px;
  padding-left: 42px;
  font-size: 13px;
  background-image: url(/public/images/download.svg);
  background-repeat: no-repeat;
  background-position: 19px center;
  background-size: 14px;
  border-radius: 3px; }
.download-btn:hover {
  color: #fff; }

.nav-tabs {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  border-bottom-color: transparent; }
.nav-tabs .nav-item {
  font-family: "Dyslexie Regular";
  font-size: 14px;
  color: #004F9E;
  border: 1px solid #009fe3;
  background: #fff;
  text-transform: uppercase;
  padding: 6px 15px;
  line-height: 1;
  border-radius: 4px !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
.nav-tabs .nav-item.active, .nav-tabs .nav-item:hover {
  color: #fff;
  background: #009FE3; }

.tab-pane {
  padding: 50px 0px; }
.tab-pane img {
  display: block;
  margin-top: 40px; }
.tab-pane .pad-80 {
  padding-left: 80px;
  padding-right: 100px; }
.tab-pane .pad-80 ul {
  margin-left: -63px; }

ul.type-1 li {
  display: flex;
  margin-bottom: 30px; }
ul.type-1 li span {
  display: block; }
ul.type-1 li span:first-child {
  font-family: "Dyslexie Regular";
  width: 44px;
  height: 44px;
  border: 1px solid #009FE3;
  color: #009FE3;
  font-size: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 5px; }
ul.type-1 li span:last-child {
  width: calc(100% - 44px);
  padding-left: 20px; }
ul.type-1 li h4 {
  margin-bottom: 5px; }

.d-font-sec-1 {
  padding-top: 180px;
  padding-bottom: 310px; }
.d-font-sec-1 .angleDiv-content {
  margin-left: auto; }
.d-font-sec-1 .angleDiv-content p {
  max-width: 100%; }
.d-font-sec-1 .go-down {
  bottom: 8%; }

.angle-section.type-2.d-font-sec-2 {
  padding: 239px 0px; }
.angle-section.type-2.d-font-sec-2 .angleDiv-img img {
  width: 100%;
  max-width: 690px;
  margin: auto;
  display: block; }
.angle-section.type-2.d-font-sec-2 ul {
  margin-top: 40px; }

ul.list-3 li {
  display: -ms-flex;
  display: flex; }
ul.list-3 li .list-part:first-child {
  width: 55px;
  height: 55px;
  border: 4px solid #009EE2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 41px;
  color: #004F9E;
  line-height: 1; }
ul.list-3 li .list-part:last-child {
  width: calc(100% - 55px);
  padding-left: 35px; }
ul.list-3 li h3 {
  font-size: 24px;
  line-height: 1;
  color: #004F9E;
  padding-top: 10px;
  padding-bottom: 5px; }
ul.list-3 li p {
  font-size: 16px; }

.angle-section.type-1.d-font-sec-3 {
  padding-top: 210px;
  padding-bottom: 280px; }
.angle-section.type-1.d-font-sec-3 .angleDiv-img img {
  margin-left: -340px; }

.tryout-lvl {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: -20px; }
.tryout-lvl div {
  margin-right: 25px;
  margin-bottom: 20px; }
.tryout-lvl span {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  color: #004F9E; }
.tryout-lvl a {
  color: #fff;
  text-transform: uppercae;
  padding: 3px 10px;
  background: #52AE32;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.share-text {
  width: 100%;
  max-width: 428px; }
.share-text textarea {
  background: #F6EEE9;
  padding: 25px;
  font-size: 18px;
  color: #004F9E;
  height: auto;
  min-height: 380px;
  line-height: 1.6;
  border-bottom-color: transparent;
  margin-bottom: 20px;
  border: 1px solid #004F9E; }
.share-text textarea:focus {
  background: #F6EEE9;
  border-color: #004F9E !important; }

.d-font-sec-4 .icons {
  padding-bottom: 30px; }

.d-font-sec-5 {
  padding: 298px 0px;
  margin-top: -179px;
  padding-bottom: 600px; }

.d-font-sec-6.type-1 .go-down {
  bottom: 42px; }

.d-font-sec-7 {
  padding-top: 140px;
  padding-bottom: 280px; }
.d-font-sec-7 .angleDiv-content {
  max-width: 550px;
  margin-left: auto; }
.d-font-sec-7 .angleDiv-content p {
  font-size: 30px;
  max-width: 100%; }

.d-font-sec-8.angle-section.type-2 {
  padding-top: 250px;
  padding-bottom: 268px; }
.d-font-sec-8.angle-section.type-2 .angleDiv-img img {
  max-width: 422px; }

.list-4 li {
  padding-bottom: 20px; }
.list-4 li h3 {
  font-size: 24px;
  color: #004F9E;
  font-family: "Dyslexie Bold";
  margin-bottom: 20px; }

.d-font-sec-4 .angle-section p {
  max-width: 593px; }

.inner-2 {
  width: 100%;
  max-width: 540px;
  margin: auto; }

.white-when-checked .custom-radio input[type="radio"]:checked + div svg path {
  fill: #ffffff; }

.use-type.type2 {
  max-width: 414px; }
.use-type.type2 .btn {
  border-radius: 3px; }

.font-top .font-top-right.type-2 {
  display: flex;
  width: 280px; }
.font-top .font-top-right.type-2 img {
  margin-right: 30px;
  height: 53px;
  width: 90px; }

.font-top .font-top-right.type-3 {
  display: flex;
  width: 280px; }
.font-top .font-top-right.type-3 img {
  margin-right: 30px;
  width: auto; }
.font-top .font-top-right.type-3 img:nth-of-type(2), .font-top .font-top-right.type-3 img:nth-of-type(3) {
  margin-top: 16px; }

.font-top .font-top-left.type-2 {
  width: calc(100% - 280px); }
.font-top .font-top-left.type-2 .font-title span:last-child h3 {
  color: #004f9e; }

.pad-15 {
  padding: 15px 0px; }

.pad-40 {
  padding: 40px 0px; }

.inner-2 {
  position: relative; }
.inner-2 .settings-item {
  max-width: 376px; }
.inner-2 .custom-expand a {
  right: 134px; }

.price-table h3 {
  font-size: 18px;
  color: #004F9E;
  font-family: "Dyslexie Bold";
  margin-bottom: 20px; }
.price-table h3 span {
  display: block;
  color: #009FE3;
  text-transform: uppercase; }
.price-table p {
  font-size: 13px;
  color: #004F9E; }
.price-table table {
  max-width: 376px; }
.price-table table td {
  font-size: 13px;
  color: #004F9E;
  border-top-color: transparent;
  padding-top: 8px;
  padding-bottom: 8px; }
.price-table table td span {
  color: #009FE3; }
.price-table table td:last-child {
  text-align: right;
  font-family: "Dyslexie Bold"; }
.price-table table td:first-child {
  padding-left: 0px; }

table.table.feature-table.type-2 {
  margin: auto;
  position: relative;
  left: -160px; }

.inner-2 .font-top .font-top-left.type-2 .font-title span:last-child h3 {
  font-family: "Dyslexie Bold"; }

.inner-2 .custom-check-3 span {
  border-color: #004f9e; }

.btn.width-395 {
  width: 100%;
  max-width: 395px; }

.inner-2 .sec-title-sm h4 {
  color: #fff; }
.inner-2 .sec-title-sm p {
  color: #fff; }
.inner-2 .use-type.type2 .btn {
  min-width: 151px;
  line-height: 1;
  padding: 8px 5px; }
.inner-2 .font-top .font-top-left .font-title {
  margin-bottom: 25px; }
.inner-2 .custom-check-3 span {
  line-height: 1.1; }

.feature-inner .fix {
  max-width: 556px !important; }
.feature-inner .fix tr th img {
  height: 117px; }
.feature-inner .fix thead tr th {
  padding-left: 2px;
  padding-right: 2px; }
.feature-inner .fix tfoot tr td {
  padding-left: 2px;
  padding-right: 2px; }
.feature-inner .fix tfoot tr td .custom-radio-2 {
  display: block; }
.feature-inner .fix tfoot tr td .custom-radio-2 span {
  width: 100%;
  font-size: 15px;
  line-height: 1.1;
  padding: 5px 4px; }

.use-type.type2 {
  max-width: 500px;
  align-items: baseline; }

.user-sec.type-2 hr {
  margin: 20px 0px; }
.user-sec.type-2 .l-content .btn--green {
  background: #52AE32; }
.user-sec.type-2 .btn.btn-sm-2 {
  padding: 3px 10px;
  min-width: 92px; }
.user-sec.type-2 .l-type {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding-right: 95px;
  margin-bottom: 25px; }
.user-sec.type-2 .l-type .thumb {
  width: 60px; }
.user-sec.type-2 .l-type .thumb img {
  width: 100%; }
.user-sec.type-2 .l-type h3 {
  font-family: "Dyslexie Bold";
  font-size: 18px;
  color: #004F9E;
  padding-left: 25px;
  text-transform: uppercase;
  line-height: 1.3;
  width: calc(100% - 60px); }
.user-sec.type-2 .l-type h3 span {
  font-family: "Dyslexie Regular";
  font-size: 16px;
  text-transform: none;
  color: #00a0e0;
  display: block; }
.user-sec.type-2 .l-type .btn {
  position: absolute;
  top: 0px;
  right: 0px; }
.user-sec.type-2 .license-left {
  width: 695px;
  border-right: none;
  min-height: 0px; }
.user-sec.type-2 .license-right {
  width: calc(100% - 695px); }
.user-sec.type-2 .license-right .active-products {
  padding: 30px 40px; }
.user-sec.type-2 .license-right .head .title.pl-73 {
  padding-left: 40px; }
.user-sec.type-2 .head {
  background: #004F9E; }
.user-sec.type-2 .l-content .btn {
  float: none; }
.user-sec.type-2.left-fullWidth .license-left {
  width: 100%; }
.user-sec.type-2.left-fullWidth .license-left .l-content {
  max-width: 100%; }
.user-sec.type-2.left-fullWidth .head {
  display: flex; }
.user-sec.type-2.left-fullWidth .head h2 {
  width: 40%; }

.notice-wrap {
  position: relative;
  border: 2px solid #009FE3;
  width: 100%;
  max-width: 364px;
  padding: 10px;
  padding-right: 30px;
  margin: 20px 0px; }
.notice-wrap img {
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px; }
.notice-wrap h3 {
  font-size: 14px;
  text-transform: uppercase; }
.notice-wrap p {
  font-size: 14px;
  margin-bottom: 0px;
  color: #009FE3; }
.notice-wrap a {
  color: #004F9E; }

.mb-0 {
  margin-bottom: 0px !important; }

.feature-wrap2 {
  width: 100%;
  max-width: 380px; }
.feature-wrap2 hr {
  margin: 30px 0px !important; }
.feature-wrap2 .f-icon {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 20px; }
.feature-wrap2 .f-icon span:first-child {
  width: 47px; }
.feature-wrap2 .f-icon span:first-child img {
  width: 100%; }
.feature-wrap2 .f-icon span:last-child {
  width: calc(100% - 47px);
  padding-left: 20px;
  font-size: 14px;
  font-family: "Dyslexie Bold";
  text-transform: uppercase; }
.feature-wrap2 .f-icon.lg span:first-child {
  width: 60px; }
.feature-wrap2 .f-icon.lg span:last-child {
  width: calc(100% - 60px); }
.feature-wrap2 .f-icon.doc span {
  color: #004f9f; }
.feature-wrap2 .f-icon.spread span {
  color: #009640; }
.feature-wrap2 .f-icon.present span {
  color: #ed7004; }
.feature-wrap2 .f-icon.store span {
  color: #831f82; }
.feature-wrap2 .f-icon.email span {
  color: #0087ae; }
.feature-wrap2 .f-icon.chrome span {
  color: #009d3d; }
.feature-wrap2 .f-icon.pdf span {
  color: #e30614; }
.feature-wrap2 .f-icon.wp span {
  color: #312783; }
.feature-wrap2 .f-icon.google span {
  color: #1b7dc2; }

.type-3 .custom-radio div .btn {
  width: 100%; }
.type-3 .custom-radio .btn.btn--blue-border-dark {
  border-width: 2px;
  border-color: #009fe3; }
.type-3 .custom-radio svg {
  height: 50px; }
.type-3 .custom-radio svg .st1 {
  display: none; }
.type-3 .custom-radio div {
  position: relative; }
.type-3 .custom-radio div small {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 18px;
  font-family: "Dyslexie Bold";
  line-height: 1; }
.type-3 .custom-radio input[type="radio"]:checked + div .btn {
  background: #52ae32;
  border-color: #52ae32; }
.type-3 .custom-radio input[type="radio"]:checked + div svg .st0 {
  display: none; }
.type-3 .custom-radio input[type="radio"]:checked + div svg .st1 {
  display: block;
  fill: #52ae32; }
.type-3 .custom-radio input[type="radio"]:checked + div small {
  color: #fff; }

.license-single .lisence-top {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px; }
.license-single .lisence-top .item {
  padding: 0px 15px;
  text-align: center; }
.license-single .lisence-top .item .thumb {
  height: 100px;
  height: 70px;
  display: flex;
  position: relative;
  margin-bottom: 5px; }
.license-single .lisence-top .item .thumb.tick:before {
  content: url(/public/images/check.svg);
  position: absolute;
  bottom: -2px;
  right: 0px;
  width: 20px; }
.license-single .lisence-top .item .thumb.cross:before {
  content: url(/public/images/times.svg);
  position: absolute;
  bottom: -2px;
  right: 0px;
  width: 20px; }
.license-single .lisence-top .item span {
  font-size: 14px;
  color: #004F9E; }
.license-single .lisence-top .item.install-type h3 {
  font-size: 24px;
  font-family: "Dyslexie Bold";
  color: #004F9E;
  margin-bottom: 5px; }
.license-single .lisence-top .item.install-type svg {
  width: 85px; }
.license-single .lisence-top .item.btn-type h3 {
  font-size: 17px;
  font-family: "Dyslexie Bold";
  color: #004F9E;
  border: 2px solid #004F9E;
  border-radius: 3px;
  line-height: 1.2;
  background: #fff;
  padding: 8px 12px;
  text-transform: uppercase;
  min-width: 148px;
  margin-bottom: 10px;
  text-align: left; }
.license-single .lisence-top .item.btn-type p {
  font-size: 14px;
  font-family: "Dyslexie Bold";
  color: #004F9E;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-align: left;
  line-height: 1.2; }
.license-single .lisence-top img {
  max-width: 100%;
  display: block;
  margin: auto; }
.license-single.active .item.btn-type h3 {
  background: #52ae32;
  border-color: #52ae32;
  color: #fff; }
.license-single.active .item.btn-type p {
  color: #52ae32; }
.license-single.active .item.install-type h3 {
  color: #52ae32; }
.license-single.active .item.install-type .cls-1 {
  fill: #52ae32; }

.license-single .add-to-order-wrap {
  padding-top: 25px; }
.license-single .add-to-order-wrap .expand-div {
  width: 100%;
  max-width: 1100px;
  display: none; }
.license-single .add-to-order-wrap .trigger-div {
  width: 100%;
  max-width: 998px; }
.license-single .add-to-order-wrap .trigger-div.type-2 {
  max-width: 848px; }
.license-single .add-to-order-wrap .license-cart-item .lcart-item {
  text-align: center;
  width: 25%;
  padding: 0px 20px;
  margin-bottom: 15px; }
.license-single .add-to-order-wrap .license-cart-item .lcart-item:first-child {
  padding-left: 0px; }
.license-single .add-to-order-wrap .license-cart-item .lcart-item.current svg, .license-single .add-to-order-wrap .license-cart-item .lcart-item.new svg {
  width: 27px; }
.license-single .add-to-order-wrap .license-cart-item .lcart-item.current p, .license-single .add-to-order-wrap .license-cart-item .lcart-item.new p {
  font-size: 20px; }
.license-single .add-to-order-wrap .license-cart-item .lcart-item.current h3 {
  background: #95817b; }
.license-single .add-to-order-wrap .license-cart-item .lcart-item.current p {
  color: #95817b; }
.license-single .add-to-order-wrap .license-cart-item .lcart-item.current svg {
  position: relative;
  margin-bottom: -6px; }
.license-single .add-to-order-wrap .license-cart-item .lcart-item.current svg .st0 {
  fill: #95817b; }
.license-single .add-to-order-wrap .license-cart-item .lcart-item.new h3 {
  background: #009fe1; }
.license-single .add-to-order-wrap .license-cart-item .lcart-item.new p {
  color: #009fe1; }
.license-single .add-to-order-wrap .license-cart-item .lcart-item.new svg {
  position: relative;
  margin-bottom: -6px; }
.license-single .add-to-order-wrap .license-cart-item .lcart-item.new svg .st0 {
  fill: #009fe1; }
.license-single .add-to-order-wrap .license-cart-item .lcart-item h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  background: #52ae32;
  padding: 5px 15px;
  border-radius: 3px;
  line-height: 1.2;
  margin-bottom: 20px; }
.license-single .counter .counter-plus:hover svg circle {
  fill: #52ae32; }
.license-single .counter .counter-plus:hover svg circle + path {
  fill: #52ae32; }
.license-single .counter .counter-minus:hover svg circle {
  fill: #52ae32; }
.license-single .counter .counter-minus:hover svg circle + path {
  fill: #52ae32; }
.license-single .counter .counter-box input {
  width: 119px;
  padding-left: 5px;
  background-position: -3px bottom; }
.license-single .counter {
  justify-content: center; }
.license-single .counter-wrap {
  position: relative; }
.license-single .counter-wrap .trash {
  position: absolute;
  top: 50%;
  left: -24px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.license-single .counter-wrap .trash svg {
  width: 18px; }
.license-single .counter-wrap .trash:hover svg .st4 {
  fill: #95817b; }
.license-single.active .add-to-order-wrap .expand-div {
  display: block; }
.license-single.active .add-to-order-wrap .trigger-div {
  display: none; }

.note2 {
  margin-bottom: 40px; }
.note2 p {
  font-size: 12px;
  text-transform: uppercase;
  color: #00a0e2;
  width: 100%;
  max-width: 240px; }

.checkout-box {
  padding: 35px 0px;
  position: relative;
  padding-right: 92px; }
.checkout-box:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -100%;
  width: 500%;
  height: 100%;
  background: #d7e9cf;
  z-index: 0; }
.checkout-box .table {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-bottom: 25px; }
.checkout-box .table td {
  border: none;
  padding: 6px 10px;
  color: #004F9E; }
.checkout-box .table td:first-child {
  font-size: 14px;
  white-space: nowrap; }
.checkout-box .table td.price {
  font-size: 22px;
  font-family: "Dyslexie Bold";
  line-height: 1;
  padding: 7px 5px; }
.checkout-box .table td.price i {
  display: block;
  font-size: 12px;
  margin-top: 10px; }
.checkout-box p {
  position: relative;
  margin-bottom: 0px; }

.license-single .angleDiv-content .icons {
  padding-bottom: 0px;
  justify-content: flex-start;
  padding-left: 42px; }
.license-single .angleDiv-content .icons .icon-single {
  margin-bottom: 0px; }
.license-single .angleDiv-content .icons .icon-single img {
  max-width: 50px;
  margin-bottom: 12px; }
.license-single .angleDiv-content .icons .icon-single span {
  font-size: 10px; }

.use-type.type-3.has-pad {
  padding-top: 75px;
  padding-bottom: 45px; }

.custom-radio {
  position: relative; }
.custom-radio .popular {
  position: absolute !important;
  bottom: 100%;
  left: 50%;
  font-size: 16px;
  text-transform: uppercase;
  background: #009fe3;
  width: 120px;
  color: #ffffff;
  margin-left: -60px;
  padding: 5px 5px;
  -webkit-transform: rotate(-11deg);
  -moz-transform: rotate(-11deg);
  transform: rotate(-11deg);
  margin-bottom: -4px; }
.custom-radio p {
  color: #009fe3;
  margin: 3px 0px; }

.icon-title {
  color: #004F9E !important; }
.icon-title svg {
  margin-bottom: -7px;
  margin-left: 30px; }

.counter-wrap.sm .counter {
  max-width: 189px; }
.counter-wrap.sm .counter .counter-minus svg {
  height: 36px; }
.counter-wrap.sm .counter .counter-plus svg {
  height: 36px; }
.counter-wrap.sm .counter-box input {
  width: 85px !important;
  font-size: 20px !important;
  height: 36px;
  background-position: 9px bottom; }

.pad-b-0 {
  padding-bottom: 0px !important; }

.type-3.dbl {
  justify-content: flex-start; }
.type-3.dbl .custom-radio .btn.btn--blue-border-dark {
  width: auto;
  min-width: 127px; }

p.flex-text.d-flex {
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0px;
  color: #004F9E !important; }
p.flex-text.d-flex span {
  width: 50%; }

.license-cart-wrap .top {
  background: #d7e9cf;
  padding: 12px 90px; }
.license-cart-wrap .top img {
  width: 50px; }
.license-cart-wrap .top span {
  font-size: 16px;
  text-transform: uppercase;
  color: #004F9E;
  padding-left: 20px; }

.pad-90 {
  padding: 12px 90px; }

.current-new-wrap {
  padding: 24px 0px;
  padding-left: 90px;
  padding-bottom: 50px; }
.current-new-wrap h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #004F9E;
  margin-bottom: 10px; }
.current-new-wrap .left {
  width: 530px; }
.current-new-wrap .right {
  width: calc(100% - 530px); }
.current-new-wrap .has-bg {
  background: #e2f3fe;
  padding: 0px 10px;
  display: inline-block; }

.current-new-table {
  max-width: 315px;
  margin-bottom: 0px; }
.current-new-table td {
  border: none;
  font-size: 14px;
  color: #004F9E;
  vertical-align: bottom; }
.current-new-table td:first-child {
  padding-left: 0px; }
.current-new-table td:last-child {
  text-align: right;
  padding-right: 0px; }
.current-new-table td h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #004F9E;
  font-family: "Dyslexie Bold";
  margin-bottom: 0px; }
.current-new-table td h4 span {
  display: block;
  font-style: italic;
  font-size: 12px;
  font-family: "Dyslexie Regular";
  color: #009FE3; }
.current-new-table tr.cart-total {
  border-top: 1px solid #009FE3; }
.current-new-table tr.cart-total td {
  font-size: 16px;
  font-family: "Dyslexie Bold"; }
.current-new-table .ext-pad td {
  padding-top: 35px; }

.cart-final {
  background: #d7e9cf;
  padding: 30px 0px; }
.cart-final .inner {
  width: 100%;
  max-width: 950px;
  margin-left: 0px; }
.cart-final .inner .table {
  width: 100%;
  max-width: 440px;
  margin-left: auto; }
.cart-final .inner .table td {
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #004F9E;
  padding: 7px; }
.cart-final .inner .table td:last-child {
  text-align: right; }
.cart-final .inner tr.cart-total {
  border-top: 1px solid #009FE3; }
.cart-final .inner tr.cart-total td {
  font-family: "Dyslexie Bold"; }
.cart-final .inner tr.cart-total td:first-child span {
  margin-left: -85px;
  line-height: 50px; }
.cart-final .inner tr.cart-total td:last-child {
  font-size: 30px;
  width: 217px; }
.cart-final .inner tr.cart-total td:last-child small {
  font-size: 18px; }
.cart-final .inner tr:last-child td {
  vertical-align: middle; }

.form-control.vouchercode {
  height: 22px;
  border: 2px solid #004F9F;
  border-radius: 4px;
  font-size: 12px;
  padding: 5px;
  text-transform: uppercase; }

.form-control.vouchercode::-webkit-input-placeholder {
  color: #004F9E;
  opacity: 1; }

.form-control.vouchercode:-moz-placeholder {
  color: #004F9E;
  opacity: 1; }

.form-control.vouchercode::-moz-placeholder {
  color: #004F9E;
  opacity: 1; }

.form-control.vouchercode:-ms-input-placeholder {
  color: #004F9E;
  opacity: 1; }

.order-wrap .custom-radio .btn.btn--blue-border-dark {
  border-color: #009fe3; }
.order-wrap .custom-radio input[type="radio"]:checked + div .btn {
  background: #52ae32;
  border-color: #52ae32; }
.order-wrap .license-left .head .title {
  font-size: 16px;
  color: #fff;
  font-family: "Dyslexie Bold";
  text-transform: uppercase;
  padding: 10px 0px; }
.order-wrap .inner2 {
  width: 100%;
  max-width: 950px;
  margin: auto; }

.license-single .counter-wrap.type-2 {
  position: relative;
  min-height: 40px; }
.license-single .counter-wrap.type-2 .addTrigger {
  position: absolute;
  width: 199px;
  left: -18px;
  top: -1px;
  z-index: 99;
  cursor: pointer; }
.license-single .counter-wrap.type-2 .trash {
  display: none; }
.license-single .counter-wrap.type-2 .counter {
  display: none; }
.license-single .counter-wrap.type-2.in .addTrigger {
  display: none; }
.license-single .counter-wrap.type-2.in .trash {
  display: block; }
.license-single .counter-wrap.type-2.in .counter {
  display: flex; }
.license-single .counter-wrap.type-2 .checkout-box .table td.price i {
  font-size: 10px; }

.has-border-bottom {
  padding-bottom: 0px !important;
  border-bottom: 2px solid #009fe3; }

.user-sec.type-2.left-fullWidth .head h2 {
  width: 50%;
  padding: 10px 8px;
  font-size: 12px; }

.go-next-wrap {
  padding: 60px 20px; }

.inner3 {
  width: 100%;
  max-width: 900px;
  margin: auto !important; }
.inner3 .current-new-wrap {
  padding-left: 0px;
  padding-bottom: 10px; }

.type-order {
  padding: 20px 0px; }
.type-order .btn.btn-sm {
  color: #004F9E;
  background: #fff; }
.type-order h2 a {
  margin-left: 10px; }
.type-order label {
  color: #004f9e; }
.type-order label span span {
  font-size: 12px; }

.sm-cyan-txt {
  font-size: 14px !important;
  text-transform: uppercase !important;
  color: #009fe3 !important; }

.title-box p {
  font-size: 18px;
  font-family: "Dyslexie Bold"; }

.order-table-page .license-single .counter-wrap {
  width: 195px; }
.order-table-page .license-single .counter .counter-box input {
  width: 82px;
  background-position: 4px bottom; }
.order-table-page .current-new-table .discount-row td h4 {
  font-size: 14px; }
.order-table-page .current-new-table .ext-pad td {
  padding-top: 20px; }
.order-table-page .current-new-wrap .left {
  padding-bottom: 10px; }
.order-table-page .current-new-wrap .right {
  padding-bottom: 10px; }
.order-table-page .current-new-wrap .has-bg {
  display: block; }

.use-type.type3 {
  justify-content: flex-start;
  padding-top: 10px; }
.use-type.type3 label {
  width: auto; }
.use-type.type3 .btn.btn--blue-border-dark {
  border-color: #009fe3; }
.use-type.type3 .custom-radio input[type="radio"]:checked + div .btn {
  background: #52ae32;
  border-color: #52ae32; }
.use-type.type3.has-border {
  border-bottom: 1px solid #009fe3; }

.cart-final .inner3 tr.cart-total td:first-child span {
  margin-left: 0px !important; }

button.form-control.vouchercode {
  padding: 1px;
  cursor: pointer;
  font-size: 10px; }
button.form-control.vouchercode.active {
  background: #004F9E;
  color: #fff; }

.cart-final .inner tr.cart-total td:last-child {
  white-space: nowrap; }

.voucher-code-wrap {
  margin-bottom: 10px; }
.voucher-code-wrap span {
  width: 182px;
  font-size: 14px;
  text-transform: uppercase;
  color: #004F9E; }
.voucher-code-wrap input {
  width: 330px;
  margin-right: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Dyslexie Bold"; }
.voucher-code-wrap input.success {
  border-bottom-color: #52AE32; }
.voucher-code-wrap .btn.btn--blue-border {
  font-size: 12px;
  text-transform: uppercase;
  color: #004F9E;
  padding: 2px 10px;
  background: #fff;
  min-width: 0px; }
.voucher-code-wrap .btn.btn--blue-border:hover, .voucher-code-wrap .btn.btn--blue-border:focus {
  background: #004F9E !important;
  color: #fff !important; }
.voucher-code-wrap + p {
  font-size: 14px;
  text-transform: uppercase;
  color: #004F9E; }
.voucher-code-wrap + p small {
  text-transform: none;
  font-size: 12px;
  font-style: italic; }

.voucher-code-trigger {
  border-top: 1px solid #009fe3;
  padding-top: 10px; }

tr.discount-row, .voucher-code-trigger {
  display: none; }

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px; }

  .user-sec.type-2.left-fullWidth .head.haspad {
    padding-left: 56px; } }
@media only screen and (min-width: 1360px) {
  .container {
    max-width: 1330px; } }
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1500px; } }
@media only screen and (min-width: 1800px) {
  .container {
    max-width: 1753px; } }
@media only screen and (min-width: 2200px) {
  .angle-section {
    padding-bottom: 8%; }

  .angle-section.type-1 {
    padding: 10% 0%;
    margin-top: -8%; }

  .angle-section.type-2 {
    padding: 10% 0%;
    margin-top: -8%; }

  .angle-section.doc {
    padding-top: 10%;
    padding-bottom: 10%; }

  .go-down {
    bottom: 9%; }

  .type-2 .go-down {
    bottom: 6%; }

  .type-1 .go-down {
    bottom: 73px; }

  .d-font-sec-5 {
    margin-top: -231px; }

  .angle-section.d-font-sec-3.type-1 {
    margin-top: -9%; }

  .d-font-sec-6.type-1 .go-down {
    bottom: 77px; } }
@media only screen and (max-width: 1800px) {
  .angle-section.type-1 .angleDiv-img img {
    margin-left: -200px; }

  .angleDiv-img img {
    width: 800px; }

  .angle-section.type-1 .angleDiv-img img.sm {
    margin-left: 0px; }

  .angleDiv-img img.sm {
    width: 500px; }

  .angle-section.wp .angleDiv-img img {
    width: 500px; }

  .angle-section.type-1 .angleDiv-img img {
    margin-left: 0px; }

  .angle-section.gdoc .angleDiv-img img {
    width: 500px; }

  .angle-section.type-1 {
    padding: 240px 0px; }

  .go-down {
    bottom: 131px; }

  .type-1 .go-down {
    bottom: 45px; }

  .doc .go-down {
    bottom: 67px; }

  .type-2 .go-down {
    bottom: 10%; }

  .type-2.spread .go-down {
    bottom: 12%; }

  .d-font-sec-7 .go-down {
    bottom: 94px; } }
@media only screen and (max-width: 1600px) {
  .angleDiv-img img {
    width: 500px; }

  .angle-section h2 {
    font-size: 26px; }

  .angle-section p {
    font-size: 14px; }

  .angleDiv-content .thumb-wrap .thumb-item img {
    max-width: 51px; }

  .angleDiv-content .icons .icon-single img {
    max-width: 45px;
    margin-bottom: 20px; }

  .angleDiv-content .icons .icon-single span {
    font-size: 10px; }

  .f-right address {
    font-size: 11px; }

  .f-right .numbers {
    font-size: 11px; }

  .f-right .copyright p {
    font-size: 11px; }

  footer.type-2 ul li:nth-of-type(1) a, footer.type-2 ul li:nth-of-type(2) a, footer.type-2 ul li:nth-of-type(3) a, footer.type-2 ul li:nth-of-type(4) a, footer.type-2 ul li:nth-of-type(5) a {
    font-size: 13px; }

  footer.type-2 ul li a {
    font-size: 11px; }

  .right-sec .user-sec .add-user {
    width: 300px; }

  .right-sec .user-sec .active-users {
    width: calc(100% - 300px); }

  table.user-table tr td, table.user-table tr th {
    font-size: 12px; }

  table.user-table tr th img {
    height: 16px; }

  .right-sec .head h2 {
    font-size: 12px; }

  header.type-3 .header-inner .h-right .page-title h1 {
    font-size: 13px; }

  header.type-3 .header-inner .h-right span {
    font-size: 13px; }

  #left-menu h3 {
    font-size: 14px; }

  #left-menu ul li a {
    font-size: 13px; }

  table .btn.btn-sm {
    font-size: 13px; }

  table.user-table tr td .dropdown-menu a {
    font-size: 13px; }

  .custom-radio5 span {
    font-size: 10px; }

  .right-sec .single-user .btn {
    font-size: 11px;
    min-width: 96px;
    padding: 10px 10px; }

  .add-group .btn {
    font-size: 11px;
    min-width: 120px;
    padding: 5px 17px; }

  .right-sec .head h2 {
    line-height: 1.4; }

  .license-left {
    width: 400px; }

  .license-right {
    width: calc(100% - 400px); }

  .active-products .p-item .p-right ul li .ico a {
    margin-bottom: 5px;
    margin-top: 5px; }

  .active-products {
    padding-left: 30px; }

  .active-products .p-item .p-right ul li .ico span {
    font-size: 11px;
    margin-right: 8px; }

  .angle-section.type-1.d-font-sec-3 .angleDiv-img img {
    width: 100%;
    margin-left: 0px !important; }

  .d-font-sec-5 {
    margin-top: -219px; }

  .angle-section.type-2.d-font-sec-2 {
    padding: 300px 0px;
    margin-top: -257px; }

  .angle-section.type-2.d-font-sec-4 {
    margin-top: -234px; }

  .d-font-sec-8.angle-section.type-2 .angleDiv-img img {
    max-width: 399px; }

  .type-3.dbl {
    justify-content: flex-start; }
  .type-3.dbl label {
    width: 41%; } }
@media only screen and (max-width: 1200px) {
  header .top-inner {
    max-width: 600px; }

  .navbar-light .navbar-nav .nav-link {
    padding: 10px 20px;
    font-size: 13px; }

  .angle-section.type-1 .angleDiv-content {
    padding-left: 12%; }

  .angleDiv-content .thumb-wrap .thumb-item img {
    max-width: 49px;
    margin-bottom: 10px; }

  #left-menu {
    left: -240px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15); }
  #left-menu.in {
    left: 0px; }

  html {
    overflow-x: hidden; }

  .right-sec {
    max-width: 100%;
    margin-left: 0px; }

  #left-menu-trigger {
    display: block !important; }

  .angle-section.type-2.d-font-sec-2 {
    margin-top: -296px; }

  .d-font-sec-1 {
    padding-bottom: 206px; }

  .angle-section.type-2.d-font-sec-4 {
    margin-top: -254px; }

  .d-font-sec-5 {
    margin-top: -242px; }

  .user-sec.type-2 .license-left {
    width: 500px; }

  .user-sec.type-2 .license-right {
    width: calc(100% - 500px); }

  .license-single .add-to-order-wrap .license-cart-item .lcart-item h3 {
    font-size: 12px; }

  .license-single .add-to-order-wrap .license-cart-item .counter-wrap .trash {
    left: -48px; }

  .type-3.dbl {
    justify-content: flex-start; }
  .type-3.dbl label {
    width: 50%; }

  .license-single .add-to-order-wrap .trigger-div {
    max-width: 939px; }

  .user-sec.type-2.left-fullWidth .head {
    padding-left: 40px; } }
@media only screen and (max-width: 992px) {
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    padding: 0px;
    background: transparent;
    border-color: transparent; }

  div#navbarSupportedContent {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0px;
    z-index: 999999;
    background: #009FE3; }

  .navbar-light .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px; }

  .navbar-light .navbar-nav .nav-link {
    padding: 15px 20px;
    font-size: 13px;
    color: #fff;
    border: 1px solid #1396ce; }

  .navbar-light .navbar-nav .nav-link .sub-men .nav-link{
    color: #004F9E;
    border: none;
  }

  .sub-men .active-nav-item .nav-link{
    color: #fff !important;
  }

  .navbar-light .navbar-brand {
    margin-top: -10px;
    position: relative;
    top: 0px; }

  .navbar-light .navbar-brand img {
    width: 150px; }

  html {
    overflow-x: hidden; }

  .angleDiv-img img {
    width: 100% !important;
    display: block;
    margin-top: 80px;
    margin-bottom: 50px; }

  .angle-section.type-1 .angleDiv-content {
    padding-left: 0px; }

  .angle-section.type-1 {
    margin-top: -291px; }

  .angle-section.type-2 {
    margin-top: -309px; }

  .go-down {
    bottom: 215px; }

  .angle-section {
    padding-bottom: 345px; }

  .type-1 .go-down {
    bottom: 30px; }

  .f-right {
    text-align: center;
    margin-right: auto; }

  .type-2 .go-down {
    bottom: 12%; }

  header.type-3 .header-inner {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  header.type-3 .header-inner .logo {
    width: 100%;
    padding-bottom: 10px; }
  header.type-3 .header-inner .h-right {
    width: 100%;
    padding: 0px; }

  .right-sec .user-sec .add-user {
    width: 100%;
    min-height: 0px; }

  .right-sec .user-sec .active-users {
    width: 100%;
    margin-bottom: 50px; }

  #left-menu {
    top: 0px;
    z-index: 9999999;
    height: 100vh; }

  .license-left {
    width: 100%;
    min-height: 0px; }

  .license-right {
    width: 100%; }

  .license-left {
    border-right-color: transparent; }

  .mf-img img {
    width: 100% !important; }

  .my-font .font-inner .mf-content h2 {
    font-size: 20px; }

  .my-font .angleDiv-content .thumb-wrap .thumb-item img {
    max-width: 42px; }

  .nav-tabs .nav-item {
    margin-bottom: 10px; }

  .d-font-sec-1 {
    padding-top: 100px; }

  .angle-section.type-2.d-font-sec-2 {
    margin-top: -485px;
    padding-top: 450px;
    padding-bottom: 519px; }
  .angle-section.type-2.d-font-sec-2 .go-down {
    bottom: 13%; }

  .angleDiv-content {
    margin-bottom: 45px; }

  .angle-section.type-1.d-font-sec-3 {
    margin-top: -403px; }

  .angle-section.type-1.d-font-sec-3 {
    padding-top: 159px;
    padding-bottom: 188px; }

  .angle-section.type-2.d-font-sec-4 {
    margin-top: -331px; }

  .d-font-sec-6 {
    padding: 143px 0px;
    margin-top: -305px; }

  .d-font-sec-5 {
    margin-top: -176px; }

  .d-font-sec-7 .angleDiv-content {
    margin-left: 0px; }

  .d-font-sec-7 {
    padding-top: 80px;
    padding-bottom: 244px; }

  .d-font-sec-8.angle-section.type-2 {
    padding-top: 399px;
    padding-bottom: 147px;
    margin-top: -426px; }

  .d-font-sec-8.angle-section.type-2 .angleDiv-img img {
    margin: auto; }

  table.table.feature-table.type-2 {
    left: 0px; }

  .inner-2 .custom-expand a {
    right: -37px !important; }

  .font-top .font-top-right.type-3 {
    flex-wrap: wrap; }

  .license-cart-item.d-flex {
    flex-wrap: wrap; }

  .license-single .add-to-order-wrap .license-cart-item .lcart-item {
    width: 50%; }

  .license-single .add-to-order-wrap .license-cart-item .counter-wrap .trash {
    left: -15px; }

  .license-single .lisence-top {
    flex-wrap: wrap; }

  .current-new-wrap .left {
    width: auto;
    margin-right: 40px; }

  .current-new-wrap .right {
    width: auto; }

  .current-new-wrap {
    padding-left: 40px; }

  .user-sec.type-2.left-fullWidth .head {
    padding-left: 20px; }

  .inner3 {
    padding: 0px 20px; }

  .order-table-page .license-single .counter-wrap {
    margin-left: 20px; }

  .license-single .add-to-order-wrap .trigger-div {
    max-width: 728px; } }
@media only screen and (max-width: 767px) {
  .h-top-left {
    display: none; }

  header .top-inner {
    justify-content: flex-end; }

  header .h-top-right ul li a {
    font-size: 12px; }

  .form-wrap .form-inner .form-head {
    padding: 15px 15px;
    font-size: 13px; }

  .form-wrap .form-inner .form-head h4 {
    font-size: 12px; }

  .form-wrap .form-inner .form-body {
    padding: 20px 15px; }

	.input-amount.form-control.input_css,
	.counter .counter-box input {
		font-size: 19px;
	}

  header.type-2 {
    text-align: center; }
  header.type-2 img {
    margin-bottom: 10px; }
  header.type-2 h1 {
    font-size: 18px; }

  .pad-55 {
    padding: 20px 15px; }

  .use-type label {
    width: 50%; }

  .custom-radio div .btn {
    font-size: 9px; }

  .system label {
    width: 50%; }

  .expand-content {
    padding: 15px 15px; }

  .feature-inner table tr th img {
    height: 70px; }

  .feature-inner table tr td svg {
    height: 26px; }

  .feature-inner table tr td.cloud svg {
    height: 14px; }

  .feature-inner table tr td img {
    height: 36px; }

  .feature-inner table tr td.f-name span {
    font-size: 9px; }

  .table .custom-radio-2 span {
    min-width: 0px;
    font-size: 13px; }

  th {
    text-align: center; }

  .font-top .font-top-left .font-title img {
    width: 40px; }

  .font-top .font-top-left .font-title span:first-child {
    width: 40px; }

  .font-top .font-top-left .font-title span:last-child {
    width: calc(100% - 40px);
    padding-left: 20px; }

  .font-top .font-top-left .font-title span:last-child h3 {
    font-size: 16px; }

  .font-top .font-top-right {
    width: 70px; }

  .font-top .font-top-left {
    width: calc(100% - 70px); }

  .font-top .font-top-left .font-title span:last-child a {
    font-size: 11px; }

  .settings-item h3 {
    font-size: 12px;
    padding-right: 40px; }

  .settings-item p {
    font-size: 12px; }

  .custom-radio-2 span {
    min-width: 77px;
    font-size: 10px; }

  .feature-inner table tr th img {
    height: 35px; }

  .feature-inner table tr th:first-child {
    width: 50px; }

  .form-control {
    font-size: 13px; }

  .custom-expand a svg {
    width: 14px; }

  .no-pad .custom-expand a {
    right: 4px;
    top: 3px; }

  .information h2, .product-cart h2 {
    font-size: 12px; }
  .information h2 .btn.btn-sm, .product-cart h2 .btn.btn-sm {
    font-size: 8px; }

  .color-darkblue + a {
    margin-bottom: 10px;
    font-size: 11px !important; }
  .color-darkblue + a + a {
    margin-bottom: 10px;
    font-size: 11px !important; }

  .product-cart {
    padding: 20px 15px; }

  .product-cart table.cart-table tr td {
    width: 100%;
    display: block;
    padding: 10px; }

  .product-cart table tr td:last-child span {
    margin-top: 20px; }

  .information {
    padding: 20px 15px; }

  .form-wrap .form-inner.type-2 .pad-55 {
    padding: 20px 15px; }

  .form-wrap .form-inner.type-2 .form-head {
    padding-left: 15px; }

  .form-wrap .form-inner.type-2 .expand-content {
    padding: 15px 15px; }
  .form-wrap .form-inner.type-2 .expand-content p {
    padding-right: 0px; }
  .form-wrap .form-inner.type-2 .expand-content h5 {
    padding-right: 0px; }

  .sec-title-sm p {
    padding-right: 0px; }

  .product-cart table tr td .title span:nth-of-type(2) {
    max-width: 160px;
    font-size: 15px;
    padding-left: 15px; }

  .product-cart table tr td:last-child {
    font-size: 14px; }

  .product-cart table tr td:first-child span {
    font-size: 12px; }

  table.sum-table td {
    font-size: 14px; }

  .product-cart table tr td:last-child span {
    font-size: 14px; }

  .information p {
    font-size: 15px; }

  .form-inner.type-2 .expand-content {
    padding: 15px 15px; }

  .p-system h2 {
    padding-left: 0px; }

  .angle-section h2 {
    font-size: 20px; }

  .angle-section p {
    font-size: 13px; }

  .go-down img {
    width: 60px; }

  .go-down {
    bottom: 239px;
    margin-left: -30px; }

  .angle-section .link-btn {
    margin-left: 20px;
    white-space: nowrap; }

  .angle-section.type-1 {
    padding: 119px 0px; }

  .angleDiv-content .thumb-wrap .thumb-item img {
    margin-bottom: 5px; }

  .angleDiv-content .icons {
    justify-content: flex-start;
    flex-wrap: wrap; }

  footer.type-2 ul li {
    width: 100%;
    text-align: center; }

  .angleDiv-content .thumb-wrap .thumb-item img {
    max-width: 37px; }

  .angleDiv-content .thumb-wrap .thumb-item {
    padding: 0px 10px; }

  .type-2 .go-down {
    bottom: 15%; }

  .doc.type-1 .go-down {
    bottom: 67px; }

  .type-2.spread .go-down {
    bottom: 17%; }

  .type-2.storage .go-down {
    bottom: 17%; }

  header.type-3 .header-inner .h-right .page-title {
    width: 100%;
    margin-bottom: 10px; }

  header.type-3 .header-inner .h-right .user-nav {
    width: 100%; }

  .right-sec .user-sec .active-users .head .input-group {
    margin-right: 15px; }

  .right-sec .head h2 {
    padding-top: 0px;
    padding-left: 15px; }

  table.user-table tr th {
    display: none; }

  .right-sec .head {
    min-height: 0px; }

  table.user-table tr td {
    display: block;
    padding-left: 40% !important;
    position: relative;
    text-align: center; }
  table.user-table tr td:before {
    position: absolute;
    width: 38%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #63c0e9;
    display: -ms-flex;
    display: flex;
    align-items: center;
    padding-left: 15px;
    color: #fff; }
  table.user-table tr td:nth-of-type(1) {
    padding-left: 40%; }
  table.user-table tr td:nth-of-type(1):before {
    content: "User type"; }
  table.user-table tr td:nth-of-type(2):before {
    content: "Active"; }
  table.user-table tr td:nth-of-type(3):before {
    content: "Name"; }
  table.user-table tr td:nth-of-type(4):before {
    content: "Email"; }
  table.user-table tr td:nth-of-type(5):before {
    content: "Type of account"; }
  table.user-table tr td:nth-of-type(6):before {
    content: "Actions"; }

  table.invoice-table tr td:nth-of-type(1):before {
    content: "Invoice number"; }
  table.invoice-table tr td:nth-of-type(2):before {
    content: "Invoice Date"; }
  table.invoice-table tr td:nth-of-type(3):before {
    content: "Paid"; }
  table.invoice-table tr td:nth-of-type(4):before {
    content: "Download"; }

  .active-products {
    padding: 30px 20px; }

  .active-products .p-item.type-2 .p-left {
    width: 100%; }

  .active-products .p-item.type-2 .p-right {
    width: 100%;
    margin: 20px 0px; }

  .active-products .p-item .p-right ul li div .btn--blue-border-dark,
  .active-products .p-item .p-right ul li div .btn--green {
    font-size: 12px; }

  .active-products .p-item .p-right ul li .ico a {
    font-size: 12px;
    margin-top: 10px;
    float: right; }

  .active-products .p-item .mid-form .mid-inner div input {
    width: 160px; }

  .l-content {
    padding-left: 40px; }

  .license-left .head .title {
    padding-left: 40px; }

  .license-right .head .title {
    padding-left: 40px; }

  .l-content p {
    font-size: 11px; }

  .l-content h4 {
    font-size: 13px; }

  .l-content.pl-40 {
    padding-left: 20px;
    padding-right: 20px; }

  .active-products .p-item {
    padding-left: 0px;
    padding-right: 23px; }

  .active-products .p-item .p-left span {
    font-size: 10px; }

  .active-products .p-item .mid-form .mid-inner {
    margin-bottom: 20px; }

  .my-font .font-inner .mf-content {
    margin-bottom: 50px; }

  .my-font .font-inner .mf-content h2 {
    font-size: 17px; }

  .nav-tabs {
    justify-content: flex-start; }

  .nav-tabs .nav-item {
    margin-right: 10px; }

  .tab-pane img {
    max-width: 100%; }

  .download-btn {
    font-size: 10px; }

  .tab-pane .pad-80 {
    padding-left: 15px;
    padding-right: 15px; }

  .tab-pane .pad-80 ul {
    margin-left: 0px; }

  .share-text textarea {
    font-size: 16px;
    min-height: 330px; }

  .d-font-sec-1 {
    padding-top: 60px;
    padding-bottom: 200px; }

  ul.list-3 li h3 {
    font-size: 20px; }

  .angle-section.type-2.d-font-sec-2 .go-down {
    bottom: 15%; }

  .angle-section.type-1.doc.d-font-sec-6 {
    margin-top: -310px; }

  .d-font-sec-6 .go-down {
    bottom: 85px !important; }

  .d-font-sec-5 {
    margin-top: -245px; }

  .d-font-sec-7 .angleDiv-content p {
    font-size: 18px; }

  .d-font-sec-7 .go-down {
    bottom: 12%; }

  .list-4 li {
    padding-bottom: 10px; }
  .list-4 li h3 {
    font-size: 20px;
    margin-bottom: 15px; }

  .inner-2 {
    padding: 0px 15px; }

  .font-top .font-top-left.type-2 {
    width: calc(100% - 166px); }

  .font-top .font-top-right.type-2 {
    width: 166px; }

  .font-top .font-top-right.type-2 img {
    margin-right: 20px;
    height: 38px;
    width: 66px; }

  .font-top .font-top-right.type-3 img {
    margin-bottom: 5px; }

  .feature-inner .fix tr th img {
    height: auto;
    width: 100%; }

  .feature-inner tr th img {
    height: auto;
    width: 100%;
    max-height: 56px; }

  .feature-inner .fix tfoot tr td .custom-radio-2 span {
    font-size: 10px;
    padding: 5px 4px; }

  .user-sec.type-2 .license-left {
    width: 100%; }

  .user-sec.type-2 .license-right {
    width: 100%; }

  .user-sec.type-2 .license-right .active-products {
    padding: 30px 20px; }

  .license-single .lisence-top .item {
    padding: 0px 10px;
    width: 33.33%; }

  .license-single .lisence-top .item.btn-type h3 {
    font-size: 12px;
    padding: 8px 4px;
    min-width: 0px; }

  .license-single .lisence-top .item.install-type h3 {
    font-size: 18px; }

  .license-single .add-to-order-wrap .license-cart-item .lcart-item {
    width: 100%; }

  .btn.btn-grad {
    font-size: 12px !important;
    padding: 10px 20px; }

  .checkout-box .table td:first-child {
    font-size: 13px;
    white-space: normal; }

  .table .btn.btn-grad {
    font-size: 12px !important;
    padding: 10px 15px;
    min-width: 0px; }

  .checkout-box .table td {
    padding: 6px 8px; }

  .checkout-box .table td.price {
    font-size: 15px; }
  .checkout-box .table td.price i {
    font-size: 10px; }

  .license-single .counter-wrap.sm .trash {
    left: -16px; }

  .license-single .angleDiv-content .icons .icon-single {
    margin-bottom: 10px; }

  .license-cart-wrap .top {
    padding: 12px 20px; }

  .current-new-wrap {
    flex-wrap: wrap; }

  .current-new-table {
    margin-bottom: 30px; }

  .cart-final .inner tr.cart-total td:first-child span {
    line-height: 1; }

  .cart-final .inner tr.cart-total td:last-child {
    font-size: 22px; }
  .cart-final .inner tr.cart-total td:last-child span {
    font-size: 14px;
    margin-left: 0px; }

  .cart-final .inner tr.cart-total td:first-child span {
    margin-left: 0px; }

  .cart-final .inner tr.cart-total td:last-child {
    width: auto; }

  .form-control.vouchercode {
    font-size: 10px; }

  .font-details .inner {
    padding: 0px 20px; }

  .current-new-wrap {
    padding-left: 20px; }

  .license-cart-wrap .top span {
    font-size: 14px; }

  .sm-cyan-txt {
    font-size: 10px !important; }

  .title-box p {
    font-size: 14px;
    margin-top: 10px;
    text-align: center; }

  .order-table-page .current-new-wrap .left {
    margin-bottom: 30px; }

  .voucher-code-wrap {
    flex-wrap: wrap;
    padding-left: 0px;
    padding-right: 0px; }

  .voucher-code-wrap span {
    font-size: 14px;
    margin-bottom: 10px; }

  .voucher-code-wrap input {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px; }

  .voucher-code-wrap + p {
    padding: 0px 0px; }

  button.form-control.vouchercode {
    white-space: normal;
    height: auto; } }
@media only screen and (max-width: 640px) {
  .table .custom-radio-2 span {
    font-size: 7px; }

  .feature-inner table tr td img {
    height: 16px; }

  .feature-inner table tr td.f-name span {
    font-size: 7px; }

  .feature-inner table tr td svg {
    height: 16px; }

  .feature-inner table tr td.cloud svg {
    height: 8px; }

  .feature-inner table tr td svg.dash {
    height: 3px; }

  .feature-inner table tr td.f-name span {
    font-size: 5px; }

  .table .custom-radio-2 span {
    font-size: 4px; }

  .feature-inner table tr th img {
    height: 28px; }

  .no-pad .custom-expand a {
    right: 4px; }

  .radio-expand table tr td h3 {
    font-size: 16px; }

  header.type-2 h1 {
    font-size: 15px; }

  label.has-icon {
    font-size: 12px; } }

/*# sourceMappingURL=style.css.map */

.blue-text-container p, .blue-text-container h4, .blue-text-container h3{
  color: #004F9E;
}
.blue-text-container{
  /*padding-top: 60px;*/
}

.line-height-2{
  line-height: 2;
}
