body{
  font-family: "Poppins", sans-serif;
  background-color: #F2F7FC;
  color: #0D121C !important;
}
/*Common Element*/
.nav-link:hover, .nav-link:focus {
  color: #212FB8;
}
.section-heading-primary {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  color: #0D121C;
  font-weight: 600;
  margin: 0px;
}
.section-heading-white{
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 600;
  margin: 0px;
}
.blue-heading-primary {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  color: #212FB8;
  font-weight: 600;
  margin: 0px;
}
.light-pragraph-text{
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: rgb(13 18 28 / 70%);
  font-weight: 500;
  margin: 0px;
}
.form-control{
  box-shadow: none;
  outline: none;
  height: 45px;
  font-size: 14px;
  border-color: #D1D4F1;
}
.form-control:focus{
  box-shadow: none;
  outline: none;
  border-color: #212FB8;  
}
.mb-15{
  margin-bottom: 15px;
}

.country-drop {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  height: 45px;
}
.country-drop.dropdown-toggle::after {
  display: none;
}
.down-arrow-flag {
  width: 14px;
  margin-left: 5px;
}
.flag-img-number {
  border-radius: 4px;
}
.input-group-style input {
  border: 0px;
}

.input-group-style {
  display: flex;
  border: 1px solid #D1D4F1;
  border-radius: 5px;
  align-items: center;

}
.country-code {
  border-right: 1px solid #D1D4F1;
}
.psw-toggle {
  color: #212FB8;
  font-size: 14px;
  padding-right: 10px;
  cursor: pointer;
}
.form-checkbox-custom label {
  font-size: 14px;
}
.form-checkbox-custom a {
  color: #212FB8;
  text-decoration: none;
}
.outline-btn-primary {
  background: #fff;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212FB8 !important;
  padding: 5px 20px !important;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.5s;
  outline: none;
  border: 1px solid #212FB8;
}
.outline-btn-primary:hover {
  background: #e6eff9;
}
.form-btn-part {
  margin-top: 20px;
}
.form-btn-part a {
  height: 50px;
}
.form-btn-part button {
  height: 50px;
}
/*Header*/
.header-bgSec {
  background: #fff;
  box-shadow: 0px 4px 8px rgb(0 0 0 / 0.5%);
  padding: 7px 0px;
}
.line-fade {
  color: #D1D4F1 !important;
}
.logo img {
  width: 150px;
}
.header-menu a {
  color: rgb(13 18 28 / 70%);
  font-weight: 500;
  font-size: 14px;
}
.blue-anchor {
  color: #212FB8 !important;
}
.header-menu {
  align-items: center;
}
.primary-btn-custom {
  background: #212FB8;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  padding: 5px 20px !important;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.5s;
  outline: none;
  border: none;
}

.primary-btn-custom:hover {
  background: #3141D4;
}
.primary-btn-white{
  background: #fff;
  height: 40px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #212FB8 !important;
  padding: 5px 20px !important;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.5s;
  outline: none;
  border: none;
}
.primary-btn-white:hover{
  background: #d3d7ff;
}
.signup-btn-part {
  margin-left: 30px;
}
.mr-custom {
  margin-right: 10px;
}
.toggle-menu-mobile {
  outline: none !important;
  box-shadow: none !important;
  position: absolute;
  top: 5px;
  right: 10px;
}
.toggle-menu-mobile:focus {
  outline: none !important;
  box-shadow: none !important;
}




.toggle-menu-mobile span {
  display: block;
  background-color: #4f4f4f;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}



.toggle-menu-mobile span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.toggle-menu-mobile span:nth-child(2) {
  opacity: 1;
}

.toggle-menu-mobile span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.toggle-menu-mobile span:nth-child(1) {
  margin-top: 0.3em;
}

.toggle-menu-mobile[aria-expanded="true"] span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.toggle-menu-mobile[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.mb-20-sm-table {
  margin-bottom: 20px;
}
.toggle-menu-mobile[aria-expanded="true"] span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}
/*home page*/
.planSec {
  text-align: center;
  padding-top: 50px;
}
.light-pragraph-header {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  color: rgb(13 18 28 / 80%);
}
.fix-height-min {
  min-height: 395px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 395px;
  scrollbar-width: none;
}
.list-plan-feature-cus ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
}
.list-plan-feature-cus li {
  padding-left: 30px;
  font-size: 14px;
  margin-bottom: 20px;
}
.list-plan-feature-cus li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11.6951' cy='11.0592' r='11' fill='%23212FB8'/%3E%3Cpath d='M7.05133 11.0938L10.215 14.3533L16.0149 8.37753' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-top: 3px;
  position: absolute;
  left: 0px;
}


