<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("universal/css-reset.css");
@import url("universal/theme.css");

/*======================*/
/* START:   FONT-FACE   */
/*======================*/

/* font-family: 'Raleway';  */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

/* font-family: 'Montserrat';  */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

@import url("universal/hubspot.css");

/*===========================*/
/* START:   PRINT PAGE PDF   */
/*===========================*/
.print-page-mobile {
  display: none;
}
.print-page-desktop {
  position: fixed;
  z-index: 99999;
  left: -70px;
  bottom: 130px;
  display: block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: bottom;
}
.print-page-desktop .print-page-btn {
  color: var(--vce-default-white);
  font-size: 13px;
  display: block;
  background-color: #A2A2A2;
  padding: 6px 12px 10px;
  border: 0;
  outline: 0;
}
.print-page-desktop .print-page-btn .fa {
  color: inherit;
  margin: 0 6px 0 0;
}
.print-page-desktop .print-page-btn span {
  color: inherit;
}
.print-page-desktop .print-page-btn:hover {
  color: var(--vce-default-black);
}
.print-page-desktop .print-page-btn:hover .fa {}

@media (max-width: 767px) {
  /*===========================*/
  /* START:   PRINT PAGE PDF   */
  /*===========================*/
  .print-page-desktop {
    display: none;
  }
  .print-page-mobile {
    display: block;
    background-color: var(--vce-primary);
    padding: 20px 25px;
  }
  .print-page-mobile .print-page-btn {
    color: var(--vce-primary);
    display: block;
    background-color: var(--vce-default-white);
    max-width: 300px;
    width: 100%;
    margin: 0px auto;
    padding: 16px 22px;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
  }
  .print-page-mobile .print-page-btn .fa {
    margin: 0 6px 0 0;
  }
  .print-page-mobile .print-page-btn span {
    color: inherit;
  }
  .print-page-mobile .or {
    color: var(--vce-default-white);
    text-align: -webkit-center;
    text-align: center;
    display: block;
    padding: 12px 0;
  }
  .print-page-mobile .CTA_email {
    color: var(--vce-default-white);
    text-align: -webkit-center;
    text-align: center;
    text-decoration: underline;
    display: block;
  }
}

.hide {
  display: none;
}

