
.pricing-counter-section{
  position: relative;
}
.pricing-counter-section.section-padding {
  padding: 166px 0px 256px;
}
.pricing-counter-section .secton-heading h2 {
  margin-bottom: 23px;
}
.toggle-outer {
  padding: 32px 0px 58px;
}
.pricing-counter-section .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.pricing-counter-section .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.pricing-counter-section .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transition: .4s;
  transition: .4s;
}
.pricing-counter-section .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 2px;
  background-color: #b1bcce;
  -webkit-transition: .4s;
  transition: .4s;
}
.pricing-counter-section input:checked + .slider {
  background-color: #fcda20;
}
.pricing-counter-section input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.pricing-counter-section input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
  background: #0237d4;
}
.trial-offers {
  margin-top: 75px;
}
.trial-cta {
  text-align: center;
  margin-top: 48px;
}
.trial-offers h2 {
  margin-bottom: 16px;
  font-size: 32px
}
.trial-offers p{
  font-size: 20px
}
/* Rounded sliders */
.pricing-counter-section .slider.round {
  border-radius: 35px;
}
.pricing-counter-section .slider.round:before {
  border-radius: 50%;
}
.pricing-counter-section .toggle-btn {
  padding: 0px 20px;
}
.pricing-counter-section .price{
  font-size: 20px;
}
/* pricing Card Styling */
.three-card-abd {
  border-radius: 8px;
}

.doller {
  font-size: 26px;
  font-weight: 600;
  position: relative;
  top: -30px;
}
.price-value {
  font-size: 59px;
  margin-top: 33px;
}
.tick-icon svg {
  width: 18px;
  height: 16px;
  margin-top: 4px;
}
.featured-title {
  font-size: 16px;
  line-height: 26px;
  margin-left: 20px;
} 
.font-weight-six.month-title {
  font-size: 17px;
  margin-top: 56px;
  font-weight: 400;
}
.year-title{
  font-size: 17px; 
  font-weight: 400;
}
.price-card-outer-abd {
  padding: 0px 10px;
}
.price-card-header-abd {
  padding-top: 55px;
  padding-left: 20px;
  padding-right: 20px;
}
.card-featured{
  padding: 6px 0px;
}
.card-featured.display-flx,
.price-card-header-abd.display-flx {
  justify-content: flex-start;
}
.card-header-title {
  padding: 0px 20px;
}
.card-header-title h4 {
  font-size: 24px;
  font-weight: 400;
}
.card-header-title p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.card-header-title {
  padding-bottom: 40px;
  border-bottom: 1px soliD #cfcfcf;
}
.price-card-body-abd {
  padding: 45px 20px 26px;
}
.check-out-cta {
  text-align: center;
  margin-top: 40px;
}

/* Checkbox price */

.price-val {
  position: relative;
  overflow: hidden;
}

.package-valid {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 26%;
}
.price-val h2.text1,
.price-val h2.text2{
  font-size: 56px;
}
.package-valid .month-title,
.price-val h2.text1 {
  position: absolute;
  top: -50px;
  left: 0;
  transition: .3s all ease-in-out 0s;
}
.package-valid .year-title,
.price-val h2.text2 {
  position: relative;
  top: 4px;
  transition: .3s all ease-in-out 0s;
}
.year-title{
  opacity: 0;
}
.price-card-header-abd.display-flx.annual .package-valid .year-title{
  opacity: 1;
}

.price-card-header-abd.display-flx.annual .package-valid .month-title{
  opacity: 0;
}

.price-card-header-abd.display-flx.annual .price-val {
}
.price-card-header-abd.display-flx.annual .price-val h2.text1 {
  top: 0;
}
.price-val h2.text1 {
  position: absolute;
  top: -60px;
  left: 0;
  transition: .3s all ease-in-out 0s;
}
.price-card-header-abd.display-flx.annual .price-val h2.text2 {
  top: 88px;
}
.price-val h2.text2 {
  position: relative;
  top: 0;
  transition: .3s all ease-in-out 0s;
}
@media(min-width: 1174px){
  .price-val {
    width: 100%;
    max-width: 34%;
  }
}

@media(max-width: 1175px){
  .price-val {
    width: 100%;
    max-width: 40%;
  }
}
@media (max-width: 970px){
  .price-val {
    width: 100%;
    max-width: 37%;
  }
}

@media (min-width: 1024px){
  body .pricing-counter-section .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    flex-basis: 30.9%;
    -webkit-flex-basis: 30.9%;
  }
  .price-val {
    width: 100%;
    max-width: 41%;
  }
  .package-valid {
    width: 100%;
    max-width: 30%;
  }
}
@media(min-width: 768px)and (max-width: 900px){
  body .pricing-counter-section .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    flex-basis: 47.5%;
    -webkit-flex-basis: 47.5%;
  }
}


@media(max-width: 767px){
  .pricing-counter-section.section-padding {
    padding: 166px 0px 150px;
  }
  .trial-offers h2 {
    font-size: 24px;
  }
  .trial-offers p {
    font-size: 16px;
  }
  .pricing-counter-section .secton-heading h2 {
    font-size: 26px;
  }
  .toggle-outer {
    padding: 16px 0px 14px;
  }
  .price-val h2.text1, 
  .price-val h2.text2 {
    font-size: 45px;
  }
  .package-valid {
    width: 100%;
    max-width: 30%;
  }
}