/* ------------  START HERO SECTION & MAIN TITLE ------------  */
.hero {
  background-color: #f8f8f8;
  /* padding-top: 100px; */
}

.main-title {
  font-family: Inter;
  font-size: 54px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  margin-top: 0;
  margin-bottom: 8px;
  /*margin-bottom: 16px;*/
}

.expert-navbar {
  padding-top: 48px;
}

.hero .nav-tabs .nav-item.show .nav-link,
.hero .nav-tabs .nav-link {
  opacity: 0.6;
  font-family: Inter;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: center;
  color: #002b46;
  width: 200px;
  background-color: transparent;
  border: none;
  transition: 0s;
}

.hero .nav-tabs .nav-link.active {
  pointer-events: none;
}

.hero .nav-tabs .nav-item.show .nav-link,
.hero .nav-tabs .nav-link.active,
.hero .nav-tabs .nav-link:hover {
  color: #00b5d3;
  opacity: unset;
  background-color: transparent;
  border-bottom: 6px solid #00b5d3;
}

@media (max-width: 992px) {
  .expert-navbar {
    padding-top: 23px;
  }
}

@media (max-width: 768px) {
  .hero {
    /* padding-top: 50px; */
  }

  .main-title {
    font-size: 40px;
  }

  .expert-navbar {
    padding-top: 16px;
  }

  .hero .nav-tabs .nav-link {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #002b46;
  }

  .hero .nav-tabs .nav-link.active {
    color: #00b5d3;
  }
}

@media (max-width: 460px) {
  .hero {
    /*padding-top: 32px;*/
  }

  .main-title {
    font-size: 30px;
  }

  .expert-navbar {
    padding-top: 0px;
  }

  .section-navigation .container {
    padding-left: 0;
    padding-right: 0;
  }
  .section-navigation .container .nav-link {
    font-family: Inter;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    opacity: 1;
  }
}
/* ------------  END HERO SECTION & MAIN TITLE ------------  */

/* ------------  START SEARCH & FILTER SECTION ------------  */
.section-search {
  display: flex;
  justify-content: start;
  align-items: start;
}

.filter-distance-select {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  height: 50px;
  width: 280px;
  background: #fff;
  padding: 12px 16px;
  border-radius: 5px;
  border: solid 1px #c9c9c9;
  margin-left: 24px;
  white-space: nowrap;
}
span.selected-distance-value {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.filter-distance-select:hover {
  cursor: pointer;
}

.distances-values {
  position: absolute;
  width: 280px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.04);
  border: solid 1px #c5c5c5;
  background-color: #fff;
  margin-top: 10px;
  margin-left: 24px;
  padding: 12px 9px;
  z-index: 10;
}

.distance-select {
  display: flex;
  align-items: center;
  min-height: 39px;
  padding: 5px 0;
  padding-left: 9px;
  border-bottom: 1.5px solid #f8f8f8;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  border-color: #00b5d3 transparent transparent transparent !important;
}

.distance-select.selected {
  border-radius: 3px;
  background: #eaeaeb;
}

.distance-select:hover {
  border-radius: 3px;
  background: #eaeaeb;
  cursor: pointer;
}

.distance-select:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

#search-field {
  width: 588px;
  height: 50px;
  padding: 13px;
  border-radius: 5px;
  border: solid 1px #c9c9c9;
  background-color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  padding-left: 42px;
}

#search-field::placeholder {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a8a8a8;
}

.search-icon {
  margin-left: 16px;
  margin-top: 16px;
  min-height: 18px;
  min-width: 18px;
  display: block;
  content: " ";
  background-image: url(../icons/search_grey.png);
  object-fit: contain;
  background-position: center;
  z-index: 10;
  position: absolute;
}

#search-field:focus {
  outline-width: 0;
}

.button-container {
  display: flex;
  align-items: center;
}

.filter-arrow {
  content: " ";
  box-sizing: inherit;
  font-weight: bolder;
  border-color: rgb(0, 181, 211) transparent transparent !important;
  border-style: solid;
  border-width: 5px 4px 0px;
  height: 0px;
  width: 0px;
  position: absolute;
  /*margin-top: -26px;*/
  /*margin-left: 280px;*/
  margin-left: 240px;

}

@media (max-width: 768px) {
  .section-search {
    flex-direction: column;
    /* padding-left: 25px; */
    padding-top: 28px;
  }

  #search-field {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .filter-container {
    margin-top: 24px;
    /* margin-bottom: 16px; */
  }

  .filter-distance-select {
    margin-left: 0;
  }

  .distances-values {
    margin-left: 0;
  }

  .filter-arrow {
    margin-left: 260px;
  }
}

