/* Pricing Page CSS */

.game-icons--check-mark {
  display: inline-block;
  width: 15px;
  height: 15px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='M17.47 250.9C88.82 328.1 158 397.6 224.5 485.5c72.3-143.8 146.3-288.1 268.4-444.37L460 26.06C356.9 135.4 276.8 238.9 207.2 361.9c-48.4-43.6-126.62-105.3-174.38-137z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.bi--lock-fill {
  display: inline-block;
  width: 15px;
  height: 15px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M8 0a4 4 0 0 1 4 4v2.05a2.5 2.5 0 0 1 2 2.45v5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 13.5v-5a2.5 2.5 0 0 1 2-2.45V4a4 4 0 0 1 4-4m0 1a3 3 0 0 0-3 3v2h6V4a3 3 0 0 0-3-3'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.pricing_main {
  padding-top: 110px;
}

.green_tick {
  color: #19DB1C !important;
}
.red_lock {
  color: #FFC0C1 !important;
}
.PS_text {
  font-size: 20px;
  font-weight: 600;
}
.switches-container {
  width: 16rem;
  position: relative;
  display: flex;
  padding: 0;
  position: relative;
  background: #fff;
  line-height: 3.5rem;
  border-radius: 3rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ADADAD;
}
.switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}
.switches-container label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: #A2A0A0;
}
.switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 0.15rem;
  z-index: 1;
  transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}
.switch {
  border-radius: 3rem;
  background: #0044F5;
  height: 100%;
}
.switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: #ffffff;
  transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
}
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
  transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
  transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
  opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
  opacity: 1;
}

.breadcrumb {
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
}
.breadcrumb ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.breadcrumb ul li{
    list-style: none;
    color: #000000;
}
.breadcrumb ul li:not(:last-child) a {
    border-right: 1px solid #cdcccc;
    padding-right: 10px;
    margin-right: 10px;
    display: block;
    line-height: 15px;
    color: #676767;
}

.whitetable, .bluetable {
    border: 1px solid #cdcccc;
    padding: 0px 0px 20px;
    border-radius: 10px;
    background: #fff;
/*    height: 100%;*/
}
.top_box {
    text-align: center;
}

.top_box strong {
    font-size: 13px;
    font-weight: normal;
    background: #0044f5;
    display: block;
    color: #fff;
    padding: 4px 0;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 10px;
}

