.contact_locations_wrap {
  color: #FFFFFF;
  background-color: rgba(10, 33, 64, 0.05);
}

.contact_locations_wrap .contact_scrollbar {
  height: 2px;
  right: unset;
  left: 0;
  background: rgba(10, 33, 64, 0.5) !important;
  bottom: -102px;
}

.contact_locations_wrap .contact_scrollbar .swiper-scrollbar-drag {
  height: 4px;
  top: -1px;
  background: #1257fd;
}

.contact_locations_wrap .top_heading {
  padding-top: 79px;
}

.contact_locations_wrap .top_heading .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_locations_wrap .top_heading .filters_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_locations_wrap .top_heading .selectboxit-container .selectboxit {
  border-bottom: 2px solid #09202E;
  color: #09202E;
}

.contact_locations_wrap .top_heading .selectboxit-container .selectboxit::after {
  border: 2px solid #09202E;
  border-top: 0;
  border-right: 0;
}

.contact_locations_wrap .locations_wrap {
  height: 86px;
  max-height: 86px;
  padding-top: 86px;
  padding-bottom: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact_locations_wrap .locations_wrap.active {
  height: 100%;
  padding-bottom: 201px;
  max-height: 550px;
  display: block;
  opacity: 1;
  pointer-events: all;
}

.contact_locations_wrap .selectboxit-container {
  display: block;
  margin-left: 29px;
  width: 327px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}

.contact_locations_wrap .selectboxit-container * {
  outline: none;
}

.contact_locations_wrap .selectboxit-container .selectboxit {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  height: 40px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  border: 0;
  border-bottom: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 165%;
}

.contact_locations_wrap .selectboxit-container .selectboxit::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 15px;
  height: 15px;
  border: 2px solid #FFFFFF;
  top: calc(50% - 12px);
  right: 17px;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contact_locations_wrap .selectboxit-container span {
  padding-left: 8px;
  height: 40px;
  line-height: 38px;
  text-indent: 9px;
  display: block;
}

.contact_locations_wrap .selectboxit-container .selectboxit-option-icon-container {
  display: none;
}

.contact_locations_wrap .selectboxit-container .selectboxit-options {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  top: calc(100% - 3px);
  border-top: 2px solid #FFFFFF;
  max-height: 250px;
  overflow-y: auto;
  border-radius: 0;
  background: linear-gradient(356.05deg, rgba(10, 33, 64, 0.75) 3.46%, #09202E 50.28%);
}

.contact_locations_wrap .selectboxit-container .selectboxit-option {
  background-color: transparent;
  padding: 11px 14px;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.contact_locations_wrap .selectboxit-container .selectboxit-text {
  text-indent: 0px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  position: relative;
  z-index: 1;
  width: 100%;
}

.contact_locations_wrap .one_location {
  min-height: 245px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 150px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid rgba(10, 33, 64, 0.75);
  padding-left: 15px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.contact_locations_wrap .one_location .loca_title {
  font-weight: 600;
  font-size: 37px;
  line-height: 49px;
  margin-bottom: 6px;
}

.contact_locations_wrap .one_location .location_adress {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.contact_locations_wrap .one_location .short_address {
  margin-top: 8px;
  margin-bottom: 0;
}

.contact_locations_wrap .one_location.invisible {
  display: none;
  opacity: 0;
  pointer-events: none;
}

.contact_locations_wrap .one_location .number_wrap svg path {
  stroke: #09202E;
}

@media screen and (max-width: 1024px) {
  .contact_locations_wrap .contact_scrollbar {
    bottom: -77px;
  }
  .contact_locations_wrap .content .text_45 {
    white-space: nowrap;
  }
  .contact_locations_wrap .top_heading .filters_wrap {
    width: 100%;
    padding-left: 100px;
  }
  .contact_locations_wrap .top_heading .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact_locations_wrap .locations_wrap {
    height: 83px;
    height: 83px;
    padding-top: 83px;
    padding-bottom: 0;
  }
  .contact_locations_wrap .locations_wrap.active {
    height: 100%;
    padding-bottom: 150px;
  }
  .contact_locations_wrap .country_wrap,
  .contact_locations_wrap .state_wrap {
    height: 64px;
    width: calc(50% - 12.5px);
  }
  .contact_locations_wrap .country_wrap {
    padding-right: 12.5px;
  }
  .contact_locations_wrap .state_wrap {
    padding-left: 12.5px;
  }
  .contact_locations_wrap .selectboxit-container {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .contact_locations_wrap .one_location {
    min-height: 220px;
    padding: 0 81px 0 15px;
  }
  .contact_locations_wrap .one_location .loca_title {
    font-size: 19px;
    line-height: 31px;
    margin-bottom: 10px;
  }
  .contact_locations_wrap .one_location .short_address {
    margin-top: 9px;
  }
  .contact_locations_wrap .inner_slide {
    min-width: 295px;
  }
}

@media screen and (max-width: 767px) {
  .contact_locations_wrap .arrow {
    position: absolute;
    right: 25px;
    top: 41px;
    z-index: 2;
  }
  .contact_locations_wrap .arrow.swiper-button-disabled {
    display: none;
  }
  .contact_locations_wrap .contact_scrollbar {
    bottom: -47px;
  }
  .contact_locations_wrap .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_locations_wrap .content .text_67 {
    white-space: initial;
  }
  .contact_locations_wrap .top_heading .filters_wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0px;
    padding-top: 8px;
  }
  .contact_locations_wrap .locations_wrap {
    height: 41px;
    height: 41px;
    padding-top: 41px;
    position: relative;
  }
  .contact_locations_wrap .locations_wrap.active {
    padding-bottom: 98px;
  }
  .contact_locations_wrap .locations_wrap .content {
    overflow-y: visible;
    overflow-x: hidden;
  }
  .contact_locations_wrap .country_wrap,
  .contact_locations_wrap .state_wrap {
    width: 100%;
    padding: 0;
  }
  .contact_locations_wrap .country_wrap {
    position: relative;
    z-index: 11;
  }
  .contact_locations_wrap .one_location {
    max-width: calc(100% - 30px);
    padding: 0 15px 0 15px;
  }
  .contact_locations_wrap .one_location .loca_title {
    width: calc(100% - 50px);
  }
  .contact_locations_wrap .inner_slide {
    min-width: 295px;
  }
}

.number_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

.number_wrap svg {
  height: 18px;
  width: 18px;
  margin-right: 16px;
}

.state_wrap {
  opacity: 0.75;
  pointer-events: none;
}

.state_wrap.active {
  opacity: 1;
  pointer-events: all;
}

.form_section {
  padding: 0;
}

.form_section.active {
  padding-top: 85px;
  padding-bottom: 168px;
}

.form_section input[type="text"],
.form_section input[type="email"] {
  height: 64px;
  margin-bottom: 17px;
  padding-top: 5px;
  padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .form_section.active {
    padding-top: 64px;
    padding-bottom: 143px;
  }
}

@media screen and (max-width: 767px) {
  .form_section.active {
    padding-top: 66px;
    padding-bottom: 85px;
  }
}

.contact_form {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  padding-top: 85px;
  opacity: 1;
  padding-bottom: 168px;
}

.contact_form .left_side {
  width: 54%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 100px;
  padding-top: 44px;
}

.contact_form .left_side .selectboxit-container {
  height: 41px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact_form .left_side .selectboxit-container .selectboxit-text {
  font-weight: 600;
}

.contact_form .left_side .selectboxit-container:first-of-type {
  margin-top: 32px;
}

.contact_form .right_side {
  width: 46%;
  margin-top: 52px;
}

.contact_form .location_info_container {
  margin-top: auto;
}

.contact_form .location_info {
  position: absolute;
  top: 0;
  display: none;
  opacity: 0;
  padding-top: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact_form .location_info.active {
  display: block;
  opacity: 1;
  position: static;
}

.contact_form .location_data {
  margin-bottom: 0;
  margin-top: 4px;
  font-weight: 600;
}

.contact_form .number_wrap {
  margin-top: 18px;
}

.contact_form .number_wrap span {
  font-weight: 900;
}

.contact_form .selectboxit-container {
  width: 620px;
  max-width: 100%;
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .contact_form {
    padding-bottom: 129px;
  }
  .contact_form .left_side {
    padding-right: 59px;
    padding-top: 24px;
  }
  .contact_form .left_side .selectboxit-container {
    height: 41px;
    margin-top: 20px;
  }
  .contact_form .left_side .selectboxit-container:first-of-type {
    margin-top: 5px;
  }
  .contact_form .right_side {
    margin-top: 4px;
  }
  .contact_form .location_data {
    margin-bottom: 0;
    margin-top: 6px;
    font-weight: 600;
  }
  .contact_form .number_wrap {
    margin-top: 13px;
  }
}

@media screen and (max-width: 767px) {
  .contact_form {
    padding-bottom: 79px;
  }
  .contact_form .left_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0px;
  }
  .contact_form .left_side .selectboxit-container {
    height: 40px;
    margin-top: 0px;
    margin-bottom: 27px;
  }
  .contact_form .left_side .selectboxit-container:first-of-type {
    margin-top: 0px;
  }
  .contact_form .left_side .selectboxit-container:last-of-type {
    margin-bottom: 15px;
  }
  .contact_form .right_side {
    width: 100%;
    margin-top: 0px;
  }
  .contact_form .right_side input[type="submit"] {
    margin-top: 32px;
  }
  .contact_form .location_data {
    margin-top: 9px;
  }
  .contact_form .number_wrap {
    margin-top: 13px;
  }
  .contact_form .number_wrap span {
    font-weight: 900;
  }
  .contact_form .location_info.active {
    padding-top: 48px;
    padding-bottom: 54px;
  }
  .contact_form .inner_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.contact_form .word_wrap_h2 {
  height: 79px;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .contact_form .word_wrap_h2 {
    height: 49px;
  }
}

@media screen and (max-width: 767px) {
  .contact_form .word_wrap_h2 {
    height: 49px;
  }
}

#contact_location_selectSelectBoxItContainer {
  z-index: 11;
}

#contact_state_selectSelectBoxItContainer {
  z-index: 10;
  opacity: 0.5;
  pointer-events: none;
}

#contact_state_selectSelectBoxItContainer.active {
  pointer-events: all;
  opacity: 1;
}

#contact_office_selectSelectBoxItContainer {
  z-index: 9;
  opacity: 0.5;
  pointer-events: none;
}

#contact_office_selectSelectBoxItContainer.active {
  pointer-events: all;
  opacity: 1;
}
/*# sourceMappingURL=contact.css.map */