/* Minification failed. Returning unminified contents.
(6526,11): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }

      .dz-progress {
  /* progress bar covers file name */
  display: none !important;
}
/*!
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear}.fa-pulse{-webkit-animation:a 1s infinite steps(8);animation:a 1s infinite steps(8)}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-alarm-clock:before{content:"\f34e"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-boxing-glove:before{content:"\f438"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-browser:before{content:"\f37e"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-car:before{content:"\f1b9"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-wide:before{content:"\f326"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-deviantart:before{content:"\f1bd"}.fa-diamond:before{content:"\f219"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dot-circle:before{content:"\f192"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-image:before{content:"\f1c5"}.fa-file-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-times:before{content:"\f317"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-order:before{content:"\f2b0"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-hexagon:before{content:"\f312"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pennant:before{content:"\f456"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-print:before{content:"\f02f"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-racquet:before{content:"\f45a"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-rebel:before{content:"\f1d0"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-scrubber:before{content:"\f2f8"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-ship:before{content:"\f21a"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-shuttlecock:before{content:"\f45b"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-spade:before{content:"\f2f4"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f2e2"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-watch:before{content:"\f2e1"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
@font-face {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(/content/assets/vendors/fontawesome/webfonts/fa-brands-400.eot);
    src: url(/content/assets/vendors/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/content/assets/vendors/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/content/assets/vendors/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(/content/assets/vendors/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(/content/assets/vendors/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}.fab{font-family:Font Awesome\ 5 Brands}
@font-face {
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 300;
    src: url(/content/assets/vendors/fontawesome/webfonts/fa-light-300.eot);
    src: url(/content/assets/vendors/fontawesome/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"),url(/content/assets/vendors/fontawesome/webfonts/fa-light-300.woff2) format("woff2"),url(/content/assets/vendors/fontawesome/webfonts/fa-light-300.woff) format("woff"),url(/content/assets/vendors/fontawesome/webfonts/fa-light-300.ttf) format("truetype"),url(/content/assets/vendors/fontawesome/webfonts/fa-light-300.svg#fontawesome) format("svg")
}.fal{font-weight:300}
@font-face {
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 400;
    src: url(/content/assets/vendors/fontawesome/webfonts/fa-regular-400.eot);
    src: url(/content/assets/vendors/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/content/assets/vendors/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/content/assets/vendors/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(/content/assets/vendors/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),url(/content/assets/vendors/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}.fal,.far{font-family:Font Awesome\ 5 Pro}.far{font-weight:400}
@font-face {
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 900;
    src: url(/content/assets/vendors/fontawesome/webfonts/fa-solid-900.eot);
    src: url(/content/assets/vendors/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/content/assets/vendors/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/content/assets/vendors/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(/content/assets/vendors/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(/content/assets/vendors/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}.fa,.fas{font-family:Font Awesome\ 5 Pro;font-weight:900}
/* ------------------------------------------------------
@File: Default Styles
@Author:PDF SIMPLI
@Developed By: PDF SIMPLI
@Developer URL:https://signsimpli.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
------------------------------------------------------- */
/* ======================================================
@Template Name: PDF SIMPLI
@Author:  PDF SIMPLI
@Default Styles

Table of Content: 
01/ Variables
02/ Prefix 
03/ Header 
06/ Footer 
07/ Responsive 

===================================================== */
/*----------------------------------------------------*/
/* Fonts */
/* Typography */
/*Color Variables*/
/* Bottom to Top key frame*/
@-webkit-keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%); }
  51% {
    opacity: 1; } }

@-moz-keyframes BottomToTop {
  49% {
    -moz-transform: translateY(-100%); }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%); }
  51% {
    opacity: 1; } }

@keyframes BottomToTop {
  49% {
    transform: translateY(-100%); }
  50% {
    opacity: 0;
    transform: translateY(100%); }
  51% {
    opacity: 1; } }

/*----------------------------------------------------*/
/* Typography */
html {
  position: relative;
  min-height: 100%; }

html {
  scroll-behavior: smooth; }

html,
body {
  height: 100%;
  color: #424A5C;
  font-size: 1rem;
  font-family: "Rethink", sans-serif;
  font-weight: 400;
  line-height: 1.6; }

p,
span,
div,
a {
  font-family: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0 0 10px 0;
  color: #424A5B;
  font-family: "Poppins", sans-serif;
  font-weight: 700; }

h1, .h1 {
  font-size:62px; }
  @media (max-width: 1150px) {
    h1, .h1 {
      font-size: 2.5rem; } }
  @media (max-width: 991px) {
    h1, .h1 {
      font-size: 2rem; } }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 1.75rem; } }
  @media (max-width: 479px) {
    h1, .h1 {
      font-size: 1.5rem; } }

h2, .h2 {
  font-size: 2.125rem; }
  @media (max-width: 991px) {
    h2, .h2 {
      font-size: 1.75rem; } }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 1.5rem; } }
  @media (max-width: 479px) {
    h2, .h2 {
      font-size: 1.125rem; } }

h3, .h3 {
  font-size: 1.75rem; }
  @media (max-width: 991px) {
    h3, .h3 {
      font-size: 1.25rem; } }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 1.125rem; } }
  @media (max-width: 479px) {
    h3, .h3 {
      font-size: 1rem; } }

h4, .h4 {
  font-size: 1.5rem; }
  @media (max-width: 991px) {
    h4, .h4 {
      font-size: 1.125rem; } }
  @media (max-width: 767px) {
    h4, .h4 {
      font-size: 1rem; } }

h5, .h5 {
  font-size: 1.25rem; }
  @media (max-width: 991px) {
    h5, .h5 {
      font-size: 1.125rem; } }
  @media (max-width: 767px) {
    h5, .h5 {
      font-size: 1rem; } }

h6, .h6 {
  font-size: 1rem; }

.hidden {
  display: none !important; }

/*Prefix Styles*/
p {
  color: #424A5C;
  margin: 0;
  font: 400 16px/23px "Open Sans", sans-serif; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

ul.list-disc li {
  margin-bottom: 10px;
  margin-left: 35px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  list-style: disc;
  color: #424a5b;
  word-break: break-all; }

/*Section Fix*/
section.row, header.row, footer.row {
  margin: 0; }

#success {
  display: none; }

#error {
  display: none; }

.red {
  color: red;
  color: red; }

iframe {
  border: none; }

i:before {
  margin-left: 0px !important; }

/*Ancore*/
a, .btn, button, .custom_btn, .theme_btn {
  outline: none;
  transition: all 300ms linear 0s; }
  a:before, a:after, .btn:before, .btn:after, button:before, button:after, .custom_btn:before, .custom_btn:after, .theme_btn:before, .theme_btn:after {
    transition: all 300ms linear 0s; }
  a:focus, a:hover, .btn:focus, .btn:hover, button:focus, button:hover, .custom_btn:focus, .custom_btn:hover, .theme_btn:focus, .theme_btn:hover {
    outline: none;
    text-decoration: none;
    transition: all 300ms linear 0s; }
  a:focus, .btn:focus, button:focus, .custom_btn:focus, .theme_btn:focus {
    outline: none;
    box-shadow: none; }

.container {
    max-width: 1320px;
    padding: 0 12px;
}
.documents-footer .container {
    max-width:100%
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

/*.theme_btn {
    display: block;
    font-family: $pss;
    font-weight: 700;
    font-size: 16px;
    background: #F9593A;
    border-radius: 4px;
    max-width: 350px;
    line-height: 75px;
    // margin: 0 auto;
    text-align: center;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    text-transform: uppercase;

    &:hover, &:focus {
        color: #fff;
        background: #424A5B;
    }
}*/
.theme_btn {
    /*max-width: 341px;*/
    /*width: 100%;*/
    /*height: 75px;
        line-height: 75px;*/
    display: inline-block;
    padding: 15px 40px;
    background: radial-gradient(100% 568.33% at 0% 0%, #F95A38 0%, #FF9823 100%);
    border-radius: 50px;
    border: 0;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}
  @media (max-width: 767px) {
    .theme_btn {
      font-size: 16px;
      padding: 18px 25px; } }
  @media (max-width: 479px) {
    .theme_btn {
      font-size: 14px;
      padding: 15px 20px; } }
  .theme_btn:hover {
    color: #fff;
    background: #424A5B; }

.theme-btn-primary {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  background: #F9593A;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  text-transform: uppercase; }

.theme-btn-outline-primary {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 4px;
  text-align: center;
  color: #F9593A;
  text-transform: uppercase;
  background-color: transparent;
  background-image: none;
  border-color: #F9593A;
  border-width: 2px; }

.theme-btn-primary:hover {
  background: #424A5B;
  color: #fff; }

.theme-btn-outline-primary:hover {
  background: #424A5B;
  color: #fff;
  border-color: #424A5B; }

.btn.disabled, .btn:disabled {
  opacity: 1;
  border-color: rgba(66, 74, 92, 0.5);
  color: #424A5C; }

.btn.disabled:hover, .theme-btn-outline-primary:disabled:hover {
  background-color: transparent; }

.theme-btn-default {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  background: #efefef;
  border-radius: 4px;
  text-align: center;
  color: #424A5B;
  text-transform: uppercase; }

.theme-btn-default:hover {
  background: #424A5B;
  color: #fff; }

.btn-group-sm > .btn, .btn-sm {
  font-size: .87rem;
  padding: .75rem 1.75rem; }

.btn-group-md > .btn, .btn-md {
  font-size: .87rem;
  padding: 1rem 2rem; }

.btn-group-lg > .btn, .btn-lg {
  padding: 1rem 2.5rem; }

.txt-link {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all .3s;
  padding-bottom: 5px; }
  .txt-link span {
    padding-bottom: 5px;
    position: relative;
    transition: all .3s; }
    .txt-link span:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      border-bottom: 3px solid;
      width: 40%;
      transition: all ease .4s; }
  .txt-link i {
    transform: translateX(0);
    transition: all .3s; }
  .txt-link:hover i {
    transform: translateX(8px); }
  .txt-link:hover span:after {
    width: 100%; }
  .txt-link .fa, .txt-link .fas {
    font-weight: 300;
    font-size: 92%; }

/*btn-signup signup-g*/
#newGoogleBtn {
  margin-bottom: 15px; }

.btn.btn-signup {
  width: 250px; }

#loginModal .form-control {
  width: 100%;
  margin-bottom: 20px;
  box-shadow: none;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  line-height: 40px;
  height: auto;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding-left: 20px; }
  #loginModal .form-control::placeholder {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #aaa; }

#authContentPlaceHolder_addBtn:disabled {
  opacity: .8;
  border-color: rgba(66, 74, 92, 0.5);
  color: #fff; }
  #authContentPlaceHolder_addBtn:disabled:hover {
    background: #F9593A; }

#loader-modal .modal-dialog {
  max-width: 250px; }
  #loader-modal .modal-dialog #loader-box {
    padding: 10px; }
    #loader-modal .modal-dialog #loader-box img {
      width: 65px;
      margin: 0 auto 10px;
      display: block; }

.helpGuide {
  min-height: 400px;
  overflow: auto;
  position: relative; }

.helpGuide iframe {
  position: absolute;
  border: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0; }

.loginv2helpguide {
  display: none !important; }

#tags-modal .bootstrap-tagsinput {
  line-height: 35px; }

.or {
  font-size: 24px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding-top: 33px;
  display: block;
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px; }
  .or span {
    width: 149px;
    height: 1px;
    display: block;
    background: #aaa;
    margin: 0 20px; }

.panel-integrations {
  margin: 20px 0; }
  .panel-integrations a {
    margin: 0 20px; }
    .panel-integrations a img {
      max-width: 60px; }
    .panel-integrations a#dropboxFromModal img {
      max-width: 50px; }

/*#audit-trail {
    .user-table {
        border-bottom: 2px solid #ddd;
        padding-bottom: 20px;
    }
}
#audit-trail .user-table .user-entry.row .audit-trail-info {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
#audit-trail .user-table .user-entry.row .audit-trail-icon .label {
    padding: 10px;
    color: #fff;
    background-color: #434b5d;
    display: inline;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}*/
.user-box {
  padding: 15px 20px 10px;
  margin-bottom: 20px;
  border-radius: 6px;
  border: 1px solid transparent;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  word-break: break-word; }
  .user-box .user-label {
    margin-bottom: 8px; }
  .user-box .user-entry {
    display: flex;
    margin-bottom: 10px; }
    .user-box .user-entry .user-icon {
      width: 50px;
      height: 50px;
      line-height: 50px;
      margin-right: 10px;
      color: #fff;
      text-align: center;
      border-radius: .25em;
      background-color: #434b5d; }
    .user-box .user-entry .user-content {
      width: -webkit-calc(100% - 60px);
      width: -moz-calc(100% - 60px);
      width: calc(100% - 60px);
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 3px; }

.industries-item {
  margin-bottom: 30px; }
  .industries-item .card {
    max-width: 480px;
    margin: 0 auto;
    overflow: hidden;
    border: none; }
    .industries-item .card .images {
      max-width: 480px;
      overflow: hidden;
      display: block; }
      .industries-item .card .images img {
        transition: all 500ms ease-in-out;
        max-width: 100%; }
    .industries-item .card .card-body {
      padding: 10px;
      background: rgba(41, 128, 185, 0.05);
      padding-bottom: 30px; }
      .industries-item .card .card-body p {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        color: #424A5B;
        font-size: 16px; }
      .industries-item .card .card-body .link-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 20px; }
        .industries-item .card .card-body .link-area h3 {
          font-family: "Poppins", sans-serif;
          font-weight: bold;
          font-size: 20px;
          color: #424A5B; }
        .industries-item .card .card-body .link-area a {
          font-family: "Roboto", sans-serif;
          font-weight: 400;
          font-size: 16px;
          color: #196AC8;
          margin-right: 10px; }
          .industries-item .card .card-body .link-area a i {
            margin-left: 15px; }
          .industries-item .card .card-body .link-area a:hover, .industries-item .card .card-body .link-area a:focus {
            color: #F9593A; }
  .industries-item:hover .card .images img, .industries-item:focus .card .images img {
    transform: scale3D(1.2, 1.2, 1); }

.card {
  overflow: hidden;
  background: #E5E5E5;
  border: none;
  border-radius: 6px 6px 0 0;
  margin-bottom: 30px; }
  .card .images img {
    max-width: 100%; }
  .card .card-body {
    height: 140px; }
    .card .card-body h5 {
      color: #7D7987;
      font-weight: 600;
      font-size: 16px;
      font-family: "Poppins", sans-serif;
      display: flex;
      align-items: center; }
      .card .card-body h5 span {
        display: inline-block;
        height: 2px;
        width: 20px;
        background: #7D7987;
        margin-left: 10px; }
    .card .card-body a {
      font-weight: 600;
      font-size: 18px;
      color: #424A5B;
      display: block;
      margin-bottom: 5px;
      font-family: "Poppins", sans-serif; }
      .card .card-body a:hover, .card .card-body a:focus {
        color: #F9593A; }
    .card .card-body p {
      font-weight: 500;
      font-size: 14px;
      color: #AAAAAA;
      font-family: "Poppins", sans-serif; }
      .card .card-body p span {
        font-weight: 500;
        display: inline-block;
        margin-left: 10px;
        font-family: "Poppins", sans-serif; }

.signup_section .modal-body-text.signup_inner {
  padding: 0px 70px; }
  @media (max-width: 767px) {
    .signup_section .modal-body-text.signup_inner {
      padding: 0px 10px; } }

#innerPageExternalBtns {
  display: none; }

/* Offer Page */
.login-btn-group {
  /*display: none;*/
  margin: 0 auto 10px;
  max-width: 280px; }
  @media (max-width: 479px) {
    .login-btn-group {
      margin: 0 auto 5px; } }
  @media (max-height: 549px) {
    .login-btn-group {
      margin: 0 auto 2px; } }

#newGoogleBtn,
#newFbBtn {
  position: relative;
  display: block;
  width: 100%; }

#newGoogleBtn {
  margin-bottom: 10px; }

.btn.btn-signup {
  width: 250px;
  max-height: 40px;
  padding: 8px 0px 10px 40px;
  font-size: 16px;
  font-family: sans-serif, Helvetica, Arial;
  font-weight: 500;
  text-transform: none;
  box-shadow: none;
  border-radius: 1px; }
  @media (max-width: 767px) {
    .btn.btn-signup {
      font-size: 14px;
      padding: 7px 0px 6px 40px; } }

.btn.btn-signup.signup-g {
  background: #ea4335; }

.btn.btn-signup.signup-f {
  background: #1877f2; }

.btn.btn-signup.signup-g, .btn.btn-signup.signup-f {
  color: #ffffff;
  border: none;
  width: 100%; }

.btn.btn-signup.signup-f span.signup-icon {
  padding: 7px 0 0 0; }

.btn.btn-signup span.signup-icon {
  width: 38px;
  height: 38px;
  top: 1px;
  left: 1px;
  position: absolute;
  box-sizing: border-box;
  background: #fff; }
  @media (max-width: 767px) {
    .btn.btn-signup span.signup-icon {
      width: 32px;
      height: 32px; } }

.btn.btn-signup.signup-f span.signup-icon svg {
  width: 24px;
  height: 24px; }
  @media (max-width: 767px) {
    .btn.btn-signup.signup-f span.signup-icon svg {
      width: 20px;
      height: 20px; } }

.btn.btn-signup.signup-g span.signup-icon svg {
  width: 20px;
  height: 20px;
  margin-top: 9px; }
  @media (max-width: 767px) {
    .btn.btn-signup.signup-g span.signup-icon svg {
      width: 16px;
      height: 16px;
      margin-top: 9px; } }

#login-modal .signup_section {
  margin-bottom: 0; }

#login-modal .input_area .form-control {
  max-width: 100%;
  width: 100%;
  line-height: 40px; }

#login-modal .input_area p,
#login-modal .signup_inner p {
  padding-bottom: 20px; }

#login-modal .input_area .middle {
  padding-top: 20px; }

#loader-modal #loader-box img {
  margin: 40px auto;
  max-width: 90px;
  display: inherit; }

#loader-modal #loader-box p {
  font-size: 20px;
  margin-bottom: 30px; }

/*#loader-modal #loader-box img {
    margin: 40px auto;
    max-width: 90px;
    display: inherit;
}

#loader-modal #loader-box p {
    font-size: 20px;
    margin-bottom: 30px;
}*/
.secure-sever-tooltip {
  margin-bottom: 10px; }
  @media (max-height: 660px) {
    .secure-sever-tooltip {
      margin-bottom: 0; } }

.brands-logo ul {
  display: flex;
  font-size: 12px; }
  @media (max-width: 420px) {
    .brands-logo ul {
      display: block; } }
  .brands-logo ul li {
    margin: 0 3px; }
    @media (max-width: 420px) {
      .brands-logo ul li {
        display: inline-block; } }
    .brands-logo ul li:first-child {
      padding-top: 2px;
      width: 90px; }
    .brands-logo ul li img {
      height: 13px; }
      @media (max-width: 1150px) {
        .brands-logo ul li img {
          height: 12px; } }

.brands-logo.new-logo {
  padding-top: 30px; }
  .brands-logo.new-logo li {
    margin: 0 11px; }
    .brands-logo.new-logo li img {
      height: 16px; }
      @media (max-width: 479px) {
        .brands-logo.new-logo li img {
          height: 14px; } }

html[dir='rtl'] #progress-modal .modal-body .align-middle {
  text-align: right; }

.mobile-more-options,
.mobile-more-options-l {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.7); }

.mobile-more-options .dropdown-menu,
.mobile-more-options-l .dropdown-menu {
  position: absolute;
  width: 100vw;
  height: auto;
  display: block;
  top: unset;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px; }

.mobile-more-options .dropdown-menu i {
  color: #337ab7; }

.mobile-more-options .dropdown-menu .close,
.mobile-more-options-l .dropdown-menu .close {
  position: absolute;
  right: 15px;
  top: 10px; }

.mobile-more-options .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  margin: 3px 0;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

@media (max-width: 768px) {
  .mobile-more-options img.svg,
  .mobile-more-options-l img.svg {
    max-width: 15px;
    margin-top: -2px; } }

.mobile-more-options .dropdown-menu .mobile-popup-headline {
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px; }

#document-details-panel .table {
  font-size: 14px;
  word-break: break-all; }

.popover-icon-cards img {
  width: 90%;
  margin: 5px 0; }

.popover.bs-popover-right {
  max-width: 210px;
  padding: 5px; }
  @media (max-width: 479px) {
    .popover.bs-popover-right {
      max-width: 150px; } }

.review_order .card {
  margin-bottom: 20px; }

.down_content {
  max-width: 100%;
  margin-top: 30px; }

.down_content p {
  margin-bottom: 10px; }

/* Precancel */
section#pre-cancel-title {
  padding: 20px 0 40px;
  border-bottom: solid 1px #ccc; }

section#pre-cancel-title h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #424A5B;
  padding-bottom: 20px; }

#pre-cancel-options {
  border-bottom: solid 1px #ccc;
  background-color: #f7fcff; }

#pre-cancel-options .option-block {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 40px 30px 60px 30px;
  background-color: #fff;
  height: 100%; }

#pre-cancel-options .option-block h3 {
  min-height: 70px;
  color: #F9593A;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px; }

#pre-cancel-options .option-block p {
  min-height: 140px; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 650px; }
  .modal-dialog.modal-lg {
    max-width: 800px; } }

/* Top 25 SignSimpli LP Forms - start */
.entry-meta {
  margin-bottom: 20px; }

a.entry-author-link {
  color: #1D81CE; }

.card-body ul.list-item {
  padding-left: 20px; }

.card-body ul.list-item li {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  list-style: disc;
  color: #424a5b; }

.card-body p {
  margin-bottom: 10px; }

.color-section .selector-wrap .color-selector .item {
  padding: 0; }

.trustpilot-widget iframe {
  transform: scale(1.2); }

@media screen and (min-width: 678px) {
  .trustpilot-widget iframe {
    transform: scale(1.7); } }

@media screen and (min-width: 992px) {
  .trustpilot-widget iframe {
    transform: scale(2); } }

.wordwrap {
  display: inline-block; }

@media screen and (max-width: 450px) {
  .pagination .page-item .page-link {
    padding-right: 0; } }

#pagination-container {
  margin: 0 auto; }

.card .card-body {
  height: auto; }

.border-left.border-warning {
  border-left-width: 4px !important; }

.pdf-btn {
  width: 92.93px; }

#form-review .theme_btn {
  background: #196AC8;
  color: #fff;
  margin: 0 auto; }

@media (max-width: 767px) {
  /*#login, #signup, #forgotPassword, #resetPassword, #checkout-page {
        .documents-footer {
            display: none
        }
    }*/
  .fbn {
    margin: 0 auto;
    position: fixed;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    top: unset;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 12;
    padding: 10px; }
    .fbn .theme_btn {
      width: 100%; }
  .signup_section .signup_inner .input_area .fbn .theme_btn {
    font-size: 14px;
    padding: 10px 15px; }
  .bounce-effect {
    -webkit-animation: bounce 1.2s ease-out;
    -moz-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 1.2s ease-out; } }

.easy-autocomplete input {
  box-shadow: unset !important; }

.easy-autocomplete {
  width: auto !important; }

.easy-autocomplete.eac-square ul li,
.easy-autocomplete.eac-square ul .eac-category {
  line-height: 38px; }

.template-error {
  color: #D8000C;
  font-size: 13px;
  padding-left: 40px; }

@-webkit-keyframes bounce {
  0% {
    transform: translateY(100%); }
  50% {
    transform: translateY(100%); }
  60% {
    transform: translateY(-20%); }
  70% {
    transform: translateY(10%); }
  80% {
    transform: translateY(-5%); }
  100% {
    transform: translateY(0); } }

@-moz-keyframes bounce {
  0% {
    transform: translateY(100%); }
  50% {
    transform: translateY(100%); }
  60% {
    transform: translateY(-20%); }
  70% {
    transform: translateY(10%); }
  80% {
    transform: translateY(-5%); }
  100% {
    transform: translateY(0); } }

@keyframes bounce {
  0% {
    transform: translateY(100%); }
  50% {
    transform: translateY(100%); }
  60% {
    transform: translateY(-20%); }
  70% {
    transform: translateY(10%); }
  80% {
    transform: translateY(-5%); }
  100% {
    transform: translateY(0); } }

