.strip.strip-alt.dashboard form center {
    border: 0;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px;
    width: 640px;
    padding: 0;
    overflow: hidden;
    text-align: left;
}

.center-content .underline {
    display: none;
}

center.signup_heading {
    width: 550px;
    margin: 0 auto;
    text-align: left;
}

span.plan_info_header {
    font-feature-settings: 'dlig' on;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.48px;
}

center.signup_heading {
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
}




.signup_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Inter", sans-serif;
    border-radius: 6px;
    width: 640px;
    margin: 0 auto;
    color: #fff;
  }
  
  .signup_heading p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
  }
  
  .plan_info_header {
    font-size: 22px;
    font-weight: 600;
  }
  
  .cycle_pricing {
    display: flex !important;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    background: transparent !important;
  }
  
  .cycle_pricing a {
    text-decoration: none;
    color: #fff !important;
    transition: 0.3s;
  }

  .cycle_pricing a.selected {
    background: transparent !important;
  }
  
  .toggle-switch {
    position: relative;
    width: 45px;
    height: 22px;
    background: #00e654;
    border-radius: 25px;
    cursor: pointer;
  }
  
  .toggle-switch::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    background: black;
    border-radius: 50%;
    transition: 0.3s;
  }
  
  .toggle-switch.active::after {
    left: 26px;
  }

  .price-bg {
    background: #fff !important;
    width: 640px;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid #E4EBEF !important;
  }

table.price_td {
    width: 100%;
}

tr.tr-table {
    justify-content: space-between;
    align-items: flex-start;
    gap: 4px;
}

.btn-default {
    border: none !important;
}

tr.tr-table td {
    width: 33.333%;
}

.btn.btn-default {
    display: flex;
    gap: 4px;
    color: #2685F7;
}



.price table.price_td .discount {
    float: right;
    margin-top: 5px;
    border-radius: 50px !important;
}

.form_label.signup {
    text-align: left !important;
}

.login_form_fieldset.signup {
    width: 100% !important;
}

.strip.strip-alt.dashboard form center {
    background: transparent;
}

label.form_label.signup.login.header_label {
    float: left !important;
}

.strip.strip-alt.dashboard form center fieldset{
    border: 0;
    border-radius: 3px;
    padding: 0;
    text-align: left;
}

.strip.strip-alt.dashboard form fieldset .line {
    display: block;
    margin-bottom: 10px;
    padding: 5px 10px 0;
}

.modal-free, .modal-starter, .modal-basic, .modal-pro, .modal-proplus {
  top: auto;
}





.form_section {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  max-width: 700px;
  margin-top: 20px;
}

.form_heading {
  margin-bottom: 25px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
}

.form_row_two {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.form_group {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.form_group label {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 6px;
  color: #111827;
}

.form_group input {
  padding: 3px 0 3px 5px !important;
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  font-size: 14;
  color: #111827;
  background-color: #fff;
  outline: none;
  transition: border-color 0.2s;
  height: 40px;
}

.login_form_fieldset .form_label.signup, .visibility_hidden {
  width: auto !important;
}

select.state-select.form_input.select_box.sign_up {
  margin: 5px 1px 3px 0 !important;
  width: 100% !important;
  height: 40px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 5px !important;
}

.form_group input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 1px #2563eb;
}

.card_line {
  display: block !important;
  width: 100% !important;
}

select#country_code,
select#didYouHere {
  margin: 5px 1px 3px 0;
  padding: 3px 0 3px 3px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14;
  color: #757575;
  height: 40px;
}

.captcha_container {
  background: transparent !important;
  border: none !important;
  margin-bottom: 0 !important;
}

.strip.strip-alt.dashboard {
  background-color: #EEF1F4;
}

.login_form_fieldset {
  margin-top: 0 !important;
}

.signup_button_submit {
  margin-bottom: 50px;
  text-align: center;
}

.signup_heading p {
  padding: 0 !important;
}

