@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
[v-cloak] { display: none; }
.page-title-2{
  font-size: 50px;
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
  font-weight: 700;
}
.page-title-2 span{
  display: inline-block;
  color: #57b2e9;
  padding: 3px 10px 3px 10px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #4252FF1F 0%, #4252FF1F 100%);
  border-radius: 8px 8px 8px 8px;
}
.pricing-info-text{
  font-size: 18px;
  color: #757575;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-bottom: 3rem;
}
.pricing-time{
  position: relative;
  margin: 20px auto 80px;
}
.pricing-time-item{
  color: #757575;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  border:none;
  padding: 1px 8px;
  display: flex;
  align-items: center;
  height: 35px;
  text-transform: uppercase;
  line-height: 100%;
  padding: 0 12px;
  margin: 5px 4px;
  border-radius: 12px;
  border: 1px solid #e7e7e7;
  letter-spacing:0.44px;
  cursor: pointer;
  background: none;
  font-weight: 600;
  transition: 0.3s all;
}
.pricing-time-item:focus{
  outline: none;
}
.pricing-time-item-selected,.pricing-time-item:hover{
  color: #4353ff;
  border-color: #4353ff;
  /* -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16); */
}
.get-free-xtra{
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  color: #8C9098;
  position: absolute;
  top: 2.8rem;
  left: -9rem;
}
.get-free-xtra-locked-both{
  left: -11rem;
}
.get-free-xtra img{
  margin-left: 13.5rem;
  margin-top: -20px;
}
.get-free-xtra-biannually {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  color: #8C9098;
  position: absolute;
  top: 2.8rem;
  left: 10rem;
}
.get-free-xtra-biannually  img{
  margin-left: 30px;
  margin-top: -18px;
}
.twelve-equal-pm{
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  color: #8C9098;
  position: absolute;
  top: 2.5rem;
  right: -10rem;
}
.twelve-equal-pm img{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-right: -17px;
  margin-top: 1px;
  margin-bottom: -2px;
}
.pricing-block-wrapper{
  max-width: 1102px;
  margin: 0 auto 16px;
}
.pricing-block-wrapper .row{
  margin-left: -10px;
  margin-right: -10px;
}
.pricing-block-wrappe .col-12{
  padding-left: 10px;
  padding-right: 10px;
}
.pricing-box{
  border-radius: 10px;
  background-color: #f5f5ff;
  cursor: pointer;
  padding: 20px 25px 20px 25px;
  min-height: 260px;
  position: relative;
}
.pricing-box-heading{
  color: #57b2e9;
  font-size: 34px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 500;
}
.pricing-box-heading-sronly{
  font-size: 17px;
}
.pricing-active .pricing-box-heading,.pricing-active .pricing-value,.pricing-active .product_more_details_link a{
  color: #fff;
}
.pricing-logo-text{
  color: #1a1a1a;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  line-height: normal;
  margin-bottom: 6px;
}
.pricing-logo-text sub{
  bottom: 3px;
}
.pricing-price{
  margin-bottom: 15px;
}
.pricing-value{
  font-size: 37px;
  font-family: "Inter", sans-serif;
  line-height: normal;
  color: #38d996;
}
.pricing-dash{
  position: relative;
  top: 5px;
}
.pricing-dash-disc{
  position: relative;
  top: 3px;
}
.pricing-year{
  color: #8C9098;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.pricing-tax-text{
  color: #8C9098;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.pricing-desc{
  color: #8C9098;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  line-height: 20px;
  margin: 0;
  text-align: center;
}
.pricing-tax-text{
  font-style: italic;
}
.pricing-btn{
  background-color: #38d996;
  border-radius: 20px;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  color: #fff;
  padding: 5px 55px;
  border:none;
  line-height: normal;
  border:1px solid transparent;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.26);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.26);
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.26);  
}
.pricing-btn:focus{
  outline: none;
}
.pricing-btn:hover{
  background-color:#268ECD ;
}
.pricing-btn:disabled,
.pricing-btn[disabled],
.pricing-time-item:disabled,
.pricing-time-item[disabled]{
  cursor: not-allowed;
}
/*.pricing-both .pricing-box-header {
  min-height: 130px;
}*/
.pricing-both{
  /*margin-top: -12px;*/
}
.pricing-single-header{
  position: relative;
  margin-bottom: 40px;
}
.pricing-single-header::before{
  content: "";
  border-bottom: 1px solid #e4e4e4;
  bottom: -10px;
  left: -26px;
  right: -25px;
  position: absolute;
}
.pricing-active .pricing-single-header:before{
  border-color: #fff;
}
.bundle-dis-tag{
  border: 1px solid #268ECD;
  background-color: #268ECD;
  border-radius: 2px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: normal;
  font-style: italic;
  padding: 4px;
  color: #fff;
  margin: 0 -35px 10px;
}
.pricing-active .bundle-dis-tag {
  border: 1px solid #268ECD;
  background-color: #fff;
  color: #268ECD;
}
.promo-code-box{
  padding: 10px 15px;
  max-width: 90%;
  margin: 0 auto 50px;
  background-color: #f5f5ff;
  border-radius: 8px 8px 8px 8px;
  transition: 0.3s all ease-in-out;
}
.pricing-active{
  /* transform: scaleY(1.05); */
  background-color:#57b2e9 ;
}
.pricing-active .pricing-logo-text,.pricing-active .pricing-desc,.pricing-active .pricing-tax-text,.pricing-active .pricing-year {
  color: #fff;
}
.pricing-active .pricing-btn:hover{
  background-color:#38d996 ;
}
.promo-code-title{
  font-size: 26px;
  font-family: "Inter", sans-serif;
  color: #268ECD;
  line-height: normal;
  font-weight: 600;
}
.promo-input{
  border-radius: 25px !important;
  background-color: #fff;
  height: 40px !important;
  padding: 10px 100px 10px 15px !important;
  font-size: 14px !important;
  /* -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16); */
}
.promo-input:disabled{
  background-color: #b3ecd4;
  color: #58666e;
  opacity: 1;
  cursor: not-allowed;
}
.promo-code-input{
  position: relative;
}
.apply-btn{
  border:none;
  background:none;
  color: #fff;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  position: absolute;
  right: 4px;
  top: 3px;
  border-radius: 25px;
  transition: 0.3s all;
  background-color: #57b2e9;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  display: inline-flex;
  padding: 7px 25px;
  cursor: pointer;
}
.apply-btn:hover{
  background-color:#38d996;
}
.apply-btn:focus{
  outline: none;
}
.apply-btn:disabled {
  cursor: not-allowed;
}
.remove-btn{
  color: #ee3939;
}
.promo-not-sure-text{
  color: #1a1a1a;
  font-size: 30px;
  font-family: "Inter", sans-serif;
  line-height: normal;
  font-weight: 600;
  margin-top: 3rem;
}
.promo-contact-btn{
  border-radius: 25px;
  transition: 0.3s all;
  background-color: #57b2e9;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  display: inline-flex;
  padding: 12px 25px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  color: #fff;
  justify-content: center;
  min-width: 164px;
  text-transform: uppercase;
}
.promo-contact-btn:hover{
  background-color: #203C72;
  color: #fff;
}
.promo-contact-btn:focus{
  outline: none;
}
.total-location-wrapper .custom-tooltip{
  width: 100px;
  text-align: center;
  font-size: 20px;
  font-family: "Inter", sans-serif;
}
.total-location-wrapper .vue-slider-process{
  background-color: #268ECD;
}
.total-location-wrapper .vue-slider-rail{
  background-color: #F1F3F4;
  -webkit-box-shadow: inset 0px 0px -8px -8px rgb(0 0 0);
  -moz-box-shadow: inset 0px 0px -8px -8px rgba(0,0,0,1);
  box-shadow: inset 0px 0px 11px -8px rgb(0 0 0);
}
.total-location-wrapper .vue-slider{
  margin-bottom: 15px;
}
.total-location-wrapper .vue-slider-dot-handle{
  background-color: #268ECD;
  border: 1px solid #fff;
  background-image: url("../img/white_tick_small.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.promo_text{
  font-size: 14px;
  font-style: italic;
  font-family: "Inter", sans-serif;
  color: #38d996;
  text-align: center;
  margin-top: 10px;
}
.pricing-checkout-modal .pre-signup-modal{
  max-width: 660px !important;
}
.modal-abyde-logo{
  opacity: 0.4;
}
.pricing-modal-title{
  font-size: 50px;
}
.pricing-checkout-modal .modal-header{
  flex-direction: column;
  align-items: center;
}
.pricing-checkout-title-2{
  color: #268ECD;
  font-size: 24px;
}
.pricing-checkout-modal .form-control,.pricing-checkout-modal  .select2-selection__placeholder
,.pricing-checkout-modal .select2-selection__rendered{
  font-size: 14px !important;
  font-family: "Inter", sans-serif;!important;
}
.pricing-modal-plan-box{
  background-color: #F1F3F4;
  border-radius: 10px;
  padding: 10px;
}
.pricing-modal-plan-box .row .col-xs-12:first-child{
  border-right: 1px solid #8C9098;
}
.sub-plan-left-text{
  color: #999999;
  font-size: 18px;
 font-family: "Inter", sans-serif;
 width: 45%;
 text-align: right;
 display: inline-block;
 padding-right: 10px;
 vertical-align: top;
}
.sub-plan-right-text{
  color: #999999;
  font-size: 18px;
 font-family: "Inter", sans-serif;
 width: 50%;
 display: inline-block;
 word-break: break-all;
}
.sub-plan-dis-title{
  color: #268ECD;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
#PreSignupModal label.terms_label{
  color: #8C9098;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
#PreSignupModal label.terms_label a{
  color: #38d996;
  font-family: "Inter", sans-serif;
}
#PreSignupModal .help-block{
  font-family: "Inter", sans-serif;
}
.pricing_slider_title{
  font-family: "Inter", sans-serif;
  color: #38d996;
  font-size: 25px;
  padding-top: 13px;
  font-weight: 500;
}
.about-list-content .home-feature-col{
  padding: 0 !important;
}
.about-list-content .home-feature-box-title{
  font-size: 25px !important;
}
.footer_phone_email_text{
  color: #fff;
  margin-top: 40px;
  font-family: "Inter", sans-serif;
}
.footer_phone_email_text a{
  color: #fff;
  font-family: "Inter", sans-serif;
}
.more_than_fifty_loc_text{
  font-size: 11px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  padding-top: 10px;
  margin: 0;
}
.strike-total-price-div{
  margin-bottom: 5px;
  text-decoration: line-through;
  color: #ee3939;
}
.strike-total-price-div .pricing-value{
  font-size: 22px;
  color: #203C72;
}
.strike-total-price-div .pricing-year{
  font-size: 12px;
}
.total-location-wrapper{
  width: min(500px, 100%);
  margin: 0 auto 60px;
}
.product_more_details_link {
  text-align: center;
  font-family: "Inter", sans-serif;
  line-height: normal;
  color: #38d996;
  text-decoration: underline;
}
.pricing-active .product_more_details_link{
  color: #fff;
}
.product_more_details_link .fas{
  font-size: 20px;
  margin-left: 3px;
  position: relative;
}
.product_more_details_link .fas.fa-sort-up{
  top: 8px;
}
.pricing-table-res{
  margin: 1rem 0 2rem;
  overflow-x: auto;
}
.pricing-table{
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  line-height: normal;
  border: none;
}
.pricing-table th{
  padding: 0.7rem 1.5rem;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
  text-align: left;
  background-color: #ededf9;
}
.pricing-table th:first-child {
 border-top-left-radius: 20px;
}
.pricing-table th:last-child {
  border-top-right-radius: 20px;
}
.pricing-table th:not(:last-child),
.pricing-table td:not(:last-child) {
 border-right: 1px solid #373F431A;
}
.pricing-table td{
  background-color: #8C90980D;
  padding: 1rem 1.5rem 0.8rem;
   font-family: "Inter", sans-serif;
  font-size: 14px;
  color:   rgba(55, 63, 67, 0.7);
  border-color: #e7e7e7;
}
.pricing-table>thead>tr:not(:last-child)>th,
.pricing-table>thead>tr:not(:last-child)>td,
.pricing-table>tbody>tr:not(:last-child)>th,
.pricing-table>tbody>tr:not(:last-child)>td,
.pricing-table>tfoot>tr:not(:last-child)>th,
.pricing-table>tfoot>tr:not(:last-child)>td,
.pricing-table>tr:not(:last-child)>td,
.pricing-table>tr:not(:last-child)>th,
.pricing-table>thead:not(:last-child),
.pricing-table>tbody:not(:last-child),
.pricing-table>tfoot:not(:last-child) {
 border-bottom:1px solid #373F431A;
}
.blank-tr td{
  background-color: #fff;
  border: none !important;
  padding: 10px;
}
.subtotal-tr td{ 
  font-family: "Inter", sans-serif;
  border: none !important;
  color: rgba(55, 63, 67, 1);
  font-weight: 600;
}
.subtotal-tr td:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
 }
 .subtotal-tr td:last-child {
   border-top-right-radius: 20px;
   border-bottom-right-radius: 20px;
 }