@media (max-width: 460px) {
  .filter-container {
    width: 100%;
  }
  .all-expert-counter{
    display: none;
  }
  .filter-distance-select ,
  .filter-group-select {
    width: 100%;
    font-size: 16px;
  }

  .distances-values {
    font-size: 16px;
  }

  #search-field,
  #search-field::placeholder {
    font-size: 16px;
  }

  .filter-arrow {
    margin-left: unset;
    right: 0;
    margin-right: 35px;
  }
}
/* ------------  END SEARCH & FILTER SECTION ------------  */

.page-content {
  min-height: 400px;
}

/* ------------------------ START SECTION DEALES LIST TAB ------------------------ */

.section-experts-list {
  padding-top: 72px;
  /* padding-bottom: 72px; */
}

.filter-no-experts-found {
  display: none;
  opacity: 0.7;
  font-family: Inter;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  margin-top: 100px;
}

.no-experts-found {
  font-family: Inter;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  text-align: center;
  color: #002b46;
  margin-top: 50px;
}

.section-experts-list .headers {
  font-family: Inter;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  padding-left: 40px;
  padding-right: 35px;
  column-gap: 0px;
  flex-wrap: nowrap;
}

.section-experts-list .expert-name-header {
  width: 54%;
}

.section-experts-list .location-header {
  text-align: left;
  width: 47%;
}

@media (min-width: 1400px) {
  .section-experts-list .location-header {
    padding-left: 8px;
  }
}

@media (max-width: 1200px) {
  .section-experts-list .location-header {
    padding-left: 18px;
  }
}

.section-experts-list .distance-header {
  text-align: left;
  width: 10%;
}

.section-experts-list .distance-header:hover {
  cursor: pointer;
}

.experts__item {
  /* display: none; */
}

.expert-detailes {
  flex-wrap: nowrap;
}

.distance-location-container {
  display: flex;
  flex-direction: row;
  width: 60%;
}

.expert-name {
  font-family: Inter;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  padding-right: 10px;
  min-width: 40%;

  white-space: normal;
text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}

.expert-location {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 78.5%;
  padding-right: 15px;
}

@media (max-width: 1400px) {
  .expert-location {
    width: 77.5%;
  }
  .section-experts-list .location-header {
    width: 46.5%;
  }
}

@media (max-width: 1200px) {
  .expert-location {
    width: 72.5%;
  }
  .section-experts-list .location-header {
    width: 44.5%;
  }
}

.expert-location span {
  opacity: 0.6;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
}

.expert-distance {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 12%;
  padding-left: 23px;
}

.section-experts-list .accordion-button::after {
  display: none;
}

.section-experts-list .accordion .accordion-item {
  border: 0;
  border-radius: 0;
}

.section-experts-list .accordion-button::after {
  display: none;
}

.section-experts-list
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button[aria-expanded="true"]:before {
  content: " ";
  background-image: url(../../../../assets/icons/remove_black.svg);
  background-position: center;
  font-weight: 400;
  margin-right: 10px;
  min-width: 25px;
  height: 25px;
}

.section-experts-list
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button[aria-expanded="false"]:before {
  content: " ";
  background-image: url(../../../../assets/icons/add_black.svg);
  background-position: center;
  font-weight: 400;
  margin-right: 10px;
  min-width: 25px;
  height: 25px;
}

.section-experts-list .accordion .accordion-item .accordion-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #7f7f7f;
  font-size: 18px;
  text-transform: capitalize;
  padding-bottom: 10px;
  padding: 0;
  background: #e5f8fb;
  margin-bottom: 30px;
  border-radius: 5px;
}

.section-experts-list
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  display: flex;
  align-items: center !important;
  justify-content: flex-start;
  border: 0;
  background: none;
  padding: 15px 40px;
  outline: none;
  box-shadow: none;
  font-family: Inter;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
}

.section-experts-list .accordion-body * {
  font-family: Inter;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
}

.section-experts-list .accordion-body {
  /* padding-bottom: 40px; */
}

.expert-info-blocks .expert-info {
  width: 25%;
  height: fit-content;
  min-height: 75px;
}

.expert-info-blocks .expert-info a {
  display: flex;
  flex-direction: row;
  align-items: start;
}

.expert-info-blocks .expert-info span {
  word-break: break-all;
}

.expert-info-blocks .expert-info .icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  min-height: 60px;
  min-width: 60px;
  border-radius: 50%;
  border: solid 1px #00b5d3;
  background-color: #f2fbfd;
  margin-right: 16px;
}

.expert-info-blocks .expert-info .icon-container .icon {
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: cover;
}

.expert-info-blocks .expert-info .icon-container .location-icon {
  background-image: url(../icons/location_icon.svg);
}

.expert-info-blocks .expert-info .icon-container .website-icon {
  background-image: url(../icons/globe_icon.svg);
}

.expert-info-blocks .expert-info .icon-container .phone-icon {
  background-image: url(../icons/call_icon.svg);
}

.expert-info-blocks .expert-info .icon-container .email-icon {
  background-image: url(../icons/email_icon.svg);
}

