// Supporting variables 
$border-color: #DBDBDB;
$green: #00CE6C;
$yellow: #F0C80F;
$blue: #65B2DE;
$purple: #A182D2;


.pricingtablecontainer {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  margin: 50px -10px;
  padding: 30px 0;
}
.price-text-wrapper {
  text-align: center;
}
.price-text-wrapper .aud-dollor strong {
  margin: 0 10px 0 0;
}
.price-text-wrapper .per-month-tag {
  font-size: 16px;
  margin: 10px 0;
}
.price-text-wrapper .per-year-tag {
  font-size: 16px;
  margin: 10px 0;
}

.pricing-table-outer p.save-btn{
  border: 2px solid black;
  margin-left: 10px;   
  color:black;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 10px;
  line-height: 18px;
  margin-top: 10px;
}
.price-text-wrapper .aud-dollor {
  display: inline-flex;
  flex-wrap: wrap;
}
.pricingtable {
  padding: 0 10px;
  max-width: 25%;
  min-width: 250px;
  flex: 1 0 100%;
}
h3.afterinput span {
  border: 2px solid;
  margin-left: 10px;
  border-color: black;
  font-size: 14px;
  padding: 5px 15px;
  position: absolute;
  top: 0;
  border-radius: 10px;
}
.js-yearlypricing {
  display: none;
}
.pricing-table-outer ul {
  border: 1px solid $border-color;
  border-radius: 5px;
  position: relative;
  padding: 10px;
}
.pricing-table-outer li {
  display: flex;
  border-bottom: 1px solid border-color;
  padding: 10px;
  align-items: center;
  justify-content: center;
  &.disable {
    opacity: 0.5;
    text-decoration: line-through;
  }
}
&__head {
  border: none !important;
  text-transform: uppercase;
  font-weight: bold;
}
&__highlight {
  background: green;
  border-radius: 6px;
  color: white;
  padding: 15px !important;
  font-weight: bold;
}
&__popular {
  background: $yellow;
  border: none !important;
  border-radius: 5px 5px 0 0;
  color: white;
  padding: 5px !important;
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  text-transform: uppercase;
}
&__btn {
  border: none !important;
}
.popular {
  box-shadow: 0 0px 10px 5px rgba(0,0,0,0.1);
  #{$P}__highlight {
    background: $yellow;
  }
}
.silver {
  #{$P}__highlight {
    background: $green;
  }
}
.diamond {
  #{$P}__highlight {
    background: $blue;
  }
}
.platinum {
  #{$P}__highlight {
    background: $purple;
  }
}
}


// toggle styling
.slideToggle{
  display: flex;
  justify-content: center;
  margin: 50px 0;
  i {
    margin: 0 15px;
  }
}
.form-switch {
  align-items: center;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  justify-content: space-between;
  margin-bottom: 0px;
}
.form-switch i {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 40px;
  border: 1px solid #DFDFDF;
  border-radius: 30px;
  transition: all 0.3s linear;
  background-color: #AF00F7;
  margin: 0 38px;
}
.form-switch i::after {
  content: "";
  position: absolute;
  left: 4;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 15px;
  transform: translate3d(4px, 3px, 0);
  transition: all 0.2s ease-in-out;
  top: 2px;
}
.slideToggle h3.beforeinput.text-success , .slideToggle h3.afterinput.text-success {
  color: #5A5A5A;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  margin: 0px;
  text-transform: capitalize;
}
h3.pricingtable__highlight span.aud {
  font-weight: 400;
  font-size: 18px;
  text-align:left;

}

.slideToggle h3.beforeinput,.slideToggle h3.afterinput {
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  margin: 0px;
  text-transform: capitalize;
}
.form-switch input { display: none; }

// .form-switch input:checked + i { background-color: #0274D6; }

.form-switch input:checked + i::after { transform: translate3d(36px, 2px, 0); }


/* 24 oct css */