.discount-tr td{
  border: none !important;
  background-color: #fff;
  color: #268ECD;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  padding: .5rem 1.5rem;
  position: relative;
}
.discount-tr-top td{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.discount-tr-bottom td{
  padding-bottom: 1rem;
}
.price-discount-number{
  color: #268ECD;
   font-family: "Inter", sans-serif;
  font-size: 13px;
  float: right;
}
.th-heading-discount{
  font-family: "Inter", sans-serif;
  font-size: 11px;
  color: #8C9098;
}
.total-tr td{
  font-family: "Inter", sans-serif;
  border: none !important;
  background-color: #38d996;
  color: #fff;
   font-family: "Inter", sans-serif;
  font-size: 15px;
}
.pricing-table-last-tr td{
  border-bottom: none !important;
}
#quote-form .datepicker td,th{
  text-align: center;
  padding: 8px 12px;
  font-size: 14px;
}
.form-control[readonly]{
  background-color: #ffffff;
}
.form-control{
  background-color: #f5f5f5 !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  color: #757575 !important;
}
.form-control:focus{
  border-color: #57b2e9 !important;
}
.select2-container--bootstrap .select2-selection{
  background-color: #f5f5f5 !important;
  border-radius: 12px;
  font-size: 16px;
  color: #757575;
  box-shadow: none !important;
  height: 50px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
  text-align: left;
  padding: 7px .75rem;
  font-size: 16px;
  color: #757575;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection{
  border-color: #57b2e9;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #57b2e9;
}
.price-table-btn{
  border-radius: 25px;
  transition: 0.3s all;
  background-color: #57b2e9;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  display: inline-flex;
  padding: 12px 25px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  color: #fff;
  justify-content: center;
  min-width: 164px;
}
button:focus {
  outline: 0;
  outline: 0 auto -webkit-focus-ring-color;
}
.price-table-btn-alt{
  background-color: #1a1a1a;
}
.price-table-btn-alt:hover,.promo-contact-btn:hover,.price-table-btn:hover{
  background-color: #38d996;
}
.pricing-info-text-bottom{
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #757575;
}
/* modal css */

