
.pricing-page-2020 {
  font-family: 'Poppins',"Lato" !important;
 /* overflow-x: hidden;*/
 background: #F4F6FC;

}
.text-center{
  text-align: center;
}
.table-heading{
  display: flex;
  align-items: center;
}
.pricing-page-2020 .title h1{
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #1E1E1E;
  ;
}
/*.heroBG{
  position: absolute;
  height: 200%;
  width: 110%;
  max-height: 510px;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background:#F5F9FF;
  transform-origin: bottom;
  transform: rotate(-9.8deg);
  left: -2%;
}*/
.pricing-page-2020 .container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 120px;
 /* position: relative;
  overflow: hidden;*/
}
/*.rectangles{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  display: flex;
  background: #fff;
}
.rectangles div{
  height: 62px;
}
.rectangle1 {
background: #D6E4FF;
width: 100%;
}
.rectangle2 {
  background: #ADC6FF;
  width: 80%;
}
.rectangle3 {
  background: #85A5FF;
  width: 60%;
}*/
.pricing-page-2020 .subtitle h3{
  font-size: 18px;
  line-height: 22px;
  color: #0F185C;
  max-width: 620px;
  margin: 20px auto;
}
.pricing-page-2020 .flat-pricing-plans-container{
  display: block;
  max-width: 1360px;
  margin: auto;
  padding: 0px 50px;
}
.flat-pricing-plans-table{
  display: flex;
  flex-direction: column;
  margin-bottom: 56px;
  margin-top: 30px;
}
.flat-pricing-title {
  background: #0050B3;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 0px;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-8 {
  margin-bottom: 8px;
}



.enterprise{
  background:#dfe3f1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #2d2d30;
  height: 82px;
   font-weight: 600;;
  margin-bottom: 35px;
  margin-top: -56px;
}
.enterprise a{
 margin: 0;
 margin-left: 25px;
 padding: 12px 60px;
 max-height: none;
 border-radius: 16px !important;
}
.flat-pricing-plans-table-body {
  display: flex;
  flex-direction: row;
  background: #fff;
}
.flat-pricing-plan-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 0px 26px;
  border-left: 1px solid #009EE2;
  border-bottom: 1px solid #009EE2;
  position: relative;
  background-color: #fff;
}

.flat-plan-title{
  font-weight: 600;
  font-size: 20px;
  line-height: 31px;
  color: #34374E;
  margin: 50px 0px 10px 0px;
}
.flat-plan-subtitle{
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  color: #393939;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.flat-plan-description{
  font-weight: 400;
  font-size: 13px;
  color: #656565;
  text-align: center;
  padding: 0px !important;
  margin-bottom: 26px;
  min-height: 93px;
}
#pricing-second-tab-container .flat-plan-description{
  min-height: 40px;
  margin-bottom: 20px;
}
.flat-plan-price{
  font-weight: 600;
  font-size: 40px;
  line-height: 30px;
  color: #1E1E1E;
  margin-bottom: 36px;
}

.price-value{
  font-weight: 600;
  font-size: 40px;
  color: #1E1E1E;
}
.price-spam{
  font-size: 16px;
  margin-left: -5px;
  font-weight: 300;
  border-bottom: 2px dotted #424461;
  padding-bottom: 3px;
}
.flat-pricing-devider{
  height: 3px;
  width: 100%;
  background: #009EE2;
}
.flat-plan-fetures-title{
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #515A92;
  padding: 11px;
  text-transform: uppercase;
  min-height: 36px;
}
.flat-plan-fetures-list {
  display: flex;
  flex-direction: column;
  min-height: 120px;
}

.feature-item:not(:last-child) {
  margin-bottom: 5px;
}
.flat-plan-fetures-list .feature-item{
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  text-align: left;
}
.flat-plan-fetures-list .feature-item img {
  width: 17px;
    height: 17px;
    margin-top: 2px;
    margin-right: 11px;
}
.flat-plan-CTA,.new-flat-plan-CTA{
  display: flex;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 30px;
  flex-direction: column;
  text-align: center;
}
.flat-plan-CTA a{
  display: inline-block;
  width: 100%;
  background: #009EE2;
  border-radius: 4px; 
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 0px;
  max-height: 44px;
  margin-top: auto;
}