.d-flex.align-items-center {
  font-size: 18px !important;
  color: #000 !important;
  font-weight: 600 !important;
}

.hero-signups-section {
  background: #02283e url(/site_images/Group-4297.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.strip {
  padding: 0 !important;
}

.center-content {
  margin-top: -350px !important;
}





.pricing-list {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
}

.pricing-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 18px;
  transition: 0.25s;
}

span.feature-svg {
  gap: 4px;
  display: flex;
}

.col-left, .col-middle, .col-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.col-left { width: 33.3%; }
.col-middle { width: 33.3%; justify-content: center; cursor: pointer; color:#2685F7; }
.col-right { width: 33.3%;  text-align:right; display: block; }

.plan-title { font-size: 18px; font-weight: 600; }

span.yearly_data.discount {
  background: #41EB2C;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
  width: fit-content;
  float: right;
  border-radius: 50px;
  margin-top: 5px;
}

span.yearly-price {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

span.monthly-price {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.col-middle span {
  font-size: 14px;
  font-weight: 600;
}

.popular-badge {
  text-align: center;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(238deg, #14A1FF 42.86%, #2982F6 69.45%);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
}

.plan-chip-wrap {
  border-radius: 8px;
  border: 1px dashed #2DAAFF;
}

.payment_trust_badges {
  justify-content: normal !important;
  width: 100% !important;
  margin: -10px auto 10px auto !important;
}

.platinum_support {
  padding: 20px 18px;
}

ul.model-list {
  padding: 1.8rem !important;
}




@media (max-width: 600px) {
  .pricing-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 16px;
  }

  .col-left, .col-middle, .col-right {
    width: 100% !important;
    justify-content: flex-start;
    text-align: left;
  }

  .col-right {
    margin-top: 4px;
    font-size: 15px;
  }

  span.yearly_data.discount {
    margin-left: 0;
    margin-top: 4px;
    display: inline-block;
  }
}




/* ------------------- RESPONSIVE STYLES ------------------- */

/* Tablets and smaller screens (<= 991px) */
@media (max-width: 991px) {
  .form_section {
    padding: 25px;
    width: 100%;
  }

  .form_heading {
    font-size: 1.2rem;
  }

  .form_row_two {
    gap: 15px;
  }

  .form_group input {
    font-size: 0.95rem;
  }
}

/* Mobile devices (<= 767px) */
@media (max-width: 767px) {

  .price-bg {
    width: auto;
  }

  .hero-signups-section {
    height: 300px;
  }

  .form_section {
    padding: 20px;
  }

  .form_row_two {
    flex-direction: column;
    gap: 0;
  }

  .form_group {
    width: 100%;
  }

  .form_heading {
    font-size: 1.1rem;
    text-align: center;
  }
  .strip.strip-alt.dashboard form center {
    width: auto;
  }
  .signup_heading {
    width: auto;
  }
  span.plan_info_header {
    font-size: 20px;
  }
  .signup_heading p {
    padding: 0 !important;
  }
  tr.tr-table td {
    width: auto;
  }
  span.monthly_data {
    font-size: 14px;
  }
  span.yearly_data {
    font-size: 14px;
  }
  .price_td td, .price_td th {
    padding: 12px;
  }
  .center-content {
    margin-top: -250px !important;
  }

  .captcha_container {
    margin-bottom: 20px !important;
  }

  .modal-free, .modal-starter, .modal-basic, .modal-pro, .modal-proplus {
    transform: translate(-50%, -15%) !important;
    width: 80% !important;
  }
}

/* Small mobile devices (<= 480px) */
@media (max-width: 480px) {
  .form_section {
    padding: 15px;
    border-radius: 4px;
  }

  .form_heading {
    font-size: 1rem;
  }

  .form_group label {
    font-size: 0.85rem;
  }

  .form_group input {
    font-size: 0.9rem;
    height: 38px;
  }
}

@media screen and (min-width: 801px) {
    .login_form_fieldset.signup {
        max-width: 640px !important;
    }
}