.expert-info-blocks .expert-info .info-title {
  opacity: 0.8;
  font-family: Inter;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
}

.expert-info-blocks .expert-info .info-title span {
  display: block;
  opacity: 0.6;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
}

.mobile-direction {
  display: none;
}

@media (max-width: 992px) {
  .headers-container {
    display: none;
  }

  .section-experts-list {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .expert-navbar {
    width: 100%;
  }

  .hero .nav-tabs .nav-link {
    width: 50%;
    font-size: 24px;
  }

  .hero .nav-tabs .nav-link.active {
    border-bottom: 4px solid #00b5d3;
  }

  .section-experts-list .accordion .accordion-item .accordion-header {
    background: none;
    margin-bottom: 0;
  }

  .section-experts-list
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button {
    align-items: start;
    transition: 0s;
    /*padding: 0 !important;*/
    /*padding-bottom: 10px !important;*/
  }

  .section-experts-list
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button.collapsed {
    margin-bottom: 16px;
    border-radius: 0 !important;
    padding-top: 16px;
    padding-bottom: 16px;
    /* padding: 0 !important; */
    padding-bottom: 0px !important;
  }

  .section-experts-list
    .accordion
    .mobile-list
    .accordion-item
    .accordion-header
    .accordion-button {
    border-top: 1px solid #d9dfe3;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .section-experts-list
    .accordion
    .mobile-list:last-child
    .accordion-item
    .accordion-header
    .accordion-button.collapsed {
    border-bottom: 1px solid #d9dfe3;
    padding-bottom: 16px !important;
  }

  .section-experts-list
    .accordion
    .mobile-list:last-child
    .accordion-item
    .accordion-body {
    border-bottom: 1px solid #d9dfe3;
    padding-bottom: 8px;
  }

  .accordion-collapse.show {
    /* border-bottom: 1px solid #d9dfe3; */
    margin-bottom: 7px;
  }

  .section-experts-list
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button:before {
    margin-top: 2px;
  }

  .mobile-accordion-body {
    padding: 10px 8px 0px 37px;
  }

  /*.section-experts-list*/
  /*.accordion*/
  /*.mobile-list*/
  /*.accordion-item*/
  /*.accordion-header*/
  /*.accordion-button {*/
  /*  padding: 0 !important;*/
  /*}*/

  /*.section-experts-list*/
  /*.accordion*/
  /*.accordion-item*/
  /*.accordion-header*/
  /*.accordion-button.collapsed {*/
  /*  margin-bottom: 0 !important;*/
  /*}*/

  .well{
    padding: 0!important;
    margin: 0!important;
  }


  .expert-data-container {
    margin-top: 18px;
  }

  .distance-location-container {
    flex-direction: column-reverse;
    align-items: end;
  }

  .expert-location {
    min-width: unset;
    white-space: normal;
  }

  .expert-distance {
    font-size: 18px;
  }

  .expert-location,
  .expert-location span {
    padding-right: unset;
    text-align: end;
    opacity: 0.7;
    font-size: 18px;
    font-family: Inter;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    color: #002b46;
  }

  .expert-name {
    overflow: unset;
    white-space: normal;
    text-overflow: unset;
    font-family: Inter;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
  }

  .expert-info-blocks .expert-info a {
    flex-direction: column;
    align-items: center;
  }

  .expert-info-blocks .expert-info a .icon-container {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .expert-info-blocks .expert-info .info-title span {
    display: none;
  }

  .mobile-direction {
    display: unset !important;
    margin-bottom: 10px;
  }

  .expert-info-blocks .expert-info .info-title {
    font-size: 16px;
    line-height: 1.56;
    font-weight: normal;
    letter-spacing: normal;
    color: #002b46;
    text-align: center;
  }

  .pagination-container {
    margin-bottom: 44px !important;
  }

  .page-content {
    min-height: unset;
  }
}

@media (max-width: 768px) {
  .expert-name,
  .expert-distance {
    font-size: 16px;
  }

  .expert-location,
  .expert-location span {
    font-size: 14px;
  }

  .expert-info-blocks .expert-info a .icon-container {
    height: 40px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
    margin-bottom: 5px;
  }

  .expert-info-blocks .expert-info .icon-container .icon {
    height: 19px;
    width: 19px;
  }
}

@media (max-width: 460px) {
  .expert-data-container {
    padding-left: 0;
    padding-right: 0;
  }

  .expert-info-blocks .expert-info .info-title {
    /* font-size: 14px; */
  }
}
/* ------------------------ END SECTION DEALES LIST TAB ------------------------ */

/* ------------------------ SECTION MAP TAP ------------------------ */

/* -------------- GOOGLE MAP BLOCK -------------- */

.map_image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mobile_map_image {
  display: none;
}

@media (max-width: 768px) {
  .desktop_map_image {
    display: none;
  }

  .mobile_map_image {
    display: unset;
  }
}

/* -------------- END GOOGLE MAP BLOCK -------------- */

/* ------------------------ END SECTION MAP TAP ------------------------ */

.expert-image-name-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 54%;
}

.expert-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}

.expert-name-title-continer {
  padding-left: 16px;
  padding-right: 18px;
}

@media (max-width: 768px) {
  .expert-name-title-continer {
    padding-left: 8px;
    padding-right: unset;
  }
}

.expert-title {
  opacity: 0.6;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  word-break: normal;
  text-overflow: ellipsis;

  overflow: hidden;

  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.exper-region {
  font-family: Inter;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  width: 18%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.expert-contact-detaisl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.expert-phone {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  display: flex;
  align-items: center;
}

.expert-phone span {
  opacity: 0.6;
}

.expert-phone::before {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../icons/call_icon.svg);
  margin-right: 5px;
  opacity: 1;
}

.expert-mail {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #00b5d3;
  background-image: url(../icons/white_email_icon.svg);
  margin-left: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.desktop-list-content {
  width: 100%;
  display: flex;
  justify-content: start;
  padding: 16.5px 40px;
  align-items: center;
  background: #e5f8fb;
  margin-bottom: 30px;
  border-radius: 5px;
}

.mobile-list {
  display: none;
}

.mobile-hero-button-container {
  display: none !important;
}

@media (max-width: 1200px) {
  .hero-button-container {
    justify-content: flex-start !important;
    margin-bottom: 24px;
    margin-left: 24px;
  }

  .exper-region {
    padding-left: 10px;
  }
}

@media (max-width: 992px) {
  .desktop-list {
    display: none;
  }

  .mobile-list {
    /* display: unset; */
  }
  .expert-image-name-title-mobile {
    width: 100%;
  }

  .section-experts-list .accordion-body .mobile-job-title {
    font-size: 20px !important;
  }

  .page-subtitle {
    font-size: 28px !important;
  }
}

@media (max-width: 768px) {
  .section-navigation {
    margin-top: 16px;
  }
  .expert-image {
    width: 50px;
    height: 50px;
  }

  .expert-title {
    font-size: 16px;
  }

  .section-experts-list .accordion-body .mobile-job-title {
    font-size: 18px !important;
  }

  .page-subtitle {
    font-size: 24px !important;
  }

  .hero-button-container {
    margin-left: 0;
    margin-bottom: 0;
  }

  .desktop-hero-button-container {
    display: none !important;
  }

  .mobile-hero-button-container {
    display: block !important;
    width: 100%;
  }



  .mobile-hero-button-container a {
    font-size: 16px;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .button-text-container  {
    height: 100% !important;
    overflow: hidden;
  }

}


.button-text-container-desktop  {
  /* height: 30px !important; */
  overflow: hidden;
}
.button-text-container button {
  all: unset;
  cursor: pointer;
  display: block;
  width: 100%;
}
.button-text-container button {
  padding: 15px 32px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .button-text-container button {
    padding: 12px 32px;
  }
    .button-text-container button span {
    height: 30px;
    display: block;
    overflow: hidden;
  }
}

@media (max-width: 460px) {
  .section-experts-list .accordion-body .mobile-job-title {
    font-size: 16px !important ;
  }

  .desktop-hero-button-container {
    padding-right: 0 !important;
  }
  .hero-button {
    width: 100%;
  }
}

.section-experts-list .accordion-body .mobile-job-title {
  font-family: Inter;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
}

.page-subtitle {
  font-family: Inter;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  margin-bottom: 40px;
  max-width: 900px;
}

.page-title-container {
  padding-left: 30px;
  display: flex;
}

/*.hero-button {*/
/*  padding: 15px 38px;*/
/*  background: #00b5d3;*/

/*  border-radius: 5px;*/
/*  height: fit-content;*/
/*  font-family: Inter;*/
/*  font-size: 18px;*/
/*  font-weight: normal;*/
/*  font-stretch: normal;*/
/*  font-style: normal;*/
/*  line-height: 1.5;*/
/*  letter-spacing: normal;*/
/*  text-align: center;*/
/*  color: #fff;*/
/*  min-width: 100%;*/

/*  height: 50px;*/



/*}*/

.page-title-subtitle-container {
  padding-right: 45px;
  width: 100%;
  padding-left: 0;
}

.hero-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /*padding: 12px 31px;*/
  background: #00b5d3;
  border-radius: 5px;
  height: fit-content;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  /*min-width: 100%;*/
  /* height: 50px; */
}

.desktop-list {
  display: none;
}

.title-and-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.hero-row {
  width: 100%;
}

.mobile-hero-button {
  /*padding: 12px 38px;*/
  background: #00b5d3;
  border-radius: 5px;
  height: fit-content;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  min-width: 100%;
  height: 50px;
}

.title-load-more {
  opacity: 0.5;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
}

@media (max-width: 768px) {


  .title-load-more {
    font-size: 16px;
  }


  .filter-no-experts-found {
    display: none;
    opacity: 0.7;
    font-family: Inter;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
  }
}

@media (max-width: 460px) {
  .page-title-subtitle-container {
    padding-right: 0;
  }

  .page-subtitle {
    font-size: 20px !important;
    margin-bottom: 24px;
  }
}

/* after 13 / 11 */

.section-map {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) and (min-width: 0px) {
  .section-map {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .section-map .img_wrapper{
    height: 80vh;
  }
}


/* NEW EXPERT PAGE STYLE */

.expert-content {
  flex: 1 1 0%;
  min-width: 0;
  max-width: 100%;
}
.experts-new-page .section-experts-list{
  padding-top: 48px;
}

.all-expert-counter{
  padding: 0 12px;
  margin-bottom: 24px;
  font-family: Inter;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: left;
  color: #002b46;
}
.expert-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0 0 12px;
  padding: 32px;
  border-radius: 8px;
  border: solid 1px #c2edf5;
  background-color: #f2fbfd;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}
.expert-row-header {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  flex: 0 0 auto;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .expert-mobile-top {
    display: contents;
  }
  .expert-groups--beside-photo {
    display: none !important;
  }
}
img.expert-img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.expert-img-container {
  flex-shrink: 0;
  padding-right: 33px;
  border-right: 1px solid #c2edf5;
  margin-right: 33px;
  /*height: 200px;*/
  display: flex;
  align-items: center;
}
.expert-regions-container {
  display: flex;
  margin-bottom: 24px;
}
img.expert-region-icon {
  margin-right: 8px;
  opacity: 1.0 !important;
  transform: translateY(-2px);
}
.expert-content .expert-name-title{
    font-family: Inter;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    /*text-align: left;*/
    color: #002b46;
    margin-bottom: 4px;
  }
.expert-qualification{
  opacity: 0.6;
  font-family: Inter;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  margin-bottom: 24px;
}
.expert-region-list span{
  opacity: 0.6;
  font-family: Inter;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  /*text-align: left;*/
  color: #002c45;
  width: fit-content;
}
.expert-actions-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px 16px;
  border-top: 1px solid #c2edf5;
  padding-top: 24px;
  margin-top: 24px;
}
.expert-actions-row__contacts {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}
.expert-actions-row .expert-more-info-link {
  flex-shrink: 0;
  margin-left: 0;
}
.expert-actions-row .expert-inline-contact-content .contact-container a {
  margin-right: 24px;
}
.expert-actions-row .expert-inline-contact-content .contact-container:last-child a {
  margin-right: 0;
}
.expert-more-info-link .more-info-text{
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #0f4a65;
  text-decoration: underline;
  width: fit-content;
  cursor: pointer;
  font-family: Inter;
}

.expert-more-info-region-row {
  display: table-row;;
  /*margin-bottom: 13px;*/
}
.expert-more-info-region-name {
  width: 200px;
  font-family: Inter;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  display: table-cell;
  padding-bottom: 13px;
  padding-right: 10px;
}
.expert-more-info-provinces{
  opacity: 0.6;
  font-family: Inter;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  border-left: 1px solid #002c4599;
  padding-left: 22px;
  margin-bottom: 8px;
}

.expert-more-info-title{
  font-family: Inter;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  margin-bottom: 14px;
}
.expert-more-info-about-content{
  max-width: 470px;
  opacity: 0.6;
  font-family: Inter;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
}

.expert-more-info-read-articles-link {
  color: #002C45;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-top: 24px;
  display: flex;
  column-gap: 8px;
}

@media (max-width: 768px) {
  .expert-more-info-read-articles-link {
    margin-bottom: 8px;
  }
  .expert-more-info-contact-content .email-conteiner.contact-via-form .contact-link,
  .expert-container.open-modal .expert-more-info-contact-content .email-conteiner.contact-via-form .contact-link {
    display: none !important;
  }
}

.expert-more-info-read-articles-link:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../icons/read-articles.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 2px;
}

.expert-more-info-contact-content .contact-image {
  width: 36px;
  height: 36px;
  background-color: #00b5d3;
  border-radius: 50%;
  /* padding: 13px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.expert-more-info-contact-content .contact-image img {
  width: 20px;
  height: 20px;
  /* object-fit: contain; */
  margin: 5px 0 0 0;
}
.expert-more-info-contact-content {
  display: flex;
}
.contact-container a {
  display: flex;
  align-items: center;
  margin-right: 38px;
}
.expert-more-info-contact-content .contact-info .contact-title{
  opacity: 0.8;
  font-family: Inter;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  /*line-height: 2;*/
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
}
.expert-more-info-contact-content .contact-info .contact-link{
  opacity: 0.6;
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  /*line-height: 2;*/
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
}
.expert-more-info-contact-container {
  margin-top: 40px;
}
.expert-group-tag{
  color: #ffffff;
  display: inline;
  padding: 6px 12px;
  border-radius: 7px;
  font-size: 14px;
  font-family: Inter;
}
.more-info-arrow{
  margin-left: 6px;
}
.expert-more-info-content {
  margin-top: 30px;
}

.more-info-arrow svg.rotated{
  -webkit-transform: rotate(180deg);  /* Chrome, Safari 3.1+ */
  -moz-transform: rotate(180deg);  /* Firefox 3.5-15 */
  -ms-transform: rotate(180deg);  /* IE 9 */
  -o-transform: rotate(180deg);  /* Opera 10.50-12.00 */
  transform: rotate(180deg);  /* Firefox 16+, IE 10+, Opera 12.10+ */
}
.expert-groups-container{
  /* transform: translate(-7px, 1px); */
  min-height: 24px;
  margin-bottom: 4px;
}
.experts-new-page .mobile-hero-button-container{
  display: flex !important;
  min-width: unset;
  width: fit-content;
  /*margin-bottom: 56px;*/
  /*padding: 15px 32px;*/
  margin-top:40px;
}
.experts-new-page .page-subtitle{
  margin-bottom: 0;
}

.experts-new-page .page-title-container{
  margin-bottom: 0;
}

.experts-new-page .section-search{
  display: block;
}
.experts-new-page .form-title {
  margin-bottom: 24px;
  margin-top:56px;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .expert-bottom-banner {
    width: 1200px;
    /*margin-right: auto;*/
    /*margin-left: auto;*/
    padding-left: 12px;
    /*margin-top: 100px;*/
    margin: 100px auto;
  }

  .expert-bottom-banner .bottom-form-banner-content {
    width: 1200px;

  }

  .expert-bottom-banner .bottom-form-banner {
    padding-bottom: 0;

  }
}
.pagination-container{
margin-top: 36px;
}
@media (min-width: 768px) {
  .experts-new-page .container .experts-container,
  .experts-new-page .all-expert-counter {
    padding-left: 0;
  }

  .experts-new-page .page-title-container {
    padding-left: 22px;
  }
  .expert-more-info-regions-content{
    margin-bottom: 19px;
  }
}

/*MOBILE*/
@media (max-width: 768px) {

  html:has(.expert-container.open-modal) {
    overflow-y: hidden;
  }
    .pagination-container {
    margin-top: 26px;
    padding-top: 0 !important;
  }
  .expert-more-info-about-content{
    font-size: 14px;
  }
  .experts-new-page .filter-container {
    margin-top: 16px;
  }
  .expert-more-info-about-container .expert-more-info-title{
    margin-bottom: 8px;
  }
  .open-modal .expert-group-tag{
    margin-bottom: 16px !important;
  }
  .expert-groups-container{
    transform: translate(0px, 2px);
    min-height: 0px;
    margin-bottom: 0;
  }
  .pagination-container{
    margin-top: 26px;
    padding-top: 0 !important;
    margin-bottom: 36px !important;
  }
  .experts-new-page .form-title {
    display: none;
  }
  .section-search{
    padding-top: 16px;
  }
  .experts-new-page .page-title-container{
    margin-bottom: 16px;
  }
  .experts-new-page .mobile-hero-button-container{
    margin-bottom: 0;
    min-width: 100%;
    margin-top: 16px;
  }
  .experts-new-page .mobile-hero-button-container .button-text-container{
    width:100%
  }
  .experts-new-page .page-subtitle{
    font-size:16px !important;
  }
  .experts-new-page .section-experts-list {
    padding-top: 24px;
  }

  .expert-filter, .filter-container {
    max-width: 90vw !important;
    margin-right: 0 !important;
  }

  .title-and-button-container {
    margin-top: 8px;
  }

  #expert-search-from {
    flex-direction: column-reverse;

  }

  #expert-search-from #search-field {
    width: 100% !important;
  }

  .experts-new-page .filter-container {
    min-width: 100% !important;
  }

  .expert-row {
    flex-direction: column;
    position: relative;
    padding: 20px;
    border-radius: 5px;
    border: solid 1px #c2edf5;
    background-color: #f2fbfd;
    width: 100%;
    max-width: none;
    margin-bottom: 23.6px;
  }

  .expert-row-header {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .expert-content {
    min-width: 100%;
  }

  .expert-groups--beside-name {
    display: none !important;
  }

  .expert-mobile-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 16px;
  }

  .expert-img-container {
    border: unset;
    margin-right: 0;
    height: auto;
    padding: 0;
    flex-shrink: 0;
  }

  .expert-img-container a {
    position: static;
  }

  img.expert-img {
    border-radius: 50%;
    width: 54px;
    height: 54px;
  }

  .expert-groups--beside-photo {
    flex-shrink: 0;
  }

  .expert-groups--beside-photo .expert-group-tag {
    margin-bottom: 0;
  }

  .expert-name-tag-row {
    display: block !important;
    width: 100%;
  }

  .expert-group-tag {
    padding: 8px 18px;
    height: 32px;
    border-radius: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 0;
  }

  .expert-content .expert-name-title {
    font-family: Inter;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
    margin-top: 0 !important;
    margin-bottom: 8px;
  }
  .expert-regions-container {
    margin-bottom: 32px;
    padding-top: 16px;
    border-top: 1px solid #c2edf5;
  }
  .expert-qualification {
    opacity: 0.7;
    line-height: 1.56;
    margin-bottom: 16px;
    /*max-width: 83%;*/
  }


  .expert-actions-row {
    align-items: stretch;
    border-top: none;
    padding-top: 0;
  }

  .expert-actions-row__contacts {
    align-items: flex-end;
    flex: 1 1 auto;
    min-width: 0;
    align-self: stretch;
  }

  .expert-actions-row .expert-more-info-contact-content {
    align-items: flex-end;
  }

  .expert-actions-row .expert-inline-contact-content .contact-container a {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-right: 20px;
    text-align: center;
  }

  .expert-actions-row .expert-inline-contact-content .contact-container:last-child a {
    margin-right: 12px;
  }

  .expert-actions-row .expert-more-info-contact-content .contact-image {
    margin-right: 0;
    margin-bottom: 6px;
  }

  .expert-actions-row .expert-more-info-contact-content .contact-info .contact-title {
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
  }

  .expert-actions-row .expert-more-info-contact-content .contact-link {
    display: none !important;
  }

  .expert-actions-row .expert-more-info-link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    align-content: flex-end;
    align-self: stretch;
    text-align: right;
    line-height: 1.5;
    margin-right: 0;
    margin-left: 0;
    flex: 0 0 auto;
    min-height: 100%;
  }

  .expert-actions-row .expert-more-info-link .more-info-text {
    line-height: 1.5;
  }
  
  .more-info-arrow svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
