/* @font-face {
	font-family: "Montserrat Medium";
	src: url("../fonts/Montserrat-Medium.ttf");
} */
/* .container{width:100%; max-width:880px; margin:0 auto; padding:0 15px;} */
.plans-wrapper .container {
  width: 100%;
  /* max-width: 880px; */
  margin: 0 auto;
  padding: 0 15px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body .plans-wrapper p {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat Medium';
  font-size: 14px;
  color: rgb(36, 35, 43);
  font-weight: 500;
}

.prices-numbers .form {
  float: none;
  margin-right: 0;
  width: 100%;
  margin-left: 0;
}

.plans-wrapper {
  /* font-family: 'avenir_next_lt_proregular'; */
  font-size: 14px;
  padding: 0 0;
}

.switch-bold{
  font-weight: 700 !important;
}

.switch-normal{
  font-weight: 0 !important;
  color:#7c7c92 !important;
}

.plans-topBar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.plans-topBar-lft {
  width: 40%;
}

.plans-topBar-rht {
  width: 60%;
  padding: 0 0 15px;
}

.plan-monthYea-flag {
  display: flex;
}


.plans-wrapper .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.plans-wrapper .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.plans-wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 31%;
  right: 0;
  bottom: 0;
  background-color: #bfbcbc;
  -webkit-transition: .4s;
  transition: .4s;
  width: 44px;
  height: 22px;
}

.plans-wrapper .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  /*background-color: #68d0d0;*/
   background-color: #ffffff;
  -webkit-transition: .4s;
  transition: .4s;
}

.plans-wrapper input:checked+.slider {
  /*background-color: #2196F3;
  background-color: #f8f8f8;*/
  background-color: #bfbcbc;
}

/*input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}*/

.plans-wrapper input:checked+.slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
  background-color: #ffffff;
}

.plans-wrapper .slider {
  margin: 0 !important;
  padding: 0;
      margin-top: -1px !important;
}

/* Rounded sliders */
.plans-wrapper .slider.round {
  border-radius: 34px;
}

.plans-wrapper .slider.round:before {
  border-radius: 50%;
}

.switch,
.yearly {
  cursor: pointer;
}

.currency-dropdown {
  position: relative;
}

