@charset "UTF-8";
/**************************************/
/************** GLOBALS ***************/
/**************************************/
html, body.post-template-default {
  margin: 0;
  padding: 0;
}

body.post-template-default {
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0px;
  position: relative;
}

body.post-template-default #wrapper {
  min-height: 100%;
  position: relative;
}

body, body a:not(header a), body ul, body ul li {
  font-family: "Hind", sans-serif;
  color: #384257;
}

body ul {
  padding: 0px;
  margin: 0px;
}

body.post-template-default h1, body.post-template-default h2:not(footer h2), body.post-template-default h3, body.post-template-default h4, body.post-template-default h5, body.post-template-default h6 {
  font-family: "Montserrat";
  -webkit-text-transform: uppercase;
  -moz-text-transform: uppercase;
  -ms-text-transform: uppercase;
  -o-text-transform: uppercase;
  text-transform: uppercase;
}

body.post-template-default h1 {
  font-size: 34px;
  line-height: 1.1;
  text-transform: capitalize;
  font-family: "Montserrat";
  font-weight: bold;
  padding-bottom: 20px;
  margin-top: 0;
  margin: 0 10px;
  color: #384257;
}

body.post-template-default h2:not(footer h2) {
  font-family: "Montserrat";
  color: #384257;
  font-size: 28px;
  font-weight: 300;
  padding-bottom: 18px;
  line-height: 36px;
  text-transform: capitalize;
  margin-top: 40px;
}

@media screen and (max-width: 992px) {
  body.post-template-default h2:not(footer h2) {
    font-size: 26px;
  }
}
body.post-template-default h3 {
  font-family: "Montserrat";
  color: #384257;
  font-size: 20px;
  line-height: 26px;
  margin: 40px 0 20px;
  font-weight: 600;
  text-transform: capitalize;
}

body.post-template-default p {
  font-family: "Hind", sans-serif;
  color: #545C6E;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.6;
}

.article li {
  font-size: 18px;
  font-weight: 300;
  list-style-type: disc;
}