/*----------------------------------------------------*/
.main_header {
  padding: 10px 0; }
  @media (max-width: 767px) {
    .main_header {
      padding: 5px 0; } }
  @media (max-width: 767px) {
    .main_header .navbar-toggler {
      line-height: 28px;
      padding: .25rem 0 .25rem .25rem; } }
  .main_header .custom_nav {
    padding: 0; }
    @media (max-width: 991px) {
      .main_header .custom_nav {
        text-align: center; } }
    .main_header .custom_nav .navbar-brand {
      max-width: 180px;
      width: 100%; }
      @media (max-width: 1200px) {
        .main_header .custom_nav .navbar-brand {
          max-width: 160px;
          width: 100%;
          padding-top: 0; } }
      @media (max-width: 767px) {
        .main_header .custom_nav .navbar-brand {
          max-width: 150px;
          width: 100%; } }
      @media (max-width: 479px) {
        .main_header .custom_nav .navbar-brand {
          max-width: 140px;
          width: 100%; } }
      .main_header .custom_nav .navbar-brand img {
        max-width: 100%; }
    .main_header .custom_nav .custom_collapse {
      justify-content: flex-end; }
      .main_header .custom_nav .custom_collapse .navbar-nav li a {
        display: block;
        font-size: 16px;
        font-weight: 600;
        color: #424A5B;
        font-family: "Poppins", sans-serif;
        margin: 0 10px;
        padding: 14px 5px;
        text-decoration: none;
        color: #13001b;
        text-transform: uppercase; }
        @media (max-width: 1200px) {
            .main_header .custom_nav .custom_collapse .navbar-nav li a {
                font-size: 14px !important;
                padding: 5px 0 !important;
                margin: 0 5px !important;
            } }
        @media (max-width: 991px) {
          .main_header .custom_nav .custom_collapse .navbar-nav li a {
            margin: 0; } }
        @media (max-width: 767px) {
          .main_header .custom_nav .custom_collapse .navbar-nav li a {
            padding: 10px 5px;
            font-size: 14px; } }
        .main_header .custom_nav .custom_collapse .navbar-nav li a:hover, .main_header .custom_nav .custom_collapse .navbar-nav li a:focus, .main_header .custom_nav .custom_collapse .navbar-nav li a.active {
          color: #F9593A; }
      @media (max-width: 767px) {
        .main_header .custom_nav .custom_collapse .dropdown-menu {
          text-align: center; } }
      .main_header .custom_nav .custom_collapse .dropdown-menu li.dropdown-item {
        padding: 0; }
        .main_header .custom_nav .custom_collapse .dropdown-menu li.dropdown-item.active, .main_header .custom_nav .custom_collapse .dropdown-menu li.dropdown-item:active {
          background: none; }
        .main_header .custom_nav .custom_collapse .dropdown-menu li.dropdown-item a {
          padding: 9px 5px;
          font-size: 14px;
          color: #4c4c4c; }
          @media (max-width: 767px) {
            .main_header .custom_nav .custom_collapse .dropdown-menu li.dropdown-item a {
              padding: 9px 5px 3px; } }
      .main_header .custom_nav .custom_collapse .custom_btn {
        /*width: 210.5px;
                height: 53px;*/
        font-family: "Poppins", sans-serif;
        background: #FDCE43;
        border-radius: 4px;
        /*line-height: 53px;*/
        text-align: center;
        display: block;
        font-weight: 500;
        font-size: 18px;
        padding: 12px 15px;
        color: #424A5B;
        margin-left: 15px;
        text-transform: uppercase; }
        @media (max-width: 1200px) {
          .main_header .custom_nav .custom_collapse .custom_btn {
            font-size: 16px;
            padding: 12px 12px;
            margin-left: 10px;
            height: 48px; } }
        @media (max-width: 767px) {
          .main_header .custom_nav .custom_collapse .custom_btn {
            font-size: 16px;
            padding: 12px 12px; } }
        .main_header .custom_nav .custom_collapse .custom_btn:hover, .main_header .custom_nav .custom_collapse .custom_btn:focus, .main_header .custom_nav .custom_collapse .custom_btn.active {
          color: #fff;
          background: #424A5B; }
        .main_header .custom_nav .custom_collapse .custom_btn i {
          margin-right: 5px; }

#login .help-guid, #signup .help-guid {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  background: #FDCE43;
  border-radius: 4px;
  text-align: center;
  padding: 10px 20px; }
  #login .help-guid:hover, #login .help-guid:focus, #login .help-guid.active, #signup .help-guid:hover, #signup .help-guid:focus, #signup .help-guid.active {
    color: #fff;
    background: #424A5B; }

/*#forgotPassword, #resetPassword {
    .main_header .custom_nav .helpGuideBtn {
        display: none;
    }
}*/
.header_section {
  overflow: hidden; }
  .header_section .logo {
    padding-top: 50px;
    max-width: 170px;
    padding-bottom: 110px; }
    .header_section .logo a img {
      max-width: 100%; }
  .header_section ul {
    text-align: center;
    padding-bottom: 30px; }
    .header_section ul li {
      display: inline-block; }
      .header_section ul li a {
        display: block;
        margin-right: 100px;
        color: #959595;
        position: relative;
        font-size: 20px;
        font-weight: 500;
        font-family: "Roboto", sans-serif; }
        .header_section ul li a i {
          margin-right: 10px;
          height: 30px;
          width: 30px;
          line-height: 30px;
          border-radius: 50%;
          background: #959595;
          color: #fff; }
        .header_section ul li a:after {
          position: absolute;
          content: '';
          display: block;
          right: -80px;
          bottom: 12px;
          height: 1px;
          width: 70px;
          background: #D8D8D8; }
        .header_section ul li a.active {
          font-weight: 500;
          color: #424A5C; }
          .header_section ul li a.active i {
            background: #0F67CB; }
      .header_section ul li:first-child a {
        font-weight: 500;
        color: #424A5C; }
        .header_section ul li:first-child a i {
          background: #0F67CB; }
      .header_section ul li:last-child a {
        margin: 0; }
        .header_section ul li:last-child a:after {
          display: none; }

@media (max-width: 991px) {
  .steps {
    display: none; } }

.steps li {
  display: inline-block; }
  .steps li a {
    display: block;
    margin-right: 50px;
    color: #959595;
    position: relative;
    font-size: 0.9375rem;
    font-weight: 500;
    font-family: "Roboto", sans-serif; }
    .steps li a i {
      margin-right: 5px;
      height: 26px;
      width: 26px;
      line-height: 25px;
      border-radius: 100%;
      background: #959595;
      color: #fff;
      text-align: center; }
    .steps li a:after {
      position: absolute;
      content: '';
      display: block;
      right: -45px;
      bottom: 12px;
      height: 1px;
      width: 35px;
      background: #D8D8D8; }
    .steps li a.active {
      font-weight: 500;
      color: #424A5C; }
      .steps li a.active i {
        background: #0F67CB; }
  .steps li:first-child a {
    font-weight: 500;
    color: #424A5C; }
    .steps li:first-child a i {
      background: #0F67CB; }
  .steps li:last-child a {
    margin: 0; }
    .steps li:last-child a:after {
      display: none; }

.plan_page_two {
  position: relative;
  background: #F2F9FC;
  padding-bottom: 20px; }
  .plan_page_two ul {
    max-width: 720px;
    margin: 0 auto;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 5px; }
    .plan_page_two ul li a {
      margin-right: 50px;
      padding: 0 10px;
      position: relative;
      transition: all .5s; }
      .plan_page_two ul li a i {
        display: none; }
      .plan_page_two ul li a::after {
        display: none; }
      .plan_page_two ul li a:before {
        content: '';
        display: block;
        position: absolute;
        bottom: -7px;
        left: 0;
        width: 0;
        height: 4px;
        background: #0F67CB;
        transition: all .5s; }
      .plan_page_two ul li a:hover, .plan_page_two ul li a:focus, .plan_page_two ul li a.active {
        color: #424A5C; }
        .plan_page_two ul li a:hover:before, .plan_page_two ul li a:focus:before, .plan_page_two ul li a.active:before {
          width: 100%; }

.registration_header {
  padding-top: 60px; }
  .registration_header .header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .registration_header .header a {
      display: block;
      width: 210px; }
      .registration_header .header a img {
        max-width: 100%; }
    .registration_header .header .theme_btn {
      display: block;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 20px;
      color: #000000;
      background: #FDCE43;
      border-radius: 4px;
      width: 133px;
      line-height: 50px;
      text-align: center;
      padding: 0 10px; }

.dashboard-header {
  overflow: visible; }
  .dashboard-header .custom_nav {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 30px; }
    .dashboard-header .custom_nav .custom_collapse {
      align-items: flex-start; }
      .dashboard-header .custom_nav .custom_collapse .navbar-nav li a {
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 20px;
        color: #424A5B;
        margin: 0 20px;
        padding-bottom: 20px;
        display: inline-block;
        position: relative; }
        .dashboard-header .custom_nav .custom_collapse .navbar-nav li a::after {
          position: absolute;
          content: '';
          display: block;
          left: 0;
          bottom: 0;
          height: 5px;
          width: 0;
          background: #196AC8; }
        .dashboard-header .custom_nav .custom_collapse .navbar-nav li a span {
          display: inline-block;
          margin-right: 4px; }
          .dashboard-header .custom_nav .custom_collapse .navbar-nav li a span img {
            max-width: 100%; }
        .dashboard-header .custom_nav .custom_collapse .navbar-nav li a:hover, .dashboard-header .custom_nav .custom_collapse .navbar-nav li a:focus, .dashboard-header .custom_nav .custom_collapse .navbar-nav li a.active {
          color: #196AC8 !important; }
          .dashboard-header .custom_nav .custom_collapse .navbar-nav li a:hover::after, .dashboard-header .custom_nav .custom_collapse .navbar-nav li a:focus::after, .dashboard-header .custom_nav .custom_collapse .navbar-nav li a.active::after {
            width: 100%; }
      .dashboard-header .custom_nav .custom_collapse .dropdown .dropdown-toggle {
        background: none;
        outline: none;
        border: none;
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        color: #424A5B;
        cursor: pointer; }

.dropdown .dropdown-toggle {
  background: none;
  outline: none;
  border: none;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #424A5B;
  cursor: pointer; }

.upload-section .right_content {
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
  border-radius: 18px;
  padding: 60px 90px;
  text-align: center;
  width: 100%; }
  .upload-section .right_content h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 32px;
    padding-bottom: 30px; }
  .upload-section .right_content .upload_area {
    border: 1px dashed #AAAAAA;
    padding: 40px; }
    .upload-section .right_content .upload_area .icon {
      padding-bottom: 15px; }
      .upload-section .right_content .upload_area .icon img {
        max-width: 100%; }
    .upload-section .right_content .upload_area h5 {
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      font-size: 22px;
      padding-bottom: 15px;
      color: #aaa; }
    .upload-section .right_content .upload_area p {
      font-size: 22px;
      font-weight: 400;
      font-family: "Roboto", sans-serif;
      position: relative;
      padding-bottom: 40px; }
      .upload-section .right_content .upload_area p::after {
        position: absolute;
        content: '';
        display: block;
        top: 13px;
        left: 40px;
        width: 100px;
        height: 1px;
        background: #AAAAAA; }
      .upload-section .right_content .upload_area p::before {
        position: absolute;
        content: '';
        display: block;
        top: 13px;
        right: 40px;
        width: 100px;
        height: 1px;
        background: #AAAAAA; }
    .upload-section .right_content .upload_area .custom_btn {
      max-width: 341px;
      width: 100%;
      height: 75px;
      background: #F9593A;
      border-radius: 4px;
      border: 0;
      font-family: "Poppins", sans-serif;
      font-weight: bold;
      font-size: 18px;
      color: #fff;
      text-align: center;
      cursor: pointer; }

.pdf-to-word-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #D8D8D8; }
  .pdf-to-word-header .header-inner .navbar-brand {
    display: block;
    max-width: 210px; }
    .pdf-to-word-header .header-inner .navbar-brand img {
      max-width: 100%; }

.middle-header {
  margin-top: 60px; }
  .middle-header .bottom-header {
    padding: 20px 90px;
    background: #FFFFFF;
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    padding-bottom: 0; }
    .middle-header .bottom-header li {
      display: inline-block; }
      .middle-header .bottom-header li a {
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 20px;
        color: #424A5B;
        margin: 0 20px;
        padding-bottom: 20px;
        display: inline-block;
        position: relative; }
        .middle-header .bottom-header li a::after {
          position: absolute;
          content: '';
          display: block;
          left: 0;
          bottom: 0;
          height: 5px;
          width: 0;
          background: #196AC8; }
        .middle-header .bottom-header li a span {
          display: inline-block;
          margin-right: 4px; }
          .middle-header .bottom-header li a span img {
            max-width: 100%; }
        .middle-header .bottom-header li a:hover, .middle-header .bottom-header li a:focus, .middle-header .bottom-header li a.active {
          color: #196AC8 !important; }
          .middle-header .bottom-header li a:hover::after, .middle-header .bottom-header li a:focus::after, .middle-header .bottom-header li a.active::after {
            width: 100%; }

/*----------------------------------------------------*/
.pricing_section .row-eq-height .custom-radio,
.pricing_section .row-eq-height .radio-btn,
.pricing_section .row-eq-height .pricing_table,
.row-eq-height .feature-item {
  height: 100%;
  width: 100%; }

.pricing_section .header {
  text-align: left;
  font-size: 34px;
  line-height: normal;
  margin: 0;
  font-weight: 700; }
  @media (max-width: 991px) {
    .pricing_section .header {
      font-size: 34px; } }
  @media (max-width: 767px) {
    .pricing_section .header {
      font-size: 32px;
      margin-bottom: 10px; } }
  @media (max-width: 479px) {
    .pricing_section .header {
      font-size: 20px; } }

.pricing_section .custom_btn {
  display: inline-block;
  background: #F9593A;
  height: 60px;
  line-height: 60px;
  text-align: center !important;
  border-radius: 45px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 0 45px;
  margin-left: 18px;
  text-transform: uppercase; }
  .pricing_section .custom_btn:hover, .pricing_section .custom_btn:focus {
    color: #fff;
    background: #424A5B; }
  @media (max-width: 767px) {
    .pricing_section .custom_btn {
      padding: 0 40px;
      height: 58px;
      line-height: 58px; } }
  .pricing_section .custom_btn i {
    margin-left: 8px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    line-height: 32px;
    color: #F9593A; }
    @media (max-width: 767px) {
      .pricing_section .custom_btn i {
        margin-left: 10px;
        height: 25px;
        width: 25px;
        font-size: 12px;
        line-height: 25px; } }

.pricing_section .pricing_plan {
  /*box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1);*/
  padding-top: 20px;
  /*overflow: hidden;*/ }
  .pricing_section .pricing_plan .custom-radio {
    margin: 0 !important; }
    .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table {
      padding: 20px 20px 120px;
      box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.0823529);
      border-radius: 6px;
      background: #fff;
      border: 1px solid #fff;
      position: relative;
      cursor: pointer;
      font-size: 14px; }
      .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .payment-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        /*padding: 1.5rem 2rem;*/
        padding: 0 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        min-height: 100px;
        text-align: center;
        line-height: 20px; }
        @media (min-width: 992px) and (max-width: 1100px) {
          .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .payment-footer {
            min-height: 110px; } }
        .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .payment-footer p {
          margin: 0;
          padding: 0; }
      .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .iconify {
        margin-left: auto;
        display: block;
        font-size: 25px;
        color: #BCBCBC;
        transition: all ease-out .3s;
        position: absolute;
        top: 20px;
        right: 20px; }
      .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .circle {
        text-align: center;
        margin-bottom: 15px; }
        .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .circle img {
          max-width: 100%; }
      .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content {
        text-align: center; }
        .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content h6 {
          font-size: 18px; }
        .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content h4 {
          font-size: 40px; }
          .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content h4 span {
            font-size: 30px;
            position: relative;
            top: -7px; }
        .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content h5 {
          line-height: 24px;
          font-size: 18px;
          position: relative;
          display: inline-block;
          /*&:before {
                                content: '';
                                display: block;
                                position: absolute;
                                width: 100%;
                                height: 2px;
                                background: #D8D8D8;
                                top: 12px;
                                left: 0;
                            }*/ }
        .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content ul {
          padding-bottom: 0; }
          .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content ul li {
            font-weight: 500;
            line-height: normal;
            margin-bottom: 10px; }
      .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table p {
        text-align: center;
        font-size: 15px;
        font-family: "Roboto", sans-serif;
        font-weight: normal;
        padding-top: 10px; }
      .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .top {
        background: #FFCF05;
        width: 186px;
        height: 49px;
        border-radius: 8px;
        line-height: 49px;
        position: absolute;
        top: -45px;
        z-index: -1; }
        .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .top p {
          font-size: 16px;
          font-weight: 700;
          text-align: center;
          font-family: "Roboto", sans-serif; }
      .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table.popular hr {
        margin-top: 0; }
      .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table.popular .content ul {
        padding: 0; }
      .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table.last .circle {
        margin-top: -10px; }
        .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table.last .circle img {
          max-width: 52px; }
      .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        box-shadow: 0px 0px 4px rgba(14, 102, 204, 0.352941);
        background: #fff; }
  .pricing_section .pricing_plan .footer {
    text-align: center;
    background: #F4F6F5;
    line-height: 35px;
    padding: 20px 0;
    margin-bottom: 20px; }
  .pricing_section .pricing_plan .radio-buttons {
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  .pricing_section .pricing_plan .custom-radio input {
    display: none; }
  .pricing_section .pricing_plan .radio-btn {
    width: 100%;
    height: auto;
    cursor: pointer; }
  .pricing_section .pricing_plan .radio-btn .hobbies-icon h3 {
    color: #8373e6;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase; }
  .pricing_section .pricing_plan .custom-radio input:checked + .radio-btn .pricing_table {
    border: 1px solid #AAC9ED; }
    .pricing_section .pricing_plan .custom-radio input:checked + .radio-btn .pricing_table .iconify {
      color: #0F67CB; }

.pricing-new-mobile .mobile-headline {
  font-size: 20px;
  margin: 0 0 15px 0;
  text-align: center; }
  @media (max-width: 767px) {
    .pricing-new-mobile .mobile-headline {
      font-size: 12px;
      line-height: 18px;
      padding-top: 10px; } }

.pricing-new-mobile .nav.nav-tabs {
  margin-bottom: 10px;
  border-bottom: 0;
  display: block; }
  .pricing-new-mobile .nav.nav-tabs li {
    width: 100%;
    margin-bottom: 15px;
    text-transform: uppercase; }
    @media (max-width: 575px) {
      .pricing-new-mobile .nav.nav-tabs li {
        margin-bottom: 10px; } }
    .pricing-new-mobile .nav.nav-tabs li a {
      display: block;
      background-color: #ccc; }
  .pricing-new-mobile .nav.nav-tabs .nav-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Poppins, sans-serif;
    border: 1px solid #F5F7F8;
    border-radius: 0;
    background: #F5F7F8;
    padding: 15px 15px;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #424A5C;
    cursor: pointer;
    width: 100%;
    outline: none; }
    @media (max-width: 575px) {
      .pricing-new-mobile .nav.nav-tabs .nav-btn {
        padding: 12px; } }
    @media (max-width: 374px) {
      .pricing-new-mobile .nav.nav-tabs .nav-btn {
        padding: 10px 5px;
        letter-spacing: -0.35px; } }
    .pricing-new-mobile .nav.nav-tabs .nav-btn:focus {
      outline: none;
      box-shadow: none; }
    .pricing-new-mobile .nav.nav-tabs .nav-btn i.fa-check {
      margin-right: 10px;
      margin-left: 5px;
      height: 18px;
      width: 18px;
      line-height: 18px;
      border-radius: 100%;
      background: #959595;
      color: #fff;
      font-size: 11px;
      text-align: center;
      position: relative; }
      @media (max-width: 374px) {
        .pricing-new-mobile .nav.nav-tabs .nav-btn i.fa-check {
          margin-right: 4px;
          margin-left: 4px;
          height: 16px;
          width: 16px;
          line-height: 16px; } }
    .pricing-new-mobile .nav.nav-tabs .nav-btn .tabs-price {
      font-size: 20px;
      font-weight: 500;
      line-height: 33px;
      padding-right: 5px; }
      @media (max-width: 374px) {
        .pricing-new-mobile .nav.nav-tabs .nav-btn .tabs-price {
          font-size: 18px;
          letter-spacing: -0.75px; } }
    .pricing-new-mobile .nav.nav-tabs .nav-btn.active {
      border-color: #0f67cb; }
      .pricing-new-mobile .nav.nav-tabs .nav-btn.active i.fa-check {
        background: #0f67cb; }
      .pricing-new-mobile .nav.nav-tabs .nav-btn.active .tabs-price {
        font-size: 22px;
        font-weight: 600; }
        @media (max-width: 374px) {
          .pricing-new-mobile .nav.nav-tabs .nav-btn.active .tabs-price {
            font-size: 19px; } }

.pricing-new-mobile .tab-content .list-group li {
  border: none;
  padding: 0.5rem 1rem 0.5rem 0;
  font-weight: 500;
  font-size: 12px;
  color: #424A5C;
  line-height: 16px;
  display: flex; }
  .pricing-new-mobile .tab-content .list-group li img {
    width: 22px;
    margin-top: -2px;
    margin-right: 3px; }

.pricing-new-mobile .tab-content .small {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #424A5C;
  line-height: 16px;
  padding-top: 15px; }

.pricing-new-mobile .pricing-mobile-btn {
  text-align: center; }
  @media (min-width: 768px) {
    .pricing-new-mobile .pricing-mobile-btn {
      padding-top: 10px; } }
  @media (max-width: 768px) {
    .pricing-new-mobile .pricing-mobile-btn.fbn .theme-btn-primary {
      width: 100%;
      font-size: 15px;
      padding: 10px 15px; } }

html[dir='rtl'] .pricing-new-mobile .mobile-tab-content li {
  text-align: right; }

.pricing_section_mobile h1 {
  font-size: 20px; }
  @media (max-width: 767px) {
    .pricing_section_mobile h1 {
      font-size: 16px;
      margin: 0 0 5px 0; } }

.pricing_section_mobile .mobile-tab-content .item-text {
  padding-top: 6px; }

.pricing_section_mobile .container .row .nav-tabs {
  border-bottom: 1px solid #dee2e6;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  margin-bottom: -15px; }
  .pricing_section_mobile .container .row .nav-tabs li {
    margin: 0;
    float: none;
    display: inline-block; }
  .pricing_section_mobile .container .row .nav-tabs .btn-sm,
  .pricing_section_mobile .container .row .nav-tabs .btn-sm:visited,
  .pricing_section_mobile .container .row .nav-tabs .btn-sm:hover,
  .pricing_section_mobile .container .row .nav-tabs .btn-sm:active,
  .pricing_section_mobile .container .row .nav-tabs .btn-sm:focus {
    padding: 8px 11px;
    font-size: 10px;
    background-color: #ffffff;
    color: #2196F3;
    margin: 0;
    z-index: 1;
    line-height: 1;
    border: 1px solid #2196F3;
    border-radius: 2px;
    box-shadow: unset;
    min-width: 130px;
    letter-spacing: unset; }
  .pricing_section_mobile .container .row .nav-tabs .btn-sm.active {
    background-color: #2196F3;
    color: #ffffff; }

.pricing_section_mobile .container .row .pricing-mobile-button {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1);
  z-index: 2; }

.pricing_section_mobile .container .row .tab-content .tab-pane ul {
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding-top: 15px; }

.pricing_section_mobile .container .row .tab-content .tab-pane ul.list-group .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.pricing_section_mobile .container .row .tab-content .tab-pane ul.list-group .list-group-item {
  font-size: 13px;
  line-height: 16px;
  position: relative;
  display: flex;
  padding: .5rem .25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: unset; }
  @media (max-width: 767px) {
    .pricing_section_mobile .container .row .tab-content .tab-pane ul.list-group .list-group-item {
      padding: .5rem .25rem 0; } }

.pricing-mobile .pricing-mobile-btn {
  text-align: center; }
  @media (max-width: 767px) {
    .pricing-mobile .pricing-mobile-btn .theme-btn-primary {
      font-size: 14px;
      padding: 10px 15px;
      width: 100%; } }

.second_pages {
  position: relative;
  z-index: 1; }
  .second_pages::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 900px;
    background: #F2F9FC;
    top: -2px;
    left: 0;
    z-index: -1; }
  .second_pages .pricing_plan {
    box-shadow: none; }
    .second_pages .pricing_plan .header {
      font-family: "Lato", sans-serif; }
    .second_pages .pricing_plan .pricing_table {
      padding: 0 60px;
      padding-top: 50px;
      background: #0F67CB;
      box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.0823529);
      color: #fff;
      position: relative;
      z-index: 1;
      border-radius: 10px; }
      .second_pages .pricing_plan .pricing_table::after {
        content: '';
        display: block;
        position: absolute;
        height: 55%;
        width: 100%;
        bottom: 0;
        left: 0;
        background: rgba(216, 216, 216, 0.1);
        z-index: -1; }
      .second_pages .pricing_plan .pricing_table .top {
        width: 120px;
        height: 30px;
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.1);
        top: 15px;
        right: 20px;
        position: absolute;
        text-align: center; }
        .second_pages .pricing_plan .pricing_table .top p {
          font-size: 12px; }
      .second_pages .pricing_plan .pricing_table .content {
        position: relative;
        z-index: 11;
        text-align: center; }
        .second_pages .pricing_plan .pricing_table .content h6 {
          font-family: "Lato", sans-serif;
          font-size: 24px;
          padding-bottom: 28px; }
        .second_pages .pricing_plan .pricing_table .content h4 {
          font-size: 60px;
          font-family: "Roboto", sans-serif; }
          .second_pages .pricing_plan .pricing_table .content h4 i {
            font-size: 40px;
            position: relative;
            top: -20px; }
        .second_pages .pricing_plan .pricing_table .content a {
          display: block;
          border-radius: 5px;
          width: 260px;
          line-height: 65px;
          font-family: "Lato", sans-serif;
          font-size: 16px;
          font-weight: 600;
          padding: 0 10px;
          background: #FECF2F;
          margin: 0 auto;
          color: #424A5C;
          margin-top: 30px;
          margin-bottom: 55px; }
          .second_pages .pricing_plan .pricing_table .content a.white {
            background: #ECF6F8; }
        .second_pages .pricing_plan .pricing_table .content h5 {
          line-height: 0;
          display: block;
          text-align-last: left;
          padding-bottom: 40px; }
          .second_pages .pricing_plan .pricing_table .content h5::before {
            display: none; }
        .second_pages .pricing_plan .pricing_table .content ul {
          text-align-last: left; }
          .second_pages .pricing_plan .pricing_table .content ul li {
            position: relative;
            padding-left: 15px;
            display: flex; }
            .second_pages .pricing_plan .pricing_table .content ul li::after {
              position: absolute;
              content: '';
              display: block;
              height: 8px;
              border-radius: 50%;
              width: 8px;
              background: #fff;
              left: 0;
              bottom: 5px; }
        .second_pages .pricing_plan .pricing_table .content hr {
          background: #fff; }
      .second_pages .pricing_plan .pricing_table p {
        color: #fff;
        padding-bottom: 30px;
        text-align: center;
        font-size: 17px; }
      .second_pages .pricing_plan .pricing_table.fast {
        background: #fff;
        color: #424A5C;
        border: 2px solid #aaa; }
        .second_pages .pricing_plan .pricing_table.fast .content ul {
          padding-bottom: 100px; }
          .second_pages .pricing_plan .pricing_table.fast .content ul li::after {
            background: #424A5C; }
        .second_pages .pricing_plan .pricing_table.fast p {
          color: #424A5C; }
      .second_pages .pricing_plan .pricing_table.popular .content ul {
        padding-bottom: 30px; }
      .second_pages .pricing_plan .pricing_table.last {
        background: #424A5C; }
        .second_pages .pricing_plan .pricing_table.last .content ul {
          padding-bottom: 30px; }
        .second_pages .pricing_plan .pricing_table.last .content hr {
          margin-top: 0; }
        .second_pages .pricing_plan .pricing_table.last p {
          padding-bottom: 50px; }
    .second_pages .pricing_plan .footer {
      background: none;
      line-height: 80px; }

/*----------------------------------------------------*/
.features_section {
  overflow: hidden; }
  .features_section .images {
    max-width: 360px;
    margin: 0 auto; }
    .features_section .images img {
      max-width: 100%; }
  .features_section .item {
    max-width: 360px;
    margin: 0 auto;
    position: relative; }
    .features_section .item img {
      max-width: 100%; }
    .features_section .item ul {
      padding-top: 40px;
      padding-bottom: 30px; }
      .features_section .item ul li {
        line-height: 50px;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 300; }
        .features_section .item ul li i {
          margin-right: 10px;
          color: #0F67CB; }
    .features_section .item a img {
      max-width: 100%; }
    .features_section .item::after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: 50%;
      width: 2px;
      height: 50px;
      background: #BCBCBC; }
    .features_section .item.last::after {
      display: none; }

.features_section_two {
  overflow: hidden; }
  .features_section_two .inner {
    padding: 160px 0;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.0823529) !important; }
  .features_section_two .item::after {
    display: none; }
  .features_section_two .images {
    text-align: center; }
    .features_section_two .images a {
      display: block;
      font-family: "Lato", sans-serif;
      font-size: 24px;
      font-weight: 700;
      color: #424A5C;
      padding-top: 10px; }

.convert_pdf .convert_area {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #AAAAAA; }
  .convert_pdf .convert_area h3 {
    font-size: 42px;
    padding-bottom: 50px; }
    @media (max-width: 1199px) {
      .convert_pdf .convert_area h3 {
        font-size: 38px;
        padding-bottom: 30px; } }
    @media (max-width: 991px) {
      .convert_pdf .convert_area h3 {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .convert_pdf .convert_area h3 {
        font-size: 24px;
        padding-bottom: 20px; } }
    @media (max-width: 479px) {
      .convert_pdf .convert_area h3 {
        font-size: 22px; } }
  .convert_pdf .convert_area .convert_item {
    padding-bottom: 10px;
    position: relative;
    transition: all ease .4s;
    max-width: 200px;
    margin: 0 auto;
    height: 100%; }
    .convert_pdf .convert_area .convert_item .icon {
      width: 153px;
      height: 153px;
      border-radius: 50%;
      text-align: center;
      line-height: 153px;
      color: #AAAAAA;
      display: inline-block;
      font-size: 40px;
      background: rgba(25, 106, 200, 0.1);
      margin: 0 auto;
      transition: all ease .4s; }
      @media (max-width: 767px) {
        .convert_pdf .convert_area .convert_item .icon {
          width: 120px;
          height: 120px;
          line-height: 120px;
          font-size: 32px; } }
      @media (max-width: 575px) {
        .convert_pdf .convert_area .convert_item .icon {
          width: 80px;
          height: 80px;
          line-height: 80px;
          font-size: 24px; } }
    .convert_pdf .convert_area .convert_item h5 {
      display: block;
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      font-weight: 800;
      color: #196AC8;
      cursor: pointer;
      text-transform: uppercase; }
    .convert_pdf .convert_area .convert_item h6 {
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      font-weight: 700;
      padding: 10px 0; }
      @media (max-width: 575px) {
        .convert_pdf .convert_area .convert_item h6 {
          padding: 10px 0 0; } }
    .convert_pdf .convert_area .convert_item a, .convert_pdf .convert_area .convert_item label {
      display: block;
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      font-weight: 800;
      color: #196AC8;
      cursor: pointer; }
    .convert_pdf .convert_area .convert_item p {
      font-family: "Roboto", sans-serif;
      font-size: 16px; }
    .convert_pdf .convert_area .convert_item::before {
      position: absolute;
      content: '';
      display: block;
      bottom: -2px;
      left: 15px;
      width: 0;
      height: 5px;
      background: #196AC8;
      transition: all ease .4s; }
      @media (max-width: 767px) {
        .convert_pdf .convert_area .convert_item::before {
          display: none; } }
    .convert_pdf .convert_area .convert_item:hover .icon, .convert_pdf .convert_area .convert_item:focus .icon, .convert_pdf .convert_area .convert_item.active .icon {
      background: #196AC8;
      color: #fff; }
    .convert_pdf .convert_area .convert_item:hover::before, .convert_pdf .convert_area .convert_item:focus::before, .convert_pdf .convert_area .convert_item.active::before {
      width: 153px; }
    .convert_pdf .convert_area .convert_item.item::before {
      /*bottom: -26px;*/ }

.productivity_section {
  overflow: hidden; }
  .productivity_section .productivity {
    max-width: 1100px;
    margin: 0 auto; }
    .productivity_section .productivity.fluid {
      max-width: 100%;
      width: 100%; }
    .productivity_section .productivity [class*=col-] {
      margin-bottom: 30px; }
    .productivity_section .productivity h2 {
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-size: 42px;
      text-align: center;
      padding-bottom: 40px; }
      @media (max-width: 1199px) {
        .productivity_section .productivity h2 {
          font-size: 38px; } }
      @media (max-width: 991px) {
        .productivity_section .productivity h2 {
          font-size: 32px;
          padding-bottom: 20px; } }
      @media (max-width: 767px) {
        .productivity_section .productivity h2 {
          font-size: 24px; } }
      @media (max-width: 479px) {
        .productivity_section .productivity h2 {
          font-size: 22px;
          padding-bottom: 30px; } }
    .productivity_section .productivity .product {
      width: 100%;
      height: 100%;
      text-align: center;
      background: rgba(41, 128, 185, 0.05);
      border-radius: 8px;
      /*padding: 16px;
            padding-top: 40px;*/
      /*margin-bottom: 30px;*/ }
      .productivity_section .productivity .product .images {
        width: 100%;
        display: inline-block;
        margin-bottom: 10px; }
        .productivity_section .productivity .product .images img {
          max-width: 100%;
          width: 60px;
          height: 60px; }
      .productivity_section .productivity .product a {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 18px;
        display: block;
        color: #424A5B;
        padding: 30px 10px; }
      .productivity_section .productivity .product.white {
        background: rgba(255, 220, 105, 0.08); }
      .productivity_section .productivity .product.light {
        background: rgba(155, 89, 182, 0.04); }

.top-froms-section .row {
  margin-right: -10px;
  margin-left: -10px; }

.top-froms-section p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .top-froms-section p {
      font-size: 17px;
      line-height: 26px; } }

.top-froms-section h4 {
  margin-bottom: 20px;
  font-size: 1.5rem; }
  @media (max-width: 767px) {
    .top-froms-section h4 {
      margin-bottom: 10px;
      font-size: 1.25rem; } }

@media (max-width: 991px) {
  .top-froms-section .content-section {
    margin-bottom: 30px;
    text-align: center; } }

.top-froms-section .product-col [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px; }

.top-froms-section .product {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 160px;
  font-size: 13px;
  color: #ffffff;
  border-radius: 5px;
  background-color: #2d6ab1; }
  .top-froms-section .product .images {
    width: 100%;
    display: block;
    position: absolute;
    top: 20px; }
    .top-froms-section .product .images img {
      width: 70%;
      display: block;
      margin: 0 auto;
      border: 3px #255ea1 solid;
      border-radius: 6px;
      box-shadow: 0px 0px 22px rgba(22, 75, 137, 0.5); }
  .top-froms-section .product .content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 80px;
    transition: all .4s;
    padding: 5px 10px 10px 10px;
    background-color: rgba(0, 51, 110, 0.75);
    /*background-color: rgba(87, 114, 145, 0.75);*/
    /*background-color: rgba(9, 44, 82, 0.75);*/ }
    .top-froms-section .product .content span {
      display: block; }
    .top-froms-section .product .content .content-text {
      padding-top: 3px;
      margin-bottom: 10px;
      font-size: 11px;
      font-weight: 300;
      color: rgba(255, 255, 255, 0.5); }
  .top-froms-section .product:hover .content {
    min-height: 100%; }

/*.top-froms-section .product-col [class*=col-]:first-child .product {
    background-color: #f3e6db;
}
.top-froms-section .product-col [class*=col-]:nth-child(2) .product {
    background-color: #e0e9ef;
}
.top-froms-section .product-col [class*=col-]:nth-child(3) .product {
    background-color: #e1ede7;
}
.top-froms-section .product-col [class*=col-]:nth-child(4) .product {
    background-color: #d5dff9;
}
.top-froms-section .product-col [class*=col-]:nth-child(5) .product {
    background-color: #ebd9d7;
}
.top-froms-section .product-col [class*=col-]:nth-child(6) .product {
    background-color: #c8e7e9;
}
.top-froms-section .product-col [class*=col-]:nth-child(7) .product {
    background-color: #dfe7ff;
}
.top-froms-section .product-col [class*=col-]:nth-child(8) .product {
    background-color: #e9d5f3;
}*/
.choose_the_best {
  overflow: hidden; }
  .choose_the_best h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    padding-bottom: 100px; }
    @media (max-width: 1199px) {
      .choose_the_best h2 {
        font-size: 38px;
        padding-bottom: 50px; } }
    @media (max-width: 991px) {
      .choose_the_best h2 {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .choose_the_best h2 {
        font-size: 24px; } }
    @media (max-width: 479px) {
      .choose_the_best h2 {
        font-size: 22px;
        padding-bottom: 30px; } }
  .choose_the_best .services {
    border-right: 1px solid #AAAAAA;
    padding: 20px 5px; }
    @media (max-width: 991px) {
      .choose_the_best .services {
        border-right: 0;
        padding-left: 0;
        padding: 0; } }
    @media (max-width: 767px) {
      .choose_the_best .services {
        text-align: center; } }
    .choose_the_best .services.active {
      border-left: 1px solid #AAAAAA;
      padding-left: 15px; }
      @media (max-width: 991px) {
        .choose_the_best .services.active {
          border-left: 0;
          padding-left: 0; } }
    .choose_the_best .services .item {
      height: 330px; }
      @media (max-width: 991px) {
        .choose_the_best .services .item {
          height: auto; } }
      .choose_the_best .services .item .icon {
        font-size: 50px;
        color: #196AC8; }
        @media (max-width: 991px) {
          .choose_the_best .services .item .icon {
            font-size: 40px; } }
        .choose_the_best .services .item .icon img {
          width: 50px; }
          @media (max-width: 991px) {
            .choose_the_best .services .item .icon img {
              width: 40px; } }
      .choose_the_best .services .item h4 {
        font-size: 22px;
        padding-top: 30px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .choose_the_best .services .item h4 {
            padding-top: 10px;
            padding-bottom: 0;
            font-size: 18px; } }
      .choose_the_best .services .item p {
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        padding-bottom: 20px; }
        @media (max-width: 767px) {
          .choose_the_best .services .item p {
            font-size: 18px;
            line-height: 24px; } }
      .choose_the_best .services .item.top {
        height: 400px; }
        @media (max-width: 991px) {
          .choose_the_best .services .item.top {
            height: auto; } }

.change_document {
  background: rgba(41, 128, 185, 0.05);
  padding-top: 40px; }
  @media (max-width: 991px) {
    .change_document .images {
      text-align: center;
      margin-bottom: 20px; } }
  .change_document .images img {
    max-width: 100%; }
    @media (max-width: 991px) {
      .change_document .images img {
        max-width: 350px; } }
    @media (max-width: 767px) {
      .change_document .images img {
        max-width: 280px; } }
  .change_document .uplode_area .main-headline {
    max-width: 900px;
    margin: 0 auto; }
  .change_document .uplode_area .sub-headline {
    max-width: 750px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .change_document .uplode_area .sub-headline {
        line-height: 25px; } }
  .change_document .uplode_area h2 {
    font-size: 42px;
    font-weight: 700;
    font-family: "Poppins", sans-serif; }
    @media (max-width: 1199px) {
      .change_document .uplode_area h2 {
        font-size: 38px; } }
    @media (max-width: 991px) {
      .change_document .uplode_area h2 {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .change_document .uplode_area h2 {
        font-size: 24px; } }
    @media (max-width: 479px) {
      .change_document .uplode_area h2 {
        font-size: 22px; } }
  .change_document .uplode_area p {
    font-size: 30px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    line-height: 40px; }
    @media (max-width: 991px) {
      .change_document .uplode_area p {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .change_document .uplode_area p {
        font-size: 24px;
        line-height: 25px; } }
    @media (max-width: 479px) {
      .change_document .uplode_area p {
        font-size: 18px; } }
  .change_document .uplode_area .custom_btn {
    margin: 40px auto;
    padding: 20px 40px;
    background: #F9593A;
    border-radius: 4px;
    border: 0;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block; }
    @media (max-width: 767px) {
      .change_document .uplode_area .custom_btn {
        font-size: 16px;
        padding: 18px 25px;
        margin: 20px auto; } }
    @media (max-width: 479px) {
      .change_document .uplode_area .custom_btn {
        font-size: 14px;
        padding: 15px 20px; } }
    .change_document .uplode_area .custom_btn:hover, .change_document .uplode_area .custom_btn:focus {
      color: #fff;
      background: #424A5B; }
  .change_document .uplode_area .review {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 639px) {
      .change_document .uplode_area .review {
        display: block; } }
    .change_document .uplode_area .review .review_inner {
      padding: 0 40px;
      text-align: center; }
      @media (max-width: 639px) {
        .change_document .uplode_area .review .review_inner {
          width: 100%; } }
      .change_document .uplode_area .review .review_inner img {
        max-width: 100%; }
      .change_document .uplode_area .review .review_inner ul {
        padding: 10px 0; }
        .change_document .uplode_area .review .review_inner ul li {
          display: inline-block;
          width: 45px;
          height: 45px;
          background: #0C7AB7;
          line-height: 40px; }
          .change_document .uplode_area .review .review_inner ul li img {
            max-width: 100%; }
        .change_document .uplode_area .review .review_inner ul.last li {
          background: #73CF11; }
          .change_document .uplode_area .review .review_inner ul.last li.white {
            background: #DCDCE6; }
      .change_document .uplode_area .review .review_inner small {
        font-family: "Roboto", sans-serif;
        font-size: 16px; }
        .change_document .uplode_area .review .review_inner small span {
          font-weight: 700; }

.productivity_section_extra.productivity_section .productivity .product {
  padding-top: 15px; }

.productivity_section_extra.productivity_section .productivity .product .images {
  height: 40px;
  width: 40px; }
  .productivity_section_extra.productivity_section .productivity .product .images img {
    height: 40px;
    object-fit: cover; }

.productivity_section_extra.productivity_section .productivity .product a {
  font-size: 14px;
  padding-top: 10px; }

.features-pages-section .left_side ul {
  padding-left: 20px;
  border-left: 1px solid #eee; }
  .features-pages-section .left_side ul li {
    display: block; }
    .features-pages-section .left_side ul li a {
      display: block;
      font-weight: 500;
      font-size: 16px;
      color: #424A5B;
      margin-bottom: 15px;
      position: relative; }
      .features-pages-section .left_side ul li a::after {
        position: absolute;
        content: '';
        display: block;
        height: 100%;
        width: 5px;
        background: #196AC8;
        top: 0;
        left: -20px;
        opacity: 0; }
      .features-pages-section .left_side ul li a:hover, .features-pages-section .left_side ul li a:focus {
        color: #F9593A; }
        .features-pages-section .left_side ul li a:hover::after, .features-pages-section .left_side ul li a:focus::after {
          opacity: 1; }

.features-pages-section .right-side {
  max-width: 940px; }
  .features-pages-section .right-side [class*=col-] {
    margin-bottom: 30px; }
  .features-pages-section .right-side h1, .features-pages-section .right-side h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem; }
    @media (max-width: 1150px) {
      .features-pages-section .right-side h1, .features-pages-section .right-side h2 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem; } }
    @media (max-width: 991px) {
      .features-pages-section .right-side h1, .features-pages-section .right-side h2 {
        font-size: 2rem; } }
    @media (max-width: 479px) {
      .features-pages-section .right-side h1, .features-pages-section .right-side h2 {
        font-size: 1.5rem;
        margin-bottom: 1.125rem; } }
  .features-pages-section .right-side h6 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .features-pages-section .right-side h6 {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .features-pages-section .right-side h6 {
        font-size: 18px;
        margin-bottom: 30px; } }
  .features-pages-section .right-side .item {
    padding: 25px;
    background: #fbfdff;
    border-radius: 8px;
    margin-bottom: 20px;
    height: 100%;
    border: 2px solid #f4f8fb;
    transform: scale3d(0);
    /*transition: transform .5s, opacity .3s ease,-webkit-transform .5s;*/
    transition: all 0.75s ease; }
    .features-pages-section .right-side .item:hover {
      border-color: #a3d0eb;
      transform: scale(1.03); }
    .features-pages-section .right-side .item .icon {
      height: 70px;
      width: 70px;
      line-height: 50px;
      text-align: center;
      background: #fff;
      border-radius: 50%;
      margin-bottom: 20px; }
      .features-pages-section .right-side .item .icon img {
        max-width: 100%; }
    .features-pages-section .right-side .item h3 {
      font-weight: bold;
      font-size: 20px;
      color: #424A5B;
      margin-bottom: 10px; }
    .features-pages-section .right-side .item h5 {
      font-weight: bold;
      font-size: 14px;
      color: #000;
      margin-bottom: 14px; }
    .features-pages-section .right-side .item p {
      font-size: 17px;
      line-height: 30px; }

.features_landing_upload h2 {
  font-weight: 800;
  font-size: 45px;
  font-family: "Poppins", sans-serif;
  color: #424A5B;
  margin-bottom: 50px;
  text-align: center; }

.features_landing_upload ul li {
  display: inline-block; }
  .features_landing_upload ul li a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    line-height: 50px;
    padding: 0 15px;
    margin-right: 10px;
    background: #F4F8FB;
    color: #424A5B; }
    .features_landing_upload ul li a:hover, .features_landing_upload ul li a:focus {
      background: #196AC8;
      color: #fff; }

.features_landing_upload .right_content {
  max-width: 1200px;
  margin-left: 0; }
  .features_landing_upload .right_content .upload_area p {
    max-width: 100% !important; }
    .features_landing_upload .right_content .upload_area p::after {
      display: none; }
    .features_landing_upload .right_content .upload_area p span {
      font-weight: 600;
      display: inline-block !important;
      width: auto !important; }
  .features_landing_upload .right_content .upload_area .custom_btn {
    display: inline-block;
    max-width: 500px !important;
    width: 100%; }

.features-step .row {
  position: relative; }
  .features-step .row::after {
    position: absolute;
    content: '';
    display: block;
    bottom: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    height: 1px;
    width: 80%;
    border: 1px dashed #AAAAAA;
    z-index: -1; }

.features-step .item {
  max-width: 180px;
  margin: 0 auto;
  text-align: center; }
  .features-step .item .icon {
    text-align: center;
    width: 150px;
    line-height: 150px;
    background: #F4F8FB;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px; }
    .features-step .item .icon img {
      max-width: 100%; }
  .features-step .item p {
    font-weight: 600;
    font-size: 18px;
    color: #424A5B;
    text-align: center; }

.signature_section {
  max-width: 1380px;
  margin: 0 auto; }
  .signature_section h2 {
    font-weight: 800;
    font-size: 45px;
    color: #424A5B;
    padding-bottom: 50px;
    text-align: center; }
  .signature_section .images {
    margin-bottom: 30px; }
    .signature_section .images img {
      max-width: 100%; }
  .signature_section p {
    font-weight: 500;
    font-size: 16px;
    color: #424A5B;
    max-width: 750px;
    font-family: "Poppins", sans-serif;
    line-height: 30px; }
  .signature_section .item {
    margin-bottom: 30px; }

.pdfsimpli-video-section .video-wrapper {
  max-width: 1300px;
  margin: 0 auto; }

.pdfsimpli-video-section .video {
  max-width: 620px;
  margin: 0 auto;
  background: #196AC8;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 50px;
  position: relative; }
  .pdfsimpli-video-section .video::after {
    position: absolute;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    left: 20px;
    top: 20px;
    background: #C3DDF4;
    border-radius: 6px;
    z-index: -1; }
  .pdfsimpli-video-section .video h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 45px;
    color: #fff;
    padding-bottom: 16px; }
  .pdfsimpli-video-section .video a {
    font-size: 66px;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 20px; }
  .pdfsimpli-video-section .video p {
    font-family: "Poppins", sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 70px; }

.pdfsimpli-video-section .content p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px; }

.add-signatures-section h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 45px;
  color: #424A5B;
  text-align: center;
  padding-bottom: 50px; }

.add-signatures-section ul {
  position: relative;
  padding-left: 60px; }
  .add-signatures-section ul::after {
    position: absolute;
    content: '';
    display: table;
    height: 90%;
    width: 1px;
    background: #CCCCCC;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1; }
  .add-signatures-section ul li {
    list-style: none;
    position: relative;
    margin-bottom: 50px; }
    .add-signatures-section ul li::after {
      position: absolute;
      content: '1';
      width: 40px;
      height: 40px;
      text-align: center;
      left: -60px;
      top: 50%;
      transform: translate(0, -50%);
      background: #F4F8FB;
      border-radius: 50%;
      line-height: 40px;
      font-size: 18px;
      font-weight: 500;
      color: #424A5B;
      z-index: 1; }
    .add-signatures-section ul li:nth-child(2)::after {
      content: "2"; }
    .add-signatures-section ul li:nth-child(3)::after {
      content: "3"; }
    .add-signatures-section ul li:nth-child(4)::after {
      content: "4"; }
    .add-signatures-section ul li:nth-child(5)::after {
      content: "5"; }
    .add-signatures-section ul li:nth-child(6)::after {
      content: "6"; }

.related-features .related-wrapper {
  background: rgba(41, 128, 185, 0.05);
  border-radius: 8px;
  padding: 50px; }

.related-features .images img {
  max-width: 100%; }

.related-features .content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 45px;
  color: #424A5B;
  padding-bottom: 20px; }

.related-features .content ul li {
  font-family: "Poppins", sans-serif;
  color: #424A5B;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px;
  display: flex; }
  .related-features .content ul li span {
    display: inline-block;
    margin-right: 10px;
    color: #196AC8; }

.frequently-asked-questions .right_contetn_features {
  max-width: 470px;
  margin: 0 auto; }
  .frequently-asked-questions .right_contetn_features h2 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 32px;
    color: #1B1C19;
    padding-bottom: 20px; }
  .frequently-asked-questions .right_contetn_features p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #1B1C19; }

.top_footer_section {
  background: #F5F6F6; }
  .top_footer_section .footer_column h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px !important;
    color: #424A5B; }
  .top_footer_section .footer_column ul li a {
    font-size: 16px !important; }

.about-banner h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #424A5B;
  padding-bottom: 40px;
  text-align: center; }

.about-banner .banner-img {
  margin-bottom: 50px; }
  .about-banner .banner-img img {
    max-width: 100%; }

.about-banner h3 {
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 45px;
  color: #424A5B;
  margin-bottom: 30px; }
  .about-banner h3 span {
    display: inline-block;
    background: #196AC8;
    width: 170px;
    height: 4px;
    margin-right: 10px; }

.about-banner .our-story {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 50px; }
  .about-banner .our-story p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-left: 170px; }

.about-banner .our-values .item {
  background: #FFFFFF;
  box-shadow: 0px 0px 50px rgba(206, 211, 224, 0.4);
  border-radius: 20px;
  padding: 100px 50px;
  margin-bottom: 30px; }
  .about-banner .our-values .item h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #424A5B;
    margin-bottom: 30px; }
  .about-banner .our-values .item p {
    margin: 0; }

.our-partners-section .images img {
  width: 100%; }

.our-partners-section h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 45px;
  color: #424A5B;
  margin-bottom: 60px; }

.our-partners-section .content {
  padding: 50px 0; }
  .our-partners-section .content h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 32px;
    color: #424A5B;
    padding-bottom: 30px; }
  .our-partners-section .content p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #424A5B;
    line-height: 30px; }

.privacy-item .item {
  margin-bottom: 50px; }
  .privacy-item .item p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #424A5B;
    margin-bottom: 20px; }
  .privacy-item .item span {
    font-weight: 400; }
  .privacy-item .item ol {
    margin: 0;
    padding: 0 0 0 20px; }
    .privacy-item .item ol li {
      color: #007bff;
      margin-bottom: 5px; }
  .privacy-item .item ul.list-disc {
    margin-left: 35px; }
    .privacy-item .item ul.list-disc li {
      list-style: disc; }
  .privacy-item .item ul li {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #424A5B;
    margin-bottom: 10px; }
    .privacy-item .item ul li span {
      display: inline-block;
      margin-right: 15px;
      font-weight: 700; }

.faq-pages-section .frequently-asked-questions .frequently-asked-inner {
  margin: 0 auto;
  max-width: 100%;
  width: 100%; }

.faq-pages-section [class*=col-] {
  margin-bottom: 30px; }

.faq-pages-section .item {
  background: #FFFFFF;
  box-shadow: 0px 0px 50px rgba(206, 211, 224, 0.4);
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 30px;
  height: 100%; }
  .faq-pages-section .item p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: flex; }
    .faq-pages-section .item p span {
      display: inline-block;
      font-weight: 20px;
      font-weight: 700;
      color: #424A5B;
      margin-right: 15px;
      line-height: normal; }

.product-banner-section {
  padding-top: 60px;
  padding-bottom: 0; }
  @media (max-width: 991px) {
    .product-banner-section {
      padding-top: 20px;
      text-align: center; } }
  .product-banner-section .row {
    margin-bottom: 80px; }
    @media (max-width: 991px) {
      .product-banner-section .row {
        margin-bottom: 50px; } }
    .product-banner-section .row .images {
      padding-left: 110px; }
      @media (max-width: 1150px) {
        .product-banner-section .row .images {
          padding-left: 50px; } }
      @media (max-width: 1024px) {
        .product-banner-section .row .images {
          padding-left: 0; } }
      @media (max-width: 991px) {
        .product-banner-section .row .images {
          width: 330px;
          margin: 0 auto 20px; } }
      @media (max-width: 767px) {
        .product-banner-section .row .images {
          width: 280px;
          margin: 0 auto 15px; } }
      @media (max-width: 550px) {
        .product-banner-section .row .images {
          width: 250px; } }
    .product-banner-section .row .section-img {
      margin-bottom: 20px; }
      .product-banner-section .row .section-img img {
        width: 330px;
        height: 200px; }
    .product-banner-section .row:nth-child(even) .images {
      padding-left: 0;
      padding-right: 100px; }
      @media (max-width: 1150px) {
        .product-banner-section .row:nth-child(even) .images {
          padding-right: 50px; } }
      @media (max-width: 1024px) {
        .product-banner-section .row:nth-child(even) .images {
          padding-right: 0; } }
  .product-banner-section .content p {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center; }
  .product-banner-section .content .theme_btn {
    margin: 0 auto;
    margin-bottom: 60px; }
  .product-banner-section .item {
    /*padding-top: 30px;

        @media(max-width: 479px) {
            padding-top: 20px;
        }*/ }
    .product-banner-section .item h4 {
      font-size: 1.25rem;
      margin-bottom: 10px; }
      @media (max-width: 991px) {
        .product-banner-section .item h4 {
          font-size: 1.25rem; } }
      @media (max-width: 767px) {
        .product-banner-section .item h4 {
          font-size: 1.125rem; } }
      @media (max-width: 575px) {
        .product-banner-section .item h4 {
          font-size: 1.0625rem; } }
    .product-banner-section .item p {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .product-banner-section .item p {
          font-size: 18px;
          line-height: 28px; } }
    .product-banner-section .item .button-area {
      display: flex;
      width: 500px; }
    .product-banner-section .item a {
      display: inline-block; }
    .product-banner-section .item .right_btn {
      background: none;
      color: #F9593A;
      border: 1px solid #F9593A;
      margin-left: 20px; }
  .product-banner-section .images img {
    max-width: 100%; }

.half-section [class*=col-] {
  /*margin-top: 80px;
  margin-bottom: 80px;*/
  height:600px;


}
  @media (max-width: 991px) {
    .half-section [class*=col-] {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .half-section [class*=col-] {
      margin-top: 15px;
      margin-bottom: 0; } }

.half-section--img {
  max-width: 240px;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .half-section--img {
      max-width: 200px; } }
  @media (max-width: 991px) {
    .half-section--img {
      max-width: 150px;
      margin-bottom: 10px; } }
  @media (max-width: 575px) {
    .half-section--img {
      max-width: 120px;
      margin-bottom: 10px; } }

.half-section h3 {
  margin-bottom: 10px; }
  @media (max-width: 991px) {
    .half-section h3 {
      margin-bottom: 10px;
      font-size: 1.25rem; } }
  @media (max-width: 767px) {
    .half-section h3 {
      margin-bottom: 5px;
      font-size: 1.125rem; } }
  @media (max-width: 575px) {
    .half-section h3 {
      font-size: 1rem; } }

.half-section p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .half-section p {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .half-section p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px; } }
  @media (max-width: 575px) {
    .half-section p {
      font-size: 14px; } }

@media (max-width: 991px) {
  .half-section .theme_btn {
    padding: 13px 24px;
    font-size: 16px; } }

@media (max-width: 575px) {
  .half-section .theme_btn {
    padding: 10px 20px;
    font-size: 14px; } }

.half-section .button-area {
  display: flex;
  width: 500px; }

.half-section a {
  display: inline-block; }

.contact-us-section .top {
  margin-bottom: 50px; }
  .contact-us-section .top h1 {
    padding-bottom: 20px; }
  .contact-us-section .top P {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #424A5B;
    max-width: 800px;
    margin: 0 auto;
    text-align: center; }

.contact-us-section .contact_wrapper {
  /*max-width: 1200px;*/
  margin: 0 auto; }
  @media (max-width: 991px) {
    .contact-us-section .contact_wrapper [class*=col-] {
      margin-bottom: 20px; } }
  .contact-us-section .contact_wrapper .media {
    align-items: center;
    background: #F4F8FB;
    padding: 50px;
    height: 100%; }
    @media (max-width: 767px) {
      .contact-us-section .contact_wrapper .media {
        padding: 20px 20px;
        display: block;
        text-align: center; } }
    .contact-us-section .contact_wrapper .media img {
      max-width: 100%;
      margin-right: 30px; }
      @media (max-width: 767px) {
        .contact-us-section .contact_wrapper .media img {
          margin-right: 0;
          margin-bottom: 10px;
          max-width: 60px; } }
    .contact-us-section .contact_wrapper .media .media-body h2 {
      font-size: 32px;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        .contact-us-section .contact_wrapper .media .media-body h2 {
          font-size: 24px;
          padding-bottom: 0; } }
    .contact-us-section .contact_wrapper .media .media-body p {
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .contact-us-section .contact_wrapper .media .media-body p {
          padding-bottom: 0; } }
    .contact-us-section .contact_wrapper .media .media-body .theme_btn {
      max-width: 200px;
      line-height: 50px; }
      .contact-us-section .contact_wrapper .media .media-body .theme_btn.vido_btn {
        background: none;
        color: #F9593A;
        border: 1px solid #F9593A; }

.contact-us-section small {
  display: block;
  text-align: center;
  color: #ACB6C0;
  margin: 20px 0; }

@media (max-width: 767px) {
  .here_section {
    text-align: center; } }

.here_section .top {
  margin-bottom: 50px; }

.here_section .contact [class*=col-] {
  margin-bottom: 30px; }

.here_section .contact .media {
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 50px rgba(206, 211, 224, 0.4);
  border-radius: 20px;
  margin-bottom: 30px;
  height: 100%; }
  @media (max-width: 767px) {
    .here_section .contact .media {
      padding: 20px 20px 0;
      display: block;
      text-align: center;
      margin-bottom: 20px; } }
  .here_section .contact .media .left_content {
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px); }
    @media (max-width: 767px) {
      .here_section .contact .media .left_content {
        max-width: 100%;
        width: 100%; } }
    .here_section .contact .media .left_content h5 {
      padding-bottom: 30px; }
      @media (max-width: 767px) {
        .here_section .contact .media .left_content h5 {
          padding-bottom: 10px; } }
      .here_section .contact .media .left_content h5 span {
        display: inline-block;
        margin-right: 15px; }
        .here_section .contact .media .left_content h5 span img {
          max-width: 100%; }
  .here_section .contact .media .media-body {
    padding-left: 20px;
    border-left: 1px solid #eee; }
    @media (max-width: 767px) {
      .here_section .contact .media .media-body {
        max-width: 100%;
        width: 100%;
        border-left: none; } }
    .here_section .contact .media .media-body .item {
      margin-bottom: 20px;
      margin-left: auto; }
      @media (max-width: 767px) {
        .here_section .contact .media .media-body .item {
          margin-bottom: 10px; } }

.extra_file .convert-to-any-file-text {
  display: block !important;
  text-align: center;
  padding: 20px 10px 30px; }
  .extra_file .convert-to-any-file-text P {
    max-width: 700px;
    margin: 0 auto; }
  .extra_file .convert-to-any-file-text .theme_btn {
    margin: 0 auto !important;
    margin-top: 20px !important; }

.reach-email-section .form {
  padding: 50px;
  border: 1px solid #F5F6F6; }
  .reach-email-section .form h2 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    color: #424A5B;
    text-align: center;
    padding-bottom: 40px; }
  .reach-email-section .form input {
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    line-height: 60px;
    padding: 0 15px;
    background: #F5F6F6;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 30px; }
  .reach-email-section .form textarea {
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    height: 300px;
    padding: 15px;
    background: #F5F6F6;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 30px; }
  .reach-email-section .form .theme_btn {
    width: 200px;
    margin: 0 auto; }

.how-to-cancel-section .top {
  /*max-width: 800px;*/
  margin-bottom: 40px; }

.how-to-cancel-section .content {
  /*background: #F4F8FB;
        padding: 40px;*/ }
  .how-to-cancel-section .content .item {
    margin-bottom: 40px; }
  .how-to-cancel-section .content .images {
    text-align: center; }
    .how-to-cancel-section .content .images img {
      max-width: 100%;
      width: 100%; }

.refund-section-bottom .item {
  margin-bottom: 30px; }
  .refund-section-bottom .item p {
    padding-bottom: 15px;
    color: #424A5B; }

.refund-request-section .left_content p {
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
  color: #424A5B;
  max-width: 750px; }

.refund-request-section .left_content ul li {
  margin: 15px 0; }
  .refund-request-section .left_content ul li a {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #424A5B;
    margin-bottom: 15px;
    display: block; }

.refund-request-section .form {
  padding: 50px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.03);
  border-radius: 4px; }
  .refund-request-section .form input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    padding: 0 15px;
    line-height: 60px;
    margin-bottom: 15px; }
  .refund-request-section .form .form-select {
    width: 100%;
    height: 60px;
    outline: none;
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 0 15px;
    margin-bottom: 15px; }
  .refund-request-section .form .theme_btn {
    max-width: 100%;
    width: 100%;
    border: none; }

.successful-section {
  padding-bottom: 10px; }
  @media (max-width: 767px) {
    .successful-section {
      padding-bottom: 0; } }
  .successful-section h1 {
    font-size: 22px; }
    @media (max-width: 767px) {
      .successful-section h1 {
        font-size: 20px; } }
    @media (max-width: 479px) {
      .successful-section h1 {
        font-size: 16px; } }
  .successful-section .images {
    text-align: center; }
    .successful-section .images img {
      max-width: 50px;
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .successful-section .images img {
          max-width: 40px; } }
    .successful-section .images p {
      font-family: Poppins;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 18px;
      color: #424A5B; }

.details-page-section .details-wrapper {
  background: #F5F6F6;
  border-radius: 15px;
  padding: 25px 30px;
  max-width: 1100px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .details-page-section .details-wrapper {
      padding: 20px; } }
  @media (max-width: 767px) {
    .details-page-section .details-wrapper .theme-btn-primary {
      display: block;
      width: 100%;
      font-size: 14px;
      padding: 10px 15px; } }
  @media (max-width: 767px) {
    .details-page-section .details-wrapper .left {
      margin-bottom: 10px; } }
  .details-page-section .details-wrapper .left ul {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .details-page-section .details-wrapper .left ul {
        margin-bottom: 20px; } }
    .details-page-section .details-wrapper .left ul li {
      font-size: 18px;
      color: #424A5B;
      display: flex;
      justify-content: space-between;
      text-align: left;
      border-bottom: 1px solid #E5E5E5;
      padding: 5px 0; }
      @media (max-width: 767px) {
        .details-page-section .details-wrapper .left ul li {
          font-size: 15px;
          padding: 3px 0; } }
      .details-page-section .details-wrapper .left ul li span {
        display: inline-block;
        color: #424A5B;
        font-weight: 700;
        max-width: 300px;
        width: 100%;
        padding-left: 20px;
        text-align: left;
        border-left: 1px solid #E5E5E5; }
        @media (max-width: 479px) {
          .details-page-section .details-wrapper .left ul li span {
            max-width: 120px; } }
  .details-page-section .details-wrapper .right-content p {
    max-width: 400px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .details-page-section .details-wrapper .right-content .dash-btbn {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    color: #F9593A;
    text-decoration: underline !important; }
  .details-page-section .details-wrapper .right-content.confirm-right .confirm-default .confirm-btn-group p {
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: bold; }
  .details-page-section .details-wrapper .right-content.confirm-right .confirm-default .confirm-btn-group .btn {
    text-transform: uppercase;
    font-size: .75rem;
    padding: 0.5rem 1rem;
    background-color: #0f67cb;
    border-color: #0f67cb; }
    .details-page-section .details-wrapper .right-content.confirm-right .confirm-default .confirm-btn-group .btn:hover {
      color: #fff;
      background-color: #424a5b;
      border-color: #424a5b; }
  .details-page-section .details-wrapper .bottom {
    padding-top: 20px;
    border-top: 1px solid #E5E5E5;
    margin-top: 15px; }
    .details-page-section .details-wrapper .bottom p {
      margin-bottom: 10px; }

/*----------------------------------------------------*/
.peoplesaying_section {
  overflow: hidden; }
  .peoplesaying_section .peoplesaying {
    padding: 40px 0;
    background: #F4F6F5;
    padding-bottom: 0; }
    .peoplesaying_section .peoplesaying h4 {
      padding-bottom: 30px;
      max-width: 565px;
      margin: 0 auto 20px;
      font-family: "Roboto", sans-serif;
      font-size: 34px;
      font-weight: 700;
      position: relative;
      text-align: center; }
      @media (max-width: 991px) {
        .peoplesaying_section .peoplesaying h4 {
          font-size: 28px;
          margin: 0 auto 30px; } }
      @media (max-width: 767px) {
        .peoplesaying_section .peoplesaying h4 {
          max-width: 400px;
          font-size: 24px;
          padding-bottom: 30px; } }
      @media (max-width: 479px) {
        .peoplesaying_section .peoplesaying h4 {
          font-size: 18px;
          padding-bottom: 20px; } }
      .peoplesaying_section .peoplesaying h4::after {
        margin: 0 auto;
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 300px;
        height: 12px;
        background: rgba(15, 103, 203, 0.1);
        border-radius: 16px; }
        @media (max-width: 767px) {
          .peoplesaying_section .peoplesaying h4::after {
            height: 10px;
            width: 250px; } }
        @media (max-width: 479px) {
          .peoplesaying_section .peoplesaying h4::after {
            width: 150px; } }
.peoplesaying_section .peoplesaying .swiper-container {
    padding-bottom: 60px;
    padding-top: 40px; 
    overflow: hidden;
}
      @media (max-width: 991px) {
        .peoplesaying_section .peoplesaying .swiper-container {
          padding-bottom: 50px; } }
      @media (max-width: 767px) {
        .peoplesaying_section .peoplesaying .swiper-container {
          padding-bottom: 30px; } }
      .peoplesaying_section .peoplesaying .swiper-container .swiper-pagination {
        bottom: 50px;
        position: inherit;
        margin-top: 30px; }
        .peoplesaying_section .peoplesaying .swiper-container .swiper-pagination .swiper-pagination-bullet {
          height: 14px;
          background: #BCBCBC;
          opacity: 1;
          width: 14px;
          transition: all ease-out .3s; }
          .peoplesaying_section .peoplesaying .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            transform: scale(1.3) !important;
            background: #0F67CB; }
      .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item {
        box-shadow: 0px 20px 20px transparent;
        border-radius: 5px;
        background: #fff;
        padding: 20px 30px 30px;
        padding-top: 20px; }
        .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item .images {
          width: 150px;
          height: 150px;
          border-radius: 50%;
          border: 1px solid #0F67CB;
          text-align: center;
          overflow: hidden;
          margin: 0 auto;
          display: flex; }
          @media (max-width: 991px) {
            .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item .images {
              width: 100px;
              height: 100px; } }
          @media (max-width: 479px) {
            .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item .images {
              width: 80px;
              height: 80px; } }
          .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item .images img {
            max-width: 100%; }
        .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item a {
          display: block;
          text-align: center;
          font-size: 22px;
          font-weight: 700;
          line-height: 44px;
          color: #0F67CB; }
          @media (max-width: 479px) {
            .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item a {
              font-size: 20px; } }
        .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item .user-review {
          padding: 30px 0 20px;
          font-size: 20px;
          line-height: 30px;
          position: relative;
          min-height: 200px; }
          @media (max-width: 991px) {
            .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item .user-review {
              font-size: 18px;
              line-height: 28px; } }
          @media (max-width: 767px) {
            .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item .user-review {
              min-height: 175px; } }
          @media (max-width: 479px) {
            .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item .user-review {
              font-size: 16px;
              padding: 20px 0; } }
          .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item .user-review::before, .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item .user-review::after {
            display: none;
            /*display: block;*/
            position: absolute;
            font-family: "Font Awesome 5 Pro";
            font-weight: 900; }
          .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item .user-review::before {
            content: "\f10d";
            top: 0;
            left: 0; }
          .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item .user-review::after {
            content: "\f10e";
            bottom: 0;
            right: 0; }
        .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item .user-name {
          font-size: 20px;
          font-weight: 700;
          display: inline-block;
          padding-bottom: 5px; }
          @media (max-width: 479px) {
            .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item .user-name {
              font-size: 16px; } }
        .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item .user-review-star {
          padding-bottom: 15px; }
          .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item .user-review-star img {
            width: 110px; }

.slider_area_v2 {
  display: block;
  overflow: hidden; }
  .slider_area_v2 .left_side h4 {
    font-family: "Rubik", sans-serif;
    font-size: 40px;
    color: #424A5C;
    font-weight: 500;
    padding: 50px 0;
    padding-bottom: 130px;
    text-align: center; }
  .slider_area_v2 .left_side img {
    max-width: 100%; }
  .slider_area_v2 .swiper-pagination-clickable .swiper-pagination-bullet {
    background: #F2F9FC;
    height: 14px;
    opacity: 1;
    width: 14px;
    transition: all ease-out .3s; }
    .slider_area_v2 .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
      transform: scale(1.3);
      background: #0F67CB; }
  .slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content {
    max-width: 660px;
    background: #fff;
    box-shadow: 0px 20px 20px transparent;
    border-radius: 5px;
    padding: 40px 30px;
    margin: 40px; }
    .slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content .media {
      align-items: center; }
      .slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content .media .images {
        margin-right: 15px;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        overflow: hidden; }
        .slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content .media .images img {
          max-width: 100%; }
      .slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content .media .media-body {
        text-align: left; }
        .slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content .media .media-body a {
          font-family: "Open Sans", sans-serif;
          font-size: 18px;
          font-weight: 700;
          color: #424A5C; }
    .slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content p {
      padding: 30px 0;
      font-family: "Lato", sans-serif;
      font-size: 20px;
      font-weight: 300;
      color: #424A5C;
      line-height: 35px;
      display: block; }
      .slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content p span.first {
        position: relative;
        top: -10px;
        right: 10px; }
      .slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content p span.last {
        position: relative;
        top: 10px;
        right: -10px; }
    .slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content b {
      display: block;
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-weight: 700;
      max-width: 160px;
      margin-left: auto;
      text-align: left; }

.swiper_vertical {
  width: 100%;
  height: 950px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper_vertical .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.review-section {
  padding: 0 30px; }

ul.review {
  margin: 30px 0;
  padding: 0; }

@media (max-width: 991px) {
  ul.review {
    margin: 0; } }

.review li {
  text-align: left;
  list-style: none;
  display: inline-block;
  min-height: 205px;
  padding: 15px;
  position: relative;
  vertical-align: top;
  white-space: normal;
  background-color: #fff; }

.review .review-stars {
  max-width: 140px;
  margin-bottom: 2px;
  height: 30px; }

@media (max-width: 1150px) {
  .review .review-stars {
    max-width: 100px;
    height: 18px; } }

.review .review-header {
  margin: 10px 0 5px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 120%; }

.review .review-text {
  font-size: 13px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.7);
  word-wrap: break-word; }

.review .review-date, .review .review-name {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  position: absolute; }

.review .review-date {
  right: 10px;
  top: 22px;
  font-size: 10px; }

html[dir='rtl'] .review .review-date {
  left: 10px; }

.review .review-name {
  bottom: 10px;
  /* height: 14px; */
  left: 20px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2; }

.tp-stars--5 .tp-star:nth-of-type(-n+5) .tp-star__canvas,
.tp-stars--5 .tp-star:nth-of-type(-n+5) .tp-star__canvas--half {
  fill: #00b67a; }

.tp-stars .tp-star__canvas, .tp-stars .tp-star__canvas--half {
  fill: #dcdce6; }

.review-section .swiper-button-prev:after,
.review-section .swiper-rtl .swiper-button-next:after,
.review-section .swiper-button-next:after,
.review-section .swiper-rtl .swiper-button-prev:after {
  font-size: 30px; }

.review-section .swiper-button-next,
.review-section .swiper-button-prev {
  top: 47%; }

.review-section .swiper-button-next,
.review-section .swiper-rtl .swiper-button-prev {
  right: 14px; }

.review-section .swiper-button-prev,
.review-section .swiper-rtl .swiper-button-next {
  left: 14px; }

.review-widget {
  padding-top: 65px;
  padding-left: 55px; }
  @media (max-width: 767px) {
    .review-widget {
      padding-top: 0; } }

html[dir='rtl'] .review-widget {
  padding-left: 10px; }
  @media (max-width: 767px) {
    html[dir='rtl'] .review-widget {
      padding-top: 0; } }

/*----------------------------------------------------*/
.banner_home {
  overflow: hidden; }
  .banner_home .custom_btn {
    /*max-width: 341px;*/
    /*width: 100%;*/
    /*height: 75px;
        line-height: 75px;*/
    display: inline-block;
    min-width: 300px;
    padding: 20px 30px;
    background: #F9593A;
    border-radius: 4px;
    border: 0;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .banner_home .custom_btn {
        font-size: 16px;
        padding: 18px 25px; } }
    @media (max-width: 479px) {
      .banner_home .custom_btn {
        font-size: 14px;
        padding: 15px 20px; } }
    .banner_home .custom_btn:hover, .banner_home .custom_btn:focus {
      color: #fff;
      background: #424A5B; }
  .banner_home .left_content {
    padding-top: 40px; }
    @media (max-width: 1200px) {
      .banner_home .left_content {
        padding-left: 0; } }
    @media (max-width: 991px) {
      .banner_home .left_content {
        padding-top: 0; } }
    @media (max-width: 767px) {
      .banner_home .left_content {
        text-align: center; } }
    .banner_home .left_content h1 {
      font-size: 52px;
      max-width: 600px; }
      @media (max-width: 1199px) {
        .banner_home .left_content h1 {
          font-size: 44px; } }
      @media (max-width: 991px) {
        .banner_home .left_content h1 {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .banner_home .left_content h1 {
          max-width: 100%;
          width: 100%;
          font-size: 30px; } }
      @media (max-width: 479px) {
        .banner_home .left_content h1 {
          font-size: 24px; } }
    .banner_home .left_content span.highlight, .banner_home .left_content span.yellow {
      background: #196AC8;
      border-radius: 4px;
      color: #fff;
      display: inline-block; }
    .banner_home .left_content h5 {
      font-size: 24px;
      color: #424A5B;
      padding-bottom: 10px; }
      @media (max-width: 991px) {
        .banner_home .left_content h5 {
          font-size: 24px;
          padding-bottom: 10px; } }
      @media (max-width: 767px) {
        .banner_home .left_content h5 {
          font-size: 20px;
          padding-bottom: 5px; } }
      @media (max-width: 479px) {
        .banner_home .left_content h5 {
          font-size: 16px; } }
    .banner_home .left_content ul {
      padding-bottom: 20px; }
      @media (max-width: 991px) {
        .banner_home .left_content ul {
          padding-bottom: 20px; } }
      @media (max-width: 479px) {
        .banner_home .left_content ul {
          padding-bottom: 10px; } }
      .banner_home .left_content ul li {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 22px;
        color: #424A5B;
        line-height: 24px;
        display: flex;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          .banner_home .left_content ul li {
            font-size: 20px;
            margin-bottom: 10px; } }
        @media (max-width: 767px) {
          .banner_home .left_content ul li {
            display: inherit; } }
        @media (max-width: 479px) {
          .banner_home .left_content ul li {
            font-size: 12px;
            margin-bottom: 5px; } }
        .banner_home .left_content ul li i {
          background: #40A459;
          width: 24px;
          height: 24px;
          border-radius: 50%;
          line-height: 24px;
          color: #fff;
          font-size: 14px;
          text-align: center;
          margin-right: 10px;
          -ms-flex-item-align: center !important;
          align-self: center !important; }
          @media (max-width: 991px) {
            .banner_home .left_content ul li i {
              width: 20px;
              height: 20px;
              line-height: 20px;
              font-size: 12px;
              margin-right: 10px; } }
          @media (max-width: 479px) {
            .banner_home .left_content ul li i {
              width: 15px;
              height: 15px;
              line-height: 15px;
              font-size: 10px;
              margin-right: 4px; } }
      .banner_home .left_content ul.small-text li {
        font-size: 19px; }
        @media (max-width: 479px) {
          .banner_home .left_content ul.small-text li {
            font-size: 13px;
            margin-bottom: 0; } }
  .banner_home .right_content {
    max-width: 658px;
    margin: 0 auto;
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
    border-radius: 18px;
    padding: 20px 75px 40px;
    text-align: center;
    width: 100%; }
    @media (max-width: 1200px) {
      .banner_home .right_content {
        padding: 50px 50px; } }
    .banner_home .right_content h3 {
      font-size: 24px;
      padding-bottom: 10px; }
    .banner_home .right_content .upload_area {
      border: 1px dashed #AAAAAA;
      padding: 20px 10px; }
      .banner_home .right_content .upload_area .icon {
        padding-bottom: 15px; }
        .banner_home .right_content .upload_area .icon img {
          width: 100%;
          max-width: 132px; }
      .banner_home .right_content .upload_area h5 {
        font-family: "Roboto", sans-serif;
        font-weight: normal;
        font-size: 22px;
        color: #aaa; }
      .banner_home .right_content .upload_area p {
        font-size: 22px;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
        position: relative;
        padding-bottom: 20px; }
        .banner_home .right_content .upload_area p::after {
          position: absolute;
          content: '';
          display: block;
          top: 13px;
          left: 40px;
          min-width: 150px;
          height: 1px;
          background: #AAAAAA; }
        .banner_home .right_content .upload_area p::before {
          position: absolute;
          content: '';
          display: block;
          top: 13px;
          right: 40px;
          min-width: 150px;
          height: 1px;
          background: #AAAAAA; }

/* Banner List */
ul.banner-list {
  padding-bottom: 20px; }
  @media (max-width: 991px) {
    ul.banner-list {
      padding-bottom: 20px; } }
  @media (max-width: 479px) {
    ul.banner-list {
      padding-bottom: 10px; } }
  ul.banner-list li {
    font-weight: 400;
    font-size: 20px;
    color: #424A5B;
    line-height: 24px;
    display: flex;
    margin-bottom: 15px;
    letter-spacing: -0.5px; }
    @media (max-width: 991px) {
      ul.banner-list li {
        font-size: 18px;
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
       }
    @media (max-width: 479px) {
      ul.banner-list li {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 5px; } }
    ul.banner-list li i {
      background: #40A459;
      width: 20px;
      height: 20px;
      border-radius: 100%;
      line-height: 20px;
      color: #fff;
      font-size: 12px;
      text-align: center;
      margin-right: 10px;
      -ms-flex-item-align: center !important;
      align-self: center !important; }
      @media (max-width: 991px) {
        ul.banner-list li i {
          width: 20px;
          height: 20px;
          line-height: 20px;
          font-size: 12px;
          margin-right: 10px; } }
      @media (max-width: 479px) {
        ul.banner-list li i {
          width: 15px;
          height: 15px;
          line-height: 15px;
          font-size: 10px;
          margin-right: 4px; } }
  ul.banner-list.small-text li {
    font-size: 19px; }
    @media (max-width: 479px) {
      ul.banner-list.small-text li {
        font-size: 13px;
        margin-bottom: 0; } }

/*----------------------------------------------------*/
.signup_section {
  padding-bottom: 20px; }
  .signup_section .signup_inner {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    /*padding: 40px 0;
        box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.03);
        border-radius: 4px;*/ }
    .signup_section .signup_inner h1 {
      font-family: "Poppins", sans-serif;
      font-weight: bold;
      font-size: 36px; }
      @media (max-width: 991px) {
        .signup_section .signup_inner h1 {
          font-size: 32px; } }
      @media (max-width: 767px) {
        .signup_section .signup_inner h1 {
          font-size: 28px; } }
      @media (max-width: 479px) {
        .signup_section .signup_inner h1 {
          font-size: 22px; } }
      @media (max-height: 549px) {
        .signup_section .signup_inner h1 {
          font-size: 22px; } }
      .signup_section .signup_inner h1.sign {
        padding-bottom: 10px; }
    .signup_section .signup_inner h4 {
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 20px;
      margin-bottom: 5px; }
      @media (max-width: 991px) {
        .signup_section .signup_inner h4 {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .signup_section .signup_inner h4 {
          font-size: 18px; } }
      @media (max-width: 479px) {
        .signup_section .signup_inner h4 {
          font-size: 14px; } }
      @media (max-height: 549px) {
        .signup_section .signup_inner h4 {
          font-size: 14px; } }
    .signup_section .signup_inner p {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      max-width: 400px;
      margin: 0 auto;
      padding-bottom: 10px; }
      @media (max-width: 479px) {
        .signup_section .signup_inner p {
          font-size: 13px;
          line-height: 16px; } }
      @media (max-height: 549px) {
        .signup_section .signup_inner p {
          font-size: 13px;
          line-height: 16px; } }
    .signup_section .signup_inner .social_group {
      display: flex;
      justify-content: center;
      align-items: center; }
      .signup_section .signup_inner .social_group h3 {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 32px; }
      .signup_section .signup_inner .social_group a {
        display: block;
        margin: 0 20px; }
        .signup_section .signup_inner .social_group a img {
          max-width: 100%; }
      .signup_section .signup_inner .social_group span {
        display: block;
        font-weight: 500;
        font-size: 18px; }
    .signup_section .signup_inner .input_area .middle {
      font-size: 20px;
      position: relative;
      padding: 0 0 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      max-width: 250px; }
      @media (max-width: 479px) {
        .signup_section .signup_inner .input_area .middle {
          font-size: 15px;
          padding: 0 0 5px; } }
      @media (max-height: 549px) {
        .signup_section .signup_inner .input_area .middle {
          font-size: 15px;
          padding: 0 0 1px; } }
      .signup_section .signup_inner .input_area .middle span {
        width: 149px;
        height: 1px;
        display: block;
        background: #aaa;
        margin: 0 15px; }
    .signup_section .signup_inner .input_area .form-group {
      margin-bottom: 10px; }
    .signup_section .signup_inner .input_area .form-control {
      max-width: 380px;
      margin: 0 auto;
      box-shadow: none;
      border: 1px solid #E5E5E5;
      border-radius: 4px;
      line-height: 34px;
      height: auto;
      font-size: 16px;
      font-family: "Poppins", sans-serif;
      padding-left: 16px; }
      @media (max-width: 767px) {
        .signup_section .signup_inner .input_area .form-control {
          line-height: 30px;
          padding-left: 10px; } }
      .signup_section .signup_inner .input_area .form-control::placeholder {
        font-size: 16px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        color: #aaa; }
    .signup_section .signup_inner .input_area .from_bottom {
      display: block;
      max-width: 382px;
      text-align: left;
      margin: 0 auto 10px;
      font-weight: normal;
      font-size: 12px;
      line-height: 14px;
      width: 100%;
      height: 100%; }
      @media (max-width: 767px) {
        .signup_section .signup_inner .input_area .from_bottom {
          margin: 0 auto 10px; } }
    .signup_section .signup_inner .input_area .theme_btn {
      margin: 0 auto;
      /*min-width: 241px;
                height: 53px;
                line-height: 53px;*/
      background: #F9593A;
      border-radius: 4px;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-size: 16px;
      box-shadow: none;
      border: none;
      color: #fff;
      cursor: pointer;
      padding: 12px 30px; }
      @media (max-width: 767px) {
        .signup_section .signup_inner .input_area .theme_btn {
          font-size: 16px;
          padding: 12px 25px; } }
      @media (max-width: 479px) {
        .signup_section .signup_inner .input_area .theme_btn {
          font-size: 14px;
          padding: 15px 20px; } }
      .signup_section .signup_inner .input_area .theme_btn:hover, .signup_section .signup_inner .input_area .theme_btn:focus {
        color: #fff;
        background: #424A5B; }
    .signup_section .signup_inner .input_area p {
      font-size: 14px;
      padding: 15px 0;
      line-height: normal; }
      @media (max-width: 767px) {
        .signup_section .signup_inner .input_area p {
          padding: 0; } }
      .signup_section .signup_inner .input_area p a {
        font-weight: 700;
        font-size: 14px;
        color: #0F67CB; }
        .signup_section .signup_inner .input_area p a:hover, .signup_section .signup_inner .input_area p a:focus {
          color: #F9593A; }
    .signup_section .signup_inner .input_area .check_box {
      max-width: 370px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px; }
      .signup_section .signup_inner .input_area .check_box input {
        margin-right: 10px;
        margin-top: 0; }
      .signup_section .signup_inner .input_area .check_box label {
        font-family: "Roboto", sans-serif;
        font-weight: normal;
        font-size: 12px;
        color: #424A5C;
        line-height: 12px;
        margin: 0;
        cursor: pointer; }
      .signup_section .signup_inner .input_area .check_box a {
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 12px;
        color: #0F67CB; }
        .signup_section .signup_inner .input_area .check_box a:focus, .signup_section .signup_inner .input_area .check_box a:hover {
          color: #F9593A; }

.lets_start .start {
  background: #FFFFFF;
  box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
  border-radius: 18px;
  padding: 30px 80px;
  max-width: 850px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .lets_start .start {
      padding: 20px 20px; } }
  .lets_start .start h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 45px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 10px;
    text-align: center; }
    @media (max-width: 991px) {
      .lets_start .start h3 {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .lets_start .start h3 {
        font-size: 32px; } }
    @media (max-width: 479px) {
      .lets_start .start h3 {
        font-size: 24px; } }
    .lets_start .start h3 span {
      color: #F9593A; }
  .lets_start .start .step {
    display: flex;
    justify-content: space-between;
    text-align: center; }
    @media (max-width: 639px) {
      .lets_start .start .step {
        display: block; } }
    .lets_start .start .step .item {
      text-align: center;
      padding-top: 80px;
      max-width: 176px;
      margin: 0 auto;
      cursor: pointer; }
      @media (max-width: 639px) {
        .lets_start .start .step .item {
          padding-top: 20px; } }
      .lets_start .start .step .item span {
        width: 57px;
        height: 57px;
        background: #196AC8;
        border-radius: 50%;
        line-height: 57px;
        color: #fff;
        display: block;
        margin: 0 auto;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 22px;
        position: relative;
        margin-bottom: 20px; }
        @media (max-width: 639px) {
          .lets_start .start .step .item span {
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 18px;
            margin-bottom: 5px; } }
        .lets_start .start .step .item span::before {
          position: absolute;
          content: '';
          display: block;
          width: 100px;
          height: 2px;
          background: url("/content/assets/images/dotted.png") no-repeat;
          left: 150%;
          top: 50%; }
          @media (max-width: 639px) {
            .lets_start .start .step .item span::before {
              display: none; } }
        .lets_start .start .step .item span.last::before {
          display: none; }
      .lets_start .start .step .item p {
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        line-height: normal; }
  .lets_start .start .images {
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center; }
    @media (max-width: 639px) {
      .lets_start .start .images {
        padding-top: 20px;
        padding-bottom: 20px; } }
    .lets_start .start .images img {
      max-width: 100%; }
  .lets_start .start .theme_btn {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 341px;
    /*width: 341px;
            line-height: 75px;
            height: 75px;*/
    background: #F9593A;
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-bottom: 80px; }
    @media (max-width: 991px) {
      .lets_start .start .theme_btn {
        margin-bottom: 20px; } }
    @media (max-width: 479px) {
      .lets_start .start .theme_btn {
        margin-bottom: 0; } }
    .lets_start .start .theme_btn:hover, .lets_start .start .theme_btn:focus {
      color: #fff;
      background: #424A5B; }

/* Hide the browser's default checkbox */
.form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border: 1px solid #aaa; }

/* On mouse-over, add a grey background color */
.form-check:hover input ~ .checkmark {
  background-color: #fff; }

/* When the checkbox is checked, add a blue background */
.form-check input:checked ~ .checkmark {
  background-color: #F9593A; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.form-check input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.form-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.signup_section .signup_inner .input_area span {
  padding: 0;
  height: 12px;
  width: 12px; }

.form-check .checkmark:after {
  left: 3px;
  top: 0px;
  width: 5px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0; }

section {
  padding: 0px; }
  @media (max-width: 767px) {
    section {
      padding: 10px 0; } }

#conversion-modal .modal-step-back, #conversion-modal .modal-close, #formTemplateModal .modal-step-back, #formTemplateModal .modal-close {
  position: absolute;
  top: 15px;
  z-index: 1;
  cursor: pointer; }

#conversion-modal .modal-close, #formTemplateModal .modal-close {
  right: 15px;
  width: 22px;
  height: 22px; }

#conversion-modal .modal-step-back, #formTemplateModal .modal-step-back {
  left: 15px;
  width: 35px;
  height: 35px;
  display: none; }

#conversion-modal .modal-step-back.show, #formTemplateModal .modal-step-back.show {
  display: block; }

#conversion-modal .modal-body, #formTemplateModal .modal-body {
  overflow: hidden;
  margin: 20px 0; }
  @media (max-width: 767px) {
    #conversion-modal .modal-body, #formTemplateModal .modal-body {
      margin: 0; } }

#conversion-modal .modal-title, #formTemplateModal .modal-title {
  font-size: 1.25rem; }
  @media (max-width: 767px) {
    #conversion-modal .modal-title, #formTemplateModal .modal-title {
      font-size: 1.125rem; } }

.add-document {
  text-align: center; }
  .add-document [class*=col-] {
    padding: 40px 40px 60px; }
    @media (max-width: 767px) {
      .add-document [class*=col-] {
        padding: 0 15px 15px; } }
  .add-document .popup-icon {
    max-width: 150px;
    margin-bottom: 10px; }
    @media (max-width: 575px) {
      .add-document .popup-icon {
        max-width: 120px;
        margin-bottom: 5px; } }
  .add-document h6 {
    margin-bottom: 5px; }
  .add-document p {
    font-size: 15px;
    margin-bottom: 15px; }
    @media (max-width: 575px) {
      .add-document p {
        margin-bottom: 10px; } }
  .add-document .theme_btn {
    padding: 14px 30px;
    font-size: 15px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .add-document .theme_btn {
        font-size: 14px;
        padding: 12px 24px; } }

#firstStep,
#secondStep {
  transition: all ease .4s; }

#secondStep {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateX(100%); }

#firstStep.isActive, #secondStep.isActive {
  /*display: block !important;*/
  transform: translateX(0);
  opacity: 1; }

#firstStep.noneActive, #secondStep.noneActive {
  /*display: none !important;*/
  transform: translateX(-100%);
  opacity: 0; }

/* Help guide */
@media (max-width: 575px) {
  .help-guide-section ul, .help-guide-section ol {
    margin: 0 0 0 15px;
    padding: 0; } }

.footer-logo {
  padding: 20px 0; }
  .footer-logo [class*=col-] {
    margin: 5px 0; }
    @media (max-width: 767px) {
      .footer-logo [class*=col-] {
        text-align: center; } }
    .footer-logo [class*=col-] img {
      width: 150px; }
      @media (max-width: 767px) {
        .footer-logo [class*=col-] img {
          width: 110px; } }

@media (max-width: 575px) {
  .dashboard-section .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin-left: 1px; } }

#book .page {
  padding: 20px 0px;
  border-bottom: solid 1px #DDEDFE; }

#book .page,
#book .page p {
  font-size: 20px; }

#book .page p {
  margin-bottom: 1rem;
  line-height: 30px; }

#book .page ol li {
  font-size: 18px;
  padding-bottom: 10px; }

#book .page img {
  max-width: 80%;
  min-width: 300px;
  /*max-height: 330px;*/
  margin: 30px auto; }
  @media (max-width: 575px) {
    #book .page img {
      min-width: 100%;
      width: 100%; } }

/*----------------------------------------------------*/
.payment_section {
  overflow: hidden;
  /*.custom-radio input:checked + .radio-btn {
		.card_icon {
			border: 1.5px solid #27AE60;
		}
	}*/
  /*.custom-radio input:checked + .radio-btn > i {
		opacity: 1;
		transform: translateX(-50%) scale(1);
	}*/ }
  .payment_section .header {
    font-size: 30px;
    padding-bottom: 15px; }
    @media (max-width: 991px) {
      .payment_section .header {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .payment_section .header {
        font-size: 22px;
        padding-bottom: 0; } }
    @media (max-width: 639px) {
      .payment_section .header {
        padding-bottom: 8px;
        margin-bottom: 15px;
        border-bottom: 1px solid #D8D8D8; } }
    @media (max-width: 479px) {
      .payment_section .header {
        font-size: 18px; } }
    @media (max-height: 660px) {
      .payment_section .header {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 5px; } }
  .payment_section .card_info {
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
    border-radius: 18px;
    padding: 15px 25px; }
    @media (max-width: 639px) {
      .payment_section .card_info {
        box-shadow: none;
        padding: 0; } }
    .payment_section .card_info label {
      font-size: 14px;
      margin-bottom: 5px; }
      @media (max-width: 639px) {
        .payment_section .card_info label {
          font-size: 12px;
          margin-bottom: 2px;
          line-height: 10px; } }
      @media (max-width: 374px) {
        .payment_section .card_info label {
          font-size: 11px; } }
    @media (max-width: 374px) {
      .payment_section .card_info #cvvDiv label {
        font-size: 11px;
        letter-spacing: -0.5px; } }
    .payment_section .card_info .flagger {
      /*visibility: hidden;*/
      font-size: 13px;
      display: block; }
      @media (max-width: 639px) {
        .payment_section .card_info .flagger {
          padding-top: 3px;
          font-size: 11px;
          line-height: 10px; } }
      @media (max-width: 374px) {
        .payment_section .card_info .flagger {
          font-size: 10px; } }
    .payment_section .card_info h3 {
      font-size: 24px;
      padding-bottom: 14px;
      border-bottom: 1px solid #D8D8D8;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .payment_section .card_info h3 {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .payment_section .card_info h3 {
          font-size: 20px; } }
      @media (max-width: 639px) {
        .payment_section .card_info h3 {
          display: none; } }
      @media (max-width: 479px) {
        .payment_section .card_info h3 {
          font-size: 18px; } }
      @media (max-height: 660px) {
        .payment_section .card_info h3 {
          font-size: 20px;
          padding-bottom: 8px;
          margin-bottom: 15px;
          /*display: none;*/ } }
    .payment_section .card_info .card_number h4 {
      font-size: 14px; }
      @media (max-height: 660px) {
        .payment_section .card_info .card_number h4 {
          padding-bottom: 5px;
          margin: 0; } }
    .payment_section .card_info .card_number .input-group {
      /*max-width: 370px;*/
      /* Firefox */ }
      .payment_section .card_info .card_number .input-group .form-control {
        max-width: 100%;
        width: 100%;
        height: auto;
        line-height: 42px;
        height: 42px;
        background: #F5F6F6;
        border-radius: 4px;
        border: none;
        padding: 0 10px;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 14px;
        background-color: #fff;
        border: 1px solid #E5E5E5; }
        .payment_section .card_info .card_number .input-group .form-control iframe#tx_iframe_tokenExIframeDiv {
          width: 100%;
          height: 22px;
          margin-top: 10px;
          background: #fff; }
      .payment_section .card_info .card_number .input-group input::-webkit-outer-spin-button,
      .payment_section .card_info .card_number .input-group input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .payment_section .card_info .card_number .input-group input[type=number] {
        -moz-appearance: textfield; }
      .payment_section .card_info .card_number .input-group .input-group-text {
        background: none;
        border: none;
        padding: 0;
        position: absolute;
        right: 10px;
        bottom: 0;
        z-index: 11;
        top: 0; }
    .payment_section .card_info .date_area {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .payment_section .card_info .date_area.row {
        margin-right: -8px;
        margin-left: -8px; }
        @media (max-width: 374px) {
          .payment_section .card_info .date_area.row {
            margin-right: -4px;
            margin-left: -4px; } }
      .payment_section .card_info .date_area .card_date[class*=col-] {
        padding-left: 8px;
        padding-right: 8px; }
        @media (max-width: 374px) {
          .payment_section .card_info .date_area .card_date[class*=col-] {
            padding-left: 4px;
            padding-right: 4px; } }
      .payment_section .card_info .date_area .card_date h5 {
        font-family: "Poppins", sans-serif;
        padding-bottom: 10px;
        font-weight: bold;
        font-size: 14px;
        display: block; }
      .payment_section .card_info .date_area .card_date .input-group {
        /* Firefox */ }
        .payment_section .card_info .date_area .card_date .input-group .form-control {
          width: 100%;
          height: auto;
          line-height: 42px;
          border: none;
          background: #F5F6F6;
          font-family: "Roboto", sans-serif;
          font-style: normal;
          font-weight: 500;
          font-size: 14px;
          padding: 0 10px;
          background-color: #fff;
          border: 1px solid #E5E5E5;
          border-radius: .25rem; }
        .payment_section .card_info .date_area .card_date .input-group input::-webkit-outer-spin-button,
        .payment_section .card_info .date_area .card_date .input-group input::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        .payment_section .card_info .date_area .card_date .input-group input[type=number] {
          -moz-appearance: textfield; }
      .payment_section .card_info .date_area .card_date .form-select {
        height: 42px;
        min-width: 100%;
        width: 100%;
        background: #F5F6F6;
        border: none;
        outline: none;
        padding: 0 10px;
        border-radius: 4px;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 14px;
        background-color: #fff;
        border: 1px solid #E5E5E5; }
    .payment_section .card_info .card_name {
      /*padding-top: 30px;*/ }
      .payment_section .card_info .card_name h4 {
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 14px;
        padding-bottom: 10px; }
      .payment_section .card_info .card_name .form-control {
        height: auto;
        line-height: 42px;
        border: none;
        background: #F5F6F6;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        padding: 0 10px;
        background-color: #fff;
        border: 1px solid #E5E5E5; }
    .payment_section .card_info .check_box {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      line-height: 20px;
      display: flex;
      align-items: center;
      color: #424A5C; }
      .payment_section .card_info .check_box label {
        line-height: 16px; }
      .payment_section .card_info .check_box span {
        /*font-family: $rss;
				font-weight: 500;
				font-size: 14px;*/ }
        .payment_section .card_info .check_box span a {
          color: #196AC8; }
          .payment_section .card_info .check_box span a:hover, .payment_section .card_info .check_box span a:focus {
            color: #F9593A; }
      .payment_section .card_info .check_box .form-check {
        margin: 0; }
      .payment_section .card_info .check_box .checkmark:after {
        top: 1px; }
    .payment_section .card_info .brand_name {
      display: flex;
      justify-content: start;
      align-items: center;
      color: #fff; }
      @media (max-width: 767px) {
        .payment_section .card_info .brand_name {
          width: 100%;
          display: block !important; } }
      @media (max-width: 767px) {
        .payment_section .card_info .brand_name .d-flex.justify-content-end {
          margin-top: 10px;
          width: 100%;
          justify-content: center !important; } }
      .payment_section .card_info .brand_name a {
        display: block;
        max-width: 130px;
        margin-right: 40px; }
        .payment_section .card_info .brand_name a img {
          max-width: 100%; }
        .payment_section .card_info .brand_name a.theme_btn {
          /*max-width: 230px;
					width: 100%;*/
          /*height: 60px;*/
          background: #F9593A;
          border-radius: 4px;
          font-family: "Poppins", sans-serif;
          font-weight: bold;
          font-size: 16px;
          line-height: 60px;
          text-align: center;
          color: #fff; }
          @media (max-width: 767px) {
            .payment_section .card_info .brand_name a.theme_btn {
              font-size: 14px;
              padding: 10px 15px; } }
          .payment_section .card_info .brand_name a.theme_btn:hover, .payment_section .card_info .brand_name a.theme_btn:focus {
            color: #fff;
            background: #424A5B; }
      .payment_section .card_info .brand_name .theme_btn {
        /*max-width: 230px;
				width: 100%;*/
        /*height: 60px;*/
        background: #F9593A;
        border-radius: 4px;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        color: #fff;
        border: none;
        margin-right: 10px; }
        @media (max-width: 767px) {
          .payment_section .card_info .brand_name .theme_btn {
            font-size: 14px;
            padding: 10px 15px;
            width: 100%; } }
        .payment_section .card_info .brand_name .theme_btn:hover, .payment_section .card_info .brand_name .theme_btn:focus {
          color: #fff;
          background: #424A5B; }
      .payment_section .card_info .brand_name .brand_nm img {
        margin: 0 20px; }
      .payment_section .card_info .brand_name .logo-widget {
        display: flex;
        margin-top: -20px; }
        @media (max-width: 767px) {
          .payment_section .card_info .brand_name .logo-widget {
            margin-top: 0; } }
        .payment_section .card_info .brand_name .logo-widget img {
          width: 100%; }
        .payment_section .card_info .brand_name .logo-widget .widget-bbb, .payment_section .card_info .brand_name .logo-widget .widget-norton {
          width: 110px;
          max-width: 110px; }
          @media (max-width: 375px) {
            .payment_section .card_info .brand_name .logo-widget .widget-bbb, .payment_section .card_info .brand_name .logo-widget .widget-norton {
              width: 100px;
              max-width: 100px; } }
        .payment_section .card_info .brand_name .logo-widget .widget-norton {
          margin: 0 10px; }
          .payment_section .card_info .brand_name .logo-widget .widget-norton img {
            margin-top: -6px; }
        .payment_section .card_info .brand_name .logo-widget .widget-ssl {
          width: 50px; }
  .payment_section .payment_section.new-cc-page .container .card_info .card_name {
    margin-top: 40px; }
  .payment_section .payment_section.new-cc-page .container {
    max-width: 1080px;
    padding: 0 15px; }
  .payment_section .radio-buttons {
    width: 100%;
    margin: 10px auto 0; }
    @media (max-width: 639px) {
      .payment_section .radio-buttons {
        margin: 15px auto 5px; } }
  .payment_section .custom-radio input {
    display: none; }
  .payment_section .custom-radio {
    margin: 0 5px; }
  .payment_section .radio-btn {
    margin-right: 3px;
    width: 50px;
    height: 35px;
    border: 1px solid transparent;
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer; }
  .payment_section .radio-btn > i {
    color: #ffffff;
    background-color: #27AE60;
    font-size: 12px;
    position: absolute;
    top: -12px;
    right: -22px;
    transform: translateX(-50%) scale(4);
    border-radius: 50px;
    padding: 3px;
    transition: 0.2s;
    pointer-events: none;
    opacity: 0; }
    .payment_section .radio-btn > i.card-pass {
      opacity: 1;
      transform: translateX(-50%) scale(1); }
  .payment_section .radio-btn .card_icon {
    width: 60px;
    height: 40px;
    z-index: -1;
    line-height: 45px;
    position: absolute;
    top: 40%;
    left: 50%;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #aaa;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center; }
    .payment_section .radio-btn .card_icon.card-pass {
      border: 1.5px solid #27AE60; }
  .payment_section .radio-btn .card_icon img {
    max-width: 100%; }

.helper-text {
  color: #e93143;
  font-size: 12px;
  margin-top: 5px;
  height: auto;
  display: block; }

.creaditcardimg {
  max-width: 50px;
  opacity: 0.5; }

.focuscard {
  max-width: 50px;
  opacity: 1;
  display: none; }

@media (max-width: 354px) {
  .creaditcardimg {
    max-width: 42px; } }

#paypal-loader-box {
  width: 300px;
  height: 160px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 170px;
  margin-left: -153px; }

.radio-buttons {
  position: relative; }

.payment-options {
  position: absolute;
  top: -5px;
  right: 0;
  width: 110px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
  border-radius: 5px; }

.payment-options input#PayViaPayalLnlButton {
  height: 20px;
  margin-top: 11px; }

.payment_section .card_info label.custom-radio.all-card {
  display: none; }

@media (max-width: 639px) {
  /*.payment-options {
		top: 0;
		width: 105px;
		height: 35px;
		line-height: 35px;
	}

	.payment-options input#PayViaPayalLnlButton {
		height: 18px;
		margin-top: 9px;
	}*/
  .payment_section .card_info label.custom-radio {
    display: none; }
  .payment_section .card_info label.custom-radio.all-card {
    display: block; }
    .payment_section .card_info label.custom-radio.all-card .fa-check {
      opacity: 1;
      transform: translateX(-50%) scale(1); }
    .payment_section .card_info label.custom-radio.all-card .card_icon {
      border: 1.5px solid #27ae60; } }

@media (max-width: 500px) {
  /*.payment_section .custom-radio {
		margin: 0;
		margin-bottom: 10px;
	}*/
  .payment-options {
    /*top: -4px;
		width: 105px;
		height: 36px;
		line-height: 38px;*/
    /*position: inherit;
		display: inline-block;*/ }
  .payment_section .radio-btn {
    /*width: 44px;
		margin: 0;
		margin-bottom: 10px;
		height: 25px;*/ }
  /*.payment_section .card_info label.custom-radio {
		display: none;
	}*/ }

/* Loading popup*/
#loader-modal .modal-content {
  border: 0; }

#loader-modal.modal,
#loader-modal .modal-content {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0; }

#loader-modal .modal-dialog,
#loader-modal.modal.show .modal-dialog {
  /*position: absolute;
        margin: 0 auto;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);*/
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0; }

#loader-modal #loader-box,
#loader-modal.modal #loader-box {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

/* Paypal popup*/
#paypal-loader-modal {
  width: 100%;
  height: 100%; }

#paypal-loader-modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0; }

#paypal-loader-modal .modal-body {
  flex: initial; }

/* Paypal popup*/
#progress-modal .modal-header .close {
  display: none; }

#progress-modal .modal-body .modal-body-text {
  float: left; }

#progress-modal .modal-body img {
  float: right; }

#progress-modal #progress-conversion-modal {
  margin: 20px 0 0; }

.payment_section .custom-radio {
  margin: 0 5px; }

@media (max-width: 767px) {
  .payment_section .radio-btn > i {
    font-size: 8px;
    top: -11px;
    right: -20px; } }

/*@media(max-width: 639px) {
	.payment_section .custom-radio {
		margin: 0;
	}

	.payment_section .radio-btn {
		width: 44px;
		margin: 0;
		height: 30px;
	}

	.payment_section .radio-btn > i {
		top: -10px;
		right: -10px;
	}

	.payment_section .radio-btn .card_icon {
		width: 100%;
		overflow: hidden;
		height: 33px;
		line-height: 20px;
	}
}*/
/* CC Start*/
.payment_section.new-cc-page .container {
  max-width: 1080px;
  padding: 0 15px;
  /*.form-check span.checkmark {
			display: none;
		}

		label.form-check {
			padding-left: 0px;
		}*/ }
  .payment_section.new-cc-page .container .header {
    padding: 15px 10px 35px; }
    @media (max-width: 639px) {
      .payment_section.new-cc-page .container .header {
        padding: 10px;
        border-bottom: 0; } }
  .payment_section.new-cc-page .container .form-check span.checkmark {
    top: 4px; }
  .payment_section.new-cc-page .container #cvvTextBox .cvv-card-icon {
    position: absolute;
    top: 8px;
    right: 0;
    width: 30px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAASCAMAAACDzGUcAAAAWlBMVEUAAACSkpKioqKZmZmdnZ2Xl5ebm5uampqZmZmampqYmJiYmJiZmZmZmZmZmZmampqZmZmampqZmZmZmZmZmZmYmJiZmZmYmJiZmZmZmZmZmZmZmZmZmZn///+dUP3mAAAAHHRSTlMABwsUGhscRFVlaHd7gIWIjI2Olpmft7i5u93uIEiFKQAAAAFiS0dEHesDcZEAAABdSURBVBjTrZDLEoAgCEXpYW8zS0iz///OWDairTrLM8MFLkAW5a8Ur2CnPoUsoBbjGgHDnBLY3pKijeKGiKVtf9jOuaOeHLO8bLMaXQ2GGb8TbKadDdQpvqA2X/oD4jUQYFUBAdcAAAAASUVORK5CYII=) no-repeat right center; }
  .payment_section.new-cc-page .container .card_info {
    border: 1px solid #ee7856;
    border-radius: 3px;
    padding: 15px 20px 10px;
    position: relative; }
    @media (max-width: 991px) {
      .payment_section.new-cc-page .container .card_info {
        padding: 15px 15px 10px; } }
    @media (max-width: 639px) {
      .payment_section.new-cc-page .container .card_info {
        padding: 10px 10px 10px; } }
    .payment_section.new-cc-page .container .card_info .card_name, .payment_section.new-cc-page .container .card_info [class*=col-] {
      margin-bottom: 10px; }
    .payment_section.new-cc-page .container .card_info h3 {
      color: #545454;
      font-size: 20px;
      font-weight: 700;
      line-height: 20px;
      border-bottom: 1px solid #ee7856;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: -20px;
      margin-right: -20px; }
      @media (max-width: 991px) {
        .payment_section.new-cc-page .container .card_info h3 {
          margin-left: -15px;
          margin-right: -15px; } }
      @media (max-width: 639px) {
        .payment_section.new-cc-page .container .card_info h3 {
          margin-left: -10px;
          margin-right: -10px;
          font-size: 16px;
          padding-bottom: 10px; } }
      .payment_section.new-cc-page .container .card_info h3 strong {
        font-weight: 700; }
      .payment_section.new-cc-page .container .card_info h3 span {
        font-size: 22px;
        font-weight: 500;
        margin-left: auto; }
        @media (max-width: 639px) {
          .payment_section.new-cc-page .container .card_info h3 span {
            font-size: 18px; } }
    .payment_section.new-cc-page .container .card_info .radio-buttons {
      text-align: right;
      padding-right: 84px;
      margin: 0;
      position: absolute;
      top: 72px;
      right: 20px; }
      @media (max-width: 375px) {
        .payment_section.new-cc-page .container .card_info .radio-buttons {
          top: 58px;
          right: 10px;
          padding-right: 80px; } }
      .payment_section.new-cc-page .container .card_info .radio-buttons label.device-show {
        display: none; }
      @media (max-width: 991px) {
        .payment_section.new-cc-page .container .card_info .radio-buttons label {
          display: none;
          letter-spacing: -0.5px; }
          .payment_section.new-cc-page .container .card_info .radio-buttons label.device-show {
            display: block; } }
    .payment_section.new-cc-page .container .card_info .card_name {
      margin-top: 40px; }
    .payment_section.new-cc-page .container .card_info .radio-btn {
      width: 32px;
      height: 24px; }
      .payment_section.new-cc-page .container .card_info .radio-btn i {
        font-size: 6px;
        top: -11px;
        right: -16px; }
      .payment_section.new-cc-page .container .card_info .radio-btn .card_icon {
        width: 40px;
        height: 28px;
        border-radius: 3px;
        border: 1px solid #ededed; }
        .payment_section.new-cc-page .container .card_info .radio-btn .card_icon.card-pass {
          border: 1px solid #27AE60; }
        .payment_section.new-cc-page .container .card_info .radio-btn .card_icon img {
          max-width: 94%;
          width: 94%; }
    .payment_section.new-cc-page .container .card_info .custom-radio {
      margin: 0 1px; }
    .payment_section.new-cc-page .container .card_info input#PayViaPayalLnlButton {
      height: 14px;
      margin-top: 6px; }
    .payment_section.new-cc-page .container .card_info .payment-options {
      width: 72px;
      height: 29px;
      top: -5px;
      line-height: 32px;
      border-radius: 3px;
      border: 1px solid #ededed; }
    .payment_section.new-cc-page .container .card_info .check_box {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      line-height: 20px;
      display: block;
      align-items: center;
      color: #424A5C; }
    .payment_section.new-cc-page .container .card_info label {
      font-size: 11px;
      margin-bottom: 0;
      padding-bottom: 0;
      font-weight: 500;
      color: #9b9b9b; }
      .payment_section.new-cc-page .container .card_info label strong {
        font-weight: 500; }
      .payment_section.new-cc-page .container .card_info label.form-check {
        font-weight: 300;
        font-size: 13px;
        line-height: 20px; }
    .payment_section.new-cc-page .container .card_info .card_name [class*=col-], .payment_section.new-cc-page .container .card_info .card_number [class*=col-], .payment_section.new-cc-page .container .card_info .card_date [class*=col-], .payment_section.new-cc-page .container .card_info .date_area [class*=col-] {
      padding-left: 8px;
      padding-right: 8px; }
    .payment_section.new-cc-page .container .card_info .card_name label, .payment_section.new-cc-page .container .card_info .card_number label, .payment_section.new-cc-page .container .card_info .card_date label, .payment_section.new-cc-page .container .card_info .date_area label {
      display: block;
      min-height: 15px;
      line-height: 15px;
      text-transform: uppercase;
      letter-spacing: -0.5px; }
    .payment_section.new-cc-page .container .card_info .card_name .form-control, .payment_section.new-cc-page .container .card_info .card_name .form-select, .payment_section.new-cc-page .container .card_info .card_number .form-control, .payment_section.new-cc-page .container .card_info .card_number .form-select, .payment_section.new-cc-page .container .card_info .card_date .form-control, .payment_section.new-cc-page .container .card_info .card_date .form-select, .payment_section.new-cc-page .container .card_info .date_area .form-control, .payment_section.new-cc-page .container .card_info .date_area .form-select {
      background: transparent;
      border-radius: 0;
      font-weight: 300;
      height: 36px;
      line-height: 34px;
      border: none;
      padding-left: 0;
      border-bottom: 2px solid #cacaca; }
      .payment_section.new-cc-page .container .card_info .card_name .form-control:focus, .payment_section.new-cc-page .container .card_info .card_name .form-select:focus, .payment_section.new-cc-page .container .card_info .card_number .form-control:focus, .payment_section.new-cc-page .container .card_info .card_number .form-select:focus, .payment_section.new-cc-page .container .card_info .card_date .form-control:focus, .payment_section.new-cc-page .container .card_info .card_date .form-select:focus, .payment_section.new-cc-page .container .card_info .date_area .form-control:focus, .payment_section.new-cc-page .container .card_info .date_area .form-select:focus {
        box-shadow: none;
        outline: 0; }
    .payment_section.new-cc-page .container .card_info .flagger {
      /*visibility: hidden;*/
      font-size: 11px;
      display: block;
      line-height: 10px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: -0.2px; }
    .payment_section.new-cc-page .container .card_info .date_area .flagger,
    .payment_section.new-cc-page .container .card_info .card_name .flagger {
      font-size: 11px;
      line-height: 6px;
      visibility: hidden !important; }
    .payment_section.new-cc-page .container .card_info .brand_name {
      display: block; }
      .payment_section.new-cc-page .container .card_info .brand_name .theme_btn {
        width: 100%;
        max-width: 100%;
        font-size: 17px;
        padding: 10px 22px;
        text-transform: capitalize;
        font-weight: 500;
        color: #fff;
        background-image: linear-gradient(101deg, #69bf98, #5fd797); }
        .payment_section.new-cc-page .container .card_info .brand_name .theme_btn:hover {
          background-image: linear-gradient(101deg, #61da99, #61da99); }
    .payment_section.new-cc-page .container .card_info .secure-section {
      display: flex;
      margin: 10px 0 10px; }
      .payment_section.new-cc-page .container .card_info .secure-section .secure-disclaimer {
        font-size: 11px; }
      .payment_section.new-cc-page .container .card_info .secure-section .secure-logo img {
        max-width: 80px; }
  .payment_section.new-cc-page .container .article-box-right h5 {
    font-size: 18px; }

.payment_section.new-cc-page .article-box-right p {
  font-size: 15px;
  line-height: 21px; }

.payment_section.new-cc-page .container .card_info .check-passed label::after {
  content: "\f058";
  font-family: "FontAwesome";
  color: #65c897;
  margin: 0 0 0 3px;
  font-size: 12px;
  position: absolute; }

.payment_section.new-cc-page .container .card_info .check-error label {
  color: red; }
  .payment_section.new-cc-page .container .card_info .check-error label::after {
    content: "\f06a";
    font-family: "FontAwesome";
    color: red;
    margin: 0 0 0 3px;
    font-size: 12px;
    position: absolute; }

.payment_section.new-cc-page .container #cvvTextBox .cvv-card-icon {
  position: absolute;
  position: absolute;
  top: 8px;
  right: 0;
  width: 30px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAASCAMAAACDzGUcAAAAWlBMVEUAAACSkpKioqKZmZmdnZ2Xl5ebm5uampqZmZmampqYmJiYmJiZmZmZmZmZmZmampqZmZmampqZmZmZmZmZmZmYmJiZmZmYmJiZmZmZmZmZmZmZmZmZmZn///+dUP3mAAAAHHRSTlMABwsUGhscRFVlaHd7gIWIjI2Olpmft7i5u93uIEiFKQAAAAFiS0dEHesDcZEAAABdSURBVBjTrZDLEoAgCEXpYW8zS0iz///OWDairTrLM8MFLkAW5a8Ur2CnPoUsoBbjGgHDnBLY3pKijeKGiKVtf9jOuaOeHLO8bLMaXQ2GGb8TbKadDdQpvqA2X/oD4jUQYFUBAdcAAAAASUVORK5CYII=) no-repeat right center; }

/*#expYearDiv.check-passed > label::after,
#expYearDiv.check-error > label::after {
	display: none;
}*/
.payment_section.new-cc-page .card_info .date_area .card_date .input-group .form-control {
  height: 36px; }

.trust-review-widget {
  padding: 10px 10px 20px;
  text-align: center; }
  .trust-review-widget img {
    max-width: 170px; }

html[dir='rtl'] .payment_section.new-cc-page .container .card_info label.form-check {
  text-align: right; }

.card-review-slider.review-section {
  position: relative;
  padding: 10px 0 0;
  border-top: 1px #ccc solid; }
  @media (max-width: 767px) {
    .card-review-slider.review-section {
      margin-bottom: 40px; } }
  .card-review-slider.review-section p.review-star-text {
    font-size: 12px; }
  .card-review-slider.review-section ul.review {
    margin: 0; }
  .card-review-slider.review-section .review li {
    padding: 5px 0 35px;
    min-height: 0; }
    @media (max-width: 767px) {
      .card-review-slider.review-section .review li {
        min-height: 0; } }
    .card-review-slider.review-section .review li img {
      width: 100%; }
    .card-review-slider.review-section .review li .review-text {
      margin-bottom: 5px; }
  .card-review-slider.review-section .swiper-button-next {
    right: 0;
    top: inherit;
    bottom: 0;
    z-index: 99;
    height: 30px; }
  .card-review-slider.review-section .swiper-button-prev {
    left: 0;
    top: inherit;
    bottom: 0;
    z-index: 99;
    height: 30px; }
  .card-review-slider.review-section.swiper-rtl .swiper-button-next {
    right: 0; }
  .card-review-slider.review-section.swiper-rtl .swiper-button-prev {
    left: 0;
    right: auto; }

.review-section .swiper-button-next:after,
.review-section .swiper-button-prev:after {
  display: none; }

/* CC End */
.review_order .card {
  border: none;
  background: #F4F6F5;
  padding: 10px 20px; }
  @media (max-height: 660px) {
    .review_order .card {
      padding: 5px 10px 0; } }
  .review_order .card .card-header {
    background: none;
    border-bottom: 1px solid #D8D8D8; }
    @media (max-width: 767px) {
      .review_order .card .card-header {
        padding: 0 0 10px; } }
    .review_order .card .card-header h3 {
      font-size: 32px; }
      @media (max-width: 991px) {
        .review_order .card .card-header h3 {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .review_order .card .card-header h3 {
          font-size: 24px;
          margin-bottom: 0; } }
      @media (max-width: 479px) {
        .review_order .card .card-header h3 {
          font-size: 20px; } }
      @media (max-height: 660px) {
        .review_order .card .card-header h3 {
          font-size: 20px;
          margin-bottom: 0; } }
  .review_order .card .card-body {
    height: auto; }
    @media (max-width: 767px) {
      .review_order .card .card-body {
        padding: 10px 0; } }
    .review_order .card .card-body h3 {
      font-size: 22px; }
      @media (max-width: 767px) {
        .review_order .card .card-body h3 {
          font-size: 18px;
          margin-bottom: 0; } }
      .review_order .card .card-body h3 span {
        font-weight: 500; }
    .review_order .card .card-body .content {
      /*max-width: 550px;*/
      margin: 0 auto; }
      .review_order .card .card-body .content p {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 40px; }
        .review_order .card .card-body .content p span {
          font-weight: 500; }
      .review_order .card .card-body .content ul li {
        display: flex;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 16px;
        padding: 10px 0; }
        @media (max-width: 991px) {
          .review_order .card .card-body .content ul li {
            padding: 10px 0; } }
        @media (max-width: 767px) {
          .review_order .card .card-body .content ul li {
            padding: 10px 0 0; } }
        .review_order .card .card-body .content ul li .icon {
          margin-right: 10px; }
        .review_order .card .card-body .content ul li a {
          display: flex;
          font-weight: 600;
          font-size: 16px;
          color: #424A5C;
          line-height: normal; }
          @media (max-width: 767px) {
            .review_order .card .card-body .content ul li a {
              font-size: 14px; } }
          .review_order .card .card-body .content ul li a:hover, .review_order .card .card-body .content ul li a:focus {
            color: #F9593A; }
  .review_order .card .card-footer {
    background: none;
    padding: 1rem 1.25rem 0.5rem; }
    @media (max-width: 767px) {
      .review_order .card .card-footer {
        padding: 10px 0 0; } }
    .review_order .card .card-footer h4 {
      font-size: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0; }
      @media (max-width: 767px) {
        .review_order .card .card-footer h4 {
          font-size: 15px;
          padding: 0; } }
      .review_order .card .card-footer h4 i {
        font-weight: 800;
        font-size: 45px;
        color: #196AC8;
        margin-left: 20px; }
        @media (max-width: 767px) {
          .review_order .card .card-footer h4 i {
            font-size: 28px; } }
      .review_order .card .card-footer h4 span {
        font-weight: 500;
        font-size: 22px;
        color: #196AC8; }
        @media (max-width: 767px) {
          .review_order .card .card-footer h4 span {
            font-size: 20px; } }

.down_content {
  /*max-width: 50%;*/ }
  .down_content span {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 14px;
    display: block;
    padding-bottom: 20px; }
    .down_content span a {
      color: #196AC8; }
      .down_content span a:hover, .down_content span a:focus {
        color: #F9593A; }
  .down_content h5 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px; }
  .down_content p {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 14px; }
    .down_content p a {
      color: #196AC8; }
      .down_content p a:hover, .down_content p a:focus {
        color: #F9593A; }

/*----------------------------------------------------*/
.industries-section {
  overflow: hidden; }
  .industries-section .heading {
    padding-bottom: 100px; }
    .industries-section .heading h1 {
      font-family: "Poppins", sans-serif;
      font-weight: bold;
      font-size: 45px;
      color: #424A5B; }

.industries-review {
  overflow: hidden;
  background-color: #e5e7e9;
  display: none; }
  .industries-review .container {
    padding: 20px 20px 25px; }
  .industries-review .review-inner {
    max-width: 1270px;
    margin: 0 auto; }
    .industries-review .review-inner .left-content {
      display: flex;
      align-items: center;
      text-align: right;
      justify-content: flex-end; }
      .industries-review .review-inner .left-content .content {
        margin-right: 15px; }
        .industries-review .review-inner .left-content .content p {
          display: inline-block;
          font-family: "Poppins", sans-serif;
          font-weight: 500;
          font-size: 20px;
          color: #424A5B; }
        .industries-review .review-inner .left-content .content h6 {
          display: inline-block;
          font-family: "Poppins", sans-serif;
          font-weight: 600;
          font-size: 24px;
          color: #424A5B; }
      .industries-review .review-inner .left-content ul li {
        display: inline-block; }
        .industries-review .review-inner .left-content ul li a {
          display: block;
          height: 55px;
          width: 55px;
          line-height: 45px;
          text-align: center;
          background: #00B67A; }
          .industries-review .review-inner .left-content ul li a span img {
            max-width: 100%; }
        .industries-review .review-inner .left-content ul li:last-child a {
          position: relative;
          z-index: 1; }
          .industries-review .review-inner .left-content ul li:last-child a::after {
            position: absolute;
            content: '';
            display: block;
            height: 100%;
            width: 50%;
            right: 0;
            top: 0;
            background: #DCDCE6;
            z-index: -1; }
    .industries-review .review-inner .right-side {
      display: flex;
      align-items: center; }
      .industries-review .review-inner .right-side p {
        display: inline-block;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 20px;
        color: #424A5B;
        margin-right: 15px; }
        .industries-review .review-inner .right-side p span {
          font-weight: 700; }
      .industries-review .review-inner .right-side a {
        display: inline-block; }
        .industries-review .review-inner .right-side a img {
          max-width: 100%; }

.convert-file-section {
  background: #196AC8; }
  .convert-file-section .convert-inner {
    max-width: 830px;
    margin: 0 auto;
    text-align: center;
    /*a{
            display: block;
            font-family: $pss;
            font-weight: 700;
            font-size: 16px;
            background: #F9593A;
            border-radius: 4px;
            max-width: 300px;
            line-height: 75px;
            margin: 0 auto;
            text-align: center;
            color: #fff;
            &:hover, &:focus{
                background: #424A5B;
            }
        }*/ }
    .convert-file-section .convert-inner h1, .convert-file-section .convert-inner h3 {
      color: #fff;
      font-size: 2.5rem;
      margin-bottom: 1.125rem; }
      @media (max-width: 991px) {
        .convert-file-section .convert-inner h1, .convert-file-section .convert-inner h3 {
          font-size: 2rem; } }
      @media (max-width: 479px) {
        .convert-file-section .convert-inner h1, .convert-file-section .convert-inner h3 {
          font-size: 1.5rem;
          margin-bottom: 1.25rem; } }
    .convert-file-section .convert-inner p {
      color: #fff;
      font-family: Poppins;
      font-weight: 500;
      font-size: 22px;
      line-height: 28px;
      margin-bottom: 1.25rem; }

.industries-categories-banner .left-side h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 60px;
  color: #424A5B;
  padding-bottom: 50px; }

.industries-categories-banner .left-side p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #424A5B;
  padding-bottom: 60px;
  line-height: 38px; }

.industries-categories-banner .left-side .theme_btn {
  color: #fff; }

.industries-categories-banner .right-side {
  max-width: 700px;
  padding: 40px 50px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  margin: 0 auto; }
  .industries-categories-banner .right-side form input {
    width: 100%;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #AAAAAA;
    line-height: 40px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    outline: none;
    padding: 0 15px; }
    .industries-categories-banner .right-side form input::placeholder {
      color: #AAAAAA; }
  .industries-categories-banner .right-side form select {
    width: 100%;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #AAAAAA;
    line-height: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    outline: none;
    padding: 0 15px; }
  .industries-categories-banner .right-side form button {
    outline: none;
    border: none;
    box-shadow: none;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 14px;
    background: none;
    color: #F9593A;
    display: block;
    max-width: 170px;
    width: 100%;
    margin-left: 15px;
    line-height: 50px;
    text-align: center;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #F9593A;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 30px; }
    .industries-categories-banner .right-side form button:hover, .industries-categories-banner .right-side form button:focus {
      color: #424A5B;
      border-color: #424A5B; }
  .industries-categories-banner .right-side form span {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #424A5B; }
    .industries-categories-banner .right-side form span a {
      display: inline-block;
      color: #1A74BB; }
      .industries-categories-banner .right-side form span a:hover, .industries-categories-banner .right-side form span a:focus {
        color: #F9593A; }

.important-text {
  background: rgba(25, 106, 200, 0.08); }
  .important-text p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #424A5B; }
  .important-text .theme_btn {
    color: #fff; }

.industries-categories-feature .our-brands p {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #7D7987; }

.industries-categories-feature .our-brands .icon img {
  max-width: 160px; }

@media (max-width: 767px) {
  .industries-categories-feature h2 {
    font-size: 1.75rem; } }

@media (max-width: 479px) {
  .industries-categories-feature h2 {
    font-size: 1.3750rem; } }

.industries-categories-feature .header {
  padding-bottom: 30px;
  /*max-width: 1150px;*/
  margin: 0 auto;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .industries-categories-feature .header {
      padding-bottom: 40px; } }
  .industries-categories-feature .header .sub-headline {
    font-size: 1.6250rem; }
    @media only screen and (max-width: 767px) {
      .industries-categories-feature .header .sub-headline {
        font-size: 1.125rem;
        line-height: 20px; } }
    @media only screen and (max-width: 479px) {
      .industries-categories-feature .header .sub-headline {
        font-size: 1rem; } }
  .industries-categories-feature .header p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #424A5B;
    line-height: 40px; }

.industries-categories-feature .feature-item {
  background: #FFFFFF;
  box-shadow: 0px 0px 50px rgba(206, 211, 224, 0.4);
  border-radius: 20px;
  padding: 30px 38px; }
  .industries-categories-feature .feature-item .icon img {
    max-width: 200px; }
  .industries-categories-feature .feature-item h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 56px;
    color: #000000; }
  .industries-categories-feature .feature-item p {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #7D7987; }
  .industries-categories-feature .feature-item a {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 56px;
    color: #F9593A;
    display: inline-block;
    margin-bottom: 15px; }
    .industries-categories-feature .feature-item a:hover, .industries-categories-feature .feature-item a:focus {
      color: #424A5B;
      text-decoration: underline; }

.undraw_Reviewed_docs {
  background: #EDF3FB; }
  .undraw_Reviewed_docs .images {
    text-align: center; }
    .undraw_Reviewed_docs .images img {
      max-width: 100%; }
  .undraw_Reviewed_docs .content {
    text-align: center; }
    .undraw_Reviewed_docs .content p {
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 18px;
      color: #424A5B;
      line-height: 32px;
      padding-bottom: 50px; }
    .undraw_Reviewed_docs .content .theme_btn {
      color: #fff;
      margin: 0 auto; }

.monthly-comparison h1 {
  padding-bottom: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #424A5B; }

.monthly-comparison .images img {
  max-width: 100%; }

.monthly-comparison .saving-area {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .monthly-comparison .saving-area {
      padding-bottom: 40px; } }
  .monthly-comparison .saving-area h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 85px;
    color: #F9593A;
    display: block;
    margin-bottom: 25px;
    align-items: center; }
    @media (max-width: 767px) {
      .monthly-comparison .saving-area h2 {
        font-size: 70px; } }
    @media (max-width: 479px) {
      .monthly-comparison .saving-area h2 {
        font-size: 60px; } }
    .monthly-comparison .saving-area h2 span {
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 32px;
      color: #424A5B;
      margin-right: 20px;
      padding-right: 20px;
      border-right: 1px solid #ddd;
      vertical-align: middle;
      /*display: inline-block;*/ }
  .monthly-comparison .saving-area .theme_btn {
    margin-top: 15px;
    color: #fff; }

.compare_pdfSimpli {
  background: rgba(253, 206, 67, 0.1); }
  .compare_pdfSimpli .compare_pdfSimpli_text {
    max-width: 880px;
    text-align: center;
    margin: 0 auto; }
    .compare_pdfSimpli .compare_pdfSimpli_text p {
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 18px;
      color: #424A5B;
      line-height: 32px;
      padding-bottom: 50px; }
    .compare_pdfSimpli .compare_pdfSimpli_text .theme_btn {
      background: none;
      margin: 0 auto;
      color: #F9593A;
      border: 1px solid #F9593A; }
      .compare_pdfSimpli .compare_pdfSimpli_text .theme_btn:hover, .compare_pdfSimpli .compare_pdfSimpli_text .theme_btn:focus {
        border: 1px solid #424A5B;
        color: #424A5B; }

.convert-to-any-file {
  background: #196AC8;
  padding: 40px 0; }
  @media (max-width: 767px) {
    .convert-to-any-file {
      display: block;
      text-align: center;
      padding: 30px 0; } }
  .convert-to-any-file h2,
  .convert-to-any-file h3 {
    color: #fff; }
  .convert-to-any-file .convert-to-any-file-text {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .convert-to-any-file .convert-to-any-file-text {
        display: block; } }
.convert-to-any-file .convert-to-any-file-text .content h1, .convert-to-any-file .convert-to-any-file-text .content h2, .convert-to-any-file .convert-to-any-file-text .content h3 {
    /*   font-family: "Poppins", sans-serif;*/
    font-family: "Rethink Sans", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    padding-bottom: 10px;
}
.convert-to-any-file .convert-to-any-file-text .content h1 {
    font-size: 82px;
}
@media (max-width: 767px) {
    .convert-to-any-file .convert-to-any-file-text .content h1, .convert-to-any-file .convert-to-any-file-text .content h2, .convert-to-any-file .convert-to-any-file-text .content h3 {
          font-size: 24px;
          padding-bottom: 0 !important; } }
.convert-to-any-file .convert-to-any-file-text .content p {
    font-family: "Rethink Sans"
     color: #fff;
    font-weight: 500;
    font-size: 21px;
    line-height: 32px;
}
      @media (max-width: 767px) {
        .convert-to-any-file .convert-to-any-file-text .content p {
          font-size: 16px;
          line-height: 25px !important; } }
    .convert-to-any-file .convert-to-any-file-text .theme_btn {
      max-width: 300px;
      width: 100%;
      color: #fff;
      margin-left: 80px; }
      @media (max-width: 767px) {
        .convert-to-any-file .convert-to-any-file-text .theme_btn {
          margin: 0 auto;
          margin-top: 30px; } }

.beats-competition-section .header-top {
  padding-bottom: 50px;
  text-align: center; }
  .beats-competition-section .header-top h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #424A5B;
    padding-bottom: 10px; }
  .beats-competition-section .header-top P {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #AAAAAA; }

.beats-competition-section table, .beats-competition-section th, .beats-competition-section td {
  border: 1px solid black;
  border-collapse: collapse; }

.beats-competition-section table th {
  width: 380px;
  padding: 15px 0;
  text-align: center;
  max-width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 38px;
  color: #424A5B; }
  .beats-competition-section table th span img {
    max-width: 280px; }

.beats-competition-section table tr td {
  padding: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000; }
  .beats-competition-section table tr td .icon {
    font-size: 40px;
    color: #27AE60;
    text-align: center;
    display: block; }
  .beats-competition-section table tr td .cancle-icon {
    color: #F23030; }

/*----------------------------------------------------*/
.search-for-thousands .search-content {
  max-width: 900px;
  margin: 0 auto; }
  .search-for-thousands .search-content h2 {
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 45px;
    color: #424A5B;
    padding-bottom: 25px; }
    @media (max-width: 991px) {
      .search-for-thousands .search-content h2 {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .search-for-thousands .search-content h2 {
        font-size: 30px; } }
  .search-for-thousands .search-content .content {
    display: flex;
    align-items: center; }
    .search-for-thousands .search-content .content .input-group {
      display: flex;
      align-items: center;
      background: #F5F6F6;
      border-radius: 4px;
      padding: 0 15px;
      line-height: 50px; }
      .search-for-thousands .search-content .content .input-group span {
        display: block;
        width: 20px; }
      .search-for-thousands .search-content .content .input-group input {
        width: 100%;
        max-width: 500px;
        background: none;
        border: none;
        outline: none;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 14px;
        color: #AAAAAA;
        display: block;
        padding: 0 15px; }
    .search-for-thousands .search-content .content .theme_btn {
      max-width: 300px;
      width: 100%;
      line-height: 50px;
      color: #fff;
      margin-left: 25px; }

.forms-to-fill-section {
  padding-bottom: 100px; }
  .forms-to-fill-section .left-content {
    margin-left: 50px; }
    .forms-to-fill-section .left-content h1 {
      font-family: "Poppins", sans-serif;
      color: #424A5B;
      font-weight: 600;
      font-size: 45px; }
  .forms-to-fill-section .right-contentt p {
    font-family: "Poppins", sans-serif;
    color: #424A5B;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px; }

.popular-forms-section {
  padding-bottom: 100px; }
  .popular-forms-section h1 {
    font-family: "Poppins", sans-serif;
    color: #424A5B;
    padding-bottom: 50px;
    text-align: center;
    font-weight: 600;
    font-size: 45px; }
  .popular-forms-section .nav-pills {
    max-width: 370px;
    margin: 0 auto;
    border-bottom: 1px solid #AAAAAA;
    display: flex;
    justify-content: center;
    margin-bottom: 0 !important; }
    .popular-forms-section .nav-pills li {
      text-align: center; }
      .popular-forms-section .nav-pills li a {
        font-family: "Poppins", sans-serif;
        color: #196AC8;
        font-weight: 800;
        font-size: 18px;
        line-height: 27px;
        border-bottom: 5px solid #fff;
        margin: 0 15px; }
        .popular-forms-section .nav-pills li a.active {
          background: none !important;
          color: #196AC8 !important;
          border-radius: 0 !important;
          border-bottom: 5px solid #196AC8; }
  .popular-forms-section .tab-content .tab-pane {
    padding: 50px 120px;
    background: #F5F6F6; }
    .popular-forms-section .tab-content .tab-pane ul li {
      font-family: "Poppins", sans-serif;
      color: #424A5B;
      line-height: 40px;
      border-bottom: 1px solid #aaa;
      font-weight: 500;
      font-size: 18px; }
    .popular-forms-section .tab-content .tab-pane .theme_btn {
      color: #fff;
      margin: 0 auto;
      margin-top: 100px; }

.forms-blog-section {
  padding: 70px 0; }
  .forms-blog-section .media {
    background: rgba(41, 128, 185, 0.05);
    border-radius: 8px;
    padding: 35px;
    margin-bottom: 30px; }
    .forms-blog-section .media .images {
      border-radius: 8px;
      overflow: hidden;
      max-width: 214px;
      height: 160px; }
      .forms-blog-section .media .images img {
        max-width: 100%; }
    .forms-blog-section .media .media-body {
      margin-left: 30px; }
      .forms-blog-section .media .media-body h1 {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #424A5B;
        padding-bottom: 25px; }
      .forms-blog-section .media .media-body p {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #424A5B;
        line-height: 30px;
        padding-bottom: 10px; }
      .forms-blog-section .media .media-body a {
        display: block;
        text-align: right;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        color: #196AC8;
        font-size: 16px; }
        .forms-blog-section .media .media-body a:hover, .forms-blog-section .media .media-body a:focus {
          color: #F9593A; }

.pagination {
  margin-bottom: 100px; }
  .pagination .page-item {
    border: none !important; }
    .pagination .page-item .page-link {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #D8D8D8;
      border: none !important;
      box-shadow: none;
      border-bottom: 1px solid #fff !important; }
      .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus .pagination .page-item .page-link.active {
        background: none;
        color: #1B1C19;
        border-bottom: 1px solid #F9593A !important; }
      .pagination .page-item .page-link span {
        display: inline-block;
        color: #F9593A;
        margin: 0 10px; }

.template-home-banner .search-content {
  max-width: 1100px; }

.template-home-banner p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  color: #424A5B;
  padding-bottom: 50px;
  text-align: center; }

.template-home-banner ul {
  margin-top: 20px; }
  .template-home-banner ul li {
    display: inline-block; }
    .template-home-banner ul li a {
      font-family: Poppins;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      display: inline-block;
      color: #F9593A;
      padding: 0 30px;
      line-height: 35px;
      text-align: center;
      border: 1px solid #F9593A;
      border-radius: 4px;
      color: #333;
      border: none; }

.accomplish-area-section {
  padding-bottom: 150px; }
  .accomplish-area-section h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    color: #424A5B;
    padding-bottom: 50px; }
    @media (max-width: 991px) {
      .accomplish-area-section h3 {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .accomplish-area-section h3 {
        font-size: 30px; } }
  .accomplish-area-section .accomplish-inner {
    max-width: 940px;
    margin: 0 auto; }
    .accomplish-area-section .accomplish-inner .media {
      align-items: center;
      padding: 15px 50px;
      background: #FFFFFF;
      box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
      border-radius: 6px;
      margin-bottom: 15px; }
      .accomplish-area-section .accomplish-inner .media .icon img {
        max-width: 100%; }
      .accomplish-area-section .accomplish-inner .media .media-body {
        margin-left: 12px; }
        .accomplish-area-section .accomplish-inner .media .media-body p {
          font-family: Poppins;
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          color: #424A5B; }

.document-minutes-section {
  padding: 50px 0; }
  .document-minutes-section .document-inner {
    max-width: 1140px;
    margin: 0 auto; }
    .document-minutes-section .document-inner h1 {
      margin: auto;
      max-width: 900px;
      font-family: Poppins;
      font-style: normal;
      font-weight: 600;
      font-size: 45px;
      color: #424A5B;
      padding-bottom: 50px;
      text-align: center; }
      @media (max-width: 991px) {
        .document-minutes-section .document-inner h1 {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .document-minutes-section .document-inner h1 {
          font-size: 30px; } }
    .document-minutes-section .document-inner .media {
      align-items: center;
      margin-left: 200px;
      margin-bottom: 30px; }
      .document-minutes-section .document-inner .media .images img {
        max-width: 100%; }
      .document-minutes-section .document-inner .media .media-body {
        margin-left: 40px;
        padding: 60px 35px;
        background: #FFFFFF;
        box-shadow: 0px 0px 50px rgba(206, 211, 224, 0.4);
        border-radius: 20px; }
        .document-minutes-section .document-inner .media .media-body h3 {
          font-family: Poppins;
          font-style: normal;
          font-weight: 600;
          font-size: 22px;
          color: #000;
          padding-bottom: 30px; }
        .document-minutes-section .document-inner .media .media-body p {
          font-family: Poppins;
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 26px;
          color: #7D7987; }
    .document-minutes-section .document-inner .theme_btn {
      margin: 0 auto;
      color: #fff;
      margin-top: 100px; }

.template-categories-banner {
  padding: 70px 0 70px; }
  .template-categories-banner .template-categories-content h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    color: #424A5B;
    padding-bottom: 50px; }
  .template-categories-banner .template-categories-content p {
    max-width: 750px;
    font-family: Poppins;
    color: #424A5B;
    font-weight: normal;
    font-size: 22px;
    padding-bottom: 60px;
    line-height: 30px; }
  .template-categories-banner .template-categories-content .theme_btn {
    color: #fff; }
  .template-categories-banner .left-side-images img {
    max-width: 100%; }

.agreement-section {
  background: rgba(41, 128, 185, 0.05);
  padding: 80px 0; }
  .agreement-section .left-side {
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
    .agreement-section .left-side .search-group {
      /*display: flex;*/
      align-items: center;
      background: #FFFFFF;
      border-radius: 4px;
      line-height: 55px;
      padding: 0;
      margin-bottom: 15px;
      display: block; }
      .agreement-section .left-side .search-group span {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        color: #aaa;
        display: block;
        float: left;
        padding: 0 15px;
        width: 20px;
        position: absolute; }
      .agreement-section .left-side .search-group input {
        width: 100%;
        border: none;
        outline: none;
        background: none;
        padding: 0 10px;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        color: #aaa;
        padding-left: 40px; }
    .agreement-section .left-side h1 {
      font-family: Poppins;
      font-style: normal;
      font-weight: 600;
      font-size: 22px;
      color: #fff;
      line-height: 55px;
      background: #196AC8;
      padding: 0 20px;
      margin-bottom: 20px; }
    .agreement-section .left-side ul {
      background: #FFFFFF;
      padding: 30px 20px;
      height: auto;
      overflow-y: auto; }
      .agreement-section .left-side ul::-webkit-scrollbar {
        width: 5px; }
      .agreement-section .left-side ul::-webkit-scrollbar-thumb {
        background: rgba(196, 196, 196, 0.15);
        border-radius: 3px; }
      .agreement-section .left-side ul li a {
        display: block;
        font-size: 15px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        color: #000;
        line-height: 30px;
        position: relative; }
        .agreement-section .left-side ul li a::after {
          position: absolute;
          display: block;
          content: '';
          left: -20px;
          bottom: 0;
          height: 0;
          width: 6px;
          background: #196AC8;
          transition: all ease-out .2s; }
        .agreement-section .left-side ul li a:hover, .agreement-section .left-side ul li a:focus {
          color: #196AC8; }
          .agreement-section .left-side ul li a:hover::after, .agreement-section .left-side ul li a:focus::after {
            height: 100%; }
  .agreement-section .right-side .item {
    margin-bottom: 30px;
    background: #FFFFFF;
    padding: 25px 50px; }
    .agreement-section .right-side .item h2 {
      font-family: Poppins;
      font-style: normal;
      font-weight: 500;
      font-size: 22px;
      color: #000;
      padding-bottom: 30px; }
    .agreement-section .right-side .item p {
      font-family: Poppins;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      color: #000;
      padding-bottom: 45px; }
    .agreement-section .right-side .item ul li a {
      display: block;
      font-family: Poppins;
      font-weight: normal;
      font-size: 16px;
      color: #424A5B;
      text-decoration: underline;
      line-height: 30px; }

.learn-landing-pages h1 {
  font-family: Poppins;
  padding-bottom: 10px;
  color: #424A5B;
  font-size: 3rem; }
  @media (max-width: 1150px) {
    .learn-landing-pages h1 {
      font-size: 2.5rem; } }
  @media (max-width: 991px) {
    .learn-landing-pages h1 {
      font-size: 2rem; } }
  @media (max-width: 479px) {
    .learn-landing-pages h1 {
      font-size: 1.5rem; } }

.learn-landing-pages span {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #AAAAAA;
  display: inline-block; }
  .learn-landing-pages span strong {
    font-weight: 500;
    color: #000;
    display: inline-block;
    margin: 0 5px; }

.learn-landing-pages .images img {
  max-width: 100%; }

.learn-landing-pages ul {
  text-align: center;
  display: block;
  padding: 15px 0;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd; }
  .learn-landing-pages ul li {
    display: inline-block; }
    .learn-landing-pages ul li a {
      display: inline-block;
      margin: 0 10px;
      height: 40px;
      line-height: 40px;
      width: 40px;
      border-radius: 50%;
      background: #ACB6C0;
      text-align: center;
      font-size: 20px;
      color: #fff; }

.education-help .paragraph-area {
  /*padding-top: 80px;*/ }
  .education-help .paragraph-area p {
    font-family:Rethink Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #424A5B;
    padding-bottom: 30px; }
    .education-help .paragraph-area p span {
      color: #196AC8; }

.education-help .education-inner h2 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  color: #424A5B;
  padding-bottom: 30px; }

.education-help .education-inner p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #424A5B;
  padding-bottom: 40px;
  line-height: 30px; }

.education-help .education-inner .images img {
  max-width: 100%; }

.education-help .education-left .top {
  padding: 30px;
  border: 1px solid #dee2e6;
  text-align: center; }
  .education-help .education-left .top p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #424A5B;
    padding-bottom: 10px; }
  .education-help .education-left .top .theme_btn {
    max-width: 400px;
    width: 100%;
    /*color: #fff;*/
    /*line-height: 35px;
                max-width: 150px;*/
    /*font-size: 12px;*/ }

.education-help .education-left .gallery .images {
  margin-top: 18px;
  margin-bottom: 15px; }
  .education-help .education-left .gallery .images img {
    max-width: 100%; }

.education-help .education-left .gallery .content h5 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #AAAAAA; }
  .education-help .education-left .gallery .content h5 span {
    color: #000; }

.education-help .education-left .gallery .button-area {
  padding: 10px 9px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  margin-top: 20px;
  margin-bottom: 70px; }
  .education-help .education-left .gallery .button-area .item {
    margin-bottom: 10px; }
    .education-help .education-left .gallery .button-area .item a {
      font-family: Poppins;
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      display: inline-block;
      color: #7D7987;
      padding: 0 10px;
      line-height: 22px;
      background: #F5F6F6; }

.education-help .education-left .gallery .recommended h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  background: #196AC8;
  color: #fff;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  padding: 0 5px; }

.education-help .education-left .gallery .recommended .media {
  align-items: center;
  padding: 4px 0;
  border-bottom: 1px solid #CCCCCC; }
  .education-help .education-left .gallery .recommended .media .images {
    max-width: 110px;
    height: 80px;
    overflow: hidden; }
    .education-help .education-left .gallery .recommended .media .images img {
      max-width: 100%; }
  .education-help .education-left .gallery .recommended .media .media-body {
    margin-left: 20px; }
    .education-help .education-left .gallery .recommended .media .media-body a {
      font-family: Poppins;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      color: #1B1C19;
      display: inline-block;
      margin-bottom: 10px;
      line-height: 19px; }
    .education-help .education-left .gallery .recommended .media .media-body h6 {
      font-family: Poppins;
      font-style: normal;
      font-weight: 600;
      font-size: 12px;
      color: #000000; }
      .education-help .education-left .gallery .recommended .media .media-body h6 span {
        color: #AAAAAA; }

/*----------------------------------------------------*/
.form-categories-banner.category-banner {
  padding-top: 50px; }

.form-categories-banner h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.75rem;
  color: #424A5B;
  text-align: center; }
  @media (max-width: 1150px) {
    .form-categories-banner h1 {
      font-size: 2.5rem; } }
  @media (max-width: 991px) {
    .form-categories-banner h1 {
      font-size: 2rem; } }
  @media (max-width: 479px) {
    .form-categories-banner h1 {
      font-size: 1.5rem; } }

.popular-categories-section .header {
  padding-bottom: 50px; }
  .popular-categories-section .header h2 {
    padding: 25px 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #424A5B;
    font-size: 14px;
    background: rgba(25, 106, 200, 0.08);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px; }
    .popular-categories-section .header h2 span {
      color: #196AC8;
      line-height: 0; }
  .popular-categories-section .header ul {
    border-left: 1px solid #aaa;
    padding-left: 13px;
    margin-left: 25px; }
    .popular-categories-section .header ul li a {
      display: block;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #424A5B;
      margin-bottom: 20px; }

.popular-categories-section .category-rating .rating {
  /*display: flex;
            justify-content: space-between;
            align-items: center;*/
  text-align: center;
  background: rgba(25, 106, 200, 0.08);
  border-radius: 4px;
  padding: 25px 15px;
  margin-bottom: 30px; }
  .popular-categories-section .category-rating .rating h2 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 14px;
    color: #424A5B;
    /*display: flex;
                align-items: center;*/ }
    .popular-categories-section .category-rating .rating h2 span {
      font-family: Poppins;
      font-style: normal;
      font-weight: 800;
      font-size: 22px;
      margin-left: 15px;
      padding-left: 25px;
      border-left: 1px solid #aaa;
      margin-right: 15px; }
  .popular-categories-section .category-rating .rating ul li {
    display: inline-block; }
    .popular-categories-section .category-rating .rating ul li a {
      font-size: 18px;
      color: #FFC20E; }

.popular-categories-section .category-rating .list_text li a {
  font-family: Poppins;
  color: #424A5B;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 20px;
  display: inline-block; }
  .popular-categories-section .category-rating .list_text li a span {
    margin-right: 10px;
    color: #AAAAAA; }

.popular-categories-section .category-card-side .card-item {
  margin: 0 auto;
  height: 500px;
  max-width: 370px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  transition: all ease-out .4s;
  margin-bottom: 30px;
  position: relative; }
  @media screen and (min-width: 991px) and (max-width: 1430px) {
    .popular-categories-section .category-card-side .card-item {
      height: 460px; } }
  .popular-categories-section .category-card-side .card-item .card {
    background: rgba(41, 128, 185, 0.05);
    border: 1px solid #E5E5E5;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    padding-top: 20px;
    transition: all ease-out .4s; }
    .popular-categories-section .category-card-side .card-item .card .images {
      padding-bottom: 20px;
      text-align: center; }
      .popular-categories-section .category-card-side .card-item .card .images img {
        max-width: 100%; }
    .popular-categories-section .category-card-side .card-item .card .card-body {
      background: #fff;
      border-top: 1px solid #E5E5E5;
      text-align: left; }
      .popular-categories-section .category-card-side .card-item .card .card-body h3 {
        font-family: Poppins;
        color: #424A5B;
        font-weight: 600;
        font-size: 18px; }
  .popular-categories-section .category-card-side .card-item .content {
    padding: 0 30px;
    padding-top: 140px;
    padding-bottom: 90px;
    background: #196AC8;
    opacity: 0;
    visibility: hidden;
    transition: all ease-out .4s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    .popular-categories-section .category-card-side .card-item .content h5 {
      font-family: Poppins;
      font-weight: bold;
      font-size: 14px;
      color: #fff;
      padding-bottom: 50px; }
    .popular-categories-section .category-card-side .card-item .content p {
      font-family: Poppins;
      color: #fff;
      font-weight: normal;
      font-size: 14px;
      padding-bottom: 40px; }
    .popular-categories-section .category-card-side .card-item .content .theme_btn {
      max-width: 190px;
      line-height: 50px;
      color: #fff;
      font-size: 16px; }
  .popular-categories-section .category-card-side .card-item .card-content2 {
    padding: 0 30px;
    /* padding-top: 140px;
                padding-bottom: 90px;*/
    /* padding-top: 80px;*/
    padding-top: 70px;
    padding-bottom: 190px;
    background: #196AC8;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-out .4s;
    transition: all ease-out .4s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    .popular-categories-section .category-card-side .card-item .card-content2 p {
      font-family: Poppins;
      color: #fff;
      font-weight: normal;
      font-size: 14px;
      padding-bottom: 40px; }
    .popular-categories-section .category-card-side .card-item .card-content2 h5 {
      font-family: Poppins;
      font-weight: bold;
      font-size: 14px;
      color: #fff;
      /*    padding-bottom: 50px;*/
      padding-bottom: 30px; }
    .popular-categories-section .category-card-side .card-item .card-content2 .theme_btn {
      max-width: 190px;
      line-height: 50px;
      color: #fff;
      font-size: 16px;
      display: block;
      padding: 0; }
  .popular-categories-section .category-card-side .card-item:hover .card, .popular-categories-section .category-card-side .card-item:focus .card, .popular-categories-section .category-card-side .card-item.active .card {
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 1; }
  .popular-categories-section .category-card-side .card-item:hover .content, .popular-categories-section .category-card-side .card-item:hover .card-content2, .popular-categories-section .category-card-side .card-item:focus .content, .popular-categories-section .category-card-side .card-item:focus .card-content2, .popular-categories-section .category-card-side .card-item.active .content, .popular-categories-section .category-card-side .card-item.active .card-content2 {
    opacity: 1;
    visibility: visible;
    z-index: 2; }

.category-card-side .card-item {
  margin: 0 auto;
  height: 500px;
  max-width: 370px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  transition: all ease-out .4s;
  margin-bottom: 30px;
  position: relative; }
  .category-card-side .card-item .card {
    background: rgba(41, 128, 185, 0.05);
    border: 1px solid #E5E5E5;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    padding-top: 20px;
    transition: all ease-out .4s; }
    .category-card-side .card-item .card .images {
      padding-bottom: 20px;
      text-align: center; }
      .category-card-side .card-item .card .images img {
        max-width: 100%; }
    .category-card-side .card-item .card .card-body {
      background: #fff;
      border-top: 1px solid #E5E5E5;
      text-align: left; }
      .category-card-side .card-item .card .card-body h3 {
        font-family: Poppins;
        color: #424A5B;
        font-weight: 600;
        font-size: 18px; }
  .category-card-side .card-item .content {
    padding: 0 30px;
    padding-top: 140px;
    padding-bottom: 90px;
    background: #196AC8;
    opacity: 0;
    visibility: hidden;
    transition: all ease-out .4s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    .category-card-side .card-item .content h5 {
      font-family: Poppins;
      font-weight: bold;
      font-size: 14px;
      color: #fff;
      padding-bottom: 50px; }
    .category-card-side .card-item .content p {
      font-family: Poppins;
      color: #fff;
      font-weight: normal;
      font-size: 14px;
      padding-bottom: 40px; }
    .category-card-side .card-item .content .theme_btn {
      max-width: 190px;
      line-height: 50px;
      color: #fff;
      font-size: 16px; }
  .category-card-side .card-item:hover .card, .category-card-side .card-item:focus .card, .category-card-side .card-item.active .card {
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 1; }
  .category-card-side .card-item:hover .content, .category-card-side .card-item:focus .content, .category-card-side .card-item.active .content {
    opacity: 1;
    visibility: visible;
    z-index: 2; }

.popular-categories-footer .popular-categories-inner {
  max-width: 1180px;
  margin-left: auto; }

.popular-categories-footer .category-card-side .card-item .card-content2 {
  padding: 0 30px;
  padding-top: 140px;
  padding-bottom: 90px;
  background: #196AC8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-out .4s;
  transition: all ease-out .4s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%; }

.popular-categories-footer .category-card-side .card-item:hover .card-content2,
.popular-categories-footer .category-card-side .card-item:focus .content,
.popular-categories-footer .category-card-side .card-item.active .card-content2 {
  opacity: 1;
  visibility: visible;
  z-index: 2; }

.popular-categories-footer .category-card-side .card-item .card-content2 h5 {
  font-family: Poppins;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  padding-bottom: 50px; }

.popular-categories-footer .category-card-side .card-item .card-content2 p {
  font-family: Poppins;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  padding-bottom: 40px; }

.popular-categories-footer .category-card-side .card-item .card-content2 .theme_btn {
  max-width: 190px;
  line-height: 50px;
  color: #fff;
  font-size: 16px; }

.popular-categories-footer .category-card-side .card-item .card {
  border: none; }

.popular-categories-footer .category-card-side .card-item {
  margin: 0 auto;
  /*    height: 500px;*/
  height: 550px;
  max-width: 370px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  -webkit-transition: all ease-out .4s;
  transition: all ease-out .4s;
  margin-bottom: 30px;
  position: relative; }

.popular-categories-footer .pagination {
  display: none; }

.form-landing-banner .banner-content {
  padding-top: 50px;
  max-width: 930px; }
  .form-landing-banner .banner-content h1 {
    font-family: Poppins;
    padding-bottom: 10px;
    color: #424A5B;
    font-size: 3rem;
    font-weight: 800; }
    @media (max-width: 1150px) {
      .form-landing-banner .banner-content h1 {
        font-size: 2.5rem; } }
    @media (max-width: 991px) {
      .form-landing-banner .banner-content h1 {
        font-size: 2rem;
        text-align: center; } }
    @media (max-width: 479px) {
      .form-landing-banner .banner-content h1 {
        font-size: 1.5rem; } }
  .form-landing-banner .banner-content h2 {
    font-family: Poppins;
    font-weight: 800;
    font-size: 50px;
    color: #424A5B;
    padding-bottom: 50px; }
    @media (max-width: 991px) {
      .form-landing-banner .banner-content h2 {
        text-align: center;
        font-size: 30px; } }
  .form-landing-banner .banner-content p {
    font-family: Poppins;
    font-weight: normal;
    font-size: 22px;
    color: #424A5B;
    padding-bottom: 50px;
    max-width: 750px;
    line-height: 30px; }
    @media screen and (max-width: 991px) {
      .form-landing-banner .banner-content p {
        max-width: 100%;
        text-align: center; } }
  .form-landing-banner .banner-content .theme_btn {
    color: #fff; }
    @media (max-width: 991px) {
      .form-landing-banner .banner-content .theme_btn {
        margin: 0 auto;
        margin-bottom: 30px;
        display: block;
        max-width: 300px; } }
    @media (max-width: 575px) {
      .form-landing-banner .banner-content .theme_btn {
        width: 100%; } }

.form-landing-banner .banner-images img {
  max-width: 100%; }

.main-landing-banner .banner-content {
  padding-top: 50px; }
  @media (max-width: 1150px) {
    .main-landing-banner .banner-content {
      padding-top: 30px; } }
  .main-landing-banner .banner-content .theme_btn {
    margin-bottom: 20px; }
  @media (max-width: 767px) {
    .main-landing-banner .banner-content {
      text-align: center; }
      .main-landing-banner .banner-content .theme_btn {
        display: inline-block; } }
  @media (max-width: 767px) {
    .main-landing-banner .banner-content {
      padding-top: 20px; } }
  @media (max-width: 479px) {
    .main-landing-banner .banner-content {
      padding-top: 10px; } }
  .main-landing-banner .banner-content .main-headline span {
    font-size: 62px;
    font-weight:bold;
    }
    @media (max-width: 1150px) {
      .main-landing-banner .banner-content .main-headline {
        font-size: 2.5rem;
        margin-bottom: 1.5rem; } }
    @media (max-width: 991px) {
      .main-landing-banner .banner-content .main-headline {
        font-size: 2rem; } }
    @media (max-width: 479px) {
      .main-landing-banner .banner-content .main-headline {
        font-size: 1.5rem;
        margin-bottom: 1.25rem; } }
  .main-landing-banner .banner-content h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem; }
    @media (max-width: 991px) {
      .main-landing-banner .banner-content h4 {
        font-size: 1.25rem; } }
    @media (max-width: 479px) {
      .main-landing-banner .banner-content h4 {
        font-size: 1.125rem;
        margin-bottom: 0.25rem; } }
  .main-landing-banner .banner-content p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 2rem; }
    @media (max-width: 479px) {
      .main-landing-banner .banner-content p {
        font-size: 19px;
        line-height: 26px;
        margin-bottom: 1rem; } }
    .main-landing-banner .banner-content p.support {
      font-size: 15px;
      /*padding-top: 1.5rem;*/
      margin-bottom: 1.5rem; }

.main-landing-banner .banner-images {
  padding: 15px 0 0 0;
  text-align: center; }
  @media (max-width: 1199px) {
    .main-landing-banner .banner-images {
      padding: 0; } }
  .main-landing-banner .banner-images img {
    max-width: 100%;
    /*@media(max-width: 991px) {
                max-width: 600px;
                display: inline-block;
            }*/ }
  .main-landing-banner .banner-images.hero-image {
    padding: 15px 0 0 50px; }
    @media (max-width: 1199px) {
      .main-landing-banner .banner-images.hero-image {
        padding: 0; } }

.main-landing-banner.lp-banner {
  /*.banner-content {
            padding-top: 40px;
        }

        .banner-images {
            padding: 30px 0 0 10px;
        }*/ }

.main-landing-banner .hero-btn {
  align-items: center;
  background-color: #fdfdfd;
  border-radius: 4px;
  padding: 30px 10px 10px; }
  .main-landing-banner .hero-btn .theme_btn {
    font-size: 22px;
    width: 80%;
    padding: 22px 10px;
    letter-spacing: 1px; }

.product_step_area .step-inner {
  max-width: 1290px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative; }
  .product_step_area .step-inner .product-inner {
    display: flex;
    max-width: 1290px;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center; }
    .product_step_area .step-inner .product-inner .item {
      text-align: center;
      max-width: 290px; }
      @media (max-width: 767px) {
        .product_step_area .step-inner .product-inner .item {
          margin: 0 auto;
          margin-bottom: 30px; } }
      .product_step_area .step-inner .product-inner .item .icon {
        width: 121px;
        height: 121px;
        line-height: 121px;
        text-align: center;
        background: #196AC8;
        border-radius: 50%;
        margin: 0 auto; }
        @media (max-width: 767px) {
          .product_step_area .step-inner .product-inner .item .icon {
            height: 80px;
            width: 80px;
            line-height: 80px; } }
        .product_step_area .step-inner .product-inner .item .icon img {
          max-width: 100%;
          width: 45%;
          max-width: 48px; }
      .product_step_area .step-inner .product-inner .item p {
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        color: #424A5B;
        padding-top: 30px; }
  .product_step_area .step-inner .border_dotted {
    height: 1px;
    max-width: 780px;
    border: 1px dashed #000000;
    width: 100%;
    position: absolute;
    top: 60px;
    z-index: -1; }
    @media (max-width: 575px) {
      .product_step_area .step-inner .border_dotted {
        display: none; } }

.product-steps {
  background: rgba(41, 128, 185, 0.05);
  padding: 40px 0 50px; }
  @media (max-width: 767px) {
    .product-steps {
      padding: 30px 0; } }
  .product-steps .headline {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .product-steps .headline {
        font-size: 1.75rem; } }
    @media (max-width: 479px) {
      .product-steps .headline {
        font-size: 1.5rem;
        margin-bottom: 20px; } }
  .product-steps .steps-btn {
    text-align: center;
    padding-top: 20px; }
    @media (max-width: 479px) {
      .product-steps .steps-btn {
        padding-top: 10px; } }
    .product-steps .steps-btn .theme_btn {
      min-width: 300px; }
  .product-steps .step-inner {
    max-width: 1290px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative; }
    .product-steps .step-inner .product-inner {
      justify-content: space-between;
      display: flex;
      max-width: 1290px;
      margin: 0 auto;
      width: 100%; }
      @media (max-width: 767px) {
        .product-steps .step-inner .product-inner {
          display: inline-block; } }
      .product-steps .step-inner .product-inner .item {
        text-align: center;
        max-width: 30%;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .product-steps .step-inner .product-inner .item {
            max-width: 100%; } }
        @media (max-width: 479px) {
          .product-steps .step-inner .product-inner .item.border_middle .icon img {
            width: 20px; } }
        .product-steps .step-inner .product-inner .item .icon {
          width: 121px;
          height: 121px;
          line-height: 121px;
          text-align: center;
          background-color: #196AC8;
          border-radius: 100%;
          margin: 0 auto 20px;
          transition: all .25s ease-out; }
          @media (max-width: 767px) {
            .product-steps .step-inner .product-inner .item .icon {
              width: 100px;
              height: 100px;
              line-height: 100px;
              margin: 0 auto 10px; } }
          @media (max-width: 479px) {
            .product-steps .step-inner .product-inner .item .icon {
              width: 60px;
              height: 60px;
              line-height: 60px;
              margin: 0 auto 5px; } }
          .product-steps .step-inner .product-inner .item .icon a {
            display: block;
            border-radius: 100%; }
          .product-steps .step-inner .product-inner .item .icon img {
            max-width: 100%;
            transition: transform .5s ease; }
            @media (max-width: 479px) {
              .product-steps .step-inner .product-inner .item .icon img {
                width: 25px; } }
          .product-steps .step-inner .product-inner .item .icon:hover {
            background-color: #0d509f; }
            .product-steps .step-inner .product-inner .item .icon:hover img {
              transform: scale(1.2); }
        .product-steps .step-inner .product-inner .item p {
          font-family: Poppins;
          font-style: normal;
          font-weight: 500;
          font-size: 18px; }
          @media (max-width: 575px) {
            .product-steps .step-inner .product-inner .item p {
              font-size: 17px; } }
    .product-steps .step-inner .border_dotted {
      height: 1px;
      max-width: 780px;
      border: 1px dashed #000000;
      width: 100%;
      position: absolute;
      top: 60px;
      z-index: -1; }
      @media (max-width: 767px) {
        .product-steps .step-inner .border_dotted {
          display: none; } }

.fahrenheit-conversion-section .header span {
  font-family: Poppins;
  font-weight: normal;
  font-size: 14px;
  color: #AAAAAA;
  display: block;
  padding-bottom: 10px; }
  .fahrenheit-conversion-section .header span a {
    color: #0C7AB7; }

.fahrenheit-conversion-section .header p {
  font-family: Poppins;
  font-weight: normal;
  font-size: 16px;
  color: #1B1C19; }

.fahrenheit-conversion-section .header h4 {
  font-family: Poppins;
  font-weight: bold;
  font-size: 22px;
  color: #1B1C19;
  padding-bottom: 30px; }

.fahrenheit-conversion-section .middle-content {
  max-width: 980px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px; }
  .fahrenheit-conversion-section .middle-content h6 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    color: #424A5B;
    padding-bottom: 30px;
    text-align: center; }
  .fahrenheit-conversion-section .middle-content ul li a {
    display: block;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #1D81CE;
    line-height: 30px; }

.fahrenheit-conversion-section .paragraph-area {
  max-width: 1400px;
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    .fahrenheit-conversion-section .paragraph-area {
      padding-bottom: 40px; } }
  .fahrenheit-conversion-section .paragraph-area ul.list-item {
    padding-left: 40px;
    margin-bottom: 20px; }
    .fahrenheit-conversion-section .paragraph-area ul.list-item li {
      list-style: disc;
      font-family: Poppins;
      font-weight: 500;
      font-size: 18px;
      line-height: 32px;
      color: #424a5b; }
  .fahrenheit-conversion-section .paragraph-area ul.Notbullet {
    padding-left: 20px; }
    .fahrenheit-conversion-section .paragraph-area ul.Notbullet li {
      list-style: none; }
  .fahrenheit-conversion-section .paragraph-area p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #424A5B;
    padding-bottom: 30px; }

.fahrenheit-conversion-section .media {
  max-width: 1060px;
  background: #F5F6F6;
  padding: 30px;
  border-left: 4px solid #FFC20E; }
  .fahrenheit-conversion-section .media .icon img {
    max-width: 100%; }
  .fahrenheit-conversion-section .media .media-body {
    margin-left: 20px; }
    .fahrenheit-conversion-section .media .media-body p {
      font-family: Poppins;
      font-weight: 500;
      color: #424A5B;
      font-size: 16px; }

.fahrenheit-conversion-area {
  background: #196AC8; }
  .fahrenheit-conversion-area .images-side img {
    max-width: 100%; }
  .fahrenheit-conversion-area .content-side h2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    padding-bottom: 40px; }
  .fahrenheit-conversion-area .content-side p {
    font-family: Poppins;
    color: #fff;
    line-height: 32px;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 40px; }
  .fahrenheit-conversion-area .content-side .theme_btn {
    color: #fff; }

.why-pdf-simpli-section h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 45px;
  color: #424A5B;
  text-align: center;
  padding-bottom: 70px; }

.why-pdf-simpli-section .why-pdf-inner {
  max-width: 1260px;
  margin: 0 auto; }
  .why-pdf-simpli-section .why-pdf-inner .item {
    background: rgba(41, 128, 185, 0.05);
    border-radius: 8px;
    padding: 30px  20px; }
    .why-pdf-simpli-section .why-pdf-inner .item .icon {
      margin-bottom: 25px; }
      .why-pdf-simpli-section .why-pdf-inner .item .icon img {
        max-width: 100%; }
    .why-pdf-simpli-section .why-pdf-inner .item h4 {
      font-family: Poppins;
      font-weight: bold;
      font-size: 18px;
      color: #424A5B;
      padding-bottom: 20px; }
    .why-pdf-simpli-section .why-pdf-inner .item p {
      font-family: Roboto;
      font-weight: normal;
      font-size: 16px;
      color: #424A5B;
      line-height: 30px; }

.five-steps-section h1 {
  font-family: Poppins;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 50px;
  color: #1B1C19; }

.five-steps-section p {
  font-family: Poppins;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #424A5B; }

.five-steps-section ul {
  padding-left: 20px;
  border-left: 1px dashed #aaa; }
  .five-steps-section ul li {
    position: relative;
    margin-bottom: 30px; }
    .five-steps-section ul li h2 {
      font-family: Poppins;
      font-weight: bold;
      font-size: 18px;
      color: #000;
      padding-bottom: 0px; }
    .five-steps-section ul li p {
      max-width: 912px;
      font-family: Poppins;
      font-weight: normal;
      font-size: 16px;
      line-height: 32px;
      color: #424A5B; }
    .five-steps-section ul li::after {
      position: absolute;
      content: '';
      display: block;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      background: #196AC8;
      left: -25px;
      top: 0; }

.five-steps-section .middle-images {
  max-width: 750px;
  padding-bottom: 70px; }
  .five-steps-section .middle-images img {
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px; }

.frequently-asked-questions .frequently-asked-inner {
  /*max-width: 814px;*/ }
  .frequently-asked-questions .frequently-asked-inner h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    color: #1B1C19;
    padding-bottom: 40px; }
  .frequently-asked-questions .frequently-asked-inner .accordion .card {
    border: 1px solid #999;
    border-radius: 6px;
    margin-bottom: 15px;
    background: #f4f8fb; }
    .frequently-asked-questions .frequently-asked-inner .accordion .card .card-header {
      border: none;
      box-shadow: none;
      outline: none;
      background: #F4F8FB;
      /*box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.04);*/
      border-radius: 6px;
      padding: 15px 15px;
      /*color: $pc;*/
      color: #424A5B;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: 500;
      font-size: 16px;
      transition: transform .2s ease-in-out;
      cursor: pointer;
      text-align-last: auto;
      text-align: left; }
      @media (max-width: 575px) {
        .frequently-asked-questions .frequently-asked-inner .accordion .card .card-header {
          padding: 10px; } }
      .frequently-asked-questions .frequently-asked-inner .accordion .card .card-header span {
        color: #196AC8; }
      .frequently-asked-questions .frequently-asked-inner .accordion .card .card-header.collapsed span {
        transform: rotate(180deg); }
    .frequently-asked-questions .frequently-asked-inner .accordion .card .card-body p {
      font-family: Poppins;
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 26px;
      color: #424A5B; }

.frequently-asked-questions .card .card-body a {
  display: initial;
  font-weight: initial;
  font-size: inherit; }

.fully-intergrated .fully-inner {
  max-width: 700px;
  margin: 0 auto; }
  .fully-intergrated .fully-inner h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    color: #1B1C19;
    padding-bottom: 30px;
    text-align: center; }
  .fully-intergrated .fully-inner ul li {
    display: inline-block; }
    .fully-intergrated .fully-inner ul li a {
      display: block;
      margin: 0 20px; }
      .fully-intergrated .fully-inner ul li a img {
        max-width: 100%; }

.landing-slider .landing-slider-inner {
  background: #F5F6F6;
  border-radius: 50px;
  padding: 80px; }
  .landing-slider .landing-slider-inner h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    color: #000;
    padding-bottom: 100px; }
  .landing-slider .landing-slider-inner .landing-custom .item {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px; }
    .landing-slider .landing-slider-inner .landing-custom .item .media .images {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      overflow: hidden; }
      .landing-slider .landing-slider-inner .landing-custom .item .media .images img {
        max-width: 100%; }
    .landing-slider .landing-slider-inner .landing-custom .item .media .media-body {
      margin-left: 20px; }
      .landing-slider .landing-slider-inner .landing-custom .item .media .media-body a {
        display: block;
        font-style: normal;
        font-weight: 900;
        font-size: 18px;
        color: #212353;
        margin-bottom: 10px; }
      .landing-slider .landing-slider-inner .landing-custom .item .media .media-body span {
        display: block;
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        color: #424A5B;
        padding-bottom: 15px;
        font-size: 14px; }
      .landing-slider .landing-slider-inner .landing-custom .item .media .media-body p {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        color: #4B5D68;
        line-height: 25px; }
  .landing-slider .landing-slider-inner .landing-custom .owl-nav {
    text-align: right; }
    .landing-slider .landing-slider-inner .landing-custom .owl-nav button {
      color: #196AC8;
      margin-left: 10px; }

.template-landing {
  margin-bottom: 30px; }
  .template-landing .banner-images {
    text-align: center;
    margin-top: 20px;
    padding-left: 60px; }
    @media (max-width: 991px) {
      .template-landing .banner-images {
        padding-left: 0;
        margin: 0 auto;
        max-width: 500px; } }
    .template-landing .banner-images h4 {
      font-family: Poppins;
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      color: #424A5B;
      padding-bottom: 10px;
      padding-top: 20px; }
    .template-landing .banner-images p {
      font-family: Poppins;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      color: #424A5B;
      padding-bottom: 20px; }
    .template-landing .banner-images .theme_btn {
      background: #196AC8;
      color: #fff;
      margin: 0 auto; }
    .template-landing .banner-images #selectState {
      max-width: 325px;
      margin: 0 auto; }

.choose-template-section .header_area {
  max-width: 890px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px; }
  .choose-template-section .header_area h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    padding-bottom: 30px;
    color: #424A5B;
    padding-bottom: 30px; }
  .choose-template-section .header_area p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 174.1%;
    color: #424A5B;
    padding-bottom: 30px; }
  .choose-template-section .header_area .form-select {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    line-height: 45px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 45px;
    color: #424A5B;
    height: 46px;
    outline: none;
    padding: 0 15px;
    background: #FFFFFF;
    border: 1px solid #424A5B;
    border-radius: 4px; }

.choose-template-section .choose-template-content h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 30px;
  font-size: 32px;
  color: #424A5B; }

.choose-template-section .choose-template-content p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #424A5B;
  line-height: 30px; }

.choose-template-section .invoice_area {
  text-align: center; }
  .choose-template-section .invoice_area img {
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px; }
  .choose-template-section .invoice_area .theme_btn {
    margin: 0 auto;
    color: #fff;
    margin-top: 30px; }

.template-landing-custom .paragraph-area h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  color: #1B1C19;
  padding-bottom: 20px; }

.template-landing-custom .paragraph-area p {
  padding-bottom: 15px; }
  .template-landing-custom .paragraph-area p a {
    display: inline; }

.template-landing-custom .paragraph-area a {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #1D81CE; }

.operations-documents h2 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  color: #424A5B;
  text-align: center;
  padding-bottom: 50px; }
  @media (max-width: 991px) {
    .operations-documents h2 {
      text-align: center;
      font-size: 30px; } }

.operations-documents .operations-documents-inner {
  background: #F5F6F6;
  padding: 50px 0; }
  .operations-documents .operations-documents-inner .operations-documents-wrap {
    max-width: 1220px;
    margin: 0 auto; }
    .operations-documents .operations-documents-inner .operations-documents-wrap .content {
      max-width: 320px;
      margin: 0 auto;
      max-width: 100%;
      padding: 0 20px; }
      .operations-documents .operations-documents-inner .operations-documents-wrap .content h3 {
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        color: #424A5B;
        padding-bottom: 30px; }
        @media (max-width: 991px) {
          .operations-documents .operations-documents-inner .operations-documents-wrap .content h3 {
            padding-top: 40px; } }
      .operations-documents .operations-documents-inner .operations-documents-wrap .content ul li {
        border-bottom: 1px solid #aaa;
        line-height: 40px;
        height: auto; }
        .operations-documents .operations-documents-inner .operations-documents-wrap .content ul li:last-child {
          border-bottom: 0; }
        .operations-documents .operations-documents-inner .operations-documents-wrap .content ul li a {
          font-family: Poppins;
          font-style: normal;
          font-weight: 500;
          font-size: 18px;
          display: block;
          color: #424A5B;
          line-height: 130%;
          padding: 10px 0; }

.sources-area p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  padding-bottom: 10px;
  color: #424A5B; }

.sources-area ul li a {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #2980B9;
  line-height: 25px;
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */ }

.popular-categories-section .category-card-side .card-item .card {
  border: none; }

.category-card-side .card-item {
  height: auto; }

.product_step_area .step-inner .product-inner .item .icon {
  position: relative; }

.product_step_area .step-inner .product-inner .item .icon::after {
  position: absolute;
  content: '';
  display: block;
  left: -27px;
  right: 0px;
  bottom: 0;
  top: 0;
  background: #fff;
  width: 180px;
  height: 150px;
  z-index: -1; }

/*----------------------------------------------------*/
.learn-home {
  padding-bottom: 200px; }
  .learn-home .learn-banner .top-banner {
    max-width: 1150px; }
    .learn-home .learn-banner .top-banner h1 {
      font-family: Poppins;
      font-style: normal;
      font-weight: 800;
      font-size: 60px;
      color: #424A5B;
      padding-bottom: 15px; }
    .learn-home .learn-banner .top-banner p {
      font-family: Poppins;
      font-style: normal;
      font-weight: normal;
      font-size: 22px;
      color: #424A5B;
      line-height: 32px; }

.banner-bottom {
  background: #F5F6F6;
  padding: 180px 0;
  margin-bottom: 170px; }
  .banner-bottom .left-side {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    .banner-bottom .left-side .content {
      max-width: 700px; }
      .banner-bottom .left-side .content.learn {
        max-width: 50%; }
      .banner-bottom .left-side .content p {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        color: #7D7987;
        padding-bottom: 15px; }
      .banner-bottom .left-side .content h3 {
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 45px;
        color: #424A5B;
        padding-bottom: 35px; }
      .banner-bottom .left-side .content a {
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        display: inline-block;
        color: #7D7987; }
    .banner-bottom .left-side .images {
      max-width: 813px;
      height: 802px;
      position: absolute;
      right: 0;
      z-index: 9; }
      .banner-bottom .left-side .images img {
        max-width: 100%; }
      .banner-bottom .left-side .images.learn {
        max-width: 600px;
        height: 100%;
        top: -200px; }

.learn-blog .learn-blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px; }
  .learn-blog .learn-blog-header h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    color: #424A5B; }
  .learn-blog .learn-blog-header a {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #7D7987; }

.learn-blog .item {
  max-width: 530px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(229, 229, 229, 0.32);
  margin-bottom: 30px; }
  .learn-blog .item .images {
    position: relative; }
    .learn-blog .item .images img {
      max-width: 100%;
      width: 100%; }
    .learn-blog .item .images a {
      position: absolute;
      left: 0;
      bottom: 0;
      background: #424A5B;
      display: inline-block;
      padding: 0 13px;
      font-family: Poppins;
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 35px;
      color: #fff; }
  .learn-blog .item .item-body {
    padding: 20px 40px; }
    .learn-blog .item .item-body p {
      font-family: Poppins;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      position: relative;
      display: inline-block;
      color: #7D7987; }
      .learn-blog .item .item-body p::after {
        position: absolute;
        content: '';
        display: block;
        width: 23px;
        height: 2px;
        background: #BFBFBF;
        right: -40px;
        top: 13px; }
    .learn-blog .item .item-body a {
      font-family: Poppins;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      display: block;
      color: #424A5B; }

.learn-blog .theme_btn {
  color: #fff;
  margin: 0 auto; }

.design-inspiration {
  margin-bottom: 70px;
  background: #F4F8FB; }
  .design-inspiration h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    color: #424A5B;
    padding-bottom: 30px; }
  .design-inspiration p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #424A5B;
    max-width: 1155px; }

/*----------------------------------------------------*/
.documents-section .left-side h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  padding-bottom: 50px;
  color: #424A5B; }

.documents-section .left-side .input-area {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .documents-section .left-side .input-area .input-group {
    max-width: 550px;
    position: relative; }
    .documents-section .left-side .input-area .input-group label {
      position: absolute;
      right: 0;
      top: 12px;
      right: 10px; }
    .documents-section .left-side .input-area .input-group input {
      width: 100%;
      border: none;
      outline: none;
      line-height: 50px;
      padding: 0 10px;
      background: #F5F6F6;
      border-radius: 4px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 14px;
      color: #AAAAAA; }
      .documents-section .left-side .input-area .input-group input::placeholder {
        color: #AAAAAA; }
  .documents-section .left-side .input-area .theme_btn {
    max-width: 150px;
    width: 100%;
    color: #fff;
    line-height: 70px; }

.documents-section .left-side .showing-area {
  padding-top: 100px; }
  .documents-section .left-side .showing-area .showing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px; }
    .documents-section .left-side .showing-area .showing-header p {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #AAAAAA; }
    .documents-section .left-side .showing-area .showing-header .left .view {
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 14px;
      color: #424A5B; }
    .documents-section .left-side .showing-area .showing-header .left .record {
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 14px;
      color: #aaa;
      background: #F5F6F6;
      border-radius: 4px;
      max-width: 143px;
      display: inline-block;
      padding: 0 20px;
      line-height: 50px; }
      .documents-section .left-side .showing-area .showing-header .left .record span {
        display: inline-block;
        margin-left: 10px; }
  .documents-section .left-side .showing-area .showing-item .media {
    background: #FFFFFF;
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px; }
    .documents-section .left-side .showing-area .showing-item .media .icon {
      margin-right: 10px;
      width: 35px; }
      .documents-section .left-side .showing-area .showing-item .media .icon img {
        max-width: 100%; }
    .documents-section .left-side .showing-area .showing-item .media .media-body {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .documents-section .left-side .showing-area .showing-item .media .media-body .content h4 {
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: #424A5B; }
      .documents-section .left-side .showing-area .showing-item .media .media-body .content p {
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 12px;
        display: inline-block;
        color: #AAAAAA;
        margin-right: 10px; }
        .documents-section .left-side .showing-area .showing-item .media .media-body .content p span {
          font-weight: 700; }
      .documents-section .left-side .showing-area .showing-item .media .media-body .content ul {
        padding-top: 20px; }
        .documents-section .left-side .showing-area .showing-item .media .media-body .content ul li {
          display: inline-block; }
          .documents-section .left-side .showing-area .showing-item .media .media-body .content ul li a {
            display: flex;
            align-items: flex-end;
            font-family: "Roboto", sans-serif;
            font-weight: 500;
            color: #196AC8;
            font-size: 14px;
            margin: 0 10px; }
            .documents-section .left-side .showing-area .showing-item .media .media-body .content ul li a span {
              display: inline-block;
              width: 15px;
              margin-right: 5px; }
              .documents-section .left-side .showing-area .showing-item .media .media-body .content ul li a span img {
                max-width: 100%; }
      .documents-section .left-side .showing-area .showing-item .media .media-body a {
        font-size: 18px;
        color: #424A5B;
        display: inline-block; }
      .documents-section .left-side .showing-area .showing-item .media .media-body .btn-link {
        color: #424A5B; }

.documents-section .left-side .pagination-secton {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 200px;
  margin-left: auto; }
  .documents-section .left-side .pagination-secton p {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #424A5B; }
    .documents-section .left-side .pagination-secton p span {
      width: 46px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      display: inline-block;
      color: #AAAAAA;
      background: rgba(245, 246, 246, 0.53);
      border: 1px solid #BFBFBF;
      border-radius: 4px;
      margin: 0 10px; }
  .documents-section .left-side .pagination-secton .icon-area {
    width: 56px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
    background: #F5F6F6;
    border-radius: 2px; }
    .documents-section .left-side .pagination-secton .icon-area a {
      display: inline-block;
      font-size: 12px;
      color: #F9593A; }

.documents-section .right-side a {
  word-wrap: break-word !important; }

.documents-section .right-side .productivity_section {
  padding: 0; }
  .documents-section .right-side .productivity_section .productivity h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #424A5B; }

.documents-section .right-side .document-details {
  padding-top: 40px;
  padding-bottom: 50px; }
  .documents-section .right-side .document-details h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #424A5B;
    padding-bottom: 40px; }
  .documents-section .right-side .document-details ul li p {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #424A5B;
    margin-bottom: 20px;
    max-width: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .documents-section .right-side .document-details ul li p span {
      color: #424A5B;
      font-weight: 400;
      display: inline-block;
      margin-left: 80px;
      text-align: left;
      width: 230px; }

.documents-section .right-side .add-signature {
  max-width: 500px;
  padding-bottom: 60px; }
  .documents-section .right-side .add-signature h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    color: #424a5b;
    padding-bottom: 30px; }
  .documents-section .right-side .add-signature .button-group {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .documents-section .right-side .add-signature .button-group .theme_btn {
      width: 100%;
      max-width: 240px;
      color: #fff; }

.documents-section .right-side .leave-feedback {
  max-width: 500px; }
  .documents-section .right-side .leave-feedback h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    color: #424A5B;
    padding-bottom: 20px; }
  .documents-section .right-side .leave-feedback form input {
    width: 100%;
    border: none;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    font-family: Roboto;
    line-height: 60px;
    padding: 0 15px;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 14px; }
  .documents-section .right-side .leave-feedback form textarea {
    width: 100%;
    border: none;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    font-family: Roboto;
    padding: 15px;
    font-weight: normal;
    font-size: 14px;
    height: 160px; }
  .documents-section .right-side .leave-feedback form .theme_btn {
    outline: none;
    background: none;
    color: #F9593A;
    border: 1px solid #F9593A;
    width: 170px;
    line-height: 60px; }

/*.documents-footer {
    padding: 8px 0;
    text-align: center;
    border-top: 1px solid #D8D8D8;
    background-color: #fff;
    position: relative;
    z-index: 11;

    @media(max-width: 767px) {
        padding-bottom: 65px;
    }

    a {
        font-size: 13px;
        line-height: 16px;
        padding-bottom: 5px;
        display: inline-block;
        color: #424A5B;

        @media(max-width: 479px) {
            font-size: 12px;
            letter-spacing: -0.5px;
            line-height: 12px;
        }
    }

    .footer-link {
        line-height: 14px;
    }

    span {
        display: block;*/
/*font-family: Roboto;*/
/*font-weight: 400;
        font-size: 13px;
        color: #AAAAAA;

        @media(max-width: 767px) {
            line-height: 17px;
        }

        a {
            font-weight: 500;
            color: #424A5B;
        }
    }
}*/
.documents-footer {
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #D8D8D8;
  background-color: #fff;
  /*position: absolute;
    bottom: 0;*/
  position: relative;
  z-index: 11;
  width: 100%;
  font-weight: 400;
  font-size: 13px;
  color: #aaa;
  font-family: "Poppins",sans-serif; }

@media screen and (max-width: 991px) {
  .documents-footer {
    padding: 10px 0; } }

@media screen and (max-width: 767px) {
  .documents-footer {
    padding-bottom: 65px;
    font-size: 11px; } }

.documents-footer .container {
  height: 100%;

}
.documents-footer .support-text a:not(:first-child)::before {
    content: "|";
    color: #0E76FF;
    padding: 0 5px;
}

.documents-footer a {
  line-height: 15px;
  padding-bottom: 5px;
  display: inline-block;
  color: #424A5B;
  text-decoration: none; }

#login .documents-footer,
#signup .documents-footer,
#forgotPassword .documents-footer,
#resetPassword .documents-footer,
#successfullyReset .documents-footer,
#choose .documents-footer,
#uploadOrCreate .documents-footer,
#bodyTmp .documents-footer,
#bodyPdfTmp .documents-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0; }

@media (max-width: 767px) {
  #account .documents-footer {
    padding-bottom: 0; }
  /*#signup .documents-footer {
        position: inherit;
    }*/
  #bodyTmp .documents-footer,
  #bodyPdfTmp .documents-footer {
    padding-bottom: 135px; }
  #bodyTmpIndex .documents-footer {
    padding-bottom: 80px; }
  #login .signup_section {
    padding-bottom: 150px; } }

@media (max-height: 661px) {
  #signup .documents-footer {
    position: inherit; } }

/*@media (max-height: 750px) {
    #choose .documents-footer,
    #uploadOrCreate .documents-footer {
        position: inherit;
    }
}*/
@media (max-width: 767px) {
  .pre-cancel .documents-footer,
  #choose .documents-footer,
  #uploadOrCreate .documents-footer {
    padding-bottom: 10px; } }

.notification-settings .notification-inner {
  max-width: 500px;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .notification-settings .notification-inner h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    color: #424A5B;
    padding-bottom: 50px; }
  .notification-settings .notification-inner form label {
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #424A5B;
    padding-bottom: 5px; }
  .notification-settings .notification-inner form .email-input {
    border: none;
    outline: none;
    line-height: 60px;
    padding: 0 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #AAAAAA;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 50px; }
    .notification-settings .notification-inner form .email-input::placeholder {
      color: #AAAAAA; }
  .notification-settings .notification-inner form .custom_radio {
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #424A5B;
    padding-bottom: 5px; }
  .notification-settings .notification-inner form .theme_btn {
    display: inline-block;
    padding: 0 30px;
    line-height: 50px;
    color: #fff; }
  .notification-settings .notification-inner form .custom-btn {
    background: none;
    border: 1px solid #F9593A;
    color: #f9593a; }
  .notification-settings .notification-inner .custom_radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .notification-settings .notification-inner .custom_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .notification-settings .notification-inner .checkmark {
    position: absolute;
    top: 7px;
    left: 0;
    height: 12px;
    width: 12px;
    border: 1px solid #424A5B; }
  .notification-settings .notification-inner .custom_radio input:checked ~ .checkmark {
    border-color: #2196F3;
    color: #2196F3; }
  .notification-settings .notification-inner .custom_radio input:checked ~ p {
    color: #2196F3; }
  .notification-settings .notification-inner .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .notification-settings .notification-inner .custom_radio input:checked ~ .checkmark:after {
    display: block; }
  .notification-settings .notification-inner .custom_radio .checkmark:after {
    left: 3px;
    top: 0px;
    width: 5px;
    height: 8px;
    border: solid #2196F3;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.landing-account .notification-inner h1 {
  padding-bottom: 30px; }

.landing-account .notification-inner b {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  color: #424A5B;
  padding-bottom: 30px;
  display: inline-block;
  font-size: 20px; }
  .landing-account .notification-inner b span {
    font-weight: 700; }

.landing-account .notification-inner form label {
  font-size: 18px; }

.landing-account .notification-inner form input {
  margin-bottom: 30px; }

.landing-account .landing-account-right {
  max-width: 500px;
  margin: 0 auto; }
  .landing-account .landing-account-right h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    color: #424A5B;
    padding-bottom: 40px;
    text-align: center; }
  .landing-account .landing-account-right .content {
    background: #F5F6F6;
    border-radius: 4px;
    padding: 40px;
    text-align: center;
    max-width: 424px;
    margin: 0 auto; }
    .landing-account .landing-account-right .content h4 {
      font-family: Poppins;
      font-style: normal;
      font-weight: bold;
      color: #424A5B;
      padding-bottom: 20px;
      font-size: 22px; }
    .landing-account .landing-account-right .content p {
      font-family: Poppins;
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      color: #424A5B;
      line-height: 32px; }
      .landing-account .landing-account-right .content p span {
        font-weight: 500; }

.landing-template-section .left-side .showing-area .showing-item .media {
  padding: 12px 20px;
  align-items: center; }
  .landing-template-section .left-side .showing-area .showing-item .media .icon {
    margin-right: 20px; }
  .landing-template-section .left-side .showing-area .showing-item .media .media-body .content h4 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 7px; }
  .landing-template-section .left-side .showing-area .showing-item .media .media-body .content p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #505050;
    max-width: 1000px; }
  .landing-template-section .left-side .showing-area .showing-item .media .media-body a {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    display: block;
    color: #196AC8;
    border: 1px solid #196AC8;
    max-width: 156px;
    width: 100%;
    line-height: 40px;
    text-align: center; }

.counter-section .counte-item {
  border-left: 1px solid #C5C9D7;
  padding-left: 100px; }
  @media (max-width: 1550px) {
    .counter-section .counte-item {
      padding-left: 30px; } }
  @media (max-width: 991px) {
    .counter-section .counte-item {
      border-left: 0;
      margin-bottom: 25px; } }
  @media (max-width: 575px) {
    .counter-section .counte-item {
      text-align: center; } }
  .counter-section .counte-item .logo {
    max-width: 155px;
    margin-bottom: 10px; }
    @media (max-width: 575px) {
      .counter-section .counte-item .logo {
        margin: 0 auto 10px; } }
  .counter-section .counte-item p {
    font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 22px;
    color: #8990AD;
    padding-bottom: 5px; }
  .counter-section .counte-item h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 37px;
    color: #11193C; }

.dashboard-upload-ara .right_content .upload_area p {
  max-width: 280px;
  margin: 0 auto;
  position: relative; }
  .dashboard-upload-ara .right_content .upload_area p::after {
    width: 100%;
    left: 0; }
  .dashboard-upload-ara .right_content .upload_area p::before {
    display: none; }
  .dashboard-upload-ara .right_content .upload_area p span {
    background: #fff;
    display: inline-block;
    position: relative;
    width: 50px;
    z-index: 3; }

.dashboard-activities .left-side .showing-area {
  padding: 0; }

.dashboard-activities .left-side-plan-payment {
  max-width: 424px;
  margin-left: auto;
  padding: 55px 40px;
  background: #F5F6F6;
  border-radius: 4px;
  text-align: center; }
  .dashboard-activities .left-side-plan-payment h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 10px;
    color: #424A5B; }
  .dashboard-activities .left-side-plan-payment h5 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 15px;
    color: #424A5B; }
  .dashboard-activities .left-side-plan-payment p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #424A5B;
    padding-bottom: 20px; }
    .dashboard-activities .left-side-plan-payment p span {
      font-weight: 600; }
  .dashboard-activities .left-side-plan-payment .theme_btn {
    margin: 0 auto;
    width: 133px;
    line-height: 40px;
    color: #fff; }

.dashboard-activities .activities-details {
  display: flex; }
  @media (max-width: 767px) {
    .dashboard-activities .activities-details {
      display: block; } }
  .dashboard-activities .activities-details .activities-thumb {
    max-width: 200px;
    margin-right: 30px; }
    @media (max-width: 767px) {
      .dashboard-activities .activities-details .activities-thumb {
        margin-bottom: 20px; } }
  .dashboard-activities .activities-details .activities-content li {
    padding: 8px 0;
    font-size: 0.9375rem; }
    .dashboard-activities .activities-details .activities-content li strong {
      display: inline-block;
      width: 130px; }

.profile-edit-upload .media .icon img {
  max-width: 100%; }

.profile-edit-upload .media .media-body {
  margin-left: 20px; }
  .profile-edit-upload .media .media-body .content {
    position: relative;
    max-width: 240px; }
    .profile-edit-upload .media .media-body .content p {
      font-family: Roboto;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      color: #8990AD; }
    .profile-edit-upload .media .media-body .content .top {
      position: absolute;
      right: 0;
      top: -9px; }
    .profile-edit-upload .media .media-body .content .middle {
      line-height: 100px;
      padding-left: 20px;
      padding-right: 80px;
      border: 2px solid #8990AD;
      border-radius: 8px;
      max-width: 150px;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
      border-right: none; }
    .profile-edit-upload .media .media-body .content .bottom {
      font-style: italic;
      position: absolute;
      right: 0;
      bottom: -9px; }

/*----------------------------------------------------*/
.articles-pages-section h1 {
  font-weight: 800;
  font-size: 45px;
  color: #424A5B;
  text-align: center;
  padding-bottom: 60px;
  font-family: "Poppins", sans-serif; }

.articles-pages-section h2 {
  color: #424A5B;
  font-weight: 700;
  font-size: 45px;
  padding-bottom: 30px; }

.articles-pages-section .articles_top {
  padding-bottom: 20px;
  border-bottom: 1px solid #BFBFBF;
  margin-bottom: 50px; }
  .articles-pages-section .articles_top .tags_area .protfoli_filter li {
    display: inline-block; }
    .articles-pages-section .articles_top .tags_area .protfoli_filter li a {
      display: block;
      line-height: 34px;
      padding: 0 15px;
      text-align: center;
      font-size: 12px;
      font-weight: 400;
      color: #F9593A;
      border: 1px solid #F9593A;
      border-radius: 5px; }
    .articles-pages-section .articles_top .tags_area .protfoli_filter li.active a {
      background: #F9593A;
      color: #fff; }
  .articles-pages-section .articles_top .search_area {
    display: flex;
    align-items: center; }
    .articles-pages-section .articles_top .search_area input {
      width: 100%;
      border: none;
      outline: none;
      box-shadow: none; }

.article-landing-pages-section nav {
  margin-bottom: 50px; }
  .article-landing-pages-section nav .breadcrumb {
    background: none; }
    .article-landing-pages-section nav .breadcrumb .breadcrumb-item {
      font-size: 14px;
      font-weight: 400;
      color: #AAAAAA;
      font-family: "Poppins", sans-serif; }
      .article-landing-pages-section nav .breadcrumb .breadcrumb-item a {
        color: #AAAAAA; }
      .article-landing-pages-section nav .breadcrumb .breadcrumb-item.active {
        color: #424A5B; }

.article-landing-pages-section .left_side .title_heading {
  color: #424A5B;
  font-size: 45px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  padding-bottom: 30px; }

.article-landing-pages-section .left_side .top {
  margin-bottom: 30px; }
  .article-landing-pages-section .left_side .top .title_heading {
    padding-bottom: 10px; }
  .article-landing-pages-section .left_side .top h6 {
    font-size: 18px;
    font-weight: 500;
    color: #AAAAAA;
    padding-bottom: 30px;
    font-family: "Poppins", sans-serif; }
    .article-landing-pages-section .left_side .top h6 span {
      font-weight: 600;
      color: #000; }
  .article-landing-pages-section .left_side .top p {
    font-size: 18px;
    font-weight: 400;
    color: #424A5B;
    font-family: "Poppins", sans-serif; }
    .article-landing-pages-section .left_side .top p span {
      text-decoration: underline; }

.article-landing-pages-section .left_side .difference p {
  font-size: 18px;
  font-weight: 400;
  color: #424A5B;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px; }
  .article-landing-pages-section .left_side .difference p span {
    text-decoration: underline; }

.article-landing-pages-section .left_side .difference .images {
  margin-bottom: 50px; }
  .article-landing-pages-section .left_side .difference .images img {
    max-width: 100%;
    border-radius: 6px 6px 0; }

.article-landing-pages-section .left_side .media {
  align-items: center;
  max-width: 1000px;
  padding: 30px 50px;
  border: 1px solid #CCCCCC;
  margin-top: 50px; }
  .article-landing-pages-section .left_side .media .images {
    height: 140px;
    width: 140px;
    border-radius: 50%; }
    .article-landing-pages-section .left_side .media .images img {
      height: 140px;
      width: 140px;
      border-radius: 50%; }
  .article-landing-pages-section .left_side .media .media-body {
    margin-left: 30px; }
    .article-landing-pages-section .left_side .media .media-body a {
      font-family: "Poppins", sans-serif;
      font-size: 19px;
      font-weight: 700;
      color: #424A5B;
      display: block;
      margin-bottom: 10px; }
    .article-landing-pages-section .left_side .media .media-body small {
      font-size: 16px;
      font-weight: 400;
      color: #AAAAAA;
      font-family: "Poppins", sans-serif; }
    .article-landing-pages-section .left_side .media .media-body p {
      font-size: 16px;
      font-weight: 400;
      color: #424A5B;
      font-family: "Poppins", sans-serif; }

.article-landing-pages-section .right-side {
  margin-top: 100px; }
  .article-landing-pages-section .right-side .widgets-right {
    margin-bottom: 80px; }
    .article-landing-pages-section .right-side .widgets-right h3 {
      background: rgba(25, 106, 200, 0.08);
      border-radius: 4px;
      line-height: 67px;
      padding: 0 20px;
      font-family: "Poppins", sans-serif; }
    .article-landing-pages-section .right-side .widgets-right ::-webkit-scrollbar {
      width: 5px; }
    .article-landing-pages-section .right-side .widgets-right ::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .article-landing-pages-section .right-side .widgets-right ::-webkit-scrollbar-thumb {
      background: #196AC8; }
    .article-landing-pages-section .right-side .widgets-right ul {
      padding: 20px;
      height: 230px;
      overflow-y: auto; }
      .article-landing-pages-section .right-side .widgets-right ul li {
        font-size: 14px;
        font-weight: 400;
        color: #424A5B;
        margin-bottom: 15px;
        font-family: "Poppins", sans-serif; }
  .article-landing-pages-section .right-side .bottom-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #424A5B;
    text-align: center;
    font-family: "Poppins", sans-serif;
    padding-bottom: 20px; }
  .article-landing-pages-section .right-side .bottom-content .bottom-wrap {
    background: #F5F6F6;
    border-radius: 4px;
    padding: 40px;
    text-align: center; }
    .article-landing-pages-section .right-side .bottom-content .bottom-wrap h3 {
      color: #424A5B;
      font-size: 22px;
      font-weight: 700;
      font-family: "Poppins", sans-serif;
      margin-bottom: 30px; }
    .article-landing-pages-section .right-side .bottom-content .bottom-wrap p {
      font-size: 18px;
      font-weight: 400;
      color: #424A5B;
      font-family: "Poppins", sans-serif;
      line-height: 32px;
      margin-bottom: 30px; }
    .article-landing-pages-section .right-side .bottom-content .bottom-wrap a {
      display: block;
      width: 174.56px;
      line-height: 63px;
      text-align: center;
      font-family: "Poppins", sans-serif;
      background: #F9593A;
      border-radius: 4px;
      font-size: 16px;
      font-weight: 700;
      color: #fff;
      margin: 0 auto; }

.About_us_v1 {
  padding-bottom: 200px; }
  .About_us_v1 .banner_img {
    position: relative; }
    .About_us_v1 .banner_img .text_area {
      position: absolute;
      max-width: 1200px;
      padding: 15px;
      margin: 0 auto;
      bottom: -150px;
      left: 50%;
      transform: translate(-50%, 0);
      background: #FFFFFF;
      box-shadow: 0px 0px 50px rgba(206, 211, 224, 0.4);
      border-radius: 20px; }

.our_values_section h1 {
  text-align: center;
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  font-size: 45px;
  color: #424A5B;
  padding-bottom: 40px; }

.our_values_section .value_wrapper {
  background: #F5F6F6;
  padding: 50px 20px; }
  .our_values_section .value_wrapper .item {
    border-right: 1px solid #E5E5E5;
    padding: 20px; }
    .our_values_section .value_wrapper .item h4 {
      font-family: Poppins;
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      color: #424A5B;
      padding-bottom: 20px; }
    .our_values_section .value_wrapper .item P {
      font-family: Roboto;
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      color: #424A5B;
      line-height: 30px; }

.our_partner_section h2 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  font-size: 45px;
  color: #424A5B;
  padding-bottom: 50px;
  text-align: center; }

.our_partner_section .partner_wrapper {
  max-width: 1200px;
  margin: 0 auto; }

.our_partner_section .item {
  background: #FFFFFF;
  box-shadow: 0px 0px 50px rgba(206, 211, 224, 0.4);
  border-radius: 20px;
  padding: 20px 100px; }
  .our_partner_section .item img {
    max-width: 100%;
    margin-bottom: 20px; }
  .our_partner_section .item h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    color: #424A5B;
    margin-bottom: 30px;
    position: relative; }
    .our_partner_section .item h4::after {
      position: absolute;
      content: '';
      display: block;
      width: 150px;
      height: 2px;
      bottom: -5px;
      left: 0;
      background: #196AC8; }

/*----------------------------------------------------*/
.footer_area {
  padding: 100px 0;
  overflow: hidden; }
  .footer_area .content {
    text-align: center; }
    .footer_area .content ul li {
      display: inline-block; }
      .footer_area .content ul li a {
        display: block;
        font-size: 18px;
        font-family: "Open Sans", sans-serif;
        line-height: 34px;
        padding: 0 20px;
        color: #424A5C;
        position: relative; }
        .footer_area .content ul li a:hover, .footer_area .content ul li a:focus {
          color: #F9593A; }
        .footer_area .content ul li a::after {
          position: absolute;
          content: '';
          display: block;
          right: 0;
          height: 100%;
          width: 1px;
          background: #424a5c;
          bottom: -10%; }
    .footer_area .content p {
      font-size: 18px;
      font-family: "Open Sans", sans-serif;
      line-height: 34px;
      margin-top: 30px; }

.footer_two_page {
  background: #F4F6F5; }

.footer_section {
  overflow: hidden;
  padding: 50px 0 0; }
  @media (max-width: 767px) {
    .footer_section {
      text-align: center; }
      .footer_section [class*=col-] {
        margin-bottom: 30px; }
        .footer_section [class*=col-]:last-child {
          margin-bottom: 0; } }
  .footer_section .footer_column h4 {
    font-size: 17px;
    font-weight: 600; }
    .footer_section .footer_column h4 a {
      color: #424A5B; }
    @media (max-width: 1199px) {
      .footer_section .footer_column h4 {
        font-size: 16px; } }
    @media (max-width: 1024px) {
      .footer_section .footer_column h4 {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .footer_section .footer_column h4 {
        font-size: 16px; } }
  .footer_section .footer_column ul {
    padding-top: 10px; }
    @media (max-width: 767px) {
      .footer_section .footer_column ul {
        padding-top: 10px; } }
    .footer_section .footer_column ul li {
      font-size: 14px;
      font-weight: 400;
      font-family: "Roboto", sans-serif;
      margin-bottom: 10px;
      line-height: 24px; }
      @media (max-width: 1199px) {
        .footer_section .footer_column ul li {
          font-size: 13px;
          line-height: 18px; } }
      @media (max-width: 1024px) {
        .footer_section .footer_column ul li {
          font-size: 12px;
          line-height: 18px;
          margin-bottom: 8px; } }
      @media (max-width: 767px) {
        .footer_section .footer_column ul li {
          font-size: 14px;
          line-height: normal;
          margin-bottom: 10px; } }
      .footer_section .footer_column ul li a {
        color: #424A5C; }
        .footer_section .footer_column ul li a:hover, .footer_section .footer_column ul li a:focus {
          color: #F9593A;
          padding-left: 10px; }
  .footer_section .footer_column .brand {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .footer_section .footer_column .brand {
        display: block;
        text-align: center; }
        .footer_section .footer_column .brand div {
          display: inline-block; } }
    .footer_section .footer_column .brand img {
      width: 85%;
      margin-right: 0;
      /*@media(max-width: 767px) {
                    width: 60px;
                }*/ }
    .footer_section .footer_column .brand a {
      margin-right: 20px; }
      .footer_section .footer_column .brand a img {
        max-width: 100%; }
        @media (max-width: 767px) {
          .footer_section .footer_column .brand a img {
            width: 60px; } }
  .footer_section .footer_column .card {
    background: none;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .footer_section .footer_column .card {
        display: block;
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .footer_section .footer_column .card img {
        max-width: 300px;
        display: inline-block; } }
  .footer_section .footer_column .barnd_item {
    display: flex; }
    @media (max-width: 767px) {
      .footer_section .footer_column .barnd_item {
        display: inline-block; } }
    .footer_section .footer_column .barnd_item a.logo-trust-pilot, .footer_section .footer_column .barnd_item a.logo-trust-spot, .footer_section .footer_column .barnd_item span.logo-trust-pilot, .footer_section .footer_column .barnd_item span.logo-trust-spot {
      padding-right: 10px; }
    .footer_section .footer_column .barnd_item a.logo-trust-spot, .footer_section .footer_column .barnd_item span.logo-trust-spot {
      margin-top: 6px; }
    .footer_section .footer_column .barnd_item a img, .footer_section .footer_column .barnd_item span img {
      max-width: 100%; }
      @media (max-width: 767px) {
        .footer_section .footer_column .barnd_item a img, .footer_section .footer_column .barnd_item span img {
          width: 110px; } }

.copyright {
  margin-top: 30px;
  padding: 20px 10px;
  background-color: #196ac8;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: center; }
  .copyright a {
    color: #fff;
    text-decoration: underline; }
    .copyright a:hover {
      text-decoration: none; }

.gdpr-banner {
  width: 100%;
  display: block;
  height: auto;
  color: #333;
  position: fixed;
  bottom: 0;
  z-index: 55555;
  padding: 5px 5px;
  font-size: 12px;
  background-color: #f4f8fb; }
  .gdpr-banner .gdprCta {
    text-align: right; }

.payment_footer {
  text-align: center;
  padding: 100px 0; }
  .payment_footer ul {
    border-top: 1px solid #d0d0d0;
    padding-top: 30px;
    padding-bottom: 20px; }
    .payment_footer ul li {
      display: inline-block;
      border-right: 1px solid #d0d0d0; }
      .payment_footer ul li a {
        font-family: "Roboto", sans-serif;
        font-weight: normal;
        font-size: 16px;
        color: #424A5B;
        margin: 0 10px; }
        .payment_footer ul li a:hover, .payment_footer ul li a:focus {
          color: #F9593A; }
  .payment_footer span {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 16px; }
    .payment_footer span a {
      font-weight: 700;
      color: #424A5C; }
      .payment_footer span a:hover, .payment_footer span a:focus {
        color: #F9593A; }

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.dashboard-section {
  padding-top: 10px;
  min-height: 600px; }
  .dashboard-section .navbar-tabs {
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 10px 20px 0; }
    @media (max-width: 991px) {
      .dashboard-section .navbar-tabs {
        padding: 10px 10px 0; } }
    .dashboard-section .navbar-tabs .sub-nav li a {
      font-family: "Roboto", sans-serif;
      font-size: 1rem;
      color: #424A5B;
      margin: 0 0.75rem;
      padding: .5rem 0.75rem .75rem 0.75rem;
      display: inline-block;
      position: relative;
      font-weight: 500; }
      @media (max-width: 1023px) {
        .dashboard-section .navbar-tabs .sub-nav li a {
          margin: 0 0.5rem; } }
      @media (max-width: 991px) {
        .dashboard-section .navbar-tabs .sub-nav li a {
          font-size: 0.8750rem;
          padding: .5rem 0.25rem .75rem 0.25rem;
          margin: 0 0.5rem; } }
      @media (max-width: 767px) {
        .dashboard-section .navbar-tabs .sub-nav li a {
          font-size: 1rem;
          padding: .5rem 1.5rem .75rem 1.5rem;
          margin: 0 0.25rem; } }
      @media (max-width: 479px) {
        .dashboard-section .navbar-tabs .sub-nav li a {
          font-size: 1rem;
          padding: .5rem 0.75rem .75rem 0.75rem;
          margin: 0 0.125rem; } }
      .dashboard-section .navbar-tabs .sub-nav li a::after {
        position: absolute;
        content: '';
        display: block;
        left: 0;
        bottom: 0;
        height: 5px;
        width: 0;
        background: #196AC8; }
      .dashboard-section .navbar-tabs .sub-nav li a span {
        display: inline-block;
        margin-right: 4px; }
        .dashboard-section .navbar-tabs .sub-nav li a span img {
          max-width: 100%; }
      .dashboard-section .navbar-tabs .sub-nav li a:hover, .dashboard-section .navbar-tabs .sub-nav li a:focus, .dashboard-section .navbar-tabs .sub-nav li a.active {
        color: #196AC8 !important; }
        .dashboard-section .navbar-tabs .sub-nav li a:hover::after, .dashboard-section .navbar-tabs .sub-nav li a:focus::after, .dashboard-section .navbar-tabs .sub-nav li a.active::after {
          width: 100%; }
  .dashboard-section .content-tabs {
    padding: 30px 0 0; }
    .dashboard-section .content-tabs .documents-headline {
      margin-bottom: 20px; }
      .dashboard-section .content-tabs .documents-headline h3 {
        margin: 0; }
    .dashboard-section .content-tabs .sidebar-thumbs .thumbs-img {
      max-height: 250px;
      overflow: hidden;
      padding: 10px;
      background-color: rgba(41, 128, 185, 0.05); }
    .dashboard-section .content-tabs .right-panel {
      padding-left: 30px; }
    .dashboard-section .content-tabs .sidebar-thumbs .thumbs-img img {
      width: 100%; }
    .dashboard-section .content-tabs .dataTables_wrapper .dataTables_length select {
      width: 110px;
      height: 42px;
      margin-right: 5px;
      background: #F5F6F6;
      border-radius: 4px; }
    .dashboard-section .content-tabs .user-table .user-entry {
      padding: 10px;
      /*border-bottom: 2px solid #eaeaea;*/
      margin-bottom: 20px;
      border-radius: 6px;
      border: 1px solid transparent;
      box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
      word-break: break-word; }
      .dashboard-section .content-tabs .user-table .user-entry:hover {
        background-color: #f4f9fc;
        border: 1px solid #F9593A; }
      .dashboard-section .content-tabs .user-table .user-entry.selected {
        background-color: #f4f9fc;
        /*background-color: #dcf3ff;
                    background: radial-gradient(at top left, #c8ecff 30px, #f4fcff);*/
        border: 1px solid #F9593A; }
        .dashboard-section .content-tabs .user-table .user-entry.selected .entry-actions {
          opacity: 1;
          /* transform: scaleX(1);
                        transform-origin: left; */
          -webkit-transition: all .25s ease-out;
          -moz-transition: all .25s ease-out;
          -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
          transition-delay: .1s; }
      .dashboard-section .content-tabs .user-table .user-entry .user-entry-left {
        padding-right: 10px;
        width: 58px; }
        @media (max-width: 639px) {
          .dashboard-section .content-tabs .user-table .user-entry .user-entry-left {
            width: 48px; } }
        .dashboard-section .content-tabs .user-table .user-entry .user-entry-left img {
          width: 100%; }
      .dashboard-section .content-tabs .user-table .user-entry .user-entry-center {
        width: -webkit-calc(100% - 78px);
        width: -moz-calc(100% - 78px);
        width: calc(100% - 78px); }
        @media (max-width: 639px) {
          .dashboard-section .content-tabs .user-table .user-entry .user-entry-center {
            width: -webkit-calc(100% - 68px);
            width: -moz-calc(100% - 68px);
            width: calc(100% - 68px); } }
        .dashboard-section .content-tabs .user-table .user-entry .user-entry-center .headline {
          font-size: 14px; }
          @media (max-width: 639px) {
            .dashboard-section .content-tabs .user-table .user-entry .user-entry-center .headline {
              font-size: 12px;
              line-height: 16px; } }
        @media (max-width: 639px) {
          .dashboard-section .content-tabs .user-table .user-entry .user-entry-center .sub-headline {
            font-size: 12px;
            line-height: 16px; } }
      .dashboard-section .content-tabs .user-table .user-entry .user-entry-right {
        width: 20px;
        text-align: center; }
        .dashboard-section .content-tabs .user-table .user-entry .user-entry-right .dropdown-menu li a {
          display: block; }
      .dashboard-section .content-tabs .user-table .user-entry button.more-options, .dashboard-section .content-tabs .user-table .user-entry button.more-options-locked {
        border: unset;
        box-shadow: unset;
        height: 100%;
        background: unset;
        font-size: 21px;
        padding: 0;
        /*margin-top: 22px;*/ }
        .dashboard-section .content-tabs .user-table .user-entry button.more-options .fa-ellipsis-v, .dashboard-section .content-tabs .user-table .user-entry button.more-options-locked .fa-ellipsis-v {
          font-size: 2rem; }
      .dashboard-section .content-tabs .user-table .user-entry button.more-options-locked {
        /*margin-top: 15px;*/ }
      .dashboard-section .content-tabs .user-table .user-entry .entry-actions {
        opacity: 0;
        /* transform: scaleX(0.6);
                    transform-origin: left; */
        margin-bottom: 0;
        margin-top: 4px;
        font-size: 0.75rem;
        font-weight: 600; }
        @media (max-width: 768px) {
          .dashboard-section .content-tabs .user-table .user-entry .entry-actions {
            font-size: 1.4em;
            line-height: 1.7;
            margin-top: 1em;
            margin-bottom: .5em; } }
        .dashboard-section .content-tabs .user-table .user-entry .entry-actions button {
          margin-right: 1em; }
          .dashboard-section .content-tabs .user-table .user-entry .entry-actions button:last-child {
            margin-right: 0; }
        .dashboard-section .content-tabs .user-table .user-entry .entry-actions img.svg {
          width: 16px;
          height: 20px; }
      .dashboard-section .content-tabs .user-table .user-entry .user-initials {
        width: 60px;
        height: 60px;
        background: #96b6d5;
        color: #dbedff;
        text-align: center;
        font-size: 1.25rem;
        font-weight: bold;
        padding-top: 16px;
        border-radius: 100%; }
    .dashboard-section .content-tabs .form-control {
      max-width: 500px;
      margin-bottom: 20px;
      box-shadow: none;
      border: 1px solid #E5E5E5;
      border-radius: 4px;
      line-height: 44px;
      height: 44px;
      font-size: 16px;
      font-family: "Poppins", sans-serif;
      padding-left: 15px; }
      .dashboard-section .content-tabs .form-control::placeholder {
        font-size: 16px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        color: #aaa; }
    .dashboard-section .content-tabs textarea.form-control {
      height: 100px; }
    .dashboard-section .content-tabs .input-search {
      height: 44px;
      line-height: 30px; }
    .dashboard-section .content-tabs .btn-search {
      height: 44px;
      line-height: 32px;
      width: 48px;
      background: #196AC8; }
    .dashboard-section .content-tabs .google-search-form {
      width: 100%; }
      .dashboard-section .content-tabs .google-search-form form.gsc-search-box {
        max-width: 400px; }
      .dashboard-section .content-tabs .google-search-form table.gsc-search-box td.gsc-input {
        padding-right: 0; }
      .dashboard-section .content-tabs .google-search-form .gsc-search-button.gsc-search-button-v2 {
        height: 44px;
        width: 48px;
        padding: 6px 0;
        margin-left: 0;
        background-color: #196AC8;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
      .dashboard-section .content-tabs .google-search-form .gsc-search-button-v2 svg {
        width: 22px;
        height: 22px; }
      .dashboard-section .content-tabs .google-search-form .gsc-input-box {
        padding: 0;
        -webkit-border-top-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-bottomleft: 2px;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px; }
      .dashboard-section .content-tabs .google-search-form #gsc-i-id1 {
        font-size: 18px;
        color: #555;
        padding-left: 5px !important;
        height: 32px !important; }
    .dashboard-section .content-tabs #billingSetting {
      /*margin: 100px auto 0;*/
      margin-top: 30px;
      max-width: 370px;
      text-align: center; }
      .dashboard-section .content-tabs #billingSetting .plan-box {
        background: #F5F6F6;
        border-radius: 4px;
        padding: 20px;
        text-align: center; }

#add-user-modal .form-control {
  max-width: 500px;
  margin-bottom: 20px;
  box-shadow: none;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  line-height: 50px;
  height: auto;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding-left: 20px; }
  #add-user-modal .form-control::placeholder {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #aaa; }

.document-list {
  /*max-height: 600px;
    overflow-y: scroll;
    padding: 20px;*/ }

#documentTable,
#templateTable,
#manage-users,
#document-templates {
  width: 100%; }
  #documentTable .documentRow,
  #templateTable .documentRow,
  #manage-users .documentRow,
  #document-templates .documentRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

#documentTable tr td,
#templateTable tr td {
  padding: 0; }

#typedCanvas {
  font-family: Segoe;
  font-size: 42px;
  height: 100px;
  margin-bottom: 20px;
  padding: 40px 0 0;
  text-align: center;
  border: 1px solid #000;
  width: 300px;
  margin: 10px auto;
  display: block; }

#draw-canvas-cage {
  margin: 25px 0; }
  #draw-canvas-cage .jSignature {
    border: 1px #000 solid !important;
    width: 300px !important;
    height: 100px !important;
    margin: 0 auto !important;
    display: block; }

.heregoesthecanvas {
  margin: 25px 0; }

#sign-preview img {
  font-family: Segoe;
  font-size: 42px;
  margin-bottom: 20px;
  padding: 40px 0 0;
  text-align: center;
  border: 1px solid #000;
  margin: 10px auto;
  display: block; }

/* Innre page tiles */
.action-tiles .productivity .row {
  margin-right: -5px;
  margin-left: -5px; }
  .action-tiles .productivity .row [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px; }

.action-tiles .productivity .product {
  /*padding: 10px 10px 5px;
            padding-top: 20px;
            margin-bottom: 10px;
            height: 100%;*/ }
  .action-tiles .productivity .product a {
    height: 100%;
    font-size: 14px;
    padding: 10px 10px 15px;
    line-height: 17px; }
  .action-tiles .productivity .product .images {
    margin: 0 auto;
    width: 40px;
    height: 55px;
    display: block; }
    .action-tiles .productivity .product .images.single-iocn {
      width: 34px;
      height: 34px; }

.add-new-file-mobile {
  display: none; }
  @media (max-width: 767px) {
    .add-new-file-mobile {
      display: block;
      position: fixed;
      bottom: 15px;
      right: 15px;
      z-index: 1002;
      border-radius: 100%;
      padding: 8px 12px; } }

/* Welcome Back popup */
.new-features-modal-row {
  /*	border-bottom: 1px solid #ccc;*/
  padding-bottom: 10px;
  /*margin-bottom: 15px;*/ }

#new-features-modal .modal-header {
  display: block; }

#new-features-modal .modal-footer {
  display: block;
  padding: .5rem 1rem; }
  #new-features-modal .modal-footer .help-block {
    font-size: .9rem;
    display: block;
    margin-bottom: 5px;
    color: #737373; }

.new-features-modal-row:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px; }

.new-features-modal-row:last-child li {
  border-bottom: none;
  padding-bottom: 0; }

.new-features-modal-row h3 {
  padding: 0;
  margin: 0;
  color: #1378c7;
  font-size: 18px; }

.new-features-modal-row ul {
  padding-left: 30px; }

.new-features-modal-row ul li {
  font-size: 16px;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 15px;
  /*margin-bottom: 10px;*/
  position: relative; }

.new-features-modal-row ul li::before {
  content: "NEW";
  position: absolute;
  left: -34px;
  top: 2px;
  font-size: 9px;
  font-weight: 500;
  background-color: #007eff;
  padding: 2px 4px;
  border-radius: 3px;
  color: #fff; }

#new-features-modal .modal-body {
  max-height: 350px;
  overflow: auto; }

#documentTable_filter {
  display: none !important; }

#recent-documents .dataTables_scrollBody {
  border-bottom: none;
  overflow: inherit !important; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table,
#templatesTablev2.dataTable.no-footer,
#formTable.dataTable.no-footer {
  border-bottom: none; }

.dataTables_scrollHead table.dataTable thead th, table.dataTable thead td,
#templatesTablev2.dataTable.no-footer thead th, #templatesTablev2.dataTable.no-footer thead td,
#formTable.dataTable.no-footer thead th, #formTable.dataTable.no-footer thead td {
  border-bottom: none; }

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover,
#templatesTablev2.dataTable.hover tbody tr:hover,
#templatesTablev2.dataTable.display tbody tr:hover {
  background: none;
  background-color: transparent; }

#templatesTablev2.dataTable tbody th,
#templatesTablev2.dataTable tbody td,
#formTable.dataTable tbody th,
#formTable.dataTable tbody td {
  padding: 0; }

.btnlink {
  background: 0 0;
  border: none;
  border-radius: 0;
  color: #2463d1;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  white-space: nowrap; }

.signatureList .table, .signatureList .table > thead > tr > th {
  border: none; }

.signatureList .table td:first-child, .signatureList .table th:first-child {
  border-left: 3px solid transparent;
  padding-left: 21px; }

.signatureList .table td:last-child, .signatureList .table th:last-child {
  border-right: none;
  padding-right: 24px; }

.signatureList .table td, .table th {
  border-bottom: 1px solid #e9e9e9;
  vertical-align: middle; }

.sig-chrome {
  border-left: 2px solid #005cb9;
  border-radius: 8px;
  display: block;
  height: 55px;
  margin: 4px 0;
  overflow: visible;
  /*  position: relative;*/ }

.sig-chrome .sig-container {
  height: 55px;
  overflow: hidden;
  padding-left: 10px;
  position: absolute;
  white-space: nowrap;
  /* width: 100%;*/ }

.sig-chrome .sig {
  float: left;
  max-height: 100%;
  max-height: 150%;
  max-width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }


.sign .breadcrumb {
    font-size: 12px;
    color: #0d6efd;
    font-weight: 600;
    padding: .75rem 1rem;
    background-color: #e9ecef;
}

   .sign .breadcrumb .breadcrumb-item a {
        color: #aaa;
    }

   .sign .breadcrumb #sign.breadcrumb-item {
        color: #aaa;
    }
.half-section .item p, h3 {
    color: #fff;
    font-weight:600;
    
}
#mainHeader.main_header {
    background: #F7F7F7;
    border-bottom: 1px solid #EAEBED;
}

/* Re-write CSS */
html[dir='rtl'] .banner_home .left_content h1,
html[dir='rtl'] .banner_home .left_content h5 {
    text-align: right;
}
html[dir='rtl'] .choose_the_best .services.active {
    border-left: 0;
}
a {
    text-decoration: none;
    background-color: transparent;
}
html[dir='rtl'] .choose_the_best .container [class*=col-]:last-child {
    border-left: 1px solid #AAAAAA;
}

.industries-categories-feature .feature-item .icon img {
    max-width: 200px;
}

.peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item p::after {
    bottom: 0;
}

.here_section .contact .media,
.faq-pages-section .item {
    height: 100%;
}

.here_section .contact .col-lg-6,
.faq-pages-section .col-lg-6 {
    margin-bottom: 30px;
}

.faq-pages-section .item p span {
    line-height: normal;
}

.refund-request-section ul li {
    margin: 15px 0;
}

.privacy-item .item span {
    font-weight: 400;
}

.payment_section .card_info .card_number .input-group .form-control {
    max-width: 100%;
    width: 100%;
}
.payment_section .card_info .date_area .card_date .input-group .form-control {
    height: 42px;
}
.payment_section .card_info .date_area .card_date .input-group .form-control input {
    height: 24px;
    background-color: transparent;
    border: 0 none;
}
.payment_section .card_info .date_area .card_date .input-group .form-control input:focus {
    outline: none;
    border: 0 none;
}
/* Precancel */
section#pre-cancel-title {
    padding: 20px 0 40px;
    border-bottom: solid 1px #ccc;
}

    section#pre-cancel-title h1 {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-size: 42px;
        color: #424A5B;
        padding-bottom: 20px;
    }

#pre-cancel-options {
    border-bottom: solid 1px #ccc;
    background-color: #f7fcff;
}

    #pre-cancel-options .option-block {
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 40px 30px 60px 30px;
        background-color: #fff;
        height: 100%;
    }

        #pre-cancel-options .option-block h3 {
            min-height: 70px;
            color: #F9593A;
            font-weight: bold;
            margin: 0;
            margin-bottom: 10px;
        }

        #pre-cancel-options .option-block p {
            min-height: 140px;
        }

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 650px;
    }

        .modal-dialog.modal-lg {
            max-width: 800px;
        }
}


/* Black Friday */
.black-friday {
    width: 100%;
    background-color: black;
    text-align: center;
}

.black-friday-ribbon {
    display: block;
    padding: 20px 10px;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

    .black-friday-ribbon:hover {
        color: #fff;
    }

    .black-friday-ribbon .ribbon-right {
        padding: 2px 10px;
        display: inline-block;
        border-radius: 4px;
        color: #000;
        font-size: 27px;
        font-weight: 700;
        background-color: #fff;
        transition: all 200ms linear 0s;
    }

    .black-friday-ribbon:hover .ribbon-right {
        background-color: #fdce43;
    }

    .black-friday-ribbon .tag-icon svg {
        width: 38px;
    }

        .black-friday-ribbon .tag-icon svg path {
            fill: #FFFFFF;
        }

@media (max-width: 1024px) {
    .black-friday-ribbon {
        font-size: 26px;
    }

        .black-friday-ribbon .ribbon-right {
            font-size: 22px;
        }

        .black-friday-ribbon .tag-icon svg {
            width: 32px;
        }
}

@media (max-width: 991px) {
    .black-friday-ribbon {
        font-size: 22px;
    }

        .black-friday-ribbon .ribbon-right {
            font-size: 16px;
        }

        .black-friday-ribbon .tag-icon svg {
            width: 22px;
        }
}

@media (max-width: 550px) {
    .black-friday-ribbon {
        padding: 10px 5px;
        font-size: 16px;
    }

        .black-friday-ribbon .ribbon-right {
            padding: 2px 10px;
            font-size: 13px;
        }

        .black-friday-ribbon .tag-icon svg {
            width: 18px;
        }
}
/* Re-write CSS */
.industries-categories-feature .feature-item .icon img {
    max-width: 200px;
}

.peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item p::after {
    bottom: 0;
}

.here_section .contact .media,
.faq-pages-section .item {
    height: 100%;
}

.here_section .contact .col-lg-6,
.faq-pages-section .col-lg-6 {
    margin-bottom: 30px;
}

.faq-pages-section .item p span {
    line-height: normal;
}

.refund-request-section ul li {
    margin: 15px 0;
}

.privacy-item .item span {
    font-weight: 400;
}

.payment_section .card_info .card_number .input-group .form-control {
    max-width: 100%;
    width: 100%;
}
/* Precancel */
section#pre-cancel-title {
    padding: 20px 0 40px;
    border-bottom: solid 1px #ccc;
}

    section#pre-cancel-title h1 {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-size: 42px;
        color: #424A5B;
        padding-bottom: 20px;
    }

#pre-cancel-options {
    border-bottom: solid 1px #ccc;
    background-color: #f7fcff;
}

    #pre-cancel-options .option-block {
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 40px 30px 60px 30px;
        background-color: #fff;
        height: 100%;
    }

        #pre-cancel-options .option-block h3 {
            min-height: 70px;
            color: #F9593A;
            font-weight: bold;
            margin: 0;
            margin-bottom: 10px;
        }

        #pre-cancel-options .option-block p {
            min-height: 140px;
        }

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 650px;
    }

        .modal-dialog.modal-lg {
            max-width: 800px;
        }
}


/* Black Friday */
.black-friday {
    width: 100%;
    background-color: black;
    text-align: center;
}

.black-friday-ribbon {
    display: block;
    padding: 20px 10px;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

    .black-friday-ribbon:hover {
        color: #fff;
    }

    .black-friday-ribbon .ribbon-right {
        padding: 2px 10px;
        display: inline-block;
        border-radius: 4px;
        color: #000;
        font-size: 27px;
        font-weight: 700;
        background-color: #fff;
        transition: all 200ms linear 0s;
    }

    .black-friday-ribbon:hover .ribbon-right {
        background-color: #fdce43;
    }

    .black-friday-ribbon .tag-icon svg {
        width: 38px;
    }

        .black-friday-ribbon .tag-icon svg path {
            fill: #FFFFFF;
        }

@media (max-width: 1024px) {
    .black-friday-ribbon {
        font-size: 26px;
    }

        .black-friday-ribbon .ribbon-right {
            font-size: 22px;
        }

        .black-friday-ribbon .tag-icon svg {
            width: 32px;
        }
}

@media (max-width: 991px) {
    .black-friday-ribbon {
        font-size: 22px;
    }

        .black-friday-ribbon .ribbon-right {
            font-size: 16px;
        }

        .black-friday-ribbon .tag-icon svg {
            width: 22px;
        }
}

@media (max-width: 550px) {
    .black-friday-ribbon {
        padding: 10px 5px;
        font-size: 16px;
    }

        .black-friday-ribbon .ribbon-right {
            padding: 2px 10px;
            font-size: 13px;
        }

        .black-friday-ribbon .tag-icon svg {
            width: 18px;
        }
}

/* BBB Logo*/
.bbbLogo {
    width: 125px;
    max-width: 125px;
}
.bbbLogo img {
    width: 100%;
}
#login .bbbLogo,
#signup .bbbLogo {
    width: 100px;
    max-width: 100px;
    margin: 0 auto;
}
#checkout-page .bbbLogo {
    width: auto;
    max-width: 130px;
    margin: initial;
    margin-top: 4px;
}
#checkout-page .bbbLogo a {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-top: 4px;
}
@media (min-width: 992px) {
    .peoplesaying_section .bbbLogo {
        position: absolute;
        left: 40px;
        top: 40px;
    }
}
@media (max-width: 991px) {
    #pricing-page .bbbLogo {
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .bbbLogo.bbbLogoFooter {
        margin: 0 auto;
    }
}
@media (max-width: 399px) {
    #checkout-page .bbbLogo {
        margin: 0 auto;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bbb-abtest .payment_section .card_info .brand_name {
        display: block;
    }
    .bbb-abtest .payment_section .card_info .brand_name .logo-widget {
        margin-top: 0;
    }
}

/*  new sell page */

.new-sell-page .sellPageThumbnailLeft .seThumbnail {
    border: 20px solid #F5F6F6;
    border-radius: 10px;
    height: 620px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}
.new-sell-page .sellPageThumbnailLeft .seThumbnail.seThumbnailLoaded img {
    width: 100%;
    height: 100%;
}

.new-sell-page .sellPageThumbnailLeft .seThumbnail {
    background: url("/content/img/Eclipse-1.4s-200px.svg") no-repeat;
    background-position: center;
    background-size: 65px;
    width: 100%;
}

.new-sell-page .trustpilotIt svg {
    width: 183px;
    height: 42px;
}

.new-sell-page .trustpilotWrap {
    display: flex;
    align-items: center;
}

.new-sell-page .panel-body ul {
    font-family: 'Poppins';
    padding-bottom: 10px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.02em;
    font-size: 14px;
}

    .new-sell-page .panel-body ul li {
        margin-bottom: 8px;
    }

.new-sell-page .header {
    text-align: left;
    font-size: 34px;
    line-height: normal;
    margin: 0;
    font-weight: 700;
    padding-bottom: 14px;
}


.new-sell-page .panel-body h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #424A5C;
    margin: 15px 0;
}



.new-sell-page .pricing-mobile-btn .theme-btn-primary {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    background: #F9593A;
    border-radius: 4px;
    max-width: 400px;
    width: 100%;
    display: block;
    padding: 15px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.new-sell-page .nplan-footer {
    text-align: center;
}

.new-sell-page .nav.nav-tabs .nav-btn {
    font-size: 20px;
}

.new-sell-page .nav.nav-tabs .nav-item i.fa-check {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    border: 1px solid #959595;
    background: #F5F7F8;
    color: #959595;
    font-size: 17px;
}




.new-sell-page .small.text-center {
    border-top: 1px solid #D8D8D8;
    padding-top: 20px;
    font-size: 11px;
}

.new-sell-page #bday_new .small.text-center {
    font-size: 14px;
    font: 400 16px/23px "Open Sans", sans-serif;
}

.new-sell-page #monthly_new .small.text-center {
    font-size: 14px;
    font: 400 16px/23px "Open Sans", sans-serif;
}

.new-sell-page #limitedDay_new .small.text-center {
    font-size: 14px;
    font: 400 16px/23px "Open Sans", sans-serif;
}


.new-sell-page .nav.nav-tabs .nav-btn.active span {
    font-weight: 700;
}

.new-sell-page .nav.nav-tabs .nav-btn span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    color: #424A5C;
}

.new-sell-page .nav.nav-tabs .nav-btn.active i {
    color: #fff;
    border: 1px solid #0f67cb;
    background: #0f67cb;
}

.new-sell-page .sellPageThumbnailRight {
    margin-left: 25px;
}


.new-sell-page .sellPageThumbnailRight{
    min-height:750px;
}


.payment_section.new-cc-page .container .card_info .radio-buttons label.combined_cards {
    display: none;
}
@media (max-width: 991px) {
    .payment_section.new-cc-page .container .card_info .radio-buttons label {
        display: none;
        letter-spacing: -0.5px;
    }

        .payment_section.new-cc-page .container .card_info .radio-buttons label.combined_cards {
            display: block;
        }
    .new-sell-page .header {
        text-align: center;
        font-size: 24px;
    }
    .new-sell-page .sellPageThumbnailLeft .seThumbnail {
        width: 400px !important;
        height: 450px;
        margin: 0 auto;
        border: 10px solid #f5f6f6;
        border-radius: 8px;
    }
    .new-sell-page .trustpilotWrap {
        justify-content: center;
        padding: 20px 0;
    }

}


/* thumbnail on mobile */

@media (max-width: 991px) {
    .new-sell-page .sellPageThumbnailLeft .seThumbnail {
        width: 400px !important;
        height: 450px;
        margin: 0 auto;
        border: 10px solid #F5F6F6;
        border-radius: 8px
    }

    .new-sell-page .header {
        text-align: center;
        font-size: 24px;
    }

    .new-sell-page .trustpilotWrap {
        justify-content: center;
        padding: 20px 0;
    }

    .new-sell-page .sellPageThumbnailRight {
        margin-left: 0;
    }

    .nplan-footer_box {
        margin: 0 auto;
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .new-sell-page .sellPageThumbnailLeft .seThumbnail {
        width: 320px !important;
        height: 350px;
    }

    .new-sell-page .header {
        font-size: 20px;
    }

    .new-sell-page .pricing-mobile-btn .theme-btn-primary {
        margin-bottom: 0;
    }

    .pricing-new-mobile .nav.nav-tabs .nav-btn {
        padding: 12px 12px;
    }

    .new-sell-page .nav.nav-tabs .nav-btn span {
        font-size: 15px;
        font-weight: 600;
    }

    .new-sell-page .nav.nav-tabs .nav-item i.fa-check {
        height: 24px;
        width: 24px;
        line-height: 24px;
        font-size: 14px;
    }
}

@media (max-width: 639px) {
    .new-sell-page .sellPageThumbnailLeft .seThumbnail {
        width: 234px !important;
        height: 300px;
        background: unset;
        margin: 0 auto;
    }

    .new-sell-page .header {
        font-size: 16px;
    }

    .new-sell-page .trustpilotWrap {
        padding: 10px 0;
    }

        .new-sell-page .trustpilotWrap p {
            font-size: 12px;
            line-height: 125%;
        }

    .new-sell-page .trustpilotIt svg {
        max-width: 150px;
    }
}

@media (max-width: 479px) {
    .new-sell-page .trustpilotWrap {
        padding: 5px 0;
    }

        .new-sell-page .trustpilotWrap p {
            font-size: 9px;
            line-height: 125%;
        }

        .new-sell-page .trustpilotWrap .trustpilotIt.px-2 {
            padding-left: 0.125rem !important;
            padding-right: 0.125rem !important;
        }

    .new-sell-page .trustpilotIt svg {
        max-width: 60px;
    }

        .new-sell-page .trustpilotWrap .trustpilotItLogo img {
            max-width: 60px;
        }

    .pricing-new-mobile .nav.nav-tabs .nav-btn {
        padding: 8px;
    }

    .new-sell-page .nav.nav-tabs .nav-btn span {
        font-size: 12px;
        font-weight: 600;
    }

    .new-sell-page .nav.nav-tabs .nav-item i.fa-check {
        height: 20px;
        width: 20px;
        line-height: 20px;
        font-size: 12px;
    }

    .new-sell-page .panel-body h5 {
        margin: 10px 0;
    }
}

@media (max-width: 375px) {
    .new-sell-page .sellPageThumbnailLeft .seThumbnail {
        width: 225px !important;
        height: 280px;
    }

    .new-sell-page .header {
        font-size: 14px;
    }
}
.footer-logo .resumebuild img {
    width: 120px;
}

@media (min-width:767px) and (max-width:1100px) {
    .footer-logo [class*=col-] img {
        width: 120px;
    }
}
.check_box .form-check {
    position: relative;
}
.payment_section.new-cc-page .container .card_info .secure-section {
    justify-content: space-between;
}
.accomplish-area-section .accomplish-inner .media,
.document-minutes-section .document-inner .media,
.contact-us-section .contact_wrapper .media,
.here_section .contact .media {
    display: flex;
}
.alert-danger,.error-alert {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.search-for-thousands .search-content .content .input-group input {
    max-width: 100%;
    width: 100%;
}

.custom-select, .payment_section .card_info .date_area .card_date select.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff !important;
    /*background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);*/
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 16px 12px !important;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 23px !important;
    font-size: 14px;
    padding-left: 5px !important;
}

.form-group {
    margin-bottom: 1rem;
}
.main_header .navbar-toggler {
    border: none;
}
.main_header .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
}


.delayed .theme_btn {
    background: #f9593a;
    color: #fff;
}

.delayed .theme_btn:hover {
   background: #424A5B;
 }


.delayed-popup #errorLandingDragImage {
    display:inherit
}

.delayed-popup #errorUploadLabel {
    margin: 0 3px;
}

.half-section #erroruLandingDragImage {
    display:block;
}
.paginationjs {
    line-height: 1.6;
    font-family: Marmelad,"Lucida Grande",Arial,"Hiragino Sans GB",Georgia,sans-serif;
    font-size: 14px;
    box-sizing: initial
}

    .paginationjs:after {
        display: table;
        content: " ";
        clear: both
    }

    .paginationjs .paginationjs-pages {
        /*float: left*/
        text-align: center;
    }

        .paginationjs .paginationjs-pages ul {
            /*float: left;*/
            margin: 0;
            padding: 0;
            display: inline-block;
        }

    .paginationjs .paginationjs-go-button, .paginationjs .paginationjs-go-input, .paginationjs .paginationjs-nav {
        float: left;
        margin-left: 10px;
        font-size: 14px
    }

    .paginationjs .paginationjs-pages li {
        float: left;
        border: 1px solid #aaa;
        border-right: none;
        list-style: none
    }

        .paginationjs .paginationjs-pages li > a {
            min-width: 30px;
            height: 28px;
            line-height: 28px;
            display: block;
            background: #fff;
            font-size: 14px;
            color: #333;
            text-decoration: none;
            text-align: center
        }

            .paginationjs .paginationjs-pages li > a:hover {
                background: #eee
            }

        .paginationjs .paginationjs-pages li.active {
            border: none
        }

            .paginationjs .paginationjs-pages li.active > a {
                height: 30px;
                line-height: 30px;
                background: #aaa;
                color: #fff
            }

        .paginationjs .paginationjs-pages li.disabled > a {
            opacity: .3
        }

            .paginationjs .paginationjs-pages li.disabled > a:hover {
                background: 0 0
            }

        .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child > a {
            border-radius: 3px 0 0 3px
        }

        .paginationjs .paginationjs-pages li:last-child {
            border-right: 1px solid #aaa;
            border-radius: 0 3px 3px 0
        }

            .paginationjs .paginationjs-pages li:last-child > a {
                border-radius: 0 3px 3px 0
            }

    .paginationjs .paginationjs-go-input > input[type=text] {
        width: 30px;
        height: 28px;
        background: #fff;
        border-radius: 3px;
        border: 1px solid #aaa;
        padding: 0;
        font-size: 14px;
        text-align: center;
        vertical-align: baseline;
        outline: 0;
        box-shadow: none;
        box-sizing: initial
    }

    .paginationjs .paginationjs-go-button > input[type=button] {
        min-width: 40px;
        height: 30px;
        line-height: 28px;
        background: #fff;
        border-radius: 3px;
        border: 1px solid #aaa;
        text-align: center;
        padding: 0 8px;
        font-size: 14px;
        vertical-align: baseline;
        outline: 0;
        box-shadow: none;
        color: #333;
        cursor: pointer;
        vertical-align: middle\9
    }

    .paginationjs.paginationjs-theme-blue .paginationjs-go-input > input[type=text], .paginationjs.paginationjs-theme-blue .paginationjs-pages li {
        border-color: #289de9
    }

    .paginationjs .paginationjs-go-button > input[type=button]:hover {
        background-color: #f8f8f8
    }

    .paginationjs .paginationjs-nav {
        height: 30px;
        line-height: 30px
    }

    .paginationjs .paginationjs-go-button, .paginationjs .paginationjs-go-input {
        margin-left: 5px\9
    }

    .paginationjs.paginationjs-small {
        font-size: 12px
    }

        .paginationjs.paginationjs-small .paginationjs-pages li > a {
            min-width: 26px;
            height: 24px;
            line-height: 24px;
            font-size: 12px
        }

        .paginationjs.paginationjs-small .paginationjs-pages li.active > a {
            height: 26px;
            line-height: 26px
        }

        .paginationjs.paginationjs-small .paginationjs-go-input {
            font-size: 12px
        }

            .paginationjs.paginationjs-small .paginationjs-go-input > input[type=text] {
                width: 26px;
                height: 24px;
                font-size: 12px
            }

        .paginationjs.paginationjs-small .paginationjs-go-button {
            font-size: 12px
        }

            .paginationjs.paginationjs-small .paginationjs-go-button > input[type=button] {
                min-width: 30px;
                height: 26px;
                line-height: 24px;
                padding: 0 6px;
                font-size: 12px
            }

        .paginationjs.paginationjs-small .paginationjs-nav {
            height: 26px;
            line-height: 26px;
            font-size: 12px
        }

    .paginationjs.paginationjs-big {
        font-size: 16px
    }

        .paginationjs.paginationjs-big .paginationjs-pages li > a {
            min-width: 36px;
            height: 34px;
            line-height: 34px;
            font-size: 16px
        }

        .paginationjs.paginationjs-big .paginationjs-pages li.active > a {
            height: 36px;
            line-height: 36px
        }

        .paginationjs.paginationjs-big .paginationjs-go-input {
            font-size: 16px
        }

            .paginationjs.paginationjs-big .paginationjs-go-input > input[type=text] {
                width: 36px;
                height: 34px;
                font-size: 16px
            }

        .paginationjs.paginationjs-big .paginationjs-go-button {
            font-size: 16px
        }

            .paginationjs.paginationjs-big .paginationjs-go-button > input[type=button] {
                min-width: 50px;
                height: 36px;
                line-height: 34px;
                padding: 0 12px;
                font-size: 16px
            }

        .paginationjs.paginationjs-big .paginationjs-nav {
            height: 36px;
            line-height: 36px;
            font-size: 16px
        }

    .paginationjs.paginationjs-theme-blue .paginationjs-pages li > a {
        color: #289de9
    }

        .paginationjs.paginationjs-theme-blue .paginationjs-pages li > a:hover {
            background: #e9f4fc
        }

    .paginationjs.paginationjs-theme-blue .paginationjs-pages li.active > a {
        background: #289de9;
        color: #fff
    }

    .paginationjs.paginationjs-theme-blue .paginationjs-pages li.disabled > a:hover {
        background: 0 0
    }

    .paginationjs.paginationjs-theme-blue .paginationjs-go-button > input[type=button] {
        background: #289de9;
        border-color: #289de9;
        color: #fff
    }

    .paginationjs.paginationjs-theme-green .paginationjs-go-input > input[type=text], .paginationjs.paginationjs-theme-green .paginationjs-pages li {
        border-color: #449d44
    }

    .paginationjs.paginationjs-theme-blue .paginationjs-go-button > input[type=button]:hover {
        background-color: #3ca5ea
    }

    .paginationjs.paginationjs-theme-green .paginationjs-pages li > a {
        color: #449d44
    }

        .paginationjs.paginationjs-theme-green .paginationjs-pages li > a:hover {
            background: #ebf4eb
        }

    .paginationjs.paginationjs-theme-green .paginationjs-pages li.active > a {
        background: #449d44;
        color: #fff
    }

    .paginationjs.paginationjs-theme-green .paginationjs-pages li.disabled > a:hover {
        background: 0 0
    }

    .paginationjs.paginationjs-theme-green .paginationjs-go-button > input[type=button] {
        background: #449d44;
        border-color: #449d44;
        color: #fff
    }

    .paginationjs.paginationjs-theme-yellow .paginationjs-go-input > input[type=text], .paginationjs.paginationjs-theme-yellow .paginationjs-pages li {
        border-color: #ec971f
    }

    .paginationjs.paginationjs-theme-green .paginationjs-go-button > input[type=button]:hover {
        background-color: #55a555
    }

    .paginationjs.paginationjs-theme-yellow .paginationjs-pages li > a {
        color: #ec971f
    }

        .paginationjs.paginationjs-theme-yellow .paginationjs-pages li > a:hover {
            background: #fdf5e9
        }

    .paginationjs.paginationjs-theme-yellow .paginationjs-pages li.active > a {
        background: #ec971f;
        color: #fff
    }

    .paginationjs.paginationjs-theme-yellow .paginationjs-pages li.disabled > a:hover {
        background: 0 0
    }

    .paginationjs.paginationjs-theme-yellow .paginationjs-go-button > input[type=button] {
        background: #ec971f;
        border-color: #ec971f;
        color: #fff
    }

    .paginationjs.paginationjs-theme-red .paginationjs-go-input > input[type=text], .paginationjs.paginationjs-theme-red .paginationjs-pages li {
        border-color: #c9302c
    }

    .paginationjs.paginationjs-theme-yellow .paginationjs-go-button > input[type=button]:hover {
        background-color: #eea135
    }

    .paginationjs.paginationjs-theme-red .paginationjs-pages li > a {
        color: #c9302c
    }

        .paginationjs.paginationjs-theme-red .paginationjs-pages li > a:hover {
            background: #faeaea
        }

    .paginationjs.paginationjs-theme-red .paginationjs-pages li.active > a {
        background: #c9302c;
        color: #fff
    }

    .paginationjs.paginationjs-theme-red .paginationjs-pages li.disabled > a:hover {
        background: 0 0
    }

    .paginationjs.paginationjs-theme-red .paginationjs-go-button > input[type=button] {
        background: #c9302c;
        border-color: #c9302c;
        color: #fff
    }

        .paginationjs.paginationjs-theme-red .paginationjs-go-button > input[type=button]:hover {
            background-color: #ce4541
        }

    .paginationjs .paginationjs-pages li.paginationjs-next {
        border-right: 1px solid #aaa\9
    }

    .paginationjs .paginationjs-go-input > input[type=text] {
        line-height: 28px\9;
        vertical-align: middle\9
    }

    .paginationjs.paginationjs-big .paginationjs-pages li > a {
        line-height: 36px\9
    }

    .paginationjs.paginationjs-big .paginationjs-go-input > input[type=text] {
        height: 36px\9;
        line-height: 36px\9
    }
.popular-categories-footer .pagination {
    display: none;
}

