/*COLORS VARIABLES*/
@font-face {
  font-family: 'Myriad Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Regular"), url("../../font/register/MYRIADPRO-REGULAR.woff") format("woff"); }
@font-face {
  font-family: 'Myriad Pro Condensed';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Condensed"), url("../../font/register/MYRIADPRO-COND.woff") format("woff"); }
@font-face {
  font-family: 'Myriad Pro Condensed Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Condensed Italic"), url("../../font/register/MYRIADPRO-CONDIT.woff") format("woff"); }
@font-face {
  font-family: 'Myriad Pro Light';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Light"), url("../../font/register/MyriadPro-Light.woff") format("woff"); }
@font-face {
  font-family: 'Myriad Pro Semibold';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Semibold"), url("../../font/register/MYRIADPRO-SEMIBOLD.woff") format("woff"); }
@font-face {
  font-family: 'Myriad Pro Semibold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Semibold Italic"), url("../../font/register/MYRIADPRO-SEMIBOLDIT.woff") format("woff"); }
@font-face {
  font-family: 'Myriad Pro Bold Condensed';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold Condensed"), url("../../font/register/MYRIADPRO-BOLDCOND.woff") format("woff"); }
@font-face {
  font-family: 'Myriad Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold"), url("../../font/register/MYRIADPRO-BOLD.woff") format("woff"); }
@font-face {
  font-family: 'Myriad Pro Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold Italic"), url("../../font/register/MYRIADPRO-BOLDIT.woff") format("woff"); }
@font-face {
  font-family: 'Myriad Pro Bold Condensed Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold Condensed Italic"), url("../../font/register/MYRIADPRO-BOLDCONDIT.woff") format("woff"); }
/*FONT VARIABLE*/
html {
  font-size: 62.5%;
  font-family: "Myriad Pro Regular"; }

body {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #3F464B;
  font-family: "Myriad Pro Regular"; }

a:hover, a:focus {
  text-decoration: none; }

/*OVERLAY*/
.overlay {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  z-index: 11; }
  .overlay img {
    width: 6.5rem;
    height: 6.5rem; }

@media (max-width: 1200px) {
  html {
    font-size: 56.25%; } }
@media (max-width: 767px) {
  html {
    font-size: 50%; } }
.d-flex {
  display: flex; }

.d-inline-flex {
  display: inline-flex; }

.flex-column {
  flex-direction: column; }

.gap-1--5 {
  gap: 1.5rem; }

.gap-1--6 {
  gap: 1.6rem; }

.gap-1--2 {
  gap: 1.2rem; }

.gap-0--6 {
  gap: 0.6rem; }

.gap-0--8 {
  gap: 0.8rem; }

.gap-2--4 {
  gap: 2.4rem; }

.gap-3 {
  gap: 3rem; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-center {
  justify-content: center; }

.justify-content-end {
  justify-content: flex-end; }

.align-items-center {
  align-items: center; }

.align-items-start {
  align-items: flex-start; }

.align-self-end {
  align-self: flex-end; }

.align-self-start {
  align-self: flex-start; }

.f-grow-1 {
  flex-grow: 1; }

.text-left {
  text-align: left; }

.w-50 {
  width: 50%; }

.w-100 {
  width: 100% !important; }

.h-100 {
  height: 100%; }

.w-70 {
  width: 70%; }

.m-0 {
  margin: 0; }

.ml-1--2 {
  margin-left: 1.2rem; }

.ml-1--5 {
  margin-left: 1.5rem; }

.mb-1--4 {
  margin-bottom: 1.6rem; }

.mb-1--6 {
  margin-bottom: 1.6rem; }

.mb-1--8 {
  margin-bottom: 1.8rem; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-0--6 {
  margin-bottom: .6rem; }

.mb-0--8 {
  margin-bottom: .8rem; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-2--6 {
  margin-bottom: 2.6rem; }

.mb-3--2 {
  margin-bottom: 3.2rem !important; }

.mb-2--8 {
  margin-bottom: 2.8rem; }

.mb-3--6 {
  margin-bottom: 3.6rem; }

.mb-3--4 {
  margin-bottom: 3.4rem; }

.mb-5--2 {
  margin-bottom: 5.2rem; }

.mb-3--6 {
  margin-bottom: 3.6rem; }

.mr-1--2 {
  margin-right: 1.2rem; }

.mr-2--2 {
  margin-right: 2.2rem; }

.mr-1 {
  margin-right: 1rem; }

.mt-0 {
  margin-top: 0; }

.mt-1 {
  margin-top: 1rem; }

.mt-1--2 {
  margin-top: 1.2rem; }

.mt-1--6 {
  margin-top: 1.6rem; }

.mt-2--8 {
  margin-top: 2.8rem; }

.mt-3 {
  margin-top: 3rem; }

.mt-4--2 {
  margin-top: 4.2rem; }

.mt-6--2 {
  margin-top: 6.2rem; }

.mt-6 {
  margin-top: 6rem; }

.plr-2--4 {
  padding-left: 2.4rem;
  padding-right: 2.4rem; }

.pl-1--8 {
  padding-left: 1.8rem; }

.bdr-b-0 {
  border-bottom: 0 !important; }

/*TYPOGRAPHY*/
h1 {
  font-size: 4.5rem;
  line-height: 5.2rem; }

.h2 {
  font-size: 3.6rem;
  line-height: 4.4rem; }

h2 {
  font-size: 2.8rem;
  line-height: 3.2rem; }

h3 {
  font-family: "Myriad Pro Semibold";
  color: #656C73; }

h4 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-family: "Myriad Pro Semibold"; }

h5 {
  font-size: 1.6rem;
  font-family: "Myriad Pro Semibold";
  color: #3F464B; }

.big-icon-txt {
  font-size: 5.2rem; }

p, .p {
  margin-bottom: 0;
  font-size: 2.2rem;
  line-height: 2.8rem;
  color: #656C73; }

.para-small {
  font-size: 1.8rem;
  line-height: 2.2rem; }

.tip {
  font-style: italic;
  font-family: "Myriad Pro Semibold"; }

.link {
  color: #3B82F6;
  font-family: "Myriad Pro Semibold"; }
  .link span {
    font-size: 1.7rem;
    color: #3B82F6; }
    .link span:not(.ml-1--2) {
      font-size: 1.4rem; }
  .link.disabled {
    color: #D2D4D6; }
  .link.link-sm {
    font-size: 1.4rem;
    line-height: 2rem; }
  .link-red {
    color: #F21314; }
    .link-red:hover, .link-red:focus {
      color: #F21314; }
    .link-red span {
      color: #F21314;
      font-size: 2rem; }
  .link-yellow {
    color: #FF9800; }
    .link-yellow:hover {
      color: #FF9800; }
  .link-gray {
    color: #3F464B; }
    .link-gray span {
      color: #3F464B; }
    .link-gray:hover {
      color: #3F464B; }
  .link-light-gray {
    color: #656C73; }
    .link-light-gray span {
      color: #656C73; }
    .link-light-gray:hover {
      color: #656C73; }
  .link-btn {
    background-color: transparent;
    border: 0;
    outline: 0;
    box-shadow: none; }

.txt-failure {
  color: #E74C3C; }

.txt-black {
  color: #000000; }

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

.link-underline {
  text-decoration: underline; }

.hero-txt {
  font-size: 4rem;
  line-height: 5.2rem;
  color: #FFFFFF;
  font-family: "Myriad Pro Semibold"; }

.sub {
  font-family: "Myriad Pro Light"; }

.txt-white {
  color: #FFFFFF; }

.txt-grey {
  color: #1C2731; }

.txt-light-grey {
  color: #3F464B; }

.txt-light {
  color: #656C73; }

.txt-yellow {
  color: #FF9800; }

.strong {
  font-family: "Myriad Pro Semibold"; }

.italic {
  font-family: "Myriad Pro Semibold Italic"; }

.txt-uppercase {
  text-transform: uppercase; }

.modal-subtitle {
  color: #ADB1B5;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal; }

@media (max-width: 1200px) {
  h1 + p.para-small {
    width: 75%; } }
@media (max-width: 1000px) {
  .hero-txt {
    font-size: 3.2rem;
    line-height: 4.5rem; }

  p, .p {
    font-size: 2rem;
    line-height: 2.4rem; }

  h1 {
    font-size: 4.2rem;
    line-height: 4.8rem; }

  .h2 {
    font-size: 3.2rem;
    line-height: 4rem; } }
@media (max-width: 767px) {
  h1 {
    font-size: 3.2rem;
    line-height: 4rem; }

  .h2 {
    font-size: 2.6rem;
    line-height: 3rem; }

  p, .p {
    font-size: 1.6rem;
    line-height: 2rem; }

  h3 {
    font-size: 2.4rem; } }
/*BUTTONS*/
.btn {
  border-radius: .8rem;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  height: 4rem;
  border: 0;
  display: flex;
  align-items: center;
  gap: .6rem;
  justify-content: center;
  padding: 0.6rem 1.2rem;
  font-family: "Myriad Pro Semibold"; }
  .btn .btn-disable-img {
    display: none; }
  .btn.disabled {
    background-color: #F0F0F0;
    color: #ADB1B5; }
  .btn span {
    font-size: 2rem; }
    .btn span.write_for_me {
      font-size: 1.4rem; }
  .btn-sm {
    height: 3.2rem;
    font-size: 1.4rem; }
  .btn-md {
    padding: 1rem 2.4rem; }

.btn-primary {
  background-color: #F21314;
  color: #FFFFFF; }
  .btn-primary span {
    font-size: 2rem; }
  .btn-primary:hover {
    background-color: #FDE2E2;
    color: #F21314; }
  .btn-primary:focus, .btn-primary:active {
    background-color: #C81E1E;
    color: #FFFFFF; }
    .btn-primary:focus:hover, .btn-primary:active:hover {
      background-color: #C81E1E;
      color: #FFFFFF; }
  .btn-primary:active {
    background-color: #C81E1E;
    color: #FFFFFF; }
    .btn-primary:active:focus {
      background-color: #C81E1E;
      color: #FFFFFF; }
    .btn-primary:active:hover {
      background-color: #C81E1E;
      color: #FFFFFF; }
  .btn-primary:disabled:hover {
    background-color: #F0F0F0;
    color: #ADB1B5; }

.btn-secondary {
  background-color: #3B82F6;
  color: #FFFFFF; }
  .btn-secondary:hover {
    background-color: #DBEAFE;
    color: #3B82F6; }
  .btn-secondary:focus, .btn-secondary:active {
    background-color: #3077B8;
    color: #FFFFFF; }
    .btn-secondary:focus:hover, .btn-secondary:active:hover {
      background-color: #3077B8;
      color: #FFFFFF; }

.btn-white {
  background-color: #FFFFFF;
  color: #F21314; }
  .btn-white:hover, .btn-white:focus {
    color: #F21314; }

.btn-transparent {
  background-color: transparent; }

.btn-white-blue {
  background-color: #FFFFFF;
  color: #3B82F6; }
  .btn-white-blue:hover, .btn-white-blue:focus {
    color: #3B82F6; }

.btn-grey {
  background-color: #F0F0F0;
  color: #ADB1B5;
  font-family: "Myriad Pro Semibold";
  outline: none;
  box-shadow: none; }
  .btn-grey:hover, .btn-grey:focus {
    color: #ADB1B5;
    outline: none; }
  .btn-grey:active {
    box-shadow: none; }
    .btn-grey:active:focus {
      outline: none; }

.btn-light-grey {
  background-color: #F0F0F0;
  color: #3F464B;
  font-family: "Myriad Pro Semibold";
  outline: none;
  box-shadow: none; }
  .btn-light-grey:hover, .btn-light-grey:focus {
    background-color: #FAFAFA;
    outline: none;
    color: #3F464B; }
  .btn-light-grey:active {
    box-shadow: none;
    background-color: #D2D4D6;
    color: #FFFFFF; }
    .btn-light-grey:active:focus {
      outline: none; }

.btn-lg {
  width: 32.5rem; }

.btn-icon {
  padding: .7rem;
  border-radius: .6rem;
  width: 3.2rem;
  height: 3.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.btn-disable {
  background-color: #F0F0F0;
  color: #ADB1B5; }
  .btn-disable span {
    display: none; }
  .btn-disable .btn-disable-img {
    height: 100%;
    display: inline-block; }
  .btn-disable:hover, .btn-disable:focus {
    background-color: #F0F0F0;
    color: #ADB1B5;
    outline: none; }
  .btn-disable:active {
    background-color: #F0F0F0;
    color: #ADB1B5; }
    .btn-disable:active:focus {
      outline: none; }

.btn-logout-span {
  display: flex;
  padding: 1rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: .8rem;
  color: #E74C3C;
  font-size: 1.6rem;
  line-height: normal;
  align-self: center;
  background-color: #FFFFFF;
  border: 0;
  border-radius: .8rem; }
  .btn-logout-span:hover {
    background-color: #FDE2E2;
    color: #E74C3C; }
  .btn-logout-span:active {
    background-color: #E74C3C;
    color: #FFFFFF; }
  .btn-logout-span.btn-disable span {
    display: inline-block; }

form#otp_verify {
  margin: 0; }

.form-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 35rem;
  justify-content: center;
  margin: auto; }

.form-group {
  margin-bottom: 2.4rem;
  position: relative; }
  .form-group .form-label {
    background: #FFFFFF;
    font-weight: normal;
    z-index: 1;
    position: absolute;
    top: 1.3rem;
    font-size: 1.8rem;
    color: #D2D4D6;
    line-height: 2.2rem;
    width: calc(100% - 4px);
    box-sizing: border-box;
    padding: 0 1rem;
    cursor: pointer;
    margin: 0 2px;
    transition: all .5s; }
    .form-group .form-label.lbl-top {
      top: -.8rem;
      font-size: 1.2rem;
      line-height: 1.4rem;
      width: max-content;
      padding: 0 4px;
      color: #3F464B;
      left: 1rem; }
    .form-group .form-label-right.lbl-top {
      right: 3rem;
      left: auto; }
    .form-group .form-label sup {
      color: #C81E1E !important;
      font-weight: normal;
      font-size: 100%;
      top: -0.3rem; }
  .form-group .form-control {
    width: 35rem;
    padding: 1rem 4.5rem 1rem 1.3rem;
    height: 4.8rem;
    color: #1C2731;
    font-size: 1.8rem;
    line-height: 2.2rem; }
    .form-group .form-control:focus {
      box-shadow: none; }
    .form-group .form-control:-internal-autofill-selected {
      background-color: initial; }
    .form-group .form-control:-webkit-autofill {
      background-color: initial; }
  .form-group .form-alert {
    font-size: 1.2rem;
    line-height: 1.4rem;
    padding: 0 1.5rem;
    display: none; }
    .form-group .form-alert.form-tip {
      display: block; }
    .form-group .form-alert:first-of-type {
      padding-top: 0.4rem; }
  .form-group .form-tip {
    font-size: 1.2rem;
    line-height: 1.4rem;
    padding: 0.4rem 1.5rem 0;
    display: block; }
  .form-group .input-div {
    position: relative;
    width: 100%; }
    .form-group .input-div span {
      position: absolute;
      line-height: 4.8rem;
      top: 0;
      right: 2rem;
      font-size: 2.5rem;
      cursor: pointer; }
    .form-group .input-div .input-tip {
      display: flex;
      gap: 1rem;
      position: absolute;
      left: 100%;
      top: 0.5rem;
      z-index: 11; }
      .form-group .input-div .input-tip span {
        opacity: 1;
        position: relative;
        right: 0;
        line-height: 4rem;
        top: 0;
        color: #656C73; }
    .form-group .input-div .keyword-tag-list {
      display: flex;
      gap: .6rem;
      position: absolute;
      top: 1rem;
      left: 1rem;
      width: calc(100% - 2rem); }
      .form-group .input-div .keyword-tag-list-item {
        background: #3F464B;
        height: 3rem;
        width: 7.5rem;
        border-radius: 0.6rem;
        flex-basis: 7.5rem;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.8rem; }
        .form-group .input-div .keyword-tag-list-item span {
          font-size: 1.2rem;
          line-height: 1.4rem;
          position: relative;
          right: 0; }
    .form-group .input-div select {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: none;
      /* Remove the background image */
      padding-right: 40px;
      /* Adjust the padding accordingly */ }
      .form-group .input-div select + span {
        position: absolute;
        right: 1rem;
        /* Adjust the right positioning as needed */
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        color: inherit;
        font-size: 2rem;
        cursor: pointer; }
      .form-group .input-div select option {
        font-size: 1.6rem;
        line-height: 1.5; }
  .form-group .input-url .form-control {
    padding-left: 5rem; }
  .form-group .input-url::before {
    content: "\e929";
    font-family: "icon-font";
    position: absolute;
    top: 1.4rem;
    left: 1.5rem;
    font-size: 2rem; }
  .form-group.error .form-label {
    color: #E74C3C; }
  .form-group.error .form-control {
    border-color: #E74C3C;
    border-width: 2px; }
  .form-group.error .form-alert {
    display: block;
    color: #E74C3C; }
  .form-group.error .input-div span {
    opacity: 0; }
  .form-group.error .input-div .input-tip span {
    opacity: 1; }
  .form-group.error .input-div::before {
    color: #E74C3C; }
  .form-group.error .input-div::after {
    content: "\e915";
    font-family: "icon-font";
    line-height: 4.8rem;
    top: 0;
    right: 2rem;
    font-size: 2.5rem;
    color: #E74C3C;
    position: absolute;
    z-index: 1; }
  .form-group.error .contry-dropdown {
    border-color: #E74C3C;
    border-width: 2px;
    color: #E74C3C; }
  .form-group.typing .form-label.lbl-top {
    color: #3B82F6; }
  .form-group.typing .form-control {
    border-color: #3B82F6;
    border-width: 2px; }
  .form-group.typing .contry-dropdown {
    border: 2px solid #3B82F6; }
  .form-group.typing select + span {
    color: #3B82F6; }
  .form-group.success .form-label {
    color: #5ED5A8; }
  .form-group.success .form-control {
    border-color: #5ED5A8;
    border-width: 2px; }
  .form-group.success .contry-dropdown {
    border-color: #5ED5A8;
    border-width: 2px; }
  .form-group.success .error {
    display: none !important; }
  .form-group.success .input-div span {
    opacity: 0; }
  .form-group.success .input-div .input-tip span {
    opacity: 1; }
  .form-group.success .input-div::before {
    color: #5ED5A8; }
  .form-group.success .input-div::after {
    content: "\e914";
    font-family: "icon-font";
    line-height: 4.8rem;
    top: 0;
    right: 2rem;
    font-size: 2.5rem;
    color: #5ED5A8;
    position: absolute; }
  .form-group-zip {
    width: 100%; }
    .form-group-zip .form-label {
      background: #FAFAFA; }
      .form-group-zip .form-label.lbl-top {
        background: #FFFFFF; }
    .form-group-zip .input-div .form-control {
      border-width: 0 0 1px 0;
      background: #FAFAFA;
      box-shadow: none;
      width: 100%; }
    .form-group-zip .input-div span {
      color: #3B82F6;
      z-index: 11; }
  .form-group-search {
    width: 60rem; }
    .form-group-search .form-control {
      width: 100%; }
  .form-group .input-search .form-control {
    padding-left: 5rem; }
  .form-group .input-search::before {
    content: "\e941";
    font-family: "icon-font";
    position: absolute;
    top: 1.4rem;
    left: 1.5rem;
    font-size: 2rem;
    color: #ADB1B5; }
  .form-group textarea.form-control {
    width: 42.5rem;
    overflow-y: overlay;
    padding: 1rem;
    height: 32rem; }
    .form-group textarea.form-control#business_description_gpt::-webkit-scrollbar {
      width: 7px;
      height: 7px;
      background: #f1f5f9;
      border-radius: 0px; }
    .form-group textarea.form-control#business_description_gpt::-webkit-scrollbar-thumb {
      background: #ddd;
      border-radius: 6px; }

.input-group-addon {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  width: 4.8rem;
  height: 4.6rem;
  display: flex;
  align-items: center; }
  .input-group-addon span {
    font-size: 2.4rem;
    color: #3B82F6; }
.input-group .form-control {
  padding-right: 4.8rem; }
  .input-group .form-control:first-child {
    border-top-right-radius: .4rem;
    border-bottom-right-radius: .4rem; }

input:-internal-autofill-selected {
  background-color: transparent !important; }
input:-webkit-autofill {
  background-color: transparent !important; }
input[type="password"]::-ms-reveal, input[type="password"]::-ms-clear {
  display: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important; }

.range-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-right: 2rem; }
  .range-container .range-custom-track {
    width: calc(100% - 6rem);
    height: 4px;
    background: linear-gradient(to right, red, red);
    border: 1px solid transparent;
    left: 3rem;
    border-radius: 2px;
    position: absolute; }
  .range-container .range-input {
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    width: calc(100% - 6rem);
    height: 4px;
    background: #444444;
    border-radius: 2px;
    outline: none; }
    .range-container .range-input::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 2.4rem;
      height: 2.4rem;
      border-radius: 50%;
      background: #FFFFFF;
      border: 2px solid #F77172;
      cursor: pointer;
      z-index: 10;
      position: relative; }
      .range-container .range-input::-webkit-slider-thumb::before {
        content: "";
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border-radius: 50%;
        display: block;
        background-color: #FFFFFF;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10; }
    .range-container .range-input::-moz-range-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 2.4rem;
      height: 2.4rem;
      border-radius: 50%;
      background: #FFFFFF;
      border: 2px solid #F77172;
      cursor: pointer;
      z-index: 9999;
      position: relative; }
      .range-container .range-input::-moz-range-thumb::before {
        content: "";
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border-radius: 50%;
        display: block;
        background-color: #FFFFFF;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99999; }
    .range-container .range-input + .bubble {
      top: 3.2rem;
      padding: 6px;
      font-size: 10px;
      left: 3.2rem; }
    .range-container .range-input::-moz-range-progress {
      background-color: #F21314; }
  .range-container .minus-button, .range-container .plus-button {
    margin: 0 0.4rem; }
    .range-container .minus-button span, .range-container .plus-button span {
      font-size: 2.2rem; }

.cr-slider-wrap {
  position: absolute; }
  .cr-slider-wrap .cr-slider {
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: initial;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    outline: none;
    width: 28rem;
    left: 2.4rem;
    bottom: -2.2rem;
    position: absolute;
    z-index: 10;
    padding: 0;
    background-color: #444;
    /* For Firefox */ }
    .cr-slider-wrap .cr-slider::-moz-range-progress {
      background-color: #F21314; }
    .cr-slider-wrap .cr-slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 2.4rem;
      height: 2.4rem;
      border-radius: 50%;
      background: #FFFFFF;
      border: 2px solid #F77172;
      cursor: pointer;
      margin-top: -10px;
      z-index: 12;
      position: relative; }
      .cr-slider-wrap .cr-slider::-webkit-slider-thumb::before {
        content: "";
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border-radius: 50%;
        display: block;
        background-color: #FFFFFF;
        position: absolute;
        top: 0;
        left: 0; }
    .cr-slider-wrap .cr-slider::-moz-range-thumb {
      -moz-appearance: none;
      appearance: none;
      width: 2.4rem;
      height: 2.4rem;
      border-radius: 50%;
      background: #FFFFFF;
      border: 2px solid #F77172;
      cursor: pointer;
      margin-top: -10px;
      z-index: 12;
      position: relative; }
      .cr-slider-wrap .cr-slider::-moz-range-thumb::before {
        content: "";
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border-radius: 50%;
        display: block;
        background-color: #FFFFFF;
        position: absolute;
        top: 0;
        left: 0; }
    .cr-slider-wrap .cr-slider::before {
      content: "";
      position: absolute;
      width: calc(var(--track-width, 0%) - 1.2rem);
      height: 100%;
      background-color: #F21314;
      z-index: 11;
      height: 4px; }

.croppie-container .cr-resizer, .croppie-container .cr-viewport {
  box-shadow: 0 0 2000px 2000px rgba(255, 255, 255, 0.5);
  z-index: 0;
  border: 4px solid #FFFFFF; }

.resize-img-container {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23656C73FF' stroke-width='4' stroke-dasharray='10%2c 15' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  padding: 1px; }

.resize-img-controls {
  text-align: right;
  border-top: 1px solid #e5e5e5;
  padding: 1.5rem; }
  .resize-img-controls .range-container {
    width: 28rem; }
    .resize-img-controls .range-container .minus-button {
      position: absolute;
      left: -2.2rem; }
    .resize-img-controls .range-container .plus-button {
      position: absolute;
      right: -1.6rem; }

@media (max-width: 1200px) {
  .form-group-url {
    align-self: flex-start;
    width: 100%; }
    .form-group-url .form-label {
      width: calc(100% - 17rem); }
    .form-group-url .input-div {
      border: 1px solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
      height: 4.8rem; }
      .form-group-url .input-div .form-control {
        border: 0;
        width: 18rem;
        float: left;
        padding-right: 1rem;
        height: 4.5rem; }
      .form-group-url .input-div .input-tip {
        margin-left: 0.5rem;
        position: relative;
        top: 0.3rem;
        left: 0.5rem;
        z-index: 11; }
      .form-group-url .input-div span.remove-val {
        display: none; }
    .form-group-url.typing .input-div, .form-group-url.success .input-div, .form-group-url.error .input-div {
      border-width: 2px;
      height: calc(4.8rem + 4px); }
      .form-group-url.typing .input-div .input-tip, .form-group-url.success .input-div .input-tip, .form-group-url.error .input-div .input-tip {
        top: .4rem; }
    .form-group-url.typing .input-div {
      border-color: #3B82F6; }
    .form-group-url.success .input-div {
      border-color: #5ED5A8; }
    .form-group-url.error .input-div {
      border-color: #E74C3C; }

  .form-group-url .input-div .input-tip {
    left: 2rem; }

  .safari .form-group-url .input-div .input-tip {
    left: -.3rem; } }
@media (max-width: 767px) {
  .form-group textarea.form-control {
    width: 100%; } }
@media (max-width: 360px) {
  .form-group-url .input-div .input-tip span {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    opacity: 0; } }
/*COUNTRY DROPDOWN*/
.contry-dropdown {
  display: flex;
  width: 35rem;
  height: 4.8rem;
  align-items: center;
  border: 1px solid #ADB1B5;
  border-radius: 6px;
  position: relative; }
  .contry-dropdown label {
    position: absolute;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.4rem;
    background: #FFFFFF;
    z-index: 1;
    margin: 0;
    top: -1rem;
    left: 1.2rem;
    padding: 0 4px;
    color: #3F464B; }
    .contry-dropdown label.form-label {
      width: 24rem;
      left: 10rem; }
  .contry-dropdown .iti--allow-dropdown {
    border-right: 0.5px solid #D2D4D6;
    height: 4rem;
    width: 10rem;
    flex-shrink: 0; }
    .contry-dropdown .iti--allow-dropdown .form-control {
      font-weight: 400;
      font-size: 1.2rem;
      line-height: 1.4rem;
      color: #656C73; }
    .contry-dropdown .iti--allow-dropdown .iti__flag-container .iti__selected-flag {
      width: 9.5rem;
      justify-content: space-between; }
    .contry-dropdown .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
    .contry-dropdown .iti--allow-dropdown .iti__flag-container + input {
      width: 9rem;
      font-size: 1.2rem;
      color: #656C73;
      height: 100%;
      border: 0;
      padding-right: 1rem;
      padding-left: 3.9rem;
      text-align: right; }
      .contry-dropdown .iti--allow-dropdown .iti__flag-container + input:focus-visible {
        outline: none; }
    .contry-dropdown .iti--allow-dropdown + input {
      height: 4.6rem; }
  .contry-dropdown input.form-control {
    height: 100%;
    border: 0;
    outline: 0;
    box-shadow: none;
    color: #1C2731;
    font-size: 1.8rem;
    line-height: 2.2rem;
    border-radius: 6px; }
    .contry-dropdown input.form-control.form-control {
      height: 4.4rem;
      width: 21rem; }
    .contry-dropdown input.form-control:focus {
      border: 0;
      box-shadow: none; }

/*CHECKBOX*/
.checkbox {
  padding-left: 2rem;
  position: relative;
  display: flex;
  align-items: center; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 1.5rem;
    font-family: "Myriad Pro Semibold";
    font-size: 1.4rem; }
    .checkbox label::before {
      content: '';
      display: inline-block;
      position: absolute;
      width: 1.8rem;
      height: 1.8rem;
      left: 0;
      top: 2px;
      margin-left: -2rem;
      border: 1px solid #ADB1B5;
      background-color: #FFFFFF; }
  .checkbox input {
    opacity: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    margin-left: -2rem;
    width: 18px;
    height: 18px; }
    .checkbox input:checked + label::before {
      border-color: #C81E1E;
      background-color: #C81E1E;
      z-index: 0; }
    .checkbox input:checked + label::after {
      content: "\e914";
      position: absolute;
      left: -1.8rem;
      top: 0;
      font-family: "icon-font";
      color: #FFFFFF; }

/*ALERT*/
.alert {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7rem;
  padding: .5rem 3.5rem;
  font-family: "Myriad Pro Semibold";
  border-radius: .8rem; }
  .alert-warning {
    background-color: #FDE2E2;
    color: #F21314; }

/*ICON*/
.icon-outline-blue {
  stroke: #3B82F6;
  fill: #FFFFFF; }

.icon-w-1--4 {
  width: 1.4rem;
  height: 1.4rem;
  vertical-align: middle;
  display: inline-block; }

.icon-w-2 {
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  display: inline-block; }

/*OTP*/
.otp .devider {
  width: 18px;
  height: 2px;
  background-color: #000000;
  display: block; }
.otp-txt {
  border: 1px solid #ADB1B5;
  border-radius: 6px;
  width: 7rem;
  height: 4.8rem;
  outline: none;
  font-size: 2.2rem;
  line-height: 2.8rem;
  padding: 1rem;
  color: #1C2731;
  text-align: center;
  -moz-appearance: textfield; }
  .otp-txt::-webkit-outer-spin-button, .otp-txt::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; }
  .otp-txt:focus {
    outline: none; }

.pagination-register span {
  font-size: 1.4rem;
  text-transform: capitalize;
  line-height: 3.2rem;
  padding: 0 0.6rem;
  color: #656C73; }
.pagination-register a {
  border-radius: 0;
  padding: 0; }
  .pagination-register a.prev {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .pagination-register a.next {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #ADB1B5; }
  .pagination-register a span {
    color: #1C2731;
    font-size: 2.5rem; }

.li-bullet {
  padding-left: 1.2rem; }
  .li-bullet li {
    list-style: none;
    position: relative;
    padding-left: 2rem; }
    .li-bullet li::before {
      content: "";
      width: .5rem;
      height: .5rem;
      background-color: #656C73;
      display: block;
      position: absolute;
      border-radius: 50%;
      left: 0;
      top: .9rem; }

.modal {
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(1.1rem); }
  .modal.in {
    display: flex !important;
    align-items: center;
    justify-content: center; }
  .modal .close {
    background-color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    position: absolute;
    right: 0;
    opacity: 1;
    top: 2px;
    right: 2px;
    padding: 0.4rem; }
    .modal .close:hover, .modal .close:focus {
      opacity: .7; }
    .modal .close span {
      color: #656C73;
      font-size: 2.4rem; }
    .modal .close:hover {
      background-color: #F0F0F0; }
      .modal .close:hover span {
        color: #656C73; }
    .modal .close:active, .modal .close:focus {
      background-color: #D2D4D6; }
      .modal .close:active span, .modal .close:focus span {
        color: #F0F0F0; }
  .modal-sm {
    width: 572px; }
  .modal-md {
    max-width: 50rem; }
  .modal-lg {
    max-width: 733px; }
  .modal-xsm {
    max-width: 392px; }
  .modal-header-empty {
    padding: .4rem 0;
    border: 0; }
  .modal-header-no-bdr {
    border-bottom: 0; }
  .modal-footer-no-bdr {
    border-top: 0; }
  .modal-title {
    font-size: 2.2rem;
    line-height: 2.8rem;
    color: #000000; }
  .modal-content {
    border-radius: 12px; }
  .modal .rotate-button span {
    font-size: 2.2rem; }
  .modal.cp-modal .close {
    padding: 0;
    top: 6px;
    right: 3px; }
  .modal.cp-modal .modal-header {
    padding: 2rem 2rem 0; }
  .modal.cp-modal .modal-footer {
    padding: 0 2rem 2rem; }
  .modal.cp-modal .modal-body {
    padding: 2rem; }

.resize-img-container {
  position: relative;
  height: 400px;
  width: 100%; }

#drop-zone {
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: #F0F0F0;
  border: 0;
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; }
  #drop-zone video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    #drop-zone video::-webkit-media-controls {
      display: none !important; }
  #drop-zone-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    #drop-zone-preview img {
      width: 100%;
      height: 100%;
      z-index: 11; }
  #drop-zone p {
    font-size: 1.8rem;
    line-height: 2.2rem;
    width: 50%; }

.profile-photo-left .btn-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  gap: .5rem; }
  .profile-photo-left .btn-row button {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    height: 4rem; }

.material-search label {
  width: 100%;
  font-weight: normal;
  position: relative; }
  .material-search label::before {
    content: "\e941";
    font-family: "icon-font";
    position: absolute;
    top: 1.4rem;
    left: 1rem;
    font-size: 2rem;
    color: #ADB1B5; }
.material-search input.form-control {
  padding-left: 4rem; }
  .material-search input.form-control::placeholder {
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #ADB1B5; }

.filters-row-wrap {
  margin: 1rem 0 2.4rem;
  display: flex;
  justify-content: space-between; }
  .filters-row-wrap .filters-row-conetnt {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem; }
    .filters-row-wrap .filters-row-conetnt .filters__row {
      background: #3F464B;
      border-radius: .4rem;
      display: flex;
      padding: .9rem 1rem;
      align-items: center;
      margin-right: .4rem;
      color: #FFFFFF;
      font-size: 1.2rem;
      line-height: 1.4rem; }
      .filters-row-wrap .filters-row-conetnt .filters__row a {
        color: #FFFFFF;
        font-size: 1.8rem;
        margin-left: 5px; }

.social-login .button-row {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 2rem; }
.social-login .social-btn {
  border-radius: 50px;
  border: 1px solid #E0E0E9;
  background: #FFFFFF;
  display: flex;
  padding: 1.2rem 5.2rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #1D1C2B;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  /* 125% */
  height: auto; }
  .social-login .social-btn:hover {
    box-shadow: 0 0 5px #D2D4D6; }
.social-login .apple-login-container {
  margin-top: 1.2rem; }
  .social-login .apple-login-container .social-btn {
    width: 100%;
    outline: 0; }
    .social-login .apple-login-container .social-btn:focus {
      outline: 0; }

.tooltip {
  z-index: 9999999999; }
  .tooltip-arrow {
    border-bottom-color: #3F464B; }
  .tooltip.top .tooltip-arrow {
    border-top-color: #3F464B; }
  .tooltip.right .tooltip-arrow {
    border-right-color: #3F464B; }
  .tooltip.left .tooltip-arrow {
    border-left-color: #3F464B; }
  .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #3F464B; }
  .tooltip-inner {
    padding: .6rem .8rem;
    border-radius: .6rem;
    background: #3F464B; }

#carouselRewrite {
  width: -webkit-max-content;
  margin-left: auto;
  background-color: #3B82F6;
  padding: .6rem 3.2rem;
  border-radius: .6rem;
  margin-top: .6rem; }
  #carouselRewrite .carousel-inner {
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
    /* 142.857% */
    width: -webkit-max-content; }
    #carouselRewrite .carousel-inner .item {
      min-height: auto !important; }
  #carouselRewrite .carousel-control {
    background-image: none;
    padding: 0 1rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    text-shadow: none;
    min-height: auto !important; }
    #carouselRewrite .carousel-control:focus, #carouselRewrite .carousel-control:active, #carouselRewrite .carousel-control:hover {
      background: rgba(219, 234, 254, 0.14); }
  #carouselRewrite .item {
    padding: 0 .4rem !important; }

/*TOST MESSAGE CSS OVERULE*/
#toast-container > div {
  opacity: 1;
  filter: alpha(opacity=100); }

.toast-success {
  background-color: #5ED5A8; }

.toast-error {
  background-color: #E74C3C; }

.toast-info {
  background-color: #3B82F6; }

.toast-warning {
  background-color: #FF9800; }

@media (max-width: 1000px) {
  .li-bullet {
    font-size: 1.8rem;
    line-height: 2.2rem; } }
@media (max-width: 767px) {
  .checkbox label {
    font-size: 1.6rem; }

  .safari .checkbox-new label::before {
    top: 0; }
  .safari .checkbox-new input:checked + label::after {
    top: -2px; }
  .safari .link span:not(.ml-1--2) {
    font-size: 1.6rem; }

  #drop-zone {
    width: 50vw;
    height: 50vw;
    max-width: 22rem;
    max-height: 22rem;
    margin: auto; }
    #drop-zone p {
      font-size: 1.6rem;
      line-height: 2rem; }

  #ProfilePhoto .modal-md {
    max-width: 94vw;
    max-height: 80vh;
    width: 100%; }
  #ProfilePhoto .resize-img-controls {
    padding: 1rem 0; }
    #ProfilePhoto .resize-img-controls .range-container {
      max-width: 60%; }
      #ProfilePhoto .resize-img-controls .range-container .minus-button, #ProfilePhoto .resize-img-controls .range-container .plus-button {
        margin: 0; }
      #ProfilePhoto .resize-img-controls .range-container .minus-button {
        left: 0; }
  #ProfilePhoto .croppie-container .cr-boundary {
    width: calc(100% - 2px); }
  #ProfilePhoto .croppie-container .cr-slider-wrap {
    max-width: calc(60% - 30px); }
    #ProfilePhoto .croppie-container .cr-slider-wrap .cr-slider {
      max-width: 100%;
      bottom: -1.7rem; }

  .map {
    max-width: 94vw; }

  .li-bullet li::before {
    top: 0.7rem; }

  .modal-lg {
    margin: 10px auto;
    max-width: 95%; } }
.wrapper {
  min-height: 100vh;
  background-color: #FFFFFF;
  flex-wrap: wrap; }
  .wrapper section {
    height: auto;
    min-height: 100vh; }
  .wrapper .left {
    flex: 0 0 42.8rem;
    padding: 2.6rem 1.3rem; }
    .wrapper .left-content {
      margin: 5rem 0; }
  .wrapper .right {
    flex-grow: 1;
    padding: 4.4rem 3.2rem 2rem 3.2rem; }
    .wrapper .right-content {
      flex-grow: 1; }
  .wrapper .full {
    padding: 3.2rem;
    flex-basis: 100%; }
    .wrapper .full-content {
      flex-grow: 1; }

.bg-image {
  background-image: url("../../images/register/bg-image.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-color: #F21314;
  background-size: 42.8rem 52vh; }
  .bg-image.step_x, .bg-image.step_profile_info {
    background-size: 42.8rem;
    background-image: url("../../images/register/bg-image-2.svg"); }

.bg-white {
  background-image: none;
  background-color: #FFFFFF; }

.box-shadow {
  box-shadow: 0 17px 33px -2px rgba(28, 39, 49, 0.08); }

/*NAV ACCORDION*/
.nav-accordion {
  margin: 2.4rem 0; }
  .nav-accordion .panel {
    border: 0;
    box-shadow: none; }
  .nav-accordion .panel + .panel {
    margin-top: 0; }
  .nav-accordion .panel-heading + .panel-collapse > .panel-body {
    border-top: 0; }
  .nav-accordion .panel-heading {
    background-color: transparent;
    padding: 0 1.5rem 1.7rem; }
    .nav-accordion .panel-heading .panel-title {
      font-size: 1.6rem; }
      .nav-accordion .panel-heading .panel-title a {
        font-size: 2.2rem;
        line-height: 2.4rem;
        display: block;
        position: relative; }
        .nav-accordion .panel-heading .panel-title a:focus {
          text-decoration: none; }
        .nav-accordion .panel-heading .panel-title a::after {
          content: "\e97e";
          font-family: "icon-font";
          position: absolute;
          right: 0;
          line-height: 3.8rem;
          color: #ADB1B5; }
      .nav-accordion .panel-heading .panel-title.completed .accordion-toggle {
        color: #656C73 !important; }
        .nav-accordion .panel-heading .panel-title.completed .accordion-toggle::after {
          content: "" !important; }
      .nav-accordion .panel-heading .panel-title .accordion-toggle:not(.collapsed) {
        color: #3B82F6;
        font-size: 2.4rem;
        line-height: 2.8rem;
        font-family: "Myriad Pro Semibold"; }
        .nav-accordion .panel-heading .panel-title .accordion-toggle:not(.collapsed) .step {
          background-color: #3B82F6;
          color: #FFFFFF;
          font-family: "Myriad Pro Regular"; }
        .nav-accordion .panel-heading .panel-title .accordion-toggle:not(.collapsed)::after {
          content: "\e97d";
          font-family: "icon-font"; }
      .nav-accordion .panel-heading .panel-title.completed a {
        text-decoration: line-through; }
        .nav-accordion .panel-heading .panel-title.completed a .step::before {
          content: "";
          width: 4.2rem;
          height: 4.2rem;
          background-color: #5ED5A8;
          border-radius: 50%;
          display: block;
          position: absolute;
          left: -2px;
          top: -2px;
          box-shadow: 0px 0px 6px #5ED5A8; }
        .nav-accordion .panel-heading .panel-title.completed a .step::after {
          content: "\e914";
          color: #FFFFFF;
          font-family: "icon-font";
          position: absolute;
          left: 1rem;
          top: 0;
          font-size: 2rem; }
    .nav-accordion .panel-heading span.step {
      border-radius: 50%;
      border: 1px solid #3B82F6;
      width: 3.8rem;
      height: 3.8rem;
      color: #3B82F6;
      text-align: center;
      line-height: 3.8rem;
      display: inline-block;
      margin-right: 1rem;
      position: relative; }
    .nav-accordion .panel-heading a {
      color: #656C73; }
      .nav-accordion .panel-heading a:hover {
        text-decoration: none; }
  .nav-accordion .panel-body {
    margin-left: 6rem; }
    .nav-accordion .panel-body li a {
      font-size: 2rem;
      line-height: 2.8rem;
      color: #ADB1B5;
      display: flex;
      align-items: center;
      gap: 6px;
      padding: 2px 2.4rem 2px 1rem;
      margin-bottom: 3.2rem; }
      .nav-accordion .panel-body li a img {
        width: 2rem; }
    .nav-accordion .panel-body li.active a {
      background-color: #F0F0F0;
      border-radius: 4px;
      color: #3F464B;
      font-family: "Myriad Pro Semibold";
      position: relative; }
      .nav-accordion .panel-body li.active a::after {
        content: "\e945";
        font-family: "icon-font";
        position: absolute;
        right: .5rem;
        font-size: 2rem;
        font-weight: 600; }
    .nav-accordion .panel-body li.completed a {
      text-decoration: line-through; }
      .nav-accordion .panel-body li.completed a .li-img {
        position: relative; }
        .nav-accordion .panel-body li.completed a .li-img img {
          opacity: 0; }
        .nav-accordion .panel-body li.completed a .li-img::before {
          content: "";
          width: 2.2rem;
          height: 2.2rem;
          background-color: #5ED5A8;
          border-radius: 50%;
          display: block;
          position: absolute;
          left: 0;
          box-shadow: 0px 0px 6px #5ED5A8; }
        .nav-accordion .panel-body li.completed a .li-img::after {
          content: "\e914";
          color: #FFFFFF;
          font-family: "icon-font";
          position: absolute;
          left: 0;
          top: 0;
          font-size: 2rem;
          line-height: 2rem; }

.loader-gif {
  display: block;
  width: 6.3rem;
  margin-top: 5.5rem; }

.profile-photo {
  gap: 4rem;
  flex-wrap: wrap; }
  .profile-photo #drop-zone span[class^="icon"] {
    font-size: 6rem;
    display: block;
    margin-bottom: 1.6rem; }
  .profile-photo #drop-zone p {
    color: #3F464B; }

.profile-img span {
  font-size: 3.5rem; }
.profile-img-success {
  color: #5ED5A8; }
.profile-img-failure {
  color: #E74C3C; }

.service-area-content {
  max-width: 60rem;
  margin: 1rem auto; }
  .service-area-content .form-group {
    width: 100%; }
    .service-area-content .form-group .form-control {
      width: 100%; }
  .service-area-content .filters-row-wrap-blue {
    justify-content: stretch;
    width: 100%;
    margin-bottom: 1.2rem;
    flex-direction: column;
    margin-bottom: 2rem; }
    .service-area-content .filters-row-wrap-blue .filters-row-conetnt .filters__row {
      background: #DBEAFE;
      border-radius: 4px;
      display: flex;
      padding: .9rem 1rem;
      align-items: center; }
      .service-area-content .filters-row-wrap-blue .filters-row-conetnt .filters__row .filters-row__name {
        font-size: 1.4rem;
        color: #3B82F6;
        font-family: "Myriad Pro Semibold"; }

.services-provided {
  margin: 1rem auto; }
  .services-provided .services-provided-list {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 1.2rem;
    flex-wrap: wrap;
    overflow-y: auto;
    max-height: 24rem; }
    .services-provided .services-provided-list::-webkit-scrollbar {
      width: 7px;
      height: 7px;
      background: #f1f5f9;
      border-radius: 0px; }
    .services-provided .services-provided-list::-webkit-scrollbar-thumb {
      background: #ddd;
      border-radius: 6px; }
    .services-provided .services-provided-list-item {
      width: calc(25% - 1.2rem);
      height: 11rem;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 0.9rem;
      border: 1px solid #D2D4D6;
      border-radius: 6px;
      flex-basis: 0 0 11rem;
      padding: 0 1rem;
      cursor: pointer; }
      .services-provided .services-provided-list-item .service-icon {
        font-size: 5.7rem;
        color: #656C73; }
      .services-provided .services-provided-list-item span:not(.service-icon) {
        font-family: "Myriad Pro Semibold";
        font-size: 1.6rem;
        text-align: center;
        display: block;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-flex;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }
      .services-provided .services-provided-list-item.selected {
        background-color: #3B82F6; }
        .services-provided .services-provided-list-item.selected .service-icon {
          color: #FFFFFF; }
        .services-provided .services-provided-list-item.selected span:not(.service-icon) {
          color: #FFFFFF; }
      .services-provided .services-provided-list-item:hover {
        background-color: #3B82F6; }
        .services-provided .services-provided-list-item:hover .service-icon {
          color: #FFFFFF; }
        .services-provided .services-provided-list-item:hover span:not(.service-icon) {
          color: #FFFFFF; }

.services-provided-list-sm {
  display: flex;
  gap: 1rem; }
  .services-provided-list-sm .services-provided-list-item-sm {
    width: 4.2rem;
    height: 4.2rem;
    background: #DBEAFE;
    border-radius: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3B82F6;
    font-size: 2.2rem;
    position: relative; }
    .services-provided-list-sm .services-provided-list-item-sm a.minus-item {
      background-color: #F77172;
      color: #FFFFFF;
      width: 1.4rem;
      height: 1.4rem;
      border-radius: 50%;
      text-align: center;
      position: absolute;
      top: -0.5rem;
      right: -0.4rem; }
      .services-provided-list-sm .services-provided-list-item-sm a.minus-item span {
        font-size: 1.4rem; }
  .services-provided-list-sm .primary_1 {
    border: 2px solid #5ED5A8; }

.services-no-record p {
  color: #ADB1B5;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px; }
.services-no-record .btn-transparent {
  width: 11rem;
  height: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.9rem;
  border: 1px solid #D2D4D6;
  border-radius: 6px;
  flex-basis: 0 0 11rem;
  padding: 0 2rem;
  cursor: pointer; }
  .services-no-record .btn-transparent span {
    color: #656C73;
    text-align: center;
    font-size: 1.6rem;
    font-family: "Myriad Pro Semibold Italic";
    line-height: normal;
    letter-spacing: 0.1px; }
  .services-no-record .btn-transparent img {
    filter: invert(41%) sepia(77%) saturate(1997%) hue-rotate(202deg) brightness(99%) contrast(95%); }
  .services-no-record .btn-transparent:hover, .services-no-record .btn-transparent:focus, .services-no-record .btn-transparent:active {
    background-color: #3B82F6;
    color: #FFFFFF; }
    .services-no-record .btn-transparent:hover span, .services-no-record .btn-transparent:focus span, .services-no-record .btn-transparent:active span {
      color: #FFFFFF; }
    .services-no-record .btn-transparent:hover img, .services-no-record .btn-transparent:focus img, .services-no-record .btn-transparent:active img {
      filter: invert(100%) sepia(80%) saturate(0%) hue-rotate(332deg) brightness(109%) contrast(101%); }

#newServiceCategory .checkbox label {
  padding-left: 1rem;
  font-family: "Myriad Pro Regular";
  color: #656C73;
  font-size: 1.6rem; }

.business-description {
  max-width: 42.5rem;
  margin: auto; }
  .business-description .form-group {
    margin-bottom: .6rem; }

.wrapper .setup {
  padding: 0; }

.setup .top {
  background-color: #263238;
  padding: 1.2rem 1.4rem 0;
  display: flex;
  align-items: center; }
  .setup .top p {
    font-size: 1.8rem;
    line-height: 2.2rem; }
  .setup .top-left {
    flex-basis: 60%;
    display: flex;
    gap: 2.4rem;
    margin-left: 7.5rem;
    flex-grow: 0;
    overflow-y: hidden; }
    .setup .top-left .profile-img {
      margin-bottom: -2rem; }
      .setup .top-left .profile-img img {
        width: 10.7rem;
        height: 10.4rem; }
  .setup .top-right {
    flex-basis: 40%;
    justify-content: flex-end;
    display: flex; }
    .setup .top-right .btn-row {
      gap: 2.2rem;
      display: flex;
      align-items: center; }
.setup .content {
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  max-width: 91.2rem;
  margin: 6rem auto 2rem; }
  .setup .content .setup-steps {
    height: 5px;
    background-color: #3F464B;
    border-radius: 4px;
    margin: 0 5px;
    position: relative; }
    .setup .content .setup-steps::before {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 5px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      background-image: linear-gradient(to right, #EAB069, #EE1E25, #3B82F6, #9DFF94);
      top: 0;
      left: 0; }
    .setup .content .setup-steps--step1::before {
      width: 16.67%; }
    .setup .content .setup-steps--step2::before {
      width: 33.33%; }
    .setup .content .setup-steps--step3::before {
      width: 50%; }
    .setup .content .setup-steps--step4::before {
      width: 66.67%; }
    .setup .content .setup-steps--step5::before {
      width: 83.33%; }
    .setup .content .setup-steps--step6::before {
      width: 100%; }
  .setup .content-heading {
    padding: 2.4rem; }
    .setup .content-heading span[class^="icon"] {
      font-size: 2.4rem; }
    .setup .content-heading-right {
      font-size: 1.4rem;
      line-height: 2rem; }

.setup-accordion {
  padding: 1.4rem 2.4rem;
  margin-top: 0; }
  .setup-accordion .panel.active {
    border: 2px solid #3B82F6;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1), 0 0.2rem 0.2rem rgba(0, 0, 0, 0.3); }
  .setup-accordion .panel-heading {
    padding: 2rem 2.4rem; }
    .setup-accordion .panel-heading span.step {
      font-size: 18px;
      line-height: 22px;
      padding: 0.5rem;
      margin-left: 0;
      width: 3.2rem;
      height: 3.2rem; }
    .setup-accordion .panel-heading .panel-title {
      font-family: "Myriad Pro Regular"; }
      .setup-accordion .panel-heading .panel-title a {
        font-size: 2rem;
        color: #3F464B; }
        .setup-accordion .panel-heading .panel-title a::after {
          color: #3B82F6;
          font-size: 2.5rem; }
      .setup-accordion .panel-heading .panel-title .accordion-toggle:not(.collapsed) {
        color: #3F464B;
        font-family: "Myriad Pro Regular";
        font-size: 2rem; }
        .setup-accordion .panel-heading .panel-title .accordion-toggle:not(.collapsed) .step {
          background-color: #FFFFFF;
          color: #3B82F6; }
  .setup-accordion .panel-body {
    display: flex;
    margin-left: 0;
    padding: 2rem 0;
    gap: 2.4rem; }
    .setup-accordion .panel-body p {
      font-size: 1.8rem;
      line-height: 2.2rem;
      color: #3F464B; }
    .setup-accordion .panel-body .right {
      padding: 1.5rem 0; }
    .setup-accordion .panel-body .left {
      padding: 0;
      flex-basis: 50%; }

.profile-img-lg {
  height: 30vh;
  position: relative; }
  .profile-img-lg img {
    max-height: 100%; }
  .profile-img-lg a {
    position: absolute;
    right: -3.2rem; }

.or-txt {
  font-size: 1.4rem;
  color: #656C73;
  line-height: 1.7rem;
  position: relative; }
  .or-txt::before {
    content: "";
    width: 3rem;
    border-top: 2px dashed #656C73;
    position: absolute;
    display: block;
    left: -3.5rem;
    top: 0.9rem; }
  .or-txt::after {
    content: "";
    width: 3rem;
    border-top: 2px dashed #656C73;
    position: absolute;
    display: block;
    left: 1.5rem;
    top: 0.9rem; }

.map {
  height: 30rem;
  width: 60rem;
  position: relative; }
  .map::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../../images/register/map-mask.svg);
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .map #map {
    height: 100%;
    border-radius: 1rem; }

.map-range {
  width: 60rem; }
  .map-range label {
    color: #656C73;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: .5rem; }
  .map-range .range-container {
    max-width: 40rem; }

a[href^="http://maps.google.com/maps"] {
  display: none !important; }

a[href^="https://maps.google.com/maps"] {
  display: none !important; }

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none; }

.gmnoprint div {
  background: none !important; }

.setup-complete-img {
  width: 12rem;
  margin-bottom: 6rem; }

.tab-pane-content.h-100 {
  min-height: calc(100vh - 8.8rem); }
.tab-pane-content:focus-visible {
  outline: none; }

#how-find-us form {
  margin: 0; }

*:focus-visible {
  outline: none; }

@media (max-width: 1400px) {
  .services-provided .services-provided-list-item {
    width: calc(33% - 1.2rem); } }
@media (max-width: 1300px) {
  .profile-photo-right {
    max-width: calc(100% - 24vw); } }
@media (max-width: 1200px) {
  .nav-accordion .panel-body {
    margin-left: 0; }
    .nav-accordion .panel-body li a {
      margin-bottom: 1.5rem; }
  .nav-accordion .panel-heading {
    padding: 0 0 2rem; }
    .nav-accordion .panel-heading span.step {
      margin-right: 0;
      flex: 0 0 3.8rem; }
    .nav-accordion .panel-heading .panel-title a {
      display: flex;
      align-items: center;
      gap: 1rem;
      padding-right: 2.5rem;
      font-size: 2rem;
      line-height: 2.2rem; }
      .nav-accordion .panel-heading .panel-title a::after {
        top: 50%;
        transform: translateY(-50%); } }
@media (max-width: 1000px) {
  .bg-image {
    background-size: 30rem; }
    .bg-image.step_x, .bg-image.step_profile_info {
      background-size: 30rem; }
      .bg-image.step_x h1, .bg-image.step_x .h2, .bg-image.step_profile_info h1, .bg-image.step_profile_info .h2 {
        text-align: center; }

  .wrapper .left {
    flex: 0 0 30rem; }
  .wrapper .right {
    max-width: calc(100% - 30rem); }

  .tab-pane-top p.w-70 {
    width: 100%;
    margin-bottom: 1rem; }

  .profile-photo {
    gap: 2rem; }
    .profile-photo #drop-zone span[class^="icon"] {
      font-size: 4rem;
      margin-bottom: 1.2rem; }
    .profile-photo #drop-zone p {
      font-size: 1.6rem;
      line-height: 2rem;
      width: 100%; }

  .map {
    width: 100%;
    max-width: 60rem; } }
@media (max-width: 900px) {
  .services-provided .services-provided-list-item {
    width: calc(50% - 1.2rem); } }
@media (max-width: 767px) {
  .wrapper {
    overflow-x: hidden;
    min-height: 100svh; }
    .wrapper .right {
      max-width: 100%; }
    .wrapper .bg-image .left {
      display: none; }
    .wrapper .bg-white.step_signup {
      flex-wrap: wrap; }
      .wrapper .bg-white.step_signup .left {
        flex: 0 0 100%;
        padding: 1rem;
        max-height: 8rem; }
        .wrapper .bg-white.step_signup .left .logo {
          display: none; }
      .wrapper .bg-white.step_signup .right {
        min-height: calc(100svh - 8rem); }
      .wrapper .bg-white.step_signup .nav-accordion {
        margin: 1rem 0;
        display: flex;
        pointer-events: none; }
        .wrapper .bg-white.step_signup .nav-accordion .panel-collapse {
          display: none; }
        .wrapper .bg-white.step_signup .nav-accordion .panel-heading {
          padding: 0; }
          .wrapper .bg-white.step_signup .nav-accordion .panel-heading .accordion-toggle.collapsed {
            width: 3.8rem;
            height: 3.8rem;
            overflow: hidden; }
            .wrapper .bg-white.step_signup .nav-accordion .panel-heading .accordion-toggle.collapsed span.step {
              order: 0; }
          .wrapper .bg-white.step_signup .nav-accordion .panel-heading .accordion-toggle:not(.collapsed) {
            min-width: calc(100vw - 6rem); }
          .wrapper .bg-white.step_signup .nav-accordion .panel-heading .panel-title a {
            justify-content: space-between;
            padding-right: 1rem; }
            .wrapper .bg-white.step_signup .nav-accordion .panel-heading .panel-title a::after {
              content: none; }
          .wrapper .bg-white.step_signup .nav-accordion .panel-heading .panel-title.completed {
            position: absolute;
            right: 6rem; }
            .wrapper .bg-white.step_signup .nav-accordion .panel-heading .panel-title.completed a.accordion-toggle {
              width: 3.8rem;
              overflow: hidden;
              min-width: 3.8rem;
              height: 3.8rem; }
              .wrapper .bg-white.step_signup .nav-accordion .panel-heading .panel-title.completed a.accordion-toggle span.step {
                order: 0; }
                .wrapper .bg-white.step_signup .nav-accordion .panel-heading .panel-title.completed a.accordion-toggle span.step::before {
                  box-shadow: none;
                  width: 3.8rem;
                  height: 3.8rem;
                  left: -1px;
                  top: -1px; }
          .wrapper .bg-white.step_signup .nav-accordion .panel-heading span.step {
            order: 1;
            position: relative; }
        .wrapper .bg-white.step_signup .nav-accordion .panel:nth-child(2) .panel-heading .accordion-toggle:not(.collapsed) {
          min-width: calc(100vw - 1rem); }
          .wrapper .bg-white.step_signup .nav-accordion .panel:nth-child(2) .panel-heading .accordion-toggle:not(.collapsed) span.step {
            position: absolute;
            right: 1rem;
            z-index: 1;
            top: 0; }
      .wrapper .bg-white.step_signup .tab-pane-content.h-100 {
        min-height: calc(100svh - 14rem);
        height: auto; }
      .wrapper .bg-white.step_signup .tab-pane-content .tab-pane-top {
        text-align: center; }
        .wrapper .bg-white.step_signup .tab-pane-content .tab-pane-top h1 {
          width: 100%; }
        .wrapper .bg-white.step_signup .tab-pane-content .tab-pane-top p.w-70 {
          width: 100%;
          margin-bottom: 1rem; }
      .wrapper .bg-white.step_signup .tab-pane-content .tab-pane-middle {
        margin-top: 2rem; }
      .wrapper .bg-white.step_signup .tab-pane-content.justify-content-between {
        justify-content: flex-start; }
        .wrapper .bg-white.step_signup .tab-pane-content.justify-content-between .tab-pane-bottom {
          flex-grow: 1;
          display: flex;
          justify-content: center;
          align-items: flex-end;
          flex-wrap: wrap;
          flex-direction: column;
          align-items: center;
          justify-content: flex-end; }
          .wrapper .bg-white.step_signup .tab-pane-content.justify-content-between .tab-pane-bottom .d-flex {
            flex-direction: column;
            gap: 1rem; }
          .wrapper .bg-white.step_signup .tab-pane-content.justify-content-between .tab-pane-bottom .btn.mr-2--2 {
            margin-right: 0; }
      .wrapper .bg-white.step_signup .tab-pane-content .profile-photo {
        flex-wrap: wrap;
        gap: 2rem; }
    .wrapper .right {
      padding: 2rem 1rem; }
    .wrapper .full {
      padding: 2rem 1rem; }

  .form-group .form-tip {
    font-size: 1.3rem;
    line-height: 1.5rem; }

  .services-provided-list {
    justify-content: center; }

  .map-range .range-container {
    width: 90%;
    max-width: 30rem; }

  .profile-photo-right {
    max-width: 100%; }

  .services-provided .services-provided-list-item {
    width: calc(33% - 1.2rem); } }
@media (max-width: 500px) {
  .services-provided .services-provided-list-item {
    width: calc(50% - 1.2rem); } }
@media (min-width: 1600px) {
  html {
    font-size: 75%; } }
