.banner-notification {
  display: none !important;
}
.tab-button {
  display: block !important;
}
header#mirrorfly-menu .menu ul li {
  visibility: hidden;
  opacity: 0; 
} 
header .logo a { 
  margin-top: 10px;
}
.faq.active-acc h5 {
  color: #3806F5;
}
/* header#mirrorfly-menu ul li.expert .request-demo {
  opacity: 0;
  visibility: hidden;
} */
.menu ul li.expert a.request-demo:hover {
  color: #ff0935 !important;
  background-color: transparent!important;
}
#gray-bg .page-tab .tab-button {
  background: #062e6a;
  padding-top: 50px;
}
.section-title span {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 36px !important;
  line-height: 44px !important;
  display: block;
}
.section-title span b {
  background: transparent linear-gradient(91deg, #0090f9 0, #002bc4 100%) 0 0 no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-tab .tab-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.page-tab .tab-button li a {
  padding: 15px 20px;
  min-width: 300px;
  display: block;
  text-align: center;
  background: #e5efff;
  border: solid 1px #00000017;
  border-bottom: none;
  font-family: "proxima-nova", sans-serif;
font-weight: 600;
font-size: 18px;
line-height: 28px;
  color: #000;
}
.page-tab .tab-button li a span {
  display: block;
  width: 100%;
  font-size: 13px;
  text-align: center;
  padding-left: 20px;
}
.inner-tab {
  padding-bottom: 60px;
}
.page-tab ul li:first-child a {
  border-top-left-radius: 10px;
}
.page-tab ul li:last-child a {
  border-top-right-radius: 10px;
}
.page-tab ul li a.active {
  background: #fff;
}
.page-tab ul li a svg {
  width: 30px;
  vertical-align: middle;
  margin-right: 5px;
}
#upload-content1,
#upload-content2 {
  padding-top: 30px;
}
.heading-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.head {
  width: 55%;
  padding: 30px 100px;
}
.points {
  width: 45%;
}
.points .enterprise-keys h5 {
  color: #000;
  font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 22px;
line-height: 24px;
}
.points .enterprise-keys h5:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 90px;
  background: #131313;
  left: 0;
  bottom: -9px;
}
.points .enterprise-keys ul {
  padding-top: 30px;
}
.points .enterprise-keys ul {
  margin: 0;
}
.points .enterprise-keys {
  min-height: inherit;
}
.pricing-head {
  padding-top: 30px;
}
.heading .mid-title {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  display: block;
  margin: 30px 0 10px 0;
}
.heading .mid-title b {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  background: transparent linear-gradient(90deg, #0090f9 0, #002bc4 100%) 0 0 no-repeat padding-box;
  padding: 3px 7px;
  color: #fff;
  border-radius: 5px;
}
.heading p {
  color: #0a1320;
  opacity: 0.56;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
}
.heading p:after {
  opacity: 0.56;
}
.key-points {
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
ul.key-points li {
  display: inline-block;
  margin: 0 30px;
  position: relative;
    font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
ul.key-points li:before {
  content: "";
  position: absolute;
  background-image: url(../svg/checked.svg);
  background-size: cover;
  height: 20px;
  width: 20px;
  left: -30px;
  top: 2px;
}
ul.key-points li b {
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.target-div.active {
  opacity: 1;
  display: block;
}
.target-div {
  -webkit-transition: all ease 2s;
  -o-transition: all ease 2s;
  transition: all ease 2s;
  margin: 0 auto;
  display: none;
}
.drag-border {
  border: solid 1px #fff;
  width: 60%;
  border-radius: 20px;
  position: relative;
  margin: 0 auto;
}
#drag-container {
  width: 100%;
  background: #eee;
  border-radius: 20px;
  height: 15px;
}
.drag-elem {
  position: relative;
  background: #156ae6;
  height: 25px;
  width: 25px;
  z-index: 10;
  border-radius: 50%;
  border: solid 2px #fff;
  bottom: 5px;
  z-index: 9 !important;
}
.drag-bar {
  height: 15px;
  background: #156ae6;
  width: 0;
  position: absolute;
  z-index: 5;
  border-radius: 20px;
}
.progress-bar svg {
  max-width: 60%;
  margin: 0 auto;
  display: block;
}

.user-count {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
}
.user-count li {
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  position: relative;
  bottom: 100%;
  pointer-events: none;
}
.user-count li.fivek {
  left: 114px;
}
.user-count li.tenk {
  left: 199px;
}
.user-count li.two {
  left: 281px;
}
.user-count li.three {
  left: 360px;
}
.user-count li.four {
  left: 510px;
}
.user-count li.five {
  left: 429px;
}
.user-count li.six {
  left: 516px;
}
.user-count li.seven {
  left: 470px;
  top: 28px;
}
.user-count li.seven:after {
  content: "";
  position: absolute;
  top: 12px;
  left: -11px;
  transform: translate(-50%);
  height: 1px;
  width: 10px;
  background: #a29595;
  z-index: 1;
}
.user-count li.tenk:after {
  left: 63%;
}
.user-count li.five:after {
  left: 63%;
}
.user-count li:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%);
  height: 7px;
  width: 1px;
  background: #a29595;
  z-index: 1;
}
.progress-bar h6 {
  position: absolute;
  left: 51%;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  bottom: 15px;
  transform: translateX(-50%);
}
p.terms-txt {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  padding-top: 11px;
}
.slidecontainer {
  width: 660px;
  margin: 0 auto;
  background: #ffffff;
  padding: 20px 70px 35px 30px;
  border-radius: 16px;
  box-shadow: 0px 0px 28px #0000ff1f;
  position: relative;
}
.progress-bar input {
  width: 100%;
  display: block;
  background: linear-gradient(to right, #156ae6 0, #156ae6 22%, #eaecf0 16%, #eaecf0 100%);
  box-shadow: inset 4px 3px 20px 1px rgb(13 39 80 / 16%);
  -webkit-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  cursor: ew-resize;
}
input[type="range"]::-moz-range-thumb {
  background-color: #156ae6;
  border-radius: 50%;
  border: solid 2px #fff;
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 10px;
  background: #d3d3d3;
  outline: 0;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #156ae6;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: solid 2px #fff;
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 23px;
  height: 24px;
  border: 0;
  background: url(../404.html);
  cursor: pointer;
}
table tbody tr td.feature-mobile-hide {
  width: 330px !important;
  padding: 18px 15px;
}
.comparison-table tbody tr td tr td:first-child {
  max-width: 280px !important;
}

.comparison-table tr th:first-child {
  width: 310px
}
.comparison-tables {
  display: flex;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
}
.fixed-table {
  position: sticky;
  top: 0;
  z-index: 99;
}
.chat {
  padding: 50px 20px;
}
.comparison-table {
  width: 84%;
  margin: 0 auto;
  border-radius: 2px;
  margin-top: 55px;
  overflow: auto;
  box-shadow: 0 3px 26px #0000003b;
  background: #fff;
  display: flex;
  position: relative;
}
.comparison-table table tr td span,
.comparison-table table tr td svg {
  vertical-align: middle;
}
.comparison-table table tr td span {
  color: #000;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
font-weight: 400;
  font-weight: 600;
}
.comparison-table table tr td span svg {
  transform: rotate(180deg);
  margin-left: 10px;
  transition: all ease 0.2s;
}
.comparison-table table tr td.active-acc span svg {
  transform: rotate(0);
}
.comparison-table table {
  width: 100%;
  padding: 15px 15px 0px 15px;
  display: block;
}
.comparison-table thead {
  border-bottom: 1px solid rgba(93, 119, 144, 0.2);
  width: 100%;
  display: inherit;
  justify-content: center;
}
p.pricing-plan-descptn {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding-top: 0px;
  width: 90%;
  margin: 0 auto;
  font-weight: 600;
}
p.pricing-plan-free-txt {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0px 5px 0px;
}

span.highlight-free {
  color: #0031f2;
}
.comparison-table th {
  padding: 32px 15px;
  color: #000d45;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 18px;
  min-width: 162px;
  position: relative;
  text-align: left;
  width: 330px;
  background: #e8efff;
  text-align: center;
}
.comparison-table th:first-child {
  text-align: left;
}

.comparison-table th h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 4px;
  color: #000;
}
#features {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.comparison-table th .featuress {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #000;
  margin: 10px 0 50px 0;
  display: block;
  height: 50px;
  position: relative;
}
.comparison-table th .featuress:after {
  content: "";
  width: 60px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background: #ccc;
  position: absolute;
  bottom: -20px;
}
.money p {
  font-family: "proxima-nova", sans-serif;
font-weight: 800;
font-size: 33px;
line-height: 34px;
  color: #000;
  display: inline-block;
}
.comparison-table th p.small {
  font-family: "proxima-nova", sans-serif;
font-weight: 800;
font-size: 27px;
line-height: 34px;
}
.comparison-table th a {
  background: #ff0935;
  border-radius: 3px;
  transition: all ease 0.4s;
  padding: 10px 20px 10px 20px;
  min-width: 140px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
  font-family: "proxima-nova", sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 20px;
}
p.no-credit {
  font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-size: 13px;
line-height: 22px;
  padding-top: 6px;
}
.position-sticky-element p.pricing-plan-free-txt {
  color: #fff;
  display: none;
}

