body {
  font-family: "Inter", sans-serif;
}

.convo-checkout {
  background: white;
  border-radius: 0px;
  padding: 50px 0px;
}
.convo-checkout label {
  color: #5F6368;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.convo-checkout .form-control {
  border-radius: 8px !important;
  border: 1px solid #D0D0D0 !important;
}
.convo-checkout .form-control::-moz-placeholder {
  color: #7C7C7C;
  text-align: center;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.convo-checkout .form-control::placeholder {
  color: #7C7C7C;
  text-align: center;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.convo-checkout .form-control:focus {
  box-shadow: none;
}
.convo-checkout #subscrFrm .form-group label {
  color: #5F6368;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.convo-checkout .convo-logo {
  max-width: 250px;
  margin-bottom: 56px;
}
.convo-checkout .titlelogo-box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 100px;
}
.convo-checkout .titlelogo-box .title-head {
  text-align: center;
  margin: 0 auto;
}
.convo-checkout .titlelogo-box .title-head h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #00769D;
  margin-bottom: 8px;
  margin-top: 6px;
}
.convo-checkout .titlelogo-box .title-head h3 {
  color: #5F6368;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
}
.convo-checkout .titlelogo-box .convo-logo {
  max-width: 275px;
  height: 40px;
  width: 100%;
}
.convo-checkout .checkout-formbox {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #676767;
  margin-bottom: 5px;
  margin-right: 24px;
}
.convo-checkout .checkout-formbox #paypal-form .form-control {
  width: 100%;
  height: 36px;
  border: 1px solid #000000;
  border-radius: 5px;
  background-color: transparent;
  color: black;
  font-size: 14px;
}
.convo-checkout .checkout-formbox #payment_selection_box label {
  margin: 18px 0px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #676767;
}
.convo-checkout .checkout-formbox #payment_selection_box label img {
  width: 100%;
  min-width: 60px;
  height: auto;
  min-height: auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  margin-left: 6px;
}
.convo-checkout .checkout-formbox #payment_selection_box .payemt-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.convo-checkout .checkout-formbox #payment_selection_box {
  width: 50%;
  float: left;
}
.convo-checkout .checkout-formbox #coupon_box {
  float: right;
  width: 50%;
}
.convo-checkout .checkout-formbox .payemt-checkbox label {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #676767 !important;
  margin: 0px !important;
  padding-left: 4px;
}
.convo-checkout .checkout-formbox #coupon_box label {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #676767;
}
.convo-checkout .checkout-formbox .promobox {
  overflow: auto;
  border-radius: 4px 0px 0px 4px;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
}
.convo-checkout .checkout-formbox #promo_message {
  margin-top: 2px;
  display: block;
  font-size: 12px !important;
}
.convo-checkout .checkout-formbox .promobox .form-control {
  border: none !important;
}
.convo-checkout .checkout-formbox .promobox button {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  width: auto;
  display: flex;
  justify-content: center;
  border: 1px solid #D0D0D0;
  border-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
  background-color: #00769D;
  align-items: center;
  border-radius: 0px 4px 4px 0px;
  width: 100px;
}
.convo-checkout .checkout-formbox #stripe-payment-modal .panel-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #676767;
  margin: 20px 0px;
}
.convo-checkout .checkout-formbox #subscrFrm .form-group #card-element {
  border: 1px solid #000000;
  border-radius: 5px;
  background-color: transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: black;
  padding: 0px 10px;
}
.convo-checkout .checkout-formbox #subscrFrm .form-group input {
  width: 100%;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 5px;
  background-color: transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: black;
}
.convo-checkout .checkout-formbox #submitBtn {
  width: 100%;
  height: 38px;
  border: 1px solid transparent;
  cursor: pointer;
  margin-top: 10px;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  background-color: #17B556;
  border-radius: 3px;
}
.convo-checkout .checkout-formbox .form-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.convo-checkout .checkout-formbox .form-checkbox .form-check {
  margin-right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.convo-checkout .checkout-formbox .form-checkbox .form-check .cinput {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.convo-checkout .checkout-formbox .form-checkbox .form-check .cinput:focus {
  box-shadow: none;
  outline: none;
}
.convo-checkout .checkout-formbox .form-checkbox .form-check .form-check-label {
  margin: 0px;
  white-space: nowrap;
  position: relative;
  top: 1px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #676767;
}
.convo-checkout .checkout-planbox {
  padding: 16px;
  position: relative;
  overflow-x: inherit;
  border-radius: 16px;
  border: 1px solid #D0D0D0;
}
.convo-checkout .checkout-planbox h2 {
  color: #464342;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  position: absolute;
  top: -38px;
}
.convo-checkout .checkout-planbox .summary_top {
  border-radius: 8px;
  background: #F9F9F9;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
  padding: 16px;
  margin-bottom: 16px;
}
.convo-checkout .checkout-planbox .summary_top .summary-box h3 {
  color: #464342;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
}
.convo-checkout .checkout-planbox .summary_bottom {
  margin-bottom: 0px;
}
.convo-checkout .checkout-planbox .summary_bottom .playtype-wholebox .planbox {
  display: flex;
  justify-content: space-between;
}
.convo-checkout .checkout-planbox .summary_bottom .playtype-wholebox .planbox span {
  color: #5F6368;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.convo-checkout .checkout-planbox .summary_bottom .playtype-wholebox .planbox span strong {
  color: #464342;
  margin: 4px 0px;
  display: block;
}
.convo-checkout .checkout-planbox .summary-box h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #00769d;
  margin: 0px;
}
.convo-checkout .checkout-planbox .summary-box .plan-product {
  margin: 10px 0px;
}
.convo-checkout .checkout-planbox .summary-box .plan-product img {
  max-width: 276px;
  height: 94px;
  width: 100%;
}
.convo-checkout .checkout-planbox .summary-box p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: 100%;
  color: #4F4F4F;
  margin-bottom: 24px;
}
.convo-checkout .checkout-planbox .summary-box p br {
  display: none;
}
.convo-checkout .checkout-planbox .card {
  border: none;
  background-color: transparent;
  position: initial;
}
.convo-checkout .checkout-planbox .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0px;
}
.convo-checkout .checkout-planbox .card .card-header h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #00769d;
  margin-bottom: 9px !important;
}
.convo-checkout .checkout-planbox .card .card-header .money-back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 25%;
}
.convo-checkout .checkout-planbox .card .selected-plan-info {
  padding: 0px 0px;
}
.convo-checkout .checkout-planbox .card .selected-plan-info span {
  color: #464342;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: block;
}
.convo-checkout .checkout-planbox .card .selected-plan-info #checkout_pricing_box #org_price {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: line-through;
  color: black;
}
.convo-checkout .checkout-planbox .card .selected-plan-info #checkout_pricing_box #org_price ::after {
  display: none;
}
.convo-checkout .checkout-planbox .card .selected-plan-info #initial_discount {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.convo-checkout .checkout-planbox .card .selected-plan-info #offered_price {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #00769d;
  margin: 10px 0px;
  display: flex;
}
.convo-checkout .checkout-planbox .card .selected-plan-info #offered_price .text-muted {
  color: #00769d !important;
  font-size: 14px !important;
  position: relative;
  top: 4px;
}
.convo-checkout .checkout-planbox .card .selected-plan-info .pricing-card-title {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #00769d;
  margin: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.convo-checkout .checkout-planbox .card .selected-plan-info .pricing-card-title .text-muted {
  color: #00769d !important;
  font-size: 14px !important;
  position: relative;
  top: 4px;
}
.convo-checkout .checkout-planbox .card .selected-plan-info .list-unstyled {
  margin-top: 8px !important;
  margin-bottom: 0px !important;
  position: relative;
  max-height: 193px;
  overflow: auto;
  padding-right: 10px;
}
.convo-checkout .checkout-planbox .card .selected-plan-info .list-unstyled span {
  padding-left: 24px !important;
}
.convo-checkout .checkout-planbox .card .selected-plan-info .list-unstyled li {
  padding-left: 26px;
  position: relative;
  color: #4F4F4F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 8px;
}
.convo-checkout .checkout-planbox .card .selected-plan-info .list-unstyled li::after {
  content: url("../images/list-items.png");
  position: absolute;
  top: 0;
  left: 0;
}
.convo-checkout .checkout-planbox .card .selected-plan-info .tvc_price_cancel span:after {
  display: none;
}
.convo-checkout .checkout-planbox .card .selected-plan-info .tvc_price_cancel #offered_price {
  text-decoration: line-through;
  font-size: 26px !important;
  margin: 0px !important;
}
.convo-checkout .checkout-planbox .card .selected-plan-info .tvc_price_cancel {
  display: inline-block;
}
.convo-checkout .checkoutform_top {
  border-radius: 16px;
  border: 1px solid #D0D0D0;
  padding: 16px 8px;
  margin-bottom: 64px;
  width: 100%;
  display: inline-table;
  position: relative;
}
.convo-checkout .checkoutform_top .checkoutform_box_heading {
  color: #00769D;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  padding-left: 15px;
  margin-bottom: 8px;
  position: absolute;
  top: -31px;
  padding: 0px 0px;
  left: 16px;
  line-height: 1;
}
.convo-checkout .checkoutform_top .form-group {
  padding: 0px 8px;
}
.convo-checkout .checkoutform_bottom {
  border-radius: 16px;
  border: 1px solid #D0D0D0;
  padding: 30px 8px;
  width: 100%;
  display: inline-table;
  border-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  transition: all 0.3s ease;
}
.convo-checkout .checkoutform_bottom .checkoutform_box_heading {
  color: #00769D;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  padding-left: 15px;
  margin-bottom: 8px;
  position: absolute;
  top: -31px;
  padding: 0px 0px;
  left: 16px;
  line-height: 1;
}
.convo-checkout .checkoutform_bottom .form-group {
  padding: 0px 8px;
}
.convo-checkout .stripe-paymentbox {
  border-radius: 16px;
  border: 1px solid #D0D0D0;
  padding: 0px 16px;
  margin-bottom: 10px;
  border-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-bottom: 30px;
}
.convo-checkout .stripe-paymentbox #subscrFrm .card-holder {
  width: 48%;
  float: left;
}
.convo-checkout .stripe-paymentbox #subscrFrm .email-holder {
  width: 50%;
  float: right;
}
.convo-checkout .moneyback-box {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.convo-checkout .moneyback-box a {
  padding: 8px 8px;
}

.page-template-checkoutnew-page-template .elementor-location-header {
  display: none;
}
.page-template-checkoutnew-page-template .elementor-location-footer {
  display: none;
}

.loader-section {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5411764706);
}
.loader-section img {
  min-width: 50px;
  width: 50px;
}

