@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;700;800;900&display=swap");

:root {
  --white: #ffffff;
  --darkblue: #000d4d;
  --darkblue-t: #2b47d3;
  --blue: #0068dd;
  --lightblue: #6ec1fa;
  --lightblue-t: #b6defa;
  --orange: #ff7941;
  --lightorange: #fbb89d;
  --navLinks: #5f5f5f;
  --default-color: #8c9097;
  --default-font: "Poppins", sans-serif;
  --body-bg: #f0f1f7;
  --border-input: #e9edf6;
  --green: #2cbf94;
  --red: red;
}

body {
  font-family: var(--default-font);
  font-size: 14px;
  font-weight: 400;
  color: var(--default-color);
  background: var(--body-bg);
  line-height: 25px;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
}
.container {
  max-width: 95%;
}
*:focus,
input:focus {
  outline: none;
}
.form-control:focus,
.form-control:hover,
.btn-link:focus,
.form-select:hover,
.form-check-input:focus,
.form-check-input:hover {
  outline: none;
  box-shadow: none;
  border-color: var(--lightblue);
}
::placeholder {
  color: var(--border-input);
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--border-input);
}

::-ms-input-placeholder {
  color: var(--border-input);
}
a {
  color: var(--darkblue);
  text-decoration: none;
}
.h-100 {
  height: 100%;
}
.relative {
  position: relative;
}
.lightblue {
  color: var(--lightblue);
}
.green {
  color: var(--green);
}
.red {
  color: var(--red);
}
.blue {
  color: var(--blue);
}
.darkblue {
  color: var(--darkblue);
}
.text-normal {
  color: var(--default-color);
}
h2 {
  color: var(--darkblue);
  font-size: 25px;
}
h3 {
  color: var(--blue);
  font-size: 19px;
}
h4 {
  color: var(--darkblue);
  font-size: 15px;
}
p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.btn-primary {
  color: var(--white);
  background-color: var(--darkblue);
  border-color: var(--darkblue);
  padding: 14px 25px;
  font-size: 15px;
}
.btn-primary:hover,
.btn-primary:focus {
  color: var(--white);
  background-color: var(--orange);
  border-color: var(--orange);
  outline: 0;
  box-shadow: none;
}
.btn-secondary {
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue);
  padding: 8px 25px;
  font-size: 14px;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: var(--white);
  background-color: var(--darkblue);
  border-color: var(--darkblue);
  outline: 0;
  box-shadow: none;
}
.btn-nav {
  color: var(--white);
  background-color: var(--darkblue);
  border-color: var(--blue);
  padding: 9px 18px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
}
.btn-nav:hover,
.btn-nav:focus {
  color: var(--white);
  background-color: var(--darkblue);
  border-color: var(--darkblue);
  outline: 0;
  box-shadow: none;
}
.btn-added {
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue);
  padding: 9px 18px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
}
.btn-added:hover,
.btn-added:focus {
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue);
  outline: 0;
  box-shadow: none;
}
.btn-cancel {
  color: var(--darkblue);
  background-color: transparent;
  border-color: transparent;
  padding: 5px;
  border-radius: 0px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
}
.btn-cancel:hover,
.btn-cancel:focus {
  color: var(--darkblue);
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.form-control {
  display: block;
  width: 100%;
  padding: 12px 0.75rem;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
  color: var(--default-color);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid var(--border-input);
  border-radius: 5px;
}
.form-select {
  padding: 15px 20px 15px 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--default-color);
  border: 1px solid var(--border-input);
  border-radius: 5px;
}
.navbar {
  padding-top: 4px;
  padding-bottom: 4px;
  border-block-end: 1px solid #f3f3f3;
  inset-block-start: 0;
  inset-inline: 0;
  background: var(--white);
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu[data-bs-popper] {
  right: 0;
  left: auto;
}
.navbar .navbar-nav .nav-link {
  color: var(--navLinks);
  font-weight: 400;
  font-size: 14px;
  padding-right: 15px;
  padding-left: 15px;
}
.navbar .navbar-nav .nav-link:hover {
  color: var(--navLinks);
}
.navbar-light .navbar-toggler {
  color: var(--blue);
  border-color: transparent;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230068DD' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:focus {
  box-shadow: none;
}
.dropdown-menu {
  font-size: 14px;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--orange);
  content: var(--bs-breadcrumb-divider, "/");
}
.section-content {
  min-height: 70vh;
}
.card.custom-card {
  border-radius: 5px;
  border: 0;
  background-color: var(--white);
  box-shadow: 0 0.125rem 0 rgba(10, 10, 10, 0.04);
  position: relative;
  margin-block-end: 1.5rem;
  width: 100%;
  padding: 50px;
}
.mob-e {
  flex: 0 0 auto;
  width: 80%;
  padding: 0;
}
.mob-w {
  flex: 0 0 auto;
  width: 20%;
  padding: 0;
}
.indicators-centric {
  background: var(--darkblue);
  margin-left: -3%;
  margin-right: -3%;
  padding: 20px;
}
#signUpForm {
  box-shadow: none;
  border-radius: 0px;
}
#signUpForm .form-header {
  gap: 5px;
  text-align: center;
}
#signUpForm .form-header .stepIndicator {
  position: relative;
  flex: 1;
  padding-bottom: 30px;
  color: var(--body-bg);
}
#signUpForm .form-header .stepIndicator.active {
  font-weight: 600;
}
#signUpForm .form-header .stepIndicator.finish {
  font-weight: 600;
  color: var(--white);
}
#signUpForm .form-header .stepIndicator::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 9;
  width: 20px;
  height: 20px;
  background-color: var(--white);
  border-radius: 50%;
  border: 2px solid var(--lightblue);
}
#signUpForm .form-header .stepIndicator.active::before {
  background-color: var(--lightblue);
  border: 2px solid var(--blue);
}
#signUpForm .form-header .stepIndicator.finish::before {
  background-color: var(--orange);
  border: 2px solid var(--lightorange);
}
#signUpForm .form-header .stepIndicator::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 100%;
  height: 3px;
  background-color: #f3f3f3;
}
#signUpForm .form-header .stepIndicator.active::after {
  background-color: var(--lightblue);
}
#signUpForm .form-header .stepIndicator.finish::after {
  background-color: var(--blue);
}
#signUpForm .form-header .stepIndicator:last-child:after {
  display: none;
}
#signUpForm input {
  padding: 15px 20px;
  width: 100%;
  font-size: 1em;
  border-radius: 5px;
}
#signUpForm input.form-check-input {
  padding: 7px;
  width: auto;
}
#signUpForm input:focus {
  border: 1px solid var(--lightblue);
  outline: 0;
}
#signUpForm input.invalid {
  border: 1px solid #ffaba5;
}
#signUpForm .step {
  display: none;
  padding-left: 20%;
  padding-right: 20%;
  height: 370px;
  overflow-y: scroll;
  margin-bottom: 20px;
  position: relative;
  overflow-x: hidden;
}
#signUpForm .step.second-one {
  padding-left: 10px;
  padding-right: 10px;
}
.second-one .btn-secondary {
  position: absolute;
  right: 10px;
  top: 0;
}
#signUpForm .form-footer {
  overflow: auto;
  gap: 20px;
}
#signUpForm .form-footer button {
  background-color: var(--white);
  border: 0px solid #009688 !important;
  color: var(--darkblue);
  border: none;
  padding: 10px 30px;
  font-size: 15px;
  cursor: pointer;
  border-radius: 5px;
  /* flex: 1; */
  margin-top: 5px;
}
#signUpForm .form-footer button:hover {
  opacity: 0.8;
}