/*.expert-container.open-modal .expert-more-info-contact-content .contact-image{*/
/*  border: solid 1px #00b5d3;*/
/*  background-color: #f2fbfd;*/
/*}*/
  /*.expert-container.open-modal .expert-more-info-contact-content .contact-image img{*/
  /*  display: none;*/
  /*}*/
  /*.expert-container.open-modal .expert-more-info-contact-content .contact-image.email{*/
  /*  background-image: url(../icons/email_icon.svg);*/
  /*  background-repeat: no-repeat;*/
  /*  background-position: center;*/
  /*}*/
  /*.expert-container.open-modal .expert-more-info-contact-content .contact-image.phone{*/
  /*  background-image: url(../icons/call_icon.svg);*/
  /*  background-repeat: no-repeat;*/
  /*  background-position: center;*/
  /*}*/
  .expert-more-info-contact-content .contact-image img {
    width: 22px;
    height: 22px;
  }
  .expert-more-info-contact-content .contact-image img {
    width: auto;
    height: auto;
    transform: translateY(0);
    margin: 0;
  }

}
/* Fullscreen modal */

.expert-container.open-modal{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 99999;
  background-color: white;
}
.expert-container.open-modal .expert-groups-container{
  /*transform: translate(-7px, 0px);*/
}
.expert-container.open-modal .expert-img-container a {
  top:75px;
  right:20px;
  width: 58px;
  height: 58px;
}

