@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.container-custom {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
}
@media (max-width: 1679px) {
  .container-custom {
    max-width: 1360px;
  }
}
@media (max-width: 1441px) {
  .container-custom {
    max-width: 1200px;
  }
}
@media (max-width: 1281px) {
  .container-custom {
    max-width: 1100px;
  }
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
@media (max-width: 1679px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 1281px) {
  body {
    font-size: 13px;
  }
}

.social {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .social {
    justify-content: center;
  }
}
.social li {
  list-style: none;
}
.social li + li {
  margin-left: 5px;
}
.social li a {
  padding: 5px;
  background-color: #2B7FDE;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}
.social li a img {
  width: 50%;
  height: 50%;
  object-fit: contain;
}

.payment-banner {
  background-image: url("../img/banner-payment.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 351px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1679px) {
  .payment-banner {
    height: 300px;
  }
}
@media (max-width: 1481px) {
  .payment-banner {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .payment-banner {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .payment-banner {
    height: 180px;
  }
}
.payment-banner .lt-sec {
  font-family: tx;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  width: 47%;
}
@media (max-width: 1679px) {
  .payment-banner .lt-sec {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1481px) {
  .payment-banner .lt-sec {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 1199px) {
  .payment-banner .lt-sec {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .payment-banner .lt-sec {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .payment-banner .lt-sec {
    width: 80%;
    font-size: 22px;
    line-height: 32px;
  }
}

.payment-form {
  padding-top: 50px;
  padding-bottom: 120px;
}
@media (max-width: 1679px) {
  .payment-form {
    padding-bottom: 100px;
  }
}
@media (max-width: 1481px) {
  .payment-form {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .payment-form {
    padding-bottom: 70px;
  }
}
.payment-form .payment-inner {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .payment-form .payment-inner {
    flex-wrap: wrap;
  }
}
.payment-form .payment-inner .lft-content-sec {
  letter-spacing: 0px;
  color: #000000;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  width: 48%;
}
@media (max-width: 1679px) {
  .payment-form .payment-inner .lft-content-sec {
    font-size: 14px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .payment-form .payment-inner .lft-content-sec {
    font-size: 13px;
    line-height: 29px;
  }
}
@media (max-width: 767px) {
  .payment-form .payment-inner .lft-content-sec {
    width: 100%;
  }
}
.payment-form .payment-inner .lft-content-sec span {
  font-weight: 600;
}
.payment-form .payment-inner .rt-content-sec {
  width: 692px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 13px 18px 33px rgba(0, 0, 0, 0.1019607843);
  border-radius: 25px;
  opacity: 1;
  padding: 46px 36px;
  margin-top: -270px;
  position: relative;
  z-index: 999;
  min-height: 538px;
}
@media (max-width: 1679px) {
  .payment-form .payment-inner .rt-content-sec {
    padding: 36px 26px;
    width: 600px;
    min-height: 500px;
  }
}
@media (max-width: 1481px) {
  .payment-form .payment-inner .rt-content-sec {
    padding: 26px 16px;
    width: 500px;
    min-height: 450px;
    margin-top: -206px;
  }
}
@media (max-width: 1199px) {
  .payment-form .payment-inner .rt-content-sec {
    width: 450px;
    min-height: 400px;
  }
}
@media (max-width: 991px) {
  .payment-form .payment-inner .rt-content-sec {
    width: 375px;
  }
}
@media (max-width: 767px) {
  .payment-form .payment-inner .rt-content-sec {
    width: 100%;
    min-height: unset;
    max-width: 100%;
    margin-top: 0;
    padding: 20px;
    z-index: 1;
  }
}
.payment-form .payment-inner .rt-content-sec .nav-tabs {
  border: none;
  padding-bottom: 23px;
}
.payment-form .payment-inner .rt-content-sec .nav-tabs .nav-link.active {
  border: none;
}
.payment-form .payment-inner .rt-content-sec .nav-tabs .nav-item {
  width: 50%;
  background: #F9FCFF 0% 0% no-repeat padding-box;
  margin-right: -20px;
  border-radius: 16px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1679px) {
  .payment-form .payment-inner .rt-content-sec .nav-tabs .nav-item {
    height: 56px;
  }
}
@media (max-width: 1481px) {
  .payment-form .payment-inner .rt-content-sec .nav-tabs .nav-item {
    height: 46px;
  }
}
.payment-form .payment-inner .rt-content-sec .nav-tabs .nav-item button {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 16px;
  letter-spacing: 0px;
  color: #000;
  font-size: 20px;
  line-height: 42px;
  font-family: "Poppins", sans-serif;
  border: 1px solid #2991FC;
}
@media (max-width: 1679px) {
  .payment-form .payment-inner .rt-content-sec .nav-tabs .nav-item button {
    font-size: 16px;
    line-height: 38px;
  }
}
@media (max-width: 1481px) {
  .payment-form .payment-inner .rt-content-sec .nav-tabs .nav-item button {
    font-size: 14px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .payment-form .payment-inner .rt-content-sec .nav-tabs .nav-item button {
    font-size: 14px;
    line-height: 34px;
  }
}
.payment-form .payment-inner .rt-content-sec .nav-tabs .nav-item button.active {
  background: #2991FC 0% 0% no-repeat padding-box !important;
  color: #fff !important;
}
.payment-form .payment-inner .rt-content-sec .form-sec .form-control {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D4E7F9;
  border-radius: 34px;
  height: 68px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  line-height: 38px;
  font-family: "Poppins", sans-serif;
  padding-left: 30px;
}
.payment-form .payment-inner .rt-content-sec .form-sec .form-control:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 1679px) {
  .payment-form .payment-inner .rt-content-sec .form-sec .form-control {
    font-size: 16px;
    line-height: 36px;
    height: 50px;
  }
}
@media (max-width: 1481px) {
  .payment-form .payment-inner .rt-content-sec .form-sec .form-control {
    font-size: 14px;
    line-height: 34px;
    height: 40px;
    padding-left: 20px;
  }
}
.payment-form .payment-inner .rt-content-sec .form-sec .form-control::placeholder {
  color: #AEB3BA;
  font-weight: 500;
  font-size: 18px;
  line-height: 38px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1679px) {
  .payment-form .payment-inner .rt-content-sec .form-sec .form-control::placeholder {
    font-size: 14px;
    line-height: 36px;
  }
}
@media (max-width: 1481px) {
  .payment-form .payment-inner .rt-content-sec .form-sec .form-control::placeholder {
    font-size: 14px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .payment-form .payment-inner .rt-content-sec .form-sec .form-control::placeholder {
    font-size: 12px;
  }
}
.payment-form .payment-inner .rt-content-sec .form-sec .form-select {
  height: 68px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D4E7F9;
  border-radius: 34px;
  font-weight: 500;
  font-size: 18px;
  padding-left: 30px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../img/arrow-select.svg") no-repeat right 10px center;
  background-size: 12px;
  padding-right: 30px;
}
.payment-form .payment-inner .rt-content-sec .form-sec .form-select:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 1679px) {
  .payment-form .payment-inner .rt-content-sec .form-sec .form-select {
    font-size: 14px;
    height: 50px;
  }
}
@media (max-width: 1481px) {
  .payment-form .payment-inner .rt-content-sec .form-sec .form-select {
    font-size: 14px;
    height: 40px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .payment-form .payment-inner .rt-content-sec .form-sec .form-select {
    font-size: 12px;
  }
}
.payment-form .payment-inner .rt-content-sec .form-sec .submit-btn {
  height: 66px;
  background: #2991FC 0% 0% no-repeat padding-box;
  border: 1px solid #2991FC;
  border-radius: 16px;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 38px;
  font-weight: 500;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 1679px) {
  .payment-form .payment-inner .rt-content-sec .form-sec .submit-btn {
    font-size: 16px;
    line-height: 36px;
    height: 56px;
  }
}
@media (max-width: 1481px) {
  .payment-form .payment-inner .rt-content-sec .form-sec .submit-btn {
    font-size: 14px;
    line-height: 34px;
    height: 46px;
  }
}
.payment-form .payment-inner .rt-content-sec .amount-buttons, .payment-form .payment-inner .rt-content-sec .monthly-amount-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.payment-form .payment-inner .rt-content-sec .amount-buttons .btn-outline-primary, .payment-form .payment-inner .rt-content-sec .monthly-amount-buttons .btn-outline-primary {
  height: 76px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D4E7F9;
  border-radius: 40px;
  font-weight: 600;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: 38px;
  letter-spacing: 0px;
  color: #2991FC;
  margin-top: 10px;
  margin-bottom: 10px;
  width: calc(33.3333333333% - 10px);
}
@media (max-width: 1679px) {
  .payment-form .payment-inner .rt-content-sec .amount-buttons .btn-outline-primary, .payment-form .payment-inner .rt-content-sec .monthly-amount-buttons .btn-outline-primary {
    font-size: 16px;
    line-height: 36px;
    height: 55px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: calc(33.3333333333% - 10px);
  }
}
@media (max-width: 1481px) {
  .payment-form .payment-inner .rt-content-sec .amount-buttons .btn-outline-primary, .payment-form .payment-inner .rt-content-sec .monthly-amount-buttons .btn-outline-primary {
    font-size: 14px;
    line-height: 34px;
    height: 45px;
  }
}
@media (max-width: 1060px) {
  .payment-form .payment-inner .rt-content-sec .amount-buttons .btn-outline-primary, .payment-form .payment-inner .rt-content-sec .monthly-amount-buttons .btn-outline-primary {
    width: calc(33.3333333333% - 10px);
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .payment-form .payment-inner .rt-content-sec .amount-buttons .btn-outline-primary, .payment-form .payment-inner .rt-content-sec .monthly-amount-buttons .btn-outline-primary {
    width: calc(25% - 10px);
    justify-content: center;
  }
}
@media (max-width: 579px) {
  .payment-form .payment-inner .rt-content-sec .amount-buttons .btn-outline-primary, .payment-form .payment-inner .rt-content-sec .monthlyamount-buttons .btn-outline-primary {
    width: calc(33.3333333333% - 10px);
    justify-content: center;
  }
}
.payment-form .payment-inner .rt-content-sec .btn-sec {
  display: flex;
  align-items: center;
  justify-content: center;
/*   margin-top: 30px; */
}
.payment-form .payment-inner .rt-content-sec .btn-sec .payment-btn {
  width: 324px;
  height: 66px;
  background-color: #fff;
  border: 1px solid #2991FC;
  border-radius: 16px;
  font-size: 20px;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #06192C;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1679px) {
  .payment-form .payment-inner .rt-content-sec .btn-sec .payment-btn {
    font-size: 16px;
    line-height: 36px;
    height: 56px;
  }
}
@media (max-width: 1481px) {
  .payment-form .payment-inner .rt-content-sec .btn-sec .payment-btn {
    font-size: 14px;
    line-height: 34px;
    height: 46px;
  }
}
.payment-form .payment-inner .rt-content-sec .btn-sec .payment-btn .crdit-img {
  margin-right: 16px;
}
.payment-form .payment-inner .rt-content-sec .btn-sec .payment-btn .crdit-img img {
  height: 28px;
}
@media (max-width: 1679px) {
  .payment-form .payment-inner .rt-content-sec .btn-sec .payment-btn .crdit-img img {
    height: 20px;
  }
}
@media (max-width: 1481px) {
  .payment-form .payment-inner .rt-content-sec .btn-sec .payment-btn .crdit-img img {
    height: 18px;
  }
}
.payment-form .payment-inner .rt-content-sec .title {
  letter-spacing: 0px;
  color: #2991FC;
  font-size: 26px;
  line-height: 42px;
  font-weight: 600;
  padding-bottom: 25px;
}
@media (max-width: 1679px) {
  .payment-form .payment-inner .rt-content-sec .title {
    font-size: 21px;
    line-height: 36px;
  }
}
@media (max-width: 1481px) {
  .payment-form .payment-inner .rt-content-sec .title {
    font-size: 18px;
    line-height: 34px;
  }
}
@media (max-width: 1199px) {
  .payment-form .payment-inner .rt-content-sec .title {
    font-size: 16px;
  }
}
.subtitle {
    letter-spacing: 0px;
    font-size: 20px;
    line-height: 42px;
    font-weight: 600;
    padding-bottom: 25px;
}
@media (max-width: 1679px) {
  .subtitle {
    font-size: 21px;
    line-height: 36px;
  }
}
@media (max-width: 1481px) {
  .subtitle {
    font-size: 18px;
    line-height: 34px;
  }
}
@media (max-width: 1199px) {
  .subtitle {
    font-size: 16px;
  }
}
.payment-form .payment-inner .rt-content-sec .amount-buttons .btn-outline-primary.active, .payment-form .payment-inner .rt-content-sec .monthly-amount-buttons .btn-outline-primary.active {
	color: #ffffff !important;
	background: #2991FC !important;
	border: #2991FC !important;
}

/*# sourceMappingURL=payment.css.map */

/* Thank You Modal */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.thankyou-modal .modal-dialog {
  max-width: 671px;
}
.thankyou-modal .modal-dialog .modal-content {
  min-height: 490px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .thankyou-modal .modal-dialog .modal-content {
    min-height: 390px;
  }
}
.thankyou-modal .modal-dialog .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.thankyou-modal .modal-dialog .tick-img {
  padding-bottom: 16px;
}
.thankyou-modal .modal-dialog .tick-img img {
  width: 118px;
  height: 118px;
}
@media (max-width: 1679px) {
  .thankyou-modal .modal-dialog .tick-img img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .thankyou-modal .modal-dialog .tick-img img {
    width: 80px;
    height: 80px;
  }
}
.thankyou-modal .modal-dialog .modal-title {
  letter-spacing: 0px;
  color: #15355A;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  padding-bottom: 16px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1679px) {
  .thankyou-modal .modal-dialog .modal-title {
    font-size: 28px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1481px) {
  .thankyou-modal .modal-dialog .modal-title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .thankyou-modal .modal-dialog .modal-title {
    font-size: 22px;
    padding-bottom: 10px;
  }
}
.thankyou-modal .modal-dialog .content {
  letter-spacing: 0px;
  color: #15355A;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding-bottom: 30px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1679px) {
  .thankyou-modal .modal-dialog .content {
    font-size: 15px;
    padding-bottom: 20px;
  }
}
.thankyou-modal .modal-dialog .continue-btn {
  width: 186px;
  height: 60px;
  background: #1768BC 0% 0% no-repeat padding-box;
  border-radius: 229px;
  border: none;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: 27px;
  font-weight: 600;
}
@media (max-width: 1679px) {
  .thankyou-modal .modal-dialog .continue-btn {
    height: 50px;
  }
}
@media (max-width: 991px) {
  .thankyou-modal .modal-dialog .continue-btn {
    height: 45px;
    font-size: 16px;
  }
}
.thankyou-modal .modal-dialog .modal-content {
  border: none !important;
}
#subscribeError {
    color: red;
}

/*# sourceMappingURL=thankyou-modal.css.map */