.modal-dialog .close {
  float: right;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: 0;
  margin:10px 10px 0 0;
}
.modal-dialog .close:hover{
  opacity: 1;
}
.quoter-product-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.quoter-product-list li {
  color: #203C72;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.md-checkbox {
  position: relative;
  margin: 1em 0 0;
  text-align: center;
}
.md-checkbox.md-checkbox-inline {
  display: inline-block;
}
.md-checkbox label {
  cursor: pointer;
  display: inline;
  line-height: 1.25em;
  vertical-align: top;
  clear: both;
  padding-left: 1px;
  color: #292929 !important;
}
.md-checkbox label:not(:empty) {
  padding-left: 0.6em;
}
.md-checkbox label:before,
.md-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
}
.md-checkbox label:before {
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125em;
  cursor: pointer;
  transition: background 0.3s;
}
.md-checkbox input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.md-checkbox input[type="checkbox"]:checked + label:before {
  background: #248fd0;
  border: none;
}
.md-checkbox input[type="checkbox"]:checked + label:after {
  transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}
.md-checkbox input[type="checkbox"]:disabled + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
  background: rgba(0, 0, 0, 0.26);
}
.home-feature-btn{
  border-radius: 25px;
  transition: 0.3s all;
  background-color: #57b2e9;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  display: inline-flex;
  padding: 12px 25px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  color: #fff;
  justify-content: center;
  min-width: 164px;
  text-transform: uppercase;
}
.passwordVisibilityEye {
  position: absolute;
  right: 10px;
  top: 20px;
  margin-bottom: 16px;
  color: #495057;
  cursor: pointer;
}
.quote_password-form{
  position: relative;
}
.quote_password{
  margin-bottom: 1rem;
}
.modal-body{
  padding: 1rem 2rem;
}
.swal2-actions .price-table-btn{
  display: block !important;
  text-align: center;
  margin: 0 10px;
  background-color: #57b2e9;
}
.swal2-actions:hover .price-table-btn{
  background-color: #38d996;
}
.swal2-input{
  width: auto !important;
}
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#nprogress .spinner{
  z-index: 1111  !important;
}
#nprogress .bar{
  z-index: 1111 !important;
  background: #1d8ecc none repeat scroll 0 0 !important;
}
#nprogress .peg{
  box-shadow:0 0 10px #1d8ecc, 0 0 5px #1d8ecc !important;
}
#nprogress .spinner-icon{
  border-color: #1d8ecc rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1d8ecc !important;
}
button:disabled,
button[disabled],
button:disabled:hover,
button[disabled]:hover{
  border: 1px solid #8C9098;
  background-color: #8C9098;
  color: #fff;
}
.slide_transition-enter-active {
   -moz-transition-duration: 0.5s;
   -webkit-transition-duration: 0.5s;
   -o-transition-duration: 0.5s;
   transition-duration: 0.5s;
   -moz-transition-timing-function: ease-in;
   -webkit-transition-timing-function: ease-in;
   -o-transition-timing-function: ease-in;
   transition-timing-function: ease-in;
}