/* cutom popup on hover */
.hover-trigger {
  position: relative;
  cursor: default;
}
.hover-trigger .hover-popup {
  display: none;
}
.hover-trigger:hover .hover-popup.below{
  display: initial;
  position: absolute;
  font-weight: 500;
  font-size: 14px;
  line-height: 155%;
  width: 300px;
  padding: 20px;
  border: 1px solid #009EE2;
  background: #fff;
  border-radius: 7px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.hover-trigger:hover .hover-popup.upove{
  display: initial;
  position: absolute;
  font-weight: 500;
  font-size: 14px;
  line-height: 155%;
  width: 300px;
  padding: 20px;
  border: 1px solid #009EE2;
  background: #fff;
  border-radius: 7px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.coming-soon{
  font-size: 11px;
  margin-left: 5px;
  font-weight: 400;
  line-height: 11px;
  color: #009EE2;
  min-width: 83px;
}
.tag-container{
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;

}
/* feedback section */
.flat-pricing-feedback {
  height: 503px;
  display: flex;
  flex-direction: row;
  background: #fff;
  width: 100%;
}
.flat-pricing-feedback-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 2;
}
.flat-pricing-feedback-text .flat-pricing-feedback-content{
  max-width: 692px;
  font-weight: 500;
  font-size: 22px;
  line-height: 149.5%;
  position: relative;
}
.flat-pricing-author{
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  position: absolute;
}
.flat-pricing-author .blue-text{
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
}
.flat-pricing-feedback-text .blue-text {
  color: #009EE2;
}
.flat-pricing-feedback-text .italic{
  font-weight: 900;
  font-size: 15px;
  line-height: 22px;
  font-style: italic;
}
.feedback-image-container{
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.flat-pricing-feedback img{
  width: 510px;
  height: 503px;
}

/* comp plans table */
.comp-plans-table {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.comp-plans-title-container {
  background: #009EE2;
  padding: 25px 0px;
}

#pricing-second-tab-container .comp-plans-title-container {
  padding: 16px 0px;
}

.comp-plans-title-container .comp-plans-title {
  max-width: 1360px;
  display: flex;
  flex-direction: row;
  margin: auto;
  padding: 0px 50px;
}
.comp-plans-title-container .comp-plans-title .cloumn-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  flex: 1;
  text-align: center;
}
.comp-plans-title-container .comp-plans-title .cloumn-name.main {
  flex: 3;
  text-align: initial;
}


.comp-plans-sub-title-container {
  padding: 19px 0px;
  background: #E9F5FA;
}
.comp-plans-sub-title-container .comp-plans-sub-title {
  max-width:1360px;
  display: block;
  margin: auto;
  color: #009EE2;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 0px 50px;
}

.comp-plans-item-ctontainer {
  background: #fff;
  border-bottom: 1px solid #EEEFF4;
}
.comp-plans-item {
  max-width: 1360px;
  display: flex;
  flex-direction: row;
  margin: auto;
  height: 60px;
  padding: 0px 50px;
}
.comp-plans-item-name {
  display: flex;
  align-items: center;
  flex: 3;
  color: #424461;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  display: flex;
  /* border-right: 1px solid #009EE2; */
  /* position: relative;
  bottom: -1px;
  border-bottom: 1px solid transparent; */
}
.comp-plans-item-name::after{
  content: " ";
  position: absolute;
  height: 101%;
  width: 1px;
  right: 0px;
  background: #009EE2;
  top: 0px;
}
.comp-plans-item-name .info-icon {
  height: 15px;
  width: 15px;
  margin-left: 5px;
  margin-bottom: 2px;
}
 .info-icon-small {
  height: 12px;
  width: 12px;
  margin-left: -3px;
}

.comp-plans-item-value {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
  /* border-right: 1px solid #009EE2; */
  /* position: relative;
  bottom: -1px;
  border-bottom: 1px solid transparent; */
}
.comp-plans-item-value::after{
  content: " ";
  position: absolute;
  height: 101%;
  width: 1px;
  right: 0px;
  background: #009EE2;
  top: 0px;
}
.comp-plans-item-value .content {
  font-size: 14px;
  line-height: 17px;
  color: #565B6D;
}
.comp-plans-item-value .check-icon {
  width: 17px;
  height: 17px;
  margin-top: 6px;
  margin-right: 11px;
}
.comp-plans-item-value .times-icon {
  width: 10px;
  height: 10px;
  margin-top: 6px;
  margin-right: 11px;
}

.get-started-container {
  background: #E9F5FA;
  border-bottom: 2px solid #009EE2;
}
.get-started-container .get-started-items{
  max-width: 1360px;
  display: flex;
  flex-direction: row;
  margin: auto;
  align-items: center;
  padding: 26px 50px;
}
.get-started-container .get-started-items .get-started-title {
  flex: 3;
  text-align: initial;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  color: #34374E;
}
.get-started-container .get-started-items .get-started-CTA {
  font-weight: 600;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.get-started-container .get-started-items .get-started-price {
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  color: #424461;
  padding-top: 15px;
}
.get-started-container .get-started-items .get-started-price .get-started-price-spam {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #424461;
  border-bottom: 2px dotted #4244618f;
}

/* trustpilot container */
.trustpilot-container {
  width: 100%;
  height: 90px;
  background: #fff;
  padding-top: 34px;
}

/* faq section */
.pricing-faq-container{
  display: flex;
  width: 100%;
  flex-direction: column;
  background: rgba(66, 68, 97, 0.05);
}
.pricing-faq-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #34374E;
  padding: 40px 0px 20px 0px;
  text-align: center;
}
.pricing-faq {
  max-width: 1360px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: auto;
  padding: 0px 50px;
}
.pricing-faq-item {
  width: 50%;
}
.faq-item-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #009EE2;
  margin-bottom: 5px;
  margin-top: 20px;
}
.faq-item-content {
  font-size: 16px;
  line-height: 25px;
  color: #565B6D;
  max-width: 589px;
}

