.bb_form .form-container {
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #e8e4e4;
  border-radius: 8px;
}

.bb_form .mt_1 {
  margin-top: 12px;
}

.bb_form .mt_2 {
  margin-top: 24px;
}
.bb_form .pb_0 {
  padding-bottom: 0px !important;
}

.bb_form  .txt_center{
  text-align: center;
}

.bb_form hr{
  margin-bottom: 12px;
}

.bb_form  .content_center{
  justify-content: center;
  display: flex;
}

.bb_error , .clearent-payment-errors {
  color: red !important;
  padding: 5px 0px;
  font-size: 13px;
}

.bb_form h3,
.bb_form .form-group label , .bb_form#subscription_details label, .bb_form #subscription_details li{
  color: #0A0A0A;
  
}

.bb_form #subscription_details li{
  font-size: 16px;
  padding-bottom: 6px;
}

#subscription_details .product_title{
 font-size: 24px;
 font-weight: 500;
 color: #0A0A0A;
}

#subscription_details h4,#subscription_details h5, #subscription_details h6{
  padding-bottom:10px;
  font-weight: 600;
} 

.form-group label {
  font-size: 16px;
}

body .bb_form h3 {
  font-size: 32px;
  font-weight: 400;
  color: #38619E;
}

.bb_form h2 {
  text-align: center;
}

.bb_form .form-group {
  margin-bottom: 15px;
}

.bb_form .form-group input {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #C1C1C1;
  border-radius: 4px;
}

.bb_form .form-group input[type="submit"] {
  background-color: #4CAF50;
  color: white;
  cursor: pointer;
}

.bb_form .form-group input[type="submit"]:hover {
  background-color: #45a049;
}

.bb_form .form-container-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 20px;
  /* max-width: 900px; */
  margin: 0 auto;
}

.bb_form .grid-container2 {
  height: 99%;
}

#cust_info_form .disabled {
  pointer-events: none;
  opacity: 0.5;
}


.bb_form .form-container .form-group input {
  border-radius: 8px;
}


.bb_form .card-type {
  width: 100%;
}


.bb_form .form-group .submitForm2 ,.bb_form .form-group .cust_info_form ,.bb_form .form-group .cust_info_form_landing{
  background-color: #5378F2;
  color: white;
  width: 50%;
  margin: auto;
  float: none;
  border: 1px solid #2D68FF52;
}


.bb_form .txt-left{
 text-align: left;
}
/* / Loader styles / */
.bb_form .loader {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  
}

/* / Inner circle for the loader / */
.bb_form .loader-inner {
  border: 8px solid #C1C1C1;
  border-top: 8px solid #5378F2;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}
/* Spinner animation */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#phone {
  width: 100%; /* or whatever suits your design */
  box-sizing: border-box;
}
.iti {
  width: 100%;
}



/* start of stepper css */
.vertical-stepper {
  padding: 10px;
  width: 220px;
  position: relative;
}

.step {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
}

.step:last-child {
  margin-bottom: 0;
}

.step::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 4px;
  height: calc(100% + 12px);
  background-color: #ccc;
  z-index: 0;
}

.step:last-child::after {
  display: none;
}

.circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  border-radius:50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  color: #424242;
  z-index: 1;
  border:
2px solid #CCC;
}

.completed .circle {
  background-color: #9DE0B0;
  border: 2px solid #8AC98A;
}

.completed .circle span {
  font-size: 18px;
}

.current .circle {
  background-color: #e6f0ff;
  border: 2px solid #0066ff;
  color: #0066ff;
}

.label {
  font-size: 14px;
  color: #333;
  padding-top: 6px;
}

.bold {
  font-weight: bold;
}
.stepper {
  padding: 20px 10px;
  border-radius: 4px;
  width: 200px;
}
.form-container-grid .bb_form .stepper_container{
  padding-left: 0px;
  padding-right: 0px;
}
/* end of steeper css*/




/* / Spin animation / */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
.bb_form *{
  font-family: Roboto !important;
}
.bb_form .txt_color{
  color: #0A0A0A;
}

.bb_form .txt_color_dark_blue{
  color: #05295E;
}

.bb_form .link_color{
  color: #0C6CEA;
}

.bb_form .font_mid{
 font-size: 16px;
}

.check-circle{
  background:#9DE0B0;
  width: 100px;
  height: 100px;
  font-size: 48px;
  border-radius:50%;
  text-align: center;
  padding-top: 14px;
  color: #05295E;
}

.warn-circle{
  background-color: #D3E2FF !important;
}
.bb_form .form-group .payment_back_btn{
  width: 45%;
  margin-right: 5%;
  background-color: #5378F2;
  color: white;
  width: 50%;
  border: 1px solid #2D68FF52;
}


@media (max-width: 856px) {
  button, input[type="button"], input[type="reset"], input[type="submit"]{
    padding: 7px 10px !important;
  }
  
  .tsite_contin_grid, .stepper_container, .product_content_ul, .subscription_details h5 {
    display: none;
  }

  .grid_domain, .bb_form .form-container-grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
  }

  .subscription_details {
    order: 1;
  }
  #cust_card_detail_form , #cust_info_form{
    order: 2;
  }

  .bb_form{
    margin-bottom: 42px;
  }

  #msform fieldset{
    padding: 24px 10px !important;
  }

}

.grecaptcha-badge {
  z-index: 9999 !important;
}