body a:not(header a, footer a) {
  color: #384257;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

body a:hover:not(header a), body a.current, body a.current:focus {
  color: #3BC3D7;
  text-decoration: none;
  opacity: 1;
}

body a:focus {
  text-decoration: none;
  color: #384257;
  opacity: 1;
  border: 0px;
  background: none;
  outline: none;
}

body a:hover {
  text-decoration: none;
}

body.post-template-default blockquote {
  border-left: medium none;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: italic;
  padding: 0 30px;
  position: relative;
  font-weight: lighter;
}

body.post-template-default blockquote p {
  font-family: "Montserrat";
  font-size: 18px;
  font-style: italic;
  font-weight: lighter;
}

body.post-template-default blockquote:before {
  display: block;
  content: "“";
  font-size: 120px;
  position: absolute;
  left: -25px;
  top: -50px;
  color: #545c6e;
}

body.post-template-default button.button-bg {
  padding: 16px 40px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  font-family: "Hind", sans-serif;
  background-color: #FF6154;
  font-weight: 600;
  display: inline-block;
  border: none;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  width: 100%;
  margin-top: 10px;
  height: 50px;
}

body.post-template-default button.button-bg:hover {
  background-color: #FF6154;
  border: none;
}

body.post-template-default .main_container {
  padding: 80px 0;
}

body.post-template-default .main_container_no_top {
  padding: 0 0 80px;
}

body.post-template-default .main_container_no_bot {
  padding: 80px 0 0;
}

body.post-template-default .main_container_no_bot_small {
  padding: 40px 0 0;
}

body.post-template-default .medium_container {
  padding: 60px 0;
}

body.post-template-default .back-to-top, body.post-template-default .back-to-top:focus {
  background-color: #fff;
  border: 1px solid #3ac4d7;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  opacity: 1;
  bottom: 90px;
  color: #3ac4d7;
  display: none;
  height: 35px;
  margin: 0;
  position: fixed;
  right: 34px;
  text-align: center;
  text-decoration: none;
  width: 35px;
  z-index: 100;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

body.post-template-default .back-to-top.scrolled_to_bottom {
  bottom: 126px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

body.post-template-default .back-to-top:hover {
  opacity: 1;
  border-color: #3ac4d7;
  color: #fff;
  background-color: #3ac4d7;
}

body.post-template-default .back-to-top i {
  font-size: 23px;
  position: relative;
  top: 2px;
}

body.post-template-default .btn:focus {
  outline: none;
}

body.post-template-default footer .btn i {
  left: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body.post-template-default footer .btn:hover i, body.post-template-default footer .btn:focus i {
  left: 4px;
}

footer a:hover {
  text-decoration: none;
}

/****************************************/
/************** BOOTSTRAP ***************/
/****************************************/
body.post-template-default .col-centered {
  float: none;
  margin: 0 auto;
}

body.post-template-default .text-center {
  text-align: center;
}

body.post-template-default textarea {
  height: 140px !important;
  resize: none;
}

body.post-template-default .row {
  position: relative;
}

body.post-template-default .right_floated {
  float: right;
}

body.post-template-default .left_floated {
  float: left;
}

body.post-template-default header .container::before, body.post-template-default header .container::after {
  display: none;
}

@media only screen and (max-width: 992px) {
  /*body.post-template-default nav .navigation, body.post-template-default .logo {
      display: none!important;
  }*/
  body.post-template-default.page-template-registration .logo {
    display: block !important;
  }
  body.post-template-default.page-template-new_registration .logo {
    display: block !important;
  }
  body.post-template-default.page-template-registration #nav-icon1 {
    display: none;
  }
  body.post-template-default.page-template-new_registration #nav-icon1 {
    display: none;
  }
  body.post-template-default h1 {
    font-size: 34px;
  }
  body.post-template-default .main_container {
    padding: 60px 0;
  }
  body.post-template-default footer .copyright_container .social_media {
    float: left;
    text-align: center;
    width: 100%;
  }
  body.post-template-default footer .copyright_container .copyright {
    float: left;
    text-align: center;
    width: 100%;
  }
  body.post-template-default footer .col-newsletter-mobile {
    display: block;
    margin-bottom: 40px;
  }
  body.post-template-default footer .col-newsletter-desktop {
    display: none;
  }
  body.post-template-default .right-floated {
    float: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  body.post-template-default.page-template-registration .logo, body.post-template-default.page-template-thankyou .logo {
    margin-top: 10px;
    width: 45px;
  }
  body.post-template-default.page-template-new_registration .logo {
    margin-top: 10px;
    width: 45px;
  }
  body.post-template-default nav a {
    font-size: 13px;
  }
  body.post-template-default nav #nav-main ul li {
    padding-right: 10px;
  }
  body.post-template-default nav .navigation .register-content span.login {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.post-template-default nav .navigation .register-content span.register a {
    padding: 10px 16px;
  }
  body.post-template-default .main_container {
    padding: 60px 0;
  }
  body.post-template-default .medium_container {
    padding: 40px 0;
  }
  body.post-template-default h1, body.post-template-default #jet h2.header_jet {
    font-size: 30px;
    margin: 0;
  }
  body.post-template-default p {
    font-size: 15px;
  }
  body.post-template-default footer {
    padding: 50px 0 10px;
  }
  body.post-template-default #slider .slider_text {
    top: 3vw;
  }
  body.post-template-default #slider h1 {
    font-size: 28px;
  }
  body.post-template-default #slider .top-border {
    border: 1px solid #1099b5;
  }
  body.post-template-default #slider .top-border-inner {
    border: 1px solid #1099b5;
  }
}
/* Large screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  body.post-template-default.page-template-registration #register #InputCompanySlug.form-control {
    width: 70%;
  }
  body.post-template-default.page-template-new_registration #register #InputCompanySlug.form-control {
    width: 70%;
  }
  body.post-template-default #slider .top-border {
    border: 1px solid #1099b5;
  }
  body.post-template-default #slider .top-border-inner {
    border: 1px solid #1099b5;
  }
}
@media only screen and (max-width: 1200px) {
  /*body.post-template-default.page-template-allpricing #plans .plans_table-header .header-col, body.post-template-default.page-template-allpricing #plans .plans_table-results .plan-row .plan-col {
      width: 32%;
      min-width: 210px;
  }
  body.post-template-default.page-template-pricing #plans .plans_table-results .plan-row .plan-col, body.post-template-default.page-template-pricing #plans .plans_table-header .header-col {
      width: 32%;
      min-width: 210px;
  }*/
}
/*--- New Alternative ---*/
.alternatives-group .container--big {
  max-width: 1450px;
  width: 100%;
}