.expert-container.open-modal .expert-img {
  width: 58px;
  height: 58px;
}

.expert-container.open-modal .expert-regions-container{
  display: none;
}
.expert-container.open-modal .expert-qualification{
  border:unset;
  padding: 0;
  margin: 0;
}
.expert-container.open-modal .expert-row{
  background-color: white;
  padding: 0;
  border:unset;
}
.expert-container.open-modal .expert-row-header{
  background-color: #f2fbfd;
  padding: 20px 20px 18.8px 19.7px;
  border-bottom: solid 1px #c2edf5;
}
.expert-container.open-modal.expert-more-info-about-content{
  font-size: 14px;
  line-height: 1.21;
}
.expert-container.open-modal .expert-more-info-container{
  padding: 0 20px;
  display: block !important;
  border: unset
}

.expert-container.open-modal .expert-more-info-region-row{
  display: block;
  margin-bottom: 16px;
}
.expert-container.open-modal .expert-more-info-provinces{
  border:unset;
  padding: 0;
  margin-top: 4px;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 0;
}
.expert-container.open-modal .expert-more-info-region-name{
  padding: 0;
  line-height: 1.5;
  width:auto;

}
.expert-container.open-modal .expert-more-info-title{
  line-height: 1.4;
  margin-bottom: 16px;
}
.expert-container.open-modal .expert-more-info-region-container{
  border-bottom: 1px solid rgba(0, 43, 70, 0.2);
  margin-bottom: 24px;
}
.expert-container.open-modal .expert-more-info-about-container{
  border-bottom: 1px solid rgba(0, 43, 70, 0.2);
  padding-bottom: 24.5px;
}
.expert-container.open-modal .expert-more-info-contact-container{
  margin-top: 27px;
}
.expert-container.open-modal .expert-more-info-contact-content .contact-link{
  display: none;
}
.expert-container.open-modal .expert-more-info-contact-content .email-conteiner.contact-via-form .contact-link{
  display: block;
}
.expert-container.open-modal .contact-container a{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 22px;
}
.expert-container.open-modal  .expert-more-info-contact-content
.contact-info .contact-title{
  text-align: center;
}
.expert-container.open-modal  .expert-more-info-contact-content .contact-image{
  width: 32px;
  height: 32px;
  margin-right: 0;
  margin-bottom: 8px;
}
.expert-container.open-modal .expert-name-title{
  margin-top: 8px;

}
/*.expert-container.open-modal .expert-groups-container{*/
/*  min-height: 32px;*/
/*}*/


