body {
  overflow-y: scroll;
}


.header {
  right: 16px;
}

.nav_ul li {
  margin: 0 !important;
  font-weight: bold;
}

.nav_ul li a {
  margin: 0 !important;
  font-weight: normal;
}

.header .header_bottom .nav_icon {
  height: 10px;
  margin: 0 -8px !important;
  background: url("../../assets/chevron-right-dark-24px.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}


.main_div {
  display: block;
  position: relative;
  top: 116px;
  margin: 16px auto 0 auto;
  height: calc(100% - 105px);
  width: 100%;
  padding: 16px 0px;
  list-style: none;
}


.main_div h1.heading {
  text-align: center;
  margin-top: 8px;
}

.main_div p.subHeading {
  text-align: center;
  margin-bottom: 0px;
}


.main_div h4.deal {
  text-align: center;
  margin-top: 24px;
  display: block;
}

.main_div h4.deal span b {
  position: relative;
  display: inline-block;

}


.main_div h4.deal span {
  /* position: absolute;
  bottom: 12px;
  right: 26px; */
  color: #268BD2;
  font-size: 13px;
  background: #E1F2FF;
  border-radius: 8px;
  border: 1px solid #268BD2;
  padding: 6px 12px;
  box-shadow: 0 3px 8px -3px #0009;
}



.mon_year_div {
  display: block;
  text-align: right;
  width: 90%;
  margin: 0 auto;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  padding: 16px 100px 16px 24px;
  user-select: none;
}

.mon_year_div .billing_cycle {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #000;
  float: left;
}

.mon_year_div p {
  position: relative;
  display: inline-block;
  font-weight: normal;
  color: #888;
}

.mon_year_div .monthly_label {
  margin: 0 6px 0 0;
}

.mon_year_div .yearly_label {
  margin: 0 0 0 6px;
}

.mon_year_div .active {
  font-weight: bold;
  color: #268BD2;
}

.mon_year_div .percent_saved {
      font-size: 11px;
      padding: 3px 7px;
      margin-left: 6px;
      width: 70px;
      text-align: center;
    }

    .mon_year_div .percent_saved {
      position: absolute;
      top: -1px;
      text-align: center;
      color: #888;
      font-size: 12px;
      font-weight: normal;
      background: #eee;
      border-radius: 8px;
      border: 1px solid #ddd;
      padding: 3px 8px;
      margin-left: 8px;
      width: 75px;
      box-shadow: 0 3px 8px -3px #0001;
    }

    .mon_year_div .active .percent_saved {
      color: #268BD2;
      background: #E1F2FF;
    }

label.switch {
    position: relative;
    top: -8px;
    display: inline-block;
    width: 40px;
    height: 12px;
    margin: 0;
  }

  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E5E7EB;
    background-color: #E1F2FF;
    box-shadow: 0 0 1px #000e;
    border: 1px solid #268BD2;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: -2px;
    bottom: -5px;
    background-color: #268BD2;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #fff;
  }

  input:checked + .slider {
    /* background-color: #ccc; */
  }

  input:focus + .slider {
    /* box-shadow: 0 0 1px #268BD2; */
  }

  input:checked + .slider {
    /* border: 1px solid #aaa; */
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
    /* background-color: #1a73e8; */
    /* border: 1px solid #fff; */
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 20px;
  }

  .slider.round:before {
    border-radius: 50%;
  }




  .pricing_table {
    display: block;
    /* background: red; */
    margin: 0 auto !important;
    width: 99% !important;
    text-align: center;
  }

  .pricing_table .row {
    /* text-align: left; */
    width: 100% !important;
    margin: 0 auto !important;
  }

  .pricing_table .tier {
    padding: 0;
  }

  .pricing_table .tier .tier_inner {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ddd;
    margin: 0 8px;
    padding: 16px 24px;
    min-height: 950px;
    box-shadow: 0 3px 8px -3px #0001;
    text-align: left;
  }

  .pricing_table .tier .professional_tier {
    position: relative;
    /* top: -25px;
    min-height: 1000px; */
    /* border: 2px solid #268BD2; */
    /* box-shadow: 0 3px 8px -3px #0009; */
  }

  .pricing_table .tier .professional_tier {
    position: relative;
    top: -25px;
    min-height: 1100px;
    border: 2px solid #268BD2;
    box-shadow: 0 3px 8px -3px #0009;
  }

  .pricing_table .tier .current_plan {
    position: relative;
    /* top: -25px;
    min-height: 1000px; */
    border: 2px solid #F26522;
    box-shadow: 0 3px 8px -3px #0009;
  }



  .pricing_table .tier .professional_tier .best_seller_new {
    position: absolute;
    right: 8px;
    top: -16px;
    background: #268BD2;
    vertical-align: middle;
    padding-top: 5px;
    padding-right: 10px;
    box-shadow: 0 3px 8px -3px #0009;
  }

  .pricing_table .tier .professional_tier .best_seller_new svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
  }

  .pricing_table .tier .professional_tier .best_seller_new svg path {
    fill: #c90 !important;
  }