.alternatives-group img {
  max-width: 100%;
}

body.post-template-default .alternatives-group {
  padding-top: 0;
}

body.post-template-default .alternatives-group .section--hero {
  padding: 80px 0;
  margin: 0;
  margin-bottom: 70px;
}

body.post-template-default .alternatives-group .section--hero h1 {
  text-transform: capitalize;
  color: #384257;
  font-size: 38px;
  font-weight: bold;
  font-family: "Montserrat";
}

body.post-template-default .alternatives-group .section--alternatives-inside {
  margin-top: 20px;
}

body.post-template-default .alternatives-group .section--left-right-text {
  padding: 40px 0;
}

body.post-template-default .alternatives-group .section--hero p {
  max-width: 850px;
  font-size: 18px;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #545C6E;
  font-size: 18px;
  font-weight: 300;
}

.alternatives-group .flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

body.post-template-default .alternatives-group .text-area {
  margin-bottom: 25px;
}

body.post-template-default .alternatives-group .text-area h2 {
  font-size: 38px;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Montserrat";
  font-weight: bold;
  color: #384257;
  margin-bottom: 40px;
}

body.post-template-default .alternatives-group .text-area h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  color: #e36155;
  font-family: "Montserrat";
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 30px;
}

body.post-template-default .alternatives-group .text-area p {
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 60px;
  font-size: 20px;
  display: block;
  color: #384257;
  font-weight: 400;
  line-height: 1.5;
}

body.post-template-default .alternatives-group .section--compare-table .text-area p {
  font-size: 18px;
}

body.post-template-default .alternatives-group .text-area .img-thumb {
  margin-bottom: 70px;
}

body.post-template-default .alternatives-group .text-area .img-thumb-small {
  max-width: 150px;
  margin: 0 auto;
  margin-bottom: 35px;
}

body.post-template-default .alternatives-group .text-area .up-text {
  min-height: 140px;
}

body.post-template-default .alternatives-group .text-area .up-text p {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 30px;
}

body.post-template-default .alternatives-group #features_nav {
  padding-top: 40px;
}

body.post-template-default .alternatives-group .pricing-table-wrapper {
  margin-bottom: 40px;
}

body.post-template-default .alternatives-group .pricing-table-wrapper .pricing-title {
  margin: 20px auto;
}

body.post-template-default .section--pricing-table .pricing-table-header {
  position: relative;
  line-height: 63px;
  text-align: center;
  border: 1px solid rgb(224, 224, 224);
}

body.post-template-default table.pricing-table {
  width: 100%;
  text-align: center;
  padding-bottom: 0;
  font-size: 20px;
  margin-top: 20px;
}

body.post-template-default .section--pricing-table .pricing-table-header p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  color: rgb(79, 197, 212);
}

body.post-template-default .section--pricing-table .pricing-table-header-left {
  width: 50%;
}

body.post-template-default .section--pricing-table .pricing-table-header-right {
  width: 50%;
}

body.post-template-default .section--pricing-table .pricing-table-header-center {
  line-height: 63px;
  position: absolute;
  font-size: 20px;
  left: 50%;
}

body.post-template-default .section--pricing-table .pricing-table-header-center p {
  color: #545C6E;
}

body.post-template-default table.pricing-table th {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 23px;
  text-transform: capitalize;
  padding: 8px;
  line-height: 1.42857143;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  vertical-align: middle;
  width: 17%;
  text-align: center;
}

body.post-template-default table.pricing-table th span {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  font-family: "Hind", sans-serif;
  color: rgb(79, 197, 212);
}

body.post-template-default table.pricing-table th img {
  vertical-align: middle;
}

body.post-template-default table.pricing-table td strong, body.post-template-default .pricing-table th {
  display: table-cell;
}