.close-arrow{
  width: 30px;
  height: 30px;
  /* margin: 0 8.5px 32px 0.3px; */
  padding: 1px 6px;
  border: solid 1px #e5e5e5;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 8.5px;
  /*transform: translateY(-2px);*/
}
.close-arrow svg{
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.close-arrow svg path {
  fill: #00b5d3 !important;;
}
.close-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
}

/* -------------------- search from -----------------*/
#expert-search-from{
  display: flex;
}
.experts-new-page .expert-filter,
.experts-new-page .filter-container{
  width: auto !important;
  min-width: 282px;
  max-width: 282px;
}
.filter-container{
  margin-right: 24px;
}

.select2-container{
  min-width: 282px;
}
#expert-search-from #search-field{
  width: 408px;
  /*position: relative;*/
  background-image: url(../icons/search_grey.png);
  background-repeat: no-repeat;
  background-position: 13px center;
  }

.select2-container--default .select2-results>.select2-results__options{
  padding-top: 5px;
}

/*#expert-search-from #search-field:before{*/
/*  content:'';*/
/*  margin-left: 16px;*/
/*  margin-top: 16px;*/
/*  height: 18px;*/
/*  width: 18px;*/
/*  display: block;*/
/*  background-image: url(../icons/search_grey.png);*/
/*  object-fit: contain;*/
/*  background-position: center;*/
/*  z-index: 10;*/
/*  position: absolute;*/
/*}*/