.slide_transition-leave-active {
   -moz-transition-duration: 0.5s;
   -webkit-transition-duration: 0.5s;
   -o-transition-duration: 0.5s;
   transition-duration: 0.5s;
   -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
   -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
   -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
   transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slide_transition-enter-to, .slide_transition-leave {
   max-height: 100px;
   overflow: hidden;
}

.slide_transition-enter, .slide_transition-leave-to {
   overflow: hidden;
   max-height: 0;
}
.info_bg {
  background: url(../img/icon_info.png);
  background-position: center;
  height: 20px;
  width: 20px;
  position: absolute;
/*  right: 58px;*/
  top: 0px;
  cursor: pointer;
  background-size: cover;
}
.oshahc_info_bg{
/*  right: 62px;*/
}
.hipaacesraonly_info_bg{
  right: 10px;
}
.form-group .help-block{
  margin-top: 5px;
  font-size: 12px;
  color: #f44336;
  display: block;
}
div:where(.swal2-container).swal2-backdrop-show, 
div:where(.swal2-container).swal2-noanimation{
    background-image: url("../img/pricing_blur.png") !important;
    background-size: contain !important;
    background-repeat: repeat-y !important;
}
.mysticky-welcomebar-apper .select2-container--bootstrap .select2-dropdown{ 
  margin-top:34px !important;
}
.pricing-usd-icon{
  padding: 0 13px;
}
.pricing-usd-icon .fa-usd{
  font-weight: bold;
}
#location-price-form{
  max-width: 235px;
  margin:  0 auto;
}
.compare-product-line{
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #203C72;
  font-style: italic;
  text-decoration: underline;  
  text-align: center;
  cursor: pointer;
}
.pricing-compare-modal-content{
  border-radius: 0;
  border:none;
}
.pricing-modal-lg .close{
  color: #8C9098;
  opacity: 1;
  position: absolute;
  right: 18px;
  top: 10px;
  font-weight: 300;
}
.modal-header-div{
  background-image: url("../img/pricing_compare_header_bg.png");
  background-repeat: no-repeat;
  padding: 2rem 70px;
  background-size: 100%;
  min-height: 168px;
}
.pricing-compare-logo img{
  max-width: 166px;
}
.pricing-compare-sept{
  width: 3px;
  height: 64px;
  background-color: #fff;
  margin: 0 30px;
  border-radius: 5px;
}
 .compare-modal-title{
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}
.pricing-modal .modal-body{
  padding: 6px 12px;
}
.pricing-modal-lg{
  max-width: 800px;
}
.pricing-modal-table{
  margin: 0 auto;
  border:none;
  border-spacing: 0;
  border-collapse: separate;
}
.pricing-modal-table th{
  background-color: #298DCC;
  padding: 10px 12px;
  color: #fff;
  border:3px solid #fff;
  font-size: 16px;
  font-weight: 700;
}
.border-dark-th{
  font-size: 15px;
  font-weight: 600;
}
.pricing-modal-table td{
  background: #E5F6FF;
  border: 3px solid #fff;
  text-align: center;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 6px;
}
.pricing-modal-table img{
  display: inline-block;
}
.pricing-modal-table td.font-bold-td{
  font-size: 16px;
  font-weight: 600;
}