.review-con {
  width: 100%;
  position: relative;
  z-index: 1;
}
.review-con img {
  width: 100%;
  max-width: 150px;
  vertical-align: middle;
}
.ulawards {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  align-items: center;
}
ul.ulawards li &gt; img {
  width: 100%;
  max-width: 130px;
}
.ibib {
  max-width: 100px !important;
}
.column.desc {
  font-size: 15px;
  color: #141414;
  line-height: 1.5em;
}
.light-bg {
  background: #f6f6f6;
}
.white-bg {
  background: #fff;
}
.noflex {
  display: block;
}
.flex {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.no-margin {
  margin: 0;
}
.center-text {
  text-align: center;
}
.justify-sb {
  justify-content: space-between;
}
.justify-sa {
  justify-content: space-around;
}
.justify-center {
  justify-content: center;
}
.align-center {
  align-items: center;
}
.align-start {
  align-items: flex-start;
}
.m-top {
  margin-top: 50px;
}
.m-topbot {
  margin: 50px 0;
}
.pad-all1 {
  padding: 1%;
}
.pad-all2 {
  padding: 2%;
}
.pad-all5 {
  padding: 5%;
}
.p-topbot {
  padding: 3% 0;
}
.p-tb-1 {
  padding: 1% 0;
}
.p-top {
  padding-top: 5%;
}
.p-bot {
  padding-bottom: 5%;
}
.p-lr {
  padding: 0 5%;
}
.basic-main {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}
.main {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
.mid-main {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.small-main {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}
.full-main {
  max-width: 1920px;
}
.small-col {
  max-width: 500px;
}
.main-content {
  min-height: 500px;
}
button#zdbutton {
  position: fixed;
  bottom: 10px;
  right: 20px;
  border-radius: 45px;
  padding: 10px 20px;
  border: 0;
  background: #1f73b7 !important;
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif !important;
  font-weight: 700;
  fill: #fff;
}
#zrf-form input[type="email"] {
  width: 30%;
}
#zrf-form #zen_desc {
  width: 50%;
  height: 150px;
}
.bottom-product-tour {
  font-size: 25px;
  color: #f89406;
}
.product-tour-image {
  width: 40%;
}
.product-tour {
  width: 100%;
  max-width: 60%;
}
.clearfix {
  overflow: hidden;
}
.pie-clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.max-width {
  max-width: 100%;
  height: auto;
}
.slider-title {
  font-size: 2.5em;
  line-height: 1.5em;
  margin: 0;
}
.slideshow-container {
  left: 0;
}
.slider-title2 {
  font-size: 2em;
  color: #fff;
  margin: 0;
}
.campaign-top {
  margin: 0 auto;
  width: 1080px;
  height: 95px;
}
.campaign-top a {
  white-space: nowrap;
}
.alert {
  padding: 10px;
  border: none;
  border-radius: 0;
  text-align: center;
  background-color: #f89406;
  text-shadow: none;
  color: #fff;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}
.alert.success {
  background-color: #4caf50;
}
.alert.info {
  background-color: #2196f3;
}
.alert.warning {
  background-color: #f89406;
}
.alert.warning a:link {
  color: #0580c1;
}
.accordion-toggle {
  color: #f69322;
  width: 100%;
  padding: 25px 5px 0 0;
  border-top: 1px solid #ccc;
  font-size: 1.25em;
  line-height: 1.2em;
}
.toggle-right {
  background: url(../images/right-arrow.png) no-repeat scroll left 30px transparent;
  padding-left: 25px;
}
.toggle-down {
  background: url(../images/down-arrow.png) no-repeat scroll left 30px transparent;
  padding-left: 25px;
}
body.graybg {
  background-color: #f5f6f7;
}
.top-bar {
  height: 20px;
  width: 100%;
  clear: both;
  padding: 0 10px;
  font-size: 13px;
  background-color: rgba(122, 122, 122, 0.9);
}
.top-bar a.top-link {
  color: #f69322;
  font-size: 13px;
}
.top-bar a.top-link-highlight {
  color: #f69322;
  font-size: 13px;
}
.top-bar .contact-us {
  padding-top: 5px;
}
.home-news {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 15px;
  padding: 10px;
  background-color: #f5f7f9;
}
.home-news #F69322 a {
  color: #f89406;
}
.home-news div {
  display: inline;
}
.home-news img {
  width: 30px;
  padding-right: 5px;
  vertical-align: middle;
}
.banner-top h1 {
  text-align: center;
  color: #555;
  font-size: 1.4em;
  padding: 10px 0;
}
.banner-bk {
  width: 100%;
  background-color: transparent;
}
.banner-container {
  max-width: 1440px;
  min-width: 320px;
  max-height: 550px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.banner-container .btn-banner:hover {
  color: #ddd;
}
.banner-container .btn-banner {
  background: url(../images/home-banner-button.png) no-repeat scroll right bottom;
  height: 57px;
  border: 0;
  color: #fff;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.33333em;
  margin: 0 0 0.666667em;
  padding: 25px 5px;
  position: relative;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  width: 152px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.download-product a,
.learn-more-button a {
  color: #fff;
  font-size: 1.15em;
}
.download-product a:hover,
.learn-more-button a:hover {
  color: #ddd;
}
.learn-more-button {
  height: 43px;
  width: 160px;
  padding-left: 35px;
  margin-top: 20px;
  line-height: 43px;
  background: url(../images/banner-button-background.png) no-repeat scroll center bottom transparent;
}
.download-product {
  height: 43px;
  width: 210px;
  padding-left: 15px;
  margin-top: 20px;
  line-height: 43px;
  background: url(../images/banner-button-background.png) no-repeat scroll center bottom transparent;
}
.carousel-inner .learn-more-button {
  padding-left: 30px;
}
.dropdown-menu {
  top: 96%;
  border-radius: 0;
  width: 400px;
  border-top: 0;
}
.dropdown-menu li:last-child {
  border-bottom: none;
}
.dropdown-menu li a {
  font-family: Helvetica, Arial, sans-serif;
  padding: 10px 15px;
  font-size: 0.875em;
  line-height: 1.7142857em;
}
.dropdown-menu li a:hover {
  color: #fff;
}
.dropdown-menu li.active a {
  color: #fff;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.product-tour-image {
  width: 50%;
  float: left;
  padding-top: 25px;
}
.product-tour {
  float: left;
  vertical-align: middle;
  padding-top: 25px;
  width: 50%;
}
.breadcrumbs {
  background-color: #fff;
  padding: 5px 0 0 0;
  margin: 0 0 10px;
  font-size: 0.6875em;
  line-height: 2.1818182em;
}
.main-content {
  width: 100%;
  margin-top: 50px;
  padding-top: 20px;
  margin-bottom: 3em;
}
.main-content.width70 {
  width: 75%;
  float: left;
  min-height: 630px;
}
.main-content .home-banner-text {
  font-size: 1.1em;
  text-align: center;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  margin-top: 20px;
  margin-bottom: 0;
  color: #333;
}
.main-content .home-banner-text h2 {
  font-size: 0.95em;
  font-weight: 400;
  color: #333;
}
.main-content .home-banner-text .highlight {
  color: #df861e;
  font-size: 1.4em;
  font-weight: 500;
}
.main-content.home {
  margin-top: 0;
}
.highlight {
  color: #df861e;
  font-size: 1.4em;
  font-weight: 500;
}
.highlight-reverse {
  color: #fff;
  font-size: 1.4em;
  font-weight: 500;
  background-color: #2162aa;
  padding: 20px 10px;
}
h3.highlight-reverse {
  margin: 0;
}
.virtual-nav {
  list-style-type: none;
  margin: 0 0 10 0;
  padding: 0;
  overflow: hidden;
  background-color: #505050;
}
.virtual-nav li {
  float: left;
  text-transform: uppercase;
}
.virtual-nav li a {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.virtual-nav li a:hover {
  background-color: #111;
}
.virtual-nav .active {
  background-color: #ea9640;
}
.product img {
  margin-left: 15px;
  width: 350px;
  padding: 10px;
}
.product .lightbox-image img {
  margin-left: 0;
}
.product .lightbox-image.ipad img {
  width: 300px;
}
.product .lightbox-image.mobile img {
  width: 210px;
}
.features-videos {
  float: right;
}
.feature-section {
  min-height: 210px;
  text-align: justify;
}
.feature-block-bottom {
  float: left;
  width: 45%;
  min-height: 240px;
}
.feature-block-bottom.left {
  margin-right: 5%;
}
.feature-block-bottom.left.well {
  background-color: #f6f7fb;
}
#team {
  overflow: hidden;
}
#team h3 {
  font-size: 1.3em;
  margin-top: 0;
}
#team .span12 {
  margin-left: 0;
}
#team .bio-left {
  width: 15%;
  float: left;
}
#team .bio-right {
  margin-left: 20px;
  width: 70%;
  float: left;
  font-size: 14px;
}
#team .divider {
  height: 1px;
  border: 1px solid #ebebeb;
  margin: 30px 0;
}
.features-btn-center {
  text-align: center;
}
.solutions-container {
  width: 100%;
  height: auto;
}
.solutions-profile {
  width: 100%;
  height: auto;
}
.solutions-section-one {
  width: 30.33333%;
  height: auto;
  float: left;
  padding-right: 10px;
}
.solutions-section-one ul li {
  text-indent: -1.6em;
}
.solutions-section-two {
  width: 36.33333%;
  height: auto;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.solutions-section-two ul li {
  list-style: none;
  text-indent: -1.6em;
}
.solutions-section-three {
  width: 33.33333%;
  height: auto;
  float: left;
}
button.accordion,
div.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  text-align: left;
  border: none;
  outline: 0;
  transition: 0.4s;
}
button.accordion.active,
button.accordion:hover,
div.accordion.active,
div.accordion:hover {
  background-color: #ddd;
}
div.panel {
  padding: 0 18px;
  background-color: #fff;
  display: none;
}
button.accordion:after,
div.accordion:after {
  content: "Read More";
  font-size: 14px;
  color: #f49322;
  float: right;
  margin-left: 5px;
  margin-top: -40px;
}
button.accordion.active:after,
div.accordion.active:after {
  content: "Read Less";
}
.accordion {
  margin-bottom: 2px;
}
.solutions-audio {
  width: 320px;
  float: right;
  background: #579cb9;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}
.solutions-audio audio {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.solutions-audio h3 {
  display: inline;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  margin-left: 100px;
}
.homepage-videos {
  width: 100%;
  background: #3d3d3d url(../images/logo-tile2.png) repeat;
  padding: 0 20px 50px 20px;
  overflow: auto;
}
.form-columns-2 {
  margin: 0 auto 0 auto;
}
.expressclose1 {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: 700;
  padding-right: 10px;
}
.express-close-1:focus,
.express-close-1:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.expressclose2 {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: 700;
  padding-right: 10px;
  cursor: pointer;
}
.express-close-2:focus,
.express-close-2:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.powerclose1 {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: 700;
  padding-right: 10px;
}
.power-close-1:focus,
.power-close-1:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.powerclose2 {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: 700;
  padding-right: 10px;
  cursor: pointer;
}
.power-close-2:focus,
.power-close-2:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.infinityclose1 {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: 700;
  padding-right: 10px;
}
.infinity-close-1:focus,
.infinity-close-1:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#expressbtn1,
#expressbtn2,
#infinitybtn1,
#powerbtn1,
#powerbtn2 {
  margin-top: 3px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#infinityspacer {
  padding-bottom: 27px;
}
.pricing-solutions-well {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #e3e3e3;
  border-right-color: #e3e3e3;
  border-bottom-color: #e3e3e3;
  border-left-color: #e3e3e3;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0;
  border-image-repeat: stretch stretch;
  float: left;
  width: 100%;
  background-color: #f6f7fb;
  padding: 19px;
  margin-bottom: 20px;
}
.pricing-solutions-well-tour {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #e3e3e3;
  border-right-color: #e3e3e3;
  border-bottom-color: #e3e3e3;
  border-left-color: #e3e3e3;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0;
  border-image-repeat: stretch stretch;
  float: left;
  width: 100%;
  background: #3d3d3d url(../images/logo-tile2.png) repeat;
  padding: 20px;
  border-radius: 10px;
}
.pricing-solutions-well-tour h3 {
  color: #fff;
  margin: 0 0 5px 0;
}
.pricing-solutions-intro {
  text-align: left;
}
.pricing-solutions-section-one {
  width: 35%;
  height: auto;
  float: left;
  text-align: left;
  padding-right: 10px;
}
.pricing-solutions-section-one ul li {
  text-indent: -1.6em;
}
.pricing-solutions-section-two {
  width: 35%;
  height: auto;
  float: left;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.pricing-solutions-section-two ul li {
  list-style: none;
  text-indent: -1.6em;
}
.pricing-solutions-section-three {
  width: 30%;
  height: auto;
  float: left;
}
.pricing-solutions-company {
  text-align: left;
  padding-left: 10px;
}
.pricing-solutions-prior {
  text-align: left;
  font-style: italic;
  padding: 0;
}
.summary-pricing {
  width: 93%;
  height: auto;
  border: 2px solid;
  margin: auto;
  margin-top: 7px;
  margin-bottom: 7px;
}
.btn-info {
  padding: 0 10px 5px;
  border-radius: 5px;
  background-color: #ffa200 !important;
  background-image: none !important;
  text-shadow: none !important;
}
.btn-info:hover {
  background-color: #ff6f00 !important;
  color: #fff !important;
}
a li .btn-info:hover {
  color: #fff;
}
.btn-info-txt {
  font-size: 15px;
}
.btn-info-txt:hover {
  color: #fff;
}
.banners {
  position: relative;
  margin-top: 3em;
}
#main-carousel {
  width: 100%;
  overflow: hidden;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  height: 550px;
}
#main-carousel .sticker {
  background: url(../images/150302_Versaccounts-PriceSticker_V01.png) no-repeat bottom right;
  position: absolute;
  z-index: 1;
  height: 200px;
  width: 200px;
}
.carousel-inner {
  overflow: hidden;
}
.carousel-caption {
  top: 120px;
  height: 150px;
  width: 500px;
  background: 0 0;
  color: #fff;
  font-weight: 700;
  width: 1080px;
  margin: 0 auto;
}
.carousel-caption .line1 {
  font-size: 35px;
  line-height: 50px;
}
.carousel-caption .line2 {
  margin-top: 15px;
  font-size: 25px;
}
.carousel-caption .banner-button {
  margin-top: 80px;
}
.carousel-caption .banner-button a {
  font-size: 20px;
  padding: 15px;
}
.carousel-caption p {
  text-align: center;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 0.85em;
  font-weight: 600;
  line-height: 2em;
  width: 270px;
}
.carousel-control {
  font-size: 15px;
  height: 22px;
  line-height: 15px;
  margin-top: 0;
  top: 88%;
  width: 22px;
  padding-left: 1px;
}
.carousel-control.right {
  left: 55px;
}
.banner-container .banner-bottom {
  position: absolute;
  top: 343px;
  left: 2%;
}
#main-carousel {
  width: 100% !important;
  height: auto;
  max-height: 550px;
}
.carousel-control.left,
.carousel-control.right {
  margin-left: 30px;
}
.line1 {
  text-shadow: 2px 2px #4d4d4c;
  font-family: lato, sans-serif;
}
.line2 {
  text-shadow: 2px 2px #4d4d4c;
  font-family: lato, sans-serif;
}
.carousel-indicators {
  top: 70px;
}
a.right.carousel-control {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 30px solid orange;
  border-bottom: 15px solid transparent;
}
a.left.carousel-control {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 30px solid orange;
  border-bottom: 15px solid transparent;
}
.carousel-control {
  border: 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.8;
}
.sr-only {
  font-size: 15px;
  width: 100%;
}
.carousel-inner &gt; .item {
  -webkit-transition: 0.4s ease-in-out left;
  -moz-transition: 0.4s ease-in-out left;
  -o-transition: 0.4s ease-in-out left;
  transition: 0.4s ease-in-out left;
}
.banner-video {
  z-index: 10;
  position: absolute;
  width: 475px;
  height: 267px;
  left: 50%;
  top: 22%;
  visibility: visible;
}
.banner-button-video a {
  font-size: 10px;
  padding: 5px;
}
.banners {
  margin-top: 0;
  max-height: 550px;
}
.page-banners {
  width: 100% !important;
  height: auto;
  max-height: 550px;
}
.page-banners-inner {
  position: relative;
}
.page-banners-img {
  float: left;
  opacity: 0.8;
}
.page-banners-caption {
  position: absolute;
  margin-top: 180px;
}
.page-banners {
  margin-top: -70px;
  max-height: 400px;
  overflow: hidden;
}
.caption-line1 {
  text-shadow: 2px 2px #fff;
  font-family: Garamond, sans-serif;
  font-weight: 800;
  color: #4d4d4c;
  font-size: 32px;
  margin-left: 15px;
}
.caption-line2 {
  text-shadow: 2px 2px #fff;
  font-family: Garamond, sans-serif;
  color: #4d4d4c;
  font-size: 24px;
  margin-left: 15px;
}
.benefits-container {
  width: 100%;
}
.testimonial-container {
  background-color: #fff;
}
.awards-container {
  visibility: hidden;
}
.slick-initialized {
  visibility: visible;
}
.slider {
  width: 100%;
  margin: 0 auto;
}
.slick-slide {
  margin: 0;
}
.slick-next:before,
.slick-prev:before {
  color: orange;
  margin-top: -15px;
}
.slick-prev {
  left: 20px !important;
  z-index: 1;
}
.slick-next {
  right: 20px !important;
}
.slick-caption {
  top: 1%;
  position: absolute;
  padding: 80px 20px;
  margin-left: 60px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  text-align: justify;
  height: 100%;
}
.slick-caption h2 {
  color: #fff;
  font-size: 48px;
  line-height: 52px;
  display: inline;
}
.slick-caption h3 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}
.slick-slider .slick-slide {
  position: absolute;
}
.slick-slider .slick-slide:first-child {
  position: relative;
}
.slick-initialized.slick-slider .slick-slide,
.slick-initialized.slick-slider .slick-slide:first-child {
  position: relative;
}
.img-container {
  max-height: 500px;
  overflow: hidden;
}
#bio_ep {
  border-radius: 10px;
}
#bio_ep_close {
  background-color: #f69322;
}
#benefits {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
#benefits h3 {
  font-size: 1.25em;
  line-height: 1.2em;
}
#benefits li {
  list-style: none;
  float: left;
  width: 30%;
  padding: 10px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#benefits li img {
  height: 40px;
}
#benefits li.first {
  padding-left: 0;
}
#benefits li.last {
  margin-right: 0;
  border-right: none;
}
#benefits .benefits-body {
  text-align: justify;
}
.footer-container {
  background: #3d3d3d url(../images/logo-tile2.png) repeat;
  color: #fff;
}
.footer-container .footer {
  padding: 15px 25px 10px 25px;
}
.footer-container .footer h6 {
  color: #fff;
  border-bottom: 1px solid #ccc;
  margin: 0 0 0.3em 0;
}
.footer-container .footer ul li {
  list-style-type: none;
  font-size: 0.875em;
  line-height: 1.7142857em;
}
.footer-container .footer .span3 {
  width: 22%;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.7142857em;
}
.footer-container .footer .inline {
  text-align: center;
}
.footer-container .footer .span4 {
  color: #fff;
  margin: auto;
  width: 230px;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 0.875em;
  line-height: 1.7142857em;
}
.footer-container .footer a {
  color: #fff;
}
.footer-container .footer a:visited {
  color: #fff;
}
.footer-container .footer a:focus {
  color: #666;
}
.footer-container .footer a:hover {
  color: #f69322;
}
.footer-container .footer a:active {
  color: #fff;
}
.footer-bottom {
  width: 100%;
  background-color: #3d3d3d;
}
.footer-bottom div {
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
}
.testimonials h5 {
  height: 115px;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 1em;
  float: left;
  padding-right: 15px;
}
.testimonials li {
  padding-right: 10px;
  width: 47%;
  vertical-align: top;
}
.testimonials li p.testimonial {
  height: 140px;
  background: #fff url(../images/testmonial-background.png) no-repeat bottom left;
  padding: 5px;
  font-family: arial;
}
#sidebar {
  width: 22%;
  margin-right: 10px;
  float: right;
  background-color: #f6f7f9;
  padding-left: 10px;
  min-height: 400px;
  margin-bottom: 20px;
}
#sidebar h4 {
  margin-left: 15px;
  margin-right: 25px;
  border-bottom: 1px solid #ccc;
  color: #656565;
  padding-bottom: 10px;
}
.sidebar-bottom {
  float: left;
  width: 22%;
  text-align: center;
}
.sidebar-bottom .learn-more-button a {
  font-size: 1em;
}
ul.sidebar-list li {
  list-style-type: none !important;
  margin: 0 25px 10px 15px;
  padding-bottom: 10px;
  font-size: 0.75em;
}
ul.sidebar-list li.active a {
  color: #000;
}
.is-hidden {
  display: none;
}
.is-block,
.is-shown {
  display: block;
}
.is-uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.is-lowercase {
  text-transform: lowercase;
}
#grid {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
#grid div.horiz {
  height: 24px;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0;
}
#post-pagination {
  margin-top: 50px;
}
#post-pagination .previous.disabled {
  color: #ccc;
}
#post-pagination .next.disabled {
  color: #ccc;
}
#post-pagination .next {
  margin-left: 15px;
}
#post-pagination span {
  display: inline;
  font-size: 11px;
}
#post-pagination ul {
  display: inline;
  margin: 0 5px;
}
#post-pagination ul li {
  display: inline;
  font-size: 13px;
}
h1#blog-page-title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 40px;
}
.blog-list h2 {
  text-align: center;
  font-size: 1.4em;
  border-bottom: 1px solid #f2f2f2;
  padding: 5px;
  margin-top: 0;
}
.blog-list .readmore {
  font-size: 18px;
  color: #df861e;
}
.blog-list .muted {
  font-size: 0.8em;
}
.blog-list .publish-date {
  font-size: 11px;
  margin-top: 15px;
  margin-bottom: 60px;
  text-align: right;
}
.banner-button-video {
  margin-top: 50px;
  display: inline;
}
.carousel-caption3 .banner-button {
  margin-top: 50px;
  display: inline;
}
.ss-q-item-label {
  display: inline;
  float: left;
  width: 250px;
}
.carousel-caption .banner-button {
  margin-top: 50px;
  display: inline;
}
.blog-list .entry {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  float: left;
  width: 48%;
  margin-right: 20px;
  height: 600px;
  overflow-y: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 40px;
}
.blog-list .entry img {
  max-height: 200px;
}
.blog-list .entry div,
.blog-list .entry p {
  padding: 10px;
}
.blog-list .entry .blog-snippet {
  height: 425px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-list .entry .bio-thumb img {
  height: 50px;
  border-radius: 100%;
  float: left;
}
.width70 .blog-list .entry {
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: auto;
}
.blog-list .entry.last {
  margin-right: 0;
  width: 50%;
}
.blog-top-menu {
  margin-bottom: 15px;
}
.errorbox-good {
  margin-bottom: 5px;
}
.main-content-blog img {
  max-width: 60%;
  text-align: center;
}
.main-content-blog p.center-image {
  text-align: center;
}
.main-content-blog table tr td {
  border: 1px solid #ccc;
}
.main-content-blog .full-width img {
  max-width: 100%;
}
.main-content-blog li {
  color: #555;
  font-size: 1em;
  line-height: 1.8em;
  margin: 0 0 2em;
}
.blog-list h2 {
  margin-bottom: 0.4em;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 15px;
  min-height: 70px;
}
.blog-list h2 a {
  color: #0081c2;
}
.blog-list h2 a:hover {
  color: #333;
}
.main-content-blog p {
  font-size: 1em;
  margin: 0 0 2em;
  line-height: 1.8em;
  color: #555;
}
.main-content-blog p.muted {
  font-size: 0.75em;
  color: #999;
}
.main-content-blog .author-bio h4 {
  margin-bottom: 10px;
}
.main-content-blog .author-bio p {
  font-size: 14px;
  line-height: 2.5em;
}
.pricing-table .price {
  font-size: 20px;
}
.pricing .ui-slider-handle:focus {
  outline: 0;
}
.pricing #trial-form {
  width: 800px;
  height: auto;
  left: 40%;
}
.pricing .pricing-main {
  border: 1px solid #ccc;
}
.pricing .pricing-top {
  background-color: #ecf0f3;
  padding-top: 25px;
}
.pricing .pricing-top h2 {
  margin-top: 25px;
}
.pricing .pricing-bottom {
  padding: 20px;
  padding-left: 45px;
}
.pricing .left {
  float: left;
  width: 60%;
}
.pricing .right {
  float: left;
  width: 30%;
}
.pricing .slider-container {
  width: 80%;
  margin: 0 auto;
}
.pricing .slider-container span {
  font-size: 0.9em;
}
.pricing .num-user {
  padding: 15px 0;
  text-align: center;
}
.pricing #slider {
  margin-top: 200px;
}
.pricing .wrapper {
  padding: 10px;
}
.pricing .num-user {
  font-size: 15px;
}
.pricing .sidecar {
  position: absolute;
  top: -180px;
  left: -85px;
  width: 195px;
  height: 176px;
  padding: 30px;
  text-align: center;
  background: url(../images/bubble-bg.png) no-repeat scroll 0 0 #fff;
}
.pricing .sidecar .user {
  font-size: 28px;
  color: #2162a6;
}
.pricing .sidecar .price {
  color: #333;
}
.pricing .pricing-main {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.pricing .pricing-top .price {
  font-size: 70px;
  font-weight: 700;
  color: #f89406;
  vertical-align: middle;
}
.pricing .activiation-fee h2 {
  font-size: 18px;
  font-weight: 700;
}
.pricing .activiation-fee .price {
  font-size: 20px;
  color: #f89406;
}
.pricing .launch-services {
  text-align: left;
  font-size: 15px;
  line-height: 2em;
}
.pricing .launch-services h2 {
  font-size: 18px;
  font-weight: 700;
}
.pricing .launch-services .service-item {
  width: 30%;
  border: 1px solid #e1e1e1;
  padding: 15px;
  text-align: center;
  min-height: 220px;
  margin-left: 20px;
  border-radius: 15px;
  float: left;
  background-color: #f1f1f1;
}
.pricing .price {
  font-size: 20px;
  color: #f89406;
}
.pricing .ss-form-entry {
  width: 50%;
  float: left;
}
.pricing-side {
  width: 30%;
  float: right;
  padding: 15px;
  font-size: 16px;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  margin-top: 55px;
  margin-right: 44px;
}
.pricing-side a.btn {
  color: #fff;
}
#trial-form.home .ss-form-entry {
  width: 50%;
  float: left;
}
#qbvers .second {
  width: 30%;
}
#qbvers .third {
  width: 30%;
}
.post-share li {
  list-style: none;
  display: inline;
}
.bio-pic {
  margin-right: 15px;
}
.popover {
  max-width: 800px;
}
.ss-q-short {
  height: 30px !important;
}
.main-content.home {
  padding-top: 0;
}
h1.tour {
  margin-top: 15px;
}
.left-panel {
  float: left;
  width: 60%;
}
.right-signup {
  font-size: 14px;
  float: left;
  margin-left: 2%;
  width: 42%;
  padding: 10px 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-box-shadow: 4px 3px 12px -1px #aaa;
  -moz-box-shadow: 4px 3px 12px -1px #aaa;
  box-shadow: 4px 3px 12px -1px #aaa;
  border-radius: 10px;
  width: 38%;
}
.right-signup input[type="email"],
.right-signup input[type="text"],
.right-signup select {
  width: 52%;
  border-radius: 5px;
}
.right-signup .ss-q-item-label {
  width: 45%;
}
.right-signup .btn-success {
  float: right;
}
.webinar-date {
  font-size: 14px;
  padding-left: 15px;
}
.organge-box {
  border: 1px solid #f69524;
  padding: 10px;
}
#main-carousel {
  width: 100% !important;
  height: auto;
  min-height: 270px;
  max-height: 550px;
}
.carousel-caption {
  left: 30px;
  top: 60px;
  height: auto;
}
.carousel-caption .line1 {
  margin-top: 40px;
  font-size: 40px;
  line-height: 44px;
  text-shadow: 2px 2px #4d4d4c;
}
.carousel-caption .line2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  text-shadow: 2px 2px #4d4d4c;
}
.carousel-caption .banner-button a {
  font-size: 14px;
  padding: 10px;
}
.carousel-caption {
  left: 30px;
  top: 60px;
  height: auto;
}
.carousel-caption .line1 {
  margin-top: 40px;
  font-size: 40px;
  line-height: 44px;
  text-shadow: 2px 2px #4d4d4c;
}
.carousel-caption .line2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  text-shadow: 2px 2px #4d4d4c;
}
.carousel-caption .banner-button a {
  font-size: 14px;
  padding: 10px;
}
.carousel-caption2 {
  right: 30px;
  top: 60px;
  height: auto;
}
.carousel-caption2 .line2-1 {
  margin-top: 40px;
  font-size: 40px;
  line-height: 44px;
  text-shadow: 2px 2px #4d4d4c;
}
.carousel-caption2 .line2-2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  text-shadow: 2px 2px #4d4d4c;
}
.carousel-caption2 .banner-button a {
  font-size: 14px;
  padding: 10px;
}
.carousel-caption3 {
  left: 30px;
  top: 60px;
  height: auto;
}
.carousel-caption3 .line3-1 {
  margin-top: 40px;
  font-size: 40px;
  line-height: 44px;
  text-shadow: 2px 2px #4d4d4c;
}
.carousel-caption3 .line3-2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  text-shadow: 2px 2px #4d4d4c;
}
.carousel-caption3 .banner-button a {
  font-size: 14px;
  padding: 10px;
}
#page-carousel {
  width: 100% !important;
  height: auto;
  min-height: 270px;
  max-height: 550px;
}
.page-carousel-caption {
  left: 30px;
  top: 60px;
  height: auto;
}
.page-carousel-caption .line1 {
  margin-top: 40px;
  font-size: 40px;
  line-height: 44px;
  text-shadow: 2px 2px #4d4d4c;
}
.page-carousel-caption .line2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  text-shadow: 2px 2px #4d4d4c;
}
.banner-button-video a {
  font-size: 20px;
  padding: 10px;
}
.campaign-top {
  width: 100% !important;
}
.campaign-top img {
  width: 100% !important;
}
.clear {
  clear: both;
}
.none-active-plan {
  display: none !important;
}
.pricing-toggles {
  width: 99.5%;
  height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.pricing-toggles a {
  float: right;
  display: block;
  padding: 10px 15px;
  background: #f4f4f1;
  cursor: pointer;
}
.pricing-toggles a.active {
  background: #f7931e;
  color: #fff;
}
.pricing-toggles a.pricing-option-monthly {
  border-radius: 10px 0 0 10px;
  border-right: 1px solid #fff;
}
.pricing-toggles a.pricing-option-annual {
  border-radius: 0;
  border-right: 1px solid #fff;
}
.pricing-toggles a.pricing-option-four-year {
  border-radius: 0 10px 10px 0;
}
.pricing-plan-container {
  width: 100%;
  height: auto;
}
.pricing-plan-container .section {
  width: 33.33333%;
  height: auto;
  box-sizing: border-box;
  float: left;
}
.pricing-plan-container .section .price-box {
  padding-bottom: 10px;
  color: #7b7b7b;
  text-align: center;
  width: 98%;
  height: auto;
  min-height: 200px;
  background-color: #f4f4f1;
  margin: auto;
}
.pricing-plan-container .section .price-box h1 {
  color: #fff;
  font-size: 20px;
  background-color: #478baa;
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
}
.pricing-plan-container .section .price-box p.second-p {
  font-size: 15px;
  padding: 0 10px;
  min-height: 100px;
}
.pricing-plan-container .section .price-box span.big {
  font-size: 25px;
}
.pricing-plan-container .section .price-box span.bigstrike {
  font-size: 25px;
  color: #aa2323;
  text-decoration: line-through;
}
.pricing-plan-container .section .price-box span.small {
  font-size: 12px;
}
.pricing-plan-container .section .price-box .price-box-seperator {
  width: 93%;
  height: 3px;
  background: #fff;
  margin: auto;
  margin-top: 7px;
  margin-bottom: 7px;
}
.details-box {
  border: 1px solid #7dacc1;
  width: 98%;
  margin: auto;
  height: auto;
  background: #99c4d8;
  color: #000;
  margin-top: 10px;
  text-align: left;
  box-sizing: border-box;
  padding: 5px;
}
.details-box .details-content {
  height: auto;
  width: 100%;
  transition: all 0.3s;
  overflow: hidden;
}
.details-box .details-content.content-open {
  height: auto;
  max-height: 1500px;
  transition: all 0.3s;
}
.details-box .details-content span.small {
  font-size: 10px;
}
.details-box span.tick {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 7px;
  background: url(../images/tick-mark.png);
  background-position: center center;
  background-size: 15px;
  background-repeat: no-repeat;
}
.details-box .see-modules {
  text-align: center;
  padding: 10px 0;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.package-details-container {
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.package-details-container .package-details-button {
  cursor: pointer;
  color: #fff;
  background: #f7931e;
  width: 50%;
  height: auto;
  padding: 15px 0;
  border-radius: 8px;
  font-size: 15px;
  text-align: center;
  margin: auto;
}
span.info-mark {
  width: 20px;
  height: 20px;
  background: url(../images/info-mark.png);
  background-position: center center;
  background-size: 17px;
  background-repeat: no-repeat;
  margin-left: 5px;
  display: inline-block;
  margin-bottom: -4px;
}
span.filler {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: inline-block;
}
.word span:nth-child(2) {
  text-align: left;
  padding-left: 10px;
}
.package-details-container .package-details-content table {
  width: 100%;
  margin-top: 30px;
}
.package-details-container .package-details-content table tr td,
.package-details-container .package-details-content table tr th {
  text-align: center;
  font-size: 13px;
  color: #000;
  padding: 10px 0;
}
.package-details-container .package-details-content table tr td .word span:nth-child(2) {
  width: 180px;
  display: inline-block;
}
.package-details-container .package-details-content table tr th {
  background: #478baa;
  color: #fff;
  font-size: 17px;
}
.package-details-container .package-details-content table tr th.power {
  border-left: 2px solid #adcbd9;
  border-right: 2px solid #adcbd9;
}
.package-details-container .package-details-content table tr th.express {
  border-left: 2px solid #adcbd9;
}
.package-details-container .package-details-content table tr td:nth-child(1) {
  padding: 10px 0;
}
.package-details-container .package-details-content table tr:nth-child(even) {
  background: #fbfbfb;
}
.package-details-container .package-details-content table tr td span.tick {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 7px;
  background: url(../images/tick-mark.png);
  background-position: center center;
  background-size: 15px;
  background-repeat: no-repeat;
}
.tick {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 7px;
  background: url(../images/tick-mark.png);
  background-position: center center;
  background-size: 15px;
  background-repeat: no-repeat;
}
.package-details-container .package-details-content table tr td span.plus {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 7px;
  background: url(../images/plus-mark.png);
  background-position: center center;
  background-size: 15px;
  background-repeat: no-repeat;
}
.plus {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 7px;
  background: url(../images/plus-mark.png);
  background-position: center center;
  background-size: 15px;
  background-repeat: no-repeat;
}
.table-key {
  margin-left: 60px;
}
.table-key span.tick {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 7px;
  margin-left: 15px;
  background: url(../images/tick-mark.png);
  background-position: center center;
  background-size: 15px;
  background-repeat: no-repeat;
}
.table-key span.plus {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 7px;
  margin-left: 15px;
  background: url(../images/plus-mark.png);
  background-position: center center;
  background-size: 15px;
  background-repeat: no-repeat;
}
.word-container .word {
  cursor: pointer;
  padding: 5px 0;
}
.word-container .word-description {
  display: none;
  transition: all 0.3s;
}
.word-container .word:hover + .word-description {
  display: block !important;
  max-width: 400px;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  color: #fff;
  padding: 10px;
  transition: all 0.3s;
}
.pricing-bottom-blocks {
  margin-top: 80px;
}
.main-content.media {
  color: #555;
}
.b-link:visited {
  color: #f7951e;
}
.fa.fa-bars {
  padding: 15px;
  background-color: transparent;
  margin-right: 5%;
  float: right;
  z-index: 9999999;
}
.icon:active,
.icon:focus,
.icon:hover {
  color: #f69322;
}

@media screen and (max-width: 1023px) {
  .homepage-videos {
    display: none;
  }
  h1.tour {
    padding-top: 0;
  }
  .rward-logo-wrapper .img-li img {
    width: 15%;
  }
  #main-carousel {
    min-height: 200px;
    max-height: 550px;
    width: 100% !important;
    margin-left: 0;
    height: auto;
  }
  .carousel-inner {
    min-height: 270px;
    max-height: 550px;
  }
  .solutions-section-one {
    width: 50%;
  }
  .solutions-section-two {
    width: 50%;
  }
  .solutions-section-three {
    clear: both;
    width: 100%;
  }
  .banner-container {
    display: none;
  }
  .mylivechat_inline {
    display: none;
  }
  .btn.btn-info.btn-lg {
    margin-top: 5px;
  }
  .carousel-caption {
    position: absolute;
    left: 1%;
    top: 10%;
    width: 100%;
  }
  .carousel-caption .line1 {
    margin-top: 20px;
    font-size: 30px;
    line-height: 32px;
    text-shadow: 2px 2px #4d4d4c;
  }
  .carousel-caption .line2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    text-shadow: 2px 2px #4d4d4c;
  }
  .carousel-caption .banner-button a {
    font-size: 10px;
    padding: 5px;
  }
  .carousel-caption .banner-button {
    margin-top: 20px;
    display: inline;
  }
  .carousel-caption .banner-button-video {
    margin-top: 50px;
    display: inline;
  }
  .carousel-caption .banner-button-video a {
    font-size: 10px;
    padding: 5px;
  }
  .carousel-control.left,
  .carousel-control.right {
    margin-left: 0;
  }
  .awards-container {
    display: none;
  }
  .page-banners {
    margin-top: -70px;
    max-height: 400px;
    overflow: hidden;
  }
  .caption-line1 {
    text-shadow: 2px 2px #fff;
    font-family: Garamond, sans-serif;
    font-weight: 800;
    color: #4d4d4c;
    font-size: 24px;
    margin-left: 5px;
  }
  .caption-line2 {
    text-shadow: 2px 2px #fff;
    font-family: Garamond, sans-serif;
    color: #4d4d4c;
    font-size: 18px;
    margin-left: 5px;
  }
  .banner-container {
    min-width: auto;
    max-width: 1440px;
  }
  .main-content .home-banner-text {
    display: none;
    margin-top: 0;
    font-size: 10px;
  }
  .product-tour-image {
    width: 100%;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-tour {
    clear: both;
    padding-top: 10px;
    width: 100%;
  }
  .testimonials h5 {
    float: none;
  }
  .blog-list .entry {
    width: 100%;
    border: 0;
  }
  .blog-list .entry.last {
    width: 100%;
    border: 0;
  }
  .main-content.home {
    padding-top: 0;
  }
  .dropdown #aboutus-dropdown,
  .dropdown #partner-dropdown,
  .dropdown #pricing-dropdown,
  .dropdown #services-dropdown {
    background: #fff;
    width: 100%;
    text-align: center;
  }
  .dropdown #aboutus-dropdown li,
  .dropdown #partner-dropdown li,
  .dropdown #pricing-dropdown li,
  .dropdown #services-dropdown li {
    width: 100%;
  }
  .feature-block-bottom {
    width: 100%;
  }
  .dropdown #aboutus-dropdown li {
    margin-left: 0;
    text-align: center;
  }
  #sidebar {
    display: none;
  }
  .main-content.width70 {
    width: 100%;
    min-height: 750px;
  }
  #benefits li {
    width: 100%;
    float: none;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0;
    padding-top: 0;
  }
  #benefits .benefits-body {
    height: auto;
    text-align: justify;
  }
  .sidebar-bottom {
    padding-bottom: 15px;
  }
  .testimonials li {
    width: 100%;
    float: none;
    margin-left: 5px;
    margin-right: 5px;
  }
  .testimonials li p.testimonial {
    background: 0 0;
    height: auto;
    font-style: italic;
  }
  .left-panel {
    float: none;
    width: 100% !important;
  }
  .right-signup {
    float: none;
    width: 100% !important;
    margin-left: 0;
  }
  .right-signup .btn-success {
    float: none;
  }
  .pricing .pricing-top .left {
    width: 100%;
  }
  .pricing .pricing-top .right {
    width: 100%;
    text-align: center;
  }
  .pricing .launch-services .service-item {
    width: 90%;
    height: auto;
    margin-bottom: 10px;
  }
  .pricing .slider-container {
    float: none;
    width: 98%;
  }
  .pricing .pricing-side {
    float: none;
    margin-top: 10px;
  }
  .pricing #trial-form {
    width: 100%;
    left: 0;
  }
  .pricing .ss-q-item-label {
    float: none;
    display: block;
    width: 100%;
  }
  .pricing .pricing .ss-form-entry {
    float: none;
    width: 100%;
  }
  .pricing .slider-container {
    width: 100%;
    float: auto;
  }
  .pricing .pricing-side {
    width: 100%;
    float: auto;
  }
  .pricing .pricing-top {
    padding-top: 10px;
  }
  .campaign-top {
    width: 100% !important;
  }
  .campaign-top img {
    width: 100% !important;
  }
  #team .bio-pic {
    padding: 10px;
  }
  .fa.fa-bars,
  .fa.fa-close {
    float: right;
    margin-left: 0;
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .pricing-plan-container .section {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .pricing-plan-container .section .price-box p.second-p {
    min-height: initial;
  }
  .word span.info-mark {
    display: none;
  }
  .features-videos {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .package-details-container .package-details-content table tr td,
  .package-details-container .package-details-content table tr th {
    font-size: 9px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .banner-container .btn-banner {
    width: 190px;
  }
}</pre></body></html>