/* @import url('https://fonts.googleapis.com/css2?family=Inter:slnt,wght@-10..0,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

body {
  font-size: 16px;
  color-scheme: light !important;
}

.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

/* .noto-serif {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
} */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  border: 0px solid #ffffff !important;
  background-color: #ffffff !important;
}

.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%; /* Adjust the width as needed */
  border-bottom: 1px solid #cccccc;
}

.countryCodeLabel {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #666;
  pointer-events: none; /* Prevent the label from blocking clicks */
  background-color: #ffffff;
  width: 65px;
}

.select-wrapper select {
  width: calc(100% - 84px); /* Adjust to leave space for the label */
  padding: 10px 10px 10px 10px; /* Leave space for the label */
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-wrapper::after {
  content: "\25BC"; /* Unicode character for down arrow */
  font-size: 10px;
  color: #666;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* Prevent arrow from blocking clicks */
}
.border-black {
  border: 1px solid #666666 !important;
}
.border-bottom-black {
  border-bottom: 1px solid #666666 !important;
}
.hero-col-3 {
  width: 33% !important;
}

#formMessage {
  line-height: 20px;
}

#formMessage ul {
  list-style: auto;
  padding-left: 20px;
}

.form-p-e {
  padding-right: 1.5rem !important;
}

.form-p-s {
  padding-left: 1.5rem !important;
}

.h-interior {
  height: 162px !important;
}

.multiselect-dropdown {
  position: relative;
  display: inline-block;
  width: 200px;
}

.dropdown-btn {
  width: 100%;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
  cursor: pointer;
  border-radius: 4px;
  font-size: 16px;
}

.dropdown-btn:focus {
  outline: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  max-height: 150px; /* Limit dropdown height */
  overflow-y: auto; /* Add scroll if content exceeds max height */
  z-index: 1;
}

.dropdown-content label {
  display: block;
  padding: 10px;
  cursor: pointer;
}

.dropdown-content label:hover {
  background-color: #f1f1f1;
}

.dropdown-content input[type="checkbox"] {
  margin-right: 10px;
}

.inter {
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "slnt" 10;
}

.iti__selected-dial-code {
  font-size: 0.9rem !important;
}

.form-control {
  border-color: #c0c0c0 !important;
}

.form-check-input {
  border-color: #c0c0c0 !important;
}

.form-pt {
  padding-top: 0.1rem !important;
}

.pad-top-index {
  padding-top: 30px !important;
}
.pad-car-index {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.h-broker {
  height: 114px !important;
}

/* .desktop{display: block !important;} */

.timeline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 350px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 39px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #d61923;
}
.timeline[data-first]::before {
  top: 50px;
}
.timeline[data-last]::before {
  bottom: 50px;
}
.timeline-item {
  position: relative;
  margin: 20px 0;
  padding-left: 100px;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: 65px;
  height: 65px;
  border-radius: 18%;
  background-color: #fff;
  border: 2px solid #d61923;
  z-index: 1;
}
.timeline-item::after {
  content: attr(data-step);
  position: absolute;
  left: 7px;
  top: 0;
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: medium;
  color: #8d8d8d;
  z-index: 2;
}
.timeline-item .heading {
  font-size: 18px;
  line-height: 120%;
  color: #d61923;
  margin: 0;
  padding: 0;
}
.timeline-item p {
  font-size: 16px;
  line-height: 20px;
  margin: 5px 0 0;
  padding: 0;
  color: #39434f;
}

.col-lg-partner {
  width: 20% !important;
}

.multi-select
  .multi-select-options
  .multi-select-option
  .multi-select-option-text,
.multi-select
  .multi-select-options
  .multi-select-all
  .multi-select-option-text {
  color: #333333 !important;
  font-weight: 500 !important;
}

.mobile {
  display: none !important;
}
.card-top-law {
  height: 120px !important;
}
.card-body-top-buying {
  height: 106px !important;
}
.card-body-top-asso {
  height: 104px !important;
}
.card-body-top-sm {
  height: 140px !important;
}
.card-body-top-sm-move {
  height: 135px !important;
}
.card-body-top-sub {
  height: 160px !important;
}
.card-body-top-sub-resale {
  height: 194px !important;
}
.card-body-top-int-des {
  height: 82px;
}
.card-body-top-small {
  height: 180px !important;
}
.card-body-top-legal {
  height: 80px !important;
}
.card-body-xs {
  height: 158px !important;
}
.card-body-mid-int {
  height: 180px !important;
}
.card-body-pack {
  height: 160px !important;
}
.card-body-small {
  height: 180px !important;
}
.card-body-sm {
  height: 210px !important;
}
.card-body-rent {
  height: 180px !important;
}
.card-body-sub {
  height: 240px !important;
}
.card-body-sub-loan {
  height: 228px !important;
}
.card-body-sub-legal {
  height: 205px !important;
}
.card-body-lead {
  height: 245px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom: 2px solid #d72f22 !important;
  font-weight: 400 !important;
}

