/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
 @font-face {
  font-family: "FontAwesome";
  src: url("../../index.html")
      format("embedded-opentype"),
    url("../../index.html")
      format("woff"),
    url("../../index.html")
      format("truetype"),
    url("../../index.html")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.single .entry-content .gist table tr td {
  width: auto;
  }

  .async-hide { opacity: 0 !important }

  .docs-single.single #content h1 {
      font-weight: 900!important;
  }

  .docs-single.single #content .entry-content h3 {
      font-size: 30px!important;
  border-bottom: 2px solid #f1f5fc!important;
  padding-bottom: 5px!important;
      font-weight: 900!important;
      margin-bottom: 30px!important;
  }

  .docs-single.single #content .entry-content ul>li:before {
      content: "\2022"!important;
  }

  .page.pricing.pricing-a .pricing-tables .container .plans.laya .plan .pricing .pr .pay {
      font-size: 52px !important;
  }
  
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-loading .slick-list {
  background: #fff url(../../index.html) center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
@font-face {
  font-family: slick;
  src: url(../../index.html);
  src: url(../../index.html?#iefix) format("embedded-opentype"),
    url(../../index.html) format("woff"),
    url(../../index.html) format("truetype"),
    url(../../index.html#slick) format("svg");
  font-weight: 400;
  font-style: normal;
}
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "â†";
}
[dir="rtl"] .slick-prev:before {
  content: "â†’";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "â†’";
}
[dir="rtl"] .slick-next:before {
  content: "â†";
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "â€¢";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{
  margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0)
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
input,
textarea,
select {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 36px;
  color: #41495b;
}
h3 {
  font-size: 24px;
  color: #4b5263;
}
h4.widget-title {
  color: #41495b;
}
p {
  color: #4b5263;
  line-height: 20px;
}
a {
  color: #0d82df;
  text-decoration: none;
}

.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
html,
body {
  width: 100%;
  min-width: 960px;
}
.container .tabs {
  list-style: none;
  margin: 45px auto 0;
  width: 600px;
}
.container .tabs li {
  float: left;
  margin: 0 0 0 -1px;
  border: 1px solid #bec3cc;
  color: #abadb1;
  cursor: pointer;
  font-size: 16px;
  padding: 10px;
  width: 150px;
  text-align: center;
  font-weight: bold;
}
.container .tabs li:hover,
.container .tabs li.selected {
  background: #f9fbff;
  color: #0d82df;
  border: 1px solid #0d82df;
  position: relative;
  z-index: 99;
}
.container .tabs li:nth-child(1) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.container .tabs li:nth-last-child(1) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.info {
  text-align: center;
  margin: 110px 0 90px 0;
}
.info h2 {
  color: #4b5263;
}
.info h2 span {
  color: #1988e1;
}
.info .desc {
  margin: 15px 150px 0 150px;
  font-size: 20px;
  line-height: 30px;
  color: #41495b;
}
#colophon .site-info {
  width: 960px;
}
#colophon .site-security {
  width: 200px;
}
html .Campaign,
html .Campaign *,
html .Campaign div,
html .Campaign span,
html .Campaign p,
html .Campaign button,
html .Campaign button:hover,
html .Campaign a,
html .Campaign a:hover,
html .Campaign input {
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
button.button {
  border: 0;
}
.button {
  color: #fff;
  font-weight: bold;
  line-height: 26px;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  padding: 15px 40px;
  font-size: 22px;
  border-bottom: 0;
  cursor: pointer;
}
.button:hover {
  color: #fff !important;
}
.button.button-green {
  background-color: #85bf31;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.button.button-green:hover {
  background-color: #7db32e;
}
.button.button-bright-green {
  background-color: #83c11f;
}
.button.button-bright-green:hover {
  background-color: #7eba1e;
}
.button.button-white {
  background-color: #fff;
  color: #4b5263 !important;
}
.button.button-clear {
  border: 2px solid #fff !important;
  color: #fff !important;
}
.button.button-blue {
  background-color: #1988e1;
}
.button.button-blue:hover {
  background-color: #1780d3;
  border-bottom: 0;
}
.button.button-light-blue {
  background-color: #d8ebff;
  border-color: #aed7fe;
  color: #4b5263;
}
.button.button-light-blue:hover {
  color: #353a46 !important;
  background-color: #aed7fe;
}
.button.button-small {
  font-size: 16px;
  padding: 10px 28px;
}
.button.hidden {
  display: none;
}
.button.pointer {
  cursor: pointer;
}
.button-link {
  color: #0d82df;
  background: rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}
.om-green-box {
  border: 1px solid #83c11f;
  background-color: #f8fdf4;
  padding: 20px 60px 30px 60px;
}
.bullet-checklist {
  color: #41495b;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.bullet-checklist ul li {
  list-style-type: none;
}
.bullet-checklist ul li:before {
  content: "ï";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: #85bf31;
  margin-right: 12px;
  margin-top: -3px;
  font-size: 19px;
  vertical-align: middle;
}
.coupon-outline,
.coupon-outline:hover {
  border-style: dashed !important;
  border-width: 2px !important;
}
.click-to-copy.copyable:before {
  content: "ïƒ„";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2em;
  margin-right: 10px;
  vertical-align: middle;
}
.button.click-to-copy.copyable:before {
  margin-left: -12px;
  line-height: 0;
}
.resp-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.resp-video object,
.resp-video embed,
.resp-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid-style .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-style .row > * {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-preferred-size: 33.333333333%;
  flex-basis: 33.333333333%;
  margin-bottom: 18px;
}
@media (max-width: 966px) {
  .grid-style .row > * {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 750px) {
  .grid-style .row > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
}
.grid-style .row > .two-up {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 750px) {
  .grid-style .row > .two-up {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.grid-style .row > .three-up {
  -ms-flex-preferred-size: 33.333333333%;
  flex-basis: 33.333333333%;
}
@media (max-width: 750px) {
  .grid-style .row > .three-up {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 560px) {
  .grid-style .row > .three-up {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.grid-style .row > .four-up {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
@media (max-width: 966px) {
  .grid-style .row > .four-up {
    -ms-flex-preferred-size: 33.333333333%;
    flex-basis: 33.333333333%;
  }
}
@media (max-width: 750px) {
  .grid-style .row > .four-up {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 560px) {
  .grid-style .row > .four-up {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
div.top-navigation {
  background-color: #1072d6;
  height: 60px;
}
.site-navigation a,
.menu a {
  border-bottom: 0;
}
#top-navigation {
  width: 100%;
  margin: 0px;
  padding: 17px 0px;
}
#top-navigation ul {
  float: right;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#top-navigation ul li {
  float: left;
  list-style: none;
}
#top-navigation ul li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  color: #accae0;
  margin-left: 20px;
  text-decoration: none;
}
#top-navigation ul li a:hover {
  color: #fff;
}
#top-navigation ul li.current-menu-item a {
  color: #fff;
}
.mobmenu-inner.main > ul > li:last-of-type {
  border-bottom: 0;
  background: #85bf31;
}
.mobmenu-inner.main > ul > li:last-of-type a {
  color: #fff;
}
@media (max-width: 360px) {
  .mobmenu-inner.main > ul > li ul {
    display: none;
  }
  .mobmenu-inner.main > ul > li.menu-item-has-children > a {
    border-bottom: none;
  }
}
.mobmenu-inner > ul > li {
  border-bottom: 1px solid #d2ebff;
}
.mobmenu-inner > ul > li.menu-item-has-children > ul.sub-menu > li > a {
  font-weight: bold;
}
.mobmenu-inner > ul > li.menu-item-has-children > a {
  border-bottom: 1px solid #d2ebff;
}
.mobmenu-inner > ul > li:hover > a {
  background-color: #f9fbff;
  color: #0d82df;
}
.mobmenu-inner ul {
  list-style-type: none;
}
.mobmenu-inner ul > li > ul {
  margin-left: 10px;
}
.mobmenu-inner ul.sub-menu {
  margin: 20px 0 10px;
}
.mobmenu-inner ul.sub-menu a {
  padding: 9px 46px;
  font-size: 16px;
}
.mobmenu-inner ul.sub-menu .sub-menu {
  margin: 0;
}
.mobmenu-inner ul li > a {
  display: block;
  padding: 14px 30px;
  font-size: 18px;
  color: #60656f;
}
#site-logo {
  float: left;
  margin: 30px 0 0 0;
}
#site-logo img {
  width: 270px;
}
#site-logo a {
  border-bottom: 0;
}
@media (max-width: 360px) {
  #site-logo {
    max-width: calc(100% - 70px);
  }
  #site-logo img {
    max-width: 100%;
  }
}
#site-navigation {
  margin: 30px 0 0 0;
  padding: 10px 0;
  float: right;
  height: 46px;
}
#site-navigation .menu > .menu-item-has-children > a {
  margin-right: 15px;
}
#site-navigation .menu > .menu-item-has-children > a:after {
  font-family: "FontAwesome";
  content: "ï„‡";
  padding: 0 0 20px 7px;
  position: absolute;
}
#site-navigation .menu > li {
  float: left;
  padding-bottom: 20px;
}
#site-navigation .menu > li:last-of-type a {
  background: #85bf31;
  color: #fff;
  padding: 8px 28px;
  margin-left: 48px;
  border-radius: 3px;
}
#site-navigation .menu > li:last-of-type a:hover {
  background-color: #7db32e;
}
#site-navigation .menu > li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  color: #badbf5;
  margin-left: 42px;
  text-decoration: none;
  padding: 6px 0 6px;
}
#site-navigation .menu > li a:hover {
  color: #fff;
}
#site-navigation .menu > li.menu-item-has-children:hover:after {
  content: "";
  display: block;
  margin-left: 68px;
  width: 0;
  height: 0;
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid #fff;
  margin-right: 50px;
  position: absolute;
}
#site-navigation .menu > li:hover ul a {
  text-decoration: none;
  color: #41495b;
  padding: 0;
}
#site-navigation .menu > li:hover > ul {
  padding: 23px;
  display: block;
  position: absolute;
  border-radius: 4px;
  background-color: #fff;
  margin: 10px 0 0 38px;
  z-index: 101;
  width: 452px;
  -webkit-box-shadow: 0px 33px 38px rgba(12, 84, 141, 0.5);
  box-shadow: 0px 33px 38px rgba(12, 84, 141, 0.5);
}
#site-navigation .menu > li:hover > ul > li a {
  font-size: 15px;
  margin: 0;
  padding: 0 0 0 7px;
}
#site-navigation .menu > li:hover > ul > li a[href="#"] {
  cursor: default;
}
#site-navigation .menu > li:hover > ul > li ul.sub-menu {
  margin: 8px 0 0 0;
}
#site-navigation .menu > li:hover > ul > li ul.sub-menu li a {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  margin: 0 0 2px 0;
  padding: 3px 7px;
}
#site-navigation .menu > li:hover > ul > li ul.sub-menu li a:hover {
  border-radius: 3px;
  background-color: #0d82df;
  color: #fff;
}
#site-navigation .menu > li:hover > ul > li:nth-child(1) {
  float: left;
  margin: 0 20px 0 0;
  width: 44%;
}
#site-navigation .menu > li:hover > ul > li:nth-child(2) {
  float: right;
  width: 50%;
}
#site-navigation .menu > li > .sub-menu {
  display: none;
}
.site-branding {
  background-color: rgba(13, 130, 223, 0.95);
}
.site-branding .con-block .text {
  display: block;
}
.site-branding .con-block .text h2 {
  font-size: 36px;
  color: #fff;
  margin-top: 50px;
}
.site-branding .con-block .text h1 {
  font-size: 46px;
  color: #fff;
  margin-top: 50px;
}
.site-branding .con-block .text .desc {
  font-size: 22px;
  color: #badbf5;
  margin: 10px auto 50px;
  line-height: 30px;
}
.site-branding .con-block .text a.button {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.26);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.26);
}
.site-branding .con-block .text.has-visual {
  float: left;
  width: 50%;
}
.site-branding .con-block .text.has-visual .desc {
  width: 75%;
}
.site-branding .con-block .text.no-visual {
  float: none;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.site-branding .con-block .text.no-visual a {
  color: #fff;
}
.site-branding .con-block .text.no-visual .desc {
  width: 80%;
  margin: 5px auto 50px;
}
.site-branding .con-block .text.no-visual a.button {
  margin: 0 0 90px 0;
}
.site-branding .con-block .visual {
  width: 50%;
  float: right;
  display: block;
  text-align: right;
}
.site-branding .con-block .visual.video img {
  cursor: pointer;
}
.home.hcenter .site-branding {
  background-image: url(../../index.html);
  background-position: bottom center;
}
.home.hcenter .site-branding .con-block {
  margin: 100px 0 0 0;
}
.home.hcenter .site-branding .con-block .text.has-visual {
  float: none;
  width: auto;
  text-align: center;
}
.home.hcenter .site-branding .con-block .text.has-visual h1 br {
  display: none;
}
.home.hcenter .site-branding .con-block .text.has-visual .desc {
  width: 100%;
  font-size: 24px;
  font-weight: normal;
}
.home.hcenter .site-branding .con-block .text.has-visual .watch-video {
  font-size: 14px;
  border-bottom: 1px dashed #fff;
  color: #fff;
  font-style: italic;
  outline: none;
  margin-left: 20px;
}
.home.hcenter .site-branding .con-block .text.has-visual .watch-video:hover {
  color: #fff;
  border-bottom-color: #f5f5f5;
}
.home.hcenter .site-branding .con-block .text .optins-srvd {
  padding: 75px 0 110px 0;
}
.home.hcenter .site-branding .con-block .text .optins-srvd .number .dgt {
  color: #fff;
  font-size: 20px;
  border: 1px solid #6eaceb;
  background: #2682e1;
  padding: 9px 0;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  text-align: center;
}
.home.hcenter
  .site-branding
  .con-block
  .text
  .optins-srvd
  .number
  .dgt:nth-last-child(1) {
  margin-right: 0;
}
.home.hcenter .site-branding .con-block .text .optins-srvd .number .sprt {
  color: #fff;
  font-size: 25px;
  display: inline-block;
  font-weight: bold;
  margin: 0px 5px 0 -3px;
}
.home.hcenter .site-branding .con-block .text .optins-srvd .ttl {
  font-size: 14px;
  color: #b9cdf2;
  margin: 20px 0 0 0;
}
.home.hcenter .feat-pub.block {
  width: 100%;
  background: #f9fbff;
  padding: 0 8.5%;
  text-align: center;
}
.home.hcenter .feat-pub.block .title {
  display: inline-block;
  float: none;
  width: auto;
  color: #ced2dd;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
}
.home.hcenter .feat-pub .logos {
  display: inline-block;
  padding-bottom: 26px;
  float: none;
}
.home.hcenter .feat-pub .logos .pub {
  -webkit-filter: contrast(30%);
  filter: contrast(30%);
  margin: 0 10px;
}
.home .site-branding {
  background-image: url(../../index.html);
  background-size: cover !important;
  background-repeat: no-repeat;
}
.home .site-branding .watch-video {
  outline: none;
}
.home .site-branding .con-block {
  margin: 170px 0 125px 0;
}
.home .site-branding .con-block .text {
  display: block;
}
.home .site-branding .con-block .text h1 {
  font-size: 46px;
  color: #fff;
  margin: 0 0 20px 0;
  line-height: 55px;
}
.home .site-branding .con-block .text h1 span {
  position: relative;
  background-size: 1px 1em;
  -webkit-box-shadow: inset 0 -0.145em #0d82df, inset 0 -0.2em #fff;
  box-shadow: inset 0 -0.145em #0d82df, inset 0 -0.2em #fff;
  display: inline;
  text-shadow: -2px -2px #0d82df, -2px 2px #0d82df, 2px -2px #0d82df,
    2px 2px #0d82df;
}
.home .site-branding .con-block .text .desc {
  font-weight: bold;
  margin: 5px 0 50px 0;
}
.home .site-branding .con-block .visual {
  border-radius: 5px;
  display: inline-block;
  position: relative;
  margin-top: -20px;
}
.home .site-branding .con-block .visual.video img {
  border-radius: 5px;
  -webkit-box-shadow: 0 23px 38px rgba(12, 84, 141, 0.5);
  box-shadow: 0 23px 38px rgba(12, 84, 141, 0.5);
}
.home .site-branding .con-block .visual.video img.video-lnk {
  position: absolute;
  width: 90px;
  height: 90px;
  -webkit-box-shadow: 0 6px 24px rgba(12, 84, 141, 0.24);
  box-shadow: 0 6px 24px rgba(12, 84, 141, 0.24);
  border-radius: 45px;
  top: 50%;
  margin-top: -45px;
  right: 50%;
  margin-right: -45px;
}
.home .site-branding .con-block .visual.video span {
  display: none;
}
.case-study .site-branding {
  padding-bottom: 100px;
}
.case-study .con-block {
  margin: 60px 0 0 0;
}
.page .con-block {
  margin-top: 25px;
}
.menu.hidden {
  display: none;
}
.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #0d82df;
  -webkit-transition: top 0.5s ease 0s;
  transition: top 0.5s ease 0s;
  z-index: 9999;
}
@media (max-width: 966px) {
  .sticky-nav {
    border-color: 1px solid #ccc;
    -webkit-box-shadow: rgba(136, 136, 136, 0.1) 0px 5px 10px 0px;
    box-shadow: rgba(136, 136, 136, 0.1) 0px 5px 10px 0px;
  }
}
.sticky-nav .nav-block {
  padding: 10px 0;
}
.sticky-nav #sticky-cta-text {
  font-weight: 600;
  margin-top: 6px;
  padding: 0;
  color: #fff;
}
.sticky-nav #sticky-primary-cta,
.sticky-nav #sticky-secondary-cta {
  border-radius: 3px;
  padding: 7px 26px;
}
.sticky-nav #sticky-primary-cta {
  background: #85bf31;
  color: #fff;
  border: 1px solid #85bf31;
}
.sticky-nav #sticky-primary-cta:hover {
  background-color: #7db32e;
}
.sticky-nav #sticky-secondary-cta {
  border: 1px solid #badbf5;
}
.sticky-nav #site-navigation .menu li #sticky-primary-cta,
.sticky-nav #site-navigation .menu li #sticky-secondary-cta {
  padding: 7px 26px;
}
.sticky-nav #site-navigation .menu li #sticky-primary-cta {
  margin-left: 40px;
  color: #fff;
}
.sticky-nav #site-navigation .menu li #sticky-secondary-cta {
  margin-left: 8px;
}
.sticky-nav #site-logo,
.sticky-nav #site-navigation {
  margin: 0;
}
.sticky-nav #mob-menu {
  margin-top: 7px;
}
@media (max-width: 360px) {
  .sticky-nav #mob-menu {
    margin-top: 4px;
  }
}
.sticky-nav.min {
  top: -100%;
}
.sticky-nav.has-cart-reminder {
  background-color: #d9edf7 !important;
  border-bottom-color: #bcdff1 !important;
  color: #31708f;
  overflow: hidden;
}
.sticky-nav.has-cart-reminder .nav-block {
  padding-bottom: 15px;
}
.sticky-nav.has-cart-reminder #site-logo {
  display: none;
}
.sticky-nav.has-cart-reminder #site-navigation {
  float: none;
}
.sticky-nav.has-cart-reminder #site-navigation .menu-item {
  padding-bottom: 0;
  margin-top: 0;
}
.sticky-nav.has-cart-reminder #site-navigation h3,
.sticky-nav.has-cart-reminder #site-navigation p {
  color: #31708f;
  font-weight: normal;
}
.sticky-nav.has-cart-reminder #site-navigation .cart-reminder-text p {
  padding-right: 120px;
}
.sticky-nav.has-cart-reminder #site-navigation h3 {
  margin-bottom: 3px;
}
.sticky-nav.has-cart-reminder #site-navigation a {
  font-weight: bold;
  text-decoration: none;
  color: #0d82df !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  margin: 0;
  padding: 0 !important;
  display: inline;
}
.sticky-nav.has-cart-reminder #site-navigation .reminder-image {
  position: absolute;
  top: 8px;
  right: -40px;
  width: 120px;
  height: auto;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-animation: ring 6.5s 1s ease-in-out infinite;
  -webkit-transform-origin: 40% 150px;
  -moz-animation: ring 6.5s 1s ease-in-out infinite;
  -moz-transform-origin: 40% 150px;
  animation: ring 6.5s 1s ease-in-out infinite;
  transform-origin: 40% 150px;
}
.section-testimonials {
  height: 540px;
  background: no-repeat center #464f62
    url("../../index.html");
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  padding: 60px 0 0 0;
  overflow: hidden;
  position: relative;
}
.section-testimonials .button {
  padding: 20px 60px;
}
.section-testimonials .stars {
  color: #ffd10e;
  margin-bottom: 15px;
  font-size: 24px;
}
.section-testimonials:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #464f62;
  opacity: 0.9;
}
.section-testimonials.no-cta {
  height: 460px;
}
.section-testimonials .testimonial {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  margin: 28px 0 0 0;
  padding: 0 50px;
}
.section-testimonials .author {
  font-size: 14px;
  font-weight: bold;
  color: #accae0;
  margin: 28px 0 0 0;
}
.section-testimonials .image img {
  display: inline-block;
  height: 130px;
  width: 130px;
  border: 10px solid #606877;
  border-radius: 65px;
}
.section-testimonials .slick-next:before,
.section-testimonials .slick-prev:before {
  font-family: "FontAwesome", slick !important;
  font-size: 45px !important;
}
.section-testimonials .footer-cta-button {
  padding: 25px 0 0;
}
.section-testimonials .slick-next,
.section-testimonials .slick-prev {
  height: 125px;
  width: 125px;
  z-index: 10;
}
.section-testimonials .slick-next {
  right: -45px;
}
.section-testimonials .slick-next:before {
  content: "ï„…";
}
.section-testimonials .slick-prev {
  left: -45px;
}
.section-testimonials .slick-prev:before {
  content: "ï„„";
}
.section-testimonials .slick-next:before,
.section-testimonials .slick-prev:before {
  opacity: 0.5;
}
.section-testimonials .slick-slide {
  padding: 0 30px;
}
.testimonialsi .info h2 {
  font-size: 32px;
}
.testimonialsi .site-branding .con-block .text h1 {
  font-size: 46px;
  line-height: 58px;
  color: #fff;
  margin: 80px 0 110px;
}
.testimonialsi .tes-cta {
  margin: 0 0 125px 0;
}
.testimonialsi .tes-cta .container {
  background-color: #f9fbff;
  border: 1px solid #f2f4f7;
  padding: 40px;
  border-radius: 6px;
}
.testimonialsi .tes-cta .container .text {
  float: left;
  color: #60656f;
  font-size: 20px;
}
.testimonialsi .tes-cta .container .text h3 {
  font-size: 32px;
  color: #41495b;
  margin: 0 0 10px 0;
}
.testimonialsi .tes-cta .container .button {
  float: right;
  padding: 15px 80px;
}
.testimonialsi .testimonialsi .container {
  -webkit-column-width: 320px;
  column-width: 320px;
  -webkit-column-gap: 35px;
  column-gap: 35px;
  margin: 20px auto 50px;
}
.testimonialsi .testimonialsi .container .tmon {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  padding: 0 0 10px 0;
  border: 1px solid #d2ebff;
  border-radius: 6px;
  text-align: center;
  color: #60656f;
  margin-bottom: 35px;
  width: 100%;
  float: left;
}
.testimonialsi .testimonialsi .container .tmon a {
  font-weight: bold;
  margin: 0 0 20px;
  display: inline-block;
}
.testimonialsi .testimonialsi .container .tmon .image {
  margin: 30px auto 0;
  height: 80px;
  width: 80px;
}
.testimonialsi .testimonialsi .container .tmon .image img {
  border-radius: 40px;
  height: 80px;
  width: 80px;
  border: 4px solid #e6f2fc;
}
.testimonialsi .testimonialsi .container .tmon .author {
  font-weight: bold;
  font-size: 17px;
  margin: 7px 25px 2px 25px;
  color: #41495b;
}
.testimonialsi .testimonialsi .container .tmon .pos {
  font-size: 14px;
  line-height: 20px;
  padding: 0 25px;
}
.testimonialsi .testimonialsi .container .tmon .testimonial {
  font-size: 16px;
  line-height: 24px;
  padding: 20px 0;
  background: no-repeat
    url(../../index.html);
  background-size: 40px;
  padding: 20px 25px;
  background-position: 24px -2px;
}
.testimonialsi .testimonialsi .container .tmon .testimonial .ttcon {
  padding: 0 20px;
}
#testi-cats-sel {
  list-style-type: none;
}
#testi-cats-sel li {
  float: left;
  margin: 0 25px 25px 0;
  cursor: pointer;
  color: #60656f;
}
#testi-cats-sel li.fl:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat
    url(../../index.html);
  border-radius: 2px;
  margin: -5px 10px -5px 0;
}
#testi-cats-sel li.fl.selected:before {
  background: no-repeat
    url(../../index.html);
}
.section-stats {
  background: #f9fbff url("../../index.html");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 0 100px 0;
  text-align: center;
  color: #41495b;
}
.section-stats.white {
  background-color: #fff !important;
}
.section-stats h2 {
  padding: 150px 0 0 0;
}
.section-stats .number {
  font-size: 120px;
  color: #0d82df;
  margin: 50px 0 18px 0;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.section-stats .number .dgt {
  display: inline-block;
  width: 70px;
  text-align: right;
}
.section-stats .number .sprt {
  display: inline-block;
  width: 40px;
  text-align: left;
}
.section-stats .stat {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 52px 0;
  position: relative;
  z-index: 1;
}
.section-stats .nums {
  position: relative;
  z-index: 1;
}
.section-stats .nums .num {
  display: inline-block;
  text-align: center;
  margin: 0 60px;
}
.section-stats .nums .num .ti {
  font-size: 70px;
  font-weight: bold;
}
.section-stats .nums .num .ti span {
  margin: 10px 0 9px 0;
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
.section-stats .nums .num .ti-desc {
  font-size: 12px;
  text-transform: uppercase;
}
.section-stats .rcloc {
  height: 10px;
  width: 10px;
  border-radius: 20px;
  background-color: #85bf31;
  position: absolute;
}
.section-stats .rcloc:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #85bf31;
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.section-faqs {
  background-color: #f9fbff;
  padding: 1px 0 115px 0;
}
.section-faqs .panel-content a {
  font-weight: bold;
  border-bottom: 1px solid #d7e6f8;
}
.section-faqs .panel-content a:hover {
  color: #83c11f;
  border-bottom: 1px solid #e4f0d6;
}
.panels {
  border-bottom: 1px solid #e7eaf0;
  margin: -20px 0 0 0;
}
.panels .panel {
  border-top: 1px solid #e7eaf0;
  padding: 25px 15px;
}
.panels .panel:hover {
  color: #0d82df;
}
.panels .panel a {
  border-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  color: #41495b;
  display: block;
}
.panels .panel a:hover {
  color: #0d82df;
}
.panels .panel .pointer {
  float: right;
}
.panels .panel .pointer.active:after {
  font-family: "FontAwesome";
  content: "ï„†";
}
.panels .panel .pointer.inactive:after {
  font-family: "FontAwesome";
  content: "ï„‡";
}
.panels .panel-content {
  display: none;
  font-size: 18px;
  line-height: 28px;
  color: #41495b;
  padding: 0 15px 25px 15px;
}
#resources.clear {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#resources.clear * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#resources.clear ol.dots {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 150px;
  height: 10px;
  margin: 0 0 0 415px !important;
  padding: 0 !important;
}
#resources.clear ol.dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 20px 0 0;
  background: #fff;
  border-radius: 50%;
  text-indent: -9999px;
  cursor: pointer;
  border: 1px solid #dddede;
}
#resources.clear ol.dots li.active {
  background: #3b94d1;
}
#resources.clear ul li {
  float: left;
  height: 250px;
  margin: 0 0 20px 0;
  list-style: none;
  color: #4b5263;
}
#resources.clear ul li ul {
  float: left;
  width: 100%;
  border-top: 1px solid #dddede;
  border-left: 1px solid #dddede;
}
#resources.clear ul li ul li {
  float: left;
  width: 50%;
  height: 70px;
  line-height: 70px;
  margin: 0;
  padding: 0 0 0 20px;
  border-right: 1px solid #dddede;
  border-bottom: 1px solid #dddede;
  text-align: left;
}
#resources.clear ul li ul li a {
  font-size: 13px;
  color: #666;
  border-bottom: 0;
}
.footer-cta {
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 68px 0 72px 0;
  background-image: url(../../index.html),
    -webkit-gradient(linear, left top, right top, from(rgb(11, 114, 220)), to(rgb(57, 159, 240)));
  background-image: url(../../index.html),
    linear-gradient(to right, rgb(11, 114, 220), rgb(57, 159, 240));
  background-repeat: no-repeat, no-repeat;
}
.footer-cta h4 {
  font-size: 36px;
  line-height: 40px;
}
.footer-cta p {
  font-size: 24px;
  line-height: 40px;
  color: #fff;
}
.footer-cta .footer-cta-button a {
  font-size: 24px;
  height: 65px;
  width: 380px;
  padding: 18px 0;
  margin: 24px auto 0;
  line-height: 1.3;
}
.footer-cta .footer-cta-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto 0;
}
.footer-cta .footer-cta-benefits div {
  margin-right: 30px;
}
.footer-cta .footer-cta-benefits div:last-of-type {
  margin-right: 0;
}
.footer-cta .footer-cta-benefits div span {
  display: inline-block;
  margin-right: 3px;
}
footer#site-links {
  border-top: 2px solid #ecf5fd;
  padding: 15px 0;
  font-size: 14px;
}
footer#site-links strong {
  margin-right: 20px;
}
footer#site-links a {
  font-weight: normal;
  color: #60656f;
  text-decoration: none;
  margin-right: 20px;
  border-bottom: 0 none;
}
footer#site-links a:hover {
  color: #0d82df;
}
footer#site-links a:last-of-type {
  margin-right: 0;
}
footer#colophon {
  background-color: #f9fbff;
  border-top: 2px solid #ecf5fd;
  height: 98px;
  padding: 38px 0 40px;
  font-size: 14px;
}
footer#colophon li {
  float: left;
  color: #60656f;
  margin: 0 4px 0 0;
  line-height: 1.5;
}
footer#colophon li a {
  text-decoration: none;
  color: #60656f;
  border-bottom: 1px solid #c8d0e0;
}
footer#colophon li a:hover {
  color: #0d82df;
}
footer#colophon li:after {
  content: " |  ";
}
footer#colophon li:last-of-type:after {
  content: "";
}
footer#colophon .site-info {
  float: left;
  max-width: 600px;
  width: 100%;
  line-height: 1.4;
}
footer#colophon .site-info .copyright {
  color: #60656f;
  margin-bottom: 5px;
}
footer#colophon .site-security {
  float: right;
  width: 300px;
  height: 60px;
  margin-top: -19px;
}
.footer-widgets {
  background-color: #f9fbff;
  min-height: 428px;
  height: 100%;
  padding: 88px 0;
}
.footer-widgets .card {
  width: 20%;
  float: left;
}
.footer-widgets .card .footer-header {
  font-size: 18px;
  margin: 0 0 20px 0;
  line-height: 18px;
  height: 30px;
  color: #41495b;
  font-weight: bold;
  line-height: 1;
  display: block;
}
.footer-widgets .card li {
  font-size: 14px;
  margin: 0 0 16px 0;
}
.footer-widgets .card li a {
  text-decoration: none;
  color: #60656f;
}
.footer-widgets .card li a:hover {
  color: #0d82df;
}
.footer-widgets .card.brand {
  text-align: right;
  color: #60656f;
}
.footer-widgets .card.brand img {
  max-width: 100%;
  width: 185px;
}
.footer-widgets .card.brand .social {
  margin: 52px 0 0 0;
}
.footer-widgets .card.brand .social ul.social-icons li {
  list-style-type: none;
  float: right;
  font-size: 20px;
  margin: 0 0 0 15px;
  color: #41495b;
}
.footer-widgets .card.brand .copyright {
  margin: 52px 0 0 0;
  font-size: 12px;
  line-height: 18px;
}
.pricing footer#colophon .copyright {
  margin: -7px 0 0;
}
.page.pricing .con-block {
  position: relative;
}
.page.pricing .alert {
  padding: 20px;
  margin: 30px 0;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  font-size: 16px;
  line-height: 1.6;
}
.page.pricing .alert.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.page.pricing .pricing-testimonial {
  color: #41495b;
  position: relative;
  top: -20px;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  line-height: 21px;
  text-align: left;
}
.page.pricing .pricing-testimonial .stars {
  display: inline-block;
}
.page.pricing .pricing-testimonial .stars i {
  color: #ffd900;
}
.page.pricing .pricing-testimonial .test-desc {
  float: left;
  max-width: 435px;
}
.page.pricing .pricing-testimonial img {
  border-radius: 50%;
  width: 55px;
  height: 55px;
  vertical-align: middle;
  float: right;
  position: relative;
  top: 3px;
}
.page.pricing .guarantee-stamp {
  position: absolute;
  left: 0;
  bottom: -15px;
  max-width: 100px;
  cursor: pointer;
}
.page.pricing .guarantee-stamp.cart-reminder-stamp {
  z-index: 100;
  left: -50px;
  bottom: -15px;
}
.page.pricing .footer-widgets {
  border-top: 1px solid rgba(13, 130, 223, 0.1);
}
.page.pricing .section-faqs {
  background-color: #fff;
}
.page.pricing .section-faqs .panels .panel-content p {
  line-height: 28px;
}
.page.pricing .site-branding {
  height: 895px;
}
.page.pricing .site-branding .con-block .text {
  width: 800px;
  margin: 0 auto;
}
.page.pricing .site-branding .con-block .text h1 {
  font-size: 36px;
  font-weight: normal;
  line-height: 46px;
}
.page.pricing .site-branding .con-block .text h1 span {
  font-weight: bold;
}
.page.pricing .cart-reminder {
  margin-bottom: 100px;
  padding: 25px;
  border: 1px solid #bcdff1;
  background-color: #d9edf7;
  border-radius: 4px;
  color: #31708f;
  position: relative;
  overflow: hidden;
}
.page.pricing .cart-reminder h3 {
  font-size: 19px;
  color: #31708f;
  margin-bottom: 5px;
}
.page.pricing .cart-reminder p {
  margin-bottom: 3px;
  color: #619bb7;
  padding-right: 140px;
}
.page.pricing .cart-reminder p:last-of-type {
  margin: 0;
}
.page.pricing .cart-reminder a {
  text-decoration: none;
  color: #467e9a;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.page.pricing .cart-reminder a.reminder-link {
  font-weight: bold;
  text-decoration: none;
  color: #0d82df;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.page.pricing .cart-reminder .reminder-image {
  position: absolute;
  top: 20px;
  right: -40px;
  width: 170px;
  height: auto;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-animation: ring 6.5s 1s ease-in-out infinite;
  -webkit-transform-origin: 40% 150px;
  -moz-animation: ring 6.5s 1s ease-in-out infinite;
  -moz-transform-origin: 40% 150px;
  animation: ring 6.5s 1s ease-in-out infinite;
  transform-origin: 40% 150px;
}
.page.pricing .enterprise {
  border: 1px solid #ebedf0;
  border-top: 0 none;
  width: 960px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
}
.page.pricing .enterprise p {
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
.page.pricing #om-omu-upsell {
  border: 1px solid #ebedf0;
  border-top: 0 none;
  width: 960px;
  margin: 0 auto;
  padding: 30px 47px;
  text-align: center;
}
.page.pricing #om-omu-upsell .om-omu-upsell-wrap {
  text-align: left;
  line-height: 1.5;
  color: #60656f;
}
.page.pricing #om-omu-upsell .om-omu-upsell-wrap:first-of-type {
  margin-bottom: 30px;
}
.page.pricing #om-omu-upsell .om-omu-upsell-wrap .omu-icon {
  float: left;
  margin-right: 15px;
  width: 54px;
  height: 54px;
}
.page.pricing #om-omu-upsell .om-omu-upsell-wrap .checkout-upsell-pricing {
  float: right;
  position: relative;
  top: 10px;
}
.page.pricing
  #om-omu-upsell
  .om-omu-upsell-wrap
  .checkout-upsell-pricing
  .checkout-upsell-item-pricing {
  display: block;
  font-size: 15px;
  /* vertical-align: middle; */
  position: relative;
  font-weight: normal;
}
.page.pricing
  #om-omu-upsell
  .om-omu-upsell-wrap
  .checkout-upsell-pricing
  .checkout-upsell-item-pricing
  i {
  font-size: 32px;
  margin-right: 8px;
  vertical-align: middle;
}
.page.pricing #om-omu-upsell .om-omu-upsell-wrap h3 {
  margin-top: 8px;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.page.pricing #om-omu-upsell .om-omu-upsell-wrap h3 input {
  display: inline;
  width: auto;
  border: 0 none;
  padding: 0;
  margin: 0;
  /* -webkit-appearance: checkbox; */
}
.page.pricing #om-omu-upsell .om-omu-upsell-wrap p {
  margin-bottom: 0;
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  font-size: 15px;
}
.page.pricing #om-omu-upsell .om-omu-upsell-wrap .om-omu-add {
  vertical-align: top;
  margin-top: 2px !important;
}
.page.pricing #om-omu-upsell .om-omu-upsell-wrap .om-omu-pricing {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.page.pricing #om-omu-upsell .om-omu-upsell-wrap .om-omu-pricing .crossed-out {
  font-weight: 100;
  position: relative;
}
.page.pricing
  #om-omu-upsell
  .om-omu-upsell-wrap
  .om-omu-pricing
  .crossed-out:after {
  content: " ";
  width: 100%;
  height: 1px;
  border-bottom: 2px solid red;
  position: absolute;
  top: 40%;
  left: 0;
}
.page.pricing .money-bk {
  border: 1px solid #ebedf0;
  border-radius: 6px;
  width: 1180px;
  margin: 0 auto;
  padding: 40px 62px 39px;
}
.page.pricing .money-bk h1,
.page.pricing .money-bk h2,
.page.pricing .money-bk h3,
.page.pricing .money-bk h4 {
  color: #41495b;
  font-size: 20px;
  font-weight: bold;
}
.page.pricing .money-bk h2{ font-weight:400; }
.page.pricing .money-bk h2 strong{ font-weight:700; }
.page.pricing .money-bk h4 {
  font-size: 15px;
  text-transform: uppercase;
  color: #8a8e97;
}
.page.pricing .money-bk h2 {
  margin: 4px 0 24px;
}
.page.pricing .money-bk p {
  font-size: 16px;
  line-height: 24px;
  color: #60656f;
  margin-bottom: 15px;
}
.page.pricing .money-bk p:last-of-type {
  margin-bottom: 0;
}
.page.pricing .money-bk b {
  color: #41495b;
  font-weight: bold;
}
.page.pricing .money-bk img {
  float: left;
  width: 120px;
  height: 120px;
      position: sticky;
    top: 100px;
}
.page.pricing .money-bk img.sig {
  float: none;
  width: 307px;
  height: 97px;
}
.page.pricing .money-bk .txt {
  float: left;
  width: calc(100% - 160px);
  margin-left: 35px;
  padding: 18px 0 0 0px;
}
.page.pricing .dclmr {
  text-align: center;
  color: #60656f;
  margin: 22px auto 100px;
  font-size: 14px;
  line-height: 1.33;
}
.page.pricing .pricing-tables {
  margin-top: -607px;
  position: relative;
}
/*.page.pricing .pricing-tables .benefit-bucket {*/
/*  margin-bottom: 20px !important;*/
/*}*/
.page.pricing .pricing-tables .benefit-bucket li {
  line-height: 1.5 !important;
  margin-bottom: 0;
}
.page.pricing .pricing-tables .benefit-bucket .ttip {
  position: relative;
  display: block;
  border-bottom: 1px dashed #d4d4d4;
  padding: 0px 0px 15px;
  /* line-height: 20px; */
}
.page.pricing .pricing-tables .benefit-bucket span{display: block;padding: 0px 0px 10px;}
.page.pricing .pricing-tables .benefit-bucket .ttip .tcon {
  display: none;
  position: absolute;
  width: 350px;
  bottom: 32px;
  border: 1px solid #d4d4d4;
  background-color: #fff0b8;
  -webkit-box-shadow: 0 1px 2px rgba(142, 149, 150, 0.5);
  box-shadow: 0 1px 2px rgba(142, 149, 150, 0.5);
  padding: 15px;
  font-size: 14px;
  color: #666;
  z-index: 999;
  left: 0;
  line-height: 18px;
}
.page.pricing .pricing-tables .plan-purchase {
  position: absolute;
  bottom: 20px;
  width: 238px;
}
.page.pricing .pricing-tables .sep-ln {
  height: 585px;
  width: 1px;
  position: absolute;
  background: #ebedf0;
  top: 590px;
  z-index: -1;
  left: 50%;
}
.page.pricing .pricing-tables .sep-ln.a {
  margin-left: -200px;
}
.page.pricing .pricing-tables .sep-ln.b {
  margin-left: 200px;
}
.page.pricing .pricing-tables .container .tabs {
  text-align: center;
  width: 340px;
  margin: 47px auto 0;
}
.page.pricing .pricing-tables .container .tabs li {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  width: 170px;
  padding: 15px 13px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.page.pricing .pricing-tables .container .tabs li.selected,
.page.pricing .pricing-tables .container .tabs li:hover {
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #41495b;
}
.page.pricing .pricing-tables .container .saving {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 27px 0 75px;
}
.page.pricing .pricing-tables .container .saving span {
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.page.pricing .pricing-tables .container .plans {
  width: 1180px;
  margin: 0 auto;
}
.page.pricing .pricing-tables .container .plans .plan {
  float: left;
  width: 380px;
  margin-right: 20px;
  border: 1px solid #97c5ea;
  color: #fff;
  text-align: center;
}
.page.pricing .pricing-tables .container .plans .plan.one {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom: 0;
}
.page.pricing .pricing-tables .container .plans .plan.two {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top: 0;
  padding: 0;
  margin-bottom: 40px;
}
.page.pricing .pricing-tables .container .plans .plan.two.col-3 {
  background-color: #f9fbff;
}
.page.pricing .pricing-tables .container .plans .plan .see-all {
  display: inline-block;
  margin: 10px 10px 10px 65px;
  border-bottom: 1px solid #d5e4f7;
  cursor: pointer;
}
.page.pricing .pricing-tables .container .plans .plan .hd {
  display: none;
}
.page.pricing .pricing-tables .container .plans .plan .name {
  font-size: 28px;
  font-weight: bold;
  margin: 40px 0 0 0;
}
.page.pricing .pricing-tables .container .plans .plan .txt {
  font-size: 15px;
  line-height: 22px;
  margin: 19px auto 0;
  width: 280px;
}
.page.pricing .pricing-tables .container .plans .plan .pricing {
  margin: 38px 0 0 0;
}
.page.pricing .pricing-tables .container .plans .plan .pricing .pr .pay {
  font-size: 60px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.page.pricing .pricing-tables .container .plans .plan .pricing .pr .pay .unit {
  position: absolute;
  font-size: 18px;
  font-weight: normal;
  display: block;
  text-align: center;
  top: 15px;
  right: -30px;
}
.page.pricing
  .pricing-tables
  .container
  .plans
  .plan
  .pricing
  .pr
  .pay
  .currency {
  position: absolute;
  font-size: 22px;
  font-weight: normal;
  top: -22px;
  left: -15px;
}
.page.pricing .pricing-tables .container .plans .plan .pricing .pr .term {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  display: block;
  text-align: center;
  color: #60656f;
}
.page.pricing .pricing-tables .container .plans .plan .pricing .pr.hidden {
  display: none;
}
.page.pricing .pricing-tables .container .plans .plan .pricing .trial {
  font-size: 14px;
  font-weight: 600;
  margin-top: 8px;
}
.page.pricing .pricing-tables .container .plans .plan .pricing .trial span {
  display: inline-block;
  padding: 6px 10px;
  background-color: #fdff55;
}
.page.pricing .pricing-tables .container .plans .plan .cta {
  font-size: 20px;
  font-weight: bold;
  border-radius: 2px;
  padding: 15px 88px;
  margin: 25px 0 0 0;
  display: inline-block;
  cursor: pointer;
}
.page.pricing .pricing-tables .container .plans .plan .cta.a {
  color: #fff;
  background-color: #3596e5;
}
.page.pricing .pricing-tables .container .plans .plan .cta.b {
  color: #3491e3;
  border: 1px solid #3491e3;
}
.page.pricing .pricing-tables .container .plans .plan .cta.hidden {
  display: none;
}
.page.pricing .pricing-tables .container .plans .plan .savings {
  font-size: 14px;
  margin: 20px 0 0 0;
}
.page.pricing .pricing-tables .container .plans .plan .savings.a {
  color: #fff;
}
.page.pricing .pricing-tables .container .plans .plan .savings.a span {
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.page.pricing .pricing-tables .container .plans .plan .savings.b {
  color: #41495b;
}
.page.pricing .pricing-tables .container .plans .plan .savings.b span {
  font-weight: bold;
  border-bottom: 1px solid rgba(65, 73, 91, 0.2);
}
.page.pricing .pricing-tables .container .plans .plan.middle,
.page.pricing .pricing-tables .container .plans .plan.first {
  position: relative;
}
.page.pricing .pricing-tables .container .plans .plan.middle .popular,
.page.pricing .pricing-tables .container .plans .plan.first .popular {
  position: absolute;
  top: -16px;
  right: -15px;
  width: 70px;
  height: 70px;
}
.page.pricing .pricing-tables .container .plans .plan.last {
  margin-right: 0;
  background: #fff;
  color: #41495b;
  position: relative;
}
.page.pricing .pricing-tables .container .plans .plan.last .pricing .pr .term {
  color: #60656f;
  font-size: 14px;
}
.page.pricing .pricing-tables .container .plans .plan.last .popular {
  position: absolute;
  top: -16px;
  right: -15px;
  width: 70px;
  height: 70px;
}
.page.pricing .pricing-tables .container .plans .plan.last .savings.a {
  color: #41495b;
}
.page.pricing .pricing-tables .container .plans .plan.last .cta.a,
.page.pricing .pricing-tables .container .plans .plan.last .cta.b {
  color: #fff;
  background-color: #85bf31;
}
.page.pricing .pricing-tables .container .plans .plan .feets {
  font-size: 16px;
  margin-top: 55px;
  text-align: left;
}
.page.pricing .pricing-tables .container .plans .plan .feets div {
  padding: 10px 10px 10px 65px;
}
.page.pricing .pricing-tables .container .plans .plan .feets .fa {
  margin-right: 8px;
  color: #85bf31;
}
.page.pricing .pricing-tables .container .plans .plan .feets .yes {
  color: #60656f;
}
.page.pricing .pricing-tables .container .plans .plan .feets .yes:last-of-type {
  margin-bottom: 18px;
}
.page.pricing .pricing-tables .container .plans .plan .feets .no {
  color: #abb4c4;
  padding-left: 73px;
}
.page.pricing .pricing-tables .container .plans .plan .feets .no:last-of-type {
  margin-bottom: 18px;
}
.page.pricing .pricing-tables .container .plans.layc .plan {
  border: 0;
}
.page.pricing .pricing-tables .container .plans.layc .plan.last .popular {
  position: absolute;
  top: -48px;
  right: 0;
  background-color: #83c11f;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  width: 380px;
  padding: 15px 0;
  height: 48px;
}
.page.pricing .pricing-tables .container .plans.layc .plan.last.one {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.page.pricing .pricing-tables .container .plans.layc .plan.last.one .name {
  background-color: #f2f9e8;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.page.pricing .pricing-tables .container .plans.layc .plan .name {
  margin: 0;
  background-color: #e8f3fc;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-size: 24px;
  padding: 18px 0;
}
.page.pricing .pricing-tables .container .plans.layc .plan .pricing .pr .term {
  color: #9ea1a9;
}
.page.pricing .pricing-tables .container .plans.layc .plan .pricing .pr .pay {
  font-size: 90px;
  line-height: 67px;
}
.page.pricing .pricing-tables .container .plans.layc .plan .savings.a {
  color: #41495b;
}
.page.pricing .pricing-tables .container .plans.layc .plan.one {
  background: #fff;
  color: #41495b;
  padding-bottom: 28px;
}
.page.pricing .pricing-tables .container .plans.layc .plan.two .feets {
  margin-top: 18px;
}
.page.pricing.pricing-c .site-branding .con-block .text .desc {
  margin: 8px auto 50px;
}
.page.pricing.pricing-c .pricing-tables .container .plans .plan .cta.a {
  background-color: #1988e1;
}
.page.pricing.pricing-b .site-branding {
  height: 760px;
}
.page.pricing.pricing-b .site-branding .con-block .text h1 {
  margin-top: 58px;
}
.page.pricing.pricing-b .site-branding .con-block .text .desc {
  margin: 8px auto 50px;
}
.page.pricing.pricing-b .money-bk {
  width: 960px;
}
.page.pricing.pricing-b .pricing-tables {
  margin-top: -455px;
}
.page.pricing.pricing-b .pricing-tables .container .tabs {
  margin: 40px auto 0;
}
.page.pricing.pricing-b .pricing-tables .container .saving {
  margin: 27px 0 69px;
}
.page.pricing.pricing-b .pricing-tables .container .plans {
  width: 960px;
}
.page.pricing.pricing-b .pricing-tables .container .plans:last-of-type .plan {
  margin-bottom: 20px;
}
.page.pricing.pricing-b .pricing-tables .container .plans .plan {
  width: 306px;
}
.page.pricing.pricing-b .pricing-tables .container .plans .plan .txt {
  width: 250px;
  margin: 18px auto 0;
}
.page.pricing.pricing-b .pricing-tables .container .plans .plan .name {
  margin: 37px 0 0 0;
}
.page.pricing.pricing-b .pricing-tables .container .plans .plan .pricing {
  margin: 36px 0 0 0;
}
.page.pricing.pricing-b
  .pricing-tables
  .container
  .plans
  .plan
  .pricing
  .pr
  .pay {
  line-height: 55px;
  height: 55px;
}
.page.pricing.pricing-b
  .pricing-tables
  .container
  .plans
  .plan
  .pricing
  .pr
  .pay
  .currency {
  top: -16px;
}
.page.pricing.pricing-b
  .pricing-tables
  .container
  .plans
  .plan
  .pricing
  .pr
  .pay
  .unit {
  bottom: -16px;
}
.page.pricing.pricing-b
  .pricing-tables
  .container
  .plans
  .plan
  .pricing
  .pr
  .term {
  margin-top: 9px;
}
.page.pricing.pricing-b .pricing-tables .container .plans .plan .cta {
  margin: 38px 0 0 0;
  padding: 14px 88px;
}
.page.pricing.pricing-b .pricing-tables .container .plans .plan .cta.a {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.page.pricing.pricing-b .pricing-tables .container .plans .plan .cta.b {
  border: 1px solid #1988e1;
}
.page.pricing.pricing-b .pricing-tables .container .plans .plan.first {
  background: #fff;
  color: #41495b;
  position: relative;
}
.page.pricing.pricing-b
  .pricing-tables
  .container
  .plans
  .plan.first
  .pricing
  .pr
  .term {
  color: #60656f;
}
.page.pricing.pricing-b .pricing-tables .container .plans .plan.first .savings {
  color: #41495b;
}
.page.pricing.pricing-b
  .pricing-tables
  .container
  .plans
  .plan.first
  .savings
  span {
  border-bottom-color: #41495b;
}
.page.pricing.pricing-b .pricing-tables .container .plans .plan.first .cta {
  border: 1px solid #85bf31;
  color: #fff;
  background-color: #85bf31;
}
.page.pricing.pricing-b .pricing-tables .container .plans .plan.middle,
.page.pricing.pricing-b .pricing-tables .container .plans .plan.last {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  position: relative;
}
.page.pricing.pricing-b
  .pricing-tables
  .container
  .plans
  .plan.middle
  .pricing
  .pr
  .term,
.page.pricing.pricing-b
  .pricing-tables
  .container
  .plans
  .plan.last
  .pricing
  .pr
  .term {
  color: #60656f;
}
.page.pricing.pricing-b .pricing-tables .container .plans .plan.middle .savings,
.page.pricing.pricing-b .pricing-tables .container .plans .plan.last .savings {
  color: #fff;
}
.page.pricing.pricing-b .pricing-tables .container .plans .plan.middle .b,
.page.pricing.pricing-b .pricing-tables .container .plans .plan.last .b {
  color: #41495b;
}
.page.pricing.pricing-b .pricing-tables .container .plans .plan.middle .cta,
.page.pricing.pricing-b .pricing-tables .container .plans .plan.last .cta {
  border: 1px solid 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  background-color: #3596e5;
}
.page.pricing.pricing-b .pricing-tables .container .plans .plan .feets {
  margin-top: 22px;
}
.page.pricing.pricing-b .pricing-tables .container .plans .plan .feets div {
  padding-left: 20px;
}
.page.pricing.pricing-b .pricing-tables .container .plans .plan .savings {
  margin: 19px 0 0 0;
}
.page.pricing.pricing-b .pricing-tables .container .plans .plan .see-all {
  margin-left: 20px;
}
.page.pricing.pricing-b .pricing-tables .container .plans.btm .plan {
  border: 1px solid #ebedf0;
  border-top: 0;
}
.page.pricing.pricing-b .pricing-tables .container .plans.top .plan {
  padding-bottom: 23px;
}
.page.pricing.pricing-a .money-bk .txt {
  padding: 15px 0 0 0px;
}
.page.pricing.pricing-a .pricing-grid {
  display: none;
}
.page.pricing.pricing-a .pricing-grid .con-block {
  margin-top: 0;
}
.page.pricing.pricing-a .pricing-grid .money-bk {
  width: 960px;
}
.page.pricing.pricing-a .pricing-grid .dclmr {
  margin-bottom: 0;
}
.page.pricing.pricing-a .gridp {
  margin-top: 50px;
}
.page.pricing.pricing-a .gridp tr,
.page.pricing.pricing-a .gridp td,
.page.pricing.pricing-a .gridp i,
.page.pricing.pricing-a .gridp span {
  vertical-align: middle;
}
.page.pricing.pricing-a .gridp span {
  padding: 4px 0 3px;
  display: inline-block;
}
.page.pricing.pricing-a .gridp .cta {
  font-weight: bold;
  display: inline-block;
  background-color: #85bf31;
  border-radius: 2px;
  font-size: 15px;
  margin: 13px 0;
  padding: 13px 23px;
  color: #fff;
}
.page.pricing.pricing-a .gridp .cta.hidden {
  display: none;
}
.page.pricing.pricing-a .gridp .fa-check {
  color: #85bf31;
  font-size: 23px;
}
.page.pricing.pricing-a .gridp .fa-times {
  color: #b2bbcc;
  font-size: 22px;
}
.page.pricing.pricing-a .gridp table {
  color: #60656f;
  border-collapse: separate;
}
.page.pricing.pricing-a .gridp table tr.hdr-prr td {
  background: #eaf0fa !important;
  font-weight: bold;
}
.page.pricing.pricing-a .gridp table tr:last-child td {
  border-bottom: 1px solid #ebedf0;
}
.page.pricing.pricing-a .gridp table tr:nth-last-child(1) td:nth-child(1) {
  font-weight: bold;
  font-size: 18px;
}
.page.pricing.pricing-a .gridp table tr:nth-last-child(1) td a {
  cursor: pointer;
}
.page.pricing.pricing-a .gridp table tr:nth-child(1) td {
  border: 0;
}
.page.pricing.pricing-a .gridp table tr:nth-child(1) td:nth-child(5) {
  border: 0;
}
.page.pricing.pricing-a .gridp table tr:nth-child(2) td .name {
  font-size: 22px;
  font-weight: normal;
  color: #41495b;
  margin: 10px 0 0 0;
}
.page.pricing.pricing-a .gridp table tr:nth-child(2) td .pricing {
  color: #41495b;
}
.page.pricing.pricing-a .gridp table tr:nth-child(2) td .pricing .pr .pay {
  font-size: 48px;
  font-weight: normal;
  color: #41495b;
  position: relative;
  display: inline-block;
  margin: 8px 0;
}
.page.pricing.pricing-a .gridp table tr:nth-child(2) td .pricing .pr .term {
  position: relative;
  font-size: 13px;
  font-weight: normal;
  display: block;
  text-align: center;
  color: #60656f;
  margin-top: -5px;
  margin-bottom: 15px;
}
.page.pricing.pricing-a .gridp table tr:nth-child(2) td .pricing .pr .unit {
  position: absolute;
  font-size: 16px;
  font-weight: normal;
  display: block;
  text-align: center;
  top: 26px;
  right: -27px;
}
.page.pricing.pricing-a .gridp table tr:nth-child(2) td .pricing .pr .currency {
  position: absolute;
  font-size: 22px;
  font-weight: normal;
  top: 8px;
  left: -15px;
}
.page.pricing.pricing-a .gridp table tr:nth-child(2) td .pricing .pr.hidden {
  display: none;
}
.page.pricing.pricing-a .gridp table tr:nth-child(2) td .pricing .trial {
  font-size: 12px;
  font-weight: 600;
}
.page.pricing.pricing-a .gridp table tr:nth-child(2) td .pricing .trial span {
  display: inline-block;
  padding: 6px 10px;
  background-color: #fdff55;
}
.page.pricing.pricing-a .gridp table tr:nth-child(2) td:nth-child(1) {
  border: 0;
}
.page.pricing.pricing-a .gridp table tr:nth-child(2) td:nth-child(4) {
  position: relative;
}
.page.pricing.pricing-a .gridp table tr:nth-child(2) td:nth-child(4) .popular {
  background-color: #41495b;
  color: #fff;
  font-weight: bold;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  top: -49px;
  right: -1px;
  padding: 18px 10px;
  width: 176px;
  position: absolute;
  font-size: 14px;
  text-transform: uppercase;
  height: 48px;
}
.page.pricing.pricing-a .gridp table tr td {
  width: 250px;
  border-top: 1px solid #ebedf0;
  border-left: 1px solid #ebedf0;
  padding: 16px;
  text-align: center;
}
.page.pricing.pricing-a .gridp table tr td:nth-child(1) {
  width: 448px;
  text-align: left;
  position: relative;
}
.page.pricing.pricing-a .gridp table tr td:nth-child(1) .ttip {
  position: absolute;
  right: 15px;
  top: 18px;
}
.page.pricing.pricing-a
  .gridp
  table
  tr
  td:nth-child(1)
  .ttip
  .fa-question-circle {
  color: #b2bbcc;
  font-size: 18px;
}
.page.pricing.pricing-a
  .gridp
  table
  tr
  td:nth-child(1)
  .ttip
  .fa-question-circle:hover {
  cursor: help;
}
.page.pricing.pricing-a .gridp table tr td:nth-child(1) .ttip .tcon {
  display: none;
  position: absolute;
  width: 500px;
  bottom: 30px;
  border: 1px solid #d4d4d4;
  background-color: #fff0b8;
  -webkit-box-shadow: 0 1px 2px rgba(142, 149, 150, 0.5);
  box-shadow: 0 1px 2px rgba(142, 149, 150, 0.5);
  padding: 15px;
  font-size: 14px;
  color: #666;
  z-index: 999;
  left: -241px;
  line-height: 18px;
}
.page.pricing.pricing-a .gridp table tr td:nth-child(4) {
  background-color: #f9fbff;
}
.page.pricing.pricing-a .gridp table tr td:nth-child(5) {
  border-right: 1px solid #ebedf0;
}
.page.pricing.pricing-a .site-branding {
  height: 110px;
}
.page.pricing.pricing-a .money-bk {
  width: 100%;
  border-radius: 0;
  border-top: 0;
}
.page.pricing.pricing-a .con-block {
  margin-top: 80px;
}
.page.pricing.pricing-a .con-block .text {
  width: 825px;
  margin: 0 auto;
  text-align: center;
}
.page.pricing.pricing-a .con-block .text h1 {
  font-size: 36px;
  font-weight: normal;
  color: #41495b;
  line-height: 45px;
}
.page.pricing.pricing-a .con-block .text h1 span {
  font-weight: bold;
}
.page.pricing.pricing-a .con-block .text .desc {
  font-size: 22px;
  color: #60656f;
  margin: 10px 0 55px 0;
  line-height: 30px;
}
.page.pricing.pricing-a .pricing-tables {
  margin-top: 0;
}
.page.pricing.pricing-a .pricing-tables .container .plans {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.page.pricing.pricing-a .pricing-tables .container .plans.laya {
  /*border-right: 1px solid #ebedf0;*/
  /*border-left: 1px solid #ebedf0;*/
}
.page.pricing.pricing-a .pricing-tables .container .plans.laya.top {
  margin-top: 120px;
}
.page.pricing.pricing-a .pricing-tables .container .plans.laya.top .plan {
  border-bottom: 0;
}
.page.pricing.pricing-a .pricing-tables .container .plans.laya.bottom .plan {
  border-top: 0;
}
.page.pricing.pricing-a .pricing-tables .container .plans.laya .plan {
  width: 33.33%;
  margin-right: 0;
  border-radius: 0;
  border: 1px solid #ebedf0;
  margin-bottom: 0;
  color: #41495b;
}
.page.pricing.pricing-a .pricing-tables .container .plans.laya .plan .sep {
  height: 1px;
  border-top: 1px solid #ebedf0;
  margin: 30px auto 0;
  width: 200px;
}
.page.pricing.pricing-a .pricing-tables .container .plans.laya .plan .feets {
  margin-top: 10px;
}
.page.pricing.pricing-a
  .pricing-tables
  .container
  .plans.laya
  .plan
  .feets
  div {
  line-height: 34px;
}
.page.pricing.pricing-a
  .pricing-tables
  .container
  .plans.laya
  .plan
  .feets
  div.mrb {
  font-weight: bold;
}
.page.pricing.pricing-a
  .pricing-tables
  .container
  .plans.laya
  .plan
  .feets
  div
  .fa {
  color: #41495b;
}
.page.pricing.pricing-a .pricing-tables .container .plans.laya .plan .feets ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 0px;
  text-align: center;
}
.page.pricing.pricing-a .pricing-tables .container .plans.laya .plan .feets ul li strong{ 
    font-size: 20px;
    color: #1b77ae;
}
.page.pricing.pricing-a
  .pricing-tables
  .container
  .plans.laya
  .plan
  .feets
  ul
  li {
  line-height: 34px;
  padding: 15px 0px 0;
  font-size: 14px;
}
.page.pricing.pricing-a
  .pricing-tables
  .container
  .plans.laya
  .plan
  .feets
  ul
  li
  b {
  display: inline;
  padding: 0;
}
.page.pricing.pricing-a
  .pricing-tables
  .container
  .plans.laya
  .plan
  .feets
  .see-all {
  margin: 10px 10px 10px 20px;
}
.page.pricing.pricing-a .pricing-tables .container .plans.laya .plan .feets b {
  padding: 10px 20px 10px 20px;
  display: block;
}
.page.pricing.pricing-a .pricing-tables .container .plans.laya .plan.first {
  margin-left: -1px;
}
.page.pricing.pricing-a
  .pricing-tables
  .container
  .plans.laya
  .plan.first
  .feets
  div {
  padding: 0 26px;
}
.page.pricing.pricing-a
  .pricing-tables
  .container
  .plans.laya
  .plan.first
  .feets
  .see-all {
  margin: 10px 10px 10px 20px;
}
.page.pricing.pricing-a .pricing-tables .container .plans.laya .plan.middle {
  margin-left: -1px;
}
.page.pricing.pricing-a
  .pricing-tables
  .container
  .plans.laya
  .plan.middle
  .feets
  div {
  padding: 0 50px;
}
.page.pricing.pricing-a
  .pricing-tables
  .container
  .plans.laya
  .plan.middle
  .feets
  .see-all {
  margin: 10px 10px 10px 20px;
}
.page.pricing.pricing-a
  .pricing-tables
  .container
  .plans.laya
  .plan.middle
  .feets
  ul
  li
  b {
  display: inline;
  padding: 0;
}
.page.pricing.pricing-a
  .pricing-tables
  .container
  .plans.laya
  .plan.middle
  .feets
  b {
  padding: 10px 20px 10px 20px;
  display: block;
}
.page.pricing.pricing-a
  .pricing-tables
  .container
  .plans.laya
  .plan.middle
  .popular {
  background-color: #41495b;
  color: #fff;
  font-weight: bold;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  top: -49px;
  right: -1px;
  padding: 17px 20px;
  width: 100%;
  height: 48px;
  font-size: 16px;
  text-transform: uppercase;
}
.page.pricing.pricing-a .pricing-tables .container .plans.laya .plan.last {
  width: 243px;
  margin-right: -2px !important;
  margin-left: -1px;
}
.page.pricing.pricing-a
  .pricing-tables
  .container
  .plans.laya
  .plan.last
  .feets
  div {
  padding: 0 21px;
}
.page.pricing.pricing-a
  .pricing-tables
  .container
  .plans.laya
  .plan.last
  .feets
  .see-all {
  margin: 10px 10px 10px 20px;
}
.page.pricing.pricing-a
  .pricing-tables
  .container
  .plans.laya
  .plan.last
  .feets
  b {
  padding: 10px 20px 10px 20px;
  display: block;
}
.page.pricing.pricing-a
  .pricing-tables
  .container
  .plans.laya
  .plan.last
  .feets
  ul
  li
  b {
  display: inline;
  padding: 0;
}
.page.pricing.pricing-a
  .pricing-tables
  .container
  .plans.laya
  .plan.last
  .popular {
  background-color: #41495b;
  color: #fff;
  font-weight: bold;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  top: -48px;
  right: -1px;
  padding: 16px 50px;
  width: 241px;
  height: 48px;
  font-size: 18px;
  text-transform: uppercase;
}
.page.pricing.pricing-a .pricing-tables .container .plans.laya .plan.col-3 {
  background-color: #f9fbff;
}
.page.pricing.pricing-a .pricing-tables .container .plans.laya .plan .cta.a {
  background-color: #85bf31;
  border-radius: 2px;
  font-size: 16px;
  margin: 15px 35px 0 35px;
  padding: 13px 35px;
}
.page.pricing.pricing-a .pricing-tables .container .plans.laya .plan .name {
  font-size: 22px;
  font-weight: 700;
  color: #41495b;
  margin: 34px 0 0 0;
}
.page.pricing.pricing-a .pricing-tables .container .plans.laya .plan .pricing {
  color: #41495b;
  margin: 20px 0 0 0;
}
.page.pricing.pricing-a
  .pricing-tables
  .container
  .plans.laya
  .plan
  .pricing
  .pr
  .pay {
  font-size: 68px;
  font-weight: normal;
  color: #41495b;
  height: 38px;
  line-height: 40px;
}
.page.pricing.pricing-a
  .pricing-tables
  .container
  .plans.laya
  .plan
  .pricing
  .pr
  .pay
  .currency {
  top: -16px;
}
.page.pricing.pricing-a
  .pricing-tables
  .container
  .plans.laya
  .plan
  .pricing
  .pr
  .term {
  color: #60656f;
  margin-top: 8px;
}
.page.pricing.pricing-a .pricing-tables .container .plans.laya .plan .txt {
  color: #41495b;
  border-top: 1px solid #ebedf0;
  padding: 25px 9px 0;
  margin: 31px auto 0;
  line-height: 24px;
  width: auto;
  min-height: 73px;
}
.page.pricing .original-price {
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  margin: -10px 0 15px;
}
.page.pricing .original-price.hidden {
  display: none;
}
.page.pricing .original-price span {
  display: inline-block;
  position: relative;
}
.page.pricing .original-price span:after {
  content: " ";
  width: 100%;
  height: 1px;
  border-bottom: 2px solid red;
  position: absolute;
  top: 40%;
  left: 0;
}
.page.pricing .price-savings {
  font-size: 14px;
  margin-top: 8px;
}
.page.pricing .price-savings.hidden {
  display: none;
}
.page.pricing .price-savings span {
  display: inline-block;
  padding: 6px 10px 5px;
  background-color: #ebfbd4;
}
.page.pricing .gridp .original-price {
  font-size: 16px;
  margin: 6px 0 -8px;
}
.page.pricing .gridp .original-price span {
  padding: 0;
}
.page.pricing .gridp .price-savings {
  font-size: 13px;
  margin-top: 8px;
}
.page.pricing .gridp .price-savings span {
  display: inline-block;
  padding: 6px 10px 5px;
  background-color: #ebfbd4;
}
.page.pricing #menu-pricing a {
  background: none !important;
  border: 1px solid #fff;
}
.vbp-pricing-toggles {
  text-align: center;
  margin: 0 auto;
  font-size: 0;
  padding-bottom: 15px;
}
.vbp-pricing-toggles .pricing-toggle {
  display: inline-block;
}
.vbp-pricing-toggles .pricing-toggle .pricing-toggle-label {
  cursor: pointer;
  padding: 8px 20px;
  border: 1px solid #f2f4f7;
  background: #f2f4f7;
  border-radius: 3px;
  font-size: 14px;
  color: #60656f;
  font-weight: 600;
  display: inline;
}
.vbp-pricing-toggles
  .pricing-toggle.pricing-toggle-active
  .pricing-toggle-label {
  background: #fff;
  border-color: #b1bacb;
}
.vbp-pricing-toggles.multiple-toggles
  .pricing-toggle:first-of-type
  .pricing-toggle-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vbp-pricing-toggles.multiple-toggles
  .pricing-toggle:last-of-type
  .pricing-toggle-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pricing-a-duplicate .laya {
  border-right: 0 !important;
}
.pricing-a-duplicate .laya .plan {
  width: 320px !important;
}
.pricing-a-duplicate .laya .plan.last {
  width: 322px !important;
}
.pricing-a-duplicate .laya .plan.last .trial {
  visibility: visible !important;
}
.pricing-a-duplicate .laya .plan .popular {
  width: 320px !important;
}
.pricing-a-duplicate .gridp .plan.last {
  border-right: 1px solid #ebedf0;
}
.pricing-a-duplicate .gridp .plan.last .trial {
  visibility: visible !important;
}
.pricing-a-duplicate .gridp .plan .popular {
  width: 207px !important;
}
.pricing-a-duplicate .gridp table tbody tr td:last-of-type {
  border-right: 1px solid #ebedf0;
}
#menu-sld {
  display: none;
}
.pg-single .site-branding {
  padding-bottom: 30px;
}
.pg-single .site-branding .con-block .text h1 {
  font-size: 32px;
}
.pg-single .site-branding .con-block .text .desc p {
  color: #accae0;
}
.pg-single #content {
  margin: 60px auto 0;
}
.pg-single #content .entry-header h1 {
  font-size: 36px;
  line-height: 40px;
}
.pg-single #content h1,
.pg-single #content h2 {
  font-size: 28px;
  line-height: 34px;
  color: #41495b;
}
.pg-single #content h1 a,
.pg-single #content h2 a {
  color: #41495b;
  border-bottom: 0;
}
.pg-single #content h2 {
  margin-bottom: 40px;
}
.pg-single #content h4,
.pg-single #content h5 {
  color: #4b5263;
  line-height: 20px;
  margin-bottom: 20px;
}
.pg-single #content .entry-content p {
  font-size: 18px;
  line-height: 28px;
  margin: 16px 0;
}
.pg-single #content .entry-content p img {
  max-width: 100%;
  height: auto;
}
.pg-single #content .entry-content ul,
.pg-single #content .entry-content ol {
  display: block;
  color: #4b5263;
  margin: 25px 0 20px 40px;
  font-size: 18px;
}
.pg-single #content .entry-content ul li,
.pg-single #content .entry-content ol li {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.pg-single #content .entry-content h3 {
  margin-top: 40px;
}
.pg-single #content .entry-content ul {
  list-style-type: disc;
}
.pg-single #content .featured-image {
  margin: 0 0 25px 0;
}
.pg-single #content article.post {
  margin: 0 0 50px 0;
}
.pg-single #content .entry-meta {
  color: #41495b;
  font-size: 13px;
  margin: 5px 0 25px 0;
}

.desktoppricing_plan{ display:block; }
.mobilepricing_plan{ display:none; }
.order-button a{         
    padding: 13px 35px;
    background: #eb8c2a;
    color:#fff;
    border-radius: 5px;
    font-style: normal;
    line-height: 54px; }

  @media only screen and (max-width:961px){
      
      .container{ width:100%; }
      html, body{ min-width: 100%; }
      .page.pricing.pricing-a .pricing-tables .container .plans,
      .page.pricing.pricing-a .money-bk{ width:100%; }
      
  }
  
  
    @media only screen and (max-width:790px){
        
        .page.pricing.pricing-a .pricing-tables .container .plans.laya .plan{ width:100%; }
        .desktoppricing_plan{ display:none; }
        .mobilepricing_plan{ display:block; }
        .page.pricing.pricing-a .pricing-tables .container .plans.laya .plan.one.col-3{ margin-top: 70px; }
        .page.pricing .money-bk img{ float:initial; display:none; }
        .page.pricing .money-bk .txt{ float:initial; width: 100%; margin-left: 0; }
        .page.pricing.pricing-a .money-bk{ padding: 40px 30px 39px; }
        
    }
