.cp-banner {
  min-height: 570px;
  position: relative;
  padding-top: 90px;
}
.cp-banner .ban_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.cp-banner .container {
  position: relative;
}
.cp-banner .sub-head {
  margin-top: 27px;
  font-size: var(--fontSubHeader);
  max-width: 740px;
}

.cp-social .socials {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cp-social .socials a {
  width: 40px;
  height: 40px;
  background: rgba(39, 39, 39, 0.3019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cp-social .socials a img {
  filter: invert(1);
}
.cp-social .socials a:hover {
  background: var(--primaryColor);
}

.cf-sec {
  margin: 0;
}
.cf-sec .row {
  display: grid;
  grid-template-columns: 524px 1fr;
  gap: 90px;
}
.cf-sec .row .form-wrap {
  background: #0070D5;
  padding: 38px;
  color: #fff;
  margin-top: -255px;
  position: relative;
}
.cf-sec .row .f-body {
  margin: 38px 0px;
}
.cf-sec .row .f-body .error {
  color: #fff;
}
.cf-sec .row .f-body .f50 {
  width: calc(50% - 10px);
}
.cf-sec .row .form-submit {
  min-width: 158px;
}
.cf-sec .row .field-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 28px 0px;
}
.cf-sec .row form > p {
  font-size: 16px;
}
.cf-sec .cp-social p {
  font-size: var(--fontUpperText);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
.cf-sec .info-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 90px;
}
.cf-sec .contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 34px;
}
.cf-sec .contact-list h2 {
  width: 100%;
  margin-bottom: 40px;
}
.cf-sec .contact-list .wrap h3 {
  padding-left: 26px;
  position: relative;
  margin-bottom: 25px;
}
.cf-sec .contact-list .wrap h3::before {
  content: "";
  border: 3px solid #2490D3;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cf-sec .contact-list .wrap p {
  padding-left: 26px;
  position: relative;
  font-size: 15px;
  line-height: 1.7;
}
.cf-sec .contact-list .wrap p::before {
  content: "";
  background: #272727;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 7px;
  top: 0;
}
.cf-sec .contact-list .wrap p a:not(:hover) {
  text-decoration: underline;
  color: #272727;
}

@media (min-width: 640px) {
  .cp-banner .cp-social {
    display: none;
  }
}
@media (max-width: 1280px) {
  .cp-banner {
    min-height: 550px;
  }
  .cp-banner .sub-head {
    max-width: 680px;
  }
  .cf-sec .row {
    grid-template-columns: 440px 1fr;
    gap: 40px;
  }
  .cf-sec .row .form-wrap {
    padding: 35px 30px;
  }
}
@media (max-width: 1040px) {
  .cp-banner {
    min-height: 345px;
    padding-top: 57px;
  }
  .cp-banner .sub-head {
    max-width: 404px;
    margin-top: 22px;
  }
  .cp-social .socials {
    gap: 13px;
  }
  .cp-social .socials a {
    width: 35px;
    height: 35px;
  }
  .cp-social .socials a img {
    max-height: 22px;
  }
  .cf-sec .row {
    grid-template-columns: 383px 1fr;
    gap: 50px 30px;
  }
  .cf-sec .row .f-body {
    margin: 35px 0px;
  }
  .cf-sec .row .f-body .f50 {
    width: calc(50% - 8px);
  }
  .cf-sec .row .form-wrap {
    margin-top: -114px;
  }
  .cf-sec .row .form-wrap .form-submit {
    width: 100%;
  }
  .cf-sec .row .form-wrap .field textarea {
    height: 90px;
  }
  .cf-sec .row form > p {
    font-size: var(--bodyFontSize);
    text-align: center;
    max-width: 263px;
    margin: 0 auto;
  }
  .cf-sec .info-wrap {
    padding-top: 100px;
  }
  .cf-sec .contact-list {
    display: flex;
    flex-wrap: wrap;
    gap: 31px 20px;
  }
  .cf-sec .contact-list h2 {
    margin-bottom: 6px;
  }
  .cf-sec .contact-list .wrap h3 {
    margin-bottom: 25px;
  }
  .cf-sec .contact-list .wrap p {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .cp-banner {
    min-height: 300px;
    padding-top: 38px;
  }
  .cp-banner .sub-head {
    max-width: 245px;
    margin-top: 25px;
  }
  .cp-banner .cp-social {
    margin-top: 60px;
  }
  .cf-sec .row {
    grid-template-columns: 1fr;
  }
  .cf-sec .row .f-row {
    gap: 26px 0px;
  }
  .cf-sec .row .f-body .f50 {
    width: 100%;
  }
  .cf-sec .row .info-wrap {
    padding-top: 0px;
  }
  .cf-sec .row .form-wrap {
    padding: 35px 30px;
    margin-top: 90px;
  }
  .cf-sec .row .cp-social {
    display: none;
  }
  .cf-sec .contact-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
    justify-content: center;
  }
  .cf-sec .contact-list h2 {
    width: 100%;
    margin-bottom: 13px;
  }
  .cf-sec .contact-list .wrap h3 {
    padding-left: 0px;
    margin-bottom: 17px;
  }
  .cf-sec .contact-list .wrap h3::before {
    display: none;
  }
  .cf-sec .contact-list .wrap p {
    padding-left: 0px;
    position: relative;
    letter-spacing: -0.5px;
  }
  .cf-sec .contact-list .wrap p::before {
    display: none;
  }
}
.loc-sec .loc-container {
  position: relative;
}
.loc-sec .list > .itm + .itm {
  display: none;
}
.loc-sec .list img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loc-sec .list .slick-dots {
  margin-top: 30px;
}
.loc-sec .itm {
  position: relative;
}
.loc-sec .itm .info {
  padding: 40px;
  min-height: 502px;
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.1019607843);
  display: inline-block;
  color: #fff;
  width: 100%;
  max-width: 367px;
  margin-left: 80px;
}
.loc-sec .itm .info h3 {
  margin-bottom: 44px;
}
.loc-sec .itm .info h4 {
  margin-top: 38px;
}
.loc-sec .itm .info p {
  margin-top: 18px;
  font-size: 15px;
}
.loc-sec .itm .info p a {
  color: #fff;
}
.loc-sec .itm .info p strong {
  vertical-align: text-bottom;
}
.loc-sec .itm .info .btn-text {
  margin-top: 60px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  display: table;
  border-radius: 0;
}
.loc-sec .itm .info .btn-text:hover {
  text-decoration: none;
  letter-spacing: 3px;
}