.pricing-faq-container .more-faq {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #565B6D;
  padding: 40px 0px;
}
.pricing-faq-container .more-faq a{
  color: #009EE2;
}

/* Demo section */
.pricing-demo.flat-pricing-feedback img {
  width: 509px;
  height: 322px;
}
.pricing-demo .feedback-image-container {
  display: flex;
  flex-direction: column;
  max-width: 509px;
}
.pricing-demo.flat-pricing-feedback {
  height: initial;
}
.demo-content {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #009EE2;
  padding: 0px 26px;
}
.demo-content .demo-title{
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #34374E;
  padding: 24px 0px;
}
.demo-content .demo-normal{
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.demo-CTA {
  padding: 10px;
  text-align: center;
  background: #009EE2;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  width: 100%;
  margin: 36px 0px;
  text-transform: uppercase;
}
.pricing-demo .flat-pricing-feedback-content {
  display: flex;
  flex-direction: column;
}
.demo-mian-title{
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #34374E;
  margin-bottom: 30px;
}
.demo-mian-att{
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #009EE2;
  margin-bottom: 20px;
}
.demo-mian-content, .demo-cancel{
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #565B6D;
}
.demo-mian-content {
  margin-bottom: 20px;
}
.flat-plan-subtitle {
  text-align: center;
}

/* B test - Pricing table start */
.new-pricing-table.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 58px;
}
.new-pricing-table .title  h1{
  margin-top: 72px;
  color: #0F185C;
}
.new-pricing-table .subtitle h3{
  color: #0F185C ;
  text-align: center;
  margin: 32px 0 42px 0;
}
.pricing-table-header h3 {
   font-weight: 600;;
}
.pricing-table{
  background: inherit;
}

.sticky-pricing-header{
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.tabs-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 30px;

}
#pricing-second-tab-container .tabs-wrapper{
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
}
#pricing-second-tab-container .tabs-wrapper .tab-label{
font-size: 16px;
font-weight: 400;
margin-top: 15px;
}
.tabs {
  border: 1px solid #1a1a1a1a;
  display: flex;
  position: relative;
  background-color: #FCFCFC;
  border-radius: 8px;
  padding: 4px;
}
.features-list {
  list-style: none;
  padding: 0;
}
.features-list li:before {
  content: "\f058"; 
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 12px;
  color: #7c8abf;
}
.tabs * {
  z-index: 2;
}

input[type="radio"] {
  display: none;
}

.tab {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 30px;
  color: #1a1a1a;
  opacity: 0.5;
  font-size: 14px;
  margin-bottom: 0;
  border-radius: 99px;
  cursor: pointer;
  transition: color 0.15s ease-in;
}

input[type="radio"]:checked + label {
  color: #243190;
  opacity: 1;
}

input[type="radio"]:checked + label > .notification {
  background-color: #0F185C;
  color: #fff;
}

