@import url("https://fonts.cdnfonts.com/css/tw-cen-mt-std");
@font-face {
  font-family: TwCenMT;
  src: url(../font/TwCenMT.woff2);
}
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: #808184;
  font-family: "Tw Cen MT Std", sans-serif;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231F1F;
  font-family: "Tw Cen MT Std", sans-serif;
  margin-bottom: 0;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}

label {
  cursor: pointer;
}

input,
textarea,
button {
  padding: 10px 25px;
  border: 1px solid #E1DFDE;
  outline: none;
  transition: all 0.3s ease-in-out;
}
input:focus,
textarea:focus,
button:focus {
  outline: none;
  border-color: #EC1C23;
}

/*Hide number spin button*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn {
  border-radius: 80px;
  background-color: #EC1C23;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1581px) {
  .btn {
    min-width: 132px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .btn {
    min-width: 132px;
  }
}
.btn.submitBtn {
  padding: 6px 28px 6px 6px;
}
@media only screen and (max-width: 767px) {
  .btn.submitBtn {
    padding: 6px 28px 6px 6px;
  }
}
.btn.previous {
  background-color: #FBD7D7;
  color: #231F1F;
}
.btn:hover {
  background-color: #050505;
  color: #fff;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

@media (min-width: 1550px) {
  .container {
    max-width: 1424px;
  }
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .grid-cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 767px) {
  .grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.heading {
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .heading {
    padding: 14px 0;
  }
}
@media only screen and (max-width: 767px) {
  .heading .logo {
    max-width: 68px;
  }
}

.footer {
  padding-top: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .footer {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .footer {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1581px) {
  .footer.last {
    padding-top: 55px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .footer.last {
    padding-top: 55px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .footer.last {
    padding-top: 55px;
  }
}
.footer-item {
  /*max-width: 650px;*/
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .footer-item {
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-item {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-item {
    margin-bottom: 20px;
  }
}
.footer-item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #808184;
  margin-bottom: 9px;
}
.footer-item p strong {
  color: #231F1F;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .footer-item p strong {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-item p strong {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-item p strong {
    font-size: 16px;
  }
}
.footer-item p a {
  color: #EC1C23;
  text-decoration: underline !important;
}
.footer-item p span {
  color: #231F1F;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.footer-text .single {
  margin-bottom: 24px;
}
.footer-text h5 {
  color: #231F20;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
}
.footer-text p {
  margin-bottom: 12px;
}

