@charset "UTF-8";
/* START OF : Common Style Sheet Prooerties Values */
/*Color600 <=>  is the primary theme color*/
/**************** END OF : Common Style Sheet Properties Values ****************/
/*************************************************************
*@description: This file contains the common mixins for scss
*              files used here inproject.
*@author: Jitendra Choudahry
*@email: jitendra@neemiya.com
*@created: 16-sep-2017
*************************************************************/
/*High Resolution Monitors*/
/*Normal Desktop*/
/*Normal*/
/*Phone and Tablets*/
/* Phones in landscope mode*/
/* Mobiles*/
.pricing-hero-section {
  background-color: #eff5fc;
}
.pricing-hero-section .section-title {
  padding-bottom: 20px;
}

.pricing-plans-section {
  background-color: rgba(231, 238, 244, 0.2509803922);
  padding-bottom: 100px;
}
.pricing-plans-section .section-title {
  padding-top: 80px;
  padding-bottom: 90px;
  margin: 0;
}
.pricing-plans-section .pricing-plan-cards-box {
  display: flex;
  justify-content: center;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box {
  flex: 1;
  margin: 0 12px;
  max-width: 400px;
  min-width: 310px;
  background-color: #fff;
  box-shadow: 0 1px 4px 3px #e5e5e5;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box.recommended {
  margin-top: -20px;
  padding-bottom: 20px;
  position: relative;
  box-shadow: 0 1px 8px 7px #e5e5e5;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box.recommended .pricing-val {
  margin-top: -10px;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .pricing-header {
  padding: 16px 16px;
  font-weight: 600;
  font-size: 1.2rem;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .pricing-header.tier1 {
  background-color: #555862;
  color: #fdfdfd;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .pricing-header.tier2 {
  background-color: #1281b6;
  color: #fdfdfd;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .pricing-header.tier3 {
  background-color: #268397;
  color: #fdfdfd;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .pricing-header.tier4 {
  background-color: #454545;
  color: #fdfdfd;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .pricing-content .pricing-value-box {
  padding: 25px 20px;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .pricing-content .pricing-value-box .recommended-text {
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  height: 20px;
  font-weight: 500;
  background-color: rgba(227, 145, 25, 0.1882352941);
  top: -25px;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .pricing-content .pricing-value-box .pricing-val {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .pricing-content .pricing-value-box .pricing-val.monthly .pricing-monthly {
  display: block;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .pricing-content .pricing-value-box .pricing-val.monthly .pricing-annual {
  display: none;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .pricing-content .pricing-value-box .pricing-val.annual .pricing-monthly {
  display: none;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .pricing-content .pricing-value-box .pricing-val.annual .pricing-annual {
  display: block;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .pricing-content .pricing-value-box .pricing-val .pricing-rate {
  font-size: 2.3rem;
  font-weight: 600;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .pricing-content .pricing-value-box .pricing-val .pricing-rate-sec {
  margin-top: 20px;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .pricing-content .pricing-value-box .pricing-val.customized-pricing {
  padding-bottom: 28px;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .pricing-content .pricing-value-box .plan-desc {
  padding: 30px 0;
  font-size: 1.1rem;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .pricing-content .pricing-value-box .plan-desc.customized-pricing {
  padding: 42px 0;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .pricing-content .pricing-value-box .action-zone-top {
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .princing-plan-items {
  padding: 10px 20px 20px;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .princing-plan-items .what-inc {
  font-weight: 600;
  text-align: left;
  font-size: 1.1rem;
  color: #666;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .princing-plan-items .feature-items-box {
  text-align: left;
  padding-top: 20px;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .princing-plan-items .feature-items-box .feature-item {
  display: flex;
  padding: 8px 0;
  font-size: 1.1rem;
  color: #111;
  font-weight: 400;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .princing-plan-items .feature-items-box .feature-item.not-avail .feature-line {
  color: #888;
  text-decoration: line-through;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .princing-plan-items .feature-items-box .feature-item .item-avail .avail.avail-yes::before {
  content: "✓";
  display: inline-block;
  padding: 2px 2px 2px;
  height: 20px;
  width: 20px;
  border-radius: 16px;
  text-align: center;
  color: #6b9db7;
  font-size: 14px;
  margin-right: 15px;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .princing-plan-items .feature-items-box .feature-item .item-avail .avail.avail-no::before {
  content: "−";
  display: inline-block;
  padding: 0 0 4px;
  height: 18px;
  width: 21px;
  text-align: center;
  color: #888888;
  font-size: 18px;
  margin-right: 15px;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .princing-plan-items .feature-items-box .feature-item .feature-line .feat-hint {
  position: relative;
  display: inline-flex;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .princing-plan-items .feature-items-box .feature-item .feature-line .feat-hint .hint-arrow {
  display: inline-block;
  position: absolute;
  transition: 0.2s;
  transition-delay: 0.4s;
  opacity: 0;
  visibility: hidden;
  border-bottom: 12px solid #efefff;
  right: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  top: 18px;
  z-index: 100;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .princing-plan-items .feature-items-box .feature-item .feature-line .feat-hint:hover .hint-arrow {
  opacity: 1;
  visibility: visible;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .princing-plan-items .feature-items-box .feature-item .feature-line .feat-hint .hint-answer {
  position: absolute;
  visibility: hidden;
  transition: 0.2s;
  transition-delay: 0.4s;
  opacity: 0;
  width: 270px;
  padding: 10px 16px;
  background-color: #efefff;
  box-shadow: 1px 2px 4px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 0.95rem;
  z-index: 99;
  top: 30px;
  transform: translateX(-86%);
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .princing-plan-items .feature-items-box .feature-item .feature-line .feat-hint:hover .hint-answer {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .princing-plan-items .feature-items-box .feature-item .feature-line .feat-hint::after {
  align-content: center;
  content: "?";
  display: inline-block;
  padding: 0px 0 0px;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background-color: #fcfcfc;
  border: 1px solid #cdcfdb;
  text-align: center;
  cursor: pointer;
  color: #afafaf;
  font-size: 13px;
  margin-left: 8px;
  transition: background-color ease-in-out 0.42s;
  transition: color ease-in-out 0.42s;
}
.pricing-plans-section .pricing-plan-cards-box .pricing-plan-box .princing-plan-items .feature-items-box .feature-item .feature-line .feat-hint:hover::after {
  background-color: #dbf1f9;
  border: 1px solid #cdcfdb;
  color: #7d7a7a;
}

.lm-specific-enterprise-wrapper > .site-wrapper {
  background-color: #0a6e9e;
}
.lm-specific-enterprise-wrapper > .site-wrapper .section-title {
  color: #fdfdfd;
}
.lm-specific-enterprise-wrapper > .site-wrapper .section-title .theme-color {
  color: #fdfdfd !important;
}
.lm-specific-enterprise-wrapper > .site-wrapper a.button {
  background-color: #fcfcfc;
  font-weight: bold;
  font-size: 1.3rem;
}
.lm-specific-enterprise-wrapper > .site-wrapper p {
  color: #fefefe;
  font-size: 1.4rem;
}

.pricing-faq-section .pricing-faq-box {
  max-width: 900px;
  width: 98%;
  margin: 60px auto;
}
.pricing-faq-section .pricing-faq-box .faq-item-single {
  border: 1px solid #E9E9E9;
  padding: 0 18px;
  margin-bottom: 20px;
}
.pricing-faq-section .pricing-faq-box .faq-item-single .faq-header {
  display: flex;
  padding: 16px 0;
}
.pricing-faq-section .pricing-faq-box .faq-item-single .faq-header .faq-quest {
  flex: 1;
  font-weight: 500;
  font-size: 1.3rem;
  text-align: left;
  color: #5e5e5e;
}
.pricing-faq-section .pricing-faq-box .faq-item-single .faq-header .icon-toggle {
  width: 20px;
  height: 20px;
}
.pricing-faq-section .pricing-faq-box .faq-item-single .faq-header.closed .icon-toggle {
  width: 20px;
  height: 20px;
}
.pricing-faq-section .pricing-faq-box .faq-item-single .faq-header.closed .icon-toggle > .toggle-icon-ref::after {
  content: "▼";
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  color: #bebebe;
  font-size: 16px;
  margin-left: 8px;
}
.pricing-faq-section .pricing-faq-box .faq-item-single .faq-header.open .icon-toggle {
  width: 20px;
  height: 20px;
}
.pricing-faq-section .pricing-faq-box .faq-item-single .faq-header.open .icon-toggle > .toggle-icon-ref::after {
  content: "▲";
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  color: #bebebe;
  font-size: 16px;
  margin-left: 8px;
}
.pricing-faq-section .pricing-faq-box .faq-item-single .faq-answer-box {
  height: 0;
  overflow: hidden;
}
.pricing-faq-section .pricing-faq-box .faq-item-single .faq-answer-box > .faq-answer {
  border-top: 1px solid #E9E9E9;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.7rem;
  padding: 20px 0;
}

.lm-switch-box {
  display: block;
  padding: 15px 0 0;
}
.lm-switch-box .lm-prefix, .lm-switch-box .lm-suffix {
  font-size: 0.9rem;
  display: inline-block;
  font-weight: bold;
  color: #3a3a3a;
}
.lm-switch-box .lm-prefix .lm-save-desc, .lm-switch-box .lm-suffix .lm-save-desc {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 500;
  background-color: rgba(255, 142, 72, 0.1882352941);
  line-height: 1rem;
  padding: 4px 6px;
}
.lm-switch-box .lm-switch-ele-box {
  display: inline-block;
}
.lm-switch-box .lm-switch-ele-box .lm-save-desc.annual {
  background-color: #cbf7dc;
}
.lm-switch-box .lm-switch-ele-box .switch-lower-base {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 12px;
  border-radius: 8px;
  background-color: #c0c6cc;
  cursor: pointer;
  transition: background-color ease-in-out 0.3s;
}
.lm-switch-box .lm-switch-ele-box .switch-lower-base:hover {
  background-color: #ccaaaa;
}
.lm-switch-box .lm-switch-ele-box .switch-lower-base .switch-control {
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 15px;
  background-color: #1281b6;
  top: -3px;
  box-shadow: 1px 1px 2px 0px #999;
  transition: background-color ease-in-out 0.3s;
}
.lm-switch-box .lm-switch-ele-box .switch-lower-base .switch-control:hover {
  background-color: #046B7B;
}
.lm-switch-box .lm-switch-ele-box .switch-lower-base.off .switch-control {
  left: 0;
}
.lm-switch-box .lm-switch-ele-box .switch-lower-base.on .switch-control {
  right: 0;
}

@media all and (max-width: 1340px) {
  .pricing-plans-section .pricing-plan-cards-box {
    flex-wrap: wrap;
  }
  .pricing-plans-section .pricing-plan-cards-box .pricing-plan-box {
    min-width: 360px;
    max-width: 35%;
    margin: 0 1.5% 65px 1.5%;
  }
  .pricing-plans-section .pricing-plan-cards-box > li:nth-child(4) {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .pricing-plans-section .pricing-plan-cards-box {
    flex-wrap: wrap;
  }
  .pricing-plans-section .pricing-plan-cards-box .pricing-plan-box {
    min-width: 310px;
    max-width: 95%;
    margin: 0 0 65px 0;
  }
  .pricing-plans-section .pricing-plan-cards-box > li:nth-child(4) {
    margin-bottom: 10px;
  }
}