.pricing-table-inner .title p {
  padding: 0px 0px 40px;
  color: #5A5A5A;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 43px;
  text-transform: capitalize;
}
.slideToggle {
  display: flex;
  align-items: center;
  margin-bottom: 120px;position:relative;
}
.pricingtable-outer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;  
}
.pricingtable {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.07);
  margin: 0;
  padding: 18px 21px;
  max-width: 22.33%;
  min-width: unset !important;
  position:relative;
}
.price-sec {
  background: #a59aaa1a;
  border-radius: 30px;
  text-align: center;
  padding: 30px 25px;
}
.price-sec h3.pricingtable__head {
  border-radius: 30px;
  /*     background: #0036F7; */
  color: #FFF;
  text-align: center;
  font-size: 26.69px;
  font-weight: 700;
  padding: 13px 50px;
  display: inline-block;
  margin-bottom: 40px;
}

.price-sec h3.pricingtable__head a{
  color: #FFF;
  font-size: 26.69px;
  font-weight: 700;
}
.desc-text {
  min-height: 58.78px;
  margin-bottom: 10px;
}
.item-info-icon.custom-infor-cust img {
  margin-top: 4px;
}

.price-text-wrapper h3 {
  min-height: 85px;
  margin-bottom: 23px;
}
h3.pricingtable__highlight.js-montlypricing {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 23px;
}
h3.pricingtable__highlight.js-montlypricing strong {
  font-weight: 700;
  font-size: 40px;
}
.price-sec p {
  color: #5A5A5A;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}
.pricing-items-list .item {
  margin: 0px;
}
.pricing-items-list .item-info-icon-wrapper {
  padding: 33px 21px;
}
.pricing-items-list .item-info-icon {
  display: flex;
  align-items: flex-start;
  margin-bottom: 27px;
  justify-content: space-between;
  position: relative;
}
.pricing-items-list .item p {
  color: #5A5A5A;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding-right: 5px;
}

.desc-text h6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

}
.plus-items-wrapper {
  margin: 0px 0 0 0px;
}