.plans-wrapper .plan-monthYea-flag .switch {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.plans-wrapper .plan-monthYea-flag .flag {
  width: 45%;
  padding: 0 0 0 25px;
}

.currency-dropdown-flag {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-position: center;
  display: block;
  margin: 0 4px 0 0;
}

.currency-dropdown-flag.flag-us {
  background-image: url('../img/flags/us.png');
}

.currency-dropdown-flag.flag-eu {
  background-image: url('../img/flags/eu.png');
}

.currency-dropdown-flag.flag-se {
  background-image: url('../img/flags/se.png');
}

.currency-dropdown-item {
  display: flex;
  padding: 0 8px;
  cursor: pointer;
}

.currency-dropdown-collapse {
  background: #F8F9FC;
  width: 90px;
  padding: 5px 8px;
  display: none;
  position: absolute;
}

.currency-dropdown-collapse.show {
  display: block;
}

.currency-dropdown-collapse li {
  display: flex;
  padding: 5px 0;
  cursor: pointer;
}



.currency-dropdown-text {
  font-size: 13px;
}

.plan-price {
  display: flex;
  justify-content: space-between;
}


.plan-price p {
  /* font-family: 'avenir_next_lt_prodemi'; */
  font-family: "Montserrat Medium";
  font-size: 20px;
  color: #262626;
}

.plan-price p span.rotate {
  /* font-family: 'Montserrat Medium'; */
  font-family: "Montserrat Medium";
  font-size: 32px;
  color: rgb(41, 45, 51);
  font-weight: 500;
}

.plan-price p span {
  display: block;
  color: rgb(124, 124, 146);
  /* min-height: 45px;  */
  /* font-family: 'avenir_next_lt_proregular'; */
  font-family: "Montserrat Regular";
  font-size: 24px;
  font-weight: normal;
  margin: 8px 0 0;
}

.plan-price .item {
  width: 29%;
}

.plan-price .btn {
  font-family: 'Montserrat SemiBold';
  display: block;
  background: #68d0d0;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 10px 0;
  margin: 22px 0 0;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.95s ease;
}

.plan-price .btn:hover {
  background: #3ab6b6;
}

.plan-row-itemsContain {
  padding: 0 0 0;
  font-weight: 600;
}

.rowTitle {
  /* border-bottom: 1px dashed #a6a6a6; */
  padding: 30px 6px 15px;
}

.rowTitle h3 {
  /* font-family: 'avenir_next_lt_prodemi';*/
  font-family: "Montserrat Medium";
  font-size: 24px;
  font-weight: 500;
  color: rgb(41, 45, 51);
  margin: 19px 0 9px;
  height: 33px;
  letter-spacing: 0px;
}

.plan-row-item {
  /* border-bottom: 1px dashed #a6a6a6; */
  border: 1px solid #d5d5d5;
  border-bottom: none;
  padding: 0px 17px;
  display: flex;
  align-items: center;
  color: #404040;
}

.plan-row-item:last-child {
  border-bottom: 1px solid #d5d5d5;
}

.row-listInner-price {
  text-align: left;
  width: 34%;
  padding: 17px 22px;
  border-right: 1px solid #d5d5d5;
}

.row-listInner-price:last-child {
  border: none;
}

.row-listInner-price span {
  text-transform: lowercase;
  color: #7b7b7b;
}

.planList-title-text {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.plan-row-item-lft {
  width: 40%;
  padding: 17px 5px;
  border-right: 1px solid #d5d5d5;
}

.plan-row-item-rht {
  width: 60%;
}

.plan-tooltip {
  /* padding: 0 19% 0 0; */
  padding: 2px 17px 0 0;
  position: relative;
}

.plan-tooltip span {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #2f2e35;
  cursor: pointer;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  margin: 2px 0 0;
  line-height: 12px;
}

.plan-row-listInner {
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  /* text-transform: uppercase; */
}

.plan-tooltip-popup {
  position: absolute;
  background: #fff;
  border-radius: 4px;
  padding: 12px;
  width: 266px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.125);
  z-index: 1;
  line-height: 19px;
  font-size: 13px;
  color: #171717;
  /* top: -92px; */
  bottom: 30px;
  left: -112px;
  display: none;
}

.plan-tooltip .show~.plan-tooltip-popup {
  display: block;
}

.plan-tooltip-popup i {
  position: absolute;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  font-size: 32px;
  color: #fff;
  left: 40%;
  bottom: -8px;
}


.plan-bottom-mobileSec {
  display: none;
  padding: 5% 0 0;
}

.topBar-lft-mobile {
  display: none;
}

body .currency-dropdown div {
  padding: 0.170rem 0.625rem 0.25rem 0.625rem;
}

.faq.wrapper h2, .faq.wrapper .content {
  margin-left: 20px;  
}

.footer .summary {
  margin-left: 0 !important;
  width: auto;
}

.footer .summary .currency-dropdown__item {
  padding: 10px 0px 5px;
}

.summary .currency-dropdown__flag {
  margin-right: 12px;
}

.summary .currency-dropdown div span {
  color: #7e7e94;
  font-size: 15px;
  font-weight: 500;
}

.footer .summary .currency-menu .currency-dropdown__item {
  padding: 5px 1px 5px;
}

.mobile-nav .summary {
  /* position: absolute; */
  position: relative;
  bottom: 0;
  padding: 0px 35px 0px !important;
  margin-left: 0 !important;
  left: 15px;
}

.mobile-nav .language-button {
  padding: 0px 18px;
  bottom: 35px;
}

.mobile-nav .summary .currency-dropdown__item {
  padding: 5px 0px;
  color: #7e7e94;
  font-size: 0.75rem;
}

.mobile-nav .summary .currency-dropdown div span {
  color: #7e7e94;
  font-size: 0.75rem;
}

.mobile-nav .summary .currency-dropdown__flag {
  margin-right: 16px;
}

/* 29-3-23 */

/* .summary .price-info .period-table-wrapper .dropdown .input .valuebox {
  padding: 0.6rem 1.5rem 0.5rem 1rem;
  color: #24232B;
  font-size: 16px;
  font-family: 'Montserrat Medium';
}  */

.summary .currency-dropdown ul {
  padding: 4px 0px;
  background-color: transparent;
}

/* 29-3-23 */

@media (min-width:768px) {

  .plans-wrapper .container {
    max-width: 1167px;
  }

  .plan-row-item-lft {
    width: 420px;
    height: 72px;
    padding: 26px 5px;
  }

  .plan-row-item-rht {
    width: 745px;
  }

  .row-listInner-price {
    height: 72px;
    padding: 27px 22px;
  }

  .rowTitle {
    padding: 30px 0px 15px;
  }

  .rowTitle h3 {
    margin: 19px 0 0px;
  }

  .plans-topBar {
    align-items: center;
  }

  .plan-monthYea-flag {
    padding: 4px 0 0;
  }

  .plans-wrapper .slider {
    left: 44%;
  }

  .plans-wrapper .plan-monthYea-flag .switch {
    width: 234px;
  }

  /* .plan-monthYea-flag {
    flex-direction: column;
  } */

  .prices-numbers .summary {
    margin-left: 10px;
  }

  .plans-topBar-lft {
    width: 420px;
  }

  .plans-topBar-rht {
    width: 728px;
  }

  .plan-price .btn {
    width: 125px;
  }

  .plans-topBar-rht {
    padding: 0;
  }

  .plans-topBar {
    position: relative;
    bottom: -25px;
    flex-wrap: nowrap;
  }

  .plan-price .item {
    width: 33.2%;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .plan-monthYea-flag {flex-direction: column;}
  .summary .currency-dropdown__item {margin-left: -16px;}
  .footer .summary {margin-left: 16px !important;}
  .footer .summary .currency-dropdown__item {padding: 12px 1px 5px;}

}

@media (min-width:767.98px) and (max-width:915.98px) {

  body .plans-wrapper .plan-monthYea-flag p {
    font-size: 12px;
  }

  .plans-wrapper .plan-monthYea-flag .switch {
    width: 205px;
  }

  body .plans-wrapper .plans-topBar-rht p {
    line-height: 27px;
  }

  .plan-price p span {
    min-height: 27px;
  }

  .plan-price p span.rotate {
    font-size: 29px;
  }
}

@media (max-width:767.98px) {

  .rowTitle {
    padding: 21px 6px 15px;
  }

  .currency-dropdown-flag {
    margin-top: 6px;
  }

  .plan-price .btn,
  .plan-price p span,
  /* .rowTitle-mobile, */
  .plan-monthYea-flag {
    display: none;
  }

  .plan-row-item,
  .rowTitle {
    border: none;
  }

  .plan-price p {
    font-size: 16px;
    color: #000;
  }

  .plan-bottom-mobileSec,
  .topBar-lft-mobile {
    display: block;
  }

  .started-palns-mobile .plan-price {
    flex-direction: column;
  }

  .started-palns-mobile .plan-price .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d7dce4;
    padding: 35px 2px;
  }

  .started-palns-mobile .plan-price .btn {
    padding: 10px 26px;
    margin: 10px 0;
    display: block;
  }

  .started-palns-mobile .plan-price p {
    font-size:32px;
  }

  .started-palns-mobile .plan-price p span {
    font-size: 24px;
    display: block;
  }

  .monthly-yearly-flg-mobile .plan-monthYea-flag {
    display: flex;
  }

  .monthly-yearly-flg-mobile {
    border-top: 1px solid #d7dce4;
    border-bottom: 1px solid #d7dce4;
    padding: 30px 0;
  }

  .monthly-yearly-flg-mobile .plan-monthYea-flag {
    justify-content: center;
    align-items: center;
  }

  .plans-wrapper .monthly-yearly-flg-mobile .plan-monthYea-flag .switch {
    /* width: 182px; */
    width: 270px;
  }

  .plans-wrapper .monthly-yearly-flg-mobile .plan-monthYea-flag .flag {
    width: auto;
  }

  .plans-wrapper .plan-monthYea-flag .switch {
    align-items: center;
  }

  .plans-wrapper .monthly-yearly-flg-mobile .slider {
    top: 8px;
    left: 53%;
    transform: translate(-50%, 0%);
  }
  .prices-numbers .summary {width: auto;}
  .mobile-nav .summary {padding: 10px 2px 5px !important;background: transparent;}
  .plans-topBar .topBar-lft-mobile,
  .plans-topBar .plan-price p,
  .rowTitle h3 {
    color: #000;
    font-size: 16px;
    font-family: 'Montserrat Medium';
    border-bottom: 2px solid #e2e5eb;
    margin: 0 6% 0 0;
    padding: 0 0 8px;
    width: 66%;
  }

  .plan-row-itemsContain .rowTitle h3 {
    width: auto;
    display: inline-block;
  }

  .plans-topBar-rht {
    padding: 0;
  }

  .plan-row-item {
    color: #4c4c4c;
    padding: 0px 0px;
  }

  body .prices-numbers .content.wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }

  body .plans-wrapper .plans-topBar-rht p {
    line-height: 27px;
    height: 70px;
    position: relative;
  }

  .plan-row-item-lft,
  .row-listInner-price,
  .plan-row-item:last-child {
    border: none
  }

  .plan-price p span.rotate {
    display: block;
    font-family: 'Montserrat SemiBold';
    color: #000;
    font-size: 15px;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 82px;
    font-weight: bold;
  }

  .plan-row-itemsContain:nth-child(2) {
    margin-top: -58px;
  }

  .plan-row-itemsContain:nth-child(2) .rowTitle h3 {
    width: 30%;
  }
  body .currency-dropdown div {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .prices-numbers .content.wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  body .plans-wrapper p {
    overflow-wrap: inherit;
    padding: 0 2px;
    line-height: 17px;
  }

  body .plans-wrapper .started-palns-mobile p {
    line-height: 27px;
  }
  .summary .currency-dropdown__item {
    padding: 8px 8px 0px 20px;
  }
  .faq.wrapper h2, .faq.wrapper .content {
    margin-left: 0;
  }
  div.wrapper {
    padding: 0px 15px;
  }
  .plan-tooltip-popup {bottom: 25px;}
}

@media (max-width:575.98px) {
  .plans-wrapper .monthly-yearly-flg-mobile .plan-monthYea-flag .switch {
    width: 250px;
  }

  .plans-wrapper .slider {
    left: 44%;
  }

  /* .prices-numbers .summary {
    position: inherit;
    background: none;
    width: inherit;
    float: inherit;
    bottom: inherit;
    margin-left: 8px;
  } */

  .prices-numbers .footer .summary {
    margin-left: 0px !important;
  }

  .plans-topBar-lft {
    width: 38%;
  }

  .plans-topBar-rht {
    width: 62%;
  }

  .plan-row-item-lft {
    width: 35%;
  }

  .plan-row-item-rht {
    width: 65%;
  }

  .row-listInner-price {
    padding: 17px 10px;
  }

  .plan-price p span.rotate {
    left: -5px;
  }

  body .plans-wrapper p {
    padding: 0 6px;
  }

  .plans-topBar .plan-price p {
    width: 98%;
  }
  .summary .currency-dropdown__item {
    padding: 8px 10px 0px;
  }
  
  .plans-wrapper .monthly-yearly-flg-mobile .slider {left: 53%; top: -2px;}
  .plans-wrapper .switch {height: auto;}
  .plan-tooltip-popup {left: -70px;bottom: 25px;}
  .plan-tooltip-popup i {left: 29%;}
  .planList-title-text {align-items: baseline;}
  .plan-tooltip span {margin-left: 10px;}
}

@media (max-width:499.98px) {

  .plans-topBar .topBar-lft-mobile,
  .plans-topBar .plan-price p,
  .rowTitle h3 {
    font-size: 14px;
  }

  .plans-wrapper {
    font-size: 13px;
  }

  .plan-row-listInner {
    font-size: 11px;
  }

  .plan-row-item p {
    padding-right: 4px;
    padding-left: 4px;
  }

  .sub-page-menu ul li a {
    padding: 0px 0.42rem;
  }

  .plans-wrapper .monthly-yearly-flg-mobile .plan-monthYea-flag .switch {
    width: 206px;
  }

  .plans-wrapper .slider {
    left: 42%;
  }

  .plans-topBar .plan-price p {
    width: 92%;
  }

  .plan-row-itemsContain:nth-child(2) .rowTitle h3 {
    width: 26%;
  }

  .plans-topBar-lft {
    width: 35%;
  }

  .plans-topBar-rht {
    width: 65%;
  }

  .plan-row-item-lft {
    width: 35%;
  }

  .plan-row-item-rht {
    width: 65%;
  }

  .row-listInner-price {
    padding: 17px 8px 17px 2px;
    width: 29%;
  }

  body .plans-wrapper p {
    font-size: 12px;
  }

  body .plans-wrapper p {
    padding: 0 0px;
  }
}

@media (max-width:399.98px) {
  .plan-row-listInner {
    font-size: 10px;
  }
}