#signUpForm .form-footer #prevBtn {
  background-color: var(--white);
  color: var(--blue);
}
.plan-box {
  background: var(--white);
  padding: 20px;
  font-size: 12px;
  border-radius: 5px;
  font-weight: 400;
  min-height: 345px;
  border: 1px solid var(--white);
  margin-bottom: 15px;
}
.plan-box:hover {
  box-shadow: 0px 14px 59px 0px rgba(54, 56, 72, 0.07);
  background: #fff;
  border: 1px solid var(--lightorange);
}
.plan-box.active {
  border: 1px solid var(--lightorange);
}
.plan-box h2,
.addon-content h2,
.summary-centric h2,
.summary-content h2 {
  font-size: 18px;
  margin-top: 5px;
}
.plan-box h3,
.addon-content h3,
.summary-content h3 {
  font-size: 14px;
}
.plan-c {
  background: var(--orange);
  color: var(--white);
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 12px;
}
.modal-header {
  flex-direction: column;
  align-items: start;
}
.modal-header .btn-close {
  position: absolute;
  right: 15px;
  top: 30px;
}
.modal-body {
  padding: 12px;
}
.modal-body p {
  color: var(--darkblue);
}
.counts {
  background: var(--orange);
  color: var(--white);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
}
.border-bottom {
  border-bottom: 1px solid var(--border-input);
}
.footer {
  border-top: 1px solid var(--border-input);
  font-size: 13px;
}
.addons-centric {
  margin-left: 15%;
  margin-right: 15%;
}
.addons-centric.nav-fill .nav-item {
  padding: 15px;
}
.addons-centric.nav-fill .nav-item .nav-link {
  padding: 15px;
  background: var(--darkblue);
  color: var(--white);
  border-radius: 5px;
}
.addons-centric.nav-pills .nav-link.active,
.addons-centric.nav-pills .show > .nav-link {
  color: var(--white);
  background-color: var(--blue);
}
.tab-content {
  margin-top: 30px;
}
.addon-content {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  padding: 10px 15px;
}
.create-account {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 30px;
}
.flag-centric {
  position: absolute;
  top: 16px;
  left: 21px;
  width: 23px;
}
.summary-centric {
  background: var(--white);
  padding: 30px;
}
.summary-content {
  border-radius: 5px;
  background: transparent;
  box-shadow: none;
  margin-bottom: 20px;
  border: 1px solid var(--lightblue);
  padding: 10px 15px;
}
.dropdown-menu-lg {
  min-width: 20rem;
}
.dropdown-menu-header {
  border-bottom: 0px solid #dee2e6;
  font-weight: 600;
  padding: 0.75rem;
  text-align: center;
}
.list-group-item {
  border-left: 0;
  border-right: 0;
}
.dropdown .list-group .list-group-item:first-child,
.dropdown .list-group .list-group-item:last-child {
  border-radius: 0;
}
.dropdown-menu-footer {
  display: block;
  font-size: 0.75rem;
  padding: 0.5rem;
  text-align: center;
}
.nav-item .indicator {
  background: var(--blue);
  border-radius: 50%;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
  color: #fff;
  display: block;
  font-size: 0.675rem;
  height: 18px;
  padding: 1px;
  position: absolute;
  right: -8px;
  text-align: center;
  top: 0;
  transition: top 0.1s ease-out;
  width: 18px;
}
.nav-icon {
  color: #6c757d;
  display: block;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 0.1rem 0.8rem;
  transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
}
.footer-centric {
  background: var(--white);
  line-height: 20px;
  padding: 40px 0;
}
.footer-centric h3 {
  color: var(--darkblue);
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer-below {
  margin-top: 30px;
}
@media screen and (max-width: 1536px) {
  .summary-content {
    padding: 14px 15px;
  }
}
@media screen and (max-width: 1440px) {
  .summary-content {
    padding: 16px 15px;
  }
}
@media screen and (max-width: 1280px) {
  .summary-content {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 1060px) {
  #signUpForm .step {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media screen and (max-width: 991px) {
  .mob-w,
  .mob-e {
    flex: 0 0 auto;
    width: 50%;
  }
  .navbar-nav.navicon-centric {
    flex-direction: row;
    padding-right: 0;
  }
  .navbar-nav.navicon-centric .dropdown-menu {
    position: absolute;
  }
  .navbar-light .navbar-toggler {
    padding-left: 0;
  }
  .navicon-centric .nav-icon {
    padding: 0.1rem 0.5rem;
  }
  .dropdown-menu-lg {
    min-width: 18rem;
  }
  .navicon-centric .dropdown-menu[data-bs-popper] {
    right: 0;
    left: 0;
    transform: translateX(-80%);
  }
  .navicon-centric .dropdown-item {
    white-space: pre-wrap;
  }
}
@media screen and (max-width: 885px) {
  .addons-centric {
    margin-left: 0;
    margin-right: 0;
  }
  #signUpForm .step {
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
  }
  .create-account {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .create-account .ps-4 {
    padding-left: 12px !important;
    padding-top: 15px;
  }
  .create-account .ps-0 {
    padding-left: 0 !important;
    padding-right: 0;
  }
  .create-account .col-8 {
    padding-right: 0;
  }
  .second-one .btn-secondary {
    position: static;
    margin-bottom: 20px;
  }
  .footer-centric h3 {
    margin-top: 20px;
  }
}