input[id="yearly"]:checked ~ .glider {
  transform: translateX(0);
}

.glider,.glider2 {
  position: absolute;
  display: flex;
  height: 36px;
  left: 132px;
  width: 107px;
  background-color: #e3e7f3;
  color: #fff;
  z-index: 1;
  border-radius: 8px;
  transition: 0.25s ease-out;
}
.glider2 {
left: 123px;
}
.pricing-table {
  grid-gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(312px, 312px));
  justify-content: center;
  width: 100%;
}

.pricing-table-item {
  padding: 34px 36px 24px;
  border-radius: 32px;
  background-color:#FFFF;
  margin: 20px 0;
  height: max-content;
}

.pricing-table-item.highlighted {
  background-color: #FCFCFC;
  border: 1px solid rgba(26, 26, 26, 0.1);
  margin: 0;
  padding-top: 24px;
}

.badge {
  background-color: #E6F7FF;
  align-self: center;
  display: inline-flex;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 100px;
  padding: 8px 12px;
}

.badge-text {
  font-size: 12px;
   font-weight: 600;;
  color: #0071B2;
}

@keyframes shimmer {
  0% {
    left: -100%;
    top: -150px;
  }

  50% {
    left: 100%;
    top: 150px;
  }

  to {
    left: 100%;
    top: 150px;
  }
}

.highlighted-badge::before {
  animation: shimmer 3.5s;
  animation-delay: 1.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  content: "";
  display: block;
  height: 90px;
  left: -60%;
  position: absolute;
  top: -150px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  width: 220px;
}

.badge::before {
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 51%, 0) 0,
    hsla(0, 0%, 51%, 0.2) 25%,
    hsla(0, 0%, 51%, 0.3) 50%,
    hsla(0, 0%, 51%, 0.2) 75%,
    hsla(0, 0%, 51%, 0)
  );
}

.desc {
  color: #1a1a1a;
  opacity: 0.5;
  font-size: 14px;
}

.price-container {
  display: flex;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 20px;
}

.price {
   font-weight: 600;;
  margin-right: 4px;
  font-size: 36px;
  margin: 0;
  margin-right: 4px;
}
.price-text{
  font-weight: 700 !important;
  font-size: 24px !important;
}
.price-text sub , .price-text  .get-started-price-spam{
  font-weight: 500 !important;
  font-size: 16px !important;
}
.price-sub-period{
  font-weight: 500 !important;
  font-size: 16px !important;
  font-weight: 300;
}
.active-period-tab{
  color: #243190;
  opacity: 1;
}
.price-span {
  font-size: 13px;
  color: #1a1a1a;
  opacity: 0.5;
  margin-bottom: 0;
}

