@charset "UTF-8";
.woocommerce-cart .actions .button {
  color: #fff !important;
}
.woocommerce-cart .product-quantity {
  display: none;
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: normal;
  padding-left: 5px;
  cursor: pointer;
}
.woocommerce form .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox span:before {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  left: 0;
  border: solid 1px #0c173b;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  padding: 1px;
}
.woocommerce form .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox input {
  visibility: hidden;
}
.woocommerce form .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox input:checked ~ span:before {
  content: "✓";
}

._years {
  display: none;
}

.price_table_slick .mobile-container {
  padding-bottom: 40px;
}
.price_table_slick .mobile-container table {
  padding-bottom: 0px !important;
  border: 1px solid #efefef;
  border-radius: 12px;
  text-align: center;
}
.price_table_slick .mobile-container table td {
  font-weight: 500;
}
.price_table_slick .mobile-container table .heading_label td {
  color: #0c173b;
  font-size: 22px;
  line-height: 28px;
  padding: 15px 11px;
  font-weight: 700;
}
.price_table_slick .mobile-container table thead tr.heading_label td, .price_table_slick .mobile-container table tbody tr.heading_label td {
  border: none;
}
.price_table_slick .mobile-container table thead tr:first-of-type td, .price_table_slick .mobile-container table tbody tr:first-of-type td {
  border-top: none;
}
.price_table_slick .mobile-container table thead tr:last-of-type td, .price_table_slick .mobile-container table tbody tr:last-of-type td {
  border-bottom: none;
}
.price_table_slick .mobile-container table thead tr td:first-of-type, .price_table_slick .mobile-container table tbody tr td:first-of-type {
  border-left: none;
}
.price_table_slick .mobile-container table thead tr td:nth-of-type(2), .price_table_slick .mobile-container table tbody tr td:nth-of-type(2) {
  border-right: none;
}
.price_table_slick ._recommended table {
  border: 2px solid #2360D9;
  border-radius: 12px;
  border-top-width: 8px;
}

.pricing_table {
  overflow-x: auto;
  margin-bottom: 150px;
}
.pricing_table ._months.count2 {
  border-right: none !important;
}
.pricing_table thead th._years0, .pricing_table thead th._months.count0 {
  border: 2px solid #2360D9 !important;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  border-bottom: none !important;
}
.pricing_table tbody td:nth-child(3) {
  color: #2360D9;
  border-left: 2px solid #2360D9 !important;
  border-right: 2px solid #2360D9 !important;
}
.pricing_table tbody small {
  font-size: 14px;
  width: 100%;
}
.pricing_table tbody tr:last-child td:nth-child(3) {
  border-bottom: 2px solid #2360D9;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.pricing_table .heading_label {
  background-color: #fbfbfb;
}
.pricing_table .heading_label td {
  border: none !important;
}
.pricing_table table {
  border-collapse: collapse;
  width: 100%;
}
.pricing_table table tr th {
  padding-top: 15px;
  border-top: solid 3px transparent;
}
.pricing_table table tr th._months.count0 {
  background-color: rgba(255, 255, 255, 0.7);
}
.pricing_table table tr th._years._years0 {
  background-color: rgba(255, 255, 255, 0.7);
  border-top-color: #0c173b;
}
.pricing_table table tr td {
  font-weight: 500;
}
.pricing_table table tr td:nth-child(3n) {
  background-color: rgba(255, 255, 255, 0.7);
}
.pricing_table table tr.heading_label {
  font-size: clamp(1.25rem, 1.4vw, 26px);
}
.pricing_table table tr.heading_label:last-of-type {
  border: none !important;
}
.pricing_table table tr.heading_label td {
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 30px;
}
.pricing_table table tr.heading_label td:last-child {
  border: none !important;
}
.pricing_table table .highlight {
  width: 100%;
  display: block;
  padding: 7px;
  background: #2360D9;
  position: absolute;
  left: 0px;
  top: 0px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
}
.pricing_table table .amount {
  font-size: clamp(1.4rem, 1.5625vw, 30px);
  font-weight: 700;
  margin: 15px 0px;
}
.pricing_table table .discount {
  font-size: 15px;
  font-weight: normal;
  margin: 10px 0px;
}
.pricing_table table .siteBtn {
  margin-top: 15px;
  font-size: inherit;
}
.pricing_table table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pricing_table table tr:not(.heading_label) td {
  line-height: 1.8;
}
.pricing_table table th {
  width: 25%;
  min-width: 150px;
  padding: 0 10px;
  padding-top: 50px !important;
  position: relative;
}
.pricing_table table th:not(:last-child) {
  border-right: 1px solid #efefef;
}
.pricing_table table td {
  width: 25%;
  min-width: 150px;
  padding: 15px 10px;
}
.pricing_table table td:not(:first-child) {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pricing_table table td:not(:last-child) {
  border-right: 1px solid #efefef;
}
.pricing_table table th:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5rem;
  line-height: 1.3;
}
.pricing_table table th .heading, .pricing_table table th .subheading {
  font-size: clamp(1.25rem, 1.4vw, 26px);
}
.pricing_table table th .subheading {
  margin: 0px;
}
.pricing_table table th .info {
  position: relative;
  padding: 1.5rem 0;
  padding-top: 0;
}
.pricing_table table .hide {
  display: none;
}

