.banner {
  position: relative;
  z-index: 0;
  background: url("../../assets/images_optimized/regional-office/regioanloffice-1.webp");
  background-size: cover;
  height: 467px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .banner {
    background: url("../../assets/images_optimized/regional-office/regioanloffice-2.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    height: auto;
    min-height: 440px;
  }
}

h2 {
  text-align: left;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  h2 {
    text-align: center;
    line-height: 20px;
  }
}

.form_sec {
  display: flex;
  gap: 52px;
  justify-content: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #C4C4C4;
}
@media (max-width: 991px) {
  .form_sec {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .form_sec {
    flex-direction: column;
    gap: 0px;
    padding-bottom: 0;
    border: none;
  }
}
.form_sec .formWrapper {
  display: grid;
  row-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(380px, 0fr));
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: height 0.2s ease-out;
}
@media (max-width: 991px) {
  .form_sec .formWrapper {
    grid-template-columns: repeat(auto-fill, minmax(100%, 0fr));
    gap: 16px;
  }
}
.form_sec .formWrapper .formContent {
  transition: height 0.2s ease-out;
}
.form_sec .formWrapper .formContent.disabled {
  height: 0;
}
.form_sec .formWrapper .formContent.enable {
  height: 56px;
}
.form_sec a {
  max-height: 53px;
  margin-top: 12px;
}
.form_sec textarea {
  width: 100%;
  min-height: 106px;
  resize: none;
  outline: none;
}
.form_sec img {
  max-width: 100%;
  min-height: 424px;
  border-radius: 10px;
  margin-top: 60px;
}
@media (max-width: 1440px) {
  .form_sec img {
    min-height: 320px;
  }
}
@media (max-width: 1199px) {
  .form_sec img {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .form_sec img {
    margin-top: 32px;
    min-height: auto;
  }
}
.form_sec .radioWrapper.branch input[type=radio] ~ label {
  margin: 0px;
}
.form_sec .formContent input[type=text] {
  margin: 8px 0px;
}
@media (max-width: 767px) {
  .form_sec .formContent input[type=text] {
    margin: 0px 0px 8px;
  }
}
.form_sec .buttonWrapper {
  display: flex;
  justify-content: flex-start;
  gap: 35px;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .form_sec .buttonWrapper {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .form_sec .buttonWrapper {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin-top: 16px;
  }
}
.form_sec .buttonWrapper .primary-btn {
  min-width: 146px;
}

.cardWrapper.branch-card {
  padding: 40px 100px 60px;
}
@media (max-width: 767px) {
  .cardWrapper.branch-card {
    padding: 24px 16px;
  }
}

h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  padding: 24px 0px 20px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 16px;
    line-height: 36px;
    padding: 0px 0px 8px;
  }
}

.cardWrapper .address-card {
  padding: 24px;
  background-color: #EFEFEF;
  border-radius: 16px;
  margin-bottom: 24px;
}
.cardWrapper .address-card:last-child {
  margin-bottom: 0px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cardWrapper .address-card:last-child {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cardWrapper .address-card {
    padding: 16px;
  }
}
.cardWrapper .address-card .card-head {
  display: flex;
  gap: 14px;
  align-items: center;
}
.cardWrapper .address-card .card-head h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.cardWrapper .address-card address {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  width: 96%;
  font-weight: 500;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .cardWrapper .address-card address {
    margin-top: 12px;
    margin-right: 0;
    width: 100%;
  }
}
.cardWrapper .address-card address p {
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .cardWrapper .address-card address p {
    font-size: 12px;
    line-height: 18px;
  }
}
.cardWrapper .address-card address span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-left: 0;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .cardWrapper .address-card address span {
    display: block;
    width: 100%;
    font-size: 14px;
  }
}
.cardWrapper .address-card address .contact_no {
  position: relative;
}
.cardWrapper .address-card address .contact_no::after {
  content: "";
  padding: 0;
  background-color: #000;
  width: 2px;
  height: 17px;
  position: absolute;
  bottom: 1px;
  right: -19px;
}
@media (max-width: 767px) {
  .cardWrapper .address-card address .contact_no::after {
    display: none;
  }
}

.card-move {
  margin-top: -230px;
}
@media (max-width: 767px) {
  .card-move {
    margin-top: -270px;
  }
}


/* select2  design */
/* .select2-container{
  top: 0!important;
} */
.select2-selection--single{
  border: none!important;
  height: 100%!important;
}
.select2-selection__arrow{
  height: 80%!important;
}
.select2-selection__arrow b{
  border-color: #323232 transparent transparent transparent!important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
  border-color: transparent transparent #323232 transparent!important;
}
.select2-container--open .select2-dropdown{
  top: -10px;
}
.select2-search__field:focus{
  border: 1px solid #FFCB09!important;
}
.select2-selection__rendered{
  padding: 8px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-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;
  border: 1px solid #C4C4C4;
}
.select2-container .select2-search__field{
border: 1px solid #ccc;
  outline: none!important;
  padding: 10px!important;
  width: 100%!important;
}
.select2-container .select2-results__option--highlighted{
background: #fff6d2!important;
  color: #000!important;
}
.select2-container .select2-results__option--selected{
background: #FFCB09!important;
color: #fff!important;
}
.select2-results__options{
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
}
.select2-results__options::-webkit-scrollbar {
  width: 3px;
}
 
.select2-results__options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #ccc;
}
 
.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #646363;
}