@charset "UTF-8";
/* Sass Document */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-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: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    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; }

.slick-arrow.slick-hidden {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif; }

html {
  -webkit-text-size-adjust: 100%; }

div, h1, h2, h3, h4, h5, p, ol, form, input, textarea, img, html, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

body {
  background: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #595959; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, audio, video {
  display: block; }

img {
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
  display: block; }

blockquote, q {
  quotes: none; }

table {
  border-spacing: 0;
  width: 100%; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

audio, canvas, video {
  display: block; }

audio:not([controls]) {
  display: none; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0; }

sub {
  font-size: 80%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 80%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

small {
  font-size: smaller; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

li {
  padding: 0;
  margin: 0; }

h2 {
  background: transparent;
  padding: 0;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 400; }

h3 {
  background-color: inherit;
  padding: 0;
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 400; }

h1, h2, h3, h4 {
  font-family: "Poppins", sans-serif; }

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
  outline: none;
  text-decoration: none;
  color: #005db9; }
  a:hover {
    background-color: transparent;
    color: #ef4544; }

.mb-0 {
  margin-bottom: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.genBtn {
  display: inline-block;
  background: #ffffff;
  color: #005db9;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  text-align: center;
  padding: 0 25px;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  height: 52px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px; }
  .genBtn:hover {
    border-color: #ffffff;
    background: transparent;
    color: #ffffff; }
  .genBtn.redBtn {
    background: #ef4544;
    color: #ffffff;
    border-color: #ef4544; }
    .genBtn.redBtn:hover {
      background: #ffffff;
      color: #ef4544; }

input[disabled],
submit[disabled] {
  cursor: default; }

button[type="submit"], button[type="reset"], button[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 0; }

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="url"] {
  padding: 0 10px;
  height: 44px;
  outline: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  color: #595959;
  border: 1px solid #acacac;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }
input[type="submit"], input[type="button"], input[type="reset"] {
  border: none;
  cursor: pointer;
  outline: none;
  font-family: "Poppins", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }
input[disabled] {
  cursor: default; }

select {
  padding: 0 10px;
  height: 44px;
  outline: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  color: #595959;
  border: 1px solid #acacac;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-family: "Poppins", sans-serif;
  outline: none;
  background: url(../images/select-arrow.png) no-repeat 100% center #ffffff; }
  select::-ms-expand {
    display: none; }

textarea {
  padding: 10px 10px;
  height: 82px;
  outline: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  color: #595959;
  border: 1px solid #acacac;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-family: "Poppins", sans-serif;
  outline: none;
  resize: vertical;
  display: block; }

::-webkit-input-placeholder {
  color: #c8c8c8; }

:-moz-placeholder {
  color: #c8c8c8; }

::-moz-placeholder {
  color: #c8c8c8; }

:-ms-input-placeholder {
  color: #c8c8c8; }

.error {
  color: #ef4544; }

.success {
  color: #009a49; }

.leftalign {
  text-align: left; }

.rightalign {
  text-align: right; }

.centeralign {
  text-align: center; }

.justifyalign {
  text-align: justify; }

.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

.alignright {
  float: right;
  margin: 0 0 15px 15px; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 22px; }
  p:empty {
    display: none; }
  p:last-child {
    margin-bottom: 0 !important; }

.flex, .priceMainPage .priceMain .priceFormMain .formTab ul, .homeService .listWrap, .homePlan .planwrapHome .planwrapMain, .featureSection .featuretab, .aboutpage .pageInner, .recourcePageTop .sectionMain, .blogSmall .allBlogs, .careerTop .jobWrap, .solutionsTop .topSection, .featureTop .featuremain .boxRow {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }

.middle, .mainHeader .menuSection .inner, .bannerMain .listWrap .sectionInner .list figure, .smallFooter .inner, .priceMainPage.newPricePage, .priceMainPage .priceMain .myselectedPlan, .homePlan .planwrapHome .planwrapMain .topBox, .homePlan .planwrapHome .planwrapMain .middleBox, .featureSection .featuretab .featureMenu .list, .customerSays .testimonialSlider .rowInner, .customerSec .list figure, .certified .list figure, .careerTop .jobWrap .list .top .titleBox, .careerBottom .list .left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.endAlign, .blogMainWrap .blogRow {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.centerCont, .bannerMain .listWrap .sectionInner, .whyAiris .listWrap, .certified .listWrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.noMid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start; }

.reverse, .blogMainWrap .blogRow:nth-child(odd), .featureTop .featuremain .boxRow:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.clear:after, .smallFooter .inner:after, .socialIcon ul:after, .mainFooter .footerTop .inner:after, .mainFooter .footerTop .footerAbout .socialIcon ul:after, .priceMainPage .priceMain .priceHead:after, .priceMainPage .priceMain .selectPlanTop:after, .priceMainPage .priceMain .selectPlanTop .right .planList:after, .priceMainPage .priceMain .planInfoBox .planInfo:after, .priceMainPage .priceMain .proceedRow:after, .priceMainPage .priceMain .billinginfo .saveInfo:after, .priceMainPage .priceMain .billinginfo .saveInfo .infoRow:after, .priceMainPage .priceMain .paymentDetails .paymentInfo:after, .priceMainPage .priceMain .paymentDetails .paymentInfo .buttonRow:after, .priceMainPage .priceMain .paymentDetails .paymentInfo .formRow:after, .priceMainPage .priceMain .paymentDetails .paymentInfo .formCol.couponCol .couponBox:after, .priceMainPage .priceMain .paymentDetails .paymentInfo .formCol.expdate .frmfld:after, .formCont .formRow:after, .faqSection .content:after, .customerSec .sliderLogo:after, .searchBar .formRow:after, .blogSmall .allBlogs .list .blogMeta:after, .blogByCategory .blogMenuSlide:after, .careerTop .jobWrap .list .bottom:after, .careerBottom .list:after, .careerBottom .list .right:after, .jobSearch .formRow:after, .jobSearch .popularSearch:after, .mInfo:after {
  content: "";
  display: table;
  clear: both; }

/****** */
.wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden; }

.container {
  width: 1190px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.mainHeader {
  background: #005db9;
  background: -moz-linear-gradient(left, #005db9 0%, #729eda 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #005db9), color-stop(100%, #729eda));
  background: -webkit-linear-gradient(left, #005db9 0%, #729eda 100%);
  background: -o-linear-gradient(left, #005db9 0%, #729eda 100%);
  background: -ms-linear-gradient(left, #005db9 0%, #729eda 100%);
  background: linear-gradient(to right, #005db9 0%, #729eda 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$blue', endColorstr='$color06', GradientType=1 ); }
  .mainHeader.featureHeader {
    position: relative;
    z-index: 0; }
  .mainHeader.solutionsHeader {
    position: relative;
    z-index: 0; }
  .mainHeader.homePage .headerInner {
    padding-bottom: 250px; }
  .mainHeader.headerbg {
    background-image: url(../images/bannergradient.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1; }
    .mainHeader.headerbg .headerInner {
      position: relative;
      z-index: 2;
      background-image: none; }
    .mainHeader.headerbg .bannerBackground {
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .mainHeader.headerbg .bannerBackground .mainImage {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        opacity: 0.13; }
      .mainHeader.headerbg .bannerBackground .bottomBg {
        position: absolute;
        top: 0;
        bottom: -2px;
        right: 0;
        z-index: 1;
        width: 100%;
        background-size: 100% auto;
        background-position: 100% 100%;
        background-image: url(../images/bannercurve.png);
        background-repeat: no-repeat; }
      .mainHeader.headerbg .bannerBackground:after {
        content: "";
        position: absolute;
        bottom: -90px;
        left: calc((100% - 1250px) / 2);
        z-index: 0;
        width: 528px;
        height: 617px;
        background-size: 100% auto;
        background-position: 0 0;
        background-image: url(../images/newPatternBanner.png);
        background-repeat: no-repeat;
        opacity: 0.2; }
  .mainHeader .headerInner {
    padding: 20px 0 65px;
    background-image: url(../images/logopattern.png);
    background-repeat: no-repeat;
    background-position: 45% 70px; }
  .mainHeader .headerTopBar {
    text-align: right;
    margin-bottom: 15px; }
    .mainHeader .headerTopBar .cal24hrs {
      display: inline-block;
      vertical-align: middle;
      font-size: 24.48px;
      font-weight: 400;
      line-height: 1.1;
      margin-right: 90px; }
      .mainHeader .headerTopBar .cal24hrs img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 22px; }
      .mainHeader .headerTopBar .cal24hrs a {
        display: inline-block;
        vertical-align: middle;
        color: #ffffff; }
    .mainHeader .headerTopBar .loginSec {
      display: inline-block;
      vertical-align: middle;
      font-size: 14.34px;
      font-weight: 400;
      line-height: 1.1;
      text-transform: capitalize; }
      .mainHeader .headerTopBar .loginSec a {
        display: inline-block;
        vertical-align: middle;
        color: #ffffff;
        margin-right: 23px; }
        .mainHeader .headerTopBar .loginSec a:hover {
          color: #ffffff; }
        .mainHeader .headerTopBar .loginSec a:last-child {
          margin-right: 0; }
        .mainHeader .headerTopBar .loginSec a.fillBtn {
          border: 2px solid #ffffff;
          line-height: 34px;
          height: 38px;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          -ms-border-radius: 8px;
          -o-border-radius: 8px;
          border-radius: 8px;
          background: #ffffff;
          color: #005db9;
          padding: 0 23px; }
          .mainHeader .headerTopBar .loginSec a.fillBtn:hover {
            background: transparent;
            color: #ffffff;
            border-color: #ffffff; }
  .mainHeader .menuSection {
    margin-bottom: 75px;
    position: relative;
    z-index: 2; }
    .mainHeader .menuSection .menuoverlay {
      display: none;
      position: fixed;
      z-index: 11;
      top: 0;
      height: 100%;
      left: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.5); }
    .mainHeader .menuSection .menuClose {
      position: absolute;
      top: 9px;
      left: -20px;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      display: block;
      z-index: 1;
      background: #005db9;
      font-size: 30px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      color: #ffffff; }
    .mainHeader .menuSection .inner {
      justify-content: space-between; }
    .mainHeader .menuSection .logo {
      float: left; }
      .mainHeader .menuSection .logo h1 {
        margin: 0;
        padding: 0; }
      .mainHeader .menuSection .logo a {
        display: block; }
    .mainHeader .menuSection .mainMenu {
      font-size: 18px;
      font-weight: 400;
      line-height: 1.1;
      margin-top: 10px;
      letter-spacing: 1px; }
      .mainHeader .menuSection .mainMenu.forDesktop {
        display: block; }
      .mainHeader .menuSection .mainMenu.ForMobile {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 12;
        background: #005db9;
        width: 250px;
        margin: 0 0;
        padding: 56px 0 30px;
        -webkit-transform: translateX(300px);
        -moz-transform: translateX(300px);
        -ms-transform: translateX(300px);
        -o-transform: translateX(300px);
        transform: translateX(300px);
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        height: 100%; }
        .mainHeader .menuSection .mainMenu.ForMobile.show {
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0); }
        .mainHeader .menuSection .mainMenu.ForMobile .menuWrap {
          max-height: calc((100vh - 56px) - 30px);
          overflow-y: scroll; }
        .mainHeader .menuSection .mainMenu.ForMobile ul {
          width: 100%;
          padding: 0 0;
          border-top: 1px solid #014c96; }
          .mainHeader .menuSection .mainMenu.ForMobile ul li {
            float: none;
            margin: 0;
            background: transparent;
            font-size: 20px;
            line-height: 1.1;
            border-bottom: 1px solid #014c96; }
            .mainHeader .menuSection .mainMenu.ForMobile ul li:after {
              content: normal; }
            .mainHeader .menuSection .mainMenu.ForMobile ul li.active a {
              background: #0352a0; }
            .mainHeader .menuSection .mainMenu.ForMobile ul li.active ul li a {
              background: #005db9; }
            .mainHeader .menuSection .mainMenu.ForMobile ul li.active ul li.active a {
              background: #0352a0; }
            .mainHeader .menuSection .mainMenu.ForMobile ul li.active ul li.active ul li.active a {
              background: #0352a0 !important; }
            .mainHeader .menuSection .mainMenu.ForMobile ul li.active ul li.active ul li a {
              background: #005db9; }
            .mainHeader .menuSection .mainMenu.ForMobile ul li.active ul li:hover ul li:hover a {
              background: #005db9; }
            .mainHeader .menuSection .mainMenu.ForMobile ul li a {
              padding: 7px 15px;
              color: #ffffff !important;
              font-weight: 400; }
            .mainHeader .menuSection .mainMenu.ForMobile ul li ul {
              position: static;
              opacity: 1 !important;
              visibility: visible !important;
              border-top: 1px solid #014c96;
              display: none; }
              .mainHeader .menuSection .mainMenu.ForMobile ul li ul li {
                font-size: 18px; }
                .mainHeader .menuSection .mainMenu.ForMobile ul li ul li:hover ul li:hover a {
                  background: #005db9; }
                .mainHeader .menuSection .mainMenu.ForMobile ul li ul li a {
                  color: #ffffff;
                  padding: 7px 15px 7px 30px; }
                .mainHeader .menuSection .mainMenu.ForMobile ul li ul li ul li:hover a {
                  background: transparent; }
                .mainHeader .menuSection .mainMenu.ForMobile ul li ul li ul li a {
                  font-size: 16px; }
                  .mainHeader .menuSection .mainMenu.ForMobile ul li ul li ul li a:before {
                    content: "> "; }
      .mainHeader .menuSection .mainMenu ul li {
        float: left;
        margin-right: 44px;
        position: relative;
        z-index: 0; }
        .mainHeader .menuSection .mainMenu ul li:after {
          content: "";
          position: absolute;
          z-index: 0;
          bottom: -9px;
          left: 0;
          right: 0;
          width: 0;
          height: 6px;
          display: block;
          margin: auto;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          background: #ef4544; }
        .mainHeader .menuSection .mainMenu ul li.active:after, .mainHeader .menuSection .mainMenu ul li:hover:after {
          width: 100%; }
        .mainHeader .menuSection .mainMenu ul li a {
          display: block;
          color: #ffffff; }
        .mainHeader .menuSection .mainMenu ul li:last-child {
          margin-right: 0; }
        .mainHeader .menuSection .mainMenu ul li.active ul li.active a, .mainHeader .menuSection .mainMenu ul li.active ul li:hover a {
          color: #ef4544; }
        .mainHeader .menuSection .mainMenu ul li.active ul li.active ul li a, .mainHeader .menuSection .mainMenu ul li.active ul li:hover ul li a {
          color: #7d7d7d; }
        .mainHeader .menuSection .mainMenu ul li.active ul li.active ul li.active a, .mainHeader .menuSection .mainMenu ul li.active ul li.active ul li:hover a, .mainHeader .menuSection .mainMenu ul li.active ul li:hover ul li.active a, .mainHeader .menuSection .mainMenu ul li.active ul li:hover ul li:hover a {
          background: #e2ebf2;
          color: #ef4544; }
        .mainHeader .menuSection .mainMenu ul li:hover ul {
          opacity: 1;
          visibility: visible;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          -ms-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          top: 100%; }
          .mainHeader .menuSection .mainMenu ul li:hover ul li:hover ul {
            opacity: 1;
            visibility: visible;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -ms-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }
          .mainHeader .menuSection .mainMenu ul li:hover ul li ul {
            top: 0;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0s;
            -moz-transition: 0s;
            -ms-transition: 0s;
            -o-transition: 0s;
            transition: 0s; }
        .mainHeader .menuSection .mainMenu ul li ul {
          position: absolute;
          left: 0;
          top: 50%;
          background: transparent;
          padding-top: 10px;
          z-index: 1;
          width: 220px;
          visibility: hidden;
          -webkit-transition: 0s;
          -moz-transition: 0s;
          -ms-transition: 0s;
          -o-transition: 0s;
          transition: 0s;
          opacity: 0; }
          .mainHeader .menuSection .mainMenu ul li ul li {
            float: none;
            margin: 0 0;
            border-bottom: 1px solid #f5f5f5;
            background: #ffffff; }
            .mainHeader .menuSection .mainMenu ul li ul li:after {
              content: normal; }
            .mainHeader .menuSection .mainMenu ul li ul li:last-child {
              border: none; }
            .mainHeader .menuSection .mainMenu ul li ul li a {
              color: #555555;
              padding: 10px 17px; }
            .mainHeader .menuSection .mainMenu ul li ul li:hover a {
              color: #ef4544; }
            .mainHeader .menuSection .mainMenu ul li ul li:hover ul li a {
              color: #7d7d7d; }
            .mainHeader .menuSection .mainMenu ul li ul li:hover ul li.active a, .mainHeader .menuSection .mainMenu ul li ul li:hover ul li:hover a {
              background: #e2ebf2;
              color: #ef4544; }
            .mainHeader .menuSection .mainMenu ul li ul li:hover ul {
              right: 100%; }
            .mainHeader .menuSection .mainMenu ul li ul li ul {
              left: auto;
              right: 90%;
              top: 0;
              width: 180px;
              padding-top: 0; }
              .mainHeader .menuSection .mainMenu ul li ul li ul li {
                border: none; }
                .mainHeader .menuSection .mainMenu ul li ul li ul li a {
                  font-size: 14px;
                  background: transparent; }
                .mainHeader .menuSection .mainMenu ul li ul li ul li.active a, .mainHeader .menuSection .mainMenu ul li ul li ul li:hover a {
                  background: #e2ebf2;
                  color: #ef4544; }
  .mainHeader .menuOpen {
    float: right;
    width: 25px;
    display: none; }
    .mainHeader .menuOpen em {
      display: block;
      height: 3px;
      background: #ffffff;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .mainHeader .menuOpen em:nth-child(2) {
        margin: 5px 0; }
    .mainHeader .menuOpen:hover em {
      background: #ef4544; }
  .mainHeader .bannerRow {
    color: #ffffff;
    position: relative;
    z-index: 1; }
    .mainHeader .bannerRow.pricePageBanner {
      padding-bottom: 142px; }
    .mainHeader .bannerRow .container {
      position: relative;
      z-index: 0; }
    .mainHeader .bannerRow h2 {
      font-size: 45px;
      line-height: 1.1;
      font-weight: 400;
      margin-bottom: 13px;
      color: #ffffff;
      letter-spacing: 3px; }
      .mainHeader .bannerRow h2:last-child {
        margin-bottom: 0; }
    .mainHeader .bannerRow h3 {
      font-size: 45px;
      line-height: 1.1;
      font-weight: 700;
      color: #ef4544;
      margin-bottom: 40px;
      letter-spacing: 3px; }
      .mainHeader .bannerRow h3:last-child {
        margin-bottom: 0; }
    .mainHeader .bannerRow a {
      line-height: 66px;
      height: 70px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px;
      background: #ffffff;
      color: #005db9;
      padding: 0 20px;
      display: inline-block;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 15px;
      border: 2px solid #ffffff;
      letter-spacing: 1px;
      min-width: 220px;
      text-align: center; }
      .mainHeader .bannerRow a:hover {
        background: transparent;
        color: #ffffff;
        border-color: #ffffff; }
    .mainHeader .bannerRow p {
      font-size: 21px;
      line-height: 1.4;
      letter-spacing: 1px; }
    .mainHeader .bannerRow span {
      display: block;
      margin-top: 17px; }
    .mainHeader .bannerRow .captionText {
      width: 745px;
      position: relative;
      z-index: 1; }
    .mainHeader .bannerRow figure {
      width: 428px;
      position: absolute;
      z-index: 0;
      right: 15px;
      top: -67px; }

.bannerMain {
  color: #363636; }
  .bannerMain h2 {
    font-weight: 600;
    color: #005db9;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 38px; }
  .bannerMain p {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 2px;
    text-align: center; }
    .bannerMain p strong {
      font-weight: 400;
      color: #ef4544; }
  .bannerMain .listWrap {
    padding: 90px 0;
    position: relative;
    z-index: 0; }
    .bannerMain .listWrap .container {
      position: relative;
      z-index: 1; }
    .bannerMain .listWrap:before {
      position: absolute;
      z-index: 0;
      content: "";
      width: 121px;
      height: 204px;
      background-image: url(../images/rightcut.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% auto;
      z-index: 0;
      right: 0;
      top: -170px; }
    .bannerMain .listWrap h3 {
      font-size: 26px;
      color: #005db9;
      text-transform: capitalize;
      line-height: 1;
      margin-bottom: 0; }
      .bannerMain .listWrap h3 a {
        color: #005db9; }
        .bannerMain .listWrap h3 a:hover {
          color: #ef4544; }
    .bannerMain .listWrap .sectionInner .list {
      width: calc(25% - 60px);
      margin: 0 40px;
      text-align: center;
      position: relative;
      z-index: 0; }
      .bannerMain .listWrap .sectionInner .list:after {
        content: "";
        position: absolute;
        z-index: 0;
        width: 1px;
        height: 115px;
        right: -40px;
        top: 20px;
        background: #a1a1a1; }
      .bannerMain .listWrap .sectionInner .list:first-child {
        margin-left: 0; }
      .bannerMain .listWrap .sectionInner .list:last-child {
        margin-right: 0; }
        .bannerMain .listWrap .sectionInner .list:last-child:after {
          content: normal; }
      .bannerMain .listWrap .sectionInner .list figure {
        height: 128px;
        width: 100%;
        margin-bottom: 24px; }
        .bannerMain .listWrap .sectionInner .list figure img {
          margin: 0 auto; }
      .bannerMain .listWrap .sectionInner .list .inner:hover h3 {
        color: #ef4544; }
        .bannerMain .listWrap .sectionInner .list .inner:hover h3 a {
          color: #ef4544; }
  .bannerMain .content {
    width: 850px;
    margin: 0 auto;
    text-align: center; }
  .bannerMain .screenWrap {
    width: 607px;
    margin: 0 auto;
    max-width: 100%;
    margin-top: -325px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1; }
    .bannerMain .screenWrap .screen {
      position: absolute;
      z-index: 0;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .bannerMain .screenWrap img {
      width: 100%;
      height: auto; }
    .bannerMain .screenWrap .laptop {
      width: 607px;
      margin: 0 auto;
      position: relative;
      z-index: 0;
      max-width: 100%; }
      .bannerMain .screenWrap .laptop .screen {
        top: 20px;
        bottom: 28px;
        left: 59px;
        right: 59px; }
    .bannerMain .screenWrap .ipad {
      width: 276px;
      position: relative;
      z-index: 0;
      margin-top: -183px;
      margin-left: -22px; }
      .bannerMain .screenWrap .ipad .screen {
        top: 17px;
        bottom: 18px;
        left: 18px;
        right: 18px; }

.smallFooter {
  background: url(../images/logopattern2.png) no-repeat 100% 0 #ef4544;
  color: #ffffff;
  padding: 45px 0 45px;
  position: relative;
  z-index: 0; }
  .smallFooter .inner {
    justify-content: space-between; }
  .smallFooter .left {
    width: calc(100% - 305px); }
  .smallFooter h2 {
    font-size: 31.99px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #ffffff; }
  .smallFooter p {
    font-size: 21.94px;
    font-weight: 400;
    line-height: 1.1; }
  .smallFooter .genBtn {
    width: 275px;
    font-size: 20px;
    line-height: 68px;
    height: 72px;
    letter-spacing: 1px;
    margin-right: -30px; }

.socialIcon ul li {
  float: left;
  margin-right: 18px;
  width: 40px; }
  .socialIcon ul li:last-child {
    margin-right: 0; }
  .socialIcon ul li a {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

.mainFooter h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: #4c4c4c;
  margin-bottom: 32px; }
.mainFooter .footerLogo {
  margin-bottom: 30px; }
.mainFooter .footerTop {
  background: #d7d7d7;
  padding: 53px 0 60px;
  color: #4c4d4e; }
  .mainFooter .footerTop .inner {
    justify-content: space-between; }
  .mainFooter .footerTop .footerBox {
    float: left;
    padding-top: 32px; }
    .mainFooter .footerTop .footerBox:first-child {
      padding-top: 0; }
  .mainFooter .footerTop .footerLeft {
    width: 330px;
    margin-right: 68px; }
    .mainFooter .footerTop .footerLeft ul li {
      padding-left: 47px;
      position: relative;
      z-index: 0;
      letter-spacing: 1px;
      margin-bottom: 28px; }
      .mainFooter .footerTop .footerLeft ul li:last-child {
        margin-bottom: 0; }
      .mainFooter .footerTop .footerLeft ul li:first-child img {
        top: 9px; }
      .mainFooter .footerTop .footerLeft ul li img {
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0; }
      .mainFooter .footerTop .footerLeft ul li a {
        color: #4e4e4e; }
        .mainFooter .footerTop .footerLeft ul li a:hover {
          color: #ef4544; }
    .mainFooter .footerTop .footerLeft p {
      font-size: 14px;
      line-height: 1.8;
      font-weight: 400; }
    .mainFooter .footerTop .footerLeft .footerRow {
      padding-bottom: 33px;
      margin-bottom: 33px;
      border-bottom: 1px solid #bdbdbd; }
      .mainFooter .footerTop .footerLeft .footerRow:first-child {
        padding-right: 65px;
        text-align: justify; }
      .mainFooter .footerTop .footerLeft .footerRow:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none; }
  .mainFooter .footerTop .footerProducts {
    width: 200px;
    margin-right: 68px; }
  .mainFooter .footerTop .footerResource {
    width: 200px; }
  .mainFooter .footerTop .footerAbout {
    width: 226px;
    float: right; }
    .mainFooter .footerTop .footerAbout .footerRow {
      margin-bottom: 100px; }
      .mainFooter .footerTop .footerAbout .footerRow:last-child {
        margin-bottom: 0; }
    .mainFooter .footerTop .footerAbout .languageSec span {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.1;
      letter-spacing: 1px; }
    .mainFooter .footerTop .footerAbout .languageSec .label {
      color: #005db9;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase; }
    .mainFooter .footerTop .footerAbout .languageSec .image {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden;
      margin-left: 13px;
      margin-right: 5px; }
    .mainFooter .footerTop .footerAbout .languageSec .name {
      color: #232323; }
    .mainFooter .footerTop .footerAbout .socialIcon {
      margin-bottom: 20px; }
      .mainFooter .footerTop .footerAbout .socialIcon ul li {
        width: 40px; }
  .mainFooter .footerTop .footerLinks {
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 1px; }
    .mainFooter .footerTop .footerLinks ul li {
      margin-bottom: 33px;
      text-transform: capitalize; }
      .mainFooter .footerTop .footerLinks ul li:last-child {
        margin-bottom: 0; }
      .mainFooter .footerTop .footerLinks ul li a {
        color: #4c4c4c; }
        .mainFooter .footerTop .footerLinks ul li a:hover {
          color: #ef4544; }
      .mainFooter .footerTop .footerLinks ul li.active a {
        color: #ef4544; }
.mainFooter .footerBottom {
  padding: 28px 0 28px;
  background: #ffffff;
  text-align: center;
  color: #4c4c4c; }
  .mainFooter .footerBottom .container {
    position: relative;
    z-index: 0; }
    .mainFooter .footerBottom .container .scrollToTop {
      position: absolute;
      z-index: 0;
      right: 15px;
      top: -63px; }
  .mainFooter .footerBottom ul {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 23px; }
    .mainFooter .footerBottom ul li {
      float: left;
      margin-right: 13px;
      padding-right: 13px;
      border-right: 1px solid #005db9;
      line-height: 1;
      font-size: 16.26px;
      font-weight: 400; }
      .mainFooter .footerBottom ul li:last-child {
        border: none;
        padding-right: 0;
        margin-right: 0; }
      .mainFooter .footerBottom ul li a {
        color: #005db9; }
        .mainFooter .footerBottom ul li a:hover {
          color: #ef4544; }
  .mainFooter .footerBottom p {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300; }

.section {
  padding: 105px 0 105px; }
  .section .secHead {
    text-align: center;
    padding-bottom: 70px; }
    .section .secHead h2 {
      color: #005db9;
      padding-top: 27px;
      margin-bottom: 27px;
      position: relative;
      z-index: 0;
      font-size: 48.92px;
      line-height: 1;
      font-weight: 600; }
      .section .secHead h2:last-child {
        margin-bottom: 0; }
      .section .secHead h2:before {
        position: absolute;
        content: "";
        display: block;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        height: 10px;
        width: 126px;
        background: url(../images/colorline.png) no-repeat 0 0 #ffffff;
        background-size: 100% 100%; }
      .section .secHead h2 strong {
        font-weight: inherit;
        color: #ef4544; }
    .section .secHead p {
      font-size: 28px;
      line-height: 1.4;
      color: #363636; }

.priceMainPage {
  padding-bottom: 125px; }
  .priceMainPage.newPricePage {
    padding: 60px 45px 60px;
    background: #005db9;
    min-height: 100vh; }
    .priceMainPage.newPricePage .priceMain {
      margin-top: 0; }
  .priceMainPage .newlogo {
    margin-bottom: 40px; }
    .priceMainPage .newlogo img {
      margin: 0 auto; }
  .priceMainPage .priceMain {
    background: #f4f3f3;
    padding: 28px 110px 86px;
    margin-top: -142px;
    position: relative;
    z-index: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #acacac;
    -webkit-box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.12); }
    .priceMainPage .priceMain.smallWidth {
      width: 800px;
      padding: 50px 50px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .priceMainPage .priceMain.smallWidth.fail h2 {
        color: #ef4544; }
      .priceMainPage .priceMain.smallWidth .icon {
        display: block;
        margin: 0 auto;
        width: 150px;
        margin-bottom: 10px; }
      .priceMainPage .priceMain.smallWidth h2 {
        color: #009a49;
        font-weight: bold;
        text-align: center;
        font-size: 40px;
        line-height: 1;
        margin-bottom: 20px; }
      .priceMainPage .priceMain.smallWidth .formCont .buttonRow {
        margin-bottom: 0;
        margin-top: 0; }
    .priceMainPage .priceMain .priceHead {
      margin-bottom: 64px; }
      .priceMainPage .priceMain .priceHead h2 {
        float: left;
        font-size: 36px;
        line-height: 1;
        font-weight: 400;
        color: #707070;
        margin-top: 26px;
        margin-bottom: 0; }
        .priceMainPage .priceMain .priceHead h2 em {
          font-style: normal;
          color: #005db9; }
      .priceMainPage .priceMain .priceHead figure {
        float: right; }
    .priceMainPage .priceMain .priceFormMain .priceForm {
      display: none; }
      .priceMainPage .priceMain .priceFormMain .priceForm.show {
        display: block; }
    .priceMainPage .priceMain .priceFormMain .formTab {
      padding-bottom: 33px;
      margin-bottom: 43px;
      border-bottom: 1px solid #acacac; }
      .priceMainPage .priceMain .priceFormMain .formTab ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        z-index: 0; }
        .priceMainPage .priceMain .priceFormMain .formTab ul:before {
          content: "";
          position: absolute;
          top: 22px;
          left: 0;
          right: 0;
          height: 3px;
          background: #c8c8c8;
          z-index: 0; }
        .priceMainPage .priceMain .priceFormMain .formTab ul li {
          position: relative;
          z-index: 0;
          text-align: center; }
          .priceMainPage .priceMain .priceFormMain .formTab ul li:first-child:before {
            content: "";
            position: absolute;
            top: 22px;
            left: 0;
            width: 50%;
            height: 3px;
            background: #f4f3f3;
            z-index: -1; }
          .priceMainPage .priceMain .priceFormMain .formTab ul li.active em {
            background: #009a49;
            cursor: pointer; }
          .priceMainPage .priceMain .priceFormMain .formTab ul li:last-child:first-child:before {
            content: "";
            position: absolute;
            top: 22px;
            right: 0;
            width: 50%;
            height: 3px;
            background: #f4f3f3;
            z-index: -1; }
          .priceMainPage .priceMain .priceFormMain .formTab ul li em {
            font-style: normal;
            width: 47px;
            height: 47px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background: #005db9;
            color: #ffffff;
            font-size: 17px;
            line-height: 47px;
            text-align: center;
            display: block;
            margin: 0 auto;
            -webkit-box-shadow: 0px 0px 0px 5px #ffffff;
            -moz-box-shadow: 0px 0px 0px 5px #ffffff;
            -ms-box-shadow: 0px 0px 0px 5px #ffffff;
            -o-box-shadow: 0px 0px 0px 5px #ffffff;
            box-shadow: 0px 0px 0px 5px #ffffff; }
          .priceMainPage .priceMain .priceFormMain .formTab ul li span {
            display: block;
            font-size: 11.49px;
            font-weight: 400;
            line-height: 1.4;
            color: #595959;
            padding-top: 10px; }
            .priceMainPage .priceMain .priceFormMain .formTab ul li span strong {
              font-weight: 400;
              display: block;
              color: #005db9; }
    .priceMainPage .priceMain .selectPlanTop {
      margin-bottom: 37px; }
      .priceMainPage .priceMain .selectPlanTop .editPlan {
        float: right;
        font-size: 20px;
        line-height: 1.1;
        font-weight: 500;
        color: #ef4544;
        display: none; }
        .priceMainPage .priceMain .selectPlanTop .editPlan:hover {
          color: #005db9; }
      .priceMainPage .priceMain .selectPlanTop .left {
        float: left;
        width: 280px; }
        .priceMainPage .priceMain .selectPlanTop .left h2 {
          font-size: 24px;
          line-height: 1.1;
          font-weight: 500;
          color: #005db9;
          text-transform: capitalize;
          margin-bottom: 7px;
          letter-spacing: 2px; }
        .priceMainPage .priceMain .selectPlanTop .left h3 {
          font-size: 18px;
          font-weight: 400;
          color: #595959;
          text-transform: capitalize;
          line-height: 1.3;
          letter-spacing: 2px;
          margin-bottom: 0; }
      .priceMainPage .priceMain .selectPlanTop .right {
        float: right;
        width: 600px; }
        .priceMainPage .priceMain .selectPlanTop .right .planExp {
          display: block;
          color: #009a49;
          border: 1px solid #009a49;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          -ms-border-radius: 8px;
          -o-border-radius: 8px;
          border-radius: 8px;
          height: 52px;
          line-height: 50px;
          text-align: center;
          font-size: 22px;
          font-weight: 700;
          letter-spacing: 1px;
          margin-bottom: 16px; }
        .priceMainPage .priceMain .selectPlanTop .right .planList.licenseList .planCol:after {
          content: normal; }
        .priceMainPage .priceMain .selectPlanTop .right .planList.licenseList .planCol h4 {
          font-size: 24px;
          font-weight: 500; }
        .priceMainPage .priceMain .selectPlanTop .right .planList .planCol {
          float: left;
          width: calc(25% - 12px);
          margin-right: 16px;
          border-width: 4px;
          border-color: #acacac;
          border-style: solid;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          -ms-border-radius: 8px;
          -o-border-radius: 8px;
          border-radius: 8px;
          text-align: center;
          padding: 25px 15px 22px;
          min-height: 155px;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          margin-top: 0;
          position: relative;
          z-index: 0; }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop {
            padding: 0;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
            .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop * {
              background: transparent !important; }
            .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop h4 {
              margin: 0; }
            .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop .contact_us {
              display: block;
              padding: 25px 15px 22px; }
              .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop .contact_us span {
                background-color: transparent;
                font-size: 16px;
                color: #ffffff;
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s; }
            .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop.monthlyPlan {
              background-color: #5792ce;
              border-color: #005db9; }
              .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop.monthlyPlan h4 {
                color: #ffffff; }
              .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop.monthlyPlan:hover {
                background-color: #ffffff; }
                .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop.monthlyPlan:hover .contact_us span {
                  color: #005db9; }
                .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop.monthlyPlan:hover h4 {
                  color: #005db9; }
            .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop.semiPlan {
              background-color: #f7d07a;
              border-color: #f3bc41; }
              .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop.semiPlan h4 {
                color: #ffffff; }
              .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop.semiPlan:hover {
                background-color: #ffffff; }
                .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop.semiPlan:hover .contact_us span {
                  color: #f3bc41; }
                .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop.semiPlan:hover h4 {
                  color: #f3bc41; }
            .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop.yearlyPlan {
              background-color: #fbad95;
              border-color: #f69679; }
              .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop.yearlyPlan h4 {
                color: #ffffff; }
              .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop.yearlyPlan:hover {
                background-color: #ffffff; }
                .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop.yearlyPlan:hover .contact_us span {
                  color: #f69679; }
                .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop.yearlyPlan:hover h4 {
                  color: #f69679; }
            .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop.freePlan {
              background-color: #a3f3c9;
              border-color: #009a49; }
              .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop.freePlan h4 {
                color: #ffffff; }
              .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop.freePlan:hover {
                background-color: #ffffff; }
                .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop.freePlan:hover .contact_us span {
                  color: #009a49; }
                .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.contactPop.freePlan:hover h4 {
                  color: #009a49; }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol input[type='radio'] {
            position: absolute;
            top: 0;
            z-index: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer; }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol:after {
            content: "";
            position: absolute;
            z-index: 0;
            left: 0;
            right: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 15px 14px 15px;
            bottom: -41px;
            margin: auto;
            opacity: 0; }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol .selected {
            content: "";
            opacity: 1;
            position: absolute;
            bottom: -21px;
            left: 0;
            right: 0;
            display: block;
            margin: auto;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            width: 40px;
            height: 40px;
            -webkit-transition: 0.1s;
            -moz-transition: 0.1s;
            -ms-transition: 0.1s;
            -o-transition: 0.1s;
            transition: 0.1s;
            opacity: 0;
            display: none; }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.active:after {
            opacity: 1; }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.active .selected {
            opacity: 1;
            display: block; }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol:last-child {
            margin-right: 0; }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.freePlan.active {
            border-color: #009a49; }
            .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.freePlan.active:after {
              border-color: transparent transparent #d0e6da transparent; }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.freePlan .selected {
            background-image: url(../images/check1.png); }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.freePlan h4 {
            color: #009a49; }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.freePlan:hover {
            border-color: #009a49; }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.monthlyPlan.active {
            border-color: #005db9; }
            .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.monthlyPlan.active:after {
              border-color: transparent transparent #d0ddea transparent; }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.monthlyPlan .selected {
            background-image: url(../images/check2.png); }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.monthlyPlan h4 {
            color: #005db9; }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.monthlyPlan:hover {
            border-color: #005db9; }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.semiPlan.active {
            border-color: #f3bc41; }
            .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.semiPlan.active:after {
              border-color: transparent transparent #f4e9d3 transparent; }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.semiPlan .selected {
            background-image: url(../images/check4.png); }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.semiPlan h4 {
            color: #f3bc41; }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.semiPlan:hover {
            border-color: #f3bc41; }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.yearlyPlan.active {
            border-color: #f69679; }
            .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.yearlyPlan.active:after {
              border-color: transparent transparent #f4e3de transparent; }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.yearlyPlan .selected {
            background-image: url(../images/check3.png); }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.yearlyPlan h4 {
            color: #f69679; }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol.yearlyPlan:hover {
            border-color: #f69679; }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol h4 {
            font-size: 16px;
            font-weight: 600;
            text-transform: capitalize;
            line-height: 1;
            margin-bottom: 15px;
            margin-left: -5px;
            margin-right: -5px; }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol span {
            display: block;
            padding: 9px 0;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -ms-border-radius: 8px;
            -o-border-radius: 8px;
            border-radius: 8px;
            color: #005db9;
            background: #dbe4ed;
            line-height: 1.2;
            margin-bottom: 15px; }
          .priceMainPage .priceMain .selectPlanTop .right .planList .planCol p {
            font-size: 12px;
            line-height: 1.4;
            margin-bottom: 0px; }
            .priceMainPage .priceMain .selectPlanTop .right .planList .planCol p em {
              font-style: normal;
              display: block;
              color: #ef4544; }
            .priceMainPage .priceMain .selectPlanTop .right .planList .planCol p.price {
              font-size: 16px;
              line-height: 1.3;
              font-weight: 500; }
            .priceMainPage .priceMain .selectPlanTop .right .planList .planCol p.interval {
              padding-top: 5px; }
    .priceMainPage .priceMain .planInfoBox {
      margin-bottom: 32px; }
      .priceMainPage .priceMain .planInfoBox .planInfo {
        padding: 35px 35px 45px;
        display: none;
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 1px; }
        .priceMainPage .priceMain .planInfoBox .planInfo.show {
          display: block; }
        .priceMainPage .priceMain .planInfoBox .planInfo ul li {
          padding-left: 34px;
          position: relative;
          z-index: 0;
          background-position: 0 7px;
          background-repeat: no-repeat;
          margin-bottom: 15px; }
          .priceMainPage .priceMain .planInfoBox .planInfo ul li:last-child {
            margin-bottom: 0; }
        .priceMainPage .priceMain .planInfoBox .planInfo p {
          font-size: 14px;
          line-height: 1.6;
          letter-spacing: 1px; }
        .priceMainPage .priceMain .planInfoBox .planInfo h2 {
          padding-top: 26px;
          position: relative;
          z-index: 0;
          color: #191919;
          font-size: 24px;
          line-height: 1;
          font-weight: 600;
          margin-bottom: 22px; }
          .priceMainPage .priceMain .planInfoBox .planInfo h2:before {
            content: "";
            position: absolute;
            z-index: 0;
            top: 0;
            left: 0;
            width: 100px;
            height: 8px;
            background: #acacac; }
        .priceMainPage .priceMain .planInfoBox .planInfo.freePlan {
          background: #d0e6da; }
          .priceMainPage .priceMain .planInfoBox .planInfo.freePlan ul li {
            background-image: url(../images/tick.png); }
          .priceMainPage .priceMain .planInfoBox .planInfo.freePlan h2:before {
            background: #009a49; }
        .priceMainPage .priceMain .planInfoBox .planInfo.monthlyPlan {
          background: #d0ddea; }
          .priceMainPage .priceMain .planInfoBox .planInfo.monthlyPlan ul li {
            background-image: url(../images/tick2.png); }
          .priceMainPage .priceMain .planInfoBox .planInfo.monthlyPlan h2:before {
            background: #005db9; }
        .priceMainPage .priceMain .planInfoBox .planInfo.semiPlan {
          background: #f4e9d3; }
          .priceMainPage .priceMain .planInfoBox .planInfo.semiPlan ul li {
            background-image: url(../images/tick4.png); }
          .priceMainPage .priceMain .planInfoBox .planInfo.semiPlan h2:before {
            background: #f3bc41; }
        .priceMainPage .priceMain .planInfoBox .planInfo.yearlyPlan {
          background: #f4e3de; }
          .priceMainPage .priceMain .planInfoBox .planInfo.yearlyPlan ul li {
            background-image: url(../images/tick3.png); }
          .priceMainPage .priceMain .planInfoBox .planInfo.yearlyPlan h2:before {
            background: #f69679; }
        .priceMainPage .priceMain .planInfoBox .planInfo .left {
          float: left;
          width: calc(100% - 295px);
          padding-right: 30px; }
        .priceMainPage .priceMain .planInfoBox .planInfo .right {
          float: right;
          width: 295px; }
    .priceMainPage .priceMain .myselectedPlan {
      border-bottom: 1px solid #acacac;
      padding-bottom: 55px;
      margin-bottom: 75px; }
      .priceMainPage .priceMain .myselectedPlan.hide {
        display: none; }
      .priceMainPage .priceMain .myselectedPlan .left {
        width: 427px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        border-width: 4px;
        border-style: solid;
        border-color: #acacac;
        color: #595959;
        padding: 0 20px;
        line-height: 85px;
        font-size: 22px;
        font-weight: 700;
        text-transform: capitalize;
        position: relative;
        z-index: 0;
        overflow: hidden;
        position: relative;
        z-index: 0; }
        .priceMainPage .priceMain .myselectedPlan .left.no_of_license span {
          position: relative;
          z-index: 0;
          bottom: 11px; }
        .priceMainPage .priceMain .myselectedPlan .left.no_of_license em {
          position: absolute;
          left: 20px;
          top: 15px;
          z-index: 0; }
        .priceMainPage .priceMain .myselectedPlan .left:after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0px;
          right: 23px;
          margin: auto;
          display: block;
          z-index: 0;
          width: 47px;
          height: 47px;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover; }
        .priceMainPage .priceMain .myselectedPlan .left span {
          display: block; }
        .priceMainPage .priceMain .myselectedPlan .left em {
          display: block;
          font-style: normal;
          font-size: 14px;
          font-weight: 500; }
        .priceMainPage .priceMain .myselectedPlan .left.freePlan {
          color: #009a49;
          border-color: #009a49; }
          .priceMainPage .priceMain .myselectedPlan .left.freePlan::after {
            background-image: url(../images/check1.png); }
        .priceMainPage .priceMain .myselectedPlan .left.monthlyPlan {
          color: #005db9;
          border-color: #005db9; }
          .priceMainPage .priceMain .myselectedPlan .left.monthlyPlan::after {
            background-image: url(../images/check2.png); }
        .priceMainPage .priceMain .myselectedPlan .left.semiPlan {
          color: #f3bc41;
          border-color: #f3bc41; }
          .priceMainPage .priceMain .myselectedPlan .left.semiPlan::after {
            background-image: url(../images/check4.png); }
        .priceMainPage .priceMain .myselectedPlan .left.yearlyPlan {
          color: #f69679;
          border-color: #f69679; }
          .priceMainPage .priceMain .myselectedPlan .left.yearlyPlan::after {
            background-image: url(../images/check3.png); }
      .priceMainPage .priceMain .myselectedPlan .right {
        width: calc(100% - 427px);
        text-align: right;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.4; }
    .priceMainPage .priceMain .proceedRow {
      margin-bottom: 0px;
      position: relative;
      z-index: 0; }
      .priceMainPage .priceMain .proceedRow a {
        color: #005db9; }
        .priceMainPage .priceMain .proceedRow a:hover {
          color: #ef4544; }
      .priceMainPage .priceMain .proceedRow input.checkTerms {
        cursor: pointer; }
      .priceMainPage .priceMain .proceedRow input[type='checkbox'] {
        position: absolute;
        z-index: 1;
        width: 17px;
        height: 17px;
        top: 0;
        left: 0;
        opacity: 0; }
        .priceMainPage .priceMain .proceedRow input[type='checkbox']:checked + em {
          background-position: 0 0px; }
        .priceMainPage .priceMain .proceedRow input[type='checkbox'] + em {
          display: inline-block;
          vertical-align: top;
          position: relative;
          z-index: 0;
          width: 16px;
          height: 16px;
          background: url(../images/checked.png) no-repeat 0 -16px;
          margin-right: 5px; }
      .priceMainPage .priceMain .proceedRow p {
        float: left;
        font-size: 12px;
        line-height: 1.3;
        margin-bottom: 0;
        margin-top: 18px; }
        .priceMainPage .priceMain .proceedRow p span {
          color: red; }
        .priceMainPage .priceMain .proceedRow p .required {
          padding-right: 15px; }
      .priceMainPage .priceMain .proceedRow .genBtn {
        height: 52px;
        width: 160px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        letter-spacing: 1px;
        background: #ef4544;
        border: 2px solid #ef4544;
        color: #ffffff;
        line-height: 48px;
        float: right; }
        .priceMainPage .priceMain .proceedRow .genBtn:hover {
          background: transparent;
          border-color: #ef4544;
          color: #ef4544; }
    .priceMainPage .priceMain .billinginfo {
      background: #ffffff;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      -o-border-radius: 7px;
      border-radius: 7px;
      -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
      -ms-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
      -o-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
      padding: 22px 33px 22px; }
      .priceMainPage .priceMain .billinginfo h2 {
        font-size: 24.07px;
        line-height: 1.1;
        font-weight: 500;
        color: #005db9;
        margin-bottom: 27px; }
        .priceMainPage .priceMain .billinginfo h2 a {
          float: right;
          font-size: 20px;
          color: #ef4544; }
          .priceMainPage .priceMain .billinginfo h2 a:hover {
            color: #005db9; }
      .priceMainPage .priceMain .billinginfo .saveInfo.editForm textarea {
        height: 170px;
        display: block; }
      .priceMainPage .priceMain .billinginfo .saveInfo.editForm .billing_address_preivew {
        display: none; }
      .priceMainPage .priceMain .billinginfo .saveInfo.editForm .infoRow {
        margin-bottom: 10px; }
        .priceMainPage .priceMain .billinginfo .saveInfo.editForm .infoRow .label {
          width: 100%;
          margin-bottom: 3px;
          float: none;
          display: block; }
        .priceMainPage .priceMain .billinginfo .saveInfo.editForm .infoRow .value {
          width: 100%;
          float: none; }
      .priceMainPage .priceMain .billinginfo .saveInfo.editForm .saveFromLeft,
      .priceMainPage .priceMain .billinginfo .saveInfo.editForm .saveFromRight {
        width: calc(50% - 10px);
        float: left; }
      .priceMainPage .priceMain .billinginfo .saveInfo.editForm .saveFromLeft {
        margin-right: 20px; }
      .priceMainPage .priceMain .billinginfo .saveInfo textarea {
        display: none; }
      .priceMainPage .priceMain .billinginfo .saveInfo .billing_address_preivew {
        display: block; }
      .priceMainPage .priceMain .billinginfo .saveInfo input,
      .priceMainPage .priceMain .billinginfo .saveInfo textarea {
        padding: 6px 10px;
        height: 34px; }
        .priceMainPage .priceMain .billinginfo .saveInfo input[disabled], .priceMainPage .priceMain .billinginfo .saveInfo input:read-only,
        .priceMainPage .priceMain .billinginfo .saveInfo textarea[disabled],
        .priceMainPage .priceMain .billinginfo .saveInfo textarea:read-only {
          margin-bottom: 0;
          margin-top: 0;
          height: auto;
          padding: 0;
          border: none;
          font-weight: 500;
          line-height: 1.5;
          color: #191919;
          resize: none; }
      .priceMainPage .priceMain .billinginfo .saveInfo input {
        padding: 0 10px; }
      .priceMainPage .priceMain .billinginfo .saveInfo .infoRow {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
        color: #191919;
        letter-spacing: 1px; }
        .priceMainPage .priceMain .billinginfo .saveInfo .infoRow span {
          float: left; }
        .priceMainPage .priceMain .billinginfo .saveInfo .infoRow .label {
          color: #595959;
          width: 198px; }
        .priceMainPage .priceMain .billinginfo .saveInfo .infoRow .value {
          width: calc(100% - 198px); }
          .priceMainPage .priceMain .billinginfo .saveInfo .infoRow .value p {
            font-size: 14px;
            line-height: 1.5;
            margin-bottom: 0; }
          .priceMainPage .priceMain .billinginfo .saveInfo .infoRow .value a {
            color: #191919; }
            .priceMainPage .priceMain .billinginfo .saveInfo .infoRow .value a:hover {
              color: #005db9; }
    .priceMainPage .priceMain .paymentDetails {
      padding-top: 45px;
      margin-top: 60px;
      border-top: 1px solid #acacac;
      display: none; }
      .priceMainPage .priceMain .paymentDetails .paymentHead {
        margin-bottom: 40px; }
        .priceMainPage .priceMain .paymentDetails .paymentHead h2 {
          font-size: 24px;
          line-height: 1.1;
          font-weight: 500;
          color: #005db9;
          text-transform: capitalize;
          margin-bottom: 7px;
          letter-spacing: 2px; }
        .priceMainPage .priceMain .paymentDetails .paymentHead h3 {
          font-size: 18px;
          font-weight: 400;
          color: #595959;
          text-transform: capitalize;
          line-height: 1.3;
          letter-spacing: 2px;
          margin-bottom: 0; }
      .priceMainPage .priceMain .paymentDetails .paymentInfo .paymentLeft {
        width: 50%;
        padding-right: 20px;
        float: left; }
      .priceMainPage .priceMain .paymentDetails .paymentInfo .paymentRight {
        width: 50%;
        padding-left: 50px;
        float: right; }
        .priceMainPage .priceMain .paymentDetails .paymentInfo .paymentRight h3 {
          color: #595959;
          font-size: 14px;
          line-height: 1.4;
          font-weight: 400;
          text-transform: uppercase; }
        .priceMainPage .priceMain .paymentDetails .paymentInfo .paymentRight table {
          width: 100%;
          border: 1px solid #acacac;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px; }
          .priceMainPage .priceMain .paymentDetails .paymentInfo .paymentRight table tbody tr:first-child th {
            -webkit-border-radius: 3px 0 0 0;
            -moz-border-radius: 3px 0 0 0;
            -ms-border-radius: 3px 0 0 0;
            -o-border-radius: 3px 0 0 0;
            border-radius: 3px 0 0 0; }
          .priceMainPage .priceMain .paymentDetails .paymentInfo .paymentRight table tbody tr:first-child td {
            -webkit-border-radius: 0 3px 0 0;
            -moz-border-radius: 0 3px 0 0;
            -ms-border-radius: 0 3px 0 0;
            -o-border-radius: 0 3px 0 0;
            border-radius: 0 3px 0 0; }
          .priceMainPage .priceMain .paymentDetails .paymentInfo .paymentRight table tfoot tr th,
          .priceMainPage .priceMain .paymentDetails .paymentInfo .paymentRight table tfoot tr td {
            font-weight: 600;
            border-bottom: none;
            background: #e8f4ff; }
          .priceMainPage .priceMain .paymentDetails .paymentInfo .paymentRight table tfoot tr th {
            -webkit-border-radius: 0 0px 0 3px;
            -moz-border-radius: 0 0px 0 3px;
            -ms-border-radius: 0 0px 0 3px;
            -o-border-radius: 0 0px 0 3px;
            border-radius: 0 0px 0 3px; }
          .priceMainPage .priceMain .paymentDetails .paymentInfo .paymentRight table tfoot tr td {
            -webkit-border-radius: 0 0 3px 0;
            -moz-border-radius: 0 0 3px 0;
            -ms-border-radius: 0 0 3px 0;
            -o-border-radius: 0 0 3px 0;
            border-radius: 0 0 3px 0; }
          .priceMainPage .priceMain .paymentDetails .paymentInfo .paymentRight table tr th,
          .priceMainPage .priceMain .paymentDetails .paymentInfo .paymentRight table tr td {
            background: #ffffff;
            font-weight: 400;
            font-size: 16px;
            padding: 10px 12px;
            border-right: 1px solid #acacac;
            border-bottom: 1px solid #acacac; }
            .priceMainPage .priceMain .paymentDetails .paymentInfo .paymentRight table tr th:last-child,
            .priceMainPage .priceMain .paymentDetails .paymentInfo .paymentRight table tr td:last-child {
              border-right: none; }
          .priceMainPage .priceMain .paymentDetails .paymentInfo .paymentRight table tr td {
            text-align: right; }
      .priceMainPage .priceMain .paymentDetails .paymentInfo .buttonRow {
        margin-bottom: 0; }
        .priceMainPage .priceMain .paymentDetails .paymentInfo .buttonRow .genBtn {
          float: right; }
      .priceMainPage .priceMain .paymentDetails .paymentInfo label {
        width: 100%;
        margin-top: 0;
        margin-bottom: 5px;
        text-transform: uppercase;
        float: none;
        display: block; }
      .priceMainPage .priceMain .paymentDetails .paymentInfo .frmfld {
        width: 100%;
        float: none; }
      .priceMainPage .priceMain .paymentDetails .paymentInfo .formCol {
        width: 100%;
        margin-right: 0; }
        .priceMainPage .priceMain .paymentDetails .paymentInfo .formCol.couponCol {
          width: 100%;
          margin-right: 0;
          max-width: 100%; }
          .priceMainPage .priceMain .paymentDetails .paymentInfo .formCol.couponCol .couponBox .frmfld.couponfld {
            float: left;
            width: calc(100% - 100px);
            float: left; }
          .priceMainPage .priceMain .paymentDetails .paymentInfo .formCol.couponCol .couponBox .genBtn {
            height: 44px;
            line-height: 40px;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 1px;
            padding: 0 10px;
            width: 90px;
            border-color: #005db9;
            background: #005db9;
            float: right;
            color: #ffffff; }
            .priceMainPage .priceMain .paymentDetails .paymentInfo .formCol.couponCol .couponBox .genBtn:hover {
              background: transparent;
              border-color: #005db9;
              color: #005db9; }
        .priceMainPage .priceMain .paymentDetails .paymentInfo .formCol .StripeElement {
          height: 44px;
          border: 1px solid #acacac;
          background: #ffffff;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px;
          padding: 11px 10px; }
          .priceMainPage .priceMain .paymentDetails .paymentInfo .formCol .StripeElement iframe {
            height: 20px !important; }
        .priceMainPage .priceMain .paymentDetails .paymentInfo .formCol.cvv {
          width: 50%;
          padding-left: 30px;
          margin-right: 0; }
        .priceMainPage .priceMain .paymentDetails .paymentInfo .formCol.expdate {
          width: 50%; }
          .priceMainPage .priceMain .paymentDetails .paymentInfo .formCol.expdate .frmfld {
            border: 1px solid #acacac;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            background: #ffffff;
            overflow: hidden; }
            .priceMainPage .priceMain .paymentDetails .paymentInfo .formCol.expdate .frmfld em {
              float: left;
              font-style: normal;
              line-height: 42px;
              width: 20px;
              text-align: center; }
            .priceMainPage .priceMain .paymentDetails .paymentInfo .formCol.expdate .frmfld input {
              border: none;
              float: left;
              width: calc(50% - 10px);
              -webkit-border-radius: 0px;
              -moz-border-radius: 0px;
              -ms-border-radius: 0px;
              -o-border-radius: 0px;
              border-radius: 0px;
              height: 42px;
              text-align: center; }
              .priceMainPage .priceMain .paymentDetails .paymentInfo .formCol.expdate .frmfld input:last-child {
                float: right; }

.contactPopup {
  width: 705px;
  max-width: calc(100% - 60px);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .contactPopup.fancybox-content {
    border: 4px solid #ccc; }
  .contactPopup h4 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center; }
  .contactPopup .fancybox-close-small {
    background-color: #ef4544; }
    .contactPopup .fancybox-close-small:hover {
      background-color: #ffffff;
      border: 2px solid #ef4544; }
      .contactPopup .fancybox-close-small:hover:after {
        color: #ef4544; }
    .contactPopup .fancybox-close-small:after {
      background: transparent !important;
      color: #ffffff;
      font-size: 34px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      outline: none !important; }
  .contactPopup .buttonRow {
    float: right;
    margin: 15px 0; }
  .contactPopup .formCont {
    position: relative;
    z-index: 0; }
    .contactPopup .formCont label {
      width: 100%;
      margin-top: 0;
      margin-bottom: 5px; }
    .contactPopup .formCont .frmfld {
      width: 100%; }
      .contactPopup .formCont .frmfld input {
        height: 30px; }
    .contactPopup .formCont .buttonRow {
      position: absolute;
      z-index: 0;
      right: 0;
      bottom: 0;
      margin: 0; }

.checkmsg {
  display: block;
  padding-top: 5px;
  color: #ef4544;
  font-style: normal;
  width: calc(100% - 180px); }

.genBtn.btn03 {
  margin-top: -49px; }
.genBtn.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.4; }

.formCont p.note {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  color: #595959; }
  .formCont p.note .required {
    color: #ef4544;
    padding-right: 18px; }
.formCont .buttonRow {
  margin-top: 40px;
  margin-bottom: 40px; }
  .formCont .buttonRow .genBtn {
    height: 52px;
    width: 160px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    letter-spacing: 1px;
    background: #ef4544;
    border: 2px solid #ef4544;
    color: #ffffff;
    line-height: 48px; }
    .formCont .buttonRow .genBtn:hover {
      background: transparent;
      border-color: #ef4544;
      color: #ef4544; }
.formCont label {
  color: #595959;
  font-size: 14px;
  line-height: 1.4;
  float: left;
  width: 141px;
  margin-top: 13px; }
.formCont .frmfld {
  float: right;
  width: calc(100% - 141px); }
.formCont .formRow {
  margin-bottom: 16px; }
  .formCont .formRow .formCol {
    float: left;
    width: calc(50% - 18px); }
    .formCont .formRow .formCol:first-child {
      margin-right: 36px; }
.formCont .uploadImage {
  position: relative;
  z-index: 0;
  cursor: pointer; }
  .formCont .uploadImage input {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
  .formCont .uploadImage span {
    padding: 0 10px 0 38px;
    height: 44px;
    line-height: 42px;
    outline: none;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    color: #595959;
    border: 1px solid #acacac;
    background-color: #ffffff;
    background-image: url(../images/clip.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-family: "Poppins", sans-serif;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
    .formCont .uploadImage span em {
      font-style: normal;
      padding-left: 5px; }

label .required,
p .required,
.termstar .required {
  color: #ef4544 !important; }

.homeService h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 22px;
  letter-spacing: 3px;
  color: #005db9; }
.homeService .listWrap .list {
  width: 25%;
  text-align: center; }
  .homeService .listWrap .list .inner {
    padding: 0 30px; }
    .homeService .listWrap .list .inner figure {
      margin: 0 auto 35px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #005db9;
      position: relative;
      z-index: 0;
      width: 150px;
      height: 150px; }
      .homeService .listWrap .list .inner figure img {
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
    .homeService .listWrap .list .inner p {
      font-size: 18px;
      line-height: 1.5;
      color: #747e80; }

.homePlan {
  overflow: hidden;
  background: #ebebeb; }
  .homePlan .homePlanTop {
    position: relative;
    z-index: 0; }
    .homePlan .homePlanTop:before {
      content: "";
      position: absolute;
      z-index: 0;
      background: #005db9;
      left: -50vw;
      width: 150vw;
      top: -105px;
      bottom: -182px;
      background: #7aa4dd;
      background: -moz-linear-gradient(top, #7aa4dd 0%, #005db9 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #7aa4dd), color-stop(100%, #005db9));
      background: -webkit-linear-gradient(top, #7aa4dd 0%, #005db9 100%);
      background: -o-linear-gradient(top, #7aa4dd 0%, #005db9 100%);
      background: -ms-linear-gradient(top, #7aa4dd 0%, #005db9 100%);
      background: linear-gradient(to bottom, #7aa4dd 0%, #005db9 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color23', endColorstr='$blue', GradientType=0 ); }
    .homePlan .homePlanTop .secHead {
      position: relative;
      z-index: 1; }
      .homePlan .homePlanTop .secHead p {
        color: #ffffff; }
      .homePlan .homePlanTop .secHead h2 {
        color: #ffffff; }
        .homePlan .homePlanTop .secHead h2:before {
          background-size: 0 0; }
  .homePlan .planwrapHome {
    position: relative;
    z-index: 0; }
    .homePlan .planwrapHome:last-child {
      margin-bottom: 0; }
    .homePlan .planwrapHome .planwrapMain {
      margin-bottom: 50px;
      position: relative;
      z-index: 0; }
      .homePlan .planwrapHome .planwrapMain:before {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: 114px;
        left: -50vw;
        height: 160px;
        width: 150vw;
        background: #ffffff; }
      .homePlan .planwrapHome .planwrapMain:last-child {
        margin-bottom: 0; }
      .homePlan .planwrapHome .planwrapMain .list {
        width: 25%;
        padding: 0 10px;
        text-align: center; }
        .homePlan .planwrapHome .planwrapMain .list .inner {
          -webkit-box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.12);
          -moz-box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.12);
          -ms-box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.12);
          -o-box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.12);
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          -ms-border-radius: 8px;
          -o-border-radius: 8px;
          border-radius: 8px;
          overflow: hidden;
          border: 1px solid #acacac; }
        .homePlan .planwrapHome .planwrapMain .list.freePlan.active .inner {
          -webkit-box-shadow: 0px 7px 16px #009a49;
          -moz-box-shadow: 0px 7px 16px #009a49;
          -ms-box-shadow: 0px 7px 16px #009a49;
          -o-box-shadow: 0px 7px 16px #009a49;
          box-shadow: 0px 7px 16px #009a49; }
        .homePlan .planwrapHome .planwrapMain .list.freePlan .topBox {
          background: #009a49;
          background: -moz-linear-gradient(-45deg, #009a49 0%, #ffffff 100%);
          background: -webkit-gradient(left top, right bottom, color-stop(0%, #009a49), color-stop(100%, #ffffff));
          background: -webkit-linear-gradient(-45deg, #009a49 0%, #ffffff 100%);
          background: -o-linear-gradient(-45deg, #009a49 0%, #ffffff 100%);
          background: -ms-linear-gradient(-45deg, #009a49 0%, #ffffff 100%);
          background: linear-gradient(135deg, #009a49 0%, #ffffff 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$green', endColorstr='$white', GradientType=1 );
          color: #000000; }
        .homePlan .planwrapHome .planwrapMain .list.freePlan .middleBox {
          padding: 0 42px; }
        .homePlan .planwrapHome .planwrapMain .list.monthlyPlan.active .inner {
          -webkit-box-shadow: 0px 7px 16px #1a81e6;
          -moz-box-shadow: 0px 7px 16px #1a81e6;
          -ms-box-shadow: 0px 7px 16px #1a81e6;
          -o-box-shadow: 0px 7px 16px #1a81e6;
          box-shadow: 0px 7px 16px #1a81e6; }
        .homePlan .planwrapHome .planwrapMain .list.monthlyPlan .topBox {
          background: #1a81e6;
          background: -moz-linear-gradient(-45deg, #1a81e6 0%, #ffffff 100%);
          background: -webkit-gradient(left top, right bottom, color-stop(0%, #1a81e6), color-stop(100%, #ffffff));
          background: -webkit-linear-gradient(-45deg, #1a81e6 0%, #ffffff 100%);
          background: -o-linear-gradient(-45deg, #1a81e6 0%, #ffffff 100%);
          background: -ms-linear-gradient(-45deg, #1a81e6 0%, #ffffff 100%);
          background: linear-gradient(135deg, #1a81e6 0%, #ffffff 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$blue3', endColorstr='$white', GradientType=1 );
          color: #000000; }
        .homePlan .planwrapHome .planwrapMain .list.semiPlan.active .inner {
          -webkit-box-shadow: 0px 7px 16px #f3bc41;
          -moz-box-shadow: 0px 7px 16px #f3bc41;
          -ms-box-shadow: 0px 7px 16px #f3bc41;
          -o-box-shadow: 0px 7px 16px #f3bc41;
          box-shadow: 0px 7px 16px #f3bc41; }
        .homePlan .planwrapHome .planwrapMain .list.semiPlan .topBox {
          background: #f3bc41;
          background: -moz-linear-gradient(-45deg, #f3bc41 0%, #ffffff 100%);
          background: -webkit-gradient(left top, right bottom, color-stop(0%, #f3bc41), color-stop(100%, #ffffff));
          background: -webkit-linear-gradient(-45deg, #f3bc41 0%, #ffffff 100%);
          background: -o-linear-gradient(-45deg, #f3bc41 0%, #ffffff 100%);
          background: -ms-linear-gradient(-45deg, #f3bc41 0%, #ffffff 100%);
          background: linear-gradient(135deg, #f3bc41 0%, #ffffff 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$gold', endColorstr='$white', GradientType=1 );
          color: #000000; }
        .homePlan .planwrapHome .planwrapMain .list.yearlyPlan.active .inner {
          -webkit-box-shadow: 0px 7px 16px #f69679;
          -moz-box-shadow: 0px 7px 16px #f69679;
          -ms-box-shadow: 0px 7px 16px #f69679;
          -o-box-shadow: 0px 7px 16px #f69679;
          box-shadow: 0px 7px 16px #f69679; }
        .homePlan .planwrapHome .planwrapMain .list.yearlyPlan .topBox {
          background: #f69679;
          background: -moz-linear-gradient(-45deg, #f69679 0%, #ffffff 100%);
          background: -webkit-gradient(left top, right bottom, color-stop(0%, #f69679), color-stop(100%, #ffffff));
          background: -webkit-linear-gradient(-45deg, #f69679 0%, #ffffff 100%);
          background: -o-linear-gradient(-45deg, #f69679 0%, #ffffff 100%);
          background: -ms-linear-gradient(-45deg, #f69679 0%, #ffffff 100%);
          background: linear-gradient(135deg, #f69679 0%, #ffffff 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$orange', endColorstr='$white', GradientType=1 );
          color: #000000; }
        .homePlan .planwrapHome .planwrapMain .list.yearlyPlan .middleBox .price {
          color: #005db9; }
      .homePlan .planwrapHome .planwrapMain .topBox {
        height: 112px;
        width: 100%;
        border-bottom: none; }
        .homePlan .planwrapHome .planwrapMain .topBox .topInner {
          width: 100%; }
        .homePlan .planwrapHome .planwrapMain .topBox h3 {
          font-size: 30px;
          line-height: 1;
          text-transform: capitalize;
          margin-bottom: 10px; }
        .homePlan .planwrapHome .planwrapMain .topBox .title {
          display: block;
          font-size: 19px;
          line-height: 1.1;
          font-weight: 400; }
        .homePlan .planwrapHome .planwrapMain .topBox .more {
          display: block;
          padding: 9px 0;
          width: 120px;
          margin: 0 auto;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          -ms-border-radius: 8px;
          -o-border-radius: 8px;
          border-radius: 8px;
          color: #005db9;
          background: #ffffff;
          line-height: 1.2;
          margin-bottom: 10px; }
      .homePlan .planwrapHome .planwrapMain .middleBox {
        height: 160px;
        width: 100%;
        background: #ffffff;
        padding: 0 20px; }
        .homePlan .planwrapHome .planwrapMain .middleBox .price {
          font-size: 30px;
          font-weight: 500;
          line-height: 1;
          color: #454546;
          font-family: "Raleway", sans-serif;
          display: block;
          margin-bottom: 3px; }
          .homePlan .planwrapHome .planwrapMain .middleBox .price sup {
            top: -5px;
            font-size: 16px;
            font-weight: 400; }
          .homePlan .planwrapHome .planwrapMain .middleBox .price sub {
            bottom: 2px;
            font-size: 13px;
            font-weight: 400; }
        .homePlan .planwrapHome .planwrapMain .middleBox p {
          font-size: 18px;
          line-height: 1.5; }
          .homePlan .planwrapHome .planwrapMain .middleBox p em {
            color: #ef4544;
            font-style: normal; }
          .homePlan .planwrapHome .planwrapMain .middleBox p strong {
            color: #005db9;
            font-style: normal;
            font-weight: 500;
            font-family: "Raleway", sans-serif; }
        .homePlan .planwrapHome .planwrapMain .middleBox .middleInner {
          width: 100%; }
      .homePlan .planwrapHome .planwrapMain .bottomBox {
        border-top: 1px solid #acacac;
        padding: 30px 0;
        background: #ffffff;
        position: relative;
        z-index: 0; }
        .homePlan .planwrapHome .planwrapMain .bottomBox input[type='radio'] {
          position: absolute;
          z-index: 0;
          visibility: hidden;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%; }
        .homePlan .planwrapHome .planwrapMain .bottomBox .genBtn {
          position: relative;
          z-index: 0;
          background: red;
          border-color: #ef4544;
          background: #ef4544;
          color: #ffffff;
          min-width: 158px;
          height: 52px;
          line-height: 48px;
          letter-spacing: 1px;
          font-size: 16px;
          font-weight: 500;
          cursor: pointer;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          .homePlan .planwrapHome .planwrapMain .bottomBox .genBtn:hover, .homePlan .planwrapHome .planwrapMain .bottomBox .genBtn.active {
            color: #ef4544;
            background: transparent;
            border-color: #ef4544; }
    .homePlan .planwrapHome .fullPlan .genBtn {
      display: block;
      letter-spacing: 2px;
      text-transform: capitalize;
      font-weight: 700;
      font-size: 22px;
      height: 92px;
      line-height: 88px;
      border-color: #009a49;
      color: #009a49; }
      .homePlan .planwrapHome .fullPlan .genBtn:hover {
        color: #ffffff;
        background: #009a49;
        border-color: #009a49; }

.getStarted {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #ffffff; }
  .getStarted h2 {
    font-size: 45px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 14px; }
    .getStarted h2 strong {
      font-weight: 600;
      color: #ef4544; }
  .getStarted p {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 30px; }
  .getStarted .genBtn {
    height: 70px;
    line-height: 66px;
    font-size: 20px;
    min-width: 275px; }
    .getStarted .genBtn:hover {
      background: #005db9;
      color: #ffffff; }

.faqSection {
  background: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .faqSection .topCircle {
    position: absolute;
    top: -100px;
    right: calc((100vw - 1155px) / 2);
    z-index: 0;
    width: 200px;
    height: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #005db9;
    opacity: 0.08; }
  .faqSection .bottomCircle {
    position: absolute;
    top: 250px;
    right: -210px;
    z-index: 0;
    width: 700px;
    height: 700px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: url(../images/staticquestion.png) no-repeat center center;
    background-size: cover; }
  .faqSection .container {
    position: relative;
    z-index: 1; }
  .faqSection .secHead {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0; }
    .faqSection .secHead h2 {
      line-height: 1.1;
      font-weight: 700;
      margin-bottom: 0; }
      .faqSection .secHead h2:before {
        right: auto; }
      .faqSection .secHead h2 strong {
        color: #ef4544; }
  .faqSection .content .faqLeft {
    float: left;
    width: calc(100% - 390px);
    padding-right: 40px; }
  .faqSection .content .faqRight {
    width: 390px;
    float: right; }
  .faqSection .faqList {
    margin-bottom: 20px;
    font-size: 14.99px;
    line-height: 2.2; }
    .faqSection .faqList:last-child {
      margin-bottom: 0; }
    .faqSection .faqList .question {
      font-size: 19.45px;
      font-weight: 400;
      line-height: 1.2;
      color: #595959;
      background: #ebebeb;
      padding: 23px 23px 23px 58px;
      letter-spacing: 1.2px;
      margin-bottom: 0;
      cursor: pointer;
      position: relative;
      z-index: 0;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .faqSection .faqList .question:before {
        content: "";
        left: 20px;
        top: 25px;
        width: 19px;
        height: 22px;
        position: absolute;
        z-index: 0;
        background: url(../images/question.png) no-repeat 0 -22px;
        background-size: 100% auto; }
      .faqSection .faqList .question.active, .faqSection .faqList .question:hover {
        color: #005db9; }
        .faqSection .faqList .question.active:before, .faqSection .faqList .question:hover:before {
          background-position: 0 0px; }
    .faqSection .faqList .answer {
      padding: 30px 0 8px 58px;
      color: #363636;
      position: relative;
      z-index: 0;
      display: none; }
      .faqSection .faqList .answer:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 25px;
        top: 0;
        width: 2px;
        bottom: 15px;
        background: #005db9; }
      .faqSection .faqList .answer:after {
        content: "";
        position: absolute;
        z-index: 0;
        left: 14px;
        top: 40px;
        width: 24px;
        height: 24px;
        background: #005db9;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
      .faqSection .faqList .answer p {
        font-size: 15px;
        line-height: 2.2; }

.select2-container {
  max-width: 100%;
  width: 100% !important; }

.select2Box .select2-container--default .select2-selection--single {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .select2Box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px; }
  .select2Box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    background: url(../images/select-arrow.png) no-repeat 2px center transparent; }
    .select2Box .select2-container--default .select2-selection--single .select2-selection__arrow b {
      opacity: 0; }
.select2Box .select2-container .select2-selection--single {
  height: 44px; }

.companyCodeInfo {
  display: block;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
  color: #005db9;
  margin-top: 4px; }
  .companyCodeInfo em {
    font-style: normal; }
  .companyCodeInfo i {
    margin-right: 6px; }

#card-element {
  float: left;
  width: 100%;
  font-size: 13px; }

.carderror {
  color: #ef4544; }
  .carderror.visible .card_message {
    padding-top: 3px;
    display: block; }

p.couponMsg {
  font-size: 14px; }
  p.couponMsg.successMsg {
    color: #009a49; }
  p.couponMsg.errorMsg {
    color: #ef4544; }

.eulaPopup {
  width: 800px;
  max-width: calc(100% - 60px);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .eulaPopup.fancybox-content {
    border: 4px solid #ccc; }
  .eulaPopup .fancybox-close-small {
    background-color: #ef4544; }
    .eulaPopup .fancybox-close-small:hover {
      background-color: #ffffff;
      border: 2px solid #ef4544; }
      .eulaPopup .fancybox-close-small:hover:after {
        color: #ef4544; }
    .eulaPopup .fancybox-close-small:after {
      background: transparent !important;
      color: #ffffff;
      font-size: 34px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      outline: none !important; }
  .eulaPopup p:nth-child(2) strong {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center; }

.freeinfo {
  margin-top: 36px;
  font-size: 16px; }
  .freeinfo .fmsg,
  .freeinfo .fa {
    color: #005db9; }

.whyAiris {
  background: #f1f1f1;
  position: relative;
  z-index: 0; }
  .whyAiris:before {
    content: "";
    position: absolute;
    z-index: 0;
    background-image: url(../images/leftcut.png);
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 92px;
    height: 251px;
    left: 0;
    top: 525px; }
  .whyAiris .secHead {
    width: 760px;
    max-width: 100%;
    margin: 0 auto; }
  .whyAiris .container {
    position: relative;
    z-index: 1; }
  .whyAiris h3 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 28px;
    color: #363636;
    letter-spacing: 2px; }
    .whyAiris h3 a {
      color: #363636; }
      .whyAiris h3 a:hover {
        color: #ef4544; }
  .whyAiris .listWrap {
    text-align: center;
    color: #6e6d6d;
    margin-bottom: -80px; }
    .whyAiris .listWrap .list {
      width: calc(33.333333% - 28px);
      margin: 0 21px;
      margin-bottom: 80px; }
      .whyAiris .listWrap .list:first-child, .whyAiris .listWrap .list:nth-child(4n) {
        margin-left: 0; }
      .whyAiris .listWrap .list:last-child, .whyAiris .listWrap .list:nth-child(3n) {
        margin-right: 0; }
      .whyAiris .listWrap .list p {
        font-size: 13px;
        line-height: 2;
        font-weight: 400;
        letter-spacing: 1px; }
      .whyAiris .listWrap .list figure {
        width: 137px;
        height: 137px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
        z-index: 0;
        margin: 0 auto 15px; }
        .whyAiris .listWrap .list figure img {
          display: block;
          position: absolute;
          z-index: 0;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          opacity: 1; }
          .whyAiris .listWrap .list figure img:first-child {
            opacity: 1; }
          .whyAiris .listWrap .list figure img:last-child {
            opacity: 0; }
    .whyAiris .listWrap .inner:hover h3 {
      color: #005db9; }
      .whyAiris .listWrap .inner:hover h3 a {
        color: #005db9; }
        .whyAiris .listWrap .inner:hover h3 a:hover {
          color: #ef4544; }
    .whyAiris .listWrap .inner:hover figure img:first-child {
      opacity: 0; }
    .whyAiris .listWrap .inner:hover figure img:last-child {
      opacity: 1; }

.demoSection {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #ffffff; }
  .demoSection .inner {
    width: 64.3%; }
  .demoSection p {
    font-size: 28px;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 53px; }
    .demoSection p strong {
      font-weight: 600;
      color: #ef4544; }
  .demoSection .genBtn {
    height: 70px;
    line-height: 66px;
    font-size: 20px;
    padding: 0 38px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }

.featureSection {
  background: #ffffff;
  position: relative;
  z-index: 0; }
  .featureSection .circletop {
    position: absolute;
    z-index: 0;
    width: 146px;
    height: 146px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #ebebeb;
    right: calc((100% - 1130px) / 2);
    top: -74px; }
    .featureSection .circletop:after {
      content: "";
      position: absolute;
      z-index: 0;
      width: 43px;
      height: 43px;
      right: -18px;
      bottom: -54px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      background: #ebebeb; }
  .featureSection .featuretab .featureMenu {
    width: 245px; }
    .featureSection .featuretab .featureMenu .list {
      padding: 12px 15px;
      border: 1px solid #707070;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      -o-border-radius: 7px;
      border-radius: 7px;
      background-color: #ffffff;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      width: 100%;
      cursor: pointer;
      color: #808284;
      margin-bottom: 25px; }
      .featureSection .featuretab .featureMenu .list:last-child {
        margin-bottom: 0; }
      .featureSection .featuretab .featureMenu .list figure {
        width: 60px;
        height: 60px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #707070;
        overflow: hidden;
        position: relative;
        z-index: 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .featureSection .featuretab .featureMenu .list figure:before {
          content: "";
          position: absolute;
          z-index: 0;
          top: -1px;
          left: -1px;
          bottom: -1px;
          right: -1px;
          background: url(../images/circlegradien.png) no-repeat center center;
          background-size: cover;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          opacity: 0; }
        .featureSection .featuretab .featureMenu .list figure img {
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          .featureSection .featuretab .featureMenu .list figure img:first-child {
            opacity: 1; }
          .featureSection .featuretab .featureMenu .list figure img:last-child {
            opacity: 0; }
      .featureSection .featuretab .featureMenu .list span {
        width: calc(100% - 60px);
        padding-left: 15px;
        font-size: 14.64px;
        line-height: 1.4;
        font-weight: 400; }
        .featureSection .featuretab .featureMenu .list span em {
          font-style: normal;
          display: block;
          color: #abadae;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
      .featureSection .featuretab .featureMenu .list:hover, .featureSection .featuretab .featureMenu .list.active {
        background-color: #ebebeb;
        border-color: #ebebeb;
        color: #005db9; }
        .featureSection .featuretab .featureMenu .list:hover figure, .featureSection .featuretab .featureMenu .list.active figure {
          border-color: transparent; }
          .featureSection .featuretab .featureMenu .list:hover figure img:first-child, .featureSection .featuretab .featureMenu .list.active figure img:first-child {
            opacity: 0; }
          .featureSection .featuretab .featureMenu .list:hover figure img:last-child, .featureSection .featuretab .featureMenu .list.active figure img:last-child {
            opacity: 1; }
          .featureSection .featuretab .featureMenu .list:hover figure:before, .featureSection .featuretab .featureMenu .list.active figure:before {
            opacity: 1; }
        .featureSection .featuretab .featureMenu .list:hover span em, .featureSection .featuretab .featureMenu .list.active span em {
          color: #363636; }
  .featureSection .featuretab .featureCont {
    width: calc(100% - 245px);
    padding-left: 75px;
    color: #363636; }
    .featureSection .featuretab .featureCont .featurebox {
      position: relative; }
      .featureSection .featuretab .featureCont .featurebox .boxInner {
        display: none; }
      .featureSection .featuretab .featureCont .featurebox .tabTitleHead {
        display: none; }
    .featureSection .featuretab .featureCont h2 {
      font-size: 32px;
      line-height: 1;
      font-weight: 600;
      color: #005db9;
      padding-left: 45px;
      position: relative;
      z-index: 0;
      margin-bottom: 25px; }
      .featureSection .featuretab .featureCont h2:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0;
        bottom: 0;
        width: 25px;
        background: url(../images/smallline.png) repeat-x 0 0;
        background-size: auto 100%; }
      .featureSection .featuretab .featureCont h2 em {
        font-weight: 400;
        display: block;
        font-style: normal;
        color: #363636;
        padding-bottom: 3px; }
    .featureSection .featuretab .featureCont .topSec {
      width: 580px;
      font-size: 17.5px;
      line-height: 1.5;
      letter-spacing: 1px;
      margin-bottom: 15px; }
      .featureSection .featuretab .featureCont .topSec ul {
        margin-bottom: 50px; }
        .featureSection .featuretab .featureCont .topSec ul:last-child {
          margin-bottom: 0; }
        .featureSection .featuretab .featureCont .topSec ul li {
          position: relative;
          z-index: 0;
          padding-left: 45px;
          margin-bottom: 18px; }
          .featureSection .featuretab .featureCont .topSec ul li:last-child {
            margin-bottom: 0; }
          .featureSection .featuretab .featureCont .topSec ul li:before {
            content: "";
            position: absolute;
            z-index: 0;
            left: 0;
            top: 4px;
            background-image: url(../images/tick5.png);
            background-repeat: no-repeat;
            background-size: 100% auto;
            background-position: 0 0;
            width: 24px;
            height: 18px; }
      .featureSection .featuretab .featureCont .topSec .genBtn {
        background: #ef4544;
        color: #ffffff;
        border-color: #ef4544;
        margin-left: 45px; }
        .featureSection .featuretab .featureCont .topSec .genBtn:hover {
          background: #ffffff;
          color: #ef4544; }
    .featureSection .featuretab .featureCont .laptop {
      position: relative;
      z-index: 0; }
      .featureSection .featuretab .featureCont .laptop img {
        width: 100%;
        height: auto; }
      .featureSection .featuretab .featureCont .laptop .screen {
        position: absolute;
        z-index: 0;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      .featureSection .featuretab .featureCont .laptop.screen1 {
        width: 402px;
        position: absolute;
        top: 60px;
        right: -175px; }
        .featureSection .featuretab .featureCont .laptop.screen1:before {
          content: "";
          position: absolute;
          z-index: -1;
          background: #ebebeb;
          top: -110px;
          left: -30px;
          bottom: -100px;
          right: -10px;
          margin: auto;
          display: block;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%; }
        .featureSection .featuretab .featureCont .laptop.screen1 .screen {
          top: 13px;
          bottom: 26px;
          right: 49px;
          left: 49px; }
      .featureSection .featuretab .featureCont .laptop.screen2 {
        width: 840px;
        left: 235px; }
        .featureSection .featuretab .featureCont .laptop.screen2 .screen {
          top: 28px;
          bottom: 54px;
          right: 100px;
          left: 100px; }

.customerSays {
  background: #005db9;
  padding: 65px 0 0 0; }
  .customerSays .secHead {
    text-align: left;
    padding-left: 276px; }
    .customerSays .secHead h2::before {
      right: auto; }
  .customerSays .inner {
    padding: 0px 65px 0 65px; }
    .customerSays .inner .main {
      -webkit-border-radius: 12px 12px 0 0;
      -moz-border-radius: 12px 12px 0 0;
      -ms-border-radius: 12px 12px 0 0;
      -o-border-radius: 12px 12px 0 0;
      border-radius: 12px 12px 0 0;
      background: #ffffff;
      padding: 45px 50px 125px 110px;
      background-image: url(../images/testi.png);
      background-repeat: no-repeat;
      background-size: 180px auto;
      background-position: 102px 30px;
      position: relative;
      z-index: 0;
      -webkit-box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.5);
      -ms-box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.5);
      -o-box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.5); }
      .customerSays .inner .main:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: -54px;
        bottom: 152px;
        width: 130px;
        height: 130px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background: #005db9; }
      .customerSays .inner .main:after {
        content: "";
        position: absolute;
        z-index: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-color: #f1f1f1 transparent;
        border-style: solid;
        border-width: 0px 54px 54px 54px;
        margin: auto;
        display: block; }
  .customerSays .testimonialSlider {
    color: #707070; }
    .customerSays .testimonialSlider .rowInner figure {
      width: 276px;
      padding-right: 35px; }
      .customerSays .testimonialSlider .rowInner figure img {
        max-width: 100%;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%); }
    .customerSays .testimonialSlider .rowInner .textbox {
      width: calc(100% - 276px); }
      .customerSays .testimonialSlider .rowInner .textbox p {
        font-size: 21px;
        line-height: 1.8;
        letter-spacing: 1px;
        margin-bottom: 62px; }
      .customerSays .testimonialSlider .rowInner .textbox h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 5px;
        color: #000000; }
      .customerSays .testimonialSlider .rowInner .textbox span {
        display: block;
        font-size: 15px;
        line-height: 1; }
  .customerSays .slick-dots {
    text-align: right;
    float: right;
    margin-top: -18px;
    position: relative;
    z-index: 1;
    background: #ffffff; }
    .customerSays .slick-dots li {
      display: inline-block;
      vertical-align: top;
      margin-right: 13px; }
      .customerSays .slick-dots li:last-child {
        margin-right: 0; }
      .customerSays .slick-dots li.slick-active button {
        width: 47px;
        background: #ef4544; }
      .customerSays .slick-dots li:hover button {
        background: #ef4544; }
      .customerSays .slick-dots li button {
        padding: 0;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        -ms-border-radius: 9px;
        -o-border-radius: 9px;
        border-radius: 9px;
        width: 18px;
        height: 18px;
        border: 1px solid #ef4544;
        font-size: 0;
        line-height: 0;
        display: block;
        cursor: pointer;
        background: #ffffff;
        outline: none;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }

.slick-slide {
  outline: none; }

.customerSec {
  padding: 33px 0;
  background: #f1f1f1;
  position: relative;
  z-index: 0; }
  .customerSec .list {
    float: left;
    width: 20%;
    text-align: center;
    padding: 0 10px; }
    .customerSec .list:hover img {
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: grayscale(0%); }
    .customerSec .list img {
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      margin: 0 auto;
      max-height: 100%;
      cursor: pointer; }
    .customerSec .list figure {
      width: 100%;
      height: 80px; }

.certified {
  background-color: #ffffff;
  background-image: url(../images/cirtifiedbg.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 250px auto; }
  .certified .list {
    text-align: center;
    width: calc(25% - 60px);
    margin: 0 40px; }
    .certified .list:first-child {
      margin-left: 0; }
    .certified .list:last-child {
      margin-right: 0; }
    .certified .list figure {
      margin: 0 auto;
      border: 8px solid #005db9;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      height: 140px;
      width: 140px;
      overflow: hidden;
      margin-bottom: 20px; }
      .certified .list figure img {
        margin: 0 auto; }
    .certified .list h3 {
      font-weight: 600;
      color: #ef4544;
      line-height: 1;
      font-size: 22px;
      letter-spacing: 1px;
      margin-bottom: 8px; }
      .certified .list h3 a {
        color: #ef4544; }
        .certified .list h3 a:hover {
          color: #005db9; }
    .certified .list span {
      display: block;
      color: #838282;
      font-size: 18px;
      line-height: 1;
      letter-spacing: 1px; }

.aboutpage .secHead {
  padding-bottom: 0 !important;
  text-align: left; }
  .aboutpage .secHead h2 {
    margin-bottom: 40px; }
    .aboutpage .secHead h2 strong {
      font-weight: inherit;
      display: block;
      color: #ef4544; }
    .aboutpage .secHead h2:before {
      right: auto; }
  .aboutpage .secHead p {
    font-size: inherit;
    line-height: inherit;
    color: inherit; }
.aboutpage .pageLeft {
  width: calc(100% - 395px);
  padding-right: 72px; }
.aboutpage .pageRight {
  width: 395px;
  margin-top: 85px; }
  .aboutpage .pageRight .boxRow,
  .aboutpage .pageRight .section {
    margin-bottom: 175px; }
    .aboutpage .pageRight .boxRow:last-child,
    .aboutpage .pageRight .section:last-child {
      margin-bottom: 0; }
    .aboutpage .pageRight .boxRow p,
    .aboutpage .pageRight .section p {
      font-size: 15px;
      line-height: 1.9;
      font-weight: 400;
      margin-bottom: 15px; }
  .aboutpage .pageRight .section {
    padding: 0 0; }
  .aboutpage .pageRight .boxRow {
    background: #e2eaf2;
    padding: 33px 20px;
    font-size: 15px;
    line-height: 1.9;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px; }
    .aboutpage .pageRight .boxRow h2 {
      font-size: 18px;
      line-height: 1;
      font-weight: 700;
      margin-bottom: 16px;
      color: #595959; }
    .aboutpage .pageRight .boxRow .socialIcon {
      padding-top: 5px; }

.genSection {
  font-size: 15px;
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: 1px; }
  .genSection ul,
  .genSection ol {
    margin-bottom: 22px; }
    .genSection ul:last-child,
    .genSection ol:last-child {
      margin-bottom: 0; }
    .genSection ul li,
    .genSection ol li {
      margin-bottom: 6px;
      padding-left: 15px;
      position: relative; }
      .genSection ul li:before,
      .genSection ol li:before {
        content: "";
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        top: 0; }
      .genSection ul li:last-child,
      .genSection ol li:last-child {
        margin-bottom: 0; }
  .genSection ol {
    list-style: none; }
    .genSection ol li {
      counter-increment: li;
      padding-left: 20px; }
      .genSection ol li:before {
        content: counter(li) "."; }
  .genSection h2 {
    margin-top: 95px; }
    .genSection h2:first-child {
      margin-top: 0; }
  .genSection h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 22px; }
  .genSection h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px; }

.searchBar {
  padding: 34px 0;
  background: #ffffff; }
  .searchBar ::-webkit-input-placeholder {
    color: #6c7075; }
  .searchBar :-moz-placeholder {
    color: #6c7075; }
  .searchBar ::-moz-placeholder {
    color: #6c7075; }
  .searchBar :-ms-input-placeholder {
    color: #6c7075; }
  .searchBar select {
    background-image: url(../images/select-arrow2.png); }
  .searchBar label {
    display: block;
    font-size: 14px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 700;
    color: #005db9;
    letter-spacing: 1px;
    margin-bottom: 7px; }
  .searchBar .formRow .formCol {
    float: left;
    padding-right: 30px;
    width: 350px; }
  .searchBar .formRow .formcol2 {
    float: left;
    width: calc(100% - 700px); }
    .searchBar .formRow .formcol2 .searchBox {
      position: relative;
      z-index: 0; }
      .searchBar .formRow .formcol2 .searchBox input[type='text'] {
        padding-left: 40px; }
    .searchBar .formRow .formcol2 button {
      position: absolute;
      top: 12px;
      left: 10px;
      z-index: 0;
      border: none;
      background: transparent;
      width: 20px; }

.recourcePageTop {
  background: #f2f1f1;
  color: #707070; }
  .recourcePageTop .sectionMain {
    margin-bottom: -56px; }
    .recourcePageTop .sectionMain .list {
      width: calc(50% - 28px);
      margin-bottom: 56px; }
      .recourcePageTop .sectionMain .list:nth-child(odd) {
        margin-right: 56px; }
      .recourcePageTop .sectionMain .list p {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: 20px; }
      .recourcePageTop .sectionMain .list .readmore {
        color: #ef4544;
        font-size: 14px;
        line-height: 1.2;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600; }
        .recourcePageTop .sectionMain .list .readmore:hover {
          color: #005db9; }
  .recourcePageTop h3 {
    color: #303234;
    font-weight: 700;
    line-height: 1.2;
    font-size: 32px;
    margin-bottom: 15px; }

.blogSmall {
  background: #005db9;
  color: #ffffff; }
  .blogSmall .secHead {
    background: #ffffff;
    text-align: left;
    padding: 40px 40px;
    position: relative;
    padding-right: 315px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 45px; }
    .blogSmall .secHead h2 {
      padding: 0 0; }
      .blogSmall .secHead h2:before {
        content: normal; }
    .blogSmall .secHead p {
      font-size: 20px;
      line-height: 1.6;
      color: #707070; }
    .blogSmall .secHead .genBtn {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 40px;
      margin: auto;
      display: block;
      width: 165px;
      z-index: 0; }
  .blogSmall .allBlogs {
    margin-bottom: -21px; }
    .blogSmall .allBlogs .list {
      width: calc(50% - 21px);
      margin-bottom: 42px; }
      .blogSmall .allBlogs .list:nth-child(odd) {
        margin-right: 42px; }
      .blogSmall .allBlogs .list h3 {
        font-size: 32px;
        font-weight: 700;
        line-height: 1.2;
        color: #ffffff;
        margin-bottom: 12px; }
        .blogSmall .allBlogs .list h3 a {
          color: #ffffff; }
          .blogSmall .allBlogs .list h3 a:hover {
            color: #ef4544; }
      .blogSmall .allBlogs .list p {
        font-size: 18px;
        line-height: 1.55;
        opacity: 0.7;
        font-weight: 300;
        margin-bottom: 12px; }
      .blogSmall .allBlogs .list .blogMeta {
        font-size: 14px;
        line-height: 1.1; }
        .blogSmall .allBlogs .list .blogMeta span {
          margin-right: 15px; }
          .blogSmall .allBlogs .list .blogMeta span:last-child {
            margin-right: 0; }
          .blogSmall .allBlogs .list .blogMeta span .fa {
            margin-right: 6px; }

.blogByCategory .blogMenuSlide {
  padding: 0 68px; }
  .blogByCategory .blogMenuSlide .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 14px;
    z-index: 1;
    margin: auto;
    display: block;
    font-size: 0;
    line-height: 0;
    background: url(../images/arrow.png) no-repeat center center #005db9;
    border: none;
    width: 66px;
    height: 74px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer; }
    .blogByCategory .blogMenuSlide .slick-arrow:hover {
      background-color: #ef4544; }
    .blogByCategory .blogMenuSlide .slick-arrow.slick-prev {
      left: 0px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .blogByCategory .blogMenuSlide .slick-arrow.slick-next {
      right: 0px; }
.blogByCategory .blogMenu {
  font-size: 18px;
  background: #f1f1f1;
  line-height: 1.3;
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px; }
  .blogByCategory .blogMenu span {
    display: block;
    float: left;
    margin: 0 1px 0 0; }
    .blogByCategory .blogMenu span:last-child {
      margin-right: 0; }
    .blogByCategory .blogMenu span a {
      padding: 22px 33px 25px;
      color: #595959;
      background: transparent;
      display: block;
      -webkit-border-radius: 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0;
      -ms-border-radius: 10px 10px 0 0;
      -o-border-radius: 10px 10px 0 0;
      border-radius: 10px 10px 0 0;
      position: relative;
      z-index: 0; }
      .blogByCategory .blogMenu span a:after {
        content: "";
        position: absolute;
        bottom: 3px;
        left: 33px;
        right: 33px;
        height: 5px;
        background: #ef4544;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        opacity: 0; }
    .blogByCategory .blogMenu span.active a, .blogByCategory .blogMenu span:hover a {
      background: #ffffff;
      color: #005db9; }
    .blogByCategory .blogMenu span.active a:after {
      opacity: 1; }

.blogMainWrap {
  background: #f2f1f1; }
  .blogMainWrap .loadMore {
    text-align: center;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 600; }
  .blogMainWrap .blogPanel {
    margin-bottom: 70px; }
    .blogMainWrap .blogPanel:last-child {
      margin-bottom: 0; }
  .blogMainWrap .blogRow {
    margin-bottom: 70px; }
    .blogMainWrap .blogRow:last-child {
      margin-bottom: 0; }
    .blogMainWrap .blogRow:nth-child(odd) .text {
      padding-right: 30px; }
    .blogMainWrap .blogRow:nth-child(even) .text {
      padding-left: 30px; }
    .blogMainWrap .blogRow .text {
      width: 525px;
      float: right; }
    .blogMainWrap .blogRow h3 {
      font-size: 48px;
      font-weight: 700;
      line-height: 1.1;
      color: #005db9;
      position: relative;
      z-index: 0;
      padding-top: 35px;
      margin-bottom: 33px; }
      .blogMainWrap .blogRow h3:before {
        position: absolute;
        content: "";
        display: block;
        left: 0;
        margin: auto;
        top: 0;
        height: 10px;
        width: 120px;
        background: url(../images/colorline.png) no-repeat 0 0 #ffffff;
        background-size: 100% 100%; }
      .blogMainWrap .blogRow h3 em {
        color: #ef4544;
        font-style: normal;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .blogMainWrap .blogRow h3 a {
        color: #005db9; }
        .blogMainWrap .blogRow h3 a em {
          color: #ef4544; }
        .blogMainWrap .blogRow h3 a:hover {
          color: #ef4544; }
          .blogMainWrap .blogRow h3 a:hover em {
            color: #005db9; }
    .blogMainWrap .blogRow span {
      font-weight: 400;
      display: block;
      font-size: 14px;
      line-height: 1.2;
      margin-bottom: 30px; }
      .blogMainWrap .blogRow span em {
        font-weight: 600;
        font-style: normal;
        color: #ef4544; }
    .blogMainWrap .blogRow p {
      font-size: 15px;
      line-height: 1.8; }
    .blogMainWrap .blogRow .blogThumb {
      float: left;
      width: calc(100% - 525px);
      position: relative;
      z-index: 0; }
      .blogMainWrap .blogRow .blogThumb video {
        background-color: #000000; }
      .blogMainWrap .blogRow .blogThumb iframe,
      .blogMainWrap .blogRow .blogThumb video,
      .blogMainWrap .blogRow .blogThumb figure {
        outline: none;
        display: block;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
        .blogMainWrap .blogRow .blogThumb iframe img,
        .blogMainWrap .blogRow .blogThumb video img,
        .blogMainWrap .blogRow .blogThumb figure img {
          opacity: 0; }
      .blogMainWrap .blogRow .blogThumb img {
        width: 100%;
        height: auto; }

.careerTop {
  background: #e2eaf2; }
  .careerTop .loadMore {
    text-align: center;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 600; }
  .careerTop h2 {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 50px; }
  .careerTop .jobWrap {
    margin-bottom: 20px; }
    .careerTop .jobWrap:last-child {
      margin-bottom: -30px; }
    .careerTop .jobWrap .list {
      position: relative;
      z-index: 0;
      padding-bottom: 50px;
      width: calc(33.333333% - 20px);
      margin-right: 30px;
      margin-bottom: 30px;
      background: #ffffff;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
      -ms-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
      -o-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
      box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4); }
      .careerTop .jobWrap .list:nth-child(3n) {
        margin-right: 0; }
      .careerTop .jobWrap .list h3 {
        color: #161615;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.1;
        margin-bottom: 2px; }
        .careerTop .jobWrap .list h3 a {
          color: #161615; }
          .careerTop .jobWrap .list h3 a:hover {
            color: #005db9; }
      .careerTop .jobWrap .list .newTag {
        position: absolute;
        z-index: 0;
        top: 0;
        right: 33px;
        display: block;
        background: #ef4544;
        color: #ffffff;
        font-size: 10px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 7px 0;
        width: 40px;
        text-align: center; }
        .careerTop .jobWrap .list .newTag:after {
          content: "";
          position: absolute;
          z-index: 0;
          top: 100%;
          left: 0;
          right: 0;
          margin: auto;
          width: 0px;
          height: 0px;
          display: block;
          border-color: transparent #ef4544;
          border-style: solid;
          border-width: 0px 20px 10px 20px; }
      .careerTop .jobWrap .list .top {
        padding: 30px 27px; }
        .careerTop .jobWrap .list .top .content .row {
          padding-left: 43px;
          position: relative;
          z-index: 0;
          margin-bottom: 12px; }
          .careerTop .jobWrap .list .top .content .row:last-child {
            margin-bottom: 0; }
          .careerTop .jobWrap .list .top .content .row figure {
            position: absolute;
            z-index: 0;
            left: 0;
            top: 0; }
          .careerTop .jobWrap .list .top .content .row p {
            font-weight: 700;
            font-size: 8px;
            color: #000000;
            letter-spacing: 1px;
            line-height: 1.5;
            padding-top: 6px; }
          .careerTop .jobWrap .list .top .content .row ul li {
            margin-bottom: 0;
            font-size: 8px;
            color: #000000;
            letter-spacing: 1px;
            line-height: 1.5;
            position: relative;
            z-index: 0;
            padding-left: 10px; }
            .careerTop .jobWrap .list .top .content .row ul li:before {
              content: "*";
              position: absolute;
              z-index: 0;
              top: 0;
              left: 0;
              z-index: 0; }
        .careerTop .jobWrap .list .top .titleBox {
          margin-bottom: 30px; }
          .careerTop .jobWrap .list .top .titleBox figure {
            width: 62px;
            height: 62px;
            background: #005db9;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            position: relative;
            z-index: 0;
            overflow: hidden; }
            .careerTop .jobWrap .list .top .titleBox figure img {
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              margin: auto;
              z-index: 0; }
          .careerTop .jobWrap .list .top .titleBox .title {
            width: calc(100% - 62px);
            padding-left: 13px; }
            .careerTop .jobWrap .list .top .titleBox .title span {
              color: #6d6c6b;
              display: block;
              line-height: 18px;
              font-weight: 400;
              font-size: 12px;
              letter-spacing: 1px; }
              .careerTop .jobWrap .list .top .titleBox .title span .fa {
                margin-right: 8px;
                font-size: 18px;
                position: relative;
                top: 2px;
                z-index: 0; }
      .careerTop .jobWrap .list .bottom {
        padding: 8px 24px;
        height: 50px;
        border-top: 1px solid #acacac;
        position: absolute;
        bottom: 0;
        left: 3px;
        z-index: 0;
        right: 3px; }
        .careerTop .jobWrap .list .bottom span {
          float: left;
          padding-right: 18px;
          color: #626060;
          font-size: 8px;
          letter-spacing: 1px;
          line-height: 1.5;
          margin-top: 7px; }
          .careerTop .jobWrap .list .bottom span img {
            display: inline-block;
            vertical-align: middle;
            margin-right: 7px; }
        .careerTop .jobWrap .list .bottom .option {
          margin-top: 2px; }

.joblist .allJob {
  margin-bottom: 50px; }
.joblist .loadMore {
  text-align: center;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 400; }
.joblist .option {
  float: right;
  position: relative;
  z-index: 0; }
  .joblist .option .moreList {
    color: #000000;
    font-size: 22px;
    line-height: 30px;
    height: 30px; }
    .joblist .option .moreList:hover {
      color: #005db9; }
  .joblist .option .select {
    width: 114px;
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 0;
    background: #faf9f9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 0 7px;
    border: 1px solid #cccccc;
    display: none; }
    .joblist .option .select a {
      display: block;
      border-bottom: 1px solid #cccccc;
      padding: 10px 0;
      text-transform: uppercase;
      color: #8c8c8c;
      font-size: 12px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 1px; }
      .joblist .option .select a:last-child {
        border-bottom: none; }
      .joblist .option .select a:hover {
        color: #ef4544; }

.careerBottom {
  background: #e2eaf2; }
  .careerBottom h3 {
    color: #161615;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 6px; }
    .careerBottom h3 a {
      color: #161615; }
      .careerBottom h3 a:hover {
        color: #005db9; }
  .careerBottom .list {
    background: #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    padding: 30px 30px;
    background: #faf9f9;
    margin-bottom: 30px; }
    .careerBottom .list:last-child {
      margin-bottom: 0; }
    .careerBottom .list .left {
      width: calc(100% - 355px);
      padding-right: 30px;
      float: left; }
      .careerBottom .list .left figure {
        width: 79px;
        height: 79px;
        background: #005db9;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        position: relative;
        z-index: 0;
        overflow: hidden; }
        .careerBottom .list .left figure img {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          z-index: 0; }
      .careerBottom .list .left .title {
        width: calc(100% - 79px);
        padding-left: 30px; }
        .careerBottom .list .left .title span {
          color: #6d6c6b;
          display: block;
          line-height: 18px;
          font-weight: 400;
          font-size: 12px;
          letter-spacing: 1px; }
          .careerBottom .list .left .title span .fa {
            margin-right: 8px;
            font-size: 18px;
            position: relative;
            top: 2px;
            z-index: 0; }
    .careerBottom .list .right {
      float: right;
      width: 355px;
      margin-top: 24px; }
      .careerBottom .list .right span {
        float: left;
        padding-right: 18px;
        color: #626060;
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 1.5;
        margin-top: 7px; }
        .careerBottom .list .right span img {
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px; }

.jobSearch {
  background: #ffffff; }
  .jobSearch ::-webkit-input-placeholder {
    color: #6c7075; }
  .jobSearch :-moz-placeholder {
    color: #6c7075; }
  .jobSearch ::-moz-placeholder {
    color: #6c7075; }
  .jobSearch :-ms-input-placeholder {
    color: #6c7075; }
  .jobSearch h2 {
    color: #8c8c8c;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 35px;
    letter-spacing: 1px; }
    .jobSearch h2 strong {
      font-weight: inherit;
      color: #005db9; }
  .jobSearch .formRow .selectCategory {
    width: 320px;
    float: left;
    padding-right: 15px; }
  .jobSearch .formRow .searchBox {
    width: calc(100% - 320px);
    float: left;
    position: relative;
    z-index: 0; }
    .jobSearch .formRow .searchBox input {
      padding-left: 40px; }
    .jobSearch .formRow .searchBox button {
      position: absolute;
      top: 12px;
      left: 10px;
      z-index: 0;
      border: none;
      background: transparent;
      width: 20px; }
  .jobSearch .popularSearch {
    padding-left: 165px;
    position: relative;
    z-index: 0;
    min-height: 40px;
    padding-top: 15px; }
    .jobSearch .popularSearch h3 {
      color: #c7c6c5;
      font-size: 18px;
      font-weight: 400;
      line-height: 30px;
      height: 30px;
      position: absolute;
      left: 0;
      top: 25px;
      margin: 0 0 0; }
    .jobSearch .popularSearch span {
      font-size: 14px;
      line-height: 1.1;
      font-weight: 400;
      padding: 0 10px;
      line-height: 28px;
      height: 30px;
      float: left;
      border: 1px solid #acacac;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px;
      background: #ffffff;
      position: relative;
      z-index: 0;
      padding-right: 32px;
      margin: 10px 10px 0 0; }
      .jobSearch .popularSearch span em {
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0;
        right: 10px;
        width: 12px;
        height: 12px;
        display: block;
        margin: auto;
        cursor: pointer; }

.pageTitle {
  padding: 70px 0; }
  .pageTitle h2 {
    font-size: 48px;
    font-weight: 700;
    color: #005db9;
    margin-bottom: 0;
    line-height: 1; }
    .pageTitle h2 strong {
      font-weight: inherit;
      color: #ef4544; }

.bannerScreen {
  float: right;
  position: absolute;
  right: 15px;
  bottom: 0;
  z-index: 0;
  height: 261px;
  overflow: hidden; }
  .bannerScreen .screen {
    position: absolute;
    z-index: -1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .bannerScreen img {
    width: 100%;
    height: auto; }
  .bannerScreen .laptop {
    width: 462px;
    position: relative;
    z-index: 0;
    float: left; }
    .bannerScreen .laptop .screen {
      top: 15px;
      bottom: 29px;
      left: 55px;
      right: 55px; }
  .bannerScreen .ipad {
    width: 185px;
    position: relative;
    z-index: 0;
    float: left;
    margin-left: -75px;
    margin-top: 33px; }
    .bannerScreen .ipad .screen {
      top: 26px;
      bottom: 30px;
      left: 10px;
      right: 10px; }
  .bannerScreen .mobile {
    width: 90px;
    position: relative;
    z-index: 0;
    float: left;
    margin-left: -30px;
    margin-top: 95px; }
    .bannerScreen .mobile .screen {
      top: 5px;
      bottom: 5px;
      left: 6px;
      right: 6px; }

.solutionsTop .secHead {
  text-align: left;
  padding-bottom: 50px; }
  .solutionsTop .secHead h2:before {
    right: auto; }
.solutionsTop .topSection {
  margin-bottom: 40px; }
  .solutionsTop .topSection .content {
    width: 460px;
    font-size: 17.5px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 15px; }
    .solutionsTop .topSection .content p {
      font-size: 17.5px;
      line-height: 1.5;
      letter-spacing: 1px;
      margin-bottom: 40px; }
    .solutionsTop .topSection .content ul {
      margin-bottom: 40px; }
      .solutionsTop .topSection .content ul:last-child {
        margin-bottom: 0; }
      .solutionsTop .topSection .content ul li {
        position: relative;
        z-index: 0;
        padding-left: 45px;
        margin-bottom: 18px; }
        .solutionsTop .topSection .content ul li:last-child {
          margin-bottom: 0; }
        .solutionsTop .topSection .content ul li:before {
          content: "";
          position: absolute;
          z-index: 0;
          left: 0;
          top: 4px;
          background-image: url(../images/tick5.png);
          background-repeat: no-repeat;
          background-size: 100% auto;
          background-position: 0 0;
          width: 24px;
          height: 18px; }
  .solutionsTop .topSection .image {
    width: calc(100% - 460px);
    padding-left: 30px; }
    .solutionsTop .topSection .image img {
      margin: 0 auto; }
.solutionsTop .bottomSection img {
  margin: 0 auto; }

.SolutionsBottom .content {
  text-align: justify; }
.SolutionsBottom p {
  font-size: 17.5px;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 40px; }

.bannerImage {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 592px; }

.featureTop h3 {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  color: #005db9;
  padding-left: 45px;
  position: relative;
  z-index: 0;
  margin-bottom: 25px; }
  .featureTop h3:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    background: url(../images/smallline.png) repeat-x 0 0;
    background-size: auto 100%; }
  .featureTop h3 em {
    font-weight: 400;
    display: block;
    font-style: normal;
    color: #363636;
    padding-bottom: 3px; }
.featureTop .longScreen {
  width: 820px;
  float: left;
  position: relative;
  z-index: 0;
  margin-top: -280px;
  margin-left: -17px; }
.featureTop .laptop {
  width: 690px;
  position: relative;
  z-index: 0;
  float: right;
  margin-right: -260px; }
  .featureTop .laptop img {
    width: 100%;
    height: auto; }
  .featureTop .laptop .screen {
    position: absolute;
    z-index: -1;
    top: 23px;
    right: 81px;
    bottom: 44px;
    left: 81px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top; }
.featureTop .secHead {
  text-align: left; }
  .featureTop .secHead h2:before {
    right: auto; }
.featureTop .featuremain {
  background: #ffffff; }
  .featureTop .featuremain .boxRow {
    margin-bottom: 70px; }
    .featureTop .featuremain .boxRow:last-child {
      margin-bottom: 0; }
    .featureTop .featuremain .boxRow:nth-child(odd) h2 {
      color: #005db9;
      padding-top: 27px;
      margin-bottom: 27px;
      position: relative;
      z-index: 0;
      font-size: 48.92px;
      line-height: 1;
      font-weight: 600;
      margin-bottom: 60px; }
      .featureTop .featuremain .boxRow:nth-child(odd) h2:last-child {
        margin-bottom: 0; }
      .featureTop .featuremain .boxRow:nth-child(odd) h2:before {
        position: absolute;
        content: "";
        display: block;
        left: 0;
        top: 0;
        height: 10px;
        width: 126px;
        background: url(../images/colorline.png) no-repeat 0 0 #ffffff;
        background-size: 100% 100%; }
      .featureTop .featuremain .boxRow:nth-child(odd) h2 strong {
        font-weight: inherit;
        color: #ef4544; }
    .featureTop .featuremain .boxRow:nth-child(odd) .colRight {
      width: calc(100% - 470px);
      padding-left: 30px;
      margin-top: 55px; }
    .featureTop .featuremain .boxRow:nth-child(odd) .colLeft {
      width: 470px; }
    .featureTop .featuremain .boxRow:nth-child(even) h2 {
      font-size: 32px;
      line-height: 1;
      padding-left: 45px;
      position: relative;
      z-index: 0;
      margin-bottom: 25px;
      font-style: normal;
      color: #363636;
      font-weight: 400; }
      .featureTop .featuremain .boxRow:nth-child(even) h2:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0;
        bottom: 0;
        width: 25px;
        background: url(../images/smallline.png) repeat-x 0 0;
        background-size: auto 100%; }
      .featureTop .featuremain .boxRow:nth-child(even) h2 strong {
        font-weight: 600;
        display: block;
        font-style: normal;
        color: #363636;
        padding-bottom: 3px; }
    .featureTop .featuremain .boxRow:nth-child(even) .colRight {
      width: 470px; }
      .featureTop .featuremain .boxRow:nth-child(even) .colRight figure {
        margin: 0 -15px; }
    .featureTop .featuremain .boxRow:nth-child(even) .colLeft {
      width: calc(100% - 470px);
      padding-left: 30px; }
    .featureTop .featuremain .boxRow .content {
      font-size: 17.5px;
      line-height: 1.5;
      letter-spacing: 1px; }
      .featureTop .featuremain .boxRow .content p {
        font-size: 17.5px;
        line-height: 1.5;
        letter-spacing: 1px;
        margin-bottom: 40px; }
      .featureTop .featuremain .boxRow .content ul {
        margin-bottom: 40px; }
        .featureTop .featuremain .boxRow .content ul:last-child {
          margin-bottom: 0; }
        .featureTop .featuremain .boxRow .content ul li {
          position: relative;
          z-index: 0;
          padding-left: 45px;
          margin-bottom: 18px; }
          .featureTop .featuremain .boxRow .content ul li:last-child {
            margin-bottom: 0; }
          .featureTop .featuremain .boxRow .content ul li:before {
            content: "";
            position: absolute;
            z-index: 0;
            left: 0;
            top: 4px;
            background-image: url(../images/tick5.png);
            background-repeat: no-repeat;
            background-size: 100% auto;
            background-position: 0 0;
            width: 24px;
            height: 18px; }

.staticplace {
  width: 100%;
  height: auto; }

.buttonRow.finalCheckout {
  text-align: right;
  margin-bottom: 0; }

.mInfo p {
  float: left;
  width: calc(100% - 200px);
  margin-top: 18px;
  margin-bottom: 0; }
.mInfo .registrationSubmit {
  float: right; }

.fText {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #005db9; }

/*# sourceMappingURL=style.css.map */