@media (min-width: 1366px) and (max-width: 1440px) {
  .pricing-sign-up-btn #buy-package-btn{
    font-size: 1.2em;
  }
}
@media (min-width: 1025px) and (max-width: 1299px) {
  .pricing-sign-up-btn #buy-package-btn{
    font-size: 1em;
  }
}
@media (max-width: 1024px) { 
  .hipaacesraonly_info_bg {
      right: 0;
  }
}
@media (max-width: 991px) {
  .pricing-unique{
    padding-top: 150px;
  }
  .pricing-block-wrapper .pricing-box{
    margin-bottom: 20px;
    height:auto;
  }
  .pricing-hippa{
    transform: scale(1);
  }
  .promo-code-title{
    font-size: 17px;
  }  
  .page-title-2{
    font-size: 40px;
  }
  .get-free-xtra{
    left: -11rem;
  }
  .get-free-xtra-biannually{
    left:12rem;
  }
}
@media (max-width: 767px) {
  .pricing-sign-up-btn .btn {
    padding: 7px 30px;
    font-size: 16px;
  }
  .pricing-box{
    padding: 34px 15px;
    min-height: 0;
  }
  .promo-code-box{
    padding: 10px;
    max-width: 100%;
  }
  .promo-code-input{
    margin-top: 32px;
    display: flex;
    align-items: center;
  }
  .promo-code-wrapper{
    width: 100%;
  }
  .pricing-desc{
    padding-bottom: 1rem;
  }
  .pricing-btn{
    position: static;
  }
  .page-title-2{
    font-size: 36px;
  }
  .apply-btn{
    margin-left: 2px;
  }
  .pricing-time{
    min-width: 100%;
  }
  .pricing-value,.pricing-box-heading{
    font-size: 30px;
  }
  .pricing-box-heading-sronly{
    font-size: 15px;
  }
  .page-title-2 br{
    display: none;
  }
  .get-free-xtra{
    left: -5rem;
  }
  .modal-header-div{
    padding:2rem 10px;
    min-height: 0;    
  }
  .pricing-compare-logo img {
    max-width: 100px;
  }
  .compare-modal-title{
    font-size: 20px;
  }
  .pricing-compare-sept{
    margin: 0 15px;
  }
}
@media (max-width: 575px) { 
  .pricing-sign-up-btn .col-12,
  .pricing-sign-up-btn .col-12{
    text-align: center !important;
  }
  .promo-contact-btn{
    margin: 5px 0;
  }
  .price-discount-number{
    position: static;
    margin-right: 10px;
  }
  .pricing-table{
    min-width: 400px;
  }
  .twelve-equal-pm,.get-free-xtra{
    position: static;
    display: none;
  }
  .promo-not-sure-text,.pricing_slider_title{
    font-size: 20px;
  }
  .price-table-btn-alt{
    margin-top: 10px;
  }
  .page-title-2 {
    font-size: 28px;
  }
  .get-free-xtra-biannually{
    display: none;
  }
  .pricing-info-text{
    font-size: 16px;
  }
  .tipso_bubble{
    width: 90% !important;
    left: auto !important;
    right: auto !important;
  }
  .apply-btn{
    position: static;
    margin-top:5px;
  }
  .promo-input{
    padding-right: 0 !important;
  }
  .promo-code-input{
    margin-top: 50px;
  }
  .get-free-xtra{
    width: 160px;
    left: -1rem;
    display: block;
    position: absolute;
  }
  .get-free-xtra img{
    margin-left: 5rem;
  }
  .modal-header-div{
    padding:1rem 10px;
  }
  .compare-modal-title {
      font-size: 14px;
  }
  .pricing-compare-sept {
    margin: 0 10px;
    height: 40px;
  }
  .pricing-compare-logo img {
    max-width: 76px;
  }
}
@media (max-width: 479px) { 
  .get-free-xtra{
    width: 135px;
    left: -1.8rem;
  }
  .get-free-xtra img{
    margin-left: 6rem;
  }
}