.bg-red {
  background-color: #d72f22 !important;
}
.bg-dark-red {
  background-color: #960a12 !important;
}
.border-red {
  border: 1px solid #d72f22 !important;
}
.border-bottom-red {
  border-bottom: 1px solid #d72f22 !important;
}
.border-bottom-grey {
  border-bottom: 1px solid #cccccc !important;
}
.text-red {
  color: #d72f22 !important ;
}
.text-light-grey {
  color: #e5e5e5 !important;
}
.text-lighter-grey {
  color: #888888 !important;
}
.text-grey-dark {
  color: #666666 !important;
}
.p-adj-refer {
  padding: 3rem !important;
}
.p-adj-refer-buy {
  padding: 3rem 3rem 1rem 3rem;
}
.pap-left-contact {
  padding-left: 70px !important;
}
.card-body-prop-buy {
  height: 240px !important;
}
.w-10 {
  width: 10% !important;
}
.bg-grey {
  background-color: #999999;
}
.bg-light-grey {
  background-color: #e5e5e5;
}
.bg-lighter-grey {
  background-color: #e6e6e6 !important;
}
.bg-bar-grey {
  background-color: #666666 !important;
}
.bg-black {
  background-color: #000000 !important;
}
.text-black {
  color: #333333 !important;
}