@media (max-width: 1040px) {
  .loc-sec .loc-container {
    max-width: 100%;
    padding: 0;
  }
  .loc-sec .itm .wrap {
    max-width: 630px;
    margin: 0 auto;
  }
  .loc-sec .itm .info {
    padding: 35px;
    min-height: 401px;
    max-width: 328px;
    margin-left: 0px;
  }
  .loc-sec .itm .info h3 {
    margin-bottom: 32px;
  }
  .loc-sec .itm .info h4 {
    margin-top: 25px;
  }
  .loc-sec .itm .info p {
    margin-top: 17px;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .loc-sec {
    padding-top: 25px;
  }
  .loc-sec .itm {
    min-height: 538px;
    display: flex;
    align-items: flex-end;
  }
  .loc-sec .itm .wrap {
    width: 100%;
    padding: 0 15px;
    position: relative;
  }
  .loc-sec .itm .wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(51, 51, 51, 0.3019607843);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 30%, rgba(0, 0, 0, 0.35) 100%);
  }
  .loc-sec .itm .info {
    padding: 40px 0px;
    max-width: 320px;
    width: auto;
    margin: 0 auto;
    background: transparent;
    backdrop-filter: none;
    display: block;
    position: relative;
    z-index: 1;
  }
  .loc-sec .itm .info h3 {
    margin-bottom: 35px;
  }
  .loc-sec .itm .info h4 {
    margin-top: 30px;
  }
  .loc-sec .itm .info p {
    margin-top: 15px;
    font-size: 14px;
  }
}
.multi-form {
  padding: 85px 0px;
}
.multi-form .mf-ctr .sec-info {
  margin-bottom: 45px;
}
.multi-form .mf-ctr .sec-info p a {
  text-decoration: underline;
  font-weight: 600;
  color: inherit;
}
.multi-form .mf-ctr .sec-info p a:hover {
  color: #0070D5;
}
.multi-form .mf-ctr .carousel-ctr {
  max-width: 338px;
  margin: 0 auto;
}
.multi-form .mf-ctr .carousel-ctr .mf-wrap {
  clear: both;
  margin: 0;
  width: 100%;
  padding: 34px 0 0;
  overflow: hidden;
}
.multi-form .mf-ctr .carousel-ctr .mf-wrap.slick-initialized .slick-list .slick-slide.mf-itm {
  display: flex !important;
  justify-content: center;
}
.multi-form .mf-ctr .carousel-ctr .mf-wrap .mf-itm {
  min-height: 240px;
}
.multi-form .mf-ctr .carousel-ctr .mf-wrap .mf-itm img {
  margin: 0 auto;
}
.multi-form .mf-ctr .carousel-ctr .mf-wrap .mf-itm .form-container .row .btn-group {
  margin-top: 6px;
}
.multi-form .mf-ctr .carousel-ctr .mf-wrap .mf-itm .calendly-holder {
  width: 100%;
}
.multi-form .mf-ctr .carousel-ctr .mf-wrap .mf-itm div#calendly-embed {
  height: 100%;
  min-height: 450px;
}
.multi-form .mf-ctr .carousel-ctr .mf-menu {
  position: relative;
  display: flex;
  gap: 20px;
  padding: 0 15px;
}
.multi-form .mf-ctr .carousel-ctr .mf-menu li, .multi-form .mf-ctr .carousel-ctr .mf-menu .itm {
  box-sizing: border-box;
  text-align: center;
  padding: 0px 5px 11px;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid rgba(39, 39, 39, 0.2);
  transition: all ease-in-out 0.3s;
}
.multi-form .mf-ctr .carousel-ctr .mf-menu li.active, .multi-form .mf-ctr .carousel-ctr .mf-menu .itm.active {
  border-color: #272727;
  font-weight: 600;
}
.multi-form .mf-ctr .carousel-ctr .mf-menu li:hover, .multi-form .mf-ctr .carousel-ctr .mf-menu .itm:hover {
  border-color: #272727;
}

@media (max-width: 1040px) {
  .multi-form {
    padding: 74px 0px;
  }
  .multi-form .mf-ctr .carousel-ctr {
    max-width: 284px;
  }
  .multi-form .mf-ctr .carousel-ctr .mf-menu {
    padding: 0px;
  }
  .multi-form .mf-ctr .carousel-ctr .mf-wrap .mf-itm {
    min-height: 214px;
  }
}
@media (max-width: 640px) {
  .multi-form .sec-info p br {
    display: none;
  }
  .multi-form .mf-ctr .carousel-ctr {
    max-width: 278px;
  }
}

/*# sourceMappingURL=contact-us.css.map */