body.post-template-default table.pricing-table td {
  font-family: "Hind", sans-serif;
  color: #545C6E;
  font-size: 20px;
  font-weight: 300;
  padding: 8px;
  line-height: 1.42857143;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

body.post-template-default table.pricing-table tbody tr td:first-child, body.post-template-default table.pricing-table thead tr th:first-child {
  border-left: 1px solid #ddd;
}

body.post-template-default table.pricing-table tbody tr td:nth-child(2) {
  color: #4fc4d3;
}

body.post-template-default table.pricing-table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

body.post-template-default .section--pricing-table .table-pricing-bottom {
  margin-top: -20px;
  margin-bottom: 80px;
}

body.post-template-default .section--pricing-table .table-pricing-bottom > div {
  float: left;
  width: 24%;
  text-align: center;
}

body.post-template-default .section--pricing-table .table-pricing-bottom .table-pricing-bottom-one {
  width: 580px;
}

body.post-template-default .alternatives-group .row-0 {
  /*margin: 0; */
  padding-left: 165px;
}

body.post-template-default .alternatives-group .row-0 > div {
  padding: 0;
}

body.post-template-default .alternatives-group .row-80 {
  margin: 0 -50px;
}

body.post-template-default .alternatives-group .row-80 > div {
  padding: 0 50px;
}

.body.post-template-default .alternatives-group .col2-5 {
  width: 16.6666667%;
}

.alternatives-group .table-compare-box {
  text-align: center;
  border-right: 2px solid #c5c5c5;
}

.alternatives-group .row .col-lg-2:last-of-type .table-compare-box {
  border-right: 0;
}

.alternatives-group .table-compare-box .img-thumb-title {
  height: 75px;
  line-height: 75px;
  border-bottom: 2px solid #c5c5c5;
}

.alternatives-group .table-compare-box .img-thumb-title img {
  vertical-align: middle;
}

.alternatives-group .table-compare-box--inside .img-thumb-title img {
  max-width: 160px;
}

.alternatives-group .table-compare-box .img-thumb-logo img {
  vertical-align: middle;
}

.alternatives-group .table-compare-box .img-thumb-logo {
  height: 130px;
  line-height: 130px;
}

.alternatives-group .section--compare-table {
  margin-bottom: 50px;
}

body.post-template-default .alternatives-group #features {
  padding: 50px 0;
  padding-top: 0;
}

/*--- Alternative insides ----*/
body.post-template-default .alternatives-group .section--compare-table-inside .text-area h3 {
  margin-top: 20px;
}

.alternatives-group .section--compare-table-inside .table-compare-wrapper .row .col-md-6:last-of-type .table-compare-box {
  border-right: none;
}

body.post-template-default .alternatives-group .button--red {
  border-radius: 30px;
  background-color: #ff6154;
  padding: 13px 35px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  display: table;
  margin: 0 auto;
  margin-top: 25px;
  transition: all 0.4s;
}

body.post-template-default .alternatives-group .button--red:hover {
  background-color: #ec5044;
}

body.post-template-default .alternatives-group .button--red br {
  display: none;
}

body.post-template-default table.pricing-table--inside tbody tr td, body.post-template-default table.pricing-table--inside thead tr th {
  width: 25%;
}

body.post-template-default table.pricing-table--inside {
  display: table;
}

body.post-template-default table.pricing-table--inside tbody tr td:first-child, body.post-template-default table.pricing-table--inside thead tr th:first-child {
  width: 550px;
  text-align: left;
  padding-left: 30px;
}

/*---plans ---*/
.section-subscribe-table .subscribe-table-header {
  margin-bottom: 50px;
  margin-top: 30px;
}

.section-subscribe-table .subscribe-table-header .img-wrapper {
  width: 100%;
  line-height: 83px;
  text-align: center;
  border: 1px solid rgb(56, 66, 87);
  border-radius: 4px;
}

.section-subscribe-table .subscribe-table-header .img-wrapper img {
  vertical-align: middle;
}

.section-subscribe-table .subscribe-table-footer {
  border-top: 1px solid #d6d6d6;
  clear: both;
  padding-top: 20px;
}

