@import url("https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.sub-bnr {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  min-height: 682px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1679px) {
  .sub-bnr {
    min-height: 640px;
  }
}
@media (max-width: 1441px) {
  .sub-bnr {
    min-height: 580px;
  }
}
@media (max-width: 1199px) {
  .sub-bnr {
    min-height: 450px;
  }
}
@media (max-width: 991px) {
  .sub-bnr {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .sub-bnr {
    padding: 70px 0 40px 0;
  }
}
.sub-bnr.intake-form-bnr {
  background: url(../img/intake-bnr-bg.png) no-repeat center;
  background-position: center;
  background-size: cover;
}
.sub-bnr .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.sub-bnr .content-area {
  max-width: 523px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .sub-bnr .content-area {
    max-width: 470px;
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  .sub-bnr .content-area {
    max-width: 450px;
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .sub-bnr .content-area {
    max-width: 330px;
    margin-right: 0;
  }
}
@media (max-width: 579px) {
  .sub-bnr .content-area {
    max-width: 300px;
  }
}
@media (max-width: 479px) {
  .sub-bnr .content-area {
    max-width: 210px;
  }
}
.sub-bnr .content-area .title {
  font-size: 62px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 18px;
  padding-bottom: 0;
  color: #00124D;
}
@media (max-width: 1679px) {
  .sub-bnr .content-area .title {
    font-size: 52px;
    line-height: 48px;
  }
}
@media (max-width: 1441px) {
  .sub-bnr .content-area .title {
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .sub-bnr .content-area .title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .sub-bnr .content-area .title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .sub-bnr .content-area .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.sub-bnr .content-area .title span {
  color: #014CB2;
}
.sub-bnr .content-area .sub-para {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #313646;
}
@media (max-width: 1679px) {
  .sub-bnr .content-area .sub-para {
    font-size: 17px;
  }
}
@media (max-width: 1441px) {
  .sub-bnr .content-area .sub-para {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .sub-bnr .content-area .sub-para {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .sub-bnr .content-area .sub-para {
    font-size: 14px;
  }
}
.sub-bnr .bnr-img {
  width: 438px;
  margin-left: auto;
  margin-right: 40px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1679px) {
  .sub-bnr .bnr-img {
    margin-right: 100px;
    width: 380px;
  }
}
@media (max-width: 767px) {
  .sub-bnr .bnr-img {
    margin-right: 0;
  }
}
.sub-bnr .bnr-img img {
  max-width: 100%;
  max-height: 586px;
  object-position: bottom;
}
@media (max-width: 1441px) {
  .sub-bnr .bnr-img img {
    max-height: 400px;
  }
}
.sub-bnr .video-sec {
  flex: 1;
  position: absolute;
  right: 0px;
  z-index: 1;
}
.sub-bnr .bnt-txt-btm {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 1;
}
.sub-bnr .bnt-txt-btm img {
  width: 100%;
  filter: brightness(3.5);
}
@media (max-width: 991px) {
  .sub-bnr:before {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.6);
    content: "";
    z-index: -1;
  }
}

.intake-form-sec {
  position: relative;
  z-index: 9;
}
.intake-form-sec .intake-form-wrapper {
  background: #FFFFFF;
  border: 1px solid #AAB5C3;
  border-radius: 40px;
  padding: 60px;
  position: relative;
  margin-top: -80px;
  margin-bottom: 140px;
}
@media (max-width: 1679px) {
  .intake-form-sec .intake-form-wrapper {
    margin-top: -60px;
    margin-bottom: 70px;
    padding: 50px;
  }
}
@media (max-width: 1441px) {
  .intake-form-sec .intake-form-wrapper {
    padding: 40px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .intake-form-sec .intake-form-wrapper {
    margin-top: -40px;
    margin-bottom: 50px;
    padding: 30px;
  }
}
@media (max-width: 579px) {
  .intake-form-sec .intake-form-wrapper {
    border-radius: 15px;
  }
}
.intake-form-sec .intake-form-wrapper::before {
  content: "";
  box-shadow: 0 0 25px 18px rgba(0, 0, 0, 0.13);
  height: 47px;
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -1px;
  border-radius: 51px;
  z-index: -1;
}
.intake-form-sec .intake-form-wrapper .form-group {
  margin-bottom: 65px;
  position: relative;
}
@media (max-width: 1679px) {
  .intake-form-sec .intake-form-wrapper .form-group {
    margin-bottom: 50px;
  }
}
@media (max-width: 1441px) {
  .intake-form-sec .intake-form-wrapper .form-group {
    margin-bottom: 45px;
  }
}
@media (max-width: 1199px) {
  .intake-form-sec .intake-form-wrapper .form-group {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .intake-form-sec .intake-form-wrapper .form-group {
    margin-bottom: 30px;
  }
}
.intake-form-sec .intake-form-wrapper .form-group.error .input-error-info {
  position: absolute;
  right: 30px;
  top: 65px;
}
@media (max-width: 1679px) {
  .intake-form-sec .intake-form-wrapper .form-group.error .input-error-info {
    top: 45px;
  }
}
@media (max-width: 767px) {
  .intake-form-sec .intake-form-wrapper .form-group.error .input-error-info {
    top: 40px;
  }
}
.intake-form-sec .intake-form-wrapper .form-group.error .input-error-info img {
  width: 23px;
}
@media (max-width: 1679px) {
  .intake-form-sec .intake-form-wrapper .form-group.error .input-error-info img {
    width: 20px;
  }
}
@media (max-width: 1441px) {
  .intake-form-sec .intake-form-wrapper .form-group.error .input-error-info img {
    width: 17px;
  }
}
.intake-form-sec .intake-form-wrapper .form-group.error .form-control {
  border-color: #FF9C9C;
  color: #FF0000;
}
.intake-form-sec .intake-form-wrapper .form-group .form-label {
  font-size: 20px;
  line-height: 1;
  color: #203063;
  margin-bottom: 10px;
}
@media (max-width: 1679px) {
  .intake-form-sec .intake-form-wrapper .form-group .form-label {
    font-size: 18px;
  }
}
@media (max-width: 1441px) {
  .intake-form-sec .intake-form-wrapper .form-group .form-label {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .intake-form-sec .intake-form-wrapper .form-group .form-label {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .intake-form-sec .intake-form-wrapper .form-group .form-label {
    font-size: 15px;
  }
}
@media (max-width: 579px) {
  .intake-form-sec .intake-form-wrapper .form-group .form-label {
    font-size: 14px;
  }
}
.intake-form-sec .intake-form-wrapper .form-group .form-control {
  padding: 10px 15px;
  border: 1px solid #BCC5D3;
  height: 82px;
  border-radius: 14px;
  font-size: 24px;
  outline: 0;
  box-shadow: none;
  color: #000;
}
@media (max-width: 1679px) {
  .intake-form-sec .intake-form-wrapper .form-group .form-control {
    font-size: 20px;
    height: 55px;
    border-radius: 12px;
  }
}
@media (max-width: 1441px) {
  .intake-form-sec .intake-form-wrapper .form-group .form-control {
    font-size: 18px;
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .intake-form-sec .intake-form-wrapper .form-group .form-control {
    font-size: 16px;
    height: 45px;
  }
}
@media (max-width: 991px) {
  .intake-form-sec .intake-form-wrapper .form-group .form-control {
    font-size: 14px;
    height: 40px;
  }
}
@media (max-width: 579px) {
  .intake-form-sec .intake-form-wrapper .form-group .form-control {
    font-size: 13px;
    border-radius: 8px;
  }
}
.intake-form-sec .intake-form-wrapper .form-group .form-control::placeholder {
  opacity: 1;
  color: #000;
}
.intake-form-sec .intake-form-wrapper .form-group select.form-control {
  outline: 0;
  box-shadow: none;
  color: #000;
  appearance: auto;
}
.intake-form-sec .intake-form-wrapper .form-group select.form-control::placeholder {
  opacity: 1;
  color: #000;
}
.intake-form-sec .intake-form-wrapper .form-group .info-label {
  color: #8A94B4;
  font-size: 18px;
  line-height: 1;
  margin-top: 15px;
  display: block;
  position: absolute;
}
@media (max-width: 1679px) {
  .intake-form-sec .intake-form-wrapper .form-group .info-label {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 1441px) {
  .intake-form-sec .intake-form-wrapper .form-group .info-label {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .intake-form-sec .intake-form-wrapper .form-group .info-label {
    font-size: 14px;
    margin-top: 5px;
  }
}
@media (max-width: 579px) {
  .intake-form-sec .intake-form-wrapper .form-group .info-label {
    font-size: 13px;
  }
}
.intake-form-sec .intake-form-wrapper .form-group .info-label.error {
  color: #FF0000;
}
.intake-form-sec .intake-form-wrapper .btn-blk {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 120px;
}
@media (max-width: 1679px) {
  .intake-form-sec .intake-form-wrapper .btn-blk {
    margin-top: 100px;
  }
}
@media (max-width: 1441px) {
  .intake-form-sec .intake-form-wrapper .btn-blk {
    margin-top: 80px;
  }
}
@media (max-width: 1199px) {
  .intake-form-sec .intake-form-wrapper .btn-blk {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .intake-form-sec .intake-form-wrapper .btn-blk {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .intake-form-sec .intake-form-wrapper .btn-blk {
    margin-top: 10px;
    flex-direction: column;
  }
}
.intake-form-sec .intake-form-wrapper .btn-blk .btn-sec {
  justify-content: end;
  display: flex;
}
@media (max-width: 767px) {
  .intake-form-sec .intake-form-wrapper .btn-blk .btn-sec {
    justify-content: space-between;
  }
}
@media (max-width: 479px) {
  .intake-form-sec .intake-form-wrapper .btn-blk .btn-sec {
    flex-direction: column;
  }
}
.intake-form-sec .intake-form-wrapper .btn-blk .btn-sec .primary-btn {
  background: #014CB2;
  color: #fff;
  margin-left: 19px;
}
.intake-form-sec .intake-form-wrapper .btn-blk .btn-sec .primary-btn img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(25%) saturate(65%) hue-rotate(37deg) brightness(107%) contrast(101%);
}
@media (max-width: 767px) {
  .intake-form-sec .intake-form-wrapper .btn-blk .btn-sec .primary-btn {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .intake-form-sec .intake-form-wrapper .btn-blk .btn-sec .primary-btn {
    width: 100%;
    margin-top: 15px;
  }
}
.intake-form-sec .intake-form-wrapper .btn-blk .btn-sec .primary-btn.btn-cancel {
  background: transparent;
  color: #00124D;
  border: 1px solid #BEC2D2;
}
.intake-form-sec .intake-form-wrapper .btn-blk .btn-sec .primary-btn.btn-cancel img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(93%) saturate(2019%) hue-rotate(204deg) brightness(104%) contrast(105%);
}

.custom-radio-area {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 1679px) {
  .custom-radio-area {
    margin-top: 25px;
  }
}
@media (max-width: 1199px) {
  .custom-radio-area {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .custom-radio-area {
    margin-top: 15px;
  }
}
@media (max-width: 579px) {
  .custom-radio-area {
    margin-top: 10px;
  }
}
@media (max-width: 479px) {
  .custom-radio-area {
    flex-direction: column;
  }
}

.custom-radios {
  position: relative;
  margin-left: 50px;
  padding-left: 62px;
  font-size: 20px;
  height: 42px;
  display: flex;
  align-items: center;
}
@media (max-width: 1679px) {
  .custom-radios {
    font-size: 18px;
    padding-left: 50px;
    margin-left: 40px;
  }
}
@media (max-width: 1441px) {
  .custom-radios {
    font-size: 17px;
    padding-left: 40px;
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .custom-radios {
    font-size: 16px;
    height: 28px;
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .custom-radios {
    font-size: 15px;
    padding-left: 35px;
    height: 24px;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .custom-radios {
    font-size: 14px;
    margin-left: 0px;
    width: 48%;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .custom-radios {
    width: 100%;
    margin-left: 0px;
  }
}
.custom-radios:first-child {
  margin-left: 0;
}

.custom-radios input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 42px;
  width: 42px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #C0C9E5;
  cursor: pointer;
}
@media (max-width: 1679px) {
  .checkmark {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 1441px) {
  .checkmark {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1199px) {
  .checkmark {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 991px) {
  .checkmark {
    width: 24px;
    height: 24px;
  }
}

/* On mouse-over, add a grey background color */
.custom-radios:hover input ~ .checkmark {
  background-color: transparent;
  border-color: #014CB2;
}

/* When the radio button is checked, add a blue background */
.custom-radios input:checked ~ .checkmark {
  background-color: transparent;
  border-color: #014CB2;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radios input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom-radios .checkmark:after {
  top: 9px;
  left: 9px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(180deg, #55E3FF 0%, #014CB2 100%);
}
@media (max-width: 1679px) {
  .custom-radios .checkmark:after {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1441px) {
  .custom-radios .checkmark:after {
    width: 14px;
    height: 14px;
    top: 7px;
    left: 7px;
  }
}
@media (max-width: 1199px) {
  .custom-radios .checkmark:after {
    width: 15px;
    height: 15px;
    top: 6px;
    left: 6px;
  }
}
@media (max-width: 991px) {
  .custom-radios .checkmark:after {
    width: 13px;
    height: 13px;
    top: 5px;
    left: 5px;
  }
}

.switch-wrp {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .switch-wrp {
    margin-bottom: 20px;
  }
}
.switch-wrp .txt {
  color: #203063;
  font-size: 20px;
  margin-right: 15px;
}
@media (max-width: 1679px) {
  .switch-wrp .txt {
    font-size: 18px;
  }
}
@media (max-width: 1441px) {
  .switch-wrp .txt {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .switch-wrp .txt {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .switch-wrp .txt {
    font-size: 14px;
  }
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 37px;
}
@media (max-width: 1679px) {
  .switch {
    height: 30px;
    width: 65px;
  }
}
@media (max-width: 1441px) {
  .switch {
    height: 28px;
    width: 60px;
  }
}
@media (max-width: 991px) {
  .switch {
    height: 25px;
    width: 60px;
  }
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 5px;
  background-color: #313646;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1679px) {
  .slider:before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1441px) {
  .slider:before {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 991px) {
  .slider:before {
    height: 15px;
    width: 15px;
  }
}

input:checked + .slider {
  background-color: transparent;
  border: 1px solid #C0C9E5;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}
@media (max-width: 1441px) {
  input:checked + .slider:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
  }
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.faq-sec {
  background: url(../img/faq-blue-bg.png) no-repeat bottom right;
  background-size: cover;
  padding: 106px 0;
  margin-bottom: 30px;
}
@media (max-width: 1679px) {
  .faq-sec {
    padding: 100px 0;
  }
}
@media (max-width: 1441px) {
  .faq-sec {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .faq-sec {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .faq-sec {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .faq-sec {
    padding: 40px 0;
  }
}
.faq-sec .title-blk {
  text-align: center;
}
.faq-sec .title-blk .small-title-sec {
  font-size: 24px;
  font-weight: 600;
  color: #55E3FF;
  margin-bottom: 20px;
  line-height: 1;
}
@media (max-width: 1679px) {
  .faq-sec .title-blk .small-title-sec {
    font-size: 22px;
  }
}
@media (max-width: 1441px) {
  .faq-sec .title-blk .small-title-sec {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1199px) {
  .faq-sec .title-blk .small-title-sec {
    font-size: 18px;
  }
}
.faq-sec .title-blk .title {
  font-size: 62px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0px;
  padding-bottom: 0;
  color: #fff;
}
@media (max-width: 1679px) {
  .faq-sec .title-blk .title {
    font-size: 52px;
    line-height: 48px;
  }
}
@media (max-width: 1441px) {
  .faq-sec .title-blk .title {
    font-size: 42px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .faq-sec .title-blk .title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .faq-sec .title-blk .title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .faq-sec .title-blk .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.faq-sec .title-blk .title span {
  color: #014CB2;
}
.faq-sec .faq-blk-wrp {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  counter-reset: section-counter; /* Resets the counter */
  margin-top: 49px;
}
@media (max-width: 1679px) {
  .faq-sec .faq-blk-wrp {
    margin-top: 40px;
  }
}
@media (max-width: 1441px) {
  .faq-sec .faq-blk-wrp {
    margin-top: 35px;
  }
}
@media (max-width: 1199px) {
  .faq-sec .faq-blk-wrp {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .faq-sec .faq-blk-wrp {
    margin-top: 25px;
  }
}
.faq-sec .faq-blk-wrp .accordion {
  background: transparent;
}
.faq-sec .faq-blk-wrp .accordion .accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 20px;
  padding-right: 112px;
  padding-left: 112px;
}
@media (max-width: 1679px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-item {
    padding-right: 97px;
    padding-left: 97px;
  }
}
@media (max-width: 1441px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-item {
    padding-right: 87px;
    padding-left: 87px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-item {
    padding-right: 77px;
    padding-left: 77px;
  }
}
@media (max-width: 991px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-item {
    padding-right: 67px;
    padding-left: 67px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-item {
    padding-right: 57px;
    padding-left: 57px;
  }
}
.faq-sec .faq-blk-wrp .accordion .accordion-header {
  background-color: transparent;
  background: transparent;
  display: flex;
  height: 95px;
}
@media (max-width: 1679px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header {
    height: 80px;
  }
}
@media (max-width: 1441px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header {
    height: 70px;
  }
}
@media (max-width: 1199px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header {
    height: 60px;
  }
}
@media (max-width: 991px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header {
    height: 50px;
  }
}
@media (max-width: 360px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header {
    height: auto;
  }
}
.faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button {
  background-color: transparent;
  background: rgba(85, 227, 255, 0.1490196078);
  position: relative;
  box-shadow: none;
  outline: none;
  color: #fff;
  display: flex;
  border-radius: 47px;
  max-width: 1036px;
  margin: 0;
  padding: 29px 40px 29px;
  font-weight: 400;
  font-size: 26px;
}
@media (max-width: 1679px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button {
    padding: 25px 35px;
    font-size: 22px;
  }
}
@media (max-width: 1441px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button {
    padding: 25px 30px;
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button {
    padding: 20px 25px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button {
    padding: 20px;
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button {
    font-size: 15px;
    border-radius: 10px;
  }
}
.faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button:not(.collapsed) {
  border-radius: 32px 32px 0 0;
}
@media (max-width: 991px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button:not(.collapsed) {
    border-radius: 20px 20px 0 0;
  }
}
.faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::before {
  counter-increment: section-counter; /* Increments the counter */
  content: counter(section-counter, decimal-leading-zero); /* Displays the counter value */
  width: 95px;
  height: 95px;
  border-radius: 95px;
  border: 1px dashed #55E3FF;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(85, 227, 255, 0.1490196078);
  flex-shrink: 0;
  margin-right: 17px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  position: absolute;
  left: -112px;
}
@media (max-width: 1679px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::before {
    width: 80px;
    height: 80px;
    font-size: 24px;
    left: -97px;
  }
}
@media (max-width: 1441px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::before {
    height: 70px;
    width: 70px;
    font-size: 22px;
    left: -87px;
  }
}
@media (max-width: 1199px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::before {
    height: 60px;
    width: 60px;
    font-size: 20px;
    left: -77px;
  }
}
@media (max-width: 991px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::before {
    height: 50px;
    width: 50px;
    font-size: 18px;
    left: -67px;
  }
}
@media (max-width: 767px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::before {
    height: 40px;
    width: 40px;
    font-size: 16px;
    left: -57px;
  }
}
@media (max-width: 360px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::before {
    top: 0px;
  }
}
.faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::after {
  content: "";
  width: 95px;
  height: 95px;
  border-radius: 95px;
  border: 1px dashed #55E3FF;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(85, 227, 255, 0.1490196078);
  background-image: url(../img/dwn-arrow.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 17px;
  position: absolute;
  right: -112px;
}
@media (max-width: 1679px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::after {
    width: 80px;
    height: 80px;
    background-size: 20px;
    right: -97px;
  }
}
@media (max-width: 1441px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::after {
    height: 70px;
    width: 70px;
    background-size: 18px;
    right: -87px;
  }
}
@media (max-width: 1199px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::after {
    height: 60px;
    width: 60px;
    background-size: 16px;
    right: -77px;
  }
}
@media (max-width: 991px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::after {
    height: 50px;
    width: 50px;
    background-size: 14px;
    right: -67px;
  }
}
@media (max-width: 767px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::after {
    height: 40px;
    width: 40px;
    right: -57px;
  }
}
@media (max-width: 360px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-header .accordion-button::after {
    top: 0px;
  }
}
.faq-sec .faq-blk-wrp .accordion .accordion-body {
  max-width: 1036px;
  background: rgba(85, 227, 255, 0.1490196078);
  border-radius: 0 0 32px 32px;
  color: #fff;
  padding: 0 40px 37px 40px;
}
@media (max-width: 1679px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-body {
    padding: 0 35px 25px 35px;
    font-size: 16px;
  }
}
@media (max-width: 1441px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-body {
    padding: 0 30px 25px 30px;
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-body {
    padding: 0 25px 20px 25px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .faq-sec .faq-blk-wrp .accordion .accordion-body {
    padding: 0 20px 20px 20px;
    border-radius: 0 0 20px 20px;
  }
}

.sub-bnr {
  position: relative;
}
.sub-bnr.our-location-bnr .bnr-img {
  margin-top: auto;
  width: 468px;
  margin-right: 150px;
}
@media (max-width: 479px) {
  .sub-bnr.our-location-bnr .bnr-img {
    display: none;
  }
}
@media (max-width: 479px) {
  .sub-bnr.our-location-bnr .content-area {
    width: 100%;
    margin-right: 0;
  }
}
.sub-bnr.our-location-bnr .video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: -1;
}

.our-location-form .intake-form-wrapper {
  margin-bottom: 50px;
}
.our-location-form .intake-form-wrapper .form-group {
  margin-bottom: 0;
}
.our-location-form .intake-form-wrapper .search-btn {
  background: none;
  border: 0px;
  cursor: pointer;
  height: 83px;
  border-radius: 15px;
  background: #E6F1FF;
  font-size: 20px;
  color: #014CB2;
  width: 100%;
  margin: 33px 0 0 0;
}
@media (max-width: 1679px) {
  .our-location-form .intake-form-wrapper .search-btn {
    height: 55px;
  }
}
@media (max-width: 1199px) {
  .our-location-form .intake-form-wrapper .search-btn {
    height: 45px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .our-location-form .intake-form-wrapper .search-btn {
    margin: 20px 0 0 0;
    font-size: 16px;
  }
}

.map-wrap {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .map-wrap {
    padding-bottom: 30px;
  }
}
.map-wrap .iframe {
  width: 100%;
  height: 890px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1679px) {
  .map-wrap .iframe {
    height: 600px;
  }
}
@media (max-width: 1441px) {
  .map-wrap .iframe {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .map-wrap .iframe {
    height: 300px;
  }
}
.map-wrap #map {
  width: 100%;
  height: 500px !important;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1679px) {
  .map-wrap #map {
    height: 400px !important;
  }
}
@media (max-width: 991px) {
  .map-wrap #map {
    height: 300px !important;
  }
}

.location-details-outer-wrap {
  padding: 0 0 190px 0;
}
@media (max-width: 1679px) {
  .location-details-outer-wrap {
    padding-bottom: 150px;
  }
}
@media (max-width: 991px) {
  .location-details-outer-wrap {
    padding-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .location-details-outer-wrap {
    padding-bottom: 90px;
  }
}
.location-details-outer-wrap .slick-slider {
  margin: 0;
}
.location-details-outer-wrap .slick-slide {
  padding: 0 10px;
}
.location-details-outer-wrap .slick-list {
  margin: 0 -10px;
}
.location-details-outer-wrap .slick-arrow {
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 34px;
  cursor: pointer;
  z-index: 9;
}
@media (max-width: 991px) {
  .location-details-outer-wrap .slick-arrow {
    width: 25px;
    bottom: -50px;
  }
}
.location-details-outer-wrap .slick-arrow.pre {
  right: 40px;
}
@media (max-width: 991px) {
  .location-details-outer-wrap .slick-arrow.pre {
    right: 30px;
  }
}
.location-details-outer-wrap .slick-arrow.next {
  transform: rotate(180deg);
}
.location-details-outer-wrap .slick-dots {
  width: auto;
  margin: 0;
  padding: 0;
  bottom: -60px;
  display: flex;
  align-items: start;
}
@media (max-width: 991px) {
  .location-details-outer-wrap .slick-dots {
    bottom: -40px;
  }
}
.location-details-outer-wrap .slick-dots li {
  list-style: none;
  width: 25px;
  height: 3px;
  border-radius: 3px;
  background: #BCC2D8;
}
@media (max-width: 991px) {
  .location-details-outer-wrap .slick-dots li {
    width: 20px;
  }
}
.location-details-outer-wrap .slick-dots li button {
  margin: 0;
  padding: 0;
  font-size: 0px;
  width: auto;
  height: auto;
}
.location-details-outer-wrap .slick-dots li button::before {
  display: none;
}
.location-details-outer-wrap .slick-dots li.slick-active {
  background: #014CB2;
}
.location-details-wrap {
  display: flex;
  border: 1px solid #97ABC6;
  border-radius: 15px;
  padding: 20px;
  gap: 30px;
}
@media (max-width: 1441px) {
  .location-details-wrap {
    gap: 10px;
  }
}
@media (max-width: 479px) {
  .location-details-wrap {
    padding: 5px;
  }
}
.location-details-wrap .img {
  margin: 0;
  max-width: 143px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1441px) {
  .location-details-wrap .img {
    max-width: 110px;
  }
}
@media (max-width: 479px) {
  .location-details-wrap .img {
    max-width: 90px;
  }
}
.location-details-wrap .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.location-details-wrap .txt .sub-title {
  color: #000000;
  font-size: 16px;
  line-height: 1.3;
  padding-bottom: 15px;
}
@media (max-width: 1679px) {
  .location-details-wrap .txt .sub-title {
    font-size: 14px;
  }
}
.location-details-wrap .txt .sub-title span {
  display: block;
}
.location-details-wrap .txt .btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.location-details-wrap .txt .btn-wrap .button {
  margin: 0;
  border: 0;
  background: #014cb2;
  height: 36px;
  display: flex;
  max-width: 135px;
  width: 100%;
  align-items: center;
  border-radius: 30px;
  justify-content: space-between;
  padding: 10px 15px;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .location-details-wrap .txt .btn-wrap .button {
    max-width: 130px;
  }
}
@media (max-width: 991px) {
  .location-details-wrap .txt .btn-wrap .button {
    max-width: 115px;
  }
}
@media (max-width: 767px) {
  .location-details-wrap .txt .btn-wrap .button {
    max-width: 130px;
  }
}
@media (max-width: 479px) {
  .location-details-wrap .txt .btn-wrap .button {
    max-width: 110px;
  }
}
.location-details-wrap .txt .btn-wrap .button span {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  padding-right: 0;
  line-height: 1;
}
@media (max-width: 1679px) {
  .location-details-wrap .txt .btn-wrap .button span {
    font-size: 12px;
  }
}
.location-details-wrap .txt .btn-wrap .button .icon {
  width: 10px;
  margin: 3px 0 0 0;
}
@media (max-width: 1679px) {
  .location-details-wrap .txt .btn-wrap .button .icon {
    width: 8px;
  }
}
.location-details-wrap .txt .btn-wrap .button .icon path {
  transition: all 0.5s ease;
}
.location-details-wrap .txt .btn-wrap .button:hover {
  background: #000;
}
.location-details-wrap .txt .btn-wrap .button:hover span {
  color: #ffffff;
}
.location-details-wrap .txt .btn-wrap .button:hover .icon path {
  stroke: #fff;
}
.location-details-wrap .txt .btn-wrap .mile {
  font-size: 16px;
  color: #000000;
  white-space: nowrap;
}
@media (max-width: 1679px) {
  .location-details-wrap .txt .btn-wrap .mile {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .location-details-wrap .txt .btn-wrap .mile {
    font-size: 12px;
  }
}

/*# sourceMappingURL=intake-form.css.map */