/* ------------- SELECT2 STYLE -------------- */
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 18px;
  min-width: 18px;
  border: 2px solid #00b5d3;
  background-color: #fff;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 3px;
  line-height: 19px;
}

.select2-results__option{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
button.select2-selection__clear{
  display: none;
}
.select2-container--default .select2-results__option[aria-selected=true]{
  background-color: unset;
}
.wrap{
  color: #002b46;
  font-size: 14px;
}
/*.select2-search--dropdown{*/
/*    display: block !important;*/
/*    border-color: #909090;*/
/*    padding-left: 9px;*/
/*    padding-right: 9px;*/
/*}*/
.select2-search .select2-search--dropdown{
  display: none !important;
}
.select2-results__option {
  padding-right: 20px;
  padding-left:9px ;
  vertical-align: middle;
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #002b46 !important;
  padding-bottom: 10px;
  border-bottom: solid 1px #f8f8f8;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #fff !important;
  color: #002b46 !important;
}
.select2-selection {
  background-color: #fff;
  /*color: #555555;*/
  font-size: 14px;
  outline: 0;
  min-height: 50px;
  text-align: left;
  border-radius: 5px !important;
  border: solid 1px #c9c9c9 !important;
}

.select2-selection__rendered{
  margin: 10px;

}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  margin: 10px;
  height: 29px !important;
}
.select2-selection__arrow b{
  border-color: #00b5d3 transparent transparent transparent !important;

}
.select2-selection__placeholder,
.select2-selection__rendered{
  color: #002b46 !important;
  font-size: 18px;
}
.select2-search__field{
  height: 32.7px;
  border-color: #909090 !important;
}
span.select2-dropdown.select2-dropdown--below {
  margin-top: 4px;
  border: solid 1px #c9c9c9 !important;
}
.select2-results__option.select2-results__message:before,
.select2-results__option.loading-results:before{
  display: none;
}
/*dropdown-select in form*/
@media (max-width: 769px) {
  ul[id^="select2-input_"] li:before{
    display: none !important;
  }

  .gform_wrapper.gravity-theme .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
  }

  .gform_wrapper .select2-selection__arrow b {
    margin-left: -6px !important;
  }
}