.trial-btn {
  background-color: #16227b;
  color: #fff;
  border: none;
  padding: 8px;
  border-radius: 22px;
  font-size: 16px;
  cursor: pointer;
  height: 44px;
  width: 100%;
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trial-btn:hover{
  text-decoration: none;
  color: white;
  background-color: #1d39c4;
}
.features-list-header {
  margin: 12px 0;
}

.features-list > li {
  font-size: 14px;
  display: flex;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .pricing-table {
    grid-template-columns: repeat(auto-fit, minmax(295px, 295px));
  }
}

@media (max-width: 991px) {
  .pricing-table {
    grid-template-columns: minmax(350px, 350px);
  }
  .tabs{
    margin-bottom: 0;
  }
  .tabs-wrapper{
    padding: 24px 0;
  }
  .sticky-pricing-header{
    position: sticky;
    top: 0;
    background: #f4f6fc;
    align-items: center;
    padding: 20px;
    z-index: 1;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* B test - Pricing table end*/
@media (max-width: 1280px) and (min-width: 767px){
  .flat-plan-description {
    margin-bottom: 0px;
    min-height: 113px;
  }
  .flat-plan-subtitle {
    margin-bottom: 0px;
    min-height: 50px;
  }
  .flat-plan-fetures-list {
    min-height: 161px;
  }
  .flat-plan-fetures-title {
    min-height: 50px;
  }
  .flat-pricing-feedback-text {
    padding: 0px 50px;
  }
  .flat-pricing-author{
    position: initial;
  }
  .flat-pricing-feedback-text .flat-pricing-feedback-content {
    font-size: 17px;
  }
  .pricing-faq-item:nth-child(even){
    padding-left: 20px;
  }
  .pricing-faq-item:nth-child(odd){
    padding-right: 20px;
  }
}
.inc-dec-cta{
  display: none;
  height: 37px;
  width: 37px;
  margin: 0 2px ;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  border: 1px solid #656565;
  border-radius: 50%;
  cursor: pointer;
  color: #656565;
  padding-left: 1px;
  padding-top: 2px;
}
.deactive{
  opacity: 0.4 !important;
}
.inc-dec-cta-effect{
  opacity: 0.8;
}
.number-of-properties-container #number-of-properties{
  border-radius: 8px;
  padding:0 10px ;
  height: 40px;
  max-width: 90px;
  font-size: 18px;
  border: 1px solid #1a1a1a1a ;
  height: 46px;
  border: 1px solid #1a1a1a1a;
  background-color: #0050B3;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1215px) {
  .pricing-hidden-md {
    display: none !important;
  }
}
@media (min-width: 1215.02px) {
  .hidden-pricing-lg {
    display: none !important;
  }
}
@media (max-width: 1215px){
  .inc-dec-cta{
    display: flex;
  }
  .number-of-properties-container #number-of-properties{
    background-color: transparent;
    color: #444444;
    border: none;
    max-width: 50px;
  }
    .pricing-demo .feedback-image-container {
    margin: auto;

    }
    .demo-content{
    border: none;
    }
  .enterprise{
    font-size: 16px;
    height: 70px;
     font-weight: 600;;
    margin-bottom: 0;
    margin-top: 0;
    padding: 15px;
  }
  .enterprise a{
   margin: 0;
   margin-left: 15px;
   padding: 10px 20px;
   max-height: none;
   border-radius: 16px !important;
  }

  .pricing-page-2020 .flat-pricing-plans-container {
    margin-top: 0px;
    padding: 0px;
  }
  .flat-pricing-title {
    padding-right: 30px;
    padding-left: 30px;
  }
  .pricing-page-2020 .pricing-header {
    min-height: 443px !important;
    display: flex;
    align-items: center;
    padding: 0px 30px !important;
  }
  .flat-pricing-plans-table{
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .flat-pricing-plans-table-body{
    padding: 17px;
    padding-bottom: 23px;
    flex-direction: column;
  }
  .flat-pricing-plan-item {
    min-width: 282px;
    padding: 10px !important;
    margin-right: 15px !important;
    border: 1px solid #009EE2;
    margin-top: 20px;
    margin-left: 15px;
  }
  #standard_plan{
    margin-top: 62px;
  }
  .flat-plan-title {
    margin: 8px 0px 14px 0px;
  }
  .most-popular-flat-plan-title {
    padding-top: 30px;
  }
  .flat-plan-subtitle{
    margin-bottom: 17px;
  }
  .flat-plan-description{
    padding: 0px !important;
    min-height: 80px;
    margin-bottom: 16px;
  }
  .flat-plan-fetures-list {
    margin-top: 40px;
    padding: 0 20px;
  }
  .flat-plan-fetures-title {
    display: none;
  }
  .flat-plan-price {
    margin-bottom: 23px;
  }
  .flat-pricing-devider {
    width: 80%;
  }
  .flat-plan-CTA,.new-flat-plan-CTA {
    display: flex;
    width: 80%;
    margin-bottom: 23px;
  }  
  .md.flat-pricing-feedback {
    flex-direction: column-reverse;
  } 
  .md .feedback-image-container{
    width: 100%;
    min-height: 261px;
    background-image: url('../images/pricing-b.png');
    background-size: cover;
    background-repeat: no-repeat;
  }
  .md .feedback-image-container img{
    display: none;
  }
  .md .flat-pricing-feedback-text {
    padding: 15px;
  }
  .md .flat-pricing-feedback-text .flat-pricing-feedback-content{
    background: #fff;
    padding: 25px;
    margin-top: -95px;
    font-size: 18px;
    padding-bottom: 70px;
  }
  .md .flat-pricing-author {
    position: initial;
  }
  .md.flat-pricing-feedback {
    height: initial;
  }
  .md .flat-pricing-author .blue-text{
    font-size: 16px;
  }
  .md .flat-pricing-feedback-text .italic{
    font-size: 13px;
  }
  /*.mp-standard{
    display: none;
  }
  .mp-pro{
    display: none;
  }*/
  .comp-plans-item{
    padding: 0px 0px 0px 9px;
  }
  .comp-plans-item-name {
    font-size: 16px;
    min-width:100%;
    font-weight: 600;
  }


  .flat-plan-selector {
    background: #fff;
    display: flex;
    padding: 15px 9px 5px 9px;
    flex-direction: row;
    justify-content: space-between;
  }
  .plan-select-item {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #34374E;
    width: 124px;
    text-align: center;
    justify-content: space-between;
    padding: 5px 0px;
  }
  .plan-select-item.active {
    color: #fff;
    background: #009EE2;
    border-radius: 20px;
  }
  .comp-plans-title-container .comp-plans-title {
    padding: 10px 9px 0px 9px ;
  }
  .comp-plans-sub-title-container .comp-plans-sub-title {
    padding: 0px 9px;
    font-size: 16px;
  }
  .comp-plans-title-container {
    padding: 0px 0px 14px 0px;
    background: #fff;
    border-bottom: 2px solid #009EE2;;
  }
  .comp-plans-title-container .comp-plans-title .cloumn-name {
    color: #3E4363;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-transform: capitalize;
  }
  .comp-plans-title-container .comp-plans-title .cloumn-name.sec {
    font-style: italic;
    font-size: 14px;
    justify-content: center;
  }

  .comp-plans-item-value{
    margin: 10px 30px;
    max-width: 60px;
  }
  .comp-plans-item-value .content {
    text-align: center;
    padding: 4px;
  }
  .trustpilot-container {
    height: 112px;
  }
  .comp-plans-item-value::after {
    background: none;
  }
  /* mobile popup */
  .pricing-page-2020 .modal.in .modal-dialog{
    position: absolute;
    width: 100%;
    left: 0px;
    margin: 0;
    border-radius: 0px;
    /* bottom: 0; */
    /* top: 100%; */
    /* bottom: -216px; */
    /* padding-top: 100px; */
  }
  .pricing-page-2020 .modal.in .modal-dialog.animated .modal-content{
    transition: all .5s linear;
    /* padding-top: 55%; */
    padding-top: 230px;
  }
  
  .pricing-page-2020 .modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
    border-radius: 0px;
    border: none;
    padding-top: 1000px;
    background: transparent;
    /* padding-top: 190%;
    transition: all .5s linear; */
  }
  .pricing-page-2020 .modal-body{
    border-top: 4px solid #009EE2;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    min-height: 200px;
    padding-top: 30px;
    background: #fff;
    
  }
  .hover-trigger .hover-popup {
    display: none !important;
  }

  /* faq */
  .pricing-faq-item {
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
  }
  .pricing-faq-title {
    font-size: 30px;
    padding-bottom: 35px;
  }
  .faq-item-title {
    font-size: 16px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .faq-item-content {
    padding-bottom: 11px;
    font-size: 16px;
    line-height: 25px;
    display: none;
  }
  .faq-trigger {
    color: #fff;
    font-size: 17px;
    padding: 2px;
    background: #009EE2;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pricing-demo {
    padding: 40px 0px 0px 0px;
    flex-direction: column;
  }
  .demo-mian-title, .demo-mian-att, .demo-mian-content, .demo-cancel, .demo-title, .demo-normal {
    text-align: center;
  }
  .flat-pricing-feedback-text {
    padding: 20px;
  }
  /* .de-sign {
    display: none;
  } */
  .mb-demo-image{
    background: url('./../images/pricing-demo.png');
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .get-started-container .get-started-items .get-started-title {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 13px;
  }
  .get-started-container .get-started-items{
    padding: 15px 0px 40px 0px;
    flex-direction: column;
  }
  .get-started-container .get-started-items .get-started-CTA{
    width: 100%;
    padding: 15px 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .get-started-container .get-started-items .get-started-price{
    padding: 0;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 30px;
  }
  .get-started-items .get-started-price::before {
    content: ' ';
    background: url('./../images/Exclude.png');
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
    left: -4px;
  }
  #pricing-second-tab-container .get-started-items .get-started-price::before{
    left: 10px;
  }
  .get-started-plan{
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
  }
  .get-started-container .get-started-items .get-started-CTA a{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    min-width: 123px;
    padding: 12px;
  } 
  .get-started-price-value img{
    width: 12px;
  }

    .comp-plans-mobile-h {
    background: #fff;
  }
  .comp-plans-mobile-h h3{
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
    padding: 25px 0px 15px 0px;
    text-align: center;
  }
  .comp-plans-mobile-h h6{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
  }
}
@media (max-width: 399px){
  .trustpilot-container {
    height: 148px;
  }
}
@media (max-width: 821px) and (min-width: 769px){
  .flat-plan-subtitle {
    margin-bottom: 0px;
    min-height: 60px;
  }
  .flat-plan-description {
    margin-bottom: 0px;
    min-height: 165px;
  }
  .flat-plan-fetures-list {
    min-height: 220px;
  }
}
@media (max-width: 1024px) and (min-width: 822px){
  .flat-plan-fetures-list {
    min-height: 182px;
  }
}


.text-center{
  text-align: center;
}
.flex-center{
  display: flex;
  justify-content:center ;
  padding: 0;
}
.border{
  border-radius: 0px 0px 10px 10px !important;
  position: absolute;
  width: auto;
  top: 0;
  padding-right: 15px;
  padding-left: 15px;

}
.flex-column{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  align-items: center;
}

.blue-text-price,.blue-text-free{
  color:#898989 ;
  font-size: 13px;
  font-weight: 500;
}
.blue-text-price{
  margin-bottom: 20px;
}
.blue-text-free{
  margin: 10px 0;
}
.no-margin{
  margin-bottom: 0 !important;
}
.price-flex{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.price-flex span{
  color: #fff;
  margin-top: 5px;
  font-weight: 500;
}
.price-flex sub{
  bottom: 0;
  font-size: 13px;
  font-weight: 300;
}
.new-button{
  border-radius: 10px !important;
  display: inline-block;
  width: auto;
  background: #0050B3;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  padding: 12px 20px;
  max-height: 44px;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  min-width: 180px;
}
.new-button:hover,.new-button:focus{
  background: #014699;
  text-decoration:none !important;
  color: #ffff !important;
}
.primary{
  background: #16227B;
}
.primary:hover{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), #16227B;
}
.auto-margin{
  margin-top: auto;
}
@media only screen and (max-width:1003px) and (min-width: 769px) {
  .flat-pricing-plans-table{
    margin-top: 30px;
  }
  .flat-pricing-title{
    padding: 15px !important;
  }
}

.comp-plans-header{
  max-width: 1360px;
  display: flex;
  flex-direction: row;
  margin: auto;
  width: 100%;
  text-align: start;
  padding: 0px 50px;
  font-size: 25px;
  color: #34374E;
  margin-bottom: 20px;
   font-weight: 600;;
}
#core-plans .flat-pricing-plan-item:last-child {
  border-right: 1px solid #009EE2;
}

@media only screen and (max-width: 1215px) {
  .comp-plans-header{
    display: none;
  }
  .comp-plans-title-container .comp-plans-title{
    display: none;
  }
  .price-flex span{
    color: #3e4363;
    margin-top: 5px;
    font-weight: 500;
  }
  .comp-plans-item{
    flex-wrap: wrap;
    justify-content:space-between;
    padding: 10px;
    height: auto;
  }
  .comp-plans-item-value .times-icon{
    width: 13px;
    height: 13px;
  }
  .comp-plans-item-value .check-icon{
    height: 17px;
    width: 17px;
  }
  .comp-plans-item-name::after {
  background: none;
  }
  .price-flex sub{
    bottom: 0;
    font-size: 13px;
    font-weight: 300;
  }
  .flat-pricing-plans-table{
  padding-top: 0 !important;
  }
  .border{
    font-size: 15px;
    padding: 10px;
  }
  .flat-pricing-plans-table-body {
    padding-top:60px
}
.flat-plan-subtitle{
  min-height: 38px;
}
}
.billed-period-empty{
  height: 19px;
}
.lets-talk{
  cursor: pointer;
  color: #fff;
  text-decoration: none !important;
}

.hidden{
  display: none;
}
.tabs-row{
  display: flex;
  width: 100%;
  justify-content: center;

}
.page-tab{
  width: 210px;
  height: 70px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 5px 5px 0 0  ;
  background-color: #16227B;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  margin-top: -70px;
  margin-bottom: 30px;
  cursor: pointer;
  color: #fff;
}

.active-page-tab{
  background-color: #F4F6FC ;
  color: #16227B;
}
.periods-tabs-wrapper{
  display: flex;
  align-items: center; 
}

.discount-badge {
  color: #1d5839;
  background-color: #d7f6e5;
  padding: 4px 8px;
  border-radius: 8px;
  font-weight: 600;
  margin-left: 8px;
}

.number-of-properties-container{
  display: flex;
  flex-direction: row;
  background-color: #FCFCFC;
  border-radius: 8px ;
  border: 1px solid #1a1a1a1a;
  padding:10px ;
  padding-top: 20px;
  align-items: center;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 1215px){
  .number-of-properties-container{
    margin-bottom: 20px;
  }
}

.number-of-properties-label{
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;

}

#number-of-properties {
  -moz-appearance: textfield;
}