.section-subscribe-table #plans .plan-content {
  border-top: 0px solid #3ac4d7;
  padding-top: 60px;
}

.section-subscribe-table #plans .range_slider {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.section-subscribe-table #plans {
  margin-bottom: 80px;
}

.section-subscribe-table #plans .range_slider #js-amount-input {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #3ac4d7;
  display: inline-block;
  font-family: "Montserrat";
  font-size: 17px;
  font-weight: 600;
  height: 40px;
  line-height: 17px;
  margin-bottom: 35px;
  position: relative;
  text-align: center;
  top: -6px;
  width: 100px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.section-subscribe-table #plans .range_slider span {
  color: #384257;
  font-weight: 300;
  font-family: "Montserrat";
  -webkit-text-transform: uppercase;
  -moz-text-transform: uppercase;
  -ms-text-transform: uppercase;
  -o-text-transform: uppercase;
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 15px;
  line-height: 30px;
  vertical-align: top;
  margin-bottom: 35px;
}

.section-subscribe-table #plans .range_slider span.free_tab {
  background-color: #384257;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  height: 40px;
  line-height: 42px;
  position: absolute;
  right: 0;
  text-transform: none;
  top: -6px;
  width: 12vw;
  min-width: 200px;
  font-weight: 300;
  padding: 0;
  text-align: center;
  font-family: "Hind", sans-serif;
  display: none;
  vertical-align: top;
  margin-bottom: 35px;
}

.section-subscribe-table #plans .plans_table-results .plan-row.selected_plan .plan-col.col-subscribers {
  padding-left: 15px;
}

.section-subscribe-table #plans .plans_table-header .header-col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 25%;
  color: #384257;
  font-size: 14px;
  font-weight: 300;
  font-family: "Montserrat";
  padding-left: 15px;
  padding-right: 15px;
  -webkit-text-transform: uppercase;
  -moz-text-transform: uppercase;
  -ms-text-transform: uppercase;
  -o-text-transform: uppercase;
  text-transform: uppercase;
}

.section-subscribe-table #plans .plans_table-results .plan-row .plan-col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 25%;
  font-weight: 300;
  font-family: "Hind", sans-serif;
  height: 50px;
  color: #545C6E;
  font-size: 16px;
  padding-top: 14px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-left: 15px;
}

.section-subscribe-table #plans .plans_table-header {
  margin-bottom: 20px;
}

.section-subscribe-table #plans .col-subscribers {
  text-align: left;
  width: 47% !important;
}

.section-subscribe-table #plans .plans_table-results .plan-row.selected_plan.highlighted_plan, .section-subscribe-table #plans .go_plans_table-results .go_plan-row.selected_plan.highlighted_plan {
  border: 1px solid #3AC4D7;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-animation: plan_highlight 1.5s 1 linear;
  -moz-animation: plan_highlight 1.5s 1 linear;
  animation: plan_highlight 1.5s 1 linear;
}

.section-subscribe-table #plans .plans_table-results .plan-row.selected_plan {
  border: 1px solid #3AC4D7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.section-subscribe-table #plans .plans_table-results .plan-row.selected_plan .plan-col {
  font-size: 20px;
  padding-top: 10px;
  color: #3AC4D7;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.section-subscribe-table #plans .plans_table-header .header-col.col-cost {
  text-align: right;
}

.section-subscribe-table #plans .plans_table-results .plan-row .plan-col.col-cost {
  text-align: right;
  padding-right: 15px;
}

.section-subscribe-table .plans_table {
  margin-bottom: 40px;
}

body.post-template-default .section-subscribe-table #plans .plan-row span.register a, body.post-template-default .section-subscribe-table #plans .plan-row span.register a:hover, body.post-template-default .section-subscribe-table #plans .plan-row span.register a:focus {
  padding: 10px;
  right: 0;
}

.section-subscribe-table .subscribe-table-footer .text-wrapper span {
  font-family: "Hind", sans-serif;
  color: #545C6E;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
}

.section-subscribe-table .plans_table.other .register {
  display: none !important;
}