.pricing_table .tier .professional_tier .best_seller_new svg path:first-child {
  animation: sparkleLarge 5.75s linear infinite;
  -webkit-animation: sparkleLarge 5.75s linear infinite;
  fill: #c90 !important;
}

.pricing_table .tier .professional_tier .best_seller_new svg path:last-child {
  animation: sparkle 5.75s linear infinite;
  -webkit-animation: sparkle 5.75s linear infinite;
  fill: #fcc319 !important;
}

/* also need keyframes and -moz-keyframes */
@keyframes sparkle {
  8%, 41% {
      transform: translateX(1px);
      -webkit-transform: translateX(1px);
  }
  25%, 58% {
      transform: translateX(2px);
      -webkit-transform: translateX(2px);
  }
  75% {
      transform: translateX(1px);
      -webkit-transform: translateX(1px);
  }
  92% {
      transform: translateX(1px);
      -webkit-transform: translateX(1px);
  }
  0%, 100% {
      transform: translateX(0);
      -webkit-transform: translateX(0);
  }
}


@keyframes sparkleLarge {
  8%, 41% {
      transform: translateX(1px);
      -webkit-transform: translateX(1px);
  }
  25%, 58% {
      transform: translateX(-1px);
      -webkit-transform: translateX(-1px);
  }
  75% {
      transform: translateX(0px);
      -webkit-transform: translateX(0px);
  }
  92% {
      transform: translateX(-1px);
      -webkit-transform: translateX(-1px);
  }
  0%, 100% {
      transform: translateX(0);
      -webkit-transform: translateX(0);
  }
}



  .pricing_table .tier .tier_inner .head {
    color: #000;
    font-weight: bold;
  }

  .pricing_table .tier .tier_inner .sub_head {
    color: #999;
    line-height: 24px;
    min-height: 110px;
    border-bottom: 1px solid #eee;
    /* border-bottom: 1px solid #F26522; */
  }

  .pricing_table .tier .tier_inner .sub_head b {
    color: #555;
    font-weight: normal;
  }

  .pricing_table .tier .tier_inner .price_div {
    min-height: 88px;
    overflow: hidden;
  }

  .pricing_table .tier .tier_inner .price_div .price {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0 24px 0 0;
  }

  .pricing_table .tier .tier_inner .price_div .price span {
    display: inline-block;
    position: relative;
    top: 0;
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin: 0 auto;
    padding: 0;
  }

  .pricing_table .tier .tier_inner .price_div .price sub {
    position: absolute;
    top: 16px;
    /* left: 149px; */
    color: #000;
    font-weight: bold;
  }

  .pricing_table .tier .tier_inner .price_div .period {
    position: relative;
    bottom: 2px;
    display: inline-block;
    font-size: 14px;
    color: #888;
    margin: 0 auto 0 auto;
    /* float: right; */
  }

  .pricing_table .tier .tier_inner .price_div .billing_sched {
    display: block;
    font-size: 14px;
    color: #999;
    /* font-weight: bold; */
    margin-top: 0;
  }

  .pricing_table .tier .tier_inner .price_div .billing_sched span {
    color: #268BD2;
    font-size: 11px;
    background: #E1F2FF;
    border-radius: 8px;
    padding: 3px 8px;
  }

  .pricing_table .tier .tier_inner .use_plan_btn {
    display: block;
    background: #000;
    /* background: #268BD2;
    background: linear-gradient(90deg, rgba(38,139,210,1) 50%, rgba(29,125,193,1) 100%); */
    border-radius: 5px;
    padding: 0;
    margin: 0;
    opacity: 1;
  }


  .pricing_table .tier .tier_inner .use_plan_btn a {
    display: block;
    /* background: #e14f25 url("../../assets/chevron-right-light-24px.png"); */
    background: transparent url("../../assets/chevron-right-light-24px.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 49%;
    font-size: 15px;
    /* font-weight: bold; */
    color: #fff;
    border-radius: 5px;
    padding: 10px 32px 10px 16px;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 3px 8px -3px #0003;
    transition: background-position 0.5s ease-in-out;
  }



.pricing_table .tier .tier_inner .loading {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  background: #fff !important;
  display: block;
  margin: 0 auto 28px auto;
  padding: 8px !important;
  border: 4px solid transparent !important;
  border-bottom: 4px solid #F26522 !important;
  border-left: 4px solid #F26522 !important;
  border-radius: 50% !important;
  width: 32px !important;
  height: 32px !important;
  z-index: 999;
  color: transparent !important;
  animation: spin 0.45s linear infinite;
  pointer-events: none !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

.pricing_table .tier .tier_inner .loading a, .pricing_table .tier .tier_inner .loading a:focus, .pricing_table .tier .tier_inner .loading a:hover {
  color: transparent !important;
  pointer-events: none !important;
  user-select: none;
  text-decoration: none;
  background: transparent !important;
  box-shadow: none;
}


.pricing_table .tier .tier_inner .loading:focus, .pricing_table .tier .tier_inner .loading:hover {
  background-color: #fff !important;
}



  .pricing_table .tier .tier_inner .enterprise_use_plan_btn a {
    background: #000 url("../../assets/chevron-right-light-24px.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) 49%;
    border: 1px solid #000;
    opacity: 0.9;
  }

  .pricing_table .tier .tier_inner .use_plan_btn a:hover {
    opacity: 1;
    background-position: calc(100% - 8px) 49%;
    box-shadow: 0 3px 8px -3px #0005;
  }

  .pricing_table .tier .tier_inner .plan_features {
    list-style: none;
    padding: 0;
    margin-top: 24px;
    min-height: 232px;
  }

  .pricing_table .tier .professional_tier .plan_features {
    min-height: 257px;
  }

  .pricing_table .tier .tier_inner .plan_features li {
    background: url("../../assets/valid.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 3px 6px;
    padding: 4px 0 6px 24px;
    color: #000;
    font-weight: bold;
  }


  .pricing_table .tier .tier_inner .common_features {
    padding: 0 0 0 25px;
    margin-top: 24px;
  }


  .pricing_table .tier .tier_inner .common_features li {
    padding: 4px 0 6px 0;
  }

  .pricing_table .tier .tier_inner ul li p {
    position: relative;
    display: inline;
    margin: 0;
    padding: 0;
  }

  .pricing_table .tier .tier_inner ul li svg {
    position: relative;
    top: 2px;
    margin-left: 5px;
    width: 14px;
    height: auto;
    opacity: 0.4;
    cursor: pointer;
  }

  .pricing_table .tier .tier_inner ul li:hover svg {
    opacity: 1;
  }

  .pricing_table .tier .tier_inner ul li .tip {
    display: none;
    position: absolute;
    right: -24px;
    width: 170px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: normal;
    /* color: #999; */
    background: #FDFDF8;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 3px 8px -3px #0005;
    z-index: 9999999999999;
  }

  .pricing_table .tier .tier_inner .tier_learn_more {
    position: absolute;
    bottom: 24px;
    display: block;
    padding-left: 8px;
    font-weight: bold;
    text-decoration: none;
  }

  .pricing_table .tier .tier_inner .tier_learn_more:hover {
    text-decoration: none;
  }

  .pricing_table .tier .tier_inner .current_plan_badge {
    position: relative;
    top: -1px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    background: #F26522;
    border-radius: 8px;
    border: 1px solid red;
    padding: 3px 8px;
  }

  .pricing_table .tier .tier_inner .popular {
    /* position: absolute;
    bottom: 12px;
    right: 26px; */
    color: #268BD2;
    font-size: 12px;
    background: #E1F2FF;
    border-radius: 8px;
    padding: 3px 8px;
  }


  @keyframes shockwaveJump {
    0% {
      transform: scale(1);
    }
    40% {
      transform: scale(1.04);
    }
    50% {
       transform: scale(0.98);
    }
    55% {
      transform: scale(1.02);
    }
    60% {
      transform: scale(0.98);
    }
    100% {
      transform: scale(1);
    }
  }

  @keyframes shockwave {
    0% {
      transform: scale(1);
      box-shadow: 0 0 2px rgba(38,139,210,0.25), inset 0 0 1px rgba(38,139,210,0.25);
    }
    95% {
      box-shadow: 0 0 50px rgba(0,0,100,0), inset 0 0 30px rgba(0,0,100,0);
    }
    100% {
      transform: scale(2);

    }
  }



  @media (max-width: 1200px) {
    .pricing_table .tier .tier_inner {
      /* padding: 16px 18px; */
    }

    .pricing_table .tier .tier_inner .plan_features li p {
      font-size: 14px;
    }

    .pricing_table .tier .tier_inner .common_features li {
      font-size: 14px;
    }

    .pricing_table .tier .tier_inner ul li svg {
      margin-left: 3px;
    }
  }


  @media (max-width: 450px) {

    .main_div h1.heading {
      padding: 0 32px;
    }

    .mon_year_div {
      width: 100%;
      padding: 16px 92px 16px 16px;
    }


    .mon_year_div p {
      position: relative;
      display: inline-block;
      font-weight: normal;
      color: #888;
    }

    .mon_year_div .active {
      font-weight: bold;
      color: #268BD2;
    }

    .mon_year_div .percent_saved {
      font-size: 11px;
      padding: 3px 7px;
      margin-left: 6px;
      width: 70px;
    }

    .pricing_table .tier {
      margin-bottom: 80px !important;
    }

    .pricing_table .tier .tier_inner {
      min-height: 800px;
    }

    .pricing_table .tier .professional_tier {
      top: 0;
      min-height: 800px;
    }

    .pricing_table .tier .tier_inner .plan_features li p {
      font-size: 16px;
    }

    .pricing_table .tier .tier_inner .common_features li {
      font-size: 15px;
    }

    .pricing_table .tier .tier_inner .plan_features {
      list-style: none;
      padding: 0;
      margin-top: 24px;
      min-height: 132px;
    }

    .pricing_table .tier .professional_tier .plan_features {
      min-height: 132px;
    }

  }