/* For Chrome, Safari, Edge, and Opera */
#number-of-properties::-webkit-inner-spin-button,
#number-of-properties::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.text-center{
  text-align: center;
}
.manage-demo-content{
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.manage-demo-text{
  font-size: 24px;
  color:#34374E ;
}
.manage-demo-cta{
  margin-top: 20px;
  max-width: 250px;
  cursor: pointer;
  background-color: #009EE2;
  border-radius: 25px;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
}
.manage-demo-cta:hover{
  background-color: #16227B;
}
.help-container{
  background-color: #fff;
  text-align: center;
  padding: 50px 15px;
}
.help-content{
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
  margin: auto;
  justify-content: center;
}
.help-item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(400px , 100%);
  align-items: center;
  padding: 20px;
  text-align: center;
}
.help-item img{
  width: 110px;
}
.help-item h4{
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
}
.help-item span{
  margin-bottom: 15px;
  font-size: 16px;
}
.help-container h2{
  margin-bottom: 15px;
  font-weight: 600;
}

.currency-container{
  padding: 0 58px;
}
.no-hover{
  text-decoration: none;
}
.currency-exchange-container{
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #1a1a1a1a;
  width: 120px;
  min-height: 46px;
  overflow: hidden;
  padding-right: 6px;

}
#currency-select{
  width: 100%;
  border: none;
  outline: none;
  padding: 6px;
}
.currency-item{
  padding: 6px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
  transition: all 0.4s ease;
  color: #1a1a1a;
  opacity: 0.5;
}
.currency-active{
  background-color: #e3e7f3;
  color:#243190;
  opacity: 1;
}