.thankyou-page h2 {
  color: #464342;
  text-align: center;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.thankyou-page p {
  color: #464342;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
}
.thankyou-page p strong {
  font-weight: 500;
}
.thankyou-page h5 {
  color: #464342;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  margin-bottom: 8px;
}
.thankyou-page .checkout-formbox .paypal-message-box .purchase-info {
  border-radius: 16px;
  background-color: #00769D;
  color: white;
  padding: 16px 16px;
  margin-bottom: 32px;
}
.thankyou-page .checkout-formbox .paypal-message-box .purchase-info ul {
  padding: 0px;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.thankyou-page .checkout-formbox .paypal-message-box .purchase-info ul li {
  width: 50%;
  margin: 6px 0px;
}
.thankyou-page .checkout-formbox .paypal-message-box .purchase-info ul li label {
  display: flex;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0px;
}
.thankyou-page .checkout-formbox .paypal-message-box .purchase-info ul li span {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.thankyou-page .checkout-formbox .paypal-message-box ol li {
  color: #464342;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.thankyou-page .checkout-formbox .paypal-message-box ol li .licence_key {
  margin: 32px 0px;
}
.thankyou-page .checkout-formbox .paypal-message-box ol li .licence_key label {
  display: block;
  text-align: left;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  color: #464342;
}
.thankyou-page .checkout-formbox .paypal-message-box ol li .licence_key span {
  border-radius: 4px;
  border: 2px dashed #00769D;
  width: 100%;
  display: block;
  padding: 10px;
  color: #5F6368;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
  letter-spacing: 1.6px;
}
.thankyou-page .checkout-formbox .paypal-message-box ol li a {
  color: #1E66D2;
  text-decoration: none;
}

.scrollbar-tab {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.scrollbar-tab ::-webkit-scrollbar {
  width: 4px;
}
.scrollbar-tab ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
}
.scrollbar-tab ::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}
.scrollbar-tab ::-webkit-scrollbar-thumb:hover {
  background: grey;
}

.page-template-thankyounew-page-template .moneyback-box {
  display: none;
}
.page-template-thankyounew-page-template .convo-checkout .checkout-formbox {
  margin-top: -40px;
}

@media screen and (max-width: 1440px) {
  .convo-checkout .checkout-formbox #payment_selection_box .payemt-checkbox #paypal_box {
    padding: 0px 10px !important;
  }
  .thankyou-page .checkout-formbox .paypal-message-box .purchase-info ul li span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .convo-checkout .titlelogo-box .title-head h2 {
    font-size: 28px;
  }
  .convo-checkout .titlelogo-box .convo-logo {
    max-width: 190px;
  }
  .convo-checkout .checkout-formbox .form-checkbox {
    margin-top: 7px;
    margin-bottom: 5px;
  }
  .convo-checkout .checkout-formbox #paypal-form .form-control,
  .convo-checkout .checkout-formbox #subscrFrm .form-group input {
    line-height: 18px;
  }
  .convo-checkout .form-group {
    width: 100% !important;
  }
  .convo-checkout .checkout-planbox .summary-box .plan-product img {
    max-width: 194px;
    height: 65px;
    width: 100%;
  }
  .convo-checkout .checkout-formbox #stripe-payment-modal .panel-title {
    font-size: 17px;
  }
  .convo-checkout {
    padding: 22px 0px 40px;
  }
  .convo-checkout .checkout-planbox .card .selected-plan-info #offered_price {
    font-size: 25px;
    line-height: 20px;
  }
  .convo-checkout .checkout-planbox .card .selected-plan-info .tvc_price_cancel #offered_price {
    font-size: 22px !important;
  }
  .convo-checkout .checkout-planbox .card .selected-plan-info .pricing-card-title {
    font-size: 25px;
    line-height: 30px;
  }
  .convo-checkout .checkout-planbox .summary-box p {
    font-size: 16px;
  }
  .convo-checkout .checkout-planbox .card .card-header h4 {
    font-size: 22px;
  }
  .convo-checkout .checkout-formbox #payment_selection_box label,
  .convo-checkout .checkout-formbox #stripe-payment-modal .panel-title {
    font-size: 18px;
    line-height: 13px;
    margin: 16px 0px;
  }
  .convo-checkout .checkout-formbox #submitBtn {
    margin-top: 0px;
  }
  .convo-checkout .checkout-formbox #subscrFrm .form-group label {
    font-size: 14px;
  }
  .convo-checkout .checkout-formbox #payment_selection_box .payemt-checkbox #paypal_box {
    padding: 0px 40px !important;
  }
}
@media screen and (max-width: 991px) {
  .convo-checkout .checkout-planbox {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .convo-checkout .checkout-formbox .form-checkbox .form-check .form-check-label {
    font-size: 14px;
    white-space: pre-line;
  }
  .convo-checkout .checkout-formbox .form-checkbox .form-check .cinput {
    width: 25px;
    height: 19px;
  }
  .convo-checkout .titlelogo-box {
    padding-bottom: 0px;
  }
  .convo-checkout .titlelogo-box .title-head {
    margin-bottom: 60px;
  }
  .convo-checkout .titlelogo-box .title-head h2 {
    font-size: 22px;
    line-height: 38px;
  }
  .convo-checkout .titlelogo-box .title-head h3 {
    font-size: 17px;
  }
  .convo-checkout .titlelogo-box .convo-logo {
    max-width: 200px;
  }
  .convo-checkout .checkout-planbox .summary-box .plan-product img {
    max-width: 198px;
  }
  .convo-checkout .checkout-planbox .summary-box p {
    font-size: 15px;
  }
  .convo-checkout .checkout-planbox .summary-box h2 {
    font-size: 22px;
  }
  .convo-checkout {
    padding: 40px 0px 40px;
  }
  .convo-checkout .convo-logo {
    max-width: 50%;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 40px;
  }
  .convo-checkout .checkoutform_box_heading {
    font-size: 18px !important;
  }
  .convo-checkout .checkout-planbox h2 {
    font-size: 18px !important;
  }
  .thankyou-page .checkout-formbox .paypal-message-box .purchase-info ul li {
    width: 100%;
  }
  .thankyou-page .checkout-formbox .paypal-message-box ol li .licence_key span {
    font-size: 13px;
    padding: 0px 0px;
  }
  .thankyou-page .checkout-formbox .paypal-message-box ol li .licence_key label {
    font-size: 18px;
  }
  .thankyou-page h5,
  .thankyou-page h2 {
    font-size: 20px;
  }
  .convo-checkout .checkout-formbox {
    margin-right: 0px;
  }
  .thankyou-page .checkout-formbox .paypal-message-box .purchase-info ul li span {
    font-size: 14px;
  }
  .convo-checkout .checkout-planbox .summary_top .summary-box h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .convo-checkout .titlelogo-box .convo-logo {
    max-width: 150px;
  }
  .convo-checkout .checkout-planbox .summary-box h2 {
    font-size: 16px;
  }
  .convo-checkout .checkout-planbox .summary-box .plan-product {
    margin: 0px 0px;
  }
  .convo-checkout .checkout-formbox .form-checkbox {
    margin-top: 0px;
  }
  .convo-checkout .checkout-planbox .card .selected-plan-info .list-unstyled li::after {
    position: absolute;
    top: 2px;
  }
  .convo-checkout .checkout-formbox #payment_selection_box label,
  .convo-checkout .checkout-formbox #stripe-payment-modal .panel-title {
    font-size: 18px;
  }
}/*# sourceMappingURL=payment.css.map */