.copy-right-text {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .copy-right-text {
    margin-bottom: 32px;
  }
}
.copy-right-text h4 {
  color: #231F20;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.main {
  padding-top: 50px;
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .main {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .main {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .main {
    padding-top: 20px;
  }
}
.main .item .subtitle {
  color: #008001;
  font-family: "Tw Cen MT Std", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 8px 16px;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 40px;
  border: 1px solid #008001;
  background: rgba(0, 128, 1, 0.1);
  margin: 0 auto;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .main .item .subtitle {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .main .item .subtitle {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main .item .subtitle {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .main .item .subtitle {
    margin-bottom: 8px;
    font-size: 12px;
    padding: 6px 16px;
  }
}
.main .text {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .main .text {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .main .text {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main .text {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .main .text {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.main .text span {
  color: #231F1F;
  font-weight: 700;
}
.main .content h2 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .main .content h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .main .content h2 {
    margin-bottom: 24px;
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main .content h2 {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .main .content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.main .button {
  margin-bottom: 50px;
}
.main .button .btn {
  display: flex;
  padding: 20px 34px 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 40px;
  border: 1px solid #E1DFDE;
  background: transparent;
  color: #808184;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.main .button .btn .number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  color: #808184;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  border: 1px solid #808184;
  border-radius: 50px;
}
.main .button:hover .btn {
  color: #fff;
  background-color: #EC1C24;
}
.main .button:hover .number {
  border: 1px solid #FFF;
  color: #fff;
}
.main h3 {
  color: #808184;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
.main h4 {
  color: #231F20;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.step .buttons {
  margin-bottom: 52px;
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .step .buttons {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .step .buttons {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .step .buttons {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .step .buttons {
    margin-bottom: 16px;
  }
}
.step .buttons a {
  padding: 15px 24px 15px 22px;
  border-radius: 40px;
  border: 1px solid #E1DFDE;
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  line-height: normal;
  background-color: #fff;
  color: #808184;
  gap: 10px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .step .buttons a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .step .buttons a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .step .buttons a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .step .buttons a {
    font-size: 16px;
    padding: 14px 22px 14px 18px;
  }
}
@media only screen and (max-width: 767px) {
  .step .buttons a {
    font-size: 10px;
    padding: 6px 8px;
    gap: 4px;
    outline: 0;
  }
}
.step .buttons a:not(:last-child)::after {
  width: 350px;
  height: 1px;
  background-color: #E1DFDE;
  content: "";
  position: absolute;
  top: 50%;
  left: 101%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .step .buttons a:not(:last-child)::after {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .step .buttons a:not(:last-child)::after {
    width: 100%;
    left: 102%;
  }
}
@media only screen and (max-width: 413px) {
  .step .buttons a:not(:last-child)::after {
    width: 100%;
    left: 102%;
  }
}
.step .buttons a .count {
  --size: 24px;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E1DFDE;
  border-radius: 100%;
  font-size: 14px;
  flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .step .buttons a .count {
    --size: 18px;
    font-size: 10px;
  }
}
.step .buttons a.active {
  outline: 2px solid #FABBBE;
  border-color: #EC1C23;
  background-color: #EC1C23;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .step .buttons a.active {
    outline: 0;
  }
}
.step-info {
  padding-bottom: 20px;
  border-bottom: 1px solid #E1DFDE;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .step-info {
    padding-bottom: 16px;
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .step-info p {
    font-size: 12px;
  }
}

.common-input .inputs {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media only screen and (max-width: 767px) {
  .common-input .inputs {
    gap: 24px;
  }
}
.common-input .inputs .single {
  position: relative;
}
.common-input .inputs .single label {
  position: absolute;
  bottom: calc(100% - 8px);
  left: 22px;
  z-index: 2;
  background-color: #fff;
  color: #231F20;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  padding: 0 4px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .common-input .inputs .single label {
    font-size: 14px;
  }
}
.common-input .inputs .single .form-control {
  height: 40px !important;
  color: #808184;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
  padding: 0 16px;
}

.common-input .inputs .single .form-control:focus {
  box-shadow: 0 0 0px 2px #FBD2D3 !important;
  border-color: #EC1C23 !important;
}
@media only screen and (max-width: 767px) {
  .common-input .inputs .single .form-control {
    font-size: 16px;
  }
}
.common-input .inputs .single .form-control::-moz-placeholder {
  color: #808184;
  font-size: 14px;
}
.common-input .inputs .single .form-control::placeholder {
  color: #808184;
  font-size: 14px;
}
.common-input .inputs .single .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 16px;
}
.common-input .inputs .single .icon svg {
  --size: 16px;
  width: var(--size);
  height: var(--size);
}
.common-input .checkbox {
  margin-top: 32px;
}
@media only screen and (min-width: 1581px) {
  .common-input .checkbox.last {
    margin-top: 66px;
  }
}
.common-input .checkbox .wrap {
  gap: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-input .checkbox .wrap {
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .common-input .checkbox .wrap {
    gap: 32px;
  }
}
.common-input .checkbox h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .common-input .checkbox h3 {
    font-size: 20px;
  }
}
.common-input .checkbox .list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.common-input .checkbox .list .single {
  display: flex;
  align-items: center;
  gap: 12px;
}
.common-input .checkbox .list .single label {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
  display: block;
  position: relative;
    left: -2%;
}
@media only screen and (max-width: 767px) {
  .common-input .checkbox .list .single label {
    font-size: 14px;
  }
}

.submit {
  margin-top: 60px;
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .submit {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .submit {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .submit {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .submit {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 1581px) {
  .declaration .submit {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .declaration .submit {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .declaration .submit {
    margin-top: 40px;
  }
}
.submitBtn {
  gap: 14px;
}
.submit .icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  --size: 32px;
  width: var(--size);
  height: var(--size);
  background-color: #fff;
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .submit .icon {
    --size: 30px;
  }
}

.declaration .content {
  margin-top: 40px;
  gap: 32px;
}
.declaration .content .single h3 {
  color: #231F20;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
}

.text-231F20 {
  color: #231F20;
}

.text-primary {
  color: #EC1C23 !important;
}

.gap-24 {
  gap: 24px;
  row-gap: 34px;
}

.flex0auto {
  flex: 0 0 auto;
}

.text-24 {
  font-size: 24px;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .text-24 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-24 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .text-24 {
    font-size: 20px;
  }
}

.text-20 {
  font-size: 20px;
  line-height: normal;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .text-20 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-20 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .text-20 {
    font-size: 16px;
  }
}

.text-18 {
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .text-18 {
    font-size: 16px;
  }
}

.font-20 {
  font-size: 20px;
}

.text-sm {
  font-size: 14px;
}

.country-select {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.country-select > input {
  padding-left: 36px !important;
}
.country-select .selected-flag {
  background-color: transparent !important;
}
.country-select .selected-flag .arrow {
  display: none;
}
.country-select .flag {
  border-radius: 4px;
}
.country-select .country-list {
  z-index: 9 !important;
  min-width: 300px;
}
.country-select .country-list .country {
  display: flex;
  align-items: center;
}
.country-select .country-list .country span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.select2 {
  --height: 40px;
  width: 100%;
  height: var(--height);
}
.calculator-profit-left .select2 {
  min-width: 204px;
}
.select2 .selection {
  width: 100%;
}
.select2-selection--single {
  background-color: #fff !important;
  border: 1px solid #E1DFDE !important;
  border-radius: 10px !important;
  height: auto !important;
  position: relative;
  z-index: 1;
}
.select2-container--open .select2-selection--single {
  border-color: #EC1C23 !important;
  background-color: #fff !important;
  box-shadow: 0 0 0px 2px #FBD2D3 !important;
}
.calculator-profit-left .select2-selection--single, .search-btn .select2-selection--single {
  background-color: #0E1B31 !important;
}
.select2-selection--single::after {
  content: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.46967%200.96967C0.762563%200.676777%201.23744%200.676777%201.53033%200.96967L6%205.43934L10.4697%200.96967C10.7626%200.676777%2011.2374%200.676777%2011.5303%200.96967C11.8232%201.26256%2011.8232%201.73744%2011.5303%202.03033L6.53033%207.03033C6.38968%207.17098%206.19891%207.25%206%207.25C5.80109%207.25%205.61032%207.17098%205.46967%207.03033L0.46967%202.03033C0.176777%201.73744%200.176777%201.26256%200.46967%200.96967Z%22%20fill%3D%22%23808184%22%2F%3E%3C%2Fsvg%3E);
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.select2-selection--single[aria-expanded=true]::after {
  transform: translateY(-50%) scaleY(-1);
}
.select2-selection__rendered {
  font-size: 14px;
  height: var(--height);
  padding-left: 16px !important;
  display: flex !important;
  align-items: center;
  line-height: 150% !important;
  color: #231F20 !important;
  font-family: "Tw Cen MT Std", sans-serif;
  font-weight: 500;
}
.select2-selection__arrow {
  display: none;
}
.select2-dropdown {
  margin-top: 8px;
  border: 1px solid #EC1C23 !important;
  background-color: #fff;
  padding: 12px 16px;
  border-radius: 10px !important;
  min-width: 200px;
}
.select2-search--dropdown {
  padding: 0 !important;
  color: #231F1F !important;
}
.select2-search__field {
  border-color: #E1DFDE !important;
  font-size: 12px;
  padding: 0 6px !important;
  border-radius: 2px;
  background-color: transparent;
  color: #231F1F !important;
  height: 35px;
  margin-bottom: 10px;
  font-size: 14px;
}
.select2-results {
  border-radius: 10px !important;
}
.select2-results ul::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.select2-results ul::-webkit-scrollbar-track {
  background-color: rgba(236, 28, 35, 0.3);
}
.select2-results ul::-webkit-scrollbar-thumb {
  background-color: rgba(236, 28, 35, 0.6);
}
.select2-results__option {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  border-radius: 8px !important;
  margin-bottom: 1px;
  padding-left: 16px;
}
.select2-results__option[aria-selected=true] {
  background-color: #EBE8E0 !important;
  color: #231F1F !important;
}
.select2-results__option--selected {
  background-color: #EBE8E0 !important;
}

.PhoneNumber .select2-selection--single {
  border-radius: 8px 0px 0px 8px !important;
  border: 0 !important;
  background-color: #EC1C23 !important;
}
.PhoneNumber .select2-selection--single::after {
  content: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.46967%200.96967C0.762563%200.676777%201.23744%200.676777%201.53033%200.96967L6%205.43934L10.4697%200.96967C10.7626%200.676777%2011.2374%200.676777%2011.5303%200.96967C11.8232%201.26256%2011.8232%201.73744%2011.5303%202.03033L6.53033%207.03033C6.38968%207.17098%206.19891%207.25%206%207.25C5.80109%207.25%205.61032%207.17098%205.46967%207.03033L0.46967%202.03033C0.176777%201.73744%200.176777%201.26256%200.46967%200.96967Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E);
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.PhoneNumber .select2-selection__rendered {
  color: #fff !important;
  font-size: 14px !important;
  padding-right: 44px !important;
}
.PhoneNumber .select2-results__option {
  font-size: 14px !important;
}

input[type=checkbox] {
  cursor: pointer;
  position: relative;
  --size: 20px;
  width: var(--size);
  height: var(--size);
  border: 1px solid #E1DFDE;
  -webkit-appearance: none;
  outline: none;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  padding: 0;
}

input:checked[type=checkbox] {
  background: #EC1C23;
}

input[type=checkbox]:before {
  content: "";
  position: absolute;
  --size: 20px;
  width: var(--size);
  height: var(--size);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

input:checked[type=checkbox]:before {
  opacity: 1;
}

input[type=radio] {
  cursor: pointer;
  position: relative;
  --size: 20px;
  width: var(--size);
  height: var(--size);
  border: 1px solid #E1DFDE;
  -webkit-appearance: none;
  outline: none;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  padding: 0;
}

input:checked[type=radio] {
  background: #EC1C23;
}

input[type=radio]:before {
  content: "";
  position: absolute;
  --size: 20px;
  width: var(--size);
  height: var(--size);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

input:checked[type=radio]:before {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */



span.invalid{
  position: absolute;
  top: 45px;
  left: 0;
  color: red;
  z-index: 2;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;

}

.response-message{
  /*padding: 0 0px 50px;*/
  font-size: 25px;
}

.highlight-border {
  border: 2px solid red !important;
  transition: border-color 0.3s ease-in-out;
}

.common-input .tab {
  display: none;
}

.common-input .tab.active {
  display: block !important;
}


.label-text{
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
}

textarea::-webkit-scrollbar {
  width: 4px; /* Change scrollbar width */
}

textarea::-webkit-scrollbar-thumb {
  background-color: #dee2e6; /* Color of the scrollbar */
  border-radius: 4px; /* Round edges */
}

textarea::-webkit-scrollbar-thumb:hover {
  background-color: #dee2e6; /* Darker color on hover */
}

textarea::-webkit-scrollbar-track {
  background: #f1f1f1; /* Scrollbar track color */
}
