@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
body {
  background-color: #f8f8f8;
}

.welcomeModal {
  border-radius: 8px;
  overflow: hidden;
  font-family: "Nunito", sans-serif;
}
.welcomeModal a {
  text-decoration: none;
  transition: all 0.8s ease;
}
.welcomeModal .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 22px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  cursor: pointer;
  border: 0;
  box-shadow: none;
  transition: all 0.8s ease;
  height: 58px;
}
.welcomeModal .btn-sm {
  height: 45px;
  font-size: 18px;
}
.welcomeModal .btn-primary {
  background-color: #27AAE1;
}
.welcomeModal .btn-primary:hover, .welcomeModal .btn-primary:focus {
  background-color: #3bb7ec;
}
.welcomeModal .btn-dark {
  background-color: #103E52;
}
.welcomeModal .btn-dark:hover, .welcomeModal .btn-dark:focus {
  background-color: #1b4e64;
}
.welcomeModal .btn-outline-light {
  background-color: #ffffff;
  border: 1px solid #103E52;
  color: #103E52;
}
.welcomeModal .btn-outline-light:hover, .welcomeModal .btn-outline-light:focus {
  background-color: #103E52;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.welcomeModal .modal-dialog {
  max-width: 850px;
}
.welcomeModal .modal-header {
  padding: 20px 20px 0;
  position: relative;
}
.welcomeModal .btnClose {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #27AAE1;
  z-index: 2;
  font-size: 24px;
  background-color: rgba(255, 255, 255, 0.8);
}
.welcomeModal .btnClose em {
  display: inline-block;
  transition: all 0.5s ease;
  transform-origin: center center;
}
.welcomeModal .btnClose:hover em {
  transform: rotate(360deg);
}
.welcomeModal_title {
  font-size: 34px;
  color: #27AAE1;
}
.welcomeModal_subtitle {
  font-size: 14px;
  color: #7F7F7F;
  font-weight: 700;
}
.welcomeModal_text {
  font-size: 22px;
  color: #103E52;
  font-weight: 700;
  margin-top: 25px;
}
.welcomeModal .modal-content {
  background: #27AAE1 url("../images/wcm-bg.png") no-repeat top right;
  position: relative;
  background-size: cover;
  min-height: 500px;
  overflow: hidden;
}
.welcomeModal .modal-content .h-28 {
  font-size: 28px;
  color: #103E52;
  font-weight: 700;
  margin-bottom: 25px;
}
.welcomeModal_wrap {
  padding: 20px;
}
.welcomeModal .actionBtn .btn {
  min-width: 160px;
}
.welcomeModal .step1 .btn em {
  position: relative;
  margin-left: 10px;
  left: 0;
  transition: all 0.5s ease;
}
.welcomeModal .step1 .btn:hover em {
  left: 5px;
}
.welcomeModal .step3 .form-control {
  background-color: #fff;
  border: 1px solid #103E52;
  width: 350px;
  height: 58px;
  border-radius: 8px;
  padding: 14px 30px;
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  color: #103E52;
  letter-spacing: 2px;
}
.welcomeModal .step3 .form-control:focus {
  box-shadow: none;
  border-color: #27AAE1;
}
.welcomeModal .step3 .form-control::placeholder {
  color: #ccc;
}
.welcomeModal .step4 {
  max-width: 580px;
}
.welcomeModal .step4 .form-group label {
  font-weight: 700;
  font-family: "Lato", sans-serif;
  margin-bottom: 15px;
}
.welcomeModal .step4 .form-group .select2-container {
  width: 100% !important;
}
.welcomeModal .step4 .form-group .form-control,
.welcomeModal .step4 .form-group .select2-container--default .select2-selection--single,
.welcomeModal .step4 .form-group .select2-container--default .select2-selection--single .select2-selection__rendered,
.welcomeModal .step4 .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
}
.welcomeModal .step4 .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  padding-right: 30px !important;
  padding-left: 12px !important;
  color: #103E52;
}
.welcomeModal .step4 .form-group .form-control {
  color: #103E52;
}
.welcomeModal .step4 .form-group .form-control::placeholder {
  color: #8E8E8E;
}
.welcomeModal .step4 .form-group .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #8E8E8E;
}
.welcomeModal .step4 .form-group .form-control,
.welcomeModal .step4 .form-group .select2-container--default .select2-selection--single {
  border-radius: 8px;
}
.welcomeModal .step4 .form-group .select2-container--default .select2-selection--single {
  border: 0;
}
.welcomeModal .step4 .form-group .form-control:focus {
  box-shadow: none;
  border-color: #27AAE1;
}
.welcomeModal .step4 .form-group .select2-container--default .select2-selection--single {
  border-color: #CCCCCC;
}
.welcomeModal .step4 .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}
.welcomeModal .step4 .form-group .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  font-size: 16px;
  color: #787878;
  position: relative;
  right: 4px;
  transition: 0.3s ease;
  top: 10px;
  display: inline-block;
}
.welcomeModal .step4 .form-group .select2-container--open .select2-selection__arrow::after {
  transform: rotateX(180deg);
}
.welcomeModal .step4 .form-group .select2-results__option {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
}
@media (max-width: 1199.98px) {
  .welcomeModal .btn {
    font-size: 18px;
    height: 45px;
    padding: 10px 20px;
  }
  .welcomeModal_title {
    font-size: 28px;
  }
  .welcomeModal_text {
    font-size: 20px;
  }
  .welcomeModal .modal-content .h-28 {
    font-size: 24px;
  }
  .welcomeModal .actionBtn .btn {
    min-width: 140px;
  }
  .welcomeModal .step3 .form-control {
    height: 45px;
  }
}
@media (max-width: 991.98px) {
  .welcomeModal .modal-header {
    padding: 15px 15px 0;
  }
  .welcomeModal .modal-header img {
    max-width: 120px;
    height: auto;
  }
  .welcomeModal .btnClose {
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    font-size: 18px;
  }
  .welcomeModal .btn {
    font-size: 16px;
  }
  .welcomeModal_title {
    font-size: 24px;
  }
  .welcomeModal_text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .welcomeModal .modal-content {
    min-height: 350px;
  }
  .welcomeModal .modal-content .h-28 {
    font-size: 20px;
  }
  .welcomeModal .actionBtn .btn {
    min-width: 100px;
  }
  .welcomeModal .step3 .form-control {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .welcomeModal .btn {
    height: 40px;
    padding: 10px 15px;
  }
  .welcomeModal .step3 .form-control {
    height: 40px;
  }
  .welcomeModal_title {
    font-size: 20px;
  }
  .welcomeModal .modal-content .h-28 {
    font-size: 18px;
  }
}

.prequQuestions {
  font-family: "Nunito", sans-serif;
}
.prequQuestions a {
  text-decoration: none;
  transition: all 0.8s ease;
}
.prequQuestions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 22px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  cursor: pointer;
  border: 0;
  box-shadow: none;
  transition: all 0.8s ease;
  height: 58px;
}
.prequQuestions .btn-sm {
  height: 45px;
  font-size: 18px;
}
.prequQuestions .btn-primary {
  background-color: #27AAE1;
}
.prequQuestions .btn-primary:hover, .prequQuestions .btn-primary:focus {
  background-color: #3bb7ec;
}
.prequQuestions .btn-dark {
  background-color: #103E52;
}
.prequQuestions .btn-dark:hover, .prequQuestions .btn-dark:focus {
  background-color: #1b4e64;
}
.prequQuestions .btn-outline-light {
  background-color: #ffffff;
  border: 1px solid #103E52;
  color: #103E52;
}
.prequQuestions .btn-outline-light:hover, .prequQuestions .btn-outline-light:focus {
  background-color: #103E52;
  border: 1px solid #ffffff;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .prequQuestions .col-left {
    width: 80%;
  }
  .prequQuestions .col-right {
    width: 20%;
  }
}
.prequQuestions .h-20 {
  font-size: 20px;
  color: #103E52;
  font-weight: 700;
  margin-bottom: 16px;
}
.prequQuestions .quCard {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
}
.prequQuestions .quCard .quCard_title {
  font-size: 18px;
  color: #103E52;
  font-weight: 700;
  margin-bottom: 24px;
}
.prequQuestions .quCard .quCard_title a {
  color: #8E8E8E;
  font-size: 18px;
}
.prequQuestions .quCard .quCard_title a:hover {
  color: #27AAE1;
}
.prequQuestions .quCard .btn-primary {
  min-width: 180px;
  font-size: 14px;
}
.prequQuestions .form-group label {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
}
.prequQuestions .form-control {
  height: 45px;
  border-color: #CCCCCC;
  border-radius: 4px;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 500;
  color: #103E52;
}
.prequQuestions .form-control::placeholder {
  color: #ccc;
}
.prequQuestions .select2-container--default .select2-selection--single,
.prequQuestions .select2-container--default .select2-selection--single .select2-selection__rendered,
.prequQuestions .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
}
.prequQuestions .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  color: #103E52;
  padding-right: 30px;
}
.prequQuestions .select2-container--default .select2-selection--single {
  border-radius: 4px;
}
.prequQuestions .select2-container--default .select2-selection--single {
  border-color: #CCCCCC;
}
.prequQuestions .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}
.prequQuestions .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  font-size: 16px;
  color: #787878;
  position: relative;
  right: 4px;
  transition: 0.3s ease;
  top: 10px;
  display: inline-block;
}
.prequQuestions .select2-container--open .select2-selection__arrow::after {
  transform: rotateX(180deg);
}
.prequQuestions .form-control:focus {
  box-shadow: none;
  border-color: #27AAE1;
}
.prequQuestions .form-check-label {
  font-size: 18px;
  color: #103E52;
  font-weight: 700;
  position: relative;
  top: 5px;
  margin-left: 10px;
  cursor: pointer;
}
.prequQuestions .form-check-input[type=radio] {
  width: 28px;
  height: 28px;
  border: 2px solid #ccc;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
}
.prequQuestions .form-check-input[type=radio]:focus {
  box-shadow: none;
}
.prequQuestions .form-check-input[type=radio]:checked {
  background-color: #27AAE1;
  border-color: #27AAE1;
  background-image: none;
  box-shadow: none;
}
.prequQuestions .form-check-input[type=radio]:checked::after {
  content: "\f633";
  color: #fff;
  font-family: "bootstrap-icons";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-weight: bold;
  line-height: 1;
}
.prequQuestions .form-check-input[type=checkbox] {
  width: 22px;
  height: 22px;
  border: 2px solid #ccc;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
  box-shadow: none;
}
.prequQuestions .form-check-input[type=checkbox]:checked {
  background-color: #27AAE1;
  border-color: #27AAE1;
  background-image: none;
}
.prequQuestions .form-check-input[type=checkbox]:checked:focus {
  box-shadow: none;
}
.prequQuestions .form-check-input[type=checkbox]:checked::after {
  content: "\f633";
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  font-family: "bootstrap-icons";
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}
.prequQuestions .list-group {
  border-color: #D9D9D9;
  border-radius: 8px;
  height: 100%;
}
.prequQuestions .list-group .info-label {
  font-size: 12px;
  font-weight: 700;
  color: #8E8E8E;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
.prequQuestions .list-group .info-value {
  font-weight: 400;
  color: #103E52;
  font-family: "Lato", sans-serif;
}
.prequQuestions .list-group .info-value address {
  max-width: 200px;
  margin-bottom: 0;
}
.prequQuestions .list-group-item {
  padding: 15px 20px;
  border-bottom: 0;
}
.prequQuestions .list-group-item:last-child {
  border-bottom: 1px solid #D9D9D9;
}
.prequQuestions .list-group-item:nth-child(odd) {
  background-color: #fafafa;
}
.prequQuestions .list-group-active {
  padding: 20px 15px;
  color: #103E52;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  border: 1px solid #D9D9D9;
}
.prequQuestions .list-group-active .dropdown button {
  color: #989898;
  font-size: 20px;
  line-height: 1;
}
.prequQuestions .list-group-add p {
  color: #103E52;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  margin-bottom: 30px;
  transition: all 0.5s ease;
}
.prequQuestions .list-group-add em {
  font-size: 50px;
  color: #27AAE1;
  transition: all 0.5s ease;
  display: inline-block;
  line-height: 1;
}
.prequQuestions .list-group-add:hover p {
  color: #27AAE1;
}
.prequQuestions .list-group-add:hover em {
  transform: scale(1.1);
}
.prequQuestions .subBtn {
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .prequQuestions .btn {
    font-size: 18px;
    height: 45px;
    padding: 10px 20px;
  }
}
@media (max-width: 991.98px) {
  .prequQuestions .quCard {
    padding: 15px;
    margin-bottom: 20px;
  }
  .prequQuestions .quCard .btn-primary {
    min-width: 140px;
  }
  .prequQuestions .btn {
    font-size: 16px;
  }
  .prequQuestions .form-check-input[type=radio] {
    width: 24px;
    height: 24px;
  }
  .prequQuestions .form-check-input[type=radio]:checked::after {
    font-size: 13px;
  }
  .prequQuestions .list-group-add em {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .prequQuestions .btn {
    height: 40px;
    padding: 10px 15px;
  }
  .prequQuestions .list-group-add em {
    font-size: 30px;
  }
}
.prequQuestions .wcm h1 {
  font-size: 24px;
  color: #27AAE1;
  font-weight: 700;
}
.prequQuestions .wcm p {
  font-size: 18px;
  color: #000;
  font-family: "Lato", sans-serif;
}
.prequQuestions .wcm a {
  font-size: 14px;
  color: #27AAE1;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
.prequQuestions .wcm a em {
  position: relative;
  margin-right: 5px;
  right: 0;
  transition: all 0.5s ease;
}
.prequQuestions .wcm a:hover {
  color: #0794d0;
}
.prequQuestions .wcm a:hover em {
  right: 5px;
}
@media (max-width: 576px) {
  .prequQuestions .wcm h1 {
    font-size: 20px;
  }
  .prequQuestions .wcm p {
    font-size: 16px;
  }
}
.prequQuestions .shippingAddress_wrap {
  padding-right: 65px;
}
.prequQuestions .shippingAddress_wrap .edit {
  color: #8E8E8E;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 24px;
}
.prequQuestions .shippingAddress_wrap .edit:hover {
  color: #27AAE1;
}
@media (max-width: 991.98px) {
  .prequQuestions .shippingAddress_wrap {
    padding-right: 50px;
  }
}
@media (max-width: 767.98px) {
  .prequQuestions .shippingAddress_wrap {
    padding-right: 30px;
  }
}
.prequQuestions .physicianInfo_empty {
  padding: 50px 0 80px;
}
.prequQuestions .physicianInfo_empty p {
  color: #103E52;
  margin-top: -20px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.prequQuestions .physicianInfo_empty .searchBar {
  width: 410px;
}
.prequQuestions .physicianInfo_empty .searchBar_icon {
  position: absolute;
  top: 10px;
  left: 12px;
  color: #BABABA;
}
.prequQuestions .physicianInfo_empty .create-box {
  border: 1px dashed #d0d0d0;
  border-radius: 8px;
  width: 260px;
  padding: 30px;
}
.prequQuestions .physicianInfo_empty .create-box p {
  font-size: 14px;
  color: #000;
  margin-top: 0;
}
.prequQuestions .physicianInfo_empty .create-box .btn {
  font-size: 10px;
  padding: 10px;
  height: 32px;
  min-width: inherit;
}
.prequQuestions .physicianInfo_empty .resultBox {
  position: absolute;
  width: 480px;
  background: #fff;
  z-index: 999;
  border-radius: 8px;
}
.prequQuestions .physicianInfo_empty .resultBox-item img {
  margin-right: 10px;
}
.prequQuestions .physicianInfo_empty .resultBox-item .title,
.prequQuestions .physicianInfo_empty .resultBox-item address {
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
.prequQuestions .physicianInfo_empty .resultBox-item .title {
  font-size: 14px;
  color: #103E52;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100px;
}
.prequQuestions .physicianInfo_empty .resultBox-item address {
  font-size: 10px;
  color: #8E8E8E;
  margin-bottom: 0;
}
.prequQuestions .physicianInfo_empty .resultBox-item a {
  font-size: 10px;
  color: #27AAE1;
}
.prequQuestions .physicianInfo_empty .resultBox-item a em {
  margin-left: 5px;
  position: relative;
  left: 0px;
  transition: all 0.5s ease;
  display: inline-block;
}
.prequQuestions .physicianInfo_empty .resultBox-item a:hover {
  color: #0794d0;
}
.prequQuestions .physicianInfo_empty .resultBox-item a:hover em {
  left: 5px;
}
@media (max-width: 991.98px) {
  .prequQuestions .physicianInfo_empty {
    padding: 30px 0 40px;
  }
  .prequQuestions .physicianInfo_empty .resultBox,
  .prequQuestions .physicianInfo_empty .searchBar {
    width: 300px;
  }
}
@media (max-width: 575.98px) {
  .prequQuestions .physicianInfo_empty_img {
    width: 140px;
  }
  .prequQuestions .physicianInfo_empty .resultBox,
  .prequQuestions .physicianInfo_empty .searchBar {
    width: 100%;
  }
}
.prequQuestions .yourInfo {
  padding: 0 8px 24px 8px;
  border-radius: 8px;
}
.prequQuestions .yourInfo_head {
  padding: 14px 10px;
  border-bottom: 1px solid #EDEDED;
}
.prequQuestions .yourInfo_head h3 {
  color: #27AAE1;
}
.prequQuestions .yourInfo_head .edit {
  color: #8E8E8E;
  font-size: 18px;
}
.prequQuestions .yourInfo_head .edit:hover {
  color: #27AAE1;
}
.prequQuestions .yourInfo li {
  padding: 10px 22px;
  border-radius: 8px;
  border: 1px solid #D7DCDD;
}
.prequQuestions .yourInfo li span,
.prequQuestions .yourInfo li p {
  color: #272727;
}
.prequQuestions .yourInfo li span {
  font-size: 14px;
}
.prequQuestions .yourInfo li p {
  word-break: break-all;
}
.prequQuestions .yourInfo li {
  margin-top: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #103E52;
  color: #ffffff;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #103E52;
  color: #ffffff;
}

/*# sourceMappingURL=style.css.map */