.position-sticky-element p.pricing-plan-free-txt span.highlight-free {
  color: #ffffff;
}
.position-sticky-element p.no-credit {
  color: #fff;
  display: none; 
}
.comparison-table th a:hover {
  box-shadow: rgb(80 95 120 / 20%) 0 5px 20px;
  transform: translate(0, -2px);
}
#table-inner tbody tr td:last-child {
  text-align: center;
  border-right: none;
  background: #004ebf;
  color: #fff;
  border-bottom: 1px solid #004ebfc9;
}
.comparison-table tbody tr td:nth-child(2) {
  text-align: center;
}
.comparison-table tbody tr td:nth-child(3) {
  text-align: center;
}
.comparison-table tbody tr td:first-child,
.comparison-table th:first-child {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  text-align: left;
}
.inner-table td.active-acc svg.arrow-icon {
  transition: all 0.5s;
  transform: rotate(0deg);
}
.inner-table td svg.arrow-icon {
  transition: all 0.5s;
  transform: rotate(-90deg);
}
.comparison-table tbody tr td tr td:first-child {
  max-width: 280px !important;
}
.comparison-table tbody tr td {
  padding: 18px 15px;
  text-align: center;
  color: #212121;
  font-size: 16px;
  line-height: 21px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  /* border-right: 1px solid rgba(93, 119, 144, 0.1); */
  position: relative;
  width: 280px;
  border-bottom: 1px solid rgba(93, 119, 144, 0.1);
  vertical-align: middle;
}
.comparison-table tbody tr td b {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}
.comparison-table tbody tr td.yes:before {
  content: "";
  position: absolute;
  background-image: url(../svg/green-tick.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 15px;
  width: 19px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.comparison-table table table tbody {
  width: 100%;
  display: table;
}
.comparison-table table table {
  padding: 0px;
}
.comparison-table tbody tr td.no:before {
  content: "";
  position: absolute;
  background-image: url(../svg/grey-tick.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#table-inner tbody tr td:last-child.yes::before {
  background-image: url(../svg/white-tick.svg);
}
.comparison-table tbody tr td:last-child {
  border-bottom: none;
  border-right: none;
}
.comparison-table th:last-child {
  background-color: #fff8dd;
}
.comparison-table th img {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.table-right {
  width: 25%;
  color: #fff;
  background: #004ebf;
}
.enterprise-head {
  padding: 32px 28px;
  border-bottom: 1px solid rgb(186 197 207 / 74%);
}
.enterprise-head h6 {
  font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 32px;
line-height: 42px;
  margin-bottom: 4px;
  color: #fff;
}
.enterprise-head span {
  font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 23px;
  color: #fff;
  opacity: 0.56;
  margin: 10px 0;
  display: block;
  height: 50px;
}
.enterprise-head p {
  font-family: "proxima-nova", sans-serif;
font-weight: 600;
font-size: 24px;
line-height: 34px;
  margin-bottom: 10px;
  color: #fff;
}
.enterprise-head a {
  background: #fb7d17;
  border-radius: 3px;
  transition: all ease 0.4s;
  padding: 12px 20px 12px 20px;
  min-width: 150px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.enterprise-head a:hover {
  background: #f0730d;
  box-shadow: rgb(80 95 120 / 20%) 0 5px 20px;
  transform: translate(0, -2px);
}
.enterprise-keys {
  padding: 32px 28px;
}
.enterprise-keys h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 30px;
  position: relative;
}
.enterprise-keys h6:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 5px;
}
.enterprise-keys h5 {
  font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 18px;
line-height: 24px;
  padding-top: 15px;
  position: relative;
}
.enterprise-keys ul {
  padding: 25px 0;
}
.enterprise-keys ul li {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #fff;
  margin-bottom: 10px;
  padding-left: 20px;
  display: block;
  position: relative;
}
.enterprise-keys ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background-image: url(../png/check-2.png);
  height: 9px;
  width: 9px;
  background-size: cover;
}
#view-more {
  color: #156ae6;
  text-decoration: underline;
  display: inline-block;
  padding: 25px 0;
}
.tool-tip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0.25em;
  border-radius: 4px;
  height: 20px;
  width: 20px;
  vertical-align: middle;
}
.tool-tip:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../svg/hover.svg);
  height: 20px;
  width: 20px;
  background-size: cover;
}
.tool-tip:hover {
  background-color: #f6f8fc;
}
.tool-tip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 15%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #004ebf transparent transparent transparent;
}
.tool-tip .tooltiptext {
  background-color: #004ebf;
  color: #fff;
  text-align: left;
  font-size: 14px !important;
  line-height: 1.5;
  visibility: hidden;
  width: 280px;
  padding: 8px 12px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 25%);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 25%);
  position: absolute;
  z-index: 0;
  bottom: 115%;
  left: 50%;
  margin-left: -40px;
  opacity: 0;
  transition: transform 0.3s;
}
.tool-tip .tooltiptext p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.tool-tip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  transform: translateY(-8px);
}
.enterprise-head {
  padding: 35px 18px;
  border-bottom: 1px dashed rgb(186 197 207 / 74%);
  text-align: center;
}
.enterprise-head h6 {
  font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 32px;
line-height: 42px;
  margin-bottom: 4px;
}
.enterprise-head .money span {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 10px;
  color: #000;
  position: absolute;
  bottom: -10px;
  left: 100%;
}
#custom {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 27px;
  line-height: 40px;
  height: 57px;
}
.font {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 27px !important;
  line-height: 34px !important;
}
.money {
  position: relative;
  display: block;
  margin: 10px 0;
  height: 57px;
  text-align: center;
}
.money b {
  font-family: "proxima-nova", sans-serif;
font-weight: 800;
font-size: 33px;
line-height: 34px;
  color: #000;
}
.money span {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #000;
  display: block;
}
.enterprise-head p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 34px;
}
.enterprise-head .money b {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  position: absolute;
  left: -12px;
}
.hide {
  display: none;
}
.show {
  display: inline-block;
}
.enterprise-head a {
  background: #fb7d17;
  border-radius: 3px;
  transition: all ease 0.4s;
  padding: 12px 20px 12px 20px;
  width: 150px;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.enterprise-head .ki {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-top: 20px;
  display: block;
  color: #156ae6;
}
.yearly {
  display: block;
  font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 13px;
line-height: 23px;
  color: red;
  transition: all ease 0.2s;
}
.keys-wrap {
  position: relative;
}
.enterprise-head a:hover {
  box-shadow: rgb(80 95 120 / 20%) 0 5px 20px;
  transform: translate(0, -2px);
}
.opens svg {
  display: none;
}
.opens #plus {
  display: block;
}
.opens.active #plus {
  display: none;
}
.opens.active #minus {
  display: block;
}
#new {
  padding: 2px 7px;
  background: #ff5710;
  font-size: 11px;
  color: #fff;
  border-radius: 3px;
}
#way {
  padding: 2px 7px;
  background: #ffa200;
  font-size: 11px;
  color: #fff;
  border-radius: 3px;
}
.table-right:first-child .enterprise-keys {
  padding-top: 62px;
}
.enterprise-keys .tool-tip {
  right: 0;
  top: 3px;
  position: absolute;
}
.enterprise-keys {
  padding: 20px 20px 20px 30px;
  min-height: 400px;
}
.enterprise-keys h6 {
  font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 18px;
line-height: 24px;
  padding-bottom: 20px;
  position: relative;
}
.enterprise-keys h5 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 5px 0;
  position: relative;
  color: #156ae6;
}
.enterprise-keys h4 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  padding: 5px 10px;
  background: #eee;
  display: block;
  border-radius: 6px;
  margin-bottom: 10px;
}
.enterprise-keys h4 b {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
}
.enterprise-keys ul {
  padding: 10px 0;
  margin-left: 10px;
}
.enterprise-keys ul li {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  font-weight: 800;
  margin-bottom: 10px;
  padding-left: 30px;
  display: block;
  position: relative;
}
.enterprise-keys ul li:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  background-image: url(../svg/blue-tick.svg);
  height: 14px;
  width: 14px;
  background-size: cover;
}
.see-all-features {
  margin: 60px auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.see-all-features span {
  /* cursor: pointer; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.see-all-features span svg {
  width: 45px;
  height: auto;
}
.see-all-features h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  margin-left: 20px;
}
.tool-tip:after {
  background-image: url(../svg/icon.svg);
  height: 15px;
  width: 15px;
}
.tab {
  padding: 30px 0;
}
table.demo-wrapper {
  width: 100%;
  margin: 0 auto;
}
table.demo-wrapper td {
  width: 220px;
  text-align: center;
}
table.demo-wrapper td:first-child {
  width: 280px;
}
table.demo-wrapper td a {
  border: solid 1px #fb7d17;
  background: 0 0;
  color: #fb7d17;
  padding: 12px 20px 12px 20px;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin: 0 5px;
  min-width: 170px;
  display: inline-block;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}
table.demo-wrapper td a:hover {
  background: #fb7d17;
  color: #fff;
}
.pricee {
  position: relative;
  display: inline-block;
}
.tab-menu {
  position: absolute;
  top: 100%;
  left: 20%;
  background: #fff;
}
.tab-menu a {
  background: 0 0;
  color: #000;
  padding: 10px;
  max-width: inherit;
  text-align: left;
}
.tab-menu svg {
  float: left;
  margin-right: 10px;
}
.tab-menu #pricingtext {
  display: none !important;
}
.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #ffffffbf;
  z-index: 9;
  display: none;
}
.overlay.add {
  display: block;
}
.overlay a {
  background: #fb7d17;
  border-radius: 3px;
  transition: all ease 0.4s;
  padding: 12px 20px 12px 20px;
  width: 150px;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.overlay img {
  max-width: 400px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -70%);
}
.mid-cta .button {
  border-radius: 3px;
}
.mid-cta {
  padding: 60px 10px;
  background-color: #0453d5;
  text-align: center;
}
.mid-cta h3 {
  font-size: 40px;
  color: #fff;
  text-transform: capitalize;
  line-height: 36px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  font-family: proxima_nova_rgbold;
}
.mid-cta p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #fff;
}
.mid-cta a {
  background: #ff0935;
  border-radius: 3px;
  transition: all ease 0.4s;
  padding: 12px 25px 12px 25px;
  min-width: 150px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.mid-cta a:hover {
  background: #ff0935;
  box-shadow: rgb(80 95 120 / 20%) 0 5px 20px;
  transform: translate(0, -2px);
}
.bottom-cta .button {
  border-radius: 3px;
}
.cta-wrapper {
  display: flex;
  align-items: center;
}
.bot-cta {
  background-color: #f3f7ff;
}
.bot-cta {
  padding: 45px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cta-right {
  padding: 0 50px;
}
.bot-cta h3 {
  color: #000;
  text-transform: capitalize;
  line-height: 36px;
  position: relative;
  text-align: left;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  margin: 15px 0;
}
.bot-cta a {
  background: #ff0935;
  border-radius: 3px;
  transition: all ease 0.4s;
  padding: 12px 25px 12px 25px;
  min-width: 150px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  margin-top: 0;
}
.bot-cta p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  line-height: 24px;
  margin-bottom: 25px;
}
.bot-cta a:hover {
  background: #ff0935;
  box-shadow: rgb(80 95 120 / 20%) 0 5px 20px;
  transform: translate(0, -2px);
}
.bot-cta span {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  background: transparent linear-gradient(90deg, #0090f9 0, #002bc4 100%) 0 0 no-repeat padding-box;
  padding: 3px 7px;
  color: #fff;
  border-radius: 5px;
}
.client-logos {
  margin: 40px auto 45px auto;
}
.client-logoss {
  margin: 45px auto 45px auto;
}
.client-logos img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
.faq-bg {
  padding: 0;
  position: relative;
  padding-bottom: 50px;
}
 
.faq-head {
  text-align: center;
  padding: 10px 0 50px 0;
  position: relative;
}
.faq-head .section-title {
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.faq-subtitle {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #444;
  max-width: 100%;
  margin: auto;
  margin-bottom: 15px;
}
.faq-head:after {
  content: "";
  width: 97px;
  height: 1px;
  background: #000;
  position: relative;
  display: block;
  margin: 20px auto 0;
}
.faq-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.faq-accordian-wrapper {
  width: 48%;
}
.faq-acc {
  background: #fff;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 10px;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
}
.faq-acc h5 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  line-height: 26px;
  cursor: pointer;
  width: 95%;
}
.faq-acc p {
  font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 26px;
  line-height: 24px;
  margin-top: 12px;
  padding: 0 25px 25px 25px;
}
.faq-acc.active-acc h5 {
  color: #0400ee;
}
.pt-30 {
  padding-top: 30px;
}
.faq {
  position: relative;
  padding: 25px;
  cursor: pointer;
}
.arrows {
  position: absolute;
  right: 0;
  vertical-align: middle;
  top: 5px;
  transform: rotate(180deg);
  transition: all ease 0.3s;
  border: solid 1px #ccc;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  padding: 5px;
  fill: #ccc;
}
.active-acc .arrows {
  transform: rotate(0);
  border: solid 1px #0400ee;
  fill: #0400ee;
}
img.arrows {
  position: absolute;
  right: 20px;
  vertical-align: middle;
  top: 30px;
  transform: rotate(180deg);
  transition: all ease 0.3s;
  border: solid 1px #000;
  border-radius: 50%;
  width: 20px;
  padding: 5px;
}
.faq.active-acc {
  padding-bottom: 0;
}

.plans-div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.plans-div:after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ccc;
}
.plans-included {
  margin-top: 40px;
}
.plans-included h5 {
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  display: inline-block;
  padding: 15px 40px;
  border: solid 1px #ccc;
  border-radius: 10px;
  background: #fff;
  z-index: 1;
}
.plans h6 {
  font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 30px;
  color: #000;
}
.plans p {
  font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 26px;
  line-height: 24px;
  margin-top: 12px;
}
.plans-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.plans {
  width: 31%;
  margin: 25px 0;
  padding: 15px 20px 15px 30px;
  position: relative;
}
.plans:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  background-image: url(../svg/blue-tick.svg);
  height: 20px;
  width: 20px;
  background-size: cover;
}
.tab-slider--nav {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.tab-slider--tabs {
  display: flex;
  margin: 0px auto;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
  user-select: none;
  flex-wrap: wrap;
  gap:6px;
  justify-content: flex-end;
}

.tab-slider--tabs.slide:after {
  left: 51%;
}
.tab-slider--trigger span {
  font-size: 12px;
  vertical-align: middle;
  color: #fff;
  padding-left: 8px;
  transition: color 250ms ease-in-out;
}
.tab-slider--trigger {
  font-size: 12px;
  line-height: initial;
  font-weight: 700;
  color: #0450D7;
  font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 15px;
line-height: 22px;
  text-align: center;
  padding: 22px 25px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  transition: color 250ms ease-in-out;
  user-select: none;
  left: 0;
  background: #F1F5FF;
  width: 100px;
  border-radius: 20px;
}
.tab-slider--trigger:first-child {
  padding: 22px 20px;
}
.tab-slider--trigger.active {
  color: #fff;
}
.tab-slider--trigger.active span {
  color: #000;
}
.tab-slider--body {
  margin-bottom: 20px;
}
.tab-slider--tabs.slide:after {
  width: 47%;
}
.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.popup-container:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(15px);
}
.popup-wrapper {
  height: 550px;
  width: 92%;
  overflow: scroll;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  box-shadow: 0 6px 10px #00000029;
  background: #fff;
}
.popup-wrapper .comparison-table {
  margin-top: 0;
}
.modal {
  visibility: hidden;
  opacity: 0;
}
.modal.active {
  visibility: visible;
  opacity: 1;
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 1em;
  color: #aaa;
  background: 0 0;
  border: 0;
  cursor: pointer;
}
.modal-close svg {
  width: 18px;
  height: 18px;
}
.popup-wrapper .comparison-table th h6 {
  font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 22px;
line-height: 32px;
  text-align: center;
}
.popup-head {
  padding: 30px 20px;
  text-align: center;
  background: #f3f8ff;
  box-shadow: 0 6px 10px #00000029;
  position: sticky;
  width: 100%;
  z-index: 2;
  top: 0;
}
.popup-wrapper .comparison-table {
  box-shadow: none;
}
.popup-wrapper .comparison-table thead {
  box-shadow: 0 3px 26px #0000001c;
}
.popup-wrapper .tool-tip .tooltiptext {
  bottom: 115%;
  left: 50%;
  margin-left: -30px;
}
.popup-wrapper .tool-tip .tooltiptext {
  width: 220px;
}

/* fremium css */
a.btn_plan_upgrade.try-for-free-btn.freemium-btn {
  color: #fff !important;
  background: rgb(30, 172, 143) !important;
}

p.free-highlight {
  font-family: "proxima-nova", sans-serif;
font-weight: 800;
font-size: 40px;
line-height: 53px;
  letter-spacing: 0.2px;
  color: #1EAC8F;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
p.free-highlight:after {
  content: "";
  background-image: url(../png/free-highlight.png);
  position: absolute;
  width: 85px;
  height: 6px;
  background-repeat: no-repeat;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
p.free-descptn {
 
  font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 18px;
  margin-bottom: 0;
  font-style: italic;
  letter-spacing: 0.08px;
  min-height: 43px;
}

span.user-highlight {
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.08px;
  font-style: normal;
  color: #1EAC8F;
  position: relative;
}
span.user-highlight:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #f7d54d;
  width: 99%;
  height: 3px;
  z-index: 0;
  border-radius: 10px;
}
div.comparison-plans .plan_info.free-plan {
  background: linear-gradient(180deg, #1eac8f, #fdcf18, #FF0000);
  padding: 1.5px;
}

div.comparison-plans .plan_info.free-plan .plan_info_inner {
  background: #ffffff;
  border-radius: 6px;
  padding-bottom: 10px;
}
.free-plan a#sign1 {
  background: #ffffff;
  border: 1.3px solid #1EAC8F;
  color: #1EAC8F;
}
.freemium-custom-price {
  font-family: "proxima-nova", sans-serif;
font-weight: 800;
  font-size: 32px;
  color: #171717;
}
span.everything-txt {
  display: block;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
.free-wrap {
  padding-top: 20px;
  margin-bottom: 20px;
}
.pricing-box.freemium {
  background: linear-gradient(180deg, #1eac8f, #fdcf18, #FF0000);
  padding: 1px;
  border: none;
}

.gradient-bg {
  background: #ffffff;
  border-radius: 10px;
  padding-bottom: 10px;
  padding: 20px 0px;
}
span.user-highlight:after {
  bottom: 0px;
}
}
/* fremium css */
@media screen and (max-width: 1200px) {
  .progress-bar h6 {
    left: 85px;
  }
  header#mirrorfly-menu .menu ul li { 
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  th.feature-mobile-hide {
    width: 670px !important;
}
  .enterprise-head .yearly {
    position: relative;
  }
  .comparison-table thead {
    position: relative;
    top: 0;
  }
  .enterprise-keys {
    padding: 20px 20px;
  }
  .table-right:first-child .enterprise-keys {
    padding-top: 0;
  }
  .enterprise-head {
    padding: 32px 20px;
  }
  .heading h2,
  .heading h3 {
    font-family: "proxima-nova", sans-serif;
  font-weight: 700 !important;
  font-size: 21px !important;
  line-height: 29px !important;
  }
  .section-title span {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 29px;
  }
  .comparison-table {
    overflow: auto;
  }
  .progress-bar h6 {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 215px;
  }
  .plans {
    width: 100%;
    margin: 10px;
  }
}
@media screen and (max-width: 991px) {
  .comparison-table {
    flex-wrap: wrap;
  }
  .comparison-tables {
    flex-wrap: wrap;
  }
  .table-right {
    width: 50% !important;
  }
}
@media screen and (max-width: 768px) {
  .popup-wrapper .comparison-table thead {
    top: 0;
    position: relative;
  }
  .enterprise-head {
    text-align: center;
  }
  .key-points {
    padding-bottom: 15px;
  }
  .main-pricing-title span.hightlight-txt {
    display: block !important;
  }
  ul.key-points li {
    margin: 0 25px;
    margin-bottom: 20px;
  }
  .progress-bar {
    margin-bottom: 0px;
    padding: 10px 0;
  }
  .progress-bar svg {
    max-width: 95%;
  }
  .mid-cta {
    padding: 45px 10px;
  }
  .mid-cta h3 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
  }
  .bottom-cta {
    padding: 45px 10px;
  }
  .bottom-cta h3 {
    font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  }
  .faq-head .section-title {
    font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 26px !important;
  line-height: 35px !important;
  }
  .faq-accordian-wrapper {
    width: 100%;
  }
  .comparison-table th {
    min-width: 200px;
    padding: 15px !important;
  }
  .comparison-table tbody tr td {
    min-width: 288px;
  }
  a#sign8 {
    border: 1px solid #1EAC8F;
    color: #fff;
    background: #1EAC8F;
}
  .comparison-table th h6 {

    font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 23px;
line-height: 38px;
  }
  .comparison-table th p {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0px;
  }
  .position-sticky-element table#table-sticky {
    width: auto;
}
.position-sticky-element .comparison-table thead {
  background: #044ed8;
}
    p.pricing-plan-descptn {
      display: block;
      font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
      width: 100%;
      font-weight: 600;
    }
    p.pricing-plan-descptn span.everything-txt {
      font-size: 13px;
  }
  .comparison-table th p.small {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
  }
.money b {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
  }
  #custom {
    font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  }
  .enterprise-head {
    padding: 15px;
  }
  .enterprise-head h6 {

    font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  }
  .enterprise-head p {
    font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 30px;
  }
  .table-right:nth-child(3) .enterprise-keys {
    min-height: auto;
  }
  .table-right:last-child .enterprise-keys {
    min-height: auto;
  }
  .comparison-table th .featuress:after {
    bottom: -35px;
  }
  .see-all-features h6 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
  }
  .table-right {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .enterprise-keys {
    min-height: auto !important;
  }
  .see-all-features {
    margin: 30px 0;
  }
  .table-right {
    background: #fff;
    box-shadow: 0 3px 20px #00000029;
  }
  .cta-wrapper {
    flex-wrap: wrap;
  }
  .cta-wrapper img {
    width: 100%;
    display: block;
  }
  .cta-right {
    padding: 10px 0;
  }
  .bot-cta h3 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 21px !important;
    line-height: 29px !important;
  } 
  .comparison-table th p.pricing-plan-free-txt {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    width: 85%;
    margin: 0 auto;
    margin-top: 9px;
}
.comparison-table th p.no-credit {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;

}
}
@media screen and (max-width: 640px) {
  .enterprise-head a {
    margin-top: 0;
  }
  .comparison-table {
    box-shadow: none;
    background: 0 0;
  }
  .enterprise-keys {
    min-height: auto;
  }
  .table-right {
    margin-bottom: 20px;
    width: 100% !important;
    box-shadow: 0 3px 26px #0000003b;
    background: #fff;
  }
  .bottom-cta h3 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }
  .bottom-cta h3 {
    width: 100%;
    text-align: center;
  }
  .bottom-cta a {
    margin-top: 20px;
  }
  .popup-wrapper {
    width: 90%;
  }
  .page-tab .tab-button li a {
    min-width: auto;
    padding: 15px 25px;
    font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 28px;
  }
  .page-tab .tab-button li:last-child a {
    padding: 15px 15px;
  }
  .demo-wrapper {
    display: none;
  }
  .tab {
    display: none;
  }
  .page-tab .tab-button li a span {
    display: none;
  }
  .comparison-table th .featuress{
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .progress-bar input {
    width: 300px;
    margin: 0 auto;
  }
  .slidecontainer {
    width: 300px;
    margin: 0 auto;
  }
  .user-count {
    width: 300px;
    margin: 0 auto;
    position: relative;
    bottom: 100%;
  }
  .user-count li.fivek {
    left: 55px;
  }
  .user-count li.tenk {
    left: 90px;
  }
  .user-count li.two {
    left: 126px;
  }
  .user-count li.three {
    left: 158px;
  }
  .user-count li.four {
    left: 132px;
  }
  .user-count li.five {
    left: 83px;
  }
  .user-count li.six {
    left: 130px;
  }
  .user-count li.seven {
    left: 218px;
    top: 27px;
  }
 
}
.contact-sales #mirrorfly-menu .menu ul li:last-child {
  display: block;
}
.enterprise-head.footer {
  padding: 10px 0;
}
.contact-content ul.hightlights li.hightlights-break {
  width: 85% !important;
}
.menu ul li.expert a.pricing {
  background: #fff;
  color: #000;
}
.dark-menu .menu ul li.expert:hover a.pricing {
  background: #fff;
  color: #000;
}
.priceoffer {
  position: absolute;
  right: 28%;
  bottom: 17px;
  transition: 0.5s ease-in;
  display: none;
}
span.offer-text {
  position: relative;
  top: -6px;
  font-family: "proxima-nova", sans-serif;
font-weight: 600;
font-size: 15px;
line-height: 28px;
  color: #0e62dc;
}
@media (max-width: 1024px) {
  .priceoffer {
    right: 26%;
  }
  .comparison-table th h6 {
    font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 42px;
  }
  .comparison-table th .featuress {
    font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 14px;
line-height: 23px;
  }
  #custom {
    font-family: "proxima-nova", sans-serif;
font-weight: 800;
font-size: 23px;
line-height: 40px;
  }
  .comparison-table th p.small {
    font-family: "proxima-nova", sans-serif;
font-weight: 800;
font-size: 23px;
line-height: 34px;
  }
  .comparison-table tbody tr td {
    width: 198px;
  }
  .comparison-table tbody tr td {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .priceoffer {
    right: 19%;
    bottom: 12px;
  }
}
@media (max-width: 767px) {
  header#mirrorfly-menu .menu ul li {
    display: none;
  }
  
  .priceoffer {
    right: 0;
    bottom: 7px;
  }
  .offer-text {
    position: relative;
    top: -6px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
    color: #0e62dc;
  }
}
@media (max-width: 480px) {
  .offer-arrowmark img {
    width: 30px;
  }
  span.offer-text {
    font-size: 12px;
  }
  .heading .mid-title b{
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 400px) {
  .tab-slider--trigger {
    padding: 18px 30px;
  }
  .slidecontainer{
    transform: scale(0.9);
    right: 20px;
    position: relative;
  }
}
@media (max-width: 320px) {
  span.offer-text {
    font-size: 11px;
  }
  .offer-arrowmark img {
    width: 25px;
  }
}
@media (max-width: 360px) {
  .tab-slider--trigger {
    padding: 18px 27px;
  }
  li.captchas {
    transform: scale(0.77);
    right: 20px;
  }
  .slidecontainer{
    transform: scale(0.8);
    right: 20px;
    position: relative;
  }
  .main-pricing-title, .main-pricing-title span.hightlight-txt {
    font-size: 24px !important;
  }
}

@media only screen and (min-width: 1025px) {
  #mobile-tab{
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .comparison-table{
    display: none;
  }
  section#mobile-tab {
    margin-bottom: 40px;
}
  .compare-tab{
    max-width: 600px;
    margin: 0 auto;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}
  .product-row {
      border-top-left-radius: 0;
  }

  .product-branding div {
      font-size: 19px;
      line-height: 1.56;
      letter-spacing: -0.23px;
  }

  .product-branding i {
      transform: scale(.95) translateY(4px);
      margin-right: 8px;
      margin-left: 15px;
  }

  .table-headers-row {
      margin: 0;
      width: 100%;
  }

  .table-headers-row div {
      color: #000;
  }

  .table-headers-row div.active {
      color: #000;
      background-color: #e8efff;
  }
  .table-headers-row {
    display: flex;
    width: 100%;
    flex-direction: row;
    height: 48px;
    align-items: center;
    margin-left: auto;
    border-left: 1px solid #dee2f2;
    border-right: 1px solid #dee2f2;
    border-top: 1px solid #dee2f2;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.table-headers-row div {
    width: 33.33%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.25px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #dee2f2;
}

.table-headers-row div:last-child {
    border-right: none;
}

.plan-feature-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-row {
    display: flex;
    flex-direction: row;
    border-left: 1px solid #dee2f2;
    border-top: 1px solid #dee2f2;
    border-right: 1px solid #dee2f2;
    border-bottom: 1px solid #dee2f2;
    border-top-left-radius: 4px;
}

.product-branding {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px; 
}
.product-branding .money{
display: flex;
align-items: center;
}
.product-branding .money span{
  padding-left: 5px;
}
.product-branding #custom {
 
  font-family: "proxima-nova", sans-serif;
font-weight: 800;
font-size: 23px;
line-height: 26px;

}
.product-branding .money p{

  font-family: "proxima-nova", sans-serif;
font-weight: 800;
font-size: 26px;
line-height: 34px;
}
.product-branding .featuress{
  font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 14px;
line-height: 23px;
  color: #000;
  display: block;
  width: 50%;
}
.product-branding .money p.small{

  font-family: "proxima-nova", sans-serif;
font-weight: 800;
font-size: 22px;
line-height: 30px;
}
  .plan-ctas {
      display: none;
  }
  .plan-feature-group-name {
    height: 48px;
    display: flex;
    align-items: center;
    font-weight: 700;
    border-left: 1px solid #dee2f2;
    border-right: 1px solid #dee2f2;
    width: 100%;
    border-bottom: 1px solid #dee2f2;
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: -0.23px;
    cursor: pointer;
}
  .plan-feature-group-name {
      flex-direction: row-reverse;
      justify-content: space-between;
      padding-left: 20px;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
  }

  .plan-feature-column-title {
      padding-left: 20px;
      border-right: none;
      width: auto;
  }

  .plan-feature-column {
      border-right: none;
      font-size: 14px;
      line-height: 20px;
  }

  .plan-feature-column a {
      font-size: 14px;
      line-height: 16px;
  }

  .plan-feature-group-name i {
      margin-right: 24px;
  }

  .plan-feature-column-data {
      text-align: right;
      padding-right: 20px;
      width: auto;
      padding-left: 10px;
  }

  #tab-content-calls .plan-feature-column-data{
      width: auto;
      text-align: right;
      position: relative;
  }
  .plan-feature-column-data{
    position: relative;
  }
  .plan-feature-column-data.yes:before {
    content: "";
    position: absolute;
    background-image: url(../svg/green-tick.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 15px;
    width: 19px;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.plan-feature-column-data.no:before {
  content: "";
  position: absolute;
  background-image: url(../svg/grey-tick.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
  #tab-content-calls .plan-feature-column-title{
      width: 50%;
  }

  .plan-feature-row {
    display: flex;
    align-items: center;
    background: #fafbfd;
    border-left: 1px solid #dee2f2;
    border-right: 1px solid #dee2f2;
    border-bottom: 1px solid #dee2f2;
    padding: 0 8px;
}
.plan-feature-column {
  padding: 14px 0;
  /*background: #fafbfd;*/
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.15px;
}
.plan-feature-column:first-child {
  border-right: solid 1px #cccccc4d;
}
.plan-feature-row a{
  background: #004ebf;
  border-radius: 3px;
  transition: all ease 0.4s;
  padding: 12px 10px ;
  min-width: 150px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  box-shadow: 0 0 12px #0000005c;
  margin: 10px auto
}
#salesbutton{
  background: #fb7d17;
  border-radius: 3px;
  transition: all ease 0.4s;
  padding: 12px 20px 12px 20px;
  width: 150px;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 10px auto;
}
  .starter-feature-data {}

  .pro-feature-data {
      display: none;
  }

  .ent-feature-data {
      display: none;
  }

  .table-expander{
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
  }
}
@media only screen and (max-width: 480px) {
  .table-headers-row div{
    font-size: 14px;
  }
}