.section-subscribe-table .plans_table .register > a {
  width: 120px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  /*---alternative compare --- */
  body.post-template-default .section--pricing-table .table-pricing-bottom .table-pricing-bottom-one {
    width: 50%;
  }
  body.post-template-default .section--pricing-table .table-pricing-bottom > div {
    width: 25%;
  }
  .section-subscribe-table #plans .plans_table-results .plan-row.selected_plan .plan-col {
    font-size: 18px;
  }
  .section-subscribe-table #plans .plans_table-header .header-col {
    font-size: 13px;
  }
}
@media only screen and (max-width: 992px) {
  .alternatives-group .row .col-lg-2:last-of-type .table-compare-box {
    border-right: 2px solid #c5c5c5;
  }
  body.post-template-default .alternatives-group .text-area h2 {
    font-size: 26px;
  }
  body.post-template-default .alternatives-group .text-area h3 {
    font-size: 22px;
  }
  .alternatives-group .table-compare .row > div:nth-of-type(2n+2) .table-compare-box {
    border-right: none;
  }
  body.post-template-default table.pricing-table th img {
    height: auto;
    width: auto;
  }
  .page-template-alternative-compare {
    overflow-x: hidden;
  }
  .section-subscribe-table .subscribe-table-header {
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .section--compare-table .col-sm-12 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  body.post-template-default .alternatives-group .text-area h2 {
    font-size: 24px;
  }
  body.post-template-default .alternatives-group .text-area h3 {
    font-size: 20px;
  }
  .alternative-inside-box {
    padding: 30px 20px;
  }
  .alternatives-group .table-compare-box {
    border-right: none;
  }
  .alternatives-group .row .col-lg-2:last-of-type .table-compare-box {
    border-right: none;
  }
  .pricing-table-wrapper {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 30px;
  }
  body.post-template-default table.pricing-table {
    width: 720px;
  }
  body.post-template-default .section--pricing-table .pricing-table-header p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
  }
  body.post-template-default .section--pricing-table .pricing-table-header-left {
    width: 100%;
    float: none !important;
  }
  body.post-template-default .section--pricing-table .pricing-table-header-right {
    width: 100%;
    float: none !important;
  }
  body.post-template-default .section--pricing-table .pricing-table-header-center {
    line-height: 33px;
    position: relative;
    font-size: 20px;
    left: 0;
  }
  /*---alternative compare --- */
  .section-subscribe-table .subscribe-table-header .img-wrapper {
    margin: 10px auto;
  }
  body.post-template-default .section--pricing-table .table-pricing-bottom .table-pricing-bottom-one {
    width: 100%;
  }
  body.post-template-default .section--pricing-table .table-pricing-bottom > div {
    width: 100%;
  }
  .section-subscribe-table .plans_table {
    width: 100% !important;
  }
  .section-subscribe-table #plans .plans_table-results .plan-row .plan-col {
    width: 27.5%;
  }
  .section-subscribe-table #plans .col-subscribers {
    width: 40% !important;
  }
  .section-subscribe-table #plans {
    margin-bottom: 20px;
  }
  .section-subscribe-table .subscribe-table-header .img-wrapper {
    line-height: 55px;
  }
  body.post-template-default .section--pricing-table .table-pricing-bottom {
    margin-bottom: 30px;
  }
  .section-subscribe-table #plans .plan-content {
    padding-top: 40px;
  }
  .section-subscribe-table #plans .plans_table-results .plan-row.selected_plan .plan-col {
    font-size: 16px;
  }
  body.post-template-default .section--pricing-table .table-pricing-bottom-three {
    display: none;
  }
  .section-subscribe-table .plans_table .register > a {
    width: 90px;
  }
  .section--listing {
    display: none !important;
  }
}
@media only screen and (max-width: 420px) {
  body.post-template-default .alternatives-group {
    padding-top: 0 !important;
  }
  body.post-template-default .alternatives-group .section--hero {
    padding: 50px 0;
  }
  .section-subscribe-table #plans .plans_table-header .header-col {
    font-size: 12px;
  }
  body.post-template-default .alternatives-group .section--compare-table .row-0 {
    padding-left: 0;
  }
}
.col-main-center .article h1, .col-main-center .article h2, .col-main-center .article h3, .col-main-center .article h4, .col-main-center .article h5 {
  text-transform: none !important;
}

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