/* width */
.fix-height-min::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.fix-height-min::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.fix-height-min::-webkit-scrollbar-thumb {
  background: #e5e5e5;
}
.mobile-input-style {
  display: flex;
  flex-direction: column;
}
.mobile-input-style input {
  height: 45px;
  border: 1px solid #D1D4F1;
  box-shadow: none !important;
  outline: none;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
}
.form-btn-part .primary-btn-custom {
  width: 100%;
}
.mobile-input-style label {
  padding: 0px;
}

/*card detail css*/
.card-detail-part-custom  .ex1-label {
  position: inherit !important;
  font-size: 14px !important;
  color: #252857 !important;
  margin-bottom: 5px;
}
.card-detail-part-custom iframe {
  margin: inherit !important;
  padding: 10px !important;
  border: 1px solid #D1D4F1 !important;
  overflow: inherit !important;
  display: inherit !important;
  min-width: 100% !important;
  height: 45px !important;
  background: #fff !important;
  margin-top: 20px !important;
  font-size: 14px !important;
  border-radius: 5px !important;
  padding-top: 13px !important;
}
.card-detail-part-custom  .ex1-label {
  position: inherit !important;
}
.card-detail-part-custom .ex1-field {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.card-detail-part-custom .ex1-contain {
  border-radius: 0px !important;
  background: #fff;
  padding: 0px !important;
  box-shadow: none !important;
  margin-bottom: 0px !important;
}
.card-detail-part-custom .ex1-fieldset>.ex1-field, .ex1-fieldset>.ex1-fields {
  margin-bottom: 0px !important;
}
.card-detail-part-custom .ex1-bar {
  display: none !important;
}
.CardForm input{
  height: 45px !important;
}
/*Switch Radio*/
.outer-flex-switch-part {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.radio-switch { 
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px;
  justify-content: space-between;
  box-shadow: 4px 0px 11px #D7E4F2;
}

.radio-switch input[type="radio"] {
  display: none;
}

.radio-label {
  background-color: #fff;
  color: rgb(13 18 28 / 80%);
  border-radius: 8px;
  padding: 5px 30px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 16px;
  user-select: none;
  font-weight: 500;
}
.radio-label:hover {
  background-color: #e6eff9;
}

.radio-switch input[type="radio"]:checked + .radio-label {
  background-color: #212FB8;
  color: #fff;
}

.radio-switch input:checked:nth-of-type(1) ~ input[type="radio"] + .radio-label {
  background-color: #fff;
  color: rgb(13 18 28 / 80%);
}
.radio-switch input:checked:nth-of-type(1) ~ input[type="radio"] + .radio-label:hover {
  background-color: #e6eff9;
}
.card-white-bg-plan {
  background: #fff;
  border-radius: 20px;
  box-shadow: 4px 0px 11px #D7E4F2;
  padding: 30px;
  position: relative;
}
.plan-title {
  background: #10B7EA;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0px);
}
.large-text-price {
  font-size: 60px;
  font-weight: 600;
}
.plan-price-part {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  line-height: 1.2;
}
.small-text-dollar {
  font-size: 35px;
}
.plan-subheading {
  color: #212FB8;
  text-transform: capitalize;
}
.border-line-plan {
  border-bottom: 1px solid #D1D4F1;
  padding-top: 10px;
  margin-bottom: 10px;
}
.plan-small-text-gry {
  color: rgb(13 18 28 / 80%);
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
} 
.plan-feature-part {
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: left;
}

.plan-feature-part img {
  width: 18px;
  margin-right: 20px;
  margin-top: 2px;
}
.plan-feature-part li {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  color: #0D121C;
}
.plan-btn-part {
  margin-top: 20px;
}
.plan-btn-part .primary-btn-custom {
  width: 100%;
}
.plan-box-part {
  margin-top: 50px;
}
.faq {
  text-align: center;
  padding-top: 50px;
}
.faq-style {
  text-align: left;
  margin: 40px auto 0px auto;
}
.faq-style .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg width="24" height="13" viewBox="0 0 24 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.61554 11.6851C0.0613519 11.0693 0.111269 10.1209 0.727034 9.56669L10.727 0.566685C11.2975 0.0532737 12.1635 0.0532736 12.7339 0.566685L22.7339 9.56669C23.3497 10.1209 23.3996 11.0693 22.8454 11.6851C22.2912 12.3008 21.3428 12.3508 20.727 11.7966L11.7305 3.69967L2.73393 11.7966C2.11816 12.3508 1.16973 12.3008 0.61554 11.6851Z" fill="%23212FB8"/></svg>');
  transform: rotate(0deg);
}
.faq-style .accordion-button::after {
  background-image: url('data:image/svg+xml,<svg width="24" height="13" viewBox="0 0 24 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.61554 0.678206C0.0613519 1.29397 0.111269 2.24241 0.727034 2.79659L10.727 11.7966C11.2975 12.31 12.1635 12.31 12.7339 11.7966L22.7339 2.7966C23.3497 2.24241 23.3996 1.29397 22.8454 0.678207C22.2912 0.0624423 21.3428 0.0125247 20.727 0.566713L11.7305 8.66361L2.73393 0.566712C2.11816 0.0125239 1.16973 0.0624414 0.61554 0.678206Z" fill="%23212FB8"/></svg>');

}

.faq-style .accordion-item {
  margin-bottom: 10px;
  border-color: #D3E0EC;
  border-radius: 10px;
}
.faq-style .accordion-header button {
  border-radius: 10px !important;
  background: #fff;
  box-shadow: none;
  color: #0D121C;
  font-weight: 500;
  line-height: 1.5;
}
.faq-style .accordion-body {
  font-size: 14px;
  padding-top: 10px;
}
.ctaSec{
  text-align: center;
  padding-top: 50px;
}
.cta-bg-card {
  background: #212fb8;
  border-radius: 40px;
  padding: 40px;
  color: #fff;
}
.cta-btn {
  margin-top: 40px;
}
.cta-pragraph {
  font-weight: 300;
  margin-top: 10px;
}
.footer-logo img {
  width: 200px;
}
.footerSec {
  background: #fff;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-menu {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}
.footer-menu a {
  text-decoration: none;
  color: #0D121C;
  font-size: 14px;
}
.footer-menu a:hover {
  color: #212FB8 !important;
}
.footer-menu li {
  margin: 0px 10px;
}

.footer-social li {
  margin: 0px 10px;
}
.footer-social {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: end;
}
.copyrightSec {
  border-top: 1px solid #D3E0EC;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: rgb(13 18 28 / 70%);
  background-color: #fff;
}

/*Basic information page*/
.already-text-header {
  color: #0D121C;
  font-size: 14px;
  font-weight: 500;
}
.already-text-header a {
  color: #212fb8;
  text-decoration: none;
}
.step-heading {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  color: #0D121C;
  font-weight: 600;
  margin: 0px;
}
.sub-step-heading{
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  color: rgb(13 18 28 / 80%);
  font-weight: 400;
  margin: 0px;
}
.list-colum-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 50px;
}
.list-content-colum {
  display: flex;
  align-items: start;
}
.list-content-part {
  margin-left: 20px;
}
.list-title {
  color: #0D121C;
  font-size: 16px;
  font-weight: 500;
}
.list-content-part p {
  font-size: 13px;
  padding-top: 10px;
}
.list-colum-ul li {
  margin-bottom: 30px;
}
.list-content-colum img {
  width: 50px;
}
.pattern-img {
  background-image: url(../img/pattern.svg);
  background-size: 86%;
  background-repeat: no-repeat;
}
.white-card-bg {
  background: #fff;
  border-radius: 20px;
  box-shadow: 4px 0px 11px #D7E4F2;
  padding: 30px;
}
.custom-field-style label {
  font-size: 14px;
  padding-bottom: 5px;
}
/*Step Progress*/
.step-progress-barSec {
  padding-top: 50px;
  padding-bottom: 90px;
}
.step-progress {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}
.outer-round {
  border: 2px solid #212FB8;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #fff;
}
.fill-round {
  background: #212FB8;
}
.label-text-step {
  font-size: 13px;
  font-weight: 500;
  padding-top: 5px;
}
.step-progress li {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 170px;
}
.step-part-element::after {
  border-bottom: 3px solid #D7E4F2;
  width: 160px;
  content: "";
  position: absolute;
  top: 15px;
  left: 90px;
  z-index: -1;
}
.step-part-element.step-done::after {
  border-bottom: 3px solid #212FB8;
  width: 160px;
  content: "";
  position: absolute;
  top: 15px;
  left: 90px;
  z-index: -1;
}
.small-round {
  background: #212FB8;
  width: 14px;
  height: 14px;
  border-radius: 50px;
}
.light-outer-round {
  border: 2px solid #BDD2E7;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #fff;
}
.light-small-round {
  background: #BDD2E7;
  width: 14px;
  height: 14px;
  border-radius: 50px;
}
.step-part-element:last-child::after{
  display: none;
}
.yourplan {
  display: flex;
  background: #F4F5FF;
  border: 1px solid #212FB8;
  border-radius: 10px;
  padding: 15px;
  justify-content: space-between;
}
.selected-plan-part {
  display: flex;
  align-items: center;
}
.plan-name-label {
  color: #0D121C;
  font-weight: 600;
  font-size: 18px;
}
.select-plan-badge {
  background: #10B7EA;
  padding: 5px 15px;
  border-radius: 70px;
  color: #fff;
  margin-left: 20px;
  font-size: 14px;
}
.price-show-form {
  display: flex;
  justify-content: end;
  line-height: 1;
}
.selected-large-text-price {
  font-size: 30px;
  font-weight: 600;
}
.selected-small-text-dollar {
  font-size: 20px;
}
.selected-plan-subheading {
  color: #212FB8;
  font-size: 13px;
  text-transform: capitalize;
}

.seat-qntySec {
  margin-top: 20px;
}
.form-label-title {
  font-size: 18px;
  font-weight: 600;
  color: #0D121C;
}
.seat-qnty-part {
  text-align: center;
  margin-top: 20px;
}
.qnty-element-group {
  border: 2px solid #D7D9F1;
  padding: 5px;
  display: flex;
  border-radius: 5px;
  width: 50%;
  margin: 0 auto;
}
.pragraph-text-light {
  font-size: 14px;
  color: rgb(13 18 28 / 60%);
  margin-top: 10px;
}
.qnty-element-group input {
  border: none !important;
  outline: none;
  text-align: center;
  width: 100%;
  padding: 0px 20px;
  font-size: 20px;
  font-weight: 600;
}
.qnty-element-group input::placeholder {
 opacity: 0.5;
}
.qnty-element-group input:focus {
  border: none !important;
  outline: none;
}
.qnty-btn-cus {
  background: #D7D9F1;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-cost-qnty-text {
  font-size: 14px;
  font-weight: 500;
  color: rgb(13 18 28 / 70%);
  margin-top: 10px;
}
.plan-cost-qnty-text span {
  color: rgb(13 18 28 / 100%);
}
.small-light-text {
  font-size: 12px;
  opacity: 0.8;
  margin-top:5px;
}
.pragraph-dark-primary {
  font-size: 16px;
  margin-top: 15px;
}
.blue-text-title {
  font-size: 22px;
  color: #212FB8;
  font-weight: 500;
}
.success-msg {
  text-align: center;
  padding-bottom: 30px;
}
.pragraph-dark-primary span {
  font-weight: 600;
}
.pragraph-dark-secondry {
  font-size: 14px;
  margin-top: 20px;
}
.very-email {
  text-align: center;
  margin-top: 30px;
}
.form-group .has-error {
  border: 1px solid #bb0000;
}
.loader-overlay{
  position: fixed;
  left:0px;
  top:0px;
  bottom:0px;
  right:0px;
  background-color: rgba(255,255,255,0.8); 
  z-index:1100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-overlay .spinner-border{
  border-color:#212FB8;
  border-right-color: transparent;
}
span.required-star {
  color: #bb0000;
}
/*Login Page Start*/
.login-page {
  background-color: #F2F7FC;
  height: 100vh;
  align-items: center;
  display: flex;
}
.info-text-left {
  font-size: 13px;
  opacity: 0.8;
  font-weight: 300;
  padding-top: 20px;
}
.left-blue-section {
  background: #212FB8;
  padding: 50px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-outer-main-login {
  background: #fff;
  width: 80%;
  margin: 0 auto;
  box-shadow: 0px 10px 30px #C3D4E5;
  border-radius: 20px;
}
.account-signup-left p {
  margin-bottom: 5px;
}
.account-signup-left {
  padding-bottom: 40px;
}
.account-signup-left a {
  color: #fff;
  text-decoration: underline;
}
.logo-login img {
  width: 250px;
}
.right-white-section {
  padding: 30px;
}
.login-heading {
  font-size: 20px;
  font-weight: 600;
}
.infot-text-forgot {
  font-size: 13px;
  padding-top: 10px;
}
.account-form-style-login {
  margin-top: 30px;
}
.form-colum-cus-login label {
  font-size: 13px;
  color: #0D121C;
}
.forgot-psw a {
  font-size: 14px;
  color: #212fb8;;
  text-decoration: underline;
}
.forgot-psw  {
  text-align: right;
}
.account-form-style-login label.form-check-label {
  font-size: 14px;
}
.button-style-primary-login {
  background-image: linear-gradient(to right, #212FB8, #5964D2);
  padding: 4px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 7px;
  font-size: 13px;
  box-shadow: 0px 5px 24px rgb(33 47 184 / 40%);
  outline: none;
  border: 1px solid #212FB8;
  width: 100%;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.button-style-primary-login:hover {
  color: #fff;
}
.submit-btn-login {
  margin-top: 20px;
}

.form-colum-cus-login {
  margin-bottom: 10px;
}
.psw-hide-show {
  border: 1px solid #D7D9F1;
  border-left:none !important ;
  padding-left: 10px;
  padding-right: 10px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
}
.psw-hide-show:focus {
box-shadow: none;
}
.login-link-part {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
.login-link-part a{
  color: #212FB8;
}
.copyright-part-fotter {
  text-align: center;
  padding-top: 15px;
  font-size: 14px;
  padding-bottom: 15px;
}
.copyright-part-fotter  a{
  color: #212FB8;
}
/*Login Page End*/

.toast-error {
  background-color: #BD362F !important;
}
.login-page .alert.alert-danger {
  padding: 10px;
  margin-top: 10px !important;
}


/* Plans */
.upgrade-plan-box {
  margin-bottom: 25px;
}
.upgrade-plan-container {
  display: flex;
  cursor: pointer;
}
.upgrade-plan-container input[type="radio"] {
  display: none;
}

.upgrade-plan-container {
  display: flex;
  cursor: pointer;
 
}
.radio-label-content {
  position: relative;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #e1e3ef;
  border-radius: 20px;
  padding: 0px;
  width: 100%;
  text-align: center;
  box-shadow: 4px 0px 11px #f2f8ff;
}
.selected-plan-badge-upgrade {
  background: #10b7ea;
  color: #fff;
  border-radius: 25px;
  padding: 6px 20px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}
.upgrade-price-part-view {
  display: flex;
  color: #212529;
  line-height: 1;
  padding-top: 40px;
  justify-content: center;
}
.upgrade-small-price {
  font-size: 25px;
}
.upgrade-large-price {
  font-size: 45px;
  font-weight: 600;
}
.upgrade-feature-plan-text {
  font-size: 16px;
  text-transform: capitalize;
  color: #212fb8;
}
.fix-height-min-plan {
  min-height: 395px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 395px;
  scrollbar-width: none;
  padding: 0px 20px;
}
.plan-small-text-gry {
  color: rgb(13 18 28 / 80%);
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.border-line-plan {
  border-bottom: 1px solid #D1D4F1;
  padding-top: 10px;
  margin-bottom: 10px;
}
.list-plan-feature-cus ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
}
.list-plan-feature-cus li {
  padding-left: 30px;
  font-size: 14px;
  margin-bottom: 20px;
}
.list-plan-feature-cus li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11.6951' cy='11.0592' r='11' fill='%23212FB8'/%3E%3Cpath d='M7.05133 11.0938L10.215 14.3533L16.0149 8.37753' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-top: 3px;
  position: absolute;
  left: 0px;
}


.upgrade-plan-container:has(input[type="radio"]:checked) .select-plan-footer {
  opacity: 1;
}
.select-plan-footer {
  opacity: 0;
  background: #212fb8;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
}
.light-text-plan {
  color: rgb(255 255 255 / 80%);
  font-size: 14px;
}
.dark-text-plan {
  color: rgb(255 255 255 / 100%);
  font-size: 14px;
}

.upgrade-plan-container input[type="radio"]:checked + .radio-label-content{
  background-color: #e8eaf8;
  border-color:#212FB8;
}
.card-100{
  width: 100%;
}
.button-right-align {
  display: flex;
  justify-content: end;
  margin-top: 10px;
}
.card-detail-reactivate {
  text-align: left;
}
.popup-content-element {
  margin-bottom: 20px;
}
.popup-content-element p {
  margin-bottom: 5px !important;
}
.popup-btn-center {
  width: 30%;
  margin: 0 auto;
}
.height-600 {
  height: 600px;
}
.popup-footer-btn {
  display: flex;
  gap: 10px;
  justify-content: end;
}
.width-auto{
  width: auto !important;
}
.outline-btn-popup {
  color: #fff;
  background-color: #fff;
  border-radius: 7px;
  font-size: 13px;
  padding: 4px 15px;
  border-color: #212fb8;
  color: #212fb8;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
section.terms-content-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.terms-content-section h1 {
  font-weight: 600;
  font-size: 34px;
}
.terms-content-section h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 50px;
}
.strong-text-p {
  font-weight: 500;
}
/*Responsive*/
@media screen and (max-width:1399px) { 

}
@media screen and (max-width:1200px) { 

  .card-outer-main-login {
    width: 100% !important;
  }

}
@media screen and (max-width:992px) { 
  .qnty-element-group {
    width: auto;
}
  .selected-plan-part {
    display: flex;
    align-items: start;
    flex-direction: column;
}
.select-plan-badge {
  margin-left: 0;
}
  .footer-logo img {
    width: 130px;
}
.footer-social img {
  width: 12px;
}
  /*Login*/
.left-blue-section {
  padding: 30px !important;
}
.card-outer-main-login {
  width: 100% !important;
}
.logo-login img {
  width: 180px !important;
}
  .white-card-bg {
    padding: 20px;
}

  .card-white-bg-plan {
    padding: 10px;
}
.plan-feature-part img {
  margin-right: 10px;
}
.mobile-hide {
  display: none;
}
.signup-btn-part {
  margin-left: 0;
  margin-top: 10px;
}
.mr-custom {
margin-right: 0;
}
.already-text-header {
  text-align: right;
}
}
@media screen and (max-width: 767px) { 
  .list-colum-ul {
    margin-top: 30px;
}

  .qnty-element-group {
    width: 50%;
}
  .selected-plan-part {
    display: flex;
    align-items: center;
    flex-direction: inherit;
}
.select-plan-badge {
  margin-left: 20px;
}
  .step-progress-barSec {
    padding-bottom: 50px;
}
  .footer-social img {
    width: 18px;
}
  /*Login*/
  .login-page {
    height: auto !important;
    }
.card-outer-main-login {
  width: 100% !important;  
  margin-top: 20px !important;
}
.left-blue-section {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 20px !important;
  height: auto !important;
  padding: 20px !important;
}
.account-signup-left {
  padding-top: 0px !important;
  padding-bottom: 15px !important;
}
.account-signup-left p {
  margin-bottom: 0px;
}
.blue-bottom-content {
  padding-top: 40px !important;
}
  .section-heading-primary {
    font-size: 30px;
}
  .step-part-element::after {
    left: 50px;
    width: 150px;
}
.step-part-element.step-done::after {
  left: 50px;
  width: 156px;
}
  .form-btn-part .outline-btn-primary {
    margin-bottom: 20px;
}
  .footer-logo {
    text-align: center;
}
.footer-social {
  justify-content: center;
}
.footer-menu {
  margin: 30px 0px;
}

  .light-pragraph-header {
    width: 100%;
}
.mb-40 {
  margin-bottom: 40px;
} 
.faq {
  padding-top: 30px;
}
.faq-style {
  margin: 20px auto 0px auto;
}
.cta-bg-card {
  border-radius: 30px;
  padding: 20px;
}
.section-heading-white {
  font-size: 22px;
}
.cta-btn {
  margin-top: 20px;
}
.cta-pragraph {
  font-size: 14px;
}
.ctaSec {
  padding-top: 30px;
}
.plan-box-part .row .mb-40:last-child{
  margin-bottom: 0px !important;
}
.right-white-section {
  padding: 20px;
}
.account-form-style-login {
  margin-top: 20px;
}
}
@media screen and (max-width: 600px) { 
  .step-progress-barSec {
    padding-top: 30px;
    padding-bottom: 30px;
}
  .sub-step-heading {
    font-size: 20px;
  }
  .step-heading {
    font-size: 24px;
  }
  .outer-round {
    width: 20px;
    height: 20px;
}
  .light-outer-round {
    width: 20px;
    height: 20px;
}
  .light-small-round {
    width: 10px;
    height: 10px;
}
.step-part-element.step-done::after {
  left: 60px;
  top: 9px;
  width: 140px;
}
.step-part-element::after {
  width: 130px;
  top: 9px;
  left: 70px;
}
  .faq-style .accordion-header button {
    font-size: 15px;
}
.faq-style .accordion-body {
  font-size: 14px;
}
.faq-style .accordion-button:not(.collapsed)::after {
  background-size: 14px;
  background-position: right center;
}
.faq-style .accordion-button::after {
   background-size: 14px;
  background-position: right center;
}
  .mb-40 {
    margin-bottom: 40px;
} 

  .mobile-hide {
    display: none;
  }
  .signup-btn-part {
    margin-left: 0;
    margin-top: 10px;
}
.mr-custom {
  margin-right: 0;
}
.light-pragraph-header {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
}

.plan-feature-part {
  font-size: 14px;
}

.section-heading-primary {
  font-size: 24px;
}
.section-heading-white {
  font-size: 24px;
}
.list-content-colum img {
  width: 35px;
}
.blue-heading-primary {
  font-size: 22px;
}
.planSec {
  padding-top: 20px;
}

}
@media screen and (max-width:530px) {
  
  .select-plan-badge {
    padding: 2px 10px;
}
  .qnty-element-group {
    width: auto;
}
  .selected-plan-part {
    display: flex;
    align-items: start;
    flex-direction: column;
}
.select-plan-badge {
  margin-left: 0;
}
  .step-part-element.step-done::after {
    left: 50px;
    width: 130px;
  }
  .step-part-element::after {
    width: 110px;
    top: 9px;
    left: 70px;
}
}
@media screen and (max-width:480px) { 

  .label-text-step {
    font-size: 12px;
    text-align: center;
}
.step-part-element.step-done::after {
  left: 50px;
  width: 110px;
}
.step-part-element::after {
  left: 50px;
  width: 120px;
}
 

  .already-text-header {
    width: 60%;
}
}
@media screen and (max-width:450px) {
  .step-part-element::after {    
    width: 98px;
}
.already-text-header {
  width: 40%;
}
}
@media screen and (max-width:425px) {
  .step-part-element.step-done::after {
    width: 93px;
  }
}
@media screen and (max-width:392px) {
  .step-part-element::after {
    width: 75px;
}
.already-text-header {
  width: 50%;
}
.logo img {
  width: 120px;
}
}
@media screen and (max-width:380px) {
  .step-part-element.step-done::after {
    width: 83px;
  }
}
@media screen and (max-width:350px) { 
  .right-white-section {
    padding: 20px;
}
  .forgot-psw a {
    font-size: 12px;
}
.account-form-style-login label.form-check-label {
  font-size: 12px;
}
  .label-text-step {
    font-size: 12px;
    text-align: center;
}
.step-part-element.step-done::after {
  left: 30px;
  width: 90px;
}
.step-part-element::after {
  left: 30px;
  width: 90px;
}
 
}