.top_box h2 {
    font-size: 35px;
    color: #242424;
    font-weight: bold;
    margin-bottom: 0;
}
.bluetable {
    background: #eeecff;
}
.bluetable .top_box h2{
  color: #000000;
}
.top_box h2 label{
  font-size: 14px;
  font-weight: normal;
}
.top_box span {
    font-size: 20px;
    line-height: normal;
    display: block;
}
.top_box p {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.top_box a, .table_listing a {
    display: block;
    color: #fff;
    text-align: center;
    background: #000;
    border-radius: 4px;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    width: 200px;
    margin: 20px auto 0px;
}
.bluetable .top_box a, .table_listing a {
    background: #000000;
    color: #ffffff;
}
.bluetable .top_box a:hover{
  background: #0044f5;
}
.table_listing {
    margin: 0 20px;
}
.table_listing strong {
    display: block;
    margin-top: 15px;
}
.table_listing ul {
    padding: 0px;
    margin: 0px;
}
.table_listing ul li {
    list-style: none;
    font-size: 14px;
    border-bottom: 1px solid #cdcccc;
    width: 100%;
    padding: 8px 0px;
}
/*.table_listing ul li i {
    font-size: 10px;
    width: 18px;
    height: 18px;
    background: #69d784;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 5px;
    font-style: normal;
    line-height: 12px;
}*/
.table_listing ul li i {
    font-size: 14px;
    color: #69d784;
    margin-right: 8px;
    vertical-align: middle;
}
.table_listing ul li i.bi-x-circle-fill{
    color: #FFC0C1;
}
/*.table_listing ul li b {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-color);
    border-radius: 50px;
    color: #fff;
    font-weight: normal;
    font-size: 9px;
    vertical-align: middle;
}*/

button.nav-toggle {
    border: none;
    font-family: var(--heading-font);
    text-align: left;
    background: transparent;
    padding: 0;
    margin-top: 10px;
    color: #676767;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.card {
  background: #fff;
  color: hsl(233, 13%, 49%);
  border-radius: 0.8rem;

}

.card.active {
  background: linear-gradient(180deg, #4673B4 0%, #212C4C 100%);
  color: #fff;
  display: flex;
  align-items: center;
  transform: scale(1.1);
  z-index: 1;
  border: none;
}

.shadow {
  box-shadow: -5px 5px 15px 1px rgba(0, 0, 0, 0.1);
}

.card.active .price {
  color: #fff;
}

.bottom-bar {
  border-bottom: 2px solid hsla(240, 8%, 85%, 0.582);
}
.card.active .bottom-bar {
  border-bottom: 2px solid hsla(240, 8%, 85%, 0.253);
}

.card.active .table_listing button.nav-toggle{
  color: #ffffff;
}

.featureButton button {
    border: 2px solid #242424;
    padding: 10px 22px;
    border-radius: 50px;
    background: transparent;
    font-size: 18px;
}

.top_box a:hover {
    background: #0044f5;
    color: #fff;
}

.pricing_tab {
    margin: 0 auto 40px;
    background: #fff;
    padding: 5px;
    display: table;
    text-align: center;
    border-radius: 50px;
}
.pricing_tab li {
    list-style: none;
    border-radius: 50px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}
.pricing_tab li button.active {
    background: #0044f5;
    border-radius: 50px;
    color: #fff;
}
.pricing_tab li button {
    padding: 10px 20px;
    border-radius: 50px;
}

/* For Individuals */

.pricing__table {
    display: flex;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.pt__item__wrap .bi-check-circle-fill {
    font-size: 18px;
    color: #69d784;
    vertical-align: middle;
}

.pt__item__wrap .bi-x-circle-fill {
    font-size: 18px;
    color: #FFC0C1;
}

@media (max-width: 640px) {
  .pricing__table {
    margin: 0px;
  }
}
.pricing__table .pt__title {
  max-width: 33%;
  flex: 1;
}
@media (max-width: 991px) {
  .pricing__table .pt__title {
    max-width: 50%;
  }
}
.pricing__table .pt__title .pt__title__wrap {
  position: relative;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 17px 0;
  font-size: 1.375rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 138px;
}
@media (max-width: 991px) {
  .pricing__table .pt__title .pt__title__wrap {
    font-size: 1.3rem;
  }
}
.pricing__table .pt__title .pt__title__wrap .pt__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  min-height: 70px;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid rgba(73, 72, 74, 0.1);
  text-align: left;
  align-items: flex-start;
}
.pricing__table .pt__title .pt__title__wrap .pt__row:first-child
  border-bottom: 0;
}
@media (max-width: 991px) {
  .pricing__table .pt__title .pt__title__wrap .pt__row {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 640px) {
  .pricing__table .pt__title .pt__title__wrap .pt__row {
    padding-left: 0;
    padding-right: 10px;
    font-size: 14px;
  }
}
.pricing__table .pt__option {
  position: relative;
  flex: 1;
}
@media (max-width: 991px) {
  .pricing__table .pt__option {
    max-width: 50%;
  }
}
.pricing__table .pt__option .pt__option__mobile__nav {
  position: absolute;
  z-index: 1;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  display: none;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__mobile__nav {
    z-index: 2;
    top: 40px;
    display: flex;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    width: 110%;
    margin-left: -5%;
  }
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  background-color: #0061FF;
  transition: 0.25s;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:hover {
  background-color: #0057E6;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn.swiper-button-disabled {
  background-color: #c0beb6;
  pointer-events: none;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn svg {
  width: 10px;
  color: #faf7f2;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__slider {
    overflow: hidden;
  }
}
.pricing__table .pt__option .pt__option__item {
  flex: 1;
  width: auto;
/*  max-width: 33.3333%;*/
  margin-right: 0;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item {
    width: 100%;
    max-width: none;
    flex: none;
  }
}
.pricing__table .pt__option .pt__option__item .pt__item {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 1em;
  overflow: hidden;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item {
    border: 1px solid #ddd;
    background-color: #fafafa;
  }
}
.pricing__table .pt__option .pt__option__item .pt__item.recommend {
  background-color: rgba(0, 97, 255, 0.15);
  border: 1px solid #0061FF;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  padding: 24px 0 0 0;
  font-size: 1.375rem;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
    font-size: 1.3rem;
  }
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 70px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 300;
  border-bottom: 1px solid rgba(73, 72, 74, 0.1);
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
  font-size: 20px;
  font-weight: 600;
  border-bottom: none;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child {
  display: inline-flex;
  padding: 20px 15px;
  align-items: center;
  border-bottom: 0;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child a {
  display: block;
  color: #fff;
  text-align: center;
  background: #000;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.25s;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child a:hover {
  background-color: #0057E6;
}
@media (max-width: 576px) {
.pricing__table .pt__option .top_box h2 {
    font-size: 24px;
}
.pricing__table .pt__option .top_box span {
    font-size: 15px;
}
.pricing__table .pt__option .top_box a, .table_listing a{
  margin: 0px;
  font-size: 12px;
  padding: 10px 5px;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child a {
    padding: 10px 10px;
    font-size: 12px;
}
}
@media (max-width: 640px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row {
    font-size: 14px;
    font-weight: 400;
  }
}

a.bottom_showmore {
    background: none;
    color: #676767;
    text-transform: capitalize;
    font-weight: 400;
    width: auto;
    padding: 8px 0px;
    margin: 0;
    border-radius: inherit;
    text-align: left;
    font-size: 14px;
}

/* Responsive Code */


@media only screen and (max-width:767px){
  .pricing_main{
    padding-bottom: 50px;
  }
/*.table_listing {
    margin: 0;
}*/
  .pricing__table .pt__option .top_box a, .table_listing a{
    width: auto;
    margin-top: 10px;
  }
  .pricing__table .pt__title .pt__title__wrap {
    font-size: 1.3rem;
    margin-top: 104px;
  }
  .card.active {
    align-items: inherit;
    transform: inherit;
  }
  .triple-slider .triple-slider-main{
    box-shadow: none !important;
  }
  .triple-slider .swiper{
    width: 80% !important;
  }
  .pricing_main {
      padding-top: 50px;
  }
  .ab_bottom h2:after {
      bottom: -100px;
  }
  .ab_bottom h2:before {
      bottom: -115px;
  }
.swiper-slide button {
    font-size: 16px;
    padding: 0;
}

.breadcrumb {
    margin-top: 50px;
}

}



@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

@media only screen and (min-width: 660px) and (max-width: 680px) and (orientation: landscape) {
  .pricing__table .pt__title .pt__title__wrap {
      margin-top: 140px;
  }
}