.popular-plan h3 {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.popular-plan {
  position: absolute;
  border-radius: 20px;
  background: #F7A800;
  width: 100%;
  left: 0;
  right: 0;
  top: -55px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 18px 20px 30px;
  z-index: -1;
}

p.bold-text {
  font-weight: bold !important;
}
.pricing-table-outer {
  padding: 60px 0 100px;
}
.popular-plan h3 {
  color: #000;
  text-align: center;
  font-size: 22px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.price-sec {
  background: #a59aaa1a;
  border-radius: 30px;
  text-align: center;
  padding: 30px 25px;
  min-height: 291px;
}
.pricing-items-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 335px);
}
.pricingtable__btn {
  margin: 0px 30px;
}
.pricingtable__btn a.btn {
  display: block;
  width: 100%;
  border-radius: 160px;
  padding: 20px 20px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.price-sec h3 {
  color: #000;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* .custom-infor-cust .item {
position: fixed;
right: 0;
width: 100%;
background: #000000a8;
top: 0;
z-index: 9;
height: 100%;
} */

.custom-content-info-popup {
  width: 50%;
  background: white;
  translate: 0rem 10rem;
  padding: 40px;
  border-radius: 15px;
  border: 5px solid #9133f3;
}

.cross-icon {
  position: absolute;
  right: -15px;
  top: -17px;
  background: red;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 35px;
  padding: 0;
  font-size: 24px;
  color: #FFF;
  line-height: 41px;
  cursor: pointer;
  z-index: 9999;
}

/* .pricingtable:nth-last-child(1) h3.pricingtable__head {
color: #000;
} */

.form-switch h3 {
  font-weight: 500 !important;
}

.form-switch .text-success {
  font-weight: 900 !important;
}

/* Start 25-10-2023 */
.enable-paln i {
  background: #0036f7;
}

.item-info-icon.custom-infor-cust:hover span {
  display: block;
  transition: 0.5s;

}

.item-info-icon.custom-infor-cust span {
  position: absolute;
  font-size: 15px;
  background: black;
  width: 300px;
  word-break: keep-all;
  white-space: pre-wrap;
  margin: -20px 0 0 0;
  left: 21px;
  padding: 5px;
  color: #FFF;
  border-radius: 5px;
  transition: 0.5s;
  display: none;
  z-index: 999;


}

/* End 25-10-2023 */


@media(max-width:1900px){

  h3.pricingtable__highlight.js-montlypricing {
    font-size: 18px;
  }

  h3.pricingtable__highlight strong {
    font-size: 40px;
  } 
  .price-sec h3 {
    font-size: 30px;
  } 
  .price-sec {
    min-height: 315px;
  }
}
@media(max-width:1700px){
  /*   .pricingtable.table-2-height .pricing-items-list {
  height: calc(100% - 325px);
} */
  /*   .pricingtable.table-3-height .pricing-items-list {
  height: calc(100% - 325px);
} */
}

@media(max-width:1500px){
  /*   .pricingtable.table-2-height .pricing-items-list,.pricingtable.table-3-height .pricing-items-list {
  height: calc(100% - 315px);
} */
}

@media only screen and (max-width: 1500px) and (min-width: 1200px)  {
  .price-sec h3.pricingtable__head,.price-sec h3.pricingtable__head a {
    font-size: 17.69px;

  }
  .price-sec {
    padding: 15px;

  }


}

@media only screen and (max-width: 1700px) and (min-width: 1200px){
  .price-sec h3.pricingtable__head,.price-sec h3.pricingtable__head a {
    font-size: 15.69px;
  }

  .price-sec h3 {
    font-size: 26px;
  }
  .pricingtable__btn a.btn {
    font-size: 16px;

  }
}

@media screen and (max-width: 1200px) {

  .item-info-icon.custom-infor-cust span {
    width: 165px;
    white-space: pre-wrap;
    margin: 0px 0 0 0; 
    left: unset;
    top: 30px;
    right: 30px;
  }

  .pricingtable {
    margin: 0 18px 80px;
    max-width: 43%;
  }

  .pricingtable.table-2-height .pricing-items-list,.pricingtable.table-3-height .pricing-items-list {
    height: calc(100% - 334px);
  }


}

@media screen and (max-width: 992px) {
  h3.afterinput span {
    border: 2px solid;
    border-color: black; 
    font-size: 14px;
    padding: 5px 15px;
    position: absolute;
    border-radius: 10px;
    left: 50%;
    top: 80%;
    transform: translateX(-50%);
  }
  .price-text-wrapper {
    text-align: center;
  }
  .form-switch {margin-bottom:40px;}
  .form-switch input:checked + i::after {
    transform: translate3d(42px, 2px, 0);
  }
  .form-switch i {
    width: 85px;
    margin: 0 20px;
  }
  .pricing-table-outer {
    padding: 15px 0 0;
  }
  .pricingtable {
    margin: 50px 0px !important;
    max-width: 100%;
  }

  .pricing-items-list {
    height: unset;
  } 

  .custom-content-info-popup {
    width: 70%;
  }  


}

@media screen and (max-width: 600px) {


  .custom-content-info-popup {
    width: 90%;
  }

  h3.pricingtable__highlight.js-montlypricing strong {
    font-size: 30px;
  }  

  .slideToggle {
    margin-bottom: 40px;
  } 

  .pricing-table-inner .title p {
    padding: 40px 0px 40px;
    font-size: 16px;
    line-height: 28px;
  } 

  /* .price-sec h3.pricingtable__head,.price-sec h3.pricingtable__head a {
  font-size: 18px;
  width: 100%;
}   */

  .price-sec h3.pricingtable__head a {
    font-size: 18px;
    width: 100%;
  } 
  .price-sec h3 {
    font-size: 30px;
  } 
  .pricing-items-list .item-info-icon-wrapper {
    padding: 20px 10px;
  } 
  .pricingtable__btn a.btn {
    padding: 13px 30px;
    font-size: 18px;
  } 
  .pricing-items-list .item-info-icon {
    margin-bottom: 15px;
  } 
  .pricing-table-outer {
    padding-bottom: 00px;
  }
  .price-sec h3.pricingtable__head {
    margin-bottom: 30px;
  }
  .price-sec {
    min-height: auto;
  }
}


@media(max-width:480px){
  h3.afterinput span {
    max-width: 160px;
    width: 100%;
  }

}