.pricing-main-container.pd-xl.pos-relative::before, .pricing-block-container:before, .pricing-block-container:after {
  content: ''; position: absolute; background-repeat: no-repeat; background-size: cover; background-position: center;
}
.toggle-btn .switch { position: relative; display: inline-block; width: 64px; height: 32px; margin: 0 20px; min-width: 64px; }
.toggle-btn .switch input { opacity: 0; width: 0; height: 0; }
.toggle-btn .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; border-radius: 30px; -webkit-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px) transform: translate(0px, 0px); -webkit-transition: 0.6s ease transform; -moz-transition: 0.6s ease transform; -ms-transition: 0.6s ease transform; -o-transition: 0.6s ease transform; transition: 0.6s ease transform; }
.toggle-btn .slider:before { position: absolute; content: ""; height: 28px; width: 28px; left: 2px; top: 1px; -webkit-transition: 0.4s; -moz-transition: 0.4s; -ms-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; }
.toggle-btn input:checked + .slider:before { -webkit-transform: translateX(30px); -ms-transform: translateX(30px); transform: translateX(30px); }
.toggle-btn .slider.round:before { border-radius: 50%; }
.toggle-btn { display: flex; align-items: center; justify-content: center; }
.pricing-block-container { display: flex; justify-content: center; flex-wrap: wrap; margin: 0 auto; max-width: 1008px; align-items: flex-start; }
.pricing-block { width: -webkit-calc(33.33% - 40px); width: -moz-calc(33.33% - 40px); width: calc(33.33% - 40px); margin: 106px 20px 0; background-color: #fff; padding: 40px 25px 15px; max-width: 296px; z-index: 1; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s; }
.pricing-block .icon-title-block { display: flex; flex-wrap: wrap; }
.pricing-block .icon-block { max-width: 57px; width: 100%; margin-right: 3px; }
.pricing-block .title-block { width: -webkit-calc(100% - 60px); width: -moz-calc(100% - 60px); width: calc(100% - 60px); margin-top: 5px; }
.pricing-block .title-block .title, .pricing-block .title-block .sub-title { margin: 0; }
.pricing-block .price-block { display: flex; align-items: flex-end; flex-wrap: wrap; }
.pricing-block .price-description { margin-left: 10px; margin-bottom: 20px; }
.pricing-block .text-block ul { padding: 0; list-style: none; }
.pricing-block .text-block ul li { margin: 0; padding-top: 6px; padding-bottom: 6px; border-bottom: 1px solid rgba(0, 46, 96, 0.1); padding-left: 16px; position: relative;}
.pricing-block .text-block ul li:last-child { border-bottom: none; }
.pricing-block .text-block ul li::before { content: ''; width: 5px; height: 5px; border-radius: 100%; left: 0; top: -webkit-calc(50% - 3px); top: -moz-calc(50% - 3px); top: calc(50% - 3px); position: absolute; }
.pricing-block:hover { box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.06); }
.pricing-block .tooltip-block { visibility: hidden; opacity: 0; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; position: absolute; width: -webkit-calc(100% - 50px); width: -moz-calc(100% - 50px); width: calc(100% - 50px); padding: 4px 5px 5px; top: -56px; }
.pricing-block:hover .tooltip-block { visibility: visible; opacity: 1; }
.pricing-block .tooltip-block h5 { margin: 0; color: #fff; }
.pricing-block .tooltip-block::before { position: absolute; bottom: -8px; content: ''; width: 0; height: 0; border-style: solid; border-width: 11px 10px 0 10px; left: -webkit-calc(50% - 10px); left: -moz-calc(50% - 10px); left: calc(50% - 10px); }
.pricing-main-container::before { width: 100%; height: 425px; top: 142px; }
.pricing-block-container:before { height: 250px; width: 250px; top: 40px; right: -60px; }
.pricing-block-container:after { width: 250px; height: 250px; bottom: 26px; left: -55px; }
.monthly-data, .yearly-data { -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s; }
@media screen and (max-width: 1199px) {
  .pricing-block-container:before { right: -15px; }
  .pricing-block-container:after { left: -15px; }
}
@media screen and (max-width: 991px) {
  .pricing-block { margin: 86px 15px 0; padding: 20px 15px 5px; width: -webkit-calc(33.33% - 30px); width: -moz-calc(33.33% - 30px); width: calc(33.33% - 30px); }
  .pricing-block-container:before { height: 150px; right: 0; top: 60px; width: 150px; }
  .pricing-block-container:after { bottom: 50px; height: 150px; left: 0; width: 150px; }
  .pricing-block .tooltip-block { width: 90%; left: 5%; }
  .pricing-block-container { margin: 0 -15px; }
}
@media screen and (max-width: 767px) {
  .pricing-main-container:before { display:none; }
  .pricing-block { margin: 60px 0 0; padding: 30px 25px 15px; width: 100%; }
  .pricing-block .tooltip-block { top: -42px; }
  .pricing-block-container:before { height: 130px; top: 30px; width: 130px; right: -15px; }
  .pricing-block-container:after { bottom: -40px; height: 130px; width: 130px; left: -15px; }
  .pricing-block-container { margin: 0 auto; max-width: 375px; }
  .toggle-btn .switch { margin: 0 10px }
}