.h4-font {
  font-size: 1.275rem !important;
}
.text-dark-font {
  color: #333333 !important;
}
.text-555 {
  color: #333333 !important;
}
.-dark-grey {
  color: #626262;
}
.font-xs {
  font-size: 0.938 !important;
}
.font-sm {
  font-size: 0.9rem !important;
}
.font-regular {
  font-size: 1.2rem !important;
}
.font-regular-italic {
  font-size: 1.2rem !important;
  font-style: italic;
}
.font-reg {
  font-size: 1.1rem !important;
}
.font-sem-regular {
  font-size: 1.5rem;
}
.font-large {
  font-size: 2.5rem !important;
}
.font-largest {
  font-size: 3.2rem !important;
}
.font-larger {
  font-size: 2rem !important;
}
.font-1-7 {
  font-size: 1.27rem !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 400 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.navbar-toggler-icon {
  line-height: 40px !important;
}

.mt-arrow {
  margin-top: 5rem !important;
}

input:focus {
  outline-style: none;
  box-shadow: none;
}
.pt-09 {
  padding-top: 0.9rem !important;
}
.letter-spacing-custom {
  letter-spacing: 10px;
}

.hero-desktop {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.mob-h {
  height: 100% !important;
}
.logo-size {
  height: 66.55px !important;
  width: 159px !important;
}

.bg-hero-index {
  background-image: url(../images/hero-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 50px !important;
  padding-bottom: 400px !important;
  padding-left: 20px;
}
.bg-hero-index-comm {
  background-image: url(../images/commercial-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 50px !important;
  padding-bottom: 400px !important;
  padding-left: 20px;
}
.bg-hero-index-ret {
  background-image: url(../images/retail-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 50px !important;
  padding-bottom: 400px !important;
  padding-left: 20px;
}

.bg-refer-hero {
  background-image: url(../images/bg-refer-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 250px !important;
  padding-bottom: 250px !important;
}

.bg-all-services-hero {
  background-image: url(../images/all-serv.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.bg-new-property-hero {
  background-image: url(../images/property-buying.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.bg-help-with-loan-hero {
  background-image: url(../images/help-with-loan-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.bg-help-interiors-hero {
  background-image: url(../images/help-interiors-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.bg-help-with-legal-hero {
  background-image: url(../images/help-with-legal-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.bg-moivers-hero {
  background-image: url(../images/movers-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.bg-resale-hero {
  background-image: url(../images/resale-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.bg-about-us-hero {
  background-image: url(../images/about-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.bg-partner-with-us-hero {
  background-image: url(../images/partner-with-us-hero.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.bg-builder-hero {
  background-image: url(../images/builder-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.bg-asso-partners-hero {
  background-image: url(../images/asso-partners-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.bg-interior-design-hero {
  background-image: url(../images/interior-design-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.bg-lawyers-hero {
  background-image: url(../images/lawyers-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.bg-broker-hero {
  background-image: url(../images/broker-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.bg-packers-hero {
  background-image: url(../images/packers-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.bg-blur {
  background-image: url(../images/bg-blur.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.bg-hero-img {
  background-image: url(../images/Frame-bg-red.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.bg-refer {
  background-image: url(../images/bg-refer-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.bg-cust {
  background-image: url(../images/frame-red-text.png);
  background-color: rgba(215, 47, 34, 1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.mob-padding-l {
  padding-left: 70px !important;
}

.bg-tran-red {
  background-color: rgba(215, 47, 34, 1);
}

.radius-25 {
  border-radius: 25px !important;
}
.radius-10 {
  border-radius: 10px !important;
}
.box-radius {
  border-radius: 0.75rem !important;
}
.form-check-input:checked {
  background-color: #d72f22 !important;
  border-color: #d72f22 !important;
}
.iti {
  width: 100% !important;
}

.iti__selected-flag {
  background-color: #ffffff !important;
  padding: 0 0 0 6px !important;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-left: 90px !important;
}
.phone-w {
  width: 21% !important;
  padding-top: 8px;
}
.phone-w-in {
  width: 79% !important;
}
.bullets {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}
.bullets li {
  margin-top: 10px;
}

@media screen and (max-width: 1366px) {
  .pad-1-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .bg-partner-with-us-hero {
    background-position: center bottom !important;
  }
  .pad-left-footer {
    padding-left: 25px !important;
  }
  .card-body-xs {
    height: 158px !important;
  }
  .card-body-top-sub-resale {
    height: 168px !important;
  }
  .card-body-lead {
    height: 265px !important;
  }
  .pad-b-partner-1366 {
    padding-bottom: 48px !important;
  }
  .pad-b-partner-label {
    padding-bottom: 48px !important;
  }
  .pad-b-partner-label-broker {
    padding-bottom: 48px !important;
  }
  .pad-b-partner-label-interior {
    padding-bottom: 26px !important;
  }
  .container {
    max-width: 1366px !important;
  }
  .hero-col-3 {
    width: 33% !important;
  }
  .justify-1366 {
    justify-content: end !important;
  }
  .label-414 {
    padding-bottom: 48px !important;
  }
  .card-body-prop-buy {
    height: 240px !important;
  }
  /* .col-1-build{width: 23% !important;}
    .col-2-build{width: 55% !important;} */
}

@media screen and (max-width: 1280px) {
  /* .col-1-build{width: 23% !important;}
    .col-2-build{width: 55% !important;} */
  .pad-b-partner-1280 {
    padding-bottom: 24px !important;
  }
  .pad-left-footer {
    padding-left: 20px !important;
  }
  .card-body-xs {
    height: 180px !important;
  }
  .mid-px {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .pad-x-part {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .pad-b-partner-label {
    padding-bottom: 48px !important;
  }
  .pad-b-partner-label-int {
    padding-bottom: 48px !important;
  }
  .pad-b-partner-label-interior {
    padding-bottom: 0px !important;
  }
  .pad-b-partner-label-broker {
    padding-bottom: 48px !important;
  }
  .container {
    max-width: 1250px !important;
  }
  .hero-col-3 {
    width: 32% !important;
  }
  .card-body-rent {
    height: 212px !important;
  }
  .card-body-prop-buy {
    height: 255px !important;
  }
}

@media screen and (max-width: 768px) {
  .font-larger {
    font-size: 1.5rem !important;
  }
  .font-largest {
    font-size: 2.7rem !important;
  }
  .font-larger-index {
    font-size: 1rem !important;
  }
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  .p-adj-refer {
    padding: 1rem !important;
  }
  .p-adj-refer-buy {
    padding: 2rem 1rem 1rem 1rem !important;
  }
  .h4-font {
    font-size: 1rem !important;
  }
  .card-body-lead {
    height: 250px !important;
  }
  .hero-mobile {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .h-law {
    height: 125px !important;
  }

  .select-wrapper {
    position: relative;
    display: inline-block;
    width: 110%;
    border-bottom: 1px solid #cccccc;
  }
  .countryCodeLabel {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #666;
    pointer-events: none;
    background-color: #ffffff;
    width: 65px;
    padding: 10px 0px;
  }
}

@media screen and (max-width: 574px) {
  .pt-4-con {
    padding-top: 2rem !important;
  }
  .font-1-7 {
    font-size: 1.1rem !important;
  }
  .pad-b-partner-label {
    padding-bottom: 27px !important;
  }
  .hero-col-3 {
    width: 100% !important;
  }
  .pad-top-index {
    padding-top: 20px !important;
  }
  .pad-car-index {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .h-law {
    height: 125px !important;
  }
  .h-500 {
    height: 500px !important;
  }
  .pt-09 {
    padding-top: 0.7rem !important;
  }
  .h5 {
    font-size: 1rem !important;
  }
  .pap-left-contact {
    padding-left: 15px !important;
  }
  .top-105 {
    position: relative;
    top: 105px !important;
  }
  .top-115 {
    position: relative;
    top: 115px !important;
  }
  .top-170 {
    position: relative;
    top: 170px !important;
  }
  .top-95 {
    position: relative;
    top: 95px !important;
  }
  .mob-h {
    height: 100px !important;
  }
  .top-padding {
    padding-top: 10rem !important;
  }
  .mob-110 {
    height: 110px !important;
  }
  .mob-125 {
    height: 125px !important;
  }
  .mob-105 {
    height: 105px !important;
  }
  .mob-132 {
    height: 132px !important;
  }
  .mob-185 {
    height: 185px !important;
  }
  .mob-255 {
    height: 255px !important;
  }
  .mob-version {
    position: relative !important;
    top: 325px !important;
  }
  .mob-version-2 {
    position: relative !important;
    top: 285px !important;
  }
  .mob-version-3 {
    position: relative !important;
    top: 127px !important;
  }
  .hero-mobile {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .logo-size {
    height: 45px !important;
    width: 110px !important;
  }
  .card-body-pack {
    height: 135px !important;
  }
  .card-body-rent {
    height: 180px !important;
  }
  .card-body-mid-int {
    height: 157px !important;
  }
  .card-body-lead {
    height: 250px !important;
  }
  .card-body-sub {
    height: 270px !important;
  }
  .card-body-prop-buy {
    height: 240px !important;
  }
  .card-body-sub-loan {
    height: 230px !important;
  }
  .card-body-sub-legal {
    height: 205px !important;
  }
  .card-body-top-sub-resale {
    height: 300px !important;
  }
  .card-body-top-asso {
    height: 127px !important;
  }
  .card-body-top-int-des {
    height: 105px;
  }
  .card-body-xs {
    height: 210px !important;
  }
  .m-adj {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pt-bottom {
    padding-top: 1.5rem !important;
  }
  .card-body-top-sm-move {
    height: 125px !important;
  }
  .card-body-top-small {
    height: 150px !important;
  }
  .card-body-top-int {
    height: 185px !important;
  }
  .card-body-top-buying {
    height: 128px !important;
  }
  .card-body-top-small-int {
    height: 200px !important;
  }
  .mt-0-adj {
    margin-top: 0 !important;
  }
  .font-largest {
    font-size: 1.5rem !important;
  }
  .max-width-574 {
    width: 1200px !important;
  }
  .scrollmenu {
    overflow-x: scroll !important;
  }
  .accor {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .pt-adj {
    padding-top: 30px;
  }
  .bg-grey-mob {
    background-color: #e5e5e5 !important;
  }
  .phone-w {
    width: 18% !important;
    padding-top: 16px;
  }
  .phone-w-in {
    width: 82% !important;
  }
  .iti-mobile .iti__country-list {
    width: 300px !important;
  }
  .pt-adj {
    padding-top: 30px;
  }
  .img-size {
    width: 42px;
  }
  .text-sm {
    font-size: 0.9rem;
  }
  .text-xs {
    font-size: 0.7rem !important;
  }
  .pe-mob {
    padding-right: 1rem !important;
  }
  .ps-mob {
    padding-left: 1rem !important;
  }
  .ps-mob-0 {
    padding-left: 0px !important;
  }
  .mt-mob {
    margin-top: 1rem !important;
  }
  .mt-mob-4 {
    margin-top: 2rem !important;
  }
  .select-wrapper {
    position: relative;
    display: inline-block;
    width: 110%; /* Adjust the width as needed */
    border-bottom: 1px solid #cccccc;
  }

  #countryCodeLabel {
    position: absolute;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #666;
    pointer-events: none; /* Prevent the label from blocking clicks */
    background-color: #ffffff;
    width: 70px;
    padding: 10px 0;
  }

  .select-wrapper select {
    width: calc(100% - 84px); /* Adjust to leave space for the label */
    padding: 5px 10px 7px 0px; /* Leave space for the label */
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .select-wrapper::after {
    content: "\25BC"; /* Unicode character for down arrow */
    font-size: 10px;
    color: #666;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* Prevent arrow from blocking clicks */
  }
}
@media screen and (max-width: 540px) {
  .pt-adj {
    padding-top: 30px;
  }
  .form-p-e {
    padding-right: 1rem !important;
  }

  .form-p-s {
    padding-left: 1rem !important;
  }
}
@media screen and (max-width: 430px) {
  .phone-w {
    width: 25% !important;
    padding-top: 16px;
  }
  .phone-w-in {
    width: 72% !important;
  }
  .card-body-top-int {
    height: 242px !important;
  }
}
@media screen and (max-width: 414px) {
  .pad-x-part {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .label-414 {
    padding-bottom: 25px !important;
  }
  .pad-b-partner-label {
    padding-bottom: 50px !important;
  }
  .h-law {
    height: 102px !important;
  }
  .phone-w {
    width: 25% !important;
    padding-top: 16px;
  }
  .phone-w-in {
    width: 72% !important;
  }
  .text-sm {
    font-size: 0.46rem !important;
  }

  .pad-1-howitwork {
    padding-left: 0px !important;
    padding-right: 0.59rem !important;
  }
  .pad-2-howitwork {
    padding-left: 0.59rem !important;
    padding-right: 0.59rem !important;
  }
  .pad-3-howitwork {
    padding-left: 0.59rem !important;
    padding-right: 0 !important;
  }
  .select-wrapper {
    position: relative;
    display: inline-block;
    width: 110%; /* Adjust the width as needed */
    border-bottom: 1px solid #cccccc;
  }

  #countryCodeLabel {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #666;
    pointer-events: none; /* Prevent the label from blocking clicks */
    background-color: #ffffff;
    width: 50px;
    padding: 10px 0;
  }

  .select-wrapper select {
    width: calc(100% - 84px); /* Adjust to leave space for the label */
    padding: 6px 10px 7px 0px; /* Leave space for the label */
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .select-wrapper::after {
    content: "\25BC"; /* Unicode character for down arrow */
    font-size: 7px;
    color: #666;
    position: absolute;
    right: 0px;
    top: 54%;
    transform: translateY(-50%);
    pointer-events: none; /* Prevent arrow from blocking clicks */
  }
}
@media screen and (max-width: 375px) {
  .pad-x-part {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .pad-b-partner-label {
    padding-bottom: 50px !important;
  }
  .pad-b-partner-label-broker {
    padding-bottom: 50px !important;
  }
  .h-law {
    height: 125px !important;
  }
  .pad-adj {
    padding: 0 6px;
  }
  .font-larger-index {
    font-size: 1rem !important;
  }
  .font-largest {
    font-size: 1.7rem !important;
  }
  .phone-w {
    width: 27% !important;
    padding-top: 16px;
  }
  .phone-w-in {
    width: 72% !important;
  }
  .text-sm {
    font-size: 0.44rem !important;
  }

  .pad-1-howitwork {
    padding-left: 0px !important;
    padding-right: 0.36rem !important;
  }
  .pad-2-howitwork {
    padding-left: 0.36rem !important;
    padding-right: 0.36rem !important;
  }
  .pad-3-howitwork {
    padding-left: 0.36rem !important;
    padding-right: 0 !important;
  }

  #countryCodeLabel {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #666;
    pointer-events: none; /* Prevent the label from blocking clicks */
    background-color: #ffffff;
    width: 50px;
    padding: 10px 0;
  }

  .select-wrapper select {
    width: calc(100% - 84px); /* Adjust to leave space for the label */
    padding: 6px 10px 7px 0px; /* Leave space for the label */
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .select-wrapper::after {
    content: "\25BC"; /* Unicode character for down arrow */
    font-size: 7px;
    color: #666;
    position: absolute;
    right: 0px;
    top: 54%;
    transform: translateY(-50%);
    pointer-events: none; /* Prevent arrow from blocking clicks */
  }
}