.originalprice {
  font-size: 16px;
  color: #a1a1a1;
  text-decoration: line-through;
  margin: 10px 0px 0px;
  font-weight: 500;
}

.woocommerce-message {
  padding: 15px 10px;
  font-size: 24px;
  background: #fff;
  border-bottom: 2px solid #0c173b;
  border-top: 2px solid #0c173b;
}
.woocommerce-message::before {
  content: inherit;
}

.wrap-toggle {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin: 60px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap-toggle .duation_change {
  text-align: left;
}
.wrap-toggle .duation_change label {
  font-weight: 700;
  font-size: clamp(1.25rem, 1.4vw, 26px);
  color: #1D1D1F;
}
.wrap-toggle .switch {
  position: relative;
  display: inline-block;
  width: 78px;
  height: 30px;
}
.wrap-toggle .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.wrap-toggle .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1px solid #0c173b;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.wrap-toggle .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 37px;
  left: 4px;
  background-color: #0c173b;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.wrap-toggle input:checked + .slider:before {
  -webkit-transform: translateX(32px);
          transform: translateX(32px);
}
.wrap-toggle .slider.round {
  border-radius: 50px;
}
.wrap-toggle .slider.round:before {
  border-radius: 10px;
}

.save {
  text-align: center;
  color: #f28a00;
  margin-bottom: clamp(30px, 3.125vw, 60px);
  font-size: 15px;
  margin-top: 8px;
  font-weight: 600;
}

.woocommerce-checkout #order_review {
  border-radius: 10px;
  background-color: #fbfbfb;
  padding: clamp(24px, 1.5625vw, 30px);
}
.woocommerce-checkout #payment {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 5px;
}
.woocommerce-checkout #payment .place-order {
  padding-top: 0;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0 1em;
  margin: 0;
  border: none;
}
.woocommerce-checkout #payment ul.payment_methods .payment_box {
  padding: 0;
  margin: 0 0;
  background-color: unset;
}
.woocommerce-checkout #payment ul.payment_methods .payment_box::before {
  content: inherit;
}
.woocommerce-checkout .entry-title {
  font-size: 35px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-thankyou-order-received {
  font-size: 24px;
  margin: 20px 0;
}
.woocommerce-checkout .input-txt {
  font-size: 16px;
}
.woocommerce-checkout label {
  display: block;
}
.woocommerce-checkout textarea {
  border: 1px solid #0c173b;
  padding: 15px 12px;
  min-height: 100px;
}
.woocommerce-checkout .woocommerce-additional-fields {
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-input-wrapper input[type=tel] {
  padding: 15px 12px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 28%;
}
.woocommerce-checkout #wc-stripe-payment-request-button-separator {
  display: none;
}
.woocommerce-checkout .payment_box.payment_method_stripe fieldset {
  display: none;
}
.woocommerce-checkout table.shop_table {
  border: none !important;
}
.woocommerce-checkout table.shop_table td {
  border: none !important;
  padding-left: 0 !important;
}
.woocommerce-checkout table.shop_table th {
  font-size: 20px;
}
.woocommerce-checkout table th {
  border: none !important;
  padding-left: 0 !important;
}

.disable {
  pointer-events: none;
  opacity: 0.5;
}

.headerInn .navCon ul li:last-child a {
  color: #fff;
}

.single_post .entry-meta {
  margin-bottom: 20px;
}
.single_post p, .single_post ul {
  line-height: 2;
}
.single_post .post-thumbnail {
  display: none;
}
.single_post .container {
  max-width: 1200px;
}
.single_post a {
  color: #0c173b;
}
.single_post figure {
  text-align: center;
  margin: 30px 0;
}
.single_post .entry-meta .updated {
  display: none;
}
.single_post .entry-meta .published.updated {
  display: inline;
}
.single_post .navigation.post-navigation {
  margin-top: clamp(24px, 1.5625vw, 30px);
}
.single_post .navigation.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single_post .navigation.post-navigation .nav-links .nav-previous, .single_post .navigation.post-navigation .nav-links .nav-next {
  width: 47.5%;
}
.single_post .navigation.post-navigation .nav-links .nav-next {
  text-align: right;
}
.single_post .navigation.post-navigation .nav-links .nav-subtitle {
  color: #0c173b;
  text-decoration: none;
}
.single_post .navigation.post-navigation .nav-links a {
  color: #0c173b;
  text-decoration: none;
  font-weight: 600;
}
.single_post #comments form {
  max-width: 700px;
  margin: 15px auto 60px auto;
}
.single_post #comments form label {
  display: block;
}
.single_post #comments form .form-submit input[type=submit] {
  background-color: #004C6D;
  color: #FDFDFD;
  font-size: 17px;
  height: 40px;
  padding: 10px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  border-radius: 10px;
  -webkit-transition: ease all 1s;
  transition: ease all 1s;
  align-items: center;
  padding: 0 10px;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border: none;
}
.single_post #comments form input[type=text], .single_post #comments form input[type=email], .single_post #comments form textarea, .single_post #comments form input[type=url] {
  padding: 10px;
  width: 100%;
}
.single_post #comments form .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
  line-height: 28px;
}
.single_post #comments .comment-list {
  padding: 0;
  list-style: none;
}
.single_post #comments .comment-list li {
  margin-bottom: 18px;
}
.single_post #comments .comment-list li .comment-meta {
  text-align: left;
  margin-bottom: 5px;
}
.single_post #comments .comment-list li .comment-meta .vcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_post #comments .comment-list li .comment-meta .vcard img {
  width: 30px;
  border-radius: 50%;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.single_post #comments .comment-list li .comment-meta .vcard b.fn a {
  font-weight: 600;
}
.single_post #comments .comment-list li .comment-meta .comment-metadata {
  font-size: 14px;
  margin-left: 35px;
}
.single_post #comments .comment-list li .comment-meta .edit-link a {
  text-decoration: underline;
  font-weight: 500;
  color: blue;
}
.single_post #comments .comment-list li .comment-meta a {
  text-decoration: none;
  font-weight: 300;
}
.single_post #comments .comment-list li .comment-meta b.fn {
  font-size: 16px;
  margin-left: 10px;
}
.single_post #comments .comment-list li .comment-meta span.says {
  display: none;
}
.single_post #comments .comment-list .comment-reply-title {
  margin-left: 10px;
}
.single_post #comments .comment-list .comment-content {
  margin-left: 35px;
}
.single_post #comments .comment-list .comment-content p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
}
.single_post #comments .comment-list .reply {
  margin-left: 35px;
  font-size: 14px;
  margin-top: 8px;
}
.single_post #comments #respond .comment-reply-title {
  text-align: center;
}
.single_post #comments #respond #cancel-comment-reply-link {
  margin-left: 10px;
}
.single_post footer.entry-footer {
  display: none;
}