@media (max-width: 500px){
.comp-plans-item-name{
  display: flex;
  justify-content: space-between;
}

.periods-tabs-wrapper{
  flex-direction: column;
}
.periods-tabs-wrapper .discount-badge{
  margin-top: 6px;
}

}
@media (max-width: 1000px){

.currency-container{
  padding: 0 30px ;
}
}



  .slider-container {
    width: 500px; /* Adjust as needed */
    margin: 20px;
}

.slider-container input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 20px;
    border-radius: 10px;
    background: #b9b8b8;
    outline: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 1; 
}

.slider-container input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: -100vw 0 0 calc(100vw - 10px)#0050B3; /* Filled color */
    z-index: 4;

}

/* For Firefox */
.slider-container input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: -100vw 0 0 calc(100vw - 10px)#0050B3; /* Filled color */
    z-index: 4;
}

.slider-labels {
  justify-content: space-between;
  position: relative;
  margin-top: -20px;
  line-height: 20px;
  height: 20px;
  display: flex;
  align-items: center;
}

.slider-labels span {
    position: absolute;
    font-size: 12px;
    pointer-events: none;
    z-index: 2;
    color: white;
}

.slider-labels .label-10 { left: 7.6%; transform: translateX(-50%); }
.slider-labels .label-30 { left: 23%; transform: translateX(-50%); }
.slider-labels .label-50 { left: 38.4%; transform: translateX(-50%); }
.slider-labels .label-70 { left: 53.8%; transform: translateX(-50%); }
.slider-labels .label-100 { left:76.9%; transform: translateX(-50%); }

.custom-plan-build{
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 20px 40px -20px rgba(0,0,0,0.2);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #1a1a1a1a;
}
.custom-plan-build div{
  margin-bottom: 15px;
  max-width: 600px;
}
.custom-heading{
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 768px){
  .slider-container{
    display: none;
  }
.page-tab{
  margin-bottom: 0;
}
  .number-of-properties-label{
    position: relative;
    width: auto;
    display: block;
    top: 0;
    margin-right: 10px;
  }
  .number-of-properties-container{
    padding: 10px;
  }
  }
  .no-text-transform{
    text-transform: none;
  }