.notfound .page-title {
  text-align: center;
}
.notfound .page-content {
  text-align: center;
  margin: 60px 0 200px 0;
}
.notfound input[type=search] {
  padding: 10px;
  border: none;
  border-radius: 5px;
}
.notfound input[type=submit] {
  background-color: #004C6D;
  color: #FDFDFD;
  font-size: 19px;
  padding: 6px 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: 10px;
  -webkit-transition: ease all 1s;
  border: none;
  position: relative;
  top: 1px;
  margin-left: 8px;
  outline: none;
}

@media (min-width: 768px) {
  .price_table_slick {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .notfound input[type=submit] {
    display: block;
    margin: 12px auto 0 auto;
  }
  .blog h1 {
    font-size: 28px;
  }
  .blog .wrapBlog .item {
    display: block;
  }
  .blog .wrapBlog .item .featuredImage {
    max-width: 400px;
    margin: auto;
    margin-bottom: 30px;
  }
  .wrap-toggle {
    margin: 30px 0 0;
  }
  .wrap-toggle .duation_change label {
    font-size: 24px;
  }
  .price_table_slick.slick-slider {
    margin-top: 15px;
    padding: 0 15px;
  }
  .price_table_slick.slick-slider .noplans {
    padding-bottom: 100px;
  }
  .price_table_slick.slick-slider .slick-arrow {
    cursor: pointer;
  }
  .price_table_slick.slick-slider .slick-arrow.slick-prev {
    top: 80px;
    left: 15px;
    position: absolute;
    z-index: 9;
  }
  .price_table_slick.slick-slider .slick-arrow.slick-prev img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .price_table_slick.slick-slider .slick-arrow img {
    width: 40px;
    border: 2px solid #0c173b;
    padding: 5px;
    border-radius: 50%;
  }
  .price_table_slick.slick-slider .slick-arrow.slick-next {
    position: absolute;
    top: 80px;
    right: 15px;
  }
  .price_table_slick.slick-slider table {
    margin: auto;
    padding-bottom: 30px;
    width: 100%;
    table-layout: fixed;
  }
  .price_table_slick.slick-slider table .amount {
    font-size: clamp(1.4rem, 1.5625vw, 30px);
    margin: 8px 0;
  }
  .price_table_slick.slick-slider table .discount {
    font-weight: normal;
  }
  .price_table_slick.slick-slider table .siteBtn {
    margin-top: 15px;
  }
  .price_table_slick tbody small {
    font-size: 14px;
    color: #004C6D;
    width: 100%;
  }
  .price_table_slick tbody tr td:nth-child(2) {
    text-align: center;
  }
  .price_table_slick tbody tr.heading_label + tr td {
    border-top: none;
  }
  .entry-title {
    font-size: 24px !important;
  }
  .woocommerce-checkout h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .headerInn {
    padding: 15px 0;
  }
  .headerInn .tagLine {
    display: none !important;
  }
  .headerInn .logoCon .logo img {
    width: 82px !important;
  }
  .container {
    padding: 0 15px !important;
  }
}/*# sourceMappingURL=pricing.css.map */